/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/*@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*/
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

@font-face {
	font-family: TestSans;
	src: url("../fonts/UntitledSans-Regular.otf");
}
@font-face {
	font-family: TestSansBold;
	src: url("../fonts/UntitledSans-Bold.otf");
}
@font-face {
	font-family: TestSansLight;
	src: url("../fonts/UntitledSans-Light.otf");
}
@font-face {
	font-family: GothamRnd;
	src: url("../fonts/GothamRnd-Medium.otf");
}
@font-face {
	font-family: GothamRndBold;
	src: url("../fonts/GothamRnd-Bold.otf");
}
@font-face {
	font-family: GothamRndLight;
	src: url("../fonts/GothamRnd-Light.otf");
}

body {
	font-family: "TestSans";
}

a {
	color:#FC4C02
}

#_desktop_logo img {
	max-width: 170px;
}

.d-none {
	display:none;
}

#header .logo {
	max-width: 170px;
}

.btn-primary, .btn-primary:hover {
	color:white;
	background: transparent linear-gradient(90deg, #2800FF 0%, #2899FF 100%) 0% 0% no-repeat padding-box;
	border-radius:16px;
	font-size:16px;
	height:31px;
	padding:0 50px;
	font-weight: normal;
	text-transform: capitalize;
	font-family: "TestSans", sans-serif;
	font-weight: 300;
	font-style: normal;
}

.form-control {
	border: 0;
	border-bottom: 1px solid #444;
	background: none;
	outline: none !important;
}

.input-group .input-group-btn>.btn[data-action=show-password] {
	padding: 10px;
	background: none;
	border-bottom: 1px solid black;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
	-webkit-box-shadow: 0 0 0 30px white inset !important;
}

.header-top-right img {
	width:20px;
}

/* Menu */
#header .top-menu a[data-depth="0"]:hover, a:hover, #header a:hover {
	color:#FC4C02;
}


/* Geral */
input:focus {
	outline:none !important;
}

@media (min-width:1200px) {
	.container {
		/*width:1420px;*/
		/*width:90%;*/
		width:1525px;
	}
	#header .container {
		width:90%;
	}
}

#wrapper {
	background:white;
}

@media (min-width: 1200px) {
	.column-5 {
		width: 20%!important;
	}
}

.lds-dual-ring {
	/* change color here */
	color: #FC4C02 
}
.lds-dual-ring,
.lds-dual-ring:after {
	box-sizing: border-box;
}
.lds-dual-ring {
	display: inline-block;
	width: 40px;
	height: 40px;
}
.lds-dual-ring:after {
	content: " ";
	display: block;
	width: 30px;
	height: 30px;
	margin: 8px;
	border-radius: 50%;
	border: 6.4px solid currentColor;
	border-color: currentColor transparent currentColor transparent;
	animation: lds-dual-ring 1.2s linear infinite;
}
.ets_plp_pagination {
	margin-bottom:0!important;
	margin-top:15px;
}

@keyframes lds-dual-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.card-log {
	background:#F2F2F2;
	border-radius:20px;
	box-shadow: 0px 3px 6px #0000004D;
	margin-bottom:15px;
	padding:25px;
}

.page-customer-account #content {
	padding:0;
}

.psgdprinfo17 {
	border-radius:20px;
	box-shadow: 0px 3px 6px #0000004D;
}
.psgdprgetdatabtn17, .psgdprgetdatabtn17:hover {
	padding: 8px 20px!important;
	font-size:14px;
}

.lgcookieslaw-button-container .lgcookieslaw-reject-button, .lgcookieslaw-modal .lgcookieslaw-reject-button,
.lgcookieslaw-button-container .lgcookieslaw-accept-button, .lgcookieslaw-modal .lgcookieslaw-accept-button, .lgcookieslaw-modal .lgcookieslaw-badge, .lgcookieslaw-slider.lgcookieslaw-slider-checked {
	background:#2800FF!important;
	border-color:#2800FF!important;
}
.lgcookieslaw-modal-header {
	border-color:#2800FF!important;
}
#lgcookieslaw_fixed_button, .lgcookieslaw-banner {
	border-radius:50%;
}

/* address page */
.page-addresses .address {
	border-radius:20px;
	box-shadow: 0px 3px 6px #0000004D;
}

/* history page */
#history table, #history table td, #history table th {
	border:0;
}
#history table td, #history table th {
	background:white;
}
#history table td:first-child, #history table th:first-child {
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}
#history table td:last-child, #history table th:last-child {
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}

