﻿/*
Theme Name: Sportservice
Theme URI: http://sportservice.ee
Author: Sportservice
Author URI: http://sportservice.ee
Description: Sportservice theme
Version: 1.0.0

*/

/* Fonts */
/* @import url(https://fonts.googleapis.com/css?family=Montserrat:400,700); */
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700,400italic&subset=latin,cyrillic);

/* My Minimal WordPress Styling comes here */

/* This is a small security for too long strings titles */
body {
	word-wrap: break-word;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	color: #444;
	line-height: 1.625;
}

a, a:hover {
  color: #2683ff;
  text-decoration: none;
}

p {
    margin: 0 0 24px;
    padding: 0;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
/* 	margin-right: 1.5em; */
}
.alignright {
	display: inline;
	float: right;
/* 	margin-left: 1.5em; */
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}


/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
.gallery-caption {
	display: block;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/* Content */
.main-content-inner {
	padding-bottom: 0;
}
.hentry {
	margin: 0 0 1.5em;
}
.sticky {
	display: block;
}
.bypostauthor {
	display: block;
}


/* Clearing */
.clear {
	clear: both;
}

/* Navigation */

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

 .comment .children { margin-left: 1.5em; }

/**
* Some WP Theme Repository requirements
*/

.sticky {
}

.gallery-caption {

}

.bypostauthor {

}

.entry-meta {
	clear: both;
}

/*

 == Infinite Scrolling by Jetpack ==
 You can enable this cool feature by simply decommenting the lines below and make sure you use the same classes on the right place in your html..

/* Globally hidden elements when Infinite Scroll is supported and in use.
 * Older / Newer Posts Navigation (the pagination, must always be hidden), Theme Footer only when set to scrolling.. */

/*
.infinite-scroll .page-links,
.infinite-scroll.neverending .site-footer {
	display: none;
}
*/

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

/*
.infinity-end.neverending .site-footer {
	display: block;
}
*/


@media (min-width: 1200px) {
.container {
    width: 1170px;
}
}



#masthead.site-header {
    min-height: 81px;
}

.navbar-default {
    background-color: transparent;
    border: medium none;
}

.navbar {
    border-radius: 0;
    float: left;
    margin: 0;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: medium none;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #6d6d6d;
    font-weight: bold;
}

.navbar-default .navbar-nav > li > a {
    color: #6d6d6d;
    font-weight: normal;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,  .navbar-default .navbar-nav > li > a.active {
    background-color: transparent;
    color: #6d6d6d;
    font-weight: bold;
}

.navbar-nav > li > a {
    padding: 15px 7px;
}

.nav.navbar-nav {
    float: right;
}

.container-fluid.header-block-wrap {
    min-height: 467px;
}

#masthead a#logo {
    display: block;
    margin: 0;
}

.sportservice-wc-meta {
    background: transparent none repeat scroll 0 0;
    color: #6d6d6d;
    display: block;
    float: right;
    padding: 15px 18px;
}

.navbar-collapse {
    float: left;
    width: auto;
}

#masthead > .container {
    padding-bottom: 0;
}

.sportservice-wc-meta a {
    color: #6d6d6d;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
}

.sportservice-wc-meta a.sportservice-cart {
  background: url('images/cart.png') no-repeat left center;
  padding-left: 30px;
}

.sportservice-wc-meta a.sportservice-cart-icon {
    background: #de1e35 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    margin-left: 5px;
    text-align: center;
    width: 20px;
}

.lang-menu {
    display: block;
    float: left;
    margin-right: 123px
}

.lang {
    display: block;
    float: right;
    margin-right: 50px;
}

.widget.header-block h3.widget-title {
    border-bottom: 1px solid #cac7c2;
    color: #bbb716;
    font-size: 25px;
}

.header-block.widget {
    background: #ffffff none repeat scroll 0 0;
    display: block;
    float: none;
    margin: 0;
    padding: 0 15px 0 22px;
    position: relative;
    text-align: center;
    width: auto;
}

.widget.header-block p {
    color: #000000;
    line-height: 19px;
}

.widget.header-block p a {
    color: #bab816;
    text-decoration: underline;
}

.widget.header-block p a.read-more {
    background: #bab816 none repeat scroll 0 0;
    bottom: -22px;
    color: #ffffff;
    display: block;
    height: 22px;
    line-height: 22px;
    padding: 0 26px;
    position: absolute;
    right: 0;
    text-decoration: none;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0 0.66666% 0.992em;
    width: 23%;
}

.products-heading {
    border-bottom: 1px solid #b9b9b9;
    margin-bottom: 20px;
}

.products-heading h2 {
    color: #00a1bd;
    font-size: 26px;
    margin-bottom: 9px;
}


.search-field.form-control::-webkit-input-placeholder {
  color:#b2b2b2;
}
.search-field.form-control::-moz-placeholder {
  color:#b2b2b2;
} /* firefox 19+ */
.search-field.form-control:-ms-input-placeholder {
  color:#b2b2b2;
} /* ie */
input.search-field.form-control:-moz-placeholder {
  color:#b2b2b2;
}

#review_form input::-webkit-input-placeholder, #review_form textarea::-webkit-input-placeholder {
  color:#a9a9a9;
}
#review_form input::-moz-placeholder, #review_form textarea::-moz-placeholder {
  color:#a9a9a9;
} /* firefox 19+ */
#review_form input:-ms-input-placeholder, #review_form textarea:-ms-input-placeholder {
  color:#a9a9a9;
} /* ie */
#review_form input:-moz-placeholder, #review_form textarea:-moz-placeholder {
  color:#a9a9a9;
}

.input-text::-webkit-input-placeholder {
  color:#818181;
  font-style: italic;
}
.input-text::-moz-placeholder {
  color:#818181;
  font-style: italic;
} /* firefox 19+ */
.input-text:-ms-input-placeholder {
  color:#818181;
  font-style: italic;
} /* ie */
input.input-text:-moz-placeholder {
  color:#818181;
  font-style: italic;
}


