/*
Theme Name:Kube 402
Description:Szablon do Wordpressa z wykorzystaniem frameworka Kube
*/


/* =Kube CSS Override
-----------------------------------------------------------------------------*/

.pagination {
    left:0;
}
.pagination .nospan {
    color:inherit;
    background:transparent;
    cursor:not-allowed;
}

/* =Wordpress classes
-----------------------------------------------------------------------------*/

img.aligncenter {
    display: block;
    margin: 10px auto;
}
@media (max-width:767px) { /* for mobile */
    img.alignleft, img.alignright {
        display: block;
        margin: 10px auto;
    }
}
@media (min-width:768px) { /* for desktop */
    img.alignleft {
        float: left;
        margin: 0 10px 10px 0;
    }
    img.alignright {
        float: right;
        margin: 0 0 10px 10px;
    }
}

.wp-caption {
    max-width: 100% !important;
    margin-bottom: 1.65em;
}
.wp-caption-text {
    margin: .3em 0;
    font-size: 12.75px;
    font-style: italic;
}


/* =Typography
-----------------------------------------------------------------------------*/

body {
    overflow-y:scroll;
}

.oswald {
    text-transform: uppercase;
    font-family: "Oswald", "Open Sans", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}

/* =Helpers
-----------------------------------------------------------------------------*/

a.nolink {
    color:inherit;
    text-decoration:none;
    font-weight: inherit;
}
a.nolink:hover {
    text-decoration:underline;
}
.hr {
    margin-bottom: 1.65em;
    height: 1px;
    background: #bbb;
}
.hr:before {
    content: " ";
    display: block;
    height: 2px;
    width: 100px;
    position: relative;
    top: -1px;
    background: #1D5468;
}
.block {
    display:block;
}
h1.title,
h2.title,
h3.title,
h4.title,
h5.title,
h6.title {
    font-weight: normal;
    text-transform: uppercase;
}
@media (max-width:767px) { /* for mobile */
    .mobile-hide { display:none; }
}
@media (min-width:768px) { /* for desktop */
    .desktop-hide { display:none; }
    /*.title { font-size: 2.5em; margin-bottom: .35em; }*/
}


/* =Layout
-----------------------------------------------------------------------------*/

#wrapper {
}
.wrapper { /*large desktop*/
    width:1140px;
    margin:0 auto;
    padding:20px;
}
@media (max-width:1179px) { /*desktop*/
    .wrapper { width:960px; }
}
@media (max-width:1023px) {/*tablet landscape*/
    .wrapper { width:760px; }
}
@media (max-width:767px) {/*tablet portrait*/
    .wrapper { width:460px; }
}
@media (max-width:479px) {/*mobile*/
    .wrapper { width:320px; }
}

.maxWidth {
    max-width: 640px;
    margin: auto;
}

/* =Top
-----------------------------------------------------------------------------*/

#top {
    color: #fff;
    background: #1D5468;
}
#top .wrapper {
    padding-top: 5px;
    padding-bottom: 5px;
}
#top__address {

}
#top__address a {
    font-weight: normal;
}
#top__tel {

}
#top__tel img {
    margin-top: -4px;
    height: 1.2em;
    vertical-align: middle;
}
@media (min-width:768px) {
    #top__address { float: left; }
    #top__tel { float: right; }
}
@media (max-width:767px) {
    #top { text-align: center; }
}

/* =Header
-----------------------------------------------------------------------------*/

#header {
    color: #1D5468;
    background: #fff;
}

h1#logo {
    margin-bottom: 0;
    font-size: 1em;
    font-weight: normal;
}
#logo a {
    display: inline-block;
    color:inherit;
    text-decoration:none;
}

@media (min-width:768px) {
    #header { background: #fff url(img/bg_header.png) top right no-repeat; }
    #header .wrapper { padding-top: 0; }
    #logo { float: left; margin-top: 20px; }
    #nav { float: right; }
}
@media (max-width:767px) {
    #logo { text-align:center; }

}


