﻿.font {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase
}
 
.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
}

.container {
    max-width: 100%;
    padding: 0px 28px;
}

.container_banner {
    max-width: 100%;
    padding: 0px 9%;
}

.logo {
    
    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: 5px;
    max-width: 200px
}

.main_search .btn {
    background: #d02239;
    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_search .btn:hover {
        background-color: #999
    }

    .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: #6E7677;
        font-size: 14px;
        font-weight: 600;
    }

.header_left .navbar-nav {
    margin-left: 10px
}

    .header_left .navbar-nav > li {
        padding: 22px 9px;
        position: relative;
        padding-bottom: 22px;
        list-style: none;
    }

        .header_left .navbar-nav > li > a {
            color: #313a41;
            font-size: 14px;           
            padding-left: 0px !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
}

.border-bottom {
    border-bottom: 1px solid #D6D7D8 !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: #6E7677;
    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(../img/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 .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:hover img {
        filter: invert(21%) sepia(17%) saturate(470%) hue-rotate(164deg) brightness(92%) contrast(92%);
    }

    .user_profile .dropdown.show img {
        filter: invert(21%) sepia(17%) saturate(470%) hue-rotate(164deg) brightness(92%) contrast(92%);
    }

    .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
}

.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(../img/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(../img/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_block2 {
    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(../img/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(../img/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
}

    .bottom_nav .nav_block {
        background: #f7f8f9;
        border: 1px solid #d6d7d8;
        border-radius: 6px;
        min-width: 205px;
        min-height: 170px;
        margin-right: 20px;
        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
    }

        .bottom_nav .nav_block img {
            max-height: 49px
        }

        .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
        }

.StoreAccentColor {
    background: #d02239
}

    .StoreAccentColor:hover {
        background: #fff;
        color: #d02239;
        text-decoration: none
    }

.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 {
    width: 100%;
    height: 8px;
    margin: 0px;
    border: 0px;
    position: relative;
}

    .site_divider:hover {
        background: #d02239
    }


.megamenu-content ul {
    list-style: none;
    padding: 0px
}

    .megamenu-content ul li a {
        color: #6E7677;
        display: block;
        font-size: 14px;
        margin-bottom: 8px;
        font-weight: 600;
    }

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,
    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(../img/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;
}

.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(../img/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;
            margin-top: -2px;
        }

    .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: #6E7677;
    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;
    font-weight: 600;
}

.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;
}

.btn-2.active.focus,
.btn-2.active:focus,
.btn-2.focus,
.btn-2:active.focus,
.btn-2:active:focus,
.btn-2:focus {
    outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    outline: none !important;
    border: 1px solid #6E7677 !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;
    }
}

/*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 #D6D7D8 !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;
    }
}

.narrow3 {
    height: calc(.5em + 0.55rem + 8px) !important;
    font-size: 12px !important;
    padding: 0px 10px !important;
    font-weight: 400 !important;
    line-height: 1;
    padding: 0.375 rem 0.75 rem !important;
}

.narrow-icon select {
    background-position-y: -1px !important;
}

.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-38 {
    margin-top: 38px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.p-b-20 {
    padding-bottom: 20px !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-t-17 {
    margin-top: 17px !important;
}

.p-b-17 {
    padding-bottom: 17px !important;
}

.p-b-6 {
    padding-bottom: 6px !important;
}

.f12 {
    font-size: 12px !important;
}

.m-t-5 {
    margin-top: 6px !important;
}

.m-t-5a {
    margin-top: 5px !important;
}

.p-t-5 {
    padding-top: 5px !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: #6E7677 !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;
}

.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;
    }
}

.sticky2 {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    bottom: 200px;
    padding: 29px 0px 0px 0px;
    font-size: 20px;
}

@media (max-width: 575px) {
    .sticky2 {
        position: -webkit-sticky;
        position: relative;
        top: 0;
        padding: 16px 0px 0px 0px;
        font-size: 20px;
    }
}

.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;
}

.m-l-130 {
    margin-left: 130px !important;
}

.line {
    text-decoration: line-through;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 15px;
    color: #6c757d;
    content: "";
    background: url(../img/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(../img/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(../img/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(../img/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: #6E7677;
    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 #6E7677;
    color: #3c4750;
    font-size: 0.8rem;
    color: #6E7677;
    padding: 5px 20px;
    border-radius: 5px;
}

.white {
    background: #FFFFFF !important;
}

.basic {
    background: none !important;
}

.icon_right {
    position: absolute;
    right: 38px;
}

.icon_right2 {
    position: absolute;
    right: 128px;
}

@media (min-width: 1152px) and (max-width: 1210px) {
    .icon_right2 {
        right: 37px;
    }
}

.caution_icon2 {
    cursor: pointer;
    right: 135px;
    position: absolute;
    margin-top: -34px;
}

.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: #6E7677;
    margin-top: 5px !important;
}

.stock_in1 {
    color: #6E7677;
    margin-top: 30px !important;
}

.down_item {
    margin-top: -10px !important;
    color: #6E7677;
}

.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: 13px;
}

.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;
}


@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;
}

.txt_center {
    text-align: center !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 #6E7677;
    color: #3c4750;
    font-size: 0.8rem;
    color: #6E7677;
    padding: 5px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.narrow {
    height: calc(1.0em + 0.55rem + 8px) !important;
}

.height34 {
    height: 34px !important;
}

.height33 {
    height: 33px !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #000 !important;
    border-color: #6E7677 !important;
    background-color: #ffffff !important;
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    border: 0px solid #6E7677 !important;
    border-radius: 50%;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #0099BC !important;
    width: 8px;
    height: 8px;
    left: -21px;
    top: 7px;
    border-radius: 24px;
    background-image: none !important;
    border: 5px solid #0099BC !important;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none !important;
}

.strike_radio {
    max-width: 20px;
    width: 16px !important;
    height: 16px !important;
    margin-left: -26px;
    z-index: 99;
    margin-top: 3px;
    background: #FFFFFF;
}

.custom-radio1 svg {
    fill: #6E7677 !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;
}

.w-47 {
    width: 47.4%;
}

.w-50 {
    width: 50%;
}

.w-50a {
    width: 50%;
    padding-left: 0px !important;
}

.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: 15px;
}

    /* 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 #6E7677;
    border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.check-container:hover input ~ .checkmark {
    background-color: #FFFFFF;
    border: 1px solid #6E7677;
    border-radius: 3px;
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .checkmark {
    background-color: #0099BC;
    border: 1px solid #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: 25px;
    width: 83px;
    background: url(../img/Out-of-Stock-Desktop.svg) no-repeat;
    border-radius: 3px;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    line-height: 25px;
    margin-top: -15px;
}


.btm_f_l {
    float: left;
}

.m-r-18a {
    margin-right: 18px !important;
}

.t-l {
    text-align: left;
}

@media (max-width: 574px) {
    .m-r-18a {
        margin-right: 4px !important;
    }

    .supplay_btm {
        margin-right: 3px !important;
    }

    .w-100-m {
        width: 100%;
    }

    .t-l {
        text-align: center;
    }

    .btm_red {
        align-items: center;
        margin-top: 13px;
        display: block;
        text-align: center;
    }

    .out-0f-stock {
        position: relative;
        height: 25px;
        width: 91px;
        background: url(../img/Out-of-Stock-Mobile.svg) no-repeat;
        border-radius: 3px;
        color: #FFFFFF;
        font-weight: 400;
        font-size: 12px;
        text-align: center;
        line-height: 25px;
        margin-top: -15px;
    }

    .btm_f_l {
        float: initial;
    }

    .down_item {
        margin-top: -20px !important;
        position: relative !important;
        color: #6E7677;
    }

    .stepper {
        display: flex !important;
        width: 104px;
    }

    .pr_sizes p {
        text-align: left;
        margin-top: 10px;
    }

    .fm-t {
        margin-top: 20px;
    }

    .pr_sizes p span {
        color: #C64D4D;
        font-size: 12px;
        text-align: center;
    }

    .supplay_btm.notify {
        margin-top: 2px;
        margin-bottom: 18px;
        margin-left: 0px;
    }
}



.custom-select {
    position: relative;
    background: #F7F8F9;
    padding: 0px;
    height: 33px;
}

    .custom-select select {
        display: none;
        /*hide original SELECT element:*/
    }

.custom-select1 {
    position: relative;
    background: #FFFFFF;
    padding: 0px;
    height: 33px;
    border: 1px solid #D6D7D8;
    border-radius: 5px;
    line-height: 20px;
}

    .custom-select1 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: #6E7677 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: #6E7677 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: #6E7677 !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: 27px !important;
    min-width: 110px;
}

.table-w {
    min-width: 140px;
    padding: 10px;
}

.min-w-80 {
    min-width: 80px;
}

.custom-select select .disable {
    text-decoration: line-through !important;
    color: #D6D7D8 !important;
    pointer-events: none !important;
}

/*SHopping Cart*/

.shopping_cart {
    padding-bottom: 60px;
}

.sp_cart_bg {
    padding: 18px 0px;
    border-bottom: 0px solid #D6D7D8;
}

.sp_cart_bg2 {
    padding: 18px 16px 0px;
    border-bottom: 0px solid #D6D7D8;
}

.shopping_container {
    max-width: 84%;
    padding: 0px 10px;
    margin-left: 8%;
}

.varient_icon {
    background: #FFF;
    border: 1px solid #D6D7D8;
    text-align: center;
    vertical-align: middle;
    display: inline !important;
    border-radius: 5px;
    width: 35px;
    height: 35px;
}

.beset_selling_r {
    position: absolute;
    right: 28px;
    top: 20px;
    font-size: 15px;
    font-weight: 600;
    color: #313A41;
}

.beset_selling_t {
    position: absolute;
    top: 10px;
    left: 63px;
    font-size: 15px;
    font-weight: 600;
    color: #313A41;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 60%;
    white-space: nowrap;
}

.varient_icon {
    background: #FFF;
    border: 1px solid #D6D7D8;
    text-align: center;
    vertical-align: middle;
    display: inline !important;
    border-radius: 5px;
    width: 65px;
    height: 65px;
}

.p-18 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    padding-left: 14px;
}

.panel {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 10%);
    border-radius: 6px;
    padding: 18px 18px 18px 18px;
    position: relative;
}

