.cartbutton {
    position: absolute;
    width: calc(100% - 75px);
    height: 55px;
    bottom: 0;
    right: 0;
    z-index: 9999;
    cursor: pointer;
}

.cartbutton.enabled {
    height: 0;
    width: 0;
}

#modalContainer {
	background-color:rgba(0,0,0,0.25);
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:10000;
	background-image:url(tp.png); /* required by MSIE to prevent actions on lower z-index elements */
}

#alertBox {
	position:relative;
	width:80%;
	min-height:100px;
	margin-top:50px;
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:20px 30px;
	border-radius: 3px;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.1) inset,20px 20px 30px -10px rgba(0,0,0,0.05);
	overflow: hidden;
	max-width: 600px;
}

#modalContainer > #alertBox {
	position:fixed;
  transition:0.4s;
	left: 50% !important;
	top: 50% !important;
	transform: translate3D(-50%,-50%,0);
}

#alertBox h1 {
	margin:0;
	font-size:17px;
	background-color:#eabbe9;
	color:#FFF;
	padding:15px 20px;
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
}

#alertBox p {
	font-size:17px;
	height:50px;
	padding-left:5px;
	margin:20px 20px 10px;
    color: #5c5c5c;
	text-align: center;
}

#alertBox #closeBtn {
	display:block;
	position:relative;
	margin:0px auto 20px;
	padding:7px;
	border:0 none;
	width:100px;
	font-size:15px;
	text-transform:uppercase;
	text-align:center;
	color:#FFF;
	background-color:#eabbe9;
	border-radius: 2px;
	text-decoration:none;
	font-weight: 800;
}

/* unrelated styles */

#mContainer {
	position:relative;
	width:600px;
	margin:auto;
	padding:5px;
	border-top:2px solid #000;
	border-bottom:2px solid #000;
	font:0.7em verdana,arial;
}

code {
	font-size:1.2em;
	color:#069;
}

#credits {
	position:relative;
	margin:25px auto 0px auto;
	width:350px; 
	font:0.7em verdana;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	height:90px;
	padding-top:4px;
}

#credits img {
	float:left;
	margin:5px 10px 5px 0px;
	border:1px solid #000000;
	width:80px;
	height:79px;
}

.important {
	background-color:#F5FCC8;
	padding:2px;
}

code span {
	color:green;
}

.obavestenje {
    position: absolute;
    top: 0;
    left: 10px;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.85);
    z-index: 999;
    text-align: center;
    color: red;
    font-weight: 800;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-shadow: 0px 0px 5px #fff;
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 55px;
}

.addtocart-area.nema {display: none !important;}

.Veličina .product-field-display {
    float: left !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 0 5px;
}

.Veličina label {
    border: 1px solid #eabbe9;
    margin: 5px 5px 5px 0px;
    padding: 10px 15px 6px;
    color: #5c5c5c;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 15px;
    font-weight: 400;
    transition: 0.2s;
}

.Veličina label input {
    display: none;
    position: relative;
}


.Veličina label.active {
    color: #FFF;
    background: #eabbe9;
}


.addtocart-area .controls input[type="radio"]:checked+label{ font-weight: bold; } 
.addtocart-area .controls label+input[type="radio"]:checked { font-weight: bold; } 

.tabs {
      position: relative;   
      min-height: 650px; /* This part sucks */
      clear: both;
      margin: 25px 0;
      width: auto;
    }
    .tab {
      float: left;
    }
    .tab label {
      background: #FFF; 
      padding: 0 25px; 
      border: 1px solid #F7F2F2; 
      margin-left: -1px; 
      position: relative;
      left: 1px; 
      height: 50px;
      line-height: 50px;
      display: inline-block;
      font-size: 17px;
      text-transform: uppercase;
      font-weight: 500;
      cursor: pointer;
      color: #eabbe9;
    }
    .tab [type=radio] {
      display: none;   
    }
    .content {
      position: absolute;
      top: 49px;
      left: 0;
      background: #FFF;
      right: 0;
      bottom: 0;
      padding: 0;
      overflow: auto;
    }
    [type=radio]:checked ~ label {
      background: #eabbe9;
      z-index: 2;
      border: 1px solid #eabbe9;
      color: #FFF;
    }
    [type=radio]:checked ~ label ~ .content {
      z-index: 1;
    }

