/*
Theme Name: My Daydeal Theme
Description: <strong>Extension for Enfold theme</strong> 
Version: 11.4
Author: TUCC
Author URI: http://www.deliwell.ch
Theme URI: http://www.deliwell.ch
Template: enfold
*/

@import url('../enfold/style.css');

form.cart .button {
    float: left;
    margin: 0px 0;
    vertical-align: middle;
}

.woocommerce-page .woocommerce .button, .single-product .button {
    border: medium none;
    border-radius: 6px;
    cursor: pointer;
    float: left;
    font-family: inherit;
    font-size: 16px !important;
    line-height: 0.7em;
    margin: 4px 2px 0 0;
    min-width: 150px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: auto;
}

/* START - Basket buttons View and Checkout */
.buttons .button {
    min-width: 110px;
    line-height: 1em;
}
/* END - Basket buttons View and Checkout */

#top div .quantity input.plus, #top div .quantity input.minus {
    background-color: #F8F8F8;
    background-repeat: repeat-x;
    border: 1.5px solid #E1E1E1;
    border-radius: 0;
    color: #666666;
    cursor: pointer;
    display: inline;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    width: 30px;
}

#top div .quantity input.qty {
    border-left: medium none;
    border-right: medium none;
    display: inline;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0 5px;
    text-align: center;
    vertical-align: middle;
    width: 30px;
}

.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2, h2.woocommerce-loop-product__title {
    letter-spacing: 1px;
    text-transform: none !important;
}

#top #wrap_all .custom-color-heading .av-special-heading-tag, #top .custom-color-heading a, #top .custom-color-heading strong, #top .custom-color-heading .special_amp {
    font-weight: 400 !important;
}

/* Color of On-Sale Button*/
.main_color .widget_layered_nav ul li.chosen, .main_color .widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle, #top .main_color a.remove, #top .main_color .onsale {
    background-color: #A81010;
}

#top .onsale {
    color: #FFFFFF;
	border-radius: 14px;
    left: auto;
    margin: 0;
    min-width: 65px;
    right: 12px;
    top: 10px;
    z-index: 10;
}

#top div.woocommerce-message {
	background-color: #39ac73;
	border-color: #707271;
	color: #534c4c;
	padding: 13px 32px 13px !important;
}

#top div.woocommerce-message a {
	color: #FFFFFF;
}

#top div.woocommerce-message a.button  {
    margin-top: 0px !important;
    width: auto !important;
    position: initial !important;
    margin-left: 2px !important;
}

#top div.product .woocommerce-tabs {
    clear: both;
    margin: 0 0 30px;
    padding: 15px 0 0;
}

small {
    font-size: 95%;
}

/* Color woocommerce error message */
ul.woocommerce-error {
	background-color: #ff6666;
	background-repeat: no-repeat;
	color: #ffffff;
	margin: 0 0 23px;
	padding: 13px 32px 13px;
}

table div.quantity {
    float: none;
    margin: 0 auto;
    width: 90px;
}

div table.shop_table td {
    padding: 4px 6px;
    vertical-align: middle;
}

.cart-collaterals .cart_totals {
    text-align: right;
    width: 100%;
}

.cart-collaterals .cart_totals {
    text-align: left;
}

.cart-collaterals .cart_totals table small {
    display: inline;
}

td {
    font-size: 12px;
}

table.shop_table th {
    font-size: 11px;
    font-weight: bold;
}

#woocommerce-coupon-data .wc-metaboxes-wrapper, #woocommerce-coupon-data .woocommerce_options_panel, #woocommerce-product-data .wc-metaboxes-wrapper, #woocommerce-product-data .woocommerce_options_panel {
    float: right;
    width: 90%;
}

.single-product-main-image {
    float: left;
    margin-right: 50px;
    overflow: hidden;
    padding-bottom: 0px;
    width: 52%;
}

h1 {
    font-size: 20px;
    line-height: 1.1em;
    margin-bottom: 14px;
}

*::-moz-selection {
    background-color: #ff4d4d;
    color: #FFFFFF;
}

