body {
    background-color: #fffefe;
    font-family: 'Poppins', sans-serif;
    margin: 0px;
}

/*-------------------------------------Woocommerce Styles ---------------------------------------------*/

/*-- products-homepage--*/
 .woocommerce span.onsale{
    background-color: #10cf73 !important;
    color: #fff !important;
    border-radius: 60% !important;
    width: 50px;
    height: 50px;
}

.woocommerce .product > .onsale {
    position: absolute;
    right: 51% !important;
    left: auto !important;
}

    @media(max-width:800px){
        .woocommerce .product > .onsale {
            left: auto !important;
            right: -0.5em !important;
        }
    }

    @media(min-width:800px) and (max-width:950px){
        .woocommerce .product > .onsale {
            left: auto !important;
            right: 50% !important;
        }
    }

/*--home product extra ribbon--*/
.extra-ribbon{
    display: flex !important;
    justify-content: center !important;
    position: relative;
    z-index: 99;
}

.extra-ribbon img{
    width: 135px !important;
    height: auto !important;
    margin: -25px 0 0 0 !important;
    padding: 0px!important;
    border-radius: 0 !important;
}

/*--home product boxshadow and hover--*/
.woocommerce li.product{
    box-shadow: rgba(78, 78, 78, 0.2) 0px 2px 6px;
    border-radius: 10px;
    transition:all 0.2s ease-out;
}

.woocommerce li.product:hover{
    box-shadow: rgba(22, 22, 22, 0.568) 0px 2px 6px;
}

/*--home product title--*/
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    display: flex;
    justify-content: center;
    text-align: center;
    height: 60px;
    text-overflow: ellipsis;
    white-space: unset;
    overflow: hidden;
}
        /*--home product title mobile--*/
        @media(max-width:820px){
            .woocommerce ul.products li.product .woocommerce-loop-category__title,
            .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
                height: 68px;
            }
        }
        
        @media(max-width:365px){
            .woocommerce ul.products li.product .woocommerce-loop-category__title,
            .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
                height: 68px;
            }
        }

.woocommerce-loop-product__title{
    color: #232323;
}

/*--home button add to cart--*/
.woocommerce ul.products li.product .button{
    display: inline-block;
    justify-content: center;
}

/*--home price--*/
.woocommerce ul.products li.product .price{
    display: flex !important;
    justify-content: center !important;
    font-size: 15px !important;
    margin-left: 0px !important;
    margin-top: 0px !important;
}

.woocommerce ul.products li.product .price {
    margin-left: 8px;
    color: #102f56 !important;
    font-weight: bold !important;
    margin-top: -5px;
}

.woocommerce ul.products li.product .price del {
    color: #5263a3 !important;
    opacity: 0.8 !important;
    font-weight: 500;
    font-size: 14px !important;
    padding: 1px 5px 0px 0px;
}

/*--home card price--*/
.cartao{
    display: flex;
    justify-content: center;
    color: #666666;
    font-size: 13px;
    margin-top: -5px;
}

.cartao span{
    color: #06183e;
    font-weight: 600;
    margin-left: 3px;
}

/*--home-page-parcelas*/
.parcelas-singlehome{
    text-align: center;
    color: #666666;
    font-weight: 500;
    font-size: 13px;
    margin: -3px 0 8px;
}

.parcelas-singlehome  span{
    color: #06183e;
    font-weight: 600;
}

/*--home free ship*/
.free-ship i{
    color: #10cf73;
    font-size: 13px;
    margin: 4px;
}

.free-ship{
    display: flex;
    justify-content: center;
    color: #10cf73;
    font-size: 15px;
    font-style: normal;
    margin-top: -4px; 
    font-weight: 500;
}


.woocommerce ul.products li.product .price ins {
    text-decoration: none;
}

/*--button home price*/
.woocommerce ul.products li.product .button {
    display: none !important;
}


/*----------------------------------------------------singlepage-------------------------------------------*/

/*--breadcrumbs*/
.woocommerce .woocommerce-breadcrumb {
    margin: 20px 20px -2em !important;
    padding: 0;
    font-size: .92em;
    color: #102f56 !important;
}

    @media (max-width:765px){
        .woocommerce .woocommerce-breadcrumb{
            display: none;
        }
    }

.woocommerce .woocommerce-breadcrumb a {
    color: #979899 !important;
    text-decoration: none !important;
}

/*--product image*/
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    cursor: zoom-in;
}

/*--product-page-parcelas*/
.parcelas-singleProduct{
    color: #4e4e4e;
    font-weight: 500;
    font-size: 16px; 
    margin: -20px 0 13px;
}

.parcelas-singleProduct  span{
    color: #10cf73;
    font-weight: 600;
    font-size: 18px;
}

/*--product-title*/
.woocommerce div.product .product_title {
    margin: 0 0 18px;
    font-size: 23px;
    font-weight: 500;
    border-bottom: 1px solid #D5D5D5;
    padding-bottom: 5px !important;
    color: #4E4E4E;
}

/*--product-short description*/
.woocommerce-product-details__short-description p{
    color: #4E4E4E !important;
}

.woocommerce-product-details__short-description p::before{
    font-family: 'FontAwesome';
    content: '\f00c';
    color: #fbbf11 !important;
    margin-right: 5px;
    margin-right: 3px;
}

/*--product-main-image*/
.single-product .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 16px;
    border: 1pxsolidvar(--gray);
    border-radius: 8px;
}

/*--product gallery image*/
.single-product .woocommerce-product-gallery .flex-control-thumbs {
    display: flex;
    justify-content: center;
}

/*--product-button-and-quantify*/
.woocommerce div.product form.cart {
    margin-bottom: 2em;
    margin: -5px 0 15px 0 !important;
}

.woocommerce div.product form.cart .button {
    float: none !important;
}

.single-product .summary .single_add_to_cart_button{
    display: flex;
    justify-content: center;
    background: #07e67b !important;
    color: #1b1b1b !important;
    font-size: 18px !important;
    line-height: 2 !important;
    width: 299px;
    padding: 17px 0 !important;
    border-radius: 40px !important;
    margin: 20px 0 20px 0 !important;
    -webkit-font-smoothing: antialiased;
    box-shadow: 0px 10px 20px -10px #979596;
    transition: all 0.5s ease;
}

.single-product .summary .single_add_to_cart_button:hover{
    background: #00ff85 !important;
}

.single-product .summary .single_add_to_cart_button::before{
    font-family: 'FontAwesome';
    content: '\f07a';
    color: #1b1b1b;
    margin-right: 2px;
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    text-decoration: none;
}

@media (max-width:800px){
    .single-product .summary .single_add_to_cart_button {
        width: 100%;
    } 
}
/*--price-solo*/
.woocommerce p.price {
    display: inline-grid;
    font-weight: 700;
    font-size: 30px !important;
    color: #102f56 !important;
    margin-top: -12px;
}

/*--price-sale*/
.single-product .summary>.price del .woocommerce-Price-amount {
    display: block;
    color: #001c85;
    font-size: 20px;
    font-weight: 400;
    text-decoration: line-through;
}