.products-heading .search-form, .products-heading .woocommerce-product-search {
    display: block;
    float: right;
    margin-top: 20px;
}

.woocommerce-product-search {
    display: inline-block;
    float: right;
    margin: 8px 0;
}

.product-categories {
    background: #0c534c none repeat scroll 0 0;
    display: block;
    float: left;
    margin: 0;
    min-height: 52px;
    padding: 0 10px;
    position: relative;
    width: 100%;
    margin: 10px 0 0;
}

.product-categories li {
    color: #ffffff;
    display: block;
    float: left;
    height: 52px;
    line-height: 52px;
    list-style: outside none none;
    padding: 0 10px;
}

.product-categories li.current-cat, .product-categories li:hover, .product-categories > li.active {
    background: #f4f4f4 none repeat scroll 0 0;
}

.product-categories li.current-cat a, .product-categories li a:hover, .product-categories > li.active > a {
    color: #de1e35;
}

.product-categories li a {
    color: #ffffff;
    display: block;
    text-transform: uppercase;
}

.footer-widgets .product-categories li ul {
    display: none;
}

.phone-search {
    text-align: right;
}

.infophone_label {
    color: #de1e35;
    display: block;
    float: left;
    font-weight: lighter;
    height: 27px;
    line-height: 27px;
}

.infophone_value {
    color: #626262;
    display: block;
    float: left;
    font-weight: lighter;
    height: 27px;
    line-height: 27px;
    margin-left: 5px;
}

.infophone {
    border-right: 1px solid #ececec;
    display: block;
    float: right;
    height: 27px;
    margin: 13px 12px;
    padding-right: 12px;
}

.search-form input, .woocommerce-product-search input {
    display: inline-block;
    float: left;
    height: 30px;
}

.search-form input.search-field, .woocommerce-product-search input.search-field {
    border-color: #e9e9e9;
    border-radius: 0;
    font-size: 16px;
    height: 37px;
    width: 290px;
}

.search-form input.search-submit, .woocommerce-product-search input[type="submit"] {
    background-color: #de1e35;
    border-color: #e9e9e9;
    border-radius: 0;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px 0;
    color: #ffffff;
    font-family: FontAwesome;
    font-size: 20px;
    font-weight: normal;
    height: 37px;
    line-height: 14px;
    text-transform: uppercase;
    width: 65px;
}

.cat-title-desc {
    height: 38px;
}

.woocommerce ul.products li.product a img {
    height: auto;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
}

.woocommerce ul.products li.product h3 {
    color: #434343;
    font-size: 22px;
    height: 30px;
    padding: 0;
}

.cat-title-desc .description {
    color: #00a1ba;
    display: block;
    font-size: 13px;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.rpwe-li {
    list-style: outside none none;
}

.rpwe-time {
    color: #5f9c59;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
}

h3.rpwe-title {
    margin: 0 0 0 80px;
    position: absolute;
}

h3.rpwe-title a {
    color: #5f9c59;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
}

.rpwe-summary{
    color: #242424;
    font-size: 14px;
    line-height: 17px;
    margin-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

.rpwe-summary .more-link {
    bottom: 0;
    color: #5f9c59;
    display: block;
    position: absolute;
    right: 0;
    text-decoration: underline;
}

.rpwe-ul {
    padding: 0;
}

.footer-widgets {
    background: #0c534c none repeat scroll 0 0;
    padding: 30px 0;
    color: #ffffff;
}

.site-footer-inner .widget h3.widget-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 25px;
}

.site-footer-inner {
    padding: 5px 5px 5px 0;
}

.footer-widgets .widget_nav_menu li a {
    background: transparent none repeat scroll 0 0;
    color: #ffffff;
    margin: 0;
    padding: 0;
}

.footer-widgets .widget_nav_menu li a:hover {
  text-decoration: underline;
}

.footer-widgets .product-categories li a {
    text-transform: none;
}

.footer-widgets .product-categories {
    -moz-column-count: 2;
    -moz-column-gap: 2.5em;
    -webkit-column-count: 2;
    -webkit-column-gap: 2.5em;
     column-count: 2;
     column-gap: 2.5em;
     margin: 0;
     padding: 0;
}

.footer-widgets .product-categories li {
    float: none;
    height: auto;
    line-height: 1.2;
    min-height: 25px;
    padding: 0 0 7px;
}

.footer-widgets .product-categories li a:hover, .footer-widgets .product-categories li.current-cat a {
  color: #ffffff;
}

.footer-widgets .product-categories li a:hover {
  text-decoration: underline;
}

.footer-widgets .product-categories li.current-cat, .footer-widgets .product-categories li:hover {
  background: none;
}


.footer-widgets .product-categories li a {
    text-transform: none;
}

.site-footer-inner h4 {
    color: #242424;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 5px;
}

.site-footer-inner p {
    color: #ffffff;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 10px;
}

.site-footer-inner .widget img {
    margin: 5px;
}

.footer-heading {
    border-bottom: 1px solid #b9b9b9;
    margin-bottom: 20px;
}

.footer-heading h2 {
    color: #00a1bd;
    font-size: 26px;
    margin-bottom: 9px;
}

.footer-heading h2 {
    color: #5f9c59;
    padding-left: 15px;
}

.site-footer .site-info {
    color: #747474;
    display: block;
    float: right;
    margin: 5px 0 0;
}

.header-bg-wrap {
    float: left;
    height: 1px;
    position: relative;
    width: 100%;
}
.header-bg-color {
    height: 467px;
    position: absolute;
    width: 100%;
    background: #f9f9f9;
    background: -webkit-linear-gradient(left, #f2f4f3 , #f9f9f9); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #f2f4f3 , #f9f9f9); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #f2f4f3 , #f9f9f9); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #f2f4f3 , #f9f9f9); /* Standard syntax */
}
.header-bg {
    height: 467px;
    position: absolute;
    width: 100%;
}

.main-content {
    position: relative;
}

.main-content .container.main-content-inner {
    background: #ffffff none repeat scroll 0 0;
    margin-top: 10px;
    min-height: 467px;
}

.woocommerce .woocommerce-breadcrumb, .woocommerce-breadcrumb {
    margin-bottom: 20px;
    color: #686868;
}

.woocommerce .woocommerce-breadcrumb a, .woocommerce-breadcrumb a {
    color: #686868;
}

h1.product_title {
    border-bottom: medium none;
    color: #262626;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    padding: 0 15px 0 40px;
}

.woocommerce span.onsale {
    z-index: 999;
}

.variation_form_section .variation {
    display: block;
    float: left;
}

.variation_form_section #variation-pa_varv.variation {
    width: 75%;
}

.variation > label, .single_variation_wrap label, .single_wrap label, .product-description h2 {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    min-width: 68px;
    padding-right: 1em;
    text-align: right;
}

#variation-pa_varv > label {
    display: block;
    float: left;
    font-size: 30px;
}

