@media (max-width: 991px) {
	.responsive .standard-body .full-width .container {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.responsive .standard-body .fixed .container {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.responsive .main-fixed .container {
		padding-left: 30px;
		padding-right: 30px;
	}

	
		.responsive .standard-body .container .container,
		.responsive .main-fixed .container .container {
			padding-left: 0px;
			padding-right: 0px;
		}

		.responsive .product-info .cart #button-cart {
			font-size: 27px !important;
		}

		.responsive .product-info .cart #button-cart {
			margin-left:0px;
		}

		.responsive .filter-product {
    display: none;
		}

		.responsive .box.box-with-categories {
    display: none;
		}

		.responsive .form-horizontal .control-label {
    text-align: left;
  }

  .responsive bcomprar {
    position: relative;
    margin-left: 77px;
    top: -21px;
    color: #3d8a4f;
    font-size: 13px;
}
		
	/* Block */
	
	.responsive .col-sm-3 .box-with-products,
	.responsive .col-sm-4 .box-with-products,
	.responsive .col-md-3 .box-with-products,
	.responsive .col-md-4 .box-with-products,
	.responsive .col-sm-3 .advanced-grid,
	.responsive .col-sm-4 .advanced-grid,
	.responsive .col-md-3 .advanced-grid,
	.responsive .col-md-4 .advanced-grid {
		display: none;
	}
		
	.responsive .inner-page .pattern > div > .row:first-child > div {
		margin-top: 0px !important;
	}
	
		.responsive .inner-page .pattern > div > .row:first-child > div {
			float: none;
		}
		
		.responsive .inner-page .pattern > div > .row:first-child > div:first-child {
			margin-top: -5px !important;
			/* padding-left: 0px; */
			/* padding-right: 0px; */
		}

		.responsive .product-info .cart .add-to-cart .quantity {
			display:none;
		}
		
		.responsive #top #header-right {
    top: 109px;
    z-index: 1000;
    text-align: right;
}

.responsive #top .search_form {
    width: 38%;
    top: 112px;
    z-index: 1001;
}

.responsive logo-menu {
    position: relative;
    /* float: left; */
    z-index: 90;
    left: 32px;
    top: 5px !important;
    display: block !important;
}

.responsive .is-sticky .megaMenuToggle {
    margin-top: 23px;
}

.responsive .is-sticky #top .search_form {
   top: 172px;
}

.responsive .is-sticky logo-menu {
    top: 6px !important;
}

.responsive .is-sticky #top #header-right {
    top: 88px;
}

.responsive #top .top-cart-row-container .wishlist-compare-holder a {
    color: #fff !important;
}
		
		
}

@media (max-width: 1270px) {
	.responsive .camera_wrap {
		height: auto !important;
	}

}

@media (max-width: 1199px) and (min-width: 992px){
    .responsive #header-right{
      width: 33%;
    }
    
    .responsive #header-center{
        width: 41%;
    }
    
    .responsive #top .search_form input {
        width: 100%;
    }
    
    .responsive #top .search_form .search-cat {
        width: 50%;
    }

    .responsive .filter-product {
    	display:none;
    }

    .responsive .product-info .cart #button-cart {
			font-size: 23px !important;
		}

		.responsive img[src="image/catalog/blank.gif"] {
     background: url("../img/loader.gif") no-repeat scroll center center #ffffff;
     width: 100%;
     max-height: 195px;
}
    
}

@media (max-width: 991px) {
	.responsive #main .dropdown-menu {
		display: none !important;
		visibility: visible !important;
		opacity: 1 !important;
		-webkit-transition: none !important;
		-moz-transition: none !important;
		-o-transition: none !important;
		-ms-transition: none !important;
		transition: none !important;
	}
	
		.responsive #main .open > .dropdown-menu {
			display: block !important;
		}
    
    /* @group Logo */
    .responsive #top .logo {
		text-align: center;
		}
    
    /* end */
    
    /* @group top links */

    .responsive #top-bar .top-links > li a.link{
        font-size: 12px;
        padding: 0 10px;
    }

    /* @end */
    
    /* @group  Search */
    .responsive #top .contact-row {
        margin-bottom: 20px;
    }
    .responsive #top .contact-row .phone,
    .responsive #top .contact-row .contact{
        text-align: center;
        display: block;
        margin-bottom: 5px;
            
    }
    
    /* @end */
    
    	
    /* @group Banner-half */

    .responsive .banner-half{
        margin-top: 20px;
        display: none;
    }

    .responsive .banner-half .banner-text{
        top: 15%;
    }
    
    .responsive .banner-half .banner-text h1 {
        font-size: 22px;
    }
    .responsive .banner-half .banner-text .tagline {
        font-size: 16px;
    }

    /* @end */
    
    /* @group Advanced BestSellers */
	
	.responsive .product-grid-template .product-grid .product.product-img-slider .thumbnails.thumbnails-left{
        padding: 0 6px;
    }
	
	.responsive .product-grid-template .product-grid .product.product-img-slider .add-to-cart {
        margin: 15px 20px 15px 15px;
    }
    
	
	/* @end */

	/* @group minhas modificações */

	.responsive .footer-mobile{
        display: block;
        margin-top: -6px !important;
    }

    .responsive .category-list-text-only {
    display: block;
}