/* =Navigation
-----------------------------------------------------------------------------*/

#nav {
    margin-bottom:0;
}
#nav ul, #nav ul li {
    display:block;
    margin:0;
    padding:0;
}
#nav ul li a {
    display:block;

    color:inherit;
    text-decoration:none;
    text-transform: uppercase;
    font-family: "Oswald", "Open Sans", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}
#nav ul li a:hover {
    background: rgba(0, 0, 0, .1);
}

@media (min-width:768px) and (max-width:1179px) {
    #nav a { padding-left: 1em; padding-right: 1em }
}
@media (min-width:768px) and (max-width:1023px) {
    #nav a { padding-left: .4em; padding-right: .4em }
}

@media (min-width:768px) { /*desktop*/
    #nav {
        white-space:nowrap;
    }
    #nav ul ul {
        display: none;
    }

    #nav ul li a {
        padding-top: 36px;
    }

    #nav li.current_page_item > a,
    #nav li.current-menu-item > a,
    #nav li.current-menu-parent > a,

    #nav li.current-post-parent > a,
    #nav li.current_page_parent > a,

    #nav li.current-post-ancestor > a,
    #nav li.current-page-ancestor > a,
    #nav li.current-category-ancestor > a {
        color: #fff !important;
        background: #1D5468 !important;
    }
}
@media (max-width:767px) {
    #nav ul li ul li a {
        padding-left:50px;
    }
    #nav li.current-menu-item > a,
    #nav li.current_page_item > a,
    #nav li.current-post-parent > a {
        color: #fff !important;
        background: #1D5468 !important;
    }
}


/* MOBILE NAVIGATION */
#burger {
    display:none;
    position:fixed;
    top:0;
    right:0;
    z-index:9999;
    width:48px;
    height:48px;
    cursor:pointer;
}
#burger span {
    position:absolute;
    top:10px;
    left:8px;
    z-index:1;
    display:block;
    width:32px;
    height:4px;
    background: rgb(0, 154, 215);
    border-radius:3px;
    -webkit-transition:all .3s linear;
       -moz-transition:all .3s linear;
         -o-transition:all .3s linear;
            transition:all .3s linear;
}
#burger span:nth-child(2) {
    top:20px;
}
#burger span:nth-child(3) {
    top:30px;
}
#burger.burger--close span:nth-child(1) {
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    margin-top:10px;
}
#burger.burger--close span:nth-child(2) {
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
    margin-top:0;
}
#burger.burger--close span:nth-child(3) {
    opacity:0;
}

@media (min-width:768px) {
    #mobilenav {
        display:block !important; /* menu wyłączone na mobile, pojawia siÄę po zmianie na desktop */
    }
}
@media (max-width:767px) {
    #mobilenav {
        position:fixed;
        top:0;
        left:0;
        z-index:9998;
        display:none;
        width:100%;
        height:100%;
        overflow-y:scroll;
        padding-top:78px;
        background:#fff;
        /*background:#fff url(img/logo.png) top left no-repeat;
        background-size:auto 64px;
        background-attachment:scroll;*/
    }
    #mobilenav .right, #mobilenav .left {
        float:none !important;
    }
    #mobilenav a {
        display:block !important;
        padding:8px;
    }
    #burger {
        display:block;
    }
}

/* =Banner
-----------------------------------------------------------------------------*/

#banner {
    position: relative;
    overflow: hidden;
}

#banner .rslides_container {
    margin-bottom: 0;
}
#banner .rslides_container .caption {
    display: none !important;
}

#banner__desc {
    width: 100%;
    position: absolute;
    top: 20px;
    z-index: 10;
}
#banner__desc__content {
    max-width: 500px;
}
#banner__desc__content h3 {
    text-transform: uppercase;
        font-size: 3em;
}
#banner__desc__content h3 span {
    display: block;
    font-weight: normal;
    font-size: .85em;
}
@media (min-width:768px) {
    #banner__desc__content h3 {
    }
}
@media (max-width:1023px) {
    #banner__desc {
        display: none;
    }
}
/*@media (max-width:1340px) {
    #banner__desc { top: 50px; }
}
@media (max-width:1220px) {
    #banner__desc { top: 25px; }
}*/


