/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Header
# Logo
# Topbar
# Main navigation
# Page footer
# Woocommerce
--------------------------------------------------------------*/



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


#header {

}



/* ----------------------------------------------------------------
	Logo
-----------------------------------------------------------------*/

#logo {
    max-width: 300px;
    float: left;
    font-size: 18px;
    margin-top: 11px;
    margin-bottom: 3px;
    margin-left: 0;
    margin-right: 40px;
}













/* ----------------------------------------------------------------
	Topbar
-----------------------------------------------------------------*/
.topbar {
    background-color: #200f00;
    min-height: 40px;
}
.topmenu {
    text-align: right;
}
.topmenu li {
    display: inline-block;
}
.topmenu li a,
.topmenu li a:visited {
    font-family: "Open Sans";
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    padding: 12px 10px;
    display: block;
    position: relative;
}
.topmenu li a:hover {
    color: #b88b58;
}
.topmenu li a:after {
    content: '|';
    position: absolute;
    right: -4px;
    margin-top: -1px;
    color: #fff;
}
.topmenu li:last-child a:after {
    content: '';
}

/* logout */
.topmenu > div,
.menu-topmenu-container {
    display: inline-block;
}
.topmenu > div + ul,
.menu-topmenu-container + ul {
    float: right;
}
.topmenu > div + ul a:before,
.menu-topmenu-container + ul a:before {
    content: '|';
    position: absolute;
    left: -4px;
    margin-top: -1px;
    color: #fff;
}
.menu-topmenu-container + ul a {
    position: relative;
}









/* ----------------------------------------------------------------
	Main navigation
-----------------------------------------------------------------*/

#header ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
#header ul#primary-menu > li {
    float: left;
    position: relative;
}
#header ul#primary-menu > li:first-child {
    margin-left: 0;
}
#header ul#primary-menu > li.icon.menu-item > a {
    padding-left: 35px!important;
}


#header ul#primary-menu li > a {
    display: block;
    padding: 35px 22px;
    letter-spacing: 1px;
    /*-webkit-transition: all .3s ease, padding 0s 0s, border 0s 0s;
    -o-transition: all .3s ease, padding 0s 0s, border 0s 0s;
    transition: all .3s ease, padding 0s 0s, border 0s 0s;*/
    -webkit-transition: all 0s 0s;
    -o-transition: all 0s 0s;
    transition: all 0s 0s;
    font-family: Raleway, sans-serif;
    color: #111;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    height: 90px;
}


@media screen and (max-width: 1199px) {
    #header ul#primary-menu li > a {
        padding: 35px 18px;
        font-size: 13.5px;
    }
}

#header ul#primary-menu > li:before {
    position: absolute;
    left: 5px;
    color: #fff;
    display: inline-block;
    top: 42%;
    font-size: 18px;
}

#header ul#primary-menu li > a:hover,
#header ul#primary-menu li:hover:before,
#header ul#primary-menu li.current-menu-item > a,
#header ul#primary-menu li.current-menu-item:before {
    color: #fff;
    border-top: solid 4px #200f00;
    padding-top: 31px;
    background: #b88b58;
}



#header ul#primary-menu ul {
    display: none;
    position: absolute;
    width: 260px;
    background-color: rgba(0,0,0,0.9);
    border: 0px;
    height: auto;
    z-index: 199;
    top: 100%;
    left: 0;
    margin: 0;
}

#header ul#primary-menu li {
    position: relative;
}

#header ul#primary-menu li:hover ul {
    display: block;
}

#header ul#primary-menu ul li > a {
    font-size: 15px;
	font-weight: 500;
	color: #fff;
	padding-top: 14px !important;
	padding-bottom: 14px !important;
    margin: 0;
	border: 0;
	letter-spacing: 0;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#header ul#primary-menu ul li a:hover {
    outline: none;
    background-color: #b88b58;
    color: #fff;
    border: 0;
}


/* sub-submenu */
#header ul#primary-menu ul ul.sub-menu {
    left: 100% !important;
    position: absolute;
    margin-left: 0;
    top: 0 !important;
    opacity: 0;
    visibility: hidden;
}

#header ul#primary-menu ul li:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
}




/* cart icon */
.dropdown-cart-button {
    float: right;
}
.dropdown-cart-button a.dropdown-total {
    background-image: url(/app/themes/thm/img/hi-cart.png);
    width: 20px;
    height: 19px;
    background-size: contain;
    position: relative;
    display: block;
    image-rendering: -webkit-optimize-contrast;
    margin-top: 36px;
    margin-left: 10px;
    margin-right: 20px;
}
.dropdown-cart-button a.dropdown-total span.total_qty {
    position: absolute;
    left: 100%;
    top: -9px;
    font-size: 12px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
    .dropdown-cart-button a.dropdown-total {
        background-image: url(/app/themes/thm/img/hi-cart@2x.png);
    }
}



