@charset "utf-8";
@import url("reset.css");

html, body 
{
    width: 100%;
    overflow-x: hidden;
}
body 
{ 
    font-family: Helvetica, Arial, sans-serif; 
    -webkit-font-smoothing: antialiased;
    background: transparent;
    background: #ffffff;
    color: #565656;
    height: 100%;
    font-variant-ligatures: none;

}
.mobile_premium
{
    display: none;
    margin: 0 auto 10px;
    max-width: 320px;
    font-family: 'robotomedium';
    font-size: 13px;
    color: #615f6a;
    text-align: center;
    width: 100%;

}
.see_more
{
    width: 200px;
    text-align: center;
    margin: 15px auto;
    display: block;
    font-size: 18px;
    overflow: hidden;
    border-bottom: 6px solid #f0a50c;
    padding-bottom: 5px;
    cursor: pointer;
    display: none;
    font-weight: 500;
}
.see_more.collapse_section#see_more_10
{
    margin: 15px auto -30px;
}

.see_more#see_more_13
{
        margin: 15px auto 25px;
}
.see_more#see_more_7
{
    margin: 40px auto 35px;
}
.collapse
{
    height: auto !important;
}
.force_border
{
    width: calc(100% - -0.5px);
    overflow: hidden;
}
.clear
{
    width: 100%;
    clear: both;
}

