/*GERAL*/
.custom-error{
    border: 2px solid #FF0000 !important;
}

.custom-error-message {
    color: #FF0000;
    display: inline-block;
    width: 100%;
}

.custom-required {
    color: #FF0000;
    font-size: 10px;
    position: relative;
    top: -5px;
    left: 2px;
}

.error-label {
    color: #FF0000;
    font-size: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.custom-float-field-50{
    width: 50% !important;
    float: left;
}

.custom-float-field-30{
    width: 30% !important;
    float: left;
}

.custom-float-field-70{
    width: 70% !important;
    float: left;
}

.clear-both{
    clear: both;
}

.icheckbox_square-grey{
    margin-right: 10px;
    margin-top: -1px;
}

.product-details .product-title, .product-list-widget a {
    font-weight: 600;
    font-size: 18px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #8fba47;
}

.bottom-line:after,
.blockquote-style-2,
.navigation.sticky .nav-btn-holder .btn:hover,
.underline-link:after,
.contact-form.style-2 textarea:focus,
.pagination .current,
.widget.search .searchbox:focus,
.portfolio-filter.style-2 a.active,
.tabs-bb .nav.nav-tabs>li.active>a,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
    border-color: #8fba47;
}

.breadcrumb {
    padding-top: 26px;
}

.breadcrumb li, .breadcrumb li a, .breadcrumb li a.active {
    font-size: 16px;
}
/*GERAL END*/

/*CATALOGO*/
.single-product-img .single-product-quickview {
    background-color: #8fba47;
}

.single-product-img .single-product-quickview:hover{
    background-color: #b7da7d;
}

.nav-cart-badge {
    background-color: #8fba47;
}

.nav-cart .nav-cart-container .btn.btn-color{
	background-color: #8fba47;
}

.nav-cart .nav-cart-container .btn.btn-color:hover {
    background-color: #b7da7d;
}

.product-img .product-quickview:hover {
    background-color: #5bc740;
}

.catalog .search input{
    padding-right: 40px;
}

.catalog .catalog-message{
    text-align: center;
}

.pagination a:hover{
    background: #b7da7d;
}

.filter-by-price input#amount {
    width: 80%;
}

.filter-by-price  .btn.btn-stroke {
    float: right;
    margin-top: 10px;
}

.to-lowercase{
    text-transform: lowercase;
}

.price del {
    margin-right: 5px;
}

.price{
    font-weight: 500;
}

.filter-by-price .ui-slider .ui-slider-range{
    background: #8fba47;
}

.filter-by-price .btn.btn-stroke:hover{
    background: #8fba47;
}

.filter-by-color .square{
    width: 32px;
    height: 32px;
    overflow: hidden;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
    cursor: pointer;
}

.filter-by-color .square img{
    width: 100%;
}

.filter-by-color .square.active{
    border: 3px solid #F00;
    opacity: 0.7;
}

.list-payment-methods{
    line-height: 14px;
    margin-top: 5px;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
}

.sidebar .widget-title {
    margin-bottom: 28px;
    font-size: 18px;
}

.sidebar .categories .widget-title {
    font-size: 23px;
}

.widget.categories ul li a {
    font-size: 18px;
}

.ecommerce-ordering {
    width: 25%;
}

.ecommerce-disclosure-type {
    width: 22%;
    margin-right: 15px;
}

/*CATALOGO END*/

/*PRODUCT*/
.single-product .price ins{
	color: #424242;
	font-weight: 600;
}

.single-product .btn.btn-color {
    background-color: #5bc740;
    padding-left: 50px;
    padding-right: 50px;
}

.single-product .btn.btn-color:hover {
    background-color: #5bc740;
}

.single-product .nav.nav-tabs > li.active > a:focus,
.single-product .nav.nav-tabs > li.active > a:hover,
.single-product .tabs-bb .nav.nav-tabs > li.active > a{
	color: #333333;
}

.single-product .tabs-bb .nav.nav-tabs > li.active > a {
    border-bottom: 2px solid #989898;
}

