:root{
	--primary-color: #696969;
	--active-color: #c0b5b0;
	--line-color:#c0b5b0;
}
@font-face {
    font-family:"Gotham Rounded";
    font-weight:700 900;
    font-display: swap;
    src: url("https://zlataraimperia.rs/cms/css/Fonts/GothamRnd-Bold.otf") format("opentype");
}
@font-face {
    font-family:Gotham Rounded;
    font-weight:700 900;
    font-style:italic;
    font-display: swap;
    src: url("Fonts/GothamRnd-BoldItal.otf") format("opentype");
}
@font-face {
    font-family:Gotham Rounded;
    font-weight:400;
    font-display: swap;
    src: url("Fonts/GothamRnd-Book.otf") format("opentype");
}
@font-face {
    font-family:Gotham Rounded;
    font-weight:400;
    font-style:italic;
    font-display: swap;
    src: url("Fonts/GothamRnd-BookItal.otf") format("opentype");
}
@font-face {
    font-family:Gotham Rounded;
    font-weight:100 300;
    font-display: swap;
    src: url("Fonts/GothamRnd-Light.otf") format("opentype");
}
@font-face {
    font-family:Gotham Rounded;
    font-weight:100 300;
    font-style:italic;
    font-display: swap;
    src: url("Fonts/GothamRnd-LightItal.otf") format("opentype");
}
@font-face {
    font-family:Gotham Rounded;
    font-weight:500 600;
    font-display: swap;
    font-style:italic;
    src: url("Fonts/GothamRnd-MedItal.otf") format("opentype");
}
@font-face {
    font-family: Gotham Rounded;
    font-weight: 500 600;
    font-display: swap;
    src: url("Fonts/GothamRnd-Medium.otf") format("opentype");
}
body{
	font-weight:400;
	color:#263242;
	font-family: "Inter Tight";
	overflow-x:hidden;
}
.user{
	text-decoration: underline;
	color: #ffffff !important;
	font-size: 12px;
    text-decoration: underline !important;
}

.icon{
    width: 66px;
    height: 66px;
    background-color: #1b1b1b;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.banner{
	width: 100%;
	height:600px;
	background-repeat: no-repeat;
    background-size: 100% 100%;
}
.second_selection_button{
	border-radius: 20px;
	background-color: #f98a21;
	font-size: 12px;
	color: #ffffff;
	
}
.second_selection_href{
    background-color: #363636;
    color: #ffffff;
    border-radius: 40px;
    font-size: 12px;
    height: 41px;
    border-color: transparent;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
    transition:all 0.3s ease;
}
.second_selection_href:hover{
	background-color: #2d2c2c;
    color: #fff;
    text-decoration: none;
    box-shadow: 0px 0px 4px #696969;
}
.second_selection_href2{
	right:30px;
	bottom:15px;
}

.second_selection_button:hover{
	background-color:var(--line-color);
	color: #363636;
	outline: none;
}
.box1{
	margin-bottom: -10px;
	z-index: 1;
	margin-left: 3%;
	position: relative;
	animation: lefttoleft 3s;
	animation-fill-mode: forwards;
	z-index: 1;
}

.box2{
    background: white;
	position: relative;
	animation: lefttoleft 3s;
	animation-fill-mode: forwards;
}

@keyframes lefttoleft {
	from {left: -200px;}
	to {left: 0px;}
}

.box1_mobile{
	position: relative;
	animation: mymove 3s;
	animation-fill-mode: forwards;
	width:10%;
	height: 20px;
	background-color: var(--line-color);
	margin-left: 5.5%;
	margin-bottom: -10px;
	z-index: 1;
}
.box2_mobile{
    background: white;
	position: relative;
	animation: mymove 3s;
	animation-fill-mode: forwards;
}

@media screen and (max-width : 3000px){
  .box1_mobile{
  visibility:hidden;
  }
  .box2_mobile{
  visibility:hidden;
  }
}
@media screen and (max-width : 906px){
 .box{
  visibility:hidden;
  }
 .box1{
  display:none
  }
  .box2{
  display:none
  }
 .box1_mobile{
  visibility:visible;
  }
  .box2_mobile{
  visibility:visible;
  }
}


.box1_mobil {
    display: none;
}
.box1_mobil {
    display: block;
}
@media screen and (max-width: 849px) {
}

.box1_mobil {
    display:none
}

.box1_mobil {
    display: block;
}

.box1_mobi2 {
    display: none;
}
.box1_mobi2 {
    display: block;
}
.box1_mobi2 {
    display:none
}

.box1_mobi2 {
    display: block;
}

.banner{
	width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(images/closeup-groom-putting-ring.jpg);
}

.carousel {
  width: 100%;
}

