@font-face {
	font-family: "Bebas";
	src: url("../fonts/bebas.ttf");
}
body, html {
    /* font-family: 'Playfair Display', serif; */
    font-family: 'Open Sans', sans-serif;
    height: 100% !important;
}
a {
    color: #b38f66;
}
a:hover {
    color: #b38f66;
}
a:focus {
    outline: 0 !important;
}
.carousel-item {
    height: 450px !important;
    width: 100% !important;
    background-size: cover !important;
    -moz-background-size: cover !important;
    background-position: center center !important;
}
.custom-logo-link {
    margin-bottom: 0 !important;
}
.custom-logo-link img {
    height: 80px;
    width: auto;
}
.search-form {
    margin-bottom: 0;
}
.navbar-text {
    text-align: right;
}
.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
}
body {
  min-height: 100%;
}
nav {
  background: #eaebec;
  min-height: 85px;
}
.sticky {
    background: transparent;
    z-index: 9999;
}
.is-sticky {
    background: #FFF;
    border: 1px solid #e6e6e6;
    color: #FFF;
    -webkit-transition: all 0.8s cubic-bezier(0.68, 0, 0.29, 1);
    -moz-transition: all 0.8s cubic-bezier(0.68, 0, 0.29, 1);
    transition: all 0.8s cubic-bezier(0.68, 0, 0.29, 1);
    opacity: 1;
    -webkit-animation: fadeInDown 1s alternate ease;
    -moz-animation: fadeInDown 1s alternate ease;
    animation: fadeInDown 1s alternate ease;
}
.sticky .collapse #primary-navigation li a {
    color: #FFF !important;
}
.sticky .collapse .navbar-text a {
    color: #FFF !important;
}
.is-sticky .collapse #primary-navigation li a {
    color: #1c1c1c !important;
}
#primary-navigation li a:active, #primary-navigation li a:focus {
    border: 0 !important;
}
.is-sticky .collapse .navbar-text a {
    color: #1c1c1c !important;
}
.header-height-fixed {
    height: 108px;
}
#carouselExampleControls {
    margin-top: -108px;
}
.container1{
    width: 100%;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
}
.container1 input {
    background: #FFF;
    border: none;
    font-size: 11pt;
    float: left;
    color: #63717f;
    padding-left: 45px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#searchsubmit {
    border-radius: 5px;
    padding: 0 12px;
    margin: 0;
    right: 0px;
    top: 0px;
    position: absolute;
    background: transparent;
    height: 40px;
    border-radius: 0 5px 5px 0;
}
.container1 input#search::-webkit-input-placeholder {
    color: #65737e;
}
.container1 input#search:-moz-placeholder { /* Firefox 18- */
    color: #65737e;  
}
  
.container1 input#search::-moz-placeholder {  /* Firefox 19+ */
    color: #65737e;  
}
.container1 input#search:-ms-input-placeholder {  
    color: #65737e;  
}
.cart-icon, .cart-value {
    color: #FFF;
}
.notification {
	top: -0.8rem !important;
    right: 11px !important;
    position: relative !important;
    font-size: 10px;
    width: 15px;
    height: 15px;
    display: inline-block;
    background: #00F;
    text-align: center;
    border-radius: 50%;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
#primary-navigation li a {
    position: relative;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Bebas", sans-serif;
    font-size: 13px;
}
#primary-navigation li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -5px;
    left: 0;
    background-color: #b38f66;
    visibility: hidden;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