.single-product .summary>.price ins .woocommerce-Price-amount {
    display: block;
    font-weight: 600;
    font-size: 30px;
    color: #102f56;
    margin-top: -12px;
}

/*price-variation*/
.woocommerce span.price{
    display: inline;;
}

/*--card-price*/
.number-sell{
    color: #4E4E4E;
    font-size: 14px;
    margin-bottom: 3px;
}

.number-sell i{
    color: #ffc001;
    margin-right: 3px;
}

.card-price{
    margin-top: -20px;
    color: #555454;
    font-size: 17px;
}

.card-price span{
    font-weight: 600;
    color: #24A57F;
}

/*--stock text*/
.woocommerce div.product p.stock {
    font-size: .92em;
}

.woocommerce div.product .stock{
    color: #10cf73 !important;
    font-size: 14px !important;
    font-weight: 500;
}

.woocommerce div.product .stock::before  {
    font-family: 'FontAwesome';
    content: '\f111';
    background-color: #10cf73;
	border-radius: 50%;
	animation: pulse-green 2s infinite;
	height: 40px;
	width: 40px;
    margin-right: 5px;
    margin-right: 3px;
    font-size: 14px;
}


@keyframes pulse-green {
	0% {
		transform: scale(0.9);
		box-shadow: 0 0 0 0 rgb(10, 168, 87);
	}
	
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
	}
	
	100% {
		transform: scale(0.9);
		box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
	}
}

.woocommerce div.product .out-of-stock{
    color: #ff5252 !important;
    font-size: 14px !important;
    font-weight: 500;
}

.woocommerce div.product .out-of-stock::before  {
    font-family: 'FontAwesome';
    content: '\f111';
    background-color: #ff5252;
	border-radius: 50%;
	animation: pulse-red 2s infinite;
	height: 40px;
	width: 40px;
    margin-right: 5px;
    font-size: 14px !important;
}


@keyframes pulse-red {
	0% {
		transform: scale(0.9);
		box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
	}
	
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
	}
	
	100% {
		transform: scale(0.9);
		box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
	}
}

/*--quantify style*/
.woocommerce div.product .entry-summary .cart div.quantity{
    float: none;
    margin: 0;
    display: inline-block;
}
.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}

.woocommerce .quantity .qty {
    text-align: center;
    line-height: 30px;
    margin-top: 10px;    
    border: 1px #D5D5D5 solid;
    border-right: none;
    border-left: none;
    color: #504f4f;
    outline: none;
    width: 35px !important;

}

.plus{
    background-color: #fff;
    color: #504f4f;
    margin-right: -5px;
    line-height: 30px;
    text-align: center;
    border: 1px #D5D5D5 solid;
    border-radius: 20px 0 0 20px;
    border-right: none;
    font-weight: bold;
}

.minus{
    background-color: #fff;
    color: #504f4f;
    margin: 0 10px 0 -5px;
    line-height: 30px;
    text-align: center;
    border: 1px #D5D5D5 solid;
    border-radius: 0 20px 20px 0;
    border-left: none;
    font-weight: bold;
}


/*--codigo sku*/
.sku_wrapper{
    display: none;
}

/*tags wordpress*/
.tagged_as{
	display:none;
}

/*--categorys*/
.posted_in{
    display: none;
}

/*--single shipping*/
.custom-address > b , .custom-address > strong{
    color: #10cf73;
}

/*--single-cards*/
.single-cards{
    margin-top: 10px;
}

.single-cards h2{
    color: #383737;
    display: flex;
    float: left;
    margin-top: 16px;

}
.single-cards ul{
    display: inline-flex;
    float: left;
    list-style: none;
    margin-left: -35px;
}

.single-cards li{
    padding: 9px;
}

.single-cards img{
    height: 30px !important;
}

    /*--single-cards-mobile*/
    @media(max-width:365px){
        .single-cards li{
            padding: 6px;
        }
    }

/*--buttuns -description and reviews*/
.woocommerce div.product .woocommerce-tabs .panel {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 30px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    justify-content: center;
    border-top: 1px solid #d5d5d5;
    padding-top: 40px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 12px !important;
    margin-left: -4px;
    border-radius: 4px;
    border: 1px solid #707070;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    background-color: #fbbf11;
    padding: 13px !important;
    border-radius: 4px;
    border: 0 !important;
}


.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff !important;
    border-bottom: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none !important;
    background-color: #fff !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    box-shadow: none !important;
}

div.product .woocommerce-tabs ul.tabs li::before {
    box-shadow: none!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    box-shadow: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: none !important;
}

/*--text description image and photos*/
.woocommerce div.product .woocommerce-tabs .panel h2 {
    display: none;
}

.woocommerce div.product .woocommerce-tabs .panel p {
    display: grid;
    justify-content: center;
    font-size: 18px;
    font-weight: 400;
    color: #4a4a4a;
}
        /*--text description image mobile*/
        @media (max-width:950px){
            .woocommerce div.product .woocommerce-tabs .panel p {
                display: block;
            }
        }

/*--hide information tab */
li.additional_information_tab {
    display: none !important;
}

/*--related products*/
.related.products {
    text-align: center !important; 
}
.related.products >h2{
    display: inline-block;
    position: relative;
    font-size: 23px !important;
    margin-bottom: 35px !important;
    padding-top: 20px !important;
}

.related.products >h2::before{
    content: '+';
    color: #fbbf11;
}

.related.products >h2:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    border-bottom: 2px solid #fbbf11;
    border-radius: 20px;
}

/*--up sells single product*/
.up-sells {
    text-align: center !important; 
}

.up-sells > h2{
    display: inline-block;
    position: relative;
    font-size: 23px !important;
    margin-bottom: 35px !important;
    padding-top: 20px !important;
}

.up-sells > h2::before{
    content: '+';
    color: #fbbf11;
}

.up-sells > h2:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    border-bottom: 2px solid #fbbf11;
    border-radius: 20px;
}


/*----------------------------------------------------shoppage-------------------------------------------*/
/*--spacing head categories and shoppage*/
@media (max-width: 720px){
    .page-description, .term-description {
        margin-top: -30px;
    } 
}

/*--result count*/
.woocommerce-notices-wrapper {
    margin-bottom: 15px;
}

@media (max-width: 720px){
    .woocommerce-notices-wrapper {
        margin-bottom: -30px;
    } 
}

.woocommerce form.woocommerce-ordering {
    margin: 0 0 3em;
}

.woocommerce .woocommerce-ordering select.orderby {
    border: none !important;
    color: #504f4f;
    cursor: pointer;
    outline: none;
    border-radius: 5px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%);
}

.woocommerce p.woocommerce-result-count {
    margin: 0;
    padding: 13px 16px;
    float: right;
    margin-left: 15px;
    color: #504f4f;
    border: none !important;
    border-radius: 5px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%);
}

