@CHARSET "UTF-8";

body > header {
    width: 100%;
    z-index:10;
}
main {
    width: 100%;
}

main div.left {
	float: left;
}

main div.right {
	float: right;
	text-align: right;
}

main .detalhesPedido div.left{
	width: 30%;
}

main .detalhesPedido div.right{
	width: 70%;
}

main .subtotal p {
	font-size: 15px;
}

main .spacer {
    margin: 0;
    padding: 0;
    clear: both;
    width: 100%;
}
main .h10 {
    height: 10px;
}
main .h20 {
    height: 20px;
}
main .h30 {
    height: 30px;
}
main .h40 {
    height: 40px;
}
main .h50 {
    height: 50px;
}


main .wrap {
	background: #f9f9f9;
	border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 10px;
}

@media (max-width: 769px) {
	main .wrap {
		background: #fff;
	}
}

main a {
    color: #103d7d;
    text-decoration: none;
    font-size: 16px;    
}

main a:hover, main a:focus, main a:active {
    color: #103d7d;
    text-decoration: none;
    cursor: pointer;
}

main button,
main input,
main select,
main textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid lightgray;
    border-radius: 4px;
}

main input:focus,
main select:focus,
main textareas:focus {
    border-color: lightgray;
    outline: 0;
    -webkit-box-shadow: inset 0 0 1px lightgray,0 0 8px lightgray;
    box-shadow: inset 0 0 1px lightgray,0 0 8px lightgray;
}

main h1, main h2, main h3, main h4, main h5, main h6 {
	color: #103d7d;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 700;
}

main h1.center, main h2.center, main h3.center, main h4.center, main h5.center, main h6.center {
	text-align: center;
}

main h1 {
	font-size: 30px;
}

main h2 {
	font-size: 21px;
}

main i + input[type] {
	padding-left: 40px;
}

main .hide{
	display: none;
}

main hr {
	border: 0;
	border-bottom: 1px solid lightgray;
	margin-top: 5px;
	margin-bottom: 5px;
}

main .border-divide {
	border: 0;
	border-bottom: 1px solid lightgray;
}

@media (min-width: 769px) {
	main .border-divide {
		border: 0;
		border-right: 1px solid lightgray;
	}
}

main h1.border-bottom {
	border: 0;
	border-bottom: 1px solid #103d7d;
}

main .error {
	font-style: italic;
	color: red;
	margin-bottom: 10px;
    text-align: center;
}

main form div {
	position: relative;
}

main form i {
    position: absolute;
    left: 10px;
    top: 41px;
    color: lightgray;
}

main i:only-child{
	position: relative;
    left: 0px;
    top: 0px;
    color: lightgray;

}

main input[type=checkbox],
main input[type=radio] {
	width: auto;
	position: relative;
}

main .btn, .modal .btn {
    width: 100%;
    background: #103d7d;
    font-size: 17px;
    padding: 15px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;

    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}

@media (max-width: 330px) {
	main .btn { font-size: 21px; }
}

.modal .btn:focus, .modal .btn:active, .modal .btn:hover, main .btn:focus, main .btn:active, main .btn:hover {
	outline:0;
    color: #fff;
    background-color: #3956b1;
}

main label {
    text-align: left;
    width: 100%;
    font-weight: normal;
}

main input + label{
	width: auto;
}

main a.ver-mais {
    background: #878787;
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px 0px;
    color: #fff;
    font-weight: bold;
    text-transform: lowercase;
    font-size: 20px;
}
main a.ver-mais:hover {
    background: #1b6db0;
    color: #FFF;
}

main .qtde input { max-width: 100px; }

main .small {
	font-size: 85%;
}

section.w-15, section.w-25, section.w-33, section.w-66, section.w-75, section.w-85, section.w-100 {
	float: left;
	width: 100%;
}

section.center {
	float: none;
	margin: 0 auto;
}

section.right {
	float: right;
}

@media (min-width: 0px) {	
	
}

@media (min-width: 475px) {
	section.w-66.center {
		width: 80.0%;
	}
}

@media (min-width: 769px) {
	section.w-33 {
		width: 33.3%;
	}
	
	section.w-66 {
		width: 66.6%;
	}
	section.w-66.center {
		width: 100%;
	}
}

@media (min-width: 900px) {
	section.w-15 {
		width: 20.0%;
	}
	
	section.w-25 {
		width: 30.0%;
	}

	section.w-66.center {
		width: 80.0%;
	}
	
	section.w-75 {
		width: 70.0%
	}
	
	section.w-85 {
		width: 80.0%
	}
}

