/*----------------------------------------*/


/*  Bolinha de Desconto
/*----------------------------------------*/

.flag-desconto {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #89005a;
	border-radius: 50%;
	box-shadow: 0 5px 7px -2px hsla(0, 0%, 75%, .65);
	color: #fff;
	position: absolute;
	top: 5px;
	left: 10px;
	text-align: center;
	text-transform: uppercase;
	height: 40px;
	width: 40px;
	z-index: 1;
	font-size: 9px;
}



.flag-destaque {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: red;
	border-radius: 5%;
	box-shadow: 0 5px 7px -2px hsla(0, 0%, 75%, .65);
	color: #fff;
    position: absolute;
	top: 10px;
	right: 10px;
	text-align: center;
	text-transform: uppercase;
	height: 25px;
	width: 70px;
	z-index: 1;
	font-size: 9px;
}

.flag-destaque-sliders {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: red;
	border-radius: 5%;
	box-shadow: 0 5px 7px -2px hsla(0, 0%, 75%, .65);
	color: #fff;
    position: absolute;
	top: 10px;
	text-align: center;
	text-transform: uppercase;
	height: 25px;
	width: 70px;
	z-index: 1;
	font-size: 9px;
}

.single-product-info {
    text-transform: uppercase;
}


/*----------------------------------------*/


/*  Barra de Busca
/*----------------------------------------*/

.search {
	width: 100%;
	position: relative;
	display: flex;
}

.searchTerm {
	width: 100%;
	border: 3px solid #00B4CC;
	border-right: none;
	padding: 5px;
	height: 20px;
	border-radius: 5px 0 0 5px;
	outline: none;
	color: #9DBFAF;
}

.searchTerm:focus {
	color: #00B4CC;
}

.searchButton {
	width: 40px;
	height: 36px;
	border: 1px solid #00B4CC;
	background: #00B4CC;
	text-align: center;
	color: #fff;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
	font-size: 20px;
}


/*Resize the wrap to see the search bar change!*/

