/**
span.PricesalesPrice {
    margin-top: 30px !important;
    display: block !important;
    position: relative !important;
}

span.PricesalesPrice:before {
    content: '12.000 RSD';
    font-size: 18px;
    position: absolute;
    bottom: 100%;
    margin-bottom: 5px;
    text-decoration: line-through;
    line-height: 1;
    opacity: 0.7;
}

**/


* {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    text-decoration: none;
    outline: none;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    background: #fff;
    overflow-x: hidden;
}

div.PricebasePrice:before {
    content: '';
    width: 104%;
    height: 1px;
    background: #b3b3b3;
    position: absolute;
    left: -2%;
    top: 45%;
    margin: 0;
}

#slider .hero .wrapper {
    position: relative;
    z-index: 2;
}

.aja__btn {
    width: 160px;
    height: 44px;
    line-height: 48px;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.15em;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    display: block;
}

.onama-ctn .aja__btn {
    width: 200px;
    margin-top: 30px;
}

.btn__white {
    background: #5c5c5c;
    color: #FFF;
}

.btn__gray {
    color: #FFF;
    background: #5c5c5c;
}


#izdvajamo .aja__btn {
    margin-top: 30px;
}

.page-lager header,
.page-lager footer,
.page-lager #breadcrumbs,
.page-lager #newsletter {
    display: none;
}

.page-lager {
    background: #fafafa;
}

.page-lager .wrapper {
    max-width: 340px;
    margin: 80px auto 50px;
    background: #FFF;
    padding: 20px;
    border-radius: 3px;
    box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.025);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.page-lager input {
    background: #f7f7f7;
    border: 1px solid #ededed;
    padding: 10px;
    border-radius: 4px;
    margin: 10px 0 0;
    min-width: 300px;
    font-weight: 300;
}

.page-lager #akcija {
    background: none;
}

.page-lager h1 {
    font-size: 30px;
    color: #eabbe9;
    text-align: center;
    text-transform: uppercase;
    margin: 10px 0 10px;
    font-weight: 900;
}

.page-lager input:last-child {
    background: #eabbe9;
    color: #FFF;
    padding: 12px;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
}



strong,
b {
    font-weight: 700;
}

section {
    clear: both;
    position: relative;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

img {
    width: auto;
    height: auto;
}

.wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 50px;
}

