/*@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');*/

body {
  margin: 0;
  padding: 0;
  font-family: 'Archivo', sans-serif, Arial;
  font-size: 16px;
  font-weight: 300;
  background: #efefef;
}

a {
  color: #609bbf;
  text-decoration: none;
}
a:hover {
/*  opacity: .8;*/
  text-decoration: underline;
}
a:visited {
  color: #609bbf;
}

.wrapper {
    padding-top: 4em;
}

.content {
  min-height: 100vh;
  /*background: #efefef;*/
  /*padding-top: 6em;*/
  max-width: 1000px;
  margin: auto;
  color:  #555;
  padding-bottom: 5em;
}

.content.home {
  padding-top: 1em;
}

.content.home h1{
  color: #000;
  font-size: 3em;
  text-align: center;
}

.page-content {
  width: 80%;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  padding-bottom:  3em;
}

.page-content img {
  max-width: 100%;
  display: block;
  margin-bottom: 1em;
}

.page-sidebar {
  width: 20%;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  /*background-color: gray;*/
  padding-left: .5em;
}

.post h2 {
  color: black;
}
.post h2:hover {
  color: #609bbf;
}

.sidebar a {
  text-decoration: none;
}
.sidebar a:hover {
  text-decoration: underline;
}

.page-title {
  text-align: center;
  font-size: 3em;
}
/*.content h2 {
  text-align: center;
  font-size: 2em;
}*/


.banner-item-desktop {
  width: 100%;
}
.banner-item-desktop img{
  width: 100%;
}

.carousel-mobile {
    width: 100%;
}
.carousel-desktop {
    width: 100%;
}
.slick-slide img {
    width: 100%;
}

#footer {
  text-align:  center;
  font-size: .8em;
  background-color: #609bbf;
  color:  white;
  overflow: hidden;
  padding: 1em;
}

.posts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}


.posts .post {
  margin: 0 .3em;
  position: relative;
  background-color: #fafafa;
  padding: .5em;
  text-align: left;
  margin-bottom: 1em;
  -webkit-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.05); 
  box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.05);
}

.posts .post img{
  display: block;
  max-width: 100%;
}

.posts .post-category-name {
  position: absolute;
  display: inline-block;
  padding: .3em .5em;
  font-size: .6em;
  background: green;
  color:  white;
  display: none;

}

.sidebar h2 {
  font-size: 1.2em;
  color:  black;
  text-align: center;
  font-weight: normal;
  padding: .2em;
}

.sidebar h2:first-child {
  margin-top: 0;
}

.sidebar {
  /*font-size: .8em;*/
  color: #333;
  padding-bottom: 3em;
}

.sidebar a {
  color: gray;
}

.sidebar a:hover {
  color: gray;
}

.sidebar a:visited {
  color: gray;
}

.sidebar img{
  max-width: 100%;
}

.sidebar h3 {
  font-weight: normal;
  margin-bottom: .2em;
  margin-top: .2em;
  color: #444;
}

.sidebar-news h3 {
  font-size: 1.2em;
  text-align: left;
  margin: 0;
}

.sidebar p{
  margin-top: .2em;
  color: #666;
}

.sidebar-news div {
  border-bottom: 1px solid #ddd;
  margin-bottom: 1em;
  padding-bottom: .5em;
}

.sidebar-events div {
  border-bottom: 1px solid #ddd;
  margin-bottom: 1em;
  padding-bottom: .5em;
  
}

.sidebar-news h2 {
  color: white;
  background: #ad7193;
}

.sidebar-events h2 {
  color: white;
  background: #e85e02;
}

.sidebar-links h2 {
  color: white;
  background: #609bbf;
}

.form {
  width: 50%;
  margin: auto;
}

.form input{
  display: block;
  padding: .5em;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: .3em;
  box-sizing: border-box;
  font-size: 1em;
}

.form label{
  margin-top: .5em;
  display: block;
  box-sizing: border-box;
  font-style: italic;
  color: gray;
}

.form label:after{
  content: ':';
}

.form input[type=submit]{
  display: block;
  padding: .5em 3em;
  width: auto;
  margin: auto;
  margin-top: 1em;
  background-color: #609bbf;
  border: none;
  border-radius: .3em;
  color: white;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
}
.form input[type=submit]:hover{
  opacity: .8;

}

.login-error {
  text-align: center;
  background: #99000010;
  border: 1px solid #990000;
  font-size: 1em;
  border-radius: .3em;
  padding: 1em;
}

.login-error-title{
  font-size: 2em;
  text-align: center;
}

.login-register {
  text-align: right;
  margin-top: 2em;
}

.form-error {
  color: #990000;
  font-size: .8em;
  margin-top: .5em;
  margin-bottom: .5em;
  font-style: italic;
}