/* Page detail order */

#order-detail .thead-default tr,#order-detail  .table-bordered tr {
	box-shadow: 0px 3px 6px #0000004D;
	border-radius:15px;
}
#order-detail .thead-default th, #order-detail .table-bordered td {
	background:white!important;
}
#order-detail .thead-default th:first-child, #order-detail .table-bordered td:first-child {
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}
#order-detail .thead-default th:last-child, #order-detail .table-bordered td:last-child {
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}
#order-detail .table-bordered, #order-detail .table-bordered td, #order-detail .table-bordered th {
	border:0!important;
	vertical-align: middle;
}

.page-order-detail .box {
	background: #f2f2f2;
	border-radius:20px;
	box-shadow: 0px 3px 6px #0000004D;
}

#delivery-address, #invoice-address {
	background:white;
	box-shadow: 0px 3px 6px #0000004D;
	border-radius:20px;
	margin-bottom:0;
}

#order-products, #history table {
	border-spacing: 0 10px;
	border-collapse: separate;
}
#order-products a {
	color:black;
}

.table-footer-return td, .table-footer-return th {
	border:0;
}
.table-footer-return tr td:last-child {
	background:white;
}
.table-footer-return tr:first-child td:last-child {
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}
.table-footer-return tr:last-child td:last-child {
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-top:2px solid #f2f2f2;
}

/* Header */
#_desktop_cart, #_desktop_user_info, #contact_link {
	float:right;
	text-align: center;
	font-size: 11px;
	font-weight: 500;
	color: #2F3030;
	padding:0 15px;
}
#menu_hook, #header .menu {
	background:#2F3030;
}

.header-nav .mobile img {
	width:20px;
}

.header-nav .mobile .cart-products-count {
	top:3px;
	margin-left:10px;
}

#_desktop_top_menu {
	width:100%;
}

#header .menu {
	display: inline-flex;
	justify-content: center;
}

#_desktop_top_menu a[data-depth="0"] {
	color:white;
	font-size:16px;
}

#header .header-top {
	padding:20px 0;
}

.top-menu a[data-depth="0"] {
	padding:20px;
	font-size:12px;
}

#search_widget {
	margin-right:20px;
}

#search_widget form input {
	background-color: transparent;
	border-bottom: 1px solid #444;
	border-radius: 0;
	padding: 6px 0;
	overflow: unset;
	font-size: 12px;
}

#search_widget img {
	position: absolute;
	top: 5px;
	right: 10px;
	/*width: 15px;*/
}

.alert_tabaco {
	background:#2F3030;
	text-align: center;
	font-size:23px;
	color:white;
	padding:10px;
	font-weight: 300;
}

.text-block-home .text-block p {
	font-family: 'TestSansLight'!important;
}

/* Pagina Login */
#authentication {
	main, #wrapper {
		height:100%;
	}

	
	.breadcrumb {
		display:none;
	}

	.forgot-password a {
		color:#808080;
	}

	.forgot-password {
		text-align: left!important;	
		font-size:12px!important;
	}

	h1 {
		font-size:38px;
		color:#444444;
		margin-bottom:50px;
	}

	#wrapper {
		background:url('../img/background-login.png');
		background-repeat: no-repeat;
		background-size:cover;
	}

	#content-wrapper {
		display:contents;
	}

	#main {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		/* margin: 0 auto; */
		left: 0;
		right: 0;
	}
	#content {
		width:460px;
		padding:50px 40px;
		box-shadow: 2px 2px 8px #606060;
	}
	.login-block {
		padding: 70px;
		/*background: url(../img/background-box-login.svg);*/
		background-size: 100% 100%;
		background-repeat: no-repeat;
		margin: 120px auto 0;

		h1 {
			margin-bottom:10px;
			font-size:30px;
		}

		h4 {
			color:#444;
			font-weight: lighter;
		}
	}
}

#footer {
	padding-top:0;
}

/* Pagina Home */
#index #wrapper, #index #footer {
	padding-top:0;
}

#home-categories .elementor-widget:not(:last-child) {
	margin-bottom:0;
}

#home-categories .elementor-heading-title::before {
	background:#FC4C02;
	content: '';
	width: 5px;
	height: 17px;
	margin-top: 0px;
	position: absolute;
	margin-left: -15px;
}
.cart-products-count {
	position: absolute;
	top: -10px;
	margin-left: -18px;
	color: #2800FF;
}