select {
    border-radius: 0;
    display: block;
    padding: 0.375rem 0.75rem;
    min-height: 52px;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
}

    /*--result count mobile*/
    @media (max-width: 991px) {
        .woocommerce p.woocommerce-result-count {
            display: block;
            text-align: center;
            width: 100%;
            margin: 20px 0 13px 0;
        }
        .woocommerce .woocommerce-ordering {
            display: block;
            width: 100%;
        }
    }


/*--pagination*/
.woocommerce nav.woocommerce-pagination ul.page-numbers {
    border: 0;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li {
    border: 0;
    overflow: visible;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers{
    font-weight: 600;
    border: 0;
    color: transparent !important;
    text-shadow: 0px 0px 0px #504f4f;
    background-color: #f9f9f9;
    display: flow-root;
    font-size: 18px;
    line-height: 36px;
    width: 35px;
    height: 35px;
    padding: 0;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    position: relative;
    text-decoration: none;
    border-radius: 100%;
    cursor: pointer;
    margin-right: 12px;
    box-shadow: rgb(78 78 78 / 20%) 0px 2px 6px;
    -webkit-transition: all .35s cubic-bezier(.645,.045,.355,1);
    transition: all .35s cubic-bezier(.645,.045,.355,1);
}

    @media (max-width: 325px) and (min-width: 300px){
    .woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers{
            font-size: 16px;
            line-height: 27px;
            width: 26px;
            height: 26px;
        }
    }
    
    @media (max-width: 375px) and (min-width: 325px){
    .woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers{
            font-size: 19px;
            line-height: 30px;
            width: 30px;
            height: 30px;
        }
    }

.woocommerce nav.woocommerce-pagination ul.page-numbers li a.prev.page-numbers {
    margin-right: 20px;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li a.next.page-numbers {
    margin-left: 8px;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li a:hover,
.woocommerce nav.woocommerce-pagination ul.page-numbers li a:focus,
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.current {
    color: #fff;
    background-color: #fbbf11;
}

/*----------------------------------------------------cartpage-------------------------------------------*/
/*--title cartpage*/
.woocommerce .entry-header > h1 {
    font-size: 50px !important;
    margin-bottom: 0;
}

/*--cart title and tables*/
.woocommerce table.shop_table {
    border: none !important;
}

.woocommerce table.shop_table td {
    padding: 24.5px 12px !important;
    border: 0;
}

.woocommerce table.shop_table  td {
    border-top: 0px !important;
    border-bottom: 1px solid rgba(0,0,0,.1);
    font-weight: 600;
}


.woocommerce table.shop_table th {
    color: #303030;
    background-color: #f1f1f1;
    font-size: 20px;
    font-weight: 500;
    padding: 24.5px 12px;
}

/*--product remove*/
.woocommerce a.remove {
    line-height: 22px !important;
}

.woocommerce table.shop_table a.remove, .storely-woowishlist-remove {
    background-color:#fff;
    color: #ff5252 !important;
    font-weight: 500;
}

/*--product thumbnail*/
.product-thumbnail a, .woocommerce-page table.cart .product-thumbnail a {
    display: inline-block;
    background: #fff;
    text-align: center;
    padding: 3px;
    border: 1px solid #d7d5d5;
    border-radius: 3px;
}

.woocommerce-page table.cart .product-thumbnail a > img {
    height: 70px !important;
    width: auto !important;
    display: inline-block;
}

/*--product thumbnail-img*/
.woocommerce img, .woocommerce-page img{
    border-radius: 10px 10px 0 0;
}

/*--product name*/
.woocommerce table.shop_table td.product-name a {
    text-decoration: none;
    color: #102f56;
    font-weight: 500;
}

/*--product quantify*/
.woocommerce .product-quantity > .quantity > .qty{
    border: none !important;
    color: #102f56;
    width: 35px !important;
    font-weight: 600;
    text-decoration: underline;
    margin-top: -5px;
}

/*--product price*/
.woocommerce table.shop_table td.product-subtotal .woocommerce-Price-amount.amount {
    font-weight: 600;
    color: #10cf73;
}

/*--12x price color*/
.single.fswp_installments_price .price.fswp_calc .amount {
    color: #10cf73!important;
}

/*--coupom table*/
.woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
    border: 1px solid #d8d8d8;
    padding: 15px 28px;
    border-radius: 10px;
    margin-top: 10px;
    box-shadow: rgb(78 78 78 / 20%) 0px 2px 6px;
}

/*--coupon form text*/
.woocommerce .coupon > .input-text{
    width: 140px !important;
    padding: 10px !important;
    border-radius: 4px;
}

/*--coupon button*/
.woocommerce .coupon > button.button {
    font-weight: 500;
    color: #504f4f !important;
    border-radius: 4px !important;
    border: 0 !important;
    font-size: 16px !important;
    padding: 11px !important;
}

/*--coupon button update cart*/
.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled]{
    font-weight: 500;
    color: #504f4f !important;
    border-radius: 4px !important;
    border: 0 !important;
    font-size: 16px !important;
    padding: 11px !important;
    transition: all 0.5s ease;
}

.woocommerce button.button{
    font-weight: 600;
    background-color: #fbbf11 !important;
    border-radius: 4px!important;
    font-size: 16px !important;
    padding: 15px !important;
    transition: all 0.5s ease;
}

.woocommerce button.button:hover{
    background: #fad25b !important;
}

/*--title total price and shipping*/
.woocommerce .cart-collaterals .cart_totals h2, .woocommerce-page .cart-collaterals .cart_totals h2 {
    font-size: 20px;
    text-align: center;
    padding: 24.5px 12px;
    background: #f9f9f9;
    margin-bottom: 0;
    font-weight: 500;
    border: 1px solid transparent;
}

/*--table total price and shipping*/
.woocommerce .cart-collaterals table.shop_table {
    border-color: #d8d8d8;
    border-radius: 0;
}

.woocommerce .cart-collaterals table.shop_table th {
    background-color: transparent;
    font-size: 18px;
    font-weight: 600;
    padding: 32px 30px;
    border-bottom: 1px solid #a4c1ff;
    vertical-align: inherit !important;
}

.woocommerce-cart .cart-collaterals .cart_totals table td{ 
    vertical-align: inherit !important;
}

/*--total price and shipping*/
.woocommerce ul#shipping_method {
    display: inline-flex;
    color: #10cf73;
}

.woocommerce ul#shipping_method::before{
    font-family: 'FontAwesome';
    content: '\f48b';
    margin-right: 4px;
    font-size: 14px;
}

.woocommerce-shipping-calculator{
    display: none;
}

.woocommerce .order-total{
    color: #06183e;
}

.woocommerce .cart-collaterals table.shop_table .order-total .woocommerce-Price-amount.amount {
    color: #10cf73;
    font-weight: 600;
}

/*--shipping address text*/
.woocommerce-shipping-destination strong{
	font-weight:400;
}

