.grid-item { width: 20%; }

#header.header-transparent.darkheader.header-v1 {
	background: rgba(255,255,255,0.9) !important;
}

#header .logo_retina,
#header .logo_standard {
    display: none;
}

#header .logo_retina_transparent {
    display: block;
}

#header.header-transparent .logo_retina {
    display: block;
}

#header.header-transparent .logo_retina_transparent,
#header.header-transparent .logo_transparent {
    display: none;
}

#header.header-transparent .logo_standard {
    display: none;
}

#header.header-v1 {

}

#header #navigation > ul > li > a {
	text-transform: uppercase;
}

.header-icons {
	margin-top: 3px;
}

.header-icons-divider {
	height: 35px;
}

.section {
	overflow: visible;
}

/* Custom sizes for single products */

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.product .images{ width: 354px; }
	.product .summary{ width: 354px; }
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
	.product .images{ width: 440px; }
	.product .summary{ width: 440px; }
}

@media only screen and (min-width: 1200px) {
	.product .images{ width: 560px; }
	.product .summary{ width: 560px; }
}

.products li h3 {
	font-weight: 400 !important;
	text-transform: uppercase;
	font-size: 15px !important;
	text-align: center;
}

#simdiv h1,
#simdiv .form-horizontal fieldset > legend,
.product_meta .sku_wrapper {
	display: none;
}

#footer .widget ul li::after {
	display: none;
}

#footer .widget h3 {
	text-transform: uppercase;
}

img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
}

#get-price input[type="radio"] {
    opacity: 0;
    filter:alpha(opacity=0);
    position: absolute;
    bottom: 0;
}

#get-price label {
	border: 2px solid transparent;
	padding: 3px;
	display: block;
	position: relative;
	/* margin: 10px; */
	cursor: pointer;
	border-radius: 10px;
}

/*#get-price label:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: none;
    position: absolute;
    top: -15px;
    right: -15px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    transition-duration: 0.2s;
    transform: scale(0);
    opacity: 0;
    z-index: 2;
}*/

#get-price label::before {
	background-color: white;
	color: white;
	content: " ";
	display: block;
	border-radius: 0;
	border: none;
	position: absolute;
	top: -10px;
	right: -10px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	transition-duration: 0.2s;
	transform: scale(0);
	opacity: 0;
	z-index: 2;
}

#get-price label img {
    height: 100%;
    width: 100%;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
    transform: scale(0.9);
    z-index: -1;
}

#get-price input[type="radio"] + label {
	border-color: #ddd;
}

#get-price input[type="radio"]:checked + label,
#get-price input[type="radio"]:focus + label {
    border-color: #f07e23;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}

/*#get-price :checked + label:before {
    content: "✓";
    background-color: #f07e23;
    transform: scale(1);
    font-size: 1.5em;
    opacity: 1;
}*/

#get-price :checked + label::before {
	content: " \f00c";
	background-color: #f07e23;
	transform: scale(1.2);
	font-size: 1.2em;
	opacity: 1;
	font-family: FontAwesome;
	border-radius: 50%;
}

#get-price label.color-radio::before {
	top: 0;
	right: 0;
}

#get-price :checked + label img {
    transform: scale(1);
    /*box-shadow: 0 0 5px #333;*/
}

#page-wrap{
    overflow: visible !important;
}

#get-price :checked + label span {
	font-weight: 600;
	/*font-size: 1.4em;*/
}

#price-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.quantity .input-group {
	display: flex;
}

.quantity .input-group-btn button.btn {
	border-radius: 5px;
	background: #bbb;
	font-size: 2em;
	line-height: 1em !important;
	font-family: Titillium Web;
	color: #fff;
	border-color: transparent;
	height: 50px;
	width: 50px;
}

.quantity .input-group-btn button.btn:hover {
	background: #f07e23;
}

#get-price .quantity input[type="text"] {
	margin: 0 !important;
	font-size: 16px;
	height: 50px;
	background: #efefef;
}

#get-price .quantity .input-group-btn button.btn {
	display: block !important;
}

.hidden {
    display: none;
}

#get-price .error {
    border: 1px solid #f00;
}

#get-price label span {
	display: block;
	text-align: center;
	font-weight: 300;
	font-size: 1.1em;
	padding: 10px 10px;
}

