/* #################################################
################	Load Fonts	################
#################################################### */
@import url('https://fonts.googleapis.com/css?family=Martel+Sans:400,700,800');
@import url('https://fonts.googleapis.com/css?family=Patrick+Hand');
@font-face {
font-family: 'tl1';
src: url(../fonts/TL1.eot);
src: url(../fonts/TL1.eot?#iefix) format('embedded-opentype'), url(../fonts/TL1.ttf) format('truetype');
}
@font-face {
font-family: 'tl2';
src: url(../fonts/TL2.eot);
src: url(../fonts/TL2.eot?#iefix) format('embedded-opentype'), url(../fonts/TL2.ttf) format('truetype');
}
@font-face {
font-family: 'tl3';
src: url(../fonts/TL3.eot);
src: url(../fonts/TL3.eot?#iefix) format('embedded-opentype'), url(../fonts/TL3.ttf) format('truetype');
}
@font-face {
font-family: 'tl4';
src: url(../fonts/TL4.eot);
src: url(../fonts/TL4.eot?#iefix) format('embedded-opentype'), url(../fonts/TL4.ttf) format('truetype');
}
@font-face {
font-family: 'tl5';
src: url(../fonts/TL5.eot);
src: url(../fonts/TL5.eot?#iefix) format('embedded-opentype'), url(../fonts/TL5.ttf) format('truetype');
}
@font-face {
font-family: 'tl6';
src: url(../fonts/TL6.eot);
src: url(../fonts/TL6.eot?#iefix) format('embedded-opentype'), url(../fonts/TL6.ttf) format('truetype');
}
@font-face {
font-family: 'tl7';
src: url(../fonts/TL7.woff) format('woff');
/* src: url(../fonts/TL7.eot);
src: url(../fonts/TL7.eot?#iefix) format('embedded-opentype'), url(../fonts/TL7.ttf) format('truetype'); */
}
@font-face {
font-family: 'tl8';
src: url(../fonts/TL8.eot);
src: url(../fonts/TL8.eot?#iefix) format('embedded-opentype'), url(../fonts/TL8.ttf) format('truetype');
}

/* Salesgull 2017 PB edit*/

/* Cores
Castanho #BF840C
castanho escuro #B22E28
Amarelo #FFE153
laranja #DD8428
Azul #1563A5

*/

/* Valida Password 


span#result {
	margin-top: 2px;
	display: block;
	transition:All 1s ease;
	-webkit-transition:All 1s ease;
	-moz-transition:All 1s ease;
	-o-transition:All 1s ease;
	font-size: 10px; 
	color: #fff;
	padding: 0px 4px; 
	text-align: right;
}

span#result.short {
	transition:All 1s ease;
	-webkit-transition:All 1s ease;
	-moz-transition:All 1s ease;
	-o-transition:All 1s ease;
	background: orange;
	width: 30%;
}

span#result.weak {
	transition:All 1s ease;
	-webkit-transition:All 1s ease;
	-moz-transition:All 1s ease;
	-o-transition:All 1s ease;
	background: red;
	width: 40%;
}
span#result.good {
	transition:All 1s ease;
	-webkit-transition:All 1s ease;
	-moz-transition:All 1s ease;
	-o-transition:All 1s ease;
	background: greenyellow;
	width: 60%;
	color: #000;
}
span#result.strong {
	transition:All 1s ease;
	-webkit-transition:All 1s ease;
	-moz-transition:All 1s ease;
	-o-transition:All 1s ease;
	background: forestgreen;
	width: 92%;
	max-width: 262px;
}
*/

h1, h2, h3, h4, h5, h6 { font-family: "tl7"; color: #f9afb0;  }

a:hover { color: #29bce1; }

.button, .input-text {
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
}

.button:hover { background: #29bce1; color: #fff; }

.breadcrumbs { margin: 0 0 24px; }
.breadcrumbs li > a , .breadcrumbs li > span{
	font-size: 1.3em;
    font-family: "tl8";
    color: #f9afb0;
}


.links-wrapper-separators { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; }
.links-wrapper-separators .links > li {
    margin-left: -1px;
    border: 1px solid #ccc;
    margin-right: 12px;
}


.wrapper {
    border: none !important;
}








@media only screen and (max-width: 767px) {
	.links-wrapper-separators .links > li { width: 100%; margin: 2px 0px;}
	.footer .item-left { margin-right: 0px; }
}

.links-wrapper-separators .links > li a:hover { background: #eee !important;}

/* Header */
/******************************************************************************************/

.header-primary-container {
	background: url(../images/header_bg.jpg) repeat;
	background-size: auto 100%;
}

.header-primary .links > li { border: 1px solid #ddd; }
/*.header-primary .links > li:hover { background:  #eee; }*/
.nav-container {
    border: 1px solid #ddd;
    background: #29bce1;
}
.sticky-header .sticky-container { background: #f4f4f4; border: 1px solid #eee;}

.header-top-container {
    background: #29bce1;
    //
    box-shadow: 1px 1px 5px #333;
    color: #fff;
}

.header .item-left {
    margin-top: 0;
        font-family: 'Patrick Hand', cursive;
}
.header .item-left img{
	margin-top: 5px;
}

li.level0.level-top {
    font-family: "tl6";
    font-size: 1.3em !important;
    text-transform: uppercase;
}

#lang-switcher-wrapper-regular > div > a > span > span.caret { 
	border-color: #fff transparent transparent;
    opacity: 0.8;
}

#lang-switcher-wrapper-regular >  div.dropdown.open > a > span > span.caret { 
	border-color: #29bce1 transparent transparent;
	color: #29bce1 ;
    opacity: 0.8;
 }
#lang-switcher-wrapper-regular >  div.dropdown.open > a > span { color: #f9afb0 ; }


.form-search .input-text {
    border: 1px solid #ffffff;
    border-radius: 20px;
    background: #f7f3ae;
    font-family: 'Patrick Hand', cursive;
    color: #333;

}
.form-search .button {
    /*background: #333333!important;
    color: #fff;*/
    border-radius: 20px;
    width: 40px;
}
.links-wrapper-separators-left .links > li > a {
    margin-left: 5px;
    border-radius: 15px;
    background: #29bce1;
    color: #fff;
    font-family: 'Patrick Hand', cursive;
}
.header-primary .links > li {
    border: none;
}
.header .logo-wrapper .logo {
    max-width: 94%;
    margin: 0px  !important;
}
.header-regular .logo-wrapper .logo img {
    max-width: 160px;
}
.nav-regular .nav-item.level0 > a, .nav-regular .nav-holder .dropdown-heading, .nav-holders-wrapper-mobile .nav-holder .dropdown .dropdown-heading {
    font-family: 'Patrick Hand', cursive;
}
.header-primary .dropdown .dropdown-heading {
    background: #333;
    color: #fff;
    border-radius: 16px;
    margin-left: 5px;
}
.nav-border-bottom {
    border-bottom: 5px solid #29bce1;
}
.nav-regular .nav-item.level0.active > a {
    background-color: #29bce1;
}
.nav-regular .nav-item.level0:hover > a {
    background-color: #29bce1;
}
.header-primary .dropdown .dropdown-heading, .header-primary .links > li {
    font-size: 13px;
}

h3.section-title {
    font-family: 'Patrick Hand', cursive;
    color: #333;
    font-size: 24px;
    position: relative;
    overflow: hidden;
    border: none;
    padding-bottom: 12px;
}
h3.section-title:before {
    content: ".........................................................................................";
    letter-spacing: 8px;
    position: absolute;
    bottom: -6px;
}
.products-list .product-name, .products-grid .product-name, h3.product-name {
    font-family: 'Martel Sans', sans-serif !important;
    color: #333;
    text-transform: uppercase;
    font-size: 13px;
}
.products-grid .price-box {
    font-family: 'Martel Sans', sans-serif !important;
    font-size: 18px;
}
.price-box .price, .price-as-configured .price {
    color: #333;
    font-weight: bold;
}
.products-grid .product-name {
    margin: 10px 0 10px;
}
.products-grid .product-image-wrapper:before {
    content: "";
    background: url(../images/smile_icon.png) repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    right: -10px;
    top: -10px;
    background-size: auto 50px;
    z-index: 2;
}
.footer-container{
	background: url(../images/footer_bg.png) repeat;
	overflow: hidden;
}
.footer-container .footer-primary-container {
    padding-top: 0;
    padding-bottom: 0;
}
.footer-primary-bottom-spacing {
    border: none !important;
}
div.footer-container > div > div > div.footer-primary-container > div > div > div.clearer > div > div > div > div {
   border: none !important;
}
div.footer-container > div > div > div.footer-primary-container > div > div > div.clearer > div > div > div > h6.heading {
    color: #333;
    text-transform: uppercase;
    letter-spacing: -.3px;
    border-bottom: 1px dashed #333 !important;
}
span.ic-facebook {
    background: #333 !important;
    border-radius: 0;
}
span.ic-pinterest{
	background: #333 !important;
}
span.ic-instagram, span.ic-twitter, span.ic-googleplus {
    background: none !important;
    color: #333 !important;
    font-size: 30px;
}
.feature.indent a {
    font-size: 15px;
    line-height: 36px;
}
.footer .ib, .footer span.icon {
    background-color: #333;
}
.feature, .footer-primary a, .ic-char{
    font-family: 'Martel Sans', sans-serif !important;
}
.item.item-right.newsletter-wrapper {
    background: #a7e0ee;
    position: relative;
    padding: 10px 0 5px 30px;
}
#subscribe-form label {
    font-family: 'Patrick Hand', cursive !important;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
}

body #subscribe-form .input-text {
    float: left;
    width: auto;
    background: #f7f3ae;
    border: none;
    border-radius: 20px;
    padding: 20px;
    width: 260px;
    margin-left: 10px;
    margin-right: -30px;
}
body #subscribe-form .button {
    float: left;
    background: #333;
    color: #fff;
    border: none;
    border-radius: 20px;
    position: relative;
    padding: 2px 20px;
}
.item.item-right.newsletter-wrapper:before {
    content: "";
    background: #a7e0ee;
    width: 100%;
    position: absolute;
    right: -50%;
    height: 100%;
    top: 0;
}
.item.item-right.newsletter-wrapper:after {
    content: "";
    border-left: 20px solid #ff000000;
    position: absolute;
    left: -19px;
    top: 0;
    height: 0px;
    border-top: 30px solid #a7e0ee;
    border-bottom: 30px solid #a7e0ee;
}
body {
    font-family: 'Martel Sans', sans-serif !important;
}
.button {
    background-color: #29bce1;
    border: none !important;
    border-radius: 20px !important;
    color: #fff;
    font-size: 16px;
    font-family: 'Patrick Hand', cursive !important;
    letter-spacing: .5px;
}
.page-title.category-title {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    max-height: 122px;
}
.page-title.category-title h1 {
    position: absolute;
    background: url(../images/title_bg.png) no-repeat;
    display: table-cell;
    vertical-align: middle;
    padding: 2.8% 3%;
    height: 100%;
    box-sizing: border-box;
    background-size: auto 122px;
    width: 100%;
    color: #fff;
    font-family: 'Patrick Hand', cursive !important;
    font-size: 38px;
    text-transform: uppercase;
    line-height: .85;
}
.page-title.category-title h1 span {
    float: left;
    width: 100%;
    font-size: 38px;
    color: #333;
}
.page-title.category-title .category-image {
    margin: 0;
}
.category-description {
    clear: both;
}
.caption.light1.full-width.right{
    margin: 0;
    width: 100%;
    height: 100%;
    background: red;
}
.caption.light1.full-width.right.slid1 {
    background: url(../images/slide1.png) no-repeat;
    background-position: left bottom;
}
.caption.light1.full-width.right.slid2 {
    background: url(../images/slide2.png) no-repeat;
    background-position: left bottom;
    background-size: 100%;
}
.caption.light1.full-width.right.slid3 {
    background: url(../images/slide3.png) no-repeat;
    background-position: left bottom;
}
.caption.light1 .heading, .caption.light1 p {
    background-color: transparent;
    color: #fff;
    text-align: left !important;
        font-size: 22px;
    text-transform: uppercase;
}
.caption.light1 .heading, .caption.light1 p {
    background-color: transparent;
    color: #fff;
    text-align: left !important;
    max-width: 100px;
    float: left !important;
    font-family: 'Patrick Hand', cursive !important;
    font-size: 22px;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    padding: 10px;
}
.caption.light1.full-width.right.slid2 p.right {
    max-width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center !important;
    width: 100%;
}

.caption.light1.full-width.right.slid3 p.right {
    max-width: 190px;
    position: absolute;
    bottom: 0;
    padding: 10px 0;
    font-size: 19px;
    text-align: center !important;
    width: 100%;
}
a:hover .caption.light1 .heading, a:hover .caption.light1 p {
    background-color: transparent;
    color: #fff;
}
.product-view .product-shop .product-name h1 {
    margin: 0;
    color: #333;
    font-family: "Bitter", georgia, serif !important;
    font-size: 24px;
}
.product-view .product-shop {
    font-family: "Bitter", georgia, serif !important;
}
.mypoints h3 {
    color: #35818e;
    font-size: 16px;
}


/******************************************************************************************/


/* Homepage slideshow banners right */

div.the-slideshow-banners.slideshow-banners > a > div > p { font-family: "tl7"; }
div.the-slideshow-banners > a.banner > img { width: 100%; }

div.col-right.sidebar > div.paypal-logo { display: none; }

body.cms-home div.page-title { display: none; }

/* Página Quem somos */

.col-left-50 { float: left; max-width: 50% ;}
.col-right-50 { float: left; max-width: 47%; padding-left: 2% ; }
.left { float: left; margin-right: 4px; }

/* Página cms-customer-service */

body.cms-customer-service dt  {
	font-family: "tl8";
    color: #f9afb0;
    text-shadow: 0px 1px 0px #ccc;
    font-size: 1.1rem;
}


/* Página Categoria */

/* .products-grid .item { margin: 8px 4px;  padding: 2%; border: 1px solid #eee; }
.products-grid .item:hover { border: 1px solid #ccc; } */

.col-left > *, .col-left .widget-static-block { margin-right: 18px;  }
div.block-title > strong > span { 
	font-family: "tl8"; 
	color: #f9afb0;
	text-shadow: 0px 1px 0px #ccc;
    font-size: 1.1rem;
}

/*.block-viewed { 
	-moz-box-shadow: 0 3px 10px rgba(0,0,0, 0.15);
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0, 0.15);
    box-shadow: 0 3px 10px rgba(0,0,0, 0.15); 
}*/
.sidebar .block:first-child {
    margin-top: 7px;
}


/* Página detalhe produto */

.sticker-wrapper.top-right { top: 10px; right: 10px; }

div.product-view.nested-container > div:nth-child(3) > div.box-collateral.box-tags { display: none; }
div.product-view.nested-container > div:nth-child(3) > div.box-collateral.box-reviews { display: none; }

#product_addtocart_form > div.product-primary-column.product-shop.grid12-5 > div.action-box.clearer > ul > li:nth-child(2) { display: none; }

/* Footer */

div.footer-container > div > div > div.footer-primary-container > div > div > div.clearer > div > div > div > h6.heading { border-bottom: 1px solid #DD8428 ; margin-bottom: 0px; }
div.footer-container > div > div > div.footer-primary-container > div > div > div.clearer > div > div > div > div { border-right: 1px solid #DD8428 ; padding-top: 8px; }

/* Cart */

.cart-table .product-image{ width:230px; }
@media only screen and (max-width: 1439px) and (min-width: 768px){
	.cart-table .product-image{ max-width:inherit; }
}
@media only screen and (max-width: 959px){
	.cart-table .product-image{ width:180px; }
}


/* #################################################
################	Cloud zoom	################
#################################################### */

.itemslider-thumbnails.count-1 { max-width:90px; } /*1*/
.itemslider-thumbnails.count-2 { max-width:180px; } /*90px * 2*/
.itemslider-thumbnails.count-3 { max-width:270px; } /*90px * 3*/
.itemslider-thumbnails.count-4,
.itemslider-thumbnails.count-5,
.itemslider-thumbnails.count-multi { max-width:360px; } /*90px * 4*/

/* 1440px <= width */
@media only screen and (min-width: 1440px) {
	.itemslider-thumbnails.count-1 { max-width:110px; } /*1*/
	.itemslider-thumbnails.count-2 { max-width:220px; } /*90px * 2*/
	.itemslider-thumbnails.count-3 { max-width:330px; } /*90px * 3*/
	.itemslider-thumbnails.count-4,
	.itemslider-thumbnails.count-5,
	.itemslider-thumbnails.count-multi { max-width:440px; } /*110px * 4*/
}

/* 1260px <= width < 1440px */
@media only screen and (min-width: 1260px) and (max-width: 1439px) {
}

/* 960px <= width < 1260px */
@media only screen and (min-width: 960px) and (max-width: 1259px) {
	.itemslider-thumbnails.count-4,
	.itemslider-thumbnails.count-5,
	.itemslider-thumbnails.count-multi { max-width:270px; } /*90px * 3*/
}

/* 768px <= width < 960px */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.itemslider-thumbnails.count-1 { max-width:65px; } /*1*/
	.itemslider-thumbnails.count-2 { max-width:130px; } /*65px * 2*/
	.itemslider-thumbnails.count-3,
	.itemslider-thumbnails.count-4,
	.itemslider-thumbnails.count-5,
	.itemslider-thumbnails.count-multi { max-width:195px !important; } /*65px * 3*/
}

/* 480px <= width < 768px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.itemslider-thumbnails.count-4,
	.itemslider-thumbnails.count-5,
	.itemslider-thumbnails.count-multi { max-width:270px; } /*90px * 3*/
	
	.img-box .product-image{ width:auto; }
}
@media only screen and (max-width: 640px) {
    .catalog-category-view .button.btn-cart {font-size: 12px;}
    .catalog-category-view p.category-image {display: none;}
}

/* 320px <= width < 480px */
@media only screen and (min-width: 320px) and (max-width: 479px) {
	.itemslider-thumbnails.count-3,
	.itemslider-thumbnails.count-4,
	.itemslider-thumbnails.count-5,
	.itemslider-thumbnails.count-multi { max-width:180px; } /*90px * 2*/
}

/* 240px <= width < 320px */
@media only screen and (min-width: 240px) and (max-width: 319px) {
	.itemslider-thumbnails.count-2,
	.itemslider-thumbnails.count-3,
	.itemslider-thumbnails.count-4,
	.itemslider-thumbnails.count-5,
	.itemslider-thumbnails.count-multi { max-width:130px; } /*65px * 2*/
}

/* width < 240px */
@media only screen and (max-width: 239px) {
	.itemslider-thumbnails.count-1,
	.itemslider-thumbnails.count-2,
	.itemslider-thumbnails.count-3,
	.itemslider-thumbnails.count-4,
	.itemslider-thumbnails.count-5,
	.itemslider-thumbnails.count-multi { max-width:65px !important; } /*1*/
}

button.btn-cart > span:before {
	font-family: ThemeIcons;
    content: "\e221";
    font-size: initial;
	margin-right:10px;
}