.responsive .tarja-home-categorias {
    display: none;
}

.responsive .box.toolsorange2-shop-by-category {
	display: none;
}

}

@media (max-width: 767px) {

	/* @group Row */
	
	.responsive .row {
		margin-left: -10px;
		margin-right: -10px;
	}
	
		.responsive .row > div {
			padding-left: 10px;
			padding-right: 10px;
		}

	.responsive .standard-body .full-width .container {
		padding: 0px 10px;
	}
	
	.responsive .standard-body .fixed {
		padding: 0px;
	}
	
		.responsive .standard-body .fixed .container {
			padding: 0px 20px;
		}
	
	.responsive .fixed-body {
		padding: 0px;
	}

	.responsive .product-filter .options .button-group button {
		margin: 0px 0px -20px 0px;
		display: none;
	}
	
		.responsive .main-fixed .container {
			padding: 0px 20px;
		}
		
		.responsive .standard-body .container .container {
			padding-left: 0px;
			padding-right: 0px;
		}
		
	/* @end */
		
	/* @group Mobile Disabled */
	
	.responsive .mobile-disabled {
		display: none !important;
	}
	
	/* @end */
	
	/* @group Top Bar
	------------------*/

	.responsive #top-bar .container {
		text-align: center;
	}
	     
		/* @group top links */
	
		.responsive #top-bar .top-links {
			text-align: center;
		}
	
		.responsive #top-bar-left,
		.responsive #top-bar-right{
			margin: 10px 0;
		}
        

        .responsive #top-bar .top-links > li a.link{
            font-size: 11px;
            padding: 0 9px;
        }
		
		/* @end */
		
		/* @group Currency and Language */
		
		.responsive #top-bar form {
			float: none;
			display: inline-block;
		}
		
		
		/* @end */
        
        /* @group  Search */
        .responsive #top .search_form{
             height: 35px;
             margin-top: 20px;
             top: 99px;
             margin-bottom: -31px;
             width: 82%;
             border: 0px solid #27a845;
			 border-radius: 7px;
        }
        .responsive #top .search_form input {
            width: 85%;
            padding: 0px 0px 2px 6px;
            font-size: 13px;
        }
        
        .responsive #top .search_form .search-cat{
            width: 100%;
            height: 51px;
            top: 0;
            border-top: 1px solid #e0e0e0;
            border-left: 0;
        }
        .responsive #top .search_form .search-cat:after {
            top: 15px;
        }
        
        .responsive .search_form .button-search, .search_form .button-search2 {
            border-radius: 0 5px 5px 0;
    padding: 5px 9px 111px 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    background: #fff;
    color: #cecece;
    font-size: 18px;
	line-height: 25px;
        }
        
        .responsive #top #header-right {
            /* top: auto; */
        }
        
        /* @end */
		
		/* @group Block Cart */
		
		.responsive #top-bar #cart_block {
			width: auto;
			display: block;
			margin-left: 0px;
			margin-right: 0px;
		}
			
			.responsive #top-bar #cart_block .dropdown-menu {
				right: 0;
				left: 0;
				width: 100%;
			}
			
		/* @end */
			
	/* @end */
	
	/* @group Top */
    

        .responsive #top .container {
            padding-top: 0;
        }
	
		
     	/* @group Logo */
     	
     	.responsive #top .logo {
     		text-align: center;
     		/*max-width: 143px;*/
     		margin-left: auto;
     		margin-right: auto;
     		margin-bottom: -127px;
     		top: -9px;
     		position: relative;
     	}
     	
     	/* @end */
     	
     	/* @group Links */
     	
     	.responsive #top .header-links {
     		text-align: center;
     	}
     	
     		.responsive #top .header-links li {
     			padding: 0px 7px;
     		}
     		
     	/* @end */
     		
     	/* @group Block Cart */
     	
     	.responsive #top #cart_block .dropdown-menu {
     		width: 100%;
            min-width: 320px;
     	}
     	
     		.responsive #top #header-right #cart_block .dropdown-menu:after {
     			right: 50%;
     			margin-right: -9px;
     		}
     		
     		.responsive #top #header-right #cart_block .dropdown-menu:before {
     			right: 50%;
     			margin-right: -10px;
     		}
     		
     	/* @end */
     	
     	/* @group Right */
     	
     	
     	/* @end */
	
	/* @end */
	
	/* @group Breadcrumb
	------------------*/
	
	.responsive .breadcrumb .container {
		padding-top: 0px !important;
	}
	
	/* @end */

	/* @group Main Content
	------------------*/
	
	.responsive .main-content .pattern > .container,
	.responsive .standard-body .main-content .pattern > .container {
		padding-bottom: 25px;
	}
	
		/* @group Slider */
		
		.responsive .camera_slider {
			margin-top: 20px !important;
		}
		
			.responsive #slider .fullwidth .camera_slider {
				margin-top: 0px !important;
				display: none;
			}
			
		/* @end */
			
		/* @group Center column */
		
		.responsive .center-column {
			padding-top: 20px;
		}
		
		/* @end */
	
		/* @group Banner */
		
		.responsive .banners > div {
			padding-top: 20px;
		}
		
		/* @end */
		
		
		/* @group Block */