.wrap {
	width: 30%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.form-redondo {
	border-radius: 4rem !important;
	height: 50px;
	background-clip: border-box;
	border: 1px solid #fff;
}

.form-redondo-mobile {
	border-top-left-radius: 4rem !important;
    border-bottom-left-radius: 4rem !important;
	height: 50px;
	background-clip: border-box;
	border: 1px solid #fff;
}

.search-mobile .input-group-append .input-group-text {
    background-color: white;
    border-top-right-radius: 4rem !important;
    border-bottom-right-radius: 4rem !important;
    border: none;
}

.btn-busca {
	border: none;
	font-size: 25px;
}

.btn-busca:hover {
	border: none;
	font-size: 25px;
}

.tel-navbar h4 {
	font-size: 14px;
	color: #660002;
}

.tel-navbar span {
	font-size: 11px;
	color: #660002;
}

.tel-navbar i {
	font-size: 16px;
	color: #CC0003;
}


/*----------------------------------------*/


/*  Sidebar Categorias + Barra de Filtros
/*----------------------------------------*/

.card-sidebar {
	padding: 10px 12px 1px 12px;
}

.card-sidebar .categoria{
	font-weight: bold;
}

.card-sidebar h5 {
	font-weight: bold;
	font-size: 13px;
}

.card-sidebar h5 span {
	color: #ff8800;
	font-weight: bold;
}

.results {
	font-weight: bold;
}

.droptitle {
	font-size: 14px;
	font-weight: bold;
}

.btn-itens {
	padding: .090rem .45rem;
}

.btn-ordenar {
	padding: .090rem .45rem;
}

.sec-title h2 {
	font-weight: bold;
	font-size: 22px;
}



/*----------------------------------------*/
/*  Barra abaixo do slider
/*----------------------------------------*/

.homepage-bar {
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	background-color: #CC0003;
}

.homepage-bar .col-md-4 {
	border-left: ;
	padding-top: 8px;
	padding-bottom: 14px;
}

.homepage-bar .col-md-4:first-child {
	border-left: 0;
}

.homepage-bar i {
	font-size: 34px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
}

.homepage-bar i:before {
	width: auto;
}

.homepage-bar .text-area {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	margin-left: 5px;
}

.homepage-bar h3 {
	color: #fff;
	font-size: 16px;
	margin: 0;
	line-height: 1.5;
}

.homepage-bar p {
	color: #fff;
	font-size: 12px;
	margin: 0;
	line-height: 1;
}


/*----------------------------------------*/


/*  Call to Action Newsletter
/*----------------------------------------*/

.subscribe-newsletter {
	color: #fff;
	background: linear-gradient(to right, #005a9c 0%, #005a9c 50%, #00365e 50%, #00365e 100%);
}

.subscribe-newsletter h4 {
	margin-bottom: 15px;
	font-family: "Montserrat";
	font-weight: bold;
	font-size: 22px;
	color: #fff;
}

.subscribe-newsletter .form-group {
	margin-bottom: 0;
}

.subscribe-newsletter .form-group .form-check {
	margin-bottom: 0;
}

.subscribe-newsletter .form-group .form-check-input {
	position: relative;
	top: 1px;
}

.subscribe-newsletter .form-group .form-check-label {
	font-size: 12px;
}

.subscribe-newsletter .box {
	padding: 20px 0 30px;
}

.subscribe-newsletter .box-call-center {
	background: #00365e;
	color: #fff;
}

.subscribe-newsletter .box-call-center h2 {
	font-size: 1em;
	font-weight: bold;
	line-height: 2em;
	text-align: left;
	text-transform: uppercase;
}

.subscribe-newsletter .box-call-center hr {
	border-color: #eee;
	border-width: 1px;
	margin-left: -15px;
	margin-right: -15px;
}

.subscribe-newsletter .box-call-center .cont-phone-list-mobile {
	display: none;
}

@media (max-width: 667px) {
	.subscribe-newsletter .box-call-center .cont-phone-list-mobile {
		display: block;
	}
}

.subscribe-newsletter .box-call-center ul.phone-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.subscribe-newsletter .box-call-center ul.phone-list li {
	color: #fff;
	margin: 10px;
}

.subscribe-newsletter .box-call-center ul.phone-list li span {
	vertical-align: -webkit-baseline-middle;
	margin-left: 10px;
}

@media (max-width: 320px) {
	.subscribe-newsletter .box-call-center ul.phone-list li span {
		font-size: 14px;
	}
}

.subscribe-newsletter .box-call-center ul.phone-list li a {
	font-weight: bold;
	color: #fff;
}

.subscribe-newsletter .box-call-center ul.phone-list li:after {
	content: url(/Content/images/icon/icon-phone.png);
	float: right;
}

.subscribe-newsletter .box-newsletter {
	background: #005a9c;
}

@media (max-width: 767px) {
	.subscribe-newsletter .box-newsletter {
		padding: 25px 20px !important;
	}
}

@media (min-width: 768px) {
	.subscribe-newsletter .box-newsletter {
		padding-right: 50px;
	}
}

@media (max-width: 1366px) {
	.subscribe-newsletter .box-newsletter {
		padding-left: 50px;
	}
}

@media (max-width: 1200px) {
	.subscribe-newsletter .box-newsletter {
		padding-left: 50px;
	}
}

.subscribe-newsletter .box-newsletter p {
	font-family: "Open Sans";
	font-size: 12px;
	margin: 0px 0px 15px 0px;
}

.subscribe-newsletter .box-newsletter .form-froup {
	margin-left: 30px;
}

@media (max-width: 767px) {
	.subscribe-newsletter .box-newsletter label {
		display: inline-block !important;
		width: 45% !important;
	}
}

@media (max-width: 667px) {
	.subscribe-newsletter .box-newsletter .d-flex {
		display: block !important;
	}
}

.subscribe-newsletter .box-newsletter .btn {
	border-radius: 0px;
}

.subscribe-newsletter .box-newsletter .btn span {
	font-size: 18px;
	font-weight: bold;
}

@media (max-width: 667px) {
	.subscribe-newsletter .box-newsletter .btn {
		width: 100%;
	}
}

.subscribe-newsletter .box-sales {
	position: relative;
	padding-left: 50px;
	background: #00365e;
}

.subscribe-newsletter .box-sales ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
}

@media (min-width: 1365px) {
	.subscribe-newsletter .box-sales ul {
		line-height: 1;
	}
}

.subscribe-newsletter .box-sales ul li {
	display: inline-block;
	margin-right: 15px;
}

.subscribe-newsletter .box-sales a {
	text-decoration: underline;
	font-size: 12px;
	color: #fff;
}

.subscribe-newsletter input::-webkit-input-placeholder {
	color: #333;
}

.subscribe-newsletter input::-moz-placeholder {
	color: #333;
}

.subscribe-newsletter input:-ms-input-placeholder {
	color: #333;
}

.subscribe-newsletter input:-moz-placeholder {
	color: #333;
}

.subscribe-newsletter input.form-control {
	font-size: 12px;
	width: 100%;
}

@media (min-width: 768px) {
	.subscribe-newsletter input.form-control {
		width: 280px;
	}
}

@media (min-width: 1280px) {
	.subscribe-newsletter input.form-control {
		width: 255px;
		margin-top: 10px;
	}
}


/*----------------------------------------*/


/*  Navbar
/*----------------------------------------*/

.nav-todas {
	font-size: 16px;
	font-weight: bold;
	color: #fff !important;
}

.nav-todas-drop {
	background: #fff;
	border: 1px solid #CC0003;
	border-radius: 0;
}

.nav-todas-drop .dropdown-item {
	color: #1a1a1a !important;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 0.05rem;
	margin-bottom: 14px;
}

.nav-todas-drop a {
	font-size: 14px;
	margin-top: 6px;
	color: #1a1a1a !important;
}

.nav-todas-drop i {
	font-size: 14px;
	color: #1a1a1a !important;
	float: right;
}

.dropdown-menu {
	min-width: inherit;
}

.nav-custom .nav-destaque a {
	font-size: 14px;
	font-weight: ;
	color: #fff !important;
}

.nav-custom {
	background: #ff3235;
}

.logo-info-area {
	border-bottom: 2px dashed #CC0003;
}


/*----------------------------------------*/


/*  Galeria Single
/*----------------------------------------*/


/* Compatibility styles for frameworks like bootstrap, foundation e.t.c */

.xzoom-source img,
.xzoom-preview img,
.xzoom-lens img {
	display: block;
	max-width: none;
	max-height: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}


/* --------------- */


/* xZoom Styles below */

.xzoom-container {
	display: inline-block;
}

.xzoom-thumbs {
	text-align: center;
	margin-bottom: 10px;
}

.xzoom {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}

.xzoom2,
.xzoom3,
.xzoom4,
.xzoom5 {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}


/* Thumbs */

.xzoom-gallery,
.xzoom-gallery2,
.xzoom-gallery3,
.xzoom-gallery4,
.xzoom-gallery5 {
	border: 1px solid #cecece;	
	margin-bottom: 10px;
}

.xzoom-source,
.xzoom-hidden {
	display: block;
	position: static;
	float: none;
	clear: both;
}


/* Everything out of border is hidden */

.xzoom-hidden {
	overflow: hidden;
}


/* Preview */

.xzoom-preview {
	border: 1px solid #888;
	background: #2f4f4f;
	box-shadow: -0px -0px 10px rgba(0, 0, 0, 0.50);
    z-index: 2;
}


/* Lens */

.xzoom-lens {
	border: 1px solid #555;
	box-shadow: -0px -0px 10px rgba(0, 0, 0, 0.50);
	cursor: crosshair;
}


/* Loading */

.xzoom-loading {
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 100%;
	opacity: .7;
	background: url(../images/xloading.gif);
	width: 48px;
	height: 48px;
}


/* Additional class that applied to thumb when it is active */

.xactive {
	-webkit-box-shadow: 0px 0px 3px 0px rgba(74, 169, 210, 1);
	-moz-box-shadow: 0px 0px 3px 0px rgba(74, 169, 210, 1);
	box-shadow: 0px 0px 3px 0px rgba(74, 169, 210, 1);
	border: 1px solid #4aaad2;
}


/* Caption */

.xzoom-caption {
	position: absolute;
	bottom: -43px;
	left: 0;
	background: #000;
	width: 100%;
	text-align: left;
}

.xzoom-caption span {
	color: #fff;
	font-family: Arial, sans-serif;
	display: block;
	font-size: 0.75em;
	font-weight: bold;
	padding: 10px;
}


/*----------------------------------------*/


/*  Single
/*----------------------------------------*/

.btn-comprar {
	background: #00c31c;
	border: none;
    color: white;
    font-weight: 500;
}

.btn-comprar:hover,
.btn-comprar:active {
	background: #018a14;
    color: white;
}


/*.dropdown:hover > .dropdown-menu {
    display: block;
}*/

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu a::after {
	transform: rotate(-90deg);
	position: absolute;
	right: 6px;
	top: .8em;
}

.dropdown-submenu .dropdown-menu {
	top: 0;
	left: 100%;
	margin-left: .1rem;
	margin-right: .1rem;
}

.header-area {
	width: 100%;
	z-index: 2;
	background: #ff3235;
}


.whatsapp {
	z-index: 2;
}

.product-detail .product-title .produto-nome {
    font-size: 28px;
    margin-bottom: 10px;
    line-height: 35px;
    
}

.product-detail .product-title .produto-cod h4{
    color: #b6b1b7;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 100;
    
}

.product-detail .product-title .produto-cod p{
    color: #b6b1b7;
    font-family: "Montserrat",sans-serif;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 100;
    
}

.product-detail .product-title .price-de h4{
    color: #1a1a1a;
    font-family: "Montserrat",sans-serif;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 100;
    
}

.product-detail .product-title .price-de p{
    color: #1a1a1a;
    font-family: "Montserrat",sans-serif;
    font-size: 18px;
    margin-bottom: 5px;
    
}

.product-detail .product-title .price-de{
  
    text-decoration: line-through;
    
}


.product-detail .product-title .price-por h4 {
    color: #1a1a1a;
    font-family: "Montserrat",sans-serif;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 100;
    
}

.product-detail .product-title .price-por p {
    color: #EC552C;
    font-family: "Montserrat",sans-serif;
    font-size: 34px;
    margin-bottom: 5px;
    font-weight: bold;
}

.product-detail .product-title .price-por span {
    color: #1a1a1a;
    font-family: "Montserrat",sans-serif;
    font-size: 16px;
    font-weight: bold;
}

/*----------------------------------------*/
/*  Footer
/*----------------------------------------*/

.footer-right span {
	color: #fff;
	line-height: 25px;
}

.footer-right span i {
	color: #660002;
	font-size: 20px;
}

.social-footer i {
	font-size: 40px;
	margin-left: 20px;
	color: #660002;
}

.social-footer i:first-child {
	margin-left: 0;
}

.footer-tel h4{
	font-size: 16px;
	color: #fff;
}

.footer-tel span {
	font-size: 12px;
	color: #fff;
}

.footer-tel i {
	font-size: 20px;
	color: #660002;
}

/* MARCAS */

.client-owl .marca-img {
    
    height: 82px;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    text-transform: uppercase;
}

.owl-carousel-default-list .owl-nav {
    display: block;
}

.carrinho-tela-inicial .qtd-itens-mobile {
    position: absolute;
    font-weight: bold;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 0;
    color: #CC0003;
    background: #fff;
    border-radius: 100%;
    width: 20px;    
    height: 20px;
    font-size: 11px;    
    left: 55%;
    top: 0px;
}

.carrinho-tela-inicial .qtd-itens {
    position: absolute;
    font-weight: bold;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 0;
    color: #CC0003;
    background: #fff;
    border-radius: 100%;
    width: 20px;    
    height: 20px;
    font-size: 11px;    
    left: 50px;
    top: 0px;
}

.carrinho-tela-inicial .total {
    margin-left: 6px;
    margin-top: 6px;
    font-weight: 600;
}

@media (max-width: 1198.99px){
    .carrinho-tela-inicial .total {
        display: block;
    }
}

#modal_carrinho {    
    padding-right: inherit !important;
    transform: translateX(100%);
}

