* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'roboto';
    src: url(fonts/Roboto-Bold.ttf);
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: 'thin-roboto';
    src: url(fonts/Roboto-Thin.ttf);
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: 'normal-roboto';
    src: url(fonts/Roboto-Regular.ttf);
    font-style: normal;
    font-weight: 100;
}

html,
body {
    height: 100%;
    background: white;
    background-color: rgb(34, 35, 35);
}

.second-half {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.logo {
    float: left;
    vertical-align: middle;
    width: 130px;
    margin-right: 0;
    margin-left: 50px;
    display: inline;
}

.navbar-links {
    margin-left: -180px;
    display: inline;
}

.sunscreen-models {
    color: white;
    font-family: normal-roboto;
    letter-spacing: .3vw;
    width: 100%;
    text-align: center;
    margin-top: 3%;
    margin-bottom: 2%;
}


/*
Footer start
*/


/*

Footer Zavada Početak

*/

.footer {
    border-top: 3px solid rgb(169, 128, 89);
    display: flex;
    justify-content: space-between;
    color: white;
    font-family: roboto;
}

.footer-item {
    margin: 50px 10px 50px 10px;
}

.footer ul,
li,
a {
    list-style: none;
    text-decoration: none;
    color: inherit;
}

footer li {
    margin-top: 10px;
}

footer h3 {
    margin-bottom: 30px;
    font-size: 20px;
    color: rgb(169, 128, 89);
}

.footer .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.logo-footer {
    height: 30px;
    margin-left: 30px;
    vertical-align: middle;
}

.featured-items {
    border-top: 3px solid rgb(169, 128, 89);
}

.paypal-logo-footer {
    height: 60px;
    margin-top: 20px;
    margin-left: 10px;
    display: block;
}

.footer .social-icon {
    height: 60px;
    margin-top: 10px;
    margin-left: 30px;
    border-radius: 20px;
}

.footer-social {
    display: flex;
    justify-content: center;
    border-top: 3px solid rgb(169, 128, 89);
}

.footer-social a {
    width: 30px;
    height: 30px;
    margin: 20px;
}

.footer-social img {
    width: 30px;
    height: 30px;
}

.copyright {
    text-align: center;
    color: white;
    padding-bottom: 20px;
}


/*

Footer Zavada Kraj

*/


/* Comparison slider */

div#comparison {
    height: 60vw;
    overflow: hidden;
}

div#comparison figure {
    background-image: url(media/Sunscreen_03_a_1920x1000.jpg);
    background-size: cover;
    font-size: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

div#comparison figure>img {
    position: relative;
    width: 100%;
}

div#comparison figure div {
    background-image: url(media/Sunscreen_03_b_1920x1000.jpg);
    background-size: cover;
    width: 50%;
    overflow: hidden;
    bottom: 0;
    height: 100%;
}

div#comparison2 {
    height: 60vw;
    overflow: hidden;
}

div#comparison2 figure {
    background-image: url(media/Sunscreen_02_0B.jpg);
    background-size: cover;
    font-size: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

div#comparison2 figure>img {
    position: relative;
    width: 100%;
}

div#comparison2 figure div {
    background-image: url(media/Sunscreen_02_dark_0B.jpg);
    background-size: cover;
    width: 100%;
    overflow: hidden;
    bottom: 0;
    height: 100%;
}

input[type=range]::-ms-thumb {
    color: black
}

input[type=range] {
    -moz-appearance: none;
    position: relative;
    top: -5rem;
    background-color: rgba(255, 255, 255, 0.1);
    width: 100%;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]:active {
    outline: none;
}

input[type=range]::-moz-range-track {
    display: none;
    -moz-appearance: none;
    height: 5px;
    width: 98%;
    background-color: rgba(255, 255, 255, 0.1);
    position: relative;
    outline: none;
}

input[type=range]::active {
    border: none;
    outline: none;
}

input[type=range]::-webkit-slider-thumb {
    width: 20px;
    height: 20px;
    color: rgb(169, 128, 89);
}

input[type=range]::-moz-range-thumb {
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    background: transparent;
    background-color: rgb(169, 128, 89);
}

input[type=range]:focus::-webkit-slider-thumb {
    background: rgb(169, 128, 89);
}

input[type=range]:focus::-moz-range-thumb {
    background: rgb(169, 128, 89);
}


/* End comparison slider */

.ideal-for-both {
    color: white;
    width: 60%;
    text-align: center;
    margin-left: 20%;
    margin-top: 4%;
    font-size: 32px;
    font-family: normal-roboto;
    font-style: italic;
}

.ambient-light,
.custom-built,
.up-to-200-inch {
    display: list-item;
    position: absolute;
    top: 25%;
    left: 6%;
    font-family: roboto;
    font-weight: 600;
    font-size: 30px;
    color: white;
}

.custom-built {
    top: 45%;
}

.up-to-200-inch {
    top: 65%;
}

.gray {
    background-color: rgb(154, 154, 154);
}

.title-materials-table {
    border-spacing: 5px;
}

.footer-company {
    text-align: center;
    color: rgb(212, 212, 212);
    padding-top: .3%;
    padding-bottom: .3%;
}

.policy-title {
    color: white;
    font-family: normal-roboto;
    letter-spacing: .2vw;
    margin-top: 3%;
    margin-bottom: 0px;
    margin-left: 12%;
    font-size: 25px;
}

