/* Serviços //////////////////////////////////////////////////////////////////////////*/
.wrap_section_produtos{
    padding: 60px 0px 60px;
}
.box_carousel_produto{
    width: 100%;
    float: left;
    background: #FFF;
    transition: all 0.3s ease;
}
.box_carousel_produto:hover {
    -webkit-box-shadow: 0px 0px 6px 0px rgba(179,126,43,1);
    -moz-box-shadow: 0px 0px 6px 0px rgba(179,126,43,1);
    box-shadow: 0px 0px 6px 0px rgba(179,126,43,1);
}
.box_carousel_produto_img{
    width: 100%;
    display: table;
}
.box_carousel_produto_img img{
    width: 100%;
}
.box_carousel_produto_content{
    padding: 0 10px;
}
.box_carousel_produto_titulo{
    width: 100%;
    float: left;
    font-size: 16px;
    margin-top: 10px;
}
.box_carousel_produto_preco{
    width: 100%;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #b37e2b;
}
.botao_comprar{
    background: #000;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    padding: 7px 12px;
    border-radius: 5px;
    display: inline-block;
    margin: 0 auto 20px auto;
    cursor: pointer;
}
.botao_comprar:hover {
    background-color: #b37e2b;;
    color: #FFF;
}
/* End Serviços /////////////////////////////////////////////////////////////////////*/