/* Category */
#category #wrapper {
	background-image:url('../img/category-background.png');
	background-position: right 20px;
	background-repeat: no-repeat;
	background-size: 1700px;
}
#category .block-category {
	padding-left:100px!important;
}
.show_list, .show_grid {
	cursor:pointer;
	opacity:1.0;
}

.show_list:hover, .show_grid:hover {
	opacity:0.7;
}

.product_show_list .js-product.product {
	width:100%!important;
}

.product_show_list .highlighted-informations, .product_show_list .product-description, .product_show_list .thumbnail-container {
	width:100%!important;
}
.product_show_list .product-miniature .product-flags li.product-flag {
	left:-35px;
	right:auto;
	top:-35px;
}
.product_show_list .product-miniature .thumbnail-container {
	display:inline-flex;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 24px;
	padding-top:0;
	margin-bottom:25px;
}
.product_show_list .product-miniature .product-thumbnail img {
	width:150px;
}
.product_show_list .product-miniature .thumbnail-container .product-description {
	display: inline-grid;
	width: 300px !important;
	box-shadow: none;
	border-radius: 0;
}
.product_show_list .product-miniature .thumbnail-container .thumbnail-top {
	display: inline-grid;
	width: calc( 100% - 300px);
	background:none;
}

.product_show_list .product-thumbnail {
	text-align:center;
}

.block-category {
	background:transparent;
}

.product-miniature .thumbnail-top {
	border-top-left-radius: 24px;
	border-top-right-radius: 24px;
	background:#F2F2F2;
}
.product-miniature .thumbnail-container {
	background:transparent;
	padding:6px;
	width: 100%;
}
.product-miniature .product-description {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 0px 0px 24px 24px;
}
.product-miniature .product-title {
	text-align:left;
	margin-top:0;
	margin-bottom:5px;
	line-height: 14px;
	height:30px;
}
.product-miniature .product-title a {
	/*font-size:23px;*/
	font-size:12px;
	text-transform: uppercase;
	color: #000000;
	font-family: "TestSansBold";
}
.product-miniature .product-price-and-shipping {
	text-align:left;
	color:#808080;
	font-weight: lighter;
	/*font-size:18px;*/
	font-size:11px;
	font-family: "Rubik";
}

.product-miniature .product-flags img {
	width:50px;
}

.product-miniature .product-description {
	padding:20px;
}

.product-miniature .add-to-cart-or-refresh {
	/*display:flex;*/
}

.product-miniature .product-description-body-qty {
	/*display:inline-block;*/
	width:45px;
	/*transform: translateY(10%);*/
}
.product-miniature .product-description-body {
	display:inline-block;
	width:calc( 100% - 45px);
}
.product-miniature .product-description-body-qty .btn-minus,.product-miniature .product-description-body-qty .btn-max {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 3px 3px 2px #00000026;
	border-radius: 10px;
	color:#FB4D10;
	text-align:center;
	font-size:23px;
	font-weight: bold;
	cursor:pointer;
}
.product-miniature .thumbnail-container {
	margin-bottom:0;
	padding-top:40px;
}

.product-miniature .product-flags li.product-flag {
	right: -7px;
	position: absolute;
}

.product-miniature .product-description-body-qty .input-qty {
	width:100%;
	background: #F2F2F2 0% 0% no-repeat padding-box;
	border-radius: 8px;
	border:0;
	padding:1px;
	text-align:center;
	margin-top:10px;
	margin-bottom:5px;
	font-size:18px;
	color:#1A1A1A;
}

.product-miniature .product-flags li.product-flag {
	background:none;
}

.mini-add-to-cart-combinations input[type="radio"]:checked+label {
	border:1px solid #707070;
	color:#707070;
	font-weight: bold;
}
.mini-add-to-cart-combinations input[type="radio"] {
	display:none;
}

.mini-add-to-cart-combinations label {
	box-shadow: 3px 3px 2px #00000026;
	border-radius: 9px;
	font-size:9px;
	padding:0 3px;
	margin-bottom: 0;
	cursor:pointer;
	color:#707070;
}

