.content {
    width: 90%;
    /* padding: 5px 0 0 0; */
    font-style: normal;
    margin: 0 auto;
}

.main_header_top {
    background: #fff;
}

.content_header_top {
    width: 90%;
    margin: auto;
    display: flex;
    flex-flow: row wrap;
    background-color: #fff;
    color: #7fc8fc;
    padding: 6px 0 6px 0;
}

.esq-50 {
    width: 50%;
    float: left;
    text-align: left;
}

.dir-50 {
    width: 50%;
    float: right;
    text-align: right;
    vertical-align: middle;
    font-size: 0.95em;
    font-weight: bold;
    margin-top: 3px;
    color: #1b669c;
}

.dir-50 i {
    font-size: 1.2em;
    color: #7fc8fc;
}

.dir-50 a {
    color: #1b669c;
    text-decoration: none;
    padding: 0 5px 0 5px;
    font-size: 0.9em;
    font-weight: bold;
    font-style: normal;
}


.dir-50 .bar_contact a:hover {
    text-decoration: underline;
}

.main_header_bar_social_top {
    display: inline-block;
    margin-left: 0px;
    margin-bottom: 0px;
    padding: 1px;
    border-radius: 50%;
    vertical-align: middle;
}

.main_header_bar_social_top li {
    float: left;
    margin: 0;
}