.form-error:before{
  content: "*";
}

.post-read-more {
  display: block;
  text-align: right;
}

/*// SHOP*/

.add-to-cart {
    padding: .5em;
    display: block;
    background: white;
    color: black;
    border: 1px solid black;
    width: 100%;
    cursor: pointer;
}

.products-product-name {
    color: black;
    font-weight: 400;
}

.products-product-price {
    color: black;
    font-weight: 200;
    margin: .3em 0;
    font-size: 1.2em;
    text-align: right;
}

.product-gallery-image.selected {
    border: 1px solid gray;
}

/*.products-product-price::after {
    content: 'RSD';
    margin-left: .5em;
    font-size: .8em;
}*/

.add-to-cart:hover {
    background: #ccc;
    border-color: #ccc;
    color: white;
}

.product .product-image {
    width: 100%;
}

.product .product-gallery-image {
    width: 20%;
    vertical-align: top;
    display: inline-block;
    max-height: 5em;
    padding: 1px;
    box-sizing: border-box;
    cursor: pointer;
}

.product .product-gallery-image:hover {
    opacity: .8;
}

.product .product-left {
    display: inline-block;
    width: 50%;
    padding: .5em;
    box-sizing: border-box;
    vertical-align: top;
}

.product .product-right {
    display: inline-block;
    width: 50%;
    padding: .5em;
    box-sizing: border-box;
    vertical-align: top;
}

.products-list {
  padding: 0;
}

.products-list li{
  box-sizing: border-box;
  width: 25%;
  display: inline-block;
  vertical-align: top;
  padding-right: .5em;
  margin-bottom: 4em;
  position: relative;
}


/*CART*/

.cart-products-header {
    font-weight: bold;
}

.cart-products-header div {
    display: inline-block;
    position: relative;
    text-align: center;
}

.cart-products-header div:first-child {
    text-align: left;
}
.cart-products-header div:last-child {
    text-align: right;
}

.cart-products-header-image {
    width: 10%;
}
.cart-products-header-title {
    width: 20%;
}
.cart-products-header-price {
    width: 20%;
}
.cart-products-header-quantity {
    width: 10%;
}
.cart-products-header-total {
    width: 20%;
}
.cart-products-header-remove {
    width: 10%;
}

.cart-products-body {
    /* font-weight: 400; */
    border-bottom: 1px solid rgb(204, 204, 204);
    padding-top: .5em;
    position: relative;
}

.cart-products-body div {
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: middle;
    
}

.cart-sum {
    text-align: right;
}

.cart-sum span {
    font-weight: bold;
}
.cart-sum h1, .cart-sum h3 {
    font-weight: normal;
}

.add-remove {
    display: inline;
    width: 2em;
    height: 2em;
    text-align: center;
    margin: .5em;
    cursor: pointer;
    color: black;
    background: #ccc;
    border-radius: .2em;
    border: none;
}

.add-remove:hover{
    background: #666;
    color: white;
}
.cart-products-body div:first-child {
    text-align: left;
}
/*.cart-products-body div:last-child {
    text-align: right;
}*/

.cart-products-body-image {
    width: 10%;
}
.cart-products-body-image img{
    height: 50px;
}
.cart-products-body-title {
    width: 20%;
}
.cart-products-body-price {
    width: 20%;
    box-sizing: border-box;
    /*text-align: right !important;*/
    /*padding-right: 1em;*/
}
.cart-products-body-quantity {
    /*width: 10%;*/
}
.cart-products-body-quantity span{
    display: inline-block;
    width: 2em;
}
.cart-products-body-total {
    width: 20%;
}
.cart-products-body-remove {
    width: 10%;
    text-align: right;
}

.cart-products-body-full-price {
    text-decoration: line-through !important;
    font-size: .8em !important;
    position: absolute !important;
    top: -1em;
}

.cart-products-body-discount-text {
    background: #c10b0b;
    color: white;
    border-radius: 3px;
    font-size: 10px;
    padding: .2em .5em;
    position: absolute !important;
    top: .1em;
    left: 6em;
}


.cart-product {
    position: relative;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid gray;
    
}

.cart-product button{
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid rgb(190, 190, 190);
    padding: .5em 1em;   
    background: white;
}

.cart-product div{
    padding-top: 1em;
    padding-bottom: 1em;
    vertical-align: middle;
    padding-left: 1em;
}

.cart-product .title{
    position: relative;
    display: inline-block;
    font-weight: bold;
    width: 30%;
    
}

.cart-product .image{
    position: relative;
    display: inline-block;
    font-weight: bold;
    width: 10%;
}

.cart-product .image img{
    height: 60px;
}