.single-product .nav.nav-tabs > li > a:hover{
	color: #333333;
}

.single-product .send-as-gift{
	margin-top: 25px;
}

.custom-checkbox{
    display: inline-block;
    margin-left: 10px;
}

.custom-checkbox input[type=checkbox]{
    display: none; /* Esconde os inputs */
}

.custom-checkbox input[type=checkbox] + label {
    display: inline-block;
    height: 20px;
    padding: 0px 0 0 28px;
    margin: 0px 10px 0 0;
    background-image: url(../../images/ecommerce/custom-checkbox.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 16px;
}

.custom-checkbox input[type=checkbox] + label span{
	position: relative;
	top: -2px;
}

.custom-checkbox input[type=checkbox] + label{
    background-position: 0 0px; /* Muda a posição do background só no checkbox */
}

.custom-checkbox input[type=checkbox]:checked + label {
    background-position: 0 -30px;
}

.custom-checkbox input[type="checkbox"] + label:before {
	display: none;
}

.product-actions li.out-of-stock-wrapper{
    width: 100%;
}

.single-product .btn.btn-color.out-of-stock{
    background-color: #ad0000;
    width: 100%;
}

.single-product .tabs-bb{
    width: 90%;
}

.tabs-bb .tab-content {
    padding: 24px 15px;
}

.shop-items-slider .owl-prev{
    left: 0;
    opacity: 1;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.shop-items-slider .owl-next{
    right: 0;
    opacity: 1;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.tell-me-when-arrive .control-label{
    text-align: left;
}

.tell-me-when-arrive input[type="text"]{
    margin-bottom: 0;
}

.tell-me-when-arrive input[type="email"]{
    margin-bottom: 20px;
}

.tell-me-when-arrive .btn.btn-color {
    float: right;
}

.tell-me-when-arrive .register-loader i.fa-spin {
    float: right;
    color: #FFF;
    position: absolute;
    top: 16px;
    z-index: 9;
    font-size: 16px;
    right: 7px;
}

.tell-me-when-arrive .alert {
    margin-bottom: 5px;
}

/*PRODUCT DETAILS*/
p.product-price {
    font-size: 13px;
    padding: 0;
    margin: 0;
    line-height: 16px;
}

p.product-price-discount {
    padding: 0;
    margin: 0;
    line-height: 24px;
    color: #A3A3A3;
    font-size: 13px;
}

.product-bold{
    font-weight: 700;
    font-size: 15px;
    color: #424242;
}

.product-discount-label {
    font-size: 13px;
    color: #5bc740;
    display: block;
}

.product-details .product-discount-label{
    color: #8fba47;
}

.product-separator{
    display: block;
    margin-bottom: 15px;
}

.product-stock-qty {
    color: #5bc740;
    font-size: 15px;
    padding: 0;
    margin: 0;
    line-height: 16px;
}

.product-number-installments {
    font-size: 13px;
    color: #424242;
    padding: 0;
    margin: 0;
}

.prices-wrapper .product-number-installments {
    text-align: left;
    line-height: 14px;
    margin-top: 10px;
}

.owl-carousel .product-number-installments{
    line-height: 14px;
    margin-top: 5px;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

.product-sold-out {
    text-align: left;
}

.product-bold {
    font-size: 20px;
}

.product-code {
    font-family: "Montserrat",sans-serif !important;
    font-size: 14px;
    margin-top: 20px;
}
/*PRODUCT DETAILS END*/

/*PRODUCT OPTIONS DEFAULT*/
.single-product .product-description-wrap .options-wrapper.default .color-grid{
    width: 100%;
}

.single-product .product-description-wrap .options-wrapper.default .square{
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 40px;
    overflow: hidden;
}

.single-product .product-description-wrap .options-wrapper.default .square.selected{
    border: 2px solid #F00;
}

.single-product .product-description-wrap .options-wrapper.default .square .texture{
    vertical-align: initial;
    display: table-cell;
}

.single-product .product-description-wrap .options-wrapper.default .infoextra-wrapper{
    padding: 0;
}
/*PRODUCT OPTIONS DEFAULT END*/

/*RELATED PRODUCTS*/
.shop-items-slider h2{
    text-align: left;
}

.shop-items-slider hr.header-bt {
    width: 100px;
    height: 3px;
    border: 0;
    margin: 0;
    pading: 0;
    background: #8fba47;
    margin-bottom: 0;
    margin-top: 12px;
}
/*PRODUCT END*/

/*CART*/
.shopping-cart h4{
    padding-left: 15px;
}

.shopping-cart .btn.btn-color,
.shopping-cart .btn.btn-color:hover{
    background-color: #666666;
}

.shopping-cart .btn.btn-color-proceed,
.shopping-cart .btn.btn-color-proceed:hover {
    background-color: #5bc740;
}

.shopping-cart .freight {
	width: 100%;
    border: 1px solid #eaeaea;
    border-radius: 3px;
}

.cart_totals,
.order-review-wrap,
.shipping-calculator-form, .coupon {
    padding: 12px;
    border: 1px solid #eaeaea;
}

.shopping-cart .address {
    width: 100%;
    padding: 0;
}

.shopping-cart .address p{
	line-height: 16px;
}

.shopping-cart .mb-40 {
    margin-bottom: 32px;
}

.shop_table.cart {
    border: 1px solid #eaeaea;
    border-radius: 3px;
}

.table > thead > tr > th {
    border-bottom: 1px solid #eaeaea;
}

.shopping-cart .coupon a {
    text-decoration: underline;
    color: #6C6C6C;
    margin-top: 16px;
    display: block;
}

.product-remove .remove:hover {
    background-color: #333333;
    color: #FFFFFF;
}

.shopping-cart .send-as-gift{
	margin-top: 18px;
}

.shopping-cart .send-as-gift img{
	width: 24px;
}

.shopping-cart .send-as-gift span{
    font-size: 12px;
}

.shopping-cart .custom-checkbox input[type=checkbox] + label span {
    position: relative;
    top: 0px;
}

.custom-checkbox {
    margin-left: 6px;
}

.out-of-stock{
    width: 112px;
}

.address .dark-red{
    color: #d40000;
    font-weight: 700;
}

.shopping-cart .alert-danger {
    margin-right: 15px;
}

.shopping-cart .wc-proceed-to-checkout{
    margin-bottom: 10px;
}

.shopping-cart .actions a.buy-more {
    text-decoration: underline;
    color: #6C6C6C;
    margin-top: 16px;
    display: block;
    text-align: center;
}

.btn-danger.out-of-stock:hover {
    background-color: #c9302c;
    border-color: #ac2925;
}

.back-to-stock{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 12px;
    margin-top: 3px;
    margin-left: -3px;
}

.table.shop_table tr td.product-name .cart-product-code {
    font-size: 12px;
    margin-bottom: 10px;
    display: block;
}

.shop_table td.product-name {
    line-height: 16px;
}
/*CART END*/

/*FRETE*/
.shopping-cart .freight {
    border: 1px solid #EAEAEA;
    padding: 12px;
    min-height: 110px;
}

.shopping-cart .freight h5{
	text-transform: uppercase;
}

.shopping-cart .freight input{
	width: 180px;
	float: left;
}

.shopping-cart .freight input {
    width: calc(100% - 114px);
    float: left;
    height: 50px;
    background-color: #E6E6E6;
    margin-bottom: 0;
}

.shopping-cart .freight .btn.btn-color{
	background-color: #333333;
	float: right;
	padding-left: 8px;
	padding-right: 8px;
}

.shopping-cart .freight .btn.btn-color:hover {
	background-color: #333333;
}

.shopping-cart .freight input:focus{
	border-color: #333333;
}

.shopping-cart .freight{
	position: relative;
}

.shopping-cart .freight .quotation {
    border-collapse: collapse;
    width: 100%;
    margin-top: 20px;
    display: inline-table;
}

.shopping-cart .freight .quotation thead tr th{
	font-weight: 600;
	color: #000000;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
}

.shopping-cart .freight .quotation tbody tr td{
	text-align: left;
	color: #3C3C3C;
	text-transform: uppercase;
	padding-bottom: 6px;
}

.shopping-cart .freight .fa {
    position: absolute;
    top: 62px;
    right: 135px;
}
/*FRETE END*/

/*CUPOM*/
.shopping-cart .discount-coupon {
    border: 1px solid #eaeaea;
    padding: 12px;
    min-height: 110px;
}

.shopping-cart .discount-coupon h5{
    text-transform: uppercase;
}

.shopping-cart .discount-coupon input{
    width: 180px;
    float: left;
}

.shopping-cart .discount-coupon input {
    width: calc(100% - 110px);
    float: left;
    height: 50px;
    background-color: #E6E6E6;
    margin-bottom: 0;
}

.shopping-cart .discount-coupon .btn.btn-color{
    background-color: #333333;
    float: right;
    padding-left: 15px;
    padding-right: 15px;
}

.shopping-cart .discount-coupon .btn.btn-color:hover {
    background-color: #333333;
}

.shopping-cart .discount-coupon input:focus{
    border-color: #333333;
}

.shopping-cart .discount-coupon{
    position: relative;
}

.shopping-cart .discount-coupon .fa {
    position: absolute;
    top: 62px;
    right: 130px;
}

.shopping-cart .discount-coupon{
    width: 95%;
}
/*CUPOM END*/

/*CHECKOUT*/
.cart_totals,
.order-review-wrap,
.shipping-calculator-form,
.coupon {
    border: 1px solid #eaeaea;
    padding: 12px;
}

.checkout .form-row.place-order input {
    width: 100%;
    background-color: #5bc740;
}

.checkout .place-order-transparent{
    width: 100%;
}

.checkout .place-order-transparent button {
    width: 100%;
    background-color: #5bc740;
}

.checkout .place-order-transparent button:hover {
    background-color: #5bc740;
}

.checkout .order-review-wrap{
    background-color: #F9F9F9;
}

.order-review-wrap h6{
	text-transform: uppercase;
	font-size: 14px;
	border-bottom: 1pc solid #333;
}

.bottom-line.full-grey:after {
    width: 100%;
    margin-top: 22px;
}

.order-review-wrap h6 {
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 14px;
    margin-top: 30px;
}

.order-review-wrap .address p{
	margin-bottom: 0px;
	font-size: 14px;
}

.order-review-wrap .address a{
	text-decoration: underline;
	color: #6C6C6C;
	margin-top: 16px;
	margin-bottom: 20px;
	display: block;
}

.checkout textarea{
    margin-bottom: 0px;
}

.checkout .tab-content {
    padding: 15px;
}

.processing {
    padding: 15px;
    background-color: #baffc5;
    border-radius: 4px;
}

.processing .label {
    color: #424242;
    font-size: 14px;
    position: relative;
    top: -9px;
}

.processed.error {
    padding: 15px;
    background-color: #ff5d5d;
    border-radius: 4px;
    display: table;
}

.processed.error .label {
    color: #fff;
    font-size: 14px;
    width: 335px;
    display: block;
    line-height: 20px;
}
.processed.error .fa {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}

.ecommerce .form-row.place-order {
    float: none;
    margin-top: 8px;
    display: block;
    height: 50px;
}

.checkout-address{
    position: relative;
}

.checkout-address input,
.checkout-address select{
    background-color: #FFFFFF;
    border: 1px solid #EAEAEA;
}

.checkout-address label {
    position: relative;
    top: 0px;
    font-size: 13px;
}

.ecommerce .checkout #customer_details .form-row input {
    float: left;
    width: 100%;
}

.checkout .custom-checkbox {
    margin-left: 10px;
    width: 100%;
}

.ecommerce .checkout #customer_details label {
    width: 100%;
}

.ecommerce .checkout #customer_details label svg{
    position:relative;
    top: 5px;
    margin-right: 8px;
}

.checkout .custom-checkbox img {
    width: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.order-review-wrap table {
    margin-bottom: 0px;
}

.ecommerce .checkout #customer_details .custom-checkbox{
    display: inline-block;
}

.ecommerce .checkout #customer_details > div{
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    border: 1px solid #EAEAEA;
}