.bojeh4 {
    border-top: 1px solid #F7F2F2;
    padding: 15px 0 5px;
    margin: 10px 0 5px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #5c5c5c;
    text-align: left;
}

.bojaProizvoda {
    width: 80px;
    height: 80px;
    float: left;
    border: 1px solid #F7F2F2;
    overflow: hidden;
    margin-right: 5px;
    margin-bottom: 5px;
}

.bojaSlika {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

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


.vm-product-container { margin-top: 0px;padding: 0 50px;position: relative;float: left;width: 100%;}

/******************************************************************************************************************************************/

/* PROIZVOD */

/******************************************************************************************************************************************/

#proizvod {
    
}

#proizvod .wrapper {    
  display: block;
  padding: 0;
}

.proizvod-main {    
  width: 100%;
  padding: 15px 0 20px;
}

.vm-product-container .vm-product-media-container {
    width: 60%;
    padding: 0;
    margin: 0;
    border: 0px solid #F7F2F2;
}

.vm-product-details-container {
    width: 40%;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    float: right;
    padding-top: 50px;
}

 .manufacturer{
    margin: 10px 0 0px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: #5c5c5c;
}

.manufacturer a {
    font-weight: 700;
    color: #eabbe9;
    font-size: 14px;
}

.productdetails-view .spacer-buy-area {
    padding-left: 15px;
    overflow: visible;
}

.productdetails-view .addtocart-area {
    margin: 0 0px 0 0px;
    clear: both;
    width: 100%;
}

/******************************************************************************************************************************************/

/* PROIZVOD SIDE */

/******************************************************************************************************************************************/

#proizvod aside {
  width: 100%;
  margin: 0;
  padding: 20px 50px;
  position: relative;
  display: block;
}

#proizvod aside:after {
    content: '';
    position: absolute;
    top: 0;
    right: -2000px;
    width: 2000px;
    background: #fafafa;
    height: 100%;
    box-shadow: 0 100px 0 0 #fafafa;
}

#proizvod aside h5 {
    font-size: 36px;
    margin: 0;
    border-bottom: 1px solid rgba(0,0,0,0.025);
    padding: 15px 10px;
    color: #5c5c5c;
    text-align: center;
    font-weight: 300;
    letter-spacing: -0.075em;
}

.proizvod-sidebar li {
    clear: none;
    margin: 0px 0 0px;
    font-weight: 300;
    font-size: 20px;
    color: #5c5c5c;
    padding: 15px 10px;
    float: left;
    line-height: 60px;
    min-width: 25%;
    text-align: center;
}

aside .kupovina-ctn {
    border: none;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    position: relative;
    margin: 35px 0 0;
}

aside .kupovina-ctn h3 {
    color: #FFF;
    font-size: 17px;
    text-transform: uppercase;
    margin: 0;
    background: url(../img/odredi-velicinu.svg) no-repeat 90% center #eabbe9;
    padding: 10px 15px;
    font-weight: 400;
    border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
    background-size: 24px auto;
	transition: 0.4s;
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
    display: none;
}

aside .kupovina-ctn:hover h3 {
    background: url(../img/odredi-velicinu.svg) no-repeat 90% center #005380;
    background-size: 24px auto;
}

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

main .icon {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 15px;
    text-align: center;
}

main .icon img {max-width: 100%; max-height: 100%; width: auto; height: auto;}

/******************************************************************************************************************************************/

/* NAZIV PROIZVODA */

/******************************************************************************************************************************************/

.proizvod-main h1 {
    color: #5c5c5c;
    font-size: 29px;
    font-weight: 300;
    margin: 10px 0 0;
    padding-right: 0px;
    line-height: 1;
}

.sku {
    display: block;
    padding: 10px 0 5px;
    font-size: 15px;
    color: #5c5c5c;
    letter-spacing: 0.02em;
    font-weight: 400;
}

.sku b {
    font-weight: 400;
}

/******************************************************************************************************************************************/

/* CENA PROIZVODA */

/******************************************************************************************************************************************/

.PricebasePrice {
    color: #b3b3b3;
    font-weight: 500;
    font-size: 20px;
    margin: 10px 0;
    text-align: left;
    width: auto;
    float: left;
    position: relative;
    letter-spacing: 0.025em;
}

