?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/wdp/wp-content/themes/quadric/assets/css/scss/



?? Go up: /home/webdevt/www/wdp/wp-content/themes/quadric/assets/css

?? Viewing: woocommerce.scss

/* ==========================================================================
# Woocommerce style - begin
========================================================================== */

@import 'variables';
@import 'mixins';

@font-face{
	font-family:'star';
	src:url('../../../../plugins/woocommerce/assets/fonts/star.eot');
	src:url('../../../../plugins/woocommerce/assets/fonts/star.eot?#iefix') format('embedded-opentype'),
	url('../../../../plugins/woocommerce/assets/fonts/star.woff') format('woff'),
	url('../../../../plugins/woocommerce/assets/fonts/star.ttf') format('truetype'),
	url('../../../../plugins/woocommerce/assets/fonts/star.svg#star') format('svg');
	font-weight:normal;
	font-style:normal
}

/* Woocommerce product list - begin
========================================================================== */

.edgtf-woocommerce-page {

	.woocommerce-result-count,
	.woocommerce-ordering {
		width: 50%;
		height: 41px;
		margin: 0 0 27px 0;
		display: inline;
		float: left;
	}	

	.full_width {

		.woocommerce-result-count {
			position:relative;
			left:45px;
		}

		.woocommerce-ordering {
			position:relative;
			right:45px;
		}

	}

	.products {
		list-style: none;
		margin: 0 0 26px;
		padding: 0;
		display: inline-block;
		width:100%;
		vertical-align: middle;
	}

	.product {
		position: relative;
		float: left;
		text-align:left;
		border-style:solid;
		border-color: #e1e2e5;

		img {
			display: block;
			width: 100%;
		}

		.price {
			font-size: 15px;
			line-height: 1em;
			font-weight: 400;
			display: block;
			color: #23303a;
			width: 100%;
		}

		.edgtf-onsale {
			position: absolute;
			display: table;
			top: 0;
			right: 0;
			width: 57px;
			height: 64px;
			text-align: center;
			z-index: 100;
			color: #fff;
			background-color: $first-main-color;
			text-transform: uppercase;
			font-family: 'Raleway', sans-serif;
			font-size: 10px;
			font-weight: 600;
			letter-spacing:1px;
			line-height: 1.5em;
			@include edgtfTransition(top .2s ease-out);
			-webkit-backface-visibility:hidden;
		}

		.edgtf-onsale-inner {
			display: table-cell;
			vertical-align: middle;
		}

		.edgtf-product-overlay{
			position:absolute;
			width:99.99%;
			height:100%;
			top:0;
			left:0;
			opacity:0;
			background-color:#333;
			cursor: pointer;
			@include edgtfTransition(opacity .3s ease-out);
		}

	}

}

.edgtf-woocommerce-page{ 
		input[type=submit]:not(.edgtf-search-submit),
		button {
			cursor:pointer;
		    display: inline-block;
		    position: relative;
		    outline: none;
		    font-style: normal;
		    font-weight: 700;
		    font-family: inherit;
		    padding: 10px 18px;
		    font-size: 12px;
		    line-height: 1.7em;
		    text-transform: uppercase;
		    border-radius: 2px;
		    letter-spacing: 2px;
		    @include edgtfTransition(color 0.15s ease-out, background-color 0.15s ease-out, border-color 0.15s ease-out);
		    @include edgtfBoxSizing(border-box);

		    &:hover{
		    	border-color: $first-main-color;
			    color: #fff;
			    background-color:$first-main-color;
		    }
		}
	&.woocommerce-cart .edgtf-btn:hover{
	    background-color:#312c2a;
	    border-color:#312c2a;
	}
}

.edgtf-woocommerce-page.edgtf-woocommerce-columns-5,
.edgtf-woocommerce-page .woocommerce.columns-5{
	.products .product{
		width:18%;
		margin-right:2%;
		margin-bottom:2%;

		&:nth-child(5n){
			margin-right:0;
		}

		&:nth-child(5n+1) {
			clear: both;
		}
	}	
}

.edgtf-woocommerce-page.edgtf-woocommerce-columns-4,
.edgtf-woocommerce-page .columns-4 {

	.products .product {
		width: 24%;
		margin-right: 1.3333333%;
		margin-bottom: 2.5%;

		&:nth-child(4n) {
			margin-right: 0;
		}

		&:nth-child(4n+1) {
			clear: both;
		}

	}

	.edgtf-woocommerce-with-sidebar .products .product{
		width: 32%;
		margin-right: 2%;
		margin-bottom: 2.5%;

		&:nth-child(3n) {
			margin: 0;
		}

		&:nth-child(3n+1) {
			clear: both;
		}

		&:nth-child(4n+1) {
			clear: none;
		}

	}

}

.edgtf-woocommerce-page.edgtf-woocommerce-columns-3,
.edgtf-woocommerce-page .columns-3{

	.products .product {
		width: 32%;
		margin-right: 2%;
		margin-bottom: 2.5%;

		&:nth-child(3n) {
			margin: 0;
		}

		&:nth-child(3n+1) {
			clear: both;
		}

	}

	.edgtf-woocommerce-with-sidebar .products .product{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2.5%;

		&:nth-child(2n) {
			margin-right: 0;
		}

		&:nth-child(2n+1) {
			clear: both;
		}

		&:nth-child(3n+1) {
			clear: none;
		}

	}

}

.edgtf-woocommerce-page.edgtf-woocommerce-columns-2,
.edgtf-woocommerce-page .columns-2{

	.products .product {
		width: 48%;
		margin-right: 3.8%;
		margin-bottom: 2.992em;

		&.last{
		    margin-right: 0;
		}
	}
}

.edgtf-woocommerce-page .cart-empty{
	text-align:center;
	font-size:18px;
	font-weight: 700;
	text-transform: uppercase;
}

.edgtf-woocommerce-page .return-to-shop{
	text-align: center;
	margin-bottom: 95px;
    margin-top: 20px;
}

/* Woocommerce product list - end
========================================================================== */

