/*
Theme Name: Eco
Description: This is a blank bootstrap 3.1.1 theme for wordpress. Feel free to use this as a starter template for your projects.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*Wordpress editor styles start*/

body {

    font-family: 'Muli', Helvetica, Arial, sans-serif;
    line-height: 20px;
    color: #323232;
    font-size: 14px;
}

*:focus {
    outline: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
    outline-width: 0;
    outline-color: transparent;
}

input[type=radio] {
    outline-color: transparent;
}

input:focus {
    outline: none;
}

.timeTo {
    top: 0px !important;
}

.entry-content img {
    margin: 0 0 1.5em 0;
}

.alignleft, img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
}

.alignright, img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
}

.aligncenter, img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
}

.alignnone, img.alignnone {
    /* not sure about this one */
}

.wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px;
}

.wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0;
}

.wp-caption p.wp-caption-text {
    line-height: 1.5;
    font-size: 10px;
    margin: 0;
}

.wp-smiley {
    margin: 0 !important;
    max-height: 1em;
}

blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
}

blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
}

/*Wordpress editor styles end*/
.home .header_bg {
    display: none;
}

.admin-bar header {
    top: 21px;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
}

.single-post .header_bg {
    background: none;
    display: none;
}

.archive .header_bg {
    background-image: none;
    min-height: 54px;
}

.header_bg {
    background-image: url("img/header_top.jpg");
    min-height: 288px;

    width: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
}

header .navbar {
    background-color: #323232;
    height: 65px;
    margin-top: 0px;
    background-repeat: repeat;
}

header .navbar-brand {
    background-image: url("img/logo.png");
    width: 103px;
    height: 96px;
    background-repeat: no-repeat;
    text-indent: -1000px;
    padding: 0;
    margin-top: -1px;
    margin-left: 15px;
}

header .navbar-nav > li {
    width: 110px;
}

header .navbar-nav > li > a:first-line {
    font-weight: bold;
}

header .navbar-default .navbar-nav > li > a:focus, header .navbar-default .navbar-nav > li > a {
    background: none;
    color: #ffffff;
    font-size: 14px;
    line-height: 15px;
}

header #menu-category {
    margin-left: 25px;
}

header .navbar-default .navbar-nav > li > a:hover {
    color: #FAF061;
}

header .navbar-default .navbar-nav > .active > a, header .navbar-default .navbar-nav > .active > a:focus, header .navbar-default .navbar-nav > .active > a:hover {
    background: none;
    color: #FAF061;
    font-size: 14px;
    line-height: 15px;
}

.slider-container {
    min-height: 700px;
    border-bottom: 11px solid #078141
}

.slider-container .lSSlideOuter {
    width: 100%;
}

.slider-container .slider-home {
    overflow: hidden;
    max-height: 700px;
    width: 100% !important;
}

.slider-container .slider-item {
    height: 700px;

    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;

}

.slider-container .slider-item:after {
    /* content: '';
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 100%);*/
}

.slider-container .slider-item .container {
    min-height: 700px;
    background-repeat: no-repeat;
    background-position: right 150px;
    color: #fff;
    padding-left: 9%;

}

.slider-container .slider-item .container .slider-content {
    width: calc(89% - 15%);
    float: left;
    margin-top: 100px;
    padding-right: 25%;

}

.slider-container .slider-item .container .slider-content-img {
    float: right;
    width: 55px;
    text-align: center;
    position: relative;
    margin-top: 105px;

}

.slider-container .slider-item .container .slider-content-img .term_image {
    display: inline-block;
    text-align: center;
}

.slider-container .slider-item .container .slider-content-img .cat_name {

    /* Safari */
    -webkit-transform: rotate(90deg);

    /* Firefox */
    -moz-transform: rotate(90deg);

    /* IE */
    -ms-transform: rotate(90deg);

    /* Opera */
    -o-transform: rotate(90deg);

    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

    float: left;
    width: 100%;
    display: inline-block;
    min-width: 370px;

    position: relative;
    right: 150px;
    font-size: 24px;
    text-transform: lowercase;
    text-align: right;
    top: 180px;

}

.slider-container .slider-item .container .slider-content-img .cat_name .cat_table {
    width: 100%;
    table-layout: auto;
}

.slider-container .slider-item .container .slider-content-img .cat_name .cat_table .empty {

}

.slider-container .slider-item .container .slider-content-img .cat_name .cat_table .empty span {
    width: 100%;
    background-color: #fff;
    display: inline-block;
    height: 7px;
    text-align: center;
    margin-top: 20px;

}

.slider-container .slider-item .container .slider-content-img .cat_name .cat_table .data {
    width: 83%;
    text-align: left;
    padding-left: 10px;
}

.slider-container .slider-item .container .slider-content-img .cat_name span.cat_name_bg {

}

.slider-container .slider-item .container .slider-content-img .cat_name span.cat_name_elem {

}

.slider-container .slider-item .container .slider-content h3 {
    width: 100%;
    font-size: 24px;
    line-height: 28px;
}

.slider-container .slider-item .container .slider-content .content {
    font-size: 16px;
    line-height: 18px;
}

.slider-container .slider-item .container .slider-content .content ul {
    margin-top: 30px;
    padding-left: 20px;

}

.slider-container .slider-item .container .slider-content .buttons {
    margin-top: 50px;
    float: left;
}

.slider-container .slider-item .container .slider-content .buttons .button {
    display: block !important;
}

.slider-container .slider-item .container .slider-content .buttons .button_white {
    float: left;

    background-color: transparent !important;
    border: 1px solid #fff !important;
    border-radius: 30px !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    color: #fff !important;
    display: inline-block;
    height: 35px !important;
    margin-top: 0 !important;
    text-align: center !important;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    width: 140px !important;
    font-size: 12px !important;
    font-weight: bold;
    line-height: 35px !important;
    padding: 0 !important;
    margin-right: 20px;
    text-decoration: none;

}

.slider-container .slider-item .container .slider-content .buttons .button_white:hover {
    background-color: #fff !important;
    color: #323232 !important
}

.slider-container .slider-item .container .slider-content .buttons .button {
    float: left;

    background-color: #dfcb43 !important;
    border: 1px solid #dfcb43 !important;
    border-radius: 30px !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    color: #323232 !important;
    display: inline-block;
    height: 35px !important;
    margin-top: 0 !important;
    text-align: center !important;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    width: 140px !important;
    font-size: 16px !important;
    font-weight: bold;
    line-height: 35px !important;
    padding: 0 !important;
    background-image: url("img/arrow_ico.png") !important;
    background-repeat: no-repeat;
    background-position: right;
}

.slider-container .slider-item .container .slider-content .buttons .button:hover {

    background-repeat: no-repeat;
    background-image: url("img/arrow_ico.png") !important;
    background-color: #fff !important;
    border: 1px solid #dfcb43;
    color: #323232 !important;
    display: inline-block;
    height: 35px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    line-height: 35px;
}

.slider-container .slider-item .container .slider-content .content ul li {

    font-size: 16px;
    line-height: 19px;
    list-style-image: url("img/ul.png");
    margin-bottom: 15px;
}

footer {
    min-height: 325px;
    background-color: #333333;
    width: 100%;
    display: block;
    color: #ffffff;
}

.products-container {
    min-height: 200px;
    padding-bottom: 200px;
}

.our-problems-container {
    -ms-transform: skewY(-7.2deg);
    -webkit-transform: skewY(-7.2deg);
    transform: skewY(-7.2deg);
    background-color: #dfcb43;
    clear: both;
    padding-bottom: 200px;
    display: block;
    background-image: url("img/right_dotted.png");
    background-repeat: repeat-y;
    background-position: calc(100% - 40px) -8px;
}

.home #main-container::after {
    content: " ";
    background-image: url("img/left_bottom_dotted.png");
    width: 47px;
    height: 57px;
    display: block;
    background-position: left bottom;

    position: relative;
    top: -10px;
    left: 58px;
}

.our-problems-container .container-dotted {
    content: " ";
    background-image: url("img/news_left_dotted.png");
    width: 20px;
    height: 19px;
    display: block;
    background-position: left;
    background-repeat: repeat;
    width: calc(85.6% - 285px);
    margin: 0 auto;
    margin-right: auto;
    margin-left: auto;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    top: -95px;
    float: right;
    margin-right: 93px;
    margin-left: 230px;
}

.our-problems-container .container-rotate::before {
    content: " ";
    background-image: url("img/right_bottom_dotted.png");
    width: 45px;
    height: 94px;
    display: block;
    background-position: right bottom;
    position: absolute;
    right: 41px;
    top: -100px;
}

.our-problems-container #our-problems {
    -ms-transform: skewY(7.2deg);
    -webkit-transform: skewY(7.2deg);
    transform: skewY(7.2deg);
    text-align: center;
}

.our-problems-container #our-problems h2 {
    display: inline-block;
    margin-top: 80px;
    color: #2c2c2c;
    font-weight: bold;
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 50px;
    background-image: url("img/cloud_ico.png");
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 60px;
}

.our-problems-container #our-problems .col-md-3 {
    width: calc(33% - 88px);
    margin-left: 44px;
    margin-right: 44px;
    float: left;
    display: inline-block;
}

.our-problems-container #our-problems .col-md-3 h3 {
    min-height: 45px;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    width: 70%;
    text-align: center;
    display: inline-block;
    margin-bottom: 30px;
    margin-top: 30px;

}

.our-problems-container #our-problems .col-md-3 .content {

}

.who-we-are-container {
    -ms-transform: skewY(-7.2deg);
    -webkit-transform: skewY(-7.2deg);
    transform: skewY(-7.2deg);
    background-color: #fff;
    margin-top: -95px;
    margin-bottom: 160px;
    background-image: url("img/who_we_are.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center top;
    z-index: 1;
    clear: both;
    display: block;

}

.who-we-are-container .container-dotted {
    -ms-transform: skewY(7.2deg);
    -webkit-transform: skewY(7.2deg);
    transform: skewY(7.2deg);
    background-image: url("img/right_dotted.png");
    background-repeat: repeat-y;
    background-position: calc(100% - 40px) 0px;
    padding-top: 40px;
    margin-top: -105px;

}

.who-we-are-container .container-rotate {

    -ms-transform: skewY(0deg);
    -webkit-transform: skewY(0deg);

    background-size: calc(95% + 128px) 140%;
    background-repeat: no-repeat;
    height: 670px;
    margin-top: 88px;
    z-index: 2;
    opacity: 0.9;
}

.who-we-are-container #who-we-are {
    color: #fff;
    font-size: 16px;
    line-height: 18px;

    background-position: calc(100% - 40px) 10px;
    height: 100%;
}

.who-we-are-container #who-we-are .post {
    margin-left: 20%;
    padding-right: 5%;
    min-height: 430px;
    float: left;
    width: calc(85% - 20%);
}

.who-we-are-container #who-we-are .sidebar-who-we-are {
    float: right;
    width: 8%;
    margin-top: 8%;
    text-align: center;
    margin-right: 5%;
}

.who-we-are-container #who-we-are .sidebar-who-we-are a {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 35px;
    float: left;
    display: block;
    width: 100%;
}

.who-we-are-container #who-we-are .sidebar-who-we-are a:hover {
    text-decoration: none;
}

.who-we-are-container #who-we-are .sidebar-who-we-are a .child_title {
    padding-top: 5px;
    padding-bottom: 5px;
}

.who-we-are-container #who-we-are h3 {
    margin-top: 90px;
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 60px;
    background-image: url("img/who_we_are_ico.png");
    padding-left: 40px;
    background-repeat: no-repeat;

}

#news {
    text-align: center;
}

#news .row {
    text-align: center;
}

.news-container {
    -ms-transform: skewY(-7.2deg);
    -webkit-transform: skewY(-7.2deg);
    transform: skewY(-7.2deg);
    background-color: transparent;
    margin-top: -95px;
    margin-bottom: 30px;

}

.news-container .container-dotted {

    background-image: url("img/right_dotted.png");
    background-repeat: repeat-x;
    background-position: calc(100% - 40px) 60px;
    padding-top: 100px;
    margin-right: 40px;
    margin-left: 14.5%;

}

.news-container .container-dotted-body {

    background-image: url("img/right_dotted.png");
    background-repeat: repeat-y;
    background-position: 14% 4px;
    padding-top: 0;
    margin-right: 40px;
    margin-top: -20px;
    margin-bottom: 50px;

}

.news-container .container-dotted-bottom {

    background-image: url("img/right_dotted.png");
    background-repeat: repeat-x;
    background-position: 15% 35px;
    padding-top: 50px;
    clear: both;
    display: block;
    margin-left: 15%;
    margin-right: 1%;
    -ms-transform: skewY(7.2deg);
    -webkit-transform: skewY(7.2deg);
    transform: skewY(7.2deg);

}

.news-container #news-header {
    text-align: center;

    -ms-transform: skewY(7.2deg);
    -webkit-transform: skewY(7.2deg);
    transform: skewY(7.2deg);

}

.news-container #news-header h2 {
    display: inline-block;
    padding-bottom: 90px;
    font-size: 30px;
    line-height: 38px;
    background-image: url("img/aktualnosci_ico.png");
    background-repeat: no-repeat;
    background-position: 35px -1px;

    font-weight: bold;
    margin-top: 0px;
    position: relative;
    top: -30px;
    background-color: #fff;
    padding-left: 80px;
    padding-right: 30px;

}

.news-container #news .bottom_link {
    -ms-transform: skewY(7.2deg);
    -webkit-transform: skewY(7.2deg);
    transform: skewY(7.2deg);
    text-align: center;
    margin-top: 50px;
}

.news-container #news .bottom_link .read_more {
    color: #323232;
    font-size: 14px;
    text-decoration: underline;
}

.news-container #news .news-item {
    width: calc(33% - 4%);
    height: 470px;
    float: left;
    display: inline-block;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 5%;
    text-align: left;
    background-size: 100% 100%;
}

.news-container #news .news-item .more {
    position: absolute;
    right: 25px;
    top: -60px;

}

.news-container #news .news-item .button {
    background: #fff;
    border: 5px solid #dfcb43;
    border-radius: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #323232;
    display: inline-block;
    height: 55px;
    position: relative;
    text-align: center;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    width: 55px;

}

.news-container #news .news-item .button:before {
    content: "\f061";
    font-family: FontAwesome;
    font-size: 24px;
    left: 50%;
    line-height: 41px;
    margin-left: -10px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
}

.news-container #news .news-item .button:hover {
    background: #fff;
    border-width: 22px;
}

.news-container #news .news-item .content .rotate {
    -ms-transform: skewY(7.2deg);
    -webkit-transform: skewY(7.2deg);
    transform: skewY(7.2deg);

}

