?? GreyFile — Mystic File Browser

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



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

?? Viewing: woocommerce.css

/* ==========================================================================
# Woocommerce style - begin
========================================================================== */
@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,
.edgtf-woocommerce-page .woocommerce-ordering {
  width: 50%;
  height: 41px;
  margin: 0 0 27px 0;
  display: inline;
  float: left;
}

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

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

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

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

.edgtf-woocommerce-page .product img {
  display: block;
  width: 100%;
}

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

.edgtf-woocommerce-page .product .edgtf-onsale {
  position: absolute;
  display: table;
  top: 0;
  right: 0;
  width: 57px;
  height: 64px;
  text-align: center;
  z-index: 100;
  color: #fff;
  background-color: #fb3644;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.5em;
  -webkit-transition: top 0.2s ease-out;
  transition: top 0.2s ease-out;
  -webkit-backface-visibility: hidden;
}

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

.edgtf-woocommerce-page .product .edgtf-product-overlay {
  position: absolute;
  width: 99.99%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #333;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.edgtf-woocommerce-page input[type=submit]:not(.edgtf-search-submit),
.edgtf-woocommerce-page 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;
  -webkit-transition: color 0.15s ease-out, background-color 0.15s ease-out, border-color 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, border-color 0.15s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.edgtf-woocommerce-page input[type=submit]:not(.edgtf-search-submit):hover,
.edgtf-woocommerce-page button:hover {
  border-color: #fb3644;
  color: #fff;
  background-color: #fb3644;
}

.edgtf-woocommerce-page.woocommerce-cart .edgtf-btn:hover {
  background-color: #312c2a;
  border-color: #312c2a;
}

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

.edgtf-woocommerce-page.edgtf-woocommerce-columns-5 .products .product:nth-child(5n),
.edgtf-woocommerce-page .woocommerce.columns-5 .products .product:nth-child(5n) {
  margin-right: 0;
}

.edgtf-woocommerce-page.edgtf-woocommerce-columns-5 .products .product:nth-child(5n+1),
.edgtf-woocommerce-page .woocommerce.columns-5 .products .product:nth-child(5n+1) {
  clear: both;
}

.edgtf-woocommerce-page.edgtf-woocommerce-columns-4 .products .product,
.edgtf-woocommerce-page .columns-4 .products .product {
  width: 24%;
  margin-right: 1.3333333%;
  margin-bottom: 2.5%;
}

.edgtf-woocommerce-page.edgtf-woocommerce-columns-4 .products .product:nth-child(4n),
.edgtf-woocommerce-page .columns-4 .products .product:nth-child(4n) {
  margin-right: 0;
}

.edgtf-woocommerce-page.edgtf-woocommerce-columns-4 .products .product:nth-child(4n+1),
.edgtf-woocommerce-page .columns-4 .products .product:nth-child(4n+1) {
  clear: both;
}

.edgtf-woocommerce-page.edgtf-woocommerce-columns-4 .edgtf-woocommerce-with-sidebar .products .product,
.edgtf-woocommerce-page .columns-4 .edgtf-woocommerce-with-sidebar .products .product {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2.5%;
}

.edgtf-woocommerce-page.edgtf-woocommerce-columns-4 .edgtf-woocommerce-with-sidebar .products .product:nth-child(3n),
.edgtf-woocommerce-page .columns-4 .edgtf-woocommerce-with-sidebar .products .product:nth-child(3n) {
  margin: 0;
}

.edgtf-woocommerce-page.edgtf-woocommerce-columns-4 .edgtf-woocommerce-with-sidebar .products .product:nth-child(3n+1),
.edgtf-woocommerce-page .columns-4 .edgtf-woocommerce-with-sidebar .products .product:nth-child(3n+1) {
  clear: both;
}

.edgtf-woocommerce-page.edgtf-woocommerce-columns-4 .edgtf-woocommerce-with-sidebar .products .product:nth-child(4n+1),
.edgtf-woocommerce-page .columns-4 .edgtf-woocommerce-with-sidebar .products .product:nth-child(4n+1) {
  clear: none;
}

.edgtf-woocommerce-page.edgtf-woocommerce-columns-3 .products .product,
.edgtf-woocommerce-page .columns-3 .products .product {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2.5%;
}

.edgtf-woocommerce-page.edgtf-woocommerce-columns-3 .products .product:nth-child(3n),
.edgtf-woocommerce-page .columns-3 .products .product:nth-child(3n) {
  margin: 0;
}

.edgtf-woocommerce-page.edgtf-woocommerce-columns-3 .products .product:nth-child(3n+1),
.edgtf-woocommerce-page .columns-3 .products .product:nth-child(3n+1) {
  clear: both;
}

.edgtf-woocommerce-page.edgtf-woocommerce-columns-3 .edgtf-woocommerce-with-sidebar .products .product,
.edgtf-woocommerce-page .columns-3 .edgtf-woocommerce-with-sidebar .products .product {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2.5%;
}

.edgtf-woocommerce-page.edgtf-woocommerce-columns-3 .edgtf-woocommerce-with-sidebar .products .product:nth-child(2n),
.edgtf-woocommerce-page .columns-3 .edgtf-woocommerce-with-sidebar .products .product:nth-child(2n) {
  margin-right: 0;
}

.edgtf-woocommerce-page.edgtf-woocommerce-columns-3 .edgtf-woocommerce-with-sidebar .products .product:nth-child(2n+1),
.edgtf-woocommerce-page .columns-3 .edgtf-woocommerce-with-sidebar .products .product:nth-child(2n+1) {
  clear: both;
}

.edgtf-woocommerce-page.edgtf-woocommerce-columns-3 .edgtf-woocommerce-with-sidebar .products .product:nth-child(3n+1),
.edgtf-woocommerce-page .columns-3 .edgtf-woocommerce-with-sidebar .products .product:nth-child(3n+1) {
  clear: none;
}

.edgtf-woocommerce-page.edgtf-woocommerce-columns-2 .products .product,
.edgtf-woocommerce-page .columns-2 .products .product {
  width: 48%;
  margin-right: 3.8%;
  margin-bottom: 2.992em;
}

.edgtf-woocommerce-page.edgtf-woocommerce-columns-2 .products .product.last,
.edgtf-woocommerce-page .columns-2 .products .product.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;
}

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

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