/* Woocommerce pagination - begin
========================================================================== */

.woocommerce-pagination {
	position:relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin-bottom: 30px;

	.page-numbers {
		display: inline-block;
		vertical-align: middle;
		list-style-type: none;
		margin: 0;
		padding: 0;

		li {
			display: inline-block;
			vertical-align: middle;
			text-align: center;
			margin: 0 2px 4px 2px;
			float: left;
		}

		li > a,
		li > span {
			position: relative;
			display: inline-block;
			width:44px;
			height: 44px;
			line-height: 44px;
			margin: 0;
			color: #333333;
			background-color: #f5f5f5;
			border: 1px solid;
			border-color: #f5f5f5;
			font-size: 14px;
			font-weight: 400;
			vertical-align: middle;
			text-decoration: none;
			text-transform: uppercase;
			cursor: pointer;
			white-space: nowrap;
			outline: none;
			text-shadow: none;
			-webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
			transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
			box-sizing: content-box;
			float: left;
		}

		li span.current {
			color: #333333;
			background-color: #ebebeb;
		}

		li a:hover,
		li span:hover,
		li span.current:hover {
			background-color: $first-main-color;
			color: #fff;
		}

	}

}

/* Woocommerce pagination - end
========================================================================== */

/* Woocommerce single product - begin
========================================================================== */

.edgtf-single-product-images {
	width: 50%;
	margin-right: 7%;
	display: inline-block;
	float: left;
	margin-bottom:130px;

	a {
		display: inline-block;
		vertical-align: middle;
	    margin-bottom: 22px;
	}

	.thumbnails .woocommerce-product-gallery__image {
		float: left;
		width: 22%;
		margin-right: 4%;
		margin-bottom: 2%;

		&:last-child{
			margin-right: 0;
		}
	}

}

.edgtf-single-product-summary {
	width: 43%;
	display: inline-block;
	float: left;

	.edgtf-single-product-title {
		margin-top:11px;
		margin-bottom: 15px;
		text-transform:uppercase;
	}

	.price {
		margin-bottom: 25px;
	}

	.cart {
		margin: 32px 0;
	}

	.amount{
		font-family:'Raleway', sans-serif;
		font-size:30px;
		font-weight:700;	
	}
}

.edgtf-woocommerce-page {	

	.product-remove a{
	    font-size:30px;
	}

	.edgtf-tabs {
		clear: both;
	}

	#coupon_code{
		padding-top:13px;
		padding-bottom:13px;
		line-height:1em;
		vertical-align:middle;
	}

}

.edgtf-woocommerce-single-page{

	.edgtf-single-product-title{
		line-height: 1.23em;
	}

	.single_add_to_cart_button{
	
		background-color:$first-main-color;
		border-color:$first-main-color;
		color:#fff;
		-webkit-transition:opacity .3s ease-in;
		transition:opacity .3s ease-in;		

		.edgtf-btn-text{
			vertical-align:middle;			
		}

		.icon_bag_alt{
			font-size: 20px;
	    	vertical-align: middle;
	    	position: relative;
	    	top: -1px;  
		}
	}

	.edgtf-btn{
		background-color:$first-main-color;
		border-color:$first-main-color;
		color:#fff;
		padding-top:8px;
		padding-bottom:8px;
	}

	.product{
		width:100%;

		.edgtf-onsale{
			display:none!important;
		}
	}

	.edgtf-accordion-holder{
		.edgtf-accordion-content,
		h2{
			display:none;
		}

		.edgtf-title-holder{
			text-align:left;
			padding: 14px;
			background-color:#f4f4f4;
			border:none;
			margin-top: 15px;
			font-size: 16px;
			font-weight: 700;
			color:#312c2a;
		}
	}

	.woocommerce-product-rating{
		display:none;
	}	

	// product meta start

	.product_meta > span {
		display: block;
		margin-bottom: 3px;
	}

	.product_meta{
		margin-top:30px;
	}

	.sku_wrapper{
		
		font-size:16px;
		font-weight:700;
		text-transform:uppercase;
		color:#312c2a;

		.sku{
			font-size:14px;
			font-weight:400;
			padding-left:10px;
			color:#575757;
			text-transform:none;
		}
	}

	.posted_in{

		font-size:16px;
		font-weight:700;
		text-transform:uppercase;
		color:#312c2a;

		a,
		.edgtf-product-meta-separator{
			font-size:14px;
			font-weight:400;
			color:#575757;
			text-transform:none;
		}

		a:first-child{
			padding-left:7px;
		}
	}

	.tagged_as{

		font-size:16px;
		font-weight:700;
		text-transform: uppercase;
		color:#312c2a;

		a,
		.edgtf-product-meta-separator{
			font-size:14px;
			font-weight:400;
			color:#575757;
			text-transform:none;
		}

		a:first-child{
			margin-left:7px;
		}
	}

	// product meta end

	.commentlist{
		list-style:none;
	}

	.comment{
		margin:10px 0 15px 10px;
	}

	.comment_container{
		display:inline-block;
		width: 100%;

		img{
			width:auto;
			float:left;
		}

		.comment-text{
		    float:right;		   
		    width:85%;

		    .star-rating{
			    margin-top:0;
			    float:none;
			    margin-bottom:7px;
			}

			.meta{
				display:block;
				line-height: 1em;
				margin-bottom: 10px;
			}
		}
	}

	.related{

		h2{
			text-transform:uppercase;
			margin-bottom:30px;

			&::after{
			    content:"";
			    display:block;
			    width:71%;    
			    height:1px;
			    position:relative;
			    left:29%;
			    bottom:8px;
			    background-color:$default-border-color;   
			}
		}

	}

	table.variations {

		margin-bottom: 40px;

		td {
			text-align: left;
		}
	}

	.single_variation_wrap {
		.variations_button {

			display: inline-block;

		}
	}

	.product .group_table {
		margin-bottom: 40px;
		.price {
			width: auto;
			display: table-cell;
			text-align: right;
			
			del {
				.amount {
					font-size: 20px;
				}
			}
		}
	}

}