.news-container #news .news-item .image {
    width: 100%;
    height: 240px;
}

.news-container #news .news-item .image img {
    width: 100%;
    height: 100%;
}

.news-container #news .news-item .content {

    background-color: #dfcb43;
    float: left;
    display: block;
    height: 200px;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 25px;
}

.news-container #news .news-item .content .title a {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #323232;
}

.news-container #news .news-item .content .title a:hover {
    color: #323232;
}

.news-container #news .news-item .content .desc {
    font-size: 14px;
    line-height: 22px;
    color: #323232;
}

.category-aktualnosci .news-container #news-header {
    -ms-transform: skewY(0deg);
    -webkit-transform: skewY(0deg);
    transform: skewY(0deg);
    margin-top: 50px;

}

.category-aktualnosci .news-container #news .news-item .content .rotate {
    -ms-transform: skewY(0deg);
    -webkit-transform: skewY(0deg);
    transform: skewY(0deg);

}

.category-aktualnosci .news-container #news .news-item .content .rotate {
    -ms-transform: skewY(0deg);
    -webkit-transform: skewY(0deg);
    transform: skewY(0deg);

}

.category-aktualnosci .news-container {
    -ms-transform: skewY(0deg);
    -webkit-transform: skewY(0deg);
    transform: skewY(0deg);
    background-color: #fff;
    margin-top: 0px;
    margin-bottom: 160px;

}

footer .footer-item {
    width: calc(25% - 20px);
    margin-left: 20px;
    margin-top: 35px;
    margin-bottom: 50px;
    border-right: 1px solid #898989;
    min-height: 305px;
}

footer .footer-item:last-child {
    border-right: none;

}

footer .footer-item .header {
    color: #dfcb43;
    font-size: 18px;
    margin-bottom: 30px;

}

footer .footer-item .header h4 {
    padding-top: 10px;
    font-weight: bold;
    margin: 0;
}

footer .footer-item .content {

}

footer .footer-item .content .address {
    background-image: url("img/map_ico.png");
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 40px;
    padding-bottom: 30px;
}

footer .footer-item .content .mail {
    background-image: url("img/mail_ico.png");
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 40px;
    padding-bottom: 30px;
    line-height: 38px;
}

footer .footer-item .content .phone {
    background-image: url("img/mobile_ico.png");
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 40px;
}

footer .footer-item .content a {
    color: #fff;
    line-height: 38px;
}

footer .footer-item .footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer .footer-item .footer-menu li {
    padding-top: 1px;
    padding-bottom: 1px;
}

footer .footer-item .footer-menu li a {
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
}

#container {

    clear: both;
    z-index: 1;
}

.container {
    width: 1180px;
}

.woocommerce-page .container-fluid > .container {
    width: 760px;
}

.page-template-default > .container {
    width: 760px;
}

.container.page-single {
    width: 760px;
}

.container.page-single .type-post {
    margin-bottom: 50px;
    margin-top: 80px;
}

.post_thumb img {
    width: 100%;
}

.container.page-single .type-post > h2 {
    font-size: 26px;
    line-height: 28px;
    font-weight: 800;
    color: #323232;
    padding-bottom: 30px !important;
    margin-bottom: 35px;
    margin-top: 30px;
    text-transform: capitalize;
    background-image: url("img/dotted_title.png");
    background-repeat: repeat-x;
    background-position: 101px bottom;
}

.container.page-single .type-przepisy > h2 {
    font-size: 26px;
    line-height: 28px;
    font-weight: 800;
    color: #323232;
    padding-bottom: 30px !important;
    margin-bottom: 35px;
    margin-top: 30px;
    text-transform: capitalize;
    background-image: url("img/dotted_title.png");
    background-repeat: repeat-x;
    background-position: 101px bottom;
}

.page-template-default > .container .type-page {
    margin-bottom: 50px;
}

.page-template-default > .container .type-page > h2 {
    font-size: 26px;
    line-height: 28px;
    font-weight: 800;
    color: #323232;
    padding-bottom: 30px !important;
    margin-bottom: 35px;
    margin-top: 30px;
    text-transform: capitalize;
    background-image: url("img/dotted_title.png");
    background-repeat: repeat-x;
    background-position: 101px bottom;
}

.post h3 {
    font-size: 24px;
    font-weight: bolder;
    margin-top: 15px;
    margin-bottom: 15px;
}

.post h4 {
    font-size: 18px;
    font-weight: bolder;
    margin-top: 15px;
    margin-bottom: 15px;
}

.post ul {
    margin-top: 30px;
    padding-left: 20px;
}

.post li {

    list-style-image: url("img/ul.png");
    margin-bottom: 15px;
}

.page-template-default > .container .type-page h3 {
    font-size: 24px;
    font-weight: bolder;
    margin-top: 15px;
    margin-bottom: 15px;
}

.page-template-default > .container .type-page h4 {
    font-size: 18px;
    font-weight: bolder;
    margin-top: 15px;
    margin-bottom: 15px;
}

.page-template-default > .container .type-page ul {
    margin-top: 30px;
    padding-left: 20px;
}

.page-template-default > .container .type-page ul li {

    list-style-image: url("img/ul.png");
    margin-bottom: 15px;
}

.page-template-default > .container .type-page ol li {

    margin-bottom: 5px;
}

.page-template-default > .container .type-page ol li ul {
    margin-top: 5px;
}

blockquote {
    padding: 0px 0px 0px 115px;
    margin: 0 0 20px;
    border-left: none;
    font-size: 14px;
    line-height: 20px;
    color: #078141;
    background-image: url("img/quote.png");
    background-repeat: no-repeat;
    background-position: top left;
    min-height: 130px;
}

.page-template-default > .container .type-page img.alignleft {
    padding-bottom: 10px;
}

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

.woocommerce #content div.product div.images .slick-list {
    text-align: center;
}

.subcategory-product-container {
    text-align: center;

}

.subcategory-product {
    margin-top: 15px;
    margin-bottom: 0px;
    display: inline-block;
    width: 760px;
}

.subcategory-product .products li {
    margin-bottom: 20px;
    height: 362px;
    transform: scale(0.85);
}

.products-list {
    list-style: none;
    float: left;
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0;
}

.woocommerce-product-search {
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;
    float: left;
    clear: both;
}

.woocommerce-product-search .search-field {
    clear: both;
    font-weight: normal;
    background: #fff;
    border: 3px solid #078141;
    border-radius: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #a8a8a8;
    display: inline-block;
    height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;

    text-align: left;
    padding-left: 40px;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    width: calc(65% - 40px);
    font-size: 14px;
    font-weight: bold;
    line-height: 50px;
    margin-right: 25px;
}

.woocommerce-product-search input[type="submit"] {

    background-color: #dfcb43;
    border: 1px solid #dfcb43;
    border-radius: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #323232;
    display: inline-block;
    height: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-position: 164px center !important;
    text-align: center;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    width: 23%;
    font-size: 14px;
    font-weight: bold;
    line-height: 35px;
}

.woocommerce-product-search input[type="submit"]:hover {

    background-color: #fff;
    border: 1px solid #dfcb43;
    color: #323232;

}

.products-list li {
    float: left;
    width: calc(50% - 80px);
    padding-right: 40px;
    background-color: #f3f3f3;
    min-height: 335px;
    margin-right: 40px;
    padding-left: 5px;
    position: relative;
    margin-bottom: 65px;
    position: relative;
    height: 362px;
}

.products-list li:nth-child(odd) {
    margin-right: 40px;
}

.products-list li:nth-child(even) {
    margin-right: 0px;
}

.products-list li a .attachment-shop_catalog {
    float: left;
    margin-top: 10%;

}

.products-list li.sale a .attachment-shop_catalog {
    float: left;
    margin-top: 22%;
    margin-left: -140px !important;
}

.products-list li a {
    color: #323232;
    position: relative;
}

.products-list li a .onsale {
    background-image: url(img/promotion_bg.png);
    width: 158px;
    height: 48px;
    background-repeat: no-repeat;

    padding-left: 60px;
    color: #fff;
    line-height: 24px;
    font-size: 14px;
    padding-top: 4px;
    float: left;
    display: inline-block;
    margin-top: 20px;
    margin-left: -15px;

}

.products-list li a .yith-wcbm-badge-custom {
    line-height: 24px;
    font-size: 14px;
    background-image: url("img/new_product.png");
    width: 158px;
    height: 48px;
    background-repeat: no-repeat;
    background-color: transparent;
    position: absolute;
    left: -14px;
    top: 13px;
    padding-top: 4px;
}

.products-list li a h2 {
    float: right;
    width: calc(58% - 40px);
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
    line-height: 20px;

}

.products-list li.sale a p {

    width: calc(58% - 40px);
}

.products-list li a p {
    float: right;
    width: calc(58% - 40px);
    min-height: 100px;
    font-size: 13px;
    max-height: 160px;
    overflow: hidden;

}

.products-list li .price {
    color: #323232 !important;
#    width: calc(58% - 40px);
    clear: both;
    font-size: 30px !important;
    text-align: right;
    font-weight: bold !important;
    position: absolute;
    top: 300px;
    right: -190px;
    _right: -70% !important;
    -webkit-padding-end: 120px;

}

.products-list li .price .amount {
    background-image: url("img/price_bg.png");
    background-position: bottom;
    background-repeat: repeat-x;
    padding-left: 5px;
    padding-right: 5px;
}

.products-list li .price del .amount {
    background-image: url("img/promo_price.png");
}

.products-list li .price del {
    text-decoration: line-through;
    position: absolute;

    left: -85px;
    font-size: 18px;
}

.products-list li .price ins {
    text-decoration: none;
}

.products-list li .single_add_to_cart_button {
    clear: both;
    float: right;
    position: absolute !important;
    bottom: -15px !important;
    right: 30px !important;
    background-color: #078141 !important;
    border: 1px solid #078141 !important;
    border-radius: 30px !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    color: #fff !important;
    display: inline-block;
    height: 35px !important;
    margin-top: 0 !important;
    text-align: left !important;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    width: 140px !important;
    font-size: 14px !important;
    font-weight: bold;
    line-height: 35px !important;
    padding: 0 0 0 20px !important;

    background-image: url("img/basket_icp.png") !important;
    background-repeat: no-repeat;
    background-position: right;
}

.products-list li .single_add_to_cart_button:hover {
    color: #323232 !important;
    background-image: url("img/basket_icp.png") !important;
    background-repeat: no-repeat;
    background-position: right;
    background-color: #fff !important;
    border: 1px solid #078141 !important;
}

.products-list li .add_to_cart_button {
    clear: both;
    float: right;
    position: absolute !important;
    bottom: -15px !important;
    right: 30px !important;
    background-color: #078141 !important;
    border: 1px solid #078141 !important;
    border-radius: 30px !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    color: #fff !important;
    display: inline-block;
    height: 35px !important;
    margin-top: 0 !important;
    text-align: center !important;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    width: 140px !important;
    font-size: 14px !important;
    font-weight: bold;
    line-height: 35px !important;
    padding: 0 !important;
    background-image: url("img/arrow_ico.png") !important;
    background-repeat: no-repeat;
    background-position: right;
}

.products-list li .add_to_cart_button:hover {
    clear: both;
    float: right;
    background-repeat: no-repeat;
    background-image: url("img/arrow_ico.png") !important;
    background-color: #fff !important;
    border: 1px solid #078141;
    color: #323232 !important;
    display: inline-block;
    height: 35px;

    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    line-height: 35px;
}

.products-list {
    list-style: none;
    float: left;
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0;
}

.single-product .type-product .onsale {

}

.woocommerce-product-search {
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;
    float: left;
    clear: both;
}

.woocommerce-product-search .search-field {
    clear: both;
    font-weight: normal;
    background: #fff url("img/search_ico.png");
    background-position: 8px 5px;
    background-repeat: no-repeat;
    border: 3px solid #078141;
    border-radius: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #a8a8a8;
    display: inline-block;
    height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;

    text-align: left;
    padding-left: 40px;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    width: calc(65% - 40px);
    font-size: 14px;
    font-weight: bold;
    line-height: 50px;
    margin-right: 25px;

}

.woocommerce-product-search input[type="submit"] {

    background-color: #dfcb43;

    border: 1px solid #dfcb43;
    border-radius: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #323232;
    display: inline-block;
    height: 50px;
    padding-top: 0px;
    padding-bottom: 0px;

    text-align: center;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    width: 23%;
    font-size: 14px;
    font-weight: bold;
    line-height: 35px;
    background-image: url("img/arrow_ico.png") !important;
    background-repeat: no-repeat;
    background-position: 96% center !important;

}

.woocommerce-product-search input[type="submit"]:hover {
    background-repeat: no-repeat;
    background-position: 175px center;
    background-color: #fff;
    border: 1px solid #dfcb43;
    color: #323232;

}

.products {
    text-align: left;

}

.products li {
    display: inline-block;
    width: calc(49.7% - 20px);
    padding-right: 20px;
    background-color: #f3f3f3;
    min-height: 355px;
    position: relative;
    text-align: left;
    padding-left: 5px;
    position: relative;
    margin-bottom: 55px;
    height: 362px;
}

.products li .single_add_to_cart_button {
    clear: both;
    float: right;
    position: absolute !important;
    bottom: -15px !important;
    right: 30px !important;
    background-color: #078141 !important;
    border: 1px solid #078141 !important;
    border-radius: 30px !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    color: #fff !important;
    display: inline-block;
    height: 35px !important;
    margin-top: 0 !important;
    text-align: left !important;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    width: 140px !important;
    font-size: 14px !important;
    font-weight: bold;
    line-height: 35px !important;
    padding: 0 0 0 20px !important;

    background-image: url("img/basket_icp.png") !important;
    background-repeat: no-repeat;
    background-position: right;
}

.products li .single_add_to_cart_button:hover {
    color: #323232 !important;
    background-image: url("img/basket_icp.png") !important;
    background-repeat: no-repeat;
    background-position: right;
    background-color: #fff !important;
    border: 1px solid #078141 !important;
}

.products li:nth-child(odd) {
    margin-right: 40px;
}

.products li:nth-child(even) {
    margin-right: 0px;
}

.subcategory-product .products li:nth-child(odd) {
    margin-right: 0px;
}

.products li:nth-child(even) {
    margin-right: 0px;
}

.products li a .attachment-shop_catalog {
    float: left;
    margin-top: 20%;
}

.products li a {
    color: #323232;
    position: relative;
}

.products li a h2 {
    float: right;
    width: calc(58% - 40px);
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
    line-height: 20px;

}

.products li a .imagewrapper {
    width: 130px;
}

.products li a .imagewrapper img {
    width: 100% !important;
}

.products li.sale h2 {
    width: calc(48%) !important;
}