.PricesalesPrice {
    color: #5c5c5c;
    font-weight: 400;
    font-size: 24px;
    margin: 5px 0;
    text-align: left;
    clear: both;
}


span.vm-price-desc {margin: 0;}

.PricebasePrice span.vm-price-desc {position: absolute;width: 110%;height: 1px;background: #b3b3b3;top: 50%;left: -5%;}

/******************************************************************************************************************************************/

/* VELICINA PROIZVODA */

/******************************************************************************************************************************************/

.product-field.product-field-type-S {
    float: left;
    width: 100%;
    margin: 0;
    border-top: 1px solid #f7f2f2;
    border-bottom: 1px solid #f7f2f2;
    padding: 5px 0 0;
}

.product-fields-title-wrapper {
    float: left;
    line-height: 50px;
    padding: 0;
}

.Veličina .product-fields-title {
    display: none;
}

.product-fields-title-wrapper .product-fields-title strong {
    font-size: 14px;
    font-weight: 700;
    color: #5c5c5c;
    text-transform: uppercase;
}

.product-field-display {float: right;margin-right: 39px;}

.Stara.cena {
    border-bottom: 0;
    padding: 15px 0 0;
    margin: 0;
}

.Stara.cena .product-field-display {
    float: left;
    margin: 0;
    color: #5c5c5c;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    opacity: 0.4;
    
}

.Stara.cena .product-field-display:after {
    content: '';
    width: 104%;
    height: 1px;
    background: #5c5c5c;
    position: absolute;
    top: 53%;
    left: -2%;
}

.Ušteda {  
    border: none !important;
    margin: 0 0 10px !important;
    padding: 0 !important;
}

.Ušteda .product-fields-title-wrapper {
    line-height: 1;
    width: auto;
    min-width: auto;
    margin-right: 10px;
    position: relative;
}

.Ušteda .product-fields-title-wrapper:after {
    content: ':';
    position: absolute;
    top: -1px;
    right: -5px;
    color: #5c5c5c;
    font-size: 18px;
    font-weight: 700;
}

.Ušteda .product-fields-title {
}

.Ušteda .product-fields-title strong {
    font-size: 14px;
    color: #5c5c5c;
    font-weight: 600;
    
    line-height: 19px;
}

.Ušteda .product-field-display {  
    color: #5c5c5c;
    font-size: 17px;
    font-weight: 400;
    float: left;
    margin: 0;
    line-height: 1;
    
}


#proizvod .chzn-container {margin-bottom: 0;}

#proizvod .chzn-container-single .chzn-single {
    width: auto;
    min-width: 78px;
    height: 50px;
    line-height: 50px;
    background: #FFF;
    border: 1px solid #eabbe9;
    color: #eabbe9;
    font-size: 19px;
    padding: 0;
    text-align: center;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

#proizvod .chzn-container-single .chzn-single span {
    display: block;
    overflow: hidden;
    margin-right: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-right: 0px solid #eabbe9;
	position: relative;
    z-index: 2;
    width: 100%;
    padding-right: 20px;
    font-size: 17px;
    font-weight: 900;
}

#proizvod .chzn-container-single .chzn-single span:after {
	content: '';
	width: 20px;
	height: 48px;
	display: inline-block;
	position: absolute;
	right: 0px;
	background: url(../img/czn-arrow.png) no-repeat center center;
	background-size: 10px;
	z-index: 99999;
	border-left: 1px solid;
}

#proizvod .chzn-container-single .chzn-drop {
    margin-top: -1px;
    border-radius: 0 !important;
    background-clip: border-box !important;
    text-align: center;
    font-size: 15px;
    padding: 0;
    background: #eabbe9 !important;
}


#proizvod .chzn-container .chzn-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-width: 78px;
    border: 1px solid #eabbe9;
    border-top: 0;
    background: #fff;
    box-shadow: 0 -22px 20px -15px rgba(0,0,0,0.2) inset !important;
    -moz-box-shadow: 0 -22px 20px -15px rgba(0,0,0,0.2) inset !important;
    -webkit-box-shadow: 0 -22px 20px -15px rgba(0,0,0,0.2) inset !important;
    border-radius: 0 0 3px 3px !important;
    overflow: hidden;
}