/*		
		.responsive .box {
			padding-top: 5px;
			padding-bottom: 3px;
		}
		
		     .responsive .center-column .box {
		          padding-bottom: 17px;
		     }
			*/
		     /* @group Carousel mobile products */
		
             
			.responsive .box-product .carousel .item .product-grid .row > div {
				display: none !important;
			}
            
            .responsive .box-product .product-grid div.block .product {
                /* border-right: 1px solid #e6e6e7; */
                margin: -25px 0px -39px 0px;
            }
			
				.responsive .box-product .carousel .item .product-grid .row:first-child > div:first-child,
				.responsive .box-product .carousel .item .product-grid .row:first-child > div:nth-child(2) {
					display: block !important;
					width: 50%;
					float: left;
				}
				
			/* @end */
			
		/* @end */
		
		/* @group Product */
		
        .responsive .tab-content{
            margin-top: 0;
        }
			
			.responsive .center-column .product-grid {
				margin-bottom: 20px;
			}
			
			.responsive .product-grid .row > div.col-xs-6:nth-child(odd) {
				clear: both;
			}
            
            .responsive  .product-grid .product-hover .only-hover {
                opacity: 1;
                visibility: visible;
                position: relative;
                left: 0;
                right: 0;
                /* display: none; */
            }
            
            .responsive .product-grid .product-hover .only-hover > * {
                opacity: 1;
                cursor: pointer !important;
            }
            
            .responsive .product-grid .product-hover .only-hover:before {
                display: none;
            }
            
            .responsive .product-grid .product-hover .only-hover:after {
                visibility: visible;
            }
            

          /* @end */
					
		/* @group Product list */
		
        
        .product-list .image,
        .product-list .name-desc,
        .product-list .actions{
            width: 100%
        }
		
			.responsive .product-list .actions > div {
				padding: 15px 0px 0px 0px;
				border-top: 1px solid #e6e6e6;
				margin: 20px 0px 0px 0px;
			}
			
				.responsive .product-list .actions > div:before {
					display: none;
				}
				
		/* @end */
					
		/* @group Category page */
		
		.responsive .category-info {
			padding: 0px 0px 10px 0px;
		}
		
		.responsive .category-list-text-only {
			margin-bottom: 10px;
			margin-top: -21px;
		}
		
			.responsive .category-list .row > div {
				margin-bottom: 16px;
			}
			
				.responsive .category-list-text-only .row > div {
					padding: 0px 0px 0px 1px;
					margin: 0px 0px 0px 0px;
					font-size: 11px;
				}
		
		.responsive .product-filter {
			margin: 0px 0px 0px 0px;
			padding: 0px;
			position: relative;
			top: -10px;
			background: #fff;
		}
		
			.responsive .product-filter .options,
			.responsive .product-filter .list-options,
			.responsive .product-filter .list-options .limit {
				float: none;
				/* margin: 0px; */
				/* clear: both; */
				margin-top: -8px;
			}
				
				.responsive .product-filter .list-options .sort {
					/* padding-top: 0px; */
					font-size: 0px;
				}
				
				.responsive .product-filter .list-options .limit {
					padding-left: 0px;
				}
				
		/* @end */
			
		/* @group Product page */
        
        .product-info .product-center{
            margin-top: 20px;
        }
		
			/* Thumbnails */

			.responsive .product-info .thumbnails li,
			.responsive .product-info .thumbnails-left li {
				width: 20%;
				float: left;
			}
            

            
            .responsive .product-info .cart{
                text-align: center;
            }
            
            .responsive .product-info .cart .quantity{
                display: inline-block;
                float: none;
                display: none;
            }
            
            .responsive .product-info .cart #button-cart{
                margin-top: 15px;
                margin-left: 0;
                width: 100%;
                float: none;
                display: none;
            }
            
            .responsive .product-info .button-product-question {
                width: 100%;
                display: block;
            }
			
		/* @end */
		
		/* @group Pagination */
		
		.responsive div.pagination-results .text-left,
		.responsive div.pagination-results .text-right { 
			text-align:center;
		}
		
		/* @end */
		
		/* @group Content */
		
		.responsive .login-content .left,
		.responsive .login-content .right,
		.responsive .main-content .content .left,
		.responsive .main-content .content .right,
		.responsive .checkout-content .left,
		.responsive .checkout-content .right { 
			float: none;
			width: 100%; 
		}
		
		/* @end */
		
	/* @end */

	/* @group Custom Footer
	-----------------*/
	
	.responsive .custom-footer .pattern {
		padding: 5px 0px 26px 0px;
	}
	
		.responsive .custom-footer h4 {
			padding-top: 25px;
		}
		
	/* @end */
	
	/* @group Footer
	-----------------*/
	
	.responsive .footer .pattern {
		padding: 5px 0px 51px 0px;
	}

		
		.responsive .footer h4, 
		.responsive .footer .strip-line {
			margin-top: 0px;
		}
		
	/* @end */
	
	/* @group Copyright
	------------------*/
	
	.responsive .copyright {
		text-align: center;
	}
    
    .responsive .copyright .powered{
        float: none;
        text-align: center;
        margin-bottom: 6px;
        font-size: 10px;
        margin-top: -24px;
        line-height: 11px;
    }
    
    .responsive .copyright .payment-methods{
        float: none;
        text-align: center;
    }
	
		.responsive .copyright ul {
			padding: 15px 0px 10px 0px;
			float: none;
		}
        
        
		
	/* @end */
		
	/* @group Cloud zoom */
	
	.responsive .zoomContainer {
		display: none !important;
	}
	
	/* @end */
	
	/* @group Banners */
	
	.responsive .banner {
		margin-top: 20px;
	}
	
	/* @end */
	
	/* @group Quickview */
	
	.responsive #quickview .thumbnails {
		margin-bottom: 0px;
	}
	
	/* @end */
	
	/* @group Advanced BestSellers */
	
	.responsive .product-grid-template .product-grid .product.product-img-slider .thumbnails.thumbnails-left{
        padding: 0 20px;
    }
	
	.responsive .product-grid-template .product-grid .product.product-img-slider .add-to-cart {
        margin: 15px 34px 15px 15px;
    }
	
	.responsive .product-grid-template .product-grid .product .name {
        height: auto !important;
    }
    
	
	/* @end */
	
	/* @group Modal */
	
	.responsive .modal-footer {
		text-align: center;
	}
	
		.responsive .button-continue-shopping {
			display: inline-block;
			float: none;
		}
		
		.responsive .button-checkout {
			display: inline-block;
			float: none;
		}
		
	/* @end */
    
    /* @group Newsletter */


    .responsive .newsletter .line-through{
        /* display: none; */
        height: 75px;
        top: 6px;
        background: #e1e1e1;
        border-top: 1px solid #cccccc42;
        border-bottom: 1px solid #cccccc42;
        box-shadow: 0px 0 20px 0 rgb(0 0 0 / 18%);
    }


    .responsive .newsletter input.email{
       width: 46%;
       border-radius: 5px 0px 0px 5px;
       margin-left: 0;
       margin-right: -4px;
       margin-top: 17px;
       margin-bottom: 19px;
       padding: 7px 12px;
    }

    .responsive .newsletter .button{
        border-radius: 0px 5px 5px 0px;
    /* width: 100%; */
    margin: 0px 0px 0px 0px;
    padding: 8px 11px 8px 11px;
    background: #fff !important;
    font-size: 13px;
    line-height: initial;
    font-weight: 600;
    }
    
    .responsive body .popup-module .newsletter-wrapper{
        margin: -20px;
        padding: 20px;
        background: rgba(255,255,255, 0.8)
    }
    
    .responsive body .popup-module .newsletter .button{
        width: auto;
        margin-left: 0 !important;
    }

    /* @end */
    
    .responsive .htabs{
        /* border-radius: 3px; */
        /* border: 1px solid #e0e0e0; */
        /* margin-bottom: 15px; */
        /* overflow: hidden; */
        margin: -33px 0px 0px 0px;
    }
    .responsive .htabs a,
    .responsive .htabs a.selected{
        /* width: 100%; */
        /* border: 0; */
        /* border-bottom: 1px solid #e0e0e0; */
        /* margin: 0; */
        font-size: 17px;
        /* padding: 18px 39px; */
        /* line-height: 24px; */
        /* border-radius: 0; */
    }
    
    .responsive .htabs a:last-child{
        border-bottom: 0
    }
    
    
    
    .responsive .cookie .content{
        float: none;
        margin-bottom: 20px;
    }

    .responsive .cookie .operations{
        float: none;
        width: 100%;
        text-align: center;
    }

    .responsive .newsletter-input > i {
        font-size: 27px !important;
        top: 5px !important;
        margin-top: 7px;
        top: 14px !important;
        left: 1px;
        color: #696969;
    }

    .responsive .newsletter-input > br {
    display: block !important;
    }

    .responsive .row > div .product-center {
    	width: auto !important;
    }

    .responsive .row > div .popup-gallery {
    	width: auto !important;
    }

    .responsive .product-info .thumbnails {
    	margin-right:26px;
    }

    .responsive body .mfp-image-holder .mfp-close, body .mfp-iframe-holder .mfp-close {
    	margin-right:17px;
    }

    .responsive .footer-mobile {
    	margin-top: -42px !important;
    }

    .responsive .box.box-with-categories {
    display: none;
    }

    .responsive .container-megamenu.container .megamenu-pattern {
    	display:block;
    }

    .responsive .vertical #menuHeading .megamenuToogle-wrapper {
    	display:block;
    	background: #c3c3c338;
    	/* border: 1px solid #e6e6e6; */
    	display: none;
    }

    .responsive .home-full-mobile {
    	display:block;
    	margin-top: -20px !important;
    	margin-left: -20px !important;
    	margin-right: -20px !important;
    }

    .responsive ul.megamenu > li > a img {
    	height: 30px;
    	float: left;
    	margin-right: 9px;
		display: none;
    }

    .responsive img[src="image/catalog/blank.gif"] {
     background: url("../img/loader.gif") no-repeat scroll center center #ffffff;
     width: 100%;
     max-height: 250px;
     height: 250px;
}

    .responsive .vertical ul.megamenu.shift-down {
    margin-left: auto;
    margin-right: auto;
    width: 244px;
    /* display: -webkit-inline-box; */
    }

    .responsive .vertical ul.megamenu > li > a:hover, .vertical ul.megamenu > li.active > a, .vertical ul.megamenu > li:hover > a {
    	background: #d6d6d600 !important;
    	padding: 0px 0px 15px 0px;
    }

    .responsive .vertical ul.megamenu > li:hover > a, .vertical ul.megamenu > li.active > a {
    border-color: #e6e6e6;
    }

    .responsive .vertical ul.megamenu > li:hover, .responsive .vertical ul.megamenu > li.active {
    background: #d6d6d600;
    }

    .responsive ul.megamenu {
    width: 260px;
    margin-left: -19px;
    }
	
	.responsive .vertical ul.megamenu {
    width: 260px;
	margin-left: 0px;
    }

    .responsive #top #cart_block {
    	float: right;
    	top: -109px;
    	/* z-index: 90; */
    	/* left: 174px; */
    }

    .responsive i.fa.fa-user {
    /* font-size: 37px !important; */
    }

    .responsive #top .top-cart-row-container .wishlist-compare-holder {
    	margin-left: auto;
    	margin-right: auto;
    	position: relative;
    	display: flex;
    	text-align: center;
    	width: max-content;
    	line-height: 13px;
    	top: 4px;
    }

    .responsive #top .top-cart-row-container .wishlist-compare-holder a {
    	color: #fdfdfd !important;
    }

    .responsive a:hover {
    	/* color: #fff !important; */
    }

    .responsive #top #cart_block .cart-heading .total-price {
    	color: #fff;
    	font-size: 14px;
    	font-weight: 500;
    	line-height: 7px;
    }

    .responsive #top #cart_block .cart-heading .lbl {
    	color: #fff;
    	font-weight: 500;
    }

    .responsive #top #cart_block .cart-heading .total-price-basket {
    	margin-top: -1px;
    	/* left: 33px; */
    	/* position: relative; */
    }

    .responsive #top #cart_block .cart-heading .basket-item-count {
    	width: 39px;
    	margin-right: -4px;
    }

    .responsive #top #cart_block .cart-heading .basket-item-count .count {
    	top: 2px;
    	left: 14px;
    }

    .responsive uss {
    	float: right;
    	position: relative;
    	right: 35px;
    	top: 68px !important;
    	width: 29px;
    	z-index: 90;
    }

    .responsive us1 {
    	right: 45px;
    	position: relative;
    	margin-left: 45px;
    	top: 0px;
    }

    .responsive .copyright .payment-methods li {
    	margin: -10px 0px -5px 0px;
		max-width: 250px;
    }

    .responsive .regua-compra-segura {
    display: block;
	    z-index: 24;
    }

    .responsive .is-sticky #top {
    	display:block;
    	margin-top: -65px;
    }

    .responsive ul.megamenu > li {
    	border-left: none;
    	border-right: none;
    }

    .responsive .is-sticky #top .container-megamenu, .container-megamenu .container {
    	display: block;
    }

    .responsive .product-info .product-name {
    font-size: 17px;
    margin-top: -35px;
    line-height: 22px;
    }

    .responsive .product-grid .product:hover {
    z-index: 2;
    border-color: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    }

    input#button-buynow {
    width: 100%;
    left: 0px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    position: relative !important;
    }