#get-price label.woimg {
	background: #f6f6f6;
}

#get-price .wpb_row, #get-price .wpb_content_element {
	margin-bottom: 10px;
}

#get-price .minti_boxedholder .wpb_content_element:last-child {
	margin-bottom: 0px;
}

#get-price label span.wimgg {
    padding-top: 0 !important;
}

#get-price .product-colorr {
	max-width: 20%;
}

@media screen and (max-width: 767px) {

    #get-price .product-colorr {
    	max-width: 50%;
    }

    #get-price labell {
    	font-size: 12px;
    }

}

#get-price #color-filter .sorter {
	margin-right: 5px;
	margin-bottom: 5px;
}

#get-price #color-filter .sorter.active {
	background: #f07e23;
}

#get-price .product-color .zoom {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 30px;
	height: 30px;
	background: rgba(0,0,0,0.2);
	border-radius: 3px;
	display: block;
}

#get-price .product-color .zoom i {
	font-size: 18px;
	padding: 6px;
	color: #fff;
}

#get-price .wpb_row .wpb_column {
	margin-bottom: 0 !important;
}

ul#sort-me {
    list-style: none;
    margin-left: 0;
    padding-top: 30px;
}

#shop-button-container button.get-price-bt {
	margin: 15px 0 !important;
	background: #333;
	border-color: #333;
}

#shop-button-container button.get-price-bt:hover {
	margin: 15px 0 !important;
	background: #111 !important;
	border-color: #111 !important;
}

.shop_table dl.variation p {
	margin: 0;
}

#payment .payment_box label {
	float: none !important;
	margin-top: 7px !important;
}

#loaded-price {
	font-size: 2em;
	font-weight: bold;
	color: #f07e23;
	display: flex;
	flex-direction: column;
}

#loaded-price::before {
	content: "Valor:";
	font-size: 12px;
	font-weight: 300;
	color: #aaa;
	clear: both;
	position: relative;
	display: block;
	text-transform: uppercase;
	margin-bottom: -12px;
}

#shop-button-container {
	width: 100%;
}

#shop-button-container button {
	border-radius: 5px;
	padding: 20px 20px;
	line-height: 1 !important;
	margin: 15px 0 0;
	width: 100%;
	background: #f07e23;
}

#shop-button-container button:hover {
	background: #333 !important;
}




#loading-overlay {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
	z-index: 100;
	width: 100%;
	height: 100%; display:none;
}

@-webkit-keyframes uil-ripple {

    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0 0 0 0;
    }

    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1;
    }

    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0;
    }

}

@-webkit-keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0 0 0 0;
    }
    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1;
    }
    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0;
    }
}

@-moz-keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0 0 0 0;
    }
    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1;
    }
    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0;
    }
}

@-ms-keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0 0 0 0;
    }
    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1;
    }
    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0;
    }
}

@-moz-keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0 0 0 0;
    }
    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1;
    }
    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0;
    }
}

@-webkit-keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0 0 0 0;
    }
    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1;
    }
    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0;
    }
}

@-o-keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0 0 0 0;
    }
    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1;
    }
    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0;
    }
}

@keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0 0 0 0;
    }
    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1;
    }
    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0;
    }
}

/*
.uil-ripple-css {
    background: none;
    position: relative;
    width: 200px;
    height: 200px;
}
*/

.uil-ripple-css {
	background: none;
	position: absolute;
	width: 200px;
	height: 200px;
	top: 50%;
	left: 50%;
	margin-left: -100px;
	margin-top: -100px;
}


.uil-ripple-css div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    width: 0;
    height: 0;
    opacity: 0;
    border-radius: 50%;
    border-width: 12px;
    border-style: solid;
    -ms-animation: uil-ripple 2s ease-out infinite;
    -moz-animation: uil-ripple 2s ease-out infinite;
    -webkit-animation: uil-ripple 2s ease-out infinite;
    -o-animation: uil-ripple 2s ease-out infinite;
    animation: uil-ripple 2s ease-out infinite;
}
.uil-ripple-css div:nth-of-type(1) {
    border-color: #f07e23;
}
.uil-ripple-css div:nth-of-type(2) {
    border-color: #f07e23;
    -ms-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}