@media (min-width: 1100px) {
	section.w-15 {
		width: 15.0%;
	}
	
	section.w-25 {
		width: 25.0%;
	}
	
	section.w-66.center {
		width: 66.6%;
	}
	
	section.w-75 {
		width: 75.0%
	}
	
	section.w-85 {
		width: 85.0%
	}
}
body > footer {
    width: 100%;
}
/*prevent bootstrap modal background jumping*/
body.modal-open {

}

.modal-backdrop.in { opacity: .5; }

.modal-title {
    text-align: center;
    text-transform: uppercase;
}

.modal-title-p {
    color: #103d7d;
    margin-top: 0px;
    font-weight: 700;
}

.modal-popup-lock-text {
    margin-top: 20px;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.modal-dialog {
	margin: 50px auto;
    width: 380px;
}

.modal-body {
    text-align: center;
}

.modal-header .close {
	width: initial;
}

.modal-body {
    padding-top: 5px;
}


/* THEMES */

/********** Theme: dark **********/
/* Font styles */
.flipdown.flipdown__theme-dark {
  font-family: sans-serif;
  font-weight: bold;
}
/* Rotor group headings */
.flipdown.flipdown__theme-dark .rotor-group-heading:before {
  color: #000000;
}
/* Delimeters */
.flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):before,
.flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):after {
  background-color: #151515;
}
/* Rotor tops */
.flipdown.flipdown__theme-dark .rotor,
.flipdown.flipdown__theme-dark .rotor-top,
.flipdown.flipdown__theme-dark .rotor-leaf-front {
  color: #FFFFFF;
  background-color: #151515;
}
/* Rotor bottoms */
.flipdown.flipdown__theme-dark .rotor-bottom,
.flipdown.flipdown__theme-dark .rotor-leaf-rear {
  color: #EFEFEF;
  background-color: #202020;
}
/* Hinge */
.flipdown.flipdown__theme-dark .rotor:after {
  border-top: solid 1px #151515;
}

/********** Theme: light **********/
/* Font styles */
.flipdown.flipdown__theme-light {
  font-family: sans-serif;
  font-weight: bold;
}
/* Rotor group headings */
.flipdown.flipdown__theme-light .rotor-group-heading:before {
  color: #EEEEEE;
}
/* Delimeters */
.flipdown.flipdown__theme-light .rotor-group:nth-child(n+2):nth-child(-n+3):before,
.flipdown.flipdown__theme-light .rotor-group:nth-child(n+2):nth-child(-n+3):after {
  background-color: #DDDDDD;
}
/* Rotor tops */
.flipdown.flipdown__theme-light .rotor,
.flipdown.flipdown__theme-light .rotor-top,
.flipdown.flipdown__theme-light .rotor-leaf-front {
  color: #222222;
  background-color: #DDDDDD;
}
/* Rotor bottoms */
.flipdown.flipdown__theme-light .rotor-bottom,
.flipdown.flipdown__theme-light .rotor-leaf-rear {
  color: #333333;
  background-color: #EEEEEE;
}
/* Hinge */
.flipdown.flipdown__theme-light .rotor:after {
  border-top: solid 1px #222222;
}

/* END OF THEMES */

.flipdown {
  overflow: visible;
  width: 510px;
  height: 110px;
}

.flipdown .rotor-group {
  position: relative;
  float: left;
  padding-right: 30px;
}

.flipdown .rotor-group:last-child {
  padding-right: 0;
}