.wrapper100 {
    width: 100%;
    padding: 0 50px;
    margin: 0 auto;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.nova-kolekcija {
    width: 100%;
    clear: both;
    padding: 0 0 70px;
    overflow: auto;
}

.nova-kolekcija li {
    width: 33.33%;
    float: left;
    text-align: center;
    font-size: 19px;
    font-weight: 900;
}

.nova-kolekcija li a {
    font-weight: 900;
    font-size: 25px;
    text-transform: uppercase;
    color: #eabbe9;
}

.nova-kolekcija li img {
    max-width: 100%;
    margin: 0 auto;
}

.mobile,
.filter-proizvoda {
    display: none;
}

main {
    width: 100%;
    top: 120px;
    position: relative;
    margin-bottom: 120px;
    z-index: 2;
    float: left;
}

.page-home main {
    top: 40px;
    margin-bottom: 40px;
}

.show-delay {
    animation-name: showing-cart;
    animation-duration: 2.5s;
    overflow-y: hidden;
}

@keyframes showing-cart {
    0% {
        opacity: 0;
        visibility: hidden;
    }

    70% {
        opacity: 0;
        visibility: hidden;
    }

    75% {
        opacity: 0.3;
        visibility: visible;
    }

    100% {
        opacity: 1 !important;
        visibility: visible;
    }
}

.ostale-akcije {
    overflow: auto;
    margin: 0 0 50px;
}

.akcija-levo {
    float: left;
    width: calc(50% - 10px);
    border: 1px solid #eabbe9;
}

.akcija-desno {
    float: right;
    width: calc(50% - 10px);
    border: 1px solid #eabbe9;
}

.ostale-akcije img {
    max-width: 100%;
    display: block;
}

.velicina-btn {
    display: none;
}

.productdetails-view .velicina-btn {
    display: block;
}

/*************************************************************************************************** HEADER */

.pretraga-popup {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.98);
    z-index: 999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 100px 20px 60px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.show-pretraga .pretraga-popup {
    opacity: 1;
    visibility: visible;
    padding: 0 20px 60px;
}


.pretraga-popup p {
    font-size: 17px;
    font-weight: 300;
    color: #5c5c5c;
    margin: 20px auto 0;
}

.pretraga-popup input {
    font-size: 22px;
    border: none;
    border-bottom: 2px solid #5c5c5c;
    padding: 0 10px;
    width: 360px;
    max-width: 100%;
    color: #5c5c5c;
    font-weight: 300;
    height: 50px;
    line-height: 50px;
}

header {
    width: 100%;
    height: 101px;
    background: transparent;
    position: fixed;
    z-index: 9997;
    top: 0;
    transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;

    animation-name: hidden222;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-direction: normal;
    animation-iteration-count: 0;
    background: #FFF;
}

.page-home header {
    background: transparent;
}

@keyframes hidden {
    0% {
        overflow: hidden;
    }

    90% {
        overflow: hidden;
    }

    100% {
        overflow: visible;
    }
}

.headerBg {
    position: fixed;
    top: 0;
    height: 100px;
    transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    background: #FFF !important;
    box-shadow: 0 30px 40px -20px rgba(0, 0, 0, 0.05);
    transform: translate3D(0, -40px, 0);
}

.header-top {
    border-bottom: 0;
    padding: 0;
    overflow: hidden;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00527f+0,017dc3+100 */
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: #eabbe9;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    height: 40px;
}

.top-left,
.top-center,
.top-right {
    width: 33.33%;
    float: left;
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 32px;
}

.top-left {
    padding-top: 0px;
    display: none;
}

.top-left img {
    height: 30px;
    width: auto;
    float: left;
    margin-right: 30px;
}

.top-left img.google {}

.top-left>div>a {
    position: relative;
    overflow: hidden;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-left: -10px;
    margin-right: 20px;
    margin-bottom: -10px;
}

.top-left>div>a>img {
    position: absolute;
    top: 0px;
}

.top-left>div>a:nth-child(1)>img {
    left: 10px;
}

.top-left>div>a:nth-child(2)>img {
    left: -20px;
}

.top-left>div>a:nth-child(3)>img {
    left: -50px;
}

.top-center {
    font-size: 13px;
    line-height: 32px;
    width: 100%;
}

.top-center p {
    margin: 0;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: 0.02em;
    line-height: 40px;
    transition: 0.3s;
}

.headerBg .top-center p {
    line-height: 30px;
    margin-top: 10px;
}

.top-left p img {
    margin: 0px 10px -4px 0;
    display: none;
}

.top-center {
    text-align: center;
}

.top-right {
    text-align: right;
    position: relative;
    float: right;
    position: absolute;
    overflow: visible;
    top: 40px;
    right: 50px;
}

.top-right ul li {
    display: inline-block;
    margin-left: 7px;
}

.top-right ul li a {
    background: #eabbe9;
    color: #FFF;
    font-weight: 500;
    padding: 4px 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.top-right ul li:last-child a {
    background: #FFF;
    color: #eabbe9;
    box-shadow: 0 0 0 2px #eabbe9 inset;
    -moz-box-shadow: 0 0 0 2px #eabbe9 inset;
    -webkit-box-shadow: 0 0 0 2px #eabbe9 inset;
}

#btl {
    float: right;
    position: absolute !important;
    top: -36px;
    right: -5px;
    display: none;
}

.vmCartModule {
    float: right;
    height: 32px;
    position: absolute;
    top: 50px;
    right: -1px;
    z-index: 2;
    width: 281px;
    background: #FFF;
    height: auto;
    border: 1px solid #ededed;
    padding: 0;
    max-height: auto;
    border-radius: 0 0 0 4px;
    max-height: 0;
    border-top: 0;
    border-bottom: 0;
}

.total_products {
    float: right;
    position: absolute;
    border: 0;
    padding: 0;
    margin: 0 0px 0 0px;
    width: 20px;
    height: 20px;
    top: -41px;
    border-radius: 50%;
    line-height: 18px;
    font-weight: 500;
    text-align: center;
    background: url(../imgs/korpa-icon.png) no-repeat center;
    color: #FFF;
    font-size: 13px;
    z-index: 2;
    right: 0px;
    height: 60px;
    width: 60px;
    border-radius: 0;
    line-height: 41px;
    padding-left: 28px;
    font-weight: 700;
}

.headerBg .total_products {
    top: -51px;
}

.total_products:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 34px;
    width: 33px;
    height: 24px;
    background: #5c5c5c;
    background-size: auto 24px;
    z-index: 1;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    z-index: -1;
    box-shadow: 0 0 0 3px #c1effc;
}

.headerBg .total_products:before {
    box-shadow: 0 0 0 3px #fff1f2;
}

.total_products a {
    color: #FFF;
    font-size: 13px;
    font-weight: 700;
    width: 60px;
    height: 36px;
    display: inline-block;
    position: relative;
    left: -20px;
    z-index: 999;
}

.korpa-link {
    float: right;
    height: 80px;
    width: 60px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    display: block;
}

.korpa-link a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.product_row {
    text-align: left;
    padding: 5px 15px;
    border-bottom: 1px solid #f2f2f2;
    color: #5c5c5c;
    font-size: 8px;
    font-weight: 900;
    display: flex;
    flex-direction: row;
}

.product_row .image {
    width: 80px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    background: #FFF;
    border-radius: 3px;
    margin: 5px 0;
    padding: 5px;
}

.product_row .image img {
    max-width: 100%;
    height: auto;
}

.product_row .product-infos {
    padding: 5px 0px 5px 10px;
    line-height: 1.5;
    font-weight: 700;
}

.product_row span {
    font-size: 13px;
    line-height: 1;
    width: 100%;
    text-align: left;
    color: #5c5c5c;
    font-weight: 700;
}

.product_row span a {
    font-size: 13px;

    font-weight: 700;
    color: #eabbe9;
    line-height: 1;
}

.product_row .subtotal_with_tax {

    width: 100%;
    margin: 0;
    text-align: left;
    margin: 3px 0 5px;
    font-size: 13px;
    font-weight: 700;
}

.vm-customfield-mod {
    display: block;
    width: 100%;
    margin-bottom: -25px;
}

.vm-customfield-mod span {
    font-size: 11px;
    margin-bottom: 2px;
}

#vmCartModule .total {

    font-size: 16px;
    color: #5c5c5c;
    float: left !important;
    line-height: 1.75;
    margin-bottom: 15px;
    border-bottom: 1px solid #f2f2f2;
    width: 100%;
    padding: 5px 15px 5px;
    font-weight: 400;
    text-align: center;
    background: #f9f9f9;
    text-transform: none;
}

#vmCartModule .total strong {

    width: 100%;
    display: inline;
    line-height: 1;
    font-weight: 700;
    margin-left: 5px;
}