#primary-navigation li a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.logo-letters {
    font-size: 30px;
    font-weight: 700;
    color: #FFF;
}
.is-sticky .navbar-brand .logo-letters {
    color: #1c1c1c;
}
.dropdown-menu {
    color: #777;
    background: #171717;
    border: none;
    border-bottom: 3px solid #b38f66;
    margin-top: 22px;
}
.dropdown-toggle::after {
    display: none;
}
.sticky .collapse #primary-navigation li .dropdown-menu a, .is-sticky .collapse #primary-navigation li .dropdown-menu a {
    color: #777 !important;
    text-transform: uppercase;
    font-weight: 500 !important;
    font-size: 10px;
    background: none;
    padding: 8px 15px !important;
}
.sticky .collapse #primary-navigation li .dropdown-menu a:hover {
    color: #b38f66 !important;
    padding-left: 33px !important;
}
#primary-navigation li .dropdown-menu a:before {
    display: none;
}
.is-sticky .collapse #primary-navigation .navbar-text a .cart-icon, .is-sticky .collapse #primary-navigation .navbar-text a .cart-value, .is-sticky .collapse #primary-navigation .navbar-text a {
    color: #1c1c1c;
}
.is-sticky  .cart-icon, .is-sticky  .cart-value {
    color: #1c1c1c !important
}
.is-sticky  .cart-icon .notification {
    color: #FFF !important
}
.navbar-text a:hover {
    text-decoration: none !important;
}
.navbar-text a:hover {
    text-decoration: none !important;
    color: #ccc !important;
}
.is-sticky .collapse #primary-navigation li a:before {
    display: none;
}
.is-sticky .collapse #primary-navigation li a:hover {
    color: #b38f66 !important;
}
.is-sticky a .logo-letters {
    color: #FFF;
}
nav.is-sticky {
    height: 55px;
    min-height: 50px;
}
.is-sticky .collapse #primary-navigation li .dropdown-menu {
    margin-top: 10px;
}
.nav-tabs {
    margin: 0;
    border: 0;
    background-color: #b38f66;
    color: #171717;
    border-radius: 0;
}
.nav-tabs .nav-item a {
    color: #FFF !important;
    font-family: "Bebas";
    font-size: 12px;
    padding: 1rem 1.3rem;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #b38f66 !important;
    background-color: #1c1c1c !important;
    border: 0 !important;
    border-radius: 0 !important;
}
.nav-tabs .nav-link {
    border: 0;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.nav-tabs .nav-item {
    margin-bottom: 0px;
}
#primary-navigation {
    margin: 0;
}
.navbar-brand {
    margin-left: 1.25rem;
}
.navbar-text {
    margin-right: 1.25rem;
}
.account-container {
    box-shadow: 0px 1px 10px 0px #333;
    margin-top: 50px;
    /*overflow: hidden;*/
}
#myTabContent {
    padding: 20px;
}
.logout {
    margin-top:20px;
    text-align: right;
}
.logout a {
    color: #171717;
}
.ed-input {
    background: none;
    border: 1px solid #555;
    width: 100%;
    border-radius: 5px;
    padding: .6180469716em;
    background-color: #f2f2f2;
    color: #171717;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
}
textarea.ed-input {
    height: 200px;
}
.site-header {
    height: 450px;
    margin-top: -108px;
    background-position: center center;
    background-size: cover;
    border: 0 !important;
}
.add-product-form {
    display: none;
}
.show-add-product-form {
    display: block;
}
.section-login {
    margin: 80px 0;
}
.user-login {
    min-height: 435px;
    box-shadow: 0 0 1px 2px rgba(0,0,0,.125);
    padding: 15px;
}
.login_Form {
    width: 100%;
}
.half_form {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}
#form-address .half_form {
    position: relative;
}
.half_form:first-child {
    margin-right: 1%;
}
.sign-in .input_Wrap {
    position: relative;
}
.showPass {
    position: absolute;
    top: 15px;
    right: 8px;
}
.forgotPass {
    color: #777;
}
.forgotPass:hover {
    color: #171717;
}

/* CONTACT FORM 7 */

