/* Links */

a {
	color: #343a40;
}

a:hover {
	color: #6c757d;
}

/* Buttons */

.btn-primary,
.btn-primary:disabled,
.btn-primary.disabled {
	background: #343a40;
	border-color: #343a40;
	color: #fff;
	text-transform: uppercase;
}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active {
	background: #495057;
	border-color: #495057;
	color: #fff;
}

.btn-secondary,
.btn-secondary:disabled,
.btn-secondary.disabled {
	background: #fff;
	border-color: #868e96;
	color: #495057;
	text-transform: uppercase;
}

.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled):active {
	background: #f1f3f5;
	color: #495057;
}

/* Header */

.header-top-link {
	font-size: .6875rem;
	line-height: 1.125rem;
	text-transform: uppercase;
}

.header-logo {
	flex-shrink: 0;
}

.header-search-form,
.header-search-form .header-search-input {
	max-width: 100%;
}

.header-search {
	margin-right: auto;
	min-width: 0;
}

.header-search-form {
	padding: 0 .625rem;
}

.header-search-input {
	background: #f1f3f5;
	border-color: #e9ecef;
	color: #343a40;
	font-size: 1rem;
	padding: .75rem 4rem .75rem 1.25rem;
	transition: background .2s;
	width: 32rem;
}

.header-search-input:focus {
	background: #f8f9fa;
}

.header-search-input::placeholder {
	color: #6c757d;
}

.header-search-input:-ms-input-placeholder {
	color: #6c757d;
}

.header-search-input::-ms-input-placeholder {
	color: #6c757d;
}

.header-search-btn {
	right: 1rem;
}

.header-search-clear-btn {
	right: 3rem;
}

.header-search-advanced {
	display: none;
}

.header-cart .icon-shopping-cart::after {
	background-color: #343a40;
	box-shadow: 0 0 0 2px #fff;
}

.header-menu-item > .header-menu-link {
	font-weight: 600;
}

.popper.popper-popover-mega-menu {
	box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .2);
	border-color: #fff;
}




@media (min-width: 992px) {
	.header-cart .icon-shopping-cart::after {
		transform: translate(-40%, -20%);
	}
	.header-cart .icon-shopping-cart {
		font-size: 2.25rem;
	}
	.header-menu .navbar-nav {
		border-color: #343a40;
		border-style: solid;
		border-width: 2px 0;
		justify-content: space-between;
	}
	
	.wa-phone {
	    padding-top: .5rem;
	    }

      .wa-phone img {
          height: 1rem;
    width: 1rem;
         
         }

    .dropdown-mega-menu-col {
        width: 250px;
        height: 400px;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .site-index .dropdown-mega-menu-col::-webkit-scrollbar {
        display: none;
    }
    .site-index .dropdown-mega-menu-col {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .dropdown-mega-menu-col .mega-menu-img img {
        max-width: 100%;
        max-height: 330px;
    }
	.site-index .header-bottom a#mega_38815_category_dropdown + .popper-popover-mega-menu {
	    display: none!important;
	}
	.banner-right {
	    width: calc(100% - 250px);
	}
}

@media (max-width: 991.98px) { 
      .wa-phone {
	    padding-top: .75rem;
	    }
         
         .wa-phone img {
    height: 1.75rem;
    width: 1.75rem;
   }
}


/* Index */

.block-products-index .title-primary {
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 2rem;
	text-align: center;
	overflow: hidden;
}

.block-products-index .title-primary span {
	padding: 0 1rem;
	position: relative;
}

.block-products-index .title-primary span::before,
.block-products-index .title-primary span::after {
	background: #343a40;
	content: "";
	height: 2px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.block-products-index .title-primary span::before {
	left: -50vw;
	right: 100%;
}

.block-products-index .title-primary span::after {
	left: 100%;
	right: -50vw;
}

@media (min-width: 992px) {
	.site-index .carousel-banner {
		margin: 1rem 0 3rem;
	}
	.block-products-index {
		margin-top: 1.5rem;
	}
}

/* Catalog */

.prod-img-link {
	transition: opacity .2s;
}

.prod-img-link:hover,
.prod-img-link:focus {
	opacity: .9;
}

.prod-cat {
	font-size: .6875rem;
	font-weight: 600;
	text-transform: uppercase;
}

/* Buy */

.buy-social-icon {
	color: #495057;
}

.nav-buy-wrap::before {
	content: none;
}

.nav-buy-wrap {
	background-color: #fff;
	border-color: #343a40;
	border-style: solid;
	border-width: 2px 0;
	color: #343a40;
}

.nav-buy .nav-link {
	color: #343a40;
	font-weight: 600;
	padding: .875rem .625rem;
	text-transform: uppercase;
}

.nav-buy .nav-link:hover,
.nav-buy .nav-link.active {
	background-color: #fff;
	color: #6c757d;
}

@media (min-width: 992px) {
	.carousel-buy-thumb.active {
		border-color: transparent;
		opacity: .66;
	}
}

/* Footer */

.footer-box-title {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.footer-box-title,
.footer-box .tags,
.footer-box .prod-list-recent,
.footer-box .nav-footer-top-brands {
	justify-content: center;
}

@media (min-width: 992px) {
	.footer-middle-title {
		font-weight: 600;
	}
	.footer-bottom-sides {
		border-top: 2px solid #343a40;
		padding-top: 1.5rem;
	}
}

/* Promo */

[class^="promo-"] {
    border-radius: 0;
    }
    
/*----- map -----*/

.banner-cat-index {
    border: 2px solid #dee2e6;
    margin-bottom: 1.5rem;
    min-height: 300px;
    padding: .5rem;
    }

.banner-cat-index:hover {
    border-color: #000;
    }

.main-cat-img {
    height: 200px;
    overflow:hidden;
    }
.banner-cat-index h1 {
    margin: 0;
    padding: 1rem 0;
    text-align: center;
    }    

.banner-cat-index ul {
    margin: 0;
    padding: 0 0 0 1rem;;
    }
.banner-cat-index ul li {
    padding: .25rem 0;
    }
    
.site-map .box-3 ul li {
    width: 50%;
    }
    
#arrow-up {
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    width: 25px;
    height: 25px;
    background: url('//s.cdnmpro.com/178801358/content/arrow-up.png') no-repeat 50% 50%;
    background-size: 25px 25px;
    cursor: pointer;
}

#arrow-down {
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    width: 25px;
    height: 25px;
    background: url('//s.cdnmpro.com/178801358/content/image.png') no-repeat 50% 50%;
    background-size: 25px 25px;
    cursor: pointer;
}

.payment-logo {
    width: 200px;
    height: 53px;
    display: block;
    vertical-align: middle;
    margin-top: 5px;
    background-size: 200px 53px!important;
}

#payment_eupago .payment-logo {
    background: url('//s.cdnmpro.com/178801358/content/icons/Pagamento%20Refer%C3%AAncia%20Multibanco%20PayShop%20-%20Eupago.png') no-repeat 0 0;
}

