.font {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase
}

body {
    font-family: 'Cairo', sans-serif;
    color: #313a41;
    background: rgb(27,121,107);
    background: #FFFFFF;
}

.font {
    font-family: 'Cairo', sans-serif
}

.top_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.bg_black {
    background-color: #010101;
}

.container {
    max-width: 96%;
    padding: 0px 0px;
}

.container_banner {
    max-width: 100%;
    padding: 0px 0%;
}

.logo {
    margin-right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .logo img {
        max-height: 50px
    }

.header_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.search_cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: auto;
    padding-top: 10px
}

    .search_cart .main_cart {
        margin-left: 30px
    }

.main_search .form-control {
    border: 1px solid #d6d7d8;
    background: #fff;
    height: 30px;
    border-radius: 0px;
    max-width: 200px
}

.main_search .btn {
    background: #1374a8;
    border-radius: 0px;
    height: 30px;
    padding: 5px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .main_search .btn:hover {
        background-color: #1374a8
    }

    .main_search .btn img {
        max-width: 15px
    }

.header_left .simple_dropdown {
    border: 1px solid #d6d7d8;
    border-radius: 6px;
    top: 65px;
    left: -20px
}

    .header_left .simple_dropdown .dropdown-item {
        padding: 5px 15px;
        color: #888F92 !important;
        font-size: 14px;
        font-weight: 500 !important;
    }

        .header_left .simple_dropdown .dropdown-item:hover {
            color: #313A41 !important;
        }

.header_left .navbar-nav {
    margin-left: 10px
}

    .header_left .navbar-nav > li {
        padding: 22px 20px;
        position: relative;
        padding-bottom: 22px;
        list-style: none;
    }

        .header_left .navbar-nav > li > a {
            color: #0091e1 !important;
            font-size: 24px;
            font-weight: 500 !important;
            padding-left: 0px !important;
            padding-right: 0px !important;
        }

            .header_left .navbar-nav > li > a:hover {
                color: #211c5d !important;
            }

        .header_left .navbar-nav > li:hover .dropdown-menu {
            display: block
        }

.header_left .simple_dropdown:before {
    content: "";
    position: absolute;
    border-color: #d6d7d8;
    border: solid transparent;
    border-bottom-color: white;
    border-width: 11px;
    margin-left: -10px;
    top: -21px;
    right: 40%;
    z-index: 1
}

.header_left .simple_dropdown:after {
    content: "";
    position: absolute;
    right: 40%;
    top: -21px;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 10px;
    border-bottom-color: #d6d7d8;
    z-index: 0;
    margin-right: 1px
}

.header_left .navbar-nav > li.megamenu_drop {
    position: static
}

.header_left .navbar {
    position: static;
    padding: 0px
}

.header_left .megamenu-content {
    border-radius: 6px;
    top: 65px;
    left: 0px;
    padding: 0px;
    width: 65%;
    background: none;
    border: 0;
    border-left: 1px solid #d6d7d8;
}

    .header_left .megamenu-content:before {
        content: "";
        position: absolute;
        border-color: #d6d7d8;
        border: solid transparent;
        border-bottom-color: white;
        border-width: 11px;
        top: -20px;
        left: 15%;
        z-index: 1
    }

    .header_left .megamenu-content:after {
        content: "";
        position: absolute;
        left: 15%;
        top: -20px;
        width: 0;
        height: 0;
        border: solid transparent;
        border-width: 10px;
        border-bottom-color: #d6d7d8;
        z-index: 0;
        margin-left: 1px
    }

.multi-levelmenu {
    list-style: none;
    padding: 0
}

.border-bottom {
    border-bottom: 1px solid #EAEBEC !important;
}

.mr-3, .mx-3 {
    margin-right: 1rem !important;
}

.w-100 {
    width: 100% !important;
}

.btm_border {
    border: 1px solid #D6D7D8 !important;
    border-radius: 0px 0px 5px 5px !important;
}

.card-header {
    margin-bottom: 0px;
    background-color: #888F92;
    padding: 0.75rem 1.25rem;
    border-bottom: none !important;
    border-radius: 5px;
}

.multi-levelmenu .submenu-dropdown {
    display: none
}

.multi-levelmenu li a {
    color: #6E7677;
    display: block;
    font-size: 16px;
    margin-bottom: 8px
}

.multi-levelmenu h4 {
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #d6d7d8;
    padding-bottom: 10px;
    color: #212529
}

.multi-levelmenu > li.has_dropdown {
    position: relative
}

    .multi-levelmenu > li.has_dropdown .submenu-dropdown {
        position: absolute;
        top: 0;
        right: 0;
        left: 100%;
        height: auto;
        background: #fff;
        z-index: 99999;
        padding: 0px;
        list-style: none;
        padding-left: 60px;
        width: calc(100% + 60px)
    }

.card-header:first-child {
    border-radius: 5px !important;
}

.f_bg {
    background: rgb(255, 255, 255);
    margin-top: -2px;
}

.p-tb-18 {
    padding: 18px 0px !important;
}

.multi-levelmenu > li.has_dropdown > a {
    position: relative
}

.form-control:focus {
    box-shadow: none !important;
}

.max-w-270 {
    max-width: 270px;
}

.max-w-140 {
    max-width: 140px;
}

.multi-levelmenu > li.has_dropdown > a:after {
    content: '';
    background-image: url(../images/arrow-right.png);
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    background-size: 7px;
    background-repeat: no-repeat;
    right: -20px;
    top: 5px;
    background-position: center;
    z-index: 999999
}

.multi-levelmenu > li.has_dropdown:hover .submenu-dropdown {
    display: block
}

.multi-levelmenu > li.has_dropdown:hover > a {
    font-weight: 700;
    color: #212529
}

.mega_col {
    position: relative;
    padding: 20px 30px;
    border-right: 1px solid #d6d7d8
}

.bucks_balance {
    margin-right: 20px;
    position: relative
}

    .bucks_balance h6 {
        color: #6E7677;
        font-size: 14px;
        text-align: right;
        margin: 0
    }

        .bucks_balance h6 strong {
            display: block
        }

    .bucks_balance .bucks_dropdown {
        position: absolute;
        border: 1px solid #d6d7d8;
        border-radius: 6px;
        width: 160px;
        background: #fff;
        z-index: 9;
        padding: 10px 15px;
        right: -10px;
        top: 45px;
        display: none;
        padding-bottom: 8px;
    }

        .bucks_balance .bucks_dropdown h5 {
            font-size: 12px;
            font-weight: 700;
            margin-bottom: 0;
        }

        .bucks_balance .bucks_dropdown p {
            margin-bottom: 0px;
            font-size: 12px
        }

        .bucks_balance .bucks_dropdown:before {
            content: "";
            position: absolute;
            border-color: #d6d7d8;
            border: solid transparent;
            border-bottom-color: white;
            border-width: 11px;
            margin-left: -10px;
            top: -21px;
            right: 20px;
            z-index: 1
        }

        .bucks_balance .bucks_dropdown:after {
            content: "";
            position: absolute;
            right: 20px;
            top: -21px;
            width: 0;
            height: 0;
            border: solid transparent;
            border-width: 10px;
            border-bottom-color: #d6d7d8;
            z-index: 0;
            margin-right: 1px
        }

    .bucks_balance:hover .bucks_dropdown {
        display: block
    }

img {
    max-width: 100%
}

.no-margin {
    margin-left: 0px;
    margin-right: 0px
}

.mega_col_lg .firstmenu {
    margin-bottom: 15px
}

.mega_col_lg .last_col {
    padding-right: 0px
}

.main_cart {
    margin-left: 24px;
    position: relative
}

    .main_cart img {
        max-width: 18px
    }

    .main_cart:hover img {
        filter: invert(21%) sepia(17%) saturate(470%) hue-rotate(164deg) brightness(92%) contrast(92%);
    }

    .main_cart .count_circle {
        position: absolute;
        background: #313a41;
        width: 23px;
        height: 23px;
        border-radius: 100pc;
        top: -10px;
        right: -9px;
        border: 3px solid #fff;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-weight: 700;
        font-size: 14px
    }

.user_profile {
    margin-left: 24px
}

    .user_profile img {
        /* max-width: 22px !important; */
    }

    .user_profile .dropdown-toggle:after {
        display: none
    }




    .user_profile .dropdown-menu {
        right: -15px !important;
        left: auto !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        padding: 12 p 0px;
        width: 157px;
        border: 1px solid #d6d7d8;
        top: 40px !important;
        border-radius: 5px;
        padding-top: 0;
    }

        .user_profile .dropdown-menu li {
            padding: 10px 18px;
            border-bottom: 1px solid #d6d7d8
        }

            .user_profile .dropdown-menu li .bucks {
                display: block;
                font-size: 12px;
            }

            .user_profile .dropdown-menu li .welcome {
                font-size: 12px;
            }

                .user_profile .dropdown-menu li .welcome strong {
                    font-size: 15px
                }

            .user_profile .dropdown-menu li:last-child {
                border-bottom: 0;
                padding-bottom: 0px;
            }

        .user_profile .dropdown-menu h6 {
            font-weight: 700;
            font-size: 12px;
            margin: 0;
        }

    .user_profile .user_menu a {
        color: #6E7677;
        display: block;
        font-size: 15px;
        margin-bottom: 7px
    }

    .user_profile .dropdown-menu:before {
        content: "";
        position: absolute;
        border-color: #d6d7d8;
        border: solid transparent;
        border-bottom-color: white;
        border-width: 11px;
        margin-left: -10px;
        top: -21px;
        right: 15px;
        z-index: 1
    }

    .user_profile .dropdown-menu:after {
        content: "";
        position: absolute;
        right: 16px;
        top: -21px;
        width: 0;
        height: 0;
        border: solid transparent;
        border-width: 10px;
        border-bottom-color: #d6d7d8;
        z-index: 0
    }

.btn_primary {
    color: #fff;
    padding: 14px 35px;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    display: inline-block;
    font-size: 20px
}

.home_banner .carousel-item {
    background-size: cover
}

.home_banner .carousel-caption.align_left {
    text-align: left;
    left: 40px;
    right: auto;
    top: 50%;
    position: static
}

.home_banner .carousel-caption.align_right {
    text-align: left;
    position: static
}

.home_banner h1 {
    font-weight: 700;
    font-size: 54px;
    font-family: "Cairo", sans-serif;
}

.home_banner p {
    font-size: 20px
}

.home_banner .carousel-indicators li {
    border-radius: 100%;
    width: 7px;
    height: 7px;
    background-color: #d6d7d8;
    margin-right: 5px;
    border: 3px solid #d6d7d8;
    opacity: 1;
    background-clip: unset
}

    .home_banner .carousel-indicators li.active {
        background-color: #0099bc;
        border: 3px solid #d6d7d8
    }

.home_banner .carousel-indicators {
    bottom: 10px
}

.home_banner .caption_row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 460px
}