.beset_selling_b {
    position: absolute;
    top: 32px;
    left: 63px;
    font-size: 12px;
    font-weight: 400;
    color: #313A41;
}

.m-t-48 {
    margin-top: 48px;
}

.m-b-35 {
    margin-bottom: 35px;
}

.border-top {
    border-top: 1px solid #D6D7D8 !important;
}

.border-top-n {
    border-top: 1px solid #D6D7D8 !important;
}

.p-b-4 {
    padding-bottom: 4px;
}

.d_in_middle {
    display: inline-block !important;
    vertical-align: middle;
}

.shopping_img {
    width: 10%;
    position: relative;
    min-width: 65px;
}

.shopping_txt {
    width: 49%;
    position: relative;
}

.shopping_txt_big {
    width: 63% !important;
}

.shopping_txt_n {
    width: 64%;
    position: relative;
}

.shopping_txt h1 {
    font-size: 15px;
    color: #313A41;
    font-weight: 600;
    margin: 0px;
    padding: 0px;
}

.shopping_txt p {
    font-size: 12px;
    color: #313A41;
    font-weight: 400;
    margin: 3px 0px -2px;
    padding: 0px 10px 0px 0px;
}

    .shopping_txt p span {
        font-weight: 700;
    }

.shopping_stepper {
    width: 15%;
    position: relative;
}

    .shopping_stepper .stepper .button {
        background-color: #FFFFFF !important;
        border: 1px solid #D6D7D8 !important;
        width: 40px !important;
        flex-grow: 0;
        padding: 6px 13px 9px;
        font-weight: 700;
        line-height: 20px;
        margin: 0px !important;
        cursor: pointer;
    }

.shopping_price {
    width: 15%;
    position: relative;
    margin-right: 2%;
}

    .shopping_price h1 {
        font-size: 15px;
        color: #313A41;
        font-weight: 700;
        margin: 0px;
        padding: 0px;
    }

    .shopping_price p {
        font-size: 12px;
        color: #313A41;
        font-weight: 400;
        margin: 3px 0px 0px;
        padding: 0px;
    }

.shopping_delete {
    width: 5%;
    position: absolute;
    text-align: right;
    right: 34px;
}

    .shopping_delete img {
        width: 15px;
        margin-top: 24px;
        cursor: pointer;
    }

.p-l-22 {
    padding-left: 22px;
}

.bg-w {
    background: #FFFFFF !important;
}

.btn-shopping {
    color: #6E7677;
    background-color: #FFFFFF;
    border: none;
    font-size: 12px !important;
    font-weight: 400;
    padding: 7px 20px !important;
    border: 1px solid #6E7677;
}

.btn-apply {
    color: #FFF;
    background-color: #313A41;
    border: none;
    font-size: 12px !important;
    font-weight: 600;
    border: 0px solid #6E7677;
    width: 72px;
    text-align: center;
    margin-left: 13px;
    margin-top: -3px;
}

    .btn-apply:hover {
        color: #FFF;
        background-color: #313A41;
    }

.btn-continue {
    color: #FFF;
    background-color: #313A41;
    border: none;
    font-size: 12px !important;
    font-weight: 600;
    border: 0px solid #6E7677;
    width: 82px;
    text-align: center;
    margin-left: 13px;
    margin-top: -3px;
}

    .btn-continue:hover {
        color: #FFF;
        background-color: #313A41;
    }

.btm_f_ln {
    float: left;
}

.btn-checkout {
    color: #FFF;
    background-color: #D02239;
    border: none;
    font-size: 15px !important;
    font-weight: 700;
    padding: 8px 20px !important;
    border: 0px solid #6E7677;
    margin-left: 2px;
}

    .btn-checkout:hover {
        color: #FFF;
    }

.btn-checkout2 {
    color: #FFF;
    background-color: #D02239;
    border: none;
    font-size: 15px !important;
    font-weight: 700;
    padding: 8px 20px !important;
    border: 0px solid #6E7677;
    margin-left: 2px;
}

    .btn-checkout2:hover {
        color: #FFF;
    }

.payment_sec {
    border: 1px solid #D6D7D8;
    border-radius: 5px;
    padding: 20px 36px 21px;
    margin-left: 2px;
}

.payment_inp {
    display: inline-block;
    width: calc(100% - 90px);
}

.payment_txt {
    color: #313A41;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 17px;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-t-18 {
    margin-top: 18px !important;
}

.payment_sec .table td,
.table th {
    padding: .12em !important;
    vertical-align: top;
    border-top: 0px solid #dee2e6 !important;
}

.m-t-32 {
    margin-top: 32px !important;
}

.m-l-n2 {
    margin-left: -2px;
}

.txt-right {
    text-align: right !important;
}

.f-15 {
    font-size: 15px;
    font-weight: 600;
    color: #313A41;
}

.f-20 {
    font-size: 20px;
    font-weight: 700;
    color: #313A41;
    line-height: 32px;
}

.sp_cart_bgn {
    padding: 14px 0px;
    border-bottom: 0px solid #D6D7D8;
}

.m-t-24 {
    margin-top: 24px;
}

@media (min-width: 960.98px) and (max-width: 1240px) {
    .shopping_txt {
        width: 41%;
        position: relative;
    }

    .shopping_txt {
        width: 41%;
        position: relative;
    }

    .shopping_txt_big {
        width: 55% !important;
    }

    .shopping_price {
        width: 20%;
        position: relative;
        margin-right: 2%;
    }

    .shopping_delete {
        width: 5%;
        position: absolute;
        text-align: right;
        right: 34px;
    }

        .shopping_delete img {
            width: 15px;
            cursor: pointer;
        }
}

@media (min-width: 960.98px) and (max-width: 1149px) {
    .shopping_delete img {
        margin-top: 30px;
    }
}

@media (min-width: 1024.98px) and (max-width: 1240px) {
    .shopping_delete {
        width: 5%;
        position: absolute;
        text-align: right;
        right: 34px;
    }
}

