/* 
**
** The file with .less extension has been provided for reference to be used by other developers. Do not touch it if you don't know what it is.
**
** Main Stylesheet Document of the theme 
** This contains basic Structural Details, Styling of the theme.
*/


/* Basic Containers 
-------------------------------------------------*/

body {
    font-family: "Roboto", Arial;
}
.single-post h1 {
	text-align:center;
}
.container {
    width: 1100px;
    margin: auto;
}

#page {
    position: relative;
    z-index: 999;
    margin: auto;
}

#content {
    background: rgba(136, 135, 135, 0.46) none repeat scroll 0 0;
    padding: 15px;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
}

.blog #content {
    padding-left: 30px;
}

.table-container {
    width: 100%;
    overflow-y: auto;
    _overflow: auto;
    margin: 0 0 1em;
}


/* Links
------------------------------------------------- */

a {
	color: #8a6119;
	text-decoration: underline;
}

table a {
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: #b69254;
}


/* HEADER 
--------------------------------------------------*/

#header-image {
    width: 100%;
    position: absolute;
    min-height: 400px;
    z-index: 1;
}

#header-image img {
    filter: blur(5px);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
}

#header-image:after {
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1;
    border-bottom: solid 9px #000000;
}

header {
    text-align: center;
    color: #ffffff;
    font-size: 19px;
    /* padding: 20px; */
}

header .site-title a {
    text-decoration: none;
    font-size: 48px;
    font-family: Roboto, Helvetica, sans-serif;
    font-weight: lighter;
    text-shadow: 0px 0px 10px #888;
}

header .site-description {
    font-size: 18px;
    font-weight: lighter;
}

header #social-icons img {
    width: 40px;
    margin-top: 30px;
    padding-right: 5px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transform-origin: center;
}

header #social-icons img:hover {
    transform: translateY(-5px) scale(1.3);
    -webkit-transform: translateY(-5px) scale(1.3);
    -moz-transform: translateY(-5px) scale(1.3);
}


/* Main Navigation 
_______________________________________________*/

#nav-wrapper {
    width: 1100px;
    margin: auto;
    text-align: center;
}

.main-navigation {
    background: #484f5e none repeat scroll 0 0;
    border: 3px solid #2e3137;
    box-shadow: 0 0 10px rgba(196, 196, 196, 0.5);
    clear: both;
    display: inline-block;
    height: auto;
    margin: auto auto 20px;
    text-align: left;
}

.main-navigation a {
    color: #e8e8e8;
    padding: 12px 15px;
}

.main-navigation a:hover {
    color: #F9EE6D;
}

.main-navigation ul ul a {
    padding: 5px 10px;
}

.main-navigation ul ul a:hover {
    background: #484f5e;
    color: #251607;
}

.main-navigation li:hover>a {
    color: #F9EE6D;
    background: #484f5e;
}

.main-navigation ul ul :hover>a {
    background: #484f5e;
    color: #251607;
}


/* Slider Styles
------------------------------------------------*/

.slider-parent {
    position: relative;
    top: -30px;
}

.slider-wrapper {
    width: 1100px;
    border-top: solid 4px #615642;
    border-bottom: solid 4px #615642;
    margin-bottom: -40px;
    background: #111;
    box-shadow: 1px 1px 5px #4a4a4a;
}

.nivo-caption {
    max-width: 600px;
    min-width: 200px;
    overflow: hidden;
    bottom: 15px;
    left: 10px;
    background: transparent;
    font-family: "Roboto", Arial, sans-serif !important;
    font-weight: lighter;
}

.nivo-caption a {
    text-decoration: none;
}

.nivo-caption a:hover {
    text-decoration: none;
}

.nivo-html-caption {
    display: none;
}

div.slide-title {
    font-size: 36px;
}

div.slide-title span {
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.8);
    transition: 0.4s background ease;
}

div.slide-title span:hover {
    background: #000000;
}

div.slide-description {
    padding: 5px;
    margin-top: 7px;
    margin-left: 20px;
    background: rgba(138, 97, 25, 0.9);
    display: inline-block;
}


/*Homepage 
--------------------------------------------------*/

h1#page-title,
.archive h1.page-title,
.page h1.entry-title {
    font-size: xx-large;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: lighter;
    display: inline-block;
    clear: both;
    text-transform: uppercase;
    text-shadow: #fff 1px 0px 1px;
    padding: 10px 20px;
    color: #2a2622;
    border-bottom: solid 1px #2a2622;
    margin-bottom: 0;
}
h1#page-title {
	margin-bottom: 10px;
}
h1#page-title:first-letter,
.archive h1.page-title:first-letter,
.page h1.entry-title:first-letter {
    font-size: xx-large;
    text-shadow: #fff 2px 0px 1px;
}