.avia_message_box.avia-size-large {
    padding: 9px;
}

.avia-progress-bar .progressbar-title-wrap {
background: rgba(0, 0, 0, 0.3);
}

.avia_message_box.avia-color-blue, .avia_message_box.avia-color-blue a {
	background-color: #ff6666; /* backup color #bedffa */
	border-color: #ff6666;
	color: #ffffff;
	text-shadow: 1 3px 0 rgba(255, 255, 255, 0.9);
}

/* font of message box for counter */
.avia_message_box_content {
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
}

h1{
    font-weight: 500;
}

#top .widget_nav_menu .nested_nav {
    padding-bottom: 0px;
}

/* Bigger Price size only for product detail view  #top .price span, #top del, #top ins*/
#top .price span {
    display: inline;
    font-size: 32px;
    font-weight: 600;
    line-height: 35px;
    text-decoration: none;
}

/* Define Font for finished products in summary view */
#top .inner_product_header {
    font-size: 15px;
    font-weight: 600;
    line-height: 35px;
    min-height: 10px;
}

/* Button Abstand in der Login Übersicht */
table.shop_table td a.button {
    margin: 1px 3px;
}

form.cart {
    margin-top: 20px !important;
}

#top form.login, #top form.register {
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    margin: 0;
    padding: 20px;
    text-align: left;
}

.sidebar_left.sidebar {
    text-align: left;
}

div.product div.images {
    float: left;
    width: 100%;
}

div.product div.summary {
    float: right;
    width: 100%;
}

/* Increase height for logo */
#header_main .container, .main_menu ul:first-child > li a {
    height: 130px;
    line-height: 130px;
}

.av-hamburger-box {
    display: none;
}

/* Increase font size for main menu */
.av-main-nav > li > a {
    font-size: 18px;
    font-weight: 600;
}

/* Increase font size for header top menu */
.sub_menu {
    font-size: 12px;
}

/* Narrow the month category side on the product overview*/
.responsive .container .nine.units {
    width: 800px;
}

/* Color Main Menu*/
.header_color .main_menu ul:first-child > li a:hover, .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a, .header_color .main_menu ul:first-child > li.active-parent-item > a {
	color: #ff3333;
}

/* Color Main Menu - below */
.header_color .primary-background, .header_color .primary-background a, div .header_color .button, .header_color #submit, .header_color input[type="submit"], .header_color .small-preview:hover, .header_color .avia-menu-fx, .header_color .avia-menu-fx .avia-arrow, .header_color.iconbox_top .iconbox_icon, .header_color .iconbox_top a.iconbox_icon:hover, .header_color .avia-data-table th.avia-highlight-col, .header_color .avia-color-theme-color, .header_color .avia-color-theme-color:hover, .header_color .image-overlay .image-overlay-inside:before, .header_color .comment-count, .header_color .av_dropcap2 {
    background-color: #ff3333;
    color: #ff3333;
}

/* Distance of daydeal boxes */
.avia_message_box {
    margin-top: 0px;
    margin-bottom: 20px;
}

/* Font Size for product description tabs  */
#top .woocommerce-tabs .tabs li a {
    font-size: 18px;
}

.main_color .primary-background, .main_color .primary-background a, div .main_color .button, .main_color #submit, .main_color input[type="submit"], .main_color .small-preview:hover, .main_color .avia-menu-fx, .main_color .avia-menu-fx .avia-arrow, .main_color.iconbox_top .iconbox_icon, .main_color .iconbox_top a.iconbox_icon:hover, .main_color .avia-data-table th.avia-highlight-col, .main_color .avia-color-theme-color, .main_color .avia-color-theme-color:hover, .main_color .image-overlay .image-overlay-inside:before, .main_color .comment-count, .main_color .av_dropcap2 {
	background-color: #cc0000;
	border-color: #cc0000;
	color: #FFFFFF;
}
.main_color .button:hover, .main_color .ajax_controlls a:hover, .main_color #submit:hover, .main_color .big_button:hover, .main_color .contentSlideControlls a:hover, .main_color #submit:hover, .main_color input[type="submit"]:hover {
    background-color: #ff4d4d;
    border-color: #ff4d4d;
    color: #FFFFFF;
}

