/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/*.wd-content-layout {
    padding-block: 0 !important;
}*/

table.variations {
    margin-bottom: 10px !important;
}

.iconic-was-swatch__large-preview {
	max-width:50%;
	max-height:50%;
}

.iconic-was-tooltip__inner_wrap img {
    margin: 5px auto;
    border: solid 2px #ccc;
    border-radius: 5px;
}

.iconic-was-tooltip__inner_wrap {
	background-color:transparent;
	color: #212121;
}
/*
.iconic-was-tooltip {
    position: fixed;
    background: #f7f7f7;
    margin: auto;
    border-radius: 4px;
    line-height: 30px;
    color: #fff;
    padding: 0 10px;
    opacity: 0;
    visibility: hidden;
    height: auto;
    overflow: hidden;
    width: auto;
    display: block;
    white-space: unset;
    text-align: center;
    z-index: 9999999;
}
*/
.iconic-was-tooltip {
	background:#ddd;
}

.wd-attr-selected {
    display: none !important;
}

.wd-swatches-filter {
	margin-top:10px !important;
}

.iconic-was-swatches {
    margin:0;
}

/* RESET ATTRIBUTE BTN */
.wd-reset-bottom-lg .wd-reset-var {
        position: relative !important;
    }

.site-logo {
    max-height: initial;
}
.woocommerce-loop-product__title a {
    /*text-transform: uppercase;*/
    font-weight: 600; /* Slightly bolder than normal (400) */
}


/*Atributi povećanje*/
.wd-swatch.wd-text {
    font-weight: 500;
	min-width: 1.5em !important;
    min-height: 1em !important;
    height: auto;
	color:#000;
	border: 1px solid #ccc !important;
}
}

#menu-glavni-meni li a {
	color:#333 !important;
}

/*#menu-glavni-meni li a:hover, .menu-glavni-meni li a:active {
	color:#ad221f !important;
}*/


/*Meni kolekcije u sidebaru*/
#menu-sidebar-kolekcije li a:active {
    color: #9e2439 !important;
}


.menu wd-nav .wd-nav-vertical .wd-design-default li a:active {
	color:#ad221f !important;
}


.kolekcije-meni-item a:active {
	color:#ad221f !important;
}

.single_add_to_cart_button, .wd-buy-now-btn {
	padding:15px;
}	


/*Varijacije dve tačke prazan prostor*/

.variations label:after {
    content: ":";
    margin-left: 0 !important;
}

table.variations .label span {
    margin-left: 0 !important;
}

/* Quantity */

.quantity {
    --wd-form-height: auto !important;
}

/*Accordion border top product page*/


/*MENU STYLING*/

/* Top Level Menu Items - Hover and Active State */
.wd-nav > li > a:hover,
.wd-navigation > li > a:hover,
.wd-nav > li.current-menu-item > a,
.wd-navigation > li.current-menu-item > a,
.wd-nav > li.current-menu-ancestor > a,
.wd-navigation > li.current-menu-ancestor > a {
    color: #9e2439 !important;
}

/* Legacy Support for Older Versions */
.woodmart-navigation > .menu > li > a:hover,
.woodmart-navigation > .menu > li.current-menu-item > a,
.woodmart-navigation > .menu > li.current-menu-ancestor > a {
    color: #9e2439 !important;
}

/* DROPDOWN MENU STYLING */

/* WoodMart Dropdown Menu Background - ONLY Navigation Menus */
.wd-header-nav .wd-dropdown,
.wd-header-nav .wd-sub-menu,
.main-nav .wd-dropdown,
.main-nav .wd-sub-menu,
.wd-dropdown-menu .wd-dropdown,
.navigation-style .wd-dropdown {
    background-color: #212121 !important;
}

/* Dropdown Links Default Color - ONLY Navigation */
.wd-header-nav .wd-sub-menu li > a,
.wd-header-nav .wd-dropdown a,
.main-nav .wd-sub-menu li > a,
.main-nav .wd-dropdown a {
    color: #ddd !important;
}

/* Dropdown Links Hover Color - ONLY Navigation */
.wd-header-nav .wd-sub-menu li > a:hover,
.wd-header-nav .wd-dropdown a:hover,
.main-nav .wd-sub-menu li > a:hover,
.main-nav .wd-dropdown a:hover {
    color: #fff !important;
}


#menu-glavni-meni-1 .wd-sub-menu {
    --sub-menu-color: #ddd;
    background-color: #212121;
    --sub-menu-color-hover: #ffff;
}

.mobile-nav .wd-nav-opener.wd-active {
    background-color: #212121 !important;
    color: #fff;
}

/* Optional: Submenu Item Hover Background - ONLY Navigation 
.wd-header-nav .wd-sub-menu li:hover,
.wd-header-nav .wd-dropdown li:hover,
.main-nav .wd-sub-menu li:hover,
.main-nav .wd-dropdown li:hover {
    background-color: rgba(255, 255, 255, 0.05);
}*/

/* Exclude Login/Register and Account Dropdowns */
.wd-header-my-account .wd-dropdown,
.login-form-side,
.wd-dropdown-register,
.wd-dropdown-login {
    background-color: #fff !important;
}

.wd-header-my-account .wd-dropdown a {
    color: #333 !important;
}