.toucan-filtered-hidden {
    display: none;
}
.toucan-filtered-products{
    opacity: 0;
    transition: opacity 0.3s ease-in;
  }
.toucan-filtered-products.toucan-products-loaded{
    opacity: 1;
}

.toucan-products{
    position: relative;
    z-index: 2;
}
.toucan-products >  [class*=col-] {
    margin-bottom: get-gutter-width('md');

    @include mq('lg') {
        margin-bottom: 60px;
    }    

}

.toucan-products{

.product{
    position: relative;
    
}
.product{
    height: 100%;
    padding-bottom: 18px;
    @include mq('sm') {
        padding-bottom: 25px;
    }
    @include mq('lg') {

        padding-bottom: 65px;
    }
}

.product-image{
    text-align: center;
    top: 0px;
    z-index: 20;
    max-width: 100%;
}
.product-image img{
    border-radius: 4px;
}

.product,
.toucan-card-product:after{
    transition: all .15s ease-in-out;
}

.toucan-card-product:after{
    content:"";
    height: 70%;
    width: 100%;

    position: absolute;
    border-radius: 4px;
    bottom: 0;
    z-index: -1;
    left: 0;
    transition: all .15s ease-in-out;
}

.product-image-size-layout-a .toucan-card-product:after{
    @include mq('lg') {
        height: 80%;
        top: 50%;
        transform: translate(0, -50%);
    }
}
.product-image-size-layout-a.product{
    @include mq('lg') {
        padding-bottom: 0;
    }
}

.product:hover  {
    transform: translate(0,-10px);
}

.woocommerce-loop-product__link{
    display: block;
}
.product-footer{
        margin-top: 20px;
    @include mq('lg') {
        position: absolute;
        bottom: 30px;
        margin-top: 0;
    }
    a{
        position: relative;
        z-index: 20;
        transition: all .1s ease-in-out;

        &.loading{
            padding-left: 26px;
        }
    }
}


.onsale{
    top: -30px;
    left: -5px;
}
.product-image{
    position: relative;
    padding: 0;
    box-sizing: content-box;
    .star-rating{
        pointer-events: none;
    }
    .star-rating,
    .toucan-additional-actions{
        position: absolute;
        z-index: 100;
    }
    .toucan-additional-actions{
        display: flex;
    }
    
    .toucan-additional-actions a,
    .yith-wcwl-wishlistaddedbrowse span,
    .yith-wcwl-wishlistexistsbrowse span{
        font-size: 0;
        letter-spacing: 0;
        color: #FFF;
        line-height: 1;
        display: inline-flex;
        align-items: center;
        margin-right: 0;
    }
    .toucan-additional-actions > div,
    .toucan-additional-actions > a{
        margin-right: 10px;
    }
    a.compare::before, 
    a.add_to_wishlist::before,
    a.yith-wcqv-button::before,
    .yith-wcwl-wishlistaddedbrowse .feedback:before,
    .yith-wcwl-wishlistexistsbrowse span:before{
        font-size: 3rem;
        margin-right: 0;
        opacity: 1;
        @include mq('lg') {
            opacity: .75;
        }
        transition: all .15s ease-in-out;
    }
    a.compare:hover::before, 
    a.add_to_wishlist:hover::before,
    a.yith-wcqv-button:hover::before,
    .yith-wcwl-wishlistaddedbrowse:hover .feedback:before,
    .yith-wcwl-wishlistexistsbrowse:hover .feedback:before{
        opacity: 1;
    }
    .yith-wcwl-add-to-wishlist{
        line-height: 1;
    }
    .yith-wcwl-wishlistaddedbrowse,
    .yith-wcwl-wishlistexistsbrowse{
        position: relative;
        a{
            height: 100%;
            width: 100%;
            left: 0;
            top: 0;
            position: absolute;
        }
    }

    .toucan-additional-actions{
        opacity: 1;
        @include mq('lg') {
            opacity: 0;
        }
    }

    .star-rating,
    .toucan-additional-actions,
    .toucan-additional-actions a,
    .toucan-additional-actions span{
        transition: all .2s ease-in-out;
    }
    .toucan-additional-actions a:hover,
    .yith-wcwl-wishlistaddedbrowse:hover span,
    .yith-wcwl-wishlistexistsbrowse:hover span{
        transform: translateY(-5px);
    }
}

}
.toucan-products .product:hover .star-rating{
    opacity: 0;
}
.toucan-products .product:hover .star-rating:only-of-type,
.toucan-products .product:hover .toucan-additional-actions{
    opacity: 1;
}