/*--button checkout*/
.woocommerce .wc-proceed-to-checkout a.checkout-button.button {
    display: block;
    background: #fbbf11 !important;
    color: #504f4f !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 2 !important;
    padding: 17px 0 !important;
    border-radius: 40px !important;
    margin: 20px 0 20px 0 !important;
    -webkit-font-smoothing: antialiased;
    box-shadow: 0px 10px 20px -10px #979596;
    transition: all 0.5s ease;
}

.woocommerce .wc-proceed-to-checkout a.checkout-button.button:hover {
    background: #fad25b !important;
}

.woocommerce .wc-proceed-to-checkout a.checkout-button.button::after {
    font-family: 'FontAwesome';
    content: '\f30b';
    margin-left: 5px;

}

/*cross sells title*/
.woocommerce .cross-sells  h2{
    display: inline-block;
    position: relative;
    font-size: 19px !important;
    margin-bottom: 35px !important;
    padding-top: 20px !important;
}

.woocommerce .cross-sells >h2::before{
    content: '+';
    color: #fbbf11;
}

        /*mobile cart page*/
        @media (max-width: 800px){
            .woocommerce .coupon > .input-text {
                width: 100% !important;
                padding: 10px !important;
                border-radius: 4px;
            }
            
            .woocommerce-page table.cart td.actions .coupon .button {
                width: 100% !important;
                margin-top: 10px;
            }

            .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
                display: block !important;
            }

            .woocommerce table.shop_table a.remove, .storely-woowishlist-remove {
                display: inline-block;
                float: left;
            }

            .woocommerce .product-remove::after {
                content: 'Remover Produto';
                color: #111;
                font-weight: 600;
            }

            .woocommerce .cross-sells h2 {
                display: flex;
                justify-content: center;
                font-size: 20px !important;
            }

            .woocommerce table .shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
                content: attr(data-title) " "!important;
            }
        }

/*------------empty cart page/
/*--entry top text mensage (all pages)*/
.woocommerce-message {
    margin-bottom: 1em;
    background-color: #1b1b1b!important;
    color: #fff !important;
    font-size: 15px;
    border-top: none !important;
    border-radius: 5px;
}

.woocommerce-message::before {
    font-family:'FontAwesome' !important;
    content: '\f14a' !important;
    color: #fbbf11 !important;
}

.woocommerce-message a {
    color: #fff !important;
    text-decoration: underline;
}

.woocommerce-message a:hover {
    color: #fbbf11 !important;
}

/*--empty top text mensage*/
.woocommerce-cart .entry-content p.cart-empty {
    display: none !important;
}

/*--empty page cart message--*/
.empty-cart h2 {
    line-height: 2em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
 }

 .empty-cart p {
    line-height: 2em;
    max-width: 600px;
    font-size: 18px;
    margin: auto;
 }
 .empty-cart {
    text-align: center;
    padding-bottom: 4vw;
}
 .container p.return-to-shop {
    text-align: center ;
 }

 .empty-cart-header {
    float: right;
    margin-top: -50px;
    position: relative;
 }
.empty-cart-icon {
    display: inline-block;
    line-height: initial;
    font-size: 160px;
    color: #e2e2e2;
}

/*--button return to shop*/
.woocommerce-cart p.return-to-shop {
    text-align: center !important;
}

.woocommerce-cart p.return-to-shop a{
    display: inline-flex;
    justify-content: center;
    background: #fbbf11 !important;
    color: #504f4f !important;
    -webkit-font-smoothing: antialiased;
    box-shadow: 0px 10px 20px -10px #979596;
    line-height: 35px !important;
    border-radius: 40px !important;
    margin-bottom: 4rem;
    transition: all 0.3s ease-out;
}

.woocommerce-cart p.return-to-shop a:hover{
    background-color: #ffcc38 !important;
}

.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
    background-color: var(--bs-primary-light);
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: var(--bs-primary);
}

.logo-content .container.woo-container {
    padding: 0;
}

.woo-container .row {
    width: 100%;
    flex-basis: 100%;
}

.logo-content .woocommerce div.product {
    margin-bottom: 0;
}

.woocommerce div.product:after {
    content: "";
    display: table;
    clear: both;
}

.woocommerce form.woocommerce-ordering {
    margin: 0 0 2em;
}

.logo-content .page-title {
    font-size: 25px;
    margin-bottom: 1.25rem;
}

#product-content .woocommerce-result-count {
    display: inline-block;
    vertical-align: middle;
}

/*mensagem carrinho*/
.wc-block-components-notice-banner.is-success {
    display: none;
}

/*----------------------------------------------------My Acount Page-------------------------------------------*/

.woocommerce-account .addresses .title .edit,
.woocommerce table.my_account_orders td.woocommerce-orders-table__cell-order-number a,
.woocommerce-account .woocommerce-MyAccount-content p a {
    color: var(--bs-primary);
}

.woocommerce-MyAccount-navigation ul {
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
    padding: 0;
    list-style: none;
    margin: 0;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 10px 20px;
    line-height: 1.5;
    border-width: 0;
    border-style: solid;
    border-left-width: 2px;
    border-left-color: transparent;
    border-bottom-width: 1px;
    border-bottom-color: #e5e5e5;
    color: #2c3145;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li a:focus {
    background-color: var(--bs-white);
    border-left-color: var(--bs-primary);
}

.woocommerce-account .woocommerce-MyAccount-content {
    border: 1px solid #e5e5e5;
    padding: 20px;
    background-color: #fbfbfb;
    min-height: 254px;
}

.woocommerce .woocommerce-Addresses {
    margin-top: 15px;
}

.woocommerce .woocommerce-Addresses .woocommerce-Address {
    border: 1px solid #e5e5e5;
    padding: 15px;
}

.woocommerce-account .addresses address {
    margin-bottom: 0;
}

.woocommerce-account .edit-account .woocommerce-form-row input.woocommerce-Input {
    min-height: 38px;
    padding: 8px 15px;
}

.woocommerce-account .edit-account .woocommerce-form-row em {
    margin-top: 5px;
    display: block;
}

.woocommerce-account .edit-account .woocommerce-form-row {
    display: inline-block;
}

.woocommerce-account .edit-account .woocommerce-Button {
    margin-top: 10px;
}

.woocommerce-Address-title {
    position: relative;
}

.woocommerce-Address-title a.edit {
    position: absolute;
    top: 0;
    right: 0;
}

@media only screen and (max-width:991px) {
    .woocommerce .woocommerce-Addresses .woocommerce-Address {
        width: 100% !important;
        float: none !important;
    }
    .woocommerce .woocommerce-Addresses .woocommerce-Address:not(:last-child) {
        margin-bottom: 15px;
    }
}

/* My Account Page End */
.woocommerce-account .post-content .woocommerce h2 {
    font-size: 35px;
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    top: .45em;
}

.woocommerce span.onsale {
    min-height: auto;
	z-index: 9;
}

.woocommerce form .form-row select,
.woocommerce form .form-row input.input-text {
    min-height: 40px;
    padding: 7px 16px;
    border-radius: 4px;
}

.woocommerce table.shop_table th {
    color: var(--bs-secondary);
    background-color: #f9f9f9;
    font-size: 20px;
    font-weight: 500;
    padding: 24.5px 12px;
}