.btn-add-cart {
	background: transparent linear-gradient(90deg, #0043FE 0%, #2890FF 100%) 0% 0% no-repeat padding-box;
	border-radius: 15px;
	color: #FFFFFF;
	padding:5px 47px;
	font-size:10px;
	margin-top:10px;
	width:calc(100% - 33px);
}
.mini-add-to-cart {
	display:inline-flex;
}
.products article .wishlist-button-add {
	position:relative;
	top:auto;
	right:auto;
	margin-left:5px;
	display:inline-flex;
	z-index: 10;
	margin-top:5px;
	display:none;
	padding-top:1px;
	width:25px!important;
	height:25px!important;
	min-width: 25px!important;
}

.product-description .wishlist-button-add {
	display:inline-flex!important;
}

.products article .ets-wishlist-button-add.right {
	position:relative;
	top:10px!important;
	left:5px;
}

.product-miniature .ets-wishlist-button-add, .btn_delete_wishlist {
	height: 25px!important;
	width: 25px!important;
	min-width: 25px!important;
}
.wishlist-button-add, .ets-wishlist-button-add, .btn_delete_wishlist {
	height: 36px!important;
	width: 36px!important;
	min-width: 36px!important;
	background: transparent linear-gradient(90deg, #0043FE 0%, #2890FF 100%) 0% 0% no-repeat padding-box;
	box-shadow: none!important;
	border:0;
}
.wishlist-button-add i {
	color:white!important;
	font-size:16px;
}
/*.block-category {
	background: #F2F2F2 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border-bottom-left-radius: 60px;
	border-bottom-right-radius: 60px;
}*/
.block-category h1 {
	font-size:54px;
	font-family:"TestSansBold";
}
#search_filters .facet, #search_filters_brands .facet, #search_filters_suppliers .facet {
	display:inline-table;
	width:25%;
	margin-right:15px;
}
#search_filters .facet .collapse, #search_filters_brands .facet .collapse, #search_filters_suppliers .facet .collapse {
	height:230px;
	overflow-y:auto;
}

.brands-sort .select-title, .products-sort-order .select-title, .suppliers-sort .select-title {
	box-shadow: 3px 3px 2px #00000026;
	border-radius: 20px;
	font-size: 9px;
	border:none;
	margin-bottom: 0;
	cursor: pointer;
	color: #707070;
}

.block-category .block-category-inner {
	float:right;
	margin-top:-285px;
}
.block-category .block-category-inner .category-cover img {
	margin-top: 105px;
	width: 540px !important;
	height: auto;
	position: relative;
	z-index: 999;
}
.block-categories .category-sub-menu li[data-depth="0"]>a {
	margin:0;
	font-weight: normal;
}
.block-categories {
	background:none;
	padding:0;
	margin-bottom:0;
	height:115px;
}
#search_filters .facet .facet-label a {
	font-size:12px;
}

#search_filters>.h6, #search_filters_brands>.h6, #search_filters_suppliers>.h6 {
	font-size:14px;
}

#search_filters .facet .facet-label a, #search_filters_brands .facet .facet-label a, #search_filters_suppliers .facet .facet-label a {
	margin-top:0;
}

#search_filters, #search_filters_brands, #search_filters_suppliers {
	padding:0;
	background:none;
}

.products article.bloqued .wishlist-button-add {
	position:relative;
}

.ets_plp_pagination a, .ets_plp_pagination .btn {
	color:darkred;
}

/* Product */
#product-modal .modal-content .modal-body .product-cover-modal, .product-cover img {
	background:transparent;
}
#product #wrapper {
	background-image:url('../img/background-radius.png');/*, url('../img/background-product.png');*/
	background-position: 400px -25px, left bottom;
	background-repeat: no-repeat, no-repeat;
}

#blockcart-modal .cart-content .cart-content-btn .btn-primary {
	background: transparent linear-gradient(90deg, #FC4C02 0%, #ED7D30 100%) 0% 0% no-repeat padding-box;
}

#product .add-to-cart, .product-actions .add-to-cart {
	background: transparent linear-gradient(90deg, #0043FE 0%, #2890FF 100%) 0% 0% no-repeat padding-box;
	height: auto;
	padding: 5px 15px;
	border-radius: 20px;
	text-transform: math-auto;
	font-family: "GothamRndLight";
}

#product .product-manufacturer a {
	color:#0043FE;
}

#product .add-to-cart img {
	margin-left:10px;
}

#product .wishlist-button-add i {
	font-size:20px;
}
#product .wishlist-button-add {
	padding:18px;
	margin-left:10px;
}
#product .next-date, .quickview .next-date {
	font-size: 18px;
	text-align: right !important;
	color: #000000;
	font-family: 'TestSansLight';
}