.policy-des {
    color: white;
    width: 76%;
    margin-left: 12%;
    margin-top: 15px;
    font-size: 22px;
    font-family: normal-roboto;
}

.policy-main-title {
    color: white;
    font-family: normal-roboto;
    letter-spacing: .2vw;
    margin-top: 3%;
    margin-bottom: 2%;
    margin-left: 5%;
    font-size: 30px;
}


/* .footer-title {
padding-left: 19%;
text-decoration: none;
color: white;
font-family: normal-roboto;
font-size: 1vw;
letter-spacing: .2rem;
} */

.social-media-title {
    font-family: thin-roboto;
    margin-left: 3%;
    letter-spacing: .2vw;
    font-size: .7vw;
    color: white;
}


/*
Footer end
*/

.cart {
    height: 2vw;
}

.header {
    position: fixed;
    z-index: 1000;
    width: 100%;
    background-color: rgb(34, 35, 35);
}

.navbar-links-responsive a {
    display: block;
    padding: 10px;
    text-align: center;
}

.hamburger {
    float: right;
    margin-right: 20px;
    display: none;
}

.policy-underline {
    width: 700px;
    margin-left: 3%;
    margin-bottom: 5%;
}

main {
    padding-top: 70px
}

.navbar {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 10px;
    align-items: center;
    text-align: center;
}

.link-menu-item {
    display: inline;
    padding-left: 40px;
    text-decoration: none;
    color: white;
    font-family: normal-roboto;
    font-size: 12px;
    letter-spacing: 2px;
}

.free-shipping {
    color: white;
    font-family: thin-roboto;
    letter-spacing: 5px;
    font-size: 12px;
    text-align: center;
    background-color: rgb(169, 128, 89);
    padding-top: 4px;
    padding-bottom: 4px;
}

.compare-title {
    color: white;
    font-family: normal-roboto;
    letter-spacing: .3vw;
    width: 100%;
    text-align: center;
    margin-top: 3%;
    margin-bottom: 2%;
}

.aspect-ratio {
    width: 28%;
    margin-left: 41%;
}

.container {
    position: relative;
    text-align: left;
    color: white;
    padding-top: 0px;
}

.text-title1 {
    position: absolute;
    top: 65%;
    width: 100%;
    text-align: center;
    font-family: normal-roboto;
    font-weight: 600;
    font-size: 2vw;
    color: white;
    letter-spacing: .6rem;
}

.text-title2 {
    position: absolute;
    top: 73%;
    width: 100%;
    text-align: center;
    font-family: thin-roboto;
    font-weight: 600;
    font-size: 1.3vw;
    color: white;
    letter-spacing: .6rem;
}

.title-products {
    color: white;
    font-family: normal-roboto;
    letter-spacing: .4vw;
    width: 70%;
    margin-left: 15%;
    text-align: center;
    margin-top: 5%;
    margin-bottom: 2%;
    font-size: 50px;
}

.aspect {
    color: white;
    font-family: normal-roboto;
    letter-spacing: .4vw;
    width: 100%;
    text-align: center;
    margin-top: 5%;
    margin-bottom: 2%;
    font-size: 30px;
    margin-left: 0%;
}

.second_page_title {
    position: absolute;
    top: 8%;
    width: 30%;
    text-align: center;
    font-family: roboto;
    font-weight: 600;
    font-size: 3vw;
    color: rgb(169, 128, 89);
}

.bigger {
    position: absolute;
    top: 26%;
    left: 7%;
    font-family: roboto;
    font-weight: 600;
    font-size: 3vw;
}

.brighter {
    position: absolute;
    top: 41%;
    left: 7%;
    font-family: roboto;
    font-weight: 600;
    font-size: 3vw;
}

.better {
    position: absolute;
    top: 57%;
    left: 7%;
    font-family: roboto;
    font-weight: 600;
    font-size: 3vw;
}

.second_page_description {
    position: absolute;
    top: 38%;
    left: 27%;
    font-family: roboto;
    font-weight: 100;
    font-size: 1vw;
}


/* Top right text */

.top-right {
    position: absolute;
    top: 8px;
    right: 16px;
}


/* Bottom right text */

.bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
}


/* Centered text */

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* .container img {
    width: 100%;
    height: auto;
} */

.photo2 {
    width: 70%;
    display: block;
    margin-top: 0%;
    margin-left: 30%;
    text-align: center;
    align-items: center;
}

.photo3 {
    width: 70%;
    display: block;
    margin-top: 0%;
    margin-right: 30%;
}

.photo4 {
    display: block;
    width: 100%;
}

.container .btn {
    position: absolute;
    top: 85%;
    left: 50%;
    font-weight: 700;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 20px;
    border: none;
    text-align: center;
    border: 3px solid white;
    background: transparent;
    color: white;
    width: 300px;
    height: 50px;
    cursor: pointer;
    margin: 10px;
}

.container .btn:hover {
    background-color: rgb(169, 128, 89);
    color: white;
}

.btn_buy {
    margin-top: 50px;
    margin-bottom: -90px;
}