#proizvod .chzn-container .chzn-results li {
    margin: 0;
    padding: 15px 0px;
    list-style: none;
    line-height: 15px;
    color: #FFF;
    background: none !important;
    margin-left: -5px;
    border-bottom: 1px solid rgba(0,0,0,0.075);
    box-shadow: 0 1px 0 0 rgba(255,255,255,0.075);
}

#proizvod .chzn-container .chzn-results li:hover {
    box-shadow: 0 -50px 0 0 rgba(0,0,0,0.1) inset !important;
    -moz-box-shadow: 0 -50px 0 0 rgba(0,0,0,0.1) inset !important;
    -webkit-box-shadow: 0 -50px 0 0 rgba(0,0,0,0.1) inset !important;
}
.chzn-container .chzn-results {margin: 0;}
.chzn-container-single .chzn-single div b {background: none;}

/******************************************************************************************************************************************/

/* OCENA PROIZVODA */

/******************************************************************************************************************************************/

.ratingbox {background: url("../img/color-stars.png") repeat-x scroll 0 bottom transparent;margin-left: -5px;margin-bottom: 15px !important;display: none;}

.ratingbox div, .ratingbox span {background: url(../img/color-stars.png) repeat-x;}

/******************************************************************************************************************************************/

/* OPIS PROIZVODA */

/******************************************************************************************************************************************/

.product-description span.title{
    font-size: 20px;
    font-weight: 500;
    margin: 20px 0 0;
    display: block;
    text-transform: uppercase;
}
.product-description,
.product-description p {
    color: #5c5c5c;
    font-size: 19px;
    line-height: 1.75;
    text-align: left;
    display: block;
    padding: 10px 0 0;
    border-top: 1px solid #F7F2F2;
    margin: 10px 0px 0 0px !important;
    font-weight: 400;
}

.velicina-btn {
    padding: 0px 0 10px;
    border-bottom: 1px solid #f7f2f2;
    text-align: left;
    float: left;
    width: 100%;
    clear: both;
    display: block;
    overflow: auto;
    margin: 0 0 10px;
    display: block;
    clear: both;
}

.velicina-btn a {
    width: auto;
    display: inline-block;
    color: #FFF;
    padding: 7px 35px 7px 10px;
    text-align: left;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    background: url(/templates/sportivo/img/odredi-velicinu.svg) no-repeat 90% center #eabbe9;
    background-size: 15px auto;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

/******************************************************************************************************************************************/

/* KOMENTARI */

/******************************************************************************************************************************************/

.customer-reviews h4 {
    font-size: 20px;
    font-weight: 500;
    margin: 20px 0 0px;
    display: block;
    border: none;
    text-transform: uppercase;
}

/******************************************************************************************************************************************/

/* DODAJ U KORPU */

/******************************************************************************************************************************************/

.productdetails-view div.addtocart-bar {margin: 10px 0 0;overflow: visible;position: relative;min-height: 55px;width: 100%;position: relative;clear: both;}
.productdetails-view div.addtocart-bar:before {
}

.productdetails-view .addtocart-bar.kupi:before {
    content: '';
    max-height: 0px;
}

span.quantity-box {
    display: inline-block;
    vertical-align: middle;
    float: left;
}

.quantity-box .quantity-input, .cart-summary .quantity-input {
    height: 50px;
    width: 50px;
    text-align: center;
    font-weight: 700;
    padding: 1px;
    margin-bottom: 0;
    border-radius: 0;
    background: #FFF !important;
    border: 2px solid #5c5c5c !important;
    color: #5c5c5c;
    font-size: 17px;
    font-weight: 300;
    box-shadow: none !important;
    border-right: 0 !important;
}

span.quantity-controls {
    width: 25px;
    height: 50px;
    display: block;
    margin: 0;
    float: left;
}

span.quantity-controls input.quantity-plus {
    background: url(../img/plus.png) no-repeat center center #5c5c5c;
    margin: 0;
    width: 25px;
    height: 25px;
    border-radius: 0;
    display: block;
    float: left;
}

span.quantity-controls input.quantity-minus {
    background: url(../img/minus.png) no-repeat center center #5c5c5c;
    margin: 0;
    width: 25px;
    height: 25px;
    box-shadow: 0 -25px 0 0 rgba(0,0,0,0.025) inset;
    border-radius: 0;
    display: block;
    float: left;
}

span.addtocart-button {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    float: left;
    width: calc(100% - 80px);
    margin-left: 5px;
    
}

span.addtocart-button input.addtocart-button {
    max-width: 100%;
    background: #5c5c5c;
    color: #fff;
    border: 0 !important;
    border-radius: 0px;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    margin-bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 56px;
    padding: 0;
    font-weight: 400;
    color: #fff !important;
    max-width: 100%;
}


.list-reviews .normal,
.list-reviews .highlight {
    border: 1px solid #f7f2f2;
    margin-bottom: 0;
    border-radius: 0;
    padding: 20px;
    margin-top: 10px;
    background: #FFF;
}

.list-reviews .normal blockquote,
.list-reviews .highlight blockquote{
    word-wrap: break-word;
    padding: 0;
    margin: 0px 0 10px;
    font-size: 17px;
    
    clear: both;
    width: 100%;
    display: block;
    position: relative;
    top: 0px;
}

.list-reviews span.date {
    float: right;
    display: block;
    color: #5c5c5c;
    border-left: 1px solid #f7f2f2;
    border-bottom: 1px solid #f7f2f2;
    position: relative;
    top: -20px;
    right: -20px;
    font-size: 12px;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    padding: 10px;
    
}

.list-reviews .normal blockquote::before,
.list-reviews .highlight blockquote::before {display: none;}

span.vote {
    display: block;
    float: left;
    margin: 0 !important;
}

span.bold {
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    color: #5c5c5c;
}

/******************************************************************************************************************************************/

/* PRETHODNI/SLEDECI PROIZVOD */

/******************************************************************************************************************************************/
.product-neighbours {
    color: #777;
    margin: 0 0 15px;
    border-bottom: 1px solid #f7f2f2;
    padding-bottom: 15px;
}

.product-neighbours a.previous-page, 
.product-neighbours a.next-page {
    padding-left: 30px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #eabbe9;
    position: relative;
    background: none;
    text-transform: uppercase;
}

.product-neighbours a.previous-page:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: -5px;
    background: url(../img/czn-arrow.png) no-repeat center center;
    transform: rotate(90deg);
}

