@import "common.css";

.no-focus, .no-focus:focus {
	box-shadow: none !important;
}

input.no-control::-webkit-outer-spin-button,
input.no-control::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number].no-control {
	-moz-appearance: textfield;
}

body {
	font-family: 'Nunito', sans-serif;
	background-image: url('../images/bg_ibox.png') !important;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: #000; opacity: .25; /* Firefox */ }

a:hover span.anim-slide {
	position: relative;
	animation-name: hover;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}

a span.anim-slide.click {
	position: relative;
	animation-name: click;
	animation-duration: .5s;
	animation-iteration-count: 1;
}

@keyframes click {
	0%   {left:0px; top:0px;}
	25%  {left:0px; top:5px;}
	50%  {left:0px; top:0px;}
	75%  {left:0px; top:-5px;}
	100% {left:0px; top:0px;}
}

div#step_3 label.btn img {
	opacity: 0.2;
}
div#step_3 label.btn.active img {
	opacity: 1;
}

footer {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 0; background-color: transparent;
}

@media (min-width: 768px) {
	.displayCart {
		margin-left: 16.7%;
		margin-right: 16.7%;
	}
}

label.no-outline:focus, input.no-outline:focus, select.no-outline:focus {
	border-color: #ced4da;
	box-shadow: none !important;
}

.btn.no-outline.focus, .btn.no-outline:focus {
	border-color: none;
	box-shadow: none !important;
}

/* CARD - Product */
.item span.percente-off-d {
	position: absolute;
	/*margin-top: 12px;*/
	bottom: 10px;
	right: calc(50% - 100px);
	z-index: 2;
	box-shadow: none !important;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.item span.percente-off {
	position: absolute;
	margin-top: 12px;
	bottom: 10px;
	right: 0px;
	z-index: 2;
	box-shadow: none !important;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.item img.flag-offer-d {
	width: 100px;
	position: absolute;
	right: calc(50% + 14px);
	top: 10px;
	z-index: 2;
	box-shadow: none !important;
}

.item img.flag-offer {
	width: 100px;
	position: absolute;
	left: -14px;
	z-index: 2;
	box-shadow: none !important;
}

.item img.flag-out-stock {
	display: none;
}

.item.out-stock img.flag-out-stock {
	display: initial;
	max-width: 90%;
	position: absolute;
	left: 0;
	bottom: 60px;
	transform: translate(11px, 90%);
	z-index: 2;
	box-shadow: none !important;
}

.item.out-stock img.prod {
	opacity: 0.5;
}

.item.out-stock .item-price-3, .item.out-stock .item-price-2 {
	visibility: hidden;
}

.item.out-stock a {
	pointer-events: none;
  cursor: default;
}

.item a {
	text-decoration: none;
}

#carouselProdutos, #carouselProdutos img, #carouselProdutos .item-description {
	box-shadow: 5px 4px 8px #00000030;
}

#carouselProdutos .carousel-indicators {
	position: initial !important;
}
#carouselProdutos .carousel-indicators li {
	background-color: #fff;
}

.produtos .item > a > div {
	box-shadow: 5px 4px 8px #00000030;
}

.item .item-title {
	font-size: .875rem;
	font-weight: 600;
	color: #343a40!important;
	text-decoration: none;
	width: 100%;
	text-align: center;
	display: block;
	min-height: 80px;
}

.item a:hover .item-title {
	color: #cc3333 !important;
	transition: color .2s;
}

.item .item-price {
	transition: color .2s;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 1.2rem;
	background-color: #fff;
	color: #000 !important;
	display: inline-block;
	min-width: 100px !important;
	/*border: solid 1px #000;*/
	box-shadow: 1px 1px 2px #000;
}

.item .item-price-2 {
	transition: color .2s;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 1.2rem;
	color: #000 !important;
	display: inline-block;
	min-width: 130px !important;
	min-height: 36.8px !important;
}

.item .item-price-3 {
	transition: color .2s;
	font-size: 0.8rem;
	color: #fff !important;
	/*display: inline-block;*/
	min-width: 130px !important;
	min-height: 23px !important;
}

/* CARD - Product */

/* PREVIEW - Product  */
#previewProduct #galeria_images img { width: 300px; height: 300px; }