.container .btn2 {
    position: absolute;
    top: 83%;
    left: 12%;
    font-weight: 700;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 100%;
    border: none;
    text-align: center;
    border: 3px solid white;
    background: transparent;
    color: white;
    width: 250px;
    height: 50px;
    align-items: center;
    cursor: pointer;
}

.container .btn2:hover {
    background-color: rgb(169, 128, 89);
    color: white;
}

.bigger-title {
    position: absolute;
    top: 17%;
    left: 70%;
    width: 30%;
    text-align: center;
    font-family: roboto;
    font-weight: 600;
    font-size: 4vw;
    color: rgb(169, 128, 89);
}

.two-hundred {
    top: 49%;
    font-size: 7vw;
}

.bigger-title-black {
    position: absolute;
    top: 29%;
    left: 79%;
    font-family: roboto;
    font-weight: 600;
    font-size: 3vw;
    color: white;
}

.bigger-description {
    position: absolute;
    top: 40%;
    left: 77%;
    font-family: roboto;
    font-weight: 100;
    font-size: 1vw;
    color: white;
}

.container .btn3 {
    position: absolute;
    top: 83%;
    left: 84%;
    font-weight: 700;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 100%;
    border: none;
    text-align: center;
    border: 3px solid white;
    background: transparent;
    color: white;
    width: 250px;
    height: 50px;
    cursor: pointer;
}

.container .btn3:hover {
    background-color: rgb(169, 128, 89);
    color: white;
}

.brighter-title {
    position: absolute;
    top: 17%;
    width: 30%;
    text-align: center;
    font-family: roboto;
    font-weight: 600;
    font-size: 4vw;
    color: rgb(169, 128, 89);
}

.brighter-title-black {
    position: absolute;
    top: 37%;
    left: 6%;
    font-family: roboto;
    font-weight: 600;
    font-size: 2.2vw;
    color: white;
}

.subscribe-footer {
    margin-right: 20%;
}

.container .btn4 {
    position: absolute;
    top: 83%;
    left: 15%;
    font-weight: 700;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 100%;
    border: none;
    text-align: center;
    border: 3px solid white;
    background: transparent;
    color: white;
    width: 250px;
    height: 50px;
    align-items: center;
    cursor: pointer;
}

.container .btn4:hover {
    background-color: rgb(169, 128, 89);
    color: white;
}

.brighter-description {
    position: absolute;
    top: 60%;
    left: 12%;
    font-family: roboto;
    font-weight: 100;
    font-size: 1vw;
    color: white;
}

.better-title {
    position: absolute;
    top: 17%;
    left: 76%;
    width: 20%;
    text-align: center;
    font-family: roboto;
    font-weight: 600;
    font-size: 4vw;
    color: rgb(169, 128, 89);
}

.better-title-black {
    position: absolute;
    top: 37%;
    left: 76%;
    font-family: roboto;
    font-weight: 600;
    font-size: 2.7vw;
    color: white;
}

.container .btn5 {
    position: absolute;
    top: 83%;
    left: 86%;
    font-weight: 700;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 100%;
    border: none;
    text-align: center;
    border: 3px solid white;
    background: transparent;
    color: white;
    width: 250px;
    height: 50px;
    cursor: pointer;
}

.container .btn5:hover {
    background-color: rgb(169, 128, 89);
    color: white;
}

.better-description {
    position: absolute;
    top: 60%;
    left: 61%;
    font-family: roboto;
    font-weight: 100;
    font-size: 1vw;
    color: white;
}

.customized-title {
    position: absolute;
    top: 17%;
    left: 5%;
    font-family: roboto;
    font-weight: 600;
    font-size: 4vw;
    color: rgb(169, 128, 89);
}

.price-des {
    color: #2bae66ff;
    font-size: 14px;
    margin-top: 5px;
    font-family: roboto;
    font-style: italic;
    text-align: left;
    width: 65%;
}

.container .btn6 {
    position: absolute;
    top: 83%;
    left: 10%;
    font-weight: 700;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 100%;
    border: none;
    text-align: center;
    border: 3px solid white;
    background: transparent;
    color: white;
    width: 250px;
    height: 50px;
    align-items: center;
    cursor: pointer;
}

.container .btn6:hover {
    background-color: rgb(169, 128, 89);
    color: white;
}

.customized-title-black {
    position: absolute;
    top: 39%;
    left: 5%;
    font-family: roboto;
    font-weight: 600;
    font-size: 3vw;
    color: white;
}

.customized-description {
    position: absolute;
    top: 43%;
    left: 7%;
    font-family: roboto;
    font-weight: 100;
    font-size: 20px;
    color: white;
}

.container .btn7 {
    position: absolute;
    top: 88%;
    left: 50%;
    font-weight: 700;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 100%;
    border: none;
    text-align: center;
    border: 3px solid white;
    background: transparent;
    color: white;
    width: 250px;
    height: 50px;
    cursor: pointer;
}

.container .btn7:hover {
    background-color: rgb(169, 128, 89);
    color: white;
}

.image1-title {
    position: absolute;
    top: 78%;
    left: 33%;
    font-family: roboto;
    font-weight: 500;
    font-size: 3vw;
    color: white;
    text-align: center;
}

.image2-title {
    padding-top: 5%;
    padding-bottom: 5%;
    top: 78%;
    left: 33%;
    font-family: roboto;
    font-weight: 500;
    font-size: 3vw;
    color: white;
    text-align: center;
}