.products li a p {
    float: right;
    width: calc(58% - 40px);
    min-height: 100px;
    font-size: 12px;
    max-height: 160px;
    overflow: hidden;

}

.products li a .onsale {
    background-image: url("img/promotion_bg.png");
    width: 158px;
    height: 48px;
    background-repeat: no-repeat;
    float: left;
    display: inline-block;
    margin-top: 20px !important;
    margin-left: -15px !important;
    padding-left: 60px;
    color: #fff;
    line-height: 24px;
    font-size: 14px;
    padding-top: 4px;
    border-radius: 0;
    position: relative;
    background-color: transparent;
    padding-right: 30px;
}

.products li .price {
    color: #323232 !important;
    width: calc(58% - 40px);
    clear: both;
    font-size: 30px !important;
    text-align: right;
    font-weight: bold !important;
    position: absolute;
    top: 300px;
    right: -200px;

    -webkit-padding-end: 145px;
}

.products li.sale p {
    float: right;
    width: calc(48%) !important;
    font-size: 12px;
    clear: both;
}

.products li .price ins {
    text-decoration: none;
}

.products li .price del {
    text-decoration: line-through;
    position: absolute;
    opacity: 1;
    top: -10px;
    font-size: 18px;
    opacity: 1 !important;
    left: -80px;
}

.products li .price del .amount {
    background-image: url("img/promo_price.png");
}

.products li .price .amount {
    background-image: url("img/price_bg.png");
    background-position: bottom;
    background-repeat: repeat-x;
    padding-left: 5px;
    padding-right: 5px;
}

.products li a .yith-wcbm-badge-custom {
    line-height: 24px;
    font-size: 14px;
    background-image: url("img/new_product.png");
    width: 158px;
    height: 48px;
    background-repeat: no-repeat;
    background-color: transparent;
    position: absolute;
    left: -14px;
    top: 13px;
    padding-top: 4px;
}

.products li .add_to_cart_button {
    clear: both;
    float: right;
    position: absolute !important;
    bottom: -15px !important;
    right: 30px !important;
    background-color: #078141 !important;
    border: 1px solid #078141 !important;
    border-radius: 30px !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    color: #fff !important;
    display: inline-block;
    height: 35px !important;
    margin-top: 0 !important;;
    text-align: center !important;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    width: 140px !important;
    font-size: 14px !important;
    font-weight: bold;
    line-height: 35px !important;
    padding: 0 !important;
    background-image: url("img/arrow_ico.png") !important;
    background-repeat: no-repeat;
    background-position: right;

}

.products li .add_to_cart_button:hover {
    clear: both;
    float: right;
    background-image: url("img/arrow_ico.png") !important;
    background-color: #fff !important;
    border: 1px solid #078141 !important;
    color: #323232 !important;;
    display: inline-block;
    height: 35px;

    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    line-height: 35px;
}

.bottom_product_link {
    text-align: center;
}

.bottom_product_link a {
    color: #323232;
    font-size: 14px;
    text-decoration: underline;
}

.prodcut_category_title {
    font-size: 30px;
    color: #2c2c2c;
    text-transform: capitalize;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 0;
}

.prodcut_category_title img {
    text-align: left;
    margin-top: -15px;
}

.cat_widget {
    float: left;
    position: relative;
    margin-left: 27px;
}

.cat_widget .cat_row_top {
    width: 84px;
    height: 53px;
    margin-top: -60px;
}

.cat_widget .cat_row .cat_image.first_item {
    padding-top: 60px;
}

.cat_widget .cat_row .cat_link.first_item {
    padding-top: 50px;
}

.cat_widget .cat_row .cat_image.last_item {
    padding-bottom: 60px;
}

.cat_widget .cat_row .cat_link.last_item {

}

.cat_widget .cat_row_top .cat_image {
    background-image: url("img/top_category.png");
    background-repeat: no-repeat;
    height: 53px;
    z-index: 99;
    position: relative;

}

.cat_widget .cat_row:first-child {
    padding-top: 70px;
}

.cat_widget .cat_row {
    width: 84px;
    position: relative;
    text-align: center;
}

.cat_widget .cat_row .cat_image {
    background-color: #078141;
    text-align: center;
    width: 84px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.cat_widget .cat_row .cat_link {
    position: absolute;
    top: 25px;
    left: 100px;
    width: 150px;
    text-align: left;
    color: #2c2c2c;
}

.cat_widget .cat_row .cat_link a {
    color: #2c2c2c;
    font-size: 14px;
}

.cat_widget .cat_row_bottom {
    width: 84px;
    height: 35px;
}

.cat_widget .cat_row_bottom .cat_image {
    background-image: url("img/bottom__widget_category.png");
    height: 35px;
}

.woocommerce-products-header__title {
    font-size: 26px;
    line-height: 28px;
    font-weight: 800;
    color: #323232;
    padding-bottom: 30px !important;
    margin-bottom: 35px;
    padding-top: 30px;
    text-transform: capitalize;
    background-image: url("img/dotted_title.png");
    background-repeat: repeat-x;
    background-position: 101px 74px;
}

.woocommerce ul.products li.product.sale a img.attachment-shop_catalog {
    margin-left: 15px;
    margin-top: 0;
    position: absolute !important;
    left: -135px;
    top: 80px;
    max-width: 135px;
    display: inline-block !important;
}

.related ul.products li.product.sale a img.attachment-shop_catalog {
    left: 0 !important;
    margin-left: -130px !important;
}

.products-list li a.wp-post-image {
    text-align: center;
    display: inline-block;
}

.products-list li .imagewrapper {
    width: 130px;
    text-align: center;
}

.products-list li .imagewrapper img {
    width: 100% !important;
    height: auto;
}

.products li .imagewrapper img {
    width: 100% !important;
    height: auto;
}

.products-list li a img {
    width: auto !important;
    max-width: 100% !important;
    margin-left: 15px !important;
    float: left !important;
    margin-top: 10%;
    height: auto;

}

.woocommerce ul.products li.product a img {
    margin-left: 15px !important;
    float: left !important;
    margin-top: 10% !important;

}

.woocommerce ul.products li.product a img.attachment-shop_catalog, .woocommerce ul.products li .wp-post-image {
    width: auto;
    margin-left: 15px;
    float: left;
    margin-top: 10%;

}

.woocommerce-breadcrumb a {
    text-transform: capitalize;
}

.tabs.wc-tabs {
    display: none;
}

.related.products ul.products {
    text-align: left;
}

.related.products ul.products li {
    width: calc(51% - 60px);
    margin-right: 40px !important;
}

.related.products ul.products li:last-child {
    margin-right: 0;
    float: left;
    margin-left: 0;
}

.woocommerce .woocommerce-breadcrumb {
    margin: 10px 0 10px 0 !important;
}

.woocommerce div.product .product_title {
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
    color: #323232;
    padding-bottom: 30px !important;
    margin-bottom: 35px;
    padding-top: 30px;
    margin-top: 10px;
    background-image: url("img/dotted_title.png");
    background-repeat: repeat-x;
    background-position: 98px 40px;
}

.product .woocommerce-product-details__short-description {
    float: left;
    width: calc(55% - 70px);
    min-height: 280px;
}

.product .summary {
    color: #323232;
    font-size: 12px;
    line-height: 20px;
    position: relative;
}

.product .summary p.price {
    clear: both;
    float: left;
    width: calc(55% - 70px);
    font-size: 30px !important;
    color: #323232 !important;
    font-weight: bolder;
    position: relative;

}

.product .summary p.price .amount {
    background-image: url("img/price_bg.png");
    background-position: bottom;
    background-repeat: repeat-x;
    padding-left: 5px;
    padding-right: 5px;
}

.product .summary p.price del {
    text-decoration: line-through;
    position: absolute;
    opacity: 1;
    top: -40px;
    font-size: 18px;
    opacity: 1 !important;
}

.product .summary p.price del .amount {
    background-image: url("img/promo_price.png");
}

.product .summary p.price ins {
    text-decoration: none;
}

.product .summary .cart {
    float: right;
    width: calc(75% - 70px);
    vertical-align: top;
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
}

.product .summary .cart .button {
    clear: both;
}

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

.wpis-slider-nav img {
    padding-right: 5px !important;
}

.woocommerce-tabs .additional_description {
    width: 100%;
    background-color: #f3f3f3;
}

.woocommerce-tabs {
    color: #323232;
    font-size: 12px;
    line-height: 20px;
}

.woocommerce-tabs .description ul {
    margin-top: 30px;
    padding-left: 20px;
}

.woocommerce-tabs .description ul li {
    font-size: 12px;

    list-style-image: url("img/ul.png");
    margin-bottom: 15px;

}

.woocommerce-tabs .description h2 {
    font-size: 18px;
    line-height: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 0;
    font-weight: bolder;
    margin-top: 0;
}

.woocommerce div.product form.cart div.quantity {
    float: right !important;
    background: #fff;
    border: 3px solid #959595;
    border-radius: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #323232;
    display: inline-block;
    height: 45px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px !important;
    margin-left: 0px;
    text-align: center;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    width: 200px;
    font-size: 14px;
    font-weight: bold;
    line-height: 35px;
}

.woocommerce div.product form.cart div.quantity input.minus {
    color: #959595;
    font-weight: bold;
    font-size: 33px;
    line-height: 33px;
    margin-top: 3px;
}

.woocommerce div.product form.cart div.quantity input.plus {
    color: #959595;
    font-weight: bold;
    font-size: 33px;
    line-height: 33px;
    margin-top: 3px;
}

.woocommerce div.product form.cart div.quantity input {
    background-color: #fff;
    border: none;
}

.woocommerce .quantity .qty {
    padding: 0;
    margin: 0;
    position: relative;
    top: -7px;
    line-height: 30px;
}

.woocommerce div.product form.cart .button {
    clear: both;
    float: right !important;
    background: #078141;
    border: 1px solid #078141;
    border-radius: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    height: 39px;
    text-align: center;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    width: 200px;
    font-size: 14px;
    font-weight: bold;
    line-height: 0;
    margin-top: 50%;
}

.woocommerce div.product form.cart .single_add_to_cart_button {
    background-image: url("img/basket_icp.png");
    background-repeat: no-repeat;
    background-position: 161px 1.5px;
    padding-left: 12%;
    text-align: left;
}

.woocommerce div.product form.cart .button:hover {
    clear: both;
    float: right;
    background-image: url("img/basket_icp.png");
    background-position: 161px 1.5px;
    background-color: #fff;
    border: 1px solid #078141;
    color: #323232;
    display: inline-block;
    padding-left: 12%;

}

.product-template-default > .container {
    width: 800px;
}

.woocommerce-account > .container {
    width: 800px;
}

.woocommerce > .container, .woocommerce-cart > .container, .woocommerce-checkout > .container {
    width: 800px;
}

.product .woocommerce-product-gallery__image {
    margin-bottom: 15px;
}

.product .variations__title {
    text-align: right;
    font-size: 16px;
    font-weight: bold;
}

.product .variations .value {
    text-align: right;
}

.product .variations .value select {

    background: #fff;
    border: 3px solid #959595;
    border-radius: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #323232;
    display: inline-block;
    height: 45px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px !important;
    margin-left: 0px;
    text-align: center;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    width: 200px;
    font-size: 14px;
    font-weight: bold;
    line-height: 35px;
}

.related.products h2 {
    color: #323232;
    font-size: 18px;
    line-height: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bolder;
}

.product .woocommerce-tabs {
    padding-bottom: 30px !important;
    margin-bottom: 35px;
    padding-top: 40px;
    margin-top: 10px;
    background-image: url("img/dotted_title.png");
    background-repeat: repeat-x;
    background-position: top 40px;
}

.slider-pager {
    width: 100%;
    text-align: center;
    position: absolute;
    margin-top: -50px;
    z-index: 100;
}

.slider-pager a {
    display: inline-block;
}

.slider-pager ul {
    display: inline-block;
    margin: 0;
    padding: 0;

}

.slider-pager .next {
    background-image: url("img/next_slider.png");
    width: 13px;
    height: 18px;
    margin-left: 10px;
    background-color: transparent;
    font-size: 0px;
    position: relative;
    top: -10px;
}

.slider-pager .prev {
    background-image: url("img/prev_slider.png");
    width: 13px;
    height: 18px;
    margin-right: 10px;
    background-color: transparent;
    font-size: 0px;
    position: relative;
    top: -10px;
}

.slider-pager ul li {
    display: inline-block !important;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 3px;

}

.slider-pager ul li a {
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 3px solid #fff;
    border-radius: 30px !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    color: transparent;
    text-indent: -10000px;
    display: inline-block;
    text-align: center;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;

}

.slider-pager ul li.activeSlide a {
    background-color: #fff;
}

.slider-pager ul li a:hover {
    background-color: #fff;
}

.woocommerce .woocommerce-cart-form .product-name dl.variation dt {
    display: none;
}

.woocommerce .shop_table {
    border: none !important;
    margin: 0 !important;
    border-collapse: collapse !important;
}

.woocommerce-cart .cart .product-thumbnail {
    max-width: 100px;
    width: 110px;
    float: left;
    background-color: #f3f3f3 !important;
    display: inline-block;

}

.woocommerce-cart .cart .product-thumbnail a {
    width: 110px;
    float: left;
    background-color: #f3f3f3 !important;
    display: block;
    height: 100%;
    padding: 10px 5px 10px 5px;
}

.woocommerce-cart .cart .product-thumbnail img {
    max-width: 100%;
    width: 100%;
    background-color: #f3f3f3 !important;
}

.woocommerce-cart .cart .product-description {
    float: left;
    display: block;
    margin-left: 20px;
    width: calc(100% - 120px);
    font-size: 12px;
    text-align: left;

}

.woocommerce-cart .cart .product-description .product_title a {
    color: #323232;
    font-size: 14px;
    font-weight: bolder;

}

.woocommerce-cart .cart .product-description .product_title {
    min-height: 110px;
}

.woocommerce-cart .cart .product-description .product_title .variation {
    margin-top: 15px;
    margin-bottom: 15px;
}

.woocommerce-cart .cart a.remove {
    font-size: 10px;
    width: calc(100% - 120px);
    background: none !important;
    border: none !important;
    text-align: left;
    color: #ff0101 !important;
    text-decoration: underline;
}

.woocommerce-cart .cart a.remove:hover {
    color: #ff0101 !important;
    background: none !important;
    border: none !important;
}

.woocommerce-cart .cart .woocommerce-cart-form__cart-item.cart_item {
    clear: both;
    float: left;
    width: 100%;
    border-bottom: 1px solid #959595 !important;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.woocommerce-cart .cart .product-ceil {
    float: left;
}

.woocommerce-cart .cart .product-subtotal {
    float: left;
    clear: both;
}

.woocommerce-cart .cart .cart_item .product-name {
    width: calc(57% - 50px);
    margin-right: 50px;
}

.woocommerce-cart .cart .cart_item .product-quantity {
    width: calc(20%);
    text-align: center

}

.woocommerce-cart .cart .cart_item .product-subtotal {
    width: calc(20% - 50px);
    float: right;
    text-align: right;
    margin-right: 10px;
    position: relative;
    font-size: 30px !important;
    color: #323232 !important;
    font-weight: bolder;
}

.woocommerce-cart .cart .cart_item .product-quantity div.quantity {
    float: right !important;
    background: #fff;
    border: 3px solid #959595;
    border-radius: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #323232;
    display: inline-block;
    height: 45px;
    padding-top: 3px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-right: 0px !important;
    margin-left: 0px;
    text-align: center;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    line-height: 35px;
}

.woocommerce-cart .cart .cart_item .product-quantity div.quantity input.minus {
    color: #959595;
    font-weight: bold;
    font-size: 33px;
    line-height: 33px;
}

.woocommerce-cart .cart .cart_item .product-quantity div.quantity input.plus {
    color: #959595;
    font-weight: bold;
    font-size: 33px;
    line-height: 33px;
}

.woocommerce-cart .cart .cart_item .product-quantity div.quantity input {
    background-color: #fff;
    border: none;
}

.woocommerce-cart .cart .cart_item .product-quantity .qty {
    padding: 0;
    margin: 0;
    position: relative;
    top: -7px;
    line-height: 30px;
}

.woocommerce-cart .cart .product-subtotal .price-item {
    position: absolute;
    top: 50%;
    height: 100px;
    margin-top: -100px;
}

.woocommerce-cart .cart .product-subtotal .amount {
    background-image: url("img/price_bg.png");
    background-position: bottom;
    background-repeat: repeat-x;
    padding-left: 5px;
    padding-right: 5px;

}

.woocommerce-cart-form .actions .coupon {
    display: inline-block;
    width: auto;
    float: left;
}

.woocommerce-cart-form .actions .coupon #coupon_code.input-text::placeholder {
    color: #CCCCCC;
}