.wpcf7-form p {
    margin-bottom: 0;
    font-size: 12px;
    font-family: "Oswald";
    text-transform: uppercase;
    color: #b38f66;
}
.wpcf7-form label, .wpcf7-form p label, .wpcf7-form p label span, .wpcf7-form p label span input {
    width: 100%;
}
.wpcf7-form p label span {
    display: inline-block;
    margin-top: 5px;
}
.wpcf7-form p label span input {
    border: 1px solid #e7e7e7;
    color: #555;
    background: #fff;
    border-radius: 3px;
    box-shadow: none;
}
.wpcf7-form p label span textarea {
    border: 1px solid #e7e7e7;
    color: #555;
    background: #fff;
    border-radius: 3px;
    box-shadow: none;
    height: 100px;
}
#gridSystemModalLabel {
    width: 100%;
    text-align: center;
}
.sticky .collapse #primary-navigation li a.nav-link.active {
    color: #b38f66 !important;
}
.content-area {
    margin-bottom: 0 !important;
}
.site-main, article {
    margin-bottom: 0 !important;
}
.icon-circle {
    display: inline-block;
    width: 22px;
    height: 22px;
    font-size: 13px;
    border-radius: 50%;
    border: 1px solid #FFF;
    vertical-align: middle;
    text-align: center;
	margin-top: -3px;
}
.user-profile-img {
	font-size: 12px;
    text-transform: uppercase;
}
.user-profile-img:hover span i, .user-profile-img:hover span {
    color: #b38f66 !important;
    background: #FFF;
}
.navbar-toggler span i {
    color: #FFF;
}
.is-sticky .navbar-toggler span i {
    color: #000;
}
.navbar-toggler:hover {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
}
.redBorder {
    border: 1px solid red !important;
}
.error {
    font-size: 12px;
    color: #b38f66;
}
.modal-content {
    background: #FFFFFF;
    position: relative;
}
.modal-title-review {
    text-align: center;
    color: #171717;
    padding: 15px;
}
.btn.google-btn{
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 170px;
    background: #b38f66;
    color: #FFF;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 15px;
}
.close-section {
    text-align: right;
    overflow: hidden;
}
.close-modal {
    margin: 5px;
    color: #9d9c9b;
    width: 15px;
    font-size: 13px;
    text-align: center;
    float: right;
}
.close-modal:hover {
    padding: 0 !important;
    margin: 0;
    line-height: 1;
    background: transparent;
    font-size: 13px;
    border-radius: 0;
    border: 0;
}
.link-gold {
    color: #b38f66;
}
.link-gold:hover, .link-gold:focus {
    color: #171717;
}
.card {
    position: relative;
}
.delete_article {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 25px;
    height: 25px;
    color: #FFF;
    background: red;
    text-align: center;
    border-radius: 50%;
    font-weight: 700;
    cursor: pointer;
}
.delete_article:hover {
    opacity: 0.8;
}

/* SPINNER */
.overlay-spinner {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
}

/* Transparent Overlay */
.overlay-spinner:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.overlay-spinner:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.overlay-spinner:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* END SPINNER */

#myModalLabel {
    font-size: 16px;
    text-align: center;
}
.space-div {
    height: 50px;
}
.order_info_p {
    margin-bottom: 2px;
    font-size: 14px;
}
.order_info_p a {
    color: #896d4d;
}
.draft_prod {
    opacity: 0.65;
    background: #EFEFEF;
}
#myTab {
    position: relative;
}
.log_out_btn {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #FFF;
    font-family: "Bebas";
    font-size: 13px;
}
.log_out_btn:hover {
    text-decoration: none;
    color: #EFEFEF;
}
.posted-on {
	margin-top: 40px;
    display: inline-block;
}
.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
.collaps-btn {
    display: inline-block;
    width: 100%;
    background: #b38f66;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
    color: #FFFFFF;
    position: relative;
    border: 1px solid rgba(255,255,255,0.125);
}
.abs {
    position: absolute;
    top: 15px;
    right: 15px;
}
#demo, #demo1, #demo2 {
    margin: 20px 0;
}




@media screen and (max-width: 1028px) {
	.half_form {
		width: 100%;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 991px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }
    .navbar-collapse {
        background: #000;
        padding: 15px;
    }
    .is-sticky .navbar-collapse {
        background: #FFF;
        padding: 15px;
    }
}

@media screen and (max-width: 768px) {
    .show_user_details, .edit_user_details, .add-product-form, .card {
        font-size: 12px;
    }
	.user-login {
		min-height: auto;
		margin-bottom: 15px;
	}
	.nav-tabs .nav-item a {
		font-size: 10px;
		padding: 0.8rem 0.35rem;
	}
	.log_out_btn {
		top: 13px;
		font-size: 10px;
	}
	.order_info_p {
		margin-bottom: 2px;
		font-size: 12px;
	}
	.delete_article {
		width: 20px;
		height: 20px;
	}
	.mymodal input {
		padding: 4px !important;
		font-size: 14px !important;
	}
	.mymodal textarea.ed-input {
		height: 100px !important;
	}
	.mymodal label {
		margin-bottom: .3rem !important;
		font-size: 12px !important;
	}
}

/*WOOCOMMERCE*/ 

