#cover
{

}

#outdoor
{
    max-height: 650px;
    background-position: center;
}

#cover_products
{
    padding: 8.0rem 0rem 8.0rem 0rem;
    background-color: #f0f0f0;
}

.list_type_products
{
    display: table;
    margin: 0 auto;
    margin-bottom: 4.0rem;
}

.list_type_products li
{
    display: inline-block;
}

.list_type_products li a
{
    font-size: 1.4rem;
    font-weight: 900;
    text-transform: uppercase;
    display: block;
    padding: 0rem 2.0rem 0rem 2.0rem;
}

.list_type_products li a:hover, .list_type_products li .type_active
{
    color: #e14300;
    border-bottom: 2px solid #e14300;
}

.list_products
{

}

.list_products li
{
    background-color: #e14300;
    display: block;
    width: 22.97%;
    padding: 0rem 0rem 0rem 0rem;
    margin-bottom: 6.0rem;
    color: #FFFFFF;
    height: 490px;
    position: relative;
    background-repeat: no-repeat;
    float: left;
    background-color: #e14300;
    background-position: bottom;
    float: left;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.5);
}

.list_products li:nth-child(2),.list_products li:nth-child(3),.list_products li:nth-child(6),.list_products li:nth-child(7)
{
    margin-left: 2.03%;
    margin-right: 2.03%;
}

.list_products li a {
    display: block;
    width: 100%;
    height: 100%;
}

.list_products li img {
    height: 100%;
    object-fit: cover;
}
    
.cp_desc
{
    position: absolute;
    display: block;
    background-color: #ffffff;
    width: 100%;
    padding: 3.0rem;
    bottom: 0;
}

.cp_desc .cp_desc_name
{
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    color: #262626;
    text-align: center;
}

.cp_desc .cp_desc_price
{
    display: block;
    background-color: #ffffff;
    padding: 2.0rem;
    margin: 0rem 0rem 0rem 0rem;
    text-align: center;
}

.cp_desc .cp_desc_price .cp_desc_price_value
{
    font-weight: 900;
    color: #e14300;
    font-size: 1.6rem;
}

.cp_desc .cp_desc_cart
{
    background-color: #FC3116;
    background-image: url('../img/ico/cart_white.svg');
    background-size: 32px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -25px;
}

.text_through
{
    text-decoration: line-through;
    font-weight: 600;
}

#cp_search
{
    padding: 3.0rem 0rem 0rem 0rem;
}

.cp_search_field
{
    -webkit-appearance: none;
    background-image: url('../img/ico/drop-down-arrow.svg');
    background-repeat: no-repeat;    
    background-position: right 1.5rem top 50%, 0 0;
    background-size: 1.5rem auto, 100%;
    float: left;
    width: 100%;
    border: 1px solid #d9d9d9;    
    background-color: #ffffff;
    padding: 1.6rem;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4rem;
    outline: 0;
}

.cp_search_button
{
    float: right;
    width: 5%;
    height: 51px;
    background-color: #38266d;
    border: 0;
    background-image: url('../img/ico/search.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
    outline: 0;
    text-indent: -1000em;
}

#cover_know
{
    padding: 4.0rem 0rem 0rem 0rem;
}

.cover_know_img
{
    width: 43.24%;
    float: left;
    text-align: center;
    line-height: 0;
}

.cover_know_txt
{
    width: 51.35%;
    float: right;
    padding-top: 15.0rem;
}

.cover_know_txt h2
{
    color: #262626;
    font-size: 2.5rem;
    font-weight: 900;
    text-transform: uppercase;
    padding-bottom: 2.5rem;
}

.cover_know_txt p
{
    color: #262626;
    font-size: 1.5rem;
    line-height: 150%;
    padding-bottom: 2.5rem;
}

.bt_ck
{
    background-color: #38266d;
    font-weight: bold;
    padding: 2.0rem 4.5rem 2.0rem 4.5rem;
    color: #FFFFFF;    
}

#cover_blog
{
    background-color: #f0f0f0;
    padding: 8.0rem 0rem 8.0rem 0rem;
}

#cover_blog h3
{
    color: #262626;
    font-size: 2.5rem;
    text-align: center;
    padding: 0rem 0rem 4.0rem 0rem;
    font-weight: 900;
    text-transform: uppercase;
}

.list_blog
{

}

.list_blog li
{
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    width: 23.15%;
    float: left;
}

.list_blog li:nth-child(2),.list_blog li:nth-child(3)
{
    margin: 0rem 1.85% 0rem 1.85%;
}

.lb_img
{
    display: block;
}

.lb_con
{
    display: block;
    padding: 3.0rem 2.5rem 3.0rem 2.5rem;
}

.lb_title
{
    display: block;
    color: #262626;
    font-weight: 900;
    line-height: 150%;
    padding: 0rem 0rem 2.5rem 0rem;
}

.lb_des
{
    display: block;
    color: #808080;
    line-height: 150%;
    padding: 0rem 0rem 2.5rem 0rem;
}

.lb_link
{
    display: block;
    padding: 0rem 0rem 0rem 20px;
    color: #333333;
    font-size: 1.3rem;
    background-image: url('../img/ico/more.svg');
    background-repeat: no-repeat;
    background-position: left;
    background-size: 12px;
}