.woocommerce-cart-form .actions .coupon #coupon_code.input-text {
    float: left;
    background: #fff;
    border: 3px solid #959595;
    border-radius: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #323232;
    display: inline-block;
    height: 45px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-right: 0px !important;
    margin-left: 0px;
    text-align: left;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    width: 180px;
    font-size: 14px;
    font-weight: bold;
    line-height: 35px;
}

.woocommerce-cart-form .actions.coupon_box {
    width: 305px;
    float: left;
}

.woocommerce-cart-form .actions .coupon .apply_coupon {
    float: left;
    margin-top: 20px;
    margin-left: 5px;
    background-color: #dfcb43 !important;
    border: 1px solid #dfcb43 !important;
    border-radius: 30px !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    color: #323232 !important;
    display: inline-block;
    height: 45px !important;
    margin-right: 5px;
    text-align: center;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    width: 70px !important;
    font-size: 13px !important;
    font-weight: bold;
    text-align: left;
    line-height: 45px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    background-image: url("img/arrow_ico.png") !important;
    background-repeat: no-repeat;
    background-position: right;
    padding-left: 8px;
}

.woocommerce-cart-form .actions .coupon .apply_coupon:hover {
    background-repeat: no-repeat;
    background-color: #fff !important;
    border: 1px solid #dfcb43;
    color: #323232;
    display: inline-block;
    height: 45px;

    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    line-height: 45px;

}

.wc-proceed-to-checkout .button {

    background-color: #dfcb43 !important;
    border: 1px solid #dfcb43 !important;
    border-radius: 30px !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    color: #323232 !important;
    display: inline-block;
    height: 45px !important;
    margin-top: 0 !important;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    width: 230px !important;
    font-size: 13px !important;
    font-weight: bold;
    text-align: center;
    line-height: 45px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    background-image: url("img/back_arrow_ico.png") !important;
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 8px;
}

.wc-proceed-to-checkout .button:hover {
    background-repeat: no-repeat;
    background-color: #fff !important;
    border: 1px solid #dfcb43;
    color: #323232;
    display: inline-block;
    height: 45px;

    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    line-height: 45px;

}

.woocommerce-cart-form .cart-item-total {
    width: 35%;
    float: right;
    margin-top: 20px;
    text-align: right;
    font-size: 30px !important;
    color: #323232 !important;
    font-weight: bolder;
}

.woocommerce-cart-form .cart-item-total .order-total .amount {
    background-image: url("img/price_bg.png");
    background-position: bottom;
    background-repeat: repeat-x;
    padding-left: 5px;
    padding-right: 5px;

}

.woocommerce-cart-form .cart-item-shipping {

}

.woocommerce-cart-form .cart-item-shipping ul {

}

.woocommerce-cart-form .cart-item-shipping ul li {

}

.woocommerce-cart-form .cart-item-shipping ul li label {

}

.wc-proceed-to-checkout {
    margin-top: 60px;
    float: left;
    width: 100%;
}

.cart-item-shipping {

    width: 50%;
    clear: both;
}

.cart-item-shipping .header_shipping {
    color: #323232;
    font-size: 14px;
    margin-top: 80px;
    margin-bottom: 30px;
    font-weight: bolder;
    width: 100%;
}

.cart-item-shipping .woocommerce-shipping-calculator {
    width: 260px;
}

.woocommerce ul#shipping_method li {
    padding: 5px 10px 5px 20px !important;
}

.woocommerce ul#shipping_method li label {
    font-weight: normal;
}

.cart-item-shipping .woocommerce-shipping-calculator a {

}

.wc-proceed-to-checkout {

}

.wc-proceed-to-checkout .checkout-button {
    background-image: url("img/arrow_ico.png");
    background-repeat: no-repeat;
    background-position: 161px 1.5px;
    padding-left: 12%;
    text-align: left;
}

.wc-proceed-to-checkout .checkout-button .button:hover {
    clear: both;
    float: right;
    background: #fff;
    border: 1px solid #078141;
    color: #323232;
    display: inline-block;
    background-position: 161px 5px;

}

.woocommerce-cart-form .cart-item-shipping ul li {

}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
}

.shipping-calculator-form input, .shipping-calculator-form select {

    background: #fff;
    border: 3px solid #959595;
    border-radius: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #323232;
    display: inline-block;
    height: 45px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-right: 0px !important;
    margin-left: 0px;
    text-align: center;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    line-height: 35px;
}

.shipping-calculator-form .button {
    background-color: #dfcb43 !important;
    border: 1px solid #dfcb43 !important;
    border-radius: 30px !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    color: #323232 !important;
    display: inline-block;
    height: 45px !important;
    margin-top: 0 !important;
    text-align: center;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    width: 100%;
    font-size: 14px !important;
    font-weight: bold;
    line-height: 45px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;

    padding-left: 8px;
}

.shipping-calculator-form .button:hover {
    background-repeat: no-repeat;
    background-color: #fff !important;
    border: 1px solid #dfcb43;
    color: #323232;
    display: inline-block;
    height: 45px;

    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    line-height: 45px;
}

.woocommerce-checkout h2 {
    font-size: 14px;
    font-weight: bolder;
}

.woocommerce-checkout h3 {
    font-size: 14px;
    font-weight: bolder;
}

.woocommerce-checkout textarea {
    padding-top: 5px !important;
    padding-left: 15px !important;
    text-align: left !important;
}

.woocommerce-checkout input {
    text-align: left !important;
    padding-left: 0px !important;
    margin-top: 4px !important;

}

.woocommerce-form__input-checkbox {
    margin-left: -31px !important;
}

.woocommerce-checkout .input-text, .woocommerce-checkout select, .woocommerce-checkout textarea {

    background: #fff;
    border: 2px solid #959595;
    border-radius: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #323232;
    display: inline-block;
    height: 35px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-right: 0px !important;
    margin-left: 0px;
    text-align: center;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    line-height: 35px;
}

.woocommerce-checkout .select2-container--default .select2-selection--single {
    background: #fff;
    border: 2px solid #959595;
    border-radius: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #cccccc;
    display: inline-block;
    height: 35px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-right: 0px !important;
    margin-left: 0px;
    text-align: center;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    line-height: 35px;
}

.woocommerce-checkout .select2-dropdown {
    border: 2px solid #959595;
    border-radius: 30px;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 25px;
    right: 8px;
}

.woocommerce-checkout .select2-container--open .select2-dropdown--below {
    margin-top: -5px;
}

.woocommerce-checkout .select2-container--open .select2-dropdown--above {
    margin-top: 23px;
}

.woocommerce-checkout .woocommerce-form__label-for-checkbox {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 24px;
    display: inline-block !important;
    line-height: 20px !important;
    padding-left: 10px;
}

.woocommerce-checkout .woocommerce-form__label-for-checkbox input {
    float: left;
    margin-top: 10px;
}

.woocommerce-checkout .woocommerce-form__label-for-checkbox span {
    font-size: 13px;

    display: inline-block;
    padding-right: 10px;
}

.woocommerce-checkout .create-account label input {
    margin-left: -34px !important;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
    margin-top: 4px;
    float: left;
    width: 100%;
}

.woocommerce-info {
    border-top-color: #dfcb43 !important;
}

a:active, a:hover {
    color: #dfcb43;
}

.woocommerce-checkout .button {
    background-color: #dfcb43 !important;
    border: 1px solid #dfcb43 !important;
    border-radius: 30px !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    color: #323232 !important;
    display: inline-block;
    height: 45px !important;
    margin-top: 0 !important;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    width: 230px !important;
    font-size: 13px !important;
    font-weight: bold;
    text-align: center;
    line-height: 45px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    background-image: url("img/back_arrow_ico.png") !important;
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 8px;
}

.woocommerce-checkout .button.checkout-button {
    width: 170px;
}

.woocommerce-checkout .button:hover {
    background-repeat: no-repeat;
    background-color: #fff !important;
    border: 1px solid #dfcb43;
    color: #323232;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-weight: bold;

}

.woocommerce-checkout #place_order {
    float: right;
    background-color: #078141 !important;
    border: 1px solid #078141 !important;
    border-radius: 30px !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    color: #fff !important;
    display: inline-block;
    height: 45px !important;
    margin-top: 0 !important;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    text-align: center !important;
    font-size: 12px !important;
    font-weight: bold;
    line-height: 45px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    min-width: 170px;
    max-width: 190px;
    padding-left: 8px;
    background-image: url("img/arrow_ico.png") !important;
    background-repeat: no-repeat;
    background-position: right;
}

.woocommerce-checkout #place_order:hover {
    background-repeat: no-repeat;
    background-color: #fff !important;
    border: 1px solid #dfcb43;
    color: #323232 !important;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
}

#yith-wcms-back-to-cart-button {
    float: left;
    height: 40px !important;
    line-height: 40px !important;
}

.woocommerce-checkout .button.next {
    background-color: #078141 !important;
    color: #fff !important;
    border-color: #078141 !important;
    height: 40px !important;
    line-height: 40px !important;
}

.woocommerce-checkout .button.next:hover {
    border-color: #078141 !important;
    background-color: #fff !important;
    color: #323232 !important;
}

.woocommerce-page footer {
    margin-top: 100px;

}

.woocommerce-page.tax-product_cat footer {
    margin-top: 0px;
}

.woocommerce-cart .checkout-button {
    float: right;
    background-color: #078141 !important;
    border: 1px solid #078141 !important;
    border-radius: 30px !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    color: #fff !important;
    display: inline-block;
    height: 45px !important;
    margin-top: 0 !important;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    text-align: center !important;
    font-size: 12px !important;
    font-weight: bold;
    line-height: 45px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    min-width: 170px;
    max-width: 190px;
    padding-left: 8px;
    background-image: url("img/arrow_ico.png") !important;
    background-repeat: no-repeat;
    background-position: right;
}

.woocommerce-cart .checkout-button:hover {
    border-color: #078141 !important;
    background-color: #fff !important;
    color: #323232 !important;
}

.woocommerce div.product form.cart .variations select {
    min-width: 200px !important;
    float: right;
    text-align-last: center;
}

.woocommerce div.product form.cart .reset_variations {
    clear: both;
    float: right;
}

.woocommerce div.product form.cart .variations td.label {
    display: none;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #fff !important;
    border-radius: 0px !important;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background: #fff !important;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    content: '';
    display: none !important;
    border: 1em solid #dfdcde;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em
}

.wc_payment_method {
    position: relative;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    border-bottom: none !important;
    padding: 0px !important;
}

#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
    margin: 5px 0 7px 0px !important;
}

.wc-terms-and-conditions .woocommerce-form__input-checkbox {
    margin: -14px 0 0px -22px !important;
}

.woocommerce-cart-form .actions .button.update_cart {
    background-image: url('img/icon_reload.png') !important;
    width: 45px !important;
    display: inline-block;
    max-width: 45px !important;
    min-height: 45px !important;
    text-indent: -5000px;
    float: right;
    background-color: #dfcb43 !important;
    border: 1px solid #dfcb43 !important;
    border-radius: 30px !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    color: #323232 !important;

    height: 45px !important;
    margin-top: 20px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    text-align: center;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;

    font-size: 13px !important;
    font-weight: bold;

    line-height: 45px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    background-repeat: no-repeat;
    background-position: 9px;
}

.breacrumb_checkout {
    float: left;
    display: block;
    padding-top: 32px;
    padding-bottom: 32px;
    margin-bottom: 32px;
    width: 100%;
    text-align: center;
    background-image: url("img/dotted_title.png");
    background-repeat: repeat-x;
    background-position: 100px 85px;
}

.breacrumb_checkout ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: auto;
}

.breacrumb_checkout ul li {
    float: left;
    padding-right: 63px;
    margin-right: 61px;

    background-image: url("img/border_breadcrumb.png");
    background-repeat: no-repeat;
    background-position: right;
    font-size: 23px;
    line-height: 33px;
}

.breacrumb_checkout ul li:last-child {
    padding-right: 0px;
    margin-right: 0px;
    background: none;
}

.breacrumb_checkout ul li.active a {
    color: #323232;
}

.breacrumb_checkout ul li a {

    color: #d0d0d0;
}

#createaccount {
    margin: 5px -23px;

}

#order_review .woocommerce-cart-form__cart-item {
    position: relative;
    float: left;
    display: block;
    min-height: 90px;
    width: 100%;
    border-bottom: 1px solid #959595 !important;
    margin-bottom: 15px;
}

#order_review .woocommerce-cart-form__cart-item .product-name {
    float: left;
    width: 100%;
}

#order_review .woocommerce-cart-form__cart-item .product-name dl.variation dt {
    display: none;
}