#modal_carrinho .content {
    background-color: white;
    margin-left: auto;
    max-width: 400px;
    position: relative;
    height: 100%;
}

#modal_carrinho.show {
    opacity: 1;
    transform: translateX(0);
    -webkit-transition: transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
}


#modal_carrinho .header {
    background-color: #ff3235;
    font-weight: bold;
    font-size: 14px;
    padding: 20px 0 20px 0;
}

#modal_carrinho .body {
    font-size: 13px;
    background-color: white;
}

#modal_carrinho .body {
    display: flex;
}

#modal_carrinho .body .close-icon {
    font-size: 25px;
    color: #ff3235;
}

#modal_carrinho .body .unidade {
    font-size: 12px;
}

#modal_carrinho .body .valor {
    font-size: 16px;
    font-weight: bold;
    color: #EC552C;
}

#modal_carrinho .body .valor-qtd {
    font-size: 16px;
    font-weight: bold;
    color: #EC552C;
}

#modal_carrinho .body .icons i {
    font-size: 25px;
    color: gray;
}

#modal_carrinho .form-control[readonly],
#modal_carrinho .form-control:disabled {
    background-color: white;
}

.navbar {    
    padding:0;    
}

.navbar {    
    padding:0;    
}

@media (min-width: 992px){
    .navbar-expand-lg {
        padding: .5rem 1rem;
    }
}

