html, body{
    padding: 0;
    margin:0;
}
#WShopaj {
    max-width:1280px;
    /* height:354px; */
    padding: 29.5px 0;
    background-color:#F5F5F5; /* #f5f5f5;*/
    /*border-bottom:6px solid black; #ebebeb; */
    box-sizing: content-box;
}
#WShopaj .logo {
    display: block;
    width:80px;
    margin: auto;
    margin-bottom:30.3px;
}
#WShopaj .logo .a{fill:#1a1a1a;}
#WShopaj .logo .b{fill:#d22328;}
#WShopaj .logo .c{fill:#fff;fill-rule:evenodd;}

#WShopaj .logo-wrap {
    position: relative;
    z-index: 5;
}

#WShopaj .logo-bg {
    content:" ";
	position:absolute;
	z-index:-1;
	left: -135px;
    top: -100px;
	width: 350px;
	height: 200px;
	background: radial-gradient(circle,#edcc0f 0,rgba(255,255,255,0) 50%);
}

#WShopaj .header {
    display: flex;

}
#WShopaj .header .logobox{
    display: flex;
    flex-grow:1;
}
#WShopaj .header .tabs{
    /* flex-grow: 1; */
    justify-content: center;
    align-self: center;
    align-items: center;
} 
#WShopaj .tabs a {
    font-family: TazBlack;
    font-weight: normal;
    display: inline-block;
    color:rgba(0, 0, 0, 0.3);
    padding: 5px 10px;
    margin-bottom: 10px;
    text-decoration: none;;
    font-size:1.8rem;
}
#WShopaj .tabs a.active {
    color:rgba(0, 0, 0, 1);
    border-bottom:2px solid black;
}

#WShopaj .items-wrap {
    position: relative;
    z-index: 10;
}

#WShopaj .flex-row {
    display: flex;
    flex-direction: row;
    gap:35.9px;
}


#WShopaj .flex-grow {
    flex-grow: 1;
} 
#WShopaj .item {
    /* padding-bottom:12px;
    margin-bottom:12px; */
    /* width:268px; */
    width:25%;
    background-color: white;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(118,98,92,0.1);
    box-shadow: 0px 2px 8px 0px rgba(118,98,92,0.1);
}
#WShopaj a.no-style {
    text-decoration: none;
}
#WShopaj .item img{
    width:100%;
    object-fit: cover;
    background-color: white;
}
#WShopaj .item h2 {
    width:100%;
    font-family: TazBlack;

    /* font-weight: 900; */
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;

    color: #000;

    margin:0;
    margin-top:20px;
    margin-bottom: 4.49px;

    font-weight: 525;
    font-size: 17.0537px;
    line-height: 19px;

    
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

    margin: 10px;
}
#WShopaj .item p {
    font-family: TazRegular;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: 16px;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.64);


    margin:0;
    margin-bottom: 4.49px;
    
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#WShopaj .item .buttons {
    display: flex;
    flex-direction: row;
    width:100%;
}

#WShopaj .item .btn {
  
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    height: 29px;
    width:50%;
    margin: 1px 0;
    border-radius: 2px;

    background-color:#FF8C00;
    border: 1px solid #FF8C00;

    font-family: TazRegular;
    font-size: 16.3228px;
    line-height: 18px;


    font-stretch: normal;
    font-style: normal;

    letter-spacing: normal;
    text-align: center;
    color:white;
    text-decoration: none;
    transition:box-shadow .2s, color .2s, background-color .2s;
}
#WShopaj .item .btn span {
    margin: 0px 6px;
    font-family: TazRegular;
}
#WShopaj .item .btn:hover {
    /* box-shadow: 0 0 0 1px rgba(0,0,0,.12),0 1px 3px 1px rgba(0,0,0,.21); */
    color:#5E5E5E;
    background: #FFFFFF;
    border: 1px solid #FF8C00;
}
#WShopaj .item .btn:hover svg {
    fill:#5E5E5E; 
}

#WShopaj .item .btn svg {
    width:  16px;
    height: 16px;
    /* padding:2px; */
    margin:9px 4px;
    fill:white;
    margin-left:4px;
    transition:fill .2s;
}
#WShopaj .item .btn.posjeti {

}
#WShopaj .item .btn.posjeti svg {
    margin-right:0;
}
#WShopaj .item .btn.nazovi{
    margin-right:5px;
    color: #007fff;
}
#WShopaj .item .btn.nazovi svg {
    fill: #007fff;
    margin-right:5px;
    margin-left:0;
}

#WShopaj .logobox{
            display: flex;
            margin-bottom: 1rem;
            align-items: center;
            text-align: center;
        }
       #WShopaj .logo-wrap{
            width: 20%;
            margin-bottom: 0;
        }
        #WShopaj .logo{
            margin: 0;
        }

        #WShopaj .title{
            width: 80%;
            margin: 0 auto;
            padding-right: 10%;
            font-family: TazRegular;
            font-size: 3rem;
            font-weight: 700;
            position: relative;
            z-index: 9;
            display: inline-block;
            margin-top: 4px;
        }
        #WShopaj .title::before {
            content: "";
            position: absolute;
            left: 44.5%;
            bottom: 0;
            width: 50%;
            height: 5px;
            transform: skew(12deg) translateX(-50%) rotate(-0.50deg);
            background: rgb(255 140 0);
            z-index: -1;
        }

/* responsive */
@media screen and (max-width: 970px) {
     #WShopaj .item h2{
        font-size: 15.51px;
        line-height: 16px;
        letter-spacing: 0.28px;
    }
}
