/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 
@media only screen and (min-width: 1200px){
	.container {width: 1200px;}
	#header .header-top .top-logo{
		width: 300px;
	}
	#left-column{width: 18.8%;}
	#content-wrapper.right-column,
	#content-wrapper.left-column{
		width: 81.2%;
	}
}
@media only screen and (min-width: 1400px){.container {width: 1400px;}}
@media only screen and (min-width: 1500px){.container {width: 1500px;}}
@media only screen and (min-width : 1600px){.container {width: 1600px;}}

@media only screen and (min-width : 992px) and (max-width : 1199px){
	#header .header-top .top-logo{
		width: 330px;
		margin-bottom: 25px;
	}
	#header .header-top .position-static{
		margin-top: 25px;
		text-align: center;
	}
	#header .header-top .position-static .laberIpad{
		display:inline-block;
	}
	.container_lab_megamenu .currency-selector-wrapper, .container_lab_megamenu .language-selector-wrapper{
		margin-left: 15px;
	}
	#header .header-top .container{
		padding: 0 15px;
	}
	.header-top .row {
		display: flex;
    	flex-direction: column;
	}
	.header-top .call_support{padding-left: 25px;}
	.ipadProFull{
		width:100%;
	}
	.block_newsletter form input[type="email"]{
		margin-bottom:15px;
	}
	.laber-freeshipping .freeshipping{
		grid-template-columns: repeat(4, minmax(0, 1fr));
		grid-gap: 0;
	}
	.laber-freeshipping .item-inner{
		padding: 0 15px;
	}
	.LaberProductCategory.type-tab2 .displayGrid{
		grid-template-columns: repeat(4,1fr);
	}
	.LaberProductCategory.type-tab2 .displayGrid .item-inner:nth-child(6) {
		grid-column: unset;
		grid-row: unset;
		grid-column-start: unset;
		grid-column-end: unset;
		grid-row-start: unset;
		grid-row-end: unset;
	}
	.LaberProductCategory.type-tab2 .displayGrid .item-inner:nth-child(6) .laber-product-description .description_short,
	.fixed-right{display:none;}
	.displayLeftColumn .product_list .item .full-width{
		width:100%;
	}
	.displayLeftColumn .product_list .item .full-width .laberProduct-image {
		margin-bottom:15px;
	}
}
@media only screen and (min-width : 768px) and (max-width : 991px){

	#header .header-top .position-static {
		text-align:center;
		width: 100%;
		margin-top: 25px;
	}
	#header .laberIpad{
		display:inline-block;
	}
	#header .header-top .top-logo{
		text-align:center;
		margin-bottom: 25px;
		width: 330px;
	}
	.header-top .row {
		display: flex;
    	flex-wrap: wrap;
    	justify-content: center;
	}
	.container_lab_megamenu .currency-selector-wrapper, .container_lab_megamenu .language-selector-wrapper{
		    margin-left: 10px;
	}
	.laberthemes:hover .owl-buttons .owl-prev{left:0;}
	.laberthemes:hover .owl-buttons .owl-next{right:0;}
	.laberSpecialProducts{
		padding: 10px;
	}	
	/*  */
	#laber-products-top .products-selection{
		width:100%;
		padding-top: 15px;
	}
	.laberProductList .actions .laberCart {
		float: left;
		display: inline;
		min-width: 212px;
		margin-bottom: 10px;
	}
	#laberSocialBlock,
	.block_newsletter form{margin-bottom: 30px;}
	.LaberAccordion-category .sub_category{
		position: absolute;
		top: 0;
		right: 40px;
		width: 50px;
		height: 50px;
		text-align: center;
		line-height: 50px;
		display: block !important;
	}
	.laberProductGrid .tab_cates{
		display:none;
		top: 50px;
		border: 1px solid #ccc;
		z-index: 999;
		background: #fff;
		left: 0;
		right: 0;	
	}
	.laberProductGrid .tab_cates.Open{display:block;}
	.laberProductGrid .tab_cates li{
		display: block;
		float: none;
		width: 100%;
	}
	.laberProdCategory .sub_category{
		display: block !important;
		position: absolute;
		top: 0;
		left: 27%;
		line-height: 48px;
		padding: 0 15px;
	}
	
	#index #content-wrapper,
	#index #right-column{width:100%}
	.support-footer-inner .policy-box{
		padding: 15px 0;
	}
	
	.laber-freeshipping .freeshipping{
		grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 0;
        background: transparent;
        border: none;
        padding: 0;
        justify-items: normal;
	}
	.laber-freeshipping .item-inner{
		border: 1px solid #e1e1e1;
        background: #fff;
        border-radius: 3px;
        padding: 15px 30px;
	}
	.LaberProductCategory.type-tab2 .displayGrid{
		grid-template-columns: repeat(3,1fr);
	}
	.LaberProductCategory.type-tab2 .displayGrid .item-inner:nth-child(6) {
		grid-column: unset;
		grid-row: unset;
		grid-column-start: unset;
		grid-column-end: unset;
		grid-row-start: unset;
		grid-row-end: unset;
	}
	.LaberProductCategory.type-tab2 .displayGrid .item-inner:nth-child(6) .laber-product-description .description_short,
	.fixed-right{display:none;}
	
	.displayLeftColumn .product_list .item .full-width{
		width:100%;
	}
	.displayLeftColumn .product_list .item .full-width .laberProduct-image {
		margin-bottom:15px;
	}
}
@media only screen and (max-width : 767px){
	#header{
		margin-bottom: 15px;
	}
	#wrapper{position:relative;z-index:9;}
	#header .header-nav{max-height: inherit;background-color:transparent;border: none;}
	#header .header-top{
		padding: 0;
	}
	.footer-header{
		text-align:center;
	}
	.footer-header .center-mobile{
		display:inline-block;
	}
	#mobile_top_menu_wrapper{
		padding:0;
	}
	.laberSpecialProducts{background: #fff;}
	.laberStatic.displayGrid{
		grid-template-columns: repeat(3,1fr);
		grid-template-rows: repeat(2,1fr);
	}
	.laberthemes:hover .owl-buttons .owl-prev{left:0;}
	.laberthemes:hover .owl-buttons .owl-next{right:0;}
	.mypresta_scrollup.open{right:15px; bottom:15px;}
	.laberFooter-center{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.mypresta_scrollup{
		height: 40px;
		width: 40px;
		line-height: 40px;
		font-size: 15px;
	}
	.block_newsletter {
		padding-bottom: 0;
		border-bottom: none;
	}
	.links .title{
		padding: 0;
		border-bottom: 1px solid #ebebeb;
		position: relative;
	}
	.links .title span.h3{
		line-height: 40px;
		display: block;
		font-size: 20px;
		padding-right: 40px;
		font-weight: 600;
		margin: 0;
	}
	.row .title.clearfix.hidden-md-up span.h3{
		font-size: 16px;
		font-weight: 600;
	}
	.links .title .float-xs-right{
		position: absolute;
		top: 0;
		right: 0;
	}
	.links .title .float-xs-right .material-icons{
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align:center;
	}
	.links .collapse.in{
		padding: 15px 0;
	}
	.laberFooter-bottom{
		padding-bottom:15px;
	}
	.laberFooter-bottom .container{
		padding: 0 15px;
		border:none;
	}
	#laberSocialBlock{
		position: relative;
	}
	.copyright{
		text-align:center;
		margin-bottom: 10px;
	}
	#header .header-nav .blockcart{
		height: auto;
		padding: 0;
		margin-left: 0;
	}
	#header .laber-cart a span.icon .icon_cart{
		margin-left:5px;
		margin-right:5px;
		height: 40px;
		line-height: 40px;
	}
	#header .laber-cart a.cart{
		height: 40px;
		line-height: 40px;
		padding: 5px 40px 5px 10px;
		margin-left: 15px;
		margin-right: 15px;
		margin-top: 15px;
		border: none;
	}
	#header .laber-cart a.cart .total,
	#header .laber-cart a.cart .totalCart{
		display: none !important;
	}
	
	#header .header-nav .user-info{
		margin: 0;
	}
	.laberUserInfo .laber-user-info{
		top: 50px;
		right: -100%;
	}
	.laberSetting{
		padding-right: 15px;
	}
	#header .laberwishtlistTop a.wishtlist_top .cart-wishlist-number,
	#header .laber-cart a .cart-products-count{
		font-size: 12px;
		width: 20px;
		height: 20px;
		line-height: 20px;
		right: 0;
		top: -3px;
	}
	.laberUserInfo .laberUser p.nameuser .icon_user{margin-right: 5px;}
	
	#header .header-nav .top-logo {
		padding-top: 15px;
		padding-bottom: 15px;
		display: flex;
    	justify-content: center;
	}
	#header .header-nav .top-logo img{
		
	}
	#header .header-nav .top-logo .h1,
	#header .header-nav .top-logo h1{
		display:inline-block;
		margin:0;
	}
	
	#header .header-nav #labermenu-icon{
		margin: 0 15px;
		cursor: pointer;
		color: #fff;
	}
	#header .header-nav #labermenu-icon .material-icons{
		line-height: 70px;
		font-size: 30px;
	}
	#labermobile_top_menu_wrapper{
		display: block !important;
		background: #fff;
		position: fixed;
		top: 0;
		left: -400px;
		opacity: 0;
		height: 100%;
		width: 100%;
		max-width: 350px;
		z-index: 999;
		margin: 0;
		padding: 0;
		overflow: auto;
		-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		transition: all 300ms ease;
	}
	.open_menu #labermobile_top_menu_wrapper{
		left: 0;
		opacity: 1;
	}
	.open_show .mobile_bkg_show {
		opacity: 1;
		visibility: visible;
	}
	
	#labermobile_top_menu_wrapper .laber_close{
		font-size: 20px;
		position: absolute;
		top: 22px;
		right: 13px;
		z-index: 9999;
		width: 23px;
		height: 23px;
		display: block;
		border-radius: 3px;
		text-align: center;
		line-height: 24px;
		cursor: pointer;
		color: #fff;
		background: #ff9c00;
	}
	
	.mobile_bkg_show {
		z-index: 998;
		position: fixed;
		top: 0;
		left: 0px;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		opacity: 0;
		visibility: hidden;
		transform: translateX(0);
		transition: opacity 0.8s ease, visibility 0.9s ease, transform 0.4s ease;
	}

	
	.js-top-menu.mobile{padding:0 15px;background: #002d62;}
	.js-top-menu.mobile .dropdown .expand-more{
		display:block;
		border-bottom:1px solid #e0e0e0;
		position: relative;
		line-height: 40px;
	}
	.js-top-menu.mobile .dropdown .expand-more i{
		float: right;
		line-height: 35px;
		font-size: 17px;
		font-weight: 600;
	}
	.js-top-menu.mobile .dropdown-menu{
		position: static;
		float: none;
		padding: 0;
		border: none;
		width: 100%;
	}
	
	.js-top-menu.mobile .dropdown-menu li{
		border-bottom:1px solid #e0e0e0;
		padding: 5px 10px;
	}
	.js-top-menu.mobile .dropdown-backdrop{display:none;}
	.language-selector-wrapper .expand-more{
		padding-left: 0;
	}
	.language-selector-wrapper .expand-more .flag{
		display:none;
	}
	#labermobile_top_menu_wrapper .top-logo{
		padding: 15px 0 !important;
	}
	#labermobile_top_menu_wrapper .top-logo img{
		width: 50%;
	}
	.mobile_UserInfo .signin {
		background: rgba(0, 0, 0, 0.2);
		padding: 10px 15px;
		margin: -0 -15px;
		color: #fff;
	}
	.mobile_UserInfo .signin a{color:#fff !important;}
	.laber-freeshipping .freeshipping{
		grid-template-columns: repeat(2, minmax(0, 1fr));
		background-color: transparent;
		border: none;
		padding: 0;
		grid-gap: 0;
		justify-items: normal;
	}
	.laber-freeshipping .item-inner{
		border: 1px solid #ebebeb;
		text-align: left;
		padding: 15px;
		background: #fff;
		border-radius: 3px;
	}
	.laber-freeshipping .item-inner:last-child{
		border: 1px solid #ebebeb;
	}
	.laberActions{
	}
	.laberProductGrid .laberQuickview{
		opacity: 1;
		bottom:0;
	}
	.laberFooter-center .block_newsletter,
	.laberFooter-center .block-contact{
		margin-bottom: 0;
		border:none;
	}
	.laberProductGrid .item-inner .item .laberCart {
		opacity: 1;
		bottom: 0;
	}
	/*  */
	.block-category h1.h1{
		margin-bottom: 15px;
	}
	#category #left-column,
	#category #content-wrapper {
		width: 100%;
		padding: 0 15px !important;
	}
	#laber-products-top .products-selection{
		width: 100%;
		padding-top: 15px;
	}
	.products-sort-order .dropdown-menu{
		left: 15px;
		right: inherit;
	}
	#category #search_filter_toggler{
		padding: 0 15px;
		min-width: auto;
		line-height: 35px;
	}
	#products .laberProducts.laberProductGrid{
		display:block;
	}	
	#products .laberProducts.laberProductList,
	#laber-products-top .laberGridList {
		display: none;
	}
	#category #left-column #search_filters .facet{
		margin: 15px;
		padding-bottom: 10px;
		max-width: 258px;
	}
	.laberUserInfo .laberUser p.nameuser{line-height: 50px;}
	/*  */
	.laberProduct .images-container{
		margin-bottom: 30px;
	}
	.displayBlog .product_list,
	.laberProductColumn .product_list, .laberProductGrid .product_list, .laber-categoryfeature .labProductList {padding: 15px;}
	.laberProductGrid .tab_cates{
		display:none;
		top: 50px;
		border: 1px solid #ccc;
		z-index: 999;
		background: #fff;
		left: 0;
		right: 0;	
	}
	.laberProductGrid .tab_cates.Open{display:block;}
	.laberProductGrid .tab_cates li{
		display: block;
		float: none;
		width: 100%;
	}
	.LaberProductCategory.type-tab .lab_tabCate{
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}
	.LaberProductCategory.type-tab .labertab_cates{
    	padding-right: 0;
    	margin-bottom: 11px;
    	display: flex;
    	flex-wrap: wrap;
		justify-content: center;
	}
	.LaberProductCategory.type-tab .labertab_cates.nav-tabs li a {
		font-size: 11px;
		height: 40px;
		line-height: 40px;
		margin: 0 2px 4px 2px;
		width: 125px;
    	padding: 0 5px;
	}
	.LaberProductCategory.type-tab .tab-content{
		width: 100%;
	}
	.LaberAccordion-category .sub_category{
		position: absolute;
		top: 0;
		right: 40px;
		width: 50px;
		height: 50px;
		text-align: center;
		line-height: 50px;
	}
	.laber-categoryfeature .laberGrid-view {
		grid-template-columns: repeat(2, 1fr);
		display: grid;
		grid-gap: 30px 30px;	
	}
	.payment{
		display: flex;
        flex-wrap: wrap;
        justify-content: center;
	}
	
	.laberProdCategory .cat-img,	
	.laberProdCategory .laberCat-banner{
		display: none;
	}
	
	.laberProdCategory .sub_category{
		position: absolute;
		top: 0;
		right: 15px;
		color: #fff;
		text-align: center;
		line-height: 50px;
		display: block !important;
	}
	.laberProductGrid .tab_cates.of-laber-md-2{
		left:0;
	}
	.laber-customlink .seo_keyword .title-seo,
	.laber-simpleseo .title-laber{
		float: none;
	}
	.laber-simpleseo .content-laber{padding:0;}
	#category #left-column #search_filters{margin:15px;}
	#category #left-column #search_filter_controls{padding-top: 1rem;}
	#search_filters .facet, #search_filters_brands .facet, #search_filters_suppliers .facet{
		padding:0;
	}
	#category #left-column #search_filters .facet .h6{color: #fff; min-width: 258px;}
	#category #left-column #search_filters .facet .navbar-toggler {
	    position: absolute;
        left: 260px;
        color: #fff;}
	.subpage .laberthemes .item-inner .item, #js-product-list .laberProductGrid .item-inner .item{
		margin-bottom:15px;
	}
	.LaberProductCategory .lab_tabCate2{
		position: static;
	}
	.LaberProductCategory .labertab_cates2.nav-tabs .nav-item{}
	.LaberProductCategory.type-tab2 .displayGrid{
		grid-template-columns: repeat(2,1fr);
		display: grid;
		grid-gap: 30px 30px;
	}
	.LaberProductCategory.type-tab2 .displayGrid .item-inner:nth-child(6){
		grid-column: unset;
		grid-row: unset;
		grid-column-start: unset;
		grid-column-end: unset;
		grid-row-start: unset;
		grid-row-end: unset;
	}
	.LaberProductCategory.type-tab2 .displayGrid .item-inner:nth-child(6) .laber-product-description .description_short,
	#product #left-column{
		display:none;
	}
	.fixed-right{display:none;}
	
	.laberFooter-top {
		padding: 15px 15px 0;
	}
	.block_newsletter form .input-wrapper:before{display:none;}
	.block_newsletter form .input-wrapper .input-box{
		width: 100%;
	}
	.laberColumn .owl-buttons .owl-next, 
	.laberColumn .owl-buttons .owl-prev, 
	.laberthemes .owl-buttons .owl-next, 
	.laberthemes .owl-buttons .owl-prev,
	.displayLeftColumn.laberColumn,
	.laber-Featured.suggest-slider{display:none;} 
	.margin-bottom-60{margin-bottom: 30px;}
	.laberTabs #tab-content {
		padding: 15px;}
	.product-features>dl.data-sheet dd.value, .product-features>dl.data-sheet dt.name {
		font-size: 13px;
	}
	body#checkout section.checkout-step:first-child, section#js-checkout-summary {
		margin-top: 0;
	}
	#content-wrapper .laberProduct.margin-bottom-30.padding-0-15 {
		padding: 15px;
	}
	.footer_contactinfo {
		float: none;
        margin: 0 0 30px 0px;
        border: 1px solid #e2e2e2;
        border-radius: 3px;
        padding: 15px;
	}
	nav.breadcrumb {display:block !important;}
	#wrapper .breadcrumb ol {padding:0; margin-bottom:15px;}
	#wrapper .breadcrumb li a {line-height: 1; font-size: 11px;}
	.laber-freeshipping .freeshipping {margin-bottom: 30px;}
	.laberProductFilter {margin-bottom: 30px;}
	.laberStatic .col-sm-4:last-child .img {margin-bottom: 0;}
	.payment img:hover {transform:none; filter:none;}
	.product-manufacturer {justify-content: center;}
}