#banner__line {
    width: 100%;
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: 11;
}
@media (min-width:768px) {
    #banner__line__left, #banner__line__right {
        width: 50%;
        height: 143px;
    }
    #banner__line__left {
        float: left;
        background: transparent url(img/fala_lewa.png) top left no-repeat;
    }
    #banner__line__right {
        float: right;
        background: transparent url(img/fala_prawa.png) top right no-repeat;
    }
}
@media (max-width:767px) {
    #banner__line {
        border-top: .2em solid #86B332;
        border-bottom: .8em solid #0A9FD9;
    }
    #banner__line__left, #banner__line__right {
        display: none;
    }
}

/* =Front tabs
-----------------------------------------------------------------------------*/

#frontTabs {
    position: relative;
    z-index: 100;
    margin-top: -120px;
}

.frontTabs {
    margin: 0;
    list-style: none;
}
.frontTabs__btn {
    position: relative;
    float: left;
    width: 33.1333%;
    margin-right: 0.2%;
    text-align: center;
    color: #fff;
    background: #000;
    cursor: pointer;
    transition: .1s linear all;
}
.frontTabs__btn:hover {
    text-decoration: underline;
}
.frontTabs__btn:after {
    content: no-close-quote;
    position: absolute;
    bottom: -11px;
    left: 50%;
    z-index: 1;
    display: block;
    width: 0;
    height: 0;
    margin-left: -10px;

    border-top: 10px solid #000;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}
.frontTabs__btn a {
    display: block;
    padding: 20px;
    color: inherit;
    font-weight: inherit;
}
.frontTabs__btn img {
    display: block;
    width: 80px;
    margin: auto;
}

.frontTab {

}
.frontTab__list, .frontTab__text {
    float: left;
}
.frontTab__list {
    width: 33.1333%;
    height: auto!important;
    margin-right: 0.2%;
    color: #fff;
    background: #000;
}
.frontTab__list ul {
    margin-left: 0;
    list-style: none;
}
.frontTab__list ul li {
    position: relative;
    padding: 10px 20px;
    padding-left: 4em;
    border-top: 1px solid #fff;
}
.frontTab__list ul li:before {
    content: no-close-quote;
    position: absolute;
    top: 50%;
    left: 1em;
    z-index: 1;
    display: block;
    width: 2em;
    height: 2em;
    margin-top: -1em;
    background: transparent url(img/check.png) center center no-repeat;
    background-size: contain;
}
.frontTab__list a {
    display: block;
    margin-bottom: 1.65em;
    text-align: center;
    color: inherit;
}
.frontTab__list a:after {
    content: no-close-quote;
    display: inline-block;
    width: 40px;
    height: 3em;
    vertical-align: middle;
    background: transparent url(img/arrow.png) center center no-repeat;
    background-size: contain;
}
.frontTab__text {
    width: 66.4666%;
    margin-right: 0.2%;
    margin-right: 0.2%;

    background: #fff url(img/znak_zapytania.png) right 10px bottom 10px no-repeat;
}
.frontTab__text__content {
    padding: 50px 15% 30px 15%;
}
.frontTab__text__content h4 {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1.75em;
}

.frontTab--2-3 .frontTab__list {
}
.frontTab--2-3 .frontTab__text {
    width: 33.1333%;
    background: #fff;
}

@media (max-width:767px) {
    #frontTabs {
        display: none;
    }
}

.frontTabs__btn--green, .frontTab__list--green {
    background: rgba(117, 159, 15, .9);
}
.frontTabs__btn--blue, .frontTab__list--blue {
    background: rgba(25, 134, 177, .9);
}
.frontTabs__btn--dark, .frontTab__list--dark {
    background: rgba(50, 101, 118, .9);
}

