/* base */
.carousel .carousel-inner {height: 240px;}

.force-visible{display: block !important}

.btn-primary {
    background-color: #008B8B;
}

#header {
    background: #003580;
    padding-top: 15px;
}

#header .header-nav {
    max-height: inherit;
    margin-bottom: 0;;
}

#header .header-desktop{
    display: flex;
}

.header-logo{
    flex-grow: 1;
}

#header .navs {
    display: flex;
    align-items: flex-end;


    flex-direction: column;
    font-size: 0.7rem;
}

#header .navs .blockcart {
    background: #008B8B;
    color: white;

    height: inherit;
    padding: 7px 20px;
    border-radius: 5px;
    margin-bottom: 8px;
}




#header .navs .nav1 > span:not(:last-child):after{
    margin-left: 5px;
    color: white;
    content: "|";
}

#header .navs .nav1 a{
    color: white;
}

#header .header-nav .cart-preview .shopping-cart{
    color: white;
}

#_desktop_cart i{
    margin-right: 5px;
}


/* home */
.carousel {
    box-shadow: none;
    height: auto;
}

.carousel .carousel-item img {
    max-width: inherit;
    max-height: 350px;
}

@media (min-width: 576px) {
.carousel-control .icon-next, .carousel-control .icon-prev {margin-top: -44px;}
}

#index #products .product-miniature, #index .featured-products .product-miniature, #index .product-accessories .product-miniature, #index .product-miniature .product-miniature {
    margin: 0 .5125rem;
}

#index #main .banner {
    text-align: center;
}



/* menu lateral */
.category-sub-menu > li {font-size: 0.8rem;}

.links .h3 {font-size: 1rem;}
.links .wrapper li{font-size: 0.8rem;}

.block-categories .category-sub-menu li[data-depth="0"]>a,
#left-column .links a {
    color: black;
    border-bottom: none;
    font-weight: normal;

    width: 100%;
    display: inline-block;
    margin: .3125rem 0 0;
    padding-bottom: .1875rem;
}

.block-categories .category-sub-menu li[data-depth="0"]>a:hover,
#left-column .links a:hover {
    font-weight: bold;
    color: black;
}

#left-column .links,
#left-column .links .wrapper {
    width: 100%;
}

#left-column .links {
    background: white;
    padding: 1.563rem 1.25rem;
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
}

#left-column .links .social-links{
    display: none;
}

#left-column .banners {
    width: 100%;
}

#left-column .banners li {
    padding: 15px 0;
}

#left-column .banners li img{
    width: 100%;
}


/* rodapé */
.footer-container .social-links img {
    width: 27px;
}


/* listagem de produtos */
.products .h3.product-title a{
    color: black;
    font-weight: bold;
}

.pagination {
    background-color: white;
}

.pagination .page-list {
    box-shadow: none;
}

/* página do produto */
#product .images-container .js-qv-mask{
    display: none;
}

#product h1 {
    margin-bottom: 20px;
}


#product .product-description img,
#product .product-description iframe {
    max-width: 100% !important;
    height: auto !important;
}

.icons-menu-mobile i {
    margin-bottom: 10px;

    border-radius: 2px;
    width: 1.3em;
    height: 1.3em;
    text-align:center;
    line-height: 1.3em;
    
    background-color:#003580;
    color: white;

    padding-top: 5px;
}

.icons-menu-mobile i.is-open{
    background-color: #0d64de;
}


/* tablet */
@media (max-width: 991px) {
    .header-logo {max-width: 30%; align-self: center;}
    #header .navs { flex-grow: 1;}
    #header.is-open, #header.is-open .header-top {background: #003580;}
    #header .header-nav {background: transparent;}
    .row {margin-left: 0; margin-right: 0;}
}

/* mobile */
@media (max-width: 576px){
    #left-column .banners {background: white;}
    #wrapper{padding-top: 43px}
    .header-desktop {flex-direction: column;}
    .header-logo {max-width: 100%;}
    #header .logo {margin-bottom: 10px;}
    #header .navs {align-items: inherit;}
    .row { margin-left: 0; margin-right: 0;}
}

@media (min-width: 576px) {
    .container {width: 576px; padding-left: 0; padding-right: 0;}
}

@media (min-width: 700px) {
    .container {width: 700px; padding-left: 0; padding-right: 0;}
}

@media (min-width: 751px) {
    .container {width: 751px; padding-left: 0; padding-right: 0;}
}

@media (min-width: 992px) {
    .container {width: 960px; padding-left: 15px; padding-right: 15px;}
}

@media (min-width: 1200px) {
    .container {width: 1140px;}
}

#agwpbutton_fixed_button {
    z-index: 9999999;
}

#agwpbutton_fixed_button a {
    display: flex;
    align-content: center;
    align-items: center;
    font-size: 13px;
    gap: .5rem;
    background-color: #097F06;
    color: white;
    padding: 1rem;
    border-radius: 5rem;
    max-height: 40px;
    text-transform: uppercase;
}

#agwpbutton_fixed_button img {
    width: 20px;
}

.product-description table,
.product-description div {width: auto !important; max-width: 100%}

.product-description table {width: auto !important; max-width: 100%}