#get-price .inputdisabled::after {
	content: "Indisponível para essas medidas";
	z-index: 1000;
	color: #333;
	position: absolute;
	width: 70%;
	height: auto;
	background: #fff;
	top: 45%;
	left: 10%;
	border-radius: 3px;
	padding: 5px 5%;
	text-align: center;
}

#get-price input[type="text"] {
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 20px 0 !important;
}

#get-price input[type="number"] {
	box-sizing: border-box;
	padding: 10px 12px;
	outline: none !important;
	border-radius: 2px;
	font-size: 16px;
	margin: 0 0 20px 0;
	width: 100%;
	max-width: 100%;
	display: block;
	color: #999;
	line-height: 1.6;
	border: 1px solid #dddddd;
	background: #ffffff;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

#footer .widget ul li:last-child {
    border: none;
}

#get-price span.error {
	border: none;
	background: #f00;
	padding: 5px 10px;
	color: #fff;
	border-radius: 2px;
	margin-top: -20px;
	position: relative;
	display: block;
	margin-bottom: 10px;
}

#get-price .float-label {
  position: relative;
  width: 100%;
}

#get-price .float-label input,
#get-price .float-label textarea {
  display: block;
  width: 100%;
  border: 0;
  outline: 0;
  border: 1px solid #ddd;
  margin: 0 0 20px 0 !important;
  background: none;
  box-sizing: border-box;
  border-radius: 3px;
}

#get-price .float-label label{
  position: absolute;
  top: 7px;
  left: 10px;
  transition: top 0.7s ease, opacity 0.7s ease;
  opacity: 0;
  font-size: 12px;
  font-weight: 600;
  color: #ccc;
  text-transform: uppercase;
}

#get-price .float-label label.show {
	opacity: 1;
	top: -9px;
	color: #f07e23;
	background: #fff;
	padding: 0 4px;
	left: 8px;
	line-height: 12px;
}

/*#get-price .float-label input.parsley-error {
	margin-bottom: 0 !important;
}*/

#get-price .float-label.numberi::after {
	content: "cm";
	width: 30px;
	height: 30px;
	background: #fff;
	display: block;
	position: absolute;
	top: 2px;
	right: 2px;
	padding: 4px 10px 8px;
	color: #aaa;
	font-size: 18px;
}

.checkout #billing_country_field {
	display: none;
}

.shop_table dl.variation dt {
	float: left;
	clear: none;
	margin-right: 5px;
}

/* .shop_table dl.variation dd {
	float: left;
} */

.shop_table dl.variation p {
	font-weight: bold;
}

/* .shop_table dl.variation p::after {
	content: " | ";
	margin: 0 5px;
	color: #ccc !important;
	font-weight: 100;
} */

.shop_table dl.variation dd:last-child p::after {
	content: " ";
}

/* .shop_table .variations-line {
	padding: 20px !important;
	background: #f6f6f6 !important;
	position: relative;
}

.shop_table .variations-line::before {
	content: " ";
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #f6f6f6;
	position: absolute;
	left: 18px;
	width: 0;
	height: 0;
	clear: both;
	top: -20px;
} */

.shop_table dl.variation p {
	margin: 0;
}

.cart-spacer td {
	height: 30px;
}

.variations-line {
	font-size: 12px;
}

.variation-_prod_config {
	display: none;
}

.fabric-width {
	position: absolute;
	bottom: 76px;
	background: rgba(255,255,255,0.8);
	padding: 0px 0px !important;
	display: block;
	width: 50% !important;
	font-size: 14px !important;
	font-weight: bold !important;
	line-height: 33px;
	left: 25%;
}

ul.parsley-errors-list {
	list-style: none;
	margin-left: 0;
	margin-bottom: 20px !important;
	position: relative;
	border-radius: 5px;
	margin-top: -5px;
}

/* ul.parsley-errors-list {
	display: none;
} */

#sort-me .parsley-errors-list {
	margin-top: -31px;
}

ul.parsley-errors-list li {
	background: #e60000;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
}

ul.parsley-errors-list li::before {
	content: "";
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #e60000;
	position: absolute;
	top: -8px;
	left: 8px;
}