#payment_paypal .payment-logo {
    background: url('//s.cdnmpro.com/178801358/content/icons/Paypal.png') no-repeat 0 0;
}

#payment_wire .payment-logo {
    background: url('//s.cdnmpro.com/178801358/content/icons/Transfer%C3%AAncia%20banc%C3%A1ria.png') no-repeat 0 0;
}

#payment_hipay .payment-logo {
    background: url('//s.cdnmpro.com/178801358/content/icons/Pagamento%20Cart%C3%A3o%20de%20Cr%C3%A9dito%20MB%20Way%20-%20Hipay.jpg') no-repeat 0 0;
}

#payment_cash_delivery .payment-logo {
    background: url('//s.cdnmpro.com/178801358/content/icons/Contra%20entrega.png') no-repeat 0 0;
}

#shipping_586 .courier-logo,
#shipping_579 .courier-logo,
#shipping_577 .courier-logo,
#shipping_572 .courier-logo,
#shipping_578 .courier-logo,
#shipping_588 .courier-logo {
    width: 350px;
    height: 44px;
    display: block;
    vertical-align: middle;
    background: url('//s.cdnmpro.com/178801358/content/icons/NACEX_pagamento_servicos.png') no-repeat 0 0;
    background-size: 350px 44px;
}

#shipping_572 .courier-logo,
#shipping_578 .courier-logo {
    background-image: url('//s.cdnmpro.com/178801358/content/icons/CTT_pagamento_servicos.png');
}

#shipping_576 .courier-logo {
    width: 350px;
    height: 34px;
    display: block;
    vertical-align: middle;
    background: url('//s.cdnmpro.com/178801358/content/icons/TNT.png') no-repeat 0 0;
    background-size: 350px 34px;
}

@media (max-width: 991.98px) { 
    #shipping_586 .courier-logo,
    #shipping_579 .courier-logo,
    #shipping_577 .courier-logo,
    #shipping_572 .courier-logo,
    #shipping_578 .courier-logo,
    #shipping_588 .courier-logo {
        width: 270px;
        height: 34px;
        background-size: 270px 34px;
    }
    #shipping_576 .courier-logo {
        width: 270px;
        height: 26px;
        background-size: 270px 26px;
    }
}