.home_banner .banner_img {
    width: 346px;
    background: #fff;
    height: 346px;
    border-radius: 8px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .home_banner .banner_img img {
        height: 100%
    }

.home_banner .carousel-control-next,
.home_banner .carousel-control-prev {
    width: 9%;
    opacity: 1
}

    .home_banner .carousel-control-next img,
    .home_banner .carousel-control-prev img {
        max-height: 15px
    }

.ft_prodcut_slider {
    position: relative
}

.ft_products {
    background: #f7f8f9;
    padding: 48px 0px 45px 0px
}

    .ft_products .pdc_img {
        background: #fff;
        text-align: center;
        border-radius: 6px;
        padding-top: 6px;
        box-shadow: 0 0 7px #d3d3d3;
    }

        .ft_products .pdc_img img {
            width: auto;
            display: inline;
            height: 200px;
        }

    .ft_products .pdc_title {
        margin-top: 12px
    }

        .ft_products .pdc_title h3 {
            font-size: 15px;
            text-align: center;
            font-weight: 700;
            margin-bottom: 0px
        }

    .ft_products .owl-item {
        padding: 0px 4px
    }

    .ft_products .item {
        padding-top: 10px
    }

        .ft_products .item a {
            color: #313a41
        }

    .ft_products .owl-prev {
        position: absolute;
        top: 46%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 9;
        background: url(../images/arrow-left.png);
        width: 7px;
        height: 15px;
        border: 0;
        background-repeat: no-repeat;
        background-size: 7px;
        left: 0;
        background-position: center;
        padding: 0
    }

        .ft_products .owl-prev span {
            display: none
        }

    .ft_products .owl-next {
        position: absolute;
        top: 46%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 9;
        background: url(../images/arrow-right.png);
        width: 7px;
        height: 15px;
        border: 0;
        background-repeat: no-repeat;
        background-size: 7px;
        right: 0;
        background-position: center;
        padding: 0px
    }

        .ft_products .owl-next span {
            display: none
        }

    .ft_products .owl-general {
        padding: 0px 30px
    }

.no-padding {
    padding: 0px
}

.grid_products {
    padding: 50px 0px
}

    .grid_products .grid_item {
        position: relative
    }

    .grid_products .grid_caption {
        position: absolute;
        top: 50%;
        width: 45%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 10%
    }

        .grid_products .grid_caption h2 {
            font-weight: 700;
            font-size: 32px;
            margin-bottom: 15px
        }

    .grid_products .btn_primary {
        padding: 6px 17px;
        font-size: 12px
    }

    .grid_products .secondary h2 {
        color: #fff
    }

.grid_list .grid_col {
    border-right: 1px solid #d6d7d8;
    border-bottom: 1px solid #d6d7d8;
    padding-top: 2px;
    position: relative
}

    .grid_list .grid_col .grid_list_img {
        text-align: center
    }

    .grid_list .grid_col .grid_list_caption {
        position: absolute;
        top: 0;
        background: rgba(49, 58, 65, 0.6);
        left: 0;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        padding: 0px 50px;
        display: none;
        cursor: pointer
    }

        .grid_list .grid_col .grid_list_caption h3 {
            color: #fff;
            font-size: 20px;
            text-align: center;
            font-weight: 700
        }

    .grid_list .grid_col .grid_list_img:hover .grid_list_caption {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

.grid_bott_img {
    position: relative;
    height: 100%;
    display: flex;
}

    .grid_bott_img .grid_list_caption {
        position: absolute;
        top: 0;
        background: rgba(49, 58, 65, 0.6);
        left: 0;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        padding: 0px 50px;
        display: none;
        cursor: pointer
    }

        .grid_bott_img .grid_list_caption h3 {
            color: #fff;
            font-size: 20px;
            text-align: center;
            font-weight: 700
        }

    .grid_bott_img:hover .grid_list_caption {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

.promo_block {
    max-width: 850px;
    margin: auto
}

.promo_prodcuts .promo_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.promo_prodcuts .promo_box {
    min-height: 150px;
    background-size: cover;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0px;
    position: relative;
    border-radius: 5px;
}

    .promo_prodcuts .promo_box:before {
        background: rgba(49, 58, 65, 0.5);
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 0;
        background: rgba(49, 58, 65, 0.5);
        content: '';
        border-radius: 5px;
    }

.promo_prodcuts .promo_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.promo_prodcuts .cart-iconn {
    margin-right: 40px;
    margin-right: 20px;
    width: 76px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(49, 58, 65, 0.5);
    border-radius: 100px;
}

    .promo_prodcuts .cart-iconn img {
        max-width: 30px
    }

.promo_prodcuts .promo_txt h2 {
    font-weight: 700;
    color: #fff;
    font-size: 32px;
    margin-bottom: 0px
}

.promo_prodcuts .promo_txt p {
    color: #fff;
    font-size: 20px;
    margin: 0;
}

.promo_prodcuts .btn_primary {
    padding: 6px 18px;
    font-size: 12px
}

.promo_intr {
    padding: 50px 10px 30px 10px;
    text-align: center
}

    .promo_intr p {
        font-size: 20px
    }

a:hover {
    text-decoration: none
}

.btm_prodcut_slider {
    position: relative
}

.btm_products .btm_box a {
    color: #313a41
}

.btm_products .btm_img {
    background: #fff;
    text-align: center;
    border-radius: 6px;
    padding-top: 6px;
    border: 1px solid #d6d7d8
}

    .btm_products .btm_img img {
        width: auto;
        display: inline;
        height: 198px;
    }

.btm_products .btm_title {
    margin-top: 12px;
    position: absolute;
}

    .btm_products .btm_title h4 {
        font-size: 15px;
        text-transform: capitalize
    }

    .btm_products .btm_title h5 {
        font-weight: 700;
        font-size: 15px
    }

.btm_products .owl-item {
    padding: 0px 4px
}

.btm_products .item {
    padding-top: 10px
}

.btm_products .owl-prev {
    position: absolute;
    top: 38%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    background: url(../images/arrow-left.png);
    width: 7px;
    height: 15px;
    border: 0;
    background-repeat: no-repeat;
    background-size: 7px;
    left: 0;
    background-position: center;
    padding: 0
}

    .btm_products .owl-prev span {
        display: none
    }

.btm_products .owl-next {
    position: absolute;
    top: 38%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    background: url(../images/arrow-right.png);
    width: 7px;
    height: 15px;
    border: 0;
    background-repeat: no-repeat;
    background-size: 7px;
    right: 0;
    background-position: center;
    padding: 0
}

    .btm_products .owl-next span {
        display: none
    }

.btm_products .owl-general {
    padding: 0px 30px
}

.bottom_nav_row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.bottom_nav {
    padding: 43px 0px;
    background: #027474;
    border-top: 3px solid #FFFFFF;
    border-bottom: 3px solid #FFFFFF;
}

    .bottom_nav .nav_block {
        background: url(../img/OrangeBox.png);
        border: 0px solid #d6d7d8;
        border-radius: 0px;
        width: 49%;
        min-height: 300px;
        margin-right: 2px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
    }

        .bottom_nav .nav_block h1 {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 60px;
            color: #FFFFFF;
            font-weight: 500;
        }

        .bottom_nav .nav_block p {
            font-family: 'Segoe print';
            font-size: 26px;
            color: #FFFFFF;
            font-weight: 500;
            bottom: 0px;
            position: absolute;
        }

@media (max-width: 1074px) {
    .bottom_nav .nav_block p {
        font-family: 'Segoe print';
        font-size: 23px;
        color: #FFFFFF;
        font-weight: 500;
        bottom: 0px;
        position: absolute;
    }
}

.bottom_nav .nav_block img {
    max-height: 189px
}

.bottom_nav .nav_block h4 {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    margin: 0;
    margin-top: 10px
}


.footer_banner {
    min-height: 460px;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .footer_banner h1 {
        color: #fff;
        font-weight: 700;
        font-size: 54px
    }

    .footer_banner p {
        font-size: 20px;
        color: #fff
    }

.footer {
    background: #313a41;
    padding: 50px 0px;
    color: #fff;
    position: relative;
}

    .footer h4 {
        font-size: 15px;
        margin-bottom: 15px;
        font-weight: 700
    }

    .footer p {
        font-size: 12px
    }

    .footer .social_media {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .footer .social_media a {
            background: #fff;
            width: 22px;
            height: 22px;
            display: inline-block;
            border-radius: 100px;
            text-align: center;
            margin-right: 10px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }

            .footer .social_media a img {
                max-width: 12px
            }

            .footer .social_media a.globe {
                background: none
            }

                .footer .social_media a.globe img {
                    max-width: 22px
                }

    .footer .foot_menu a {
        color: #fff;
        display: block;
        margin-bottom: 5px;
        font-size: 12px
    }

    .footer .footer_right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .footer .footer_r_col {
        margin-right: 50px
    }

        .footer .footer_r_col h4 img {
            max-height: 20px
        }

        .footer .footer_r_col:last-child {
            margin-right: 0px
        }


.buttonsearch {
    border: 0;
    background: none;
    margin-right: -7px;
}

    .buttonsearch img {
        max-height: 22px
    }

.searchbardiv {
    display: none;
    position: absolute;
    width: 250px;
    left: -60px;
    left: -120px;
    top: 40px;
    z-index: 9;
}

.search_mob {
    position: relative
}

#searchsubmit {
    color: #fff;
    border-radius: 0px
}

.site_divider {
    background: #2f3b55;
    width: 100%;
    height: 8px;
    margin: 0px;
    border: 0px;
    position: relative;
}

/*    .site_divider:hover {
        background: #1374a8
    }*/


.megamenu-content ul {
    list-style: none;
    padding: 0px
}

    .megamenu-content ul li a {
        color: #888F92 !important;
        display: block;
        font-size: 14px;
        margin-bottom: 8px;
        font-weight: 500 !important;
    }

        .megamenu-content ul li a:hover {
            color: #313A41 !important;
            background-color: #f8f9fa !important;
        }

ul.levelone {
    width: 25%;
    position: relative;
    padding: 20px 00px;
    border-right: 1px solid #d6d7d8;
    background: #fff;
    border-top: 1px solid #d6d7d8;
    border-bottom: 1px solid #d6d7d8;
    min-height: 300px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

    ul.levelone li:hover {
        background-color: #f8f9fa !important;
        height: 29px !important;
    }

    ul.levelone li,
    ul.leveltwo li {
        padding-left: 20px;
        padding-right: 20px
    }

ul.leveltwo {
    display: none;
    width: 100%;
    position: absolute;
    left: 100%;
    padding: 20px 0px;
    border-right: 1px solid #d6d7d8;
    top: -1px;
    height: 100%;
    z-index: 9;
    background: #fff;
    border-top: 1px solid #d6d7d8;
    margin-left: 1px;
    border-bottom: 1px solid #d6d7d8;
    min-height: 300px;
}

ul.levelone > li:hover > ul.leveltwo {
    display: block;
}

ul.leveltwo > li:hover .levelthree_block {
    display: block
}

.megamenu-content li.has_dropdown > a {
    position: relative
}

.megamenu-content li.has_dropdown:hover > a {
    color: #313A41 !important;
}

.megamenu-content li.has_dropdown > a:after {
    content: '';
    background-image: url(../images/arrow-right.png);
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 17px !important;
    background-size: 7px;
    background-repeat: no-repeat;
    right: -10px;
    top: 5px;
    background-position: center;
    z-index: 0
}

.levelthree_block {
    position: absolute;
    left: calc(100% + 1px);
    width: 200%;
    top: -1px;
    display: none;
    padding: 20px 0px;
    background: #fff;
    z-index: 9;
    min-height: 300px;
    border-top: 1px solid #d6d7d8;
    border-right: 1px solid #d6d7d8;
    border-bottom: 1px solid #d6d7d8;
    padding-right: 20px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.megamenu-content h4 {
    font-size: 14px;
    font-weight: 500 !important;
    border-bottom: 1px solid #d6d7d8;
    padding-bottom: 10px;
    color: #888F92 !important;
    margin-left: 20px
}

    .megamenu-content h4:hover {
        color: #313A41 !important;
        background-color: #f8f9fa !important;
    }

.leveltwo > li {
    background: #fff
}

.has_dropdown:hover > .levelthree_block {
    display: block
}

.leveltwo .levelthree_block {
    z-index: 9999999
}


.levelthree li::marker {
    display: block;
    font-size: 0px;
}

.h6vishal {
    color: #6E7677 !important;
    font-size: 14px !important;
    text-align: right !important;
    margin: 0 !important;
}

    .h6vishal strong {
        display: block;
    }

.h5vishal {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 0;
}

.h3vishal {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 15px;
}

.h6vishal1 {
    font-weight: 700;
    font-size: 12px;
    margin: 0;
}

.h3vishal1 {
    font-size: 15px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 0px;
}

.h4vishal {
    font-size: 15px;
    text-transform: capitalize;
}

.h5vishal1 {
    font-weight: 700;
    font-size: 15px;
}

.h4vishal {
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 700;
}

    .h4vishal img {
        max-height: 20px;
    }


.extra-dotted-border {
    border: none !important;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='9' ry='9' stroke='%23D6D7D8FF' stroke-width='2' stroke-dasharray='8px%2c 6px' stroke-dashoffset='11' stroke-linecap='square'/%3e%3c/svg%3e");
}

.sortable .icon.dropdown {
    color: #707070;
}

.upload-photos-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px -10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .upload-photos-grid p {
        width: 100%;
        font-size: 15px;
        margin-bottom: 5px;
    }

        .upload-photos-grid p.filetype {
            margin-top: -10px;
            font-size: 12px;
        }

    .upload-photos-grid .photo-wrapper {
        text-align: center;
        line-height: 0px;
        width: 100%;
        height: 100%;
        border: 1px solid #D6D7D8;
        border-radius: 6px;
    }

        .upload-photos-grid .photo-wrapper img {
            max-width: 100%;
            max-height: 100%;
        }

    .upload-photos-grid > .main-photo {
        width: 100%;
        padding: 0px 10px;
        height: 230px;
        margin-bottom: 20px;
    }

    .upload-photos-grid > .small-photos-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .upload-photos-grid > .small-photos-grid p {
            margin-left: 10px;
        }

            .upload-photos-grid > .small-photos-grid p.drag-label {
                margin-left: 0;
            }

        .upload-photos-grid > .small-photos-grid > .small-photo-item {
            padding: 0px 10px;
            height: 105px;
            width: 50%;
            margin-bottom: 20px;
        }

    .upload-photos-grid .upload-field {
        height: 100%;
    }

@media (min-width: 767px) {
    .upload-photos-grid > .main-photo {
        width: 40%;
    }

    .upload-photos-grid > .small-photos-grid {
        width: 60%;
    }

        .upload-photos-grid > .small-photos-grid > .small-photo-item {
            width: 33.333%;
            width: calc(100% / 3);
        }
}

@media (min-width: 1200px) {
    .upload-photos-grid > .main-photo {
        width: 40%;
    }

    .upload-photos-grid > .small-photos-grid {
        width: 60%;
    }

        .upload-photos-grid > .small-photos-grid > .small-photo-item {
            width: 33.333%;
            width: calc(100% / 3);
        }
}

@media (min-width: 1400px) {
    .upload-photos-grid > .main-photo {
        width: 40%;
    }

    .upload-photos-grid > .small-photos-grid {
        width: 60%;
    }

        .upload-photos-grid > .small-photos-grid > .small-photo-item {
            width: 33.333%;
            width: calc(100% / 3);
        }
}


.upload-photos-grid-square {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .upload-photos-grid-square .square {
        position: relative;
        width: 30%;
        padding-bottom: 30%;
        /* = width for a 1:1 aspect ratio */
        background-color: #1E1E1E;
        overflow: hidden;
    }

    .upload-photos-grid-square .content {
        position: absolute;
        height: 100%;
        /* = 100% - 2*5% padding */
        width: 100%;
        /* = 100% - 2*5% padding */
    }

        .upload-photos-grid-square .content .table {
            display: table;
            width: 100%;
            height: 100%;
        }

        .upload-photos-grid-square .content .table-cell {
            display: table-cell;
            vertical-align: middle;
        }

    .upload-photos-grid-square p {
        width: 100%;
        font-size: 15px;
        margin-bottom: 5px;
    }

        .upload-photos-grid-square p.filetype {
            margin-top: -10px;
            font-size: 12px;
        }

    .upload-photos-grid-square .photo-wrapper {
        text-align: center;
        line-height: 0px;
        width: 100%;
        height: 100%;
        border: 1px solid #D6D7D8;
        border-radius: 0px;
        position: absolute;
        vertical-align: middle;
        top: 0;
    }

        .upload-photos-grid-square .photo-wrapper img {
            max-width: 100%;
            max-height: 100%;
            width: auto;
            height: auto;
        }

    .upload-photos-grid-square > .main-photo {
        width: 100%;
        position: relative;
        overflow: hidden;
        padding: 0px;
    }

        .upload-photos-grid-square > .main-photo .main-photo-item {
            position: relative;
        }

            .upload-photos-grid-square > .main-photo .main-photo-item::before {
                content: '';
                display: block;
                padding-top: 100%;
            }

    .upload-photos-grid-square > .small-photos-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .upload-photos-grid-square > .small-photos-grid p {
            margin-left: 10px;
        }

            .upload-photos-grid-square > .small-photos-grid p.drag-label {
                margin-left: 0;
            }

        .upload-photos-grid-square > .small-photos-grid > .small-photo-item {
            padding: 0px;
            margin-bottom: 20px;
            position: relative;
            overflow: hidden;
            -ms-flex-preferred-size: calc(50% - 0px);
            flex-basis: calc(50% - 0px);
            margin: 0px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

            .upload-photos-grid-square > .small-photos-grid > .small-photo-item::before {
                content: '';
                display: block;
                padding-top: 100%;
            }

    .upload-photos-grid-square .upload-field {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
    }

@media (min-width: 767px) {
    .upload-photos-grid-square > .main-photo {
        width: 40%;
        padding-bottom: 0;
    }

    .upload-photos-grid-square > .small-photos-grid {
        width: 60%;
    }

        .upload-photos-grid-square > .small-photos-grid > .small-photo-item {
            -ms-flex-preferred-size: calc(100% / 3 - 0px);
            flex-basis: calc(100% / 3 - 0px);
        }
}

@media (min-width: 1200px) {
    .upload-photos-grid-square > .main-photo {
        width: 40%;
        padding-bottom: 0;
    }

    .upload-photos-grid-square > .small-photos-grid {
        width: 60%;
    }

        .upload-photos-grid-square > .small-photos-grid > .small-photo-item {
            -ms-flex-preferred-size: calc(100% / 3 - 00px);
            flex-basis: calc(100% / 3 - 0px);
        }
}

@media (min-width: 1400px) {
    .upload-photos-grid-square > .main-photo {
        width: 40%;
        padding-bottom: 0;
    }

    .upload-photos-grid-square > .small-photos-grid {
        width: 60%;
    }

        .upload-photos-grid-square > .small-photos-grid > .small-photo-item {
            -ms-flex-preferred-size: calc(100% / 3 - 0px);
            flex-basis: calc(100% / 3 - 0px);
        }
}


.main-photo .main-photo-item .grid_list_caption,
.small-photos-grid .small-photo-item .grid_list_caption {
    position: absolute;
    top: 0;
    background: rgba(49, 58, 65, 0.6);
    left: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 0px 50px;
    display: none;
    cursor: pointer
}

    .main-photo .main-photo-item .grid_list_caption,
    .small-photos-grid .small-photo-item .grid_list_caption h3 {
        color: #fff;
        font-size: 20px;
        text-align: center;
        font-weight: 700
    }

.main-photo .main-photo-item .photo-wrapper:hover .grid_list_caption,
.small-photos-grid .small-photo-item .photo-wrapper:hover .grid_list_caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}


.photo-wrapper .grid_list_caption {
    position: absolute;
    top: 0;
    background: rgba(49, 58, 65, 0.6);
    left: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 0px 50px;
    display: none;
    cursor: pointer
}

    .photo-wrapper .grid_list_caption h3 {
        color: #fff;
        font-size: 20px;
        text-align: center;
        font-weight: 700
    }

.grid_bott_img:hover .grid_list_caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}


.gallery-icon-grid,
.gallery-5-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.gallery-5-products {
    margin-right: 0px;
    margin-left: 0px;
}

    .gallery-5-products .gallery-item {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 30px;
        position: relative;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .gallery-5-products .gallery-margin {
        margin-bottom: 85px !important;
    }

    .gallery-5-products .gallery-item:before {
        content: '';
        padding-top: 100%;
        display: block;
    }

    .gallery-5-products .gallery-item img {
        height: 100%;
    }


@media (min-width: 480px) {
    .gallery-5-products .gallery-item {
        -ms-flex-preferred-size: calc(100% / 2 - 18px);
        flex-basis: calc(100% / 2 - 18px);
    }
}

@media (min-width: 790px) {
    .gallery-5-products .gallery-item {
        -ms-flex-preferred-size: calc(100% / 3 - 18px);
        flex-basis: calc(100% / 3 - 18px);
    }
}

@media (min-width: 1200px) {
    .gallery-5-products .gallery-item {
        -ms-flex-preferred-size: calc(100% / 6 - 18px);
        flex-basis: calc(100% / 6 - 18px);
    }
}

.gallery-5-products .gallery-item P {
    position: absolute;
    font-weight: 700;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    color: #313A41;
}

.gallery-5-products .gallery-item .gallery-image {
    position: absolute !important;
    top: 0px;
    left: 0px;
    height: 100% !important;
    width: 100% !important;
    border: 0px solid #d6d7d8;
    border-radius: 6px;
    background: #FFFFFF;
    box-shadow: 1px 2px 5px -1px #d3d3d3;
}

.gallery-5-products .gallery-item .with-border {
    border: 1px solid #d6d7d8 !important;
    box-shadow: none;
}

.gallery-item .gallery-image img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    width: auto;
    height: auto;
    padding-top: 5px;
}

.gallery-item .gallery-image {
    height: 140px;
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.custom-nav button:focus {
    outline: none !important;
}

.gallery-5-products .gallery-item h3 {
    font-weight: 400;
    width: 100%;
    margin-top: 0px;
    text-align: left;
    color: #313A41;
    max-height: 52px !important;
    text-overflow: ellipsis;
    flex-wrap: inherit;
    white-space: normal;
    position: relative;
    overflow: hidden;
}

.gallery-5-products .gallery-item h4 {
    font-weight: 700;
    width: 100%;
    margin-top: -10px;
    text-align: left;
    color: #313A41;
}

/*about page*/
.inner_heading {
    background: #f7f8f9;
    padding: 8px 0px 0px 0px;
    margin-bottom: -10px;
}

}

.inner_heading h1 {
    font-size: 32px;
    font-weight: 400;
}

.about {
    padding-top: 50px;
}

    .about p {
        font-size: 15px;
        font-weight: 600;
        color: #313A41;
        padding-bottom: 5px;
    }

.about_img {
    margin-top: 60px;
    margin-bottom: 56px;
}

.video_intr h2 {
    font-size: 32px;
    font-weight: 700;
    color: #313A41
}

.video_intr p {
    font-size: 20px;
    font-weight: 600;
    color: #313A41;
    padding-bottom: 5px;
}

.video_intr .btn_primary {
    padding: 15px 46px !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    margin-bottom: 50px;
}

    .video_intr .btn_primary:hover {
        background: #d02239;
        color: #313A41;
        text-decoration: none;
        cursor: pointer;
    }


.help.transition, ul li i:before, ul li i:after, p {
    transition: all 0.25s ease-in-out;
}

.help.flipIn, ul li, h1 {
    animation: flipdown 0.5s ease both;
}

.help ul {
    list-style: none;
    perspective: 900;
    padding: 0;
    margin: 40px 0px 100px 0px;
}

    .help ul li {
        position: relative;
        padding: 7px 20px 0px 36px;
        margin: 18px 0px 0px 0px;
        border: 1px solid #D6D7D8;
        border-radius: 5px;
    }

        .help ul li p {
            padding: 0px;
            margin-top: 20px;
            color: #313A41;
            font-size: 15px;
            font-weight: 400;
            padding-top: 5px;
        }

        .help ul li h2 {
            font-size: 15px;
            font-weight: 700;
            margin-top: 16px;
            margin-bottom: 2px;
        }

        .help ul li:nth-of-type(1) {
            animation-delay: 0.5s;
        }

        .help ul li:nth-of-type(2) {
            animation-delay: 0.75s;
        }

        .help ul li:nth-of-type(3) {
            animation-delay: 1s;
        }

        .help ul li:last-of-type {
            padding-bottom: 0;
        }

        .help ul li i {
            position: absolute;
            transform: translate(-6px, 0);
            margin-top: 22px;
            right: 30px;
        }

            .help ul li i:before, ul li i:after {
                content: "";
                position: absolute;
                background-color: #313A41;
                width: 1px;
                height: 10px;
            }

            .help ul li i:before {
                transform: translate(-5px, 0) rotate(55deg);
            }

            .help ul li i:after {
                transform: translate(3px, 0) rotate(-55deg);
            }

        .help ul li input[type=checkbox] {
            position: absolute;
            cursor: pointer;
            width: 100%;
            height: 100%;
            z-index: 1;
            opacity: 0;
        }

            .help ul li input[type=checkbox]:checked ~ p {
                margin-top: 0;
                max-height: 0;
                opacity: 0;
                transform: translate(0, 50%);
            }

            .help ul li input[type=checkbox]:checked ~ i:before {
                transform: translate(7px, 0) rotate(55deg);
            }

            .help ul li input[type=checkbox]:checked ~ i:after {
                transform: translate(-2px, 0) rotate(-55deg);
            }

.d_none {
    display: none !important;
}

.contact-padding {
    padding: 0px 40px 0px 0px;
}

.contact-padding_l {
    padding: 0px 0px 0px 40px;
}

.contact {
    padding-top: 50px;
    display: flex;
}

.mh_130 {
    min-height: 130px !important;
}

hr.gray {
    border: none;
    border-bottom: 1px solid #D6D7D8;
}

.p_relative {
    position: relative;
}

.m-t-n5 {
    margin-top: -5px !important;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-b-130 {
    margin-bottom: 130px !important;
}

.p-l-15 {
    padding-left: 15px !important;
}

.p-r-15 {
    padding-right: 15px !important;
}

.contact .btn_primary {
    padding: 6px 22px;
    font-size: 12px;
    border: none !important;
}

    .contact .btn_primary:hover {
        background: #d02239;
        color: #313A41;
        text-decoration: none;
        cursor: pointer;
    }

label.l-h-14 {
    display: inline-block;
    margin-bottom: .2rem !important;
    color: #313A41 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
}

.contact .form-control {
    font-family: 'Cairo', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    margin: 0;
    outline: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    line-height: 22px;
    padding: 0px 0.93333333em;
    height: 34px;
    font-size: 1em;
    background: #f7f8f9;
    border: 1px solid rgba(34, 36, 38, 0.15);
    color: #313A41;
    font-weight: 600;
    border-radius: 0.4rem;
    -webkit-box-shadow: 0 0 0 0 transparent inset;
    box-shadow: 0 0 0 0 transparent inset;
    -webkit-transition: color 0.1s ease, border-color 0.1s ease;
    transition: color 0.1s ease, border-color 0.1s ease;
}

.form-sec h3 {
    font-size: 20px;
    font-weight: 700;
    color: #313A41;
    margin-top: -3px;
}

.form-sec p {
    font-size: 15px;
    font-weight: 400;
    color: #313A41;
}


/*base_product*/
.xzoom-preview {
    display: none !important;
}

.thumbnail.color-control {
    width: 28px;
    height: 28px;
    border: 1px solid #D6D7D8;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0px;
}

    .thumbnail.color-control.active {
        box-shadow: 0 0 0pt 3pt #313A41;
    }

    .thumbnail.color-control .color1 {
        width: 100%;
        height: 100%;
        display: block;
    }

    .thumbnail.color-control .color2 {
        width: 0;
        height: 0;
        display: block;
        border-style: solid;
        border-width: 0px 85px 85px 0px;
        border-color: transparent transparent #007bff transparent;
        position: absolute;
        bottom: 0px;
        right: 0px;
    }

    .thumbnail.color-control :before {
        content: "";
        border-left: 1px solid #000;
        display: table;
        /*line-height: em;*/
        transform: translate(-20px, -30px);
        border-radius: 0px 05px 05px 05px;
        background: #ffd600;
        margin-bottom: -22px;
        font-weight: 800;
    }

.breadcrumb_margin {
    padding-left: 0px;
    padding-top: 18px;
    padding-bottom: 20px;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    background: url(../images/arrow-right-wh.png);
    content: "" !important;
    height: 15px !important;
    margin-top: 4px;
    width: 15px;
    background-size: contain;
    background-repeat: no-repeat;
}

.m-l-8 {
    margin-left: 8px !important;
}

.m-t-n8 {
    margin-top: -8px !important;
}

.h-100 {
    height: 100px !important;
}

.base_pr_links {
    background: transparent;
}

    .base_pr_links nav,
    .base_pr_links ol {
        background: transparent;
    }

        .base_pr_links ol li a {
            color: #6E7677;
        }

        .base_pr_links ol li {
            font-size: 14px;
            font-weight: 600;
        }

            .base_pr_links ol li.active {
                color: #313A41;
                font-weight: 600;
            }

.base_product {
    padding-bottom: 60px;
}

    /*.base_product .pr_sin_image .xzoom-container{position: sticky;top: 120px;}*/
    .base_product .pr_sin_image .xzoom5 {
        box-shadow: none;
        border: 1px solid #D6D7D8;
        border-radius: 5px;
    }

    .base_product .pr_sin_image .xzoom-gallery5 {
        box-shadow: none;
        border: 1px solid #D6D7D8;
        border-radius: 5px;
    }

.pr_details p.brand {
    color: #6E7677;
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px !important;
    margin-bottom: 3px;
}

.pr_details h4 {
    color: #313A41;
    font-size: 32px;
    font-weight: 700;
    margin-top: -2px !important;
}

.pr_details span.offer {
    background: #0099BC;
    color: #FFFFFF;
    padding: 3px 10px;
    font-size: 12px;
    position: relative;
    font-weight: 600;
    border-radius: 2px;
}

    .pr_details span.offer:after {
        position: absolute;
        content: '';
        right: -14px;
        top: 0;
        width: 0;
        height: 0;
        border-top: 30px solid #0099BC;
        border-right: 15px solid transparent;
    }

.pr_details p.desc {
    padding: 25px 0 0px 0;
    color: #313A41;
    font-size: 15px;
}

.pr_details ul.chart_links {
    padding-bottom: 19px;
    cursor: pointer;
}

    .pr_details ul.chart_links li a {
        text-decoration: underline;
        color: #313A41;
        font-size: 12px;
    }

.pr_colors {
    padding-bottom: 16px;
}

    .pr_colors span {
        color: #313A41;
        padding-right: 10px;
    }

    .pr_colors .btn-group {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .pr_colors .btn {
        z-index: 0 !important;
        width: 30px;
        height: 30px;
        border: 1px solid #dddddd !important;
        border-radius: 5px !important;
        margin-right: 10px;
        padding: 0;
        box-shadow: none;
        flex: 0 1 auto !important;
        margin-bottom: 10px;
    }

        .pr_colors .btn.disabled {
            opacity: 0.3 !important;
        }

.material {
    padding: 16px 0 24px 0px;
}

    .material .custom_select .form-control {
        /*width: 295px;*/
        background: #F7F8F9;
        color: #313A41;
        padding: 1px 10px;
        font-weight: 600;
    }

.pr_sizes {
    padding: 20px 0 20px 0;
}

    .pr_sizes p span {
        color: #C64D4D;
        font-size: 12px;
    }

        .pr_sizes p span svg {
            width: 20px;
        }

    .pr_sizes p {
        color: #313A41;
        font-weight: 400;
        font-size: 15px;
        text-align: left;
        margin-bottom: 0px;
    }

    .pr_sizes .btn-group {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

        .pr_sizes .btn-group label {
            flex: 0 1 auto !important;
            margin-bottom: 50px;
            width: 50px;
            height: 30px;
            margin-right: 10px;
            color: #313A41;
            padding: 0;
            font-weight: 600;
            border-radius: 5px !important;
            box-shadow: none;
        }

        .pr_sizes .btn-group span {
            position: absolute;
            width: 50px;
            text-align: center;
            color: #313A41;
            font-weight: 400;
            line-height: 18px;
            margin-top: -45px !important;
        }

            .pr_sizes .btn-group span small {
                color: #6E7677
            }

        .pr_sizes .btn-group input {
            flex: 0 1 auto !important;
            margin-bottom: 50px;
            width: 50px;
            height: 30px;
            margin-right: 10px;
            background: #F7F8F9;
            border: 1px solid #D6D7D8;
            color: #313A41;
            padding: 0;
            font-weight: 600;
            border-radius: 5px !important;
            box-shadow: none;
            text-align: center;
        }

        .pr_sizes .btn-group .act {
            border: 2px solid #C64D4D
        }

        .pr_sizes .btn-group .btn.disabled {
            opacity: 0.3 !important;
        }

.Embroidered_logo,
.Embroidered_logo3,
.tab,
.content_text,
.addon {
    padding: 0px 0 0px 0px;
}

    .Embroidered_logo .custom_select .form-control {
        background: #F7F8F9;
        color: #313A41;
        padding: 1px 10px;
        font-weight: 600;
    }

.pr_details h3 {
    color: #313A41;
    font-weight: 400;
    font-size: 15px;
}

.Embroidered_logo .card,
.Embroidered_logo2 .card {
    background: #F7F8F9;
    border: 1px solid #D6D7D8;
    margin-top: 25px;
    margin-left: 0px;
    min-height: 99px;
}

.em_logos {
    padding-top: 12px;
    padding-bottom: 13px;
    padding-left: 10px;
    padding-top: 10px;
}

.Embroidered_logo2 .card {
    margin-top: 0;
    margin-bottom: 10px;
}

.Embroidered_logo2 {
    padding: 21px 0px 0px;
}

    .Embroidered_logo2 .emb2_list {
        cursor: pointer;
    }

        .Embroidered_logo2 .emb2_list p {
            margin: 0;
            font-size: 15px;
            color: #313A41;
            text-align: center;
            font-weight: 400;
            margin-bottom: 20px;
        }

    .Embroidered_logo .card img,
    .Embroidered_logo2 .card img {
        /*height: 60px;*/
        width: 100%;
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        /*margin: 15px 0px;*/
        margin: 0px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0px;
    overflow-wrap: break-word;
    background-color: rgb(255, 255, 255);
    background-clip: border-box;
    border-width: 0px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.125);
    border-image: initial;
    /*border-radius: 0.25rem;*/
    border-radius: 5px;
}

.radio-images .card, .Embroidered_logo .card {
    padding-bottom: 34%;
}

.row.smallpaddings {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

    .row.smallpaddings .col-md-6, .row.smallpaddings .col-md-4 {
        padding-right: 7.5px;
        padding-left: 7.5px;
    }

.Embroidered_logo2 .card {
}

.Embroidered_logo2 .emb2_list.active .card {
    border: 3px solid #0099BC;
}

.Embroidered_logo2 .emb2_list.disabled {
    opacity: 0.3;
    cursor: inherit;
}

.Embroidered_logo3 label {
    color: #313A41;
    font-size: 15px;
    font-weight: 400;
}

.tab .card-header {
    font-weight: 700;
    background: #888F92;
    color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding: 20px;
    border-top-left-radius: 5px 5px;
    border-top-right-radius: 5px 5px;
}

.tab .table th,
.tab .table td {
    font-size: 15px;
}

.content_text .form-control {
    background: #F7F8F9;
    border-color: #D6D7D8;
    font-size: 15px;
}

.qty_dis {
}

    .qty_dis .scr_prnt {
        width: 300px;
        background: #D6D7D8;
        color: #313A41;
        padding: 1px 10px;
        font-weight: 600;
    }

    .qty_dis .card {
        padding: 25px;
    }

        .qty_dis .card label {
            font-size: 14px;
        }

        .qty_dis .card.add_another {
            margin-top: 20px;
            padding: 10px;
        }

            .qty_dis .card.add_another svg {
                margin-right: 10px;
            }

            .qty_dis .card.add_another a {
                color: #313A41;
                display: block;
            }

            .qty_dis .card.add_another:hover {
                background: #eee !important;
            }

.pricing h3 {
    font-size: 28px;
    color: #313A41;
    font-weight: 700;
    padding-bottom: 12px;
    padding-top: 2px;
}

    .pricing h3 a {
        font-size: 28px;
        color: #313A41;
        font-weight: 700;
        line-height: 34px;
    }

.pricing .btn {
    padding: 6px 25px;
}

.base_pr_related {
    background: #F7F8F9;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #D02239;
}

    .base_pr_related h1 {
        font-size: 20px;
        font-weight: 700;
        color: #313A41;
        padding: 0 0 20px 33px;
    }

.prmobile_view {
    display: none;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    outline: none !important;
    border: 0px !important;
}

.xzoom-c {
    display: flex;
    flex-direction: row-reverse;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .xzoom-c {
        display: flex;
        flex-direction: initial;
    }

    .prweb_view {
        display: none;
    }

    .prmobile_view {
        display: block;
        margin-bottom: -34px;
    }
}

@media (max-width:991px) {

    .border_top {
        border-top: 1px solid #EAEBEC !important;
        margin-top: 20px;
        padding-top: 16px;
    }
}

@media (max-width:766px) {

    .border_top {
        border-top: 1px solid #EAEBEC !important;
        margin-top: 5px;
        padding-top: 16px;
    }

    .m-l-8 {
        margin-left: 0px !important;
    }
}

@media only screen and (max-width: 767px) {
    .xzoom-thumbs {
        margin-right: 0 !important;
        display: flex;
        justify-content: flex-start;
        width: 100%;
        column-gap: 5px;
    }

    .prweb_view {
        display: none;
    }

    .prmobile_view {
        display: block;
        margin-bottom: -33px;
    }

    .base_pr_links ol li.active {
        display: none;
    }

    .Embroidered_logo2 .emb2_list {
        margin-bottom: 30px;
    }

    .Embroidered_logo2 .card {
        margin-bottom: 0;
    }

    .mobile_non {
        display: none;
    }

    .xzoom-c {
        display: block;
        flex-direction: initial;
    }

    .xzoom-thumbs {
        text-align: center;
        margin-bottom: 10px;
        width: auto !important;
    }

    .pricing {
        text-align: center !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .xzoom-thumbs {
        margin-right: 0 !important;
        display: flex;
        justify-content: flex-start;
        overflow: scroll;
        width: 100%;
        column-gap: 5px;
    }

    .prweb_view {
        display: none;
    }

    .prmobile_view {
        display: block;
        margin-bottom: -33px;
    }

    .base_pr_links ol li.active {
        display: none;
    }

    .Embroidered_logo2 .emb2_list {
        margin-bottom: 30px;
    }

    .Embroidered_logo2 .card {
        margin-bottom: 0;
    }

    .mobile_non {
        display: none;
    }

    .base_product .pr_sin_image .xzoom5 {
        height: 300px;
    }

    .base_product .pr_sin_image .xzoom-gallery5 {
        height: 60px;
    }

    .xzoom-preview {
        display: none !important;
    }

    .qty_dis .scr_prnt,
    .material .custom_select .form-control {
        width: 100%;
    }

    .pr_sizes p {
        text-align: left;
    }

        .pr_sizes p span {
            float: none !important;
        }
}

/*base_product*/


.stripe-4 {
    background-image: linear-gradient( 135deg, #d6d7d8 5%, #00000000 5%, #00000000 50%, #d6d7d8 50%, #d6d7d8 55%, #00000000 55%, #00000000 100%);
    background-size: 14.14px 14.14px;
}

.stripe-5::before {
    background-image: linear-gradient( 135deg, #D6D7D8 5%, #f7f8f900 5%, #f7f8f900 50%, #D6D7D8 50%, #D6D7D8 55%, #f7f8f900 55%, #f7f8f900 100%) !important;
    background-size: 14.14px 14.14px !important;
    position: absolute;
    z-index: 9;
    width: 100%;
    /*height: 90px; */
    height: 100%;
    content: "";
}

.stripe-6::before {
    background-image: linear-gradient( 135deg, #D6D7D8 5%, #f7f8f900 5%, #f7f8f900 50%, #D6D7D8 50%, #D6D7D8 55%, #f7f8f900 55%, #f7f8f900 100%) !important;
    background-size: 14.14px 14.14px !important;
    position: absolute;
    z-index: 9;
    width: 50px;
    height: 30px;
    content: "";
}

:focus-visible {
    outline: none !important;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") !important;
    background-repeat: no-repeat !important;
    background-position-x: 99% !important;
    background-position-y: 3px !important;
    border: 1px solid #dfdfdf !important;
    border-radius: 5px !important;
    margin-right: 2rem !important;
    padding: 1rem;
    padding-right: 2rem !important;
}

    select option[selected] {
        background-color: #000 !important;
    }

.ui.dropdown.selected, .ui.dropdown .menu .selected.item {
    background: rgba(0, 0, 0, 0.03);
    color: rgba(0, 0, 0, 0.95);
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}

.input_box {
    position: absolute;
    z-index: 2;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    right: -30px;
}

@media only screen and (min-width: 1024px) and (max-width: 1249px) {
    .input_box {
        position: absolute;
        z-index: 2;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        right: 0px;
    }
}

.m-r-18 {
    margin-right: 18px !important;
}

.m-l-n14 {
    margin-left: -14px;
}

.p-t-8 {
    padding-top: 8px !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.f15 {
    font-size: 15px !important;
    font-weight: 400;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.p-b-20 {
    padding-bottom: 20px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-t-17 {
    margin-top: 17px !important;
}

.p-b-17 {
    padding-bottom: 17px !important;
}

.f12 {
    font-size: 12px !important;
}

.m-t-5 {
    margin-top: 6px !important;
}

.p-b-2 {
    padding-bottom: 2px !important;
}

.p-b-25 {
    padding-bottom: 25px !important;
}

.d-color {
    color: #6E7677 !important;
}

.max-270 {
    max-width: 270px;
}

.f-r {
    float: right !important;
}

.bg_none {
    background: none !important;
}

.bg_white {
    background: #FFFFFF !important;
}

.disable {
    color: #888F92 !important;
}

.bg-light-n {
    background: #F7F8F9 !important;
    border: 1px solid #D6D7D8 !important;
    border-radius: 5px !important;
    padding: 20px 35px;
    margin-top: 10px;
}

.m-t-n20 {
    margin-top: -20px !important;
}

.white-form {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #313A41 !important;
    padding: 1px 10px;
}

.card-b {
    background: #FFF;
    border: 1px solid #D6D7D8;
    border-radius: 5px;
}

.card-p {
    padding: 20px 30px 30px;
}

.card-b table tr {
    border-bottom: 1px solid #D6D7D8;
}

.btn-pricing {
    color: #D6D7D8;
    background-color: #313A41;
    border-color: #6c757d;
    font-size: 15px !important;
    font-weight: 400;
}

    .btn-pricing:hover {
        background-color: #272E34;
    }

    .btn-pricing span {
        color: #FFFFFF;
        font-size: 15px !important;
        font-weight: 700;
    }

.share {
    position: absolute;
    top: 10px;
    left: 5px;
    z-index: 999;
}

    .share li {
        background: #FFFFFF;
        padding: 6px 10px;
        border-radius: 5px;
        margin-right: 3px;
        display: block;
    }

        .share li img, .share li svg {
            width: 20px;
        }

        .share li .share_btn svg path {
            width: 22px;
            height: 20px
        }

        .share li:hover {
            background: #FFF;
        }

        .share li.active svg path {
            fill: #FFF;
        }

/*.sticky:after {*/
/*	content:'';*/
/*	clear:both;*/
/*	width: 100%;*/
/*	display: table;*/
/*}*/
.product-details-thumbs-2 .sm-image {
    position: relative;
    line-height: 0px;
}

/*.product-details-thumbs-2 .sm-image {*/
/*	margin-bottom: 0px;*/
/*}*/

/*.product-details-thumbs-2 .sm-image:last-child {*/
/*	margin-bottom: 0px;*/
/*}*/

.imagewrapper img.main_image_img {
    position: absolute;
    max-height: 100%;
    width: auto !important;
    max-width: 100% !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/*.product-details-thumbs-2 {*/
/*	height: 76px;*/
/*}*/
/*.product-details-thumbs-2 .sm-image{*/
/*	width: 76px;*/
/*	height: 76px;*/
/*	!*position: absolute;*!*/
/*}*/
.sm-image {
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    padding-bottom: 100%;
    width: 100%;
}

    .sm-image img {
        font-size: 0px;
        left: 50%;
        top: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
        object-fit: contain;
        cursor: pointer;
        max-height: 100%;
    }

.product-details-left {
    display: grid;
    grid-template-columns: [big]100%;
    grid-template-rows: auto auto auto;
    /*grid-row-start:1;*/
    /*grid-row-end:1;*/
    align-self: center;
    justify-self: center;
    width: 100%;
}

.product-details-thumbs-2 {
    width: 100%;
    grid-column-start: big;
    grid-column-end: big;
    grid-row-start: 2;
    grid-row-end: 2;
    display: grid;
    grid-template-columns: repeat(2, 28.88% 6.68%) 28.88%;
    grid-template-rows: 1fr 1fr;
    / / auto auto;
}

.imagewrapper {
    grid-column-start: 1;
    grid-column-end: 5;
    border: 1px solid #ccc;
    text-align: center;
    position: relative;
    justify-content: center;
    border-radius: 8px;
    padding: 0px;
    width: 100%;
    font-size: 0px;
    padding-bottom: 100%;
    overflow: hidden;
    margin-bottom: 18px;
}

.product-details-thumbs-2 .sm-image {
    grid-column-start: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    margin-bottom: 18px;
}

    .product-details-thumbs-2 .sm-image:nth-child(1) {
        grid-column-start: 1;
    }

    .product-details-thumbs-2 .sm-image:nth-child(2) {
        grid-column-start: 3;
    }

    .product-details-thumbs-2 .sm-image:nth-child(3) {
        grid-column-start: 5;
    }

    .product-details-thumbs-2 .sm-image:nth-child(4) {
        grid-column-start: 1;
        grid-row-start: 2;
        grid-row-end: 2;
    }

    .product-details-thumbs-2 .sm-image:nth-child(5) {
        grid-column-start: 3;
        grid-row-start: 2;
        grid-row-end: 2;
    }

    .product-details-thumbs-2 .sm-image:nth-child(6) {
        grid-column-start: 5;
        grid-row-start: 2;
        grid-row-end: 2;
    }

@media all and (min-width: 480px) {
    .product-details-thumbs-2 {
        grid-template-columns: repeat(5, 12.25% 5.3%) 12.25%;
        grid-template-rows: 100%;
    }

        .product-details-thumbs-2 .sm-image:nth-child(1) {
            grid-column-start: 1;
        }

        .product-details-thumbs-2 .sm-image:nth-child(2) {
            grid-column-start: 3;
        }

        .product-details-thumbs-2 .sm-image:nth-child(3) {
            grid-column-start: 5;
        }

        .product-details-thumbs-2 .sm-image:nth-child(4) {
            grid-column-start: 7;
            grid-row-end: 1;
        }

        .product-details-thumbs-2 .sm-image:nth-child(5) {
            grid-column-start: 9;
            grid-row-end: 1;
        }

        .product-details-thumbs-2 .sm-image:nth-child(6) {
            grid-column-start: 11;
            grid-row-end: 1;
        }
}

@media all and (min-width: 768px) {

    .imagewrapper {
        grid-column-start: big;
        grid-column-end: big;
        margin-bottom: 0px;
    }

    .product-details-thumbs-2 {
        height: auto;
        width: auto;
        grid-column-start: first;
        grid-column-end: first;
        grid-row-start: 1;
        grid-row-end: 1;
        grid-template-columns: 100%;
        grid-template-rows: repeat(5, 12.25% 5.3%) 12.25%;
    }

        .product-details-thumbs-2 .sm-image {
            /*height: auto;*/
            /*width: auto;*/
            position: relative;
            width: 100%;
            height: auto;
            margin-bottom: 0px;
            padding-bottom: 0px;
            /*height: 100%;*/
            /*padding-bottom: calc(100% - 2px);*/
        }

            .product-details-thumbs-2 .sm-image:nth-child(1) {
                grid-column-start: 1;
                grid-row-start: 1;
                grid-row-end: 1;
            }

            .product-details-thumbs-2 .sm-image:nth-child(2) {
                grid-column-start: 1;
                grid-row-start: 3;
                grid-row-end: 3;
            }

            .product-details-thumbs-2 .sm-image:nth-child(3) {
                grid-column-start: 1;
                grid-row-start: 5;
                grid-row-end: 5;
            }

            .product-details-thumbs-2 .sm-image:nth-child(4) {
                grid-column-start: 1;
                grid-row-start: 7;
                grid-row-end: 7;
            }

            .product-details-thumbs-2 .sm-image:nth-child(5) {
                grid-column-start: 1;
                grid-row-start: 9;
                grid-row-end: 9;
            }

            .product-details-thumbs-2 .sm-image:nth-child(6) {
                grid-column-start: 1;
                grid-row-start: 11;
                grid-row-end: 11;
            }

    .product-details-left {
        display: grid;
        grid-template-columns: [big]86% [gap]3.5% [first]10.5%;
        grid-template-rows: 100%;
    }
}

@media all and (min-width: 992px) {
    .product-details-left {
        grid-template-columns: [first]10.5% [gap]3.5% [big]86%;
    }

    .product-details-thumbs-2 {
        grid-template-rows: repeat(5, 12.25% 5.3%) 12.25%;
    }
}

@media all and (min-width: 1024px) {
    .product-details-left {
        grid-template-columns: [first]10.5% [gap]3.5% [big]86%;
    }

    .product-details-thumbs-2 {
        grid-template-rows: repeat(5, 12.25% 5.3%) 12.25%;
    }
}

@media all and (min-width: 1440px) {
    .product-details-left {
        grid-template-columns: [first]12.3% [gap]2.7% [big]85%;
    }

    .product-details-thumbs-2 {
        grid-template-rows: repeat(5, 13.3% 4.04%) 13.3%;
    }
}


/*img {*/
/*	width: 100%;*/
/*	height: auto;*/
/*}*/


.jsZoomTouch:before {
    content: "\f00e";
    font: normal normal normal 20px/1 FontAwesome;
    position: absolute;
    /*top: 20px;
    right: 20px;*/
    top: 10px;
    right: 28px;
}

.jsZoomTouch:after {
    content: "\f065";
    font: normal normal normal 27px/1 FontAwesome;
    position: absolute;
    top: 18px;
    right: 15px;
}

.jsZoomTouch.jsZoomTouchZoomed:before {
    content: '\f010';
    font-size: 27px;
}

.jsZoomTouch.jsZoomTouchZoomed:after {
    content: '';
}

.jsZoomMouse {
    width: 350px;
    height: 350px;
    border-radius: 100%;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    bottom: 200px;
    padding: 15px 0px 0px 0px;
    font-size: 20px;
}

@media (max-width: 991px) {
    .sticky {
        position: -webkit-sticky;
        position: relative;
        top: 0;
        padding: 16px 0px 0px 0px;
        font-size: 20px;
    }

    .share {
        top: 24px;
        left: 16px;
    }
}

.v-hidden {
    visibility: hidden;
}

.d-hidden {
    display: none;
}

.h4style {
    color: #313A41;
    font-size: 32px;
    font-weight: 700;
}

.h3style {
    color: #313A41;
    font-weight: 400;
    font-size: 15px;
}

.navbar {
    margin-bottom: 0px !important;
}

.m-l-15 {
    margin-left: 15px !important;
}

.line {
    text-decoration: line-through;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 15px;
    color: #6c757d;
    content: "";
    background: url(../images/arrow-right.png);
    width: 7px !important;
    background-size: contain;
    height: 13px !important;
    background-repeat: no-repeat;
    margin-top: 4px;
}


.xzoom-c .big_image {
    top: 0px;
    left: 0px;
    height: 100% !important;
    width: 100% !important;
    border: 0px solid #d6d7d8;
    border-radius: 6px;
    background: #FFFFFF;
}

.big_image img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    width: auto;
    height: auto;
    padding-top: 5px;
}

.big_image {
    height: 140px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.xzoom-c:before {
    content: '';
    padding-top: 100%;
    display: block;
}

#more {
    display: none;
}

.color_swaches {
    border-radius: 5px !important;
    margin-right: 10px;
    padding: 0;
    box-shadow: none;
    flex: 0 1 auto !important;
    margin-top: 10px;
}

.m-t-3 {
    margin-top: 3px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.p-r-0 {
    padding-right: 0px !important;
}

.emb_radio {
    padding-top: 21px;
    padding-bottom: 18px;
}

.m-t-30 {
    margin-top: 30px !important;
}

.text-danger {
    color: #C64D4D !important;
    text-decoration: line-through;
    margin-right: 5px;
}


.accordion-head i {
    font-size: 20px;
    float: right;
    color: #D6D7D8;
    margin-right: 25px;
    line-height: 42px;
}

.fff {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    background: url(../images/arrow-right-wh.png);
    content: "" !important;
    height: 15px !important;
    margin-top: 4px;
    width: 15px;
    background-size: contain;
    background-repeat: no-repeat;
}

.accordion-head > .collapsed > i:before {
    content: "" !important;
    background: url(../images/arrow-left-wh.png);
    display: inline-block;
    padding-right: .5rem;
    height: 15px !important;
    margin-top: 4px;
    width: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotateZ(-0deg);
}

.fa-angle-down:before {
    content: "" !important;
    background: url(../images/arrow-left-wh.png);
    display: inline-block;
    padding-right: .5rem;
    height: 15px !important;
    margin-top: 4px;
    width: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotateZ(-90deg);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.accordion-header {
    font-size: 15px !important;
    color: #FFF !important;
    line-height: 42px !important;
    padding: 0px 30px !important;
    margin: 0px !important;
    font-weight: 700 !important;
}

.ac_border {
    border: 1px solid #D6D7D8;
    border-radius: 5px;
    padding: 0px;
    margin-top: 30px;
    /* margin: 30px; */
    margin-bottom: 30px;
}

.p-l-30 {
    padding-left: 30px !important;
}

.p-r-30 {
    padding-right: 30px !important;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #dee2e6 !important;
}

.b_none {
    border-top: none !important;
}

.upload-field {
    padding-top: 40px;
    padding-bottom: 40px;
    border: 1px dashed #D6D7D8;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    text-align: center;
    border: none !important;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='5' ry='5' stroke='%23D6D7D8FF' stroke-width='2' stroke-dasharray='7' stroke-dashoffset='21' stroke-linecap='square'/%3e%3c/svg%3e");
    border-radius: 5px;
}

.max-h25 {
    max-height: 25px !important;
}

.max-h28 {
    max-height: 28px !important;
}

.upload-field .drag-label {
    color: #888F92;
    font-size: 12px;
    width: 100%;
    margin: 5px 0px;
}

.ui.basic.button {
    vertical-align: middle;
    -webkit-box-shadow: none;
    box-shadow: none;
    webkit-box-shadow: none;
    border: 1px solid #888f92;
    color: #3c4750;
    font-size: 0.8rem;
    color: #888F92;
    padding: 5px 20px;
    border-radius: 5px;
}

.white {
    background: #FFFFFF !important;
}

.basic {
    background: none !important;
}

.icon_right {
    position: absolute;
    right: 38px;
}

.add-variable-box {
    border: 1px dashed #D6D7D8;
    background-color: #F7F8F9;
    border-radius: 6px;
    min-height: 82px;
    margin-top: 18px;
    position: relative;
    padding-right: 15px;
    padding-left: 35px;
    overflow: hidden;
    padding-top: 25px;
    padding-bottom: 14px;
    margin-bottom: 14px;
}

    .add-variable-box .icon.bigplus {
        line-height: 82px;
        margin-right: 20px;
        cursor: pointer;
        height: 100%;
        float: left;
    }

    .add-variable-box label.nextto-plus, .add-variable-box p.nextto-plus {
        cursor: pointer;
    }

    .add-variable-box label, .add-variable-box p {
        display: block;
        position: relative;
    }

.m-b-0 {
    margin-bottom: 0px !important;
}

.btn-cart {
    color: #FFF;
    background-color: #D6D7D8;
    border: none;
    font-size: 15px !important;
    font-weight: 700;
    padding: 7px 62px !important;
}

.b_top_none {
    border-top: none !important;
}

.stepper {
    display: flex !important;
    width: 104px;
}

    .stepper .button {
        background-color: #F7F8F9 !important;
        border: 1px solid #D6D7D8 !important;
        width: 40px !important;
        flex-grow: 0;
        padding: 5px 13px 9px;
        font-weight: 700;
        line-height: 20px;
        margin: 0px !important;
        cursor: pointer;
    }

        .stepper .button:first-child {
            border-radius: 0.3rem 0 0 0.3rem;
        }

        .stepper .button:last-child {
            border-radius: 0 0.3rem 0.3rem 0;
        }

.stepper-input {
    width: 35px;
    font-weight: 600;
    font-size: 15px;
    flex-grow: 1;
    border-right: none !important;
    border-left: none !important;
    border-radius: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-align: center;
    background-color: #F7F8F9 !important;
    border-top: 1px solid #D6D7D8 !important;
    border-bottom: 1px solid #D6D7D8 !important;
    color: #313A41;
}

.stock_in {
    color: #888F92;
    margin-top: 5px !important;
}

.stock_in1 {
    color: #888F92;
    margin-top: 30px !important;
}

.down_item {
    margin-top: -10px !important;
    color: #888F92;
}

.f_l {
    float: left !important;
}

.pricing .btn_new {
    padding: 6px 25px;
}

.m-t-n15 {
    margin-top: -15px !important;
}

.btn-pricing:hover {
    color: #D6D7D8 !important;
    text-decoration: none;
}

.supplay_btm {
    display: inline-block !important;
    margin-right: 14px !important;
}

.offer.supplay_btm {
    margin-bottom: 18px;
}

.supplay_btm.notify {
    margin-top: 2px;
    margin-bottom: 18px;
    margin-left: 20px;
}

.pricing span.offer {
    background: #C64D4D;
    color: #FFFFFF;
    padding: 6px 10px;
    font-size: 12px;
    position: relative;
    font-weight: 400;
}

    .pricing span.offer:after {
        position: absolute;
        content: '';
        right: -10px;
        top: 0;
        width: 0;
        height: 0;
        border-top: 30px solid #C64D4D;
        border-right: 11px solid transparent;
    }

.btm_red {
    align-items: center;
    margin-top: 13px;
    display: flex;
}

.img-fluid {
    max-width: 99% !important;
}

.notify {
    font-size: 12px;
    position: relative;
    margin-left: 8px;
    margin-top: 22px;
    text-decoration: underline;
    color: #313A41;
    cursor: pointer;
}

.max-800 {
    max-width: 800px !important;
}

.d_in_block {
    display: inline-block !important;
    vertical-align: top;
}

.pop_shadow {
    -webkit-box-shadow: 1px 3px 10px 2px rgb(0 0 0 / 20%);
    box-shadow: 1px 3px 10px 2px rgb(0 0 0 / 20%);
}

.pop_heading {
    font-weight: 700 !important;
    font-size: 20px !important;
    color: #313A41 !important;
}

.order-review {
    font-size: 16px;
    text-align: right;
    padding: 10px 0px 0px;
}

    .order-review p {
        font-size: 16px;
        text-align: left;
        padding: 10px 0px 0px;
    }

.order-review-img {
    text-align: center !important;
}


.order-hd-l {
    background: #FFF;
    padding: 0px;
    margin: 0px -15px;
    padding: 10px;
    text-align: left;
    color: #313A41;
    font-weight: 700;
    font-size: 15px;
}

.order-hd-r {
    background: #FFF;
    padding: 0px;
    margin: 0px -15px;
    padding: 10px;
    text-align: left;
    color: #313A41;
    font-weight: 700;
    font-size: 15px;
}

.order-hd-l-2 {
    background: none;
    padding: 0px;
    border-right: 1px solid #FFF;
    margin: 0px -15px;
    padding: 10px;
    text-align: left;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    border-top: 1px solid #d7d6d6;
    display: none;
}

.order-hd-r-2 {
    background: none;
    padding: 0px;
    border-right: 1px solid #FFF;
    margin: 0px -15px;
    padding: 10px;
    text-align: right;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    border-top: 1px solid #d7d6d6;
    display: none;
}

.imgWidth {
    max-width: 120px;
}

.order-review {
    font-size: 16px;
    text-align: right;
    padding: 10px 0px 0px;
}

    .order-review p {
        font-size: 16px;
        text-align: left;
        padding: 10px 0px 0px;
    }

.order-review-img {
    text-align: center !important;
}

.border-top {
    border-top: 1px solid #d7d6d6;
}

@media (min-width: 992px) and (max-width: 1230px) {
    .imgWidth {
        max-width: 110px;
    }
}

@media (max-width: 768px) {

    .order-hd-l-2 {
        background: #FFF;
        padding: 0px;
        border-right: 1px solid #FFF;
        margin: 0px -15px;
        padding: 10px;
        text-align: left;
        color: #FFFFFF;
        font-weight: bold;
        font-size: 16px;
        border-top: 1px solid #d7d6d6;
        display: block;
    }

    .order-hd-r-2 {
        background: #FFF;
        padding: 0px;
        border-right: 1px solid #FFF;
        margin: 0px -15px;
        padding: 10px;
        text-align: right;
        color: #FFFFFF;
        font-weight: bold;
        font-size: 16px;
        border-top: 1px solid #d7d6d6;
        display: block;
    }
}

.txt_right {
    text-align: right !important;
}

.pop_h_p {
    padding: 30px 36px;
}

.pop_c_p {
    padding: 10px 26px 0px;
}

.m-r-14 {
    margin-right: 14px !important;
}

.pop_c_p1 {
    padding: 2px 40px;
}

.pop_img {
    width: 40px;
    height: 40px;
    border: 1px solid #D6D7D8;
    padding: 3px 3px 0px;
    border-radius: 5px;
    margin-right: 12px;
}

.f_w600 {
    font-weight: 600 !important;
    display: flex;
    align-items: center;
    height: 60px;
}

.l_h_60 {
    line-height: 60px !important;
}

.pop_inside {
    background: #F7F8F9;
    border-top: 1px solid #EAEBEC;
    padding: 8px 20px;
}

.m-l-52 {
    margin-left: 52px !important;
}

.dis_grid {
    display: grid !important;
}

.fw_700 {
    font-weight: 700 !important;
}

.m-l-40 {
    margin-left: 40px !important;
}

.p-t-40 {
    padding-top: 40px !important;
}

.choos_btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-box-shadow: none;
    box-shadow: none;
    webkit-box-shadow: none;
    border: 1px solid #888f92;
    color: #3c4750;
    font-size: 0.8rem;
    color: #888F92;
    padding: 5px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.narrow {
    height: calc(1.0em + 0.55rem + 8px) !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #000 !important;
    border-color: #b2b2b2 !important;
    background-color: #ffffff !important;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #0099BC !important;
    width: 8px;
    height: 8px;
    left: -20px;
    top: 8px;
    border-radius: 24px;
    background-image: none !important;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none !important;
}

.strike_radio {
    max-width: 20px;
    width: 16px !important;
    height: 16px !important;
    position: absolute;
    margin-left: -26px;
    z-index: 99;
    margin-top: 3px;
    background: #FFFFFF;
}

.custom-radio svg {
    fill: #888F92 !important;
    position: absolute;
    width: 16px;
    height: 16px;
    margin-left: -24px;
    z-index: 99;
    margin-top: 4px;
    background: #FFFFFF;
}

.new_input {
    width: 16px;
    height: 16px;
    border: 1px solid #FF0000 !important;
    padding-left: -11px !important;
    margin-left: -24px;
    margin-right: 8px;
    vertical-align: middle;
}

.min-w-110 {
    min-width: 110px;
}

.btm_arrow {
    width: 6px;
    height: 15px;
    margin-left: 5px;
    margin-right: 8px;
}

.b-tn {
    border-top: none !important;
}

.w-270 {
    width: 270px;
}

.btn-cart:hover {
    color: #FFF;
}

.m-t-n4 {
    margin-top: -4px !important;
}

.hide_link {
    display: none;
}

.shape {
    position: relative;
    height: 28px;
    width: 200px;
    background: #0099BC;
    border-radius: 3px;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    line-height: 28px;
}

    .shape:after {
        position: absolute;
        content: '';
        height: 0px;
        width: 0px;
        /* left: 0px; */
        right: -19px;
        bottom: -28px;
        border-width: 28px 3px;
        border-style: solid;
        border-color: #0099BC #0099BC transparent transparent;
        border-radius: 3px;
        /* border-top: 30px solid #0099BC; */
        border-right: 20px solid transparent;
    }

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none !important;
}

.max-w-15 {
    max-width: 15px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #313A41;
    text-align: center;
    background-color: #FFFFFF;
    border-radius: 0.4rem;
    border: 1px solid #D4D4D5;
    z-index: 1900;
    -webkit-box-shadow: 0 2px 4px 0 rgb(34 36 38 / 12%), 0 2px 10px 0 rgb(34 36 38 / 15%);
    box-shadow: 0 2px 4px 0 rgb(34 36 38 / 12%), 0 2px 10px 0 rgb(34 36 38 / 15%);
}


.tooltip .arrow:before {
    border-bottom-color: #FFFFFF !important;
    border-top-color: #FFFFFF !important;
    margin-top: -2px !important;
    margin-bottom: -2px !important;
}

.check-container {
    display: block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: -24px;
    line-height: 19px;
}

    /* Hide the browser's default checkbox */
    .check-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #FFFFFF;
    border: 1px solid #888F92;
    border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.check-container:hover input ~ .checkmark {
    background-color: #FFFFFF;
    border: 1px solid #888F92;
    border-radius: 3px;
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .checkmark {
    background-color: #0099BC;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check-container .checkmark:after {
    left: 4px;
    top: 0px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.m-t-6 {
    margin-top: 6px !important;
}


.out-0f-stock {
    position: relative;
    height: 20px;
    width: 84px;
    background: #C64D4D;
    border-radius: 3px;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    margin-top: -15px;
}

    .out-0f-stock:after {
        position: absolute;
        content: '';
        height: 0px;
        width: 0px;
        /* left: 0px; */
        right: -6px;
        bottom: -20px;
        border-width: 20px 3px;
        border-style: solid;
        border-color: #C64D4D #C64D4D transparent transparent;
        border-radius: 3px;
        /* border-top: 30px solid #0099BC; */
        border-right: 7px solid transparent;
    }

.btm_f_l {
    float: left;
}

@media (max-width: 574px) {
    .btm_red {
        align-items: center;
        margin-top: 13px;
        display: block;
        text-align: center;
    }

    .out-0f-stock {
        width: 30%;
        align-items: center;
        margin-left: 35%;
    }

    .btm_f_l {
        float: initial;
    }

    .down_item {
        margin-top: -20px !important;
        position: relative !important;
        color: #888F92;
    }

    .stepper {
        display: flex !important;
        width: 104px;
        margin-left: 40%;
    }

    .pr_sizes p {
        text-align: center;
        margin-top: 10px;
    }

    .fm-t {
        margin-top: 20px;
    }
}



.custom-select {
    position: relative;
    background: #F7F8F9;
    padding: 0px;
    height: 33px;
}

    .custom-select select {
        display: none; /*hide original SELECT element:*/
    }



/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: #888F92 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: #888F92 transparent transparent transparent;
    top: 14px;
}

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
    font-size: 15px;
    font-weight: 600;
    padding: 6px 10px;
    border: 0px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
    border-radius: 5px;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: #FFFFFF;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border-radius: 5px;
    border: 1px solid #D6D7D8;
    color: #888F92 !important;
    margin-top: 2px;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: #FFFFFF;
    border-left: #0099BC 4px solid;
    border-radius: 0px;
    padding: 6px 6px;
}

.select-items .not-allowed {
    text-decoration: line-through !important;
    color: #D6D7D8 !important;
    cursor: not-allowed !important;
}

.p-l-17 {
    padding-left: 17px !important;
}

.table-w {
    min-width: 140px;
    padding: 10px;
}

.min-w-80 {
    min-width: 80px;
}







@media (min-width: 1025px) {
    .grid_bott .col_left {
        flex: 0 0 39.8%;
        max-width: 39.8%;
    }

    .grid_bott .col_right {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 60.2%;
        max-width: 60.2%;
    }

    .grid_list_img img {
        width: 152px;
    }
}

@media (max-width: 767px) {
    .help ul li input[type=checkbox] {
        width: 90%;
    }

    .m-b-130 {
        margin-bottom: 50px !important;
    }

    .contact {
        padding-top: 50px;
        display: block;
    }

    .contact-padding {
        padding: 0px 0px 0px 0px;
    }

    .contact-padding_l {
        padding: 0px 0px 0px 0px;
    }

    .help ul li {
        padding: 7px 45px 0px 20px;
    }

    .promo_prodcuts .btn_primary {
        padding: 5.5px 20px;
        font-size: 12px;
    }

    .grid_products .btn_primary {
        padding: 5.5px 11px;
        font-size: 12px;
    }

    ul.levelone > li:hover > ul.leveltwo {
        display: none;
    }

    ul.leveltwo > li:hover .levelthree_block {
        display: none;
    }

    .megamenu-content li.has_dropdown > a::after {
        transform: rotate(90deg);
        background-size: 10px;
    }

    /*menu change starts*/
    .header_left .navbar-nav > li {
        padding: 5px 10px;
    }

        .header_left .navbar-nav > li.megamenu_drop {
            position: relative;
        }

    .header_left .megamenu-content {
        width: 100%;
    }

        .header_left .simple_dropdown::before, .header_left .simple_dropdown::after, .header_left .megamenu-content::before, .header_left .megamenu-content::after {
            display: none;
        }

    /*ends*/
    .bucks_balance {
        display: none;
    }

    .main_search {
        display: none;
    }

    .user_profile .dropdown-menu {
        right: 0px !important;
    }

    .search_mob {
        position: absolute;
        left: 35px;
        top: 30px;
    }

    .buttonsearch img {
        max-width: 23px;
    }

    .searchbardiv {
        left: 0px;
        z-index: 9;
    }

    .navbar-toggler {
        position: absolute;
        top: 30px;
        left: 0px;
    }

        .navbar-toggler .icon-bar {
            width: 23px;
            height: 4px;
            background: #888f92;
            display: block;
            margin-bottom: 3px;
            border-radius: 50px;
        }

        .navbar-toggler .icon-bar {
            position: relative;
            transition: all 500ms ease-in-out;
        }

        .navbar-toggler.active .icon-bar:nth-of-type(1) {
            top: 8px;
            transform: rotate(45deg);
        }

        .navbar-toggler.active .icon-bar:nth-of-type(2) {
            background-color: transparent;
        }

        .navbar-toggler.active .icon-bar:nth-of-type(3) {
            top: -10px;
            transform: rotate(-45deg);
        }

    .main_header {
        position: relative;
    }

        .main_header .navbar {
            position: static;
            padding: 0px;
            width: 100%;
        }

    ul.levelone {
        width: 100%;
    }

    ul.leveltwo {
        position: static;
        border: 0;
    }

    .leveltwo .levelthree_block {
        z-index: 9999999;
        position: static;
        width: 100%;
        border: 0;
    }

    .header_left .navbar-nav > li:hover .dropdown-menu {
        display: none;
    }

    .ft_products .owl-general {
        padding: 0px 30px;
    }

    .grid_products .grid_caption {
        width: 100%;
        left: 0px;
        display: flex;
        justify-content: space-between;
        padding: 0px 30px;
        align-items: center;
    }

        .grid_products .grid_caption h2 {
            font-size: 15px;
            margin-bottom: 0px;
        }

    .grid_list .grid_col {
        width: 50%;
    }

    .grid_list {
        border-left: 1px solid #d6d7d8;
    }

    .promo_block {
        max-width: 100%;
    }

    .promo_prodcuts .promo_info {
        flex-direction: column;
        text-align: center;
    }

    .promo_prodcuts .promo_content {
        flex-direction: column;
    }

    .promo_prodcuts .promo_txt p {
        text-align: center;
        font-size: 15px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .promo_prodcuts .promo_txt h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .promo_prodcuts .promo_txt p {
        margin-bottom: 20px;
    }

    .promo_prodcuts .cart-iconn {
        margin-right: 0;
        margin-bottom: 20px;
        width: 58px;
        height: 58px;
    }

        .promo_prodcuts .cart-iconn img {
            max-width: 24px;
        }

    .promo_prodcuts .promo_box {
        padding: 30px 0px;
        background-position: center;
    }

        .promo_prodcuts .promo_box::before {
            border-radius: 5px;
        }

    .promo_intr p {
        font-size: 15px;
        font-weight: 600;
    }

    .btm_products .owl-general {
        padding: 0px 23px;
    }

    .btm_products .owl-item {
        padding: 0px 0px;
    }

    .bottom_nav_row {
        flex-wrap: nowrap;
        margin: 0px;
        padding-left: 10px;
    }


    .bottom_nav .nav_block h4 {
        font-size: 14px;
        min-height: 0px;
    }

    .bottom_nav .nav_block img {
        max-height: 150px;
    }



    .footer_banner h1 {
        font-size: 28px;
    }

    .footer_banner p {
        font-size: 15px;
    }

    .footer_banner .btn_primary {
        font-size: 15px;
    }

    .footer_banner {
        background-position: right 10% top 0px;
        background-repeat: no-repeat;
    }

    .footer_row {
    }

    .foot_col.colone {
        border-bottom: 1px solid #979797;
        padding-bottom: 20px;
    }

    .footer .footer_r_col {
        width: calc(100% + 30px);
        border-bottom: 1px solid #979797;
        margin-left: -15px;
        margin-right: -15px;
        padding: 9px 15px;
        position: relative;
    }

        .footer .footer_r_col .h4vishal {
            margin-bottom: 0px;
            cursor: pointer;
        }

        .footer .footer_r_col .fa.fa-angle-down {
            cursor: pointer;
        }

    .footer .footer_right {
        flex-wrap: wrap;
    }

    .foot_menu {
        display: none;
        margin-top: 15px;
    }

        .foot_menu .active {
            display: block;
            margin-top: 15px;
        }

    .footer .footer_right h4 {
        margin-bottom: 0px;
        position: relative
    }

        .footer .footer_right h4::after {
            content: '';
            background-image: url(../images/arrow-left-wh.png);
            width: 22px;
            height: 30px;
            position: absolute;
            background-size: 10px;
            right: 0;
            background-repeat: no-repeat;
            transform: rotate(-90deg);
            top: -6px;
            background-position: center;
        }

    .footer_r_col:last-child {
        border-bottom: 0px;
        padding-bottom: 0;
    }

    .footer_r_col .fa.fa-angle-down {
        position: absolute;
        right: 20px;
        top: 3px;
    }

    .footer_r_col:last-child .foot_menu {
        display: block;
        margin-top: 10px;
    }

    .footer_r_col:last-child h4 {
        pointer-events: none;
    }

        .footer_r_col:last-child h4::after {
            display: none;
        }

    .footer {
        padding: 40px 0px;
        padding-bottom: 30px;
    }

    .home_banner .carousel-caption.align_right, .home_banner .carousel-caption.align_left {
        width: 70%;
        text-align: center;
        margin: auto;
    }

    .home_banner h1 {
        font-size: 28px;
        text-align: center;
    }

    .home_banner p {
        font-size: 15px;
        text-align: center;
    }

    .home_banner .btn_primary {
        font-size: 15px;
        padding: 9px 21px;
    }

    .home_banner .banner_img {
        height: 155px;
        width: 155px;
        margin: auto;
    }

    .home_banner .caption_row {
        display: inline-block;
        width: 100%;
    }

    .home_banner .carousel-control-prev {
        left: 30px;
    }

    .home_banner .carousel-control-next {
        right: 30px;
    }

    .logo img {
        max-width: 70px;
    }

    .logo {
        margin-right: 0;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 15px;
    }

    .top_header {
        min-height: 80px;
        padding-bottom: 0px;
    }

    .container {
        padding: 0px 15px 0px 17px;
    }

    .main_cart {
        top: 2px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {

    .promo_prodcuts .cart-iconn {
        width: 52px;
        height: 52px;
    }

        .promo_prodcuts .cart-iconn img {
            max-width: 21px;
        }

    .owl-carousel .owl-stage-outer {
    }

    .grid_products .btn_primary {
        padding: 5px 14px;
    }

    .home_banner .banner_img {
        width: 227px;
        height: 227px;
    }

    .bucks_balance {
        display: none;
    }

    .header_left .megamenu-content {
        width: 100%;
    }

    .logo {
    }

    .home_banner .caption_row {
        flex-wrap: nowrap;
        min-height: 327px;
    }

    .home_banner h1 {
        font-size: 36px;
    }

    .home_banner p {
        font-size: 15px;
    }

    .container {
        max-width: 100%;
        padding: 0px 28px;
    }

    .container-banner {
        max-width: 100%;
        padding: 0px 28px;
    }

    .grid_products .grid_caption h2 {
        font-size: 20px;
        margin-bottom: 0px;
    }

    .grid_products .grid_caption {
        width: 100%;
        left: 0px;
        display: flex;
        justify-content: space-between;
        padding: 0px 25px;
        align-items: center;
    }

        .grid_products .grid_caption h2 {
            width: 55%;
        }

    .grid_bott .col_left {
        flex: 0 0 38%;
        max-width: 38%;
    }

    .grid_bott .col_right {
        flex: 0 0 62%;
        max-width: 62%;
    }

    .promo_prodcuts .promo_txt h2 {
        font-size: 20px;
    }

    .promo_prodcuts .promo_txt p {
        font-size: 15px;
    }

    .promo_prodcuts .promo_content {
        padding: 0px 50px;
    }

    .promo_block {
        max-width: 90%;
    }

    .promo_intr p {
        font-size: 15px;
        font-weight: 600;
    }

    .btm_products .owl-item {
        padding: 0px 0px;
    }

    .btm_products .btm_title h4 {
        font-size: 13px;
    }

    .btm_products .btm_title h5 {
        font-size: 14px;
    }

    .bottom_nav .nav_block h4 {
        font-size: 15px;
        min-height: 0;
    }

    .bottom_nav .nav_block img {
        max-height: 127px;
    }

    .bottom_nav .nav_block {
        width: 49%;
        min-height: 300px;
    }

    .footer_banner h1 {
        font-size: 36px;
    }

    .footer_banner p {
        font-size: 15px;
    }

    .footer_banner .btn_primary {
        font-size: 15px;
        padding: 10.5px 27px;
    }

    .footer_banner {
        background-position: right 10% top 0px;
        background-repeat: no-repeat;
        min-height: 327px;
    }

    .main_search {
        display: none;
    }

    .logo img {
        max-width: 80px;
    }

    .carousel-caption .btn_primary {
        font-size: 15px;
        padding: 10.5px 27px;
    }

    .footer .footer_r_col:last-child p {
        width: 130px;
    }

    .owl-carousel .owl-stage-outer {
        height: calc(100% + 10px);
        margin: -5px;
        padding: 5px;
        width: calc(100% + 10px);
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .ft_products .owl-item {
        padding: 0px 0px;
    }

    .ft_products .pdc_img img {
        width: 75px;
        height: auto;
    }

    .btm_products .btm_img img {
        width: auto;
        height: 112px;
    }

    .grid_list_img img {
        height: 128px;
    }

    .header_left .navbar-nav > li > a {
    }

    .main_cart {
        margin-left: 24px;
    }

    .user_profile {
    }

    .top_search {
        margin-top: -1px;
    }

    .main_cart img {
        position: relative;
        top: 1px;
    }
}

@media (min-width: 1025px) and (max-width: 1300px) {
}

@media (min-width: 768px) {
    .footer_right h4 {
        pointer-events: none;
        cursor: pointer;
    }
}

@media (min-width: 1025px) {

    .search_mob {
        display: none;
    }
}

@media (min-width: 1025px) and (max-width: 1250px) {
    .container {
        padding: 0px 28px;
    }

    .logo {
        margin-right: 0px;
    }

    .header_left .navbar-nav > li > a {
        font-size: 14px;
        font-weight: 600;
        padding-left: 0 !important;
        padding-right: 0px !important;
    }

    .main_cart {
        margin-left: 24px;
    }

    .user_profile {
        margin-left: 24px;
    }
}


@media (max-width: 480px) {
    .ft_products .pdc_img img {
        height: 113px;
    }

    .ft_products .owl-prev {
        top: 45%;
    }

    .ft_products .owl-next {
        top: 45%;
    }

    .btm_products .btm_img img {
        height: 112px;
    }

    .ft_products {
        padding: 40px 0px 30px 0px;
    }

    .btm_products .owl-prev, .btm_products .owl-next {
        top: 35%;
    }

    .owl-carousel .owl-stage-outer {
        height: calc(100% + 10px);
        margin: -5px;
        padding: 5px;
        width: calc(100% + 10px);
    }

    .grid_list_img img {
        height: 135px;
        width: auto;
    }
}

@media (min-width: 767px) {
    .footer_r_col .h4vishal {
        cursor: default;
    }

    .footer_r_col .fa.fa-angle-down {
        display: none;
    }

    .foot_menu {
        display: block !important;
    }
}

.fixed-top-header {
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
}
/*about page*/
.inner_heading {
    background: #f7f8f9;
    padding: 28px 0px 28px 0px;
}

    .inner_heading h1 {
        font-size: 32px;
        font-weight: 400;
    }

.about {
    padding-bottom: 0px;
    padding-top: 0px;
}

    .about p {
        font-size: 15px;
        font-weight: 600;
        color: #313A41;
    }

.about_img {
    margin-top: 0px;
    margin-bottom: 0px;
}



.video_intr h2 {
    font-size: 32px;
    font-weight: 700;
    color: #313A41
}

.video_intr p {
    font-size: 20px;
    font-weight: 600;
    color: #313A41;
    padding-bottom: 5px;
}

.video_intr .btn_primary {
    padding: 15px 46px !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    margin-bottom: 50px;
}

    .video_intr .btn_primary:hover {
        background: #d02239;
        color: #313A41;
        text-decoration: none;
        cursor: pointer;
    }

hr.gray {
    border: none;
    border-bottom: 1px solid #D6D7D8;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-b-130 {
    margin-bottom: 130px !important;
}


label.l-h-14 {
    display: inline-block;
    margin-bottom: .2rem !important;
    color: #313A41 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
}

.contact .form-control {
    font-family: 'Cairo', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    margin: 0;
    outline: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    line-height: 22px;
    padding: 0px 0.93333333em;
    height: 34px;
    font-size: 1em;
    background: #f7f8f9;
    border: 1px solid rgba(34, 36, 38, 0.15);
    color: #313A41;
    font-weight: 600;
    border-radius: 0.4rem;
    -webkit-box-shadow: 0 0 0 0 transparent inset;
    box-shadow: 0 0 0 0 transparent inset;
    -webkit-transition: color 0.1s ease, border-color 0.1s ease;
    transition: color 0.1s ease, border-color 0.1s ease;
}

.form-sec h3 {
    font-size: 20px;
    font-weight: 700;
    color: #313A41;
    margin-top: -3px;
}

.form-sec p {
    font-size: 15px;
    font-weight: 400;
    color: #313A41;
}

.text-view-contact {
    font-size: 15px;
    font-weight: 400;
    color: #313A41;
}

.top_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.logo {
    margin-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .logo img {
        max-height: 90%;
        /*  height: 50px;*/
        max-width: 160px;
    }

.header_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.search_cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: auto;
    padding-top: 10px
}

    .search_cart .main_cart {
        margin-left: 30px
    }

.header_left .simple_dropdown {
    border: 1px solid #d6d7d8;
    border-radius: 6px;
    top: 65px;
    left: -20px
}

    .header_left .simple_dropdown .dropdown-item {
        padding: 5px 15px;
        color: #888f92;
        font-size: 14px;
        font-weight: 600;
    }

.header_left .navbar-nav {
    margin-left: 0px;
    background: #FFF;
    /* padding-top: 20px; */
}

    .header_left .navbar-nav > li {
        padding: 22px 9px;
        position: relative;
        padding-bottom: 22px
    }

        .header_left .navbar-nav > li > a {
            color: #313a41;
            font-size: 16px;
            font-weight: 500;
            padding-left: 12px !important;
            padding-right: 0px !important;
        }

        .header_left .navbar-nav > li:hover .dropdown-menu {
            display: block
        }

.header_left .simple_dropdown:before {
    content: "";
    position: absolute;
    border-color: #d6d7d8;
    border: solid transparent;
    border-bottom-color: white;
    border-width: 11px;
    margin-left: -10px;
    top: -21px;
    right: 40%;
    z-index: 1
}

.header_left .simple_dropdown:after {
    content: "";
    position: absolute;
    right: 40%;
    top: -21px;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 10px;
    border-bottom-color: #d6d7d8;
    z-index: 0;
    margin-right: 1px
}

.header_left .navbar-nav > li.megamenu_drop {
    position: static
}

.header_left .navbar {
    position: static;
    padding: 0px
}

.header_left .megamenu-content {
    border-radius: 6px;
    top: 65px;
    left: 0px;
    padding: 0px;
    width: 65%;
    background: none;
    border: 0;
    border-left: 1px solid #d6d7d8;
}

    .header_left .megamenu-content:before {
        content: "";
        position: absolute;
        border-color: #d6d7d8;
        border: solid transparent;
        border-bottom-color: white;
        border-width: 11px;
        top: -20px;
        left: 15%;
        z-index: 1
    }

    .header_left .megamenu-content:after {
        content: "";
        position: absolute;
        left: 15%;
        top: -20px;
        width: 0;
        height: 0;
        border: solid transparent;
        border-width: 10px;
        border-bottom-color: #d6d7d8;
        z-index: 0;
        margin-left: 1px
    }

.multi-levelmenu {
    list-style: none;
    padding: 0
}

    .multi-levelmenu .submenu-dropdown {
        display: none
    }

    .multi-levelmenu li a {
        color: #888f92;
        display: block;
        font-size: 16px;
        margin-bottom: 8px
    }

    .multi-levelmenu h4 {
        font-size: 18px;
        font-weight: 700;
        border-bottom: 1px solid #d6d7d8;
        padding-bottom: 10px;
        color: #212529
    }

    .multi-levelmenu > li.has_dropdown {
        position: relative
    }

        .multi-levelmenu > li.has_dropdown .submenu-dropdown {
            position: absolute;
            top: 0;
            right: 0;
            left: 100%;
            height: auto;
            background: #fff;
            z-index: 99999;
            padding: 0px;
            list-style: none;
            padding-left: 60px;
            width: calc(100% + 60px)
        }

        .multi-levelmenu > li.has_dropdown > a {
            position: relative
        }

            .multi-levelmenu > li.has_dropdown > a:after {
                content: '';
                background-image: url(../images/arrow-right.png);
                display: inline-block;
                position: absolute;
                width: 20px;
                height: 20px;
                background-size: 7px;
                background-repeat: no-repeat;
                right: -20px;
                top: 5px;
                background-position: center;
                z-index: 999999
            }

        .multi-levelmenu > li.has_dropdown:hover .submenu-dropdown {
            display: block
        }

        .multi-levelmenu > li.has_dropdown:hover > a {
            font-weight: 700;
            color: #212529
        }

.mega_col {
    position: relative;
    padding: 20px 30px;
    border-right: 1px solid #d6d7d8
}

.bucks_balance {
    margin-right: 20px;
    position: relative
}

    .bucks_balance h6 {
        color: #888f92;
        font-size: 14px;
        text-align: right;
        margin: 0
    }

        .bucks_balance h6 strong {
            display: block
        }

    .bucks_balance .bucks_dropdown {
        position: absolute;
        border: 1px solid #d6d7d8;
        border-radius: 6px;
        width: 160px;
        background: #fff;
        z-index: 9;
        padding: 10px 15px;
        right: -10px;
        top: 45px;
        display: none;
        padding-bottom: 8px;
    }

        .bucks_balance .bucks_dropdown h5 {
            font-size: 12px;
            font-weight: 700;
            margin-bottom: 0;
        }

        .bucks_balance .bucks_dropdown p {
            margin-bottom: 0px;
            font-size: 12px
        }

        .bucks_balance .bucks_dropdown:before {
            content: "";
            position: absolute;
            border-color: #d6d7d8;
            border: solid transparent;
            border-bottom-color: white;
            border-width: 11px;
            margin-left: -10px;
            top: -21px;
            right: 20px;
            z-index: 1
        }

        .bucks_balance .bucks_dropdown:after {
            content: "";
            position: absolute;
            right: 20px;
            top: -21px;
            width: 0;
            height: 0;
            border: solid transparent;
            border-width: 10px;
            border-bottom-color: #d6d7d8;
            z-index: 0;
            margin-right: 1px
        }

    .bucks_balance:hover .bucks_dropdown {
        display: block
    }

img {
    max-width: 100%
}

.no-margin {
    margin-left: 0px;
    margin-right: 0px
}

.mega_col_lg .firstmenu {
    margin-bottom: 15px
}

.mega_col_lg .last_col {
    padding-right: 0px
}

.main_cart {
    margin-left: 25px;
    position: relative
}

    .main_cart img {
        max-width: 18px
    }

    .main_cart .count_circle {
        position: absolute;
        background: #313a41;
        width: 23px;
        height: 23px;
        border-radius: 100pc;
        top: -10px;
        right: -9px;
        border: 3px solid #fff;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-weight: 700;
        font-size: 14px
    }

.user_profile {
    margin-left: 20px
}

    .user_profile img {
        max-width: 22px
    }

    .user_profile .dropdown-toggle:after {
        display: none
    }




    .user_profile .dropdown-menu {
        right: -15px !important;
        left: auto !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        padding: 12p 0px;
        width: 157px;
        border: 1px solid #d6d7d8;
        top: 40px !important;
        border-radius: 5px;
        padding-top: 0;
    }

        .user_profile .dropdown-menu li {
            padding: 10px 18px;
            border-bottom: 1px solid #d6d7d8
        }

            .user_profile .dropdown-menu li .bucks {
                display: block;
                font-size: 12px;
            }

            .user_profile .dropdown-menu li .welcome {
                font-size: 12px;
            }

                .user_profile .dropdown-menu li .welcome strong {
                    font-size: 15px
                }

            .user_profile .dropdown-menu li:last-child {
                border-bottom: 0;
                padding-bottom: 0px;
            }

        .user_profile .dropdown-menu h6 {
            font-weight: 700;
            font-size: 12px;
            margin: 0;
        }

    .user_profile .user_menu a {
        color: #888f92;
        display: block;
        font-size: 15px;
        margin-bottom: 7px
    }

    .user_profile .dropdown-menu:before {
        content: "";
        position: absolute;
        border-color: #d6d7d8;
        border: solid transparent;
        border-bottom-color: white;
        border-width: 11px;
        margin-left: -10px;
        top: -21px;
        right: 15px;
        z-index: 1
    }

    .user_profile .dropdown-menu:after {
        content: "";
        position: absolute;
        right: 16px;
        top: -21px;
        width: 0;
        height: 0;
        border: solid transparent;
        border-width: 10px;
        border-bottom-color: #d6d7d8;
        z-index: 0
    }



.home_banner .carousel-item {
    background-size: cover;
    background-position: center;
}

.home_banner .carousel-caption.align_left {
    text-align: left;
    width: 60%;
    left: 40px;
    right: auto;
    top: 50%;
    position: static
}

.home_banner .carousel-caption.align_right {
    text-align: left;
    position: static
}

.home_banner h1 {
    font-weight: 700;
    font-size: 54px
}

.home_banner p {
    font-size: 20px
}

.home_banner .carousel-indicators li {
    border-radius: 100%;
    width: 7px;
    height: 7px;
    background-color: #d6d7d8;
    margin-right: 5px;
    border: 3px solid #d6d7d8;
    opacity: 1;
    background-clip: unset
}

    .home_banner .carousel-indicators li.active {
        background-color: #0099bc;
        border: 3px solid #d6d7d8
    }

.home_banner .carousel-indicators {
    bottom: 10px
}

.home_banner .caption_row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 660px
}

.home_banner .banner_img {
    width: 346px;
    background: #fff;
    height: 346px;
    border-radius: 8px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .home_banner .banner_img img {
        width: auto;
        height: 95%;
        max-width: 95%;
        border-radius: 8px;
        object-fit: fill;
        object-position: center;
    }

.home_banner .carousel-control-next,
.home_banner .carousel-control-prev {
    width: 6%;
    opacity: 1;
    z-index: 999;
}

    .home_banner .carousel-control-next img,
    .home_banner .carousel-control-prev img {
        max-height: 30px
    }

.ft_prodcut_slider {
    position: relative
}

.ft_products {
    background: #f7f8f9;
    padding: 40px 0px 50px 0px
}

    .ft_products .pdc_img {
        background: #fff;
        text-align: center;
        border-radius: 6px;
        padding-top: 0px;
        box-shadow: 0px 0px 7px 2px #00000008;
    }

        .ft_products .pdc_img img {
            width: 100%;
            display: inline;
            height: 200px;
        }

    .ft_products .pdc_title {
        margin-top: 12px
    }

        .ft_products .pdc_title h3 {
            font-size: 15px;
            text-align: center;
            font-weight: 700;
            margin-bottom: 0px
        }

    .ft_products .owl-item {
        padding: 0px 4px
    }

    .ft_products .item {
        padding-top: 10px
    }

        .ft_products .item a {
            color: #313a41
        }

    .ft_products .owl-prev {
        position: absolute;
        top: 46%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 9;
        background: url(../images/arrow-left.png);
        width: 7px;
        height: 15px;
        border: 0;
        background-repeat: no-repeat;
        background-size: 7px;
        left: 0;
        background-position: center;
        padding: 0
    }

        .ft_products .owl-prev span {
            display: none
        }

    .ft_products .owl-next {
        position: absolute;
        top: 46%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 9;
        background: url(../images/arrow-right.png);
        width: 7px;
        height: 15px;
        border: 0;
        background-repeat: no-repeat;
        background-size: 7px;
        right: 0;
        background-position: center;
        padding: 0px
    }

        .ft_products .owl-next span {
            display: none
        }

    .ft_products .owl-general {
        padding: 0px 30px
    }

.no-padding {
    padding: 0px
}

.grid_products {
    padding: 0px 0px 50px 0px;
}

    .grid_products .grid_item {
        position: relative
    }

    .grid_products .grid_caption {
        position: absolute;
        top: 50%;
        width: 45%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 10%
    }

        .grid_products .grid_caption h2 {
            font-weight: 700;
            font-size: 32px;
            margin-bottom: 15px
        }

    .grid_products .btn_primary {
        padding: 6px 17px;
        font-size: 12px
    }

    .grid_products .secondary h2 {
        color: #fff
    }

.grid_list .grid_col {
    border-right: 1px solid #d6d7d8;
    border-bottom: 1px solid #d6d7d8;
    padding-top: 0px;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
}

    .grid_list .grid_col .grid_list_img {
        text-align: center
    }

    .grid_list .grid_col .grid_list_caption {
        position: absolute;
        top: 0;
        background: rgba(49, 58, 65, 0.6);
        left: 0;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        padding: 0px 50px;
        display: none;
        cursor: pointer
    }

        .grid_list .grid_col .grid_list_caption h3 {
            color: #fff;
            font-size: 20px;
            text-align: center;
            font-weight: 700
        }

    .grid_list .grid_col .grid_list_img:hover .grid_list_caption {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

.grid_bott_img {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center
}

    .grid_bott_img .grid_list_caption {
        position: absolute;
        top: 0;
        background: rgba(49, 58, 65, 0.6);
        left: 0;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        padding: 0px 50px;
        display: none;
        cursor: pointer
    }

        .grid_bott_img .grid_list_caption h3 {
            color: #fff;
            font-size: 20px;
            text-align: center;
            font-weight: 700
        }

    .grid_bott_img:hover .grid_list_caption {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

.promo_block {
    max-width: 850px;
    margin: auto
}

.promo_prodcuts .promo_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.promo_prodcuts .promo_box {
    min-height: 150px;
    background-size: cover;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0px;
    position: relative;
    border-radius: 5px;
}

    .promo_prodcuts .promo_box:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 0;
        background: none;
        content: '';
        border-radius: 5px;
    }

.promo_prodcuts .promo_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.promo_prodcuts .cart-iconn {
    margin-right: 40px;
    margin-right: 20px;
    width: 76px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(49,58,65,0.5);
    border-radius: 100px;
}

    .promo_prodcuts .cart-iconn img {
        max-width: 30px
    }

.promo_prodcuts .promo_txt h2 {
    font-weight: 700;
    color: #fff;
    font-size: 32px;
    margin-bottom: 0px
}

.promo_prodcuts .promo_txt p {
    color: #fff;
    font-size: 20px;
    margin: 0;
}



.promo_intr {
    padding: 50px 10px 30px 10px;
    text-align: center
}

    .promo_intr p {
        font-size: 20px
    }

a:hover {
    text-decoration: none
}

.btm_prodcut_slider {
    position: relative
}

.btm_products .btm_box a {
    color: #313a41
}

.btm_products .btm_img {
    background: #fff;
    text-align: center;
    border-radius: 6px;
    padding-top: 0px;
    border: 1px solid #d6d7d8
}

    .btm_products .btm_img img {
        width: 100%;
        display: inline;
        height: 200px;
    }

.btm_products .btm_title {
    margin-top: 12px
}

    .btm_products .btm_title h4 {
        font-size: 15px;
        text-transform: capitalize
    }

    .btm_products .btm_title h5 {
        font-weight: 700;
        font-size: 15px
    }

.btm_products .owl-item {
    padding: 0px 4px
}

.btm_products .item {
    padding-top: 10px
}

.btm_products .owl-prev {
    position: absolute;
    top: 38%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    background: url(../images/arrow-left.png);
    width: 7px;
    height: 15px;
    border: 0;
    background-repeat: no-repeat;
    background-size: 7px;
    left: 0;
    background-position: center;
    padding: 0
}

    .btm_products .owl-prev span {
        display: none
    }

.btm_products .owl-next {
    position: absolute;
    top: 38%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    background: url(../images/arrow-right.png);
    width: 7px;
    height: 15px;
    border: 0;
    background-repeat: no-repeat;
    background-size: 7px;
    right: 0;
    background-position: center;
    padding: 0
}

    .btm_products .owl-next span {
        display: none
    }

.btm_products .owl-general {
    padding: 0px 30px
}

.bottom_nav_row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.bottom_nav {
    padding: 10px 0px 10px 0px;
}



    .bottom_nav .nav_block img {
        max-height: 189px;
        margin-top: -40px;
    }

    .bottom_nav .nav_block h4 {
        font-size: 20px;
        text-align: center;
        font-weight: 700;
        margin: 0;
        margin-top: 10px
    }

.footer_banner {
    min-height: 460px;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .footer_banner h1 {
        color: #fff;
        font-weight: 700;
        font-size: 54px
    }

    .footer_banner p {
        font-size: 20px;
        color: #fff
    }

.footer {
    background: #000064;
    padding: 50px 0px;
    color: #fff;
    text-align: left;
    margin-top: 50px;
}

    .footer h4 {
        font-size: 15px;
        margin-bottom: 15px;
        font-weight: 700
    }

    .footer p {
        font-size: 12px
    }

    .footer .social_media {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        bottom: 40px;
        position: absolute;
    }

        .footer .social_media a {
            background: #fff;
            width: 32px;
            height: 32px;
            display: inline-block;
            border-radius: 100px;
            text-align: center;
            margin-right: 10px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }

            .footer .social_media a img {
                max-width: 12px
            }

            .footer .social_media a.globe {
                background: none
            }

                .footer .social_media a.globe img {
                    max-width: 32px
                }

    .footer .foot_menu a {
        color: #fff;
        display: block;
        margin-bottom: 5px;
        font-size: 15px
    }

    .footer .footer_right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .footer .footer_r_col {
        margin-right: 50px
    }

        .footer .footer_r_col h4 img {
            max-height: 20px
        }

        .footer .footer_r_col:last-child {
            margin-right: 0px
        }

.footer_left h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

.footer_left p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin: 16px 0px;
    padding: 0px;
}

.footer_left a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #fa8c2b !important;
    margin: 0px;
    padding: 0px;
}

.footer_left p span {
    color: #027475 !important;
}

.footer_left ul li {
    display: inline-block;
    padding: 0px 10px;
    margin-top: 8px;
    border: 0px;
    font-size: 14px;
}



.megamenu-content ul {
    list-style: none;
    padding: 0px
}

    .megamenu-content ul li a {
        color: #888f92;
        display: block;
        font-size: 14px;
        margin-bottom: 8px;
        font-weight: 600;
    }

ul.levelone {
    width: 100%;
    position: relative;
    padding: 20px 00px;
    border-left: 1px solid #d6d7d8;
    border-right: 1px solid #d6d7d8;
    background: #fff;
    border-top: 1px solid #d6d7d8;
    border-bottom: 1px solid #d6d7d8;
    min-height: 300px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

    ul.levelone li,
    ul.leveltwo li {
        padding-left: 20px;
        padding-right: 20px
    }

ul.leveltwo {
    display: none;
    width: 100%;
    position: absolute;
    left: 100%;
    padding: 20px 0px;
    border-right: 1px solid #d6d7d8;
    top: -1px;
    /*height: 100%;*/
    z-index: 9;
    background: #fff;
    border-top: 1px solid #d6d7d8;
    margin-left: 1px;
    border-bottom: 1px solid #d6d7d8;
    min-height: 300px;
}

ul.levelone > li:hover > ul.leveltwo {
    display: block;
}

ul.leveltwo > li:hover .levelthree_block {
    display: block
}

.megamenu-content li.has_dropdown > a {
    position: relative
}

.megamenu-content li.has_dropdown:hover > a {
    font-weight: 700;
    color: #212529
}

.megamenu-content li.has_dropdown > a:after {
    content: '';
    background-image: url(../images/arrow-right.png);
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    background-size: 7px;
    background-repeat: no-repeat;
    right: -10px;
    top: 5px;
    background-position: center;
    z-index: 0
}

.levelthree_block {
    position: absolute;
    left: calc(100% + 1px);
    width: 200%;
    top: -1px;
    display: none;
    padding: 20px 0px;
    background: #fff;
    z-index: 9;
    min-height: 300px;
    border-top: 1px solid #d6d7d8;
    border-right: 1px solid #d6d7d8;
    border-bottom: 1px solid #d6d7d8;
    padding-right: 20px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.megamenu-content h4 {
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #d6d7d8;
    padding-bottom: 10px;
    color: #212529;
    margin-left: 20px
}

.leveltwo > li {
    background: #fff
}

.has_dropdown:hover > .levelthree_block {
    display: block
}

.leveltwo .levelthree_block {
    z-index: 9999999
}



.levelthree li::marker {
    display: block;
    font-size: 0px;
}

.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

    .carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
        left: 0;
        transform: translate3d(0,0,0);
    }

.banner_img {
    position: relative;
}

    .banner_img .dark {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: #FFF;
        background: #313A41;
        opacity: 0.5;
    }



    .banner_img .light {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: #313A41;
        background: #fff;
        opacity: 0.5;
    }



.banner_render .light h2 {
    color: #313a41;
}


.banner_render .light p {
    color: #313a41;
}

.banner_render .cover-dark:before {
    background: rgba(49,58,65,0.7);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    border-radius: 5px;
}

.banner_render .cover-light:before {
    background: rgba(255, 255, 255, 0.5);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    content: '';
    border-radius: 5px;
}

.banner_render .icon-dark {
    background: rgba(255, 255, 255, 0.5);
}

    .banner_render .icon-dark img {
        filter: invert(16%) sepia(4%) saturate(2688%) hue-rotate(164deg) brightness(97%) contrast(81%);
    }

.banner_render .icon-light {
    background: rgba(49,58,65,0.7);
}

    .banner_render .icon-light img {
        filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(69deg) brightness(102%) contrast(101%);
    }

.gallery-image img {
    width: fit-content;
    padding-top: 0px;
}





.d_none {
    display: none !important;
}

.contact-padding {
    padding: 0px 40px 0px 0px;
}

.contact-padding_l {
    padding: 0px 0px 0px 40px;
}

.contact {
    padding-top: 0px;
    display: flex;
}

.mh_130 {
    min-height: 130px !important;
}

hr.gray {
    border: none;
    border-bottom: 1px solid #D6D7D8;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-b-130 {
    margin-bottom: 130px !important;
}



label.l-h-14 {
    display: inline-block;
    margin-bottom: .2rem !important;
    color: #313A41 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
}

.contact .form-control {
    font-family: 'Cairo', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    margin: 0;
    outline: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    line-height: 22px;
    padding: 0px 0.93333333em;
    height: 34px;
    font-size: 1em;
    background: #f7f8f9;
    border: 1px solid rgba(34, 36, 38, 0.15);
    color: #313A41;
    font-weight: 600;
    border-radius: 0.4rem;
    -webkit-box-shadow: 0 0 0 0 transparent inset;
    box-shadow: 0 0 0 0 transparent inset;
    -webkit-transition: color 0.1s ease, border-color 0.1s ease;
    transition: color 0.1s ease, border-color 0.1s ease;
}

.form-sec h3 {
    font-size: 20px;
    font-weight: 700;
    color: #313A41;
    margin-top: -3px;
}

.form-sec p {
    font-size: 15px;
    font-weight: 400;
    color: #313A41;
}

.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

    .carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
        left: 0;
        transform: translate3d(0,0,0);
    }

.banner_img {
    position: relative;
}

    .banner_img .dark {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: #FFF;
        background: #313A41;
        opacity: 0.5;
    }



    .banner_img .light {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: #313A41;
        background: #fff;
        opacity: 0.5;
    }



.videoWrapper {
    position: relative;
    width: 850px;
    height: 480px;
    margin: 0 auto;
}

    .videoWrapper.dark {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .videoWrapper .imgWrapper {
        height: 100%;
        position: absolute;
        width: 100%;
        display: flex;
        justify-content: center;
    }



        .videoWrapper .imgWrapper .dark {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            color: #FFF;
            background: #313A41;
            opacity: 0.5;
            z-index: 11;
        }

        .videoWrapper .imgWrapper .light {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            color: #313A41;
            background: #fff;
            opacity: 0.5;
            z-index: 12;
        }

        .videoWrapper .imgWrapper img {
            /* width: 850px;
            height: 480px;*/
            object-fit: cover;
            object-position: center;
        }

    .videoWrapper .img-play {
        position: absolute;
        width: 100px;
        height: 100px;
        top: 50%;
        left: 50%;
        cursor: pointer;
        transform: translate(-50%, -50%);
        z-index: 50;
    }

.iframe-video {
    width: 100%;
    padding-top: 56.25%;
    height: 0px;
    position: relative;
}


    .iframe-video iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

.featured_render .grid_item {
    height: 200px;
}

.featured_render .light {
    color: #FFFFFF;
}

    .featured_render .light h2 {
        color: #FFFFFF;
    }

.featured_render .dark {
    color: #313A41;
}

    .featured_render .dark h2 {
        color: #313A41;
    }

.featured_render .bg-light {
    background: #fff;
    opacity: 0.7;
}

.featured_render .bg-dark {
    background: #313A41;
    opacity: 0.7;
}

.featured-image-render {
    position: relative;
}


    .featured-image-render img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        object-position: center;
    }

    .featured-image-render .grid_caption {
        z-index: 99;
    }

    .featured-image-render .light {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: #FFF;
    }

    .featured-image-render .dark {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: #313A41;
    }

.foot_banner_image {
    z-index: 99;
}

.footer_banner {
    position: relative
}

    .footer_banner .light {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: #313A41;
        background: #fff;
        opacity: 0.5;
    }

    .footer_banner .dark {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: #FFF;
        background: #313A41;
        opacity: 0.5;
    }

.heroimg_dark {
    background-color: rgba(49,58,65,0.7);
}

.heroimg_light {
    background-color: rgba(49,58,65,0.1);
}


    .heroimg_light h1 {
        color: #313a41;
    }


    .heroimg_light p {
        color: #313a41;
    }

.contact-one-column {
    flex-direction: column;
}



.heroslider_dark {
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(49,58,65,0.7);
}

.heroslider_light {
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(255, 255, 255, 0.5);
}


.heroslider_text_dark h1 {
    color: #313a41;
}


.heroslider_text_dark p {
    color: #313a41;
}


.heroslider_text_light h1 {
    color: #ffffff !important;
}


.heroslider_text_light p {
    color: #ffffff !important;
}

@media (min-width:1025px) {

    .grid_bott_img {
        position: relative;
        height: 100%;
        display: flex;
        justify-content: center
    }

    .grid_bott .col_left {
        flex: 0 0 39.8%;
        max-width: 39.8%;
    }

    .grid_bott .col_right {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 60.2%;
        max-width: 60.2%;
    }

    .grid_list_img img {
        width: 100%;
        height: 235px;
    }

    .grid_bott .col_grid_left {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 60.2%;
        max-width: 60.2%;
    }

    .grid_bott .col_grid_right {
        flex: 0 0 39.8%;
        max-width: 39.8%;
    }
}

.top_header {
    min-height: 80px;
}

.promo_block {
    font-size: 20px;
    font-weight: 600;
    color: #313A41;
}

.logo-text {
    font-size: 20px;
    font-weight: bold;
}


.about_img img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 540px;
}


.backdrop-blur-light {
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.backdrop-blur-dark {
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.margin-bottom {
    margin-bottom: 50px;
}

.margin-bottom-36 {
    margin-bottom: 36px;
}

/*.ft_products {
    margin-bottom: 50px;
}*/

.btm_products {
    margin-bottom: 50px;
}

.text-icon-button {
    width: 98%;
}

.btn_data_primary {
    padding: 14px 35px !important;
    font-size: 20px !important;
    font-weight: 700;
}

.pro-title h4 {
    font-size: 15px;
    text-align: left;
    font-weight: 400;
    margin-top: 9px;
    margin-bottom: 0px;
    /*  text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;*/
    width: 100%;
}

.pro-title h5 {
    font-size: 15px;
    text-align: left;
    font-weight: 700;
    margin-bottom: 0px;
}

.no-padding-bottom {
    padding-bottom: 0px;
}

.title-text-block {
    font-size: 32px;
    font-weight: bold;
    height: 52px;
    width: 100%;
    margin-bottom: 0px;
}


.font-page-title {
    font-weight: 400;
    font-size: 32px;
}

.border-grid {
    border: 1px solid #d6d7d8;
    margin-bottom: 2px;
}

.grid_bott_main img {
    height: 472px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.text-block {
    font-size: 20px;
    font-weight: 600;
}

.body-text-block {
    font-size: 15px;
    font-weight: 600;
}

.btn-contact {
    border: 0px;
    padding: 0px 23px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    height: 30px;
}

    .btn-contact:active {
        border: 0px;
    }

    .btn-contact:hover {
        border: 0px;
    }

    .btn-contact:focus {
        border: 0px;
    }

.contact input::placeholder {
    padding-top: 5px;
}

.contact textarea::placeholder {
    padding-top: 5px;
}

.text-block p {
    line-height: 1.6;
    font-size: 20px;
    font-weight: 600;
    text-justify: inter-word;
}

.grid_col_no_bottom {
    border-bottom: 0px solid #d6d7d8 !important;
}

.grid_col_last {
    border-right: 0px solid #d6d7d8 !important;
}

.form-view p {
    margin: 0px;
}

.megamenufirst {
    position: relative !important;
}

.inner_heading {
    margin-bottom: 0px;
}

.ft_products .owl-item {
    margin-top: 16px;
}

.product-carousel .gallery-5-products .gallery-item .gallery-image {
    box-shadow: 0px 0px 0px 0px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .grid_bott_img {
        position: relative;
        height: 100%;
        display: flex;
        justify-content: center
    }

    .grid_bott .col_left {
        flex: 0 0 39.8%;
        max-width: 39.8%;
    }

    .grid_bott .col_right {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 60.2%;
        max-width: 60.2%;
    }

    .grid_list_img img {
        width: 100%;
        height: 128px;
    }

    .grid_bott .col_grid_left {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 60.2%;
        max-width: 60.2%;
    }

    .grid_bott .col_grid_right {
        flex: 0 0 39.8%;
        max-width: 39.8%;
    }



    .grid_bott_main img {
        height: 256px;
    }

    .home_banner .banner_img {
        width: 227px;
        height: 227px;
    }
}

@media (max-width: 1024px) {
    .videoWrapper {
        width: 100%;
        height: auto;
    }

    /*.iframe-video {
        width: 100%;
    }

        .iframe-video iframe {
            width: 100%;
        }*/

    .grid_products .grid_caption {
        width: 85%;
    }
}

@media (max-width: 767px) {
    .search_mob {
        position: absolute;
        left: 35px;
        top: 30px;
    }

    .footer .footer_r_col {
        margin-right: -15px;
    }

    .home_banner .carousel-caption.align_left {
        text-align: center;
    }

    .home_banner .carousel-caption.align_right, .home_banner .carousel-caption.align_left {
        width: 100%;
        text-align: center;
        margin: auto;
    }

    .home_banner h1 {
        font-size: 2.2rem;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

    .grid_products .grid_caption {
        width: 80%;
    }

    .grid_caption .title-grid {
        width: 50%;
    }

    .bottom_nav_row {
        display: block;
    }

        .bottom_nav_row .nav_block {
            margin-bottom: 10px;
        }
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.help ul li {
    padding: 7px 20px 5px 36px;
}

    .help ul li input[type=checkbox]:checked ~ p {
        display: none;
    }

    .help ul li:last-of-type {
        padding-bottom: 10px;
    }

    .help ul li p {
        margin-bottom: 0px;
        margin-top: 0px;
        padding-top: 2px;
    }

@media (max-width: 420px) {

    .videoWrapper {
        width: 100%;
        /*    height: 150px;*/
    }

    /* .iframe-video {
        width: 100%;
        height: 150px;
    }

        .iframe-video iframe {
            width: 100%;
            height: 150px;
        }*/
}

.gallery-item .gallery-image img {
    padding-top: 0px;
    border-radius: 6px;
    min-width: 1px;
}

.gallery-5-products .gallery-item .gallery-image {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 8%);
}
/* responsive */
@media (min-width: 1025px) {
    .grid_bott .col_left {
        flex: 0 0 39.8%;
        max-width: 39.8%;
    }

    .grid_bott .col_right {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 60.2%;
        max-width: 60.2%;
    }

    .grid_list_img img {
        width: 152px;
    }
}

@media (max-width: 767px) {
    .help ul li input[type=checkbox] {
        width: 90%;
    }

    .m-b-130 {
        margin-bottom: 50px !important;
    }

    .contact {
        padding-top: 50px;
        display: block;
    }

    .contact-padding {
        padding: 0px 0px 0px 0px;
    }

    .contact-padding_l {
        padding: 0px 0px 0px 0px;
    }

    .help ul li {
        padding: 7px 45px 0px 20px;
    }

    .promo_prodcuts .btn_primary {
        padding: 5.5px 20px;
        font-size: 12px;
    }

    .grid_products .btn_primary {
        padding: 5.5px 11px;
        font-size: 12px;
    }

    ul.levelone > li:hover > ul.leveltwo {
        display: none;
    }

    ul.leveltwo > li:hover .levelthree_block {
        display: none;
    }

    .megamenu-content li.has_dropdown > a::after {
        transform: rotate(90deg);
        background-size: 10px;
    }

    /*menu change starts*/
    .header_left .navbar-nav > li {
        padding: 5px 10px;
    }

        .header_left .navbar-nav > li.megamenu_drop {
            position: relative;
        }

    .header_left .megamenu-content {
        width: 100%;
    }

        .header_left .simple_dropdown::before, .header_left .simple_dropdown::after, .header_left .megamenu-content::before, .header_left .megamenu-content::after {
            display: none;
        }

    /*ends*/
    .bucks_balance {
        display: none;
    }

    .main_search {
        display: none;
    }

    .user_profile .dropdown-menu {
        right: 0px !important;
    }

    .search_mob {
        position: absolute;
        left: 35px;
        top: 30px;
    }

    .buttonsearch img {
        max-width: 23px;
    }

    .searchbardiv {
        left: 0px;
        z-index: 9;
    }

    .navbar-toggler {
        position: absolute;
        top: 30px;
        left: 0px;
    }

        .navbar-toggler .icon-bar {
            width: 23px;
            height: 4px;
            background: #888f92;
            display: block;
            margin-bottom: 3px;
            border-radius: 50px;
        }

        .navbar-toggler .icon-bar {
            position: relative;
            transition: all 500ms ease-in-out;
        }

        .navbar-toggler.active .icon-bar:nth-of-type(1) {
            top: 8px;
            transform: rotate(45deg);
        }

        .navbar-toggler.active .icon-bar:nth-of-type(2) {
            background-color: transparent;
        }

        .navbar-toggler.active .icon-bar:nth-of-type(3) {
            top: -10px;
            transform: rotate(-45deg);
        }

    .main_header {
        position: relative;
    }

        .main_header .navbar {
            position: static;
            padding: 0px;
            width: 100%;
        }

    ul.levelone {
        width: 100%;
    }

    ul.leveltwo {
        position: static;
        border: 0;
    }

    .leveltwo .levelthree_block {
        z-index: 9999999;
        position: static;
        width: 100%;
        border: 0;
    }

    .header_left .navbar-nav > li:hover .dropdown-menu {
        display: none;
    }

    .ft_products .owl-general {
        padding: 0px 30px;
    }

    .grid_products .grid_caption {
        width: 100%;
        left: 0px;
        display: flex;
        justify-content: space-between;
        padding: 0px 30px;
        align-items: center;
    }

        .grid_products .grid_caption h2 {
            font-size: 15px;
            margin-bottom: 0px;
        }

    .grid_list .grid_col {
        width: 50%;
    }

    .grid_list {
        border-left: 1px solid #d6d7d8;
    }

    .promo_block {
        max-width: 100%;
    }

    .promo_prodcuts .promo_info {
        flex-direction: column;
        text-align: center;
    }

    .promo_prodcuts .promo_content {
        flex-direction: column;
    }

    .promo_prodcuts .promo_txt p {
        text-align: center;
        font-size: 15px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .promo_prodcuts .promo_txt h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .promo_prodcuts .promo_txt p {
        margin-bottom: 20px;
    }

    .promo_prodcuts .cart-iconn {
        margin-right: 0;
        margin-bottom: 20px;
        width: 58px;
        height: 58px;
    }

        .promo_prodcuts .cart-iconn img {
            max-width: 24px;
        }

    .promo_prodcuts .promo_box {
        padding: 30px 0px;
        background-position: center;
    }

        .promo_prodcuts .promo_box::before {
            border-radius: 5px;
        }

    .promo_intr p {
        font-size: 15px;
        font-weight: 600;
    }

    .btm_products .owl-general {
        padding: 0px 23px;
    }

    .btm_products .owl-item {
        padding: 0px 0px;
    }

    .bottom_nav_row {
        flex-wrap: nowrap;
        margin: 0px;
        padding-left: 10px;
    }

    .bottom_nav .nav_block {
        width: 49%;
        min-height: 300px;
        margin-right: 10px;
        min-width: 10px;
        min-height: 10px;
        padding: 20px 0px;
    }



        .bottom_nav .nav_block h4 {
            font-size: 14px;
            min-height: 0px;
        }

        .bottom_nav .nav_block img {
            max-height: 30px;
        }


    .footer_banner h1 {
        font-size: 28px;
    }

    .footer_banner p {
        font-size: 15px;
    }

    .footer_banner .btn_primary {
        font-size: 15px;
    }

    .footer_banner {
        background-position: right 10% top 0px;
        background-repeat: no-repeat;
    }

    .footer_row {
    }

    .foot_col.colone {
        border-bottom: 1px solid #979797;
        padding-bottom: 20px;
    }

    .footer .footer_r_col {
        width: calc(100% + 30px);
        border-bottom: 1px solid #979797;
        margin-left: -15px;
        margin-right: -15px;
        padding: 9px 15px;
        position: relative;
    }

        .footer .footer_r_col .h4vishal {
            margin-bottom: 0px;
            cursor: pointer;
        }

        .footer .footer_r_col .fa.fa-angle-down {
            cursor: pointer;
        }

    .footer .footer_right {
        flex-wrap: wrap;
    }

    .foot_menu {
        display: none;
        margin-top: 15px;
    }

        .foot_menu .active {
            display: block;
            margin-top: 15px;
        }

    .footer .footer_right h4 {
        margin-bottom: 0px;
        position: relative
    }

        .footer .footer_right h4::after {
            content: '';
            background-image: url(../images/arrow-left-wh.png);
            width: 22px;
            height: 30px;
            position: absolute;
            background-size: 10px;
            right: 0;
            background-repeat: no-repeat;
            transform: rotate(-90deg);
            top: -6px;
            background-position: center;
        }

    .footer_r_col:last-child {
        border-bottom: 0px;
        padding-bottom: 0;
    }

    .footer_r_col .fa.fa-angle-down {
        position: absolute;
        right: 20px;
        top: 3px;
    }

    .footer_r_col:last-child .foot_menu {
        display: block;
        margin-top: 10px;
    }

    .footer_r_col:last-child h4 {
        pointer-events: none;
    }

        .footer_r_col:last-child h4::after {
            display: none;
        }

    .footer {
        padding: 40px 0px;
        padding-bottom: 30px;
    }

    .home_banner .carousel-caption.align_right, .home_banner .carousel-caption.align_left {
        width: 70%;
        text-align: center;
        margin: auto;
    }

    .home_banner h1 {
        font-size: 28px;
        text-align: center;
    }

    .home_banner p {
        font-size: 15px;
        text-align: center;
    }

    .home_banner .btn_primary {
        font-size: 15px;
        padding: 9px 21px;
    }

    .home_banner .banner_img {
        height: 155px;
        width: 155px;
        margin: auto;
    }

    .home_banner .caption_row {
        display: flex;
        width: 100%;
    }

    .home_banner .carousel-control-prev {
        left: 30px;
    }

    .home_banner .carousel-control-next {
        right: 30px;
    }

    .logo img {
        max-width: 70px;
    }

    .logo {
        margin-right: 0;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 15px;
    }

    .top_header {
        min-height: 80px;
        padding-bottom: 0px;
    }

    .container {
        padding: 0px 15px 0px 17px;
    }

    .main_cart {
        top: 2px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {

    .promo_prodcuts .cart-iconn {
        width: 52px;
        height: 52px;
    }

        .promo_prodcuts .cart-iconn img {
            max-width: 21px;
        }

    .owl-carousel .owl-stage-outer {
    }

    .grid_products .btn_primary {
        padding: 5px 14px;
    }

    .home_banner .banner_img {
        width: 227px;
        height: 227px;
    }

    .bucks_balance {
        display: none;
    }

    .header_left .megamenu-content {
        width: 100%;
    }

    .logo {
    }

    .home_banner .caption_row {
        flex-wrap: nowrap;
        min-height: 327px;
    }

    .home_banner h1 {
        font-size: 36px;
    }

    .home_banner p {
        font-size: 15px;
    }

    .container {
        max-width: 100%;
        padding: 0px 28px;
    }

    .container-banner {
        max-width: 100%;
        padding: 0px 28px;
    }

    .grid_products .grid_caption h2 {
        font-size: 20px;
        margin-bottom: 0px;
    }

    .grid_products .grid_caption {
        width: 100%;
        left: 0px;
        display: flex;
        justify-content: space-between;
        padding: 0px 25px;
        align-items: center;
    }

        .grid_products .grid_caption h2 {
            width: 55%;
        }

    .grid_bott .col_left {
        flex: 0 0 38%;
        max-width: 38%;
    }

    .grid_bott .col_right {
        flex: 0 0 62%;
        max-width: 62%;
    }

    .promo_prodcuts .promo_txt h2 {
        font-size: 20px;
    }

    .promo_prodcuts .promo_txt p {
        font-size: 15px;
    }

    .promo_prodcuts .promo_content {
        padding: 0px 50px;
    }

    .promo_block {
        max-width: 90%;
    }

    .promo_intr p {
        font-size: 15px;
        font-weight: 600;
    }

    .btm_products .owl-item {
        padding: 0px 0px;
    }

    .btm_products .btm_title h4 {
        font-size: 13px;
    }

    .btm_products .btm_title h5 {
        font-size: 14px;
    }

    .bottom_nav .nav_block h4 {
        font-size: 15px;
        min-height: 0;
    }

    .bottom_nav .nav_block img {
        max-height: 27px;
    }

    .bottom_nav .nav_block {
        min-width: 116px;
        min-height: 95px;
        margin-right: 15px;
    }

    .footer_banner h1 {
        font-size: 36px;
    }

    .footer_banner p {
        font-size: 15px;
    }

    .footer_banner .btn_primary {
        font-size: 15px;
        padding: 10.5px 27px;
    }

    .footer_banner {
        background-position: right 10% top 0px;
        background-repeat: no-repeat;
        min-height: 327px;
    }

    .main_search {
        display: none;
    }

    .logo img {
        max-width: 80px;
    }

    .carousel-caption .btn_primary {
        font-size: 15px;
        padding: 10.5px 27px;
    }

    .footer .footer_r_col:last-child p {
        width: 130px;
    }

    .owl-carousel .owl-stage-outer {
        height: calc(100% + 10px);
        margin: -5px;
        padding: 5px;
        width: calc(100% + 10px);
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .ft_products .owl-item {
        padding: 0px 0px;
    }

    .ft_products .pdc_img img {
        width: 75px;
        height: auto;
    }

    .btm_products .btm_img img {
        width: auto;
        height: 112px;
    }

    .grid_list_img img {
        height: 128px;
    }

    .header_left .navbar-nav > li > a {
    }

    .main_cart {
        margin-left: 24px;
    }

    .user_profile {
    }

    .top_search {
        margin-top: -1px;
    }

    .main_cart img {
        position: relative;
        top: 1px;
    }
}

@media (min-width: 1025px) and (max-width: 1300px) {
}

@media (min-width: 768px) {
    .footer_right h4 {
        pointer-events: none;
        cursor: pointer;
    }
}

@media (min-width: 1025px) {

    .search_mob {
        display: none;
    }
}

@media (min-width: 1025px) and (max-width: 1250px) {
    .container {
        padding: 0px 28px;
    }

    .logo {
        margin-right: 0px;
    }

    .header_left .navbar-nav > li > a {
        font-size: 14px;
        font-weight: 600;
        padding-left: 0 !important;
        padding-right: 0px !important;
    }

    .main_cart {
        margin-left: 24px;
    }

    .user_profile {
        margin-left: 24px;
    }
}


@media (max-width: 480px) {
    .gallery-5-products .gallery-item .gallery-image {
        box-shadow: 1px 2px 5px -1px #d3d3d3;
    }

    .ft_products .pdc_img img {
        height: 113px;
    }

    .ft_products .owl-prev {
        top: 45%;
    }

    .ft_products .owl-next {
        top: 45%;
    }

    .btm_products .btm_img img {
        height: 112px;
    }

    .ft_products {
        padding: 40px 0px 30px 0px;
    }

    .btm_products .owl-prev, .btm_products .owl-next {
        top: 35%;
    }

    .owl-carousel .owl-stage-outer {
        height: calc(100% + 10px);
        margin: -5px;
        padding: 5px;
        width: calc(100% + 10px);
    }

    .grid_list_img img {
        height: 135px;
        width: auto;
    }
}

@media (min-width: 767px) {
    .home_banner .caption_row {
        display: flex;
        width: 100%;
    }

    .footer_r_col .h4vishal {
        cursor: default;
    }

    .footer_r_col .fa.fa-angle-down {
        display: none;
    }

    .foot_menu {
        display: block !important;
    }
}

.bottom_nav_n {
    padding: 10px 0px;
    background-image: url(../img/OrangeBox.png);
    border-top: 3px solid #FFFFFF;
    border-bottom: 5px solid #FFFFFF;
}

    .bottom_nav_n .nav_block {
        width: 25%;
        min-height: 300px;
        margin-right: 2%px;
        margin-left: 2%px;
        min-width: 10px;
        min-height: 10px;
        padding: 10px 50px;
    }

        .bottom_nav_n .nav_block img {
            max-width: 100px;
        }

        .bottom_nav_n .nav_block h3 {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 20px;
            color: #FFFFFF;
            font-weight: 500;
            margin-top: 10px;
            text-transform: uppercase;
        }

.slider_img img {
    width: 100% !important;
    height: auto;
}

.pos {
    position: absolute !important;
    right: 0 !important;
}

.m-r-20 {
    margin-right: 20px;
}

/* Hero Slider 8/8/22 */
.hero-margin {
    margin-left: 0px;
    margin-right: 0px
}

.hero-slider-grid-square {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    align-items: center;
}

    .hero-slider-grid-square .square {
        position: relative;
        width: 30%;
        padding-bottom: 30%;
        /* = width for a 1:1 aspect ratio */
        background-color: #1E1E1E;
        overflow: hidden;
    }

    .hero-slider-grid-square .content {
        position: absolute;
        height: 100%;
        /* = 100% - 2*5% padding */
        width: 100%;
        /* = 100% - 2*5% padding */
    }

        .hero-slider-grid-square .content .table {
            display: table;
            width: 100%;
            height: 100%;
        }

        .hero-slider-grid-square .content .table-cell {
            display: table-cell;
            vertical-align: middle;
        }

    .hero-slider-grid-square p {
        width: 100%;
        font-size: 15px;
        margin-bottom: 40px;
        margin-top: 40px;
    }

        .hero-slider-grid-square p.filetype {
            margin-top: -10px;
            font-size: 12px;
        }

    .hero-slider-grid-square .photo-wrapper {
        text-align: center;
        line-height: 0px;
        width: 100%;
        height: 100%;
        border: 0px solid #D6D7D8;
        border-radius: 0px;
        position: absolute;
        vertical-align: middle;
        background: #FFFFFF;
        border-radius: 5px;
        top: 0;
    }

        .hero-slider-grid-square .photo-wrapper img {
            max-width: 100%;
            max-height: 100%;
            width: auto;
            height: auto;
        }

    .hero-slider-grid-square > .main-photo {
        width: 100%;
        position: relative;
        overflow: hidden;
        padding: 0px;
    }

        .hero-slider-grid-square > .main-photo .main-photo-item {
            position: relative;
        }

            .hero-slider-grid-square > .main-photo .main-photo-item::before {
                content: '';
                display: block;
                padding-top: 100%;
            }

    .hero-slider-grid-square > .small-photos-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .hero-slider-grid-square > .small-photos-grid p.drag-label {
            margin-left: 0;
        }

        .hero-slider-grid-square > .small-photos-grid > .small-photo-item {
            padding: 0px;
            margin-bottom: 20px;
            position: relative;
            overflow: hidden;
            -ms-flex-preferred-size: calc(50% - 0px);
            flex-basis: calc(50% - 0px);
            margin: 0px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

            .hero-slider-grid-square > .small-photos-grid > .small-photo-item::before {
                content: '';
                display: block;
                padding-top: 100%;
            }

    .hero-slider-grid-square .upload-field {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
    }

.hero_pad {
    padding-top: 115px;
    padding-bottom: 114px;
}

@media (min-width: 500px) {
    .hero-slider-grid-square > .main-photo {
        width: 28%;
        padding-bottom: 57px;
        padding-top: 57px;
    }

    .hero-slider-grid-square > .small-photos-grid {
        width: 100%;
        padding-left: 50px;
    }
}

@media (min-width: 700px) {
    .hero-slider-grid-square > .main-photo {
        width: 28%;
        padding-bottom: 57px;
        padding-top: 57px;
    }

    .hero-slider-grid-square > .small-photos-grid {
        width: 72%;
        padding-left: 50px;
    }
}

@media (min-width: 1200px) {
    .hero-slider-grid-square > .main-photo {
        width: 28%;
        padding-bottom: 57px;
        padding-top: 57px;
    }

    .hero-slider-grid-square > .small-photos-grid {
        width: 72%;
        padding-left: 200px;
    }
}

@media (min-width: 1400px) {
    .hero-slider-grid-square > .main-photo {
        width: 28%;
        padding-bottom: 57px;
        padding-top: 57px;
    }

    .hero-slider-grid-square > .small-photos-grid {
        width: 72%;
        padding-left: 200px;
    }
}

@media (max-width: 767.98px) {
    .hero-margin {
        margin-left: 20px;
        margin-right: 20px
    }

    .hero_pad {
        padding-top: 55px;
        padding-bottom: 55px;
    }
}

@media (max-width: 699.98px) {
    .block_dispaly {
        display: none;
    }
}

@media (max-width: 499.98px) {
    .hero-slider-grid-square > .main-photo .main-photo-item {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .hero-slider-grid-square .photo-wrapper {
        text-align: center;
        line-height: 0px;
        width: 160px;
        height: 160px;
    }

    .hero-slider-grid-square > .main-photo .main-photo-item::before {
        content: '';
        display: block;
        padding-top: 225px;
    }

    .home_banner h1 {
        font-size: 28px !important;
        text-align: center !important;
    }

    .home_banner h2 {
        font-size: 28px !important;
        text-align: left !important;
    }

    .home_banner p {
        font-size: 15px;
        text-align: left;
        display: none;
    }

    .home_banner .carousel-caption.align_right, .home_banner .carousel-caption.align_left {
        width: 100%;
        text-align: center !important;
        margin: auto;
    }

    .hero_pad {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .home_banner .carousel-caption.align_right, .home_banner .carousel-caption.align_left.align_left2 {
        width: 100%;
        text-align: left !important;
        margin: auto;
    }
}

.banner_bg {
    background-size: cover;
    background-position: center;
}

.m-t-12 {
    margin-top: 12px !important;
}



.shipping-bg {
    background: #FFFFFF;
    border: #1464b9 1px solid;
    width: 100%;
    margin: 30px 0px 0px 0px;
    display: flex;
    padding: 8px 0px;
}

.shipping-icon {
    width: 25%;
    margin: 0px;
    padding: 0px;
    margin: 10px 0px 10px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .shipping-icon img {
        width: 50%;
    }

.shipping-txt {
    width: 60%;
    margin: auto;
    /* padding: 0px; */
    /* float: left; */
    text-align: left;
    line-height: 20px;
    vertical-align: middle;
    display: flex;
    color: #1464b9;
    font-size: 18px;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .shipping-txt div {
        width: 100%;
    }

.shipping-arrow {
    width: 15%;
    margin: 0px;
    padding: 0px;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .shipping-arrow img {
        width: 50%;
    }

@media only screen and (max-width: 767px) {
    .shipping-txt {
        font-size: 18px;
    }
}

.product_bg {
    -webkit-box-shadow: 0px 0px 15px -4px rgba(204,204,204,1);
    -moz-box-shadow: 0px 0px 15px -4px rgba(204,204,204,1);
    box-shadow: 0px 0px 15px -4px rgba(204,204,204,1);
}

.m-t-40 {
    margin-top: 40px;
}

.m-t-20 {
    margin-top: 20px;
}

.d-flex {
    display: flex;
}

.prdocuct_txt {
    text-align: center;
}

.txt_bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.prdocuct_txt h2 {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 22px;
    font-weight: 600;
    color: #000064;
    margin: 0px;
}

.prdocuct_txt p {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12px;
    font-weight: 400;
    color: #2a2a2a;
    text-align: left;
    padding: 20px 20px;
    margin: 0px;
}

.btn_primary2 {
    color: #FFFFFF;
    padding: 4px 30px;
    border-radius: 0px;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    display: inline-block;
    font-size: 16px;
    background-color: #000064;
    border: 1px solid #000064;
    font-family: Arial, Helvetica, sans-serif !important;
}

@media only screen and (max-width: 967px) {
    .prdocuct_txt p {
        padding: 10px 20px;
        margin: 0px;
    }

    .btn_primary2 {
        padding: 0px 30px;
    }
}

.blue_border {
    border-left: 10px solid #7c50a0;
}

.purple_border {
    border-right: 10px solid #d71a8e;
}

.orange_border {
    border-left: 10px solid #f05622;
}

.green_border {
    border-right: 10px solid #39ba91;
}

.h4avishal {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #3f3e7a;
    max-width: 250px;
}

.focus_indicator {
    border: 1px solid #fff0;
    border-radius: 5px;
}

    .focus_indicator:focus, .focus_indicator:hover {
        /*border: 1px solid rgba(214, 215, 216, 1);*/
        border-radius: 5px;
    }

.p_10 {
    padding: 6px 8px;
}


@media (min-width: 1025px) {
    .grid_bott .col_left {
        flex: 0 0 39.8%;
        max-width: 39.8%;
    }

    .grid_bott .col_right {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 60.2%;
        max-width: 60.2%;
    }

    .grid_list_img img {
        width: 152px;
    }
}

@media (max-width: 767px) {
    .bottom_nav_n .nav_block {
        width: 100%;
    }

    .help ul li input[type=checkbox] {
        width: 90%;
    }

    .menu-bar {
        position: absolute;
        width: 100%;
        margin-top: 0px;
        z-index: 9;
    }

    .m-b-130 {
        margin-bottom: 50px !important;
    }

    .contact {
        padding-top: 50px;
        display: block;
    }

    .contact-padding {
        padding: 0px 0px 0px 0px;
    }

    .contact-padding_l {
        padding: 0px 0px 0px 0px;
    }

    .help ul li {
        padding: 7px 45px 0px 20px;
    }

    .promo_prodcuts .btn_primary {
        padding: 5.5px 20px;
        font-size: 12px;
    }

    .grid_products .btn_primary {
        padding: 5.5px 11px;
        font-size: 12px;
    }

    ul.levelone > li:hover > ul.leveltwo {
        display: none;
    }

    ul.leveltwo > li:hover .levelthree_block {
        display: none;
    }

    .megamenu-content li.has_dropdown > a::after {
        transform: rotate(90deg);
        background-size: 10px;
    }

    /*menu change starts*/
    .header_left .navbar-nav > li {
        padding: 1px 10px;
    }

        .header_left .navbar-nav > li.megamenu_drop {
            position: relative;
        }

    .header_left .megamenu-content {
        width: 100%;
    }

        .header_left .simple_dropdown::before, .header_left .simple_dropdown::after, .header_left .megamenu-content::before, .header_left .megamenu-content::after {
            display: none;
        }

    /*ends*/
    .bucks_balance {
        display: none;
    }

    .main_search {
        display: none;
    }

    .user_profile .dropdown-menu {
        right: 0px !important;
    }

    .search_mob {
        position: absolute;
        left: 40px;
        top: 22px;
    }

    .buttonsearch img {
        max-width: 25px;
    }

    .searchbardiv {
        left: 0px;
        z-index: 9;
    }

    .navbar-toggler {
        position: absolute;
        top: -22px;
        left: 0px;
    }

    .header_left .navbar-nav > li {
        border-left: 0px solid #FFFFFF;
    }

    .navbar-toggler .icon-bar {
        width: 25px;
        height: 4px;
        background: #888f92;
        display: block;
        margin-bottom: 5px;
        border-radius: 50px;
    }

    .navbar-toggler .icon-bar {
        position: relative;
        transition: all 500ms ease-in-out;
    }

    .navbar-toggler.active .icon-bar:nth-of-type(1) {
        top: 8px;
        transform: rotate(45deg);
    }

    .navbar-toggler.active .icon-bar:nth-of-type(2) {
        background-color: transparent;
    }

    .navbar-toggler.active .icon-bar:nth-of-type(3) {
        top: -10px;
        transform: rotate(-45deg);
    }

    .main_header {
        position: relative;
    }

        .main_header .navbar {
            position: static;
            padding: 0px;
            width: 100%;
        }

    ul.levelone {
        width: 100%;
    }

    ul.leveltwo {
        position: static;
        border: 0;
    }

    .has_dropdown .levelthree_block {
        z-index: 9999999;
        position: static;
        width: 100%;
        border: 0;
    }

    .header_left .navbar-nav > li:hover .dropdown-menu {
        display: none;
    }

    .ft_products .owl-general {
        padding: 0px 30px;
    }

    .grid_products .grid_caption {
        width: 100%;
        left: 0px;
        display: flex;
        justify-content: space-between;
        padding: 0px 30px;
        align-items: center;
    }

        .grid_products .grid_caption h2 {
            font-size: 15px;
            margin-bottom: 0px;
        }

    .grid_list .grid_col {
        width: 50%;
    }

    .grid_list {
        border-left: 1px solid #d6d7d8;
    }

    .promo_block {
        max-width: 100%;
    }

    .promo_prodcuts .promo_info {
        flex-direction: column;
        text-align: center;
    }

    .promo_prodcuts .promo_content {
        flex-direction: column;
    }

    .promo_prodcuts .promo_txt p {
        text-align: center;
        font-size: 15px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .promo_prodcuts .promo_txt h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .promo_prodcuts .promo_txt p {
        margin-bottom: 20px;
    }

    .promo_prodcuts .cart-iconn {
        margin-right: 0;
        margin-bottom: 20px;
        width: 58px;
        height: 58px;
    }

        .promo_prodcuts .cart-iconn img {
            max-width: 24px;
        }

    .promo_prodcuts .promo_box {
        padding: 30px 0px;
        background-position: center;
    }

        .promo_prodcuts .promo_box::before {
            border-radius: 5px;
        }

    .promo_intr p {
        font-size: 15px;
        font-weight: 600;
    }

    .btm_products .owl-general {
        padding: 0px 0px;
    }

    .btm_products .owl-item {
        padding: 0px 0px;
    }

    .bottom_nav_row {
        flex-wrap: nowrap;
        margin: 0px;
        padding-left: 10px;
    }

    .bottom_nav .nav_block {
        width: 100%;
        min-height: 300px;
        padding: 0px 0px !important;
    }
}

.bottom_nav .nav_block h4 {
    font-size: 14px;
    min-height: 0px;
}

.bottom_nav .nav_block img {
    max-height: 170px;
}



.footer_banner h1 {
    font-size: 28px;
}

.footer_banner p {
    font-size: 15px;
}

.footer_banner .btn_primary {
    font-size: 15px;
}

.footer_banner {
    background-position: right 10% top 0px;
    background-repeat: no-repeat;
}

.footer_row {
}

.foot_col.colone {
    border-bottom: 0px solid #bfd4df;
    padding-bottom: 20px;
}

.footer .footer_r_col {
    width: calc(100% + 30px);
    border-bottom: 1px solid #bfd4df;
    margin-left: -15px;
    margin-right: -15px;
    padding: 9px 15px;
    position: relative;
}

    .footer .footer_r_col .h4vishal {
        margin-bottom: 0px;
        cursor: pointer;
    }

    .footer .footer_r_col .fa.fa-angle-down {
        cursor: pointer;
    }

.footer .footer_right {
    flex-wrap: wrap;
}

.foot_menu {
    display: none;
    margin-top: 15px;
}

    .foot_menu .active {
        display: block;
        margin-top: 15px;
    }

.footer .footer_right h4 {
    margin-bottom: 0px;
    position: relative
}

    .footer .footer_right h4::after {
        content: '';
        background-image: url(../img/arrow-left-wh.png);
        width: 22px;
        height: 30px;
        position: absolute;
        background-size: 10px;
        right: 0;
        background-repeat: no-repeat;
        transform: rotate(-90deg);
        top: -6px;
        background-position: center;
    }

.footer_r_col:last-child {
    border-bottom: 0px;
    padding-bottom: 0;
}

.footer_r_col .fa.fa-angle-down {
    position: absolute;
    right: 20px;
    top: 3px;
}

.footer_r_col:last-child .foot_menu {
    display: block;
    margin-top: 10px;
}

.footer_r_col:last-child h4 {
    pointer-events: none;
}

    .footer_r_col:last-child h4::after {
        display: none;
    }

.footer {
    padding: 20px 0px;
    padding-bottom: 0px;
}

.home_banner .carousel-caption.align_right, .home_banner .carousel-caption.align_left {
    width: 70%;
    text-align: left;
    margin: auto;
}

.home_banner h1 {
    font-size: 35px;
    text-align: left;
    font-family: "Cairo", sans-serif !important;
    color: #1464b9;
}

    .home_banner h1 span {
        color: #000064;
    }

.home_banner p {
    font-size: 20px;
    text-align: left;
    color: #000000;
}

.home_banner .btn_primary {
    font-size: 18px;
    padding: 6px 66px;
}

.home_banner .banner_img {
    height: 155px;
    width: 155px;
    margin: auto;
}

.home_banner .caption_row {
    display: inline-block;
    width: 100%;
}

.home_banner .carousel-control-prev {
    left: 30px;
}

.home_banner .carousel-control-next {
    right: 30px;
}

.logo img {
    max-width: 240px;
}

.logo {
    left: 50%;
    border-right: none;
    margin-top: 0px;
}

.right_logo {
    position: relative;
    /* right: 25px; */
    left: 20px;
}





.top_header {
    min-height: 80px;
    padding-bottom: 0px;
}

.container {
    padding: 0px;
}

.main_cart {
    top: 0px;
}

}

@media (max-width: 520px) {
    .logo img {
        max-width: 120px;
    }

    .logo {
        left: 50%;
        border-right: none;
        margin-top: 0px;
    }

    .right_logo {
        left: 0px;
        top: 56px;
        position: absolute;
    }
}

@media (max-width: 767px) {
    .foot_col.colone {
        border-bottom: 1px solid #bfd4df !important;
        padding-bottom: 20px;
    }

    .footer .social_media {
        bottom: -8px;
        position: relative;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {

    .promo_prodcuts .cart-iconn {
        width: 52px;
        height: 52px;
    }

        .promo_prodcuts .cart-iconn img {
            max-width: 21px;
        }

    .owl-carousel .owl-stage-outer {
    }

    .grid_products .btn_primary {
        padding: 5px 14px;
    }

    .home_banner .banner_img {
        width: 227px;
        height: 227px;
    }

    .bucks_balance {
        display: none;
    }

    .header_left .megamenu-content {
        width: 100%;
    }

    .logo {
    }

    .home_banner .caption_row {
        flex-wrap: nowrap;
        min-height: 627px;
    }

    .home_banner h1 {
        font-size: 36px;
    }

    .home_banner p {
        font-size: 15px;
    }

    .container {
        max-width: 98%;
        padding: 0px 0px;
    }

    .container-banner {
        max-width: 100%;
        padding: 0px 28px;
    }

    .header_left .navbar-nav > li > a {
        font-size: 14px;
        padding-left: 10px !important;
        padding-right: 0px !important;
    }

    .grid_products .grid_caption h2 {
        font-size: 20px;
        margin-bottom: 0px;
    }

    .grid_products .grid_caption {
        width: 100%;
        left: 0px;
        display: flex;
        justify-content: space-between;
        padding: 0px 25px;
        align-items: center;
    }

        .grid_products .grid_caption h2 {
            width: 55%;
        }

    .grid_bott .col_left {
        flex: 0 0 38%;
        max-width: 38%;
    }

    .grid_bott .col_right {
        flex: 0 0 62%;
        max-width: 62%;
    }

    .promo_prodcuts .promo_txt h2 {
        font-size: 20px;
    }

    .promo_prodcuts .promo_txt p {
        font-size: 15px;
    }

    .promo_prodcuts .promo_content {
        padding: 0px 50px;
    }

    .promo_block {
        max-width: 90%;
    }

    .promo_intr p {
        font-size: 15px;
        font-weight: 600;
    }

    .btm_products .owl-item {
        padding: 0px 0px;
    }

    .btm_products .btm_title h4 {
        font-size: 13px;
    }

    .btm_products .btm_title h5 {
        font-size: 14px;
    }

    .bottom_nav .nav_block h4 {
        font-size: 15px;
        min-height: 0;
    }

    .bottom_nav .nav_block img {
        max-height: 170px;
    }

    .bottom_nav .nav_block {
        width: 47%;
        min-height: 300px;
        margin-right: 2px
    }

    .footer_banner h1 {
        font-size: 36px;
    }

    .footer_banner p {
        font-size: 15px;
    }

    .footer_banner .btn_primary {
        font-size: 15px;
        padding: 10.5px 27px;
    }

    .footer_banner {
        background-position: right 10% top 0px;
        background-repeat: no-repeat;
    }

    .main_search {
        display: none;
    }

    .logo img {
        max-width: 150px;
    }



    .footer .footer_r_col:last-child p {
        width: 130px;
    }

    .owl-carousel .owl-stage-outer {
        height: calc(100% + 10px);
        margin: -5px;
        padding: 5px;
        width: calc(100% + 10px);
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .ft_products .owl-item {
        padding: 0px 0px;
    }

    .ft_products .pdc_img img {
        width: 75px;
        height: auto;
    }

    .btm_products .btm_img img {
        width: auto;
        height: 112px;
    }

    .grid_list_img img {
        height: 128px;
    }

    .header_left .navbar-nav > li > a {
    }

    .main_cart {
        margin-left: 24px;
    }

    .user_profile {
    }

    .top_search {
        margin-top: -1px;
    }

    .main_cart img {
        position: relative;
        top: 1px;
    }
}

@media (min-width: 1025px) and (max-width: 1300px) {
}

@media (min-width: 768px) {
    .footer_right h4 {
        pointer-events: none;
        cursor: pointer;
    }
}

@media (min-width: 1025px) {

    .search_mob {
        display: none;
    }
}

@media (min-width: 1025px) and (max-width: 1250px) {
    .container {
        padding: 0px 20px;
    }

    .logo {
        margin-right: 0px;
    }

    .header_left .navbar-nav > li > a {
        font-size: 16px;
        font-weight: 600;
        padding-left: 12px !important;
        padding-right: 0px !important;
    }

    .main_cart {
        margin-left: 24px;
    }

    .user_profile {
        margin-left: 24px;
    }
}


@media (max-width: 480px) {
    .ft_products .pdc_img img {
        height: 113px;
    }

    .ft_products .owl-prev {
        top: 45%;
    }

    .ft_products .owl-next {
        top: 45%;
    }

    .btm_products .btm_img img {
        height: 112px;
    }

    .ft_products {
        padding: 40px 0px 30px 0px;
    }

    .btm_products .owl-prev, .btm_products .owl-next {
        top: -25px;
    }

    .owl-carousel .owl-stage-outer {
        height: calc(100% + 10px);
        margin: -5px;
        padding: 5px;
        width: calc(100% + 10px);
    }

    .grid_list_img img {
        height: 135px;
        width: auto;
    }

    .fec_hd {
        font-size: 25px;
    }
}

@media (min-width: 767px) {
    .footer_r_col .h4vishal {
        cursor: default;
    }

    .footer_r_col .fa.fa-angle-down {
        display: none;
    }

    .foot_menu {
        display: block !important;
    }
}

@media (max-width: 992px) {
    .btm_products .owl-prev {
        left: 0px;
    }

    .btm_products .owl-next {
        right: 0px;
    }
}




/*Style*/
.navbar-brand {
    height: auto !important;
}

.navbar {
    margin-bottom: 0 !important
}

.bg-light {
    background-color: #fff !important;
    font-family: 'Brandon Text';
}

.navbar-default {
    background-color: #fff !important;
    border: none !important;
    font-family: 'Brandon Text';
    font-weight: 400;
}

.nav-item {
    padding: 0px 25px 0 25px;
}

.navbar-nav > li > a {
    padding-top: 35px;
    color: #07314f !important;
    font-size: 18px;
    font-weight: 700 !important;
    text-align: center;
    padding: 10px 10px;
}

.navbar-nav .pd-on {
    padding: 25px 30px;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
    color: #07314f !important;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background-color: #fff !important;
}

.pd-1 {
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding-top: 35px !important;
}

.pd-2 {
    padding-right: 0 !important;
    padding-left: 0px !important;
    padding-top: 35px !important;
}

    .pd-2 a {
        padding-left: 5px !important;
    }

.pd-1 a {
    padding-right: 5px !important;
}

.banner {
    height: 470px;
    background-image: url(../images/banner-2_02.jpg);
    background-size: cover;
    color: #fff;
    padding: 100px 10px;
    text-align: center;
    background-position: left;
}

.navbar-nav > li > a span {
    display: block;
}

.new_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.box-p {
    padding: 0 25px;
}

@media (max-width: 991px) {
    .new_nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: block;
        -webkit-box-align: left;
        -ms-flex-align: left;
        align-items: left;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
    }

    .user_profile .dropdown-menu:before {
        content: "";
        /* position: absolute; */
        border-color: #d6d7d8;
        border: solid transparent;
        border-bottom-color: white;
        border-width: 11px;
        margin-left: -10px;
        top: 26px !important;
        right: 125px !important;
        z-index: 1;
    }

    .user_profile .dropdown-menu:after {
        content: "";
        position: absolute;
        right: 126px !important;
        top: 25px !important;
        width: 0;
        height: 0;
        border: solid transparent;
        border-width: 10px;
        border-bottom-color: #d6d7d8;
        z-index: 0;
    }

    .user_profile .dropdown-menu {
        right: -15px !important;
        left: auto !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        padding: 12p 0px;
        width: 157px;
        border: 1px solid #d6d7d8;
        top: 40px !important;
        border-radius: 5px;
        padding-top: 0;
        margin-top: 15px !important;
    }
}

@media (max-width: 767px) {
    .navbar-toggler {
        position: absolute;
        top: 10px;
        right: 10px;
        left: auto;
    }
}

@media (max-width: 767px) {
    .navbar-toggler {
        position: absolute;
        top: 10px !important;
        left: AUTO !important;
    }
}

.user_profile {
    margin-left: 0px !important;
    padding-top: 0px;
}

.pd-0 {
    padding-right: 0;
}

.pd-0l {
    padding-left: 2px;
}






.banner h2 {
    font-family: 'Mullingar';
    font-weight: 400;
    font-size: 90px;
    line-height: 72px;
    color: #f18133;
}

.banner h1 {
    font-family: 'Brandon Grotesque';
    font-weight: 400;
    font-size: 66px;
}

.banner h3 {
    font-family: 'Brandon Grotesque';
    font-weight: 500;
    font-size: 50px;
}

.heding {
    padding-right: 100px;
}

.prodect {
    width: 100%;
    height: auto;
}

.prodect-top {
    height: 80px;
    background-color: #07314f;
    width: 100%;
    padding-top: 40px;
}

.prodect-1-bottm {
    background-color: #f4ece2;
    height: auto;
    padding-bottom: 60px;
}




.box1 {
    position: relative;
    border-radius: 15px;
    text-align: center;
    margin-top: -40px;
    font-family: 'Brandon Text';
}

    .box1 img {
        width: 100%;
        height: auto;
    }

    .box1 h3.box-heading-level {
        color: #c05321;
        font-weight: 800;
        font-size: 22px;
        margin-top: 38px;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    .box1 p {
        color: #07314f;
        font-weight: 400;
        font-size: 18px;
        margin-bottom: 40px;
    }

    .box1 button {
        width: 240px;
        height: 60px;
        border: none;
        background-color: #fff;
        color: #313d57;
        font-weight: 800;
        font-size: 20px;
        text-decoration: none;
        text-transform: uppercase;
    }

        .box1 button:hover,
        .box1 button:focus {
            background-color: #07314f;
            color: #fff;
        }

footer {
    height: 300px;
    background-image: url(../images/Sunkist/footerbanner.jpg);
    background-size: cover;
    padding: 100px 50px;
    background-position: center center;
}


.footer-text .footer-text-box {
    width: 195px;
    height: 30px;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 15px;
    padding: 0px 15px;
    line-height: 30px;
}

.footer-text a {
    text-decoration: none;
    font-family: 800;
    font-size: 14px;
    font-weight: 800;
    color: #07314f;
    margin: 0;
    padding: 5px;
}

    .footer-text a:focus, .footer-text a:hover {
        width: 195px;
        height: 30px;
        background: #07314f;
        color: #FFFFFF;
        padding: 2px 20px 0px;
    }

.footer-logo {
    text-align: right;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

.main_cart img {
    max-width: 40px !important;
}

.user_profile img {
    max-width: 40px !important;
}

.navbar-toggler {
    padding: 0 !important;
    top: 15px !important;
}

/* responsive */
@media (min-width: 768px) and (max-width: 991px) {
    .box-p {
        height: 150px;
    }

    .box p {
        font-size: 16px;
    }

    .box h4 {
        font-size: 21px;
    }

    .box button {
        width: 180px;
        font-size: 15px;
    }

    .box a {
        font-size: 18px;
    }

    .navbar-nav .pd-on {
        padding: 0;
    }

    .pd-1 {
        padding: 0 !important;
    }

    .pd-2 {
        padding: 0 !important;
    }

    .navbar-nav > li > a {
        font-size: 18px;
        padding: 10px 10px 10px 10px !important;
        padding-top: 25px;
        text-align: left;
    }

    .navbar-brand > img {
        width: 150px;
        height: auto;
        margin-top: 5px;
    }

    .banner {
        padding: 150px 60px;
        background-position: center;
    }


        .banner h1 {
            font-size: 70px;
        }

        .banner h3 {
            font-size: 45px;
        }

        .banner h4 {
            font-size: 35px;
        }

    .prodect-1-bottm {
        height: auto;
    }

    .prodect-2 {
        padding: 50px;
    }

        .prodect-2 img {
            width: auto;
            height: auto;
        }

    .footer-text a {
        font-size: 15px;
    }

    footer {
        padding: 100px 50px;
    }

    .footer-logo img {
        width: 150px;
        height: auto;
    }

    .nav {
        margin-left: 0px;
    }

    .pd-0l {
        padding-left: 25px;
    }

    .navbar-nav > li > a span {
        display: inline;
    }
}


@media (min-width: 1200px) and (max-width: 1300px) {
    .heding {
        padding: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav > li > a {
        font-size: 15px;
    }

    .navbar-brand > img {
        width: 149px;
        height: auto;
        margin-top: 5px;
    }

    .banner {
        padding: 150px 60px;
    }

        .banner h1 {
            font-size: 60px;
        }

        .banner h3 {
            font-size: 45px;
        }

        .banner h4 {
            font-size: 40px;
        }



    .prodect-1-bottm {
        height: auto;
    }

    .prodect-2 img {
        width: auto;
        height: auto;
    }

    .footer-text a {
        font-size: 18px;
    }

    footer {
        padding: 100px 50px;
    }

    .footer-logo img {
        width: 200px;
        height: auto;
    }
}


@media (min-width: 200px) and (max-width: 767px) {
    .navbar-nav > li > a {
        font-size: 16px;
        padding: 10px 10px 10px 10px !important;
        text-align: left;
    }

    .footer-text .footer-text-box {
        padding: 0 15px;
    }

    .navbar-nav > li > a span {
        display: inline;
    }

    .navbar-brand > img {
        width: 130px;
        height: auto;
        margin-top: 5px;
    }

    .banner {
        padding: 80px 60px;
        background-position: center;
        height: auto;
    }


        .banner h1 {
            font-size: 60px;
            line-height: 55px;
        }

        .banner h3 {
            font-size: 35px;
        }

        .banner h4 {
            font-size: 30px;
        }

    .heding {
        padding-right: 0px;
    }

    .prodect-top {
        height: 10px;
        position: relative;
    }

    .prodect-2 {
        padding: 20px;
    }

        .prodect-2 img {
            width: auto;
            height: auto;
        }

    .footer-text a {
        font-size: 15px;
    }

    footer {
        padding: 100px 50px;
    }

    .footer-logo img {
        width: 150px;
        height: auto;
    }

    .box {
        padding: 15px;
        margin-bottom: 50px;
    }

    .box-2 {
        padding: 0 20px;
    }

    footer {
        height: auto;
        padding: 30px !important;
    }

    .footer-text a {
        line-height: 30px;
    }

    .footer-logo {
        text-align: center;
        padding-top: 30px;
    }

    .box-2 {
        padding: 25px 100px;
    }

    .prodect-2 img {
        width: 100%;
        height: auto;
        margin: auto;
    }

    .box-2 {
        padding: 25px 200px;
    }

    .navbar-toggle {
        margin-top: 15px;
    }

    .box {
        margin-top: 0;
        margin-bottom: 0;
    }

    .prodect-1-bottm {
        padding: 0px 0 40px;
    }

    .footer-text .footer-text-box {
        margin: auto;
        margin-bottom: 15px;
    }

    .navbar-nav .pd-on {
        padding: 0;
    }

    .pd-1 {
        padding: 0 !important;
    }

    .pd-2 {
        padding: 0 !important;
    }



    .nav {
        margin-left: 0px;
    }

    .pd-0l {
        padding-left: 25px;
    }

    .box button {
        width: 180px;
        font-size: 16px;
        height: 45px;
    }

    .box p {
        font-size: 14px;
    }

    .box h4 {
        font-size: 18px;
    }

    .prodect-1-bottm .container {
        padding: 0 15px;
    }
}

@media (min-width: 200px) and (max-width: 500px) {
    .box {
        padding: 10px 20px 20px;
        margin-bottom: 0px;
    }

    .box-2 {
        padding: 15px 80px;
    }

    .banner {
        padding: 30px;
    }

        .banner h1 {
            font-size: 40px;
            line-height: 40px;
            text-align: center;
        }

        .banner h3 {
            font-size: 25px;
        }

        .banner h4 {
            font-size: 20px;
        }

    .box button {
        width: 200px;
        height: 50px;
        font-size: 16px;
    }
}








.dropdown-large {
    position: static !important;
}

.dropdown-menu-large {
    margin-left: 16px;
    margin-right: 16px;
    padding: 20px 0px;
}

    .dropdown-menu-large > li > ul {
        padding: 0;
        margin: 0;
    }

        .dropdown-menu-large > li > ul > li {
            list-style: none;
        }

            .dropdown-menu-large > li > ul > li > a {
                display: block;
                padding: 3px 20px;
                clear: both;
                line-height: 1.428571429;
                color: #333333;
                white-space: normal;
            }

    .dropdown-menu-large > li ul > li > a:hover,
    .dropdown-menu-large > li ul > li > a:focus {
        text-decoration: none;
        color: #262626;
        background-color: #f5f5f5;
    }

    .dropdown-menu-large .disabled > a,
    .dropdown-menu-large .disabled > a:hover,
    .dropdown-menu-large .disabled > a:focus {
        color: #999999;
    }

        .dropdown-menu-large .disabled > a:hover,
        .dropdown-menu-large .disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
            cursor: not-allowed;
        }

    .dropdown-menu-large .dropdown-header {
        color: #428bca;
        font-size: 18px;
    }

@media (max-width: 768px) {
    .dropdown-menu-large {
        margin-left: 0;
        margin-right: 0;
    }

        .dropdown-menu-large > li {
            margin-bottom: 30px;
        }

            .dropdown-menu-large > li:last-child {
                margin-bottom: 0;
            }

        .dropdown-menu-large .dropdown-header {
            padding: 3px 15px !important;
        }
}

.navbar-right .dropdown-menu-mega {
    right: auto !important;
}


ul.nav li.dropdown:hover ul.dropdown-menu-mega {
    display: block;
}



/* 1/1/23 Responsive Hero Image */
.al_c {
    text-align: center;
}

.hero-slider-grid-square > .main-photo {
    width: 23%;
    padding-bottom: 8.1%;
    padding-top: 8.1%;
}

.fixed_hero_image4 {
    background: no-repeat center center;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    display: table !important;
    width: 100% !important;
}

.fixed_hero_banner {
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: center;
}

.fixed_hero_banner {
    position: relative
}

.fixed_hero_banner {
    background-repeat: no-repeat;
    background: no-repeat center center;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    display: table !important;
    width: 100% !important;
}

    .fixed_hero_banner h1 {
        color: #fff;
        /* font-weight: 700; */
        /* font-size: 54px; */
        font-family: 'Brandon Grotesque';
        font-weight: 400;
        font-size: 66px;
    }

    .fixed_hero_banner h2 {
        font-family: 'Mullingar';
        font-weight: 400;
        font-size: 90px;
        line-height: 72px;
        color: #f18133;
    }

    .fixed_hero_banner p {
        font-family: 'Brandon Grotesque';
        font-weight: 500;
        font-size: 50px;
    }

    .fixed_hero_banner .btn_primary {
        color: #fff;
        padding: 14px 42px;
        border-radius: 5px;
        font-weight: 600;
        text-decoration: none;
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        display: inline-block;
        font-size: 20px
    }

    .fixed_hero_banner .container {
        max-width: 100%;
        padding: 0 3%;
    }

.fixed_hero_banner-square {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    align-items: center;
}

    .fixed_hero_banner-square .square {
        position: relative;
        width: 30%;
        padding-bottom: 30%;
        /* = width for a 1:1 aspect ratio */
        background-color: #1E1E1E;
        overflow: hidden;
    }

    .fixed_hero_banner-square .content {
        position: absolute;
        height: 100%;
        /* = 100% - 2*5% padding */
        width: 100%;
        /* = 100% - 2*5% padding */
    }

        .fixed_hero_banner-square .content .table {
            display: table;
            width: 100%;
            height: 100%;
        }

        .fixed_hero_banner-square .content .table-cell {
            display: table-cell;
            vertical-align: middle;
        }

    .fixed_hero_banner-square h3 {
        font-family: 'Brandon Grotesque';
        font-weight: 500;
        font-size: 50px;
        color: #FFF;
    }

    .fixed_hero_banner-square p.filetype {
        margin-top: -10px;
        font-size: 12px;
    }

    .fixed_hero_banner-square .photo-wrapper {
        text-align: center;
        line-height: 0px;
        width: 100%;
        height: 100%;
        border: 0px solid #D6D7D8;
        border-radius: 0px;
        position: absolute;
        vertical-align: middle;
        background: #FFFFFF;
        border-radius: 5px;
        top: 0;
    }

        .fixed_hero_banner-square .photo-wrapper img {
            max-width: 100%;
            max-height: 100%;
            width: auto;
            height: auto;
        }

    .fixed_hero_banner-square > .main-photo {
        width: 100%;
        position: relative;
        overflow: hidden;
        padding: 0px;
    }

        .fixed_hero_banner-square > .main-photo .main-photo-item {
            position: relative;
        }

            .fixed_hero_banner-square > .main-photo .main-photo-item::before {
                content: '';
                display: block;
                padding-top: 100%;
            }

    .fixed_hero_banner-square > .small-photos-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .fixed_hero_banner-square > .small-photos-grid p.drag-label {
            margin-left: 0;
        }

        .fixed_hero_banner-square > .small-photos-grid > .small-photo-item {
            padding: 0px;
            margin-bottom: 20px;
            position: relative;
            overflow: hidden;
            -ms-flex-preferred-size: calc(50% - 0px);
            flex-basis: calc(50% - 0px);
            margin: 0px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

            .fixed_hero_banner-square > .small-photos-grid > .small-photo-item::before {
                content: '';
                display: block;
                padding-top: 100%;
            }

@media (max-width: 400px) {
    .fixed_hero_banner-square > .main-photo {
        width: 0%;
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .fixed_hero_banner-square > .small-photos-grid {
        width: 100%;
        position: relative;
    }

    .foot_banner_block {
        width: 100%;
        margin: auto;
        z-index: 10;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media (min-width: 400px) {
    .fixed_hero_banner-square > .main-photo {
        width: 28%;
        padding-bottom: 90px;
        padding-top: 90px;
    }

    .fixed_hero_banner-square > .small-photos-grid {
        width: 72%;
    }

    .fixed_hero_banner-square > .grid2 {
        width: 77%;
        position: absolute;
    }
}

@media (min-width: 1200px) {
    .fixed_hero_banner-square > .main-photo {
        width: 28%;
        padding-bottom: 9%;
        padding-top: 9%;
        max-height: 460px;
    }

    .fixed_hero_banner-square > .small-photos-grid {
        width: 72%;
    }
}

@media (min-width: 1400px) {
    .fixed_hero_banner-square > .main-photo {
        width: 28%;
        padding-bottom: 9%;
        padding-top: 9%;
        max-height: 460px;
    }

    .fixed_hero_banner-square > .small-photos-grid {
        width: 72%;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .fixed_hero_banner p {
        font-size: 35px;
    }

    .fixed_hero_banner .btn_primary {
        font-size: 15px;
        padding: 10.5px 32px;
    }
}

@media (min-width:400px) and (max-width:767.98px) {
    .fixed_hero_banner .container {
        max-width: 100%;
        padding: 0 5%;
    }

    .fixed_hero_banner .btn_primary {
        font-size: 15px;
        padding: 10.5px 32px;
    }

    .fixed_hero_banner h1 {
        font-size: 36px;
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

    .fixed_hero_banner h3 {
        font-size: 36px;
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        font-weight: 400;
    }

    .fixed_hero_banner p {
        font-size: 25px;
    }
}

@media (max-width:399.98px) {
    .fixed_hero_banner h1 {
        font-size: 28px;
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

    .fixed_hero_banner h3 {
        font-size: 28px;
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

    .fixed_hero_banner .btn_primary {
        padding: 9px 21px;
        font-size: 3vw;
    }

    .fixed_hero_banner .container {
        max-width: 100%;
        padding: 0 5%;
    }
}


.main_search2 {
    margin-right: -7px;
}

    .main_search2 .form-control {
        border: 1px solid #d6d7d8;
        background: #fff;
        height: 30px;
        border-radius: 5px;
        max-width: 180px;
        font-family: sans-serif;
    }

    .main_search2 .btn {
        background: #07314f;
        border-radius: 5px;
        height: 30px;
        padding: 5px 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .main_search2 .btn:hover, .main_search2 .btn:focus {
            background-color: #f18133 !important;
        }

        .main_search2 .btn img {
            max-width: 15px
        }

@media (max-width:992px) {
    .main_search2 {
        margin-left: 36px;
    }
}


@media (min-width: 200px) and (max-width: 767px) {
    .box1 button {
        width: 180px;
        font-size: 16px;
        height: 45px;
    }

    .box1 {
        margin-top: 0;
        padding: 15px;
        margin-bottom: 0;
    }
}

.count_circle {
    position: absolute;
    background: #313a41;
    width: 23px;
    height: 23px;
    border-radius: 100pc;
    top: 30px;
    right: 80px;
    border: 3px solid #fff;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
}

@media (min-width: 300px) and (max-width: 767px) {
    .count_circle {
        top: 180px;
        left: 70px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .count_circle {
        top: 195px;
        left: 70px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .count_circle {
        top: 20px;
    }
}