.woocommerce-pagination .page-numbers li > a,
.woocommerce-pagination .page-numbers 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;
}

.woocommerce-pagination .page-numbers li span.current {
  color: #333333;
  background-color: #ebebeb;
}

.woocommerce-pagination .page-numbers li a:hover,
.woocommerce-pagination .page-numbers li span:hover,
.woocommerce-pagination .page-numbers li span.current:hover {
  background-color: #fb3644;
  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;
}

.edgtf-single-product-images a {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 22px;
}

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

.edgtf-single-product-images .thumbnails .woocommerce-product-gallery__image:last-child {
  margin-right: 0;
}

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

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

.edgtf-single-product-summary .price {
  margin-bottom: 25px;
}

.edgtf-single-product-summary .cart {
  margin: 32px 0;
}

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

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

.edgtf-woocommerce-page .edgtf-tabs {
  clear: both;
}

.edgtf-woocommerce-page #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;
}

.edgtf-woocommerce-single-page .single_add_to_cart_button {
  background-color: #fb3644;
  border-color: #fb3644;
  color: #fff;
  -webkit-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
}

.edgtf-woocommerce-single-page .single_add_to_cart_button .edgtf-btn-text {
  vertical-align: middle;
}

.edgtf-woocommerce-single-page .single_add_to_cart_button .icon_bag_alt {
  font-size: 20px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.edgtf-woocommerce-single-page .edgtf-btn {
  background-color: #fb3644;
  border-color: #fb3644;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
}

.edgtf-woocommerce-single-page .product {
  width: 100%;
}

.edgtf-woocommerce-single-page .product .edgtf-onsale {
  display: none !important;
}

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

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

.edgtf-woocommerce-single-page .woocommerce-product-rating {
  display: none;
}

.edgtf-woocommerce-single-page .product_meta > span {
  display: block;
  margin-bottom: 3px;
}

.edgtf-woocommerce-single-page .product_meta {
  margin-top: 30px;
}

.edgtf-woocommerce-single-page .sku_wrapper {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #312c2a;
}

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

.edgtf-woocommerce-single-page .posted_in {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #312c2a;
}

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

.edgtf-woocommerce-single-page .posted_in a:first-child {
  padding-left: 7px;
}

.edgtf-woocommerce-single-page .tagged_as {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #312c2a;
}

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

.edgtf-woocommerce-single-page .tagged_as a:first-child {
  margin-left: 7px;
}

.edgtf-woocommerce-single-page .commentlist {
  list-style: none;
}

.edgtf-woocommerce-single-page .comment {
  margin: 10px 0 15px 10px;
}

.edgtf-woocommerce-single-page .comment_container {
  display: inline-block;
  width: 100%;
}

.edgtf-woocommerce-single-page .comment_container img {
  width: auto;
  float: left;
}

.edgtf-woocommerce-single-page .comment_container .comment-text {
  float: right;
  width: 85%;
}

.edgtf-woocommerce-single-page .comment_container .comment-text .star-rating {
  margin-top: 0;
  float: none;
  margin-bottom: 7px;
}

.edgtf-woocommerce-single-page .comment_container .comment-text .meta {
  display: block;
  line-height: 1em;
  margin-bottom: 10px;
}

.edgtf-woocommerce-single-page .related h2 {
  text-transform: uppercase;
  margin-bottom: 30px;
}

.edgtf-woocommerce-single-page .related h2::after {
  content: "";
  display: block;
  width: 71%;
  height: 1px;
  position: relative;
  left: 29%;
  bottom: 8px;
  background-color: #efefef;
}

.edgtf-woocommerce-single-page table.variations {
  margin-bottom: 40px;
}

.edgtf-woocommerce-single-page table.variations td {
  text-align: left;
}

.edgtf-woocommerce-single-page .single_variation_wrap .variations_button {
  display: inline-block;
}

.edgtf-woocommerce-single-page .product .group_table {
  margin-bottom: 40px;
}

.edgtf-woocommerce-single-page .product .group_table .price {
  width: auto;
  display: table-cell;
  text-align: right;
}

.edgtf-woocommerce-single-page .product .group_table .price 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-woocommerce-page .edgtf-quantity-buttons .edgtf-quantity-minus,
.edgtf-woocommerce-page .edgtf-quantity-buttons .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;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  background-color: #fb3644;
}

