@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic);

.mobile, .mobile-block, .mobile-inline-block, .mobile-table-cell {
    display: none !important;
}

/* Cor Base - ff8402 */

body {
   /* background-color: #eaf3f4; */
 background: url("/img/natal/natal-bg.png") !important; 
    color: #333;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    min-height: 100%;
    background-size: contain;
    -webkit-background-size: contain !important; 
    -moz-background-size: contain !important; 
    -o-background-size: contain; 
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top;
}

.product-list-item {
    border: 1px solid #ddd;
}
a {
    color: #ed1f24;
    text-decoration: none;
}
a:hover {
    color: #ed1f24;
    text-decoration: underline;
}
.left {
    text-align: left !important;
}
.center {
    text-align: center !important;
}
.right {
    text-align: right !important;
}

.upside-down {
    transform: rotate(180deg);
}

.orange {
    color: #ed1f24 !important;
}

button, button.form-input, .button {
    background: #ed1f24 !important;
    color: #FFF !important;
    border-radius: 5px;
    text-decoration: none !important;
    padding: 5px 10px;
    border: 0;
    font-size: 14px !important;
}

ul {
    padding: 0;
}
li {
    list-style-type: none;
}

.pagination {
    margin: auto;
}

.pagination > li > a {
    color: #333 !important;
}
.pagination > .active > a {
    background: #ed1f24 !important;
    border: 1px solid #ed1f24 !important;
    color: #FFF !important;
}

.container-fluid {
    max-width: 1170px;
}

#cookie-warning {
    width: 100%;
    background: rgba(0, 0, 0, 0.75);
    border-top: 1px solid #333;
    color: #FFF;
    position: fixed;
    bottom: 0;
    text-align: center;
    padding: 10px;
    z-index: 99999;
}
#cookie-warning a {
    color: #FFF;
    text-decoration: underline;
    cursor: pointer;
}
#cookie-warning-close {
    border: 1px solid #999;
    color: #FFF;
    text-decoration: none;
    padding: 5px;
    margin-left: 15px;
    font-weight: bold;
    cursor: pointer;
}

.header_social {
    font-size: 24px;
    width: 100%;
    max-width: 300px;
    float: right;
    margin-top: 10px;
}
.header_social li {
    float: right;
    margin-left: 16px;
}

.navbar-header {
    width: 100%;
}
#logo img {
    max-width: 100%;
}

#search, #main-menu{
    margin-top: 32px;
}

#search button {
    float: right;
}

#main-menu {
    font-size: 24px;
}

#main-menu > ul {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    background: #ed1f24;
    border-radius: 5px;
    position: relative;
}

#main-menu > ul > li{
    display: table-cell;
    text-align: center;
    width: 25%;
    color: #FFF;
    cursor: pointer;
}
#main-menu > ul > li:last-of-type{
    margin-right: 0;
}

#main-menu > ul > li > ul {
    position: absolute;
    width: 100%;
    top: 34px;
    right: 0;
    background: #ed1f24;
    font-size: 14px;
    z-index: 16;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -3px;
    display: none;
}
#main-menu > ul > li li {
    padding: 10px;
    transition: 0.4s;
    border-radius: 5px;
}
#main-menu > ul > li > ul > li {
    border-bottom: 1px solid #F46E00;
}
#main-menu > ul > li li:last-of-type {
    border-bottom: 0;
}
#main-menu > ul > li > ul > li:hover {
    box-shadow: inset 0px 0px 15px rgba(255, 255, 255, 0.5);
}

#main-menu > ul > li > ul > li > ul {
    margin: 10px 0;
    background: #F46E00;
    border-radius: 5px;
    display: none;
}
#main-menu > ul > li > ul > li > a {
    padding: 10px;
    margin: -10px;
    display: block;
}

#main-menu > ul > li > ul > li > ul > li {
    border-bottom: 1px solid #E56700;
}
#main-menu > ul > li > ul > li > ul > li:hover {
    box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.15);
}

#main-menu > ul > li > ul > li > ul > li > a {
    display: block;
    padding: 10px;
    margin: -10px;
    width: 100%;
    height: 100%;
}