.payment-method input, .payment-method select {
    border: 1px solid #C5C5C5;
}

.checkout input[type="text"]:focus,
.checkout input[type="password"]:focus,
.checkout input[type="date"]:focus,
.checkout input[type="datetime"]:focus,
.checkout input[type="datetime-local"]:focus,
.checkout input[type="month"]:focus,
.checkout input[type="week"]:focus,
.checkout input[type="email"]:focus,
.checkout input[type="number"]:focus,
.checkout input[type="search"]:focus,
.checkout input[type="tel"]:focus,
.checkout input[type="time"]:focus,
.checkout input[type="url"]:focus,
.checkout textarea:focus {
    border-color: #333333;
}

.checkout-address .custom-error-message {
    position: relative;
    top: -28px;
}

.checkout .amount.green {
    color: #007730;
}
/*CHECKOUT END*/

/*GENERAL FORM*/
.ec-general-form input[type="text"],
.ec-general-form input[type="password"],
.ec-general-form input[type="email"],
.ec-general-form input[type="url"],
.ec-general-form input[type="tel"],
.ec-general-form input[type="number"],
.ec-general-form input[type="date"],
.ec-general-form input[type="search"],
.ec-general-form select,
.ec-general-form textarea {
    margin-bottom: 5px !important;
}