.edgtf-woocommerce-page .edgtf-quantity-buttons .edgtf-quantity-minus:hover,
.edgtf-woocommerce-page .edgtf-quantity-buttons .edgtf-quantity-plus:hover {
  background-color: #312c2a;
}

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

.edgtf-woocommerce-page .edgtf-quantity-buttons .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,
.edgtf-woocommerce-page .woocommerce-info,
.edgtf-woocommerce-page .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;
}

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

/* Woocommerce message - end
========================================================================== */
/* Woocommerce table - begin
========================================================================== */
.edgtf-woocommerce-page table.cart tr:last-child {
  border: none;
}

.edgtf-woocommerce-page table td {
  vertical-align: middle;
}

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

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

.edgtf-woocommerce-page td.actions {
  padding: 25px 0;
}

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

.edgtf-woocommerce-page td.actions .edgtf-cart-proceed-update {
  text-align: right;
}

.edgtf-woocommerce-page .coupon label {
  display: none;
}

.edgtf-woocommerce-page .coupon 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;
}

.edgtf-woocommerce-page .edgtf-shipping-calculator .shipping-calculator-button {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.4375em;
  font-weight: 700;
  text-transform: uppercase;
}

.edgtf-woocommerce-page .edgtf-shipping-calculator .form-row {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 20px;
  float: left;
}

.edgtf-woocommerce-page .edgtf-shipping-calculator .form-row-last {
  margin-right: 0;
}

.edgtf-woocommerce-page .edgtf-shipping-calculator .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;
}

.edgtf-woocommerce-page .edgtf-cart-totals table tr {
  border: none;
}

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

.edgtf-woocommerce-page .edgtf-cart-totals table td {
  text-align: right;
  padding-right: 0;
}

.edgtf-woocommerce-page .edgtf-cart-totals table td #shipping_method {
  list-style: none;
}

.edgtf-woocommerce-page .edgtf-cart-totals .cart_totals h2 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.edgtf-woocommerce-page .product-name {
  text-transform: uppercase;
  font-weight: 700;
}

.edgtf-woocommerce-page .product-name a {
  color: #312c2a;
}