.article-wrapper {
    white-space: 230px;
    float: left;
    display: block;
    height: 230px;
}

.homepage-article {
    background: #2a2622;
    padding: 10px;
    width: 230px;
    float: left;
    margin-right: 10px;
    max-height: 220px;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
	box-shadow: 0 5px 5px -2px #696969;
}

.homepage-article .featured-image {
    width: 230px;
    height: 140px;
    overflow: hidden;
}

.homepage-article img {
    transition: 1s all ease;
    -webkit-transition: 1s all ease;
    -moz-transition: 1s all ease;
    -o-transition: 1s all ease;
}

.homepage-article img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.homepage-article h2.entry-title {
    padding-top: 4px;
    text-align: center;
    border-top: solid 1px #525252;
	line-height: 1em;
}

.homepage-article h2.entry-title a {
    font-family: Calibri, Arial, Helvetica, sans-serif;
    color: #e7e2c5;
    text-decoration: none;
    font-size: small;
}

.homepage-article h2.entry-title a:hover {
    color: white;
    position: relative;
}

.homepage-article h2.entry-title a[data-title]:hover:after {
    content: attr(data-title);
    padding: 4px 8px;
    color: #eee;
    position: absolute;
    left: -8px;
    top: -7px;
    z-index: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 4px #222;
    -webkit-box-shadow: 0px 0px 4px #222;
    box-shadow: 0px 0px 4px #222;
    background: black;
    overflow: visible;
    word-wrap: break-word;
    width: 220px;
    display: inline-block;
}


/*Articles, Pages and General Content Section Styling
----------------------------------------------------------*/


/* Floating Details of the Section, which determines the layout is present in the css/layouts folder */

#primary,
#secondary {
    padding: 10px;
    background: #FFFFFF;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
	box-shadow:0 5px 5px -2px #696969;
}

.single-post {
    border-bottom: 1px dotted #715a32;
    padding-bottom: 20px;
}

.single-post h1.entry-title {
    font-size: xx-large;
}

.single-post h1.entry-title a {
    text-decoration: none;
}

.single-post .featured-image-single {
    width: 80%;
    margin: auto;
    clear: both;
    margin-bottom: 15px;
}

.single-post .featured-image-single img {
    border: solid 10px #ece5be;
}

.entry-meta {
    font-size: 11px;
    color: grey;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: lighter;
}

.entry-meta a {
    color: #715a32;
    text-decoration: none;
}

.entry-meta a:hover {
    text-decoration: underline;
}

#nav-below {
    background: #cec0b1;
    padding: 10px;
}


/* Sidebar
-------------------------------------------------------*/

#secondary {
    float: right;
    width: 29%;
}

#secondary a,
#footer-sidebar a {
    color: #69583a;
    text-decoration: none;
}

#secondary a:hover,
#footer-sidebar a:hover {
    color: #a36700;
}

#secondary .widget-title,
#footer-sidebar .widget-title {
    background: #262C3A;
    color: #c2c2c2;
    padding: 5px 10px;
    font-size: 18px;
    margin-bottom: 10px;
}

#secondary .widget_tag_cloud a,
#footer-sidebar .widget_tag_cloud a {
    font-size: 14px !important;
    background: #615642;
    color: #dac195;
    padding: 4px 8px;
    text-decoration: none;
    margin-top: 4px;
    display: inline-block;
}

#secondary .widget_tag_cloud a:hover,
#footer-sidebar .widget_tag_cloud a:hover {
    background-color: #715a32;
}

#secondary ul,
#footer-sidebar ul {
    margin-left: 6px;
    list-style: none;
}

#secondary ul>li,
#footer-sidebar ul>li {
    padding-bottom: 5px;
    border-bottom: 1px solid #824812;
}

#secondary ul>li ul,
#footer-sidebar ul>li ul {
    border-bottom: none;
    margin-left: 20px;
    padding-bottom: none;
    list-style: disc;
}

#secondary ul>li ul li,
#footer-sidebar ul>li ul li {
    padding: 0px;
    border: none;
}

#secondary select,
#footer-sidebar select {
	width: 100%;
	height: 25px;
	outline: none;
	padding: 3px 0;
	background: #C6C6C6;
	color: #4e4e4e;
	border: 0;
	margin: 3px auto;
}

.widget_search input[type=submit] {
    display: inline;
    background: #525252;
    color: white;
    box-shadow: none;
    text-shadow: none;
}

.widget_search input[type=search] {
    outline: none;
    background: #dbdacf;
    width: 75%;
}

#footer-sidebar {
    clear: both;
}