.toucan-products .toucan-additional-actions .blockUI.blockOverlay{background:transparent !important;}


.toucan-products .product-image-size-layout-d{
        @include mq('lg') {
            padding-bottom: 50px;
        
        }

        .separator-1.mb-20{
            margin-bottom: 13px !important;
            height: 1px;
        }
        .product-footer{
            bottom: 18px;
        }
        .product-footer a{
            font-size: 1.2rem;
        }
}


.product-image.star-rating-large{
    .toucan-additional-actions{
        bottom: 16px;
        right: 15px;
        @include mq('lg') {
            bottom: 35px;
            left: 35px;
            top: auto;
            right: auto;
        }
    }
    a.compare::before, 
    a.add_to_wishlist::before,
    a.yith-wcqv-button::before,
    .yith-wcwl-wishlistexistsbrowse span:before,
    .yith-wcwl-wishlistaddedbrowse .feedback:before{
        font-size: 2.5rem;
        @include mq('lg') {
            font-size: 3rem;
        }
    }
}

.product-image.star-rating-medium{
    .toucan-additional-actions{
        bottom: 16px;
        right: 15px;
        @include mq('lg') {
            bottom: 25px;
            left: 25px;
            top: auto;
            right: auto;
        }
    }
    a.compare::before, 
    a.add_to_wishlist::before,
    a.yith-wcqv-button::before,
    .yith-wcwl-wishlistexistsbrowse span:before,
    .yith-wcwl-wishlistaddedbrowse .feedback:before{
        font-size: 2.5rem;
    }
}
.product-image.star-rating-small{
    .toucan-additional-actions{
        bottom: 20px;
        right: 20px;
        @include mq('lg') {
            bottom: 20px;
            left: 20px;
            top: auto;
            right: auto;
        }
    }
    a.compare::before, 
    a.add_to_wishlist::before,
    a.yith-wcqv-button::before,
    .yith-wcwl-wishlistexistsbrowse span:before,
    .yith-wcwl-wishlistaddedbrowse .feedback:before{
        font-size: 2rem;
    }
}