/* Woocommerce totals - end
========================================================================== */
/* Woocommerce checkout - begin
========================================================================== */
.edgtf-woocommerce-page .woocommerce-checkout .col2-set:before,
.edgtf-woocommerce-page .woocommerce-checkout .col2-set:after {
  content: '';
  display: table;
}

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

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

.edgtf-woocommerce-page .woocommerce-checkout .col-1 h3,
.edgtf-woocommerce-page .woocommerce-checkout .col-2 h3 {
  margin-bottom: 20px;
}

.edgtf-woocommerce-page .woocommerce-checkout .col-1 .form-row,
.edgtf-woocommerce-page .woocommerce-checkout .col-2 .form-row {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 20px;
  float: left;
}

.edgtf-woocommerce-page .woocommerce-checkout .col-1 .form-row-last,
.edgtf-woocommerce-page .woocommerce-checkout .col-2 .form-row-last {
  margin-right: 0;
}

.edgtf-woocommerce-page .woocommerce-checkout .col-1 .form-row-wide,
.edgtf-woocommerce-page .woocommerce-checkout .col-1 .form-row.notes,
.edgtf-woocommerce-page .woocommerce-checkout .col-2 .form-row-wide,
.edgtf-woocommerce-page .woocommerce-checkout .col-2 .form-row.notes {
  width: 100%;
}

.edgtf-woocommerce-page .woocommerce-checkout .col-1 .form-row label:not(.checkbox),
.edgtf-woocommerce-page .woocommerce-checkout .col-2 .form-row label:not(.checkbox) {
  display: none;
}

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

.edgtf-woocommerce-page .woocommerce-checkout #shipping_method {
  list-style: none;
}

.edgtf-woocommerce-page .woocommerce-checkout textarea {
  height: 125px;
  padding-top: 16px;
}

.edgtf-woocommerce-page .woocommerce-checkout .payment_methods {
  list-style: none;
  margin: 15px 0 130px;
}

.edgtf-woocommerce-page .woocommerce-checkout .payment_methods label {
  color: #575757;
}

.edgtf-woocommerce-page .woocommerce-checkout .payment_method_paypal {
  position: relative;
}

.edgtf-woocommerce-page .woocommerce-checkout .payment_method_paypal img {
  position: absolute;
  bottom: -100px;
  left: 24px;
}

.edgtf-woocommerce-page .woocommerce-checkout .payment_box.payment_method_cheque {
  padding-left: 24px;
}

.edgtf-woocommerce-page .woocommerce-checkout .payment_box.payment_method_paypal {
  position: absolute;
  top: 120px;
  left: 24px;
}

.edgtf-woocommerce-page .woocommerce-checkout .checkout_coupon {
  margin-bottom: 20px;
}

.edgtf-woocommerce-page .woocommerce-checkout #coupon_code,
.edgtf-woocommerce-page .woocommerce-checkout #order_review {
  margin-bottom: 10px;
}

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

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

/* Woocommerce checkout - end
========================================================================== */
.edgtf-woocommerce-page input[type="text"],
.edgtf-woocommerce-page input[type="email"],
.edgtf-woocommerce-page input[type="tel"],
.edgtf-woocommerce-page input[type="password"],
.edgtf-woocommerce-page textarea {
  width: 100%;
  padding: 16px 17px;
  outline: 0;
  resize: none;
  font-family: inherit;
  line-height: 18px;
  background-color: #f8f8f8;
  color: #575757;
  box-sizing: border-box;
  border: 1px solid #efefef;
  font-size: 14px;
}

/* Dropdown Shopping Cart */
.edgtf-shopping-cart-outer {
  height: 100%;
  display: table;
}

.edgtf-shopping-cart-outer .edgtf-shopping-cart-inner {
  display: table-cell;
  vertical-align: middle;
}

.edgtf-shopping-cart-outer .edgtf-shopping-cart-header {
  display: inline-block;
}

.edgtf-shopping-cart-outer .edgtf-shopping-cart-header .edgtf-header-cart {
  display: inline-block;
  position: relative;
  padding: 0 10px 0 0;
}

.edgtf-shopping-cart-outer .edgtf-shopping-cart-header .edgtf-header-cart i {
  color: #fb3644;
  font-size: 18px;
  -webkit-transition: inital;
  transition: inital;
}