#previewProduct .price {
	font-size: 22px;
	background-color: transparent !important;
	box-shadow: 1px 1px 2px #000000;
	color: #0cab00!important;
}

@media (max-width: 768px) {
	#previewProduct .price {
		/*font-size: 1rem;*/
		line-height: 32px;
	}

	.font-mobile {
		font-size: .7rem;
	}

	#previewProduct.modal.fade.show {
		padding-right:  0;
	}

	#previewProduct.modal.fade.show .modal-dialog {
		margin: 0;
		max-width: 100%;
	}

	#previewProduct.modal.fade.show .modal-dialog .modal-content {
		border: none;
		border-radius: 0;
	}
}

.radiobtn {
	position: relative;
	display: block;
}
.radiobtn label {
	display: block;
	background: white;
	color: #444;
	border-radius: 50px;
	padding: 10px 20px;
	border: 2px solid #e7e7e7;
	margin-bottom: 5px;
	cursor: pointer;
}
.radiobtn label:after, .radiobtn label:before {
	content: "";
	position: absolute;
	right: 11px;
	top: 11px;
	width: 20px;
	height: 20px;
	border-radius: 3px;
	background: #68d23b;
}
.radiobtn label:before {
	background: transparent;
	transition: 0.1s width cubic-bezier(0.075, 0.82, 0.165, 1) 0s, 0.3s height cubic-bezier(0.075, 0.82, 0.165, 2) 0.1s;
	z-index: 2;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: 13px;
	background-position: center;
	width: 0;
	height: 0;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS4zIDEzLjIiPiAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE0LjcuOGwtLjQtLjRhMS43IDEuNyAwIDAgMC0yLjMuMUw1LjIgOC4yIDMgNi40YTEuNyAxLjcgMCAwIDAtMi4zLjFMLjQgN2ExLjcgMS43IDAgMCAwIC4xIDIuM2wzLjggMy41YTEuNyAxLjcgMCAwIDAgMi40LS4xTDE1IDMuMWExLjcgMS43IDAgMCAwLS4yLTIuM3oiIGRhdGEtbmFtZT0iUGZhZCA0Ii8+PC9zdmc+);
}
.radiobtn input[type=radio] {
	display: none;
	position: absolute;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.radiobtn input[type=radio]:checked + label {
	background: #68d23b;
	-webkit-animation-name: blink;
	animation-name: blink;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	border-color: #489c24;
}
.radiobtn input[type=radio]:checked + label:after {
	background: #489c24;
}
.radiobtn input[type=radio]:checked + label:before {
	width: 20px;
	height: 20px;
}

@-webkit-keyframes blink {
	0% {
		background-color: #68d23b;
	}
	10% {
		background-color: #68d23b;
	}
	11% {
		background-color: #78d750;
	}
	29% {
		background-color: #78d750;
	}
	30% {
		background-color: #68d23b;
	}
	50% {
		background-color: #78d750;
	}
	45% {
		background-color: #68d23b;
	}
	50% {
		background-color: #78d750;
	}
	100% {
		background-color: #68d23b;
	}
}
@keyframes blink {
	0% {
		background-color: #68d23b;
	}
	10% {
		background-color: #68d23b;
	}
	11% {
		background-color: #78d750;
	}
	29% {
		background-color: #78d750;
	}
	30% {
		background-color: #68d23b;
	}
	50% {
		background-color: #78d750;
	}
	45% {
		background-color: #68d23b;
	}
	50% {
		background-color: #78d750;
	}
	100% {
		background-color: #68d23b;
	}
}

/* PREVIEW - Product  */

/* FORM - Search */

form#formSearch {
	margin: 0;
}
form#formSearch input.form-control {
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	border: none;
	transition: all .2s;
}
form#formSearch input.form-control:focus {
	color: #fff;
	background-color: #343a40;
	border-color: #ff8080;
	outline: 0;
	box-shadow: none;
}
form#formSearch input.form-control:focus::placeholder {
	color: #fff;
}
form#formSearch button.btn-dark {
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	border: none;
}

/* FORM - Search */

/* NAVBAR */