#main-menu a{
    color: #FFF;
    text-decoration: none;
}

#sidebar .inner{
    background: #FFF;
    padding: 15px;
    position: relative;
    border-bottom: 1px solid #ed1f24;
}

.sidebar-header {
    background: #ed1f24 !important;
    color: #FFF !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px 15px;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
}

.sidebar-widget {
    margin-bottom: 20px;
}

.sidebar-widget ul a {
    color: #333 !important;
    display: block;
}
.sidebar-widget ul a:hover {
    color: #ed1f24 !important;
}

.sidebar-widget > ul {
    background: #FFF;
}
.sidebar-widget > ul > li {
    padding: 10px 15px;
    border-bottom: 1px solid #ed1f24;
    font-size: 16px;
    position: relative;
}
.sidebar-widget > ul > li > a {
    padding: 10px 15px;
    margin: -10px -15px;
}
.sidebar-widget > ul > li:after {
    content: '»';
    float: right;
    position: absolute;
    top: 10px;
    right: 15px;
}
.sidebar-widget > ul > li > ul {
    padding-left: 15px;
    font-size: 14px;
    margin: 10px 0;
    display: none;
}
.sidebar-widget > ul > li > ul li {
    padding: 5px 0;
}
.sidebar-widget > ul > li > ul > li > ul {
    display: none;
}
.sidebar-widget > ul > li > ul > li ul {
    margin-left: 24px;
}

.sidebar-widget > ul > li > ul > li i {
    transform: rotate(180deg);
    color: #ed1f24;
    margin-right: 10px;
}
.sidebar-widget ul .active {
    font-weight: bold;
    color: #ed1f24 !important;
}
.sidebar-widget input[type='email'] {
    margin-top: 10px;
}
.sidebar-widget .caret-submit {
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #ed1f24;
    font-size: 24px;
    padding: 5px 13px;
    cursor: pointer;
}

#contents > .row {
    margin-bottom: 20px;
}

#contents .inner {
    background: #FFF;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
}
#contents .inner h1,
#contents .inner h2,
#contents .inner h3 {
    color: #ed1f24;
    font-weight: bold;
}
#contents .inner h1 {
    font-size: 24px;
}
#contents .inner h2 {
    font-size: 20px;
}
#contents .inner h3 {
    font-size: 18px;
}

#contents .inner img{
    max-width: 100%;
}
#contents .inner img.right{
    float: right;
    margin-left: 20px;
    max-width: 30%;
    min-width: 200px;
}

#contents h1:first-of-type {
    margin-top: 0 !important;
}

#home-slider .carousel-inner {
    height: 400px;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 1px solid #ed1f24;
    background: #FFF;
    border: 1px solid #e9e9e9;
}

#home-slider .carousel-caption {
    padding: 0 !important;
    top: 20px;
    left: 40px !important;
    color: #999;
    text-align: left;
    text-shadow: none;
	width: 50%;
    display: block;
}
#home-slider .carousel-caption h3 {
    font-size: 40px;
    width: 75%;
}

#home-slider .carousel-caption a {
    /*color: #ed1f24; laranja*/
	/*color: #9bc650; verde*/
	/*color: #f9c928; dourado*/
	color:#555;
	/*color: #CC0000; vermelho */
	/*color: #6aa9c9; azul */
}

#home-slider .carousel-caption span {
    /*color: #ed1f24; laranja*/
	/*color: #9bc650; verde*/
	/*color: #f9c928;  dourado*/
	color:#555;
	/*color: #CC0000; vermelho */
	/*color: #6aa9c9; azul */
    font-size: 110px;
    font-weight: bold;
    display: block;
    position: absolute;
    top: 180px;
}
#home-slider .carousel-caption span strike {
    font-size: 18px;
    color: #999;
    position: absolute;
    margin-left: 10px;
}
#home-slider .carousel-inner a {
    text-decoration: none;
    display: block;
    width: 100%;
    position: absolute;
}
#home-slider img{
    border-radius: 5px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    float: right;
    height: 400px;
}
#home-slider .carousel-indicators {
    bottom: 10px;
}
#home-slider .carousel-indicators li {
    background: #FFF;
    /*border: 1px solid #ed1f24; laranja*/
	/*border: 1px solid #9bc650; verde*/
	/*border: 1px solid #f9c928; dourado*/
	border: 1px solid #555;
	/* border: 1px solid #CC0000; vermelho */
	/* border: 1px solid #6aa9c9; azul */
    width: 20px;
    height: 20px;
}
#home-slider .carousel-indicators li.active {
    /*background: #ed1f24; laranja*/
	/*background: #9bc650; verde*/
	/*background: #f9c928; dourado*/
	background: #555;
	/*background: #CC0000; vermelho */
	/* background: #6aa9c9; azul */
}