.cart-product .quantity{
    position: relative;
    display: inline-block;
    width: 20%;
    text-align: center;
}

.cart-product .quantity span{
    font-size: 1.2em;
    margin-left: .5em;
    margin-right: .5em;
    position: relative;
    display: inline-block;
    width: 3em;
    text-align: center;
}

.cart-product .price{
    position: relative;
    display: inline-block;
    width: 20%;
    text-align: right;
}

.cart-product .trash{
    position: relative;
    display: inline-block;
    width: 10%;
    text-align: right;
}

.cart-product-head{
    background: #694374;
    color: white;
    margin-top: 2em;
}

.cart-inputs {
    display: inline-block;
    position: relative;
    width: 30%;
    vertical-align: top;
    margin-right: 3%;
    text-align: center;
}

.cart-inputs ul{
    text-align: left;
}

.cart-inputs input{
    display: inline-block;
    position: relative;
    width: 100%;
}

.cart-inputs h3{
    margin-bottom: .5em;
}

.cart-input-radio {
    position: relative;
    display: inline-block;
    margin-top: 1.4em;
}

.cart-input-radio-label {
    display: inline-block;
    margin-right: 5em;
}

.cart-inputs-billing {
    display: inline-block;
    position: relative;
    width: 50%;
    vertical-align: top;
}

.cart-inputs-billing div{
    display: inline-block;
    position: relative;
    width: 75%;
    vertical-align: top;
    margin-left: .5em;
}

.cart-inputs-billing div h4{
    margin-bottom: 0;
}

.town-checkbox{
    text-align:left; 
    position:relative;
    margin: 0.5em 0;
}

.cart-street-box{
    width: 72%;
    display: inline-block;
    margin-right: 6%;
}

.cart-streetNum-box{
    width: 22%;
    display: inline-block;
}

.cart-submit {
    background: rgba(105, 67, 116, 0.25);
    padding: 1em 4em;
    text-align: center;
    font-weight: normal;
    font-size: 1.8em;
    margin-top: 2em;
}

.cart-head-half {
    width: 48%;
    display: inline-block;
    position: relative;
    font-weight: bold;
}

.cart-submit strong{
    font-weight: bold;
}

.cart-submit a{
    text-decoration: underline;
    cursor: pointer;
}

.cart-submit button{
    background: #66C09E;
    font-weight: bold;
    font-size: 1.4em;
    margin-top: 1em;
    color: white;
    padding: .2em 1em;
    cursor: pointer;
}

.cart-total {
    width: 100%;
    text-align: right;
}


.cart-total h5{
    font-style: italic;
    font-weight: normal;
}

.cart-form-section {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding: .5em;
  box-sizing: border-box;
}

.cart .cart-note-textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    min-height: 8em;
    border-color: #ddd;
    resize: none;
    border-radius: .5em;
}

.cart .cart-note-section {
    padding: .5em;
    padding-top: 1em;
}

.cart section {
  border-bottom: 1px solid #ddd;
  margin-bottom: 1em;
  padding-bottom: 1em;
}

form input[type='text'] {
  width: 100%;
  box-sizing: border-box;
  padding: .5em;
  font-size: 1em;
  border: 1px solid #ddd;
  border-radius: .3em;
  margin-bottom: .5em;
}

form select {
  width: 100%;
  box-sizing: border-box;
  padding: .5em;
  font-size: 1em;
  border: 1px solid #ddd;
  border-radius: .3em;
  margin-bottom: .5em;
}

.cart section.checkout {
  text-align: center;
  border: none;
}

.checkout button{
  font-size: 1.8em;
  text-align: center;
  padding: .5em 2em;
  border-radius: .2em;
  border: none;
  background: #60a9b1;
  color: white;
  cursor: pointer;
  margin-top: .5em;
}

.quill-better-table {
    width: 100% !important;
    font-size: .8em;
}

.quill-better-table td{
    border: 1px solid gray;
    
}
.quill-better-table p{
    margin: .5em;
    padding: 0;
    
}

.quill-better-table {
    border-collapse: collapse;
}


/*SUCCESS*/

.success table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1em;

}
.success table td{
    border: 1px solid #ccc;
    padding: .5em;
    
}

.success table th{
    border: 1px solid #ccc;
    padding: .5em;   
}

.success-table-unit-price, .success-table-price {
    text-align: right;
}

.success-table-quantity {
    text-align: center;
}

.success-table-name {
    font-weight: 600;
}

.uplatnica {
    position: relative;
}

.uplatnica img {
    width:  100%;
}
.uplatnica p {
    position:  absolute;
}

