/* html, body{
    padding: 0;
    margin:0;
} */
#WShopaj {

    /* height:354px; */
    /* padding: 29.5px 0; */

    /*border-bottom:6px solid black; #ebebeb; */
    box-sizing: content-box;
}
#WShopaj .Wlogo {
    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 .Wheader {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}
#WShopaj .Wheader .logobox{
    display: block;
    margin-right: 0;
}
#WShopaj .Wheader .tabs{
    justify-content: center;
    align-self: center;
    align-items: center;
    border: none;
    width: auto;
    margin: 0;
} 
#WShopaj .tabs a {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    display: inline-block;
    color:rgba(0, 0, 0, 0.3);
    padding: 5px 5px;
    margin-bottom: 10px;
    text-decoration: none;
    font-size: 1rem;
    margin: 0 10px;
}
#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: 26px;
}


#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%;
    height: 180px;
    object-fit: cover;
    background-color: white;
}
#WShopaj .item h2 {
    font-family: "Roboto", sans-serif;

    /* 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: 21px;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    margin: 5px;
}
#WShopaj .item p {
    font-family: "Roboto", sans-serif;
    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: "Roboto", sans-serif;
    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: "Roboto", sans-serif;
}
#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;
          
            align-items: center;
            text-align: center;
        }
       #WShopaj .logo-wrap{
            width: 100%;
            margin-bottom: 0;
            margin-right: 10px;
        }
        #WShopaj .Wlogo-partner{
            margin: 0;
        }
                #WShopaj .and {
                    display: flex;
                    margin: 0 15px;
                    /* margin-right: 10px; */
                    /*ako desni logo padding u slici*/
                }

        #WShopaj .title{
            margin: 0 auto;
            font-family: "Roboto", sans-serif;
            font-size: 2rem;
            font-weight: 700;
            position: relative;
            z-index: 9;
            display: flex;
            margin-bottom: 20px;
            text-decoration: underline;
            text-decoration-color: rgb(255 140 0);
            justify-content: center;
            flex-grow: 2;
        }

/* responsive */
@media screen and (max-width: 1080px) {
     #WShopaj .item h2{
        font-size: 15.51px;
        line-height: 21px;
        letter-spacing: 0.28px;
    }
    #WShopaj .title{
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 1024px) {
    #WShopaj .Wheader{
        flex-direction: column;
        align-items: start;
    }
    #WShopaj .title{
        font-size: 1.3rem;
        text-align: center;
        margin:0 0;
    }
    #WShopaj .Wheader .tabs {
        margin:10px 0;
    }
    #WShopaj .flex-row {
        display: grid;
        gap: 35.9px;
        grid-template-columns: 1fr 1fr;
    }
    #WShopaj .flex-row .item {
        width:auto;
    }
    #WShopaj .item h2 {
        font-size: 12px;
    }
}
@media screen and (max-width: 1024px) {

  #WShopaj .flex-row {
    gap: 20px;
  }

  #WShopaj .item img {
    height: 100px;
  }

  #WShopaj .item h2 {
    -webkit-line-clamp: 2;
  }
  #WShopaj .Wheader {
    flex-direction: row;
    flex-wrap: wrap;
  }
  #WShopaj .title {
    max-width: calc(100% - 140px);
  }
  #WShopaj .title {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 970px) {
     #WShopaj .item h2{
        font-size: 15.51px;
        line-height: 16px;
        letter-spacing: 0.28px;
    }
}