.frontTabs__btn--green:hover {
    background: rgba(117, 159, 15, 1);
}
.frontTabs__btn--blue:hover {
    background: rgba(25, 134, 177, 1);
}
.frontTabs__btn--dark:hover {
    background: rgba(50, 101, 118, 1);
}

.frontTabs__btn--green:after {
    border-top-color: rgba(117, 159, 15, .9);
}
.frontTabs__btn--blue:after {
    border-top-color: rgba(25, 134, 177, .9);
}
.frontTabs__btn--dark:after {
    border-top-color: rgba(50, 101, 118, .9);
}

.frontTab__list--green ul li {
    border-top-color: #B9F322;
}
.frontTab__list--blue ul li {
    border-top-color: #40B5FF;
}
.frontTab__list--dark ul li {
    border-top-color: #222;
}

/* =Subheader
-----------------------------------------------------------------------------*/

#subheader {
    background: #fff;
    border-top: 1px solid #bbb;
}

#subheader hgroup {
    text-transform: uppercase;
}
#subheader hgroup h3 {

}
#subheader hgroup h4 {
    font-weight: normal;
}

.wooDesc__text {
    min-height: 3.6em;
    height: 3.6em;
    overflow: hidden;
}
.wooDesc__text.wooDesc__text--full {
    height: auto;
}

/* =Carousel
-----------------------------------------------------------------------------*/

#carousel {
    color: #1D5468;
    background: #fff;
}
#carousel h3 {
    text-transform: uppercase;
}

@media (min-width:768px) {
    #carousel h3 { margin-top: 36px; }
}

/* =News
-----------------------------------------------------------------------------*/

.news {
    margin-bottom: .85em;
    padding: 10px 0;
    background: #fff;
    border-bottom: 2px solid #222;
}
.news h4, .news p {
    padding: 0 10px;
}
.news img, .news p {
    margin-bottom: .85em;
}

/* =Footer
-----------------------------------------------------------------------------*/

#footer {

}

#copyright {

}
#copyright img {
    max-width: 100px;
}

@media (min-width:768px) {
    #copyright { margin-top: 52px; }
}

@media (max-width: 767px) {
    #footer ul li {
        float: left;
        width: 50%;
        font-size: .9em;
    }
}

/* =shopInformationFooter
-----------------------------------------------------------------------------*/

#shopInfo {
    text-align: center;
    background: #fff;
}
#shopInfo img {
    max-width: 90px;
    margin-bottom: .5em;
    margin-top: -50px;
}
#shopInfo span.big {
    display: block;
    font-size: 2em;
}
#shopInfo a {

}

@media (min-width:768px) {
    #shopInfo p {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}

#shopImportantInfo {
    color: #fff;
    background: #1D5468;
}

/* =Aktualnosci
-----------------------------------------------------------------------------*/

.post__header h1 {
    font-size: 1.4em;
}
.post__header h1 a {
    color: inherit;
}

.post__body {

}
.post__body__thumbnail {
    margin-bottom: 1.65em;
    background: rgba(0,0,0,.05);
    text-align: center;
}

.post__footer {

}


/* =Body
-----------------------------------------------------------------------------*/

.widget_recent_entries, .widget_nav_menu {

}
.widget_recent_entries ul, .widget_nav_menu ul {
    margin-left: 0;
    list-style: none;
}
.widget_recent_entries ul li, .widget_nav_menu ul li {
    margin-bottom: .5em;
}
.widget_recent_entries a, .widget_nav_menu a {
    display: block;
    padding: 0.55em 2.5em;
    text-align: center;
    text-decoration: none;
    color: inherit;
    background: #fff;
    transition: .1s linear all;
}
.widget_recent_entries a:hover, .widget_nav_menu a:hover {
    background: #ddd;
}
.widget_nav_menu .current_page_item a,
.widget_nav_menu .current_page_parent a {
    color: #fff;
    background: #009AD8;
}


#body {

}
#body .wrapper {
    padding-bottom: 50px;
}