.variation .swatch-label {
    display: block;
    float: left;
    font-size: 20px;
    line-height: 30px;
    padding: 12px 0 0 12px;
}

.variation_form_section .select {
    border-top: 1px solid #e3e3e3;
    display: block;
    float: left;
    padding-top: 10px;
    width: 100%;
}

.bootstrap-select > .dropdown-toggle {
    border: 1px solid #a9b3bc;
    border-radius: 0;
    padding: 5px;
    width: 100%;
}

.dropdown-menu {
    border-radius: 0;
}


.bootstrap-select .dropdown-toggle:focus {
    outline: medium none;
    outline-offset: 0;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-color: #ffffff;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    border: medium none;
    height: 32px;
    margin-top: 0;
    position: absolute;
    right: -1px;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.single_variation_wrap, .single_wrap {
    display: block;
    float: none;
    padding-left: 0px;
    width: 100%;
}

.woocommerce-variation-add-to-cart.variations_button {
    display: block;
    float: left;
    position: relative;
    width: 100%;
}

.woocommerce .quantity .qty {
    background-color: #f4f4f4;
    border: medium none;
    height: 32px;
    text-align: center;
    width: 65px;
}

.woocommerce div.product form.cart div.quantity {
    color: #000000;
    float: left;
    font-size: 18px;
    font-weight: bold;
    margin: 24px auto 30px;
    width: 50%;
}

.woocommerce div.product form.cart div.quantity input.plus, .quantity input.plus, .woocommerce div.product form.cart div.quantity input.minus, .quantity input.minus {
    background-color: #e9e9e9;
    border: medium none;
    color: #000000;
    height: 32px;
    margin: 0;
    width: 30px;
}

.woocommerce div.product form.cart div.quantity input.plus, .quantity input.plus {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}

.woocommerce div.product form.cart div.quantity input.minus, .quantity input.minus {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}

.product-description {
    display: block;
    float: left;
    width: 75%;
}

.product-description h2 {
    line-height: 28px;
    margin-bottom: 2px;
    margin-top: 18px;
}

.product-description p {
    margin-bottom: 5px;
}

.product-description h4 {
    margin: 0;
}

.product-description h3 {
    font-weight: bold;
    margin: 0;
}

.woocommerce div.product span.price del, .woocommerce div.product span.price {
/*    color: #333333;
    display: block;
    font-size: 27px;
    font-weight: bold;
    opacity: 1;
    text-align: center;*/
}

.woocommerce div.product span.price del .amount, .woocommerce div.product span.price .amount {
/*     font-weight: normal; */
}

.woocommerce div.product span.price ins {
    color: #cb0000;
    display: block;
    font-size: 16px;
    text-decoration: none;
}

.woocommerce div.product span.price ins .amount {
    font-weight: bold;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    border-radius: 0;
    color: #fff;
    display: block;
    font-size: 30px;
    font-weight: normal;
    margin: 16px auto 0;
    padding: 15px 10px;
}

.woocommerce div.product form.cart .button {
    float: none;
}

.product-summary p.price {
/*     display: none; */
}

.swatch-wrapper {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #ffffff;
    border-radius: 40px;
    float: left;
    margin: 0 5px 5px 0;
    overflow: hidden;
    padding: 0;
}

div.swatch-wrapper.selected, .swatch-wrapper:hover {
    border: 2px solid #a9b3bc;
    padding: 0;
}

.product-images .thumbnails {
    margin-top: 10px;
}

.product-description .single_variation_wrap {
    float: left;
    padding: 0;
    width: 100%;
}

.variation_form_section .woocommerce-variation-description {
    display: none !important;
}

.variation_form_section .product-description .woocommerce-variation-description {
    display: block !important;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 100%;
}

.woocommerce .cart .button, .woocommerce .cart input.button {
    border-radius: 0;
    color: #ffffff;
    float: none;
}

.woocommerce ul#shipping_method li {
    text-indent: 0;
}

.woocommerce ul.products li.product .button {
    border: 1px solid #a9b3bc;
    border-radius: 0;
    color: #ffffff;
    font-size: 14px;
    padding: 3px 20px;
    margin: 0 0 61px;
    display: block;
    float: left;
    width: auto;
}