#footer-sidebar .footer-column {
    width: 30%;
    float: left;
    margin: 1.5%;
}


/*Comments Section */

.comment {
    background: #f7f5e7;
    border-color: #bbb;
}


/* Modification for Sidebar on Homepage */

.page-template-page-full-width-php #secondary,
.blog #secondary {
    padding-left: 10px;
    float: none;
    margin: auto;
    margin-left: 5px;
    padding-right: 0px;
    width: 96%;
    position: relative;
}

.page-template-page-full-width-php #secondary .widget,
.blog #secondary .widget {
    width: 29%;
    margin-left: 2%;
    margin-right: 1.5%;
    /* float: left; */
}

#primary-home {
    overflow: auto;
}


/* Full width Template
----------------------------------------------*/

.full-width {
    width: 100% !important;
    padding: 10px;
}


/* Colophon */

#colophon {
    background: rgba(38, 38, 38, 0.9) none repeat scroll 0 0;
    color: #59544a;
    padding: 10px;
    margin-top: 15px;
}

#colophon a {
    text-decoration: none;
    color: #825e21;
}

#colophon .site-info {
    float: none;
    text-align: center;
    color: #9e9e9e;
    font-size: 22px;
    letter-spacing: 1px;
}

#colophon #footertext {
    float: right;
}


/* Archive & Search Pages
---------------------------------------- */

.search .entry-title a,
.archive .entry-title a {
    font-size: x-large;
    text-decoration: none;
}

.search article,
.archive article {
    background: #ece5be;
    padding: 15px;
}

.search h1.entry-title,
.archive h1.entry-title {
    font-size: x-large;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: lighter;
    display: block;
    clear: both;
    text-transform: none;
    text-shadow: #fff 0px 0px 0px;
    padding: 10px 0px;
    word-wrap: break-word !important;
    -ms-word-wrap: break-word;
    color: #2a2622;
    box-shadow: 0px 0px 0px;
    border-bottom: none;
    margin-bottom: 0px;
}

.search h1.entry-title:first-letter,
.archive h1.entry-title:first-letter {
    font-size: x-large;
    text-shadow: #fff 0px 0px 0px;
}

.search .wp-post-image,
.archive .wp-post-image {
    text-align: center;
    display: block;
    margin: auto;
    max-width: 50%;
    border-bottom: solid 4px #8a6119;
}

.search .page-title {
    font-size: x-large;
    border-bottom: solid 1px black;
    display: inline-block;
    margin-bottom: 15px;
}

.archive #colophon,
.search #colophon,
.single #colophon {
    margin-bottom: -22px;
}

.category .entry-title a {
    font-size: normal;
}

.category article {
    background: #2a2622;
    padding: 7px;
}

.category h1.entry-title {
    font-size: normal;
    padding: 0px 0px;
}

.category h1.entry-title:first-letter {
    font-size: 13px;
    text-transform: none;
}

.category .wp-post-image {
    max-width: 100%;
    border-bottom: none;
    box-shadow: none;
}


/* Pagination
-----------------------------------------------*/

.pagination {
    margin: 20px 0;
    padding-top: 25px;
    text-align: center;
    width: 100%;
    clear: both;
}

.pagination ul {
    list-style: none;
    display: inline-block;
    text-align: center;
    margin-bottom: 0;
    margin-left: 0px;
}

.pagination ul>li {
    display: inline;
}

.pagination ul>li>a {
    color: #6d5936;
    transition: all 0.4s ease;
}

.pagination ul>li>a:hover {
    color: #615642;
    background: #fdf1ad;
}

.pagination .current {
    background: #fff3ab;
}

.pagination ul>li>a,
.pagination ul>li>span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #f1e8ba;
    /*  border: 1px solid desaturate(@default-background, 55%); */
    border-left-width: 0;
    display: inline-block;
    color: #69583a;
}

.pagination ul>li:first-child>a,
.pagination ul>li:first-child>span {
    border-left-width: 1px;
}

.pagination ul>li:last-child>a,
.pagination ul>li:last-child>span {
    border-rigth-width: 1px;
}


/* HTML Markup & Formatting */

.single article h1,
.page article h1 {
    font-size: x-large;
    padding-bottom: 10px;
}

.single article h2,
.page article h2 {
    font-size: 18px;
    padding-bottom: 10px;
}

.single article h3,
.page article h3 {
    color: #484f5e;
    font-size: 16px;
    padding-bottom: 10px;
}

.single article h4,
.page article h4 {
    font-size: 15px;
	margin: 5px auto 10px;
}

.single article h5,
.page article h5 {
    font-size: 14px;
	margin: 5px auto 10px;
}