.slide-box {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .slide-box img {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  .slide-box img {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 900px) and (max-width:1000px){
  .slide-box img {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 1200px){
	.container {
    max-width: 100% !important;
	}
}

.galery{
    margin: auto;
    width: 80%;
    padding: 10px;
    }

.baner_verenickoprstenje{
	width:100%;
	height:220px;
	background-repeat: no-repeat;
        background-position: center center;
    background-size: cover;
}

.baner_verenickoprstenje_text{
	width:70%;
	margin: auto;
}

.shop{
	margin:auto;
	width:70%;
}

.btn-primary{
	background-color:#f98a21;
	border-color:var(--line-color);
	    border-radius: 20px;
	    text-transform:uppercase;
	        font-size: 12px;
	        padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.btn-secondary{
	    border-radius: 20px;
	    text-transform:uppercase;
	        font-size: 12px;
	        padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.btn-primary:hover{
	background-color:#aea19b;
	border-color:#aea19b;
}
.side_menu a{
	color:#696969;
	font-size:15px;
}

.side_menu a:hover{
	color: var(--line-color);
	text-decoration:none;
}

.side_menu_title, .shop_items_title{
	font-size: 20px;
    border-bottom: 5px solid var(--line-color);
    text-transform:capitalize;
    padding: 0px;
    margin: 0px;
    position:relative;
    
    color: #606060;
}

.side_menu_subtitle
{
	font-size: 15px;
	color: #606060;
	font-family:Gotham Rounded;
	text-transform:uppercase;
}

.side_menu_active{
font-size: 15px;
line-height: 35px;
color: var(--line-color) !important;
font-family: Gotham Rounded;
text-transform:uppercase;
}

.description{
	font-size: 15px;
	color: #606060;
	font-family:Gotham Rounded;
	text-align: center;
	padding:0px;
	margin:0px;
	padding-bottom:6px;
}

.product{
	width:100%;
	
}

.price{
	font-size: 17px;
	color: var(--line-color);
	font-weight: 500;
	text-align: center;
}

.range_slider_container{
	display:flex;
	margin:auto;
}

.range_slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 25px;
  border-radius: 40%;
  background: grey;
  cursor: pointer;
}

input[type="range"]{
	-webkit-appearance:none !important; /*Needed to reset default slider style*/
	border:1px solid #bfbfbf;
	border-radius: 10px;
	width: 211px;
	height: 20px;
	background-color: #dddddd;
	transition:all 0.3s ease;
	-webkit-transform: rotateY(180deg);
   -moz-transform: rotateY(180deg);
   -ms-transform: rotateY(180deg);
   -o-transform: rotateY(180deg);
   transform: rotateY(180deg);
}

.range_slider {
  -webkit-appearance: none;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
  width: 211px;
  height: 20px;
  border-radius: 10px;
  #background-color: #dddddd;
  
}

.range_slider:hover {
  opacity: 1;
}

.range_slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 25px;
  border-radius: 40%;
  background: grey;
  cursor: pointer;
}

.range_slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-color:black;
  background: #04AA6D;
  cursor: pointer;
}




.check-button_materijal{
	cursor:pointer;
}
.radio-button_materijal{
	cursor:pointer;
}

input[type=checkbox]{
	box-sizing:border-box;
	padding:0;
}


input {
    font-size: 1rem;
    line-height: 1.5;
    padding: 11px 23px;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
    outline: 0;
    background-color: transparent;
}

.checkbox-button_input {
    opacity: 0;
    position: absolute;
}

.checkbox-button_control1 {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 12px;
    vertical-align: middle;
    background-color: inherit;
    color: #017b5f;
    border: 2px solid #666;
	width: 20px;
	height: 20px;
	border-radius: 6px;
	background-color: #ffffff;
}

.checkbox-button_input:checked+.checkbox-button_control1:after {
    content: "";
    display: block;
	margin:auto;
	margin-top: 20%;
    width: 10px;
    height: 10px;
    background-color: var(--line-color);
}

.checkbox-button_input:checked+.checkbox-button_control1 {
    border-color: var(--line-color);
}

.checkbox-button__control {
  transform: scale(0.75);
}

.radio-button_input {
    opacity: 0;
    position: absolute;
}

.radio-button_control1 {
    position: relative;
    cursor:pointer;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
    background-color: inherit;
    color: #017b5f;
    border: 1px solid #e5e2e2;
    width: 20px;
    height: 20px;
    border-radius: 6px;
    background-color: #ffffff;
    /* box-shadow: -2px -2px 3px #a3a3a3; */
    -webkit-box-shadow: 1px 1px 1px 0px #a3a3a3 inset;
    -moz-box-shadow: 1px 1px 1px 0px #a3a3a3 inset;
    box-shadow: 1px 1px 1px 0px #a3a3a3 inset;

}

.radio-button_input:checked+.radio-button_control1:after {
        content: "";
    display: block;
    margin: auto;
    margin-top: 20%;
    width: 12px;
    height: 12px;
    background-color: var(--line-color);
    border-radius: 2px;
}

.radio-button_input:checked+.radio-button_control1 {
    border-color: var(--line-color);
}

.radio-button__control {
  transform: scale(0.75);
}

.slidecontainer {
  width: 100%;
}

.range-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 25px;
  background: #d3d3d3;
  outline: none;
  -webkit-transition: .2s;
  transition: opacity .2s;
    box-shadow: -2px -2px 3px #a3a3a3;
   
    -webkit-box-shadow: 1px 1px 1px 0px #a3a3a3 inset;
    -moz-box-shadow: 1px 1px 1px 0px #a3a3a3 inset;
    box-shadow: -2px 2px 0px 0px #939393 inset;
  
}

.range-slider:hover {
  opacity: 1;
}

.range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 35px;
  height: 25px;
  border-radius: 20px;
  background: #cccccc;
  cursor: pointer;
  border-style: outset;
  
}

.range-slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #04AA6D;
  cursor: pointer;
}

.product_one{
	width: 100%;
}

.product_more{
	width: 100%;
}

.navbar .nav-item:not(:last-child) {
  margin-right: 35px;
}

.dropdown-toggle::after {
   transition: transform 0.15s linear; 
}

.show.dropdown .dropdown-toggle::after {
  transform: translateY(3px);
}

.dropdown-menu {
  margin-top: 0px !important;
}

@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1440px !important;
    }
}
a.site_title{
	color:#000;
	font-size:30px;
}
a.site_title:hover{
	color:#000;
	text-decoration:none;
}
.navbar-light .navbar-nav .nav-link{
	text-transform:uppercase;
	color: var(--primary-color) !important;
	font-size: 15px;
}
.navbar-light .navbar-nav .nav-link.active{
	text-transform:uppercase;
	color: var(--active-color) !important
}
table.table.cart tr th{
	font-size:15px;
	font-weight:500;
	color:#696969;
}
table.table.cart tr td{
	    vertical-align: middle;
	    font-size:15px;
}