table.shop_table tfoot td {
    font-weight: normal;
}

table.shop_table th {
    font-size: 11px;
    font-weight: normal;
}

th {
    font-weight: normal;
    text-transform: uppercase;
}

h2 {
    font-size: 20px;
    line-height: 1.1em;
    margin-bottom: 10px;
}

h3 {
    font-size: 15px;
    line-height: 1.1em;
    margin-bottom: 8px;
}

.line-daydeal {
    border-top-style: solid;
    border-top-width: 2px;
    height: 20px;
    left: 0;
    margin-top: 10px;
    position: relative;
    width: 100%;
}

#top #main .single-product-main-image .sidebar, #top #main .single-product-main-image .inner_sidebar {
    border: medium none;
    margin: 0;
    min-height: 0;
    padding: 0px 0 0;
}

.widget {
    clear: both;
    float: none;
    padding: 10px 0;
    position: relative;
}

#top .variations_form {
    margin-bottom: 30px !important;
    background: none !important;
    border: none !important;
}

#top .variations_form .single_variation_wrap {
    margin: 0 !important;
}

div form.cart div.quantity, div.variations_button div.quantity {
    float: left;
    margin: 0 3% 0 0;
    min-width: 90px;
}

div.variations_button .button {
    min-width: 150px !important;
}

table.variations td.label {
    vertical-align: middle !important;
}

#top table.variations td.label label {
    font-size: 14px !important;
}

#pa_gewicht {
    padding: 5px 6px !important;
}

.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
    text-transform: none !important;
}

.products .product h2, .products .product h3, .products .product h4, .products .product h5, .products .product h6, h2.woocommerce-loop-product__title {
    padding-top: 0px;
    font-size: 1em;
    line-height: 1em;
    font-weight: normal;
    margin: 4px;
	line-height: 125%;
}

/* START - Fix problems on mobile for tab section */

.av-section-tab-title:hover {
    color: initial !important;
}

.av-section-tab-title:hover .av-tab-section-image {
    opacity: 1;
    filter: none;
}

/* END - Fix problems on mobile for tab section */

.avia-button.avia-size-large {
    font-size: 15px;
}

/* column with for table in My Account menu  */
table.my_account_orders th, table.my_account_orders td {
    width: 100px;
}

/* Sold out image on product  */
.soldout-today {
    background-color: #ff3333;
}

span.soldout-today {
    border-radius: 2px;
    color: #FFFFFF;
    min-width: 75%;
    z-index: 10;
    bottom: 17%;
    font-size: 20px;
    font-weight:500;
    left: 14%;
    line-height: 32px;
    margin: 0;
    min-height: 32px;
    padding: 4px;
    position: absolute;
    text-align: center;
    color:#ffffff;
    opacity: 0.7;
    border: 2px solid #E34459;
}

.soldout {
    background-color: #ff3333;
}

span.soldout {
    border-radius: 2px;
    color: #FFFFFF;
    min-width: 75%;
    z-index: 10;
    bottom: 20%;
    font-size: 20px;
    font-weight:500;
    left: 14%;
    line-height: 32px;
    margin: 0;
    min-height: 32px;
    padding: 4px;
    position: absolute;
    text-align: center;
    color:#ffffff;
    opacity: 0.7;
    border: 2px solid #d36b10;
}

.avia-testimonial {
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-right-style: dashed;
    border-right-width: 1px;
    padding: 10px;
}

/* move to a different css*/
div.product .product_title {
    clear: none;
    text-align: center;
    font-weight: 400;
    font-size: 170%;
    color: #6e726e;
}

#top .woocommerce-tabs .tabs li.active {
    font-weight: 400;
}

.main_color .summary div {
    text-align: center;
}

/* used for the startpage to center the saebel image */
img.no-deal-image-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Ajax Search Plugin for geplünderte Schätze - change padding to 0*/
#top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
    /*background: #fff none repeat scroll 0 0;*/
    border: 1px solid #e1e1e1;
    border-radius: 0;
    color: #777;
    display: block;
    font: 13px "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0 0 20px;
    max-width: 100%;
    outline: 0 none;
    padding: 0px 6px;
    width: 210px;
}