.main_header_bar_social_top li a {
    float: left;
    background: #1b669c;
    text-decoration: none;
    color: #fff;
    font-size: 0.8em;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    text-align: center;
    line-height: 1;
    vertical-align: top;
    padding: 4px;
    margin: 0 1px 0 1px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.main_header_bar_social_top li i {
    height: 10px
}

.content_header {
    width: 90%;
    margin: auto;
    padding: 20px 0 10px 0;
    display: flex;
    flex-flow: row wrap;
}

.main_nav_cel {
    width: 10%;
    position: relative;
    display: none;
}

.coluna-logo {
    width: 20%;
}

.coluna-widgets {
    width: 13%;
    display: flex;
    flex-direction: row;
}

.coluna-menu {
    width: 67%;
    position: relative;
}

.content.main_nav {
    padding: 5px 0;
}

/*HEADER*/
.main_header {
    background: #1b669c;
}

.main_header header {
    float: left;
    margin-bottom: 5px;
}

.main_header header h1 {
    text-align: center;
    padding: 34px;
    background: #6A91B4;
    color: #fff;
    float: left;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1.5em;

}

.main_header_bar {
    float: right;
}

.main_header_bar_line {
    display: block;
    width: 100%;
}

.main_header_bar_line.contact {
    margin-bottom: 0;
    text-align: right;
}

.main_header_bar_contact {
    float: left;
    /*    margin-top: 7px; */
    font-size: 0.765em;
    text-transform: uppercase;
    vertical-align: middle;
    color: #555;
}

.main_header_bar_contact a {
    color: #6A91B4;
    text-decoration: none;
}

.bar_contact a {
    color: #6A91B4;
    text-decoration: none;
    /* text-transform: none; */
    font-style: normal;
    font-size: 0.75em;
    font-weight: bold;
}

.dir-50 .contatos {
    font-style: normal;
    font-size: 0.90em;
    font-weight: bold;
    color: #1b669c;
    /* padding: 0 0 5px 0; */
    margin-bottom: 10px;
}

.dir-50 .contato_phone {
    font-style: normal;
    font-size: 1.08em;
    font-weight: bold;
    color: #1b669c;
    /* padding: 0 0 5px 0; */
    margin-bottom: 10px;
}


.main_header_bar_contact .contato {
    color: #df0f0f;
    font-size: 120%;
    text-decoration: none;
}

.blink {
    animation: blinker 1.5s linear infinite;
    color: red;
    font-family: sans-serif;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.main_header_bar_contact a:hover {
    text-decoration: underline;
}

.bar_contact a:hover {
    text-decoration: underline;
}

.main_header_bar_social {
    display: inline-block;
    margin-left: 15px;
    margin-bottom: 5px;
    padding: 1px;
    border-radius: 3px;
    vertical-align: middle;
}

.main_header_bar_social li {
    float: left;
    margin: 0;
}

.main_header_bar_social li a {
    float: left;
    padding: 8px;
    color: #979798;
    background: #fff;
    border-radius: 5px;
    margin: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    text-decoration: none;
    font-size: 1.5em;
}

.main_header_bar_social li img {
    height: 20px
}

.main_header_bar_social .facebook {
    /* background: linear-gradient(50deg, #3b5998, #8b9dc3); */
    border-radius: 50%;

}

/*linear-gradient(60deg, #3b5998 80%, #8b9dc3 20%);}*/

.main_header_bar_social .facebook:hover {
    transition: 0.5s;
    /* background: linear-gradient(50deg, #fff, #1b669c); */
    color: #fff;
    background-color: #1b669c;
}

.main_header_bar_social .twitter {
    /* background: linear-gradient(50deg, #76CAF9, #059FF5); */
    border-radius: 50%;
}

.main_header_bar_social .twitter:hover {
    /* background: linear-gradient(50deg, #059FF5, #76CAF9); */
    /* transition: 1s; */
    transition: 0.5s;
    /* background: linear-gradient(50deg, #fff, #1b669c); */
    color: #fff;
    background-color: #1b669c;
}

.main_header_bar_social .google {
    border-radius: 50%;
    /* background: #BE2B12; */
}

.main_header_bar_social .google:hover {
    /* background: #D13016; */
    transition: 0.5s;
    /* background: linear-gradient(50deg, #fff, #1b669c); */
    color: #fff;
    background-color: #1b669c;
}

.main_header_bar_social .youtube {
    border-radius: 50%;
    /* background: #E91D00; */
}

.main_header_bar_social .youtube:hover {
    /* background: #F72E00; */
    transition: 0.5s;
    /* background: linear-gradient(50deg, #fff, #1b669c); */
    color: #fff;
    background-color: #1b669c;
}

.main_header_bar_social .instagram {
    border-radius: 50%;
    /* background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); */
}

.main_header_bar_social .instagram:hover {
    /* background: linear-gradient(45deg, #bc1888 0%, #cc2366 25%, #dc2743 50%, #e6683c 75%, #f09433 100%); */
    /* -webkit-transition: all 0.5s ease 0s; */
    /* transition: all 0.5s ease 0s; */
    transition: 0.5s;
    /* background: linear-gradient(50deg, #fff, #1b669c); */
    color: #fff;
    background-color: #1b669c;
}



/* ******************************************************************* */
.search-form {
    /* text-align: center; */
    /* vertical-align: middle; */

    position: absolute;


    top: 72px;
    left: 23.8%;

    background: #fff;
    /* #9fc0c9; */
    height: auto;
    border-radius: 40px;
    padding: 0px;
    border: none;
    border-color: #1b669c;
    outline: #1b669c;
    z-index: 200;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-form .search-text {
    background: none;
    border: none;
    outline: 0;
    border-color: #1b669c;
    opacity: 1;
    padding: 0;
    z-index: 200;
    font-size: 1.2em;
    transition: 0.4s;
    width: 0;
}

.search-form .search-btn {
    width: 50px;
    height: auto;
    /* border-radius: 50%; */
    border: none;
    border-color: #1b669c;
    outline: 0px;

    font-size: 1.8em;
    font-weight: bold;

    display: flex;
    justify-content: center;
    align-items: center;

    color: #7fc8fc;
    background-color: #1b669c;

    z-index: 200;

    cursor: pointer;

}

.search-form:hover>.search-text {
    width: 600px;
    padding-left: 15px;

}

.search-form:hover>.search-btn {
    background-color: #fff;
    color: #1b669c;
    /* #fff; */
    border-radius: 50%;
}

/* **************************************************************************** */

.main_header_bar_line.search1 .btn {
    float: right;
    display: inline-block;
    margin: 0;
    margin-left: 8px;
}

.main_header_bar_line.search {
    display: flex;
    text-align: right;
    vertical-align: middle;
}

.main_header_bar_line.search form {
    display: inline-block;
    background: #fbfbfb;
    padding: 8px;
    vertical-align: middle;
}

.main_header_bar_line.search input {
    float: left;
    min-width: 200px;
    max-width: max-content;
    width: auto;
    padding: 8px;
    display: inline-block;
    border: 1px solid #eee;
}

.main_header_bar_line.search .btn {
    float: right;
    display: inline-block;
    margin: 0;
    margin-left: 8px;
}

.main_header_pdt {
    display: inline-block;
    background: #336698;
    /*
    -webkit-box-shadow: 5px 3px 25px -2px rgba(0,0,0,0.39);
    -moz-box-shadow: 5px 3px 25px -2px rgba(0,0,0,0.39);
    box-shadow: 5px 3px 25px -2px rgba(0,0,0,0.39);*/
    border-radius: 4px;
    font-size: 0.8em;
    text-transform: uppercase;
    /* margin-left: 10px; */
}

.main_header_pdt a {
    text-decoration: none;
    color: #fff;
}

.main_header_cart {
    display: inline-block;
    background: #336698;
    /*
    -webkit-box-shadow: 5px 3px 25px -2px rgba(0,0,0,0.39);
    -moz-box-shadow: 5px 3px 25px -2px rgba(0,0,0,0.39);
    box-shadow: 5px 3px 25px -2px rgba(0,0,0,0.39);*/
    border-radius: 4px;
    font-size: 0.8em;
    text-transform: uppercase;
    /* margin-left: 10px; */
}

.main_header_user {
    display: inline-block;
    font-size: 0.8em;
    text-transform: uppercase;
    /* margin-left: 10px; */
    cursor: pointer;
}

.main_header_user a {
    display: block;
    padding: 15px 10px;
    background: #1b669c;
    /* -webkit-box-shadow: 5px 3px 25px -2px rgba(0,0,0,0.39);
    -moz-box-shadow: 5px 3px 25px -2px rgba(0,0,0,0.39); */
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
}

.main_header_pdt i,
.main_header_user i,
.main_header_cart i {
    font-size: 2em;
}

.main_header_pdt a:visited {
    color: #fff;
    text-decoration: none;
    text-transform: none;
}

.main_header_pdt a:hover,
.main_header_user a:hover,
.main_header_cart a:hover {
    background: #6A91B4;
}


.wc_whatsapp {
    position: fixed;
    padding: 10px;
    /* display: flex; */
    text-transform: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 88%;
    /* bottom: 35px; */
    right: 1.5%;
    font-style: normal;

    /*    bottom: 40px;*/
    z-index: 999;
    text-decoration: none;
}

.wc_whatsapp i {
    color: #fff;
    font-style: normal;
    font-size: 1.9em;
    /* transform: translate(-50%, -50%); */
    padding: 5px 10px;
    vertical-align: middle;
    background: #259920;
    height: 50px;
    width: 50px;
    border-radius: 50%;

}


/* Scroll top */

.wc-scroll-top {
    background: #7fc8fc;
    color: #fff;
    border-radius: 5px;
    /*	bottom: 2.5em;
	font-size: 1.4em;
	height: 1.5em;
	width: 1.5em;
        line-height: 1.25em;*/
    top: 95%;
    /* bottom: 40px; */
    font-size: 20px;
    height: 35px;
    width: 35px;
    line-height: 40px;
    position: fixed;
    right: -150px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;

    z-index: 999;
}

.wc-scroll-top-show {
    right: 2.5%;
}


.wc-scroll-top i {
    vertical-align: middle;
    color: #fff;
    display: block;
    /*  margin-left: 7px; */
}

.wc-scroll-top:hover,
.wc-scroll-top:focus {
    color: #fff;
    background: #6A91B4;
}

#wc-about-us {
    background-color: #f8f8f8;
    display: inline;
    float: left;
    /*padding: 80px 0;*/
    padding: 0;
    /*  Alteração feita por Xico em 13/01/2017 - redução de 50% */
    width: 100%;
}

.wc-about-us-content {
    width: 100%;
    display: block;
    padding: 0 7.5%;
}

.wc-about-us-area {
    display: inline;
    float: left;
    width: 100%;
}

.wc-about-us-left {
    display: inline;
    float: left;
    margin-top: 30px;
    width: 40%;
}

.wc-about-us-img {
    display: inline;
    float: left;
    padding: 15px;
    margin-left: 15px;
    position: relative;
    width: 100%;
}

.wc-about-us-img::after {
    box-shadow: 5px 8.7px 15px rgba(0, 0, 0, 0.2);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 70%;
}

.wc-about-us-img img {
    box-shadow: 5px 8.7px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    width: 100%;
    z-index: 10;
}

.wc-about-us-right {
    display: inline;
    float: left;
    width: 60%;
    padding: 0 20px 20px 20px;
}

.wc-about-us-title-area {
    display: inline;
    float: left;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
    padding-top: 30px;
}

.wc-about-us-title {
    margin-bottom: 0;
}

.wc-about-us-title-area .wc-about-us-title-line {
    background-color: #333;
    display: inline-block;
    height: 2px;
    width: 70px;
    margin-bottom: 10px;
}

.wc-about-us-title-area p {
    margin-top: 10px;
    padding: 0 100px;
}

#wc-about-us .wc-about-us-title-area {
    text-align: left;
}

.wc-about-us-right-content {
    display: inline;
    float: left;
    width: 100%;
}

.wc-about-us-right-content p {
    text-align: justify;
    font-size: 0.9em;
}

.wc-about-us-right-content ul li {
    line-height: 1.8;
    list-style: outside none none;
    margin-bottom: 5px;
    font-size: 0.725em;
}

.wc-about-us-right-content ul li:before {
    content: '\f046';
    font-family: fontAwesome;
    left: 0;
    margin-right: 10px;
    vertical-align: middle;
}

.wc-about-us-right-content .wc-about-us-button {
    min-width: 120px;
    margin-left: 0;
    padding: 10px 20px;
}




/*ACCOUNT*/
.user_account {
    /* background: #d8d8d8; */
    background: #fff;
}

.wc_slides {
    /*margin: 30px auto 0 auto;*/
    width: 100%;
}

.wc_slide_item_desc {
    top: 40% !important;
    text-align: center;
    font-size: 1.2em;
}


/*NAV*/
/* @media (min-width: 50em) { */
.main_nav_mobile_menu {
    display: none;
}

.main_nav {
    /*border-top: */
}

.main_nav.content {
    padding-top: 0;
    /*   margin-bottom: 10px; */
    text-align: center;
}

.main_nav_cel nav>ul>li {
    /*margin-top: 10px;*/
    display: inline-block;
    /* border-left: 1px solid #769977;*/
    /*border: black 0.5px solid;*/
    padding: 5px;
    font-size: 0.875em;
    font-weight: 400;
    text-transform: uppercase;
    color: #7b95ac;
    position: relative;
    cursor: pointer;
    text-align: center;
    margin: 0px 5px 0px 5px;
    border-radius: 4px;
}

.main_nav_cel li a {
    color: #336698;
    text-decoration: none;
}

.main_nav_cel nav>ul>li:hover,
.main_nav_cel nav>ul>li:hover a {
    background-color: #fff;
    color: #336698;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.main_nav_cel nav>ul>li:hover .sub {
    display: block;
}

.main_nav_cel .sub {
    position: absolute;
    left: 0px;
    top: 70px;
    background: #fff;
    padding: 5px;
    width: 200px;
    border-radius: 6px;
    height: 450px;
    text-align: left;
    overflow-y: auto;
    /* min-width: 160px;
        max-width: 100%; */
    z-index: 99;
    /* box-shadow: 2px 2px 1px 1px #ccc;
        -moz-box-shadow: 2px 2px 1px 1px #ccc;
        -webkit-box-shadow: 2px 2px 1px 1px #ccc;
        border-bottom-right-radius: 20px;
        -moz-border-radius-bottomright: 20px;
        -webkit-border-bottom-right-radius: 20px; */
    display: none;
}

.main_nav_cel .sub>li {
    position: relative;
}

.main_nav_cel .sub>li a {
    display: block;
    width: 100%;
    padding: 5px;
    background: #fbfbfb;
}

.main_nav_cel .sub>li:hover>a,
.main_nav_cel .sub>li a:hover {
    background: #4575A2;
    color: #fff;
}

/* .main_nav_cel .sub>li:last-child>a,
.main_nav_cel .subsub>li:last-child>a {
    border-bottom-right-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -webkit-border-bottom-right-radius: 15px;
} */

.main_nav_cel .subsub {
    position: absolute;
    min-width: 160px;
    max-width: 100%;
    background: #fff;
    left: 100%;
    top: 0;
    z-index: 99;
    box-shadow: 2px 2px 1px 1px #ccc;
    -moz-box-shadow: 2px 2px 1px 1px #ccc;
    -webkit-box-shadow: 2px 2px 1px 1px #ccc;
    border-bottom-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -webkit-border-bottom-right-radius: 20px;
    display: none;
}

.main_nav_cel .sub li:hover .subsub {
    display: block;
}

/* *************************************************************************************************** */
.main_nav2 {
    /*border-top: */
    position: absolute;
    top: 9%;
    left: 10%;
    z-index: 1;
}

.main_nav2.content {
    padding-top: 0;
    /*   margin-bottom: 10px; */
    text-align: center;
}

.main_nav2 nav>ul>.prim {
    display: flex;
    flex-direction: column;
}

.main_nav2 nav>ul>.nav_menu {
    /*margin-top: 10px;*/
    display: inline-block;
    /* border-left: 1px solid #769977;*/
    /*border: black 0.5px solid;*/
    padding: 5px 10px 45px 10px;
    font-size: 1.0em;
    font-weight: 400;
    /* text-transform: uppercase; */
    color: #9fc0c9;
    position: relative;
    cursor: pointer;
    text-align: center;
    margin: 0px 5px 0px 5px;
    border-radius: 4px;
}

.main_nav2 nav>ul>.nav_menu_especial {
    /*margin-top: 10px;*/
    display: inline-block;
    /* border-left: 1px solid #769977;*/
    /*border: black 0.5px solid;*/
    padding: 5px 10px 45px 10px;
    font-size: 1.0em;
    font-weight: 400;
    /* text-transform: uppercase; */
    color: #9fc0c9;
    position: relative;
    cursor: pointer;
    text-align: center;
    margin: 0px 5px 0px 5px;
    border-radius: 4px;
}

.main_nav2 nav>ul>.nav_menu_especial {
    display: none;
}

.main_nav2 nav>ul>.nav_menu:hover {
    color: #fff;
    background-color: #175a8b;
}

.main_nav2 nav>ul>.nav_menu.especial:hover {
    color: unset;
    background-color: unset;
}

.main_nav2 li a {
    color: #336698;
    text-decoration: none;
}


.main_nav2 nav>ul>li:hover a {
    background-color: #fff;
    color: #336698;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.main_nav2 nav>ul>.nav_menu:hover .sub {
    display: flex;
}

.main_nav2 nav>ul>.nav_menu:hover .sub400 {
    display: flex;
}


.main_nav2 .sub {
    position: absolute;
    left: 0px;
    top: 70px;
    background: #fff;
    padding: 5px;
    width: 200px;
    border-radius: 6px;
    height: 450px;
    text-align: left;
    overflow-y: auto;
    /* min-width: 160px;
        max-width: 100%; */
    z-index: 99;
    /* box-shadow: 2px 2px 1px 1px #ccc;
        -moz-box-shadow: 2px 2px 1px 1px #ccc;
        -webkit-box-shadow: 2px 2px 1px 1px #ccc;
        border-bottom-right-radius: 20px;
        -moz-border-radius-bottomright: 20px;
        -webkit-border-bottom-right-radius: 20px; */
    display: none;
}

.main_nav2 .sub400 {
    position: absolute;
    left: 0px;
    top: 70px;
    background: #fff;
    padding: 5px;
    width: 400px;
    border-radius: 6px;
    height: 450px;
    text-align: left;
    overflow-y: auto;
    /* min-width: 160px;
        max-width: 100%; */
    z-index: 99;
    /* box-shadow: 2px 2px 1px 1px #ccc;
        -moz-box-shadow: 2px 2px 1px 1px #ccc;
        -webkit-box-shadow: 2px 2px 1px 1px #ccc;
        border-bottom-right-radius: 20px;
        -moz-border-radius-bottomright: 20px;
        -webkit-border-bottom-right-radius: 20px; */
    display: none;
}


/* .category__image {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 340px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 290px;
    flex: 1 1 290px
} */

.main_nav2 .sub .menu_dir {
    float: right;
    width: 200px;
}

.main_nav2 .sub .menu_esq {
    float: left;
    width: 200px;
}

.main_nav2 .sub400 .menu_dir {
    float: right;
    width: 200px;
}

.main_nav2 .sub400 .menu_esq {
    float: left;
    width: 200px;
}


.main_nav2 .sub>li {
    position: relative;
}

.main_nav2 .sub>li a {
    display: flex;
    width: 100%;
    padding: 5px;
    background: #fbfbfb;
}

.main_nav2 .sub400>li {
    position: relative;
}

.main_nav2 .sub400>li a {
    display: flex;
    width: 100%;
    padding: 5px;
    background: #fbfbfb;
}

.main_nav2 .sub .menu_esq>li:hover>a,
.main_nav2 .sub>li a:hover {
    background: #4575A2;
    color: #fff;

}

.main_nav2 .sub400 .menu_esq>li:hover>a,
.main_nav2 .sub400>li a:hover {
    background: #4575A2;
    color: #fff;

}

/* .main_nav2 .sub>li:last-child>a,
    .main_nav2 .subsub>li:last-child>a {
        border-bottom-right-radius: 15px;
        -moz-border-radius-bottomright: 15px;
        -webkit-border-bottom-right-radius: 15px;
    } */

.main_nav2 .subsub {
    position: absolute;
    min-width: 160px;
    max-width: 100%;
    background: #fff;
    left: 100%;
    top: 0;
    z-index: 99;
    box-shadow: 2px 2px 1px 1px #ccc;
    -moz-box-shadow: 2px 2px 1px 1px #ccc;
    -webkit-box-shadow: 2px 2px 1px 1px #ccc;
    border-bottom-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -webkit-border-bottom-right-radius: 20px;
    display: none;
}

.main_nav2 .sub li:hover .subsub {
    display: block;
}

/* } */

/*Barra*/
.barra_content {
    width: 100%;
    padding: 5px 5%;
    font-style: normal;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 auto;
    background: #EDEDED;
    color: #707070;
}

.barra_content .titulos {
    text-transform: uppercase;
    font-size: 1.15em;
    color: #707070;
    font-weight: bold;
}

.barra_content .descricao {
    font-size: 1em;
    font-style: italic;
}

.barra_content i {
    background: #EDEDED;
    color: #1b669c;
    /* position: relative; */
    text-align: left;
    margin-right: 10px;
    font-size: 48px;
    /* scale: 250%; */
}

.barra_content p {
    background: #EDEDED;
    /* position: relative; */
    text-align: left;
    margin: 1px;

}

.barra_content .primeira {
    display: flex;
    align-items: flex-start;
    /* flex-wrap: wrap; */
    background: #EDEDED;
    position: relative;
    float: left;
    text-align: left;
}

.barra_content .segunda {
    display: flex;
    align-items: flex-start;
    /* flex-wrap: wrap; */
    background: #EDEDED;
    position: relative;
    float: left;
    text-align: left;
}

.barra_content .terceira {
    display: flex;
    align-items: flex-start;
    /* flex-wrap: wrap; */
    background: #EDEDED;
    position: relative;
    float: left;
    text-align: left;
}

.barra_content .quarta {
    display: flex;
    align-items: flex-start;
    /* flex-wrap: wrap;        */
    background: #EDEDED;
    position: relative;
    float: left;
    text-align: left;
}


/*LIST*/

.produtos_topo {
    width: 100%;
}

.produtos_titulo_topo {
    display: block;
    padding: 3px 10px;
    /* background: #eee; */
    background: #fff;
    /* font-size: 0.8em; */
    font-size: 2.0em;
    /* font-weight: 500; */
    font-weight: bold;
    /* color: #336698; */
    color: #8E8F91;
    text-align: left;
    /* text-align: right; */
    /* text-transform: uppercase; */
    margin-bottom: 20px;
    margin-top: 30px;
    border-radius: 4px;
}

.produtos_titulo_topo a {
    text-decoration: none;
    color: #769977;
    font-weight: 600;
}

.produtos_titulo {
    display: inline-block;
    padding: 3px 10px;
    /* background: #eee; */
    background: #fff;
    /* font-size: 0.8em; */
    font-size: 1.0em;
    font-weight: 500;
    font-weight: normal;
    /* color: #336698; */
    color: #8E8F91;
    text-align: left;
    /* text-align: right; */
    /* text-transform: uppercase; */
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 4px;
}

.ajax_off {
    width: 100%;

    display: inline-block;
}

.produtos_titulo a {
    text-decoration: none;
    color: #769977;
    font-weight: 600;
}

.produtos_single_topo {
    display: flex;
    flex-direction: row;
    border: 1px solid #ccc;

    border-radius: 5px;
    width: 100%;
    height: auto;
    font-size: 1.0em;
    margin-bottom: 25px;
}

.produtos_single_topo_left {
    width: 50%;
    text-align: left;
}

.produtos_single_topo_right {
    width: 50%;
    text-align: right;
}

.produtos_single_topo_right button {
    display: none;
}

.single_list {
    float: right;
    width: 100%;
    /* 70% By OPCV */
    /* padding-left: 25px; */
    /* 30px By OPCV */
}

.single_list7030 {
    /* By OPCV */
    float: right;
    width: 75%;
    padding-left: 30px;
}

.paginacao,
.paginacaoB {
    text-decoration: none;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    display: block;
    margin: 20px auto;
    color: #1b669c;
}

/*SIDEBAR*/
.single_sidebar {
    float: left;
    width: 25%;
    /* 30% By OPCV */
    padding: 10px 10px 0 10px;
    /* 20px 20px 0 20px By OPCV */
    background: #eee;
    border-radius: 4px;
    -webkit-box-shadow: 5px 3px 25px -2px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 5px 3px 25px -2px rgba(0, 0, 0, 0.39);
    box-shadow: 5px 3px 25px -2px rgba(0, 0, 0, 0.39);
}

.single_sidebar section>h1 {
    font-size: 1.4em;
    font-weight: 300;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    border-radius: 10px;
}

.single_sidebar section>h1 span {
    border-bottom: 5px solid #ccc;
    padding-bottom: 11px;
}

.single_sidebar7030 {
    /* By OPCV */
    float: left;
    width: 25%;
    /* padding: 20px 20px 0 20px; */
    /* border: 1px solid #333; */
    /* margin-top: 100px; */
    background: #fff;
    /* border-radius: 4px; */
    /* -webkit-box-shadow: 5px 3px 25px -2px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 5px 3px 25px -2px rgba(0, 0, 0, 0.39);
    box-shadow: 5px 3px 25px -2px rgba(0, 0, 0, 0.39); */
}

.single_sidebar7030 section>h1 {
    /* By OPCV */
    font-size: 1.4em;
    font-weight: 600;
    padding: 10px;
    /* margin-bottom: 10px; */
    border: 1px solid #ccc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #F6F6F6;
}

.single_sidebar7030 section>h1 span {
    /* By OPCV */
    /* border-bottom: 5px solid #ccc; */
    padding-bottom: 11px;
}

.single_sidebar_widget {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 10px 0 10px;
    background: #fff;
}

.single_sidebar_widget.delivered article {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    /* border-bottom: 1px dotted #ccc; */
}

.single_sidebar_widget.delivered article img {
    float: left;
    width: 30%;
}

.single_sidebar_widget.delivered article div {
    /* float: right; */
    /* width: 70%; */
    /* padding-left: 2%; */
}

.single_sidebar_widget.delivered article .preco {
    /* float: right; */
    width: 100%;
    /* padding: 0; */
    position: relative;
    /* width: 95vmin; */
    background-color: #ffffff;
    /* padding: 50px 40px 20px 40px; */
    border-radius: 10px;
}

.single_sidebar_widget.delivered article .linhas {
    width: auto;
}

.single_sidebar_widget.delivered article .linhas input {
    width: auto;
    margin: 7px;
    /* font-size: 0.75em;
    font-weight: 300;
    color: #555; */
}

.single_sidebar_widget.delivered article .linha {
    /* By OPCV */
    border-bottom: 5px solid #222;
    padding-top: 10px;
    margin-bottom: 11px;
}

.single_sidebar_widget.delivered article h1 {
    font-size: 0.9em;
    /* 1em By OPCV */
    font-weight: 500;
    line-height: 1.1;
    margin: 0 0 5px 0;
}

.single_sidebar_widget.delivered article a {
    color: #4575A2;
    text-decoration: none;
}

.single_sidebar_widget.delivered article a:hover {
    color: #6A91B4;
    text-decoration: none;
}

.single_sidebar_widget.delivered article p {
    font-size: 0.75em;
    font-weight: 300;
    color: #555;
}

.single_sidebar_widget.delivered article .linha input {
    width: auto;
    /* font-size: 0.75em;
    font-weight: 300;
    color: #555; */
}

.single_sidebar_widget.delivered article label {
    padding-left: 5px;
    font-size: 1.0em;
    font-weight: 500;
    color: #555;
}

.single_sidebar_widget.delivered article .offer {
    font-size: 0.875em;
    color: #8FACC7;
    margin-bottom: 5px;
}

.single_sidebar_widget.delivered article .minimo {
    font-size: 1.0em;
    color: #000;
    text-align: left;
    float: left;
    width: 50%;
    margin-bottom: 5px;
}

.single_sidebar_widget.delivered article .maximo {
    font-size: 1.0em;
    color: #000;
    text-align: right;
    float: right;
    width: 50%;
    margin-bottom: 5px;
}

.single_sidebar_widget.delivered article .offer span {
    color: #888;
    /*    display: block; */
    font-weight: 500;
}

.single_sidebar_widget.delivered article .offerend {
    font-size: 0.6em;
    text-transform: uppercase;
}

.single_sidebar_widget.posts article {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc;
}

.single_sidebar_widget.posts article img {
    width: 100%;
    margin-bottom: 15px;
}

.single_sidebar_widget.posts article h1 {
    font-size: 1.1em;
    font-weight: 500;
    line-height: 1.3;
}

.single_sidebar_widget.posts article a {
    color: #4575A2;
    text-decoration: none;
}

.single_sidebar_widget.posts article a:hover {
    color: #4575A2;
    text-decoration: none;
}

.single_sidebar_widget:before {
    clear: both;
}

/*SINGLE PRODUCT STYLE*/
.single_pdt {
    /*     -webkit-box-shadow: 5px 3px 25px -2px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 5px 3px 25px -2px rgba(0, 0, 0, 0.39);
    box-shadow: 5px 3px 25px -2px rgba(0, 0, 0, 0.39); */
    /*padding: 10%; By OPCV*/
    padding: 0 1% 1% 1%;
    text-align: center;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    margin: 2% 0 6% 0;
}

.single_pdt_cover {
    /*padding-top: 10px; By OPCV*/
    padding-top: 1px;
    position: relative;
}

.single_pdt_offer {
    font-size: 0.8em;
    text-align: center;
    color: #fff;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2px;
    /* 5px By OPCV */
    background: #259920;
    width: 100%;
}

.single_pdt_container {
    position: absolute;
    top: 0;
    right: 0;
    width: 27%;
    display: flex;
    flex-direction: column;

}

.single_pdt_container .single_pdt_news {
    font-size: 0.8em;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 2px;
    background: #80c9fc;
    border-radius: 5px;
    margin-bottom: 2px;
}

.single_pdt_container .single_pdt_emphasis {
    font-size: 0.8em;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 2px;
    background: #c88945;
    border-radius: 5px;
    margin-bottom: 2px;
}

.single_pdt_container .single_pdt_offer_n {
    font-size: 0.8em;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 2px;
    background: #1b669d;
    border-radius: 5px;
    margin-bottom: 2px;
}

.single_pdt_stock {
    font-size: 0.8em;
    text-align: center;
    /* width: 100%; */
    color: #fff;
    position: absolute;
    margin-left: 34%;
    text-transform: uppercase;
    font-weight: bold;
    bottom: 0;
    left: 0;
    padding: 2px;
    background: #ff9c00;
}

.single_pdt_stock_out {
    font-size: 0.8em;
    text-align: center;
    color: #fff;
    position: absolute;
    margin-left: 34%;
    text-transform: uppercase;
    font-weight: bold;
    bottom: 0;
    left: 0;
    padding: 2px;
    /* 5px By OPCV */
    background: #cb171e;
    /* width: 100%; */
}

.single_pdt_offer_ident {
    /* width: 50%; */
    bottom: 25px;
}

.single_pdt header {
    padding-top: 2%;
    /* 10px By OPCV */
    /* min-height: 100px; */
}

.single_pdt header h1 {
    font-size: 1.5em;
    /* 1.5em By OPCV */
    line-height: 1.3em;
    /* font-weight: 500; */
    font-weight: bold;
    /* margin-bottom: 5px; */
    color: #1b669c;
    min-height: 60px;
}

.single_pdt header a {
    /* color: #336698; */
    color: #1b669c;
    text-decoration: none;
}

.single_pdt header a:hover {
    color: #4575A2;
    text-decoration: none;
}

.single_pdt header p {
    font-size: 1.3em;
    font-weight: 500;
    color: #888;
    /* margin-top: 5px; */
}

.single_pdt .reviews {
    font-size: 1.7em;
    text-transform: uppercase;
    color: #888;
}

.single_pdt_price {
    font-size: 1.5em;
    font-weight: bold;
    color: #1b669c;
    /* color: #888; */
    /* padding-bottom: 5px; */
    /* 10px By OPCV */
}

.single_pdt_price span {
    display: block;
    font-size: 0.8em;
    color: #d6a6a6;
    font-weight: 300;
}

.single_pdt_price span:lang(no) {
    display: inline;
    font-size: 0.8em;
    color: #888;
    font-weight: 600;
}

.pdt_single_split {
    font-size: 0.65em;
    font-weight: 300;
    color: #aaa;
    /* Mais escuro  -  By OPCV */
}

.pdt_single_splitb {
    /* em Branco . Para manter altura da div  -  By OPCV */
    font-size: 0.65em;
    font-weight: 300;
    color: #fff;
}


.single_pdt_btn {
    padding: 0px 0;
    /* 5px 0 By OPCV */
    border-radius: 10px;
    text-align: center;
    display: flex;
    /* align-items: center; */
    align-self: center;
    flex-direction: row;

    /*background: #eee;*/
}

.single_pdt_btn .btn {
    font-size: 0.7em;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: 600;
}

/*404*/
.not_found {
    padding: 50px 0;
}

.not_found .header {
    width: 800px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto 40px auto;
}

.not_found .header h1 {
    font-size: 2em;
    font-weight: 400;
}

.not_found .header p {
    font-size: 1.1em;
    font-weight: 300;
    margin: 10px 0 0 0;
}

.not_found .search_form {
    display: block;
    padding: 0 20px;
    margin-bottom: 50px;
    float: none;
    background: none;
    text-align: center;
}

.not_found .search_form input {
    width: 400px;
    max-width: 100%;
    padding: 6px;
}

/*SIGN*/
.main_sign {
    background: #979798;
    /* #769977 */
    color: #fff;
    text-align: center;
    position: relative;
}

.main_sign .content {
    padding-top: 10px;
}

.goto_home {
    position: absolute;
    padding: 8px 20px;
    margin-top: -20px;
    margin-left: -30px;
    background: #4f7d68;
    font-size: 1.5em;
    font-weight: 300;
    border-radius: 50%;
    cursor: pointer;
}

.goto_home:hover {
    background: #76bc9d;
}

.main_sign h1 {
    font-size: 2em;
    font-weight: 300;
}

.main_sign header p {
    font-size: 0.8em;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.main_sign form {
    text-align: left;
    margin: 0 auto;
}

.esq {
    width: 64%;
    float: left;
    text-align: left;
}

.dir {
    width: 36%;
    float: right;

    text-align: right;
    vertical-align: middle;
    margin-top: 20px;
}

.dir span {
    font-size: 1.5em;
}

.main_sign form label {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 20px;
    text-align: left;
    margin-bottom: 20px;
}

.main_sign form label .ld {
    float: right;
    vertical-align: bottom;
    /* margin-left: 100px; */
    margin-right: 5px;
    text-align: left;
    margin-bottom: 20px;
}

.main_sign form label span {
    display: block;
    margin-bottom: 5px;
    font-size: 1em;
    /* 0.875em; */
}

.main_sign form label span .ld {
    display: block;
    text-align: right;
    margin-bottom: 5px;
    font-size: 1em;
    /* 0.875em; */
}

.main_sign form input {
    border: none;
    border-radius: 5px;
    font-size: 1.2em;
    padding: 10px 20px;
    font-weight: 400;
    color: #979798;
    /* #fff; */
    background: #fff;
    /* rgba(0, 0, 0, 0.5);*/
}

.main_sign form input::placeholder {
    font-size: 0.80em;
}

.main_sign form .btn {
    margin-top: 3px;
    padding: 12px 20px;
    font-size: 1.0em;
    font-weight: bold;
    border-radius: 5px;
    background-color: #7fc8fc;
}

.main_sign form .btn:hover {
    background-color: #1b669c;
}

/*FOOTER*/
.footer_content_social {
    width: 90%;
    padding: 5px 0 0 0;
    font-style: normal;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 auto;
}

.footer_content {
    width: 90%;
    padding: 5px 0 0 0;
    font-style: normal;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 auto;
}


.main_footer {
    float: left;
    width: 100%;
    background: #1b669c;
    /* #f2f2f2; */
    font-size: 0.875em;
    color: #fff;
    padding-top: 2%;
    padding-bottom: 2%;
}

.main_footer .titulos {
    text-transform: uppercase;
    font-size: 1.2em;
    color: #7fc8fc;
    font-weight: bold;
}

.main_footer .primeira {
    float: left;
    text-align: left;
}

.main_footer .segunda {
    float: left;
    text-align: left;
}

.main_footer .primeira .nome {
    font-size: 1em;
    text-transform: uppercase;
}

.main_footer .segunda .nome {
    font-size: 1em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.main_footer .primeira .logo {
    color: #fff;
    width: 70%;
}

.main_footer .primeira .bar_contact {
    color: #fff;
    text-decoration: none;

}

.main_footer .primeira .bar_contact:hover {
    text-decoration: underline;
    font-weight: bold;
}

.main_footer .primeira .bar_contact_mail {
    color: #fff;
    text-decoration: none;

}

.main_footer .primeira .bar_contact_mail:hover {
    text-decoration: underline;
    font-weight: bold;
}

.main_footer .segunda .localizacao {
    display: flex;
    flex-flow: row wrap;
}

.main_footer .segunda .localizacao .placeicon {
    width: 10%;
    float: left;
    text-align: left;
    padding-top: 10px;
}

.main_footer .segunda .localizacao .placeicon i {
    color: #7fc8fc;
    font-size: 2em;
}

.main_footer .segunda .localizacao .placenome {
    width: 90%;
    float: right;
    text-align: left;
    vertical-align: auto;
}


.map-responsive {
    /* overflow: hidden; */
    /* padding-bottom: 56.25%; */
    position: relative;
    /* height: 0; */

}

.map-responsive .mapa {
    font-size: 1.5em;
    color: #e05447;
    background-color: #1b669c;
    font-weight: bold;
    text-decoration: none;
    padding: 3px 20px;
    height: 30px;
    border-style: solid;
    border-width: 2px;
    border-radius: 30px;
    border-color: #e05447;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 80%;
    width: 85%;
    position: absolute;
}

.pagam {
    color: #fff;
    width: 15%;
}

.selos {
    width: 40%;
}

.selos1 {
    width: 30%;
}

.main_footer .quarta .nome {
    line-height: 2.0em;
}

.main_footer .quarta .nome a:link {
    color: #fff;
    text-decoration: none
}

.main_footer .quarta .nome a:hover {
    text-decoration: underline;
    font-weight: bolder;
    /* color: #7fc8fc */
}

.main_footer .quarta .nome a:visited {
    color: #fff;
    text-decoration: none
}

.main_footer .quarta .nome a:active {
    color: #fff;
    text-decoration: none
}


.main_footer .primeira i {
    color: #7fc8fc;
}

.main_footer .quarta {
    /* float: right; */
    text-align: left;
}

.main_footer form {
    text-align: left;
    margin: 0 auto;
}

.main_footer form label {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px;
    text-align: left;
    margin-bottom: 20px;
}

.main_footer form label span {
    display: block;
    margin-bottom: 5px;
    font-size: 1em;
    /* 0.875em; */
}

.main_footer form input {
    border: none;
    border-radius: 5px;
    font-size: 1.2em;
    padding: 5px 10px;
    font-weight: 400;
    color: #979798;
    /* #fff; */
    background: #fff;
    /* rgba(0, 0, 0, 0.5);*/
}

.main_footer form .btn {
    padding: 5px 10px;
    font-size: 1.3em;
    border-radius: 5px;
    background-color: #7fc8fc;
}

.footer_final {
    float: left;
    width: 100%;
    background: #195b8a;
    /* #f2f2f2; */
    font-size: 0.7em;
    color: #fff;
    padding-top: 1%;
    padding-bottom: 1%;
}

.footer_final .content_final {
    margin: auto;
    width: 90%;
    padding: 5px 0 0 0;
}

.footer_final .content_final p {
    text-align: center;
}

/*PAGINATOR*/
.paginator {
    display: block;
    width: 100%;
    padding: 20px 0 20px 0;
    text-align: center;
}

.paginator li {
    display: inline-block;
}

.paginator a,
.paginator span {
    padding: 5px 10px;
    background: #769977;
    margin-left: 5px;
    color: #fff;
    text-decoration: none;
    border-radius: 25%;
    -moz-border-radius: 25%;
    -webkit-border-radius: 25%;
    text-shadow: 1px 1px 0 #336698;
}

.paginator span {
    background: #888;
}

.paginator a:hover {
    background: #5fa961;
}

/*BREAD CRUMBS*/
.breadcrumbs {
    display: block;
    padding: 3px 10px;
    /* 10px By OPCV*/
    /* background: #eee; */
    background: #fff;
    /* font-size: 0.8em; */
    font-size: 2.0em;
    /* font-weight: 500; */
    font-weight: bold;
    /* color: #336698; */
    color: #8E8F91;
    /* #555  By OPCV */
    text-align: center;
    /* text-align: right; */
    /* text-transform: uppercase; */
    margin-bottom: 10px;
    margin-top: 50px;
    /* 5px By OPCV*/
    border-radius: 4px;
}

.breadcrumbs a {
    text-decoration: none;
    color: #769977;
    font-weight: 600;
}

/*PAGINAS*/
.page_single {
    background: #d6d6d6;
    padding: 40px 0;
}

.page_single header {
    text-align: center;
    color: #ccc;
}

.page_single header h1 {
    font-weight: 300;
}

.page_single .page_content {
    padding: 30px;
    background: #fff;
}


/*PRODUCT STORE*/

.produto_topo {
    width: 100%;
}

.produto_titulo_topo {
    display: block;
    padding: 3px 10px;
    background: #fff;
    font-size: 1.2em;
    font-weight: bold;
    color: #8E8F91;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 30px;
}

.produto_titulo_topo a {
    text-decoration: none;
    color: #769977;
    font-weight: 600;
}

.produtct_basics_cover {
    float: left;
    /* width: 50%; */
    position: relative;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
}

.cover50 {
    width: 50%;
}

.cover40 {
    width: 40%;
}

.produtct_basics_cover_offer {
    position: absolute;
    top: 50px;
    left: 0;
    text-align: right;
    color: #fff;
    width: 50%;
    padding: 10px 20px;
    background: #769977;
    font-size: 0.8em;
}

.produtct_basics_cover_stock {
    font-size: 0.8em;
    text-align: center;
    color: #fff;
    position: absolute;
    margin-left: 40%;
    text-transform: uppercase;
    font-weight: bold;
    bottom: 0;
    padding: 2px;
    background: #ff9c00;
}

.produtct_basics_cover_stock_out {
    font-size: 0.8em;
    text-align: center;
    color: #fff;
    position: absolute;
    margin-left: 40%;
    text-transform: uppercase;
    font-weight: bold;
    bottom: 0;
    left: 0;
    padding: 2px;
    background: #cb171e;
}

.cover_esq {
    width: 20%;
    border-width: 1px;
    /* border-style: solid;
    border-color: #aaa; */
}

.cover_dir {
    /* width: 80%; */
    border-width: 1px;
    border-style: solid;
    border-color: #aaa;
    margin-left: 3px;
}

.cover80 {
    width: 80%;
}

.cover100 {
    width: 100%;
}

.produtct_basics_cover img {
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    margin: auto;
    height: auto;

}

.produtct_basics_cover_ident {
    top: 88px;
}

.produtct_basics_cover ul {
    display: grid;
    max-width: 100%;
    width: 100%;
    /* padding-top: 10px; */
    background: #fff;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #aaa;
}

.produtct_basics_cover li {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin-bottom: 2px;
    object-fit: cover;
    /* border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #aaa;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #aaa; */
    border-width: 1px;
    border-style: solid;
    border-color: #aaa;
}

.produtct_basics_cover li a {
    display: flex;
}


.produtct_basics_cover li img {
    max-width: 100%;
    width: 100%;
    height: auto;
    vertical-align: middle;
    margin: auto;
    align-self: center;
}


.produtct_basics_infor {
    float: right;
    /* width: 50%; */
    padding-left: 2.5%;
    margin-bottom: 20px;
}

/* .produtct_basics_infor .cover50 {
    width: 50%;
} */

.cover60 {
    width: 60%;
}

.produtct_basics_infor .info {
    padding: 15px 0 5px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    font-size: 1.5em;
    color: #555;
}

.brand {
    vertical-align: top;
    width: 80px;
    height: 30px;
    background-color: #fff;
}

.video2 {
    margin: 15px 0 0 0;
    /* font-size: 0.8em;
    font-weight: bold; */
    /*text-transform: uppercase;*/
    color: #fff;
    background-color: #fff;
    position: relative;
}

.produtct_basics_infor .info p {
    margin-bottom: 10px;
}

.produtct_basics_infor .pre-info p {
    margin-bottom: 5px;
    font-size: 1.5em;
    color: #555;
}

.produtct_basics_infor .pre-info .bar_contact {
    color: rgb(15, 203, 15);
}

.produtct_basics_infor .pre-info .reviews {
    margin: 10px 0 20px 0;
    font-size: 1.5em;
    /* text-transform: uppercase; */
    color: #888;
}

.produtct_basics_infor .info .video {
    margin: 15px 0 0 0;
    font-size: 0.8em;
    font-weight: bold;
    /*text-transform: uppercase;*/
    color: #888;
    position: absolute;
}

.produtct_basics_infor .info .icon-youtube {
    margin: 5px 5px 0 0;
    font-size: 2.0em;
    color: red;
}

.produtct_basics_infor .video a {
    text-decoration: none;
    color: #769977;
    position: relative;
    bottom: 5px;
}

.produtct_basics_infor header h1 {
    font-size: 1.8em;
    font-weight: bold;
    margin: 15px 0;
    color: #777;
}

.produtct_basics_infor header p {
    font-size: 0.8em;
}

.produtct_basics_infor .info .price {
    font-size: 1.7em;
}


.produtct_basics_infor .info .ppreco {
    position: relative;
    font-size: 1.5em;
    font-weight: bold;
    /* padding: 50px 40px 20px 40px; */
    color: #0065A1;
}

.tabela {
    font-size: 0.7em;
    border-collapse: separate;
    border-spacing: 10px 0px;
    margin-bottom: 10px;
}

.produtct_basics_infor .info .price .tabela td {
    border-left: 1px solid #B5B5B5;
    border-right: 1px solid #B5B5B5;
    padding: 0 5px;
}

.produtct_basics_infor .info .price .tabela td:nth-last-child(1) {
    border-right: 1px solid #B5B5B5;
    padding: 0 5px;
}

.produtct_basics_infor .info .price .tabela .linha1 td:nth-last-child(1) {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top: 1px solid #B5B5B5;
}

.produtct_basics_infor .info .price .tabela .linha2 td:nth-last-child(1) {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom: 1px solid #B5B5B5;
}

.produtct_basics_infor .info .price .tabela .linha1 td {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top: 1px solid #B5B5B5;
    border-bottom: 1px solid #fff;
    font-size: 0.6em;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 5px 0 5px;
}

.produtct_basics_infor .info .price .tabela .linha2 td {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom: 1px solid #B5B5B5;
    border-top: 1px solid #fff;
    font-size: 0.7em;
    font-weight: 600;
    color: red;
    padding: 0 5px 5px 5px;
}

.produtct_basics_infor .info .price strike {
    font-weight: 300;
    color: #d6a6a6;
    font-size: 0.8em;
    margin-left: 10px;
}

.produtct_basics_infor .price_split {
    font-size: 0.5em;
    color: #888;
}

.produtct_basics_infor form {
    display: block;
    width: 100%;
    vertical-align: bottom;
}

.produtct_basics_infor a {
    text-decoration: none;
    color: #769977;
}

.produtct_basics_infor a:hover {
    color: #5fa961;
    text-decoration: underline;
}

.produtct_infor {
    background: #fff;
}

.produtct_infor .infor_topo {
    padding: 30px 0 0 0;
    background: #fff;
}

.produtct_infor .infor_topo .tabela {
    margin-left: -10px;
}

.produtct_infor .infor_topo .tabela td {
    border-left: 1px solid #B5B5B5;
    border-right: 1px solid #B5B5B5;
    padding: 5px 5px;
}

.produtct_infor .infor_topo .tabela td:nth-last-child(1) {
    border-right: 1px solid #B5B5B5;
    padding: 5px 5px;
}

.produtct_infor .infor_topo .tabela .linha1 td:nth-last-child(1) {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top: 1px solid #B5B5B5;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom: 1px solid #B5B5B5;
}

.produtct_infor .infor_topo .tabela .linha2 td:nth-last-child(1) {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom: 1px solid #B5B5B5;
}

.produtct_infor .infor_topo .tabela .linha1 td {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top: 1px solid #B5B5B5;
    border-bottom: 1px solid #B5B5B5;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 1.7em;
    font-weight: 700;
    color: #666;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 10px;
}

.produtct_infor .infor_topo .tabela .linha1 .descger,
.produtct_infor .infor_topo .tabela .linha1 .fichatc,
.produtct_infor .infor_topo .tabela .linha1 .formpag {
    cursor: pointer;
}

.produtct_infor .infor_texto {
    display: block;
    background: #fff;
    position: relative;
    min-height: 200px;
}

.produtct_infor .infor_texto .htmlchars {
    padding: 30px;
    background: #fff;
    border: 1px solid #B5B5B5;
    border-radius: 5px;
    margin-bottom: 30px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    min-height: 150px;
}

.produtct_infor .infor_texto .htmlchars_ft {
    padding: 30px;
    background: #fff;
    border: 1px solid #B5B5B5;
    border-radius: 5px;
    margin-bottom: 30px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    min-height: 150px;
}

.produtct_infor .infor_texto .htmlchars_pg {
    padding: 30px;
    background: #fff;
    border: 1px solid #B5B5B5;
    border-radius: 5px;
    margin-bottom: 30px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    min-height: 150px;
}

.produtct_more {
    background: #769977;
    text-align: center;
    color: #fff;
}

.produtct_rel {
    background: #fff;
    text-align: center;
    color: #8E8F91;
    margin-top: 40px;
}

.produtct_more .content>header {
    margin-bottom: 30px;
}

.produtct_more .content>header h1 {
    font-size: 2em;
    font-weight: 300;
}

.produtct_more .content>header p {
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: 500;
}

.produtct_more .single_pdt {
    background: #fff;
    border: none;
    box-shadow: none;
    color: #ccc;
}

.produtct_reviews .comments {
    font-size: 0.875em;
    background: #fff;
}

/*1584px*/
@media (max-width: 99em) {

    .main_nav2 nav>ul>.nav_menu {

        margin: 0px;

    }

}

/*1494px*/
@media (max-width: 93.375em) {

    .single_pdt_container {
        width: 30%;
    }

    .single_pdt_stock,
    .single_pdt_stock_out {
        margin-left: 30%;
    }

}

/*1568px*/
@media (max-width: 98em) {
    .esq-50 {
        width: 10%;
    }

    .dir-50 {
        width: 90%;
    }

    .single_pdt header h1 {
        font-size: 1.2em;
    }

    .single_pdt .reviews {
        font-size: 1.5em;
    }

    .single_pdt_price {
        font-size: 1.2em;
    }
}

/*1456px*/
@media (max-width: 91em) {
    .main_nav2 nav>ul>.nav_menu {

        padding: 5px 5px 45px 5px;
        font-size: 1em;
    }


}

/*1424px*/
@media (max-width: 89em) {


    .coluna-logo {
        width: 15%;
    }

    .search-form {
        position: absolute;
        top: 70px;
        left: 20%;
        height: auto;
        border-radius: 40em;
    }

    .main_header header {
        margin-bottom: 0;
    }

    .coluna-widgets {
        width: 15%;
    }

    .coluna-menu {
        width: 70%;
    }

    .main_nav2 nav>ul>.nav_menu {
        padding: 0 5px 35px 5px;
    }

    .main_header_user a {
        padding: 5px 10px;
    }

}


/*1404px*/
/* @media (max-width: 87.75em) {
    .main_nav2 nav>ul>.nav_menu {

        padding: 5px 5px 45px 5px;
        font-size: 1em;
    }


} */

/*1384px*/
@media (max-width: 86.5em) {
    .main_nav2 .sub {
        width: 150px;
        height: 300px;
    }

    .dir span {
        font-size: 1.3em;
    }


}

/*1346px*/
@media (max-width: 84.125em) {
    .main_nav2 nav>ul>.nav_menu {
        font-size: 0.9em;
    }

    .single_pdt_container {
        width: 30%;
    }

    .single_pdt_container .single_pdt_news,
    .single_pdt_container .single_pdt_emphasis,
    .single_pdt_container .single_pdt_offer_n {
        font-size: 0.6em;
    }

    .single_pdt header h1 {
        font-size: 1em;
        min-height: 50px;
    }

    .single_pdt header p {
        font-size: 1.1em;
    }

    .single_pdt_stock,
    .single_pdt_stock_out {
        font-size: 0.6em;
    }

    .single_pdt .reviews {
        font-size: 1.3em;
    }

    .single_pdt_price {
        font-size: 1em;
    }

}


/*1318px*/
@media (max-width: 82.375em) {

    .barra_content .titulos {
        font-size: 1em;
    }

    .barra_content .descricao {
        font-size: 0.9em;
    }

    .barra_content i {
        font-size: 44px;
    }

    .main_sign form label {
        margin-right: 10px;
    }

    .main_sign form label span {
        font-size: 0.875em;
    }

    .main_sign form input {
        font-size: 1.1em;
        padding: 10px 10px;
    }

    .main_sign form .btn {
        padding: 12px 10px;
    }

    .esq {
        width: 60%;
    }

    .dir {
        width: 40%;
    }
}

/*}*/

/*1232px*/
@media (max-width: 77em) {
    .main_footer .primeira .bar_contact_mail {
        font-size: 0.9em;
    }

    .main_footer .segunda .localizacao .placeicon i {
        font-size: 1.8em;
    }

    .map-responsive .mapa {
        font-size: 1.4em;
        padding: 3px 15px;
    }
}


/*1184px*/
@media (max-width: 74em) {
    .produtct_basics_cover_stock {
        width: 65%;
    }

    .produtct_basics_cover_offer {
        width: 70%;
    }
}

/*1176px*/
@media (max-width: 73.5em) {
    .main_nav2 nav>ul>.nav_menu {
        font-size: 0.8em;
    }

    .main_header_pdt {
        font-size: 0.7em;
    }

    .barra_content .titulos {
        font-size: 0.9em;
    }

    .barra_content .descricao {
        font-size: 0.8em;
    }

    .barra_content i {
        font-size: 42px;
    }


    .main_sign form label {
        margin-right: 5px;
    }

    .main_sign form label span {
        font-size: 0.7em;
    }

    .main_sign form input {
        font-size: 1em;
        padding: 5px 5px;
    }

    .main_sign form .btn {
        padding: 5px 5px;
        font-size: 0.9em;
    }

    .dir {
        margin-top: 10px;
    }



}

/*1142px*/
@media (max-width: 71.375em) {
    .dir span {
        font-size: 1.1em;
    }

    .single_pdt header h1 {
        font-size: 0.8em;
        min-height: 40px;
    }

    .single_pdt header p {
        font-size: 0.9em;
    }

    .single_pdt .reviews {
        font-size: 1.1em;
    }

    .single_pdt_price {
        font-size: 0.8em;
    }


}

/*1116px*/
@media (max-width: 69.75em) {

    .search-form:hover>.search-text {
        width: 500px;
    }

    .main_footer .primeira .bar_contact_mail {
        font-size: 0.8em;
    }

    .main_footer .segunda .localizacao .placeicon i {
        font-size: 1.7em;
    }

    .map-responsive .mapa {
        font-size: 1.3em;
        padding: 3px 10px;
    }
}


/*1056px*/
@media (max-width: 66em) {
    .search-form .search-btn {
        width: 40px;
        height: auto;
    }

    .main_nav2 nav>ul>.nav_menu {
        padding: 0 1px 35px 1px;
    }


    .coluna-widgets {
        width: 17%;
    }

    .coluna-menu {
        width: 68%;
    }


    .main_header_user,
    .main_header_cart {
        font-size: 0.7em;
    }

    .single_list {
        padding: 0;
        float: left;
        width: 100%;
    }

    .single_sidebar {
        display: none;
    }
}

/*1036px*/
@media (max-width: 64.75em) {
    .esq-50 {
        width: 15%;
    }

    .dir-50 {
        font-size: 0.9em;
        width: 85%;
    }

    .coluna-menu .search-form .search-btn {
        width: 40px;
    }

    .main_nav2 nav>ul>.nav_menu {
        padding: 0 1px 35px 1px;
    }

    .single_list {
        padding: 0;
        float: left;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .single_sidebar {
        display: none;
    }

    .main_sign form label span {
        font-size: 0.6em;
    }

    .main_sign form input {
        font-size: 0.9em;
    }

    .main_sign form .btn {
        font-size: 0.8em;
    }


    .dir span {
        font-size: 1em;
    }

    .main_header_bar_social {
        margin-left: 10px;
    }

    .main_header_bar_social li a {
        height: 35px;
        width: 35px;
    }

    .wc_whatsapp i {
        font-size: 1.6em;
    }
}

/*1024px*/
@media (max-width: 64em) {
    .content_header {
        justify-content: space-between;
        padding: 5px 0 55px 0;
        width: 95%;
        height: 110px;
    }

    .search-form {
        display: flex;
        position: absolute;
        top: 110px;
        left: unset;
        margin: auto;
        height: auto;
        width: 95%;
    }

    .search-form .search-text {
        width: 95%;
        padding-left: 2%;
    }

    .search-form .search-btn {
        width: 7%;
        height: auto;
        color: #1b669c;
        background: #fff;
        /* #fff; */
        border-radius: 50%;
    }

    .search-form:hover>.search-text {
        width: 95%;
        padding-left: 2%;

    }

    .search-form:hover>.search-btn {
        background-color: #fff;
        color: #1b669c;
        /* #fff; */
        border-radius: 50%;

    }

    .coluna-logo {
        width: 40%;
        max-height: 55px;
    }

    .coluna-menu {
        display: none;
        position: absolute;
        /* width: auto; */
        top: 6%;
        left: 0%;
    }

    .coluna-widgets {
        /* flex-direction: row-reverse; */
        display: block;
        width: auto;
    }

    .main_header_pdt,
    .main_header_user {
        display: none;
    }

    .main_header_cart {
        font-size: 0.9em;
    }

    .main_nav_cel {
        display: flex;
    }


    /* ******************** ################################################# ****************************** */
    .main_nav2 {
        display: none;
        /* top: -21px;
        left: 0; */
    }

    .main_nav_mobile_menu {
        display: block;
        width: 100%;
        font-weight: normal;
        font-size: 2.5em;
        /* padding: 0 35px; */
        /* margin-left: 5px; */
        margin-bottom: 50px;
        /* text-align: center; */
        background: #336698;
        color: #fff;
        cursor: pointer;
    }

    .main_nav_cel nav {
        padding: 0px 0px;
        font-weight: 500;
        z-index: 999;
    }

    .main_nav_cel .prim {
        display: none;
        width: 100%;
    }

    .main_nav_cel nav .prim {
        flex-direction: row;
    }

    .main_nav_cel .sub {
        left: 130px;
        top: 0;
        width: 150px;
        height: 200px;
    }

    .main_nav_cel nav>ul>.nav_menu {
        display: block;
        padding: 0;
        width: 130px;
    }

    .main_nav_cel nav>ul>.nav_menu_especial {
        display: block;
        padding: 0;
        width: 130px;
        margin: 0;
        font-size: 0.8em;
    }

    .main_nav_cel nav>ul>.nav_menu i {
        display: none;
    }

    .main_nav_cel li {
        border-top: 1px solid #eee;
    }

    .main_nav_cel nav>ul>li {
        font-size: 0.8em;
        font-weight: 400;
        text-transform: uppercase;
    }

    .main_nav_cel nav>ul>li>ul>li>a:before {
        margin-right: 10px;
        content: "»";
    }

    .main_nav_cel nav ul li ul li ul li {
        text-transform: capitalize;
    }

    .main_nav_cel nav ul li ul li ul li a:before {
        margin-right: 10px;
        text-transform: lowercase;
        content: "»»";
    }

    .main_nav_cel li span {
        display: block;
        width: 100%;
        padding: 4%;
        background: #888;
        color: #fff;
    }

    .main_nav_cel li a {
        display: block;
        width: 100%;
        padding: 4%;
        color: #fff;
        text-decoration: none;
        background: #769977;
    }

    .main_nav_cel li a:hover {
        background: #5fa961;
    }

    .single_pdt header h1 {
        font-size: 1.0em;
        min-height: 40px;
    }

    .single_pdt_price {
        font-size: 1.0em;
    }

    .main_footer .primeira,
    .main_footer .segunda {
        min-height: 400px;
    }

    .main_footer .quarta .nome {
        line-height: 1.5em;
    }

    .produtct_basics_cover,
    .produtct_basics_infor {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .produtct_basics_cover>img {
        float: left;
        width: 50%;
    }

    .produtct_basics_cover ul {
        float: right;
        width: 50%;
        padding-left: 5%;
    }

    .produtct_basics_cover ul li {
        width: 33%;
    }

    .produtct_basics_cover {
        margin-bottom: 30px;
    }
}

/*926px*/
@media (max-width: 57.875em) {
    .coluna-menu {
        width: 65%;
    }

    /* .coluna-logo {
        40px;
    } */
    .main_nav_mobile_menu {
        font-size: 2.5em;
        margin-bottom: 40px;
    }

    .content_header {
        padding: 5px 0 50px 0;
        height: 120px;
    }

    .search-form {
        top: 123px;

    }

    .search-form .search-text {
        font-size: 1.0em;
    }

    .search-form .search-btn {
        font-size: 1.4em;
    }

    .main_sign form label {
        margin-bottom: 15px;
    }

    .main_sign form label span {
        margin-bottom: 2px;
    }

    .main_sign form input {
        font-size: 0.8em;
        padding: 1px 0 1px 2px;
    }

    .main_sign form .btn {
        margin-top: 0;
        font-size: 0.7em;
        padding: 2px 5px;
    }

    .dir span {
        font-size: 0.9em;
    }

    .main_header_bar_social {
        margin-left: 5px;
    }

    .main_header_bar_social li a {
        height: 30px;
        width: 30px;
        font-size: 1.3em;
    }
}

/*826px*/
@media (max-width: 51.6875em) {
    .main_nav_mobile_menu {
        font-size: 2.3em;
        margin-bottom: 45px;
    }

    .main_nav_cel nav>ul>li {
        margin: 0
    }

    .search-form {
        top: 117px;

    }

    .esq-50 {
        display: none;
        /* width: 15%; */
    }

    .dir-50,
    .dir-50 a {
        /* font-size: 0.8em; */
        width: 100%;
        text-align: center;
    }

    .dir-50 .icon-envelop,
    .dir-50 .jwc_contact {
        /* font-size: 0.8em; */
        display: none;
    }


    /* .dir-50 a {
        font-size: 0.8em;
    } */

    .coluna-menu {
        width: 15%;
    }
}

/*768px*/
@media (max-width: 48em) {
    .content_header {
        padding: 5px 0 45px 0;
        height: 110px;
    }

    .coluna-menu {
        top: 6%;
    }

    .main_nav_mobile_menu {
        font-size: 2.5em;
        margin-bottom: 41px;
    }

    .search-form {
        display: flex;
        position: absolute;
        top: 110px;
        /* left: 22.5%; */
        height: auto;
        /* width: 60%; */
    }

    .search-form .search-text {
        width: 95%;
        padding-left: 2%;
    }

    .search-form .search-btn {
        font-size: 1.2em;
    }

    .single_pdt_container {
        width: 27%;
    }

    .single_pdt_container .single_pdt_news,
    .single_pdt_container .single_pdt_emphasis,
    .single_pdt_container .single_pdt_offer_n {
        font-size: 0.8em;
    }

    .single_pdt_stock,
    .single_pdt_stock_out {
        font-size: 0.8em;
        text-align: center;
        position: absolute;
        margin-left: 39%;
    }

    .single_pdt header h1 {
        font-size: 1.5em;
        min-height: 60px;
    }

    .single_pdt header p {
        font-size: 1.3em;
    }

    .single_pdt_price {
        font-size: 1.5em;
    }

    .single_pdt .reviews {
        font-size: 1.7em;
    }

    .main_footer .segunda {
        min-height: 400px;
    }

    .footer_content_social {
        flex-direction: row;
    }

    .footer_content {
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
    }

    .main_footer .primeira .logo {
        width: 50%;
    }

    .main_footer .segunda {
        min-height: 230px;
    }

}

/*716px*/
@media (max-width: 44.75em) {

    .search-form {
        height: 30px;
    }

    .search-form .search-text {
        font-size: 0.85em;
    }

    .search-form:hover>.search-text {
        width: 95%;
    }

}

/*678px*/
@media (max-width: 42.375em) {

    .coluna-logo {
        width: 55%;
    }

    .search-form:hover>.search-text {
        width: 95%;
    }

    .main_nav_cel nav>ul>li {
        font-size: 0.7em;
    }

    .main_nav2 {
        top: 9%;
        left: 0;
    }

    .main_nav_mobile_menu {

        margin-bottom: 40px;
    }

}




/*528px*/
@media (max-width: 33em) {
    .content {
        width: 94%;
    }

    .main_footer .left {
        margin-bottom: 20px;
    }

    .main_footer .left,
    .main_footer .right {
        float: none;
        width: 100%;
        text-align: center;
    }

    .produtct_basics_cover img,
    .produtct_basics_cover ul {
        width: 100%;
    }

    .produtct_basics_cover_stock {
        width: 55%;
    }

    .produtct_basics_cover_offer {
        width: 60%;
    }

    .dir {
        width: 90%;
        float: left;
        text-align: left;

    }
}