/* =Body -> Main */
#main {

}


/* =Body -> Sidebar */
#sidebar {

}


/* =Strona kontaktowa
-----------------------------------------------------------------------------*/

#gmaps iframe {
    width: 100%;
    height: 320px;
}


/* =WPCF7
-----------------------------------------------------------------------------*/

.screen-reader-response {
    display:none;
}
.wpcf7-form p, .wpcf7-form label, .wpcf7-form div.units-row {
    margin-bottom:.3em;
}
.wpcf7-not-valid-tip {
    display:block;
    font-size:.85em;
    color:#DE2C3B;
}
.wpcf7-validation-errors,
.wpcf7-mail-sent-ok {
    position:relative;
    padding:9px 13px;
    margin-bottom:1.6em;
    color:#0f0f0f;
    background-color:#F8D5D8;
}
.wpcf7-mail-sent-ok {
    background-color:#D5ECD9;
}
.wpcf7-form .ajax-loader {
    float: left;
}



/* =WP Calendar widget
-----------------------------------------------------------------------------*/

table#wp-calendar {
    width:100%;
}
table#wp-calendar * {
    text-align:center;
}
table#wp-calendar th, table#wp-calendar td {
    padding:.3em;
}

#wp-calendar caption {
    color:inherit;
    font-size:1.2em;
}
#wp-calendar thead {
    color:#888;
}


#wp-calendar tfoot {

}
#wp-calendar tfoot td {
    background:none;
}
#wp-calendar tfoot a:link, #wp-calendar tfoot a:visited {
    color:inherit;
    text-decoration:none;
}
#wp-calendar tfoot a:hover, #wp-calendar tfoot a:active {

}
#wp-calendar tfoot #prev {
    text-align:left;
}
#wp-calendar tfoot #next {
    text-align:right;
}


#wp-calendar tbody {
    text-align:center;
}
#wp-calendar tbody a:link, #wp-calendar tbody a:visited {

}
#wp-calendar tbody a:hover, #wp-calendar tbody a:active {

}



/* =Woocommerce
-----------------------------------------------------------------------------*/

/* KOSZYK */
#woocommerce input[name="update_cart"] {
    color: #fff;
    background: #009AD8;
    transition: .1s linear all;
}
#woocommerce input[name="update_cart"]:hover {
    background: #008EC8;
}

#woocommerce .shop_table dl dd,
#woocommerce .shop_table dl dt {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    #woocommerce input[name="update_cart"]  {
      width: 100%;
    }
}

/* WIDGET KATEGORIE PRODUKTÓW */
.widget_product_categories {
    position: relative;
    z-index: 10;
    margin-top: -46px;
    background: #fff;
}
.widget_product_categories h4 {
    padding: 20px 10px 0 10px;
}
.widget_product_categories ul {
    margin-left: 0;
    list-style: none;
}
.widget_product_categories ul li {

}
.widget_product_categories a {
    display: block;
    min-height: 36px;
    padding: 5px 10px;
    font-weight: normal;
    text-decoration: none;
    color: inherit;
}
.widget_product_categories ul li ul li a {
    padding-left: 2em;
}
.widget_product_categories a:hover {
    color: #000;
}
.widget_product_categories .current-cat > a {
    position: relative;
    font-weight: bold;
    color: #fff;
    background: #1D5468;
    /*white-space: nowrap;*/
}
.widget_product_categories .current-cat > a:after {
    content: no-close-quote;
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    top: 50%;
    right: -14px;
    z-index: 1;
    margin-top: -18px;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 14px solid #1D5468;
}