.woocommerce .blockUI.blockOverlay {
    z-index: 1 !important;
}

.woocommerce form .woocommerce-address-fields .form-row label {
    display: inline-block;
}


/*--------------------------------------Custom Image Flipper------------------------------*/
 .attachment-woocommerce_thumbnail{
    display: none;
} 
.tp-image-wrapper {
	position: relative;
}
.tp-image-hover {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.5s ease-out;
}
.tp-image-hover:hover {
	opacity: 1;
}
/*--------------------------------------Checkout Page------------------------------*/
/*custom checkout border alert*/
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    border: 1px solid;
}

/*--------------------------------------------------------------------------------------------------------*/

/* Checkout Start */
/*custom checkout mensage error*/
.woocommerce-error{
    display: none;
}

/*custom checkout mensage cuopon*/
.woocommerce-form-coupon-toggle{
    display: none !important;
}

/*custom checkout security subtitle*/
.security-title{
    display: flex;
    justify-content: center;
    font-size: 18px;
    color: #404040;
    margin: -30px 0 45px 0;
    font-weight: 600;
}

.security-title::before{
    font-family: 'FontAwesome';
    content: '\f023';
    color:#212529;
    font-size: 22px;
    margin:-6px 5px 0 0;
}

/*custom checkout organization rows*/
.woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 6px;
    display: block;
}

/*custom checkout col fomrs*/
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    box-shadow: rgb(78 78 78 / 30%) 0px 2px 6px !important;
    border-radius: 10px;
}


/*custom checkout order elements*/
.woocommerce form.woocommerce-checkout h3#order_review_heading,
.woocommerce-checkout #order_review {
    float: right;
    width: 48%;
}

/*custom checkout main title*/
.woocommerce form.woocommerce-checkout h3 {
    font-size: 18px;
    padding: 10px 0;
    margin-bottom: 18px;
    border-bottom: 1px solid #d8d8d8;
    display: block;
    width: 100%;
}

/*custom checkout forms input*/
.woocommerce form .form-row input.input-text{
    background-color: #f5f2f2 !important;
    border: 2px solid #dfdddd  !important;
    border-radius: 8px !important;
}

/*custom checkout forms input outline*/
.woocommerce form .input-text:focus{
    outline: 2px solid #a4c1ff !important;
    outline-offset: 1px;
}

/*custom checkout forms dropdown search*/
#billing_country_field .select2-selection__rendered{
    outline: none!important;
    color: #444!important;
    line-height: 40px!important;
}

.select2-search--dropdown:after {
    font-family: 'FontAwesome';
    content: '\f002';
    right: 14px;
    top: 8px;
    position: absolute;
    font-weight: normal;
    font-size: 18px;
    width: 20px;
    height: 20px;
    padding: 0;
}

/*custom checkout forms input ivalid*/
.woocommerce form .form-row.woocommerce-invalid label {
    color: #ff5858 !important;
}

.woocommerce form .form-row.woocommerce-invalid label::after {
    content: 'Obrigatório';
    margin-left: 2px;
    font-size: 11px;
}

.woocommerce form .form-row.woocommerce-invalid input.input-text{
    border-color: #ff5858 !important;
}

#billing_country_field::after{
    display: inline-flex;
    content: '(Apenas Envio Nacional)';
    color: #10cf73;
    font-size: 13px;
    font-weight: 600;
    margin-left: 5px;
}

/* Order Part */

/*custom checkout shop table title border*/
.woocommerce-checkout-review-order-table {
    border-bottom: 1px solid #a7a7a7 !important;
}

.woocommerce table.shop_table tfoot th {
    font-weight: 700;
    border-top: none !important;
    border-bottom: 1px solid #a4c1ff !important;
}

/*custom checkout payment part*/
.woocommerce-checkout-payment{
    background: #fff !important;
    box-shadow: rgb(78 78 78 / 30%) 0px 2px 6px !important;
    border-radius: 10px !important;
}

/*custom checkout payment mercado pago part*/
.woocommerce-checkout .woocommerce .woocommerce-info {
    padding: 15px 20px 15px 47px;
    background-color: #f5f2f2 !important;
}

/*custom checkout payment order button*/
.woocommerce #place_order{
    color: #504f4f !important;
    width: 100%;
    padding: 20px!important;
    border-radius: 60px !important;
    -webkit-font-smoothing: antialiased;
    box-shadow: 0px 10px 20px -10px #979596;
}

.woocommerce #place_order::after{
    font-family: 'FontAwesome';
    content: '\f30b';
    margin-left: 5px;
}

/*--- continuar depois ---*/
@media only screen and (max-width: 959px) {
    .woocommerce-checkout>.col2-set>.col-1,
    .woocommerce-checkout>.col2-set>.col-2,
    .woocommerce-checkout>.col2-set,
    .woocommerce form.woocommerce-checkout h3#order_review_heading,
    .woocommerce-checkout #order_review {
        float: none;
        width: 100%;
    }
    .woocommerce-checkout #customer_details {
        margin-bottom: 30px;
    }
}


.woocommerce form.woocommerce-checkout .woocommerce-form__label .input-checkbox,
.woocommerce form.woocommerce-checkout .woocommerce-form__label .input-checkbox+span {
    display: inline-block;
    vertical-align: middle;
}

.woocommerce form.woocommerce-checkout .woocommerce-shipping-fields + div {
    margin-top: 30px;
}

.woocommerce form.woocommerce-checkout .woocommerce-form__label .input-checkbox {
    margin-right: 3px;
}



.woocommerce table.woocommerce-checkout-review-order-table {
    border-collapse: collapse;
}

.woocommerce table.woocommerce-checkout-review-order-table th,
.woocommerce table.woocommerce-checkout-review-order-table td {
    padding: 14.5px 12px;
    background: transparent;
}

.woocommerce table.woocommerce-checkout-review-order-table td {
    border-bottom: 1px solid rgb(216 216 216);
}

.woocommerce table.woocommerce-checkout-review-order-table th {
    font-size: 16px;
    font-weight: 600;
}

.woocommerce-checkout .post-items,
.woocommerce-checkout .post-items .post-content {
    border: 0;
    padding: 0;
    background: transparent;
}

.woocommerce-checkout .woocommerce .woocommerce-info::before {
    content: "\f097";
    text-shadow: none;
    color: var(--bs-secondary);
}

/* Checkout End */

.related.products {
    text-align: center;
}

.related.products h2 {
    font-size: 24px;
    text-align: center;
    position: relative;
    padding-bottom: 6px;
    display: inline-block;
    margin-bottom: 30px;
    margin-top: 10px;
    z-index: 0;
}

.related.products h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 2px solid var(--bs-primary);
}

.woocommerce ul.products li.product a.compare.button.in_compare:before, ul.products li.product a.compare.button.in_compare:after{
display:none;
}
.woocommerce ul.products li.product a.compare.button{
	color:#000;
}