.product-list-options {
    border-radius: 5px;
    background: #FFF;
    box-sizing: border-box;
    padding: 10px 20px;
}
.product-list-options img {
    margin: 3px 10px 0 0;
}
/*.product-list-options > form {
    float: right;
    text-align: right;
    width: 250px;
    margin-top: -2px;
}
.product-list-options > form > label {
    margin: 5px 10px;
}

.product-list-options > form > select {
    width: 150px;
    float: right;
}*/
.product-list-options .form-inline {
    float: right;
}
.product-list-options .form-inline label {
    margin-left: 10px;
}

.product-list-options .form-inline .form-control,
.product-list-options .form-inline label {
    width: auto !important;
    display: inline-block !important;
}
.product-list-options .form-inline .form-group {
    display: inline-block !important;
}
/*.product-list-options select {
    width: 130px;
}*/

.product-list-options .brand-logo {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

#product-list-title li {
    float: left;
    font-size: 18px;
    font-weight: bold;
}
#product-list-title li:after {
    content: '>';
    margin: 0 10px;
}
#product-list-title li:last-of-type:after {
    content: '';
}

.product-list-item {
    background: #FFF;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 10px;
    position: relative;
    margin-bottom: 20px;
}
.product-list-item img {
    width: 100%;
}
.product-list-item .description {
    text-align: center;
    display: block;
    margin-top: 10px;
    height: 40px;
}
.product-list-item .price {
    color: #555;
    font-size: 38px;
    font-weight: bold;
}
.product-list-item .price strike {
    color: #333;
    font-size: 20px;
    display: block;
    float: left;
    margin: 7px 10px;
}
.product-list-item .buy {
    background: #ed1f24;
    border-radius: 5px;
    color: #FFF;
    text-decoration: none;
    padding: 5px 10px;
    float: right;
    margin: 14px 0 0;
}
.product-list-item .ribbon {
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    height: 110px;
    text-transform: uppercase;
}
.product-list-item .ribbon span {
    display: block;
    transform: rotate(-46deg);
    text-align: center;
    color: #FFF !important;
}
.product-list-item .ribbon.orange {
    background: url('/img/ribbon_red.png') no-repeat;
    /* background: url('/img/ribbon_orange.png') no-repeat; */
}
.product-list-item .ribbon.orange span {
    margin: 24px 0 0 -28px;
    font-size: 25px;
}
.product-list-item .ribbon.black {
    background: url('/img/ribbon_black.png') no-repeat;
}
.product-list-item .ribbon.black span {
    margin: 28px 0 0 -25px;
    font-size: 21px;
}

.product-inside-image {
    width: 100%;
    text-align: center;
}
.add-cart {
    font-size: 24px !important;
}
.product-inside-info .preco strike {
    font-size: 24px;
}
.product-inside-info .preco b {
    color: #ed1f24;
    font-size: 48px;
}

footer {
	background: #ed1f24;
    color: #FFF;
    padding: 10px 0;
}

footer a {
    color: #FFF !important;
}