.product-image-size-layout-a{
    .description{
        margin-top: 10px;
        @include mq('lg') {
             margin-top: 30px;
        }
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    @include mq('lg') {
        .product-footer{
                right: 20px;                    
        }
    }
    @include mq('xl') {
        .product-footer{
                right: 0;                    
        }
    }
}

.description-elipsis{
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;   
}

.product-footer-always .product-image-size-layout-a .product-footer,
.product-footer-hover .product-image-size-layout-a .product-footer{
    @include mq('lg') {
        bottom: 80px;
    }
    @include mq('xl') {
        bottom: 90px;
    }
}

.product-image-size-layout-b{
    .onsale{
        left:25px;
    }
}

.product-image-size-layout-c{
    .onsale{
        left:7px;
    }
}


.product-footer-hover{
    .product-footer{
        
        pointer-events: none;
        transition: opacity .15s ease-in-out;
        @include mq('lg') {
            bottom: -30px;
            opacity: 0;
        }
    }
    .product{
        @include mq('lg') {
            padding-bottom: 0;
        }
    }
}

.product-footer-hover .product:hover .toucan-card-product:after{
    @include mq('lg') {
        bottom: -55px;
        height: calc(70% + 55px);
    }
}
.product-footer-hover .product:hover .product-footer {
    opacity: 1;
    pointer-events: auto;
    transition-delay: .1s;
}
.product-footer-hover .product-image-size-layout-d .product-footer{
    bottom: -35px;
}

.toucan-products .product-footer-none .product{
    @include mq('lg') {
        padding-bottom: 0;
    }
}



/**
 * Price
 */
 
.price-large{
    .price{
        font-size: 1.4rem;
        line-height: 1.2;
        padding: 3px;
        @include mq('lg') {
            font-size: 1.8rem;
            line-height: 1.25;
            padding: 5px;
        }
    }
}
.price-small{
    .price{
        font-size: 1.4rem;
        line-height: 1.2;
        padding: 3px;
    }
}
.sale .price-large .price .amount{
    del .amount{
        padding: 3px 3px 3px 0;
        @include mq('lg') {
            padding: 5px 5px 5px 0;
        }
    }

    ins .amount{
        padding: 3px;
        @include mq('lg') {
            padding: 5px;
        }
    }
    
    border-radius: 2px;
}
.sale .price-small .price,
.sale .price,
.product-on-sale .price{
    del .amount{
        padding: 3px 3px 3px 0;
    }

    ins .amount{
        padding: 3px;
        border-radius: 2px;
    }
    border-radius: 2px;   
}

.price{	
    font-size: 1.4rem;
    line-height: 1.2;
    @include mq('lg') {
        font-size: 1.6rem;	
        line-height: 1.2;    
    }
}
ins{
    text-decoration: none;
}
.price{
    border-radius: 2px;
}
 
.price{
    padding: 3px;
}
.price-large .price{
    padding: 3px;
    @include mq('lg') {
        padding: 5px;
    }
}
.price del + ins{
    margin-left: 5px;
}



/**
 * Discount label
 */


 .onsale-large .onsale{

    font-size: 1.4rem;
    height: 60px;
    width: 60px;
    left:10px;
    top:-30px;
    @include mq('xl') {
        font-size: 1.6rem;
        height: 80px;
        width: 80px;
        left:10px;
        top:-40px;
    }
}

.onsale{
    height: 60px;	
    width: 60px;	
    border-radius: 50%;	
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color:#FFF;
    background-color: #79CC3D;
    font-size: 1.2rem;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    position: absolute;
    z-index: 30;
}
.onsale-top-left .onsale{
    left:-30px;
    top: -30px;
}
.onsale-top-left.onsale-large .onsale{
    top: -30px;
    left:-30px;
    @include mq('xl') {
        top: -40px;
        left:-40px;
    }
}


/**
* Buttons
*/

.woocommerce{
    a.button,
    button.button,
    input.button,
    #respond input#submit {


            &:disabled,
            &.disabled,
            &:disabled[disabled] {
                color: inherit;
                cursor: not-allowed;
                opacity: 0.5;

                &:hover {
                    color: inherit;
                }
            }
        }

        a.added_to_cart {
            @extend .toucan-button-text;
            @extend .toucan-button-arrow;
            animation: fadeIn .2s alternate;
        }


}

.place-order button[type="submit"],
.checkout-button{
       
    @extend .toucan-button-large;       
    @extend .toucan-button-arrow;   
    @extend .toucan-button;

    width: 100%;
}
.add_to_cart_button{
    &.loading:before {
        content: "";
        position: absolute;
        display: inline-block;
        vertical-align: middle;
        width: 18px;
        height: 18px;
        bottom: auto;
        left: 0;
        top:2px;
        opacity: 1;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top: 3px solid;
        border-right: 3px solid;
        margin-right: 10px;
        background: transparent;
        -webkit-animation: 0.5s rotate cubic-bezier(0.4, 0, 0.2, 1) infinite;
        animation: 0.5s rotate cubic-bezier(0.4, 0, 0.2, 1) infinite; 
    }
    &.loading:after{
        opacity: 0;
    }
    &.added::after {
        font-family: "toucan-font";
        content: "\e903";
    }
    &.added{
        display:none;
    }


    &:disabled,
    &.disabled,
    &:disabled[disabled] {
        color: inherit;
        cursor: not-allowed;
        opacity: 0.5;


        &:hover {
            color: inherit;
        }
    }
}