#order_review .woocommerce-cart-form__cart-item .product-name .product-description .variation {
    display: none;
}

#order_review .woocommerce-cart-form__cart-item .product-name .product-description {
    float: left;
    display: block;

    width: calc(100%);
    font-size: 12px;
    text-align: left;

}

#order_review .woocommerce-cart-form__cart-item .product-name .product-description .product_title a {
    color: #323232;
    font-size: 14px;
    font-weight: bolder;

}

#order_review .woocommerce-cart-form__cart-item .product-name .product-description .product_title {

}

#order_review .woocommerce-cart-form__cart-item .product-name .product-description .product_title .variation {
    margin-top: 15px;
    margin-bottom: 15px;
}

.woocommerce .woocommerce-cart-form__cart-item .product_remove {

}

.woocommerce #order_review .woocommerce-cart-form__cart-item a.remove {
    font-size: 10px !important;
    width: 100% !important;
    background: none !important;
    border: none !important;
    text-align: left;
    color: #ff0101 !important;
    text-decoration: underline;
    position: relative;
    top: 40px;
    display: none;
}

.woocommerce #order_review .woocommerce-cart-form__cart-item a.remove:hover {
    color: #ff0101 !important;
    background: none !important;
    border: none !important;
}

#order_review .woocommerce-cart-form__cart-item .product-subtotal {
    width: calc(20% - 50px);
    float: right;
    text-align: right;
    margin-right: 10px;
    position: relative;
    font-size: 30px !important;
    color: #323232 !important;
    font-weight: bolder;
    position: relative;
    left: -85px;
}

#order_review .woocommerce-cart-form__cart-item .product-subtotal .price-item {
    position: absolute;
    top: 50%;
    height: 100px;

}

#order_review .woocommerce-cart-form__cart-item .product-subtotal .amount {
    background-image: url("img/price_bg.png");
    background-position: bottom;
    background-repeat: repeat-x;
    padding-left: 5px;
    padding-right: 5px;

}

#order_review .woocommerce-cart-form__cart-item .product-description br {
    display: none;
}

.woocommerce-order .woocommerce-notice--success {
    font-size: 24px;
    line-height: 48px;
    font-weight: bolder;
    color: #078141;
}

.woocommerce-order-received .return-to-shop .button {
    background-color: #078141 !important;
    border-color: #078141 !important;
    color: #fff !important;
}

.woocommerce-order-received .return-to-shop .button:hover {
    background-color: #fff !important;
    color: #323232 !important;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    width: 100% !important;
    float: left;
    z-index: 100;
}

.woocommerce table.shop_table th {
    padding-left: 0px !important;
}

.woocommerce table.shop_table td {
    padding-left: 0px !important;
}

.woocommerce table.shop_table td a {
    color: #323232;
}

.woocommerce-order-overview {
    float: left;
    width: 48%;
}

.woocommerce-order-details {
    float: right;
    width: 48%;
}

.woocommerce-table--order-details .product_detail_row {
    position: relative;
    float: left;
    display: block;

    width: 100%;
    border-bottom: 1px solid #959595 !important;
    margin-bottom: 15px;
    font-size: 12px;
    position: relative;
    min-height: 60px;
}

.woocommerce-table--order-details .product_detail_row a {
    color: #323232;
    width: 45%;
    float: left;
}

.woocommerce-table--order-details .product_detail_row .amount {
    float: right;
    background-image: url("img/price_bg.png");
    background-position: bottom;
    background-repeat: repeat-x;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 30px !important;
    color: #323232 !important;
    font-weight: bolder;
    position: relative;
    padding-bottom: 10px;
    top: 20px;

}

.woocommerce-table--order-details .order_total {
    float: right;
    background-image: url("img/price_bg.png");
    background-position: bottom;
    background-repeat: repeat-x;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 30px !important;
    color: #323232 !important;
    font-weight: bolder;
    position: relative;
    padding-bottom: 10px;
    top: 20px;
}

.woocommerce-customer-details {
    float: left;
    clear: both;
    width: 48%;
    margin-top: -20px;
}

.woocommerce table.shop_table th {
    border-bottom: none !important;
    border-top: none !important;
}

.woocommerce table.shop_table td {
    border-bottom: none !important;
    border-top: none !important;
}

.woocommerce form .form-row input.input-text::placeholder, .woocommerce form .form-row textarea::placeholder {
    color: #CCCCCC;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    background: #fff;
    border: 3px solid #959595;
    border-radius: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #323232;
    display: inline-block;
    height: 45px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-right: 0px !important;
    margin-left: 0px;
    text-align: left;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    width: 270px;
    font-size: 12px;
    font-weight: bold;
    line-height: 35px;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.woocommerce-MyAccount-content .woocommerce #respond input#submit, .woocommerce-MyAccount-content .woocommerce a.button, .woocommerce-MyAccount-content .woocommerce button.button, .woocommerce input.button {
    background-color: #dfcb43 !important;
    border: 1px solid #dfcb43 !important;
    border-radius: 30px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #323232 !important;
    display: inline-block;
    height: 45px !important;
    margin-top: 0 !important;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    width: 160px;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    line-height: 45px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    background-image: url("img/arrow_ico.png") !important;
    background-repeat: no-repeat;
    background-position: right;
    padding-left: 8px !important;
    margin-right: 10px !important;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-repeat: no-repeat;
    background-color: #fff;
    border: 1px solid #dfcb43;
    color: #323232;
    display: inline-block;
    height: 45px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    line-height: 45px;

}

header .navbar-user > li {
    width: 31px;
    height: 31px;
    display: block;
    float: left;
    margin-left: 32px;
    margin-top: 19px;

}

header .navbar-user > li.news {
    width: 109px;
    margin-top: 15px;
}

header .navbar-user > li.help a, header .navbar-user > li.help a:hover {
    background-image: url("img/help_ico.png");
    width: 31px;
    height: 31px;
    display: block;
    float: left;
}

header .navbar-user > li.cart a, header .navbar-user > li.cart a:hover {
    background-image: url("img/cart_ico.png");
    width: 30px;
    height: 31px;
    display: block;
    float: left;
    position: relative;
}

header .navbar-user > li.cart a span {
    background-color: #de0044;
    width: 18px;
    height: 18px;
    color: #fff;
    text-align: center;
    border-radius: 30px !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    float: left;
    display: block;
    padding-top: 2px;
    font-size: 10px;
    position: absolute;
    left: -5px;
    top: 20px;
}

header .navbar-user > li.user a, header .navbar-user > li.user a:hover {
    background-image: url("img/user_ico.png");
    width: 30px;
    height: 31px;
    display: block;
    float: left;

    text-indent: -2000px;
}

.login-page {
    margin-top: 20px;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
}

.woocommerce-MyAccount-navigation ul li {
    margin-top: 3px;
    margin-bottom: 3px;
}

.woocommerce-MyAccount-navigation ul li a {
    color: #323232;
    padding-top: 3px;
    padding-bottom: 3px;
    float: left;
    width: 100%;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    margin-top: 50px;
}

.social_icons {
    margin-top: 5px;
    float: left;
    width: 100%;
}

.social_icons ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.social_icons ul li {
    float: left;
}

.social_icons ul li.facebook a {
    background-image: url("img/facebook_ico.png");
    width: 54px;
    height: 48px;
    display: inline-block;
    text-indent: -2000px;
    margin-right: 40px;
    margin-bottom: 30px;
}

.social_icons ul li.instagram a {
    background-image: url("img/instagram_ico.png");
    width: 54px;
    height: 48px;
    display: inline-block;
    text-indent: -2000px;
    margin-right: 40px;
    margin-bottom: 30px;
}

.social_icons ul li.youtube a {
    background-image: url("img/youtube_ico.png");
    width: 54px;
    height: 48px;
    display: inline-block;
    text-indent: -2000px;
    margin-bottom: 30px;
    margin-right: 40px;
}

.social_icons ul li.twitter a {
    background-image: url("img/twitter_ico.png");
    width: 54px;
    height: 44px;
    display: inline-block;
    text-indent: -2000px;
    margin-right: 40px;
    margin-bottom: 10px;
}

.social_icons ul li.share a {
    background-image: url("img/share_ico.png");
    width: 54px;
    height: 44px;
    display: inline-block;
    text-indent: -2000px;
    margin-right: 40px;
    margin-bottom: 10px;
}

.social_icons ul li.favorite a {
    background-image: url("img/fav_ico.png");
    width: 54px;
    height: 44px;
    display: inline-block;
    text-indent: -2000px;

    margin-bottom: 10px;
}

.woocommerce-ordering h3 {
    font-size: 14px;
    float: left;
    color: #323232;
    padding: 0;
    margin-top: 4px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 30px;
    height: 30px;
    font-weight: bolder;
}

.woocommerce-ordering {
    font-size: 12px;
    color: #595959;
}

.woocommerce-ordering label {

    float: left;
    margin-left: 0;
    margin-left: 20px;
    margin-top: 0px;
    margin-bottom: 5px;
    width: 100%;
}

.product_filter {
    display: block;
    float: left;

}

.product_filter h3 {
    font-size: 14px;
    margin-bottom: 25px;
    font-weight: bolder;
}

.product_filter .woof_list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.product_filter .woof_list li {
    float: left;
}

.product_filter .woof_list li .woof_childs_list_opener {
    display: none !important;
}

.product_filter .woof_list li .woof_checkbox_term {
    display: none;
}

.product_filter .woof_list li .woof_checkbox_label {
    float: left;
    width: 118px;
    height: 118px;
    text-align: center;
    text-transform: capitalize;
    font-size: 12px;
    padding-top: 75px;
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0px;
    margin-top: 0;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 50px;
    display: inline-block;
    background-color: #dfcb43;
    background-repeat: no-repeat;
    background-position: center 30%;
    background-size: 50%;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.product_filter .woof_list li .woof_checkbox_label:hover {
    background-color: #078141;
    color: #fff;
}

.woof_submit_search_form_container {
    display: none;
}

.product_filter .woof_list li .woof_checkbox_label_selected {
    background-color: #078141;
    color: #fff;
}

footer .tnp-subscription .tnp-field .tnp-email {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    color: #fff;
    background-color: #4c4c4c;
    border: 1px solid #d7d7d7;
    width: 70%;
    float: left;
    height: 42px;
}

footer .tnp-subscription .tnp-field .tnp-submit {
    width: 45px;
    height: 42px;
    background-color: #de0044;
    color: #fff;
    background-image: url("img/submit_ico.png");
    background-repeat: no-repeat;
    border: none;
    background-position: 5px;
    text-indent: -1000px;
    margin-left: 5px;
    float: left;
}

footer .tnp-subscription .tnp-field-privacy label {
    clear: both;
    font-size: 10px;
    margin-top: 10px;
    float: left;
}

footer .tnp-subscription .tnp-field-privacy input {
    margin-right: 2px;
    float: left;
    margin-top: 2px;
}

.product-header-section {
    float: left;
    display: block;
    width: 100%;
    padding-bottom: 80px;
    background-image: url("img/right_dotted.png");
    background-repeat: repeat-y;
    background-position: 50px 19px;
}

.container-rotate {

}

.includes_tax {
    display: none;
}

.woocommerce table.my_account_orders .button {

    background-color: #dfcb43 !important;
    border: 1px solid #dfcb43 !important;
    border-radius: 30px !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    color: #323232 !important;
    display: inline-block;
    height: 25px !important;
    margin-top: 0 !important;
    text-align: center !important;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    width: 50px !important;
    font-size: 10px !important;
    font-weight: bold;
    line-height: 25px !important;
    padding: 0 !important;
    background-image: none;
    background-repeat: no-repeat;
    background-position: right;
}

.woocommerce table.my_account_orders .button:hover {
    height: 25px !important;
    background-color: #fff !important;
    border: 1px solid #dfcb43 !important;
    color: #323232 !important;
}

.product-header-section:after {
    content: " ";
}

.woocommerce-products-header {
    margin-bottom: 20px;
    float: left;
    display: block;
    width: 100%;
}

.about_section {
    background-color: #323232;
    min-height: 500px;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.about_section .container {
    width: 760px;
}

.about_section {
    margin-bottom: 20px;
}

.about_section h2 {
    font-size: 24px;
    line-height: 28px;
    margin-top: 30px;
    width: 70%;
}

.about_section .content {
    width: calc(100% - 4%);
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 21px;
}

.about_section .content > h2 {
    font-size: 24px;
    line-height: 28px;
    margin-top: 0;
}

.about_section h2 > h2 {

}

.about_section .content ul {
    margin-top: 30px;
    padding-left: 20px;
}

.about_section .content ul li {
    font-size: 18px;
    line-height: 21px;
    list-style-image: url("img/ul.png");
    margin-bottom: 5px;
}

.woof_term_16 label {
    background-size: 35% !important;
}

.gp-back-to-top:hover {
    background-color: #078141 !important;
    color: #fff !important;
}

.home .gp-back-to-top {
    bottom: 48% !important;
    right: 1% !important;
}

.gp-back-to-top {
    display: none;
    width: 35px;
    height: 35px;
    bottom: 90px;
    border-radius: 50%;
    padding: 5px;
    background-color: #fff !important;
    color: #078141 !important;
    text-align: center;
    position: fixed;
    z-index: 99999;

    font-size: 20px;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 4px solid #078141 !important;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.article-pinned {
    display: inline-block;
    width: 100%;
    clear: both;
    margin-bottom: 30px;
}

.related.products h2 {
    color: #323232;
    font-size: 18px;
    line-height: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bolder;
}

.article-pinned .article-item {
    text-align: center;
    min-width: 190px;
    display: inline-block;
    height: 160px;
    margin-bottom: 20px;

}

.article-pinned .article-item a {
    color: #323232;
    text-align: center;
}

.article-pinned .article-item .title {

    display: inline-block;
    height: 44px;
    overflow: hidden;

}

section.article-pinned > h2 {
    color: #323232;
    font-size: 18px;
    line-height: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bolder;

}

.woocommerce span.onsale {
    display: none;
}

section.related {
    clear: both;
}

.wc-terms-and-conditions {
    float: left !important;
    display: inline-block;
    clear: both;
    width: 100% !important;
    margin-bottom: 30px !important;
}

.wc-terms-and-conditions label {
    margin-left: 0 !important;
    width: 100% !important;
}

.wc-terms-and-conditions label span.required {
    padding-left: 0 !important;
}

.wc-terms-and-conditions label span {
    padding-left: 20px;
    margin-top: -12px !important;
    position: absolute;
    left: 20px;
}

#newsletter_subscription_field {
    float: left;
    width: 100% !important;
}

#newsletter_subscription_field label {
    width: 95% !important;
    display: inline-block;
    margin-left: 20px;
    padding-left: 10px;
}