/* Woocommerce single product - end
========================================================================== */

/* Woocommerce quantity buttons - begin
========================================================================== */

.edgtf-woocommerce-page .edgtf-quantity-buttons {
	display: inline-block;
	margin-right:15px;

	.edgtf-quantity-minus,
	.edgtf-quantity-plus{
		width: 47px;
		height: 47px;
		display: inline-block;
		color:#fff;
		font-size: 25px;
		line-height: 47px;
		text-align: center;
		cursor: pointer;
		border-radius:3px;
		vertical-align:middle;
		@include edgtfTransition(background-color .3s ease-out);
		background-color: $first-main-color;

		&:hover{
			background-color: #312c2a;
		}
	}

	.edgtf-quantity-minus span,
	.edgtf-quantity-plus span{
		display:inline-block;
		width: 47px;
		height: 47px;
		line-height: 47px;
	}	

	.edgtf-quantity-input {
		height: 47px;
		width: 47px;
		display: inline-block;
		padding: 0;
		border: none;
		background-color: #f4f4f4;
		text-align: center;
		color: #312c2a;
		font-size: 16px;
		line-height: 47px;
		font-family:'Raleway','sans-serif';
		font-weight: 700;
		vertical-align:middle;
	}

}

/* Woocommerce quantity buttons - end
========================================================================== */

/* Woocommerce message - begin
========================================================================== */

.edgtf-woocommerce-page {

	.woocommerce-message,
	.woocommerce-info,
	.woocommerce-error {
		margin-bottom: 25px;
		position: relative;
		display: block;
		padding: 8px 40px;
		background-color: #f6f6f5;
		line-height: 50px;
		color: #393939;
		font-size: 16px;
		font-weight: 500;

	}

	.woocommerce-message a {
		float: right;
	}
}

/* Woocommerce message - end
========================================================================== */

/* Woocommerce table - begin
========================================================================== */

.edgtf-woocommerce-page {

	table.cart tr:last-child {
		border: none;
	}

	table td {
		vertical-align: middle;
	}

	td.product-thumbnail img {
		width: 80px;
		vertical-align: middle;
		margin:5px 0;
	}

	td.product-remove {
		border-right: 1px solid #e0dede;
	}

	td.actions {
		padding: 25px 0;

		.coupon,
		.edgtf-cart-proceed-update {
			float: left;
			width: 50%;
			display: inline-block;
			text-align: left;
		}

		.edgtf-cart-proceed-update {
			text-align: right;
		}
	}

	.coupon {

		label {
			display: none;
		}

		input[type="text"] {
			width: 200px;
		}

	}

}

/* Woocommerce table - end
========================================================================== */

/* Woocommerce shipping calculator - begin
========================================================================== */

.edgtf-woocommerce-page {

	.edgtf-shipping-calculator {
		width: 50%;
		display: inline-block;
		float: right;
		
		.shipping-calculator-button {
			display: block;
			margin-bottom: 20px;
			font-size: 16px;
			line-height: 1.4375em;
			font-weight: 700;
			text-transform: uppercase;
		}

		.form-row {
			width: 49%;
			margin-right: 2%;
			margin-bottom: 20px;
			float: left;
		}

		.form-row-last {
			margin-right: 0;
		}

		.form-row-wide {
			width: 100%;
		}


	}

}

/* Woocommerce shipping calculator - end
========================================================================== */

/* Woocommerce totals - begin
========================================================================== */

.edgtf-woocommerce-page {

	.edgtf-cart-totals {
		width: 30%;
		display: inline-block;
		float: none;
		margin-bottom: 80px;
		
		table tr {
			border: none;
		}

		table th {
			border: none;
			padding:0;
			text-align:left;
			font-size: 14px;
		    font-weight: 400;
		    color: #575757;
		    vertical-align: middle;
		}

		table td{
			text-align:right;
			padding-right:0;

			#shipping_method{
				list-style: none;
			}
		}

		.cart_totals h2{
			font-size:16px;
    		text-transform: uppercase;
    		margin-bottom: 10px;
		}
	}

	.product-name{
		text-transform:uppercase;
		font-weight:700;
		a{
			color:#312c2a;
		}
	}

}

/* Woocommerce totals - end
========================================================================== */

/* Woocommerce checkout - begin
========================================================================== */

.edgtf-woocommerce-page {

	.woocommerce-checkout .col2-set:before,
	.woocommerce-checkout .col2-set:after {
		content: '';
		display: table;
	}

	.woocommerce-checkout .col2-set:after {
		clear: both;
	}

	.woocommerce-checkout .col-1,
	.woocommerce-checkout .col-2 {
		width: 49%;
		margin-right: 1%;
		display: inline-block;
		float: left;

		h3 {
			margin-bottom: 20px;
		}

		.form-row {
			width: 49%;
			margin-right: 2%;
			margin-bottom: 20px;
			float: left;
		}

		.form-row-last {
			margin-right: 0;
		}

		.form-row-wide,
		.form-row.notes {
			width: 100%;
		}

		.form-row label:not(.checkbox) {
			display: none;
		}
	}

	.woocommerce-checkout .col-2 {
		margin-left: 1%;
		margin-right: 0;
	}

	.woocommerce-checkout{
		#shipping_method {
			list-style: none;
		}
		textarea{
			height:125px;
			padding-top:16px;
		}

		.payment_methods{
			list-style:none;
			margin:15px 0 130px;

			label{
				color:$default-text-color;
			}

		}

		.payment_method_paypal{
			position:relative;

			img{
				position: absolute;
			    bottom: -100px;
			    left: 24px;
			}
		}

		.payment_box.payment_method_cheque{
		    padding-left:24px;
		}

		.payment_box.payment_method_paypal{
			position:absolute;
		    top:120px;
		    left:24px;
		}

		.checkout_coupon{
			margin-bottom:20px;
		}

		#coupon_code,
		#order_review{
			margin-bottom:10px;
		}
	}

	&.woocommerce-order-received{
		table,
		p,
		h2{
			margin-bottom:15px;
		}

		.woocommerce p:first-child{
			text-transform: uppercase;
		    font-weight: 700;
		    letter-spacing: 1px;
		}
	}

}