.quickview .next-date {
	font-size: 14px;
}

.quickview .images-container {
	display:block;
}
.quickview .js-product-details {
	margin-bottom:15px;
	text-align: right;
	font-size:14px!important;
	line-height: 16px;
}
.quickview .js-product-details .label {
	font-size:14px!important;
}

#product .product-description {
	height:60px;
	margin-bottom:30px;
}
#product .product-description p {
	font-size:20px;
	color:#000000;
	font-family: 'TestSansLight';
}
.product-customization .product-customization-item, .product-variants>.product-variants-item {
	margin:0;
}
.product-prices {
	margin-bottom:15px;
}
.product-variants>.product-variants-item select::after {
	font-family:'Material Icons';
	content:"link";
	-webkit-font-feature-settings: 'liga';

}
.product-variants>.product-variants-item select {
	border-radius:20px;
	border:0;
}
#product .h1 {
	margin-top: 20px;
	font-size: 60px;
	font-family: "TestSansBold";
	margin-bottom:25px;
}
#product .breadcrumb {
	margin-top:80px;
}

#product .product-information {
	margin-bottom:80px;
	margin-top:15px;
}
#product .product-description-body-qty,
.quickview .product-description-body-qty {
	display: inline-block;
	width: 40px;
	transform: translateY(10%);
}
#product .product-description-body-qty .input-qty,
.quickview .product-description-body-qty .input-qty {
	width: 100%;
	background: #F2F2F2 0% 0% no-repeat padding-box;
	border-radius: 8px;
	border: 0;
	padding: 0px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #1A1A1A;
	margin-top: 3px;
	margin-bottom: 3px;
}

#product .product-price {
	position: relative;
	top: -30%;
	transform: translateY(50%);
}
#product .product-price, #product .product-price div,
.quickview .product-price, .quickview .product-price div {
	margin-bottom:0;
}
#product .product-prices {
	display:table-cell;
	vertical-align: middle;
	height:70px;
}
#product .current-price-value,
.quickview .current-price-value {
	font-family: 'TestSansBold';
	color: #000;
	font-size: 30px;
	margin-left: 20px;
}
#product .product-description-body-qty .btn-minus,#product .product-description-body-qty .btn-max,
.quickview .product-description-body-qty .btn-minus,.quickview .product-description-body-qty .btn-max {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 3px 3px 2px #00000026;
	border-radius: 10px;
	color:#FB4D10;
	text-align:center;
	font-size:23px;
	font-weight: bold;
	cursor:pointer;
	margin-bottom:0;
}

#product #quantity_wanted, #product .product-quantity .qty, .quickview .product-quantity .qty, .quickview #quantity_wanted {
	display:none;
}

.product-actions select.form-control:not([size]):not([multiple])  {
	width:235px;
	height: 36px;
	padding: 0 20px;
	font-size: 14px;
	font-weight: bold;
}

.quickview select.form-control:not([size]):not([multiple])  { 
	margin-bottom:15px;
}

#product .current-variant-value,
.quickview .current-variant-value {
	font-size:12px;
	font-family: 'TestSansLight';
	font-weight: normal;
	text-align: center;
	margin-left:20px;
	color:#000;
	margin-top:5px;
}

#product .js-product-details {
	text-align:right;
	font-size:20px;
	margin-top:20px;
}

#product-details .label {
	font-family: 'TestSans';
	font-size:20px;
	font-weight: 600;
}
#product-details .product-manufacturer {
	margin-top:15px;
}

.product-flags li.product-flag {
	background:none;
}

#product .select-variant {
	font-style:italic;
}

#product .product-feature-description.h3 a {
	color:#000;
}
#product .product-feature-description.h3 {
	text-align:center;
	margin:15px 0;
	font-size:18px;
}

#product .featured-products h2 {
	text-transform:uppercase;
	text-align: right;
	font-size: 36px;
	line-height: 46px;
}

#product .featured-products .thumbnail-top {
	border-radius:50%;
}

.product-actions select.form-control:not([size]):not([multiple]) {
	background-image:url('../img/seta.svg');
	background-position:90% center;
	background-repeat: no-repeat;
}

/* Cart */
#cart .cart-overview, #cart .cart-summary {
	background: #F2F2F2;
	border-radius: 20px;
	box-shadow: -3px 3px 12px #ccc;
}