a.added_to_cart {
    @extend .toucan-button-text;
    @extend .toucan-button-arrow;
    animation: fadeIn .2s alternate;
}

/**
 * WooCommerce category menu
 */

.shop-category-menu,
.tabs{
    list-style: none;
    display: flex;
    margin: 0;
    padding:0;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: bold;
    flex-wrap: wrap;
}
.shop-category-menu li + li,
.tabs li + li{
    margin-left: 8px;
}
.shop-category-menu a,
.tabs a{
    padding: 10px 17px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s ease-in-out;
}
.shop-category-menu{
    white-space: pre;
}

.toucan-cart-count{
    height: 24px;
    width:24px;
    display: inline-flex !important;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    position: absolute;
    top: -1px;
    right: -12px;
    z-index: 2;
}
.pulse {
    transform: translate3d(0,0,0);
    border: none;
    border-radius: 50%;
    transform: translate3d(0,0,0);
    animation: pulse 1.5s infinite cubic-bezier(.66,.33,0,1);
}
.toucan-menu-action.toucan-wishlist,
.toucan-menu-action.toucan-cart{
    position: relative;
    z-index: 20;
}
.toucan-menu-action.toucan-wishlist + .toucan-menu-action.toucan-cart,
.toucan-menu-action.toucan-cart + .toucan-menu-action.toucan-wishlist{
    z-index: 19;
}

/**
 * WooCommerce breadcrumb
 */

.woocommerce-breadcrumb{
    font-size: 1.1rem;
    text-transform: uppercase;
}
.woocommerce-breadcrumb li{
    margin-right: 3px;
}
.woocommerce-breadcrumb li:first-child a:before{
    display: none;
}
.woocommerce-breadcrumb li a:before{
    content:"/";
    margin: 0 3px;
}

.widget{
    .woocommerce-mini-cart{
        margin-bottom: 30px;
    }
    .woocommerce-mini-cart-item{
        display: flex;
        flex-direction: row;
        width: 100%;
        > span{
            padding-right: 30px;
        }
        span a{
            font-size: 1.4rem;
            line-height: 1.2;
        }
        a img{
            max-width: 80px;
            margin-right: 20px;
            border-radius: 2px;
        }
    }

    .remove_from_cart_button{
        font-size: 0 !important;
        position: absolute;
        right: 0;
        line-height: 1;
        opacity: 0;
        top: -2px;
        transition: opacity .2s ease-in-out;
    }
    .woocommerce-mini-cart-item:hover .remove_from_cart_button{
        opacity: .75;
    }
    .woocommerce-mini-cart-item:hover .remove_from_cart_button:hover{
        opacity: 1;
    }
    .remove_from_cart_button:after{
        content: "\e905";
        font-family: "toucan-font";
        font-size: 2.4rem;
        font-weight: normal;
    }
    .woocommerce-mini-cart__total{
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        padding: 15px 0 17px;
        margin: 16px 0 0;    
    }
    .woocommerce-mini-cart__buttons .toucan-button{
        width: 100%;
    }
    .quantity{
        display: block;
        font-weight: bold;
    }
    .total .amount{
        font-size: 1.8rem;
    }
    .total strong{
        font-weight: normal;
    }
}


.toucan-sidebar-cart{

    .woocommerce-mini-cart{
        display: flex;
        flex-direction: column;
        max-height: calc(100% - 200px);
        overflow-x: hidden;
        overflow-y: auto;
        flex-wrap: nowrap;
    }

    .mini-cart-footer{
        position: absolute;
        bottom: 0; 
        left:0;       
    }
    .widget_shopping_cart{
        height: calc(100% - 132px);
        position: relative;
        margin-bottom: 0 !important;        
    }
    .widget_shopping_cart_content{
        height: 100%;
    }

}