/* WIDGET KOSZYK */
#body .widget_shopping_cart_content {
    margin-bottom: 1.65em;
    padding: 20px 10px;
    background: #fff;
}
#body .widget_shopping_cart_content dl dt,
#body .widget_shopping_cart_content dl dd {
    margin-bottom: 0;
}
#body .widget_shopping_cart_content p.buttons {
    margin-bottom: 0;
}
#body .widget_shopping_cart_content .button {
    color: #fff;
    background: #009AD8;
    transition: .1s linear all;
}
#body .widget_shopping_cart_content .button:hover {
    background: #008EC8;
}
#body .widget_shopping_cart_content .button.checkout {
    background: #A46497;
}
#body .widget_shopping_cart_content .button.checkout:hover {
    background: #935386;
}
#body .widget_shopping_cart_content .total {
    /*border-top-color: #1D5468;*/
}

/* page-kategorie-produktow */
.featuredProduct {
    margin-bottom: 1.65em;
}
.featuredProduct a {
    display: block;
    padding: 10px;
    background: #fff;
    border:1px solid #eee;
    transition: all .1s linear;
}
.featuredProduct a:hover {
    position: relative;
    z-index: 2;
    border-color: #888;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(127,127,127,0.5);
    -moz-box-shadow: 0px 0px 25px 0px rgba(127,127,127,0.5);
    box-shadow: 0px 0px 25px 0px rgba(127,127,127,0.5);
}
.featuredProduct .thumb {
    height: 400px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.featuredProduct__desc {

}
.featuredProduct__desc__content {
    max-height: 300px;
    overflow: hidden;
}
@media (min-width:768px) {
    .featuredProduct__desc {
        padding-top: 40px;
        padding-right: 40px;
    }
}

.productBlocks {
    margin-left: 0;
    list-style: none;
}
.productBlocks li {
    margin-bottom: 1em;
}
.productBlocks a {
    position: relative;
    display: block;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border: 1px solid #eee;
    transition: all .1s linear;
}
.productBlocks a:hover {
    position: relative;
    z-index: 2;
    border-color: #888;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(127,127,127,0.5);
    -moz-box-shadow: 0px 0px 25px 0px rgba(127,127,127,0.5);
    box-shadow: 0px 0px 25px 0px rgba(127,127,127,0.5);
}
/*.productBlocks a .label {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}*/
.productBlocks a .thumb {
    height: 220px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

@media (max-width:767px) {

}
@media (min-width:768px) {
    .productBlocks li {
        padding-right: 3%;
        float: left;
        width: 50%;
    }
}
@media (min-width:1024px) {
    .productBlocks li {
        width: 33.3333%;
    }
}
@media (min-width:1180px) {
    .productBlocks.productBlocks--4 li {
        width: 25%;
    }
}

/* STRONA PRODUKTU */

body.single .single-product {
    margin-bottom: 1.65em;
    padding: 20px 10px;
    background: #fff;
}

body.single .products.related {
    margin-top: 1.65em;
}

body.single .single-product .product_meta {
    margin-bottom: 1.65em;
}
body.single .single-product .product_meta .posted_in,
body.single .single-product .product_meta .tagged_as {
    display: none;
}

body.single .single-product .images,
body.single .single-product .summary {
    width: auto !important;
    float: none !important;
}
body.single .single-product .leftSide .panel h2:first-child {
    display: none;
}

/* przyciski zakupu i wypożyczenia */

body.single .single-product .reset_variations {
    display: none !important;
}
body.single .single-product .extraSubmit,
.woocommerce div.product form.cart {
    margin-bottom: 1.65em !important;
}
body.single .single-product .rightSide .table-container {
    margin-bottom: 0;
    padding: 0 10px;
    background: #E8F3F7;
}
body.single .single-product .rightSide .table-container table td {
    padding: 0;
}
body.single .single-product .rightSide .table-container table td select {
    margin-right: 0;
    width: 100%;
}

body.single .single-product .price:empty {
    display: none;
}
body.single .single-product .price,
body.single .single-product .extraPrice {
    display: block;
    margin-bottom: 0;
    padding: 5px;

    font-size: 1em !important;
    color: inherit !important;
    text-align: center;
}
body.single .single-product .price {
    background: #E8F3F7;
}
body.single .single-product .extraPrice {
    background: #F1F5E7;
}

body.single .single-product .cart:after {
    content: no-close-quote;
    display: block;
    clear: both;
}
body.single .single-product .cart .quantity {
    width: 20%;
    float: left;
    margin: 0 !important;
}
body.single .single-product .cart .quantity input {
    width: 100%;
}


body.single .single-product .cart .btn,
body.single .single-product .extraSubmit .btn {
    font-weight: normal;
    color: #fff;
    border-radius: 0;
}
body.single .single-product .cart .btn:hover,
body.single .single-product .extraSubmit .btn:hover {
    opacity: .75;
}
body.single .single-product .cart .btn:active,
body.single .single-product .extraSubmit .btn:active {
    position: relative;
    top: 1px;
    left: 1px;
}
body.single .single-product .cart .btn {
    width: 80%;
    float: right;
}
body.single .single-product .cart .btn,
body.single .single-product .cart .btn:hover,
body.single .single-product .cart .btn:disabled {
    background: #1985B3 !important;
    border: 1px solid #1985B3;
    opacity: 1;
}
body.single .single-product .extraSubmit .btn {
    width: 100%;
    background: #759F0F;
    border: 1px solid #759F0F;
}

.woocommerce .woocommerce-message {
    border-top-color: #8fae1b;
    background-color: #8fae1b !important;
    color: white !important;
    -webkit-box-shadow: 10px 10px 51px 0px rgba(44,84,24,1);
    -moz-box-shadow: 10px 10px 51px 0px rgba(44,84,24,1);
    box-shadow: 10px 10px 51px 0px rgba(44,84,24,1);
}

.woocommerce .woocommerce-message wc-forward {
	color: #ffffff !important;
    background-color: #1d5468 !important;
}

.woocommerce .woocommerce-message wc-forward:hover {
	color: #1d5468 !important;
    background-color: #fff !important;
}

.woocommerce .woocommerce-message:before {
	color: white !important;
}

.visible-xs {
  display: none;
}


@media (max-width: 767px) {
  .archive hgroup {
    display: none;
  }

  .visible-xs {
    display: block;
  }

    .clearfix-xs {
        clear: both;
    }

    #frontTabs {
        display: block;
        margin-top: -20px !important;
    }

    #frontTabs .wrapper {
        width: 100% !important;
        padding-left: 0;
        padding-right: 0;
    }

    .frontTabs {
        line-height: 1.4;
        display: table;
    }

    .frontTabs__btn {
        height: auto !important;
        display: table-cell;
        float: initial;
        width: 33.33333333%;
    }

    .frontTabs__btn:after {
        bottom: -10px;
    }

    .frontTabs__btn img {
        margin-bottom: 5px;
        height: 32px;
        width: auto;
    }

    .frontTabs__btn a {
        padding: 10px;
        font-size: .725em;
    }

    .frontTab {
        display: none !important;
    }

    .hidden-xs {
        display: none !important;
    }

    h1.product_title {
      font-size: 1.5em;
    }

    .woocommerce div.product form.cart table td {
      padding: 10px 0;
    }

    .woocommerce div.product form.cart .variations td.label {
      padding-right: 2px !important;
    }

    .productBlocks li {
      width: 50%;
      float: left;
      display: inline-block;
      padding: 0 7px;
    }

    .productBlocks a {
      line-height: 1.4;
      font-size: 13px;
      padding: 5px 2px;
    }

    .productBlocks a .thumb {
      height: 135px;
      background-position: 50% 10%;
      background-size: 75%;
    }

    #logo {
      display: none;
    }

    #header .wrapper {
      padding: 0;
    }

    #top {
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      z-index: 9998;
      font-size: .75em;
      line-height: 1.4;
    }

    #mobile_logo {
      position: absolute;
      left: 5px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
    }

    #top__address, #top__tel {
      padding: 2px 0;
    }

    .rslides_container {
      width: 130% !important;
    }

    .rslides img {
      position: relative;
      left: -22%;
    }

    .mobile_desc h3 {
      text-transform: uppercase;
      font-size: 1.35em;
    }

    .mobile_desc h3 span {
      font-weight: 100;
    }

    .wrapper {
      padding: 20px 15px;
    }

    p, li {
      font-size: .85em;
    }

    #footer p {
      font-size: .9em;
    }

    #wrapper {
      padding-top: 48px;
    }

    .single #subheader {
      display: none;
    }

    .mobile_featured_img .post__body__thumbnail {
      background: #FFF;
    }

    .mobile_featured_img img {
      width: 200px;
    }

    #mobile-basket {
        position: absolute;
        right: 55px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);

    }

    #mobile-basket a {
      color: #fff;
    }
}