.cart-grid-body .card-block h1 {
	font-family: "TestSansBold";
	font-size:24px;
}

.product-cart-body-qty .btn-cart-minus,.product-cart-body-qty .btn-cart-max {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 3px 3px 2px #00000026;
	border-radius: 10px;
	color:#FB4D10;
	text-align:center;
	font-size:23px;
	font-weight: bold;
	cursor:pointer;
}

.product-cart-body-qty .input-cart-qty {
	width:100%;
	background: #F2F2F2 0% 0% no-repeat padding-box;
	border-radius: 8px;
	border:0;
	padding:3px;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	font-size:24px;
	color:#1A1A1A;
}

.product-cart-body-qty {
	width:40px;
	margin:0 auto;
}

.product-images>li.thumb-container .thumb.selected, .product-images>li.thumb-container .thumb:hover {
	border: #FC4C02 3px solid;
}

#cart .price .product-price {
	background: white;
	padding: 10px;
	width: 100px;
	text-align: center;
	height: 100px;
	vertical-align: middle;
	border-radius: 50%;
	padding-top: 30px;
	box-shadow: -3px 3px 12px #ccc;
}

#cart .cart-item .product-line-grid .cart-line-product-actions {
	margin-top:25px;
}
#cart .cart-item .product-line-grid {
	vertical-align: middle;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
#cart .cart-item {
	border-bottom:4px solid white;
}
#cart .cart-item:last-child {
	border-bottom:0;
}

#cart .cart-summary {
	margin-top:59px;
}

#cart .btn-primary {
	background:transparent linear-gradient(90deg, #FC4C02 0%, #ED7D30 100%) 0% 0% no-repeat padding-box;
	padding: 5px;
	height: auto;
}

#cart .card-block.cart-detailed-subtotals+.cart-summary-totals .cart-total {
	border-top:4px solid white;
}

#cart .cart-detailed-subtotals .cart-summary-line .label {
	color:grey;
}

#cart .current-price .price {
	color:#2800FF;
	font-weight: 100;
}

/* order */
#checkout-payment-step .payment-options {
	display:none;
}
body#checkout section.checkout-step.-complete:first-of-type .step-title {
	background:#F2F2F2;
	border-radius:50px;
	padding:15px;
}
body#checkout section.checkout-step.-reachable.-complete h1 .done {
	display: inline-block;
	background: white;
	padding: 10px;
	font-size: 30px;
	border-radius: 50%;
	width: 50px;
	font-weight: 900;
	height: 50px;
	color: #FC4C02;
	box-shadow: 0px 2px 0.57px #0000004D;
}

body#checkout section.checkout-step .step-title {
	box-shadow: 0px 3px 6px #00000029;
	padding: 15px;
	border-radius: 50px;
	background:#F2F2F2;
}

body#checkout section.checkout-step .step-number {
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 50px;
	padding: 10px;
	font-size: 30px;
	border-radius: 50%;
	width: 50px;
	font-weight: 900;
	height: 50px;
}

body#checkout section.checkout-step.-current.-reachable.-complete .step-number, body#checkout section.checkout-step.-reachable.-current .step-number {
	margin-left: 0;
	width: 50px;
	height: 50px;
	background: #FC4C02;
	font-weight: 900;
	font-size: 30px;
	margin-right:1.563rem;
	box-shadow: 0px 2px 0.57px #0000004D;
}

body#checkout section.checkout-step {
	padding:0;
	padding-bottom:15px;
}

#js-checkout-summary .card-block:first-child {
	background: #F2F2F2;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 50px;
	padding: 20px 40px;
}

body#checkout .cart-grid-right .card .cart-summary-subtotals-container {
	border-bottom: 0;
	border-top: 4px solid white;
}

#js-checkout-summary .cart-summary-totals {
	box-shadow: 0px 5px 7px #00000029;
	border-bottom-right-radius: 50px;
	border-bottom-left-radius: 50px;
	padding: 50px 40px 0 40px;
	margin-top: -50px;
}
.card-block.cart-summary-totals .cart-summary-line.cart-total .label, .card-block.cart-summary-totals .cart-summary-line.cart-total .value {
	font-size:20px;
}

body#checkout section.checkout-step .btn-primary, body#checkout section.checkout-step .btn-primary:hover {
	background:#FC4C02;
}