.toucan-sidebar-hidden{
   

    .cart-heading{
        margin: 0 -30px 30px;
        padding: 20px 30px;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        .tk-bag{
            font-weight: bold;
            margin-right: 10px;
        }
    }
    .toucan-action-close{
        cursor: pointer;
    }
    .toucan-action-close i{
        font-weight: bold;
    }


   

}



//Hidden sidebar scroll

.toucan-sidebar-cart .woocommerce-mini-cart::-webkit-scrollbar-track,
.toucan-custom-scroll::-webkit-scrollbar-track{
    background-color: #ddd;
}

.toucan-sidebar-cart .woocommerce-mini-cart::-webkit-scrollbar,
.toucan-custom-scroll::-webkit-scrollbar{
    width: 7px;
    background-color: #ddd;
}

.toucan-sidebar-cart .woocommerce-mini-cart::-webkit-scrollbar-thumb,
.toucan-custom-scroll::-webkit-scrollbar-thumb{
    background-color: rgba(0,0,0,0.20);
    border-radius: 25px;
}

//Messages

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
    padding: 20px 20px 20px;
    line-height: 1.2;
	margin: 0 0 30px;
	position: relative;
	list-style: none outside;
    border-radius: 4px;
	
	width: auto;
    word-wrap: break-word;
    text-align: center;

    display: flex;
    flex-direction: column-reverse;

    @include mq('md') {
        margin: 0 0 30px;
        padding: 15px 20px 15px 70px;
        text-align: left;
        display: block;

    }
    @include mq('xl') {
        margin: 0 0 50px;   
    }

	&::before {
		font-family: "toucan-font";
		content: "\e028";
		position: absolute;
		top: 0;
        left: 0;
        width: 100%;
        height: 4px;
        color: #FFF;
        background: #414141;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px 4px 0px 0;
        font-size: 0;
        font-weight: bold;

        @include mq('md') {
            font-size: 2.4rem;
            border-radius: 4px 0 0px 4px;
            width: 50px;
            height: 100%;
        }

	}

	.button {
        @extend .toucan-button;
        @extend .toucan-button-text;
        @extend .toucan-button-small;
        @extend .toucan-button-arrow;
 

        height: auto !important;
        width: 100%;
        position: relative;


        margin: 20px 0 0;

        @include mq('md') {
            top: 0;
            bottom:auto;
            left: auto;
            right: 0;
            height: 100% !important;
            width: auto;
            margin: 0;
            position: absolute;


        }

	}

	li {
		list-style: none outside !important;
		padding-left: 0 !important;
		margin-left: 0 !important;
	}
}


.woocommerce-message {
	&::before {
        content: "\e916";
		background-color: #79CC3D;
	}
}

.woocommerce-info {
	&::before {
        content: "\e91e";
		background-color: #23B6E7;
	}
}

.woocommerce-error {
	&::before {
        content: "\e91d";
		background-color: #F13725;
	}
}

.entry-content .col-lg-8,
.entry-content form:not(.woocommerce-checkout){
    .woocommerce-message, .woocommerce-error, .woocommerce-info{
        border-bottom: 1px solid rgba(0,0,0,0.1);
        border-top: 1px solid rgba(0,0,0,0.1);
        box-shadow: none;
        border-radius: 0;
        padding: 15px 0 15px 35px;
        text-align: left;
        &:before{
            border-radius: 0;
            background: transparent;
            padding: 0;
            width: auto;
            align-items: flex-start;
            top: 10px;
            height: auto;
            font-size: 2.4rem;
        }
    }
    .woocommerce-message:before{
        color: #79CC3D;  
    }
    .woocommerce-info::before{
        color: #23B6E7;
    }
    .woocommerce-error:before{
        color: #F13725;
    }
    .woocommerce-info .button{
        padding-right: 0;
    }

}