.owl-slider-checkers .item{
    padding: 0px;
    width: 100%;
    height: auto;
}
.owl-slider-checkers .item img{
    width: 100%;
    height: auto;
}
.owl-slider-checkers .owl-pagination{
    margin-top: 20px;
}
.img_ficha_checker {
    width: 100%;
    height: auto;
    padding: 3px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(179,126,43,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(179,126,43,1);
    box-shadow: 0px 0px 5px 0px rgba(179,126,43,1);
}

/* Detalhes produto */
.img_estojo{
    width: 100%;
    height: auto;
}
.titulo_produto {
    font-size: 30px !important;
}
.wrap_subtitulo_produto{
    float: left;
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 2px solid #cccccc;
    padding-bottom: 8px;
}
.subtitulo_produto {
    font-size: 20px;
    border-bottom: 2px solid #b37e2b;
    display: inline;
    padding-bottom: 10px;
}
.dimensao_produto, .descricao_produto{
    font-size: 16px !important;
}
.dimensao_produto{
    line-height: 28px;
}
.preco_produto{
    color: #b37e2b;
    font-size: 35px;
}
.botao_add_carrinho, .botao_calcular_frete, .botao_solicitar_orcamento{
    background: #000;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    display: inline-block;
    margin: 0;
    cursor: pointer;
    width: auto;
    padding: 10px 15px;
    line-height: 22px;
    float: right;
    border: none;
}
.botao_add_carrinho:hover, .botao_calcular_frete:hover, .botao_solicitar_orcamento:hover {
    background-color: #b37e2b;
    color: #FFF;
}
.wrap_botao_calcular_frete{
    width: 49%;
    float: right;
}
.botao_calcular_frete{
    width: 50%;
}
.input_calcular_frete{
    width: 50%;
    float: left;
    height: 40px;
    padding: 5px;
}
/* End Detalhes produto */

/* Tabuleiro personalizado */
.left{
    float: left;
}
.right{
    float: right;
}

.wrap_jogo_completo{
    width: 590px;
    height: 400px;
    display: block;
    float: left;
    background-size: contain;
    background-image: url(https://www.lojadogamao.com.br/public/assets/img/img_back_gamao.jpg);
    background-repeat: no-repeat;
}
.box_lado_jogo_gamao{
    width: 25px;
    /*background: red;*/
    float: left;
    height: 316px;
}
.jogo_gamao_lado{
    height: 370px;
    width: 192px;
    display: inline-block;
    border-radius: 3px;
    float: left;

}
.jogo_gamao_lado_left{
    margin: 15px 0px 0px 70px;
}
.jogo_gamao_lado_right{
    margin: 15px 0px 0px 31px;
}
.fundo_gamao{
    float: left;
    width: 100%;
    display: block;
    background-color: #625c5e;
    height: 372px;
    padding: 5px;
    -webkit-box-shadow: inset 0px 0px 3px 3px rgba(0,0,0,0.85);
    -moz-box-shadow: inset 0px 0px 3px 3px rgba(0,0,0,0.85);
    box-shadow: inset 0px 0px 3px 3px rgba(0,0,0,0.85);
}
.wrap_cols_top{
    height: 150px;
    margin-top: 3px;
}
.wrap_cols_bottom{
    height: 150px;
    margin-top: 56px;
}
.col_item{
    float: left;
    height: 100%;
    display: inline-block;
    width: 16.66%;
}
.w50{
    width: 50%;
    float: left;
    display: inline-block;
}
.col_item_cor_1{
    /*background-color: darkorchid;*/
}
.col_item_top_left {
    border-style: solid;
    border-width: 150px 0px 0px 14px;
    border-color: transparent transparent transparent #625c5e;
}
.col_item_top_right {
    border-style: solid;
    border-width: 0px 0 152px 13px;
    border-color: transparent transparent #625c5e transparent;
}
.col_item_cor_2{
    /*background-color: darkorange;*/
}
.col_item_bottom_left{
    border-style: solid;
    border-width: 150px 14px 0px 0px;
    border-color: #625c5e transparent transparent transparent;
}
.col_item_bottom_right{
    border-style: solid;
    border-width: 150px 0px 0px 14px;
    border-color: #625c5e transparent transparent transparent;
}
.bolinha_point{
    width: 30px;
    height: 30px;
    z-index: 99;
    position: absolute;
    border-radius: 30px;
}

.bolinha_left_1{
    top: 22px;
    left: 89px;
}
.bolinha_left_2{
    top: 52px;
    left: 89px;
}
.bolinha_left_3{
    top: 22px;
    left: 240px;
}
.bolinha_left_4{
    top: 52px;
    left: 240px;
}
.bolinha_left_5{
    top: 82px;
    left: 240px;
}
.bolinha_left_6{
    top: 112px;
    left: 240px;
}
.bolinha_left_7{
    top: 142px;
    left: 240px;
}

.bolinha_left_8{
    top: 352px;
    left: 89px;
}
.bolinha_left_9{
    top: 322px;
    left: 89px;
}
.bolinha_left_10{
    top: 352px;
    left: 240px;
}
.bolinha_left_11{
    top: 322px;
    left: 240px;
}
.bolinha_left_12{
    top: 292px;
    left: 240px;
}
.bolinha_left_13{
    top: 262px;
    left: 240px;
}
.bolinha_left_14{
    top: 232px;
    left: 240px;
}


.bolinha_right_1{
    top: 22px;
    left: 342px;
}
.bolinha_right_2{
    top: 52px;
    left: 342px;
}
.bolinha_right_3{
    top: 82px;
    left: 342px;
}
.bolinha_right_4{
    top: 22px;
    left: 464px;
}
.bolinha_right_5{
    top: 52px;
    left: 464px;
}
.bolinha_right_6{
    top: 82px;
    left: 464px;
}
.bolinha_right_7{
    top: 112px;
    left: 464px;
}
.bolinha_right_8{
    top: 142px;
    left: 464px;
}

.bolinha_right_9{
    top: 352px;
    left: 342px;
}
.bolinha_right_10{
    top: 322px;
    left: 342px;
}
.bolinha_right_11{
    top: 292px;
    left: 342px;
}
.bolinha_right_12{
    top: 352px;
    left: 464px;
}
.bolinha_right_13{
    top: 322px;
    left: 464px;
}
.bolinha_right_14{
    top: 292px;
    left: 464px;
}
.bolinha_right_15{
    top: 262px;
    left: 464px;
}
.bolinha_right_16{
    top: 232px;
    left: 464px;
}

.cor_bolinha_1{

}
.cor_bolinha_1 img{
    /*background-color: aqua;*/
    border-radius: 30px;
    -webkit-box-shadow: inset 0px 0px 1px 1px rgba(47,47,47,1);
    -moz-box-shadow: inset 0px 0px 1px 1px rgba(47,47,47,1);
    box-shadow: inset 0px 0px 1px 1px rgba(47,47,47,1);
}
.cor_bolinha_2{

}
.cor_bolinha_2 img{
    /*background-color: red;*/
    border-radius: 30px;
    -webkit-box-shadow: inset 0px 0px 1px 1px rgba(47,47,47,1);
    -moz-box-shadow: inset 0px 0px 1px 1px rgba(47,47,47,1);
    box-shadow: inset 0px 0px 1px 1px rgba(47,47,47,1);
    /*
    -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0,0,0,1);
    -moz-box-shadow: inset 0px 0px 3px 1px rgba(0,0,0,1);
    box-shadow: inset 0px 0px 3px 1px rgba(0,0,0,1);
    */
}
.wrap_bgcolor_item{
    float: left;
    display: inline-block;
    width: 20%;
    margin-bottom: 10px;
}
.form-check-label{
    font-weight: normal;
}
/* End tabuleiro personalizado */

.wrap_jogo_completo{
    width: 55%;
    float: left;
}
.wrap_filtro_jogo{
    width: 45%;
    float: left;
}

/* Celulares atÃ© 240px */
@media screen and (max-width: 240px) {

    /* Empresa */
    /* End Empresa */

}

/* End Celulares atÃ© 240px */

/* Celulares atÃ© 480px */
@media screen and (max-width: 480px) {

    /* Jogo de gamão */
    .wrap_bgcolor_item{
        width: 33.3%;
    }
    .wrap_jogo_completo {
        width: 320px;
        height: 220px;
        margin-bottom: 10px;
    }
    .wrap_filtro_jogo{
        width: 100%;
    }
    .jogo_gamao_lado_left {
        margin: 8px 0px 0px 38px;
    }
    .fundo_gamao {
        height: 203px;
    }
    .jogo_gamao_lado {
        height: 203px;
        width: 104px;
    }
    .bolinha_point{
        width: 17px;
        height: 17px;
    }
    .cor_bolinha_1 img {
        width: 17px;
        height: 17px;
    }
    .cor_bolinha_2 img {
        width: 18px;
        height: 18px;
    }
    .wrap_cols_top{
        height: 77px;
    }
    .col_item_top_left {
        border-width: 77px 0px 0px 7px;
    }
    .col_item_top_right{
        border-width: 0px 0 77px 5px;
    }
    .wrap_cols_bottom{
        height: 77px;
        margin-top: 36px;
    }
    .col_item_bottom_left{
        border-width: 77px 5px 0px 0px;
    }
    .col_item_bottom_right{
        border-width: 77px 0px 0px 5px;
    }
    .jogo_gamao_lado_right {
        margin: 8px 0px 0px 18px;
    }

    .bolinha_left_1 {
        top: 13px;
        left: 56px;
    }
    .bolinha_left_2 {
        top: 31px;
        left: 56px;
    }
    .bolinha_left_3 {
        top: 13px;
        left: 134px;
    }
    .bolinha_left_4 {
        top: 30px;
        left: 134px;
    }
    .bolinha_left_5 {
        top: 47px;
        left: 134px;
    }
    .bolinha_left_6 {
        top: 64px;
        left: 134px;
    }
    .bolinha_left_7 {
        top: 81px;
        left: 134px;
    }
    .bolinha_left_8 {
        top: 188px;
        left: 56px;
    }
    .bolinha_left_9 {
        top: 170px;
        left: 56px;
    }
    .bolinha_left_10 {
        top: 188px;
        left: 134px;
    }
    .bolinha_left_11 {
        top: 172px;
        left: 134px;
    }
    .bolinha_left_12 {
        top: 155px;
        left: 134px;
    }
    .bolinha_left_13 {
        top: 138px;
        left: 134px;
    }
    .bolinha_left_14 {
        top: 121px;
        left: 134px;
    }

    .bolinha_right_1 {
        top: 13px;
        left: 193px;
    }
    .bolinha_right_2 {
        top: 31px;
        left: 193px;
    }
    .bolinha_right_3 {
        top: 48px;
        left: 193px;
    }
    .bolinha_right_4 {
        top: 13px;
        left: 257px;
    }
    .bolinha_right_5 {
        top: 30px;
        left: 257px;
    }
    .bolinha_right_6 {
        top: 47px;
        left: 257px;
    }
    .bolinha_right_7 {
        top: 64px;
        left: 257px;
    }
    .bolinha_right_8 {
        top: 81px;
        left: 257px;
    }
    .bolinha_right_9 {
        top: 190px;
        left: 193px;
    }
    .bolinha_right_10 {
        top: 173px;
        left: 193px;
    }
    .bolinha_right_11 {
        top: 156px;
        left: 193px;
    }
    .bolinha_right_12 {
        top: 190px;
        left: 257px;
    }
    .bolinha_right_13 {
        top: 172px;
        left: 257px;
    }
    .bolinha_right_14 {
        top: 155px;
        left: 257px;
    }
    .bolinha_right_15 {
        top: 138px;
        left: 257px;
    }
    .bolinha_right_16 {
        top: 121px;
        left: 257px;
    }
    /* End jogo de gamão */

}

/* Tablet em pÃ© */
@media screen and (min-width: 481px) and (max-width: 767px) {

    /* Jogo de gamão */
    .wrap_filtro_jogo{
        width: 100%;
    }
    .wrap_jogo_completo {
        width: 451px;
        height: 310px;
        margin-bottom: 10px;
    }
    .jogo_gamao_lado_left {
        margin: 11px 0px 0px 54px;
    }
    .fundo_gamao {
        height: 285px;
    }
    .jogo_gamao_lado {
        height: 280px;
        width: 148px;
    }
    .wrap_cols_top {
        height: 112px;
    }
    .wrap_cols_bottom {
        height: 112px;
        margin-top: 47px;
    }
    .col_item_bottom_left {
        border-width: 112px 9px 0px 0px;
    }
    .col_item_bottom_right {
        border-width: 112px 0px 0px 9px;
    }
    .col_item_top_left {
        border-width: 112px 0px 0px 10px;
    }
    .col_item_top_right {
        border-width: 0px 0 112px 9px;
    }
    .jogo_gamao_lado_right {
        margin: 12px 0px 0px 23px;
    }
    .bolinha_point{
        width: 23px;
        height: 23px;
    }
    .cor_bolinha_1 img {
        width: 23px;
        height: 23px;
    }
    .cor_bolinha_2 img {
        width: 23px;
        height: 23px;
    }

    .bolinha_left_1 {
        top: 17px;
        left: 71px;
    }
    .bolinha_left_2 {
        top: 39px;
        left: 71px;
    }
    .bolinha_left_3 {
        top: 17px;
        left: 187px;
    }
    .bolinha_left_4 {
        top: 39px;
        left: 187px;
    }
    .bolinha_left_5 {
        top: 61px;
        left: 187px;
    }
    .bolinha_left_6 {
        top: 83px;
        left: 187px;
    }
    .bolinha_left_7 {
        top: 105px;
        left: 187px;
    }

    .bolinha_left_8 {
        top: 268px;
        left: 71px;
    }
    .bolinha_left_9 {
        top: 246px;
        left: 71px;
    }
    .bolinha_left_10 {
        top: 268px;
        left: 187px;
    }
    .bolinha_left_11 {
        top: 246px;
        left: 187px;
    }
    .bolinha_left_12 {
        top: 224px;
        left: 187px;
    }
    .bolinha_left_13 {
        top: 202px;
        left: 187px;
    }
    .bolinha_left_14 {
        top: 180px;
        left: 187px;
    }
    .bolinha_right_1 {
        top: 17px;
        left: 267px;
    }
    .bolinha_right_2 {
        top: 39px;
        left: 267px;
    }
    .bolinha_right_3 {
        top: 61px;
        left: 267px;
    }
    .bolinha_right_4 {
        top: 17px;
        left: 359px;
    }
    .bolinha_right_5 {
        top: 39px;
        left: 359px;
    }
    .bolinha_right_6 {
        top: 61px;
        left: 359px;
    }
    .bolinha_right_7 {
        top: 84px;
        left: 359px;
    }
    .bolinha_right_8 {
        top: 107px;
        left: 359px;
    }
    .bolinha_right_9 {
        top: 268px;
        left: 267px;
    }
    .bolinha_right_10 {
        top: 246px;
        left: 267px;
    }
    .bolinha_right_11 {
        top: 223px;
        left: 267px;
    }
    .bolinha_right_12 {
        top: 268px;
        left: 359px;
    }
    .bolinha_right_13 {
        top: 246px;
        left: 359px;
    }
    .bolinha_right_14 {
        top: 224px;
        left: 359px;
    }
    .bolinha_right_15 {
        top: 202px;
        left: 359px;
    }
    .bolinha_right_16 {
        top: 180px;
        left: 359px;
    }
    /* End jogo de gamão */

}

/* End Tablet em pÃ© */

/* Tablet em deitado */
@media screen and (min-width: 768px) and (max-width: 991px) {

    /* jogo do gamão */
    .wrap_jogo_completo{
        width: 100%;
    }
    .wrap_filtro_jogo{
        width: 100%;
    }
    /* end jogo do gamão */

}

/* End Tablet em deitado */

/* Notebook */
@media screen and (min-width: 992px) and (max-width: 1280px) {

    /* jogo do gamão */
    .wrap_jogo_completo{
        width: 64%;
    }
    .wrap_filtro_jogo{
        width: 36%;
    }
    .wrap_bgcolor_item {
        width: 33.3%;
    }
    .botao_add_carrinho{
        width: 100%;
        margin-bottom: 10px;
    }
    .wrap_botao_calcular_frete{
        width: 100%;
    }
    /* end jogo do gamão */

}

/* End Notebook */

/* Computadores */
@media screen and (min-width: 1281px) {

    /* Empresa */
    /* End Empresa */

}

/* End Computadores */

/* Computadores M */
@media screen and (min-width: 1345px) and (max-width: 1632px) {

    /* Empresa */
    /* End Empresa */

}

/* End Computadores */

/* Computadores G */
@media screen and (min-width: 1633px) {

    /* Empresa */
    /* End Empresa */

}

/* End Computadores G */