.btn-all-categoria {
	text-shadow: 1px 1px 1px black;
	background-color: #4B5F71;
}
.btn-all-categoria:active, .btn-all-categoria:hover {
	background-color: #4B5F71;
}

@media (min-width: 768px) {
	.navbar {
		/*padding-left: 17%;*/
		/*padding-right: 17%;*/
		margin-left: 16.7%;
		margin-right: 16.7%;
	}
}

.nav a.disabled {
	margin-right: inherit;
	text-align: inherit;
	font-size: 10px;
}

/* NAVBAR */

/* HEADER - Top */
header > div {
	/*box-shadow: 0px 4px 15px #bfbfbf;*/
}

header img.logo {
	border-radius: 100%!important;
	border-width: 3px !important;
	z-index: 1003;
	position: absolute;
}

header ul.nav li.nav-item a {
	text-shadow: 1px 1px 2px rgb(0 0 0), 1px 1px 2px rgb(0 0 0);
	font-size: 20px;
}

header ul.nav li.nav-item a > img {
	-webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .2));
	filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .2));
	box-shadow: none;
}

.theme-0 header.onScroll {
	position: fixed;
	right: 0;
	top: 0;
	left: 0;
	z-index: 1031;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.theme-0 div.header-separator {
	/*height: 10px;*/
	/*transition-timing-function: ease;*/
	/*transition: all .2s;*/
}
.theme-0 header.onScroll + div.header-separator {
	height: 100px;
}

.theme-0 header div.bar-logo {
	min-height: 75px;
	transition-timing-function: ease;
	transition: all .2s;
}

.theme-0 header.onScroll div.bar-logo {
	min-height: 40px;
	transition-timing-function: ease;
	transition: all .2s;
}

.theme-0 header img {
	left: calc(50% - 47px);
	max-height: 100px !important;
	box-shadow: 0 3px 5px #bfbfbf;
	transition-timing-function: ease;
	transition: all .2s;
}
.theme-0 header.onScroll img.logo {
	left: calc(50% - 32px);
	max-height: 64px !important;
}
.theme-0 header div.background {
	background-position: center;
	margin-top: 0px !important;
	border-radius: 0px;
	transition-timing-function: ease;
	transition: all .2s;
}

@media (max-width: 992px) {
	.theme-0 nav {
		font-size: 1rem;
	}
	.theme-0 nav .navbar-nav {
		flex-direction: row;
	}
	.theme-0 nav .navbar-nav .nav-link {
		padding-top: 0;
		padding-bottom: 0;
	}
	.theme-0 nav .navbar-nav .nav-item {
		font-size: 1.5rem;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}
	.theme-0 nav .navbar-nav .nav-item a {
		padding: .5rem 1.5rem;
	}
	.theme-0 nav .navbar-nav .nav-item span {
		font-size: .6rem;
		display: none;
	}
	.theme-0 nav .navbar-nav .nav-item span[id=totalItems] {
		font-size: 1.5rem;
	}
	.navbar-toggler {
		padding: .25rem .75rem;
		font-size: .7rem;
		line-height: 1;
		background-color: transparent;
		border: 1px solid transparent;
		border-radius: .25rem;
	}
}

@media (max-width: 768px) {
	.navbar-toggler-icon {
		display: inline-block;
		width: 2em;
		height: 2em;
		vertical-align: middle;
		content: "";
		background: 50%/100% 100% no-repeat;
	}
}

@media (max-width: 576px) {
	.theme-0 header div.background {
		background-position: left;
    margin-top: 0px !important;
    background-size: cover;
    border-radius: 0px;
    transition-timing-function: ease;
    transition: all .2s;
	}
}

/* HEADER - Top */

/* NAVBAR - Fixed Bottom */

nav#menu_m.fixed {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1031;
}
nav#menu_m > div > div {
	background-color: #fff;
}
nav#menu_m .nav-pills .nav-link {
	border-radius: 0px;
}
nav#menu_m > div > div > ul.nav {
	box-shadow: 0px -20px 20px 10px #00000008;
}
@media (max-width: 992px) {
	nav#menu_m a.nav-link {
		font-size: 20px;
		padding-left: 0;
		padding-right: 0;
	}
}
nav#menu_m a:-webkit-any-link:focus-visible {
	outline: none;
}
nav#menu_m a {
	color: #858585 !important;
	transition: all .2s;
}
nav#menu_m a:hover {
	color: #000 !important;
	transition: all .2s;
}
nav#menu_m a.text-blue {
	color: #c8c8c8 !important;
	transition: all .2s;
}
nav#menu_m a.text-blue:hover {
	color: #cc3333 !important;
	transition: all .2s;
}