body#checkout section.checkout-step .delivery-options .delivery-option {
	background:white;
	border-radius:50px;
	box-shadow: 0px 3px 6px #00000029;
	padding: 0 20px;
}

/*.delivery-options-list .custom-radio input[type=radio]:checked+span, #delivery-addresses .custom-radio input[type=radio]:checked+span {
	background: transparent linear-gradient(90deg, #480BD9 0%, #E5441D 100%) 0% 0% no-repeat padding-box;
	width: 12px;
	height: 12px;
}*/
.delivery-options-list .custom-radio input[type=radio]:checked+span, #delivery-addresses .custom-radio input[type=radio]:checked+span {
	background: transparent linear-gradient(90deg, black 0%, black 100%) 0% 0% no-repeat padding-box;
	width: 12px;
	height: 12px;
}
.delivery-options-list .custom-radio span, #delivery-addresses .custom-radio span {
	width: 12px;
	height: 12px;
	background:white;
}
/*.delivery-options-list .custom-radio, #delivery-addresses .custom-radio {
	padding: 3px;
	border:  2px solid purple;
	width: 20px;
	height: 20px;
}*/
.delivery-options-list .custom-radio, #delivery-addresses .custom-radio {
	padding: 3px;
	border:  2px solid black;
	width: 20px;
	height: 20px;
}

.delivery-options-list .carrier-price {
	font-size:20px;
	font-weight: bold;
	float:right;
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
	margin-right: 20px;
	margin-top: 15px;
}

body#checkout section.checkout-step .address-item>header {
	min-height: 7.7rem;
}

body#checkout section.checkout-step .address-item.selected {
	border:0;
	box-shadow: 0px 3px 6px #00000029;
	border-radius:30px;
}

body#checkout section.checkout-step .delivery-options .delivery-option img {
	width:30px;
}

#delivery {
	display:none;
}
#ps_cashondelivery-displayOrderConfirmation, #order-details {
	display:none;
}

/* Minha Conta */
#my-account #wrapper {
	background-image:url('../img/background-conta.png');
	background-position: right top;
	background-repeat: no-repeat;
}

.page-my-account #content .links a span.link-item {
	background:#F2F2F2;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 16px;
	text-align: left;
	color:#000000;
	padding-left:50px;
}
.page-my-account #content .links a i, .page-my-account #content .links a .block-round {
	float:left;
	display:inline-flex;
	width:auto;
	margin-right:15px;
	position: absolute;
	background: white;
	width: 52px;
	height: 52px;
	padding: 12px;
	border-radius: 50%;
	top: 0;
	left: 0;
	box-shadow: 0px 2px 0.57px #0000004D;
}

/* Modal */ 
.modal-content {
	border-radius:20px;
}
#blockcart-modal .cart-content .btn {
	margin-bottom:0;
}
#blockcart-modal .cart-content p.cart-products-count {
	font-size: 10px;
	font-weight: normal;
}
#blockcart-modal .bg-grey {
	background:#F2F2F2;
	border-radius:20px;
	box-shadow: 0px 3px 6px #0000004D;
	padding:15px;
}
#blockcart-modal .product-image {
	margin:auto;
}
#blockcart-modal .divide-right, #blockcart-modal .cart-content {
	background:white;
	border:0;
	padding:15px;
	border-radius:20px;
	box-shadow: 0px 3px 6px #0000004D;
}
#blockcart-modal .modal-body {
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	padding:20px;
	padding-top:0;
}
#blockcart-modal .modal-title {
	font-size: 20px;
	font-weight: 600;
	color: #353943;
	padding: 15px;
}
#blockcart-modal .modal-header, #product #block-reassurance {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border:0;
}
#blockcart-modal .modal-body .divide-right p {
	margin-bottom:3px;
	font-size:12px;
	color:black;
}

#blockcart-modal .cart-content .cart-content-btn .btn {
	font-size: 12px;
	text-transform: none;
	padding: 8px;
	width: inherit;
	border-radius: 20px;
	height: max-content;
}
#blockcart-modal .product-name {
	color:black;
}

#blockcart-modal .cart-content p.product-total {
	border-radius:20px;
	box-shadow: 0px 3px 6px #0000004D;
	padding:5px 10px;
}

#blockcart-modal .cart-content p {
	color:black;
}
#blockcart-modal .product-price {
	color: #FC4C02 !important;
	font-size: 16px !important;
	margin-top: 35px;
}