.flipdown .rotor-group-heading:before {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.flipdown .rotor-group:nth-child(1) .rotor-group-heading:before {
  content: attr(data-before);
}

.flipdown .rotor-group:nth-child(2) .rotor-group-heading:before {
  content: attr(data-before);
}

.flipdown .rotor-group:nth-child(3) .rotor-group-heading:before {
  content: attr(data-before);
}

.flipdown .rotor-group:nth-child(4) .rotor-group-heading:before {
  content: attr(data-before);
}

.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 115px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
  content: '';
  position: absolute;
  bottom: 50px;
  left: 115px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.flipdown .rotor {
  position: relative;
  float: left;
  width: 50px;
  height: 80px;
  margin: 0px 5px 0px 0px;
  border-radius: 4px;
  font-size: 4rem;
  text-align: center;
  perspective: 200px;
}

.flipdown .rotor:last-child {
  margin-right: 0;
}

.flipdown .rotor-top,
.flipdown .rotor-bottom {
  overflow: hidden;
  position: absolute;
  width: 50px;
  height: 40px;
}

.flipdown .rotor-leaf {
  z-index: 1;
  position: absolute;
  width: 50px;
  height: 80px;
  transform-style: preserve-3d;
  transition: transform 0s;
}

.flipdown .rotor-leaf.flipped {
  transform: rotateX(-180deg);
  transition: all 0.5s ease-in-out;
}

.flipdown .rotor-leaf-front,
.flipdown .rotor-leaf-rear {
  overflow: hidden;
  position: absolute;
  width: 50px;
  height: 40px;
  margin: 0;
  transform: rotateX(0deg);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.flipdown .rotor-leaf-front {
  line-height: 80px;
  border-radius: 4px 4px 0px 0px;
}

.flipdown .rotor-leaf-rear {
  line-height: 0px;
  border-radius: 0px 0px 4px 4px;
  transform: rotateX(-180deg);
}

.flipdown .rotor-top {
  line-height: 80px;
  border-radius: 4px 4px 0px 0px;
}

.flipdown .rotor-bottom {
  bottom: 0;
  line-height: 0px;
  border-radius: 0px 0px 4px 4px;
}

.flipdown .rotor:after {
  content: '';
  z-index: 2;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 50px;
  height: 40px;
  border-radius: 0px 0px 4px 4px;
}

@media (max-width: 550px) {

  .flipdown {
    width: 312px;
    height: 70px;
  }

  .flipdown .rotor {
    font-size: 2.2rem;
    margin-right: 3px;
  }

  .flipdown .rotor,
  .flipdown .rotor-leaf,
  .flipdown .rotor-leaf-front,
  .flipdown .rotor-leaf-rear,
  .flipdown .rotor-top,
  .flipdown .rotor-bottom,
  .flipdown .rotor:after {
    width: 30px;
  }

  .flipdown .rotor-group {
    padding-right: 20px;
  }

  .flipdown .rotor-group:last-child {
    padding-right: 0px;
  }

  .flipdown .rotor-group-heading:before {
    font-size: 0.8rem;
    height: 20px;
    line-height: 20px;
  }

  .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before,
  .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
    left: 69px;
  }

  .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before {
    bottom: 13px;
    height: 8px;
    width: 8px;
  }

  .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
    bottom: 29px;
    height: 8px;
    width: 8px;
  }

  .flipdown .rotor-leaf-front,
  .flipdown .rotor-top {
    line-height: 50px;
  }

  .flipdown .rotor-leaf,
  .flipdown .rotor {
    height: 50px;
  }

  .flipdown .rotor-leaf-front,
  .flipdown .rotor-leaf-rear,
  .flipdown .rotor-top,
  .flipdown .rotor-bottom,
  .flipdown .rotor:after {
    height: 25px;
  }
}

div.banner-countdown{position: center;}
div.banner-countdown > banner-countdown{width:100%; height: 100%}
div.banner-countdown > div{position: absolute;}
@media only screen and (min-width : 769px) {
	.nav { background:#DEFAULT# !important; }
	.logo { background: url(../../loja/images/logo.png) no-repeat 0 0 !important;}
	.search { border-color: #DEFAULT# !important; }
	.search .search_btn  {background: #DEFAULT# !important; }
	.cart .cart_btn { background: #DEFAULT# !important; }
	.cart .cart_btn .cart_count { border-color: #DEFAULT# !important; }
	.callout { background:#DEFAULT# !important; }
	.callout .callout_head { color: #DEFAULT# !important; }
	.callout .callout_body .subscribe .subscribe_btn {background: #DEFAULT# !important; color: #DEFAULT# !important; }
	.item-discount { background: #DEFAULT# !important; }
	.slider-labels { border-color: #DEFAULT# !important; }
	.nav .nav_menu > li { border-left: 2px solid #DEFAULT# !important;}
}

@media (max-width: 768px) {
	.logo { margin:0 auto; width:100%; height: 50px; background: url(../../loja/images/logo-mobile.png) no-repeat center center !important; }
}

#sacola {
	margin-top: 30px;
	font-size: 18px;
}

#sacola .subtotal {
	border: 1px solid #e6e7e8;
	border-radius: 6px;
    padding: 10px;
}

#sacola h4 {
	font-size: 24px;
}

#sacola .subtotal .left {
    font-weight: bold;
}

#sacola .situacao-frete {
    color: #103d7d;
    font-weight: bold;
}

#sacola .destaque {
    color: #103d7d;
    font-weight: bold;
}

#sacola .subtotal #cupom .box-66 {
    padding-right: 5px;
}

#sacola .subtotal #carrinhoCep {
    text-align: center;
}

#sacola .subtotal .desconto {
    color: #106e18;
}

#sacola .subtotal .msg-campanha {
    font-size: 16px;
}

#sacola .subtotal .btn-cupom {
    background: none;
    width: 100%;
    text-align: center;
    font-size: 16px;
    border-top: 1px solid #e6e7e8;
    border-bottom: 1px solid #e6e7e8;
    color: #545454;
}