/* START - Ajax Search Plugin color the search entry field green and rounded */

#ajaxsearchlite1 {
    border-radius: 8px;
}

#ajaxsearchlite1 .orig {
    width: 100% !important;
}

#ajaxsearchlite1 .probox, div[id*="ajaxsearchlite"] .probox {

    background-color: rgb(255, 204, 204) !important;
    border-bottom-color: rgb(0, 0, 0) !important;
    border-left-color: rgb(0, 0, 0) !important;
    border-right-color: rgb(0, 0, 0) !important;
    border-top-color: rgb(0, 0, 0) !important;
    box-shadow: 0 0 0 0 rgb(222, 222, 222) inset !important;
}

#ajaxsearchlite1 .proloading .asl_loader-inner {
    border: 1px solid #000 !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    border-bottom-color: transparent !important;
} 

#ajaxsearchlite1 .probox .proinput input, div[id*="ajaxsearchlite"] .probox .proinput input {
    font-weight: 600 !important;
    font-size:16px !important;
}

/* END -  Ajax Search Plugin color the search entry field green and rounded */


/* @tuccRel2 */
.single-product-main-image {
    float: left;
    margin-right: 30px;
    overflow: hidden;
    padding-bottom: 0;
    width: 54%;
}

#top div.product .woocommerce-tabs {
    clear: both;
    margin-left: 0;
    margin-right: 30px;
    margin-top: 0;
    padding: 15px 0 0;
}

.woocommerce-tabs-advertisment {
    width: 40%;
    float: none;
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    float:none; overflow: hidden; margin-left:0px; width:auto; margin-bottom: 20px;
}
.distance-box {
    width: 100%;
    height: 120px;
}
.distance-box-small {
    width: 100%;
    height: 25px;
}

.distance-box-very-small {
    width: 100%;
    height: 8px;
}

.where_to_buy_box {
    width: 40%;
    float: none;
    border: 0 none;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    overflow: hidden;
    float:none;
    margin-left:0px; 
    width:auto;
    opacity: 1;
    border-radius: 4px;
    background-color: #F5F5F5;
    box-sizing: border-box;
}

.avia-button.avia-size-small-tucc {
    font-size: 11px;
    min-width: 90px;
    padding: 4px 2px 4px;
    z-index: 1;
}

#top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
    padding: 1px 6px;
}

/* Tooltip text */
.tooltip {
    position: relative;
    display: inline;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 135px;
    height: 29px;
    background-color: #8b8e8d;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding-top: 3px;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    top: -1px;
    right: 104%;
    font-size: 10px;
    font-weight: 500;
    line-height: 110%;
    text-transform: none;
}


/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 100%; /* To the right of the tooltip */
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #8b8e8d;
}

/* Start - This css is for Pdf on page Home */

a.tooltips-pdf {
  position: relative;
  display: inline;
}
a.tooltips-pdf span {
  position: absolute;
  width:180px;
  color: #FFFFFF;
  background: #8B8E8D;
  height: 33px;
  font-size: 12px;
  font-weight: 500;
  line-height: 101%;
  text-align: center;
  visibility: hidden;
  border-radius: 6px;
  padding: 4px;
}
a.tooltips-pdf span:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 98%;
  margin-top: -8px;
  width: 0; height: 0;
  border-right: 8px solid #8B8E8D;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
a:hover.tooltips-pdf span {
  visibility: visible;
  opacity: 0.9;
  left: 100%;
  top: 50%;
  margin-top: -60px;
  margin-left: 10px;
  z-index: 999;
}

/* END - This css is for Pdf on page Home */

.avia-button.avia-size-small-tucc {
    font-size: 13px;
    font-weight: 600;
    min-width: 125px;
    padding: 4px 3px;
    text-transform: uppercase;
}

#top .form-row label {
    display: block;
    font-size: 12px;
}
#top label {
    font-size: 13px;
    font-weight: bold;
}