.single-product-img .overlay-img {
    opacity: 0;
    z-index: 1;
    font-size: 25px;    
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.single-product-img .overlay-img button {
    font-size: 25px; 
}

.single-product-img .overlay-img div {
    z-index: 1;
    color: white;
}

.single-product-img .overlay-img:hover {    
     opacity: 1;
}

.carrinho-footer {
    padding: 20px;
    font-size: 16px;
    
}

.carrinho-footer .valor {
    color: #EC552C;
}

.form-control {    
    font-size: 14px;
}

.form-group label {    
    font-size: 13px;
    color: #990000;
    text-transform: uppercase;
}

.titulo-fechar-pedido {
    color: #4d0000;
    font-size: 25px;
    font-weight: bold;
    padding: 30px 0 0 0;
}

.btn-pedido {    
    color: white;
    font-weight: 500;
    background-color: #990000;
}

.btn-pedido:hover,
.btn-pedido:active
{    
    color: white;
    background-color: #cc0000;
}

.formas-pagamento .titulo {    
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: bold;
}

.formas-pagamento .titulo-2 {    
    font-size: 15px;
    margin-bottom: 15px;
    color: #990000;
    font-weight: bold;
}

.formas-pagamento {
    font-size: 14px;
}

.formas-pagamento p {    
    margin-bottom: 8px;    
}

.resumo .titulo {    
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: bold;
}

.resumo {
    font-size: 14px;
}

.resumo p {    
    margin-bottom: 8px;    
}

.resumo .qtd {
    color: #EC552C;
}

.resumo .valor {
    color: #EC552C;
}

.resumo h4 {
    
    font-size: 20px;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.your-order .desconto-nome {
    font-size: 12px;
}

@media (max-width: 767px){
    .container {
        padding-right: 0;
        padding-left: 0;
    }
}

.owl-carousel-modelos .item {    
    padding: 10px 0 10px 0;
    border: 1px dotted black;
    cursor: pointer;
}

.owl-carousel-modelos .item.active {    
    border: 1px dotted white;
    color: white;
    font-weight: bold;
    background-color: #ff3235;
}

.owl-carousel-modelos .item .hidden { 
    display: none;
}

.owl-carousel-modelos .owl-prev {
    align-self: baseline;
	color: #252525;
	display: inline-block;
	font-size: 25px;
	left: -25px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: absolute;
	text-align: center;
	top: 15%;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.owl-carousel-modelos .owl-next {
	color: #252525;
	display: inline-block;
	font-size: 25px;
	right: -25px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: absolute;
	text-align: center;
	top: 15%;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.owl-carousel-modelos .owl-nav .disabled {
    opacity: 0;
    visibility: hidden;
}

.owl-carousel-default-list .owl-prev {
    color: #252525;
    font-size: 25px;
    left: -25px;
    position: absolute;
    text-align: center;
    top: 45%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.owl-carousel-default-list .owl-next {
    color: #252525;
    font-size: 25px;
    right: -25px;
    position: absolute;
    text-align: center;
    top: 45%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


@media (max-width: 767.99px) {
    #erro {        
        position: fixed;
    }
}

/* Instagram */
#instafeed {
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}
#instafeed .case-instagram {
    background: #f5f5f5;
    padding: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0px 3px 6px 0px rgba(100, 100, 100, 0.19);
    border: 1px solid #e8e8e8;
    align-items: center;
    justify-content: center;
}
#instagram-feed1 {
    align-items: center;
}
#instagram-feed1 .instagram_profile {
    margin-right: 10px;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#instagram-feed1 .instagram_profile p {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 0px;
    display: flex;
}
#instagram-feed1 .instagram_profile p a:before {
    content: "Instagram";
    display: flex;
    justify-content: center;
    font-size: 23px;
    line-height: 23px;
    margin-bottom: 3px;
    font-weight: 700;
}
#instagram-feed1 .instagram_profile p a {
    font-size: 16px;
    text-decoration: none !important;
}
#instagram-feed1 .instagram_profile p a:hover {
    opacity: 0.8;
}
#instagram-feed1 .instagram_profile img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
}
#instagram-feed1 .instagram_gallery {
    display: flex;
}
#instagram-feed1 .instagram_gallery a {
    border-radius: 5px;
    margin: 0 3px;
}
#instagram-feed1 .instagram_gallery a img {
    border-radius: 5px;
}
#instagram-feed1 .instagram_gallery a:hover img:hover {
    opacity: 0.9;
}