.product-neighbours a.next-page:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    right: -5px;
    background: url(../img/czn-arrow.png) no-repeat center center;
    transform: rotate(-90deg);
}

.chzn-search {display: none;}


/******************************************************************************************************************************************/

/* SLIKE PROIZVODA */

/******************************************************************************************************************************************/

.main-image { padding-bottom: 40px;background: #FFF;}

.main-image img {
    padding: 50px 0;
}

.additional-images {width: 100%;clear: both;margin-top: 0;margin-left: 0px;padding: 0 50px;}

.additional-images img {
    margin-right: 0;
    max-width: 100%;
    height: auto;
    width: 100%;
    display: block;
}

.additional-images .floatleft {
    border: 1px solid #f7f2f2;
    background: #FFFF;
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 0 50px;
}

.additional-images .vm-img-desc {display: none;}

.owl-prev {left: auto;left: -60px;top: -60px;transform: none;background: #F7f7F2;width: 60px;height: 120px;}
.owl-next {right: -60px;top: -60px;width: 60px;height: 120px;transform: none;background: #F7F2F2;}


.owl-prev::before {
    content: '';
    width: 4px;
    height: 20px;
    background: #5c5c5c;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    transform: translate3D(-50%,-50%,0) rotate(45deg);
    -moz-transform: translate3D(-50%,-50%,0) rotate(45deg);
    -webkit-transform: translate3D(-50%,-50%,0) rotate(45deg);
    margin-top: -6px;
}

.owl-prev::after {
    content: '';
    width: 4px;
    height: 20px;
    background: #5c5c5c;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    transform: translate3D(-50%,-50%,0) rotate(-45deg);
    -moz-transform: translate3D(-50%,-50%,0) rotate(-45deg);
    -webkit-transform: translate3D(-50%,-50%,0) rotate(-45deg);
    margin-top: 6px;
}

.owl-next::before {
    content: '';
    width: 4px;
    height: 20px;
    background: #5c5c5c;
    position: absolute;
    right: 50%;
    top: 50%;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    transform: translate3d(-50%,-50%,0) rotate(-45deg);
    -moz-transform: translate3d(-50%,-50%,0) rotate(-45deg);
    -webkit-transform: translate3d(-50%,-50%,0) rotate(-45deg);
    margin-top: -6px;
    margin-right: -5px;
}

.owl-next::after {
    content: '';
    width: 4px;
    height: 20px;
    background: #5c5c5c;
    position: absolute;
    right: 50%;
    top: 50%;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    transform: translate3d(-50%,-50%,0) rotate(45deg);
    -moz-transform: translate3d(-50%,-50%,0) rotate(45deg);
    -webkit-transform: translate3d(-50%,-50%,0) rotate(45deg);
    margin-top: 6px;
    margin-right: -5px;
}

/******************************************************************************************************************************************/

/* NAPISI KOMENTAR */

/******************************************************************************************************************************************/

.customer-reviews h4 span  {
    width: 100%;
    display: block;
    margin: 10px 0 0;
    font-size: 17px;
    font-weight: 500;
    padding-left: 20px;
    border-top: 1px solid #F7F2F2;
    padding-top: 20px;
    border-bottom: 1px solid #F7F2F2;
    padding-bottom: 20px;
}

.customer-reviews .step {
    font-size: 17px;
    width: 100%;
    display: block;
    margin: 15px 0;
    padding: 0 0px;
}

.customer-reviews .rating {
    text-align: left !important;
    margin: 20px 0px 20px;
    border-top: 1px solid #F7F2F2;
    border-bottom: 1px solid #F7F2F2;
    padding: 20px 0px 0px;
}

.customer-reviews .write-reviews {
    text-align: left;
    margin: 20px 0 0;
    padding: 0 20px;
}

.customer-reviews textarea.virtuemart {
    background: #fff !important;
    border: 1px solid #eabbe9;
    border-radius: 0;
    color: #000;
    text-align: left;
    padding: 10px 15px;
    margin: 10px 0;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    
    font-size: 17px;
}

.customer-reviews .write-reviews span {
    font-size: 17px;
    padding-left: 0;
    font-weight: 500;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.customer-reviews input.highlight-button {
    background: #eabbe9;
    color: #fff;
    border: 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 17px;
    cursor: pointer;
    text-align: center;
    letter-spacing: 0;
    display: inline-block;
    text-decoration: none;
    padding: 10px 30px;
    font-weight: 500;
    text-transform: uppercase;
    box-shadow: 20px 20px 40px -20px rgba(0,0,0,0.15);
    margin: 0px 0 20px;
}


/******************************************************************************************************************************************/

/* SLICNI PROIZVODI */

/******************************************************************************************************************************************/


#slicni-proizvodi {
    background: #FFF;
    border-top: 1px solid rgba(0,0,0,0.025);
    padding: 30px 0 50px;
    margin: 0;
}

#slicni-proizvodi .row {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: auto auto auto auto;
    grid-gap: 40px;    
}

#slicni-proizvodi .espadrile h3 {
    margin: 20px auto 5px;
}

#slicni-proizvodi h2 {
    margin: 20px 0;
    color: #5c5c5c;
    font-size: 36px;
    font-weight: 300;
    padding: 0 10px;
    line-height: 1;
    
    text-align: center;
    letter-spacing: -0.075em;
}