.mob-menu .nav.navbar-nav {
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.mob-menu .nav a {
    color: #242424;
    font-size: 28px;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
}


.mob-menu .navbar-nav > li::before {
    content: "";
}

.mob-menu .nav .active a {
    color: #f37799;
}

.mob-menu {
    margin-top: 10px;
}

.header-top-mob .woocommerce-product-search {
    display: none;
    float: right;
    margin-top: 10px;
    width: 100%;
}

.header-top-mob > div {
    display: block;
    float: right;
}

.search-mob-toggle, .search-mob-toggle:hover, .search-mob-toggle:active, .search-mob-toggle:focus {
    color: #ffffff;
    display: block;
    font-family: FontAwesome;
    font-size: 20px;
    height: 33px;
    margin-left: 5px;
    text-align: center;
    width: 42px;
    text-decoration: none;
}

.header-top-mob .sportservice-wc-meta {
    color: #ffffff;
    display: block;
    float: right;
    height: 33px;
    margin-left: 5px;
    min-height: 33px;
    overflow: hidden;
    padding: 0;
    width: 42px;
    position: relative;
}

.header-top-mob .sportservice-wc-meta a {
    display: block;
    font-size: 18px;
    height: 100%;
    line-height: 24px;
    margin: 10px 0;
    overflow: hidden;
    padding-top: 33px;
    width: 100%;
}

.header-top-mob {
    margin-bottom: 10px;
    position: relative;
}

.woocommerce ul.products li.product h3 {
/*    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
}

.pagination {
    clear: both;
    margin-bottom: 24px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

.pagination ul {
    padding: 0;
}

.pagination li {
    display: inline;
    float: left;
}

.pagination li a, .pagination li.disabled, .pagination li a:hover, .pagination li.active a {
    background: #fff none repeat scroll 0 0;
    display: block;
    margin: 0;
    padding: 14px 20px;
}

.pagination li a:hover, .pagination li.active a {
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.pp_pic_holder .ppt {
    display: none !important;
}

#selected-toon {
    display: block;
    float: left;
    font-size: 27px;
    margin-top: 28px;
    width: 75%;
}

#selected-toon .label {
    color: #444;
    font-size: 27px;
    padding: 0;
}



/* SELECT */
/*.selectlabel select {
    background: #FFFFFF;
    padding:5px;
    margin: 0;
    color:#333;
    border: 1px solid #a9b3bc;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}*/

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
/*@media screen and(-webkit-min-device-pixel-ratio:0) {
    .selectlabel select {padding-right:18px}
}*/

/*label.selectlabel {
    border: medium none !important;
    margin: 0 !important;
    position: relative;
}

label.selectlabel::after {
    background: #f17496 url("images/select-arrow.png") no-repeat scroll center 14px;
    content: " ";
    height: 33px;
    padding: 0;
    pointer-events: none;
    position: absolute;
    right: -4px;
    top: 0;
    width: 21px;
}*/

.owl-carousel .owl-stage-outer {
    z-index: 101;
}

.discount-slides.owl-carousel {
    border-bottom: 1px solid #bcb5a7;
    margin-bottom: 30px;
    padding: 0 100px 35px;
}

.owl-nav {
    left: 0;
    position: absolute;
    top: 50px;
    width: 100%;
}

.owl-nav .owl-prev,  .owl-nav .owl-next {
    height: 92px;
    width: 51px;
    overflow: hidden;
    text-indent: -999px;
}

.owl-nav .owl-prev {
    background: url("images/arrow-left.png") no-repeat scroll center center;
    float: left;
}

.owl-nav .owl-next {
    background: url("images/arrow-right.png") no-repeat scroll center center;
    float: right;
}

.discount_image img {
/*     border: 1px solid #eeeeee; */
}

.discount-slides .caption h2 a, .woocommerce ul.products li.product h3, .woocommerce ul.products li.product h2, .woocommerce ul.products li.product .woocommerce-loop-product__title {
	color: #262626;
	display: block;
	font-size: 17px;
	font-weight: 600;
	height: 60px;
	line-height: 1.2;
	margin-top: 5px;
	overflow: hidden;
	text-align: center;
	padding: 0;
}

.discount-slides .caption h2 {
    margin: 0;
}

.discount-slides .price, .woocommerce ul.products li.product .price {
    border-top: 1px solid #f5f5f5;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    padding-top: 5px;
    text-align: center;
    width: 90%;
    height: 55px;
}

.discount-slides .item {
    position: relative;
    text-align: center;
}

.discount-slides .price del, .woocommerce ul.products li.product .price del {
    color: #afafaf;
    display: block;
    line-height: 1;
    width: 100%;
}

.discount-slides .price ins, .woocommerce ul.products li.product .price ins, .woocommerce div.product span.price > .amount {
    color: #f45a40;
    display: block;
    line-height: 1;
    width: 100%;
}

.discounted-heading {
    position: relative;
    width: 100%;
}

.discounted-heading h2, h1.page-title, h1.page-title a {
    background: #ffffff none repeat scroll 0 0;
    color: #de1e35;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 20px;
    padding-right: 50px;
    position: relative;
    text-transform: uppercase;
    width: auto;
    z-index: 101;
}

.discounted-line, .title-line {
    border-top: 1px solid #bcb5a7;
    height: 1px;
    position: absolute;
    top: 10px;
    width: 100%;
    z-index: 100;
}

article header {
    position: relative;
    width: 100%;
}

.works h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
    text-transform: uppercase;
    margin: 10px 5px;
}

.works h2 .black {
    color: #242424;
}

.works h2 .red {
    color: #de1e35;
}

.works {
    background: #f2f2f2 none repeat scroll 0 0;
    float: left;
    padding: 0 20px 20px;
    position: relative;
    width: 100%;
    min-height: 244px;
}

.works .item {
    float: left;
    padding: 0 5px;
    width: 50%;
}

.works .title h3 a {
    color: #242424;
    font-size: 16px;
    font-weight: bold;
}

.works .title h3 {
  margin: 0;
}

.works .excerpt a {
    color: #242424;
}






.latest-news h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
    text-transform: uppercase;
    margin: 10px 5px;
}

.latest-news h2 .black {
    color: #242424;
}

.latest-news h2 .red {
    color: #de1e35;
}