ul.products.columns-4 li .woocommerce-loop-product__link img {
    border: 0 !important;
}
ul.products.columns-4 li .woocommerce-loop-product__link:hover {
    color: #ccc !important;
    text-decoration: none !important;
}
.woocommerce-loop-product__title {
    color: #555 !important;
}
.woocommerce-loop-product__title:hover {
    color: #333 !important;
    text-decoration: none !important;
}
button, input[type="button"], input[type="reset"], input[type="submit"], .button, .added_to_cart, .widget a.button, .site-header-cart .widget_shopping_cart a.button {
    background-color: #b38f66;
    border-color: #b38f66;
    color: #fff;
    font-size: 13px;
    padding: 8px 10px;
    border-radius: 2px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-align: center;
    position: relative;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover, .added_to_cart:hover, .widget a.button:hover, .site-header-cart .widget_shopping_cart a.button:hover {
    -webkit-transition: border-color ease 500ms, background ease 500ms, color ease 500ms;
    -moz-transition: border-color ease 500ms, background ease 500ms, color ease 500ms;
    -o-transition: border-color ease 500ms, background ease 500ms, color ease 500ms;
    transition: border-color ease 500ms, background ease 500ms, color ease 500ms;
    color: #b38f66;
    background-color: #1c1c1c;
    font-size: 13px;
    line-height: 1.5;
    padding: 8px 10px;
    border-radius: 2px;
    text-decoration: none;
}
.black-button {
    background-color: #1c1c1c;
    border-color: #1c1c1c;
    color: #b38f66;
    font-size: 13px;
    padding: 8px 10px;
    border-radius: 2px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.black-button:hover {
    -webkit-transition: border-color ease 500ms, background ease 500ms, color ease 500ms;
    -moz-transition: border-color ease 500ms, background ease 500ms, color ease 500ms;
    -o-transition: border-color ease 500ms, background ease 500ms, color ease 500ms;
    transition: border-color ease 500ms, background ease 500ms, color ease 500ms;
    color: #FFF;
    background-color: #b38f66;
    font-size: 13px;
    line-height: 1.5;
    padding: 8px 10px;
    border-radius: 2px;
    text-decoration: none;
}
.woocommerce-pagination {
    background: transparent;
    min-height: auto;
}
#customer_details .col-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.woocommerce-billing-fields__field-wrapper .form-row {
    margin-left: 0px;
}
.woocommerce-billing-fields__field-wrapper .form-row, .woocommerce-billing-fields__field-wrapper .form-row label, .woocommerce-billing-fields__field-wrapper .form-row span {
    width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    left: 98%;
}
.woocommerce-billing-fields__field-wrapper p label {
    display: none !important;
}
.woocommerce-additional-fields__field-wrapper p label {
    display: none !important;
}
.woocommerce-additional-fields__field-wrapper .form-row span {
    width: 100% !important;
}
.woocommerce-additional-fields__field-wrapper .form-row span textarea {
    height: 150px !important;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce-noreviews, p.no-comments {
    background-color: #b38f66 !important;
}
.woocommerce-products-header {
    padding-bottom: 30px !important;
    padding-top: 40px !important;
}
.storefront-product-pagination {
    background: transparent;
}
.stock.in-stock {
    color: #b38f66 !important;
}
.woocommerce-tabs ul.tabs li a {
    color: #FFF !important;
}
.woocommerce-result-count {
    display: none !important;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #b38f66 !important;
}
.added_to_cart.wc-forward {
    margin-bottom: .236em;
}
.single-product div.product {
    margin-top: 50px;
}
.storefront-sticky-add-to-cart {
    display: none !important;
}
.storefront-product-pagination {
    display: none !important;
}
.woocommerce-tabs ul.tabs li {
    border-bottom: 1px solid #FFF;
    color: #FFF;
    background: #b38f66;
    padding: 0 !important;
}
.woocommerce-tabs ul.tabs li a {
    padding: 15px !important;
}
.woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none;
    background: #896d4d;
}
.woocommerce-tabs ul.tabs li.active::after {
    right: 15px !important;
}
.woocommerce-Tabs-panel--description p {
    padding: 25px;
    background-color: rgba(0,0,0,.0125);
}
.storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
    float: left;
    clear: none;
}
.storefront-full-width-content.single-product div.product .woocommerce-tabs {
    float: left;
    width: 56%;
    clear: none !important;
}
.storefront-full-width-content .woocommerce-tabs ul.tabs {
    width: 100% !important;
    float: none !important;
    margin-right: 0 !important;
}
.woocommerce-tabs {
    padding-top: 0 !important;
}
.storefront-full-width-content .woocommerce-tabs .panel {
    width: 100% !important;
    float: none !important;
    margin-right: 0;
    margin-bottom: 3.706325903em;
}
.woocommerce-tabs .panel h2:first-of-type {
    display: none !important;
}
.opis-produkta tr td:first {
    width: 70%;
    font-size: 16px;
    padding-left: 30px !important;
}
.opis-produkta  {
    margin-bottom: 0;
}
.opis-produkta tr td {
	font-weight: 600;
}
.opis-produkta tr td:last-child {
    width: 30%;
    text-align: right;
    font-size: 16px;
    font-weight: 600;
}
.product_title.entry-title {
    display: none;
}
.woocommerce-tabs {
    padding-bottom: 0 !important;
}
.storefront-full-width-content .woocommerce-tabs .panel {
    margin-bottom: 5px !important;
}
.input-text, input[type=email], input[type=phone], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], textarea {
    padding: 6px !important;
}
.single-product div.product p.price {
    display: none !important;
}
.comment-form-comment label {
	display: none !important;
}
.cat-links {
	display: none !important;
}
.comment-form-url label, .comment-form-url input {
	display: none !important;
}
.form-submit #submit {
    margin-top: 15px;
}
.orderby {
	padding: 10px;
    border-radius: 5px;
    border: 1px solid #000;
}
@media screen and (max-width: 768px) {
    .storefront-full-width-content.single-product div.product .woocommerce-tabs {
        float: none;
        width: 100%;
        clear: both !important;
    }
}