#newsletter_subscription_field .input-checkbox {
    margin: 5px 0px 0px -30px !important;
    display: block;
    float: left;
}

#main_countedown_2 .time_left {
    background-color: #EDEDED !important;

}

#main_countedown_2 .time_left.days {
    display: none;
}

#main_countedown_2 .element_conteiner {
    min-width: 60px !important;
}

#main_countedown_1 .time_left {
    background-color: #EDEDED !important;

}

#main_countedown_1 .time_left.days {
    display: none;
}

#main_countedown_1 .element_conteiner {
    min-width: 70px !important;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    margin-top: -62px;
}

.woocommerce form .form-row input.input-text {
    padding-left: 10px !important;
}

.woocommerce-checkout .col2-set .col-2 {
    margin-top: 0px;
}

.woocommerce-message {
    display: none;
}

.shop_rabat_popup {
    background-color: #fff;
    color: #323232;
    width: 300px;
    position: fixed;
    bottom: 100px;
    right: 20px;
    border: 1px solid;

}

.shop_rabat_popup .timer {
    padding-top: 5px;
    text-align: center;
    padding-bottom: 5px;
}

.woocommerce ul.order_details li {
    border: none !important;
}

#customer_login {
    margin-top: 30px;
}

.woocommerce-account .woocommerce-form__input-checkbox {
    margin-left: 0 !important;
}

.bld-step-2-el-5 a {
    background-color: green;
    color: #fff;
    text-align: center;
    width: auto;
    padding-top: 1px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 3px;
    top: 1px;
    position: relative;
}

.summary  #product_total_price, .summary #cart_total_price {
	display:none !important;
}

[aos="fade"] {
  opacity: 0;
  transition-property: opacity;
}

[aos="fade"].aos-animate {
  opacity: 1;
}

.woocommerce .product-type-variable .summary > .price {
    display: none;
}

.woocommerce div.product .variations__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    height: 40px;
    position: relative;
}

.woocommerce div.product .variations__price {
    font-size: 22px !important;
    font-weight: bolder;
    background-image: url("img/price_bg.png");
    background-position: center top;
    background-repeat: repeat-x;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    height: 22px;
    width: 185px;
    margin-right: 10px;
}

.woocommerce div.product .variations__price .attr {
    text-transform: uppercase;
}

.woocommerce div.product .variations .price {
    font-size: 22px !important;
    clear: both;
    color: #323232 !important;
    position: relative;
}

.woocommerce div.product .variations .price .amount {
    background: none;
    padding-left: 5px;
    padding-right: 5px;
}

.woocommerce div.product .variations form.cart {
    width: auto;
    left: 100%;
    right: unset;
}

.woocommerce div.product .variations form.cart .button {
    margin-top: 0;
}

.woocommerce ul.products li.product .button {
    text-align: left !important;
    padding-left: 10px !important;
}

.woocommerce ul.products li.product .price {
    width: 300px;
    right: -300px;
}

.wooac-popup {
    width: 400px;
}

.wooac-popup .wooac-action {
    display: flex !important;
}

.wooac-popup .wooac-action a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 50px !important;
    line-height: unset !important;
    margin: 5px !important;
}

.wooac-popup .wooac-action a#wooac-cart {
    background-color: #078141;
    color: #fff;
}

.wooac-popup .wooac-action a#wooac-continue {
    background-color: #dfcb43;
}

@supports (-ms-ime-align:auto) {
    .products li .price {

        right: -100px;
    }

    .products-list li .price {
        right: -100px;
    }

}

@media screen and (min-width: 0\0
) {
    .products li .price {
        color: #323232 !important;
        width: calc(58% - 40px);
        clear: both;
        font-size: 30px !important;
        text-align: right;
        font-weight: bold !important;
        position: absolute;
        top: 300px;
        right: -100px;

        -webkit-padding-end: 145px;
    }

    .products-list li .price {
        right: -100px;
    }

    .slider-pager .prev {
        top: -18px !important;
    }

    .slider-pager .next {
        top: -20px !important;
    }

    .woocommerce-product-search .search-field {
        padding-top: 0px !important;
    }

    .woocommerce-product-search input[type='submit'] {
        padding-top: 6px !important;
    }

    #newsletter_subscription_field .input-checkbox {
        margin: 5px 0px 0px -17px !important;
    }

    .woocommerce-checkout .woocommerce-form__label-for-checkbox span {
        margin-top: 5px;
    }
}

@media (max-width: 1880px) {
    .our-problems-container .container-dotted {
        width: calc(75% - 4%);
    }
}

@media (max-width: 1800px) {
    .who-we-are-container .container-rotate {
        background-size: calc(95% + 114px);
        margin-top: 81px;
    }

    .our-problems-container .container-dotted {
        width: calc(85% - 4%);
    }

    .products li .price {
        -webkit-padding-end: 145px;
    }

    .products-list li .price {
        -webkit-padding-end: 120px;
    }
}

@media (max-width: 1795px) {
    .our-problems-container .container-dotted {
        width: calc(76.2% - 4%)
    }
}

@media (max-width: 1780px) {
    .our-problems-container .container-dotted {
        width: calc(76.2% - 4%)
    }
}

@media (max-width: 1730px) {
    .news-container .container-dotted {
        margin-left: 9.5%;
    }

    .news-container .container-dotted-body {
        background-position: 9%;

    }

    .news-container .container-dotted-bottom {
        margin-left: 9.5%;
    }
}

@media (max-width: 1680px) {
    .who-we-are-container .container-rotate {
        background-size: calc(95% + 106px);
        margin-top: 73px;
    }

    .our-problems-container .container-dotted {
        width: calc(77.5% - 4%);
    }

    .news-container .container-dotted {
        margin-left: 11.2%;
    }

    .news-container .container-dotted-body {
        background-position: 10.8%;

    }

    .news-container .container-dotted-bottom {
        margin-left: 11.2%;
    }
}

@media (max-width: 1610px) {
    .our-problems-container .container-dotted {
        width: calc(78.5% - 4%);
    }
}

@media (max-width: 1450px) {
    .our-problems-container .container-dotted {
        width: calc(82.2% - 4%);
    }

    .news-container .container-dotted {
        margin-left: 4.5%;
    }

    .news-container .container-dotted-body {
        background-position: 3%;

    }

    .news-container .container-dotted-bottom {
        margin-left: 4.5%;
    }
}

@media (max-width: 1400px) {
    .who-we-are-container .container-rotate {
        background-size: calc(95% + 86px);
        margin-top: 71px;
    }

    .our-problems-container .container-dotted {
        width: calc(82.2% - 4%);
    }
}

@media (max-width: 1340px) {
    .news-container .container-dotted {
        margin-left: 2%;
    }

    .news-container .container-dotted-body {
        background-position: 1%;

    }

    .news-container .container-dotted-bottom {
        margin-left: 2%;
    }
}

@media (max-width: 1280px) {
    .news-container .container-dotted {
        margin-left: 2%;
    }

    .news-container .container-dotted-body {
        background-position: 0.02%;

    }

    .news-container .container-dotted-bottom {
        margin-left: 2%;
    }

    .who-we-are-container .container-rotate {
        background-size: calc(95% + 86px);
        margin-top: 71px;
    }

    .our-problems-container .container-dotted {
        width: calc(85.2% - 4%);
    }

    header .navbar-nav > li {
        width: 105px;
    }

    header .navbar-user > li {
        width: auto;
        margin-left: 20px;
    }

    .nav > li > a {

    }

    #main-container .col-md-9 {
        width: 70%;
        float: right;
        margin-right: 40px;
    }

    .products-list li {
        padding-right: 20px;
        width: calc(50% - 40px);
    }
}

@media (max-width: 1180px) {
    .container {
        width: 1080px;

    }

    .our-problems-container .container-dotted {
        width: calc(83% - 4%);
    }

    .who-we-are-container .container-rotate {
        background-size: calc(95% + 73px);
        margin-top: 62px;
    }

    .home #main-container::after {
        top: -16px;
    }

    .product-header-section {
        background-position: 50px 20px;
    }

}

@media (max-width: 1100px) {
    .container {
        width: 1024px;

    }

    .news-container .container-dotted-body {
        background-position: -10px;
        margin-bottom: 25px;
    }

    .news-container .container-dotted-bottom {
        background-position: 13% 20px;
        padding-bottom: 20px;
    }

    .who-we-are-container #who-we-are .post {
        padding-right: 1%;
        width: calc(80% - 25%);
    }

    .who-we-are-container #who-we-are .sidebar-who-we-are {
        margin-right: 10%;
    }

    .product .woocommerce-product-details__short-description {
        width: 100%;
        min-height: auto;
        margin-bottom: 30px;
    }

    .product .variations__title {
        text-align: center;
    }

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

@media (max-width: 1024px) {
    .container {
        width: 970px
    }

    .news-container .container-dotted {
        margin-right: 2.5%;
    }

    .our-problems-container {
        background-position: calc(100% - 10px) -8px;
        -ms-transform: skewY(-7.2deg);
        -webkit-transform: skewY(-7.2deg);
        transform: skewY(-7.2deg);
    }

    .our-problems-container #our-problems {
        -ms-transform: skewY(+7.2deg);
        -webkit-transform: skewY(+7.2deg);
        transform: skewY(+7.2deg);
    }

    .our-problems-container .container-dotted {
        width: calc(87% - 4%);
        margin-right: 50px;
    }

    .who-we-are-container .container-rotate {
        background-size: calc(95% + 58px);
        margin-top: 57px;
    }

    .who-we-are-container .container-dotted {
        background-image: url("img/right_dotted.png");
        background-repeat: repeat-y;
        background-position: calc(100% - 10px) 5px;
        padding-top: 40px;
    }

    .home #main-container::after {
        top: -16px;
    }

    .our-problems-container .container-rotate::before {
        right: 11px;
    }

    .product-header-section {
        background-position: 50px 20px;
    }

    #main-container .col-md-9 {
        width: calc(70% - 20px);
        float: right;
        margin-left: 20px;
    }

    .products-list li {
        padding-right: 20px;
        width: calc(50% - 40px);
    }

    .products-list li:nth-child(odd) {
        margin-right: 20px;
    }

    .products-list li:nth-child(even) {
        margin-right: 0px;
    }

    header .navbar-nav > li {
        width: 105px;
    }

    header .navbar-user > li {
        width: auto;
        margin-left: 18px;
    }

    .nav > li > a {

    }

    .products-list li a h2 {
        font-size: 12px;
    }

    .products-list li a p {
        font-size: 11px;
        line-height: 18px;
    }

    .products-list li .single_add_to_cart_button {
        right: 5px !important;
        width: 130px !important;
    }

    .products-list li .add_to_cart_button {

        width: 130px !important;
    }

    .products-list li .price {
        font-size: 26px;
        right: -130px;
    }

    .woocommerce ul.products li.product a img.attachment-shop_catalog {
        float: left;
        margin-top: 10%;
        margin-left: 8px;
    }

    ul.products li.product .single_add_to_cart_button {
        right: 20px !important;
        font-size: 12px !important;
        width: 125px !important;
    }

    ul.products li.product .add_to_cart_button {

        width: 125px !important;
        font-size: 12px !important
    }

    ul.products li.product .price {
        font-size: 26px;

    }

    .our-problems-container #our-problems .col-md-3 {
        width: calc(33% - 44px);
        margin-left: 22px;
        margin-right: 22px;
    }
}

@media (max-width: 1020px) {
    footer .footer-item {
        width: calc(33% - 20px);
        margin-left: 20px;
        margin-top: 35px;
        margin-bottom: 50px;
        border-right: 1px solid #898989;
        min-height: 255px;
        display: inline-block;
    }
}

@media (max-width: 990px) {
    .container {
        width: 860px;
    }

    header .navbar-user > li.news {
        display: none;
    }

    .article-pinned .article-item {
        width: calc(50% - 10px);
        text-align: center;

    }

    #main-container .col-md-3 {
        width: 15%;
    }

    #main-container .col-md-9 {
        width: calc(85% - 20px);
        float: right;
        margin-left: 15px;
        margin-right: 0px;
    }

    .cat_widget .cat_row .cat_link {
        display: none;
    }

    .slider-container .slider-item .container .slider-content h3 {
        margin-top: 0;
        font-size: 20px;
        line-height: 22px;
    }

    header .navbar-nav > li {
        width: auto;

    }

    header .navbar-user > li {
        width: auto;
        margin-left: 20px;
    }

    .home #main-container::after {
        background: none;
    }

    .news-container #news .news-item {
        width: calc(48% - 4%);
        min-height: 470px;
        float: none;
        display: inline-block;
        margin-left: 2%;
        margin-right: 2%;
        margin-bottom: 5%;
    }

    .product-header-section {
        background-position: 50px 15px;
    }

    .our-problems-container #our-problems .col-md-3 {
        width: calc(33% - 48px);
        margin-left: 24px;
        margin-right: 24px;
    }

    .who-we-are-container {
        min-height: 850px;
    }

    footer .footer-item {
        width: calc(49% - 20px);
        margin-bottom: 0px;

    }
}

@media (max-width: 870px) {
    .woocommerce-account > .container {
        width: calc(100% - 40px);
        margin-left: 20px;
        margin-right: 20px;
    }

    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
        width: 100%;
    }

    .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
        clear: both;
        float: left;
        margin-top: 0;
        width: 100%;
    }

    .container {
        width: 760px;
    }

    .about_section .container {
        width: 100%;

    }

    .about_section .container h2 {
        margin-left: 2%;
        margin-right: 2%;
    }

    .about_section .container .content {
        margin-left: 2%;
        margin-right: 2%;
    }

    .subcategory-product {
        width: 100%;
    }

    .slider-container .slider-item .container .slider-content {
        width: 100%;
        padding-right: 2%;
    }

    .slider-container .slider-item .container .slider-content-img {
        display: none;
    }

    .slider-container .slider-item .container .slider-content .content ul li {
        margin-bottom: 5px;
    }

    .slider-pager .prev {
        margin-right: 0;
    }

    .slider-pager .next {
        margin-left: 0;
    }

    header .navbar-brand {

    }

    .cat_widget {
        float: left;
        position: relative;
        margin-left: 0px;
    }

    #main-container .col-md-3 {
        width: 11%;
    }

    #main-container .col-md-9 {
        width: calc(89% - 10px);
        float: right;
        margin-left: 10px;
        margin-right: 0px;
    }

    .product-header-section {
        background-position: 23px 15px;
    }

    .who-we-are-container #who-we-are h3 {
        margin-top: 35px;
        margin-bottom: 25px;
    }
}