#vmCartModule .show_cart a {
    background: #38a46e;
    padding: 10px 10px 5px;
    width: calc(100% - 30px);
    text-align: center;
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 400;
    margin: 0px 15px 15px;
    border-radius: 0;
    text-transform: none;
}

.vmCartModule .emptycart {
    color: #5c5c5c;
    text-align: center;
    position: relative;
    top: -5px;
    padding: 0 0 5px;
    font-weight: 400;
    text-transform: none;
}

.vmCartModule.visibleee,
.vmCartModule:hover {
    max-height: 1000px;
    border-bottom: 1px solid #ededed;
    box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.05);
    border-top: 1px solid #ededed;
    top: 49px;
}

.vmCartModule .vm_cart_products,
.vmCartModule .total,
.vmCartModule .show_cart,
.vmCartModule .emptycart {
    opacity: 0;
    visibility: hidden;
}

.vmCartModule.visibleee .vm_cart_products,
.vmCartModule.visibleee .total,
.vmCartModule.visibleee .show_cart,
.vmCartModule.visibleee .emptycart,
.vmCartModule:hover .vm_cart_products,
.vmCartModule:hover .total,
.vmCartModule:hover .show_cart,
.vmCartModule:hover .emptycart {
    opacity: 1;
    visibility: visible;
}

.hiddencontainer {
    display: none !important;
}

#breadcrumbs {

    padding: 15px 0;
    border-bottom: 1px solid #F7F2F2;
    border-top: 1px solid #F7F2F2;
    background: #FFF;
    position: relative;
    z-index: 2;
    margin-top: 1px;
}

#breadcrumbs li {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
}

#breadcrumbs li a {
    display: inline-block;
    color: #eabbe9;
}

#breadcrumbs li span {

    font-weight: 400;
    font-size: 14px;
    text-transform: none;
    color: #5c5c5c;
    letter-spacing: 0.02em;
}

#breadcrumbs li span.divider {

    margin: 0px 8px;
    font-weight: 300;
    color: #5c5c5c;
    font-size: 18px;
}

.divider.icon-location {
    display: none;
}

/** header bottom **/

.header-bottom {
    overflow: hidden;
    background: #FFF;
    max-height: 75px;
}

/* logo */

.logo {
    width: auto;
    float: left;
    position: absolute;
    z-index: 999;
    left: 50%;
    margin-left: -50px;
    top: 30px;
    border-radius: 100px;
    box-shadow: 15px 15px 30px 0 rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.logo img {
    max-width: 100%;
    height: auto;
    transition: 0.3s;
    background: #fff1f2;
    outline: none;
    border: none;
}

.headerBg .logo {
    width: 40px;
    height: 40px;
    top: 50px;
    margin-left: -30px;
    box-shadow: none;
}

.logo h1 a {
    color: #EC0928;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 3px 0px;
    display: block;
    letter-spacing: 0.05em;
    text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
}

.logo h1 a span {
    color: #eabbe9;
    font-size: 34px;
    font-weight: 700;
}

.logo a {
    padding: 0;
    display: block;
    height: 100px;
    transition: 0.3s;
}

.headerBg .logo a {
    padding: 0;
    background: #fff1f2;
}

.aja__submenu li {
    display: inline-block;
    margin-left: 20px;
}

.aja__submenu a {
    color: #5c5c5c;
    font-size: 16px;
    line-height: 60px;
    font-weight: 300;
}


.page-home .main-menu ul>li>a,
.page-home .aja__submenu a {}

.headerBg .aja__submenu a {
    line-height: 40px;
    color: #5c5c5c;
}

/* main menu */
/* main menu */

.main-menu {
    width: auto;
    float: left;
    text-align: left;
}

.main-menu ul>li {
    display: inline-block;
    margin: 0 20px 0 0;
    position: relative;
}

.main-menu ul>li:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #5c5c5c;
    position: absolute;
    top: 50%;
    right: -14px;
    margin-top: -5px;
    border-radius: 50px;
}

.main-menu ul>li:last-child:after {
    display: none;
}

.main-menu ul>li>a {
    color: #5c5c5c;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0px 10px;
    display: inline-block;
    position: relative;
    line-height: 80px;
}

.main-menu ul>li.active a {
    font-weight: 700;
}

/* pretraga */

#q_164_button,
#q_165_button,
#q_191_button {
    height: 50px;
    width: 120px;
    border: none;
    font-size: 17px;
    background: #5c5c5c;
    color: #FFF;
    font-weight: 400;
    margin: 0;
    position: relative;
    cursor: pointer;
}

.pretraga {
    width: auto;
    float: right;
    text-align: right;
    padding: 12px 0;
    padding-right: 60px;
}

.pretraga input {
    background: url(../imgs/pretraga-icon.png) no-repeat 15px center;
    width: 50px;
    height: 35px;
    color: #FFF;
    padding: 0 10px;
    font-size: 0;
    border: none;
    transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
}

.pretraga input:hover,
.pretraga input:focus {
    width: 240px;
    height: 35px;
    padding: 0px 10px 0px 50px;
    color: #5c5c5c;
    font-size: 15px;
    font-weight: 500;
    border-right: 3px solid #5c5c5c;
}

.headerBg .logo h1 {
    margin: 13px auto;
}

.headerBg .main-menu ul li a {
    padding: 0 10px 0;
    line-height: 60px;
    font-size: 13px;
    color: #5c5c5c;
}

.headerBg .pretraga {
    padding: 12px 0;
    padding-right: 60px;
}

.menu-izdvajamo {
    padding: 30px 10px;
    background: #FFF;
    box-sizing: border-box;
    max-width: 230px;
    margin: 25px 0 0;
    border: 5px solid #eabbe9;
}

