/*
Theme Name:     Sportfy Child Theme
Template:       sportfy
Theme URI:      http://radiustheme.com/demo/wordpress/themes/sportfy
Author:         RadiusTheme
Author URI:     http://radiustheme.com
Description:    Sportfy is an Responsive Sports Store WooCommerce WordPress Theme.
Version:        1.0.0
Tested up to: 	6.6
Requires PHP: 	7.4
Text Domain:    sportfy
Tags: 			blog, e-commerce, theme-options, featured-images, post-formats, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, editor-style, footer-widgets, full-width-template, rtl-language-support, sticky-post, style-variations, threaded-comments, translation-ready
License:   	  	Envato split License
License URI:  	https://themeforest.net/licenses/terms/regular
*/


.single-rec_list main {
    position: relative;
    z-index: 50
}

.single-rec_list .shop_hiw_o1 {
    height: 100%
}

.single-rec_list .shop_hiw_bg {
    max-height: 100%
}

.shop_hiw_bg:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 47px;
    z-index: 5;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(242,239,234,0)),to(#f2efea));
    background-image: -webkit-linear-gradient(top,rgba(242,239,234,0) 0%,#f2efea 100%);
    background-image: -moz-linear-gradient(top,rgba(242,239,234,0) 0%,#f2efea 100%);
    background-image: -o-linear-gradient(top,rgba(242,239,234,0) 0%,#f2efea 100%);
    background-image: linear-gradient(180deg,rgba(242,239,234,0) 0%,#f2efea 100%);

    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.shop_hiw_o2 {
    width: 100%;
    min-width: 1440px;
    height: 500px;
    position: absolute;
    left: 0;
    bottom: 0;

    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}



@media screen and (min-width: 1025px) {
    .single-rec_list .shop_hiw.start_anim .shop_hiw_bg {
        height:100%
    }

    .single-rec_list .shop_hiw_section {
        padding-bottom: 122px
    }
}

.rec_list_banner {
    position: relative;
    padding: 137px 0 67px;
    overflow: hidden
}

.rec_list_banner:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(57,62,65,.95)
}

.rec_list_banner .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 3s ease-in-out 0s;
    -moz-transition: all 3s ease-in-out 0s;
    -o-transition: all 3s ease-in-out 0s;
    transition: all 3s ease-in-out 0s
}

.rec_list_banner .container {
    position: relative;
    z-index: 5
}

.rec_list_banner .desc {
    color: #969696
}

.rec_list_banner .title_60 {
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 1;
    color: #fff;
}

.rec_list_banner .banner_top {
    text-align: center
}

.rec_list_banner .banner_top .desc {
    width: 710px;
    max-width: 100%;
    text-align: center;
    padding-top: 26px;
    margin: auto;
    -webkit-transition: all .8s ease-in-out .2s;
    -moz-transition: all .8s ease-in-out .2s;
    -o-transition: all .8s ease-in-out .2s;
    transition: all .8s ease-in-out .2s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 1;
    color: #fff;
}

.rec_list_banner .points {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    padding-top: 74px;
    width: 1060px;
    max-width: 100%;
    margin: auto
}

.rec_list_banner .point {
    max-width: -webkit-calc(33.33% - 20px);
    max-width: -moz-calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
    -webkit-transition: all .8s ease-in-out .4s;
    -moz-transition: all .8s ease-in-out .4s;
    -o-transition: all .8s ease-in-out .4s;
    transition: all .8s ease-in-out .4s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 1;
    color: #fff;
}

.rec_list_banner .point:nth-child(2) {
    -webkit-transition: all .8s ease-in-out .6s;
    -moz-transition: all .8s ease-in-out .6s;
    -o-transition: all .8s ease-in-out .6s;
    transition: all .8s ease-in-out .6s
}

.rec_list_banner .point:nth-child(3) {
    -webkit-transition: all .8s ease-in-out .8s;
    -moz-transition: all .8s ease-in-out .8s;
    -o-transition: all .8s ease-in-out .8s;
    transition: all .8s ease-in-out .8s
}

.rec_list_banner .point_all {
    width: 250px;
    max-width: 100%
}

.rec_list_banner .point_all .p_top {
    font-size: 30px;
    font-weight: 600;
    color: #969696;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end
}

.rec_list_banner .point_all .p_top span {
    padding-right: 19px;
    line-height: 1.4
}

.rec_list_banner .point_all .p_top img {
    width: 39px;
    height: auto
}

.rec_list_banner .point_all .title {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 17px 0 3px
}

.rec_list_banner .point_all .desc {
    font-size: 14px;
    font-weight: 300
}

.rec_list_banner.start_anim .title_60,.rec_list_banner.start_anim .banner_top .desc,.rec_list_banner.start_anim .point {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px)
}

.rec_list_banner.start_anim .bg {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04)
}

@media screen and (max-width: 1024px) {
    .rec_list_banner {
        padding:200px 0 91px
    }

    .rec_list_banner .title_60 {
        font-size: 48px
    }

    .rec_list_banner .banner_top .desc {
        width: 565px;
        padding-top: 22px;
        font-size: 13px
    }

    .rec_list_banner .points {
        padding-top: 64px
    }

    .rec_list_banner .point_all {
        width: 200px
    }

    .rec_list_banner .point_all .p_top {
        font-size: 24px;
        font-weight: 600
    }

    .rec_list_banner .point_all .p_top span {
        padding-right: 15px;
        line-height: 1.3
    }

    .rec_list_banner .point_all .p_top img {
        width: 32px
    }

    .rec_list_banner .point_all .title {
        font-size: 14px;
        padding: 19px 0 3px
    }

    .rec_list_banner .point_all .desc {
        font-size: 11px
    }
}

@media screen and (max-width: 767px) {
    .rec_list_banner {
        padding:129px 0 91px
    }

    .rec_list_banner .title_60 {
        font-size: 40px
    }

    .rec_list_banner .banner_top .desc {
        padding-top: 19px
    }

    .rec_list_banner .points {
        padding-top: 40px;
        margin: 0 -20px;
        max-width: none;
        width: auto
    }

    .rec_list_banner .points .slick-list {
        padding-left: 20px
    }

    .rec_list_banner .points .slick-slide {
        width: 240px
    }

    .rec_list_banner .point {
        max-width: 100%
    }
}

.rec_list_intro_wrap .shop_hiw_section {
    display: block
}

@media screen and (max-width: 1024px) {
    .rec_list_intro_wrap .shop_hiw_section {
        padding-bottom:113px
    }
}

@media screen and (max-width: 767px) {
    .rec_list_intro_wrap .shop_hiw_section {
        padding-bottom:72px
    }
}

.rec_list_cont {
    padding: 0 0 160px
}

.rec_list_cont_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.rec_list_cont_left {
    width: 340px;
    padding-right: 40px;
    position: relative
}

.rec_list_cont_left .title {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #223329
}

.rec_list_cont_left_fixed {
    position: absolute;
    padding-top: 30px;
    width: 300px;
    top: 0
}

.rec_list_cont_left_fixed.fixed {
    position: fixed
}

.rec_list_cont_left_fixed.bot {
    position: absolute;
    top: auto;
    bottom: 0
}

.rec_list_cont_left_fixed.relative {
    position: relative;
    top: 0 !important
}

.rec_list_cont_date .date_wrap {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #c8c8c8;
    background-color: #223329;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 15px
}

.rec_list_cont_date .date_wrap .el {
    width: 50%;
    text-align: center;
    padding: 24px 5px 20px
}

.rec_list_cont_date .date_wrap .el:first-child {
    border-right: 1px solid #c8c8c8
}

.rec_list_cont_date .date_wrap .el1 {
    font-size: 18px;
    font-weight: 500;
    color: #ad8a63;
    line-height: 1
}

.rec_list_cont_date .date_wrap .el2 {
    font-size: 14px;
    color: #f2efea
}

.rec_list_cont_cat .cat_wrap {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #f2efea;
    background-color: #fff;
    overflow: hidden
}

.rec_list_cont_cat .single_cat {
    border-bottom: 1px solid #f2efea;
    padding: 24px 11px 24px 24px;
    color: #c8c8c8;
    font-weight: 500;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.rec_list_cont_cat .single_cat .name {
    font-size: 18px
}

.rec_list_cont_cat .single_cat .val {
    font-size: 14px
}

.rec_list_cont_cat .single_cat:last-child {
    border-bottom: none
}

.rec_list_cont_cat .single_cat.active {
    background-color: #223329;
    color: #fff
}

.rec_list_cont_info {
    padding: 20px 0 30px
}

.rec_list_cont_info .desc1 {
    font-weight: 500
}

.rec_list_cont_info .desc2 {
    font-size: 14px;
    font-weight: 300;
    padding: 3px 0 12px
}

.rec_list_cont_info .wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify
}

.rec_list_cont_info .block {
    width: 98px;
    height: 50px;
    background-color: #115378;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative
}

.rec_list_cont_info .block:before {
    content: "";
    width: 58px;
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    background-color: #fff;
    z-index: 2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.rec_list_cont_info .block:after {
    content: "";
    position: absolute;
    right: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff
}

.rec_list_cont_info .block.active:after {
    background-color: #fff
}

.rec_list_cont_right {
    width: -webkit-calc(100% - 340px);
    width: -moz-calc(100% - 340px);
    width: calc(100% - 340px);
    padding-top: 36px
}

.rec_list_cont_right .title_60 {
    padding-bottom: 5px
}

.rec_list_cont_right.cat_active .title_60 {
    display: none
}

.rec_list_cont_right.cat_active .rec_list_cont_right_cat {
    display: none
}

.rec_list_cont_right.cat_active .rec_list_cont_right_cat .title_60 {
    display: block
}

.rec_list_cont_right.cat_active .rec_list_cont_right_cat.active {
    display: block
}

.rec_list_cont_right_cat .title_60 {
    display: none
}

.srec_list_sub_cats_single {
    padding: 10px 0
}

.rec_list_sub_cats_single_top {
    background-color: #115378;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #223329;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    line-height: 1.2
}

.rec_list_sub_cats_single_top:before {
    content: "";
    width: -webkit-calc(100% - 48px);
    width: -moz-calc(100% - 48px);
    width: calc(100% - 48px);
    left: 8px;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 1;
    border: 1px solid #c8c8c8
}

.rec_list_sub_cats_single_top .open_acc {
    padding: 16px 40px 13px 23px;
    width: -webkit-calc(100% - 45px);
    width: -moz-calc(100% - 45px);
    width: calc(100% - 45px);
    display: block;
    position: relative;
    z-index: 5
}

.rec_list_sub_cats_single_top .open_acc img {
    position: absolute;
    right: 22px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 14px;
    height: 8px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.rec_list_sub_cats_single_top .open_acc.active img {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.rec_list_sub_cats_single_top .point {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 100%
}

.rec_list_sub_cats_single_top .point:after {
    content: "";
    position: absolute;
    right: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff
}

.rec_list_sub_cats_single_top .point.active:after {
    background-color: #fff
}

.rec_list_sub_cats_single_top.active .point:after {
    background-color: #fff
}

.rec_list_sub_cats_single_products {
    padding-right: 40px;
    display: none
}

.rec_list_sub_cats_single_product {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #c8c8c8;
    margin-top: 20px
}

.rec_list_sub_cats_single_product .top {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    position: relative
}

.rec_list_sub_cats_single_product .top:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    right: 31.5%;
    top: 0;
    z-index: 2;
    background-color: #c8c8c8
}

.rec_list_sub_cats_single_product .right_tip {
    height: 40px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    font-size: 26px;
    font-weight: 500;
    text-transform: uppercase;
    position: absolute;
    text-align: center;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    left: 100%;
    line-height: 1.5
}

.rec_list_sub_cats_single_product .type {
    width: 100px;
    background-color: #223329;
    color: #fff;
    top: -23px
}

.rec_list_sub_cats_single_product .top_pick {
    width: 155px;
    background-color: #ebe2d4;
    color: #223329;
    top: 87px
}

.rec_list_sub_cats_single_product .top_gallery {
    width: 24%;
    padding: 20px
}

.rec_list_sub_cats_single_product .top_gallery .img {
    height: 168px;
    -moz-background-size: contain;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative
}

.rec_list_sub_cats_single_product .top_gallery .img .plus_icon {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
    font-weight: 500;
    color: #223329
}

.rec_list_sub_cats_single_product .top_gallery .img a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.rec_list_sub_cats_single_product .slick-dots {
    padding: 0
}

.rec_list_sub_cats_single_product .top_desc {
    width: 44.5%;
    padding: 20px 20px 20px 0
}

.rec_list_sub_cats_single_product .top_desc .wrap {
    width: 290px;
    max-width: 100%
}

.rec_list_sub_cats_single_product .title {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .1em;
    color: #223329
}

.rec_list_sub_cats_single_product .desc {
    padding-top: 12px;
    font-size: 14px
}

.rec_list_sub_cats_single_product .btn_more {
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    padding: 11px 0
}

.rec_list_sub_cats_single_product .btn_more .t2 {
    display: none
}

.rec_list_sub_cats_single_product .btn_more.active .t1 {
    display: none
}

.rec_list_sub_cats_single_product .btn_more.active .t2 {
    display: block
}

.rec_list_sub_cats_single_product .sproduct_add_quote_js {
    display: none
}

.rec_list_sub_cats_single_product .top_prod_inf {
    width: 31.5%;
    padding: 20px;
    min-height: 310px
}

.rec_list_sub_cats_single_product .sproduct_btn_qun_wrap {
    display: block
}

.rec_list_sub_cats_single_product .sproduct_btn_qun_wrap .submit_btn_v2 {
    display: block
}

.rec_list_sub_cats_single_product .sproduct_quanitity_wrap {
    margin-bottom: 15px
}

.rec_list_sub_cats_single_product .sproduct_quanitity_wrap .q_less,.rec_list_sub_cats_single_product .sproduct_quanitity_wrap .q_more {
    background-color: #fff
}

.rec_list_sub_cats_single_product .price_wrap {
    color: #ad8a63;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
    line-height: 1.2;
    padding: 5px 0 22px
}

.rec_list_sub_cats_single_product .price_wrap .text_above_price {
    color: #c8c8c8;
    font-size: 14px;
    letter-spacing: .1em;
    padding-bottom: 8px
}

.rec_list_sub_cats_single_product .price_wrap .rent_price {
    display: none
}

.rec_list_sub_cats_single_product .price_wrap .prod_price del {
    color: #969696;
    font-size: 14px;
    font-weight: 500;
    display: block
}

.rec_list_sub_cats_single_product .price_wrap .prod_price ins {
    text-decoration: none
}

.rec_list_sub_cats_single_product .sproduct_variations {
    width: 100%;
    padding: 0 0 15px;
    margin-top: -7px
}

.rec_list_sub_cats_single_product .sproduct_variations .label {
    width: 65px
}

.rec_list_sub_cats_single_product .sproduct_variations .value {
    width: -webkit-calc(100% - 65px);
    width: -moz-calc(100% - 65px);
    width: calc(100% - 65px)
}

.rec_list_sub_cats_single_product .sproduct_variations tr:nth-child(2n) {
    padding-left: 0
}

@media screen and (min-width: 1025px) and (max-width:1410px) {
    .rec_list_sub_cats_single_product .sproduct_variations .label {
        width:55px
    }

    .rec_list_sub_cats_single_product .sproduct_variations .value {
        width: -webkit-calc(100% - 55px);
        width: -moz-calc(100% - 55px);
        width: calc(100% - 55px)
    }

    .rec_list_sub_cats_single_product .sproduct_variations select {
        width: 100%
    }
}

.rec_list_sub_cats_single_product .sproduct_btn_wrap {
    width: 100%;
    padding-left: 0
}

.rec_list_sub_cats_single_product .sproduct_btn_wrap .submit_btn_v2 {
    display: none
}

@media screen and (min-width: 1025px) and (max-width:1410px) {
    .rec_list_sub_cats_single_product .sproduct_btn_wrap .btn_green {
        padding-left:15px;
        padding-right: 15px;
        line-height: 1
    }
}

.rec_list_sub_cats_single_product .bot_futures {
    display: none
}

.rec_list_sub_cats_single_product .bot_futures_cont {
    padding: 20px 25px;
    font-size: 12px;
    font-weight: 300;
    line-height: 28px;
    border-top: 1px solid #c8c8c8
}

.rec_list_sub_cats_single_product .bot_futures_cont ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    padding: 0;
    margin: 0;
    margin-right: -15px;
    list-style: none
}

.rec_list_sub_cats_single_product .bot_futures_cont ul li {
    padding: 2px 15px 2px 34px;
    position: relative;
    display: inline-block
}

.rec_list_sub_cats_single_product .bot_futures_cont ul li:before {
    content: "";
    width: 20px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 6px;
    background-image: url(//www.offtrack.com.au/wp-content/themes/offtrack/css/../img/dot.svg);
    -moz-background-size: 100% 100%;
    background-size: 100% 100%
}

@media screen and (max-width: 1024px) {
    .rec_list_cont {
        position:relative;
        z-index: 5;
        margin-top: -53px;
        padding-bottom: 80px
    }

    .rec_list_cont_right {
        width: 100%;
        padding-top: 0
    }

    .rec_list_cont_right .title_60 {
        font-size: 48px
    }

    .srec_list_sub_cats_single {
        padding: 8px 0
    }

    .rec_list_sub_cats_single_products {
        padding-right: 32px
    }

    .rec_list_sub_cats_single_product {
        margin-top: 16px
    }

    .rec_list_sub_cats_single_product .top_gallery {
        padding: 20px 17px
    }

    .rec_list_sub_cats_single_product .top_gallery .img {
        height: 80px
    }

    .rec_list_sub_cats_single_product .slick-dots {
        margin-left: -1px;
        margin-right: -2px
    }

    .rec_list_sub_cats_single_product .slick-dots li {
        width: 25%;
        padding: 3px 2px 3px 1px
    }

    .rec_list_sub_cats_single_product .slick-dots button {
        width: 15px;
        padding: 0
    }

    .rec_list_sub_cats_single_product .title {
        font-size: 16px
    }

    .rec_list_sub_cats_single_product .desc {
        font-size: 11px
    }

    .rec_list_sub_cats_single_product .btn_more {
        font-size: 11px
    }

    .rec_list_sub_cats_single_product .right_tip {
        height: 32px;
        font-size: 21px;
        line-height: 1.4
    }

    .rec_list_sub_cats_single_product .type {
        width: 80px;
        top: -20px
    }

    .rec_list_sub_cats_single_product .top_pick {
        width: 124px;
        top: 68px
    }

    .rec_list_sub_cats_single_product .price_wrap {
        font-size: 19px;
        padding: 0 0 14px
    }

    .rec_list_sub_cats_single_product .price_wrap .text_above_price {
        font-size: 11px;
        padding-bottom: 6px
    }

    .rec_list_sub_cats_single_product .price_wrap .prod_price {
        font-size: 19px
    }

    .rec_list_sub_cats_single_product .price_wrap .prod_price del {
        padding-bottom: 4px;
        font-size: 11px
    }

    .rec_list_sub_cats_single_product .sproduct_variations {
        padding-bottom: 9px
    }

    .rec_list_sub_cats_single_product .sproduct_btn_wrap .btn_green,.rec_list_sub_cats_single_product .sproduct_btn_wrap .btn_line {
        margin-bottom: 12px
    }

    .rec_list_sub_cats_single_product .bot_futures_cont {
        font-size: 10px;
        line-height: 22px
    }

    .rec_list_sub_cats_single_product .bot_futures_cont ul li {
        padding-left: 30px;
        padding-top: 4px;
        padding-bottom: 4px
    }

    .rec_list_sub_cats_single_product .bot_futures_cont ul li:before {
        width: 16px;
        height: 14px;
        top: 8px
    }

    .rec_list_sub_cats_single_top:before {
        width: -webkit-calc(100% - 38px);
        width: -moz-calc(100% - 38px);
        width: calc(100% - 38px);
        left: 6px
    }

    .rec_list_sub_cats_single_top .open_acc {
        padding: 10px 40px 9px 18px;
        width: -webkit-calc(100% - 36px);
        width: -moz-calc(100% - 36px);
        width: calc(100% - 36px)
    }

    .rec_list_sub_cats_single_top .open_acc img {
        width: 11px;
        height: 6px;
        right: 19px
    }

    .rec_list_sub_cats_single_top .point {
        width: 36px
    }

    .rec_list_sub_cats_single_top .point:after {
        width: 10px;
        height: 10px;
        right: 11px
    }
}

@media screen and (max-width: 767px) {
    .rec_list_cont {
        padding-bottom:20px
    }

    .rec_list_sub_cats_single_top:before {
        width: -webkit-calc(100% - 36px);
        width: -moz-calc(100% - 36px);
        width: calc(100% - 36px);
        left: 6px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }

    .rec_list_sub_cats_single_top .open_acc {
        padding: 9px 28px 8px 18px
    }

    .rec_list_sub_cats_single_top .open_acc img {
        right: 10px;
        top: 16px;
        bottom: auto
    }

    .rec_list_sub_cats_single_top .point {
        width: 30px
    }

    .rec_list_sub_cats_single_top .point:after {
        right: 10px
    }

    .rec_list_sub_cats_single_products {
        padding-right: 30px
    }

    .rec_list_sub_cats_single_product .top {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -moz-box-align: start;
        box-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        align-items: flex-start;
        -ms-flex-align: start
    }

    .rec_list_sub_cats_single_product .top:after {
        display: none
    }

    .rec_list_sub_cats_single_product .type {
        height: 30px
    }

    .rec_list_sub_cats_single_product .top_gallery {
        width: 31%;
        padding: 17px 11px
    }

    .rec_list_sub_cats_single_product .top_desc {
        width: 69%
    }

    .rec_list_sub_cats_single_product .top_desc .img {
        height: 80px
    }

    .rec_list_sub_cats_single_product .slick-dots {
        margin-left: -1px;
        margin-right: -2px
    }

    .rec_list_sub_cats_single_product .slick-dots li {
        width: 25%;
        padding: 3px 2px 3px 1px
    }

    .rec_list_sub_cats_single_product .slick-dots button {
        width: 15px;
        padding: 0
    }

    .rec_list_sub_cats_single_product .top_prod_inf {
        width: 100%;
        border-top: 1px solid #c8c8c8;
        padding: 10px;
        min-height: 0
    }

    .rec_list_sub_cats_single_product .top_prod_inf form {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -moz-box-pack: end;
        box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        -o-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: end;
        -webkit-box-align: start;
        -moz-box-align: start;
        box-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        align-items: flex-start;
        -ms-flex-align: start
    }

    .rec_list_sub_cats_single_product .price_wrap,.rec_list_sub_cats_single_product .sproduct_variations,.rec_list_sub_cats_single_product .single_variation_wrap,.rec_list_sub_cats_single_product .sproduct_btn_qun_wrap {
        width: -webkit-calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: calc(100% - 90px);
        padding-left: 10px
    }

    .rec_list_sub_cats_single_product .single_variation_wrap .sproduct_btn_qun_wrap {
        width: 100%;
        padding-left: 0
    }
}

.shop_hiw_bg {
    background-color: #223329;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    overflow: hidden;
    pointer-events: none;
}
.shop_hiw_o1{
	position: absolute;
	min-width: 1440px;
	top: 0;
	width: 100%;
	left: 0%;
}
.shop_hiw_o2{
	width: 100%;
	min-width: 1440px;
	height: 500px;
	position: absolute;
	left: 0;
	bottom: 0;
/*	opacity: 0; */

}

.hidden {
    display: none !important;
}
.shop_hiw {
    position: relative; /* establishes containing block */
    display: flex;
    align-items: stretch; /* ensures children stretch to same height */
}

.shop_hiw_bg,
.shop_hiw_section {
    flex: 1;         /* share width if needed */
    height: auto;    /* let flexbox handle height */
}

.shop_hiw_bg {
    background-color: #223329;
    position: absolute;
    inset: 0;        /* shorthand for top:0; right:0; bottom:0; left:0; */
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.shop_hiw_section {
    position: relative;
    z-index: 1; /* keep content above background */
}
.product-search .result-wrap {
    position: unset !important;
}