//Cart
.toucan-card .woocommerce-cart-form{
    margin-bottom: 0;
    .shop_table tr:last-child{
        border-bottom: none;
    }
    .product-quantity{
        width: 80px;
        padding-right: 10px;
    }
}

.wc-proceed-to-checkout .checkout-button{
    font-size: 1.2rem;
}


.shop_table{
    margin-bottom: 0;
    font-size: 1.4rem;
    thead td, thead th{
        padding: 0 0 20px;
        font-size: 1.4rem;
    }
    .product-name{
        a img{
            max-width: 60px;
            border-radius: 2px;
            margin-right: 14px;
        }
    }
    .product-name{
        position: relative;
        display: flex;
        align-items: center;
    }
    .remove{
        font-size: 0;
        line-height: 1;
        opacity: 0;
        position: absolute;
        right: 20px;
        transition: opacity .2s ease-in-out;
    }
    .product-name:hover .remove{
        opacity: .75;
    }
    .remove:after{
        content: "\e905";
        font-family: "toucan-font";
        font-size: 2.4rem;
        font-weight: normal;
    }
    .toucan-button-oval{
        height: 20px;
        width: 20px;
    }
    .toucan-button-oval i {
        font-size: 1.1rem;
    }
    .qty.text{
        font-size: 1.4rem;
        width: 24px;
    }
    .actions{
        padding:30px 0 0;
        .coupon{
            display: inline-flex;
            label{
                display: none;
            }
            .input-text{
                max-width: 135px;
                height: 40px;
                padding: 0 13px;
            }
        }
    }
    .product-subtotal,
    th + td,
    .product-total{
        text-align: right;
        padding-right: 0;
    }
   
}
.wc-proceed-to-checkout{
    margin-top: 20px;
}
.cart_item .product-name .cart-item-title{
    font-size: 1.4rem;
}
.entry-content .woocommerce-account-fields .create-account{
    margin-bottom: 20px;
}