.cart_dropdown {
    right: -2px !important;
    display: none;
}

.cart_dropdown .dropdown_widget {
    width: 310px;
}

/* START - Needed for the add to cart button on the home page */

#top form.cart .button:hover, form.avia_ajax_form .button-contact:hover, .main_color input[type="submit"]:hover, .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
    background-color: #ff4d4d;
}

/* END - Needed for the add to cart button on the home page */

#top table.shop_table .actions .button {
    min-width: 205px;
}

/*------------------------------------------------------------------
 @TUCC all needed for nicer design of the advanced product search plugin
*/

/* START - This css is for filter on whisky page in file plugins/prdctfltr/lib/css/prdctfltr.css,we need in this case to put !important */

#top label {
    font-size: 15px !important;
    font-weight: 400 !important;
}

#top label span, #top legend span {
    color: #444 !important;
    font-size: 15px !important;
    font-weight: normal !important;
    display: inline !important;
}

.prdctfltr_wc {
    margin-bottom: -20px !important;
}

/*
 @TUCC change tag boxes in filter
*/
.prdctfltr_customize_border {
    border-radius: 7px !important;
    box-sizing: border-box !important;
    padding: 0 5px !important;
    display: inline !important;
}

/*
 @TUCC load more button color to green
*/
nav.prdctfltr-pagination.prdctfltr-pagination-load-more a:hover {
            background-color:#ff4d4d !important;
}

/*
 @TUCC filter loeschen (delete) button color to green
*/
.prdctfltr_woocommerce_ordering span.prdctfltr_reset label.prdctfltr_active span:before {
    color:#ff3333 !important;
}

/*
 @TUCC show filter with tags as inline
*/
#top [data-filter='product_tag'] label {
display: inline-block !important;
}

/* END - This css is for filter on whisky page in file plugins/prdctfltr/lib/css/prdctfltr.css,we need in this case to put !imporant */

/* START - This css is for login and register form on page Mein - Konto */

.woocommerce .login .lost_password {
    top: -9px !important;
}

.register .lost_password {
    margin: 0 !important;
}

/* END - This css is for login and register form on page Mein - Konto */

/* START - This css is for 'Proceed to Checkout' button on page Shopping cart */

.cart_totals .wc-proceed-to-checkout .checkout-button {
    float: right;
}

/* END - This css is for 'Proceed to Checkout' button on page Shopping cart */

.av-content-full {
    padding-bottom: 10px;
    padding-top: 18px;
}

.container #advanced_menu_toggle, #advanced_menu_hide {
    visibility: hidden;
}

.responsive #top .cart_dropdown {
    margin:-2px 5px 0 0;
    z-index: inherit !important;
}

/* START - Passed Deal Icon with tooltip beside the product search bar */
a.tooltip {outline:none;}
a.tooltip strong {line-height:30px;}
a.tooltip:hover {text-decoration:none;} 
a.tooltip span {
    z-index:100;position:relative;display:none; padding:14px 20px;
    margin-top:-6px; margin-left:5px;
    width:300px; line-height:16px;
}
a.tooltip:hover span{
    display:inline; position:absolute; color:#111;
    border:1px solid #d9d9d9; background:#f2f2f2;
}
    
.callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;}
    
/*CSS3 extras*/
a.tooltip span
{
    border-radius:4px;
    box-shadow: 5px 5px 15px #e6e6e6;
}

.search-info .search
{
    min-width: 270px; 
    width:39%;
    display:inline-block;
    vertical-align: top;
}

.search-info .info
{
    border:none !important;
}

.search-info .mac-info
{
    vertical-align: middle;
}

/* END - Passed Deal Icon with tooltip beside the product search bar */

/* START - Code for product sorting */

.product-sorting {
    display:none;
}

.sort-param-order span, .sort-param-order a {
    font-size: 13px !important;
}

.sort-param ul {
    width: 100%;
}

/* END - Code for product sorting */

/* START - Remove border on container */

.container_wrap_first {
    border: none;
}

/* END - Remove border on container */

/* START - Hide title in title bar */

.main-title {
    display: none;
}