nav#menu_m a.has-item {
	color: #cc3333 !important;
	transition: all .2s;
}

/*.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}*/

nav#menu_m .nav-pills .nav-link.active, nav#menu_m .nav-pills .show>.nav-link {
	/*color: #cc3333 !important;*/
	background-color: initial;
}

nav#menu_m .nav-pills .nav-link.i-user.active, nav#menu_m .nav-pills .show>.nav-link.i-user {
	/*color: #00b739 !important;*/
	background-color: initial;
}

nav#menu_m .nav-pills .nav-link.active:hover {
	background-color: inherit;
	/*color: #cc3333;*/
	transition: all .2s;
}

/* NAVBAR - Fixed Bottom */

#auth-pills-tab.nav-pills .nav-link {
	color: #fff;
	background-color: #d5d5d5;
	font-family: 'Pirates of Cydonia';
}

#auth-pills-tab.nav-pills .nav-link.active, #auth-pills-tab.nav-pills .show>.nav-link {
	color: #fff;
	background-color: #cc3333;
}

div.list-address h5 span {
	font-family: 'Pirates of Cydonia';
}

div.list-address div.content-address {
	background-color: #fff;
}

div.list-address div.content-address .dropleft #dropdownCE.dropdown-toggle::before {
	content: none;
}

div.list-address div.content-address.active {
	background-color: #d5d5d5;
}

div.list-address div.content-address.active div.label {
	text-align: center;
	font-weight: 700!important;
	color: #cc3333;
}

div.list-address div.content-address span.tag {
	font-family: 'Pirates of Cydonia';
	display: none;
}

div.list-address div.content-address.active span.tag {
	display: inline-block;
}

/*div.col.text-center.item_adicional.tot_1,
div.col.text-center.item_adicional.tot_2 {
    min-width: inherit;
    text-align: center !important;
}*/

div.col.text-center.item_adicional {
    min-width: 100%;
    text-align: left !important;
}

#image-form a.position-absolute, #image-form button.position-absolute {
	bottom: 60px;
	left: calc(50% - -20px);
	z-index: 1;
}

@media (max-width: 576px) {
	#image-form a.position-absolute, #image-form button.position-absolute {
		bottom: 0;
	}
}

/* MODAL - PAYMENT */

#paymentMethodTab a.nav-link div {
	height: 70px;
    	width: 100px;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
}
#paymentMethodTab.nav-pills .nav-link.active, #paymentMethodTab.nav-pills .show>.nav-link { background-color: transparent; color: #000 }
#paymentMethodTabContent input.jp-card-valid { color: #26b99a !important; }

#form-checkout_card .form-control:focus, #form-checkout_pix .form-control:focus { border-color: inherit; background-color: #fff; }

#paymentMethodTab a.nav-link div[data-value="card"] { background-image: url('../images/icons/card.png'); }
#paymentMethodTab a.nav-link.active div[data-value="card"] { background-image: url('../images/icons/card-a.png'); }
#paymentMethodTab a.nav-link div[data-value="pix"] { background-image: url('../images/icons/pix.png'); }
#paymentMethodTab a.nav-link.active div[data-value="pix"] { background-image: url('../images/icons/pix-a.png'); }

/* MODAL - PAYMENT */

/* MODAL - MYCART  */

#myCart .shadow-2 {
	box-shadow: 5px 4px 8px #00000030;
}

#myCart #step_3 .btn img {
	max-width: 64px;
}

#myCart #client_money {
	max-width: 130px;
	font-size: 20px !important;
}

#myCart .font-size-18 {
	font-size: 18px !important;
}

#myCart div.qrcode {
	max-width: 300px;
	max-height: 300px;
}

#myCart #form-checkout_pix__copyBtn {
	width: 57px;
	font-size: 12px;
	line-height: 25px;
}