.latest-news {
    background: #f2f2f2 none repeat scroll 0 0;
    float: left;
    padding: 0 20px 20px;
    position: relative;
    width: 100%;
    min-height: 244px;
}

.latest-news .item {
    float: left;
    margin: 13px 0;
    padding: 0 5px;
    width: 100%;
}

.latest-news .title h3 a {
    color: #242424;
    display: block;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.latest-news .title h3 {
  margin: 0;
}

.latest-news .excerpt a {
    color: #242424;
}

.latest-news .date {
    background: #de1e35 none repeat scroll 0 0;
    display: block;
    float: left;
    height: 44px;
    margin: 0 10px 0 0;
    position: absolute;
    width: 44px;
}

.latest-news .date a {
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 100%;
    line-height: 16px;
    padding: 6px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    word-spacing: 10px;
}

.latest-news .title-excerpt {
    display: block;
    float: left;
    height: 44px;
    overflow: hidden;
    padding: 3px 0 0 50px;
    width: 100%;
}

.works .readmore, .latest-news .readmore {
    bottom: 8px;
    position: absolute;
    right: 20px;
}

.works .readmore a, .latest-news .readmore a {
    color: #de1e35;
    font-weight: bold;
    text-decoration: underline;
}

.works .readmore a:hover, .latest-news .readmore a:hover {
    text-decoration: none;
}

.partners {
    display: block;
    float: left;
}

.partners h2 {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    height: 100px;
    line-height: 100px;
    margin: 10px 30px 10px 5px;
    opacity: 0.4;
    text-transform: uppercase;
}

.partners h2 .black {
    color: #242424;
}

.partners h2 .red {
    color: #de1e35;
}

.partners-logos {
    display: inline-block;
}

.partners-logos img {
    margin: 0 30px 15px;
    opacity: 0.65;
    display: inline-block;
}

.partners-logos aside {
    margin-bottom: 5px;
}

.partners-logos p {
    margin: 0;
}

.partners-logos img:hover {
    opacity: 1;
}

.partners-logos {
    text-align: center;
    width: 100%;
}


/* Dropdown menu */

.site-header ul.product-categories > li > ul {
    background: #f4f4f4 none repeat scroll 0 0;
    display: none;
    left: 0;
    padding: 0 0 15px 10px;
    position: absolute;
    z-index: 102;
    width: 100%;
}

.site-header ul.product-categories > li > ul > li {
    height: auto;
    margin: 5px 0 0;
    width: 25%;
}

.site-header ul.product-categories > li > ul > li:nth-of-type(4n+5) {
    clear: left;
}

.site-header ul.product-categories > li > ul > li > a {
    border-bottom: 1px solid #7e7f84;
    line-height: 18px;
    padding: 10px 10px 5px;
    color: #de1e35;
}

.site-header ul.product-categories > li > ul > li:hover, .site-header ul.product-categories > li > ul > li.current-cat {
    background: none;
}

.site-header ul.product-categories > li > ul > li > ul {
    display: block;
    float: left;
    padding: 0 0 0 10px;
}

.site-header ul.product-categories > li > ul > li > ul > li {
    height: auto;
    padding: 0;
    width: 100%;
}

.site-header ul.product-categories > li > ul > li > ul > li > a::before {
    content: "-";
    display: inline-block;
    margin: 0 5px 0 0;
}

.site-header ul.product-categories > li > ul > li > ul > li > a {
    color: #444445;
    line-height: 24px;
    text-transform: none;
}

.site-header .product-categories > li > ul > li > ul > li.current-cat, .site-header .product-categories > li > ul > li > ul > li:hover {
    background: none;
}

.site-header .product-categories > li > ul > li > ul > li.current-cat > a, .site-header .product-categories > li > ul > li > ul > li > a:hover {
    color: #de1e35;
}


/* Sidebar products menu */

.sidebar .product-categories {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: auto;
    margin: 0;
    padding: 0;
}

.sidebar .product-categories li {
    height: auto;
}

.sidebar .product-categories > li {
    width: 100%;
}

.sidebar .product-categories li:hover {
    background: none;
}


.sidebar .product-categories > li > a {
    background: #de1e35 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    min-height: 40px;
    padding: 10px;
    margin: 0 0 10px;
}

.sidebar .product-categories > li > ul {
    display: block;
    float: left;
    padding: 0 0 0 10px;
    width: 100%;
}

.sidebar .product-categories > li > ul > li > a {
    color: #0c534c;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
}

.sidebar .product-categories > li > ul > li.current-cat-parent > a, .sidebar .product-categories > li > ul > li > a:hover {
    color: #de1e35;
}

.sidebar .product-categories > li > ul > li {
    padding: 0;
    width: 100%;
}

.sidebar .product-categories > li > ul > li > ul > li > a {
    color: #444445;
    line-height: 24px;
    text-transform: none;
}

.sidebar .product-categories > li > ul > li > ul {
    display: block;
    float: left;
    padding: 5px 0 10px 10px;
}

.sidebar .product-categories > li > ul > li > ul > li {
    padding: 0;
    width: 100%;
}

.sidebar .product-categories > li > ul > li > ul > li.current-cat, .sidebar .product-categories > li > ul > li > ul > li:hover {
    background: none;
}

.sidebar .product-categories > li > ul > li > ul > li.current-cat > a, .sidebar .product-categories > li > ul > li > ul > li > a:hover {
    color: #de1e35;
}

.sidebar ul.product-categories > li > ul > li > ul > li > a::before {
    content: "-";
    display: inline-block;
    margin: 0 5px 0 0;
}

.sidebar .product-categories > li > ul > li > a::after {
    content: "+";
    display: block;
    float: right;
    font-weight: normal;
    padding: 0 3px;
}

.sidebar .product-categories > li > ul > li.current-cat-parent > a::after, .sidebar .product-categories > li > ul > li.current-cat > a::after {
    content: "-";
}

.sidebar .product-categories > li > ul > li > ul {
    display: none;
}

.sidebar .product-categories > li > ul > li.current-cat-parent > ul, .sidebar .product-categories > li > ul > li.current-cat > ul {
    display: block;
}

.sidebar .product-categories li {
    padding: 0;
}

.sidebar .product-categories > li > ul > li.current-cat, .sidebar .product-categories > li > ul li:hover {
  background: none;
}




.woocommerce .woocommerce-breadcrumb {
    color: #5e5e5e;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.main-content .container .single-product {
    margin-top: 30px;
}

.product-summary {
    color: #262626;
}


/* Toote vaade */

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #de1e35;
    font-size: 34px;
    font-weight: bold;
}