/* header search */
/*
body .aws-container {
    float: right;
    margin-top: 28px;
    margin-right: 6px;
    margin-left: 45px;
    width: 180px;
}
body .aws-search-result .aws_onsale {
    right: -19px;
    top: 9px;
    font-size: 8px;
}
body .aws-container .aws-search-field {
    z-index: 2;
    background: #fff;
    border: solid 1px #cfcfcf;
    border-radius: 25px !important;
    padding: 4px 20px;
    line-height: 24px;
    height: 34px;
    background-image: url(/app/themes/thm/img/search.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 150px center;
}
body .aws-container form.aws-search-form.processing .aws-search-field {
    background: #fff;
}
body .aws-search-result .aws_result_sale {
    height: 51px;
    width: 52px;
}
body .aws-search-result {
    border: 1px solid #cfcfcf;
    border-radius: 15px;
    overflow: hidden;
    margin-top: 6px;
    width: 303px !important;
}
*/



/**/
form#searchform {
    float: right;
    margin-top: 28px;
    position: relative;
    padding-right: 0;
    margin-left: 35px;
    margin-right: 15px;
}
form#searchform input#s {
    border-radius: 16px;
    border: 1px solid rgba(17, 17, 17, 0.2);
    line-height: 16px;
    height: 34px;
    font-size: 11px;
    font-weight: 600;
    padding-right: 32px;
}
form#searchform input#searchsubmit {
    background-color: transparent !important;
    position: absolute;
    top: 0;
    right: 0;
    max-width: 25px !important;
    padding: 10px 15px;
    height: 34px;
    background-image: url(/app/themes/thm/img/search.png);
    opacity: 1;
    display: block;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 16px;
}



body.search-results h2.screen-reader-text {
    display: none;
}


/*wpml*/
body .wpml-ls-legacy-dropdown {
    width: auto;
    max-width: 50%;
    float: left;
    /* min-width: 150px; */
}
form.woocommerce-currency-switcher-form {
    float: left;
    margin: 0 6px;
}
form.woocommerce-currency-switcher-form select.woocommerce-currency-switcher {
    padding: 2px;
    background: #200f00;
    color: #fff;
    border: 0;
    font-size: 11px;
    font-weight: 700;
    line-height: 14px;
    opacity: 0;
}

html .chosen-container .chosen-results li.highlighted {
    background: #3e3023;
    color: #fff;
}
body .chosen-container-single .chosen-single {
    background: #200f00 !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #fff !important;
    width: auto;
    height: 40px;
    font-family: Montserrat;
    font-size: 10px;
    font-weight: 700;
    padding: 9px 10px;
}
body .chosen-container {
    min-width: 80px;
    height: 40px;
}
body .chosen-container .chosen-drop {
    width: 100%;
    border: 0;
    border-radius: 0;
    background: #200f00;
    box-shadow: none;
}
body .chosen-container-single .chosen-single > div:before {
    content: "\f107";
    font-family: fontawesome;
    border: 0;
    border-top: 0;
    position: absolute;
    right: 8px;
    top: 7px;
    font-size: 10px;
    font-weight: 600;
}
body .chosen-container-single .chosen-single div b {
    display: none;
}
body .chosen-container .chosen-results li {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 10px !important;
}

body .chosen-container-single .chosen-single span {
    margin-right: 10px;
}










/* ----------------------------------------------------------------
	Page Footer
-----------------------------------------------------------------*/
#site-footer {
	padding-top: 50px;
	padding-bottom: 25px;
	padding-left: 68px;
	padding-right: 60px;
    background-image: url(/app/themes/thm/img/footer-bg.jpg);
}

footer#site-footer > .container {
    padding: 0 35px;
}
footer .fwc {
    border-left: solid 1px #fff;
}
footer .fwc.footer__image {
    border-left: 0;
    padding-right: 10px;
    padding-left: 25px;
}
footer .fwc.eh.footer__menu {
    padding: 10px 5.5%;
}
footer .fwc.eh.footer__contact {
    padding-left: 5%;
}