//Checkout
.woocommerce-checkout{

    form p{
        margin-bottom: 20px;
        @include mq('lg') {
            margin-bottom: 30px;
        }
    }
    .woocommerce-billing-fields__field-wrapper{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .form-row,
    .form-row.address-field,
    #billing_city_field,
    #billing_state_field,
    #billing_postcode_field,
    #billing_phone_field{
        flex: 0 0 100%;
        @include mq('lg') {
            flex: 0 0 47%;
        }
    }
    .form-row-wide,
    .form-row-wide.address-field{
        flex: 0 0 100%;
    }
    .woocommerce-billing-fields{
        margin-bottom: 30px;
        @include mq('lg') {
            margin-bottom: 50px;
        }
    }
    .woocommerce-form-coupon-toggle{
        margin-top: 30px;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered{
        line-height: 46px;
        padding: 0 20px;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow{
        height: 46px;
        right: 10px;
    }
    .woocommerce-checkout-review-order-table{
        .product-name{
            display: block;
        }
    }
    .woocommerce-checkout-payment{
        margin-top: 20px;
    }
    .woocommerce-checkout-payment{
        label{
            font-size: 1.4rem;
            font-weight: bold;
            cursor: pointer;
        }
        .payment_box{
            margin-top: 5px;
        }
        .payment_method_paypal{
            display: flex;
            align-items: flex-start;
            input[type="radio"]{
                margin-top: 5px;
                margin-right: 10px;
            }
            a{
                font-size: 1.1rem;
                font-weight: normal;
            }
        }
    }

    #billing_address_2_field{
        margin-top: 27px;
    }
}
.woocommerce-checkout-payment .payment_methods.methods .payment_method_paypal{
    flex-wrap: nowrap;
}

.woocommerce-form-coupon-toggle,
.woocommerce-checkout .woocommerce-error{
    max-width: size-by-col(8, 'xl');
    > div{
        margin-bottom: 30px;
    }
}

.woocommerce-form-coupon-toggle{
    .showcoupon{
        @extend .toucan-button-text;
        @extend .toucan-button-arrow;
        top: 0;
        position: relative;
        right: 0;
        height: 100% !important;
        display: inline-flex;
        align-items: center;
      
        padding-right: 0;
        margin-top: 15px;   
        @include mq('md') {
            position: absolute;
            padding-right: 20px;  
            margin-top: 0;
        }
       
    }

    .woocommerce-info{
        flex-direction: column;
        @include mq('md') {
            flex-direction: column-reverse;
        }
    }
}
.checkout_coupon.woocommerce-form-coupon{
    @extend .toucan-card;
    padding: 50px;
    max-width: size-by-col(8, 'xl');
    .form-row-last{
        margin-bottom: 0;
    }
}

.payment_methods.methods{
    margin-top: 20px;
    padding-left: 0;
    
    li{
        list-style: none;
    }
    label{
        font-size: 1.4rem;
        font-weight: bold;
        cursor: pointer;
        opacity: 1;
    }
    .payment_box{
        font-size: 1.4rem;
    }
    .payment_method_paypal{
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        input[type="radio"]{
            margin-top: 5px;
            margin-right: 10px;
        }
        a{
            font-size: 1.1rem;
            font-weight: normal;
        }
        img{
            display: block;
        }
    }
}
.payment_methods .woocommerce-notice{
    padding-left: 60px;
    font-size: 1.4rem;
}

//Myaccount Orders

.my_account_orders{
    font-size: 1.4rem;
}
.woocommerce-orders-table__cell-order-actions{
    padding-right: 0;
    max-width: 60px;
    text-align: right;
    a{
        
        @extend .toucan-button;
        
        @extend .toucan-button-extra-small;
        max-height: 20px;
        max-width: 60px;
        width: 100%;

        margin-bottom: 1px;
        &:last-child{
            margin-bottom: 0;
        }
        
    }
}
.woocommerce-orders-table__cell-order-total{
    line-height: 1.4;
}
.woocommerce-orders-table__cell-order-total .woocommerce-Price-amount{
    display: block;
}
.woocommerce-orders-table__header-order-actions,
.download-file{
    text-align: right;
}
.download-file{
    padding-right: 0;
}

.woocommerce-Address .edit{
    @extend .toucan-button;        
    @extend .toucan-button-small;  
    margin-bottom: 20px;
}

.woocommerce-MyAccount-content section,
.woocommerce-Address,
.woocommerce-order-details,
.woocommerce-column--billing-address{
    @include vertical-gutter-flow(1, 1, 1, 1);
    &:last-child{
        margin-bottom: 0;
    }
}
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper{
    margin-bottom: 25px;
}

//Payment
.woocommerce-checkout-payment{
    li{
        list-style: none;
    }
    .payment_box p,
    .woocommerce-terms-and-conditions-checkbox-text{
        font-size: 1.2rem;
    }
}

//Search results

.search .section-head{
    .search-form{
        display: flex;
        margin-top: 20px;
       
        flex-direction: column;
        @include mq('md') {
            flex-direction: row;  
            margin-bottom: 0;
        }
        .search-field{
            max-width: 100%;
            @include mq('md') {
                max-width: 300px;
                margin-right: 10px;
            }
            
        }
        button{
            height: 45px;
            margin-top: 10px;
            @include mq('md') {
                margin-top: 0;
            }
        }
        i.tk-search{
            display: none;
        }
    }
}

// My Account
.woocommerce-MyAccount-navigation{
    ul{
        padding: 30px 0;
        @include mq('md') {
            padding: 40px 0;
        }
        margin-bottom: 0;
    }
    li{
        list-style: none;
        margin-bottom: 0;
        a{
            height: 40px;
            padding: 0 40px;
            @include mq('md') {
                padding: 0 50px;
            }
            display: flex;
            align-items: center;
            justify-content: space-between;
            border-bottom: 0;
        }
    }
}
#order_review{
    margin-bottom: 0;
}
.entry-content .woocommerce-MyAccount-navigation li a,
.entry-content .woocommerce-MyAccount-navigation li a:hover{
    border: 0;
    background-color: transparent;
    color: inherit;
}
.entry-content .woocommerce-MyAccount-navigation li a:hover{
    opacity: .5;
}