.woocommerce div.product form.cart .variations label {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
}

.woocommerce div.product form.cart .variations {
    border: 0 none;
    margin-bottom: 1em;
    width: auto;
}

.woocommerce div.product form.cart .variations td.label {
    display: table-cell;
    text-align: right;
}

.woocommerce div.product form.cart .reset_variations {
    display: none !important;
}

.woocommerce div.product form.cart .variations select {
    width: 158px;
}

.woocommerce div.product form.cart .button {
    background: url('images/cart-icon.png') no-repeat left center #de1e35;
}

.woocommerce div.product form.cart .button {
    background: #de1e35 url("images/cart-icon.png") no-repeat scroll 10px center;
    font-size: 16px;
    padding: 15px 15px 15px 55px;
    text-transform: uppercase;
}


#review_form input#author, #review_form input#email, #review_form textarea {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    display: block;
    padding: 5px 15px;
    width: 100%;
}

#review_form .form-submit {
    text-align: right;
}

.comment-form select {
    width: 100%;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background-color: #de1e35;
    background-image: none;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    color: #ffffff;
    cursor: pointer;
    display: inline;
    font-size: 16px;
    font-weight: normal;
    left: auto;
    line-height: 1;
    overflow: visible;
    padding: 8px 20px;
    position: relative;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: #de1e35;
    color: #ffffff;
}

#review_form label {
    color: #a1a1a1;
    font-weight: normal;
    width: 100%;
}

#comments h2 {
    display: none;
}

.commentlist li {
    list-style: outside none none;
}

.woocommerce #reviews #comments .commentlist > li::before, #tab-description ul li::before {
    color: #de1e35;
    content: "■" !important;
    float: left;
    left: -22px;
    padding-right: 8px;
    position: absolute;
    top: -1px;
}

.commentlist .comment-text .description {
    color: #010101;
}

.commentlist .comment-text .description p {
    margin: 0;
}

.commentlist .comment-text .author-date {
    color: #949494;
    font-size: 12px;
    font-style: italic;
    margin-left: 22px;
}

.commentlist .comment-text {
    margin-bottom: 8px;
}

#comments ol {
    padding: 0;
}

.commentlist ul {
    padding: 0 0 0 26px;
}

.comment-text .author .answerer {
    color: #de1e35;
}

.comment-text .author {
    color: #534f4f;
    font-style: italic;
}

.commentlist li ul .comment-text .description {
    color: #534f4f;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border: medium none;
    border-radius: 0;
    margin: 0 0 8px;
    padding: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin: 0;
}

.woocommerce #reviews #comments ol.commentlist li {
    margin: 0;
}

.woocommerce #reviews #comments ol.commentlist ul.children {
    margin: 0;
}

.woocommerce #reviews #comments ol.commentlist > li {
    border-bottom: 1px solid #bcb5a7;
    margin: 0 0 0 22px;
}

.woocommerce #reviews #comments ol.commentlist > li:last-of-type {
    border: medium none;
}

.panel {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border-bottom-right-radius: 0;
    border-width: 0;
    box-shadow: none;
    left: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    border-bottom-left-radius: 0;
    border-width: 0;
    box-shadow: none;
    right: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: medium none;
    bottom: 0;
    content: " ";
    height: 0;
    position: absolute;
    width: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: transparent;
    border: medium none;
    border-radius: 0;
    padding: 0;
    position: relative;
    z-index: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #de1e35;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    padding: 0 30px;
    text-decoration: none;
    text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: medium none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: 0 0 10px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: 0;
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs .panel {
    padding: 20px;
}
.wc-tab {
    background: #f4f4f4 none repeat scroll 0 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    background: #f4f4f4 none repeat scroll 0 0;
    color: #de1e35;
    text-shadow: inherit;
}

.productphone {
    border-bottom: 1px solid #bcb5a7;
    border-top: 1px solid #bcb5a7;
    color: #939393;
    display: block;
    float: left;
    font-size: 22px;
    font-weight: lighter;
    margin: 0 0 20px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.productphone .productphone_value {
    color: #de1e35;
}

.products .add_to_cart_button {
    display: none !important;
}

.woocommerce ul.products li.product .price {
    color: #f45a40;
}

.site-footer .site-footer-inner, .site-footer .site-footer-inner p, .site-footer .site-footer-inner a, .site-footer .site-footer-inner p a {
    color: #e8848c;
}

.site-footer {
    background: #f9f9f9 none repeat scroll 0 0;
}

.site-footer .site-footer-inner .widget, .site-footer .site-footer-inner .widget p {
    margin: 0;
}

.site-footer .container {
    padding-bottom: 0;
}

.site-footer .site-footer-inner {
    padding: 20px 15px;
}

.woocommerce-cart table.cart img {
    width: 70px;
}

.woocommerce table.shop_table {
    border: medium none;
}

.woocommerce table.shop_table td {
    border-top: 1px solid #ededed;
    color: #262626;
    font-weight: bold;
    text-align: center;
}

.woocommerce table.shop_table td a {
    color: #262626;
    font-weight: bold;
}

.woocommerce table.shop_table td.actions {
    border: medium none;
}

.woocommerce .shop_table thead {
    background: #f4f4f4 none repeat scroll 0 0;
    color: #de1e35;
    font-size: 14px;
    text-transform: uppercase;
}

.woocommerce table.shop_table th {
    font-weight: normal;
    text-align: center;
}

.shop_table.cart .quantity label {
    display: none;
}

.woocommerce table.shop_table td.product-remove, .woocommerce table.shop_table th.product-remove {
    padding: 0;
}

.woocommerce table.shop_table td a.remove {
    color: #000000 !important;
    font-size: 30px;
    font-weight: normal;
}

.shop_table.cart .product-remove {
    text-align: right;
}

.woocommerce table.shop_table td a.remove {
    color: #c22433 !important;
    background: none;
    display: inline-block;
}

.cart_totals > table {
    display: inline-block;
}

.cart_totals {
    text-align: right;
}

.cart_totals table td, .cart_totals table th {
    font-size: 16px;
    font-weight: normal;
    text-align: right;
}

.cart_totals table tr.order-total td, .cart_totals table tr.order-total th {
  color: #de1e35;
  font-weight: bold;
}

.cart_totals table th {
    padding-right: 5px;
}

.cart_totals > table {
    margin-right: 50px;
}


.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button.alt {
    background: #de1e35 url("images/linnuke.png") no-repeat scroll 20px center;
    display: inline-block;
    font-size: 18px;
    padding: 15px 20px 15px 60px;
    width: auto;
}


/* Kõrgus sama, mis laius */
#imgcontainer {
    display: inline-block;
    position: relative;
    width: 100%;
}
#imgdummy {
    padding-top: 100%;
}
#imgelement {
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    bottom: 0;
    display: flex;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}