#slicni-proizvodi .naziv-proizvoda h2 {
    margin: 10px 0 5px;
}


#slicni-proizvodi .proizvod {
    width: calc(25% - 14px);
    float: left;
    border: 1px solid #f7f2f2;
    margin-left: 18px;
    margin-bottom: 0;
    padding: 5px 0 0;
    box-shadow: 6px 6px 12px 0 rgba(0,0,0,0.015);
    margin-top: 20px;
    background: #FFF;
}

#slicni-proizvodi .proizvod:first-child {
    margin-left: 0;
}

#slicni-proizvodi .slika-proizvoda {
    width: 100%;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border-bottom: 1px solid #f7f2f2;
    margin-bottom: 5px;
}

#slicni-proizvodi .slika-proizvoda img {
    max-height: 130px;
    min-height: 130px;
    width: auto;
    max-width: 80%;
    height: auto;
}

#slicni-proizvodi .slika-proizvoda .browseProductImage {
    max-height: 160px;
    width: auto;
    max-width: 100%;
    min-height: 160px;
}

#slicni-proizvodi .naziv-proizvoda {text-align: center;}

#slicni-proizvodi .naziv-proizvoda a {
    color: #5c5c5c;
    font-size: 18px;
    font-weight: 300;
    
    letter-spacing: 0;
}