.edgtf-shopping-cart-outer .edgtf-shopping-cart-header .edgtf-cart-label {
  -webkit-transition: color 0.15s ease;
  transition: color 0.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;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.edgtf-shopping-cart-dropdown ul li {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  padding: 15px;
  border-bottom: 1px solid #ededed;
  box-sizing: border-box;
}

.edgtf-shopping-cart-dropdown ul li a {
  display: block;
}

.edgtf-shopping-cart-dropdown ul li a:hover {
  color: #fb3644;
}

.edgtf-shopping-cart-dropdown ul li .edgtf-item-image-holder {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  width: 65px;
}

.edgtf-shopping-cart-dropdown ul li .edgtf-item-image-holder img {
  vertical-align: middle;
}

.edgtf-shopping-cart-dropdown .edgtf-item-info-holder {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  padding-left: 20px;
  text-align: left;
}

.edgtf-shopping-cart-dropdown .edgtf-item-info-holder .edgtf-item-left {
  float: left;
}

.edgtf-shopping-cart-dropdown .edgtf-item-info-holder .edgtf-item-left a {
  margin: 0 0 10px 0;
}

.edgtf-shopping-cart-dropdown .edgtf-item-info-holder .edgtf-item-left:hover {
  color: #fb3644;
}

.edgtf-shopping-cart-dropdown .edgtf-item-info-holder .edgtf-item-right {
  float: right;
  text-align: right;
}

.edgtf-shopping-cart-dropdown .edgtf-item-info-holder .edgtf-item-right .remove {
  color: #fff;
  background-color: #ededed;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin: 10px 0 0 10px;
}

.edgtf-shopping-cart-dropdown .edgtf-item-info-holder .edgtf-item-right .remove:hover {
  background-color: #fb3644;
}

.edgtf-shopping-cart-dropdown span.edgtf-total span {
  color: #fb3644;
  font-weight: 600;
  padding: 0 0 0 2px;
  letter-spacing: 0;
}

.edgtf-shopping-cart-dropdown .edgtf-empty-cart {
  border: none;
  padding: 15px;
}

.edgtf-shopping-cart-dropdown .edgtf-cart-list a > img {
  display: block;
}

.edgtf-shopping-cart-dropdown span.edgtf-quantity {
  color: #fb3644;
  font-weight: 600;
}

.edgtf-shopping-cart-dropdown .edgtf-cart-bottom {
  padding: 15px;
}

.edgtf-shopping-cart-dropdown .edgtf-cart-bottom .checkout,
.edgtf-shopping-cart-dropdown .edgtf-cart-bottom .view-cart {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.edgtf-shopping-cart-dropdown .edgtf-cart-bottom .view-cart {
  float: left;
  background-color: #262626;
  color: #fff;
}

.edgtf-shopping-cart-dropdown .edgtf-cart-bottom .view-cart:hover {
  background-color: #fb3644;
}

.edgtf-shopping-cart-dropdown .edgtf-cart-bottom .checkout {
  float: right;
  color: #fff;
  background-color: #fb3644;
}

.edgtf-shopping-cart-dropdown .edgtf-cart-bottom .checkout:hover {
  background-color: #262626;
}

.edgtf-shopping-cart-dropdown .edgtf-cart-bottom .edgtf-subtotal-holder {
  margin: 0 0 20px 0;
  color: #312c2a;
}

.edgtf-shopping-cart-dropdown .edgtf-cart-bottom .edgtf-subtotal-holder .edgtf-total {
  float: left;
}

.edgtf-shopping-cart-dropdown .edgtf-cart-bottom .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-top-bar .edgtf-shopping-cart-outer .edgtf-shopping-cart-inner {
  display: block;
  height: 100%;
}

.edgtf-top-bar .edgtf-shopping-cart-outer .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: #333;
  }
  .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: #ffffff;
  }
}

.edgtf-vertical-align-containers .edgtf-shopping-cart-header {
  padding: 0 10px;
}

.edgtf-vertical-align-containers .edgtf-shopping-cart-header 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-image-wrapper .edgtf-woocommerce-link {
  display: block;
}

.edgtf-woocommerce-image-wrapper:hover .edgtf-woocommerce-add-to-cart-holder,
.edgtf-woocommerce-image-wrapper:hover .add_to_cart_button,
.edgtf-woocommerce-image-wrapper:hover .added_to_cart {
  opacity: 1;
}