/* 
Zavada pocetak
*/

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.label-100 {
    font-family: Montserrat-SemiBold;
    font-size: 10px;
    color: #393939;
    line-height: 1.5;
    text-transform: uppercase;
}

.contact-textinput {
    width: 100%;
    position: relative;
    border: 1px solid #e6e6e6;
    border-radius: 100px;
    padding: 10px 30px 9px 22px;
    margin-bottom: 20px;
    background-color: #f7f7f7;
}

.contact-button {
    background-color: #858585;
    color: rgb(255, 255, 255);
    padding: 10px 20px;
    margin-left: 10px;
    border: none;
    border-radius: 100px;
    cursor: pointer;
}

.contact-button:hover {
    background-color: #9b9b9b;
}

.contact-container {
    color: rgb(169, 128, 89)enrod;
    background-color: #000000;
    padding: 20px;
}

.contact-picture {
    background-image: url(./media/3.png);
    background-size: cover;
}


/*

Contact plugin

*/


/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body,
html {
    height: 100%;
    font-family: Poppins-Regular, sans-serif;
}


/*---------------------------------------------*/


/* a {
font-family: Poppins-Regular;
font-size: 14px;
line-height: 1.7;
color: #666666;
margin: 0px;
transition: all 0.4s;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
}

a:focus {
outline: none !important;
}

a:hover {
text-decoration: none;
}
*/


/*---------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}


/*---------------------------------------------*/

input {
    outline: none;
    border: none;
}

input[type="number"] {
    -moz-appearance: textfield;
    appearance: none;
    -webkit-appearance: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

textarea {
    outline: none;
    border: none;
}

textarea:focus,
input:focus {
    border-color: transparent !important;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder {
    color: transparent;
}

textarea:focus::-moz-placeholder {
    color: transparent;
}

textarea:focus:-ms-input-placeholder {
    color: transparent;
}

input::-webkit-input-placeholder {
    color: #adadad;
}

input:-moz-placeholder {
    color: #adadad;
}

input::-moz-placeholder {
    color: #adadad;
}

input:-ms-input-placeholder {
    color: #adadad;
}

textarea::-webkit-input-placeholder {
    color: #adadad;
}

textarea:-moz-placeholder {
    color: #adadad;
}

textarea::-moz-placeholder {
    color: #adadad;
}

textarea:-ms-input-placeholder {
    color: #adadad;
}


/*---------------------------------------------*/

button {
    outline: none !important;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}

iframe {
    border: none !important;
}


/*//////////////////////////////////////////////////////////////////
[ Utility ]*/

.bg0 {
    background-color: #fff;
}

.bg1 {
    background-color: #f7f7f7;
}


/*//////////////////////////////////////////////////////////////////
[ Contact ]*/

.container-contact100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: rgb(34, 35, 35);
}

.wrap-contact100 {
    margin-top: 60px;
    width: 920px;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    padding: 62px 55px 90px 55px;
}


/*------------------------------------------------------------------
[  ]*/

.contact100-form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact100-form-title {
    display: block;
    width: 100%;
    font-family: Montserrat-Black;
    font-size: 39px;
    color: #333333;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 59px;
}


/*------------------------------------------------------------------
[  ]*/

.wrap-input100 {
    width: 100%;
    position: relative;
    border: 1px solid #e6e6e6;
    border-radius: 13px;
    padding: 10px 30px 9px 22px;
    margin-bottom: 20px;
}

.rs1-wrap-input100 {
    width: calc((100% - 30px) / 2);
}

.label-input100 {
    font-family: normal-roboto;
    font-size: 10px;
    color: #393939;
    line-height: 1.5;
    text-transform: uppercase;
}

.input100 {
    display: block;
    width: 100%;
    background: transparent;
    font-family: normal-roboto;
    font-size: 18px;
    color: #555555;
    line-height: 1.2;
    padding-right: 15px;
}


/*---------------------------------------------*/

input.input100 {
    height: 40px;
}

textarea.input100 {
    min-height: 120px;
    padding-top: 9px;
    padding-bottom: 13px;
}

.input100:focus+.focus-input100::before {
    width: 100%;
}

.has-val.input100+.focus-input100::before {
    width: 100%;
}


/*------------------------------------------------------------------
[ Button ]*/

.container-contact100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
    width: 100%;
}

.contact100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    background-color: #333333;
    border-radius: 25px;
    font-family: roboto;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.contact100-form-btn i {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.contact100-form-btn:hover {
    background-color: rgb(169, 128, 89);
}

.contact100-form-btn:hover i {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}


/*------------------------------------------------------------------
[ Responsive ]*/


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    width: 100%;
    min-height: 40px;
    background-color: #f7f7f7;
    top: 35px;
    left: 0px;
    padding: 0 45px 0 22px;
    pointer-events: none;
    font-family: Montserrat-SemiBold;
    font-size: 18px;
    color: #fa4251;
    line-height: 1.2;
}

.btn-hide-validate {
    font-family: Material-Design-Iconic-Font;
    font-size: 18px;
    color: #fa4251;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 35px;
    right: 12px;
}

.rs1-alert-validate.alert-validate::before {
    background-color: #fff;
}

.true-validate::after {
    content: "\f26b";
    font-family: Material-Design-Iconic-Font;
    font-size: 18px;
    color: #00ad5f;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 35px;
    right: 10px;
}