#slicni-proizvodi .cena-proizvoda {text-align: center;}

#slicni-proizvodi .product-price {
    margin: 0 auto 6px;
    text-align: right;
    float: none;
    line-height: 18px;
    width: auto;
    overflow: auto;
    display: block;
    text-align: center;
}

#slicni-proizvodi .PricebasePrice {
    color: #b3b3b3;
    font-weight: 500;
    font-size: 20px;
    margin: 5px auto;
    text-align: center;
    width: auto;
    float: left;
    position: relative;
    letter-spacing: 0.025em;
    left: 50%;
    transform: translateX(-50%);
}

#slicni-proizvodi .PricesalesPrice {
    color: #5c5c5c;
    font-weight: 400;
    font-size: 14px;
    margin: 0px 0 15px;
    text-align: left;
    clear: both;
    text-align: center;
}


#slicni-proizvodi span.vm-price-desc {margin: 0;}

#slicni-proizvodi .PricebasePrice span.vm-price-desc {position: absolute;width: 110%;height: 1px;background: #b3b3b3;top: 50%;left: 50%;transform: translateX(-50%);}

#slicni-proizvodi .velicina-proizvoda {
    padding: 0 30px;
}

#slicni-proizvodi .product-field.product-field-type-S {
    float: left;
    width: 100%;
    margin: 10px 0;
    border-top: 1px solid #f7f2f2;
    border-bottom: 1px solid #f7f2f2;
    padding: 10px 20px;
}

#slicni-proizvodi .product-fields-title-wrapper {
    float: left;
    line-height: 50px;
    padding: 0;
}

#slicni-proizvodi .product-fields-title-wrapper .product-fields-title strong {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}

#slicni-proizvodi .product-field-display {float: right;margin-right: 0;margin-top: 5px;}

#slicni-proizvodi .chzn-container {margin-bottom: 0;}

#slicni-proizvodi .chzn-container-single .chzn-single {
    width: auto;
    min-width: 78px;
    height: 40px;
    line-height: 40px;
    background: #FFF;
    border: 1px solid #eabbe9;
    color: #eabbe9;
    font-size: 19px;
    padding: 0;
    text-align: center;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

#slicni-proizvodi .chzn-container-single .chzn-single span {
    display: block;
    overflow: hidden;
    margin-right: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-right: 1px solid #eabbe9;
}

#slicni-proizvodi .chzn-container-single .chzn-drop {
    margin-top: -1px;
    border-radius: 0 !important;
    background-clip: border-box !important;
    text-align: center;
    font-size: 15px;
    padding: 0;
    background: #eabbe9 !important;
}


#slicni-proizvodi .chzn-container .chzn-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-width: 78px;
    border: 1px solid #eabbe9;
    border-top: 0;
    background: #fff;
    box-shadow: 0 -22px 20px -15px rgba(0,0,0,0.2) inset !important;
    -moz-box-shadow: 0 -22px 20px -15px rgba(0,0,0,0.2) inset !important;
    -webkit-box-shadow: 0 -22px 20px -15px rgba(0,0,0,0.2) inset !important;
    border-radius: 0 0 3px 3px !important;
    overflow: hidden;
}

#slicni-proizvodi .chzn-container .chzn-results li {
    margin: 0;
    padding: 15px 0px;
    list-style: none;
    line-height: 15px;
    color: #FFF;
    background: none !important;
    margin-left: -5px;
    border-bottom: 1px solid rgba(0,0,0,0.075);
    box-shadow: 0 1px 0 0 rgba(255,255,255,0.075);
}

#slicni-proizvodi .chzn-container .chzn-results li:hover {
    box-shadow: 0 -50px 0 0 rgba(0,0,0,0.1) inset !important;
    -moz-box-shadow: 0 -50px 0 0 rgba(0,0,0,0.1) inset !important;
    -webkit-box-shadow: 0 -50px 0 0 rgba(0,0,0,0.1) inset !important;
}

#slicni-proizvodi.chzn-container .chzn-results {margin: 0;}
#slicni-proizvodi .chzn-container-single .chzn-single div b {background: url(../img/czn-arrow.png) no-repeat center center;}

#slicni-proizvodi .chzn-search {display: none;}