.single article h6,
.page article h6 {
    font-size: 14px;
	margin: 5px auto 10px;
}

.single article blockquote,
.page article blockquote {
    background: #eee7bc;
    padding: 5px 10px;
    margin-bottom: 10px;
    padding-bottom: 1px;
    border-bottom: solid 5px #0d0d0d;
    font-family: Georgia, Times, serif;
}

.single article table td,
.page article table td,
.single article table th,
.page article table th {
	padding: 3px 4px;
	border: 1px solid #d7d7d7;
	line-height: 1.3em;
	font-size: 14px;
}

.single article table th,
.page article table th {
    border-bottom: 2px none;
}

.single article ul ul,
.page article ul ul {
    list-style: circle;
}

.single article ul ul ul,
.page article ul ul ul {
    list-style: disc;
}

.single article ol ol,
.page article ol ol {
    list-style: lower-roman;
}

.single article ol ol ol,
.page article ol ol ol {
    list-style-type: lower-alpha;
}

.full-width {
    width: 98% !important;
}

.woocommerce h1.page-title,
.woocommerce-page h1.page-title {
    margin-bottom: 20px;
}

.woocommerce #primary-shop,
.woocommerce-page #primary-shop {
    position: relative;
    background: #e6e1c4;
    padding: 15px;
}

.woocommerce #primary-shop .woocommerce-breadcrumb,
.woocommerce-page #primary-shop .woocommerce-breadcrumb {
    display: block;
    text-align: right;
    position: absolute;
    right: 0;
    top: -95px;
}

.woocommerce #primary-shop ul.products li,
.woocommerce-page #primary-shop ul.products li {
    display: inline-block;
    background: #2a2622;
    padding: 10px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
    width: 16.85%
}

.woocommerce #primary-shop ul.products li a,
.woocommerce-page #primary-shop ul.products li a {
    color: #e6e1c4;
}

@media screen and (max-width: 1100px) {
    .woocommerce #primary-shop ul.products li,
    .woocommerce-page #primary-shop ul.products li {
        width: 21%;
        float: none;
    }
}

@media screen and (max-width: 960px) {
    .woocommerce #primary-shop ul.products li,
    .woocommerce-page #primary-shop ul.products li {
        width: 45%;
        float: none;
    }
}

@media screen and (max-width: 768px) {
    .woocommerce #primary-shop ul.products li,
    .woocommerce-page #primary-shop ul.products li {
        width: 90%;
        float: none;
    }
}

.woocommerce #primary-shop ul.products li .onsale,
.woocommerce-page #primary-shop ul.products li .onsale {
    z-index: 9999;
    background: rgba(230, 225, 196, 0.8);
    color: #2a2622;
    text-shadow: none;
    border-radius: 0px;
    top: 16px;
    right: 16px;
}

.woocommerce #primary-shop ul.products li img,
.woocommerce-page #primary-shop ul.products li img {
    max-width: 100%;
    border-bottom: solid 1px transparent;
    transition: 0.9s all ease;
    z-index: 9998;
}

.woocommerce #primary-shop ul.products li img:hover,
.woocommerce-page #primary-shop ul.products li img:hover {
    transform: scale(1.1);
}

.woocommerce #primary-shop ul.products li .star-rating,
.woocommerce-page #primary-shop ul.products li .star-rating {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #2a2622;
}

.woocommerce #primary-shop ul.products li .add_to_cart_button,
.woocommerce-page #primary-shop ul.products li .add_to_cart_button {
    background: rgba(230, 225, 196, 0.9);
    color: #2a2622;
}

.woocommerce #primary-shop ul.products li .add_to_cart_button.added:before,
.woocommerce-page #primary-shop ul.products li .add_to_cart_button.added:before {
    content: none;
}

.woocommerce #primary h1.product_title,
.woocommerce-page #primary h1.product_title {
    font-size: 28px;
    color: #2e261e;
    margin-top: 0px;
}

.woocommerce #primary div.summary,
.woocommerce-page #primary div.summary {
    margin-top: 0;
    font-size: 14px;
}

.woocommerce #primary button.button.alt,
.woocommerce-page #primary button.button.alt {
    background: #2a2622;
    border-color: #38332d;
    outline: none;
}

.woocommerce #primary p.price,
.woocommerce-page #primary p.price {
    margin-bottom: 5px;
}

.woocommerce #primary div.product_meta,
.woocommerce-page #primary div.product_meta {
    font-size: 13px;
    padding: 5px 0;
    border-top: solid 1px #dbd4ab;
    border-bottom: solid 1px #dbd4ab;
}

.woocommerce #primary div.woocommerce-tabs ul.tabs,
.woocommerce-page #primary div.woocommerce-tabs ul.tabs {
    padding-left: 5px !important;
}