/* Woocommerce checkout - end
========================================================================== */

.edgtf-woocommerce-page {

	input[type="text"],
	input[type="email"],
	input[type="tel"],
	input[type="password"],
	textarea {
		width: 100%;
	    padding: 16px 17px;
	    outline: 0;
	    resize: none;
	    font-family: inherit;
	    line-height: 18px;
	    background-color:$elements-background-color;
	    color: $default-text-color;
	    box-sizing: border-box;
	    border: 1px solid $default-border-color;
	    font-size: 14px;
	}	

}


/* Dropdown Shopping Cart */

.edgtf-shopping-cart-outer{
	height: 100%;
	display: table;
    
    .edgtf-shopping-cart-inner{
        display: table-cell;
        vertical-align: middle;
    }
    
    .edgtf-shopping-cart-header{
        display: inline-block;
        
        .edgtf-header-cart{
            display: inline-block;
            position:relative;
            padding: 0 10px 0 0;
        }
        .edgtf-header-cart i{
            color: $first-main-color;
            font-size: 18px;
            @include edgtfTransition(inital);
        }
        .edgtf-cart-label {
            @include edgtfTransition(color .15s ease);
            margin: 0 0 0 5px;
        }
    }
    
}

.edgtf-shopping-cart-dropdown{
    background-color: #fff;
    box-sizing: border-box;
    left: auto;
    position: absolute;
    right: -1px;
    top: 100%;
    z-index: 1000;
    width: 300px;
	visibility: hidden;
    @include edgtfTransition(opacity 0.3s ease-in-out);
    
    ul li {
        @include edgtfTableLayout;
        padding: 15px;
        border-bottom: 1px solid #ededed;
        box-sizing: border-box;        
        a {
            display: block;
            &:hover{
                color: $first-main-color;
            }
        }
    }
    ul li .edgtf-item-image-holder{
        @include edgtfTableCellLayout;
        width: 65px;
        img{
            vertical-align: middle;
        }
    }
    .edgtf-item-info-holder{
        @include edgtfTableCellLayout;
        padding-left: 20px;
        text-align: left;
    }
    .edgtf-item-info-holder .edgtf-item-left{
        float: left;
        a{
            margin: 0 0 10px 0;
        }
        &:hover{
            color: $first_main_color;
        }
    }
    .edgtf-item-info-holder .edgtf-item-right{
        float: right;
        text-align: right;
        
        .remove{
            color: #fff;
            background-color: #ededed;
            width: 18px;
            height:18px;
            line-height: 18px;
            text-align: center;
            @include edgtfBorderRadius(30px);
            margin: 10px 0 0 10px;            
            &:hover{
                background-color: $first_main_color;
            }
        }
    }
    
    span.edgtf-total span{
        color: $first_main_color;
        font-weight: 600;
        padding: 0 0 0 2px;
        letter-spacing: 0;
    }
    .edgtf-empty-cart{
        border:none;
        padding: 15px;
    }
    .edgtf-cart-list a > img{
        display: block;
    }
    span.edgtf-quantity{
        color: $first_main_color;
        font-weight: 600;
    }
    .edgtf-cart-bottom{
        padding:15px;
        .checkout,
        .view-cart{
            height: 40px;
            line-height: 40px;
            padding: 0 20px;
           @include edgtfTransition( background-color 0.3s ease-in-out,color 0.3s ease-in-out);
        }
        .view-cart{            
            float: left;
            background-color: #262626;
            color: #fff;           
            
            &:hover{
                background-color: $first_main_color;
            }
        }
        .checkout{
            float: right;
            color: #fff;
            background-color: $first_main_color;
            
            &:hover{
                background-color: #262626;
            }
        }
        .edgtf-subtotal-holder{
            margin: 0 0 20px 0;
            color: #312c2a;
        }
        
        .edgtf-subtotal-holder .edgtf-total{
            float:left;
        }
        
        .edgtf-subtotal-holder .edgtf-total-amount{
            float:right;
        }
    }
}
.edgtf-shopping-cart-outer:hover .edgtf-shopping-cart-dropdown {
    display: block;
    visibility: visible;
    text-align: left;
}

.edgtf-top-bar {
    
    .edgtf-shopping-cart-outer{
        float: left;  
        position: relative;
        height: 40px;
        line-height: 40px;
        
        .edgtf-shopping-cart-inner{
            display: block;
            height: 100%;
        }
        .edgtf-shopping-cart-header{
            height: 100%;            
        }
    }       
}

@media only screen and (min-width: 1000px){
    .edgtf-dark-header :not(.edgtf-sticky-header) .edgtf-shopping-cart-header .edgtf-header-cart > i,
    .edgtf-dark-header :not(.edgtf-sticky-header) .edgtf-shopping-cart-header .edgtf-header-cart > span{
        color: $header-dark-color;
    }

    .edgtf-light-header :not(.edgtf-sticky-header) .edgtf-shopping-cart-header .edgtf-header-cart > i,
    .edgtf-light-header :not(.edgtf-sticky-header) .edgtf-shopping-cart-header .edgtf-header-cart > span{
        color: $header-light-color;
    }
}
.edgtf-vertical-align-containers{
    
    .edgtf-shopping-cart-header {
        padding: 0 10px;      
        i{
           vertical-align: middle;
           position: relative;
           top: -2px;
        }
    }
    
}
.edgtf-vertical-menu-area .edgtf-shopping-cart-dropdown{
	right: auto;
}

.edgtf-woocommerce-image-wrapper{
	position:relative;

	.edgtf-woocommerce-link{
		display:block;		
	}

	&:hover{
		.edgtf-woocommerce-add-to-cart-holder,
		.add_to_cart_button,
		.added_to_cart{
			opacity:1;
		}
		.edgtf-product-overlay{
			opacity:0.85;
		}
		.edgtf-onsale{
			top:-7px;
		}	
	}
}