@media only screen and (max-width: 575px) {
	body#checkout section.checkout-step .carrier-delay {padding-top: 15px;}
	.displayPosition2 .laberStatic .img a,
	.displayPosition4 .laberStatic .img a {width: 75%;}
}

@media only screen and (max-width: 550px) {
	#subcategories ul li a {
    font-size: 12px
	}
	#subcategories ul li a:hover {
    color: #ff9300;
    overflow: hidden;
	width: 140px;
	}
}
@media only screen and (max-width: 500px) {
	.laberStatic .img {margin-bottom: 15px;}
}
@media only screen and (max-width : 480px){
	.images-container .product-images > li.thumb-container > .thumb {
		width: 70px;
	}
	.scroll-box-arrows i{
	}
	.laber-freeshipping .freeshipping{
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-gap: 0px;
	}
	.laberActions{
		display: none;
	}
	#product .laberTabs .nav-tabs .nav-link{padding: 0 10px;}
	#product .laberTabs .nav-tabs .nav-item{}
	
	.laber-categoryfeature .item-inner .item{border-right: 0;}
	
	.laber-freeshipping .item-inner {padding: 10px;}
	.laber-freeshipping .item {min-height: 30px;padding-left: 40px; padding-top: 2px;}
	.laber-freeshipping .item span {height: 25px; width: 31px;}
	.laber-freeshipping .item .box-content {}
	.laber-freeshipping .item .box-content h3 {font-size: 9px; margin-bottom: 2px;}
	.laber-freeshipping .item .box-content p {font-size: 8px;}
}
@media only screen and (max-width: 359px) {
	.links .title span.h3 {
	font-size: 17px;
	}
}
@media (min-width: 320px) and (max-width: 339px) {
	.product-actions .add-to-cart {
    	padding-top: 0;
    	text-transform: capitalize;
		min-width: 180px;
    	border-radius: 3px;
    	font-weight: 600;
    	padding: 0 10px;
	}
}
@media only screen and (min-width: 500px) {
	.dados_pagamento table tbody tr td {
			font-size: 20px !important;
	}
	.dados_pagamento table tr:nth-child(2) td img {
		max-width: 125px;
	}
}