/* END - Hide title in title bar */

/* START - code for pagination */

.woocommerce-pagination {
    clear: both;
    padding: 10px 0;
    margin: 0;
    float: left;
    overflow: hidden;
}

.page-numbers {
    margin: 0;
}

.page-numbers li {
    display: inline; 
}

.page-numbers li span, .page-numbers li a {
    float: left;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    padding: 0;
    border-radius: 100px;
    margin-right: 3px;
    background-color: #f6f7f9;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
}

.page-numbers li a:hover {
    color: #fff;
    background-color: #919191;
    text-decoration: none;
}

.page-numbers current {
    background-color: #ffcccc !important;
}

/* END - code for pagination */


/* START - hover on facebook images in footer, products and logo */

.logo img {
    z-index: 0 !important;
}

/* preloading_background hover style if required */
#footer .flex_column:nth-child(2) a:hover, .woocommerce-LoopProduct-link:hover, .logo a:hover {
    
}
/* generated element for shine effect.
 * normal state is semi-transparent
 * white but with zero width. Set no
 * transition here for no mouse-leave
 * animations. Otherwise the effect
 * will play in reverse when your mouse
 * leaves the element
 */
#footer .flex_column:nth-child(2) a:after, .woocommerce-LoopProduct-link:after, .logo a:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0%;
    height: 100%;
    background-color: rgba(255,255,255,0.4);
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    
}
/* on hover we animate the width to
 * 100% and opacity to 0 so the element
 * grows and fades out 
 */
#footer .flex_column:nth-child(2) a:hover:after, .woocommerce-LoopProduct-link:hover:after, .logo a:hover:after {
    width: 120%;
    background-color: rgba(255,255,255,0);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
/* END - hover on facebook images in footer, products and logo */

/* START - Remove older hover from facebook images in footer */

#footer .image-overlay-inside, #footer .image-overlay.overlay-type-extern {
    display: none !important;
}

/* END - Remove older hover from facebook images in footer */

/* START - Footer links hover */

#footer .flex_column:nth-child(1) a:hover, #footer .flex_column:nth-child(3) a:hover {
    color: #5c85d6 !important;
    font-weight:400 !important;
    text-decoration: underline;
}

/* END - Footer links hover */

/* START - Products on the same height */

h2.woocommerce-loop-product__title {
    letter-spacing: 1px;
    text-transform: none !important;
    height: 40px;
}

/* END - Products on the same height */

/* START - Code for sidebar on single product and on product-category */

.product section, .template-shop .entry-content-wrapper section {
    display: inline-block;
    width: 26%;
}

 .single-product .productblock, .template-shop .entry-content-wrapper .template-shop {
    width: 70% !important;
    margin-left: 4% !important;
    clear: none !important;
    float: right !important;
    visibility: hidden;
}

.single-product .widget_jcj_woocommerce_category_selection_widget {
    bottom: 63px;
}

.jcj-accordion__head .jcj-accordion__a {
    font-size: 15px;
}

.jcj-accordion__head .jcj-accordion__count {
    font-size: 15px;
}

.jcj-accordion__li {
    padding: 0 !important;
}

ul .jcj-accordion__li:hover {
    background-color: #f8f8f8 !important;
}

.jcj-title {
    font-size: 18px;
}

/* END - Code for sidebar on single product and on product-category */

/* START - Color for footer on product-category */

.template-shop #footer h3, .template-shop #footer .news-headline {
    color: #8d8d8d !important;
}

.template-shop #socket .copyright a {
    color: #878587 !important;
}

.template-shop #footer, .template-shop #footer .news-thumb, .template-shop #socket {
    border-color: #bdbdbd !important;
}

/* END - Color for footer on product-category */

/* START - Code for sale price */

#top #wrap_all ins::before { 
    display: none !important;
} 

#top #wrap_all ins::after { 
    content: "statt"; 
    display: block; 
    font-size: 15px; 
    line-height: 10px; 
    padding-bottom: 5px; 
    padding-top: 4px; 
    text-decoration-color: currentcolor; 
    text-decoration-line: none; 
    text-decoration-style: solid;
} 