.responsive .alert-info {
	font-size: 13px;
	padding: 7px 6px;
}

.responsive .col-xs-9 {
    width: 100%;
}

.responsive seusdados {
    display: none;
}

.responsive legend {
    margin: 0px 0px 0px 0px;
    padding: 4px 0px 7px 0px;
    border-bottom: none;
    color: #434343;
    font-size: 17px;
    text-align: center;
}

.responsive bcomprar {
    position: relative;
    margin-left: auto;
    top: -21px;
    margin-right: auto;
    color: #3d8a4f;
    font-size: 13px;
}

.responsive .is-sticky #top .search_form {
    top: 158px;
}

.responsive .is-sticky uss {
    top: 98px !important;
}

.responsive .is-sticky #top .top-cart-row-container .wishlist-compare-holder {
    top: 98px !important;
}

.responsive .is-sticky #top #cart_block {
        top: 100px !important;
}

.responsive .is-sticky #top .container {
	margin-top: 32px;
}

.responsive sair {
	display: none;
}

.responsive sair11 {
	opacity: 0;
	}

	.responsive ola {color: #fff;
}

.responsive logo-menu {
    /* position: relative; */
    /* float: left; */
    /* z-index: 90; */
    /* left: 32px; */
    top: 100px !important;
    /* display: block !important; */
}