/* NOVO */
.input-group .search-form {
    width: 100%;
}
.input-group .search-form .search-field {
    width: 75%;
    display: block;
    float: left;
}
.input-group .search-form .input-group-btn {
    width: 25%;
    display: block;
    float: left;
}
.input-group .search-form .input-group-btn input {
    width: 100%;
    padding: 9px 10px;
}
.catg {
    background: #EFEFEF;
    padding: 5px;
    font-size: 12px;
    display: inline-block;
    margin-left: 3px;
    color: #171717;
    text-decoration: none;
    margin-bottom: 3px;
    border: 1px solid #aaaaaa;
}
.catg:hover {
    background: #FFF;
    text-decoration: none;
    color: #555;
}
.gold-link {
    color: #b38f66;
}
.gold-link:hover {
    color: #8e714f;
}
.small-txt {
    font-size: 12px;
}
.gold-subtitle {
    color: #b38f66;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
}
.gold-title {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 15px;
}
.card-header {
    background-color: #b38f66;
    color: #FFF;
    font-size: 14px;
    font-family: "Oswald", sans-serif;
    font-style: normal;
    text-transform: uppercase;
}
.nav-previous a, .nav-next a {
    color: #b38f66;
}
.nav-previous a:hover, .nav-next a:hover {
    color: #8e714f;
    text-decoration: none;
}
#post-navigation {
    background: transparent;
}
.no-bor-pad {
    padding: 0;
    margin: 0;
    border: 0;
}
.no-bor-pad .card-body {
    padding: 15px 0;
}
.no-bor-pad .card-footer {
    padding: 15px 0;
    background: transparent;
}
.add-club-section {
    display: none;
}
.show-add-club-section {
    display: block;
}
.klub-logo {
    width: 220px;
    height: auto;
    margin: 20px auto;
}
.delete-btn {
    background-color: #b38f66;
    border-color: #b38f66;
    color: #fff;
    font-size: 13px;
    padding: 8px 10px;
    border-radius: 2px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-align: center;
}
.delete-btn:hover {
    background: #171717;
    color: #b38f66;
}
.img-gallery-row {
    margin-bottom: 10px;
    overflow: hidden;
}
.img-gallery-row span {
    font-size: 14px;
    width: 55px;
    display: inline-block;
}
.hide-first-img {
    display: none;
}


/* GALLERY LIGHTBOX */