#slicni-proizvodi .product-field-display select {
    width: auto;
    min-width: 78px;
    height: 40px;
    line-height: 40px;
    background: url(../img/czn-arrow.png) no-repeat 90% center #FFF;
    border: 1px solid #eabbe9;
    color: #eabbe9;
    font-size: 19px;
    padding: 0;
    text-align: center;
    padding-right: 18px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;    
}


#slicni-proizvodi .proizvod .addtocart-bar{
    padding: 10px 20px 20px !important;
    overflow: auto;
    margin: 0 !important;
}


#slicni-proizvodi div.PricebasePrice {position: relative;margin: 0;}

#slicni-proizvodi div.PricebasePrice:before {
	content: '';
	position: absolute;
	width: 110%;
	height: 1px;
	background: #b3b3b3;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
}

#slicni-proizvodi .Stara.cena {
    margin: 0 0 20px;
    border: 0 !important;
    padding: 0;
    line-height: 1;
}

#slicni-proizvodi .Stara.cena .product-field-display {
    float: left;
    left: 50%;
    transform: translate3D(-50%,0,0);
    font-size: 17px;
    font-weight: 500;
    margin: -10px 0 0;
}

#slicni-proizvodi .Stara.cena .product-field-display:after {
    content: '';
}


.drift-demo-trigger {
    width: 90%;
    float: none;
}

.detail {
    position: relative;
    width: auto;
    margin-left: 0px;
    float: none;
    padding: 0px 0px 50px 30px;
}


.ix-link {
    display: block;
    margin-bottom: 3em;
}

.nav-sizeguide{
    /*margin-bottom: 10px;*/
}

.odredi {
    color: #eabbe9;
    font-size: 35px;
    font-weight: 500;
    text-transform: uppercase;
}

.table-sizeguide {
    background: #fff;
    color: #000;
    margin: 0;
    border: 1px solid #F7F2F2;
    padding: 20px;
}

.table-sizeguide tbody {
}

.table-sizeguide > thead > tr > td,
.table-sizeguide > tbody > tr > td{
    text-align: center;
    padding: 5px; 
    width: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.025);
    color: #000;
    font-size: 14px;
    
    font-weight: 300 !important;
    transition: 0.4s;
    background: #f0f6f8;
}

.table-sizeguide > thead > tr > td{
    background: #f7f2f2;
    font-weight: 500 !important;
    min-width: 50px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-left: 1px solid rgba(0,0,0,0.05);
}

.table-sizeguide > thead > tr:first-child > td{
    background: #eabbe9;
    color: #fff;
    padding: 10px 2px;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 16px;
    
}

.table-sizeguide > thead > tr:first-child > td:first-child{
    background: #eabbe9 !important;
    font-weight: 700 !important;
}

.table-sizeguide > tbody > tr > td:nth-child(even){
    background: #FFF;
    font-weight: bold;
}

.table-sizeguide > tbody > tr > td:first-child{
    background: #eabbe9;
    font-weight: 500 !important;
    color: #FFF !important;
}

.table-sizeguide > tbody > tr:hover > td{
    background: #444 !important;
    color: #FFF;
}


.table-sizeguide > tbody > tr:nth-child(2n) > td {
    background: #686868;
    color: #FFF;
}

@media (max-width: 900px) {
    .wrapper {
      text-align: center;
      width: auto;
    }

    .detail, .drift-demo-trigger {
      float: none;
    }

    .drift-demo-trigger {
      max-width: 100%;
      width: auto;
      margin: 0 auto;
    }

    .detail {
      margin: 0;
      width: auto;
    }

    .responsive-hint {
      display: none;
    }

    .drift-bounding-box {
      display: none;
    }
}

.Popust {
    position: absolute;
    top: 20px;
    left: auto;
    border: none;
    width: 60px !important;
    background: #5c5c5c;
    height: 60px;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    text-align: right;
    transform: none;
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.035);
    background-size: 38px auto !important;
    border-radius: 50px;
    border: none !important;
    right: 10px;
}

.Popust:after {
    content: '';
    position: absolute;
    border: 10px solid transparent;
    border-top: 10px solid #01517F;
    bottom: -20px;
    right: 0;
    z-index: -1;
    display: none;
}

.Popust .product-field-display{
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-top: 3px;
}