#sacola .subtotal .btn-cupom:hover {
    background: #e2e2e2;
    color: #000;
}

#sacola #cupom {
	transition: all .4s ease;
	text-align: center;
}

#sacola #cupom.cupom-box{
    float: left;
    background: none;
    border: 2px dashed #eaeaea;
    padding: 3px;
    margin: 0;
    width: 100%;
}

#sacola .subtotal .btn-apply {
    background: #103d7d;
    border-radius: 6px;
	font-size: inherit;
    padding: 5px 5px;
}

#sacola input[type="number"] {
    width: 80%;
}

#sacola input[type=number]::-webkit-inner-spin-button {
    opacity: 1
}


main .boxes {
	width: 100%;
}

main .box {
	width: 100%;
	float: left;
}

div[class^="box-"].center {
	float: none;
	margin: 0 auto;
}

.box-15, .box-25, .box-33, .box-66, .box-70, .box-75, .box-85, .box-100 {
	float: left;
	width: 100%;
}

@media (min-width: 0px) {	
	
}

@media (min-width: 475px) {
	
}

@media (min-width: 769px) {
	.box-15 {
		width: 15.0%;
	}

	.box-20 {
		width: 20.0%;
	}

	.box-30 {
		width: 30.0%;
	}

	.box-33 {
		width: 33.3%;
	}
	
	.box-66 {
		width: 66.6%;
	}

	.box-66.center {
		width: 100%;
	}

	.box-70 {
	    width: 70.0%;
	}

	.box-85 {
		width: 70.0%
	}
}

@media (min-width: 900px) {
	.box-15 {
		width: 20.0%;
	}
	
	.box-25 {
		width: 30.0%;
	}

	.box-66.center {
		width: 80.0%;
	}

	.box-70 {
        width: 70.0%;
    }
	
	.box-75 {
		width: 70.0%
	}
	
	.box-85 {
		width: 80.0%
	}
}

@media (min-width: 1100px) {
	.box-15 {
		width: 15.0%;
	}
	
	.box-25 {
		width: 25.0%;
	}
	
	.box-66.center {
		width: 66.6%;
	}

	.box-70 {
        width: 70.0%;
    }
	
	.box-75 {
		width: 75.0%
	}

	.box-80 {
		width: 80.0%
	}

	.box-85 {
		width: 85.0%
	}
}

div[class^="card-"].center {
	text-align: center;
}

.card-5, .card-15, .card-16, .card-20, .card-30, .card-33, .card-35, .card-50, .card-66, .card-100, .card.w-33, .card.w-66 {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
	float: left;
	width: 100%;
}

@media (min-width: 0px) {	
	.card-5 {
		width: 10.0%;
	}
	
	.card-15 {
		width: 25.0%;
	}
	
	.card-16 {
		width: 50.0%;
	}
	
	.card-20 {
		width: 40.0%;
	}
	
	.card-35 {
		width: 35%;
	}
}

@media (min-width: 475px) {	
	.card-5 {
		width: 10%;
	}
	
	.card-15 {
		width: 20.0%;
	}
	
	.card-20 {
		width: 30.0%;
	}
}

@media (min-width: 769px) {	
	.card-5 {
		width: 5%;
	}
	
	.card-15 {
		width: 15%;
	}
	
	.card-16 {
		width: 33.3%;
	}

	.card-20 {
		width: 20.0%;
	}

	.card-30 {
		width: 30.0%;
	}
	
	.card-33 {
		width: 33.3%;
	}
	
	.card-50 {
		width: 50.0%;
	}
	
	.card-66 {
		width: 66.6%;
	}
}

@media (min-width: 900px) {
	.card-16 {
		width: 25.0%;
	}
}

@media (min-width: 1100px) {
	.card-16 {
		width: 16.6%;
	}
}

.card.w-33 {
	width: 33.3%;
}

.card.w-66 {
	width: 66.6%;
}

.not-display { display: none; }
.not-mini-mobile { display: none; }
.not-mobile { display: none; }
.mobile { display: block; }
.desktop { display: none; }

@media (min-width: 475px) {
	.not-mini-mobile { display: block; }
}

@media (min-width: 769px) {	
	.not-mobile { display: block; }
	.desktop { display: block; }
	.mobile { display: none; }
}

body {
	color: black;
	min-width: 320px;
	position: relative;
	margin: 0;
	
    /* BEGIN prevent bootstrap modal background jumping */
	padding-right:0px !important;
	margin-right:0px !important;
    /* END prevent bootstrap modal background jumping */
}

.price {
	white-space: nowrap;
}

.overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.7;
	background: #fff;
}

.overlay .throbber, .overlay .s-throbber{
	margin: 40px auto;
}