/* header
{
    padding-top: 0px;
    width: 100%;
    height: 56px;
    border-bottom: 2px solid #00ae57;
} */
header .content_header
{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
}
header .content_header .logo
{
    float: left;
    position: absolute;
    margin-left: 0px;
}
header .content_header .info_company
{
    float: right;
    font-family: 'robotobold';
    font-size: 13px;
    margin: 20px 13px 0 0px;
    position: relative;
    color: #565656;
    text-decoration: none;
    font-weight: 100;
}
.header_mobile
{
    width: 100%;
    display: none;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
.header_mobile a
{
    float: left;
    width: 50%;
    height: 50px;
    background: #f4750e;
    text-align: center;
    line-height: 51px;
    color: #fff;
    text-decoration: none;
    font-family: 'Roboto-Black';
    font-size: 18px;
}
.header_mobile a:last-child
{
    background: #f0a50c;
    text-align: center;
    vertical-align: middle;
    line-height: 52px;
}
.header_mobile a.phone_mobile.shop_now
{
    width: 100%;
    position: absolute;
    left: 0;
    -webkit-transition:  0.2s; /* Safari */
    transition:  0.2s;
}
.header_mobile a.phone_mobile.shop_now img
{
     margin: -4px 5% 0% 0;
     -webkit-transition:  0.2s; /* Safari */
    transition:  0.2s;
}
.header_mobile a:last-child img
{
    width: 30px;
    margin: -4px 5% 0%;
    display: inline-block;
    vertical-align: inherit;
}



#wrapper
{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
    overflow: hidden;
    padding: 0px 0 0;
}


#wrapper .section_15  
{
    width: 100%;
    display: block;
    position: relative;
    height: auto;  
    margin-top: 35px; 
    float: left;
}

#wrapper .section_15 .text_blue_arrow_down
{
    margin: -3px auto 0px;
    background: #0170c0;
    height: 65px;
    line-height: 64px;
    color:#fff;
    text-align: center;
    font-size: 42px;
    font-family: 'robotobold';
    font-weight: 100;
    position: relative;
    float: left;
    width: 100%;
    z-index: 0;
}

#wrapper .section_15 .info_shop
{
    font-size: 14px;
    font-family: 'robotomedium';
    width: 100%;
    float: left;
    margin: 20px 0 20px;
}
#wrapper .section_15 .info_shop b
{
    font-family: 'robotobold';
    color: #403f3f;
}

#wrapper .section_15 .wrapper_content_product
{
    width: 100%;
    height: auto;
    float: left;
    display: block;
    text-align: center;
}
#wrapper .section_15 .wrapper_content_product .box_content_product
{
    /* background: #c1c0c4; */
    display: inline-block;
    /* border: 3px solid #c1c0c4; */
    /* width: 100%;
    max-width: 314px; */
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
    overflow:hidden;
    cursor: pointer;
}
#wrapper .section_15 .wrapper_content_product .box_content_product img
{
    float: left;
    vertical-align: baseline;
    
}
#wrapper .section_15 .wrapper_content_product .box_content_product img.outhover
{
    width: 100%;
}
@media only all and (min-width: 999px) {
    #wrapper .section_15 .wrapper_content_product .box_content_product:hover img.outhover,
    #wrapper .section_15 .wrapper_content_product .box_content_product.checked img.outhover,
    #wrapper .section_15 .wrapper_content_product .box_content_product.checked img.hover,
    #wrapper .section_15 .wrapper_content_product .box_content_product.checked:hover  img.outhover,
    #wrapper .section_15 .wrapper_content_product .box_content_product.checked:hover  img.hover
    {
        display: none;
    }
    #wrapper .section_15 .wrapper_content_product .box_content_product img.hover
    {
        width: 100%;
        display: none;
    }
    #wrapper .section_15 .wrapper_content_product .box_content_product:hover img.hover
    {
        display: block;
    }
    #wrapper .section_15 .wrapper_content_product .box_content_product img.click
    {
        width: 100%;
        display: none;
    }
    #wrapper .section_15 .wrapper_content_product .box_content_product.checked img.click
    {
        display: block;
    }

}
#wrapper .section_15 .wrapper_content_product .box_content_product.checked img.outhover,
#wrapper .section_15 .wrapper_content_product .box_content_product.checked img.hover
{
    display: none;
}
#wrapper .section_15 .wrapper_content_product .box_content_product img.hover
{
    width: 100%;
    display: none;
}
#wrapper .section_15 .wrapper_content_product .box_content_product img.click
{
    width: 100%;
    display: none;
}
#wrapper .section_15 .wrapper_content_product .box_content_product.checked img.click
{
    display: block;
}
#wrapper .section_15 .wrapper_content_product .see_more
{
    display: none;
    width: 100%;
    border: none;
    font-size: 16px;
    margin: 0px auto 15px;
}
#wrapper .section_15 .wrapper_content_product .box_content_product.middle.mobile
{
    display: none;
}
#wrapper .section_15 .wrapper_content_product .box_content_product.checked,
#wrapper .section_15 .wrapper_content_product .box_content_product:hover
{
   /*  border: 3px solid #00ae57; */
}
#wrapper .section_15 .wrapper_content_product .buttons_shop
{
    padding: 30px 0 35px;
    width:100%;
    position: relative;
    display: block;
    overflow: hidden;
}
#wrapper .section_15 .wrapper_content_product .buttons_shop.mobile
{
    display: none;
}
#wrapper .section_15 .wrapper_content_product .buttons_shop a
{
    color: #615f6a;
    float: left;
    font-size: 12px;
    font-family: 'robotomedium';
    margin: 10px 0 0 0;
}
#wrapper .section_15 .wrapper_content_product .buttons_shop a.click_checked
{
    width: 186px;
    float: right;
    height: 39px;
    position: relative;
    margin: 0px auto 0;
    display: block;
    background: #FF9F22;
    line-height: 39px;
    text-align: center;
    color: #fff;
    font-family: 'Roboto-Black';
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    border:0px solid #FF9F22;
}
#wrapper .section_15 .wrapper_content_product .buttons_shop a.click_checked2
{

    width: 186px;
    float: right;
    height: 39px;
    position: relative;
    margin: 0px auto 0;
    display: block;
    background: #FF9F22;
    line-height: 39px;
    text-align: center;
    color: #fff;
    font-family: 'Roboto-Black';
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    border:0px solid #FF9F22;
    display: none;
}
#wrapper .section_15 .wrapper_content_product .box_content_product.middle
{
    margin: 0 1.5%;
}   
#wrapper .section_15 .wrapper_content_product .box_content_product .header_product
{
    background: #c1c0c4;
    height: 45px;
    width: 100%;
    color: #fff;
    float: left;
}
#wrapper .section_15 .wrapper_content_product .box_content_product.checked .header_product,
#wrapper .section_15 .wrapper_content_product .box_content_product:hover .header_product
{
    background: #00ae57;
}
#wrapper .section_15 .wrapper_content_product .box_content_product .img_product
{
    width: 332px;
    height: 166px;
    float: left;
    overflow: hidden;
    background: #fff;
}
#wrapper .section_15 .wrapper_content_product .box_content_product .img_product img.top
{
    margin-top: 5px;
}
#wrapper .section_15 .wrapper_content_product .box_content_product .img_product img.product_1,
#wrapper .section_15 .wrapper_content_product .box_content_product .img_product img.product_6
{float:  left;}
#wrapper .section_15 .wrapper_content_product .box_content_product .info_shop_product
{
    width: 100%;
    background: #f0f0f1;
    height: 32px;
    padding: 2px 0;
    float: left;
}
#wrapper .section_15 .wrapper_content_product .box_content_product .info_footer_product
{
    width: 265px;
    padding: 10px 25px;
    float: none;
    display: block;
    margin: 0 auto;
    font-size: 13px;
    font-family: 'robotobold';
    line-height: 100%;
    overflow: hidden;
    font-weight: 100;
    background: #fff;
    font-family: 'robotomedium';
}
#wrapper .section_15 .wrapper_content_product .box_content_product.checked .info_shop_product,
#wrapper .section_15 .wrapper_content_product .box_content_product:hover .info_shop_product
{
    background: #bde9d3;
}
#wrapper .section_15 .wrapper_content_product .box_content_product .info_shop_product span
{
    width: 100%;
    border: 0px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: #f0f0f1;
    display: block;
    text-align: center;
    font-family: 'Roboto-Black';
    height: 32px;
    font-size: 15px;
    box-sizing: border-box;
    margin-top: 0px;
    line-height: 31px;
    font-weight: 100;
}
#wrapper .section_15 .wrapper_content_product .box_content_product.checked .info_shop_product span,
#wrapper .section_15 .wrapper_content_product .box_content_product:hover .info_shop_product span
{
    background: #bde9d3;
}
#wrapper .section_15 .wrapper_content_product .box_content_product .info_shop_product span.most
{
    font-size: 13px;
}
#wrapper .section_15 .wrapper_content_product .box_content_product .info_price_product
{
    padding: 12px 23px 18px;
    float: left;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
}
#wrapper .section_15 .wrapper_content_product .box_content_product .info_price_product .box_left,
#wrapper .section_15 .wrapper_content_product .box_content_product .info_price_product .box_right
{
    float: left;
    width: 50%;
    height:  auto;
    overflow: hidden;
    display: block;
    position: relative;
}
#wrapper .section_15 .wrapper_content_product .box_content_product .info_price_product .box_right
{
    float: right;
    font-size: 13px;
    text-align: right;
    font-family: 'robotomedium';
    color:  #615f6a;
    padding: 5px 0;
}
#wrapper .section_15 .wrapper_content_product .box_content_product.sub .info_price_product 
{
    padding: 12px 23px 12px;
}
#wrapper .section_15 .wrapper_content_product .box_content_product.sub .info_price_product .box_left 
{
    width: 36%;
}
#wrapper .section_15 .wrapper_content_product .box_content_product.sub .info_price_product .box_right 
{
    width: 64%;
}

#wrapper .section_15 .wrapper_content_product .box_content_product .info_price_product .box_right span
{
    display: block;
    margin: 12px 0;
    line-height: 14px;
}
#wrapper .section_15 .wrapper_content_product .box_content_product.sub .info_price_product .box_right span
{
    height: 56px;
    margin: 0px 0 9px;
    text-align: left;
    width: 129px;
    padding: 0 0 0 43px;
    font-family: 'robotomedium';
}


#wrapper .section_15 .wrapper_content_product .box_content_product .info_price_product .box_right b
{
    font-family: 'Roboto-Black';
    font-weight: 100;
}
#wrapper .section_15 .wrapper_content_product .box_content_product .info_price_product .box_left .box_price
{
    float:  left;
}
#wrapper .section_15 .wrapper_content_product .box_content_product .info_price_product .box_left .box_price .dollar_sign
{
    font-size: 32px;
    float: left;
    font-family: 'robotoregular';
    height: auto;
}
#wrapper .section_15 .wrapper_content_product .box_content_product .info_price_product .box_left .box_price .number_big
{
    font-size: 53px;
    float: left;
    font-family: 'robotoregular';
    height: auto;
    margin-top: -10px;
    line-height: 68px;
}
#wrapper .section_15 .wrapper_content_product .box_content_product .info_price_product .box_left .box_price .number_cent
{
    font-size: 32px;
    float: left;
    font-family: 'robotoregular';
    height: auto;
    margin: -2px 0 0 -4px;
}
#wrapper .section_15 .wrapper_content_product .box_content_product .info_price_product .box_left span
{
    display: block;
    float: left;
    border-top: 1px solid #615f6a;
    border-bottom: 1px solid #615f6a;
    width: 80px;
    text-align: center;
    padding: 0px 0;
    margin: 1px 0 0 7px;
    font-family: 'robotolight';
    font-size: 22px;
}















label.btn span {
  font-size: 1.5em;
  float: left;
  line-height: 32px;
  font-size: 18px;
  margin: 0 0 0 17px;
  font-family: 'robotobold';
}

label.btn input[type="radio"] ~ i.fa.fa-circle-o{
    color: #fff;
    float: left;
    font-size: 33px;
    width:  30px;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 50%;
}
label.btn input[type="radio"] ~ i.fa.fa-circle-o:before
{
    display: none;
}
label.btn input[type="radio"] ~ i.fa.fa-dot-circle-o,
label.btn input[type="radio"] ~ i.fa.fa-check-circle-o{
    display: none;
    font-size: 33px;
    color: #fff;
    float: left;
    font-size: 33px;
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 50%;
}
label.btn input[type="radio"] ~ i.fa.fa-dot-circle-o:before, 
label.btn input[type="radio"] ~ i.fa.fa-check-circle-o:before
{
    content: '';
    background: url(../img/check.png) no-repeat center;
    width: 30px;
    height: 30px;
    position: relative;
    display: block;
}
label.btn input[type="radio"]:checked ~ i.fa.fa-circle-o{
    display: none;
}
label.btn input[type="radio"]:checked ~ i.fa.fa-dot-circle-o,
label.btn input[type="radio"]:checked ~ i.fa.fa-check-circle-o{
    color: #fff;
    float: left;
    display: block;
}
label.btn:hover input[type="radio"] ~ i.fa {
color: #fff;
}

label input[type="radio"] ~ i.fa.fa-square-o{
    color: #c8c8c8;    display: inline;
}
label input[type="radio"] ~ i.fa.fa-check-square-o{
    display: none;
}
label input[type="radio"]:checked ~ i.fa.fa-square-o{
    display: none;
}
label input[type="radio"]:checked ~ i.fa.fa-check-square-o{
    color: #7AA3CC;    display: inline;
}
label:hover input[type="radio"] ~ i.fa {
color: #7AA3CC;
}

div[data-toggle="buttons"] label.active{
    color: #fff;
}
div[data-toggle="buttons"] label input
{
    visibility: hidden;
    position: absolute;
    height: 30px;
    width: 30px;
    left: 0;
}
div[data-toggle="buttons"] label {display: inline-block;padding: 5px 13px 0px;margin-bottom: 0;font-size: 17px;font-weight: normal;line-height: 0px;text-align: left;white-space: nowrap;vertical-align: top;cursor: pointer;background-color: none;border: 0px solid  #c8c8c8;border-radius: 3px;color: #ffffff;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;-o-user-select: none;user-select: none;width: 100%;box-sizing: border-box;vertical-align: top;position: relative;}

div[data-toggle="buttons"] label:hover {
color: #fff;
}

div[data-toggle="buttons"] label:active, div[data-toggle="buttons"] label.active {
-webkit-box-shadow: none;
box-shadow: none;
}

.buttons_shop.multiple a.see_more_click {text-decoration: underline;}



