/*---------------------------------------------*/


/*==================================================================
[ Restyle Select2 ]*/

.select2-container {
    display: block;
    max-width: 100% !important;
    width: auto !important;
}

.select2-container .select2-selection--single {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    background-color: transparent;
    border: none;
    height: 40px;
    outline: none;
    position: relative;
}


/*------------------------------------------------------------------
[ in select ]*/

.select2-container .select2-selection--single .select2-selection__rendered {
    font-family: Montserrat-SemiBold;
    font-size: 18px;
    color: #555555;
    line-height: 1.2;
    padding-left: 0px;
    background-color: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.select2-selection__arrow b {
    display: none;
}

.select2-selection__arrow::before {
    content: '\f312';
    font-family: Material-Design-Iconic-Font;
    font-size: 18px;
    color: #555555;
}


/*==================================================================
[ Restyle Radio ]*/

.wrap-contact100-form-radio {
    width: 100%;
    padding: 15px 25px 0 25px;
}

.contact100-form-radio {
    padding-bottom: 5px;
}

.input-radio100 {
    display: none;
}

.label-radio100 {
    display: block;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    font-family: Montserrat-SemiBold;
    font-size: 18px;
    color: #555555;
    line-height: 1.2;
}

.label-radio100::before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #cdcdcd;
    background: #fff;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.label-radio100::after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 6px solid transparent;
    background: #00ad5f;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}

.input-radio100:checked+.label-radio100::after {
    display: block;
}


/*==================================================================
[ rs NoUI ]*/

.wrap-contact100-form-range {
    width: 100%;
    padding: 20px 25px 57px 25px;
}

.contact100-form-range-value {
    font-family: Montserrat-SemiBold;
    font-size: 18px;
    color: #555555;
    line-height: 1.2;
    padding-top: 10px;
    padding-bottom: 30px;
}

.contact100-form-range-value input {
    display: none;
}

#filter-bar {
    height: 20px;
    border: 1px solid #e6e6e6;
    border-radius: 9px;
    background-color: #f7f7f7;
}

#filter-bar .noUi-connect {
    border: 1px solid #e6e6e6;
    border-radius: 9px;
    background-color: #00ad5f;
    box-shadow: none;
}

#filter-bar .noUi-handle {
    width: 40px;
    height: 36px;
    border: 1px solid #cccccc;
    border-radius: 9px;
    background: #f5f5f5;
    cursor: pointer;
    box-shadow: none;
    outline: none;
    top: -8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}

#filter-bar .noUi-handle.noUi-handle-lower {
    left: -1px;
}

#filter-bar .noUi-handle.noUi-handle-upper {
    left: -39px;
}

#filter-bar .noUi-handle:before {
    content: "";
    display: block;
    position: unset;
    height: 12px;
    width: 9px;
    background-color: transparent;
    border-left: 2px solid #cccccc;
    border-right: 2px solid #cccccc;
}

#filter-bar .noUi-handle:after {
    display: none;
}

/*
Five star rating
*/

.rating {
display: flex;
flex-direction: row-reverse;
justify-content: center;
}


.rating > input{ display:none;}

.rating > label {
position: relative;
width: 1.1em;
font-size: 40px;
color: rgb(169, 128, 89);
cursor: pointer;
}

.rating > label::before{
content: "\2605";
position: absolute;
opacity: 0;
}

.rating > label:hover:before,
.rating > label:hover ~ label:before {
opacity: 1 !important;
}

.rating > input:checked ~ label:before{
opacity:1;
}

.rating:hover > input:checked ~ label:before{ opacity: 0.4; }


/* 

End contact

*/


/*
Configure start
*/

.square-radio {
    opacity: 0;
    z-index: 100;
}

.square-label {
    padding: 2%;
    border: 2px solid white;
    border-radius: 0px;
    cursor: pointer;
}

.square-radio:checked+label,
.Checked+label {
    border-color: rgb(169, 128, 89);
}

.configure-container {
    display: grid;
    grid-template-columns: 5fr 4fr;
    color: white;
    font-family: normal-roboto;
    font-size: 15px;
    letter-spacing: .2vw;
}

.sunscreen-image {
    margin-top: 7%;
    margin-left: 8%;
    width: 100%;
    height: 100%;
    /*     border: 2px solid rgb(78, 78, 78);
    border sivi

*/
    border: 2px solid rgb(34, 35, 35);
}

#sunscreen-image {
    vertical-align: middle;
    border: 4px solid black;
}

.configurator {
    margin: 7%;
    padding-left: 10%;
    font-family: normal-roboto;
}


/*
Configure end
*/


/* 
Zavada kraj
*/


/* Configure Valentin
*/

.size {
    padding-bottom: 3%;
    margin-top: 0%;
}

.title-configurator {
    padding-bottom: 6%;
    font-family: roboto;
    font-size: 20px;
    margin-top: 5%;
}

.title-build-your-sunscreen {
    font-family: normal-roboto;
    margin-top: 4%;
    margin-bottom: 7%;
    font-size: 30px;
}


/* end 
*/

#myRange {
    position: unset;
    -webkit-appearance: unset;
    height: 3px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    /* -webkit-transition: .2s; */
}