.related.products {
    padding: 40px 0 0;
}


#tab-description ul {
    padding: 0 0 0 20px;
}

#tab-description li {
    list-style: outside none none;
    margin: 0 0 0 22px;
    position: relative;
}


.woocommerce-billing-fields > h3 {
    display: none;
}

.woocommerce-shipping-fields > h3 {
    display: none;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label, .woocommerce form .form-row.woocommerce-invalid label {
    color: #202020;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
}

.woocommerce-billing-fields {
    display: table;
    width: 100%;
}

.woocommerce-billing-fields > p.form-row {
    display: table-row;
}

.woocommerce form .woocommerce-billing-fields .form-row label, .woocommerce form .woocommerce-billing-fields .form-row input {
    display: table-cell;
}

.woocommerce form .woocommerce-billing-fields .form-row label {
	width: 150px;
	display: block;
	float: left;
	line-height: 51px;
}

.woocommerce-additional-fields h3 {
	display: none;
}

.woocommerce form .woocommerce-billing-fields .form-row.validate-required label {
    padding-left: 8px;
    position: relative;
}

.form-row label abbr {
    left: 0;
    position: absolute;
    text-decoration: none;
}

.woocommerce form .form-row textarea {
    border: 1px solid #b2b2b2;
    height: 238px;
    background: #ffffff none repeat scroll 0 0;
    padding: 0 15px;
}

.shop_table.woocommerce-checkout-review-order-table {
    display: none;
}

.woocommerce form .woocommerce-billing-fields .form-row input {
    width: 100%;
}

.woocommerce form .woocommerce-billing-fields .form-row input {
    border: 1px solid #b2b2b2;
    height: 46px;
    margin: 5px 0;
    width: 100%;
    background: #ffffff none repeat scroll 0 0;
    padding: 0 15px;
}

#add_payment_method #payment, .woocommerce-checkout #payment {
    background: transparent none repeat scroll 0 0;
    border-radius: 0;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    background: #de1e35 url("images/arrow.png") no-repeat scroll 20px center;
    font-size: 18px;
    padding: 15px 20px 15px 55px;
}

.woocommerce-checkout .woocommerce table.shop_table td {
    border-top: medium none;
}


.collapse.navbar-collapse {
    padding-left: 0;
}

.woocommerce #review_form #respond textarea {
    height: 150px;
}

.ui-autocomplete {
    font-family: inherit;
    z-index: 102;
    font-size: 16px;
}

.product-subtotal .tax_label, .cart-subtotal .tax_label {
    display: none;
}

/* Language switcher */
ul.language_switcher {
    border-left: 1px solid #ececec;
    display: block;
    float: right;
    margin: 15px 0 15px 0;
    padding: 0 0 0 15px;
}

.language_switcher li {
    display: block;
    float: left;
    list-style: outside none none;
    text-transform: uppercase;
}

.language_switcher li a {
    color: #5e5e5e;
    display: block;
    padding: 0 5px;
}

.language_switcher li.current-lang a, .language_switcher li a:hover {
    color: #de1e35;
    font-weight: bold;
}

.sku > label {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
}

.works.works-page .item {
    margin-bottom: 10px;
    min-height: 205px;
    position: relative;
    width: auto;
}

.works.works-page {
    background: transparent none repeat scroll 0 0;
    padding: 0;
}

.works.works-page .readmore, .latest-news .readmore {
    right: 5px;
}

.years_menu {
    display: block;
    float: left;
    margin: 0 0 20px;
    width: 100%;
}


.navbar-header button.navbar-toggle, .navbar-header button.navbar-toggle:hover, .navbar-header button.navbar-toggle:focus {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #0c534d;
    font-size: 30px;
    margin: 0;
    padding: 0;
}

.navbar-toggle {
  float: left;
}


.navbar-toggle.product-categories-toggle {
    background-color: #0c534d;
    border: medium none;
    border-radius: 0;
    color: #ffffff;
    float: left;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0;
    padding: 3px 0;
    text-transform: uppercase;
    width: 100%;
}

  .product-categories-wrapper {
    display: block;
    visibility: visible;
  }