.woocommerce #primary div.woocommerce-tabs ul.tabs:before,
.woocommerce-page #primary div.woocommerce-tabs ul.tabs:before {
    content: none !important;
}

.woocommerce #primary div.woocommerce-tabs ul.tabs li,
.woocommerce-page #primary div.woocommerce-tabs ul.tabs li {
    margin-right: 10px !important;
    background: none !important;
    border-radius: 0px !important;
    border-color: #2a2622 !important;
}

.woocommerce #primary div.woocommerce-tabs ul.tabs li:before,
.woocommerce-page #primary div.woocommerce-tabs ul.tabs li:before,
.woocommerce #primary div.woocommerce-tabs ul.tabs li:after,
.woocommerce-page #primary div.woocommerce-tabs ul.tabs li:after {
    content: none !important;
}

.woocommerce #primary div.woocommerce-tabs ul.tabs .active,
.woocommerce-page #primary div.woocommerce-tabs ul.tabs .active {
    background: #262c3a !important;
    color: #c2c2c2 !important;
    box-shadow: none !important;
    border-bottom: solid 2px #544c44 !important;
}

.woocommerce #primary #comments,
.woocommerce-page #primary #comments {
    margin-top: 0;
}

.woocommerce #primary #comments>h2,
.woocommerce-page #primary #comments>h2 {
    font-size: 22px;
    margin-bottom: 20px;
}

.woocommerce #primary #comments .comment-text,
.woocommerce-page #primary #comments .comment-text {
    border-color: #d7cfa0 !important;
}

.woocommerce #primary div.upsells h2,
.woocommerce-page #primary div.upsells h2,
.woocommerce #primary div.products h2,
.woocommerce-page #primary div.products h2,
.woocommerce #primary div.related h2,
.woocommerce-page #primary div.related h2,
.woocommerce #primary div.cross-sells h2,
.woocommerce-page #primary div.cross-sells h2 {
    font-size: 22px;
    color: #2a2622;
    margin-bottom: 10px;
}

.woocommerce #primary div.upsells ul.products li,
.woocommerce-page #primary div.upsells ul.products li,
.woocommerce #primary div.products ul.products li,
.woocommerce-page #primary div.products ul.products li,
.woocommerce #primary div.related ul.products li,
.woocommerce-page #primary div.related ul.products li,
.woocommerce #primary div.cross-sells ul.products li,
.woocommerce-page #primary div.cross-sells ul.products li {
    display: inline-block;
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2016/10/bg-nasos-nmsh.jpg") repeat scroll 0 0;
    width: 20%;
    padding: 10px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
}

@media screen and (max-width: 1100px) {
    .woocommerce #primary div.upsells ul.products li,
    .woocommerce-page #primary div.upsells ul.products li,
    .woocommerce #primary div.products ul.products li,
    .woocommerce-page #primary div.products ul.products li,
    .woocommerce #primary div.related ul.products li,
    .woocommerce-page #primary div.related ul.products li,
    .woocommerce #primary div.cross-sells ul.products li,
    .woocommerce-page #primary div.cross-sells ul.products li {
        width: 44%;
        float: none;
    }
}

@media screen and (max-width: 768px) {
    .woocommerce #primary div.upsells ul.products li,
    .woocommerce-page #primary div.upsells ul.products li,
    .woocommerce #primary div.products ul.products li,
    .woocommerce-page #primary div.products ul.products li,
    .woocommerce #primary div.related ul.products li,
    .woocommerce-page #primary div.related ul.products li,
    .woocommerce #primary div.cross-sells ul.products li,
    .woocommerce-page #primary div.cross-sells ul.products li {
        width: 93%;
        float: none;
    }
}

.woocommerce #primary div.upsells ul.products li a,
.woocommerce-page #primary div.upsells ul.products li a,
.woocommerce #primary div.products ul.products li a,
.woocommerce-page #primary div.products ul.products li a,
.woocommerce #primary div.related ul.products li a,
.woocommerce-page #primary div.related ul.products li a,
.woocommerce #primary div.cross-sells ul.products li a,
.woocommerce-page #primary div.cross-sells ul.products li a {
    color: #e6e1c4;
}

.woocommerce #primary div.upsells ul.products li .onsale,
.woocommerce-page #primary div.upsells ul.products li .onsale,
.woocommerce #primary div.products ul.products li .onsale,
.woocommerce-page #primary div.products ul.products li .onsale,
.woocommerce #primary div.related ul.products li .onsale,
.woocommerce-page #primary div.related ul.products li .onsale,
.woocommerce #primary div.cross-sells ul.products li .onsale,
.woocommerce-page #primary div.cross-sells ul.products li .onsale {
    z-index: 9999;
    background: rgba(230, 225, 196, 0.8);
    color: #2a2622;
    text-shadow: none;
    border-radius: 0px;
    top: 16px;
    right: 16px;
}