.woocommerce-MyAccount-navigation a:after{
    font-family: "toucan-font";
    margin-right: 8px;
    content: "\e925";
}
.woocommerce-MyAccount-navigation-link--dashboard a:after{
    content: "\e921";
}
.woocommerce-MyAccount-navigation-link--orders a:after{
    content: "\e90b";
}
.woocommerce-MyAccount-navigation-link--downloads a:after{
    content: "\e922";
}
.woocommerce-MyAccount-navigation-link--edit-address a:after{
    content: "\e923";
}
.woocommerce-MyAccount-navigation-link--edit-account a:after{
    content: "\e90a";
}
.woocommerce-MyAccount-navigation-link--customer-logout a:after{
    content: "\e924";
}

//Store notice

p.demo_store,
.woocommerce-store-notice {
    position: absolute;
    top: 0;
    left: 0;
	margin: 0;
	width: 100%;
	font-size: 1.6rem;
	padding: 1em 0;
	text-align: center;
	z-index: 99998;
	display: none;

	a {
        text-decoration: underline;
        font-weight: bold;
	}
}

form .form-row {
    [placeholder]:focus::-webkit-input-placeholder {
        transition: opacity 0.5s 0.5s ease;
        opacity: 0;
    }
    .required {
        color: #F13725;
        border: 0 !important;
        text-decoration: none;
    }

    &.woocommerce-invalid {

        label {
            color: #F13725;
        }

        .select2-container,
        input.input-text,
        select {
            border-color: #F13725;
        }
    }

    &.woocommerce-validated {

        .select2-container,
        input.input-text,
        select {
            border-color: #79CC3D;
        }
    }
}

.woocommerce-terms-and-conditions {
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	background: rgba(0, 0, 0, 0.05);
}

.woocommerce-invalid {

	#terms {
		outline: 2px solid #F13725;
		outline-offset: 2px;
	}
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
    text-align: center;
    font-weight: normal;
    padding: 10px;
    margin-top: 10px;
    font-size: 1.4rem;
    border-radius: 2px;

	&.strong {
		background-color: #c1e1b9;
		border-color: #83c373;
	}

	&.short {
		background-color: #f1adad;
		border-color: #e35b5b;
	}

	&.bad {
		background-color: #fbc5a9;
		border-color: #f78b53;
	}

	&.good {
		background-color: #ffe399;
		border-color: #ffc733;
	}
}

.woocommerce-password-hint {
	margin: 0.5em 0 0;
	display: block;
}


@-webkit-keyframes rotate {
    from {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
    to {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg); }
}
  
  @keyframes rotate {
    from {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
    to {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg); } 
}


#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxClose{
    display: none;
}
.compare-list thead{
    display: none;
}
table.compare-list tbody th,
table.compare-list td{
    padding-left: 10px;
    padding-right: 10px;
}

.woocommerce-shipping-methods{
    list-style: none;
    li{
        padding: 10px !important;
        text-align: center;
        border-radius: 4px;
        label{
            margin-bottom: 0;
        }
        input{
            margin: 0;
        }
    }
}

.widget_shopping_cart_content,
.shop-title{
    .variation{
            margin-top: 3px;
            margin-bottom: 0;
            font-size: 1.1rem;
            opacity: .75;
        
        dd,
        dt {
            font-weight: 400;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }
        
        dd {
            margin-left: 0;
            margin-bottom: 0
        }
        
        dd:after {
            content: "|";
            margin: 0 4px;
            opacity: .5
        }
        
        dd:last-child:after {
            display: none
        }
    }

}
.wc-item-meta{
    list-style: none;
    margin: 0 0 0 20px;
    padding: 0;
    li{
        display: flex;
    }
}