.success-up-name {
    top: 10%;
    left: 4%;
}
.success-up-address {
    top: 15%;
    left: 4%;
}
.success-up-pop {
    top: 32%;
    left: 4%;
}
.success-up-recipient {
    top: 55%;
    left: 4%;
    width: 40%;
}
.success-up-currency {
    top: 13%;
    left: 64%;
}
.success-up-total {
    top: 13%;
    left: 73%;
}
.success-up-paccount {
    top: 27%;
    left: 60%;
}
.success-up-model {
    top: 40%;
    left: 55%;
}
.success-up-reference-num {
    top: 40%;
    left: 65%;
}
.success-up-info {
    font-weight: bold;
    border: 1px solid black;
    padding: 1em;
}

.success-payment-totals {
    text-align: right;
}

.success-transaction-data {
    font-size: .8em;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.page-hero-image-mobile {
    display: none;
}

.page-hero-image-mobile img{
    width: 100%;
}

.products-search input {
    padding: 0.5em;
    font-size: 1em;
    width: 100%;
    margin: 0;
    border: 1px solid #bbb;
    border-radius: 0.3em;
    box-sizing: border-box;
}

.product-discount-sticker {
    position: absolute;
    font-size: .8em;
    top: 1em;
    right: 0;
    padding: .3em;
    background: orangered;
    color: white;
    font-weight: bold;
    z-index: 3;
}

.product-option-container {
    width: 100%;
}
.product-option-container select{
    width: 100%;
    padding: .3em;
    border: 1px solid #ccc;
    border-radius: .3em;

}

.cart-products-body div.cart-product-selected-options {
    display: block;
    text-align: center;
}

.cart-product-selected-option {
    margin-rigth: 2px;
    font-size: .6em;
    border-radius: .3em;
    padding: .2em .5em;
}

.product-posts {
    position: relative;
    display: block;
}

.product-post {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    box-sizing: border-box;
}

/* LOADER -- WE NEED THIS ALWAYS */
.notify-loader {
    position:fixed;
    z-index: 900;
    width: 100vw;
    height: 100vh;
    color: black;
    background: #ffffffee;
    padding: 50vh 0;
    text-align: center;
    top: 0;
    left: 0;
}

.cart-mandatory-fields {
    text-align: center;
    font-size: .8em;
    margin-bottom: 1em;

}

.option-color-container {
    width: 12%;
    /* height: 34px; */
    display: inline-block;
    margin: 4px;
    cursor: pointer;
    box-sizing: border-box;
    vertical-align: top;
    font-size: 12px;
    text-align: center;
}

.option-color {
    width: 48px;
    height: 48px;
    border-radius: 100px;
    display: block;
    margin: 2px;
    cursor: pointer;
}

.option-color-container p{
    text-align: center;
    font-size: 10px;
}

.option-color.selected {
    border: 1px solid white;
    -webkit-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.3); 
  box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.3);
}


#product-options {
    position: relative;
}
#options-color-selector {
    display: none;
}

.options-color-selector {
    position: absolute;
    background: white;
    width: 100%;
    height: 50vh;
    overflow-y: scroll;
    z-index: 1;
}

#options-selected-color {
    background: white;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 2px;
    padding-bottom: 0;
    position: relative;
}

#options-selected-color:after {
    content: '▸';
    position: absolute;
    right: 5px;
    top: 50%;
    font-size: 18px;
    transform: translateY(-50%);
}



.selected-color-option-image {
    width: 32px;
    height: 32px;
    border-radius: 100px;
    display: block;
    margin: 2px;
    cursor: pointer;
    display: inline-block;
}

.selected-color-option-name {
    display: inline-block;
    line-height: 32px;
    height: 32px;
    margin: 2px;
    margin-left: 0.5em;
    vertical-align: top;
}

.selected-color-img {
    width: 32px;
    height: 32px;
    border-radius: 100px;
}

.selected-color-img-options {
    width: 100%;
    height: 100%;
    border-radius: 100px;
}


.survey-correct-answer {
    background: green;
    color: white;
}

.survey-incorrect-answer {
    background: darkred;
    color: white;
}

.self-pickup-container {
    font-size: 16px;
    font-weight: normal;
}
#self-pickup {
    vertical-align: top;
}

.content.product .af-label:after {
    content: ': ';
}
.content.product .af-value {
    font-weight: 400;
}


.segment-link-button {
    display: inline-block;
      padding: .3em 1.5em;
      border-radius: 1000px;
      border: 1px solid blue;
      background: blue;
      color: white;
      font-size: 1.2em;
      margin: 1em 0;
      transition: background-color .5s, border-color .5s;
      text-decoration: none;
      font-weight: normal;
}

.content .segment-link-button img {
    width: 1em;
}

.page-hero-image {
    position: relative;
}

.page-hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 1em;
    color: white;
    width: 100%;
    text-align: center;
}


