/*footernav footer menu */
#footernav {
    text-align: center;
    margin: 0;
    padding: 0;
}
#footernav li {
    display: inline-block;
}
#footernav li a,
#footernav li a:visited {
    padding: 12px 10px;
    display: block;
    position: relative;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1.25px;
    opacity: 1;
}
#footernav li a:hover {
    color: #b88b58;
}
#footernav li a:after {
    content: '|';
    position: absolute;
    right: -4px;
    margin-top: -1px;
    color: #fff;
}
#footernav li:last-child a:after {
    content: '';
}











/* hide mobile-nav */
.mobile-nav {
    display: none;
}

















/*--------------------------------
# Pagination
----------------------------*/
.navigation {
	margin: auto;
	display: table;
	width: 100%;
}
.navigation ul {
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    padding: 10px 0 0;
    border-top: solid 1px rgba(15, 13, 14, 0.2);
    margin-bottom: 80px;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	color: #757c7d;
	text-decoration:none;
}

.navigation li {
	display: inline;
}

.navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled {
    cursor: pointer;
    min-width: 27px;
    height: 28px;
    text-align: center;
    margin-right: 12px;
    -webkit-transition: .33s;
    transition: .33s;
    border: 0;
    display: inline-block;
    padding: 3px 10px;
    margin: 0 0 5px;
    border-radius: 50%;
    font-weight: 600;
    color: #0f0d0e;
}

.navigation li.prev a,
.navigation li.next a {
	border: 0;
	border-radius: 6px;
	padding-left: 12px;
	padding-right: 12px;
}

.navigation li.active a {
	background-color: #0f0d0e;
	border-color: #0f0d0e;
	color: #fff;
    text-decoration: none !important;
    cursor: default;
}

.navigation li a:hover {
	text-decoration: underline;
}

.navigation li.prev {
    float: left;
}
.navigation li.next {
    float: right;
}












/* ----------------------------------------------------------------
	Homepage
-----------------------------------------------------------------*/
.fl-slide-content-wrap {
    margin-top: 35px;
}
.fl-slide-content-wrap {
    width: 100% !important;
    max-width: 600px;
}
html body main .fl-slide-title {
    font-size: 26px;
}
html body main .fl-slide-text p {
    font-size: 31px;
    font-weight: 600;
}


















/* ----------------------------------------------------------------
	Woocommerce
-----------------------------------------------------------------*/
html .woocommerce-page ul.products li.product, html .woocommerce ul.products li.product,
html .woocommerce-page.columns-3 ul.products li.product, html .woocommerce.columns-3 ul.products li.product {
    width: 33.33%;
    margin-right: 0;
}
html .woocommerce ul.products li.product:hover {
    outline: 1px solid #b88b58;
    outline-offset: 0px;
    position: relative;
    z-index: 555;
}
html .woocommerce ul.products li.product:hover:after {
    opacity: 0;
}

.woocommerce ul.products li.product:after {
    content: '';
    position: absolute;
    left: 0;
    top: 58px;
    bottom: 110px;
    width: 1px;
    background: #e1e1e1;
    z-index: -1;
}
.archive.woocommerce ul.products li.product:nth-child(3n+1):after,
.home .woocommerce ul.products li.product:nth-child(3n+1):after {
    opacity: 0;
}

.woocommerce .up-sells ul.products li.product:nth-child(4n+1):after,
.woocommerce .cross-sells ul.products li.product:nth-child(4n+1):after,
.woocommerce .related.products ul.products li.product:nth-child(4n+1):after {
    opacity: 0;
}







/*---------------------------
# archive_product
----------------------------*/
.archive.woocommerce form.woocommerce-ordering {
    position: absolute;
/*    top: 13px;*/
    top: 19px;
    right: 185px;
}
.archive.woocommerce form.woocommerce-ordering:before {
    content: 'Sort by';
    display: block;
    float: left;
    margin-right: 12px;
    font-family: "Open Sans";
    color: #2a2a2a;
    font-size: 12px;
    font-weight: 400;
    line-height: 32px;
}
:lang(pl).archive.woocommerce form.woocommerce-ordering:before {
    content: 'Sortuj wg.';
}
.archive.woocommerce form.products-per-page:before {
    content: 'Per page';
    display: block;
    float: left;
    margin-right: 12px;
    font-family: "Open Sans";
    color: #2a2a2a;
    font-size: 12px;
    font-weight: 400;
    line-height: 32px;
}
:lang(pl).archive.woocommerce form.products-per-page:before {
    content: 'Pokaż wynik';
}
.archive.woocommerce form.form-wppp-select.products-per-page {
    position: absolute;
/*    top: 13px;*/
    top: 19px;
    right: 15px;
}