/* Identity */

#identity .input-group.js-parent-focus {
	border-radius: 20px;
	box-shadow: 0px 3px 6px #0000004D;
}
#identity .input-group.js-parent-focus input, .input-group .input-group-btn>.btn[data-action=show-password] {
	border-bottom:0;
}

/* Contactos */

#contact .guia-logista {
	font-size:12px;
}
#contact .guia-logista p {
	font-size:10px;
	font-style: italic;
	color:#1E2626;
}

#contact .guia-logista table {
	line-height: 12px;
	border-spacing: 0 10px;
	border-collapse: separate;
	margin-bottom:0;
}
#contact .guia-logista table thead th {
	vertical-align: middle;
	border:0;
	text-align: center;
	padding:0;
	padding-bottom:10px;
}
#contact .guia-logista table thead th span {
	background:#F2F2F2 ;
	box-shadow: 0px 3px 6px #0000004D;
	color:#000000;
	border-radius:15px;
	text-transform: uppercase;
	padding:5px 15px;
	display:block;
	margin:0 3px;
}
#contact .guia-logista table tbody tr {
	box-shadow: 0px 3px 6px #0000004d;
	border-radius: 15px;
}
#contact .guia-logista table td:first-child {
	text-align: center;
}
#contact .guia-logista table td {
	vertical-align: middle;
	color:#8F8B8B;
	border:0;
}

#contact h4, #contact h3 {
	text-transform: uppercase;
	font-size:26px;
	font-family: 'TestSansBold';
}

#contact label {
	text-align: left;
}

#contact .contact-rich hr {
	border-top:1px solid black;
}

#contact .contact-rich a {
	color:#2800FF;
}

#contact .form-control {
	border-bottom: 1px solid #707070;
}

span.circle-orange {
	padding: 8px;
	background: #FC4C02;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	display: block;
	color: white;
	margin:0 auto;
}

#contact .group-span-filestyle .btn-default {
	background:#FC4C02;
}

#contact .guia-logista .alert {
	font-size: 11px;
	padding: 5px 10px;
	text-align: center;
	line-height: 14px;
	border:0;
	border-radius:5px;
	background:#0043FE1F;
	color:#8D8B9D;
}

#contact .contact-rich .block .data {
	color:black;
	font-weight: bold;
}

#contact .contact-rich .block .data a {
	font-weight: normal;
}
#contact h6 {
	font-size:16px;
	margin-bottom:0;
}

#contact .btn-primary {
	background:#FC4C02;
}

#contact #contactform-message {
	border: 15px solid #F2F2F2;
	box-shadow: 0px 3px 6px #0000004D;
	border-radius: 15px;
	height:200px;
}

#contact .bootstrap-filestyle.input-group input {
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
}
#contact .bootstrap-filestyle.input-group {
	border: 5px solid #F2F2F2;
	box-shadow: 0px 3px 6px #0000004D;
	border-radius: 15px;
}

#contact .input-group .input-group-btn {
	border-radius:15px;
}

.ets-wishlist-footer-links>a {
	color:#FC4C02;
}

/* Mobile */

@media (max-width:577px) {
	.product_show_list .product-miniature .product-flags li.product-flag img {
		width:50px;
	}
	#category .block-category {
		padding-left:0!important;
	}
	.block-category h1, #product .h1 {
		font-size:2rem;
	}
	.alert_tabaco {
		font-size:1rem;
	}
}
@media (max-width:1580px) {
	.product_show_list .product-miniature .product-flags li.product-flag {
		left: -5px;
		right: auto;
		top: -30px;
	}
}
@media (max-width:992px) {
	.block-category .block-category-inner .category-cover img {
		width: 100% !important;
	}
	.block-category .block-category-inner {
		margin-top: 0;
	}
	#search_filters .facet, #search_filters_brands .facet, #search_filters_suppliers .facet {
		width:35%;
	}
}
@media (max-width:769px) {
	#category #wrapper {
		background:none;
	}
	.cart-products-count {
		position:relative;
	}
	.divide-left {
		padding:0;
		margin-top:15px;
	}
	#blockcart-modal .product-price {
		margin-top:0;
	}
	#header .header-nav .cart-preview.active {
		background: transparent;
	}
	.header-nav .mobile .cart-products-count {
		color:#2800FF;
	}
	#cart .price .product-price {
		background:transparent;
		box-shadow: none;
	}
}