#cart-add-check {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    box-shadow: 0 0 4px 4px #00000025;
    background-color: #ffffff;
    border-radius: 4px;
    z-index: 11;
    padding: 0 10px;
}

#cart-add-check svg.checkmark {
    width: 40px;
    height: 40px;
    margin: 1em auto;
}

#cart-add-check p {
    font-size: 16px;
    color: var(--bs-primary);
}


/* Paths inside SVG. Each path will be animated using stroke property
          and 'stroke' animation */

svg>.checkmark-circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 3;
    stroke-miterlimit: 10;
    stroke: #3a74cb;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

svg>.checkmark-check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-width: 3;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

svg.checkmark {
    width: 75px;
    height: 75px;
    margin: 2em auto;
    border-radius: 50%;
    display: block;
    stroke-width: 4;
    stroke: #3a74cb;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #7ac142;
    transition: 1s all ease;
}


@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

/*--------------------------------------Extra Content------------------------------*/

/*custom variation fix colum*/
.variations td, .variations th {
    display: flex;
}

/*custom precification home loop*/
.fswp_installments_price{
    margin-top: -4px;
}

.loop.fswp_installments_price .price.fswp_calc .amount {
    margin-left: 3px;
}

/*custom precification single page*/
.single.fswp_installments_price .price.fswp_calc {
    display: block !important;
    margin-top: -30px;
}

/*--country filed--*/
#billing_country_field{
    display:none !important;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    display: none !important;
}

/*----------------------------------------------------Aws SearchBar-------------------------------------------*/
/*--aws searchbar placeholder text*/
.aws-container .aws-search-field {
    font-size: 16px !important;
    border: 1px solid #fff !important;
}

.aws-container .aws-search-field {
    width: 100%;
    max-width: 100%;
    color: #313131;
    padding: 6px;
    line-height: 30px;
    display: block;
    font-size: 12px;
    position: relative;
    z-index: 2;
    -webkit-appearance: none;
    height: 100%;
    margin: 0!important;
    border: 1px solid #d8d8d8;
    outline: 0;
}

/*--aws form borders*/
.aws-container .aws-show-clear .aws-search-field {
    border-top-left-radius: 1.5px !important;
    border-bottom-left-radius: 1.5px !important;
}

.aws-container .aws-search-form .aws-search-btn.aws-form-btn {
    border-top-right-radius: 1.5px !important;
    border-bottom-right-radius: 1.5px !important;
}

/*--aws searchbar icon*/
.aws-container .aws-search-form .aws-search-btn_icon {
    color: #1b1b1b !important;
    transition: all 0.3s ease-out;
}

.aws-container .aws-search-form .aws-search-btn_icon:hover {
    color: #fbbf11 !important;

}

/*--aws search button*/
.aws-container .aws-search-form .aws-form-btn {
    background: #fff !important;
    border: 1px solid #f1eded !important;
}

/*--aws search result*/
.aws-search-result .aws_result_title {
    color: #4E4E4E !important;
    font-size: 15px;
    font-weight: 500 !important;
    text-transform: uppercase;
}

/*--aws search no result*/
.aws-search-result .aws_no_result {
    line-height: 1.5;
    padding: 10px 6px;
    cursor: auto;
    font-size: 15px;
}

/*--aws search result price*/
.aws-search-result .aws_result_price {
    color: #10cf73 !important;
    font-size: 14px;
}

/*--aws search result price del*/
.aws-search-result .aws_result_price del {
    color: #5263a3;
}

/*--aws search view more link*/
.aws-search-result .aws_search_more a {
    color: #1b1b1b !important;
    font-size: 15px;
}

.page-title{
    display: none;
}

/*--aws search result drop col*/
.aws-search-result {
    border: 1px solid #fff;
    box-shadow: 1px 2px 5px 2px rgb(30 30 30 / 30%);
}

.aws-search-result ul li {
    border-bottom: 1px solid #e9e8e8 !important;
}


/*----------------------------------------------------Contact Form 7 -------------------------------------------*/
/*--header page*/
.entry-header{
    display: flex;
    justify-content: center;
    max-width: 100%;
}

.entry-header h1{
    font-size: 23px;
    display: inline-block;
    position: relative;    
    margin-bottom: 30px;
}

.entry-header h1:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    border-bottom: 2px solid #fbbf11;
    border-radius: 20px;
}

/*--body page*/
.wpcf7-form {
    display: grid;
    justify-content: center !important;
}


/*--forms*/
.wpcf7 input[type="text"],input[type="email"],input[type="tel"]{
    color: #000;
    border: 2px solid #dfdddd;
    border-radius:5px;
    width: 100%;
    padding:10px;
    outline: none;
}

.wpcf7 input[type="text"]:focus,input[type="email"]:focus,input[type="tel"]:focus{
    outline: 2px solid #a4c1ff;
    outline-offset: 2px;
}

.wpcf7 textarea{
    color: #000;
    border: 2px solid #dfdddd;
    border-radius:5px;
    width: 100%;
    height: 100px;
    padding:10px;
    outline: none;
}

.wpcf7 textarea:focus{
    outline: 2px solid #a4c1ff;
    outline-offset: 2px;
}
/*--text-assunto*/
.assun{
	color:#1b1b1b;
}

/*--label assunto style*/
.wpcf7-form-control-wrap{
    color: #6c6c6c;
}

/*--button input*/
.wpcf7 input[type="submit"],
.wpcf7 input[type="button"] {
    border: 0 none;
    width: 100%;
    height: 45px;
	font-weight:bold;
    text-align:center;
    text-transform:uppercase;
}

/*--button style*/
input.wpcf7-form-control.wpcf7-submit {
    background: #fbbf11 !important;
    color: #504f4f !important;
    -webkit-font-smoothing: antialiased;
    box-shadow: 0px 10px 20px -10px #979596;
    line-height: 35px !important;
    border-radius: 40px !important;
    margin-bottom: 4rem;
    transition: all 0.3s ease-out;
}

input.wpcf7-form-control.wpcf7-submit:after {
    font-family: 'FontAwesome';
    content: '\f30b' !important;
    margin-left: 5px;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    background: #fad25b !important;
}

/*--valid message*/
.wpcf7 form.sent .wpcf7-response-output {
    background-color: #46b450;
    color: #ffff;
    font-weight:bold;
    border-radius: 6px;
    border: 2px solid #46b450;
    width: 100%;
    margin-top: -44px;
    margin-left: 0px;
}

/*-- invalid message*/
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    background-color: #ff003b;
    color: #ffff;
    font-weight: bold;
    border-radius: 6px;
    border: 2px solid #ff003b;
    width: 100%;
    margin-top: -44px;
    margin-left: 0px;
    border: none !important;
}

    /*--valid and invalid desktop*/
    @media (min-width:920px){
        .wpcf7 form.sent .wpcf7-response-output {
            width: 422px;
        }

        .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
            width: 422px;
        }  
    }