.archive.woocommerce .main-content {
    margin-top: 20px;
}
.archive.woocommerce #site-sidebar {
    margin-top: 20px;
    padding-right: 25px;
}


.archive.woocommerce .woocommerce-perpage {
    position: absolute;
    top: 13px;
    right: 15px;
}















/*---------------------------
# Single post
----------------------------*/

.post-share {
    float: left;
    width: 100%;
    margin-top: 45px;
    margin-bottom: 75px;
    border-top: solid 1px #d4dade;
    border-bottom: solid 1px #d4dade;
}
.post-share .like-btn {
    float: right;
    border-right: solid 1px #d4dade;
    padding: 24px 22px 23px;
}
.post-share .share {
    float: right;
    padding: 10px;
}
.post-share .share i {
    color: #b88b58;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 48px;
    margin-left: 14px;
    margin-right: 19px;
}
body .juiz_sps_links.counters_both {
    float: right;
    margin: 0;
}











/*---------------------------
# Sidebar
----------------------------*/
aside#site-sidebar.sidebar-default {
    padding-left: 45px;
}










/*---------------------------
# Newsletter
----------------------------*/
.newsletter {
    background-color: #e9e9e9;
    padding: 34px 0;
}
.widget_wysija i {
    float: left;
    font-size: 31px;
    margin-right: 25px;
    line-height: 36px;
}
.widget_wysija span {
    font-family: Raleway;
    color: #302723;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    float: left;
    margin-right: 30px;
}
.widget_wysija input.wysija-input {
    width: 100%;
    height: 40px;
    border: 1px solid #c5c5c5;
    background-color: #f0f0f0;
    border-radius: 0;
    box-shadow: none;
    color: #4a4a4a;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
}
.widget_wysija input.wysija-submit.wysija-submit-field {
    background-color: #302723;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    float: left;
    margin-top: 0;
    padding: 9px 36px;
    height: 40px;
    border-radius: 0;
}
.widget_wysija input.wysija-submit.wysija-submit-field:hover {
    background-color: #816e5f;
}
p.wysija-paragraph {
    float: left;
    width: 43%;
    width: calc(100% - 600px);
    padding-right: 10px;
}
body .formError .formErrorContent {
    width: 180px;
}


@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) { /* IE - http://browserhacks.com/ */
    p.wysija-paragraph {
        width: 40%;
        width: calc(100% - 700px);
    }
}







/* ENGRAVING */
.tm-epo-totals {
    display: none !important;
}

#engraving-checkbox {
    position: relative;
    overflow: hidden;
}

#engraving-checkbox .tm-epo-field-label {
    display: inline-block;
    float: left;
    margin-right: 10px;
    font-weight: 700;
    font-size: 14px;
}

#engraving-checkbox .tmcp-field-wrap {
    width: auto;
}

#engraving-checkbox .tm-extra-product-options-container {
    display: inline-block;
    float: left;
    width: auto;
}

#engraving {
    padding: 15px;
    background: #f9f7f5;
    display: none;
}

#engraving .tmcp-field-wrap .cpf-upload-container > span {
    display: none;
}

#engraving .tmcp-field-wrap .cpf-upload-container > input {
    padding: .5em .5em 0 0;
    margin: 0;
    display: inline;
    height: auto;
    border: 0;
    margin-bottom: 13px;
}

#engraving .tmcp-field-wrap small {
    display: none;
}

#engraving-text {
    padding: 15px;
    background: #f9f7f5;
    display: none;
}

#engraving-text .tmcp-field-wrap input {
    border: solid 1px #222;
    width: 100%;
    height: 32px;
    margin-bottom: 13px;
}

.woocommerce td.product-name dl.variation dt {
    display: none !important;
}

.woocommerce td.product-name dl.variation dd.variation-Tekst {
    font-weight: bold;
}

.woocommerce-cart table.cart td.product-name .tm-cart-edit-options {
    display: none;
}

#engraving-checkbox .tm-epo-field-label {
    padding-left: 0;
    margin-top: 0;
}

.tc-extra-product-options #engraving .tmcp-field-wrap label.cpf-upload-container {
    padding: 0;
    margin: 0;
    display: inline;
    height: auto;
    border: 0;
    margin-bottom: 13px;
}

.tm-extra-product-options #engraving .tm-epo-field-label {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
}

#engraving .cpf-upload-container [type=file] {
    display: block; 
    font-size: 14px; 
    filter: none;
    opacity: 1; 
    position: relative; 
}

.engraving-info-div ol {
    padding-left: 13px;
    margin-bottom: 10px;
}