/* MODAL - MYCART  */

/* MODAL - CATEGORY */

#storeCategories .modal-content {
	/*background-image: url('../images/icons/category-2.png?v=2');*/
	/*background-repeat: no-repeat;
	background-color: #ed3030;*/
}

/* MODAL - CATEGORY */

/* SCROLL - CATEGORY */

.stores-categoria {
	position: relative;
	overflow: hidden;
}

.stores-categoria ul {
	list-style-type:none;
	margin:0;
	padding:0;
	overflow-x:auto;
	overflow-y:hidden;
	width:100%;
	white-space: nowrap;
}

/*.stores-categoria ul::-webkit-scrollbar { 
	 display: none; 
}*/

.stores-categoria ul li {
	margin: 0 10px 0 10px;
	display: inline-block;
	padding-bottom: 10px;
}

.stores-categoria a img {
	/*background-size: contain;*/
	/*background-position: center;*/
	transform:scale(0.9);
	transition: all .5s;
	/*background-repeat: no-repeat;*/
	height: 100px;
	width: 100px;
}
.stores-categoria a img:hover {
	transform:scale(1);
	transition: all .5s;
}

/* SCROLL - CATEGORY */

div[name=display_delivery_address] .custom-control-input:checked~.custom-control-label::before {
    color: #009119 !important;
    /*border-color: #cc3333 !important;
    background-color: #cc3333 !important;*/
    box-shadow: none !important;
}

/* CUSTOM CHECKBOX 2 - left */
.custom-checkbox-2 .custom-control-label::before,
.custom-checkbox-2 .custom-control-label::after {
    left: -1.25rem;
}

.custom-checkbox-2 .text-right.custom-control-input~.custom-control-label::before,
.custom-checkbox-2 .text-right.custom-control-input~.custom-control-label::after {
    left: inherit;
    right: 1.25rem !important;
}

.custom-checkbox-2 .text-right.custom-control-input {
    left: inherit;
    right: 1.25rem !important;
}

/* CUSTOM CHECKBOX 3 - right */

.custom-checkbox-3 .custom-control-label::before,
.custom-checkbox-3 .custom-control-label::after {
    left: inherit;
    right: -1.25rem;
}

.custom-checkbox-3 .custom-control-input {
	left: inherit;
	right: 0;
}

.custom-checkbox-3 .text-right.custom-control-input {
    left: inherit;
    right: 1.25rem !important;
}

.custom-checkbox-3.custom-control {
    padding-left: inherit;
    padding-right: 1.5rem;
}

/* CUSTOM CHECKBOX 2 and 3 - left, right */

.custom-checkbox-2 .custom-control-input,
.custom-checkbox-3 .custom-control-input {
	width: 1.5rem;
	height: 1.5rem;
}

.custom-checkbox-2 .custom-control-label::before,
.custom-checkbox-3 .custom-control-label::before {
    /*top: 10%;*/
    top: calc(50% - 0.75rem);
    width: 1.5rem;
    height: 1.5rem;
    /*height: 80%;*/
    background-color: #fff !important;
    /*border: none;*/
}

.custom-checkbox-2 .custom-control-label::after,
.custom-checkbox-3 .custom-control-label::after {
    /*top: 10%;*/
    top: calc(50% - 0.75rem);
    width: 1.5rem;
    height: 1.5rem;
    /*height: 80%;*/
}

.custom-checkbox-2 .custom-control-input:checked~.custom-control-label::before,
.custom-checkbox-3 .custom-control-input:checked~.custom-control-label::before {
    color: #009119 !important;
    /*border: none !important;*/
    border-color: #adb5bd;
    box-shadow: none !important;
}

.custom-checkbox-2 .custom-control-input:checked~.custom-control-label::after,
.custom-checkbox-3 .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox-2 .custom-control-label[for="naoPrecisaTroco"]::before,
.custom-checkbox-3 .custom-control-label[for="naoPrecisaTroco"]::before {
    top: 10%;
    box-shadow: none !important;
}

.custom-checkbox-2 .custom-control-label[for="naoPrecisaTroco"]::after,
.custom-checkbox-3 .custom-control-label[for="naoPrecisaTroco"]::after {
    top: 10%;
}