/*--not valid text*/
.wpcf7-not-valid-tip {
    color: #ff0000;
    font-weight: 600 !important;
}


    /*--mobile version forms*/
    @media (max-width: 920px){
        .wpcf7 input[type="submit"],
        .wpcf7 input[type="button"] {
            width: 100%;
        }
            .wpcf7 form.sent .wpcf7-response-output {
            width: 100%;
        }

        .wpcf7 form.sent .wpcf7-response-output {
            margin-top: -75px;
        }

        /*--no send message*/
        .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
            margin-top: -75px;
        }
}

/*End Contact Form 7 Styles*/

/*--------------------------------------Owl-Carousel------------------------------*/
/* span price (bg) */
.owl-carousel .product .onsale {
    background-color: #10cf73 !important;
    border-radius: 60% !important;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 2% !important;
    margin: -0.3em 0em 0 0;
    left: auto !important;
    z-index: 1000;
 }
 
 /* span price (text) */
 .owl-carousel .product .onsale {
    color: #fff !important;
    font-size: .857em;
    font-weight: 700;
    text-align: center;
    line-height: 3.7;
 }
 
 
 
 /* Style products slider */
 .owl-carousel .owl-stage {
    margin-top: 10px;
 }
 
 .owl-carousel .product {
    display: flex;
    align-items: center;
    background-color: #fff;
 }
 
 .owl-carousel .product a:hover {
    text-decoration: none;
 }
 
 /*--home product boxshadow and hover--*/
 .owl-carousel li.product{
    float: left;
    margin: 0 0 2em 0;
    box-shadow: rgba(78, 78, 78, 0.2) 0px 2px 6px;
    border-radius: 10px;
    transition:all 0.2s ease-out;
 }
 
    @media(min-width:950px){
       .owl-carousel .li-product{
          width: 200px;
       }
    }
 
 .owl-carousel li.product:hover{
    box-shadow: rgba(22, 22, 22, 0.568) 0px 2px 6px;
 }
       @media(max-width:765px){
          .prducts-blocsSlider{
             padding-left: 8px !important;
             padding-right: 8px !important;
          }
       }
 
  
 /* Slider Title */
  .owl-carousel .product h2 {
    display: flex;
    justify-content: center;
    text-align: center;
    height: 60px;
    text-overflow: ellipsis;
    white-space: unset;
    overflow: hidden;
    font-size: 1em;
    padding: 0.6em 0;
 }
 
    @media(max-width:820px){
       .owl-carousel .product h2 {
          height: 68px;
       }
    }
 
    @media(max-width:365px){
       .owl-carousel .product h2 {
          height: 68px;
       }
    }
  
 /* Estilo para o preço dos produtos do slider */
 .owl-carousel .product .price {
    display: flex !important;
    justify-content: center !important;
    font-size: 15px !important;
    margin-left: 0px !important;
    margin-top: 0px !important;
    margin-left: 8px;
    color: #102f56 !important;
    font-weight: bold !important;
    margin-bottom: 5px;
    text-decoration: none;
  }
 
 .owl-carousel .product .price ins {
    text-decoration: none;
 }
 
 .owl-carousel .product .price del {
    color: #5263a3 !important;
    opacity: 0.8 !important;
    font-weight: 500;
    font-size: 14px !important;
    padding: 1px 5px 0px 0px;
 }
  
 /* Estilo para a imagem dos produtos do slider */
 .owl-carousel .product img {
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;
    margin: 0 0 1em;
 }
 
 /* Estilo para os botões comprar e ver probuto*/
 .owl-carousel .product .add_to_cart_button,
 .owl-carousel .product .button{
    display: none;
 }
 
 /*Button Nav */
  .owl-nav {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
    border-radius: 60px;
 }
 
    @media(max-width:820px){
       .owl-nav {
          display: none;
       }
    }
  
 .owl-nav .owl-prev,
 .owl-nav .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    background: #ffffffa3 !important;
    color:  #97959582 !important;;
    width: 50px;
    height: 50px;
    font-size: 35px !important;
    margin: -5px !important;
    border-radius: 60% !important;
    transition:all 0.2s ease-out;
 }
 
 .owl-nav .owl-prev:hover,
 .owl-nav .owl-next:hover {
    color: #fbbf11 !important;
    width: 30px;
 }
 
 .owl-theme .owl-nav [class*=owl-]:hover {
    background: none !important;
    color: none !important;
    text-decoration: none !important;
 }
  
 .owl-nav .owl-prev {
    left: 0;
 }
  
 .owl-nav .owl-next {
    right: 0;
    margin-bottom: 20px;
  }
 
 /*--dots*/
 .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fbbf11 !important;
 }
 
 /*----------------------------------------------------homepage-------------------------------------------*/
/*--ryviu home stars*/
.ryviu-single{
    display: flex !important;
    justify-content: center !important;
}

/*--ryviu counter stars home*/
.ryviu-number-widget {
    color: #102f56;
    font-weight: 500;
}

/*ryviu style mobile*/
@media (max-width: 750px){
	.ryviu-single .ryviu-item {
		display: inline-flex !important;
	}
	
    .ryviu-single .r--stars {
        justify-content: unset !important;
        margin-bottom: 0px !important;
}
}	

/*----------------------------------------------------single-page-------------------------------------------*/
/*--ryviu single submt comment button*/
.header-v1 #show-modal {
    padding: 20px 20px !important;
    border-radius: 20px !important;
    box-shadow: 0px 10px 20px -10px #979596;
}

/*--ryviu single submt modal button*/
.r--write-review .r--write-submit .r--button {
    height: 33px;
    float: right;
    color: #fbbf11 !important;
    margin: 0!important;
    line-height: 31px!important;
    box-shadow: 0px 10px 20px -10px #979596;
    border-radius: 20px;
}

/*--ryviu single title name style*/
#r--default-theme .r--author {
    background: #383838 !important;
    color: #fff !important;
    font-weight: 400 !important;
}

/*--ryviu single comment text*/
#r--default-theme .body-review, #r--default-theme .r--content-reply, #r--default-theme .r--content-review, #r--default-theme .r--image-items {
    display: flex !important;
    justify-content: flex-start !important;
}

/*--ryviu star icon check (under title)*/
.r-icon--check {
    color: #05a354 !important;
}

/*--ryviu load more button*/
.r--load-more .r--text-load-more {
    padding: 5px 17px !important;
    border: none!important;
    border-radius: 20px !important;
    background-color:#fbbf11 !important;
    box-shadow: 0px 10px 20px -10px #979596;
}


/*--custom single ryviu stars position*/
.ryviu-stars {
    display: flex;
    justify-content: end;
    position: absolute;
    right: -5px;
}

/*ryviu star size home*/
@media (max-width: 750px){
	.ryviu-single .ryviu-item {
		display: inline-flex !important;
	}
	
    .ryviu-single .r--stars {
        justify-content: start !important;
        margin-bottom: 0px !important;
}
}

/*ryviu star size product page mobile*/
@media (max-width: 750px){
    ryviu-widget-total .ryviu-item {
       display: grid !important;
   }
   
    ryviu-widget-total .r--stars {
        justify-content: center !important;
        margin-bottom: 4px !important;
}
}