footer .title {
    width: 95%;
    display: block;
    border-bottom: 1px solid #FFF;
    font-size: 28px;
    box-sizing: border-box;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
/*footer ul {
    width: 100%;
}*/
footer li {
    margin-bottom: 5px;
}
footer .social li i {
    width: 20px;
    text-align: center;
}
footer .phone, footer .email {
    font-size: 22px;
}
footer .phone i, footer .email i {
    width: 26px;
    text-align: center;
}
footer button {
    border: 1px solid #FFF !important;
    background: #EFEFEF !important;
    color: #333 !important;
}
footer img {
    margin-right: 10px;
}
footer .col-md-3 {
    height: 220px;
}

.catalog-thumbnail {
    width: 100%;
    border: 1px solid #ff8402;
    border-radius: 5px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 20px;
    min-height: 270px;
}

.contacts-table {
    width: 100%;
}
.contacts-table td {
    vertical-align: top;
}
.contacts-table tr td:first-of-type {
    padding-right: 10px;
}

.ui-datepicker .ui-datepicker-title {
    color: #000;
}

.cart-table {
    width: 100%;
    border: 1px solid #ff8402;
}
.cart-table th {
    background: #ff8402;
    color: #FFF;
}
.cart-table th, .cart-table td {
    padding: 5px 10px;
    border-bottom: 1px solid #ff8402;
}

.cart-table input {
    width: 70px;
    float: left;
    margin-right: 10px;
}
.cart-table .fa {
    font-size: 18px;
    margin-top: 8px;
}

.cart2-image {
    margin-bottom: 24px;
}
.alt-address-field {
    display: none;
}

.payment-table {
    width: 100%;
}
.payment-table a {
    font-size: 24px;
}
.payment-table img {
    width: 100%;
}
.payment-table td {
    padding-bottom: 10px;
}
.payment-table td:first-of-type {
    width: 20%;
    padding-right: 20px;
}
.payment-table td:last-of-type {
    width: 80%;
    vertical-align: top;
}

#onesignal-popover-container {
    display: none;
}
/*Impedir que os vídeos saiam
fora da caixa descritiva de produtos*/
iframe{
	width:100%;
}

@media screen and (min-width:1466px)  {
  .left_label {
	position:fixed;
	top: -30px;
	left: 45%;
	max-width: 300px;
	/* width: 12.5%;
	height: 76%; */
    width: 14%;
    height: 100%;
	margin: 0 0 0 -750px;
    background-position: top;

    background: url('/img/christmas-marmair.gif') center no-repeat;

    /* background: url('/img/promo_side.png') center no-repeat;  */

    /* background: url('/img/alert-banner.png') center no-repeat; */
    /* background: url('/img/promo_natal.png') center no-repeat; */
    /* background: url('/img/promo_natal-2.png') center no-repeat; */
 
    /*background: url('/img/money.gif') center no-repeat;/*
	/* Promo Natal Temporário */
    /* background: url('/img/promo_natal.gif') center no-repeat;*/
	}

	.left_label a{
    	display:block;
    	width:100%;
    	height:100%;
	}
	.right_label {
    	position:fixed;
    	top:-30px;
    	right:45%;
    	max-width:300px;
    	width:12.5%;
    	height:76%;
    	margin:0 -750px 0 0;
        background-position: top;

        /* background: url('/img/promo_side.png') center no-repeat; */

        /* background: url('/img/promo_natal.png') center no-repeat;  */

        /* background: url('/img/alert-banner.png') center no-repeat;
        /* background: url('/img/promo_natal-2.png') center no-repeat; */
        /* background: url('/img/promo_side.png') center no-repeat; */
        /*background: url('/img/money.gif') center no-repeat;/*
        /*background: url('/img/cat.gif') center no-repeat;*/
    	/*Promo Natal Temporário */
        /* background: url('/img/promo_natal.gif') center no-repeat; */
	}
}
#snow {
	background-image: url('../img/heart1.png'), url('../img/heart2.png'), url('../img/heart3.png');
	position: fixed;
    width: 100%;
    height: 100%;
	z-index:-1;
	-webkit-animation: snow 10s linear infinite;
	-moz-animation: snow 10s linear infinite;
	-ms-animation: snow 10s linear infinite;
	animation: snow 10s linear infinite;
}

@keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
@-moz-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 400px 1000px, 200px 400px, 100px 300px;}
}
@-webkit-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
@-ms-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}

#voucher_status {
    font-size: 20px;
    margin-left: 10px;
}