@media (min-width: 959.98px) and (max-width: 1024px) {
    .shopping_delete {
        width: 5%;
        position: absolute;
        text-align: right;
        right: 16px;
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    .shopping_txt {
        width: 83%;
        position: relative;
    }

    .shopping_txt_big {
        width: 80% !important;
    }

    .shopping_stepper {
        width: 33%;
        position: relative;
        margin-left: 92px;
        margin-top: 20px;
        margin-bottom: 3px;
    }

    .shopping_price {
        width: 33%;
        position: relative;
        margin-right: 2%;
    }

    .shopping_price_big {
        width: 84%;
    }

    .shopping_delete img {
        width: 15px;
        margin-top: 10px;
        cursor: pointer;
    }

    .shopping_delete {
        width: 5%;
        position: absolute;
        text-align: right;
        right: 16px;
        margin-top: 12px;
    }

    .new-top {
        margin-top: 24px !important;
    }
}

@media (max-width: 1024px) {
    .shopping_container {
        max-width: 96%;
        padding: 0px 10px;
        margin-left: 2%;
    }
}

@media (min-width: 450px) and (max-width: 767.98px) {
    .shopping_txt {
        width: 72%;
        position: relative;
    }

    .shopping_stepper {
        width: 72%;
        position: relative;
        margin-left: 92px;
        margin-top: 20px;
        margin-bottom: 3px;
    }

    .shopping_price {
        width: 62%;
        position: relative;
        /* margin-LEFT: 30PX; */
        margin-left: 70px;
        margin-top: 15px;
    }

    .shopping_delete {
        width: 5%;
        position: absolute;
        text-align: left;
        margin-top: 0px;
        right: 16px;
    }

    .txt_l {
        text-align: left !important;
    }
}

@media (max-width: 449.98px) {
    .shopping_txt {
        width: 68%;
        position: relative;
    }

    .shopping_stepper {
        width: 80%;
        position: relative;
        margin-left: 92px;
        margin-top: 20px;
        margin-bottom: 3px;
    }

    .shopping_price {
        width: 62%;
        position: relative;
        /* margin-LEFT: 30PX; */
        margin-left: 70px;
        margin-top: 15px;
    }

    .shopping_delete {
        width: 5%;
        position: absolute;
        text-align: right;
        margin-top: 0px;
        right: 16px;
    }

    .txt_l {
        text-align: left !important;
    }
}

.no_item {
    color: #313A41;
    font-size: 20px;
    font-weight: 600;
    margin: -3px 0px -22px 0px;
    padding: 0px;
}

/* checkout shipping */
.checkout_shipping {
    display: flex;
    padding: 25px 83px 0px;
}

.shipping_notes {
    padding: 0px 103px 0px;
    margin-top: -3px;
}

.shipping_notes2 {
    padding: 0px 36px 0px;
    margin-top: 36px;
}

.content_text .form-control .f12 {
    font-weight: 400;
    font-size: 12px !important;
}

.p-14 {
    padding: 14px !important;
}

.h5style {
    color: #313A41;
    font-size: 20px;
    font-weight: 700;
}

    .h5style span {
        background: #313A41;
        border-radius: 67%;
        width: 30px !important;
        height: 30px;
        display: inline-block;
        color: #FFF;
        text-align: center;
        align-items: center;
        line-height: 30px;
        font-size: 20px;
        margin-right: 17px;
        font-weight: 700;
    }

.m-t-75 {
    margin-top: 75px;
}

.m-b-21 {
    margin-bottom: 21px;
}

.m-b-22 {
    margin-bottom: 22px;
}

.m-b-23 {
    margin-bottom: 23px;
}

.checkout-padding {
    padding: 17px 79px 0px 87px;
}

.checkout-padding2 {
    padding: 36px 13px 0px 22px;
}

.mh_84 {
    min-height: 84px !important;
}

.btn-Save {
    color: #FFF;
    background-color: #313A41;
    border: none;
    font-size: 12px !important;
    font-weight: 600;
    border: 0px solid #6E7677;
    width: 72px;
    text-align: center;
    margin-left: 0px;
    margin-top: -35px;
}

.m-t-12 {
    margin-top: 12px !important;
}

.m-t-22 {
    margin-top: 22px !important;
}

.m-t-14 {
    margin-top: 14px !important;
}

.h5style_g {
    color: #D6D7D8;
    font-size: 20px;
    font-weight: 700;
}

    .h5style_g span {
        background: #D6D7D8;
        border-radius: 67%;
        width: 30px !important;
        height: 30px;
        display: inline-block;
        color: #FFF;
        text-align: center;
        align-items: center;
        line-height: 30px;
        font-size: 20px;
        margin-right: 17px;
        font-weight: 700;
    }

.btn-back_cart {
    color: #697172;
    background-color: #FFFFFF;
    border: none;
    font-size: 12px !important;
    font-weight: 600;
    border: 1px solid #6E7677;
    width: 97px;
    text-align: center;
    margin-left: 13px;
}

.btn-back_quote {
    color: #697172;
    background-color: #FFFFFF;
    border: none;
    font-size: 12px !important;
    font-weight: 600;
    border: 1px solid #697172;
    width: 98px;
    text-align: center;
    margin-left: 13px;
}

.btn-2:hover {
    color: #313A14;
    text-decoration: none;
    border: 1px solid #313A14;
}

.p-b-8 {
    padding-bottom: 8px !important;
}

.summary_inp {
    display: inline-block;
    width: calc(100% - 115px);
}

.summary_sec {
    border: 1px solid #D6D7D8;
    border-radius: 5px;
    padding: 20px 36px 21px;
    margin-left: 2px;
}

    .summary_sec .table td,
    .table th {
        padding: .12em !important;
        vertical-align: top;
        border-top: 0px solid #dee2e6 !important;
    }

.p-b-7 {
    padding-bottom: 7px;
}

.p-b-4 {
    padding-bottom: 4px;
}

.m-t-17 {
    margin-top: 17px !important;
}

.m-t-50 {
    margin-top: 50px !important;
}

.summary_inp {
    display: inline-block;
    width: calc(100% - 115px);
}

.summary_inp_quote {
    display: inline-block;
    width: calc(100% - 116px);
}

.summary_icon {
    background: #FFF;
    border: 1px solid #D6D7D8;
    text-align: center;
    vertical-align: middle;
    display: inline !important;
    border-radius: 5px;
    width: 44px;
    height: 44px;
}

.summary_icon_bg {
    width: 44px;
    position: relative;
    min-width: 44px;
    margin-right: 0px;
}

.summary_icon_inp {
    display: inline-block;
    width: calc(100% - 50px);
}

    .summary_icon_inp h1 {
        font-size: 15px;
        color: #313A41;
        font-weight: 600;
        margin: 0px;
        padding: 0px;
    }

    .summary_icon_inp p {
        font-size: 12px;
        color: #313A41;
        font-weight: 400;
        margin: 3px 0px 0px;
        padding: 0px 10px 0px 0px;
    }

        .summary_icon_inp p span {
            font-weight: 700;
        }

.p-l-15 {
    padding-left: 15px;
}

.p-l-62 {
    padding-left: 62px;
}

.summary_qty {
    font-size: 12px;
    color: #313A41;
    font-weight: 400;
    margin: 8px 0px 0px;
    padding: 0px 10px 0px 0px;
}

    .summary_qty span {
        font-weight: 700;
    }

.summary_price {
    font-size: 15px;
    color: #313A41;
    font-weight: 700;
    margin: 13px 0px 0px;
    padding: 0px 10px 0px 0px;
}

.order_total {
    color: #313A41;
    font-weight: 700;
    font-size: 20px;
    margin: 20px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 50%;
    text-align: left;
    display: inline-block;
}

.order_total_rate {
    color: #313A41;
    font-weight: 700;
    font-size: 20px;
    margin: 20px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 50%;
    text-align: right;
    display: inline-block;
}

.d-flex {
    display: flex;
}

.checkout-input-area {
    width: 49%;
    display: inline-block;
    padding: 0px 16px;
}

.checkout-input-area-s {
    width: 30%;
    display: inline-block;
    padding: 0px 16px;
}

.checkout-input-area-b {
    width: 69%;
    display: inline-block;
    padding: 0px 21px 0px 16px;
}

.checkout-input-area-fb {
    width: 100%;
    display: inline-block;
    padding: 0px 23px 0px 16px;
}

.p-b-16 {
    padding-bottom: 16px !important;
}

.checkout-radio {
    display: inline-block !important;
    margin-left: 16px;
    margin-right: 15px;
}

.btn-edit {
    color: #FFF;
    background-color: #313A41;
    border: none;
    font-size: 12px !important;
    font-weight: 600;
    border: 0px solid #6E7677;
    width: 60px;
    text-align: center;
    margin-left: 0px;
    margin-top: -7px;
}

    .btn-edit:hover {
        color: #FFF;
    }

.btn-Save:hover {
    color: #FFF;
}

.summary_inp2 {
    display: inline-block;
    width: calc(100% - 64px);
}

.p-t-22 {
    padding-top: 22px !important;
}

.sp_address {
    color: #313A41;
    font-size: 15px;
    margin: 22px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-weight: 400;
    line-height: 22px;
}

    .sp_address span {
        font-weight: 700;
        margin-right: 4px;
    }

.sp_address1 {
    color: #313A41;
    font-weight: 700;
    font-size: 15px;
    margin: 14px 0px 0px;
    padding: 0px 4px 0px 0px;
}

.sp_address2 {
    color: #313A41;
    font-size: 12px;
    margin: 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-weight: 400;
    max-width: 460px;
}

.m-t-21 {
    margin-top: 21px !important;
}

.new_customer-area {
    width: 49%;
    display: inline-block;
    padding: 0px 4px 0px 0px;
    vertical-align: top;
}

    .new_customer-area h3 {
        font-size: 20px;
        color: #313A41;
        font-weight: 700;
        margin: 0px;
        padding: 0px;
    }

    .new_customer-area p {
        font-size: 15px;
        color: #313A41;
        font-weight: 400;
        margin: 7px 0px;
        padding: 0px;
    }

.m-t-58 {
    margin-top: 58px !important;
}

.btn-checkout {
    color: #FFF;
    background-color: #313A41;
    border: none;
    font-size: 15px !important;
    font-weight: 700;
    padding: 8px 0px !important;
    border: 0px solid #6E7677;
    width: 164px;
    text-align: center;
    margin-left: 0px;
    margin-top: -32px;
}

@media (min-width: 767.98px) and (max-width: 950px) {
    .summary_inp {
        display: inline-block;
        width: calc(100% - 0px);
    }

    .summary_inp_quote {
        display: inline-block;
        width: calc(100% - 116px);
    }

    .btn-back_cart {
        margin-left: 0px;
        margin-bottom: 12px;
    }
}

@media (min-width: 575.98px) and (max-width: 610px) {
    .summary_inp_quote {
        display: inline-block;
        width: calc(100% - 0px);
    }

    .btn-2 {
        margin-left: 0px !important;
        margin-bottom: 10px !important;
    }
}

@media (max-width: 1200px) {
    .new_customer-area p {
        margin: 7px 30px 0px 0px;
    }
}

@media (min-width: 768.98px) and (max-width: 1024px) {
    .checkout_shipping {
        display: flex;
        padding: 25px 25px 0px;
    }

    .shipping_notes {
        padding: 0px 70px 0px;
        margin-top: -3px;
    }

    .checkout-padding {
        padding: 17px 21px 0px 27px;
    }

    .shipping_notes2 {
        padding: 0px 36px 0px;
        margin-top: 36px;
    }

    .checkout-padding2 {
        padding: 36px 15px 0px 20px;
    }
}

@media (max-width: 768px) {
    .checkout_shipping {
        display: flex;
        padding: 25px 0px 0px;
    }

    .checkout-input-area {
        width: 100%;
        display: inline-block;
        padding: 0px 0px;
    }

    .checkout-input-area-s {
        width: 100%;
        display: inline-block;
        padding: 0px 0px;
    }

    .checkout-input-area-b {
        width: 100%;
        display: inline-block;
        padding: 0px 0px;
    }

    .checkout-input-area-fb {
        width: 100%;
        display: inline-block;
        padding: 0px 0px 0px 0px;
    }

    .checkout-padding {
        padding: 17px 0px 0px 0px;
    }

    .promo_block {
        max-width: 100% !important;
    }

    .promo_block2 {
        max-width: 100% !important;
    }

    .sp_cart_bg2 {
        padding: 18px 0px 0px;
        border-bottom: 0px solid #D6D7D8;
    }

    .shipping_notes {
        padding: 0px 0px 0px;
        margin-top: -3px;
    }

    .shipping_notes2 {
        padding: 0px 0px 0px;
        margin-top: 36px;
    }

    .checkout-padding2 {
        padding: 36px 0px 0px 0px;
    }

    .m-t-0px {
        margin-top: 0px !important;
    }

    .checkout-radio {
        display: block !important;
        margin-left: 0px;
        margin-right: 15px;
    }
}

@media (min-width: 400.98px) and (max-width: 768px) {
    .new_customer-area {
        width: 100%;
        display: inline-block;
        padding: 0px 0px 0px 0px;
    }
}

@media (max-width: 400px) {
    .summary_inp {
        display: inline-block;
        width: calc(100% - 0px);
    }

    .summary_inp_quote {
        display: inline-block;
        width: calc(100% - 103px);
    }

    .btn-back_cart {
        width: 97px;
        text-align: center;
        margin-left: 0px;
        margin-top: -4px;
        margin-bottom: 12px;
    }

    .btn-back_quote {
        width: 98px;
        text-align: center;
        margin-left: 0px;
        margin-top: -4px;
        margin-bottom: 0px;
    }

    .checkout-input-area {
        width: 100%;
        display: inline-block;
        padding: 0px 0px;
    }

    .new_customer-area {
        width: 100%;
        display: inline-block;
        padding: 0px 0px 0px 0px;
        text-align: center;
    }

        .new_customer-area p {
            margin: 7px 0px 0px 0px;
        }
}

.max-524 {
    max-width: 524px !important;
}

.max-436 {
    max-width: 436px !important;
}

.pop_h_p_n {
    padding: 25px 16px 15px 52px;
    border-bottom: none !important;
}

.pop_c_p_n {
    padding: 10px 40px 29px 46px;
}

.pop_heading_n {
    font-weight: 700 !important;
    font-size: 32px !important;
    color: #313A41 !important;
}

.m-t-n33 {
    margin-top: -33px !important;
}

.m-t-24 {
    margin-top: 24px !important;
}

.checkout-input-area_p {
    width: 49%;
    display: inline-block;
    padding: 0px 7px;
}

.checkout-input-area_f {
    width: 100%;
    display: inline-block;
    padding: 0px 19px 0px 35px;
}

.w-110 {
    width: 110px !important;
}

.border_n {
    border: none !important;
}

.p-b-12 {
    padding-bottom: 12px !important;
}

.f12 {
    font-size: 12px !important;
}

.frgt {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 9px;
    font-size: 12px;
    text-decoration: underline;
}

    .frgt a {
        margin-left: 9px;
        font-size: 12px;
        text-decoration: underline;
        color: #313A41;
    }

button:focus {
    outline: none !important;
    outline: none !important;
}

.eye_icon {
    cursor: pointer;
    right: 73px;
    position: absolute;
    margin-top: -24px;
    color: #807474;
}

.narrow2 {
    height: calc(1.1em + 0.55rem + 8px) !important;
    font-size: 12px !important;
    padding: 0px 10px !important;
    font-weight: 400 !important;
    line-height: 1;
    padding: 0.375 rem 0.75 rem !important;
}

.min-500 {
    min-height: 500px !important;
}

@media (min-width: 992px) and (max-width: 1150px) {
    .l-1 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .r-1 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
}

@media (min-width: 700px) and (max-width: 768px) {
    .caution_icon2 {
        cursor: pointer;
        right: 138px;
        position: absolute;
        margin-top: -34px;
    }
}

@media (min-width: 576px) and (max-width: 700px) {
    .btn-apply {
        text-align: center;
        margin-left: 0px;
        margin-top: 12px;
    }

    .payment_inp {
        display: inline-block;
        width: calc(100% - 0px);
    }

    .icon_right2 {
        position: absolute;
        right: 38px;
    }

    .caution_icon2 {
        cursor: pointer;
        right: 46px;
        position: absolute;
        margin-top: -34px;
    }
}

@media (max-width: 344px) {
    .icon_right2 {
        right: 37px;
    }
}

@media (max-width: 320px) {
    .btn-apply {
        text-align: center;
        margin-left: 0px;
        margin-top: 12px;
    }

    .payment_inp {
        display: inline-block;
        width: calc(100% - 0px);
    }

    .icon_right2 {
        position: absolute;
        right: 38px;
    }

    .caution_icon2 {
        cursor: pointer;
        right: 46px;
        position: absolute;
        margin-top: -34px;
    }
}

.m-l-80 {
    margin-left: 80px;
}

.m-r-80 {
    margin-right: 80px;
}

.m-r-70 {
    margin-right: 70px;
}

.m-l-64 {
    margin-left: 64px;
}

.m-r-64 {
    margin-right: 64px;
}

.certificate_box {
    border-radius: 5px;
    padding: 23px 35px 35px 35px;
    border: 1px solid #D6D7D8;
}

.certificate_box1 {
    border-radius: 5px;
    padding: 0px 35px 25px 35px;
    border: 1px solid #D6D7D8;
}

.certificate_txt {
    font-size: 20px;
    color: #313A41;
    font-weight: 600;
    margin: 20px 0px 17px 0px;
}

    .certificate_txt span {
        font-size: 20px;
        color: #313A41;
        font-weight: 700;
    }

.certificate_inp {
    display: inline-block;
    width: calc(100% - 108px);
}

.certificate_continue {
    display: inline-block;
    width: calc(100% - 118px);
}

.m-l-32 {
    margin-left: 32px;
}

.m-l-45 {
    margin-left: 45px;
}

.billing_inp_n {
    display: inline-block;
    width: calc(100% - 108px);
    font-size: 15px;
}

@media (min-width: 768.98px) and (max-width: 1150px) {
    .m-l-80 {
        margin-left: 40px;
    }

    .m-r-80 {
        margin-right: 40px;
    }

    .m-r-70 {
        margin-right: 35px;
    }

    .m-l-64 {
        margin-left: 34px;
    }

    .m-r-64 {
        margin-right: 34px;
    }
}

@media (max-width: 768px) {
    .m-l-80 {
        margin-left: 0px;
    }

    .m-r-80 {
        margin-right: 0px;
    }

    .m-r-70 {
        margin-right: 0px;
    }

    .m-l-64 {
        margin-left: 0px;
    }

    .m-r-64 {
        margin-right: 0px;
    }

    .certificate_box {
        border-radius: 5px;
        padding: 23px 17px 35px 17px;
        border: 1px solid #D6D7D8;
    }

    .certificate_box1 {
        border-radius: 5px;
        padding: 0px 17px 35px 17px;
        border: 1px solid #D6D7D8;
    }

    .m-l-32 {
        margin-left: 15px;
        margin-top: 0px;
    }

    .m-l-45 {
        margin-left: 35px;
        margin-top: 0px;
    }

    .certificate_inp {
        display: inline-block;
        width: calc(100% - 91px);
    }

    .certificate_continue {
        display: inline-block;
        width: calc(100% - 102px);
    }

    .billing_inp_n {
        display: inline-block;
        width: calc(100% - 0px);
    }
}

@media (max-width: 350px) {
    .certificate_inp {
        display: inline-block;
        width: calc(100% - 0px);
    }

    .certificate_continue {
        display: inline-block;
        width: calc(100% - 0px);
    }

    .m-l-32 {
        margin-left: 0px;
        margin-top: 18px;
    }

    .m-l-45 {
        margin-left: 0px;
        margin-top: 18px;
    }


    .billing_inp_n {
        display: inline-block;
        width: calc(100% - 0px);
    }
}

.p-0 {
    padding: 0px !important;
}


.point_icon {
    width: 102px;
    padding: 30px;
}

.point_icon2 {
    padding: 0px;
    height: 100%;
    background-color: #FFF;
    border-radius: 5px;
    color: #000;
    margin-right: -1px;
    margin-bottom: -1px;
    border-right: 1px solid #D6D7D8;
    border-bottom: 1px solid #D6D7D8;
    background: url(../img/Angle_Element.svg) no-repeat;
    -o-background-size: 96px auto;
    -webkit-background-size: 96px auto;
    -moz-background-size: 96px auto;
    background-size: 96px auto;
}

.red_bg {
    background: #ffffff;
}

.m-l-130 {
    margin-left: 130px;
}

.point-icon {
    position: absolute;
    margin: 18px 0px 0px 35px;
}

.max-23 {
    max-width: 23px;
}

.max-17 {
    max-width: 17px;
}

.point-txt {
    display: inline-block;
    font-size: 15px;
    color: #313A41;
    font-weight: 400;
    padding-top: 20px;
    width: calc(100% - 266px);
    position: relative;
    top: 3px;
}

.p-l-point {
    padding-left: 124px;
}

.point_input {
    display: inline-block;
    max-width: 100px;
    position: absolute;
    right: 245px;
    margin-top: 16px;
}

.points_btn {
    font-size: 12px;
    color: #FFF;
    cursor: pointer;
    text-decoration: underline;
    background: #313A41;
    font-weight: 600;
    text-decoration: none;
    padding: 6px 16px;
    border-radius: 5px;
    right: 131px;
    position: absolute;
    margin-top: 18px;
}

    .points_btn:hover {
        font-size: 12px;
        color: #FFF;
    }

.point-txt span {
    font-weight: 700;
}

.remaining-order {
    text-align: right;
    margin-top: 12px !important;
    margin-right: 35px;
    font-weight: 400;
}

    .remaining-order span {
        font-weight: 700 !important;
    }

.p-b-14 {
    padding-bottom: 14px !important;
}

.btn-place-order {
    color: #FFF;
    background-color: #D6D7D8;
    border: none;
    font-size: 15px !important;
    font-weight: 700;
    padding: 7px 0px !important;
    border: 1px solid #D6D7D8;
    width: 134px;
    text-align: center;
    margin-left: 0px;
    margin-top: -32px;
}

    .btn-place-order:hover {
        color: #D6D7D8;
        background-color: #FFF;
    }

.btn-place-order_n {
    color: #FFF;
    background-color: #D02239;
    border: none;
    font-size: 15px !important;
    font-weight: 700;
    padding: 7px 0px !important;
    border: 1px solid #D02239;
    width: 134px;
    text-align: center;
    margin-left: 0px;
    margin-top: -32px;
}

    .btn-place-order_n:hover {
        color: #D02239;
        background-color: #FFF;
    }

.tick_icon {
    position: relative;
    right: -28px;
    margin-top: -33px;
}

.payment_method_box {
    border-radius: 5px;
    padding: 16px 20px 18px 34px;
    border: 1px solid #D6D7D8;
    width: 47%;
    display: flex;
    margin: 0px;
    float: left;
    align-items: center;
    position: relative;
    align-items: center;
}

.m-l3 {
    margin-left: 3%;
}

.m-r3 {
    margin-right: 3%;
}

.credit_input {
    position: absolute;
    right: 24px;
    margin-top: 9px;
}

.max-24 {
    max-width: 24px;
}

.credit_card_txt {
    font-size: 18px;
    font-weight: 700;
    color: #313A41;
    width: 100%;
}

.m-r-17 {
    margin-right: 17px;
}

.inline {
    display: inline-flex;
    align-items: baseline;
}

.billing_address {
    border-radius: 5px;
    padding: 20px 32px 20px 35px;
    border: 1px solid #D6D7D8;
    display: flex;
    align-items: center;
}

.certificate_inp_pur {
    display: inline-block;
    width: calc(100% - 0px);
}

.credit-card-s {
    width: 130px;
    display: inline-block;
    padding: 0px 16px;
    position: relative;
}

.credit-card-b {
    width: calc(100% - 274px);
    display: inline-block;
    padding: 0px 16px;
}

.credit_pad {
    padding: 22px 13px 30px 20px !important;
}

.icon_right_card {
    position: absolute;
    right: 18px;
}

.credit_card_items {
    margin-right: 7px;
    width: 74px;
    float: left;
}

.credit_box {
    display: inline-block;
    margin-left: 16px;
}

.accepted_credit_cards {
    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;
    margin-left: -9px;
    margin-right: -9px;
    margin-bottom: -18px;
}

.credit_card_items .credit_card-image {
    height: 48px;
    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;
    border: 1px solid #d6d7d8;
    padding: 8px;
    border-radius: 5px;
}

    .credit_card_items .credit_card-image img {
        max-width: 100%;
        max-height: 100%;
        display: inline-block;
    }

.payment_distribution {
    font-size: 20px;
    color: #313A41;
    font-weight: 600;
    margin: 24px 0px 17px 0px;
    display: inline-block;
}

.payment_d_50 {
    width: 50%;
    display: inline-block;
    float: left;
}

.f20 {
    font-size: 20px;
    font-weight: 700;
    color: #313A41;
    display: flex;
}

.f15 {
    font-size: 15px;
    font-weight: 400;
    color: #313A41;
    display: flex;
}

.m-b-n8 {
    margin-bottom: -8px;
}

.payment_d_27 {
    width: 34%;
    display: inline-block;
    float: left;
    padding-top: 6px;
}

.payment_d_73 {
    width: 69%;
    display: inline-block;
    float: right;
    text-align: right;
}

.payment_d_40 {
    width: 40%;
    display: inline-block;
    float: left;
    padding-top: 6px;
}

.payment_d_60 {
    width: 60%;
    display: inline-block;
    float: right;
    text-align: right;
}

.btn-apply_remaining {
    color: #6E7677;
    background-color: #FFF;
    border: none;
    font-size: 12px !important;
    font-weight: 400;
    padding: 7px 0px !important;
    border: 1px solid #888F92;
    width: 177px;
    text-align: center;
    margin-left: 13px;
    margin-top: -2px;
}

.remaining_inp {
    width: 100px;
    display: inline-block;
    text-align: right;
    margin-left: 12px;
}

@media (min-width: 883px) and (max-width: 1368px) {
    .f15 {
        font-size: 15px;
        font-weight: 400;
        color: #313A41;
        display: inline-block;
    }

    .payment_d_27 {
        width: 100%;
        display: inline-block;
        float: left;
        padding-top: 6px;
    }

    .payment_d_73 {
        width: 100%;
        display: inline-block;
        float: right;
        text-align: right;
    }

    .payment_d_40 {
        width: 100%;
        display: inline-block;
        float: left;
        padding-top: 6px;
    }

    .payment_d_60 {
        width: 100%;
        display: inline-block;
        float: right;
        text-align: right;
    }

    .btn-apply_remaining {
        margin-left: 0px;
        margin-top: 9px;
        float: left;
    }

    .remaining_inp {
        width: 100px;
        display: inline-block;
        text-align: right;
        margin-left: 0px;
        margin-top: 10px;
        right: 133px;
        position: absolute;
    }
}

@media (min-width: 1150px) and (max-width: 1270px) {
    .remaining_inp {
        right: 133px;
        position: absolute;
    }
}

@media (min-width: 880px) and (max-width: 1150px) {
    .remaining_inp {
        right: 93px !important;
        position: absolute !important;
        width: 100px;
        display: inline-block;
        text-align: right;
        margin-left: 0px;
        margin-top: 10px;
    }
}

@media (min-width: 576px) and (max-width: 884px) {
    .f15 {
        font-size: 15px;
        font-weight: 400;
        color: #313A41;
        display: inline-block;
    }

    .payment_d_27 {
        width: 100%;
        display: inline-block;
        float: left;
        padding-top: 6px;
    }

    .payment_d_73 {
        width: 100%;
        display: inline-block;
        float: right;
        text-align: right;
    }

    .payment_d_40 {
        width: 100%;
        display: inline-block;
        float: left;
        padding-top: 6px;
    }

    .payment_d_60 {
        width: 100%;
        display: inline-block;
        float: right;
        text-align: right;
    }

    .btn-apply_remaining {
        margin-left: 0px;
        margin-top: 9px;
        float: left;
    }
}

@media (min-width: 576px) and (max-width: 879.98px) {
    .remaining_inp {
        width: 100px;
        display: inline-block;
        text-align: right;
        margin-left: 0px;
        margin-top: 10px;
        float: left;
        margin-right: 40px;
    }
}

@media (min-width: 350px) and (max-width: 575px) {
    .f15 {
        font-size: 15px;
        font-weight: 400;
        color: #313A41;
        display: inline-block;
    }

    .payment_d_27 {
        width: 100%;
        display: inline-block;
        float: left;
        padding-top: 6px;
    }

    .payment_d_73 {
        width: 100%;
        display: inline-block;
        float: right;
        text-align: right;
    }

    .payment_d_40 {
        width: 100%;
        display: inline-block;
        float: left;
        padding-top: 6px;
    }

    .payment_d_60 {
        width: 100%;
        display: inline-block;
        float: right;
        text-align: right;
    }

    .btn-apply_remaining {
        margin-left: 0px;
        margin-top: 9px;
        float: left;
    }

    .remaining_inp {
        width: 100px;
        display: inline-block;
        text-align: right;
        margin-left: 0px;
        margin-top: 10px;
        right: 34px;
        position: absolute;
    }
}

@media (min-width: 1024.98px) and (max-width: 1150px) {
    .points_btn {
        right: 92px;
    }

    .point_input {
        right: 205px;
    }
}

@media (min-width: 1124px) and (max-width: 1300px) {
    .payment_method_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .m-l3 {
        margin-left: 0%;
    }

    .m-t-0p {
        margin-top: 4px !important;
    }
}

@media (min-width: 810px) and (max-width: 1124px) {
    .p-l-point {
        padding-left: 124px;
    }

    .point-txt {
        display: inline-block;
        font-size: 15px;
        color: #313A41;
        font-weight: 400;
        padding-top: 20px;
        width: 100%;
        margin-left: 0px;
    }

    .point_input {
        display: inline-block;
        max-width: 100px;
        position: relative;
        right: 0px;
        margin-top: 15px;
    }

    .points_btn {
        padding: 5px 16px;
        border-radius: 5px;
        right: 131px;
        position: revert;
        margin-top: 17px;
        margin-left: 15px;
    }

    .m-00 {
        margin-left: 0px !important;
    }

    .m-b-00 {
        margin-bottom: 12px !important;
    }

    .payment_method_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .m-l3 {
        margin-left: 0%;
    }

    .m-r3 {
        margin-right: 0%;
    }

    .m-t-0p {
        margin-top: 4px !important;
    }

    .credit-card-s {
        width: 49%;
        display: inline-block;
        padding: 0px 17px 0px 16px;
        position: relative;
    }

    .credit-card-b {
        width: calc(100% - 6px);
        display: inline-block;
        padding: 0px 16px;
    }
}

@media (min-width: 768.98px) and (max-width: 880px) {
    .credit_card_items {
        margin-right: 5px;
        width: 60px;
        float: left;
    }

    .credit_box {
        display: inline-block;
        margin-left: 16px;
    }
}

@media (min-width: 768.98px) and (max-width: 810px) {
    .p-l-point {
        padding-left: 114px;
    }

    .point-txt {
        width: 100%;
        margin-left: 0px;
    }

    .point_input {
        display: inline-block;
        max-width: 83px;
        position: relative;
        right: 0px;
        margin-top: 15px;
    }

    .points_btn {
        padding: 5px 16px;
        border-radius: 5px;
        right: 131px;
        position: revert;
        margin-top: 17px;
        margin-left: 12px;
    }

    .m-00 {
        margin-left: 0px !important;
    }

    .m-b-00 {
        margin-bottom: 12px !important;
    }

    .payment_method_box {
        width: 100%;
        margin-bottom: 16px;
    }

    .m-l3 {
        margin-left: 0%;
    }

    .m-r3 {
        margin-right: 0%;
    }

    .m-t-0p {
        margin-top: 8px !important;
    }

    .credit-card-s {
        width: 49%;
        display: inline-block;
        padding: 0px 17px 0px 16px;
        position: relative;
    }

    .credit-card-b {
        width: calc(100% - 6px);
        display: inline-block;
        padding: 0px 16px;
    }
}

@media (min-width: 350.98px) and (max-width: 768px) {
    .point_icon2 {
        background: url(../img/Angle_Element.svg) no-repeat;
        -o-background-size: 67px auto;
        -webkit-background-size: 67px auto;
        -moz-background-size: 67px auto;
        background-size: 67px auto;
    }

    .p-l-point {
        padding-left: 74px;
    }

    .point-txt {
        width: 100%;
        margin-left: 0px;
    }

    .point_input {
        display: inline-block;
        max-width: 83px;
        position: relative;
        right: 0px;
        margin-top: 15px;
    }

    .points_btn {
        padding: 5px 16px;
        border-radius: 5px;
        right: 131px;
        position: revert;
        margin-top: 17px;
        margin-left: 12px;
    }

    .point-icon {
        position: absolute;
        margin: 18px 0px 0px 18px;
    }

    .remaining-order {
        margin-right: 0px;
    }

    .m-00 {
        margin-left: 0px !important;
    }

    .m-b-00 {
        margin-bottom: 12px !important;
    }

    .m-001 {
        margin-right: 40px !important;
    }

    .payment_method_box {
        width: 100%;
        margin-bottom: 16px;
        padding: 16px 20px 19px 16px;
    }

    .m-l3 {
        margin-left: 0%;
    }

    .m-r3 {
        margin-right: 0%;
    }

    .credit_input {
        right: 9px;
    }

    .m-t-0p {
        margin-top: 9px !important;
    }

    .billing_address {
        padding: 20px 17px 20px 17px;
        display: block;
    }

    .m-l-e {
        margin-left: 0px !important;
        margin-top: 10px !important;
    }

    .credit-card-s {
        width: 49%;
        display: inline-block;
        padding: 0px 0px 0px 0px;
        position: relative;
    }

    .credit-card-b {
        width: calc(100% - 0px);
        display: inline-block;
        padding: 0px 0px;
    }

    .credit_pad {
        padding: 22px 16px 28px 16px !important;
    }

    .p-l-7 {
        padding-left: 7px;
    }

    .p-r-7 {
        padding-right: 7px;
    }

    .icon_right_card {
        position: absolute;
        right: 0px;
    }

    .credit_card_items {
        margin-right: 2%;
        width: 23%;
    }

    .credit_box {
        margin-left: 0px;
    }
}

@media (min-width: 576px) and (max-width: 660px) {
    .point_input {
        display: block;
        max-width: 83px;
        position: relative;
        right: 0px;
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .points_btn {
        padding: 5px 16px;
        border-radius: 5px;
        right: 131px;
        position: revert;
        margin-top: 17px;
        margin-left: 0px;
    }
}

@media (min-width: 576px) and (max-width: 690px) {
    .inline {
        display: block;
        align-items: baseline;
    }

    .m-l-n18 {
        margin-left: 0px !important;
        margin-top: 8px !important;
    }
}

@media (max-width: 350px) {
    .point_icon2 {
        background: url(../img/Angle_Element.svg) no-repeat;
        -o-background-size: 62px auto;
        -webkit-background-size: 62px auto;
        -moz-background-size: 62px auto;
        background-size: 62px auto;
    }

    .p-l-point {
        padding-left: 74px;
    }

    .point-txt {
        width: 100%;
        margin-left: 0px;
    }

    .point_input {
        display: block;
        max-width: 83px;
        position: relative;
        right: 0px;
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .points_btn {
        padding: 5px 16px;
        border-radius: 5px;
        right: 131px;
        position: revert;
        margin-top: 17px;
        margin-left: 0px;
    }

    .point-icon {
        position: absolute;
        margin: 18px 0px 0px 18px;
    }

    .remaining-order {
        margin-right: 0px;
    }

    .m-00 {
        margin-left: 0px !important;
    }

    .m-b-00 {
        margin-bottom: 12px !important;
    }

    .m-001 {
        margin-right: 40px !important;
    }

    .payment_method_box {
        width: 100%;
        margin-bottom: 16px;
        padding: 16px 20px 19px 16px;
    }

    .credit_input {
        right: 9px;
    }

    .m-l3 {
        margin-left: 0%;
    }

    .m-r3 {
        margin-right: 0%;
    }

    .m-t-0p {
        margin-top: 9px !important;
    }

    .inline {
        display: block;
        align-items: baseline;
    }

    .m-l-n18 {
        margin-left: 0px !important;
        margin-top: 8px !important;
    }

    .inline {
        display: block;
        align-items: baseline;
    }

    .m-l-e {
        margin-left: 0px !important;
        margin-top: 10px !important;
    }

    .billing_address {
        padding: 20px 17px 20px 17px;
        display: block;
    }

    .credit-card-s {
        width: 49%;
        display: inline-block;
        padding: 0px 0px 0px 0px;
        position: relative;
    }

    .credit-card-b {
        width: calc(100% - 0px);
        display: inline-block;
        padding: 0px 0px;
    }

    .credit_pad {
        padding: 22px 16px 24px 16px !important;
    }

    .p-l-7 {
        padding-left: 7px;
    }

    .p-r-7 {
        padding-right: 7px;
    }

    .icon_right_card {
        position: absolute;
        right: 0px;
    }

    .credit_card_items {
        margin-right: 2%;
        width: 23%;
    }

    .credit_box {
        margin-left: 0px;
    }

    .f15 {
        font-size: 15px;
        font-weight: 400;
        color: #313A41;
        display: inline-block;
    }

    .payment_d_27 {
        width: 100%;
        display: inline-block;
        float: left;
        padding-top: 6px;
    }

    .payment_d_73 {
        width: 100%;
        display: inline-block;
        float: right;
        text-align: right;
    }

    .payment_d_40 {
        width: 100%;
        display: inline-block;
        float: left;
        padding-top: 6px;
    }

    .payment_d_60 {
        width: 100%;
        display: inline-block;
        float: right;
        text-align: right;
    }

    .btn-apply_remaining {
        margin-left: 0px;
        margin-top: 9px;
        float: left;
    }

    .remaining_inp {
        width: 100px;
        display: inline-block;
        text-align: right;
        margin-left: 0px;
        margin-top: 10px;
        float: left;
        margin-right: 40px;
    }
}

.enough_points {
    font-size: 12px;
    color: #C64D4D;
    margin-left: 13px;
}

.aflex {
    align-items: center;
    display: flex;
}

.light_g {
    background: #D6D7D8 !important;
}

.red_btn {
    background: #D02239 !important;
}

.m-t-26 {
    margin-top: 26px;
}

.m-b-7 {
    margin-bottom: 7px;
}

.m-b-8 {
    margin-bottom: 8px;
}

.m-l-18 {
    margin-left: 18px;
}

.b_pd {
    padding: 22px 11px 0px 19px;
}

.b_pd2 {
    padding: 22px 11px 0px 19px;
}

.m-t-0 {
    margin-top: 0px;
}

.m-t-25 {
    margin-top: 25px;
}

.align_center {
    text-align: center !important;
}

.gray_btn {
    background-color: #313a41;
    color: #FFF;
    font-size: 12px;
}

    .gray_btn:hover {
        background-color: #313a41;
        color: #FFF;
        font-size: 12px;
    }

.close_icon img {
    max-width: 29px;
    margin-top: 41px;
    margin-bottom: 5px;
}

.f32 {
    font-size: 32px;
    font-weight: 400;
    color: #313A41;
}

.f20_n {
    font-size: 20px;
    font-weight: 700;
    color: #313A41;
}

.m-t-9 {
    margin-top: 9px;
}

.f15 {
    font-size: 32px;
    font-weight: 400;
    color: #313A41;
}

.pop_c_p_new {
    padding: 10px 0px 29px 0px;
}

.checkout-input-area_b {
    width: 100%;
    display: inline-block;
    padding: 15px 28px 10px 35px;
    border-top: 1px solid #D6D7D8;
    font-size: 12px;
}

.pop_h_p_new {
    padding: 25px 16px 25px 28px;
    border-bottom: none !important;
}

.p-l-35 {
    padding-left: 35px !important;
}

.checkbox_container {
    max-height: 312px;
    overflow: scroll;
    overflow-x: hidden;
}

.max-300 {
    max-width: 300px;
}

.btn-notification {
    color: #FFF;
    background-color: #313A41;
    border: none;
    font-size: 12px !important;
    font-weight: 600;
    padding: 7px 18px !important;
    border: 0px solid #6E7677;
    width: auto;
    text-align: center;
    margin-left: 20px;
    margin-top: -25px;
}

    .btn-notification:hover {
        color: #FFF;
        background-color: #313A41;
    }

.m-b-120 {
    margin-bottom: 120px;
}

.m-b-14 {
    margin-bottom: 14px;
}

.btn-checkout_red {
    color: #FFF;
    background-color: #D02239;
    border: none;
    font-size: 15px !important;
    font-weight: 700;
    padding: 7px 0px !important;
    border: 0px solid #D02239;
    width: 185px;
    text-align: center;
    margin-left: 0px;
    margin-top: 1px;
}

.error_border {
    border: 2px solid #C64D4D !important;
}

.error_stepper {
    display: flex;
    border: 2px solid #d02239;
    border-radius: 5px;
    line-height: 20px;
    max-width: 110px;
}

.decoration {
    color: #313A41;
    font-size: 12px;
    font-weight: 400;
    text-decoration: underline;
    cursor: pointer;
}

.shopping_txt a:hover {
    color: #313A41;
}

.available {
    font-size: 12px;
    padding-top: 6px;
}

.caution_icon3 {
    cursor: pointer;
    right: 138px;
    margin-top: -15px;
}

.proceed_txt {
    font-size: 12px;
    position: absolute;
    margin-left: 30px;
    margin-top: -26px;
}

.pop_product {
    background: #FFF;
    border: 1px solid #D6D7D8;
    text-align: center;
    vertical-align: middle;
    display: inline !important;
    border-radius: 5px;
    width: 44px;
    height: 44px;
}

.shopping_txt_pop {
    width: 90%;
    position: relative;
}

    .shopping_txt_pop h2 {
        font-size: 20px;
        color: #313A41;
        font-weight: 700;
        margin: 0px;
        padding: 0px;
    }

    .shopping_txt_pop h4 {
        font-size: 15px;
        color: #313A41;
        font-weight: 600;
        margin: 0px;
        padding: 0px;
    }

.pop_h_p_new1 {
    padding: 32px 16px 23px 35px;
    border-bottom: none !important;
}

.shopping_img_pop {
    width: 10%;
    position: relative;
    min-width: 60px;
}

.pop_text {
    display: inline-block;
    border: 1px solid #D6D7D8;
    width: calc(100% - 147px);
    border-radius: 5px;
    font-size: 12px;
    padding: 15px 19px;
    line-height: 21px;
    min-height: 116px;
}

.pop_img {
    display: inline-flex;
    border: 1px solid #D6D7D8;
    width: 115px;
    height: 115px;
    vertical-align: top;
    background: #F7F8F9;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 15px;
    position: absolute;
}

.pop_product_new {
    text-align: center;
    vertical-align: middle;
    display: inline !important;
    border-radius: 0px;
    width: 100%;
    height: 100%;
    height: auto;
    padding: 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;
}

.pop_delete_h {
    padding: 25px 16px 10px 36px;
    border-bottom: none !important;
}

.pop_heading_delete {
    font-weight: 700 !important;
    font-size: 20px !important;
    color: #313A41 !important;
    line-height: 24px;
}

.pop_delete_n {
    padding: 0px 40px 12px 0px;
}

.m-l-16 {
    margin-left: 16px;
}

.btn_pd {
    padding: 5px 20px !important;
}

.btn-delete {
    color: #FFFFFF;
    background-color: #C74D4D;
    border: none;
    font-size: 12px !important;
    font-weight: 400;
    padding: 5px 20px !important;
    border: 1px solid #C74D4D;
}

.caution_icon-5 {
    cursor: pointer;
    /* right: 135px; */
    position: absolute;
    margin-top: -26px;
    right: 26px;
}

.caution_icon-6 {
    cursor: pointer;
    /* right: 135px; */
    position: absolute;
    margin-top: -26px;
    right: 30px;
}

.caution_icon-7 {
    cursor: pointer;
    /* right: 135px; */
    position: absolute;
    margin-top: -26px;
    right: 44px;
}

.pos_rel {
    position: relative;
}

.ft-12 {
    font-size: 12px;
}

.total_left {
    margin: 0px;
    padding: 0px;
    width: 70%;
    text-align: left;
    display: inline-block;
}

.total_right {
    margin: 0px;
    padding: 0px;
    width: 30%;
    text-align: right;
    display: inline-block;
}

.total_left_order {
    margin: 0px;
    padding: 0px;
    width: 50%;
    text-align: left;
    display: inline-block;
}

.total_right_order {
    margin: 0px;
    padding: 0px;
    width: 50%;
    text-align: right;
    display: inline-block;
}

.p-b-0 {
    padding-bottom: 0px !important;
}

.m-t-35 {
    margin-top: 35px;
}

.handshake_txt1 {
    font-size: 20px;
    color: #313A41;
    font-weight: 600;
}

    .handshake_txt1 span {
        font-weight: 700;
    }

.handshake_txt2 {
    color: #313A41;
    font-size: 12px;
    font-weight: 400;
}

    .handshake_txt2 a {
        color: #313A41;
        font-size: 12px;
        font-weight: 400;
        text-decoration: underline;
    }

.max-320 {
    max-width: 320px;
}

.m-t-58 {
    margin-top: 58px !important;
}

.btn-submit_approvel {
    color: #FFF;
    background-color: #D02239;
    border: none;
    font-size: 15px !important;
    font-weight: 700;
    padding: 7px 0px !important;
    border: 1px solid #D02239;
    width: 188px;
    text-align: center;
    margin-left: 0px;
    margin-top: -32px;
}

    .btn-submit_approvel:hover {
        color: #D02239;
        background-color: #FFF;
    }

.m-t-34 {
    margin-top: 34px !important;
}


.thanks_padding {
    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;
    margin-top: 36px;
}

.thanks_border {
    border: 1px solid #D6D7D8;
    border-radius: 5px;
    width: 638px;
    padding: 28px 35px;
}

.thanks_left {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    padding-right: 25px;
}

.shipping_hd {
    font-size: 15px;
    font-weight: 700;
    color: #313A41;
}

.shipping_con {
    font-size: 15px;
    font-weight: 400;
    color: #313A41;
}

    .shipping_con span {
        font-size: 15px;
        font-weight: 700;
        color: #313A41;
    }

.shipping_con_s {
    font-size: 12px;
    font-weight: 400;
    color: #313A41;
}

.varient_icon_n {
    background: #FFF;
    border: 1px solid #D6D7D8;
    text-align: center;
    vertical-align: middle;
    display: inline !important;
    border-radius: 5px;
    width: 44px;
    height: 44px;
}

.shopping_img_n {
    width: 8%;
    position: relative;
    min-width: 47px;
}

.sum_border {
    padding: 15px 0px;
}

.payment_txt_n {
    color: #313A41;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 18px;
    margin-top: -10px;
}

.w-55 {
    width: 62% !important;
}

.w-13 {
    width: 11% !important;
}

.mr-r {
    text-align: right;
    margin-right: -22px !important;
}

.p-l-45p {
    padding-left: 45%;
}

.m-r-n4 {
    margin-right: -4px;
}

.content_text .table td,
.table th {
    padding: 0px !important;
    vertical-align: top;
    border-top: 0px solid #dee2e6 !important;
}

@media (min-width: 450px) and (max-width: 767.98px) {
    .w-55 {
        width: 71% !important;
    }

    .w-13 {
        width: 20% !important;
        margin-left: 40px !important;
        display: inline !important;
    }

    .mr-r {
        text-align: left;
        margin-right: -22px !important;
    }

    .p-l-45p {
        padding-left: 45%;
    }

    .m-r-n4 {
        margin-right: -4px;
    }

    .shopping_price {
        margin-right: 0%;
    }

    .p-l-22 {
        padding-left: 62px;
    }
}

@media (max-width: 450px) {
    .thanks_left {
        display: inline-block;
        width: 100%;
        vertical-align: top;
        padding-right: 0px;
        margin-bottom: 18px;
    }

    .p-l-45p {
        padding-left: 0%;
    }

    .w-55 {
        width: 55% !important;
    }

    .w-13 {
        width: 20% !important;
        margin-left: 40px !important;
        display: inline !important;
    }

    .mr-r {
        text-align: left;
        margin-right: -22px !important;
    }

    .p-l-45p {
        padding-left: 45%;
    }

    .m-r-n4 {
        margin-right: -4px;
    }

    .shopping_price {
        margin-right: 0%;
    }

    .p-l-22 {
        padding-left: 62px;
    }
}

@media (max-width: 575px) {
    .handshake_txt2 {
        text-align: center;
    }

    .center_575 {
        text-align: center;
    }
}

.sp_cart_bg3 {
    padding: 2px 0px 16px;
    border-bottom: 0px solid #D6D7D8;
}

.ship_to {
    font-size: 15px;
    font-weight: 400;
    color: #313A41;
}

    .ship_to span {
        font-size: 15px;
        font-weight: 700;
        color: #313A41;
    }

.ft-12 {
    font-size: 12px;
}

.check_s {
    margin-left: -20px;
    margin-right: 0px;
}

.check_s2 {
    margin-left: -3px;
    margin-right: 10px;
}

.check_s3 {
    margin-left: -20px;
    margin-right: 0px;
}

.check_border {
    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='8' ry='8' stroke='%23D6D7D8FF' stroke-width='2' stroke-dasharray='8%2c 7' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    border-radius: 6px;
    border: 0px solid #D6D7D8 !important;
}

.check_address {
    color: #888F92;
    font-size: 15px;
    font-weight: 400;
    margin-left: 15px;
}

.main_search .btn {
    background-color: #313A41 !important;
}

.inline_block {
    display: inline-block;
}

/*dropdown start*/
.drop-down {
    display: inline-block;
    position: relative;
}

.drop-down__button {
    background-color: #ffffff;
    display: inline-block;
    line-height: 28px;
    padding: 0 10px;
    text-align: left;
    border-radius: 25px;
    cursor: pointer;
    border: 1px solid #888F92;
}

    .drop-down__button:hover,
    .drop-down__button:active,
    .drop-down__button:focus-visible,
    .drop-down__button:focus {
        background-color: #0099BC;
        color: #ffffff !important;
        border: 1px solid #0099BC;
    }

.drop-down--active .drop-down__button {
    background-color: #0099BC;
    color: #ffffff !important;
    border: 1px solid #0099BC;
}

.drop-down--active .drop-down__name,
.drop-down--active .dropdown-toggle::after,
.drop-down__button:hover .drop-down__name,
.drop-down__button:active .drop-down__name,
.drop-down__button:focus .drop-down__name {
    background-color: #0099BC;
    color: #ffffff !important;
}

.drop-down--active .dropdown-toggle::after {
    transform: rotate(180deg);
    transition: all 0.7s;
}

.drop-down__button:hover.dropdown-toggle::after,
.drop-down__button:active.dropdown-toggle::after,
.drop-down__button:focus.dropdown-toggle::after {
    color: #ffffff !important;
}

.drop-down__name {
    font-size: 14px;
    color: #888F92;
}

    .drop-down__name:hover {
        font-size: 14px;
        color: #FFFFFF !important;
    }

    .drop-down__name:active {
        font-size: 14px;
        color: #FFFFFF;
    }

.drop-down .dropdown-toggle::after {
    vertical-align: 0.1em !important;
}

.drop-down__name:hover {
    font-size: 14px;
    color: #888F92;
}

.drop-down__name:focus-visible {
    font-size: 14px;
    color: #FFFFFF;
}

.dropdown-toggle::after {
    display: inline-block;
    color: #888F92;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    margin: 0;
    margin-left: 8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    -webkit-transition: border-color 0.5s ease, -webkit-transform 0.3s ease 0s;
    transition: border-color 0.5s ease, -webkit-transform 0.3s ease 0s;
    transition: border-color 0.5s ease, transform 0.3s ease 0s;
    transition: border-color 0.5s ease, transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

    .dropdown-toggle::after:focus-visible {
        display: inline-block;
        color: #FFFFFF;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
    }

    .dropdown-toggle::after:hover {
        display: inline-block;
        color: #FFFFFF;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
    }

    .dropdown-toggle::after:active {
        display: inline-block;
        color: #FFFFFF;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
    }

.drop-down__menu-box {
    position: absolute;
    /*width: 100%;*/
    left: 0px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #D6D7D8;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
    margin-top: 5px;
    margin-left: -136px;
}

    .drop-down__menu-box:before {
        content: '';
        position: absolute;
        border-color: #d6d7d8;
        border: solid transparent;
        border-bottom-color: white;
        border-width: 11px;
        margin-left: -10px;
        top: 0px;
        right: 15px;
        z-index: 1;
    }

    .drop-down__menu-box:after {
        content: '';
        position: absolute;
        right: 30px;
        top: -17px;
        width: 0;
        height: 0;
        border: solid transparent;
        border-width: 8px;
        border-bottom-color: #d6d7d8;
        z-index: 0;
    }

.drop-down__menu {
    margin: 0;
    padding: 12px 0px 14px;
    list-style: none;
    width: 219px;
}

    .drop-down__menu label {
        margin-left: 10px;
    }

.drop-down__menu-box:before {
    content: '';
    background-color: #00000000;
    border-right: 8px solid transparent;
    position: absolute;
    border-top: 8px solid transparent;
    top: -16px;
    max-width: 15px;
    right: 30px;
}


.drop-down__menu-box:after {
    content: '';
    background-color: transparent;
}

.drop-down__item {
    font-size: 15px;
    padding: 2px 22px;
    text-align: left;
    font-weight: 400;
    color: #313A41;
    cursor: pointer;
    position: relative;
    /*border-bottom: 1px solid #e0e2e9;*/
}

    .drop-down__item label {
        cursor: pointer;
    }

.drop-down__item-icon {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0px;
    fill: #8995b6;
}

.drop-down__item:hover .drop-down__item-icon {
    fill: #3d6def;
}

.drop-down__item:hover {
    color: #313A41;
}



.drop-down__item:last-of-type {
    border-bottom: 0;
}


.drop-down--active .drop-down__menu-box {
    visibility: visible;
    opacity: 1;
    margin-top: 15px;
    max-width: 280px;
    z-index: 1;
}

.drop-down__item:before {
    content: '';
    position: absolute;
    width: 3px;
    height: 28px;
    background-color: none;
    left: -13px;
    top: 35%;
    transform: translateY(-50%);
    display: none;
}

.drop-down__item:hover:before {
    display: block;
}

.drop-down__item .custom-control {
    padding-left: 10px !important;
}

/*dropdown end*/
.billing_inp_n {
    display: inline-block;
    width: calc(100% - 108px);
    font-size: 15px;
}

.custom-control {
    min-height: 0;
}

.down_search .form-control {
    border: 1px solid #d6d7d8;
    background: #fff;
    height: 30px;
    border-radius: 5px;
    max-width: 200px
}

.down_search .btn {
    background: #d02239;
    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
}

    .down_search .btn:hover {
        background-color: #999
    }

    .down_search .btn img {
        max-width: 15px
    }

.down_search .btn {
    background-color: #313A41 !important;
}

.down_ser {
    width: calc(100% - 68px);
}

@media (min-width: 768px) and (max-width: 1150px) {
    .drop-down {
        right: 0px;
    }
}

@media (min-width: 576px) and (max-width: 768.95px) {
    .b_pd2 {
        padding: 22px 18px 0px 18px;
    }

    .down_ser {
        min-width: 230px;
    }

    .drop-down {
        margin-top: 5px;
    }

    .check_s {
        margin-left: 0px;
        margin-right: 0px;
    }

    .btm_search {
        margin-bottom: 15px;
        margin-right: 20px;
    }

    .btm_mar {
        margin-top: 70px !important;
    }

    .drop-down__menu-box {
        margin-left: 0px;
    }

        .drop-down__menu-box:before {
            right: 180px;
        }

        .drop-down__menu-box:after {
            right: 180px;
        }
}

@media (min-width: 380.98px) and (max-width: 575.98px) {
    .b_pd2 {
        padding: 22px 18px 0px 18px;
    }

    .down_ser {
        width: calc(100% - 108px);
        min-width: 230px;
    }

    .drop-down {
        margin-top: 5px;
    }

    .btm_mar {
        margin-top: 0px !important;
    }

    .check_s {
        margin-left: 0px;
        margin-right: 0px;
    }

    .btm_search {
        margin-bottom: 0px;
        margin-right: 20px;
    }
}

@media (max-width: 380px) {
    .b_pd2 {
        padding: 22px 18px 0px 18px;
    }

    .drop-down__menu-box {
        margin-left: 0px;
    }

        .drop-down__menu-box:before {
            right: 180px;
        }

        .drop-down__menu-box:after {
            right: 180px;
        }

    .down_ser {
        min-width: 200px;
    }

    .drop-down {
        display: block;
        margin-top: 5px;
    }

    .check_s {
        margin-left: 0px;
        margin-right: 0px;
    }

    .btm_search {
        margin-bottom: 15px;
        margin-right: 20px;
    }

    .btm_mar {
        margin-top: 70px !important;
    }
}

.enter_address {
    display: inline-block;
    width: calc(100% - 80px);
    font-size: 15px;
}

.d-block {
    display: inline-block !important;
}

.m-t-n3 {
    margin-top: -3px !important;
}

.m-t-400 {
    margin-top: 400px !important;
}

.btn-address {
    color: #FFF;
    background-color: #313A41;
    border: none;
    font-size: 12px !important;
    font-weight: 600;
    border: 0px solid #6E7677;
    width: 94px;
    text-align: center;
    margin-left: 0px;
    margin-top: 0px;
    margin-left: 15px !important;
}

    .btn-address:hover {
        color: #FFF;
        background-color: #313A41;
    }

.address_inp_n {
    display: inline-block;
    width: calc(100% - 98px);
    font-size: 15px;
}

    .address_inp_n span {
        font-weight: 700;
        margin-right: 4px;
    }

.use_address {
    border-radius: 5px;
    padding: 20px 32px 30px 35px;
    border: 1px solid #D6D7D8;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

/* as 5-6-2023 */
.nww {
    position: absolute;
    left: 0;
    top: 0;
    padding: 3px 16px;
    color: #fff;
    max-width: 100%;
    border-bottom-right-radius: 3px;
}

    .nww span {
        position: relative;
        z-index: 2;
        display: block;
        font-size: 12px;
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-weight: 700;
    }

    .nww::after {
        content: "";
        position: absolute;
        display: block;
        left: 88%;
        top: 0;
        bottom: 0;
        width: 14px;
        height: 100%;
        background: inherit;
        border-radius: 2px;
        -webkit-transform: skewX(-20deg);
        -ms-transform: skewX(-20deg);
        transform: skewX(-20deg);
    }

    .nww + .favorite-icon {
        top: 34px;
    }

.wo-r {
    padding-right: 36px !important;
}

/* as-30/1/2024 eam-mosca */
.border-top-0 {
    border-top: none !important;
}

.price-colum {
    text-align: end;
}



/* all one line ========new (20-3-2024)*/
.p-l-r {
    padding-left: 18px;
    padding-right: 36px;
}

.list-flexrow-colom {
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    gap: 10px;
    min-width: auto;
}

    .list-flexrow-colom .pline-text-leff {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #F6F5F5;
        padding: 10px 15px;
    }

        .list-flexrow-colom .pline-text-leff p {
            color: #313A41;
            font-size: 15px;
            font-weight: 700;
            margin: 0;
        }

        .list-flexrow-colom .pline-text-leff .two-se-end {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            gap: 15px;
        }

        .list-flexrow-colom .pline-text-leff p span {
            font-size: 15px;
            font-weight: 600;
        }

        .list-flexrow-colom .pline-text-leff .two-se-end a {
            font-size: 15px;
            font-weight: 400;
            color: #313A41;
        }

        .list-flexrow-colom .pline-text-leff .two-se-end {
            min-width: 200px;
        }

            .list-flexrow-colom .pline-text-leff .two-se-end a img{
                margin-left:10px !important;
            }

@media (max-width: 768px) {

    .p-l-r {
        padding-right: 18px;
    }
}

@media (max-width: 562px) {
    .list-flexrow-colom .pline-text-leff .two-se-end {
        min-width: 100%;
        margin-top: 10px;
    }

    .list-flexrow-colom .pline-text-leff {
        display: flex;
        flex-direction: column;
        align-items: baseline;
    }
}

/* all one line ========new (20-3-2024) ((end)) */
.dashboard-components-wrapper .breadcrumb-c ul li.current {
    color: #313a41;
    font-weight: 700 !important;
}

.icon-Tile-Icon:before {
    content: "\10ffff";
}

.icon-List-Icon:before {
    content: "\37";
}

.m-l-8 {
    margin-left: 8px !important;
}

.list-grid-view span img {
    width: 25px;
    cursor: pointer;
    padding-left: 10px;
}

.list-grid-view {
    padding-right: 18px;
    margin-top: -5px;
    display: flex;
}


/*======================== list-grid-view-icon =====================*/


@font-face {
    font-family: 'icomoon';
    src: url('../../fonts/new-icon/icomoon.eot?y483sp');
    src: url('../../fonts/new-icon/icomoon.eot?y483sp#iefix') format('embedded-opentype'), url('../../fonts/new-icon/icomoon.ttf?y483sp') format('truetype'), url('../../fonts/new-icon/icomoon.woff?y483sp') format('woff'), url('../../fonts/new-icon/icomoon.svg?y483sp#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-Tile-Icon:before {
    content: "\10ffff";
}

.icon-List-Icon:before {
    content: "\37";
}


.new-ic-lis-til span a span.icon-Tile-Icon {
    color: #888f92;
}

/*.new-ic-lis-til span a span.icon-List-Icon {
    color: #007da3;
}*/

    .new-ic-lis-til span a span.icon-List-Icon:before {
        font-size: 17px;
    }

.new-ic-lis-til span a span.icon-Tile-Icon:before {
    font-size: 17px;
}

.arrowimage {
    left: 10px !important;
    margin-left: 10px !important;    
}

/*GRID VIEW*/

.dashboard-components-wrapper .product-card .outer {
    position: relative;
    color: #313a41;
}

.cate3-cate-secation {
    background-color: #f6f6f6 !important;
    text-align: center !important;
    padding: 10px 10px 10px 10px !important;
    height: 320px !important;
    position: relative !important;
    overflow: hidden !important;
    margin-top: 20px !important;
}

    .cate3-cate-secation h3 {
        color: #313A41 !important;
        font-size: 18px !important;
        margin-bottom: 5px !important;
        font-weight: 600 !important;
        height: 75px !important;
        text-overflow: ellipsis !important;
        overflow: hidden !important;
    }

    .cate3-cate-secation p {
        color: #313A41;
        font-size: inherit;
        font-weight: 600;
    }

    .cate3-cate-secation span {
        color: #697172;
        font-size: 13px;
        font-weight: 300;
        display: block;
        /*margin-bottom: 15px;*/
        line-height: 35px;
    }

    .cate3-cate-secation div a {
        color: #313A41;
        font-size: 13px;
        display: flex;
    }

    .cate3-cate-secation div:not(.img-tags) {
        position: absolute;
        bottom: 20px;
        left: 15px;
    }

.adjuter-padd {
    padding-left: 11px;
    padding-right: 22px;
}

.dashboard-components-wrapper .product-cards-list.without-gaps-with-margins > * {
    margin: 10px;
}

@media (min-width: 992px) and (max-width: 2000px) {
    .dashboard-components-wrapper .product-cards-list > * {
        width: calc(25% - 27px);
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .dashboard-components-wrapper .product-cards-list > * {
        width: calc(33.33% - 28px);
    }
}

@media (min-width: 992px) and (max-width: 1100.98px) {
    .dashboard-components-wrapper .product-cards-list > * {
        width: calc(33% - 25px);
    }
}

.v-img {
    border-bottom: 0px solid #d6d7d8 !important;
    max-width: 100% !important;
    max-height: 100% !important;
    height: 148px !important;
    object-fit: contain !important;
}


.icon-List-Icon-Selected {
    color: #007da3 !important;
}

.clear-btn-custom::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.clear-btn {
    position: relative;
}

.cancelButton {
    border: none;
    background-color: #899193;
    color: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 11px;
    position: absolute;
    right: 36px;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0;
}

.img-tags {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 3px 14px;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
}

    .img-tags::after {
        content: "";
        position: absolute;
        display: block;
        left: 88%;
        top: 0;
        bottom: 0;
        width: 14px;
        height: 100%;
        background: inherit;
        border-radius: 2px;
        -webkit-transform: skewX(-20deg);
        -ms-transform: skewX(-20deg);
        transform: skewX(-20deg);
    }

    .img-tags.rfxp-tag::after {
        width: 19px !important;
    }

    .img-tags:hover {
        color: #fff !important;
    }

.cate3-cate-secation span.cls_h3 {
    color: #313A41 !important;
    font-size: 18px !important;
    margin-bottom: 5px !important;
    font-weight: 600 !important;
    height: 75px !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    line-height: 1.15;
}