/*ryviu new tamplate*/
/*details button*/
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    border: 1px solid #fbbf11 !important;
    color: #212529 !important;
}

/*review button*/
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    border: 2px solid #515156;
    color: #212529 !important;
}

ryviu-widget .r--title-btn-appryviu {
    border-bottom: 0 !important;
}

ryviu-widget .r--title-btn-appryviu h2 {
    float: none !important;
    justify-content: center;
    text-align: center;
    margin: 0;
	  color:#212529;
    font-weight: 500 !important;
    font-size: 1.5em;
}

img.wp-smiley, img.emoji {
    margin: 1px -5px !important;
}

.r--overview {
        padding: 0px 0 25px !important;
}

.header-v2 #show-modal {
    color: #504f4f !important;
    box-shadow: 0px 10px 20px -10px #979596;
}	

/*extra ribbon product page*/
.extra-ribbonProduct img {
    width: 135px !important;
    height: auto !important;
    margin: 35px 0 0 0 !important;
    padding: 0 !important;
    display: flex;
    justify-content: end;
    position: absolute;
    right: -5px;
    border-radius: 0 !important;
}

@media (max-width: 750px) {
.extra-ribbonProduct img {
 margin: 45px 0 0 0 !important;
}
}

/*CSS product gallery slider for woocommerce*/
.wpgs-nav .slick-slide {
    border: 0 !important;
}

.woocommerce div.product div.images img {
border-radius: 10px !important;
}

.fancybox-caption__body {
display: none;
}

.wpgs-lightbox-icon::before{
 display:none !important;
}

.fancybox-image{
border-radius: 0 !important;
}

.fancybox-infobar{
color: #fbbf11 !important;
}

.fancybox-toolbar{
color: #fbbf11 !important;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
color: #fbbf11 !important;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
color: #fbbf11 !important;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
color: #fbbf11 !important;
}

/*CSS title range*/
.woocommerce div.product .product_title {
margin-top: -15px !important;
}

/*--------------------------------------woo-thank-you-------------------------------------*/

/*--all colums shadow effect*/
.xlwcty_wrap .xlwcty_Box {
    border: none !important;
    border-radius: 8px !important;
    box-shadow: rgb(78 78 78 / 20%) 0px 2px 6px;
}

/*--oder-number*/
.xlwcty_wrap .xlwcty_order_info .xlwcty_order_no {
    display: flex;
    justify-content: center;
    color: #7e7e7e;
}

/*--thankyou title and user name*/
.xlwcty_wrap .xlwcty_order_info .xlwcty_userN {
    display: flex;
    justify-content: center;
    color: #000000;
}

.xlwcty_wrap .xlwcty_order_info .xlwcty_userN::before{
    font-family: 'FontAwesome';
    content: '\f00c';
    background-color: #10cf73;
    color: #fff;
    height: 35px;
    width: 35px;
    padding: 3px 9px;
    margin: -2px 3px 0 0;
    font-size: 20px;
    border-radius: 100%;
}

@media (max-width:800px){
.xlwcty_wrap .xlwcty_order_info .xlwcty_userN {
    font-size: 21px !important;
}
}

/*--all secundary first titles*/
.xlwcty_wrap .xlwcty_title {
    font-size: 18px !important;
    line-height: 24px;
    text-transform: uppercase;
}

/*--all secundary titles first colum*/
.xlwcty_customer_info .xlwcty_BSpace {
    color: #535156 !important;
    margin-left: 2px;
    text-transform: uppercase;
}

.xlwcty_customer_info .xlwcty_BSpace::before{
    font-family: 'FontAwesome';
    content: '\f00c';
    position: relative;
    background-color: #102f56;
    bottom: 2px;
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 10px;
    padding: 4px 5px;
    border-radius: 100%;
    margin: 0px 5px 0 -2px;
}

/*--all information first colum*/
.xlwcty_wrap .xlwcty_Box p:last-child{
    color: #102f56 !important;
}

/*--all subtitles order colum*/
.xlwcty_wrap .xlwcty_order_details_2_col table tfoot tr th {
    color: #000 !important;
    font-weight: 600 !important;
}

/*--image product order colum*/
.xlwcty_wrap .xlwcty_order_details_2_col .xlwcty_pro_list .xlwcty_leftDiv .xlwcty_p_img {
    border: 1px solid #d8d8d8 !important;
    border-radius: 3px !important;
}

.xlwcty_wrap .xlwcty_order_details_2_col .xlwcty_pro_list .xlwcty_leftDiv .xlwcty_p_img img {
    border: 2px solid #fff !important;
    border-radius: 3px !important;
}

/*--number of product in image order colum*/
.xlwcty_wrap .xlwcty_order_details_2_col .xlwcty_pro_list .xlwcty_leftDiv .xlwcty_p_img .xlwcty_qty {
    background: #535156 !important;
}

/*--product name order colum*/
.xlwcty_wrap .xlwcty_order_details_2_col .xlwcty_pro_list .xlwcty_leftDiv .xlwcty_p_name .xlwcty_t {
    color: #000;
}

/*--product first price*/
.xlwcty_wrap .xlwcty_order_details_2_col .xlwcty_pro_list .xlwcty_rightDiv {
    color: #102f56 !important;
    font-weight: 500 !important;
}

/*--product subtotal price*/
.xlwcty_wrap .xlwcty_order_details_2_col table tfoot tr td {
    color: #102f56 !important;
    font-weight: 600 !important;
}

/*--product total price*/
.xlwcty_wrap .xlwcty_order_details_2_col table tfoot tr:last-child td {
    color: #10cf73 !important;

}

.xlwcty_wrap .xlwcty_order_details_2_col table tfoot tr:last-child td {
    font-size: 24px !important;
}

/*-------------------------------------woocommerce-plugins------------------------------------*/

/*--tp-product-image-flipper-for-woo*/
/* .attachment-woocommerce_thumbnail{
    display: none;
} */
.tp-image-wrapper {
	position: relative;
}
.tp-image-hover {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.5s ease-out;
}
.tp-image-hover:hover {
	opacity: 1;
}

/*gallery-for-wooCommerce*/
.woo-variation-gallery-wrapper .woo-variation-gallery-slider img {
    border-radius: 10px;
}

.pswp__caption__center {
	display: none !important;
}

@media only screen and (max-width: 767px){
.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-wrapper {
    width: 20%;
    margin-top: 6px;
}
}

.woo-variation-gallery-thumbnail-slider .wvg-thumbnail-next-arrow:before, .woo-variation-gallery-thumbnail-slider .wvg-thumbnail-prev-arrow:before {
    color: #fbbf11 !important;
}

/*sticky-add-to-cart */
.wpcsb-product-name{
color: #1b1b1b;
font-weight: 500;
}

.wpcsb-product-price{
color: #102f56;
font-size: 1.1rem;
font-weight: 700;
}

.wpcsb-price-ori>del{
color: #4a4a4a;
font-size: 1rem;
font-weight: 400;
}

  