.edgtf-woocommerce-image-wrapper:hover .edgtf-product-overlay {
  opacity: 0.85;
}

.edgtf-woocommerce-image-wrapper:hover .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;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  text-align: center;
}

.edgtf-woocommerce-add-to-cart-holder .add_to_cart_button,
.edgtf-woocommerce-add-to-cart-holder .added_to_cart {
  background-color: #fb3644;
  border-color: #fb3644;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
}

.edgtf-woocommerce-add-to-cart-holder .add_to_cart_button.added,
.edgtf-woocommerce-add-to-cart-holder .added_to_cart.added {
  display: none;
}

.edgtf-woocommerce-add-to-cart-holder .add_to_cart_button .edgtf-btn-text,
.edgtf-woocommerce-add-to-cart-holder .added_to_cart .edgtf-btn-text {
  vertical-align: middle;
}

.edgtf-woocommerce-add-to-cart-holder .add_to_cart_button .icon_bag_alt,
.edgtf-woocommerce-add-to-cart-holder .added_to_cart .icon_bag_alt {
  font-size: 20px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.edgtf-woocommerce-add-to-cart-holder .edgtf-btn {
  background-color: #fb3644;
  border-color: #fb3644;
  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: #fb3644;
}

ins {
  text-decoration: none;
}

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

del .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: #fb3644;
}

.star-rating:before {
  content: "\73\73\73\73\73";
  position: absolute;
  top: 0;
  left: 0;
}

.star-rating span {
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 1.5em;
}

.star-rating span: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%;
}

#review_form #respond:after {
  content: "";
  display: block;
  clear: both;
}

#review_form #respond p {
  margin: 0 0 10px;
}

#review_form #respond .form-submit input {
  left: auto;
}

#review_form #respond 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;
}

.stars a:hover, .stars a:focus {
  background: url(img/star.png) repeat-x left -16px;
}

.stars a.active {
  background: url(img/star.png) repeat-x left -32px;
}

.stars a.star-1 {
  width: 16px;
  z-index: 10;
}

.stars a.star-2 {
  width: 32px;
  z-index: 9;
}

.stars a.star-3 {
  width: 48px;
  z-index: 8;
}

.stars a.star-4 {
  width: 64px;
  z-index: 7;
}

.stars a.star-5 {
  width: 80px;
  z-index: 6;
}

/* ==========================================================================
# Star review/rating - end
========================================================================== */
/* ==========================================================================
# Widgets style - start
========================================================================== */
.woocommerce.widget li {
  margin-bottom: 20px;
}

.woocommerce.widget li:after, .woocommerce.widget li:before {
  content: " ";
  display: table;
  clear: both;
}

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

.woocommerce.widget .product_list_widget {
  list-style: none;
}

.woocommerce.widget .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%;
}

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

.woocommerce.widget.widget_top_rated_products .star-rating {
  display: none;
}

.woocommerce.widget.widget_product_search label {
  display: none;
}

.woocommerce.widget.widget_product_search input[type='search'] {
  border: 2px solid #efefef;
  outline: none;
  width: 100%;
  margin-bottom: 10px;
  padding: 8px;
  color: #575757;
}

.woocommerce.widget .reviewer {
  display: block;
}

.woocommerce.widget .remove {
  float: right;
  font-size: 20px;
  line-height: 1em;
}

.woocommerce.widget .total .amount {
  float: right;
}

.woocommerce.widget .quantity {
  display: block;
  font-size: 20px;
}

.woocommerce.widget .mini_cart_item {
  text-transform: uppercase;
}

.woocommerce.widget .buttons {
  margin-top: 10px;
  display: block;
}

.woocommerce.widget .buttons .button {
  display: inline-block;
  width: 49%;
  box-sizing: border-box;
  text-align: center;
  border: 2px solid #efefef;
  color: #575757;
  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;
  -webkit-transition: color 0.15s ease-out, border-color 0.15s ease-out;
  transition: color 0.15s ease-out, border-color 0.15s ease-out;
}

.woocommerce.widget .buttons .button:hover {
  border-color: #fb3644;
  color: #fb3644;
}

.woocommerce.widget input[type='submit'],
.woocommerce.widget button {
  border: none;
  color: #fff;
  background-color: #fb3644;
}

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

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