@media (min-width: 768px) {
  #mobile_logo {
    display: none;
  }

  .unit-sm-30, .unit-sm-70 {
    position: relative;
  }

  .unit-sm-30 {
    left: 30.1%;
  }

  .unit-sm-70 {
    left: -72.1%
  }
}

.variations_form.cart {
  background: rgb(232, 243, 247);
}

.variations_form.cart .table-container {
  margin-bottom: 0;
}

.woocommerce div.product form.cart .variations {
  margin-bottom: 0 !important;
}

.woocommerce-variation-price .amount {
  font-weight: 600;
  font-size: 2em;
}

@media (max-width: 479px) {
  .wrapper {
    width: 100% !important;
  }
}


#basket-belt {
  position: fixed;
  right: -323px;
  top: 44px;
  z-index: 999999;
  transition: right .3s ease;
}

#basket-belt:hover {
  right: 0;
}

#basket-belt dd {
  margin-bottom: 0;
}

.basket-belt__ico {
  background: rgb(29, 84, 104);
  color: #fff;
  padding: 15px 5px 5px;
  cursor: pointer;
  font-size: .75em;
  font-family: "Oswald", "Open Sans", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  text-align: center;
  position: absolute;
  left: -76px;
  width: 76px;
}

.basket-belt__ico img {
  margin: 0 auto;
  display: block;
}