.responsive .is-sticky logo-menu {
    top: 98px !important;
}

.responsive ul.megamenu.shift-down > li.active > .sub-menu > .content {
	border:none;
}


.responsive .menu-cat-mobile1 {
        float: right;
    display: block;
    width: 50%;
}

.responsive .menu-cat-mobile2 {
        float: right;
    display: block;
    width: 50%;
}

.responsive .vertical ul.megamenu > li > a img {
    height: auto;
    margin-right: 0px;
    bottom: -64px;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 8px 8px 0px 0px;
	float: none;
	display: block;
}

.responsive .vertical ul.megamenu > li > a strong {
    vertical-align: sub;
    z-index: 900 !important;
    visibility: visible;
    color: #9a9a9a;
	    letter-spacing: -0.9px;
    font-weight: 700;
    font-size: 1.875rem !important;
}

.responsive .vertical ul.megamenu > li > .sub-menu {
    width: 187px !important;
    margin: 20px 0px 0px 5px;
}

.responsive .vertical ul.megamenu > li.active .close-menu:before {
        content: "-";
    font-family: Arial;
    font-weight: 300;
    font-size: 40px;
    line-height: 0;
}

.responsive .category-list-text-only {
    display: block;
}

.responsive .category-list .row {
	padding-left: 0px;
	padding-right: 0px;
}