.edgtf-woocommerce-add-to-cart-holder{

	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	left:0;
	right:0;
	opacity:0;
	@include edgtfTransition(opacity .3s ease-out);
	text-align:center;

	.add_to_cart_button,
	.added_to_cart {
	
		background-color:$first-main-color;
		border-color:$first-main-color;
		color:#fff;
		opacity:0;
		-webkit-transition:opacity .3s ease-in;
		transition:opacity .3s ease-in;

		&.added{
			display:none;
		}

		.edgtf-btn-text{
			vertical-align:middle;
		}

		.icon_bag_alt{
			font-size: 20px;
	    	vertical-align: middle;
	    	position: relative;
	    	top: -1px;  
		}
	}

	.edgtf-btn{
		background-color:$first-main-color;
		border-color:$first-main-color;
		color:#fff;
	}	
	
}
	
.edgtf-product-list-product-title{
	display:inline-block;
	margin-left:5px;
	font-family:'Raleway',sans-serif;
	font-size:13px;
	text-transform:uppercase;
	font-weight:600;
	margin-top:13px;
	margin-bottom:5px;
	letter-spacing:1px;
}

.amount{
	font-family:'Lato', sans-serif;
	font-size:20px;
	color:$first-main-color;
}

ins {
	text-decoration:none;	
}

del {
	margin-right:10px;
	color:#999;
	
	.amount{		
		color:#999;
	}
}

/* ==========================================================================
# Star review/rating - start
========================================================================== */


.star-rating {

	margin-top:11px;
    float: right;
    overflow: hidden;
    position: relative;
    height: 1.1em;
    line-height: 1em;
    font-size: 1.1em;
    width: 5.4em;
    font-family: 'star';
    color: $first-main-color;

    &:before {
	    content: "\73\73\73\73\73";
	    position: absolute;
	    top: 0;
	    left: 0;		    
	}
	
	span {
		height: 0;
		overflow: hidden;
		position: absolute;
	    top: 0;
	    left: 0;
	    padding-top: 1.5em;

	    &:before {
		    content: "\53\53\53\53\53";
		    position: absolute;
		    top: 0;
		    left: 0;
		}
	}
}

.hreview-aggregate .star-rating {
    margin: 10px 0 0 0
}

#review_form #respond {
    position: static;
    margin: 0;
    width: auto;
    padding: 0 0 0;
    background: transparent none;
    border: 0;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
	
	&:after{
		content: "";
		display: block;
		clear: both;
	}
	
	p {
		margin: 0 0 10px;
	}
	
	.form-submit input {
		left: auto;
	}
	
	textarea{
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}
}


.stars:after {
    content: "";
    display: block;
    clear: both
}

.stars span {
    width: 80px;
    height: 16px;
    position: relative;
    float: left;
    background: url(img/star.png) repeat-x left 0
}

.stars a {
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 0;
    padding-top: 16px;
    overflow: hidden;
	
	&:hover,
	&:focus{
		background: url(img/star.png) repeat-x left -16px;
	}
	
	&.active{
		 background: url(img/star.png) repeat-x left -32px;
	}
	
	&.star-1 {
		width: 16px;
		z-index: 10;
	}
	
	&.star-2 {
		width: 32px;
		z-index: 9;
	}
	
	&.star-3 {
		width: 48px;
		z-index: 8;
	}
	
	&.star-4 {
		width: 64px;
		z-index: 7;
	}
	
	&.star-5 {
		width: 80px;
		z-index: 6;
	}
}


/* ==========================================================================
# Star review/rating - end
========================================================================== */

/* ==========================================================================
# Widgets style - start
========================================================================== */
.woocommerce{
	&.widget{
		li{
			&:after,
			&:before{
				content:" ";
				display:table;
				clear:both;
			}

			margin-bottom:20px;
		}

		img{
			width:29%;
			float:left;
			padding-right:15px
		}

		.product_list_widget{
			list-style:none;
		}

		.product-title{
			display:block;
			font-size: 13px;
			text-transform: uppercase;
			color: #312c2a;
			letter-spacing: 1px;
			float: left;
			line-height: 1em;
			padding-bottom:5px;
			width:49%;
		}

		.star-rating{			
			float:none;
			margin:7px 0;			 
		}

		&.widget_top_rated_products{
			.star-rating{
				display:none;
			}
		}

		&.widget_product_search{
			label{
				display:none;
			}

			input[type='search'] {
			    border: 2px solid $default-border-color;
			    outline: none;
			    width: 100%;
			    margin-bottom: 10px;
			    padding: 8px;
			    color:$default-text-color;
			}
		}

		.reviewer{
		    display:block;
		}

		.remove{
		    float:right;
		    font-size:20px;
		    line-height: 1em;
		}
		.total .amount{
		    float:right;
		}
		.quantity{
		    display:block;
		    font-size:20px;
		}
		.mini_cart_item{
		    text-transform:uppercase;    
		}
		.buttons{
		    margin-top:10px;
		    display:block;
		}
		.buttons .button{
		    display:inline-block;
		    width:49%;
		    box-sizing:border-box;
		    text-align:center;
		    border: 2px solid $default-border-color;
		    color: $default-text-color;
		    font-weight: 700;
		    font-family: inherit;
		    padding: 10px 18px;
		    font-size: 12px;
		    line-height: 1.7em;
		    text-transform: uppercase;
			border-radius: 2px;
			letter-spacing: 2px;
			@include edgtfTransition(color 0.15s ease-out,border-color 0.15s ease-out);
		}

		.buttons .button:hover{
		    border-color:$first-main-color;
		    color:$first-main-color;
		}

		input[type='submit'],
		button{
			border: none;
			color: #fff;
			background-color: $first-main-color;
		}	
	}
}