.menu-izdvajamo>a {
    overflow: hidden;
    position: relative;
    display: block;
    margin: 0 auto;
    height: 90px;
}

.menu-izdvajamo>a>img {
    width: auto;
    height: 80px;
    position: absolute;
}

.menu-izdvajamo.muskarci>a {
    width: 200px;
}

.menu-izdvajamo.zene>a {
    width: 180px;
}

.menu-izdvajamo.deca>a {
    width: 160px;
}

.menu-izdvajamo.oprema>a {
    left: 70px;
}

.menu-izdvajamo.muskarci>a>img {
    left: 50px;
    height: 100px;
}

.menu-izdvajamo.zene>a>img {
    left: 35px;
    height: 110px;
    top: -10px;
}

.menu-izdvajamo.deca>a>img {
    left: -390px;
}

.menu-izdvajamo.oprema>a>img {
    left: -550px;
}

.main-menu .proizvod-ocena {
    margin: 0 0 10px;
}

.main-menu .proizvod-cena span {
    color: #eabbe9;
    font-weight: 700;
    font-size: 21px;
    clear: both;
}

.main-menu .proizvod-cena span.precrtana {
    color: #5c5c5c;
    font-weight: 700;
    margin-right: 10px;
    position: relative;
    font-size: 19px;
    opacity: 0.4;
    width: 100%;
    margin: 0 auto;
}

.main-menu .proizvod-cena span.precrtana:after {
    content: '';
    position: absolute;
    width: 104%;
    height: 1px;
    background: #5c5c5c;
    left: 50%;
    top: 53%;
    transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
}


/*************************************************************************************************** SLIDER */


#slider {
    width: 100%;
    height: calc(100vh - 100px);
    overflow: hidden;
    position: relative;
}

#slider .hero {
    background: url(../img/hero-new-mob.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 700px) {
    #slider .hero {
        background: url(../img/hero-new.jpg) no-repeat center center;
    }
}

#slider .hero .wrapper {
    height: 100%;
}

#slider .hero .hero__left {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.hero__left h1 {
    margin: 0 20px 20px;
    color: #5c5c5c;
    font-size: 60px;
    font-weight: 300;
    line-height: 1.2;
}

.hero__left .aja__btn {
    width: 160px;
    height: 44px;
    line-height: 48px;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.15em;
    text-align: center;
    text-transform: uppercase;
    margin: 0 20px;
    display: block;
}

@media screen and (max-width: 460px) {
    .hero__left h1 {
        text-align: center;
    }
    
    .hero__left .aja__btn {
        margin: 0 auto;
    } 
}

.hero-video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: rgba(255, 255, 255, 0.93);
    backdrop-filter: grayscale(1);
}

.hero-video video {
    width: auto;
    height: 100%;
}

@media screen and (max-width: 460px) {
    .hero-video {
        justify-content: center;
    }
    
    .hero-video video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.hero__soc {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
}

.hero__soc li {
    float: left;
    margin: 0 10px;
}

/*************************************************************************************************** KUPOVINA */

.kupovina-1-4 {
    width: 25%;
    float: left;
    padding: 40px 20px;
}

.kupovina-ctn {
    border: 1px solid #eabbe9;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 160px;
    position: relative;
}

.kupovina-1-4:nth-child(1) .kupovina-ctn {
    margin-left: -20px;
}

.kupovina-1-4:nth-child(2) .kupovina-ctn {
    margin-left: -10px;
    margin-right: -5px
}

.kupovina-1-4:nth-child(3) .kupovina-ctn {
    margin-left: -5px;
    margin-right: -10px
}

.kupovina-1-4:nth-child(4) .kupovina-ctn {
    margin-right: -20px;
}


.sprite-sigurnost {
    width: 40px;
    height: 41px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.sprite-sigurnost img {
    position: absolute;
    top: 0;
    left: -110px;
}

.sprite-loyalty {
    width: 40px;
    height: 41px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.sprite-loyalty img {
    position: absolute;
    top: 0;
    left: 0px;
}


.sprite-dostava {
    width: 72px;
    height: 41px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.sprite-dostava img {
    position: absolute;
    top: 0;
    left: -153px;
}

.sprite-povracaj {
    width: 64px;
    height: 41px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.sprite-povracaj img {
    position: absolute;
    top: 0;
    left: -43px;
}

.kupovina-ctn img {
    max-height: 41px;
    margin: 0 auto;
}

.kupovina-ctn h3 {
    color: #5c5c5c;
    font-size: 17px;
    text-transform: uppercase;
    margin: 10px 0 0;
}

.kupovina-ctn h3 b,
.kupovina-ctn h3 strong {
    font-size: 17px;
}

.kupovina-ctn a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

/*************************************************************************************************** KATEGORIJE */

#kategorije {
    width: 100%;
    padding: 0px 0 70px;
    float: left;
    clear: both;
    text-align: center;
}

.kategorija-b,
.kategorija-c,
.kategorija-d,
.kategorija-e,
.kategorija-f,
.kategorija-g,
.kategorija-h,
.kategorija-i,
.kategorija-j {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    float: left;
    position: relative;
    overflow: hidden;
}

#kategorije h3 {
    color: #FFF;
    position: absolute;
    left: 28px;
    bottom: 95px;
    margin: 0;
    font-size: 30px;
    text-shadow: 7px 7px 15px rgba(0, 0, 0, .85);
    z-index: 2;
}

#kategorije h3:before {
    content: '';
    background: #5c5c5c;
    width: 480px;
    height: 120%;
    position: absolute;
    left: 3px;
    bottom: 0%;
    z-index: -1;
    opacity: 0.8;
    display: none;
}

#kategorije .aja__btn {
    position: absolute;
    left: 30px;
    bottom: 35px;
}

.kategorija-b {
    background: url(../img/espadrile-arctic-blue-aja.jpg) no-repeat center bottom;
    background-size: cover;
    width: 100%;
    height: 470px;
}

.kategorija-c {
    background: url(../img/espadrile-baby-pink-aja.jpg) no-repeat center bottom;
    background-size: cover;
    width: 100%;
    height: 470px;
}

.kategorija-d {
    background: url(../img/espadrile-bordo-aja.jpg) no-repeat center bottom;
    background-size: cover;
    width: 100%;
    height: 470px;
}

.kategorija-e {
    background: url(../img/espadrile-cream-aja.jpg) no-repeat center top;
    background-size: cover;
    width: 100%;
    height: 470px;
}

.kategorija-f {
    background: url(../img/espadrile-grey-aja.jpg) no-repeat center bottom;
    background-size: cover;
    width: 100%;
    height: 470px;
}

.kategorija-g {
    background: url(/templates/sportivo/img/gallery/2024/014.jpg) no-repeat center bottom;
    background-size: cover;
    width: 100%;
    height: 470px;
}

.kategorija-h {
    background: url(../img/espadrile-oker-aja.jpg) no-repeat center bottom;
    background-size: cover;
    width: 100%;
    height: 470px;
}

.kategorija-i {
    background: url(../img/espadrile-white-aja.jpg) no-repeat center bottom;
    background-size: cover;
    width: 100%;
    height: 470px;
}

.kategorija-j {
    background: url(../img/espadrile-yellow-aja.jpg) no-repeat center top;
    background-size: cover;
    width: 100%;
    height: 470px;
}

#about-aja {
    width: 100%;
    float: left;
    clear: both;
    padding: 0 0 70px;
}