.responsive .mfilter-box.box {
    /* display: none; */
}

.responsive .blocohomepromo {
    display: block;
}

.responsive .box.toolsorange2-shop-by-category {
	display: none;
}

.responsive .breadcrumb {
	    margin-left: -16px;
	    padding: 2px 10px;
	    background: #cecece6b;
}

.responsive .vertical ul.megamenu {
    /* margin-left: -10px; */
    width: 260px;
}

.responsive .carousel-brands {
    margin-top: 0px !important;
    display: none;
}

.responsive .box-product .product-grid .product {
    margin-bottom: -90px;
    margin-top: -17px;
}

.responsive .mfilter-search #mfilter-opts-search {
    margin-bottom: -15px;
}

.responsive .limit {
    font-size: 2px;
    color: transparent;
}

.responsive searchbotao {
    top: 14px;
    right: 8px;
    position: relative;
}

.responsive .mfilter-tb-as-tr {
    display: initial;
}

.responsive .mfilter-option.mfilter-search {
    margin-top: 0px;
    top: 0px;
    position: relative;
}

.responsive .mfilter-box.box {
    margin: 0px 0px 0px 0px;
    display: none;
}

.responsive div.pagination-results ul li a, div.pagination-results ul li span {
        padding: 4px 7px;
    margin: 0 3px 0px 0;
    border-radius: 8px;
    font-size: 15px;
}

.responsive div.pagination-results {
	padding: 0px 0px 0px 0px;
    margin: -20px 0px 0px 0px;
}

.responsive .newsletter {
    padding: 5px 0px 40px 0px;
}

.responsive bnewsfoot {
	z-index: 1;
	position: inherit;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 18px;
	top: 12px;
	color: #696969;
}