.ec-general-form input[type="text"]:focus,
.ec-general-form input[type="password"]:focus,
.ec-general-form input[type="email"]:focus,
.ec-general-form input[type="url"]:focus,
.ec-general-form input[type="tel"]:focus,
.ec-general-form input[type="number"]:focus,
.ec-general-form input[type="date"]:focus,
.ec-general-form input[type="search"]:focus,
.ec-general-form select:focus,
.ec-general-form textarea:focus {
    border-color: #333333;
}

.ec-general-form a {
    text-decoration: underline;
    color: #333333;
}

.ec-general-form a.register {
    text-decoration: none;
    color: #5bc740;
    font-weight: 600;
}

.ec-general-form .btn.btn-color {
    background-color: #5bc740;
    float: right;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100%;
}

.centered-general-form{
    padding-left: 0;
    padding-right: 0;
}

.centered-general-form  .ecommerce{
    padding-left: 0;
    padding-right: 0;
}

.centered-general-form p.details{
    position: relative;
    top: -22px;
}

.centered-general-form .heading{
    text-align: center;
}

.centered-general-form .form-group {
    margin-bottom: 10px;
    display: table;
    width: 100%;
}

.centered-general-form.ecommerce{
    padding: 0;
}

.centered-general-form .ec-general-form .btn.btn-color {
    width: 238px;
    float: none;
    position: relative;
    left: 50%;
    margin-left: -119px;
}