#about-aja .wrapper {
    display: flex;
}

.about__aja-left {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 80px 0 50px;
    text-align: left;
}

.about__aja-left h2 {
    color: #5c5c5c;
    font-size: 36px;
    margin: 0 0 20px;
    letter-spacing: -0.075em;
}

.about__aja-left p {
    color: #5c5c5c;
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 20px;
}

.about__aja-left .aja__btn {
    margin: 10px 0 0 0;
}

.about__aja-right {
    width: 50%;
    padding-right: 50px;
}

.about__aja-right img {
    width: 100%;
    height: auto;
}

#gallery {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: -51px;
    background: #FFF;
}

.gallery__left {
    width: calc(30% - 10px);
    float: left;
    padding: 50px;
    background: #fafafa;
    margin-right: 10px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 100px;
}

.gallery__left h2 {
    color: #5c5c5c;
    font-size: 36px;
    margin: 0 0 20px;
    letter-spacing: -0.075em;
}

.gallery__left p {
    color: #5c5c5c;
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 20px;
}

.gallery__right {
    width: 70%;
    float: right;
    position: relative;
}

#gallery a {
    float: left;
    display: block;
}

#gallery a img {
    display: block;
}

/*************************************************************************************************** IZDVAJAMO */


#izdvajamo {
    padding: 70px 0 50px;
    overflow: auto;
    text-align: center;
}

#izdvajamo h2,
#kategorije h2 {
    color: #5c5c5c;
    font-size: 36px;
    font-weight: 300;
    letter-spacing: -0.075em;
    margin: 0 auto 40px;
}

#izdvajamo .espadrile,
#slicni-proizvodi .espadrile {
    position: relative;
}

#slicni-proizvodi .espadrile .popust {
    display: none;
}

#izdvajamo .espadrile__img,
#slicni-proizvodi .espadrile__img {
    width: 100%;
    height: 200px;
    position: relative;
    border: 0px solid #f7f2f2;
    overflow: hidden;
}

#izdvajamo .espadrile__img img,
#slicni-proizvodi .espadrile__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    left: 50%;
    bottom: -1px;
    transform: translate3d(-50%, 0, 0);
}

#izdvajamo .espadrile h3,
#slicni-proizvodi .espadrile h3 {
    color: #5c5c5c;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
}

#izdvajamo .espadrile a,
#slicni-proizvodi .espadrile a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}

/*************** NEWSLETTER */

#newsletter {
    overflow: visible;
    box-shadow: 0 -69px 0 0 #F7F9F9 inset, 0 -70px 0 0 #ebe6e6 inset;
    -moz-box-shadow: 0 -69px 0 0 #F7F9F9 inset, 0 -70px 0 0 #ebe6e6 inset;
    -webkit-box-shadow: 0 -69px 0 0 #F7F9F9 inset, 0 -70px 0 0 #ebe6e6 inset;
    margin-bottom: -1px;
}

