@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//asmservices.ba/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.3.6") format("woff2");
}

:root {
	--wd-text-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 16px;
	--wd-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Bebas Neue", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Manrope", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Bebas Neue", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 400;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Manrope", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 14px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(65,206,165);
	--wd-alternative-color: rgb(56,138,224);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(56,138,224);
	--btn-accented-bgcolor-hover: rgb(65,206,165);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1600px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 12px;
}

@media (min-width: 1600px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: #0a0a0a;
}

.wd-menu-price .menu-price-details {
    font-size: 75% !important;
}

.tsm-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}
.tsm-name {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 3px;
}
.tsm-desc {
    font-style: italic;
    font-size: 14px;
    color: #777;
}
.tsm-price {
    font-weight: 600;
    font-size: 16px;
    white-space: nowrap;
    margin-left: 20px;
}

.naslov .woodmart-title-container u {
    font-size: 56px;
}

#ekit-popup-modal-toggler {
    width: 100%;
    display: block;
}

#ekit-popup-modal-toggler .ekit-popup-btn__has-icon {
    width: 100%;
    justify-content: center; /* tekst u sredini */
}




/* STICKY HEADER – #00162d */
.whb-header.whb-sticked,
.whb-header.whb-sticked .whb-main-header,
.whb-header.whb-sticked .whb-general-header {
    background-color: #00162d!important;
	  color: #fff;
}


.field-title p {
    font-weight: 700;
}


/* LABELS */

.wpcf7-form label{
    display:block;
    color:#ffffff !important;
    font-size:15px;
    font-weight:600;
    margin-bottom:8px;
}

/* REDOVI */

.form-row{
    display:flex;
    gap:20px;
    margin-bottom:20px;
}

.form-col{
    flex:1;
}

/* INPUTI */

.wpcf7-form input.input-text,
.wpcf7-form textarea.input-text,
.wpcf7-form select.input-text{

    width:100%;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.12);
    border-radius:14px;
    color:#fff;
    padding:17px 20px;
    min-height:58px;
    transition:.3s;
}

.wpcf7-form textarea.input-text{
    min-height:180px;
    resize:vertical;
}

.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder{
    color:rgba(255,255,255,.45);
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus{
    outline:none;
    border-color:#25b6d2;
    box-shadow:0 0 0 4px rgba(37,182,210,.15);
}

/* SELECT */

.wpcf7-form select{
    color:#fff;
    appearance:none;
    -webkit-appearance:none;
}

/* DUGME */

.submit-row{
    text-align:center;
    margin-top:10px;
}

.submit-row .btn{
    border-radius:999px!important;
}

/* MOBILE */

@media(max-width:768px){

.form-row{
    flex-direction:column;
    gap:15px;
}

}


.wd-side-hidden {
    background-color: #061a3a !important;
}

/* Sakrij Google reCAPTCHA badge */
.grecaptcha-badge {
    visibility: hidden !important;
}@media (max-width: 576px) {
	h4 {
    font-size: 16px !important;
}
}