#sort-me ul.parsley-errors-list li::before {
	display: none !important;
}

.single-product .product_title.entry-title {
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
}

form#get-price {
	margin: 0;
}

h3.csm-item-title {
	font-size: 18px;
}

.overflow {
	width: 100%;
	clear: both;
}

/* #get-price label span.wimg {
	float: left;
	max-width: 50%;
	display: block;
	clear: none;
	box-sizing: border-box;
}

#get-price label img {
	max-width: 50%;
	float: left;
	position: relative;
}

#get-price .product-color label img,
#get-price .product-color label span.wimg {
    max-width: 100%;
    float: none;
} */


.vc_tta-panel-heading {
    position: relative;
	border-bottom: 1px solid #eee !important;
}

.vc_tta.vc_general .vc_tta-panel-title {
	padding: 0 0 0 33px;
}

.tta_number {
	border-radius: 0;
	height: 41px;
	top: 0;
	border-bottom: 3px solid #ddd;
	line-height: 44px;
	background: none;
	width: 41px;
	position: absolute;
	text-align: center;
	transition: all 0.5s ease;
	font-size: 12px;
}

.vc_active .tta_number {
	font-size: 22px;
	color: #f07e23;
}

.vc_tta-panel.vc_active .tta_number {
	border-color: #f07e23;
}

.vc_tta-panel-body {
	background: #fff !important;
}

.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-chevron::before {
	border-width: 0 1px 1px 0 !important;
}

.vc_tta .vc_tta-controls-icon {
	height: 11px !important;
	width: 11px !important;
}

/*button.sorter {
	border-radius: 0;
	padding: 10px 12px;
	margin: 1px !important;
	font-size: 12px;
	font-weight: 300;
}*/

button.sorter {
	border-radius: 17px;
	padding: 10px 12px;
	margin: 2px !important;
	font-size: 12px;
	font-weight: 300;
	background: #999;
}

button.next-config {
	padding: 10px;
	border-radius: 0;
	float: right;
	background: #f07e23;
}

#shipping_method {
	list-style: none;
	margin: 0 0 15px 0;
}

.sorter.current-filter {
	background: #f07e23;
}


#shipping_method li input {
	width: auto !important;
}

#shipping_method label {
	display: inline;
}

/*.vc_tta-panel:not( [style*="display: none"]):last-child button.next-config {
    display: none;
}*/

div.inputed-val {
	position: absolute;
	top: 0;
	right: 45px;
	line-height: 45px;
	font-size: 14px;
}

div.inputed-val span::after {
	content: " - ";
}

div.inputed-val span:last-child::after {
	content: "";
}

.vc_tta.vc_general .inputed-val i {
	margin-right: 5px;
}

.vc_tta-panel-title .inputed-val span {
	color: #888;
}

.vc_tta-panel-title i {
	color: #02862d;
}

.tab-error .vc_tta-panel-title .inputed-val span,
.tab-error .vc_tta-panel-title i {
	color: #e60000;
}

.tab-error .vc_tta-panel-title .inputed-val {
	font-style: italic;
}

/*.vc_tta.vc_general .tab-error .vc_tta-panel-title > a {
	color: #aaa !important;
}*/


.shipping-calculator-form {
	display: block !important;
	position: relative;
}

.shipping-calculator-button, #calc_shipping_state_field, #calc_shipping_country_field {
	display: none !important;
}


/*.shipping-calculator-form button[name="calc_shipping"] {
	position: absolute;
	bottom: 0px;
	right: 0;
	border-radius: 0 2px 2px 0;
	border: 1px solid #999;
}*/

.shipping-calculator-form button[name="calc_shipping"] {
	position: absolute;
	bottom: -4px;
	right: -5px;
	border-radius: 0 2px 2px 0;
	border: 1px solid #f07e23;
}

.ult-modal-input-wrapper {
	overflow: hidden;
}

.ult-modal-input-wrapper .btn-modal {
	margin: 0 !important;
	padding: 12px;
}

@media only screen and 	(max-width: 959px) {

	.how-to-measure .ult_modal-header {
		display: none;
	}

	.how-to-measure .ult_modal-body.ult-responsive.ult-youtube {
		padding: 0;
	}

}