.woocommerce #primary div.upsells ul.products li img,
.woocommerce-page #primary div.upsells ul.products li img,
.woocommerce #primary div.products ul.products li img,
.woocommerce-page #primary div.products ul.products li img,
.woocommerce #primary div.related ul.products li img,
.woocommerce-page #primary div.related ul.products li img,
.woocommerce #primary div.cross-sells ul.products li img,
.woocommerce-page #primary div.cross-sells ul.products li img {
    max-width: 100%;
    border-bottom: solid 1px transparent;
    transition: 0.9s all ease;
    z-index: 9998;
}

.woocommerce #primary div.upsells ul.products li img:hover,
.woocommerce-page #primary div.upsells ul.products li img:hover,
.woocommerce #primary div.products ul.products li img:hover,
.woocommerce-page #primary div.products ul.products li img:hover,
.woocommerce #primary div.related ul.products li img:hover,
.woocommerce-page #primary div.related ul.products li img:hover,
.woocommerce #primary div.cross-sells ul.products li img:hover,
.woocommerce-page #primary div.cross-sells ul.products li img:hover {
    transform: scale(1.1);
}

.woocommerce #primary div.upsells ul.products li .star-rating,
.woocommerce-page #primary div.upsells ul.products li .star-rating,
.woocommerce #primary div.products ul.products li .star-rating,
.woocommerce-page #primary div.products ul.products li .star-rating,
.woocommerce #primary div.related ul.products li .star-rating,
.woocommerce-page #primary div.related ul.products li .star-rating,
.woocommerce #primary div.cross-sells ul.products li .star-rating,
.woocommerce-page #primary div.cross-sells ul.products li .star-rating {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #2a2622;
}

.woocommerce #primary div.upsells ul.products li .add_to_cart_button,
.woocommerce-page #primary div.upsells ul.products li .add_to_cart_button,
.woocommerce #primary div.products ul.products li .add_to_cart_button,
.woocommerce-page #primary div.products ul.products li .add_to_cart_button,
.woocommerce #primary div.related ul.products li .add_to_cart_button,
.woocommerce-page #primary div.related ul.products li .add_to_cart_button,
.woocommerce #primary div.cross-sells ul.products li .add_to_cart_button,
.woocommerce-page #primary div.cross-sells ul.products li .add_to_cart_button {
    background: rgba(230, 225, 196, 0.9);
    color: #2a2622;
}

.woocommerce #primary div.upsells ul.products li .add_to_cart_button.added:before,
.woocommerce-page #primary div.upsells ul.products li .add_to_cart_button.added:before,
.woocommerce #primary div.products ul.products li .add_to_cart_button.added:before,
.woocommerce-page #primary div.products ul.products li .add_to_cart_button.added:before,
.woocommerce #primary div.related ul.products li .add_to_cart_button.added:before,
.woocommerce-page #primary div.related ul.products li .add_to_cart_button.added:before,
.woocommerce #primary div.cross-sells ul.products li .add_to_cart_button.added:before,
.woocommerce-page #primary div.cross-sells ul.products li .add_to_cart_button.added:before {
    content: none;
}

.woocommerce #primary div.cross-sells ul.products li,
.woocommerce-page #primary div.cross-sells ul.products li {
    width: 40%;
}

.woocommerce #primary div.cart_totals th,
.woocommerce-page #primary div.cart_totals th,
.woocommerce #primary .shop_table th,
.woocommerce-page #primary .shop_table th,
.woocommerce #primary div.cart_totals td,
.woocommerce-page #primary div.cart_totals td,
.woocommerce #primary .shop_table td,
.woocommerce-page #primary .shop_table td {
    padding: 5px;
}

.woocommerce #primary div.cart_totals th,
.woocommerce-page #primary div.cart_totals th,
.woocommerce #primary .shop_table th,
.woocommerce-page #primary .shop_table th {
    border-bottom: none;
    background: #d7cfa0;
}

.woocommerce #primary div.cart_totals tr,
.woocommerce-page #primary div.cart_totals tr,
.woocommerce #primary .shop_table tr,
.woocommerce-page #primary .shop_table tr {
    border-bottom: #cfc68e solid 1px;
}