.centered-general-form .custom-checkbox {
    display: inline;
}

.icheckbox_square-green{
    margin-top: -1px;
    margin-right: 10px;
}
/*GENERAL FORM END*/

/*CLIENT*/
.client-menu li{
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #EAEAEA;
}

.client-menu li a{
    color: #333333;
}

.c-order{
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 20px;
}

.c-order .c-head{
    border: 1px solid #EAEAEA;
    background-color: #F9F9F9;
}

.c-order .c-head .unit{
    margin-top: 3px;
    margin-bottom: 3px;
}

.c-order .c-head .unit i{
    cursor: pointer;
    float: right;
    position: relative;
    top: -8px;
}

.c-order .c-head .unit .status {
    padding: 10px 15px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin-top: -24px;
    text-transform: uppercase;
}

.c-order .c-body .unit{
    margin-top: 5px;
    margin-bottom: 5px;
}

.c-order .c-body h6{
    margin-bottom: 0px;
}

.c-order .c-body p{
    margin-bottom: 0px;
}

.c-order .c-body > .row{
    margin-left: 0;
    margin-right: 0;
}

.c-order .c-body .unit.value{
    text-align: right;
}

.c-order .c-body .colored-row{
    background-color: #FBFBFB;
}

.address .wrapper {
    border: 1px solid #EAEAEA;
    padding: 15px;
    margin-bottom: 30px;
}