#slider {
    -webkit-appearance: unset;
    height: 2px;
    border-radius: 1px;
    background: #d3d3d3;
    outline: none;
    /* -webkit-transition: .2s; */
}

#slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 2vw;
    height: 2vw;
    border-radius: 90%;
    background: rgb(169, 128, 89);
    cursor: pointer;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 2vw;
    height: 2vw;
    border-radius: 90%;
    background: rgb(169, 128, 89);
    cursor: pointer;
}

.container .btn8 {
    position: absolute;
    top: 85%;
    left: 50%;
    font-weight: 700;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 100%;
    border: none;
    text-align: center;
    border: 3px solid white;
    background: transparent;
    color: white;
    width: 250px;
    height: 50px;
    cursor: pointer;
}

.container .btn8:hover {
    background-color: rgb(169, 128, 89);
    color: white;
}

.container .btn9 {
    position: absolute;
    top: 91%;
    left: 50%;
    font-weight: 700;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 100%;
    border: none;
    text-align: center;
    border: 3px solid white;
    background: transparent;
    color: white;
    width: 250px;
    height: 50px;
    cursor: pointer;
}

.container .btn9:hover {
    background-color: rgb(169, 128, 89);
    color: white;
}

.featured-items {
    display: flex;
    align-items: space-between;
    justify-content: center;
    /* grid-template-columns: 1fr 1fr 1fr 1fr; */
}

.featured-item {
    color: white;
    margin: 3%;
    text-align: center;
}

.featured-links {
    /* display: flex;
    align-items: space-between;
    justify-content: center; */
}

.material_throw {
    width: 50%;
    display: block;
    margin-top: 0%;
    margin-left: 25%;
}

.featured-link {
    /* color: white;
    margin: 0 11% 0 11%;
    text-align: center; */
    text-decoration: underline;
    color: white;
}

.featured-item>img {
    width: 20%;
}

.icon-title {
    line-height: 3vw;
}

.icon-title2 {
    line-height: 1.9vw;
}


/*
Novi dio
*/


/*
kraj
*/

.compare-row {
    max-width: 1600px;
    margin: auto;
}


/* Three image containers (use 25% for four, and 50% for two, etc) */

.column {
    float: left;
    width: 33.33%;
    padding: 25px;
}


/* Clear floats after image containers */

.row::after {
    content: "";
    clear: both;
    display: table;
}

.title-materials {
    font-family: roboto;
    color: white;
    font-size: 30px;
    text-align: center;
}

.title-compare {
    font-family: roboto;
    color: white;
    font-size: 30px;
    margin-top: 40px;
    margin-left: 20px;
}

.under-title {
    margin: 8px 10px;
    height: 1px;
    background-color: rgb(121, 121, 121);
    border: 1px solid rgb(121, 121, 121);
}

.description-materials {
    font-family: normal-roboto;
    color: rgb(255, 255, 255);
    /* display: inline; */
    font-size: 25px;
}

.products-description {
    color: white;
    width: 80%;
    text-align: center;
    margin-left: 10%;
    margin-top: 4%;
    margin-bottom: 4%;
    font-size: 32px;
    font-family: normal-roboto;
}

.compare-images-row {
    max-width: 1500px;
    display: flex;
    justify-content: space-around;
}

.compare-images-row img {
    display: block;
}

.compare-images-row-container {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 30px;
    height: 300px;
}

.properties-container {
    max-width: 1500px;
    margin: auto;
}

table {
    table-layout: fixed;
    width: 100%;
    text-align: center;
}

table td {
    margin: 20px;
}

.sunscreen-materials-title {
    margin-top: 2%;
}

.sunscreen-products-title {
    margin-top: 2%;
    margin-bottom: 2%;
}

.materials-table {
    color: white;
    border-collapse: collapse;
}

.materials-table td {
    border: 1px solid white;
}

.no-top-border {
    border: none;
}

.no-bottom-border {
    border-bottom-width: 0;
}

.no-right-border {
    border-right-width: 0;
}

.no-left-border {
    border-left-width: 0;
}


/*
materials page
*/

.materials-photo2 {
    width: 50%;
    margin-top: 3%;
    margin-left: 50%;
}

.materials-photo3 {
    width: 40%;
    display: block;
    margin-top: 7%;
    margin-left: 5%;
}

.fabric {
    width: 100%;
    display: block;
    margin-top: 0%;
    margin-left: 0%;
}

.short-throw-materials {
    color: white;
    font-family: normal-roboto;
    letter-spacing: .3vw;
    width: 100%;
    text-align: center;
    margin-top: 5%;
    margin-bottom: 2%;
}

.compare-images-row-image {
    /* margin-top: 10%; */
    max-width: 25%;
    /* max-height: 50%; */
}

.customized-title-materials {
    position: absolute;
    top: 8%;
    left: 8%;
    font-family: roboto;
    font-weight: 600;
    font-size: 30px;
    color: white;
}

.customized-description-materials {
    position: absolute;
    top: 33%;
    left: 8%;
    font-family: normal-roboto;
    font-weight: 100;
    letter-spacing: 1px;
    font-size: 22px;
    color: white;
    width: 40%;
}

.container .checkout_btno {
    color: rgb(255, 255, 255);
    border-color: rgb(0, 0, 0);
    margin-bottom: 0px;
    border-radius: 5px;
    background-color: black;
    margin-left: 60%;
    padding: 15px;
    width: 30%;
}