.newsletter {
    background: linear-gradient(45deg, #b24215 0%, #eabbe9 100%);
    width: 100%;
    height: 140px;
    overflow: hidden;
    position: relative;
    box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

.newslleter-text {
    float: left;
    padding: 20px 40px;
}

.newsletter h3 {
    color: #FFF;
    font-size: 40px;
    margin: 10px 0 0;
    text-transform: uppercase;
}

.newsletter p {
    color: #f0f0f0;
    font-size: 18px;
    margin: 0;
    letter-spacing: 0.028em;
}

.newsletter h3 b,
.newsletter h3 strong {
    font-weight: 400;
}

.newsletter-field {
    float: left;
    padding: 0;
}

.onefield input {
    background: none;
    border: 1px solid #5c5c5c;
    font-size: 17px;
    color: #5c5c5c;
    padding: 10px 15px;
    min-width: 300px;
    position: relative;
    display: inline-block;
    height: 50px;
}

.acysubbuttons input {
    background: #5c5c5c;
    padding: 0;
    color: #FFF;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    border: 0;
    position: relative;
    display: inline-block;
    margin-left: 0px;
    cursor: pointer;
    letter-spacing: 0.15em;
    width: 160px;
    height: 44px;
    line-height: 48px;
}

.onefield,
.acysubbuttons {
    float: left;
    clear: both;
    margin: 15px 0 0;
}

div.acymailing_module_success {
    color: #FFF !important;
    background-color: #000;
    padding: 1em !important;
    z-index: 10;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 35px;
    padding: 10px 20px !important;
    margin: 0 !important;
    border: 1px solid #eabbe9 !important;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
}

footer {
    background: #FFF;
    width: 100%;
    position: relative;
    clear: both;
    border-top: 1px solid #f7f2f2;
    z-index: 1;
    padding: 50px 0 0;
    float: left;
    margin: 50px 0 0;
}


.footer-a,
.footer-b,
.footer-c,
.footer-d {
    float: left;
    width: 25%;
}

.footer-c {
    width: 25%;
}

.footer-c p {
    font-size: 16px;
    color: #5c5c5c;
    font-weight: 300;
    padding-right: 40px;
}

footer h4 {
    color: #5c5c5c;
    font-size: 20px;
    font-weight: 400;
    margin: 0px 0 30px;
}

footer li {
    margin: 20px 0;
}

footer li a {
    color: #5c5c5c;
    font-size: 16px;
    font-weight: 300;
}


.footer-d h4,
.footer-d li {
    text-align: right;
}

.footer__soc {
    margin: 0;
    text-align: right;
}

.footer__soc li {
    display: inline-block;
    margin-left: 10px;
}

.footer__soc li img {
    width: 24px;
    height: 24px;
}

.copyrights {
    background: #FFF;
    clear: both;
    font-size: 16px;
    border-top: 1px solid #f7f2f2;
    color: #5c5c5c;
    margin: 50px 0 0;
    width: 100%;
    float: left;
    clear: both;
    line-height: 70px;
    text-align: center;
    padding-top: 5px;
}

.copyrights a {
    color: #eabbe9;
    text-transform: uppercase;
}

.dev {
    float: right;
    display: none;
}

.prazna-korpa {
    min-height: calc(100vh - 505px);
    background: #FFF;
    padding: 50px;
    border: 1px solid #F7F2F2;
    margin: 80px 0 30px;
    text-align: center;
}

.prazna-korpa h1 {
    color: #5c5c5c;
    font-size: 50px;
    font-weight: 500;
    margin: 50px 0 30px;
}

.prazna-korpa a {
    background: #5c5c5c;
    color: #FFF;
    font-size: 11px;
    font-weight: 400;
    display: inline-block;
    margin: 0 0 100px;
    width: 200px;
    height: 44px;
    line-height: 48px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}


#FAQ {
    padding: 50px 0;
    margin: 0 auto;
    overflow: auto;
}

#FAQ .uslovi,
.kontakt {
    width: 800px;
    float: left;
    padding-right: 50px;
}

#FAQ aside {
    float: right;
    width: 400px;
    padding: 0px 0;
}

#FAQ h2 {
    font-size: 36px;
    font-weight: 400;
    text-align: left;
    margin: 0 0 30px;
    color: #5c5c5c;

    letter-spacing: -0.05em;
}

.onama-ctn h1 {
    font-size: 36px;
    font-weight: 400;
    text-align: left;
    margin: 50px 0 30px;
    color: #5c5c5c;
    letter-spacing: -0.05em;
    max-width: 800px;
    margin: 50px auto 30px;
    text-align: center;
}

#FAQ h2 span {
    font-size: 30px;
    font-weight: 300;
    text-transform: none;
    text-align: left;
    margin: 0 0 30px;
    display: block;
}

#FAQ h3 {
    font-size: 26px;
    font-weight: 400;
    color: #5c5c5c;
    letter-spacing: -0.05em;
    margin: 0;
}

#FAQ h3 span {
    font-size: 26px;
    font-weight: 300;
    text-transform: none;
    text-align: left;
    margin: 0 0 20px;
    display: block;
}

.onama-ctn h2 {
    font-size: 26px;
    font-weight: 400;
    color: #5c5c5c;
    letter-spacing: -0.05em;
    max-width: 700px;
    margin: 40px auto 30px;
    text-align: left;
}

#FAQ p,
#FAQ span,
#FAQ b,
#FAQ strong {
    font-size: 18px;
    line-height: 1.6em;
    color: #5c5c5c;
    text-align: left;
}

.velicinet {
    border-left: 1px solid #F7F2F2;
    border-top: 1px solid #F7F2F2;
    margin: 30px 0;
    border-spacing: 0px;
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.05);
}

.velicinet th {
    font-size: 19px;
    line-height: 40px;
    margin: 0;
    min-width: 100px;
    padding: 5px 30px 0;
    text-align: center;
    color: #FFF;
    font-weight: 400;
    background: #eabbe9;
    border: none;
    border-spacing: 0px;
    border-collapse: separate;
    border-right: 1px solid rgba(0, 0, 0, 0.035);
}

.velicinet td {
    font-size: 19px;
    line-height: 40px;
    border-bottom: 1px solid #F7F2F2;
    border-right: 1px solid #F7F2F2;
    margin: 0;
    min-width: 100px;
    padding: 5px 20px 0;
    text-align: center;
    color: #5c5c5c;
    font-weight: 400;
    transition: 0.3s;
}