.address .wrapper p{
    margin: 0;
    text-transform: uppercase;
}

.address .wrapper i{
    float: right;
    margin-left: 6px;
    font-size: 18px;
    color: #333333;
}

.address .wrapper .main-address-line{
    opacity: .2;
}

.address .wrapper .main-address{
    opacity: 1;
}

.address .wrapper.dotted {
    border: 4px dotted #EAEAEA;
}

.address .wrapper.dotted i {
    float: none;
    margin: 0;
    text-align: center;
    display: block;
    font-size: 68px;
    margin-top: 10px;
    margin-bottom: 10px;
    opacity: 0.6;
}

.add-address .form-group{
    position: relative;
}

.form-group .fa-refresh {
    position: absolute;
    top: 14px;
    right: 28px;
    z-index: 2;
}

.ecommerce.address .btn-color{
    padding: 0px 15px;
    margin-top: 10px;
}

#form-register .register-loader i.fa-spin {
    float: right;
    color: #FFF;
    position: absolute;
    top: 16px;
    z-index: 9;
    font-size: 16px;
    right: 7px;
}

.change-client-type {
    display: block;
    width: 100%;
    height: 76px;
    padding-top: 39px;
}

.change-client-type a{
    color: #5bc740;
    font-weight: 600;
}
/*CLIENT END*/

/*ORDER RESUME*/
.order-resume a{
    font-weight: 700;
    color: #25b900;
}

.order-resume p{
    margin-bottom: 0;
}

.order-resume h4{
    margin-top: 10px;
}

.order-resume .print-payment-ticket, .order-resume .confirmation-button {
    color: #FFFFFF;
    padding: 15px 25px;
    margin-top: 30px;
    margin-bottom: 15px;
}

.order-resume .print-payment-ticket:hover, .order-resume .confirmation-button:hover {
    background-color: #25b900;
}

.order-resume .item-resume{
    margin-bottom: 20px;
}

.order-resume .item-resume hr{
    padding: 0;
    margin: 0;
    margin-top: 10px;
    border: 0;
    height: 1px;
    width: 100%;
    background-color: #EDEDED;
}

.order-resume .items-resume-container .item-resume:last-of-type hr{
    height: 0;
}

.order-resume small:first-of-type{
    margin-top: 20px;
}

.order-resume small{
    display: block;
}

.order-resume .error-msg{
    color: #FF0000;
}
/*ORDER RESUME END*/

/*FAQ*/

.faq .header{
    background: #EDEDED;
}

.faq .header h1{
    color: #000;
    margin: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    text-transform: uppercase;
}

.faq h3{
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 20px;
    color: #000;
}

.faq p{
    margin-bottom: 60px;
}

.faq .side-menu{
    margin-top: 30px;
    margin-bottom: 60px;
}

.faq .side-menu li {
    margin-bottom: 4px;
}

.faq .side-menu li a{
    color: #424242;
    font-size: 16px;
}

.faq .side-menu li a.active{
    color: #8fba47;
    font-weight: 700;
}
/*FAQ END*/

/*CUSTOMIZATION*/

.customization .btn.btn-color{
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #d9ada4;
    width: 100%;
    margin-bottom: 30px;
}

.customization .toggle:hover, .customization .toggle:active{
    background: #d9ada4 !important;
}

.customization .ready{
    margin-top: 20px;
    background-color: #d9ada4 !important;
}

.customization .ready:hover, .customization .ready:active{
    background: #d9ada4 !important;
}

.customization input{
    margin-bottom: 0;
    border: 1px solid#fdefe2;
    background-color: #fdefe2;
}

.customization label{
    margin-bottom: 20px;
}

.cart-custom-description {
    margin: 0;
    padding: 0;
    line-height: 16px;
    font-size: 12px;
}

.breadcrumb {
    border-top: 0px;
}