@media all and (max-width:1000px) {
th.product-quantity {
    width: 108px;
}
.woocommerce .quantity .qty {
    width: 23px;
}
}


@media all and (max-width:767px) {
  
  .navbar-default .navbar-nav > li > a {
    color: #242424;
    font-size: 28px;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
  }
  .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #242424;
    font-weight: normal;
    background-color: #eeeeee;
  }
  .navbar-default .navbar-nav > li.active > a:hover, .navbar-default .navbar-nav > li.active > a:focus, .navbar-default .navbar-nav > li.current-menu-item > a:hover, .navbar-default .navbar-nav > li.current-menu-item > a:focus {
    font-weight: normal;
    background-color: #eeeeee;
    color: #f37799;
  }
  .navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li.current-menu-item > a {
    color: #f37799;
    font-weight: normal;
  }
  .navbar-nav {
      margin: 0;
  }
  .navbar {
    position: absolute;
    width: 100%;
  }
  .navbar-collapse {
    background: #ffffff none repeat scroll 0 0;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 9999;
  }
  .nav.navbar-nav {
    float: left;
    width: 100%;
  }
  
  .lang-menu {
      margin-right: 0;
  }
  
  .sportservice-wc-meta {
      color: #ffffff;
      display: block;
      float: right;
      height: 33px;
      margin-left: 5px;
      min-height: 33px;
      overflow: hidden;
      padding: 0;
      width: 42px;
      position: relative;
  }

  .sportservice-wc-meta a {
      display: block;
      font-size: 18px;
      height: 100%;
      line-height: 24px;
      margin: 10px 0;
      overflow: hidden;
      padding-top: 33px;
      width: 100%;
  }
  
  .infophone {
    display: none;
  }
  
  .site-header .product-categories {
    margin: 0;
  }
  .site-header .product-categories li {
    font-size: 20px;
    height: auto;
    line-height: 1.5;
    text-align: center;
    width: 100%;
  }
  
  .site-header ul.product-categories > li > ul {
    position: relative;
  }
  
  .site-header ul.product-categories > li > ul > li > ul {
    width: 100%;
  }
  
  .site-header ul.product-categories > li > ul > li {
    width: 100%;
  }
  
  .product-categories > li > a {
    position: relative;
  }
  
  .site-header .product-categories > li > a::after {
    content: "+";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
  
  .site-header .product-categories > li.active > a::after {
    content: "-";
  }
  
  .site-header .product-categories > li.active > a {
    font-weight: bold;
  }
  
  .product-categories-wrapper.collapse.in, .product-categories-wrapper.collapsing {
    display: block;
    float: left;
  }
  
  .product-categories-wrapper {
    display: none;
  }
  
  .products-menu-block.widget.woocommerce.widget_product_categories {
    display: none;
  }
  
  .owl-nav .owl-prev, .owl-nav .owl-next {
    height: 30px;
    width: 20px;
    background-size: contain;
  }
  
  .owl-nav {
    margin-top: -15px;
    top: 45%;
  }
  
  .works {
    margin-bottom: 20px;
    min-height: unset;
    padding: 0 20px;
  }
  
  .latest-news {
    margin-bottom: 0;
    min-height: unset;
    padding: 0 20px;
  }
  
  .works h2 {
    font-size: 22px;
  }
  
  .partners h2 {
    height: 50px;
    line-height: 50px;
  }
  
/*  .site-header ul.product-categories > li.current-cat-parent {
    background: #f4f4f4 none repeat scroll 0 0;
  }
  
  .site-header ul.product-categories > li.current-cat-parent > ul {
    display: block;
  }
  
  .site-header .product-categories > li.current-cat-parent > a {
    font-weight: bold;
    color: #de1e35;
  }
  */


  
  
  
  
  
  
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 48%;
}
#masthead.site-header {
    background: transparent none repeat scroll 0 0;
}
#masthead a#logo {
    display: block;
    float: left;
    margin: 5px 0 10px;
}
.variation_form_section #variation-pa_varv.variation {
    width: 100%;
}
.variation_form_section #variation-pa_suurus.variation {
    width: 100%;
}
.single_variation_wrap, .single_wrap {
    width: 100%;
}
.product-description {
    width: 100%;
}

.woocommerce-product-search {
    width: 100%;
}

.search-form input.search-field, .woocommerce-product-search input.search-field {
    margin-right: -65px;
    padding-right: 65px;
    width: 100%;
}

.discount-slides.owl-carousel {
    padding: 0 30px 35px;
}

.partners-logos img {
    margin: 0 15px 15px;
}

/* cart */
.woocommerce .shop_table thead {
    display: none;
}

.woocommerce table.shop_table td {
    display: block;
    text-align: right;
    min-height: 34px;
}

.woocommerce table.shop_table tr:nth-child(2n) {
    background: #f4f4f4;
}

.woocommerce table.shop_table tr:nth-child(1n) td {
    border-top: 1px solid #ededed;
}

.woocommerce table.shop_table tr:nth-child(2n) td {
    border-top: 1px solid #ffffff;
}

.woocommerce table.shop_table td::before {
    content: attr(data-title);
    float: left;
}

}

@media all and (max-width:480px) {
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 96%;
}
.woocommerce-product-search {
    display: block;
    float: right;
    margin: 8px 0;
    width: 100%;
}
.search-form input.search-field, .woocommerce-product-search input.search-field {
/*     max-width: 60%; */
}
.woocommerce div.product form.cart div.quantity {
    width: 100%;
}
.shop_table.cart .quantity input.plus, .shop_table.cart .quantity input.minus {
    display: inline-block;
    margin: 0 auto !important;
}
.site-header ul.product-categories > li > ul > li {
    width: 100%;
}
}

.woocommerce form .woocommerce-billing-fields .form-row .woocommerce-input-wrapper {
	display: block;
	float: left;
	width: calc(100% - 150px);
}