/* MODAL */

.modal-title.error { color: red; }

.modal-title.ok { color: green; }

c.modal-content.contact {width: 500px;height: 200px;}

.modal-footer button { color: #69a73c !important; float: none !important; }

.modal-footer button:hover { background: #69a73c !important; color: #fff !important; border: 1px solid #69a73c !important; }



.add { position: relative; display: block; width: 100%; margin-bottom: 60px; }

#closebt-container {position: absolute;width: 40px;text-align:center;top: 10px;left: 10px;z-index: 1;}

.closebt { -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; cursor:pointer; }

.closebt:hover { transform:rotate(90deg); }

.closebt.close-cartModal.continue:hover { transform:rotate(0deg); }



c.modal-content {position: relative;top: calc(50%);/*overflow: hidden;*/width: 756px;height: 530px;margin: 0 auto;border-radius: 0;background: #fff;background-size: cover;box-shadow: none;-webkit-box-shadow: none;}

c.modal-content form {width: 100%;margin: 0 auto;}

c.modal-content input {margin: 20px 0 0;width: 155px;float: left;background: repeat;}

c.modal-content input.portion {cursor: pointer;margin: 0;display: inline-block;color: #fff;font-size: 20px;text-transform: uppercase;font-family: 'solido_compressedmedium';width: 125px;letter-spacing: .8px;text-shadow: 1px 1px 3px rgba(0,0,0,0.3);border-radius: 0;padding: 5px 0 3px;outline: none;border: 0;text-align: center;}

c.modal-content input.cart {width: 190px;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition: .5s;background: #e0b638 url(../template/icon/cartProductIco.png) no-repeat;background-position: 90% 50%;padding-right: 30px;line-height: 1.6;}

c.modal-content a:hover { color: #fff !important; }

c.modal-content input .hvr-shutter-in-horizontal:before {background: #4a5d6b url(../template/icon/cartProductIco.png) no-repeat;background-position: 90% 50%;}



c.modal-content input:hover, c.modal-content input:focus {background: #707270 url(../template/icon/cartProductIco.png) no-repeat;background-position: 95% 50%;}

c.modal-content textarea {color: #616361;width: calc(100% - 33px);max-width: calc(100% - 33px);height: 120px;max-height: 120px;border: 1px solid #dadada;outline: none;padding: 10px 15px;font-size: 17px;letter-spacing: .5px;word-spacing: .8px;margin-bottom: 15px;resize: none;-o-transition: .5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;font-family: 'solido_compressedbook';}

c.modal-content textarea:hover, c.modal-content textarea:focus {border: 1px solid #7fc44e;}



c.modal-content p {width: 100%;margin: 5px 0;font-size: 19px;font-family: 'solido_compressedbook';line-height: 1.3;letter-spacing: .5px;word-spacing: .8px;}

c.modal-content p.responseMsg { margin-bottom: 30px; }



c.modal-content .left {width: calc(379px - 20px);padding: 20px;position: relative;height: calc(530px - 40px);display: table-cell;vertical-align: middle;text-align: center;}

c.modal-content .left .image {position:relative;float: left;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition: .5s;}



c.modal-content .left .image img {  }

c.modal-content .left:hover .image {/*-webkit-transform: translateY(15px);-ms-transform: translateY(15px);transform: translateY(15px);*/}

c.modal-content .left .image { text-align: center; margin: 0 auto; width: 100%; }

c.modal-content .left .image::before {position: absolute;top: 50%;left: 50%;z-index: 2;display: block;content: '';width: 0;height: 0;background: rgba(255,255,255,.2);border-radius: 100%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);opacity: 0;}

c.modal-content:hover .image::before { -webkit-animation: circle .75s; animation: circle .75s; }



c.modal-content .left .note {float: left;width: 100%;margin: 25px 0 0;}

c.modal-content .left .note p {text-transform: uppercase;font-size: 15px !important;color: #b9b9b9 !important;margin: 0 !important;}



c.modal-content .right {font-family: 'solido_compressedmedium';width: calc(379px - 20px) !important;text-align: left;padding: 20px 20px 0 0;height: calc(530px - 20px);display: table-cell;float: none !important;}

c.modal-content .right h3 {margin: 0;text-transform: uppercase;font-size: 30px;border-bottom: 1px solid #dcdcdc;padding: 0 0 10px;color: #e0b638;}



c.modal-content .right h5 {color: #616361;font-family: 'solido_compressedmedium';font-size: 21px;margin: 25px 0 15px;line-height: 1;letter-spacing: .5px;word-spacing: .8px;}



c.modal-content .right .formContent span.noteSpan {font-family: 'solido_compressedbook';font-size: 17px;color: #616361 !important;text-transform: uppercase;letter-spacing: .5px;word-spacing: .8px;}



c.modal-content .right .formContent span {font-family: 'solido_compressedbook' !important;font-size: 17px;text-transform: uppercase;color: #616361;letter-spacing: .5px;word-spacing: .8px;}

c.modal-content .right .formContent span.showChoosenAmount { color: #fff; }

/*c.modal-content.piletina .right .formContent span.selectSpan { display: block; }*/



c.modal-content .right .halfSelect .btn-group.bootstrap-select.first { margin-right: 15px; }

.btn-group.bootstrap-select.contact.open { z-index: 101; }

c.modal-content .right .halfSelect ul.dropdown-menu li:before { display: none; padding: 0; }

c.modal-content .right .halfSelect ul.dropdown-menu li {padding: 0 !important;}

c.modal-content .right .halfSelect ul.dropdown-menu {margin: 0 !important;padding: 0 !important;}

c.modal-content .right .halfSelect ul.dropdown-menu a {padding: 4px 10px;margin: 0;text-transform: uppercase;}



#quickBook {display:none;position: fixed;z-index: 9999;top: 0;width: 100%;left: 0;height: 100vw;background: rgba(59, 69, 77, 0.85);}

#modalContent {height: 100%;width: 100%;position: fixed;top: calc(50% - 300px);}

#modalContent .loaderImg {text-align: center;top: calc(50% - 35px);position: fixed;left: calc(50% - 35px);}



/*qty*/

.qtyBox {width: 100%;position: relative;display: block;margin-top: 10px;}

.qtyBox .inputQty { display: inline-block; float: left; }

.qtyBox .inputQty input.qty {outline: none;width: 45px;height: 70px;text-align: center;color: #616361;font-family: 'solido_compressedmedium';font-size: 19px;border: 1px solid #dadada;border-right: none;display: inline-block;margin: 0;}

.qtyBox .inputQty input.qty:hover, .qtyBox .inputQty input.qty:focus { background: none; }

.qtyBox .inputSum {display: inline-block;width: 40px;margin-top: 0;}

.qtyBox .inputSum input.qtyNum {height: 35px;width: 100%;border: 1px solid #dadada;background: transparent;color: #e0b638;outline: none;margin: 0;}

.qtyBox .inputSum input.qtyNum.qtyplus {border-bottom: none;line-height: 32px;font-size: 27px; padding-left:12%; padding-top: 0;}

.qtyBox .inputSum input.qtyNum.qtyminus { margin: 0; font-size: 26px; line-height: 0; padding-left: 14%; padding-top: 0;}



c.modal-content #loadingProduct {display:none;}

c.modal-content #loadingProduct {max-width: 100%;text-align: center;margin: 0;position: absolute;left: 0;width: 100%;height: 482px;top: -1px;background: rgba(243, 244, 248, .7);z-index: 99;}

c.modal-content #loadingProduct img { display: none; }

c.modal-content #loadingProduct img {top: calc(50% - 35px);position: absolute;left: calc(50% - 35px);}

c.modal-content #loadingProduct .backAction {margin-top: 60px;padding-top: 110px;}

c.modal-content #loadingProduct .infoBack {display: none;padding-top: 0;margin-top: 0;background: url(../template/logo.png) no-repeat center top;}

c.modal-content #loadingProduct .infoBack a {color: #ffffff;width: 155px;padding: 7px 0 5px;letter-spacing: .5px;word-spacing: .8px;line-height: 2;}

c.modal-content #loadingProduct .infoBack a span {font-family: 'SakkalMajalla';font-size: 20px;text-transform: uppercase;}

c.modal-content #loadingProduct .infoBack a span {position: relative;padding-bottom: 5px;}

c.modal-content #loadingProduct .infoBack a span {-webkit-transition: color 0.3s;-moz-transition: color 0.3s;transition: color 0.3s;position:relative;color: #ffffff !important;}

c.modal-content #loadingProduct .infoBack a span::before {position: absolute;top: 20px;left: 50%;color: transparent;content: '*';text-shadow: 0 0 transparent;-webkit-transition: text-shadow 0.3s, color 0.3s;-moz-transition: text-shadow 0.3s, color 0.3s;transition: text-shadow 0.3s, color 0.3s;-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);transform: translateX(-50%);pointer-events: none;}

c.modal-content #loadingProduct .infoBack a span:hover::before, .sticky-shrinknav-header-title .topHeader .container p a:focus::before {color: #fff;text-shadow: 10px 0 #fff, -10px 0 #fff;}

c.modal-content #loadingProduct .infoBack a span:hover, .sticky-shrinknav-header-title .topHeader .container p a:focus {color: #69a73c;}



c.modal-content #loadingProduct .backAction a span {text-transform: none;font-size: 25px;padding: 0;}



/* c.modal-content #loadingProduct .info {display: none;padding-top: 60px;margin-top: 15px;background: url(../template/logo.png) no-repeat center top;} */
c.modal-content .hvr-shutter-in-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #707270;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

c.modal-content #loadingProduct .info a {
    color: #ffffff;
    line-height: 2;
    padding: 5px 5px 3px;
    width: 170px;
    margin: 5px 0 0;
    background-color: #e0b638;
    border-radius: 20px;
    font-size: 15px;
}

c.modal-content #loadingProduct .info a span {font-family: 'SakkalMajalla';font-size: 20px;text-transform: uppercase;}

c.modal-content #loadingProduct .info a span {position: relative;padding-bottom: 5px;}

c.modal-content #loadingProduct .info a span {-webkit-transition: color 0.3s;-moz-transition: color 0.3s;transition: color 0.3s;position:relative;color: #ffffff !important;}

c.modal-content #loadingProduct .info a span::before {position: absolute;top: 20px;left: 50%;color: transparent;content: '*';text-shadow: 0 0 transparent;-webkit-transition: text-shadow 0.3s, color 0.3s;-moz-transition: text-shadow 0.3s, color 0.3s;transition: text-shadow 0.3s, color 0.3s;-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);transform: translateX(-50%);pointer-events: none;}

c.modal-content #loadingProduct .info a span:hover::before, .sticky-shrinknav-header-title .topHeader .container p a:focus::before {color: #fff;text-shadow: 10px 0 #fff, -10px 0 #fff;}

c.modal-content #loadingProduct .info a span:hover, .sticky-shrinknav-header-title .topHeader .container p a:focus {color: #69a73c;}

c.modal-content #loadingProduct p {font-size: 22px !important;margin: 0 !important;text-transform: uppercase;color: #fff !important;font-family: 'solido_compressedmedium' !important;padding-top: 15px;}

c.modal-content #loadingProduct .throwBackInfo {position: absolute;width: 400px;height: 300px;top: calc(50% - 150px);left: calc(50% - 335px);background: #636669;padding: 20px;}

c.modal-content #loadingProduct .info .nextAction .continue { display: inline-block; margin-right: 10px;}

c.modal-content #loadingProduct .info .ordered {text-align: left;width: 100%;margin: 0 0 20px;padding: 0 0 15px;border-bottom: 1px solid #d2d2d2;}

c.modal-content #loadingProduct .info .ordered h4 {margin-top: 15px; font-size: 24px; text-align: center; color: #fff; margin-bottom: 20px;}



c.modal-content #loadingProduct .info .ordered h5 {margin: 0 0 10px;font-size: 22px;color: #fff;letter-spacing: .5px;word-spacing: .8px;}

c.modal-content #loadingProduct .info .ordered p {font-size: 19px !important;padding: 0 !important;margin: 0 !important;line-height: 1.4;}

c.modal-content #loadingProduct .info .ordered p span { color: #fff; }



c.modal-content #loadingProduct .info .nextAction { margin-top: 24px; }


/* END MODAL */

label.required:before{
	content: '*';
	color:red;
}
.prod-img-sc:hover{
	opacity:0.8;
}
.dropdown-menu li {
position: relative;
}
.dropdown-menu .dropdown-submenu {
display: none;
position: absolute;
left: 100%;
top: -7px;
}
.dropdown-menu .dropdown-submenu-left {
right: 100%;
left: auto;
}
.dropdown-menu > li:hover > .dropdown-submenu {
display: block;
}
.top-bar{
	background-color:#363636;
	text-decoration: none;    
	position: fixed;
	width: 100%;
	top: 0px;
	z-index: 9999;
	height:45px;
}
.cat-title{
	font-size: 18px;
	color: #ffffff;
	font-family:Gotham Rounded;    
	text-transform: lowercase;
	font-weight:400;
	text-shadow: -1px -1px 4px #696969;
}
.cat-subtitle{
	font-size: 33px;
	line-height: 40px;
	color: #ffffff;
	font-weight:400;
	text-shadow: -1px -1px 5px #696969;
}
.hr-line{
	width: 330px;height: 5px;background-color: var(--line-color);float: left;
}
a{
	color:#606060;
}
a:hover{
	color:#606060;
}
.prd-link{
	color:#606060; 
}
.prd-link:hover{
	color:#606060; 
}
.one_product{
	position:relative;
	transition:all 0.3s ease;
}
.one_product img:hover{
	opacity:0.7;
}
.discount{
	    position: absolute;
    top: -15px;
    right: 5px;
    background: #272727;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    border-radius: 50%;
    padding: 0.5rem;
    width: 45px;
    height: 45px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    z-index:1;
}
.label-radio{
	color:#606060;
	font-size:15px;
	    position: relative;
    top: 2px;
    text-transform: none;
}
.range-num{
    font-size: 10px;
    color: #606060;
}
.product-title{
	font-size: 25px;color: #263242;text-align: left;font-weight:normal;
}
.product-sku{
	font-size: 13px;color: #606060;
}
.product-description{
	font-size: 13px;
	line-height: 20px;
	color: #606060;
	text-align: left;
	    border-bottom: 5px solid var(--line-color);
}
.product-description p{
	padding:0px;
	margin:0px;
}
.product-price{
	font-size: 25px;
	color: #606060;
}
.border-bottom-5{
	border-bottom: 5px solid #c0b5b0;
}
.line-60{
	border-bottom: 5px solid #c0b5b0;
	width:60%;
}
.line-70{
	border-bottom: 5px solid #c0b5b0;
	width:70%;
}
.line-80{
	border-bottom: 5px solid #c0b5b0;
	width:80%;
}
.line-90{
	border-bottom: 5px solid #c0b5b0;
	width:90%;
}
.seen-price{
	font-size: 17px;
	color: #c0b5b0;
	font-weight: 500;
}
.product_more:hover{
	opacity:0.7;
}
.delUser{
	border-radius:20px;
}
label{
	    font-size: 13px;
    text-transform: uppercase;
    color: #606060;
    font-weight: 400;
}
.form-control{
	    border-radius: 0px;
    border: 1px solid var(--line-color);
    font-size:15px;
}
.menu-float{
	    z-index: 99999;
    width: 100%;
    background: rgb(255, 255, 255);
    left: 0px;
    border-bottom: 1px solid var(--line-color);
}


/* add to cart form */
#add-to-cart-form input, #add-to-cart-form textarea{
    border-radius: 10px;
    
    
}

#addToCartModal{
    
}

#addToCartModal .modal-dialog{

}

.wb-input-col{
    padding-left: 0;
}

#addToCartModal .modal-content{
    min-height: 450px;
    max-height: 600px;
    overflow-y: auto;
}

.shop_items_title{
    max-height: 120px;
    font-size: 16px;
    overflow-y: auto;
    padding-top: 0 !important;
}

.btn-close:focus{
    box-shadow: 0 0 0 0.2rem rgb(251 152 6 / 25%);
}


footer{
	/* padding-top:30px; */
	/* background-image:url("/images/footer.jpg");
	background-repeat: no-repeat;
    background-position: bottom right;
    background-attachment: fixed; */
    
}

.footer-wrap{
    position: relative;
    z-index: 20;
}

.footer-main{
    background-color: #2d2d2d;
    position: relative;
}

.wb-footer-img-cont{
    position: absolute;
    top: 0;
    left: 38%;
    background: orange;
    width: 62%;
    height: 100%;
}

.wb-footer-img-cont img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wb-footer-orange-box{
    position: absolute;
    background-color: #fb9806;
    width: 100%;
    height: 100%;
    opacity: .85;
}

@media (max-width: 995px) {
    .wb-footer-img-cont{
        display: none;
    }
}

@media (min-width: 2000px) {
    .wb-footer-img-cont{
        left: 41%;
        width: 59%;
    }
}

@media (min-width: 2800px) {
    .wb-footer-img-cont{
        left: 43%;
        width: 57%;
    }
}

@media (min-width: 3200px) {
    .wb-footer-img-cont{
        left: 44%;
        width: 56%;
    }
}



#copyright{
	background-color: #000000;
	font-size:12px;
}
#copyright a{
	color:#fff;
}
.logo-footer, h5{
	font-weight:400;
}
.nav-link-footer{
	text-transform:uppercase;
	color:#fff;
}
.nav-link-footer:hover{
	color:#fff;
	text-decoration:underline;
}
.product-price-discount{
	text-decoration: line-through;
}
.page-link:focus{
	box-shadow:none;
}
.page-link{
	position: relative;
    display: inline-flex;
    justify-content: center;
    align-items:center;
    /* margin-left: -1px; */
    line-height: 1.25;
    color: white;
    background-color: #f98a21;
    border: 1px solid #f98a21;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 15px;
    width:36px;
    height:36px;
}
.page-link:hover{
	color:#fff;
	background:#696969;
}

.page-item:first-child .page-link{
    margin-right: 30px;
    border-radius: 50% 0 0 50%;
}

.page-item:last-child .page-link{
    margin-left: 30px;
    border-radius: 0 50% 50% 0;
}

.page-item:first-child .page-link, .page-item:last-child .page-link{
	border:none;
    text-decoration: none;
}
.page-item:first-child .page-link:hover, .page-item:last-child .page-link:hover{
	color:#fff;
}

.page-item.active .page-link{
	background-color:#696969;
	border: 1px solid #c0b4b0;
}


.modal-open .modal{
	    z-index: 99999;
}
.pic-modal-cart{
	    background-repeat: no-repeat !important;
    /* background-size: 95% 100% !important; */
}


.top-anim{
	    width: 100%;
    display: inline-block;
    height: 600px;
    position: relative;
}
.top-anim-lft{
	display:inline-block;
	float:left;
	width: 31px;
    height: 31px;
    border-radius: 50%;
    background: #e4e4e4;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
        left: 30px;
    top: 250px;
    cursor:pointer;
    color:#050708;
    transition: all 0.5s ease;
}
.top-anim-mask{
	    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    opacity: 0.6;
}
.top-anim-info{
	
    position: absolute;
    bottom: 160px;
    left: 20px;
}
.top-anim-subtitle{
	font-size: 18px;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 10px;
    color:#696969;
}
.top-anim-tag{
	background:var(--line-color);
	padding:10px;
	padding-left:15px;
	padding-right:15px;
	color:#fff;
	position:absolute;
	text-transform:uppercase;
	top: -18px;
	font-size:12px;
	left:18px;
}
.top-anim-title{
	font-size:33px;
	text-align:center;
	text-transform:uppercase;
	padding-bottom:13px;
	color:#1c1c1c;
}
.top-anim-title a:hover{
	text-decoration:underline;
}
.top-anim-line{
	    background: var(--line-color);
    width: 350px;
    height: 5px;
    display: inline-block;
    margin-bottom: 15px;
}
.top-anim-link{
	background:#363636;
	padding:10px;
	padding-left:20px;
	padding-right:20px;
	text-transform:uppercase;
	display: inline-block;
	font-size:12px;
	transition: all 0.5s ease;
	border-radius:20px;
	color:#fff;
}
.top-anim-link:hover{
	background:var(--dark);
	color:#fff;		
}
.top-anim-cnt{
	    z-index: 2;
    position: relative;
    padding: 20px;
    text-align:center;
}
.top-anim-lft i{
	
	    position: relative;
    left: -1px;
    
}
.top-anim-rght i{

	    position: relative;
	right: -1px;
}
.top-anim-lft:hover, .top-anim-rght:hover{
	background:var(--dark);
	color:#fff;
} 
.top-anim-rght{
	cursor:pointer;
	display:inline-block;
	float:right;
	width: 31px;
    height: 31px;
    border-radius: 50%;
    background: #e4e4e4;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    right: 30px;
    top: 250px;
    color:#050708;
    transition: all 0.5s ease;
}
.top-anim-wrap{
	width: 3620px;
    margin: 0px auto;
    position: absolute;
    top: 0px;
    margin-left: -1810px /* half of the width */;
}
.top-anim-box{
	width:1200px;
	    width: 100vw;
	float:left;
	height:600px;
	background-size: cover;
	position:relative;
	background-position:center;
	    
}
.h1-home{
	color:#1c1c1c;
	font-weight:400;
	font-size:28px;
}
.lead{
	font-size:16px;
	color:#1c1c1c;
	line-height:25px;
}
.home-btn-white{
	background:#fff;
	color:#696969;
	padding:2rem;
	    position: absolute;
    left: 0px;
    bottom: 0px;
    left: calc(100%/4);
        padding-bottom: 1rem;
    padding-top: 1.3rem;
}
.side_menu a.active{
	color:var(--line-color);
}
.side_menu_a{
	    color: #696969;
    font-size: 15px;
}
.range-min, .range-max{
font-size: 12px;
    color: #606060;	
}
.owl-carousel.bottom-carousel .owl-nav button.owl-next, .owl-carousel.bottom-carousel .owl-nav button.owl-prev{
	    width: 40px;
    height: 40px;
    /* background: var(--active-color) !important; */
    border-radius: 50%;
    color: #fff !important;
    font-weight: 500;
    font-size: 33px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.owl-carousel .bottom-carousel{
    display: flex;
    flex-direction: column;

}
.bottom-carousel .owl-stage-outer{
	
z-index:2;	
}
.bottom-carousel .owl-nav{
    margin: 30px auto 20px auto;
    display: flex;
    justify-content: center;
    gap: 25px;
    /* position: absolute; */
    /* top: 25%; */
    /* width: 114%; */
    /* justify-content: space-between; */
    /* left: -7%; */
    /* z-index:1; */
}

.owl-nav button{
    background: #f98a21 !important;
    transition: .3s all;
}

.owl-nav button:hover{
    background: #eb7e18 !important;
}

.dropdown-item{
	    font-size: 13px;
    text-transform: uppercase;
    color: #696969;
        padding-top: 20px;
        padding-bottom: 17px;
    min-width: 240px;
    
}
.dropdown-menu{
	background:none;
	padding-top:10px !important;
}
.dropdown-menu li{
	border-bottom:1px solid #363636;
	    background: #fff;
}
.dropdown-menu li:last-child{
	border-bottom:0px;
}
.dropdown-item:focus, .dropdown-item:hover{
	background-color: #363636;
    color: #fff !important;
}
.dropdown-menu{
	padding:0px;
	border-radius:0px;
	    border: none;
    left: 10px;
}
/* BLOG */
.blog-top-img{
    width: 100%;
    height: 544px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-size: cover;
}

.blog-top-cat{

    position: absolute;
    top: -19px;
    left: 20px;
    color: #fff;
    background: var(--dark);
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
}
.blog-top-sub{
    text-transform: uppercase;
    /*position: absolute;*/
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    /*bottom: 168px;
    left: 23px;*/
    text-shadow: none;
    color: var(--dark);
    display: inline-block;

}
.blog-top-title{
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    /*bottom: 10px;
    left: 20px;*/
    font-size: 50px;
    font-weight:500;
    text-shadow: 1px 1px 5px #666;
    line-height:60px;
}
.blog-top-title a{
    color: #fff;
	line-height:60px;
}
.blog-top-title a:hover{
    text-decoration: underline;
}
.blog-top-desc{
    font-size: 15px;
    margin-top:30px;
    color: #363636;
    line-height: 1.7em;
}
.blog-top{
    position: absolute;
    bottom: 190px;
    display: inline-block;
    width: 100%;
    left: 20px;
}
.blog-strike{
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
        display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
div.blog-strike:before {

    content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  border-bottom: 4px solid var(--line-color);
  width: 100%;
}
.blog-top-itm {
    display: inline-block;
    width: 100%;
    margin-top: 33px;
}
.box-two-link{
    position: relative;
    z-index: 2;
        display: inline-block;
}
.news-desc .box-two-link a,
.blog-strike-wrap .box-two-link a{
    margin-right: 0px;
    border: 1px solid #fff;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.blog-strike-wrap .box-two-link a:hover,
.news-desc .box-two-link a:hover{

    border: 1px solid #eaeaea;
}
.news-desc a.product-buy-now-chart:hover{
    border: 1px solid #eaeaea;
    color: var(--dark);
    background:#fff;

}
.box-two-link a {
    transition: all 0.5s ease;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 15px;
    background: var(--line-color);
    color: #fff;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 15px;
    padding-bottom: 13px;
    margin-right: 10px;
    color: #fff;
}
.blog-strike-wrap{

    display: inline-block;
    border-left: 49px solid #fff;
    border-right: 49px solid #fff;
        position: relative;
    z-index: 3;
}
#newsBox-big {position: relative;width: 100%;
    /*width: calc(100% - 390px);*/
    overflow: hidden;
    display: inline-block;
}

#newsBox-big .news {float: left;width: 100%;position: relative;text-align: center;margin-bottom: 60px;}
#newsBox-big .news.big { margin-bottom: 0; }
#newsBox-big a {/* color: #616361 !important; */}
#newsBox-big .news:nth-child(3n) { margin-right: 0; }
/*#newsBox-big .news:last-child { margin-bottom: 0; }*/
#newsBox-big .news .news-image {position: relative;overflow: hidden;width: 380px;    width: 295px;
    float: left;
    height: 185px;} 
#newsBox-big .news .news-image::before { position: absolute; top: 0; left: -75%; z-index: 2; display: block; content: ''; width: 50%; height: 100%; background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%); background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%); -webkit-transform: skewX(-25deg); transform: skewX(-25deg); }
#newsBox-big .news:hover .news-image::before { -webkit-animation: shine .75s; animation: shine .75s; }
@-webkit-keyframes shine { 100% { left: 125%; } }
@keyframes shine { 100% { left: 125%; } }
#newsBox-big .news .news-image img { width: 100%;}
#newsBox-big .news .news-desc {width: calc(100% - 325px);float: right;}
#newsBox-big .news .news-desc h2 {font-size: 22px;text-transform: none;color: #616361;margin: 0 0 10px;padding: 0 0 10px;text-align: left;border-bottom: 1px solid #d1d1d1;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;}
#newsBox-big .news:hover h2 {color: var(--red);}
#newsBox-big .news .news-desc h3 {color: #616361;font-size: 19px;text-align: left;line-height: 1.4;margin: 10px 0 0px;letter-spacing: .5px;word-spacing: .8px;padding: 0 0 10px;/* border-bottom: 1px solid #d2d2d2; */}
#newsBox-big .news .news-desc p { 
	    display: inline-block;
    margin-top: 15px;
    font-size: 15px;
    text-align: left;
    color: #363636;
	
}
#newsBox-big .news .news-desc span i { margin-right: 5px; }
#newsBox-big h3.noData { color: #ed3037; font-size: 15px; margin: 0; font-family: 'TrebuchetMS'; letter-spacing: .2px; word-spacing: .5px; }
#newsBox-big .news .news-desc .button {text-align: left;margin-top: 10px;}
#newsBox-big .news .news-desc .button p { margin: 0; display: inline-block; color: #fff; font-size: 20px; text-transform: uppercase;  width: 130px; letter-spacing: .8px; text-shadow: 1px 1px 3px rgba(0,0,0,0.3); border-radius: 0; padding: 5px 0 3px; outline: none; border: 0; text-align: center; }
#newsBox-big .news:hover .news-desc .hvr-shutter-in-horizontal:before, #newsBox-big .news:hover .news-desc .hvr-shutter-in-horizontal:before, #newsBox-big .news:hover .news-desc .hvr-shutter-in-horizontal:before { -webkit-transform: scaleX(0); transform: scaleX(0); }
#content .rightContent .dynamicContent h4.restNews {font-size: 30px;border-bottom: 1px solid #d2d2d2;padding-bottom: 10px;margin: 30px 0;text-transform: uppercase;color: #616361;width: 100%;}
#newsBox-big .news .news-image.big {width: 100%;margin-bottom: 10px;float: none;border: none;border-bottom: 1px solid #d2d2d2;padding-bottom: 15px;text-align: center;}
#newsBox-big .news .news-image.big::before { display: none; }
#newsBox-big .news .news-desc.big {float: none;max-width: 100%;width: auto;text-align: justify;}
#newsBox-big .news .news-desc.big span {display: block;text-align: left;font-size: 20px;padding: 0px 0 5px;margin-bottom: 45px;color: var(--red); border-bottom: 1px solid #d2d2d2;text-transform: uppercase;}

.blog-title{
	text-transform:uppercase;
	    text-align: left;
    font-weight: 500;
}
.gallery-img>ul>li.gallery-big-li{
	border:none !important;
}
.lg-outer .lg-thumb-outer, .lg-actions .lg-next, .lg-actions .lg-prev, .lg-outer .lg-toogle-thumb{
	background: #363636 !important;
}
.top-icon:hover{
	animation: flip;
	animation-duration: 0.5s; /* don't forget to set a duration! */
}
.mapa{
	background-position: center center;
    background-size: cover;
    width:100%; 
    height:400px;
    background-image: url('/images/zlatara_mapa.jpeg'); 
    background-position:center center;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
	    background-color: var(--active-color);
    border-color: transparent;
}
.btn-primary.focus, .btn-primary:focus{
	box-shadow:none;
}
.form-control:focus{
	box-shadow:0 0 0 0.2rem rgb(251 152 6 / 25%);
	border-color: var(--active-color);
	
}
#add-to-cart, .btn-cart{
	position:relative;
	padding-right:45px;
}
#add-to-cart img, .btn-cart img{
	width: 31px;height: 31px;
	border-radius: 15px;
	background-color: #ffffff;
	position:absolute;
	right:15px;
	
}
.admin-edit{
	position:absolute;
	right:0px;
	bottom:5px;	
}
.text-sm-left{
	text-align:right !important;
}
.mx-sm-1 {
    	margin-left: 0px !important;
    	margin-right: 0px !important;
  	}
/* xs */
@media screen and (min-width: 0px) and (max-width: 576px){
	footer{
	   /* background-size: 80% 100%; */
	}
	.mx-sm-1 {
    	margin-left: 0.95rem !important;
    	margin-right: 0.95rem !important;
  	}
  	.text-sm-left{
  		text-align:left !important;
  	}
  	.bottom-carousel .owl-nav{
		display:none;
	}
}
		
/* SM */
@media screen and (min-width: 576px) and (max-width: 768px) {
	footer{
	   /* background-size: 70% 100%; */
	}
	
}
/* MD */
@media screen and (min-width: 768px) {
	footer{
	      /*  background-size: 60% 100%; */
	}

    .modal-dialog{
        width: 80%;
        max-width: unset;
	}
	.modal-content{
        padding: 2.5rem;
	}
}
/* L */
@media screen and (min-width: 992px) and (max-width: 1200px) {
	footer{
	  /*  background-size: 50% 80%; */
	}
    .modal-dialog{
        width: 70%;
	}
}
/* XL */
@media screen and (min-width: 1200px) and (max-width: 1400px) {
	footer{
	     background-size: 100% 100%; 
	}
}
/* XXL */
@media screen and (min-width: 1400px){
	
    .modal-dialog{
        max-width: 1000px;
	}
	footer{
	    /* background-size: 45% 62%; */
	}
}

@media screen and (min-width: 1800px){
	
	footer{
	    /* background-size: 45% 62%; */
	}
}

@media screen and (min-width: 1800px){
	
	footer{
	    /* background-size: 45% 62%; */
	}
}


.fb_iframe_widget iframe{
	width:300px !important;
}
.show-filters{
	position: fixed;
    display: block !important;
    width: 100%;
    background: #fff;
    z-index: 99999999;
    /* left: -100%; */
    height: 100%;
    top: 45px;
    left:0px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom:100px;
}
.close-filters{
	    position: absolute;
    right: 20px;
    border: 1px solid;
    top: 16px;
    padding-top: 7px;
    z-index:9999999999;
}
.noscroll{
	overflow:hidden;
}
.lg-toolbar.lg-group {
min-width:200px!important;
}


.brand-description p {
    margin-bottom: 1em; /* or 16px, or whatever spacing you prefer */
}