@media (max-width: 765px) {
    .slick-prev {
        z-index: 999;
        left: 10%;
    }

    .slick-next {
        z-index: 999;
        right: 10%;
    }

    .product-template-default #product_total_price {
        display: none !important
    }

    .product-template-default #product_total_price .price {
        display: none !important
    }

    .product-template-default #cart_total_price {
        display: none !important
    }

    .container {
        width: calc(100% - 30px);
    }

    .home #main-container {
        width: calc(100%);
    }

    .article-pinned .article-item {
        width: calc(50% - 10px);
        text-align: center;

    }

    .navbar-default .navbar-toggle {
        background-repeat: no-repeat;
        background-color: #dfcb43 !important;
        border: 1px solid #dfcb43;
        color: #323232 !important;
        font-weight: bolder;
        display: inline-block;
        height: 45px;
        width: 45px;
        text-align: center;
        text-decoration: none;
        font-size: 14px;
        font-weight: bold;
        line-height: 35px;
        border-radius: 30px !important;
        -moz-box-sizing: border-box !important;
        -webkit-box-sizing: border-box !important;
        margin-right: 30px;
    }

    .navbar-user-mobile {
        list-style: none;
        display: block !important;
        float: right;
        margin-right: 20px;
        padding: 0px;
    }

    .navbar-user-mobile li {
        float: left;
    }

    header .navbar-user-mobile > li.cart {
        float: left;
        width: 30px;
        background-repeat: no-repeat;
        background-position: top center;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 15px;
        border-bottom: 0px solid;
        text-align: center;
        padding-top: 0px;
    }

    header .navbar-user-mobile > li.cart a {
        background-image: url("img/cart_ico.png");
        width: 30px;
        height: 31px;
        margin-left: 10px;
        margin-right: 10px;
        display: block;
        float: left;
        position: relative;
    }

    header .navbar-user-mobile > li.cart a span {
        background-color: #de0044;
        width: 18px;
        height: 18px;
        color: #fff;
        text-align: center;
        border-radius: 30px !important;
        -moz-box-sizing: border-box !important;
        -webkit-box-sizing: border-box !important;
        box-sizing: border-box !important;
        float: left;
        display: block;
        padding-top: 2px;
        font-size: 10px;
        position: absolute;
        left: -5px;
        top: 20px;
    }

    header .navbar-user-mobile > li.user a, header .navbar-user-mobile > li.user a:hover {
        background-image: url("img/user_ico.png");
        width: 30px;
        height: 31px;
        display: block;
        float: left;
        text-indent: -2000px;
    }

    header .navbar-user-mobile > li.cart a, header .navbar-user-mobile > li.cart a:hover {
        display: inline-block;
        width: 30px;
        background-repeat: no-repeat;
        background-position: top center;
        margin-left: 10px !important;
        margin-right: 10px !important;
        margin-top: 0px;
        border-bottom: 0px solid;
        float: none;
    }

    header .navbar-user-mobile > li.user {
        float: left;
        background-repeat: no-repeat;
        background-position: top center;
        width: 32px;
        margin-left: 10px !important;
        margin-right: 10px !important;
        margin-top: 0px;
        margin-bottom: 15px;
        border-bottom: 0px solid;
        text-align: center;
        padding-top: 0px;
    }

    header .navbar-user-mobile > li.user a, header .navbar-user-mobile > li.user a:hover {
        display: inline-block;
        width: 32px;
        background-repeat: no-repeat;
        background-position: top center;
        margin-left: 10px !important;
        margin-right: 10px !important;
        margin-top: 15px;
        margin-bottom: 15px;
        border-bottom: 0px solid;
        float: none;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {

        background-color: #323232;
        position: absolute;
        left: 14px;
        margin-top: -30px;
        width: 100%;
    }

    .navbar-default .navbar-collapse br, .navbar-default .navbar-form br {
        display: none;
    }

    header .navbar-default .navbar-nav > .active > a, header .navbar-default .navbar-nav > .active > a:focus, header .navbar-default .navbar-nav > .active > a:hover {
        font-size: 14px;
        line-height: 16px;
    }

    header .navbar-default .navbar-nav > li > a:focus, header .navbar-default .navbar-nav > li {
        border-bottom: 2px solid #fff;
        margin-right: 40px;
    }

    header .navbar-default .navbar-nav > li > a:focus, header .navbar-default .navbar-nav > li > a {
        font-size: 14px;
        line-height: 16px;
        text-align: center;
    }

    header .navbar-default .navbar-user {
        display: block;
    }

    header .navbar-user > li.news {
        float: left;
        display: block;
        width: calc(100% - 80px);
        margin-left: 40px !important;
        margin-top: 0;
    }

    header .navbar-user > li.cart {
        float: left;
        width: calc(100% - 80px);
        background-repeat: no-repeat;
        background-position: top center;
        margin-left: 40px !important;
        margin-right: 40px !important;
        margin-top: 15px;
        border-bottom: 0px solid;
        text-align: center;
        padding-top: 0px;
    }

    header .navbar-user > li.cart a span {
        position: relative;
        left: -5px;
        top: 10px;
        float: none;
        display: inline-block;
    }

    header .navbar-user > li.cart a, header .navbar-user > li.cart a:hover {
        display: inline-block;
        width: calc(100% - 80px);
        background-repeat: no-repeat;
        background-position: top center;
        margin-left: 40px !important;
        margin-right: 40px !important;
        margin-top: 0px;
        border-bottom: 0px solid;
        float: none;
    }

    header .navbar-user > li.user {
        float: left;
        background-repeat: no-repeat;
        background-position: top center;
        width: calc(100% - 80px);
        margin-right: 40px !important;
        margin-left: 40px !important;
        margin-top: 0px;
        margin-bottom: 15px;
        border-bottom: 0px solid;
        text-align: center;
        padding-top: 0px;
    }

    header .navbar-user > li.user a, header .navbar-user > li.user a:hover {
        display: inline-block;
        width: calc(100% - 80px);
        background-repeat: no-repeat;
        background-position: top center;
        margin-right: 40px !important;
        margin-left: 40px !important;
        margin-top: 15px;
        margin-bottom: 15px;
        border-bottom: 0px solid;
        float: none;
    }

    .header_bg {
        min-height: 200px;
    }

    .container.page-single {
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }

    .woocommerce > .container, .woocommerce-cart > .container, .woocommerce-checkout > .container {
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }

    .woocommerce-page .container-fluid > .container {
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }

    .products {
        width: calc(100% - 20px);
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .product .price_container {
        width: 100%;
        clear: both;
        float: left;
        margin-bottom: 20px;
        margin-top: 20px;
        text-align: center;
        display: inline-block;

    }

    .product .cart {

    }

    .breacrumb_checkout ul {
        display: inline-block;
        width: 100%;
    }

    .breacrumb_checkout ul li {
        font-size: 1.8em;
        padding-right: 5%;
        margin-right: 5%;
        display: inline-block;
    }

    .woocommerce-cart .cart .product-ceil {
        float: none;
    }

    .woocommerce-cart .cart .cart_item .product-name {
        width: calc(100%);
        margin-right: 0;
    }

    .woocommerce-cart .cart .product-description {
        float: left !important;
        display: block;
        margin-left: 20px;
        width: calc(80% - 20px);
        font-size: 12px;
        text-align: left;
    }

    .woocommerce-cart .cart .cart_item .product-quantity {
        width: calc(65% - 20px);
        clear: both;
    }

    .woocommerce-cart .cart .cart_item .product-quantity div.quantity {
        width: 50%;
        float: left !important;
    }

    .woocommerce-cart .cart .cart_item .product-subtotal {
        width: calc(20%);
    }

    .woocommerce-cart .cart .product-subtotal .price-item {
        position: absolute;
        top: 50%;
        height: 100px;
        margin-top: -30px;
        right: 15%;
    }

    .woocommerce-cart-form .actions.coupon_box {
        width: 50%;
    }

    .woocommerce-cart-form .cart-item-total {
        width: 45%;
        float: right;
        margin-top: 26px;
        text-align: right;
        font-size: 27px !important;
        color: #323232 !important;
        font-weight: bolder;
        margin-right: 0;

    }

    .woocommerce #content div.product div.images, .woocommerce #content div.product div.summary, .woocommerce div.product div.images, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.images, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.images, .woocommerce-page div.product div.summary {

        width: calc(50% - 20px) !important;
        float: left !important;
        margin-left: 10px;
        margin-right: 10px;
    }

    .cart-item-shipping {
        width: 100%;
        clear: both;
        margin: 0;
        float: left;

    }

    .cart-item-shipping .header_shipping {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .product .woocommerce-product-details__short-description {
        width: calc(100% - 20px);
        min-height: auto;
    }

    .product .summary .cart {
        width: calc(100%);
        position: relative;
    }

    .woocommerce div.product form.cart .reset_variations {
        clear: both;
        float: left;
        width: 100%;
        display: block;
    }

    .woocommerce-products-header {
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }

    #main-container .col-md-3 {
        width: calc(100%);
        margin-left: 0px;
        margin-right: 0px;

    }

    .cat_widget {
        background-color: #078141;
        width: 100%;
    }

    .cat_widget .cat_row {
        width: calc(100% - 20px);
        border-bottom: 2px solid #fff;
        margin-left: 10px;

    }

    .cat_widget .cat_row_top {
        display: none;
    }

    .cat_widget .cat_row .cat_image {
        float: none;
        display: inline-block;
    }

    .cat_widget .cat_row .cat_link {
        float: none;
        position: unset;
        top: unset;
        left: unset;
        width: 150px;
        text-align: left;
        color: #2c2c2c;
        display: inline-block !important;
    }

    .cat_widget .cat_row .cat_link a {
        color: #fff;
    }

    .cat_widget .cat_row .cat_image.first_item {
        padding-top: 18px;
    }

    .cat_widget .cat_row .cat_link.first_item {
        padding-top: 10px;
    }

    .cat_widget .cat_row .cat_link.first_item a {
        padding-top: 10px;
    }

    .cat_widget .cat_row .cat_link {
        display: block;
    }

    .cat_widget .cat_row:last-child {
        border-bottom: 2px solid #078141;
    }

    .cat_widget .cat_row .cat_image.last_item {
        padding-bottom: 20px;
    }

    .cat_widget .cat_row_bottom {
        display: none;
    }

    #main-container .col-md-9 {
        width: calc(100% - 20px);
        float: none;
        margin-left: 15px;
        margin-right: 0px;
        clear: both;
    }

    .home #main-container::after {
        background: none;
    }

    .product-header-section {
        background: none;
        padding-bottom: 0;
    }

    .products-list li {
        padding-right: 20px;
        width: calc(50% - 20px);
    }

    .our-problems-container .container-dotted {
        background: none;
    }

    .our-problems-container .container-rotate::before {
        background: none;
    }

    .our-problems-container {
        -ms-transform: skewY(0deg);
        -webkit-transform: skewY(0deg);
        transform: skewY(0deg);
        background-color: #dfcb43;

        background-image: none;
        background-repeat: repeat-y;
        background-position: inherit;
        min-height: 100%;
    }

    .our-problems-container #our-problems {
        -ms-transform: skewY(0deg);
        -webkit-transform: skewY(0deg);
        transform: skewY(0deg);
        float: left;
    }

    .our-problems-container #our-problems h2 {
        padding-top: 0;
        margin-top: 30px;
    }

    .who-we-are-container {
        -ms-transform: skewY(0deg);
        -webkit-transform: skewY(0deg);
        transform: skewY(0deg);
        margin-bottom: 30px;
        min-height: 950px;
    }

    .who-we-are-container .container-dotted {
        background: none !important;
        margin-top: 0;
    }

    .who-we-are-container .container-rotate {
        -ms-transform: skewY(-7.2deg);
        -webkit-transform: skewY(-7.2deg);
        transform: skewY(-7.2deg);
    }

    .news-container .container-dotted {
        background: none;
    }

    .news-container .container-dotted-body {
        background: none;
        -ms-transform: skewY(0deg);
        -webkit-transform: skewY(0deg);
        transform: skewY(0deg);
        margin-right: 0;
    }

    .news-container .container-dotted-bottom {
        background: none;
    }

    .news-container #news-header {
        -ms-transform: skewY(0deg);
        -webkit-transform: skewY(0deg);
        transform: skewY(0deg);
    }

    .news-container #news-header h2 {
        padding-bottom: 0px;
    }

    .news-container {
        -ms-transform: skewY(0deg);
        -webkit-transform: skewY(0deg);
        transform: skewY(0deg);
        background-color: transparent;
        margin-top: 0;
        margin-bottom: 30px;

    }

    .news-container #news .news-item .content .rotate {
        -ms-transform: skewY(0deg);
        -webkit-transform: skewY(0deg);
        transform: skewY(0deg);
    }

    .news-container #news .bottom_link {
        -ms-transform: skewY(0deg);
        -webkit-transform: skewY(0deg);
        transform: skewY(0deg);
        margin-top: 0;
    }

    .news-container .container-dotted-bottom {
        background: none;
        display: none;
    }

    .products-list li .imagewrapper {
        width: 100px;
    }

    .woocommerce div.product .variations__price, .woocommerce div.product .variations .price {
        font-size: 20px !important;
    }

    .woocommerce div.product .variations__price {
        width: 170px;
    }

    .woocommerce div.product .variations form.cart .button {
        color: transparent;
        width: 150px;
        background-position: center right;
    }

    .woocommerce div.product .variations form.cart .button::before {
        content: 'Zamów';
        color: #fff;
        transition: color .2s;
    }

    .woocommerce div.product .variations form.cart .button:hover::before {
        color: #323232;
    }

}