.responsive .blocohomepromo .camera_wrap .owl-controls .owl-pagination {
    bottom: -43px;
    background: #8c7f7f00;
}

.responsive .blocohomepromo .camera_wrap .owl-controls .owl-pagination span {
    width: 10px;
    height: 10px;
    border: 1px solid #8a8a8a !important;
}

.responsive .blocohomepromo .camera_wrap .owl-controls .owl-pagination .active span {
    background: #8a8a8a !important;
}

.responsive .depoimentos-mobile .camera_wrap .owl-controls .owl-pagination {
    bottom: -43px;
    background: #8c7f7f00;
}

.responsive .depoimentos-mobile .camera_wrap .owl-controls .owl-pagination span {
    width: 10px;
    height: 10px;
    border: 1px solid #8a8a8a !important;
}

.responsive .depoimentos-mobile .camera_wrap .owl-controls .owl-pagination .active span {
    background: #8a8a8a !important;
}

.responsive .depoimentos-mobile {
	display: block;
}

.ocultar-menu1 {
	display: none;
}

.exibir-menu1 {
	display: block;
    margin-top: -34px !important;
    margin-bottom: -66px;
}

.responsive .is-sticky .megamenu-wrapper {
    margin-top: -32px;
}

.responsive .is-sticky #top ul.megamenu > li > a {
    line-height: 36px;
    padding: 3px 24px 3px 23px;
    bottom: 0px;
}

.responsive .fashionsimple1-menu-1, .toolsorange2-menu ul li a {
    margin-left: -17px;
}

.responsive .espacocheckout {
	    margin-top: -26px;
}

.responsive .megaMenuToggle {
		    margin-top: 0px;
	}
	
	.responsive .is-sticky #top #header-right {
    top: 0px;
}

.responsive ul#ui-id-1 {
    /* margin-left: -30px; */
    margin-top: -5px !important;
    /* width: 332px !important; */
    width: 100% !important;
    min-width: auto !important;
}

.responsive .ui-autocomplete li a {
    font-size: 11px !important;
    padding: 3px !important;
    line-height: 12px !important;
}

.responsive .ui-autocomplete li span.price {
    margin-left: 50px;
    display: none !important;
}

.responsive .ui-autocomplete:after {
    left: 143px;
}

.responsive .ui-autocomplete:before {
    left: 142px;
}

img[src="image/catalog/blank.gif"] {
     background: url("../img/loader.gif") no-repeat scroll center center #ffffff;
     width: 100%;
     max-height: 173px;
}

.responsive .cookie .content {
    top: 5px;
	text-align: center;
    font-size: 13px;
}

.responsive .cookie .operations .button {
    width: 238px;
    margin-left: auto !important;
    margin-right: auto;
	padding: 6px 20px;
}

.responsive .product-grid .product {
    padding: 0px 5px 0px 5px;
    border: none;
}

.responsive .product-grid .product .name a {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0px;
}

.responsive .product-grid .product .price {
    padding: 5px 0 28px 0;
    font-weight: 600;
    font-size: 17px;
}

.responsive .product-grid .product .only-hover .button {
    top: -30px;
    padding: 0px 16px;
    font-size: 14px;
}

.responsive .boletohome {
	font-size: 10px !important;
	display: flex;
	padding: 0px 0px !important;
	font-weight: 600 !important;
	margin-bottom: 9px !important;
}

.responsive .parcelamento ul, .parcelamento-list ul {
    line-height: 30px;
}

.responsive .parcelohome {
	font-size: 12px !important;
}
 
.responsive .parcelamento-list {
    margin-top: -18px;
}

.responsive .product-grid .product .name {
    margin: 0 5px;
    line-height: 19px;
    text-transform: capitalize;
    text-align: center;
    border-bottom: 1px solid #ececec;
    min-height: 50px;
    position: relative;
}

.responsive li.mfilter-filter-item.mfilter-price.mfilter-price {
    display: none;
}

.responsive .breadcrumb .container ul li.item > a {
    font-size: 12px;
}

.responsive .product-filter .list-options select {
    font-size: 11px;
    height: 23px;
}

.responsive .box .box-heading {
    display: none;
}

.responsive .camera_wrap .owl-controls .owl-pagination {
    bottom: -22px;
    background: transparent;
}

.responsive .camera_wrap .owl-controls .owl-pagination span {
    width: 13px;
    height: 13px;
}

.responsive no {
    display: -webkit-inline-box;
}

.responsive strongp {
    font-size: 23px;
}

.responsive .breadcrumb .container ul {
    font-size: 12px;
}

.responsive .parcelaprod {
	top: -8px !important;
	text-align: center !important;
	width: 100% !important;
	padding: 0px 0px !important;
	line-height: 10px !important;
	font-size: 18px !important;
	background: #00000000 !important;
	margin-top: -7px !important;
	border-bottom: transparent !important;
}