.checkout_logo {
    height: 50px;
}

.checkout {
    margin-top: 3%;
    margin-left: 60%;
    font-family: roboto;
}

.checkout_line {
    width: 200px;
    align-items: center;
    text-align: center;
}

.checkout_summary {
    margin-top: 3%;
    margin-left: 60%;
    font-family: roboto;
    font-size: 15px;
}

.btn_checkout {
    margin-top: 50px;
    margin-bottom: 50px;
    position: unset;
    transform: unset;
    text-align: center;
    font-size: 15px;
    width: 250px;
}

.paypal_container {
    width: 30%;
    margin-left: 60%;
    text-align: center;
    align-items: center;
    margin-top: 80px
}

.checkout_info {
    margin-bottom: 5px;
}

.checkout_info_price {
    font-size: 20px;
    margin-top: 15px;
}

#frame-logo {
    height: 4px;
    display: block;
    margin: auto;
    margin-top: -4px
}

.review {
    color: white;
    display: -webkit-flex;
    display: flex;
    padding: 20px;
    border-top: 3px solid rgb(169, 128, 89);
}

.review .user-data {
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
}

.review .comment {
    flex: 4;
}

.user-data-item {
    margin: 10px;
}

.comment-item {
    margin: 10px;
}

@media only screen and (max-width: 1300px) {
    .materials-margin-top {
        margin-top: 500px;
    }
    .short-throw-materials {
        margin-top: 400px;
    }
}

@media only screen and (max-width: 1100px) {
    .configurator label {
        font-size: 9px;
    }
}