@media (max-width: 660px) {

    .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
        clear: both;
        float: left;
        margin-top: 0;
    }

    .header_bg {
        min-height: 100px;
    }

    .article-pinned .article-item {
        width: 100%;
        text-align: center;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        left: 15px;
    }

    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header .navbar-brand, .container > .navbar-collapse .navbar-brand, .container > .navbar-header .navbar-brand {
        margin-left: 15px;
    }

    #content {
        width: 100%;
    }

    .news-container #news .news-item {
        width: calc(100% - 4%);
        height: auto;
    }

    .who-we-are-container {
        background-color: #323232;
        background-image: none !important;
    }

    .who-we-are-container #who-we-are {
        background: none !important;
        display: inline;
        float: left;
    }

    .who-we-are-container .container-dotted {
        padding-top: 0;
        padding-bottom: 0;
    }

    .who-we-are-container .container-rotate {
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    .who-we-are-container #who-we-are .post {
        margin-left: 5%;
        min-height: unset;
        padding-right: 5%;
        width: 100%;
        float: none;

    }

    .who-we-are-container #who-we-are .sidebar-who-we-are {
        display: none;
    }

    .breacrumb_checkout {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .breacrumb_checkout ul li {
        line-height: 0.6em !important;
        padding-right: 4%;
        margin-right: 3%;
    }

    .products-list li {
        padding-right: 20px;
        width: calc(100% - 10px);
    }

    .products li {
        margin-right: 0;
        margin-left: 0;
    }

    .products li:nth-child(2n+1) {
        margin-right: 0;
        margin-left: 0;
    }

    .products-list li:nth-child(2n+1) {
        margin-right: 0;
    }

    .our-problems-container #our-problems .col-md-3 {
        width: calc(100% - 50px) !important;
    }

    .woocommerce #content div.product div.summary {
        width: calc(100% - 20px) !important;
        clear: both;
    }

    .woocommerce #content div.product div.images {
        width: calc(100% - 40px) !important;
        clear: both;
    }

    .woocommerce-tabs .description {

    }

    .woocommerce-tabs .description img {
        width: auto;
    }

    .products li {
        width: calc(100%) !important;
    }

    .woocommerce div.product form.cart .button {
        margin-top: 50px;
        text-align: center;
    }

    .product .woocommerce-tabs {
        padding-bottom: 0px !important;
    }

    .woocommerce div.product form.cart .single_add_to_cart_button, .woocommerce div.product form.cart .single_add_to_cart_button:hover {
        padding-left: 0%;
    }

    .our-problems-container #our-problems h2 {
        font-size: 22px;
        background-image: none;
        padding-left: 0;
        text-align: center;
        width: 100%;
    }

    .woocommerce-products-header__title {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 0;
    }

    .woocommerce-product-search .search-field {
        font-size: 10px;
        width: calc(90% - 40px);
        margin-right: 10px;
        padding-left: 35px;
    }

    .woocommerce-product-search input[type="submit"] {
        font-size: 0px !important;
        width: 50px;
        background-position: center center !important;

    }

    .woocommerce-cart-form .actions.coupon_box {
        width: 50%;
    }

    .woocommerce-cart-form .actions .coupon .apply_coupon, .woocommerce-cart-form .actions .coupon .apply_coupon:hover {
        width: 45px !important;
        font-size: 0px !important;
        background-position: center;
    }

    .woocommerce-cart-form .actions .coupon #coupon_code.input-text {
        width: 160px;
    }

    .slider-container .slider-item .container .slider-content .buttons .button:last-child {
        display: none;
    }

    footer .footer-item {
        width: calc(100% - 20px);
        border-right: none;
        min-height: auto;
    }

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

    .product_filter .woof_list {
        text-align: center;
        width: 100%;
        display: inline-block;
    }

    .product_filter .woof_list li {
        display: inline-block;
        min-width: 118px;
        float: none;
    }

    .product_filter .woof_list li .woof_checkbox_label {
        display: inline-block;
        margin-bottom: 0px;
    }

    .woocommerce div.product form.cart .variations {
        width: 48% !important;
        text-align: left;
        float: left;
    }

    .woocommerce div.product form.cart table td {
        text-align: left;
    }

    .woocommerce div.product form.cart .variations select {
        min-width: 160px !important;
        width: 160px !important;
    }

    .woocommerce div.product form.cart div.quantity {
        width: 165px !important;
    }

    .woocommerce div.product form.cart .button {
        width: 165px !important;
        font-size: 11px;
        background-position: 126px 1.5px;
    }

    .single_variation_wrap {
        width: 50% !important;
        float: right;
    }

    .product .summary .cart {

    }

    .variations {
        margin: 0 auto;
    }

    .woocommerce div.product .variations form.cart .button::before {
        font-size: 16px;
        margin-left: 5px;
    }
}

@media (max-width: 575px) {
    header {
        width: calc(100% - 11px);
    }

    .breacrumb_checkout ul li {
        padding-right: 5%;
        margin-right: 2%;
    }

    .breacrumb_checkout ul li a {
        font-size: 18px;
    }

    .woocommerce-cart .cart .product-description {
        width: calc(70% - 20px);
    }

    .woocommerce-cart-form .actions .button.update_cart {

    }

    .woocommerce-cart .cart .cart_item .product-quantity div.quantity {
        width: 65%;
        min-width: 170px;
    }

    .woocommerce-cart-form .cart-item-total {
        width: 49%;
        float: right;
        margin-top: 26px;
        text-align: right;
        font-size: 20px !important;
        color: #323232 !important;
        font-weight: bolder;
        margin-right: 0;
        line-height: 28px;

    }

    .woocommerce-cart-form .actions.coupon_box {
        width: 220px;
    }

    .woocommerce-cart-form .actions .coupon #coupon_code.input-text {
        width: 120px;
    }

    .woocommerce-cart .cart .cart_item .product-subtotal {
        font-size: 20px !important;
    }

    .button.back_to_shop {
        font-size: 0 !important;
        width: 45px !important;
        text-align: center;
        background-position: center;
    }

    .woocommerce-checkout #place_order {
        float: right !important;
        width: 170px !important;

        margin-bottom: 0 !important;
        margin-right: 0 !important;
    }

    .woocommerce-order-overview {
        width: 100%;
    }

    .woocommerce-order-details {
        width: 100%;
    }

    .woocommerce-table--order-details .product_detail_row .amount {
        font-size: 20px !important;
    }

    .woocommerce-table--order-details .product_detail_row {
        min-height: 90px;
    }

    .woocommerce-order-received .return-to-shop .button {

    }

    .woocommerce-order .woocommerce-notice--success {
        line-height: 28px;
    }

    .woocommerce-table--order-details .order_total {
        float: none;
        text-align: center;
    }

    .return-to-shop {
        text-align: center;
    }

    .who-we-are-container {
        height: 1100px;

    }

    .related.products ul.products li {
        width: calc(51% - 80px);
        margin-right: 0px !important;
    }

    .related.products ul.products li:last-child {
        margin-right: 0px !important;
        float: left;
        margin-left: 0;
    }

}

@media (max-width: 480px) {
    .slick-prev {
        z-index: 999;
        left: 3%;
    }

    .slick-next {
        z-index: 999;
        right: 5%;
    }

    .wc-terms-and-conditions .woocommerce-form__input-checkbox {
        margin: -7px 0 0px -22px !important;
    }

    .breacrumb_checkout {
        background-position: 100px 134px;
        padding-top: 0;
    }

    .breacrumb_checkout ul li {
        font-size: 20px;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        background-image: none;
    }

    .breacrumb_checkout ul li a {
        font-size: 20px;
    }

    .slider-pager {
        margin-top: -35px;
    }

    .woocommerce-checkout .woocommerce-form__label-for-checkbox {
        line-height: 31px !important;
    }

    .slider-pager .container {
        margin-left: 0px;
        margin-right: 0px;
        width: calc(100% - 0px);
    }

    header {
        width: calc(100%);
    }

    .woocommerce-cart-form .actions.coupon_box {
        width: 100%;
        float: right;
    }

    .woocommerce-cart-form .cart-item-total {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 30px !important;
    }

    .about_section .content, .about_section .content span {
        font-size: 16px !important;
    }

    .about_section .content ul li, .about_section .content ul li span {
        font-size: 16px !important;
    }

    .about_section h2, .about_section h2 span, .about_section .content > h2 {
        font-size: 20px;
    }

    .slider-container .slider-item .container .slider-content h3, .slider-container .slider-item .container .slider-content h3 span {
        font-size: 22px;
        line-height: 26px;
    }

    .slider-container .slider-item .container .slider-content .content, .slider-container .slider-item .container .slider-content .content span {
        font-size: 14px !important;
        line-height: 18px;
    }

    .slider-container .slider-item .container .slider-content .content ul li, .slider-container .slider-item .container .slider-content .content ul li span {
        font-size: 14px !important;
        line-height: 18px;
    }

    .products-list li .price {
        -webkit-padding-end: 80px;

    }

    .products li .price {
        -webkit-padding-end: 145px;

    }

    .woocommerce .related ul.products li.product .price {
        -webkit-padding-end: 165px;
    }

    .woocommerce-product-search input[type="submit"] {
        top: -5px;
        position: relative;
    }

    .who-we-are-container #who-we-are {

    }

    .cat_widget .cat_row .cat_link.first_item a {

    }

    .cat_widget .cat_row .cat_link a {
        font-size: 18px;
    }

    .woocommerce div.product form.cart .variations {
        width: 100% !important;
        margin-top: 25px;
    }

    .woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
        line-height: 0px;
    }

    .woocommerce div.product form.cart .variations select {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
    }

    .single_variation_wrap {
        width: 100% !important;
    }

    .woocommerce div.product form.cart div.quantity {
        width: 100% !important;
    }

    .woocommerce div.product form.cart .button {
        width: 100% !important;
        font-size: 11px !important;
        background-position: 99% 1.5px !important;
        padding-left: 6%;
        margin-top: 25px;
    }

    .woocommerce div.product p.price, .woocommerce div.product span.price {
        float: right;
        margin-right: 5%;
    }

    .header_bg {
        background: none;
        width: calc(100% - 60px);
    }

    .product-template-default header {

    }

    .woocommerce-order-received .woocommerce-table--order-details .product_detail_row .amount {
        top: -10px;
    }

    .woocommerce-order-received .woocommerce-table--order-details .product_detail_row {
        min-height: 50px;
    }

    .woocommerce-account .woocommerce-form__label-for-checkbox {
        width: 100%;
    }

    .woocommerce-account .woocommerce-form__input-checkbox {
        margin-left: 0px !important;
    }

    .product .summary p.price {
        width: calc(100%);
        text-align: right;
        margin-bottom: 25px;

    }

    .woocommerce div.product .variations__price {
        width: 200px;
    }
}

@media only screen and (max-width: 734px) and (min-width: 730px) {
    .products-list li .price {
        -webkit-padding-end: 80px;
        right: -140px;
    }

    .products li .price {
        -webkit-padding-end: 145px;
        right: -180px;
    }

    .woocommerce .related ul.products li.product .price {
        -webkit-padding-end: 165px;
        right: -150px;
    }
}

@media only screen and (max-width: 740px) and (min-width: 735px) {
    .products-list li .price {
        -webkit-padding-end: 80px;
        right: -185px;
    }

    .products li .price {
        -webkit-padding-end: 145px;
        right: -180px;
    }

    .woocommerce .related ul.products li.product .price {
        -webkit-padding-end: 165px;
        right: -150px;
    }
}

@media only screen and (max-width: 640px) and (min-width: 630px) {
    .products-list li .price {
        -webkit-padding-end: 80px;
        right: -420px;
    }

    .products li .price {
        -webkit-padding-end: 145px;
        right: -410px;
    }

    .woocommerce .related ul.products li.product .price {
        -webkit-padding-end: 165px;
        right: -150px;
    }
}

@media only screen and (max-width: 414px) and (min-width: 410px) {
    .products-list li .price {
        -webkit-padding-end: 80px;
        right: -185px;
    }

    .products li .price {
        -webkit-padding-end: 145px;
        right: -235px;
    }

    .woocommerce .related ul.products li.product .price {
        -webkit-padding-end: 165px;
        right: -215px;
    }
}

@media (max-width: 400px) {

    .slider-container .slider-item .container {
        padding-left: 2%;
    }

    .woocommerce ul.products li.product a img.attachment-shop_catalog {
        width: 45%;
        margin-left: 5px !important;
    }

    .products li {
        padding-right: 5px;
    }

    .products li a h2 {
        width: calc(58% - 25px);
    }

    .products li a p {
        width: calc(58% - 25px);
    }

    .products li.sale a .attachment-shop_catalog {
        margin-top: 30%;
    }

    .products li.sale a p {
        width: calc(58% - 25px);
    }

    .products li .price del {
        text-decoration: line-through;
        position: absolute;
        left: -80px;
        font-size: 14px;
        top: -15px;
    }

    ul.products li.product .add_to_cart_button {
        width: 100px !important;
    }

    .products-list li a img.attachment-shop_catalog {
        width: 45%;
    }

    .products-list li a h2 {
        width: calc(58% - 25px);
    }

    .products-list li a p {
        width: calc(58% - 25px);
    }

    .products-list li .single_add_to_cart_button {
        font-size: 11px !important;
    }

    .products-list li .add_to_cart_button {
        right: 40px !important;
        width: 125px !important;
        font-size: 11px !important;
        padding-left: 14% !important;
        text-align: left !important;
    }

    .products-list li.sale a .attachment-shop_catalog {
        margin-top: 30%;
    }

    .products-list li.sale a p {
        width: calc(58% - 25px);
    }

    .products-list li .price del {
        text-decoration: line-through;
        position: absolute;
        left: -80px;
        font-size: 14px;
        top: -15px;
    }

    .woocommerce-cart .cart .product-description {
        width: calc(68% - 20px);
    }

    .woocommerce div.product form.cart div.quantity input.minus {
        font-size: 14px;
        line-height: 28px;
        top: 4px;
    }

    .woocommerce div.product form.cart div.quantity input.plus {
        font-size: 14px;
        line-height: 28px;
        top: 4px;
    }

    .woocommerce div.product form.cart div.quantity input {
        top: 2px;
    }

    #order_review .woocommerce-cart-form__cart-item .product-subtotal .price-item {
        right: -85px;
    }

    ul.products li.product .add_to_cart_button {
        right: 40px !important;
        width: 125px !important;
        font-size: 11px !important;
        padding-left: 14% !important;
        text-align: left !important;
    }

    .woocommerce div.product .product_title {
        font-size: 16px;
        line-height: 18px;
    }

    section.products {
        width: calc(100%);
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .woocommerce .products ul, .woocommerce ul.products {
        margin: 0 !important;
        width: calc(100%);
    }

}

@media (max-width: 360px) {
    .woocommerce-cart .cart .product-description {
        width: calc(58% - 20px);
    }

    .woocommerce-cart .cart a.remove {
        width: calc(100%);
    }

    .woocommerce-cart .cart .cart_item .product-quantity div.quantity {
        min-width: 140px;
    }

    .woocommerce-cart .cart .cart_item .product-quantity div.quantity input.minus {
        font-size: 18px;
        top: 1px;
        position: relative;
    }

    .woocommerce-cart .cart .cart_item .product-quantity div.quantity input {
        font-size: 15px;
        top: 1px;
    }

    .woocommerce-cart .cart .cart_item .product-quantity div.quantity input.plus {
        font-size: 18px;
        top: 1px;
        position: relative;
    }

}

@media (max-width: 340px) {

    .woocommerce-cart .cart .product-description {
        width: calc(58% - 20px);
    }
}

@media (max-width: 320px) {
    .products-list li .price {
        right: unset;
    }

    .products li .price {
        right: unset;
    }

    .woocommerce .related ul.products li.product .price {
        right: unset;
    }
}