.velicinet tr:hover td {
    background: #fafafa;
}

.onama-img {
    margin: 30px auto;
    text-align: center;
    width: 1000px;
    max-width: 100%;
}

.onama-img img {
    max-width: 100%
}

.onama-ctn p {
    font-size: 20px;
    line-height: 1.6em;
    color: #5c5c5c;
    text-align: left;
    max-width: 700px;
    margin: 0 auto;
}

#FAQ span.PricesalesPrice {
    font-weight: 400;
    line-height: 20px;
    font-size: 17px;
}

#FAQ b,
#FAQ strong {
    font-weight: 700;
}

#FAQ ul {}

#FAQ li {

    font-size: 18px;
    line-height: 1.6em;
    color: #5c5c5c;
    list-style: disc;
    margin: 20px 0 0px;
    list-style-position: inside;
    text-align: left;
}

#FAQ a {

    font-size: 15px;
    color: #eabbe9;
    font-weight: 700;
}

#FAQ .pogledaj-sve a {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    font-size: 18px;
    font-weight: 800;
    color: #FFF;
    background: #eabbe9;
    padding: 15px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
}

#FAQ .pogledaj-sve a:hover {
    background: #00527F;
}

#FAQ .proizvod {
    background: #F7F7F7;
    overflow: auto;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, 0.075);
    width: 100%;
    min-height: 0;
}

#FAQ .proizvod-slika {
    width: 100px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    padding: 10px;
    background: #FFF;
    min-height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#FAQ .proizvod-slika img {
    max-width: 100%;
}


#FAQ .proizvod h4 {
    float: left;
    width: 60%;
    margin: 10px 0 0px;
    line-height: 1.5em;
    font-weight: 400;
    font-size: 18px;
    color: #5c5c5c;
}

#FAQ .proizvod h4 a {
    font-size: 15px;
    color: #eabbe9;
    font-weight: 800;
}

#FAQ .proizvod-ocena {
    float: left;
    width: 60%;
    margin: 0 0 5px;
}

#FAQ .proizvod-cena {
    font-size: 16px;
    font-weight: 800;
    width: calc(100% - 110px);
    float: right;
}

#FAQ .proizvod-cena>.clear {
    display: none;
}

#FAQ .proizvod-cena .addtocart-area {
    float: right;
    width: auto;
}

#FAQ .Stara.cena .product-field-display {
    position: relative;
    color: #5c5c5c;
    font-size: 15px;
}

#FAQ .Stara.cena .product-field-display:before {
    content: '';
    position: absolute;
    width: 110%;
    height: 1px;
    background: rgba(0, 0, 0, 0.4);
    left: -5%;
    top: 52%;
}

#FAQ .proizvod-cena .precrtana {
    margin-right: 10px;
    position: relative;
    font-size: 15px;
    color: #b3b3b3;
    float: right;
}

#FAQ .proizvod-cena .precrtana::after {
    content: '';
    position: absolute;
    width: 110%;
    height: 1px;
    background: #b3b3b3;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
}

#FAQ .addtocart-bar {
    display: none;
}

#FAQ .proizvod-korpa {
    display: none;
}

/*** kako naruciti ***/

.kako-naruciti-s {
    max-width: 100%;
    margin: 20px 0;
    border: 1px solid #dedede;
    position: relative;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: zoom-in;
}


.kako-naruciti h4 {
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    color: #5c5c5c;

    line-height: 40px;
}

.kako-naruciti h4 span {
    position: relative;
    background: #000;
    font-size: 22px !important;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center !important;
    line-height: 40px !important;
    color: #FFF !important;
    font-weight: 500;
    border-radius: 50%;
    margin-right: 10px;
    top: 5px;
}

.kako-naruciti h4 span:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 50px;
    height: 1px;
    background: #000;
    left: -50px;
}

.kako-naruciti h4 span:after {
    content: '';
    position: absolute;
    top: 21px;
    width: 1px;
    height: 583px;
    background: #000;
    left: -50px;
}

.kako-naruciti h4.no-after span:after {
    display: none;
}

.kako-naruciti .modaal-gallery-item img {
    display: block;
    max-height: 70vh;
    width: auto !important;
    border: 1px solid #f7f2f2;
    box-shadow: 20px 20px 30px 0 rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    margin-top: 10vh;
}

.kako-naruciti .modaal-wrapper {
    overflow-y: hidden;
}

/* kontakt */

.kontakt input {
    width: 100%;
    padding: 15px 20px;
    margin: 20px 0 0px;
    border: 1px solid #dedede;
    font-size: 17px;
    font-weight: 300;
    color: #000;
    transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
}

.kontakt textarea {
    width: 100%;
    padding: 15px 20px;
    margin: 20px 0 20px;
    border: 1px solid #dedede;
    font-size: 17px;
    font-weight: 300;
    color: #000;
    height: 200px;
    resize: none;
    transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
}

.kontakt input:hover,
.kontakt textarea:hover {
    border-color: #5c5c5c;
}

.kontakt input:focus,
.kontakt textarea:focus {
    border-color: #eabbe9;
    color: #eabbe9;
}

.kontakt input.antispam {
    display: none;
}

.kontakt button {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00527f+0,017dc3+100 */
    background: #00527f;
    /* Old browsers */
    background: #eabbe9;
    /* FF3.6-15 */
    background: #eabbe9;
    /* Chrome10-25,Safari5.1-6 */
    background: #5c5c5c;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    border: 0;
    color: #FFF;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
    transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    margin-bottom: 50px;
    width: 180px;
    height: 44px;
    line-height: 48px;
    letter-spacing: 0.15em;
}