.woocommerce #primary div.cart_totals tr td,
.woocommerce-page #primary div.cart_totals tr td,
.woocommerce #primary .shop_table tr td,
.woocommerce-page #primary .shop_table tr td,
.woocommerce #primary div.cart_totals tr th,
.woocommerce-page #primary div.cart_totals tr th,
.woocommerce #primary .shop_table tr th,
.woocommerce-page #primary .shop_table tr th {
    border-top: none;
    border-bottom: #cfc68e solid 1px;
}

.woocommerce #primary #payment,
.woocommerce-page #primary #payment {
    background: #d7cfa0;
}

.woocommerce #primary #payment div.form-row,
.woocommerce-page #primary #payment div.form-row {
    border-top: solid 1px #c8bd7c;
}

.woocommerce #primary .woocommerce-info,
.woocommerce-page #primary .woocommerce-info {
    border-top-color: #2a2622;
}

.woocommerce #primary .woocommerce-info:before,
.woocommerce-page #primary .woocommerce-info:before {
    background: #2a2622;
}

.woocommerce #primary .checkout_coupon,
.woocommerce-page #primary .checkout_coupon {
    background: #d7cfa0;
}

.woocommerce #primary form.checkout input[type=text],
.woocommerce-page #primary form.checkout input[type=text],
.woocommerce #primary form.checkout textarea,
.woocommerce-page #primary form.checkout textarea {
    background: #d7cfa0;
    border-radius: 0px;
    border: solid 1px #cfc68e;
}

.woocommerce #primary form.checkout ::-webkit-input-placeholder,
.woocommerce-page #primary form.checkout ::-webkit-input-placeholder {
    color: #ae9f4a;
}

.woocommerce #primary form.checkout ::-moz-input-placeholder,
.woocommerce-page #primary form.checkout ::-moz-input-placeholder {
    color: #ae9f4a;
}

.woocommerce #primary form.checkout ::-input-placeholder,
.woocommerce-page #primary form.checkout ::-input-placeholder {
    color: #ae9f4a;
}

.woocommerce #primary form.checkout .chosen-search input[type=text],
.woocommerce-page #primary form.checkout .chosen-search input[type=text] {
    background: white;
}

.woocommerce input.button,
.woocommerce-page input.button,
.woocommerce #content input.button,
.woocommerce-page #content input.button,
.woocommerce .cart-collaterals .shipping_calculator .button,
.woocommerce-page .cart-collaterals .shipping_calculator .button {
    background: #ded8b2;
    border: solid 1px #d7cfa0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.woocommerce input.button:hover,
.woocommerce-page input.button:hover,
.woocommerce #content input.button:hover,
.woocommerce-page #content input.button:hover,
.woocommerce .cart-collaterals .shipping_calculator .button:hover,
.woocommerce-page .cart-collaterals .shipping_calculator .button:hover {
    background: #e6e1c4;
}

.woocommerce #content input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt {
    background: #2a2622;
    color: #e6e1c4;
    border-color: #464039;
}

.woocommerce #content input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover {
    background: #544c44;
}

.woocommerce .cart-collaterals .shipping_calculator h2,
.woocommerce-page .cart-collaterals .shipping_calculator h2 {
    font-size: 14px;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
    float: left;
    margin-right: 10px;
    width: 42px;
    margin-top: 5px;
    margin-left: 0;
}

.woocommerce ul.product_list_widget li,
.woocommerce-page ul.product_list_widget li {
    padding: 5px 0;
}


/* =меню ИД продукт
----------------------------------------------- */

.menu li.object-menu {
    background: #a6a6a6 none repeat scroll 0 0;
    border-right: 2px solid #484F5E;
}

.menu li.object-menu a {
    color: #ffd300;
    font-weight: 600;
    letter-spacing: 0.07em;
    padding: 12px 15px;
}

.menu li.object-menu a:hover {
    color: #f9ee6d;
    padding: 12px 15px;
}

/*new css for some elements*/

.vc_custom_1487678916053 {
    box-shadow: 1px 8px 5px rgba(187, 187, 187, 0.47), -1px -8px 5px rgba(187, 187, 187, 0.47);
}

.vc_custom_1487861518814 {
    box-shadow: 2px 5px 5px #dedede;
}

.vc_custom_1487862121383 {
    box-shadow: 2px 5px 5px #dedede;
}