.responsive .bandparcela {
	left: 0px !important;
	margin-top: -12px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; /* IE */
}

.responsive .iconverparcela {
	font-size: 20px !important;
}

.responsive form#estimativa-frete {
    border: transparent;
}

.responsive .ef-postcode-box {
    width: 100%;
    margin-top: -8px;
}

.responsive .ef-result-box .shipping-item {
    width: 85%;
    top: -12px;
    margin-bottom: -8px;
}

.responsive .ef-result-box {
    width: 100%;
    border: transparent !important;
}

.responsive .lnkrastreio {
	display: none;
}

.responsive .iconrts {
	/* display: none; */
}

.responsive frete {
    top: -7px;
}

.responsive .product-info .description, .product-info .product-center .price, .product-info .options, .product-info .cart {
    margin-top: -15px;
}

.responsive .parcelamento-page .table {
    margin-top: -14px;
}

.responsive .box .strip-line {background-color: transparent !important;}

.responsive .iniciob {
	font-size: 12px !important;
}

.responsive #top .top-cart-row-container .wishlist-compare-holder i {
    color: #fdfdfd;

}

.responsive .megamenuToogle-wrapper {
    min-height: 83px;
}

.responsive .box > .prev {
    width: 24px;
    background: #cccccc4f;
    box-shadow: -2px 0 2px 0 rgb(0 0 0 / 48%);
}

.responsive .box > .next {
    width: 24px;
    background: #cccccc4f;
    box-shadow: 1px 0 2px 0 rgb(0 0 0 / 48%);
    padding-left: 0px;
}

.responsive .namechk1 {
	padding: 0px 0px 0px 3px;
}

.responsive .tit-resumo-chk {
	padding: 3px 0px;
	font-size: 12px;
	text-align: center !important;
	font-weight: 500;
	color: #000;
	background: #cccccc8c;
	border-right: 1px solid #ccc;
}

.responsive .tit-resumo-chk-oculto {
	padding: 0px;
	font-size: 0px;
}

.responsive .col1-resumo-chk {
	white-space: initial !important;
	padding: 0px 4px;
	font-size: 12px;
	border-right: 1px solid #ccc;
}

.responsive .col2-resumo-chk {
    padding: 0px;
    font-size: 0px;
}

.responsive .col3-resumo-chk {
    padding: 0px 4px;
    font-size: 12px;
    border-right: 1px solid #ccc;
    text-align: center !important;
}

.responsive .col4-resumo-chk {
    padding: 0px 4px;
    font-size: 12px;
    border-right: 1px solid #ccc;
}

.responsive .col5-resumo-chk {
    padding: 0px 4px;
    font-size: 12px;
}

.responsive .col1-total-chk {
	font-size: 12px;
	padding: 3px 1px;
	border-right: 1px solid #ccc;
	white-space: pre-wrap !important;
	font-weight: 700;
	color: #000;
}

.responsive .col2-total-chk {
	font-size: 12px;
	padding: 3px 5px 3px 0px;
}

.responsive .title-abas-chk {
	padding: 7px 0px;
}

.responsive .msg-boleto-chk {
	line-height: 19px;
	padding: 0px 45px !important;
	font-size: 19px !important;
}

.responsive .cart-titulo {
	padding: 2px 0px;
	font-size: 13px;
	font-weight: 700;
	background: #ddd;
	/* border-right: 1px solid #c7c7c7; */
	/* border-left: 1px solid #c7c7c7 !important; */
}

.responsive .desc-carrinho {
	padding: 0px 3px 0px 0px;
	border-right: 1px solid #ddd;
}

.responsive .desc-prod-carrinho {
	font-size: 12px;
}

.responsive .success, .warning, .attention, .information {
    padding: 3px 10px 3px 40px;
    margin: -8px 0px 6px 0px;
    font-size: 13px;
}

.responsive .nome-avali-clientes {
	font-size: 17px !important;
}

.responsive #slider {
    display: none;
}
 
}

@media (max-width: 500px) {
     .responsive .product-grid > .row > div {
          width: 50%;
          float: left;
     }
    .responsive .product-info .links {
        margin-top: 7px;
    }

    .responsive img[src="image/catalog/blank.gif"] {
     background: url("../img/loader.gif") no-repeat scroll center center #ffffff;
     width: 100%;
     max-height: 202px;
     height: 202px;
}

.responsive .reguasegurafull {
    display: none;
}

.responsive .product-grid .product .price .price-new {
    float: none; 
    text-align: center;
    max-height: 33px;
}

.responsive .site-seguro-mobile {
    display: block;
}

.responsive .teste-banner-home-adv #slider {
    display: block;
}


}