@media only screen and (max-width: 870px) {

    .material .square-radio {
        display: block;
        margin: 5px;
    }

    #slider {
        -webkit-appearance: unset;
        height: 2px;
        border-radius: 1px;
        background: #d3d3d3;
        outline: none;
        /* -webkit-transition: .2s; */
    }
    
    #slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 4vw;
        height: 4vw;
        border-radius: 90%;
        background: rgb(169, 128, 89);
        cursor: pointer;
    }
    
    .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 4vw;
        height: 4vw;
        border-radius: 90%;
        background: rgb(169, 128, 89);
        cursor: pointer;
    }
    main {
        padding-top: 75px;
    }
    .line {
        display: none;
    }
    .hamburger {
        display: unset;
        color: white;
    }
    .logo {
        margin-left: 10px;
    }
    .navbar-links {
        display: none;
    }
    .navbar-links-responsive {
        margin-top: 20px;
        display: unset;
    }
    .free-shipping {
        margin-top: 20px;
    }
    .photo2 {
        width: 100%;
        margin-left: 0;
    }
    .photo3 {
        width: 100%;
        margin-left: 0;
    }
    .container {
        text-align: center;
    }
    .container .btn,
    .container .btn2,
    .container .btn3,
    .container .btn4,
    .container .btn5,
    .container .btn6,
    .container .btn9 {
        margin-top: 50px;
        margin-bottom: 50px;
        position: unset;
        transform: unset;
        text-align: center;
        font-size: 15px;
        width: 250px;
    }
    .container .checkout_btno {
        margin-top: 20px;
        margin-bottom: 0px;
        width: 84%;
        height: 40px;
    }
    .second_page_title {
        margin-top: 20px;
        font-size: 50px;
        position: static;
        width: 100%;
    }
    .text-title1,
    .text-title2,
    .bigger,
    .brighter,
    .better,
    .bigger-title,
    .bigger-title-black,
    .brighter-title,
    .brighter-title-black,
    .better-title,
    .better-title-black,
    .customized-title,
    .customized-title-black,
    .ambient-light,
    .custom-built,
    .up-to-200-inch,
    .customized-title-materials,
    .customized-description-materials {
        background-color: rgb(34, 35, 35);
        margin-top: 20px;
        font-size: 30px;
        position: static;
        text-align: center;
        width: 80%;
        margin-left: 10%;
        align-items: center;
    }
    .brighter-title,
    .better-title {
        font-size: 60px;
    }
    .customized-title-materials {
        font-size: 22px;
    }
    .bigger-title {
        font-size: 50px;
    }
    .title-build-your-sunscreen {
        font-family: normal-roboto;
        margin-top: -52%;
        margin-bottom: 0%;
        font-size: 18px;
        width: 90%;
        position: absolute;
    }
    .title-products {
        color: white;
        font-family: normal-roboto;
        letter-spacing: .4vw;
        width: 100%;
        text-align: center;
        margin-top: 5%;
        margin-bottom: 2%;
        font-size: 30px;
        margin-left: 0%;
    }
    .aspect {
        color: white;
        font-family: normal-roboto;
        letter-spacing: .4vw;
        width: 100%;
        text-align: center;
        margin-top: 5%;
        margin-bottom: 2%;
        font-size: 18px;
        margin-left: 0%;
    }
    .products-description {
        color: white;
        width: 80%;
        text-align: left;
        margin-left: 10%;
        margin-top: 4%;
        margin-bottom: 4%;
        font-size: 15px;
        font-family: normal-roboto;
    }
    .policy-main-title {
        color: white;
        font-family: normal-roboto;
        letter-spacing: .2vw;
        margin-top: 3%;
        margin-bottom: 2%;
        margin-left: 5%;
        font-size: 18px;
    }
    .title-compare {
        font-family: roboto;
        color: white;
        font-size: 20px;
        margin-top: 40px;
        margin-left: 20px;
    }
    .better-title-black {
        width: 80%;
        text-align: center;
        align-items: center;
        margin-left: 10%;
    }
    .description-materials {
        font-size: 15px;
    }
    .compare-title {
        color: white;
        font-family: normal-roboto;
        letter-spacing: .3vw;
        width: 100%;
        text-align: center;
        margin-top: 3%;
        margin-bottom: 2%;
        font-size: 15px;
    }
    .sunscreen-models {
        color: white;
        font-family: normal-roboto;
        letter-spacing: .3vw;
        width: 100%;
        text-align: center;
        margin-top: 3%;
        margin-bottom: 2%;
        font-size: 15px;
    }
    .text-title1 {
        font-size: 20px;
        width: 80%;
        margin-left: 10%;
        letter-spacing: 9px;
    }
    .policy-title {
        color: rgb(255, 255, 255);
        font-family: normal-roboto;
        letter-spacing: .2vw;
        margin-top: 3%;
        margin-bottom: 0px;
        margin-left: 12%;
        font-size: 18px;
    }
    .policy-des {
        color: rgb(255, 255, 255);
        width: 76%;
        margin-left: 12%;
        margin-top: 15px;
        font-size: 17px;
        font-family: normal-roboto;
    }
    .text-title2 {
        font-size: 20px;
        letter-spacing: 7px;
    }
    .aspect-ratio {
        width: 30%;
        margin-left: 35%;
    }
    .customized-title {
        font-size: 60px;
        margin-left: 3%;
    }
    .two-hundred {
        font-size: 100px;
        margin-top: -2px;
        margin-bottom: -20px;
    }
    .gray {
        background-color: rgb(34, 35, 35);
    }
    .ideal-for-both {
        font-size: 15px;
        width: 80%;
        margin-left: 10%;
        margin-bottom: -7%;
    }
    .materials-photo2 {
        margin: 10%;
        width: 90%;
    }
    .materials-photo3 {
        margin: 10%;
        width: 80%;
    }
    .materials-margin-top,
    .short-throw-materials {
        margin-top: 50px;
    }
    .customized-description-materials {
        font-size: 15px;
        text-align: left;
    }
    .compare-images-row-image {
        /* max-height: 20%; */
    }
    .compare-images-row-container {
        height: 250px;
    }
    .configurator {
        padding-left: 0;
    }
    .material_throw {
        width: 80%;
        display: block;
        margin-top: 0%;
        margin-left: 10%;
    }
    .configure-container {
        grid-template-columns: 1fr;
    }
    .configurator label {
        font-size: 10px;
    }
    #sunscreen-image {
        border: 2px solid black;
    }
    #frame-logo {
        height: 2px;
        display: block;
        margin: auto;
        margin-top: -2px
    }
    .wrap-contact100 {
        margin-top: 60px;
    }
    .sunscreen-image-container {
        font-size: 12px;
        position: absolute;
        width: 95%;
    }
    .sunscreen-image {
        margin-left: 0%;
        margin-bottom: 50%;
    }
    .title-materials {
        font-size: 17px;
    }
    .subscribe-footer {
        margin-right: 0%;
        font-size: 15px;
    }
    .featured-items {
        display: block;
    }
    .featured-item {
        margin-top: 40px;
    }
    .policy-underline {
        width: 250px;
        margin-left: 3%;
        margin-bottom: 5%;
    }
    .icon-title,
    .icon-title2 {
        line-height: unset;
    }
    .footer {
        /* display: none; */
        display: block;
        text-align: center;
    }
    .checkout {
        margin-top: 7%;
        margin-left: 6%;
        font-family: roboto;
    }
    .checkout_line {
        width: 200px;
        align-items: center;
        text-align: center;
    }
    .checkout_logo {
        height: 30px;
    }
    .checkout_summary {
        margin-top: 3%;
        margin-left: 7%;
        font-family: roboto;
        font-size: 15px;
    }
    .btn_checkout {
        margin-top: 50px;
        margin-bottom: 50px;
        position: unset;
        transform: unset;
        text-align: center;
        font-size: 15px;
        width: 250px;
    }
    .paypal_container {
        width: 84%;
        margin-left: 8%;
        text-align: center;
        align-items: center;
        margin-top: 20px
    }
    .checkout_info {
        margin-bottom: 5px;
    }
    .checkout_info_price {
        font-size: 20px;
        margin-top: 15px;
    }
    .slider {
        -webkit-appearance: none;
        width: 30vw;
        height: .1vw;
        border-radius: 5px;
        background: #d3d3d3;
        outline: none;
    }
    .logo-footer {
        margin-left: 0;
    }
    .paypal_container1 {
        display: none;
    }
    .btn_buy {
        margin-top: -20px;
        margin-bottom: -60px;
    }
    .fabric {
        width: 170%;
        height: 170%;
    }
    .compare-images-row {
        height: 170px;
    }
}

@media only screen and (min-width: 851px) {
    .navbar-links-responsive {
        display: none;
    }
    .paypal_container2 {
        display: none;
    }
}