/* END - Code for sale price */

/* START - Add pictures for badge on 'weekly deals' products */

.single-product-main-image .yith-wcbm-badge img {
    padding-top: 4px !important;
    padding-right: 4px !important;
}

.template-shop .products .container-image-and-badge .yith-wcbm-badge img {
    padding-top: 2px !important;
    padding-right: 2px !important;
}

/* END - Add pictures for badge on 'weekly deals' products */

/* START - Highlight selected category */

.jcj-accordion__head.active {
    font-weight: bold; 
}

.jcj-accordion__head.active a {
    color: #c00 !important;
}

/* END - Highlight selected category */

/* START - Dont show product view choice dropdown on shop */
.sort-param-count {
    display:none 
}
/* END - Dont show product view choice dropdown on shop */

/* START - Fix postcode field in checkout section */

.form-row-first{
    clear: left !important;
}

/* END - Fix postcode field in checkout section */

/* START - Remove dots below required stars */

abbr.required {
    text-decoration: none !important;
}

/* END - Remove dots below required stars */

/* START - redesign order information table,payment table,billing form,shipping form */

.shop_table th, .shop_table td, .shop_table #coupon_code {
    font-size: 15px !important;
    font-weight: 300 !important;
    text-transform: none !important;
}

.woocommerce-checkout #customer_details .form-row, .woocommerce-address-fields__field-wrapper .form-row, .woocommerce-EditAccountForm .form-row {
	padding: 1px !important;
	margin: 9px 0px 5px !important;
}

.woocommerce-checkout #customer_details input, .woocommerce-checkout #customer_details textarea, .woocommerce-address-fields__field-wrapper input, .woocommerce-EditAccountForm .form-row input {
    font-size: 15px !important;
}

.woocommerce-checkout #customer_details label, .woocommerce-address-fields__field-wrapper label, .woocommerce-EditAccountForm label {
    font-size: 15px !important;
    font-weight:400 !important;
}

.woocommerce-info {
    background-color:#d9d9d9 !important;
    padding: 13px 32px 13px !important;
}
/* now it is working? :) */
.shop_table td {
    padding: 9px 12px !important;
}
/* now it is working :) */
#top .wc_payment_methods label, #top .wc_payment_methods p {
    font-size: 15px !important;
    font-weight: 300 !important;
}

/* payment images */
#top #payment ul.payment_methods li img {
    margin: 5px 0;
}

#top #payment ul.payment_methods li {
    padding: 7px !important;
}

#footer {
    padding: 0px 0 10px 0 !important;
}

.avia_ajax_form .button {
    padding: 10px 10px !important;
    border-radius: 6px !important;
    font-size: 15px !important;
}

#top .place-order label span, #ship-to-different-address label span {
    font-weight: 300 !important;
}

/* END - redesign order information table,payment table,billing form,shipping form */

/* START - Header Menu Login */
.sub_menu>ul>li>a, .sub_menu>div>ul>li>a {
    text-decoration: none;
    font-weight: 400;
    padding: 7px 0;
    font-size: 14px;
}

#top .sub_menu li li a {
    font-size: 14px;
}
/* END - Header Menu Login */

.avia-button.avia-size-medium {
    font-size: 15px;
}

.woocommerce-button.button.cancel {
    display: none;
}

/* START - responsive */

@media only screen and (max-width: 1080px) {

    .single-product-main-image .yith-wcbm-badge 
    {
        height: 120px !important;
        width: 127px !important;
        background-size: contain !important;
    }
    
}

@media only screen and (max-width: 1060px) {

    #top .single-product-summary .variations_form 
    {
        padding: 0;
    }

    #top .single-product-summary .single_add_to_cart_button
    {
        min-width: 130px !important;
    }
    
}