.widget_price_filter{

	.ui-slider-horizontal {
    	height: 5px;
	}

	.ui-slider {
	    position: relative;
	    text-align: left;
	}

	.price_slider {
	    margin-bottom: 20px;
	}

	.ui-widget-content {
	    background-color:$elements-background-color;
	}

	.ui-slider-horizontal .ui-slider-range {
	    position: absolute;
	    z-index: 1;
	    font-size: .7em;
	    display: block;
	    border: 0;
	    background-color:#d7d7d7;	   
	    top: 0;
	    height: 100%;
	}

	.ui-slider .ui-slider-handle {
	    position: absolute;
	    z-index: 2;
	    width: 8px;
	    height: 8px;
	    cursor: pointer;
	    outline: 0;
	    top: -2px;
	    border-radius: 10px;
	    background-color:$first-main-color;
	    margin-left: -2px;
	}

	.price_slider_amount .button{
	    float:right;
	}
}	


/* ==========================================================================
# Woocommerce Account Page Style - start
========================================================================== */

.woocommerce-account{
	.woocommerce,
	header{
    	margin-bottom:20px;
	}	

	.my_account_orders,
	.myaccount_address {
	    margin: 20px 0 20px 0;
	}

	.order-status{
		text-align:center!important; /* woocommerce adds inline style text-align:left by default */
	}

	.order-total{
	    font-size:14px;
	    .amount{
	        font-size:14px;
	    }
	}

	.order-actions,
	.order-number{
	    text-transform:uppercase;
	    font-weight:bold;
	    letter-spacing:1px;
	}

	.myaccount_user {
	    margin-bottom: 25px;
	    position: relative;
	    display: block;
	    padding: 8px 40px;
	    background-color: $elements-background-color;
	    line-height: 1.7em;
	    color:$default-text-color;
	    font-size: 15px;
	    font-weight: 400;
	}	

	form {
    	margin-bottom: 105px;
	}

	.lost_password{
	    margin-left: 23px;
	    font-weight: 600;
	    font-size: 14px;
	}

	.woo-my-account-rememberme{
		display:block;
	    margin: 20px 0;	    
	    font-size: 12px;
	    text-transform: uppercase;
	    color:$default-text-color;	    
	}

	#rememberme{
    	vertical-align:middle;
    }

	.form-row {
		margin-bottom: 26px;
		margin-top:15px;	
	}

	.sign-up-text {
	    font-weight: bold;
	}

	.login-text {
	    font-size: 17px;
	    display: inline-block;
	    margin: 24px 0 15px 0;
	}

	legend{
		font-weight:700;
		text-transform:uppercase;
		letter-spacing:1px;
	}
}

 .woocommerce-account {

         .woocommerce-MyAccount-navigation,
         .woocommerce-MyAccount-content {
               position: relative;
               display: inline-block;
               vertical-align: middle;
               float: left;
               -webkit-box-sizing: border-box;
               -moz-box-sizing: border-box;
               box-sizing: border-box;
            }

         .woocommerce-MyAccount-navigation {
           width: 30%;
           padding: 0 30px 0 0;

            ul {
            padding: 0;
            margin: 0;
            list-style: none;
            border-top: 1px solid #e1e1e1;

                 li {
                 margin: 0;
                 padding: 10px 0;
                 border-bottom: 1px solid #e1e1e1;

                      &.is-active a {
                      color: $first-main-color;
                    }

                a {
                 font-weight: 600;
                 color: #0e0e0e;

                     &:hover {
                      color: $first-main-color;
                     }
               }
          }
     }
 }

         .woocommerce-MyAccount-content {
              width: 70%;
              padding: 0 0 0 30px;
         }
    
         .woocommerce {

              h2 {
               margin-bottom: 15px;
              }

                  .col2-set {
                   width: 50%;
                            float: left;
                            padding-left: 15px;
                            padding-right: 15px;
                            -webkit-box-sizing: border-box;
                            -moz-box-sizing: border-box;
                            box-sizing: border-box;
                            @include ipad-portrait {
                               width: 100%;
                               float: none;
                            }
                  .col-1,
                  .col-2 {
                      width: 50%;
                            float: left;
                            padding-left: 15px;
                            padding-right: 15px;
                            -webkit-box-sizing: border-box;
                            -moz-box-sizing: border-box;
                            box-sizing: border-box;
                            @include ipad-portrait {
                               width: 100%;
                               float: none;
                            }

    
         }
    }

          input[type=text],
          input[type=email],
          input[type=tel],
          textarea {
           width: 100%;
                    outline: 0;
                    font-size: 12px;
                    color: #999999;
                    font-weight: 600;
                    border: 1px solid #eaeaea;
                    background-color: #fbfbfc;
                    padding: 15px 20px;
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                    -webkit-transition: -webkit-transform border-color 0.2s ease-out;
                  transition: transform border-color 0.2s ease-out;
              &:focus {
                       border-color: $first-main-color;
                    }

                     resize: none;
          }

    }

     .edgtf-comment-holder{
       clear: both;
      }
}

/* ==========================================================================
# Woocommerce Account Page Style - end
========================================================================== */

/* ==========================================================================
# Woocommerce style - end
========================================================================== */

/* ==========================================================================
# Select 2 - begin
========================================================================== */

/*
Version: 3.5.4 Timestamp: Sun Aug 30 13:30:32 EDT 2015
*/
.select2-container {
	margin: 0;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
	/*
	  Force border-box so that % widths fit the parent
	  container without overlap because of margin/padding.
	  More Info : http://www.quirksmode.org/css/box.html
	*/
	-webkit-box-sizing: border-box; /* webkit */
	-moz-box-sizing: border-box; /* firefox */
	box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
	display: block;
	height: 26px;
	padding: 0 0 0 8px;
	overflow: hidden;
	position: relative;

	border: 1px solid #aaa;
	white-space: nowrap;
	line-height: 26px;
	color: #444;
	text-decoration: none;

	border-radius:0;
	-webkit-tap-highlight-color:transparent;
	outline:0;
	background-clip: padding-box;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	background-color: #fff;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
	background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
	background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
	background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}