/**MAIN PAGE blocks**/
.custom-number-tiltle {
	min-height: 80px;
	margin-bottom: 10px !important;
	font-weight: 600;
	align-items: center;
	display: flex;
	justify-content: center;
	font-size:16px;
	text-align:center;
}
.number-icon-ul {
    left: -15px;
    position: relative;
}
.number-icon-ul ul{
counter-reset: myCounter;
}
.number-icon-ul li{
list-style: none;
margin: 1em 0;
background: #E6E6E6;
color: #444;
border-radius: .3em;
max-height: 35px;
display: flex;
line-height: 35px;
}
.number-icon-ul li:before {
counter-increment: myCounter;
content: counter(myCounter);
color: white;
background: #105BAB;
display: inline-block;
text-align: center;
line-height: 40px;
width: 40px;
height: 40px;
border-radius: 50%;
border: 6px solid #fff;
left: -20px;
position: relative;
top: -8px;
}
.img-center-middle {
	margin-bottom: 0 !important;
margin-top: 65px;
}
/* Responsive Design Begins Below
---------------------------------------------------*/

@media screen and (max-width: 1100px) and (min-width: 960px) {
    .container,
    #nav-wrapper {
        width: 912px;
    }
    #primary-home {
        padding-left: 68px;
    }
    .home #secondary {
        margin-left: 2%;
    }
    .home #secondary .widget {
        margin-right: 2%;
    }
	.header-breadcrumps {
		width:902px;
	}
}

@media screen and (max-width: 960px) and (min-width: 768px) {
    .container,
    #nav-wrapper {
        width: 729.6px;
    }
    #primary-home {
        padding-left: 88px;
    }
    #footer-sidebar .footer-column {
        width: 70%;
        margin: auto;
        float: none;
    }
    #primary {
        width: 95%;
        float: none;
    }
    #secondary {
        width: 70%;
        float: none;
        margin: auto;
    }
	.header-breadcrumps {
		width:719.6px;
	}
}

@media screen and (max-width: 768px) and (min-width: 480px) {
    .container {
        width: 456px;
    }
    .main-navigation {
        top: 0px;
    }
    #primary {
        width: 95%;
        float: none;
    }
    #secondary {
        width: 95%;
        padding-left: 10px;
    }
    .pagination {
        margin-left: -50px;
    }
    .site-title a {
        font-size: x-large;
    }
    .site-description {
        font-size: x-small;
    }
    #primary-home {
        padding-left: 88px;
    }
    .page-template-page-full-width-php #secondary .widget,
    .home #secondary .widget {
        width: 456px;
    }
    #colophon #footertext {
        float: left;
    }
    div.slide-title {
        font-size: 18px;
        display: block;
    }
    div.slide-description {
        font-size: 12px;
    }
    #footer-sidebar .footer-column {
        width: 80%;
        margin: auto;
    }
}

@media screen and (max-width: 480px) {
    .container {
        width: 280px;
    }
    #primary {
        width: 95%;
        float: none;
        overflow-x: hidden;
    }
    #primary-home {
        overflow-x: hidden;
        padding-left: 0;
    }
    #slider-wrapper {
        width: 95%;
    }
    #secondary {
        width: 95%;
        float: left;
    }
    #secondary .widget {
        width: 95%;
    }
    .main-navigation {
        margin-top: 30px;
    }
    .site-title a {
        font-size: x-large;
    }
    .site-description {
        font-size: x-small;
    }
    .page-template-page-full-width-php #secondary .widget,
    .home #secondary .widget {
        width: 266px;
    }
    #colophon #footertext {
        float: left;
    }
    div.slide-title {
        font-size: 12px;
        display: block;
    }
    div.slide-description {
        display: none;
    }
    .nivo-caption {
        max-width: 320px;
        min-width: 50px;
    }
    #footer-sidebar .footer-column {
        width: 80%;
        margin: auto;
    }
}


/* Responsive Menu Bar 
-------------------------------------------------- */

@media screen and (max-width: 767px) {
    .menu-toggle,
    .main-navigation.toggled .nav-menu {
        display: block;
        color: #615642;
        font-weight: bold;
        text-transform: uppercase;
        padding: 10px;
        font-size: 20px;
        padding-bottom: 10px;
        position: relative;
        top: -8px;
    }
    .menu-toggle:before {
        content: url('//xn--80adzi8aa.xn--j1amh/wp-content/themes/sixteen/images/menu.png');
        height: 0;
        width: 0px;
        margin-right: 20px;
        position: relative;
        top: 10px;
    }
    #nav-wrapper {
        width: 90%;
        margin-bottom: 15px;
        text-align: center;
        box-shadow: none;
    }
    .main-navigation ul {
        display: none;
    }
    .main-navigation ul a {
        padding: 5px;
    }
    .main-navigation ul li {
        display: block;
        width: 100%;
        overflow: auto;
        height: auto;
    }
    .main-navigation ul ul {
        display: none;
    }
    #footer-sidebar .footer-column {
    width: auto;
    margin: 15px auto;
    float: none;
    display: table;
}
	.full-width {
    width: 100% !important;
}
}


/* CUSTOM STYLE*/

.header-no-title {
    text-align: center;
}