.kontakt button:hover {
    box-shadow: 290px 0px 0 0 rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 290px 0px 0 0 rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 290px 0px 0 0 rgba(0, 0, 0, 0.2) inset;
}

/* MASKS */

.mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
}

.mask.whiteBg {
    background: #FFF;
}

.mask.grayBg {
    background: #F7F2F2;
}

.mask.blackBg {
    background: #5c5c5c;
}

.mask.orangeBg {
    background: #eabbe9;
}


.toTop {
    position: absolute;
    bottom: 0px;
    width: 50px;
    height: 49px;
    left: calc(50% - 25px);
    border: 1px solid #ededed;
    border-top: 0;
    border-bottom: 0;
    display: none;
}

.toTop a {
    position: relative;
    display: block;
    height: 100%;
}

.toTop a::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 11px;
    width: 16px;
    height: 3px;
    background: #eabbe9;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.toTop a::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 11px;
    width: 16px;
    height: 3px;
    background: #eabbe9;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.adminbtn {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #eabbe9;
    z-index: 9999999999;
    border-radius: 50px;
    box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.admin-menu .adminbtn:before,
.admin-menu .adminbtn:after {
    transform: rotate(405deg);
}

.adminbtn:before {
    content: '';
    width: 20px;
    height: 3px;
    background: #FFF;
    position: fixed;
    right: 35px;
    bottom: 43px;
    border-radius: 10px;
    transition: 0.4s;
}

.adminbtn:after {
    content: '';
    width: 3px;
    height: 20px;
    background: #FFF;
    position: fixed;
    right: 43px;
    bottom: 35px;
    border-radius: 10px;
    transition: 0.4s;
}

#admin {
    background: rgba(20, 20, 20, 0.4);
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999999;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
}

#admin ul {
    background: #FFF;
    position: fixed;
    width: 600px;
    left: 50%;
    top: 50%;
    margin-top: -100px;
    border-radius: 4px;
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.05), 20px 20px 40px 0 rgba(0, 0, 0, 0.2);
    transform: translate3d(-50%, -50%, 0);
}

#admin ul li {
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.05);
}

#admin ul li:last-child {
    border: none;
    box-shadow: none;
}

#admin ul li a {
    color: #5c5c5c;
    font-size: 15px;
    font-weight: 700;
    display: block;
    padding: 20px 20px 15px;
}

.admin-menu #admin {
    visibility: visible;
    opacity: 1;
}


#web {
    position: fixed;
    left: 20px;
    bottom: 36px;
}

#web p {
    margin: 0;
    line-height: 1;
}

#web a {
    color: #733E98;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
}


.page-admin header,
.page-admin footer,
.page-admin #breadcrumbs,
.page-admin #newsletter {
    display: none;
}

.page-admin {
    background: #fafafa;
}

.page-admin .wrapper {
    max-width: 340px;
    margin: 80px auto 50px;
    background: #FFF;
    padding: 20px;
    border-radius: 3px;
    box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.025);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.page-admin input {
    background: #f7f7f7;
    border: 1px solid #ededed;
    padding: 10px;
    border-radius: 4px;
    margin: 10px 0 0;
    min-width: 300px;
    font-weight: 300;
}

.page-admin #akcija {
    background: none;
}

.page-admin .info {
    text-align: center;
    color: green;
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);
    margin: 0 auto 20px;
    padding-bottom: 15px;
    font-size: 14px;
    font-weight: 700;
}

.page-admin h1 {
    font-size: 24px;
    color: #eabbe9;
    text-align: center;
    text-transform: uppercase;
    margin: 10px 0 10px;
    font-weight: 900;
}

.page-admin .napomena {
    margin: 15px 0 0;
    display: block;
    font-size: 13px;
    text-align: center;
    color: red;

    font-weight: 700;
}

.page-admin input:nth-child(4) {
    background: #eabbe9;
    color: #FFF;
    padding: 12px;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;

}

.sledece {
    color: #eabbe9;
    text-align: center;
    display: block;
    width: 100%;

    margin: 40px 0 0;
    font-size: 14px;
    font-weight: 700;
    background: rgba(0, 0, 0, 0.05);
    line-height: 40px;
    border-radius: 4px;
    position: relative;
}

.sledece:before {
    content: '';
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.075);
    position: absolute;
    left: 0;
    top: -20px;

}

.pitanja .accordion {
    cursor: pointer;
    padding: 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 19px;
    transition: 0.4s;
    color: #5c5c5c;
    background: transparent;
    line-height: 50px;
    border-bottom: 1px solid #F7F2F2;
    padding: 3px 0 0;
    font-weight: 400;
}

.pitanja .active,
.accordion:hover {}

.pitanja .accordion:after {
    content: '\002B';
    color: #5c5c5c;
    font-weight: 300;
    float: right;
    margin-right: 10px;
    font-size: 34px;
    width: 30px;
    text-align: left;
}

.pitanja .active:after {
    content: "\2212";
}

.pitanja .panel {
    padding: 0 10px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border-bottom: 1px solid #F7F2F2;
    margin-top: -1px;
}


@media screen and (min-width: 700px) {
    ::-webkit-scrollbar {
        width: 8px;
    }

    ::-webkit-scrollbar-track {
        background-color: #F2F2F2;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.3) inset;
    }

    ::-webkit-scrollbar-thumb {
        background-color: #eabbe9;
        -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 0 rgba(0, 0, 0, 0.3);
        -webkit-transition: 0.4s;
    }

    ::-webkit-scrollbar-thumb:hover {
        background-color: #00527f;
    }
}