.container-gal {
    width: 100%;
    padding: 0 15px;
}
.container-gal1 {
    width: 100%;
    padding: 0;
}
h1.imggal {
    font-weight: normal;
    font-style: italic;
    text-align: center;
    margin: 80px 0 20px;
}
figure.imggal {
    margin: 0;
}
ul.imggal {
    list-style: none;
    padding: 0;
}
a.imggal img {
    border: none;
}
.gallery {
    max-width: 100%;
    padding: 10px;
    background: #EFEFEF;
    border-radius: 10px;
    margin: 0 auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.gallery:after {
    content: "";
    display: block;
    clear: both;
}
.gallery li {
    float: left;
    width: 18%;
    margin: 1%;
}
.gallery li > a {
    float: left;
    width: 100%;
    -webkit-filter: grayscale(.5) sepia(.8);
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    -webkit-transform: translateZ(0);
}
.gallery li > a img {
    max-width: 100%;
    display: block;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    -webkit-transition: .5s;
    transition: .5s;
}
.gallery li > a:hover {
    -webkit-filter: grayscale(0) sepia(0);
    z-index: 1;
}
.gallery li > a:hover {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    box-shadow: 0 0 15px rgba(0, 0, 0, .8);
}
.gallery article {
    width: 0;
    height: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
}
.gallery article:target {
    width: 100%;
    height: 100%;
    padding: 80px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    text-align: center;
    background: rgba(0, 0, 0, .9);
    z-index: 1;
}
.gallery article figure {
    height: 100%;
}
.gallery article img {
    opacity: 0;
    -webkit-transition: .7s;
    transition: .7s;
    border: 10px solid #fff;
    max-height: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    margin: 0 auto;
}
.gallery article:target img {
    opacity: 1;
}
.gallery figcaption {
    background: rgba(250, 250, 250, .1);
    padding: 5px 10px;
    font-size: 1.3em;
    font-style: italic;
    color: #999;
    margin-top: 20px;
}
article .close1 {
    position: absolute;
    right: 10px;
    top: 65px;
    margin-left: -50px;
    width: 115px;
    background: rgba(250, 250, 250, .9);
    color: #333;
    border-radius: 15px;
    text-decoration: none;
    padding: 6px 6px 6px 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    -webkit-transition: .5s;
    transition: .5s;
}
article .close1:before {
    content: "x";
    color: #fff;
    font-family: Arial;
    font-weight: bold;
    position: absolute;
    padding-top: 1px;
    top: 5px;
    left: 5px;
    width: 24px;
    height: 24px;
    background: #666;
    border-radius: 50%;
}
article .close1:hover {
    background: #fff;
}
article .arrow {
    position: absolute;
    top: 250px;
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    text-indent: -9999px;
    -webkit-transition: .4s;
    transition: .4s;
}
article .prev {
    left: 50%;
    margin-left: -35%;
    border-right: 60px solid rgba(220, 220, 220, .3);
}
article .prev:hover {
    border-right-color: rgba(220, 220, 220, .4);
}
article .next {
    right: 50%;
    margin-right: -35%;
    border-left: 60px solid rgba(220, 220, 220, .3);
}

article .next:hover {
    border-left-color: rgba(220, 220, 220, .4);
}
.imgAbckg {
    min-height: 150px;
    background-repeat: no-repeat;
    background-position: center;
}
.imgAbckg1 {
    min-height: 125px;
	margin-bottom: 15px;
    background-repeat: no-repeat;
    background-position: center;
}


@media screen and (max-width:1100px) {
    article .arrow {
        top: 36px;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
    }
    article .prev {
        margin-left: -130px;
        border-right: 40px solid rgba(250, 250, 250, .3);
    }
    article .next {
        margin-right: -130px;
        border-left: 40px solid rgba(250, 250, 250, .3);
    }
    .imgAbckg {
        min-height: 100px;
        background-repeat: no-repeat;
    }
    .imgAbckg1 {
        min-height: 70px;
        background-repeat: no-repeat;
        background-position: center;
    }
}
@media screen and (max-width:600px) {
    .gallery li {
        width: 23%;
    }
    .imgAbckg {
        min-height: 80px;
        background-repeat: no-repeat;
    }
}
@media screen and (max-width:450px) {
    .gallery li {
        width: 31%;
    }
    .imgAbckg {
        min-height: 60px;
        background-repeat: no-repeat;
    }
}
@media screen and (max-width:350px) {
    .gallery li {
        width: 48%;
    }
    .imgAbckg {
        min-height: 50px;
        background-repeat: no-repeat;
    }
}

/* END GALLERY LIGHTBOX */


.img-space {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #EFEFEF;
    padding: 15px;
    text-align: center;
}
.img-space img {
    height: 200px;
    width: auto;
    margin: 0 auto;
}
.add-susret-section {
    display: none;
}
.show-add-susret-section {
    display: block;
}
.existing_img_attach {
    min-height: 100px;
    background-position: center !important;
    background-size: cover !important;
    width: 100%;
    background-repeat: no-repeat !important;
    margin-bottom: 15px;
    position: relative;
}
.delete_img_attach {
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 12px;
    background: red;
    color: #FFF;
    text-align: center;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    font-weight: 600;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
}
.delete_img_logo {
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 12px;
    background: red;
    color: #FFF;
    text-align: center;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    font-weight: 600;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
}
.img_capt {
    text-align: center;
    display: inline-block;
    background: rgba(0,0,0,0.4);
    color: #FFF;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 12px;
}
.clLogo {
    width: 100%;
}
.logoWrapper {
    border: 1px solid #EFEFEF;
    padding: 10px;
    overflow: hidden;
    width: 200px;
    position: relative;
}
.sp div div form {
    margin-bottom: 0;
}
.img-space1 {
    width: 200px;
    overflow: hidden;
    border: 1px solid #EFEFEF;
    padding: 15px;
    margin-bottom: 20px;
}
.img_of_susret {
    height: 300px;
    background-size: cover !important;
    background-position: center !important;
    overflow: hidden;
    width: 100%;
    background-repeat: no-repeat !important;
}
.c-s {
    width: 200px;
}




@media screen and (max-width: 767px) {
    .sp .black-button {
        margin-top: 15px;
    }
    .img_of_susret {
        height: 180px;
    }
    .c-s {
        margin: 0 auto;
    }
}

/* NOVO */

.list-group-item {
    padding: .75rem 1rem;
    background: rgba(179, 143, 102, 0.1);
    cursor: pointer;
}
.list-group-item:hover {
    background: #b38f66 !important;
    color: #FFF;
}
.sub-cat-list {
    padding-left: 2rem;
    background: rgba(239, 239, 239, 0.4);
}
.post-mass h4 {
	font-size: 20px !important;
}
.post-mass p {
	font-size: 14px !important;
}
.post-mass .vc_general.vc_btn3 {
	font-size: 12px !important;
    padding: 10px 15px !important;
}
.card-text {
	font-size: 12px;
}

/* SIDEBAR */
.chose-cat {
    display: block;
    padding: 10px;
    border: 1px solid #EFEFEF;
    position: relative;
}
.arrow-rght {
    position: absolute;
    top: 12px;
    right: 10px;
}
.arrow-rght i {
    font-size: 18px;
}

/* COLLAPSIBLE SIDEBAR */
.collapsible-sid {
    position: relative;
    display: block;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    padding: .75rem 1rem;
    background: rgba(179, 143, 102, 0.1);
    cursor: pointer;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible-sid:hover {
    background-color: #ccc;
}
/* Style the collapsible content. Note: hidden by default */
.content-sid {
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
}
.collapsible-sid .fa {
    position: absolute;
    top: 15px;
    right: 15px;
}
.collapsible-sid.active {
    background: #e2b178;
    border: 1px solid #e2b178;
}
.colaps-sidebar {
    position: relative;
    display: block;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    padding: .75rem 1rem;
    background: rgba(179, 143, 102, 0.1);
    cursor: pointer;
}
.colaps-sidebar {
	display: none;
}
.colaps-sidebar span, .choseCat span {
    position: absolute;
    top: -2px;
    right: 9px;
    font-size: 32px;
    font-weight: 600;
}
#primary-navigation .active {
    background-color: transparent;
}
.choseCat {
    position: relative;
    display: block;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    padding: .75rem 1rem;
    background: rgba(179, 143, 102, 0.1);
    cursor: pointer;
}
.list-of-cat {
    display: none;
}
.showDropdownCat {
    display: block;
}
.dropdownCat {
    margin-bottom: 0rem;
}
.no-border {
    border: 0;
}
.list-group-item.sub-cat-list.active {
    background: rgba(179, 143, 102, 0.4);
    border: 1px solid rgba(179, 143, 102, 0.4);
    color: #000;
}
.tab-pane.fade.active.show {
	background: #FFF !important;
}
.addtoany_list {
	display: inline-block !important;
	margin-top: 20px;
	margin-bottom: 10px;
}
.a2a_s_a2a {
	display: none !important;
}
.woocommerce-Tabs-panel--description .addtoany_share_save_container{
	display: none;
}
.borders-track {
	border-bottom: 1px solid rgba(0,0,0,.125);
    border-left: 1px solid #b38f66;
    border-right: 1px solid #b38f66;
    border-top: 1px solid #EFEFEF;
	font-weight: 400;
}
.fontnormal {
	font-weight: 400;
}
.getcatname_in_list {
    font-weight: 500;
}
.list-group-item:first-child {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.comment-respond {
	margin-bottom: 25px !important;
}
.products.columns-4 li {
	box-shadow: 3px 3px 8px 0px #ccc;
    padding-bottom: 20px;
}
.postshadow {
	box-shadow: 3px 3px 8px 0px #ccc !important;
}
.top-b-radius {
	border-radius: 0 0 5px 5px;
}
@media screen and (max-width: 767px) {
    .colaps-sidebar {
        display: block;
    }
    .sidebarList {
        display: none;
    }
    .col-md-8 .card-header.mb-3 {
        margin-top: 30px;
    }
    .showsidebarlist {
        display: block;
    }
	.carousel-item {
		height: 300px !important;
	}
	.site-header {
		height: 300px !important;
	}
	.mob-lp {
		margin-left: 20px;
	}
}

/* NOVO */


.hero-image-post {
    overflow: hidden;
    height: 400px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.single-post-wrapp {
	overflow: hidden;
}
.top-blog-title {
    overflow: hidden;
    font-size:15px;
    font-weight:bold;
    margin: 0;
    margin-bottom: 10px;
    font-family: "Oswald";
    text-transform: uppercase;
}
.top-blog-title p {
    margin: 0;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 500;
    background:#b38f66;
    padding: 10px;
}
.top-blog-title a {
    font-size:15px;
    font-weight:bold;
    color:#84bae2;
}
.custom-blog-posts-area-last {
    padding: 10px;
    border: 1px solid #EFEFEF;
    margin-bottom: 10px;
}
.custom-blog-posts-date {
	margin-bottom: 2px;
	font-size: 14px;
}
.custom-blog-posts-text {
	font-size: 16px;
	color: #272a2f;
}
.custom-blog-post-textarea a:hover, .custom-blog-post-textarea:hover, .custom-blog-posts-text:hover {
	text-decoration: none !important;
	color: #848991 !important;
}
.posted-on {
    display: block;
    padding: 10px 0 5px;
}
.posted-on p {
    font-size: 11px !important;
    margin: 0;
}
.posted-on p time {
    font-size: 11px !important;
}
.hdr {
    margin-bottom: 0 !important;
    border-bottom: 0 !important;
    padding: 20px 15px;
}
.post-date-main {
    margin-bottom: 0;
    font-size: 12px;
}
.naslov-posta {
    margin-top: 20px;
    margin-bottom: 20px;
}
.youtube-v {
    overflow: hidden;
    padding: 30px 0 15px 0;
}
.grecaptcha-badge{
	display: none !important;
}
.mymodal {
    padding: 15px;
}
.bd-example-modal-lg {
    background: rgba(0,0,0,0.4) !important;
}
/* SOCIAL SHARE */
.social_share {
    padding: 15px 0;
}
.social_share a {
    display: inline-block;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    color: #FFF;
    background: #b38f66;
    border-radius: 50%;
}
.social_share a i {
    margin-top: 6px !important;
}
#primary-navigation {
	margin: 0 auto;
}
.alertairsoft {
    color: red;
    font-size: 12px;
}
.navbtns {
	margin: 0 auto;
}
@media screen and (max-width: 991px) {
	.hero-image-post {
        height: 300px;
	}
	.hero-text h1 {
		font-size: 22px;
	}
	#primary-navigation {
		margin: 0;
	}
}
@media screen and (max-width: 767px) {
    .hero-image-post {
        height: 250px;
    }
	.hero-text h1 {
		font-size: 18px;
	}
}
@media screen and (max-width: 584px) {
	.hero-text h1 {
		font-size: 16px;
	}
}

/* NOVI CSS 12.02 */
select {
	padding: 6px !important;
}
.btn-group {
    width: 100% !important;
    margin-bottom: 15px;
}
.btn-group .btn-secondary {
    width: 25% !important;
    background-color: #b38f66 !important;
    border-color: #b38f66 !important;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(135, 107, 77, .5) !important;
}
.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgb(135, 107, 77, .5) !important;
}
.imghdr {
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: .25rem .25rem 0 0;
}

@media screen and (max-width: 767px) {
	.gold-title {
		font-size: 22px;
	}
	.gold-subtitle {
		font-size: 14px;
	}
}

/* UPLOAD INPUT STYLE */
label.file-style {
    padding: 10px;
    background: #b38f66; 
    display: table;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
}
label.file-style:hover, label.file-style:active {
    opacity: 0.6;
}
label.file-style input[type="file"] {
    display: none;
}
.img-gallery-row {
    padding: 20px 15px 15px;
    background: #EFEFEF;
    text-align: center;
    border-radius: 10px;
}
/* END UPLOAD INPUT STYLE */

.form-control {
	height: auto !important;
}