.basket-belt__title {
  display: block;
  text-transform: uppercase;
}

.basket-belt__count {
  position: absolute;
  top: -7px;
  background: #FE5200;
  display: block;
  border-radius: 100%;
  line-height: 1;
  padding: 6px 9px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
}

.basket-belt__cart {
  background: #fff;
  padding: 5px 10px;
  width: 320px;
  min-height: 76px;
  max-height: 395px;
  overflow: auto;
  box-shadow: 0 13px 20px 0px rgba(0, 0, 0, 0.17);
  font-size: .9em;
}

#basket-belt ul.cart_list li dl dt, #basket-belt ul.product_list_widget li dl dt {
    font-weight: 700;
    padding: 0 0 .25em;
    margin: 0 4px 0 0;
    clear: left;
}

#basket-belt ul.cart_list, #basket-belt ul.product_list_widget {
    list-style: none;
    padding: 0;
    margin: 0;
}

#basket-belt .widget_shopping_cart .cart_list li, #basket-belt .widget_shopping_cart .cart_list li {
    padding-left: 2em;
    position: relative;
    padding-top: 0;
}

#basket-belt  ul.cart_list li:after, #basket-belt  ul.cart_list li:before, #basket-belt ul.product_list_widget li:after, #basket-belt ul.product_list_widget li:before {
    content: " ";
    display: table;
}

#basket-belt .widget_shopping_cart .cart_list li a.remove, #basket-belt .widget_shopping_cart .cart_list li a.remove {
    position: absolute;
    top: 0;
    left: 0;
}

#basket-belt ul.cart_list li img, #basket-belt ul.product_list_widget li img {
  float: right;
margin-left: 4px;
width: 32px;
height: auto;
box-shadow: none;
}

#basket-belt .button {
    color: rgb(255, 255, 255);
    background: rgb(0, 154, 216);
    transition: .1s linear all;
}

#basket-belt .checkout {
  background: rgb(143, 174, 27);
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: rgb(143, 174, 27) !important;
}