html[dir="rtl"] .select2-container .select2-choice {
	padding: 0 8px 0 0;
}

.select2-container.select2-drop-above .select2-choice {
	border-bottom-color: #aaa;

	border-radius: 0 0 4px 4px;

	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
	background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
	background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
	background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
	margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
	margin-right: 26px;
	display: block;
	overflow: hidden;

	white-space: nowrap;

	text-overflow: ellipsis;
	float: none;
	width: auto;
}

html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
	margin-left: 26px;
	margin-right: 0;
}

.select2-container .select2-choice abbr {
	display: none;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 24px;
	top: 8px;

	font-size: 1px;
	text-decoration: none;

	border: 0;
	cursor: pointer;
	outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
	display: inline-block;
}

.select2-container .select2-choice abbr:hover {
	background-position: right -11px;
	cursor: pointer;
}

.select2-drop-mask {
	border: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 9998;
	/* styles required for IE to work */
	background-color: #fff;
	filter: alpha(opacity=0);
}

.select2-drop {
	width: 100%;
	margin-top: -1px;
	position: absolute;
	z-index: 9999;
	top: 100%;

	background: #fff;
	color: #312c2a;
	border: 1px solid #aaa;
	border-top: 0;

	border-radius: 0 0 4px 4px;

	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
	box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.select2-drop.select2-drop-above {
	margin-top: 1px;
	border-top: 1px solid #aaa;
	border-bottom: 0;

	border-radius: 4px 4px 0 0;

	-webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
	box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-active {
	border-top: none;
	outline:none;
	-webkit-tap-highlight-color:transparent;
	border-radius:0;
}

.select2-drop-auto-width {
	border-top: 1px solid #aaa;
	width: auto;
}

.select2-container .select2-choice .select2-arrow {
	display: inline-block;
	width: 18px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;

	border-left: 1px solid #aaa;
	border-radius: 0 4px 4px 0;

	background-clip: padding-box;

	background: #ccc;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
	background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
	background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
	background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
	left: 0;
	right: auto;

	border-left: none;
	border-right: 1px solid #aaa;
	border-radius: 4px 0 0 4px;
}

.select2-container .select2-choice .select2-arrow b {
	display: block;
	width: 100%;
	height: 100%;
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
	background-position: 2px 1px;
}

.select2-search {
	display: inline-block;
	width: 100%;
	min-height: 26px;
	margin: 0;
	padding: 4px 4px 0 4px;

	position: relative;
	z-index: 10000;

	white-space: nowrap;
}

.select2-search input {
	width: 100%;
	height: auto !important;
	min-height: 26px;
	padding: 4px 20px 4px 5px;
	margin: 0;

	outline: 0;
	font-family: sans-serif;
	font-size: 1em;

	border: 1px solid #aaa;
	border-radius: 0;

	-webkit-box-shadow: none;
	box-shadow: none;
}

html[dir="rtl"] .select2-search input {
	padding: 4px 5px 4px 20px;


}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
	outline: none;

	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.select2-dropdown-open .select2-choice {
	border-bottom-color: transparent;
	-webkit-box-shadow: 0 1px 0 #fff inset;
	box-shadow: 0 1px 0 #fff inset;

	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;

	background-color: #eee;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
	background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
	background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
	background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
	border-top-color: transparent;

	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
	background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
	background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
	background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
	background: transparent;
	border-left: none;
	filter: none;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
	border-right: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
	background-position: -18px 1px;
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
	background-position: -16px 1px;
}

.select2-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* results */
.select2-results {
	max-height: 200px;
	padding: 0 0 0 4px;
	margin: 4px 4px 4px 0;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html[dir="rtl"] .select2-results {
	padding: 0 4px 0 0;
	margin: 4px 0 4px 4px;
}

.select2-results ul.select2-result-sub {
	margin: 0;
	padding-left: 0;
}

.select2-results li {
	list-style: none;
	display: list-item;
	background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
	font-weight: bold;
}

.select2-results .select2-result-label {
	padding: 3px 7px 4px;
	margin: 0;
	cursor: pointer;

	min-height: 1em;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.select2-results-dept-1 .select2-result-label { padding-left: 20px }
.select2-results-dept-2 .select2-result-label { padding-left: 40px }
.select2-results-dept-3 .select2-result-label { padding-left: 60px }
.select2-results-dept-4 .select2-result-label { padding-left: 80px }
.select2-results-dept-5 .select2-result-label { padding-left: 100px }
.select2-results-dept-6 .select2-result-label { padding-left: 110px }
.select2-results-dept-7 .select2-result-label { padding-left: 120px }

.select2-results .select2-highlighted {
	background: #3875d7;
	color: #fff;
}

.select2-results li em {
	background: #feffde;
	font-style: normal;
}

.select2-results .select2-highlighted em {
	background: transparent;
}

.select2-results .select2-highlighted ul {
	background: #fff;
	color: #312c2a;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
	background: #f4f4f4;
	display: list-item;
	padding-left: 5px;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
	color: #666;
	background: #f4f4f4;
	display: list-item;
	cursor: default;
}
.select2-results .select2-disabled {
	background: #f4f4f4;
	display: list-item;
	cursor: default;
}

.select2-results .select2-selected {
	display: none;
}

.select2-more-results.select2-active {
	background: #f4f4f4 url('select2-spinner.gif') no-repeat 100%;
}

.select2-results .select2-ajax-error {
	background: rgba(255, 50, 50, .2);
}

.select2-more-results {
	background: #f4f4f4;
	display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
	background-color: #f4f4f4;
	background-image: none;
	border: 1px solid #ddd;
	cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
	background-color: #f4f4f4;
	background-image: none;
	border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
	display: none;
}


/* multiselect */

.select2-container-multi .select2-choices {
	height: auto !important;
	height: 1%;
	margin: 0;
	padding: 0 5px 0 0;
	position: relative;

	border: 1px solid #aaa;
	cursor: text;
	overflow: hidden;

	background-color: #fff;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
	background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
	background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
	background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}

html[dir="rtl"] .select2-container-multi .select2-choices {
	padding: 0 0 0 5px;
}

.select2-locked {
	padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
	min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
	outline: none;

	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-container-multi .select2-choices li {
	float: left;
	list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li
{
	float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
	padding: 5px;
	margin: 1px 0;

	font-family: sans-serif;
	font-size: 100%;
	color: #666;
	outline: 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
	background: #fff url('select2-spinner.gif') no-repeat 100% !important;
}

.select2-default {
	color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
	padding: 3px 5px 3px 18px;
	margin: 3px 0 3px 5px;
	position: relative;

	line-height: 13px;
	color: #333;
	cursor: default;
	border: 1px solid #aaaaaa;

	border-radius: 3px;

	-webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);

	background-clip: padding-box;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	background-color: #e4e4e4;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
	background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice
{
	margin: 3px 5px 3px 0;
	padding: 3px 18px 3px 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
	cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
	background: #d4d4d4;
}

.select2-search-choice-close {
	display: block;
	width: 12px;
	height: 13px;
	position: absolute;
	right: 3px;
	top: 4px;

	font-size: 1px;
	outline: none;
}
html[dir="rtl"] .select2-search-choice-close {
	right: auto;
	left: 3px;
}

.select2-container-multi .select2-search-choice-close {
	left: 3px;
}

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
	left: auto;
	right: 2px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
	background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
	background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
	background-color: #f4f4f4;
	background-image: none;
	border: 1px solid #ddd;
	cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
	padding: 3px 5px 3px 5px;
	border: 1px solid #ddd;
	background-image: none;
	background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {    display: none;
	background: none;
}
/* end multiselect */


.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
	text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
	clip: rect(0 0 0 0) !important;
	width: 1px !important;
	height: 1px !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	position: absolute !important;
	outline: 0 !important;
	left: 0px !important;
	top: 0px !important;
}

.select2-display-none {
	display: none;
}

.select2-measure-scrollbar {
	position: absolute;
	top: -10000px;
	left: -10000px;
	width: 100px;
	height: 100px;
	overflow: scroll;
}

/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx)  {
	.select2-search input,
	.select2-search-choice-close,
	.select2-container .select2-choice abbr,
	.select2-container .select2-choice .select2-arrow b {
		background-image: url('select2x2.png') !important;
		background-repeat: no-repeat !important;
		background-size: 60px 40px !important;
	}

	.select2-search input {
		background-position: 100% -21px !important;
	}
}

/* Woocommerce Select2 override - begin
========================================================================== */

.edgtf-woocommerce-page {

	.select2-container .select2-choice {
		height: 40px;
		padding-left: 17px;
		border: 1px solid #e9e9e9;
		line-height: 40px;
		color: #7f8385;
		border-radius: 0;
		background-color: #f6f6f5;
		background-image: none;
	}

	.select2-container .select2-choice .select2-arrow {
		width: 20px;
		height: 100%;
		position: absolute;
		right: 0;
		top: 0;
		border-left: none;
		border-radius: 0;
		background: transparent;
		background-image: none;
	}

	.select2-container .select2-choice .select2-arrow b:after {
		color: $first-main-color;
		content: '\f107';
		font-family: 'FontAwesome',serif;
		font-size: 14px;
		height: 100%;
		line-height: 40px;
		position: absolute;
		text-align: center;
		top: 0;
		left: 0;
		width: 100%;
		margin: 0;
		border: none;
	}

	.select2-container-active .select2-choice,
	.select2-container-active .select2-choices {
		border: 1px solid #e9e9e9;
		outline: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.select2-drop-active {
		border: 1px solid #e9e9e9;
	}

	.select2-drop {
		background-color: #f6f6f5;
		color: #7f8385;
		border: 1px solid #aaa;
		border-radius: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.woocommerce-ordering .orderby {
		float: right;
		width: 200px;
	}

	.edgtf-shipping-calculator .country_to_state {
		width: 100%;
	}

	.select2-search input {
		background-image: none;
		position: relative;
	}


	.select2-results {
		background-color: #f6f6f5;
	}

}

/* Woocommerce Select2 override - end
========================================================================== */

/* ==========================================================================
# Select 2 - end
========================================================================== */

/* Woocommerce dropdown product list - begin
========================================================================== */

.edgtf-drop-down .second .inner ul .widget_products {
	padding-top: 0;
	padding-bottom: 0;

	h6 {
		display: none;
	}
	li {
		padding: 10px 0;
	}
	li a:not(.edgtf-item-with-icon) {
		padding-left: 0;
	}
	a{
		padding: 0;
		margin: 0;
	}
	.product-title {
		color: #9c9c9c !important;
		font-size: 12px;
		font-weight: 600;
		letter-spacing: 2px;
		width: 51%;
		padding-bottom: 2px;
	}

	.amount {
		font-family: inherit;
		font-size: 16px;
		font-weight: 400;
	}

	img {
		width: 39%;
		float: left;
		padding-right: 18px;
	}
}
.edgtf-drop-down .second .inner ul {
	.widget_text.widget {
		a {
			margin: 0;
			padding: 0;
		}
	}
}
/* Woocommerce dropdown product list - end
========================================================================== */

/* Woocommerce Sidebar - begin
========================================================================== */

aside.edgtf-sidebar {

	.widget.woocommerce ul {

		li {
			margin: 0;
		}

	}

	.widget.woocommerce.widget_product_categories ul li:after {
		content: '9';
		position: absolute;
	}

	.widget_product_categories > h6:before {
		content: "\e067";
	}

	.widget_top_rated_products > h6:before {
		content: "\e028";
	}

	.widget .amount {
		font-size: 13px;
	}

	.woocommerce.widget .product-title {
		font-size: 14px;
		text-transform: none;
		color: #575757;
		letter-spacing: 0px;
		font-weight: 500;
	}
	.woocommerce.widget img {
		width: 35%;
		padding-right: 12px;
	}

}

/* Woocommerce dropdown product list - end
========================================================================== */


??

??