.widget_price_filter .price_slider {
  margin-bottom: 20px;
}

.widget_price_filter .ui-widget-content {
  background-color: #f8f8f8;
}

.widget_price_filter .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%;
}

.widget_price_filter .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: #fb3644;
  margin-left: -2px;
}

.widget_price_filter .price_slider_amount .button {
  float: right;
}

/* ==========================================================================
# Woocommerce Account Page Style - start
========================================================================== */
.woocommerce-account .woocommerce,
.woocommerce-account header {
  margin-bottom: 20px;
}

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

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

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

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

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

.woocommerce-account .myaccount_user {
  margin-bottom: 25px;
  position: relative;
  display: block;
  padding: 8px 40px;
  background-color: #f8f8f8;
  line-height: 1.7em;
  color: #575757;
  font-size: 15px;
  font-weight: 400;
}

.woocommerce-account form {
  margin-bottom: 105px;
}

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

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

.woocommerce-account #rememberme {
  vertical-align: middle;
}

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

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

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

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

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .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-account .woocommerce-MyAccount-navigation {
  width: 30%;
  padding: 0 30px 0 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid #e1e1e1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #e1e1e1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #fb3644;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  font-weight: 600;
  color: #0e0e0e;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  color: #fb3644;
}

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

.woocommerce-account .woocommerce h2 {
  margin-bottom: 15px;
}

.woocommerce-account .woocommerce .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;
}

@media only screen and (max-width: 768px) {
  .woocommerce-account .woocommerce .col2-set {
    width: 100%;
    float: none;
  }
}

.woocommerce-account .woocommerce .col2-set .col-1,
.woocommerce-account .woocommerce .col2-set .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;
}

@media only screen and (max-width: 768px) {
  .woocommerce-account .woocommerce .col2-set .col-1,
  .woocommerce-account .woocommerce .col2-set .col-2 {
    width: 100%;
    float: none;
  }
}

.woocommerce-account .woocommerce input[type=text],
.woocommerce-account .woocommerce input[type=email],
.woocommerce-account .woocommerce input[type=tel],
.woocommerce-account .woocommerce 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;
  resize: none;
}

.woocommerce-account .woocommerce input[type=text]:focus,
.woocommerce-account .woocommerce input[type=email]:focus,
.woocommerce-account .woocommerce input[type=tel]:focus,
.woocommerce-account .woocommerce textarea:focus {
  border-color: #fb3644;
}

.woocommerce-account .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, 0.15);
  box-shadow: 0 4px 5px rgba(0, 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, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 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, 0.3);
  box-shadow: 0 0 5px rgba(0, 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, 0.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, 0.3);
  box-shadow: 0 0 5px rgba(0, 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;
}

.edgtf-woocommerce-page .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;
}

.edgtf-woocommerce-page .select2-container .select2-choice .select2-arrow b:after {
  color: #fb3644;
  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;
}

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

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

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

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

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

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

.edgtf-woocommerce-page .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;
}

.edgtf-drop-down .second .inner ul .widget_products h6 {
  display: none;
}

.edgtf-drop-down .second .inner ul .widget_products li {
  padding: 10px 0;
}

.edgtf-drop-down .second .inner ul .widget_products li a:not(.edgtf-item-with-icon) {
  padding-left: 0;
}

.edgtf-drop-down .second .inner ul .widget_products a {
  padding: 0;
  margin: 0;
}

.edgtf-drop-down .second .inner ul .widget_products .product-title {
  color: #9c9c9c !important;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  width: 51%;
  padding-bottom: 2px;
}

.edgtf-drop-down .second .inner ul .widget_products .amount {
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
}

.edgtf-drop-down .second .inner ul .widget_products 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;
}

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

aside.edgtf-sidebar .widget_product_categories > h6:before {
  content: "\e067";
}

aside.edgtf-sidebar .widget_top_rated_products > h6:before {
  content: "\e028";
}

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

aside.edgtf-sidebar .woocommerce.widget .product-title {
  font-size: 14px;
  text-transform: none;
  color: #575757;
  letter-spacing: 0px;
  font-weight: 500;
}

aside.edgtf-sidebar .woocommerce.widget img {
  width: 35%;
  padding-right: 12px;
}

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

/*# sourceMappingURL=woocommerce.css.map */


??

??