@media only screen and (max-width: 990px) {

    .single-product-main-image .yith-wcbm-badge 
    {
        height: 100px !important;
        width: 107px !important;
        background-size: contain !important;
    }
    
    #header_main .container, .main_menu ul:first-child > li a {
        height: auto !important;
        line-height: 1.3 !important;
    }

    .logo {
        display: table;
        position: static !important;
        float: none !important;
    }

    .logo a {
        display: table-cell;
        vertical-align: middle;
    }
    
    .logo a img {
        max-height: 80px;
    }

    .main_menu {
        position: static;
    }

    .responsive #top .cart_dropdown {
        top: 28% !important;
    }

}

@media only screen and (max-width: 998px) {

    .template-shop .entry-content-wrapper .products li 
    {
        width: 45% !important;
        margin: 1% !important;
        clear: none !important;
    }

}

@media only screen and (max-width: 900px) {

    #top .single-product-summary .single_add_to_cart_button
    {
        min-width: 100px !important;
    }
    
}

@media only screen and (max-width: 860px) {

    .single-product-main-image .yith-wcbm-badge 
    {
        height: 80px !important;
        width: 87px !important;
        background-size: contain !important;
    }

}

@media only screen and (max-width: 810px) {

    #top .single-product-summary .single_add_to_cart_button
    {
        min-width: 80px !important;
    }
    
}

@media only screen and (max-width: 767px) {

    .search-info {
        text-align: left !important;
    }
    
    .search-info .search {
    	min-width: 100% !important;
	}

    .logo img {
        max-height: 100% !important;
    }

    .single-product-main-image .yith-wcbm-badge 
    {
        height: 140px !important;
        width: 147px !important;
        background-size: contain !important;
    }

    .product section, .template-shop .entry-content-wrapper section
    {
        display: block;
        width: auto;
    }

    .single-product .productblock, .template-shop .entry-content-wrapper .template-shop
    {
        width: auto !important;
        margin-left: 0 !important;
        clear: none !important;
        float: none !important;
    }

    .template-shop .entry-content-wrapper .products li 
    {
        width: auto !important;
    }

    .main_menu {
        position: static !important;
        height: auto !important;
    }

    #top .single-product-summary .variations_form 
    {
        padding: 0 15px;
    }

    #top .single-product-summary .single_add_to_cart_button
    {
        min-width: 150px !important;
    }

}

@media only screen and (max-width: 679px) {

    .single-product-main-image .yith-wcbm-badge 
    {
        height: 110px !important;
        width: 117px !important;
        background-size: contain !important;
    }

    .search-info a.tooltip span
    {
        margin-left: 0;
        margin-top: 0;
        width: 200px;
        top: auto;
        left: auto;
    }

}

@media only screen and (max-width: 563px) {

    .single-product-main-image .yith-wcbm-badge 
    {
        height: 80px !important;
        width: 87px !important;
        background-size: contain !important;
    }

    .search-info a.tooltip span
    {
        margin-top: 0;
        width: 150px;
        top: 4em;
        left: -8em;
    }

    .single-product .main-title, .main-title 
    {
        display: none;
    }
    
    .same_vendors_products .av-catalogue-title {
        padding-right: 100px !important;
        font-size: 14px;
        line-height: 1.2em;
    }

    .vendor_product_name {
        font-size: 13px;
        line-height: 1.2em;
    }


}

@media only screen and (max-width: 419px) {

    .single-product-main-image .yith-wcbm-badge 
    {
        height: 60px !important;
        width: 67px !important;
        background-size: contain !important;
    }
    
    .search-info .orig, .search-info .autocomplete
    {
        width: auto !important;
    }

}

@media only screen and (max-width: 360px) {

    .search-info {
        width: auto;
        margin-right: 2px;
    }

    .search-info .search
    {
        width: auto;
        min-width: auto;
    }

}

@media only screen and (max-width: 344px) {

    .cart_dropdown .dropdown_widget 
    {
        width: 280px;
    }

}

@media only screen and (max-width: 330px) {

    #top .single-product-summary .variations_form 
    {
        padding: 0;
    }

}

@media only screen and (max-width: 319px) {

    .search-info .proinput
    {
        margin: 0 0 0 7px !important;
    }

    .search-info a.tooltip span
    {
       width: 250px;
    }

    .cart_dropdown .dropdown_widget 
    {
        width: 250px;
    }

}

/* END - responsive */