/*
Theme Name: Karo Child
Theme URI: http://demo.themeftc.com/woo_karo/store/
Template: karo
Author: the ThemeFTC team
Author URI: http://demo.themeftc.com/
Description: Karo brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Tags: one-column,two-columns,right-sidebar,flexible-header,accessibility-ready,custom-colors,custom-header,custom-menu,editor-style,featured-images,post-formats,sticky-post,theme-options,threaded-comments,translation-ready
Version: 1.1.8
Updated: 2018-07-17 07:48:23

*/
body{
	line-height: 1.5;
}
h2{
	font-size: 20px !important;
}
.fa-search:before {
	content: "\e090" !important;
}
.header-layout8 .header-content{
	padding:0;
}
.header-layout8 .h8-top .ftc-search-product .ftc-search .search-button{
	text-align:center !important;
}
.header-ftc.header-layout8 .header-content .ftc-shop-cart .ftc-cart-tini .cart-total{
	left:20px;
}
header#masthead.site-header{
	margin: 0 0 0;
	z-index:5;
}
body.home header#masthead.site-header{
	margin:0 0 15px;
}
.page-container{
	margin:15px auto;
}
.ftc-breadcrumb-title.container{
	margin:0;
	padding:0;
}
.nr-breadcrumbs {
    margin: 0 auto;
}
ol.breadcrumbs{
	padding: 0px 15px;
	margin-bottom: 0px;
	list-style: none;
	background-color: transparent;
}
ol.breadcrumbs>li{
	display: inline-block;
}
ol.breadcrumbs>li+li{
	margin-left:13px;
	position:relative;
}
ol.breadcrumbs>li+li::before{
			content: '';
	display: flex;
	justify-content: center;
	position: absolute;
	top: 12px;
	left: -10.5px;
	font-size: 12px;
	line-height: 1;
	width: 5px;
	height: 5px;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	transform: rotate(45deg);
}
ol.breadcrumbs>li>a{
	font-size: 12px;
}
.nr-clearfix{
	margin:0 0 15px;
}
.main-navigation a {
	color: #fff;
	font-weight: 500;
}
.nr-breadcrumbs+.container{
	margin:30px auto 0;
}
/***************/
.owl-theme .owl-controls{
	/*margin-top:10px;
	text-align:center;*/
	-webkit-tap-highlight-color:transparent;
	margin: 0;
	padding: 0;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]{
    color:#fff;
    font-size:14px;
    margin:5px;
    padding:4px 7px;
    background:#d6d6d6;
    display:inline-block;
    cursor:pointer;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{
    background:#869791;
    color:#fff;
    text-decoration:none
}
.owl-theme .owl-controls .owl-nav .disabled{
    opacity:.5;
    cursor:default
}
.owl-theme .owl-dots .owl-dot{
	
}
.owl-theme .owl-dots .owl-dot span{
	
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
	
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  position: absolute;
}

.owl-carousel .owl-controls .owl-nav .owl-next {
  top: 40%;
  right: 0;
  background-color: rgba(0,0,0,0.7);
  width: 36px !important;
  height: 42px !important;
  text-align: center;
  padding: 0px 4px 0px 0px;
	margin: 5px 0 5px 5px;
}
.owl-carousel .owl-controls .owl-nav .owl-next::before{
	display:none;
}

.owl-carousel .owl-controls .owl-nav .owl-next i {
  font-size: 22px;
  font-size: 38px;
  padding-left: 7px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev i {
  font-size: 22px;
  font-size: 38px;
  padding-right: 0px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev {
  top: 40%;
  left: 0;
  background-color: rgba(0,0,0,0.7);
  width: 36px !important;
  height: 42px !important;
  text-align: center;
  padding: 0px 4px 0px 0px;
	margin: 5px 5px 5px 0;
}
.owl-carousel .owl-controls .owl-nav .owl-prev::before{
	display:none;
}
.owl-theme .owl-controls {
  background: #fff;
}

.owl-carousel .owl-stage-outer {
  border: 1px solid #E9E9E9;
}

.owl-carousel.product-images{
	max-height: 320px;
	overflow: hidden;
	margin-bottom: 5px;
}
.single-product-gallery-thumbs{
	max-height: 80px;
	overflow: hidden;
	display: inline-block;
	width: 100%;
}
.single-product-gallery-thumbs .owl-carousel .owl-item{
	 float:left;
}
.single-product-gallery-thumbs .owl-carousel .owl-item>div{
	padding:0 !important;
}
.product-images .btn-zoom {
  color: #0e4c81;
  font-size: 3em;
  position: absolute;
  height: 32px;
  width: 32px;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all ease-out .4s;
  -o-transition: all ease-out .4s;
  transition: all ease-out .4s;
  text-align: center;
  opacity: 0;
}

.product-images .owl-item{
	padding:0;
}
.product-images .owl-item a:hover > .btn-zoom {
  opacity: 1;
}

.gallery-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  z-index: 1003;
  background: rgba(0,0,0,0.69);
}

.gallery-wrapper.overlay-active {
  z-index: 1235;
}

.gallery-wrapper #gallery {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
}

.gallery-wrapper .gallery-content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0,0,0,0.69);
}

.gallery-wrapper .close-button {
  position: absolute!important;
  z-index: 100;
  top: 30px;
  right: 40px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  cursor: pointer;
  color: #333;
  text-align: center;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: color 0.3s,-webkit-transform .3s .1s;
  -moz-transition: color 0.3s,-moz-transform .3s .1s;
  -o-transition: color 0.3s,-o-transform .3s .1s;
  transition: color 0.3s,-webkit-transform .3s 0.1s,-moz-transform .3s 0.1s,-o-transform .3s 0.1s,transform .3s .1s;
}

.gallery-wrapper .close-button:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #2F93D0;
}

.gallery-wrapper .gallery-content.fullscreen .close-button {
  color: #fff;
}

.gallery-wrapper .gallery-content.fullscreen .close-button:hover {
  color: #0e4c81;
}

.gallery-wrapper .gallery-content.fullscreen .close-button i {
  font-size: 30px;
  line-height: 30px;
  width: 30px;
}

.gallery-wrapper .gallery {
  width: 60%;
  height: 100%;
  position: relative;
}

.gallery-wrapper .gallery-content.fullscreen .gallery {
  width: 100%;
}

.gallery-wrapper #images {
  width: 100%;
  overflow: hidden;
  height: 100%;
  padding: 60px 100px;
  padding: 0;
  position: relative;
}

.gallery-wrapper .owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px,0px,0px);
}

.gallery-wrapper .owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.gallery-wrapper #images .owl-stage-outer,
.gallery-wrapper #images .owl-stage,
.gallery-wrapper #images .owl-item {
  height: 100%!important
}
.gallery-wrapper #images .owl-stage{
	height: 100% !important
}

.gallery-wrapper #images .item {
  height: 100%;
}

.gallery-wrapper #images img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
}

.gallery-wrapper #images .item figure {
  height: 100%;
  display: block;
  position: relative;
  background-size: contain;
  margin: 0;
  background: transparent;
}

.gallery-wrapper #images .item figure img {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity .7s .5s;
  -moz-transition: opacity .7s .5s;
  -o-transition: opacity .7s .5s;
  transition: opacity .7s .5s;
}

.gallery-wrapper #images .item figure.loaded img {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.gallery-wrapper #images .item figure:after {
  content: "\f1ce";
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -25px;
  -webkit-transition: opacity 0.3s,visibility .3s .5s;
  -moz-transition: opacity 0.3s,visibility .3s .5s;
  -o-transition: opacity 0.3s,visibility .3s .5s;
  transition: opacity 0.3s,visibility .3s .5s;
  visibility: visible;
  font-family: 'fontAwesome';
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

.gallery-wrapper #images .item figure.loaded:after {
  visibility: hidden;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s,visibility .3s .5s;
  -moz-transition: opacity 0.3s,visibility .3s .5s;
  -o-transition: opacity 0.3s,visibility .3s .5s;
  transition: opacity 0.3s,visibility .3s .5s;
}

.gallery-wrapper .gallery-content .controls {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 100;
  position: static;
}

.gallery-wrapper .gallery-content .controls .owl-prev,
.gallery-wrapper .gallery-content .controls .owl-next {
  height: 50px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  color: #fff;
  z-index: 999;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  cursor: pointer;
	border: 0;
}
.gallery-wrapper .gallery-content .controls .owl-prev::before,
.gallery-wrapper .gallery-content .controls .owl-next::before {
	display:none;
}

.gallery-wrapper .gallery-content .controls .owl-prev:hover,.gallery-wrapper .gallery-content .controls .owl-next:hover {
  color: #0e4c81;
}

.gallery-wrapper .gallery-content .controls .owl-prev {
  left: 40px;
  top: 50%;
  display: block !important;
}

.gallery-wrapper .gallery-content .controls .owl-next {
  right: 40px;
  top: 50%;
  display: block !important;
}

.gallery-wrapper .gallery-content .controls i {
  font-size: 56px;
  line-height: 50px;
}

.gallery-wrapper .gallery-content .controls .owl-next {
  right: 40px;
  top: 50%;
}

#gallery .owl-controls {
  position: absolute;
  top: -30px;
  bottom: 0;
  margin: auto;
  height: 0;
  width: 100%;
}

#gallery .gallery-content {
  font-size: 0;
}

.item-info {
  display: none;
}

.gallery-wrapper .item-info {
  display: block;
  width: 50%;
  height: auto;
  position: absolute;
  color: #fff;
  z-index: 1;
  font-size: 16px;
  text-align: center;
  padding: 20px 0;
  opacity: 0;
}

.woocommerce .woocommerce-product-rating, 
.woocommerce-page .woocommerce-product-rating{
	margin: 0 0 7px 0;
	float: left;
	line-height: 1.5rem;
}
.woocommerce .woocommerce-product-rating .star-rating,
.woocommerce-page .woocommerce-product-rating .star-rating{
	margin:0;
}
.woocommerce .woocommerce-product-rating .star-rating+.woocommerce-review-link,
.woocommerce-page .woocommerce-product-rating .star-rating+.woocommerce-review-link{
	font-size:12px;
	margin-left: 5px;
}

.woocommerce div.single-product form.cart, 
body.single-product.woocommerce .nr-product form.cart{
	padding-top:0 !important;
	margin-bottom:0 !important;
}
.woocommerce div.single-product form.cart .order-by-phone,
body.single-product.woocommerce .nr-product form.cart .order-by-phone{
	display: inline-block;
	width: auto;
	margin: 5px 0 15px;
	padding:5px;
}
.woocommerce div.single-product form.cart .order-by-phone div,
body.single-product.woocommerce .nr-product form.cart .order-by-phone div{
	display: inline-block;
}
.woocommerce div.single-product form.cart .order-by-phone~form.cart .order-by-phone,
body.single-product.woocommerce .nr-product form.cart .order-by-phone~form.cart .order-by-phone{
	display:none;
}
.woocommerce div.single-product div.images .emoji-search-icon,
body.single-product.woocommerce .nr-product div.images .emoji-search-icon{
	display:none !important;
}
body.single-product.woocommerce .nr-product .summary p.price{
	border: 0;
	font-weight: 500;
	font-family: 'Roboto';
	letter-spacing: 0px;
	display: inline-block;
	width: 240px;
	float: right;
	margin: 6px 0;
	background-color: #efefef;
	padding: 5px 5px 5px;
}
body.single-product.woocommerce .nr-product .summary p.price::before{
	display:none !important;
}
body.single-product.woocommerce .nr-product .summary p.price em,
body.single-product.woocommerce .nr-product .summary p.price em{
	display: inline-block;
	width: 100%;
	text-align: right;
	font-size: 16px;
	font-style: normal;
}
body.single-product.woocommerce .nr-product .summary p.price em.nr-price{
	color:#999;
}
body.single-product.woocommerce .nr-product .summary p.price em.nr-discount{
	color:#0e4c81;
}
body.single-product.woocommerce .nr-product .summary p.price del,
body.single-product.woocommerce .nr-product .summary p.price ins{
	display: inline-block;
	text-align: right;
	margin-left: 5px;
	min-width: 175px;
	color: #999;
}
body.single-product.woocommerce .nr-product .summary p.price del span,
body.single-product.woocommerce .nr-product .summary p.price ins span{
	padding:0;
}
body.single-product.woocommerce .nr-product .summary p.price ins span{
    color: #0e4c81;
    font-size: 24px;
}
.woocommerce .product.single-product p.price .woocommerce-Price-amount{
	font-size:18px !important;
}
.woocommerce .product.single-product p.price ins .woocommerce-Price-amount{
	font-size:20px !important;
	font-weight:500;
}
.woocommerce .product p.price{
	
}
.woocommerce .product p.price em{
	width: 100%;
	display: inline-block;
	font-size: 14px;
	text-align: right;
	font-style: normal;
	font-family:'Roboto';
}
.woocommerce .product p.price .woocommerce-Price-amount{
	font-weight:700;
	font-size:16px;
	font-family:'Roboto';
}
.woocommerce .onsale, .woocommerce-page .onsale {
	font-size: 2rem;
	padding: 5px 20px;
	top: 1%;
	left: 5%;
	    background-color: rgba(255, 87, 34, .8) !important;
}
em.nr-price{
	display: inline-block;
	width: 100%;
	text-align: right;
	font-style: normal;
}
em.nr-price.nr-price-discount{
	
}
.woocommerce .quantity .qty {
	height: 40px;
}
.woocommerce.woocommerce-cart .quantity .qty{
	height:30px;
}
.woocommerce-page .woocommerce button.button.single_add_to_cart_button {
	background-color: #4CAF50;
	color: #fff;
}
.woocommerce div.single-product form.cart .variations,
body.single-product.woocommerce .nr-product form.cart .variations{
	width:240px;
	margin:0;
}
.woocommerce div.single-product form.cart .variations td.label,
body.single-product.woocommerce .nr-product form.cart .variations td.label{
	padding-bottom:0;
}
.woocommerce div.single-product form.cart .variations select,
body.single-product.woocommerce .nr-product form.cart .variations select{
	width:240px;
}
form .customselect{
	width:240px;
}
h1.page-title.product-title{
	margin-bottom:15px;
}
.single_variation_wrap .variations_button,
body.single-product.woocommerce .nr-product .summary>form.cart, 
body.single-product.woocommerce .nr-product .summary>form.cart{
	    display: flex;
    flex-wrap: wrap;
		overflow:visible;
		
}
.single_variation_wrap .variations_button{
	height: 95px;
	padding: 0;
}
body.single-product.woocommerce .nr-product .summary>p.price{
	margin-top: auto;
	width: 100%;
}
body.single-product.woocommerce .nr-product .summary>form.cart .order-by-phone{
	justify-content: center;
	align-items: center;
	
	margin: 0;
	width: 100%;
	text-align: center;
	font-size: 2rem;
}
body.single-product.woocommerce .nr-product .summary>form.cart .order-by-phone .icon{
	font-size:2rem;
	margin-right:5px;
}
body.single-product.woocommerce .nr-product .summary>form.cart .order-by-phone div b a{
	text-decoration: underline;
	font-weight: 700;
	font-size: 18px;
	color: #FF5722;
}
body.single-product.woocommerce .nr-product .summary>.order-by-phone{
	/*display:none !important;*/
}
body.single-product.woocommerce .nr-product .summary>form.cart~form.cart, 
body.single-product.woocommerce .nr-product .summary>form.cart~form.cart{
	display: block !important;
}
body.single-product.woocommerce .nr-product .summary>form.cart~form.cart .order-by-phone{
	display: block !important;
}
body.single-product.woocommerce .nr-product .summary>.order-by-phone~.order-by-phone{
	display: block !important;
}
body.single-product.woocommerce .nr-product .summary>p.price~p.price{
	display: block !important;
}
form.cart~form.cart~form.cart,
form.cart~p.price{
	display:none !important;
}

body.single-product.woocommerce .nr-product .summary>form.cart~form.cart~form.cart{
	display:none !important;
}
body.single-product.woocommerce .nr-product .summary>form.cart~form.cart~form.cart .order-by-phone{
	display:none !important;
}
body.single-product.woocommerce .nr-product .summary>.order-by-phone~.order-by-phone~.order-by-phone{
	display:none !important;
}
.woocommerce .checkout .details-col>div,
.woocommerce-page .checkout .details-col>div{
	margin-bottom:15px;
}
.comment-form input[type=text],
.comment-form textarea{
	width:auto;
}
.comment-form-rating p.stars+p.stars{
	display:none !important;
}
.nr-star-rating{
	width:auto !important;
	height: 20px !important;
	padding-top: 2.5px;
}
.nr-star-rating:before{
	display:none !important;
}
.nr-star-rating a{
	display:none;
}
.nr-star-rating abbr{
	width: 75px;
	height: 30px;
	display: inline-block;
	float: left;
	position: relative;
}
.nr-star-rating em{
	line-height: 12px;
	float: left;
	font-family: 'Roboto';
	padding: 2px 0 0 8px;
	font-style: normal;
}
.nr-star-rating em span.rating{
	position: relative;
	top: inherit;
	left: inherit;
	float: none;
}
.nr-star-rating abbr span:before{
	color:#FFD700 !important;
}
.nr-star-rating em span.rating:before{
	display:none;
}
.nr-star-rating+a{
	padding: 4px 0 0 0 !important;
	display: inline-block !important;
}

body.single-product.woocommerce div.product .summary.entry-summary .single_variation_wrap .quantity,
body.single-product.woocommerce .nr-product form.cart div.quantity{
	display: flex;
	flex-direction: column;
	width: 120px;
	align-self: flex-start;
	justify-self: flex-start;
	justify-content: center;
	align-items: flex-start;
	margin:0;
	padding: 0;
}
body.single-product.woocommerce .nr-product form.cart div.quantity .quantity-title{
	text-transform: none;
	margin: 0 0 2px 0;
	line-height: 1;
}
body.single-product.woocommerce .nr-product form.cart div.quantity input[type="button"]{
	height: 40px;
}

body.single-product.woocommerce .nr-product div.product form.cart button.single_add_to_cart_button{
    background-color: #0e4c81;
    color: #fff;
    display: flex;
    align-self: flex-end;
    justify-self: self-end;
    margin-left: auto;
    height: 40px;
    width: 280px;
    font-weight: 700;
    font-size: 18px !important;
    /* text-align: center; */
    justify-content: center;
}
.woocommerce #content div.product div.details-img, .woocommerce div.product div.details-img, .woocommerce-page #content div.product div.details-img, .woocommerce-page div.product div.details-img{
	/*height:320px;*/
	/*overflow:visible;*/
}
.summary .woocommerce-product-details__short-description{
	display:inline-block;
	width:100%;
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary{
	display: flex;
	flex-direction: column;
	padding: 0 15px 0;
	min-height: 404px;
}
.nr-tabs{
	
}
.nr-tabs>.ul{
	display: flex;
	margin: 30px 0 0px;
	border-bottom: 1px solid #ffc708;
}
.nr-tabs>.ul>.li{
	display: inline-block;
	margin: 0;
	padding: 0;
}
.nr-tabs>.ul>.li a{
position: relative;
    display: block;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}
.nr-tabs>.ul>.li.active a{
    background-color: #ffc708;
    color: #333;
}
.nr-tabs .tab_content_wrapper{
	    border: 1px solid #ffc708;
    border-width: 0 1px 1px 1px;
    padding: 15px 15px 10px 15px;
		display:none;
		width:100%;
}
.nr-tabs .tab_content_wrapper.active{
	display:inline-block;
}
.woocommerce .before-loop-wrapper{
	height:auto;
	border:0;
	margin:0;
}
.woocommerce .products .product .item-description span.price {
	line-height: 1;
	margin: auto 0 0 0;
	padding: 0 8px 0 0;
}
.woocommerce .products .product .item-description span.price *{
	line-height: 1;
}
.woocommerce .products .product .item-description span.price em.nr-price del{
	padding:0;
}
.woocommerce .products,
.woocommerce .products.grid{
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}
.woocommerce .products.related{
	display:block;
}
.woocommerce .products .nr-product, 
.woocommerce .products.grid .nr-product{
	border: 1px solid rgba(158, 158, 158, 0.33);
	flex: 0 1 31%;
    padding: 0mm;
    margin: 0px 10px 15px !important
}
.woocommerce .product .thwvsf-wrapper-ul span.thwvsf-item-span-color{
	position:absolute !important;
}
.related.products .owl-dots{
	top: 0px;
}
.woocommerce .owl-carousel .owl-item .product.nr-product{
	margin:0 !important
}
.related.products >.products.owl-carousel .owl-stage-outer{
	padding:15px 0;
}
.single_variation_wrap{
	padding:15px 0 0;
}

#right-sidebar .product_list_widget li.nr-product{
    display: flex;
    flex-direction: row;
    margin: 0 0 8px auto;
    border-bottom: 1px solid #f2f2f2;
}
#right-sidebar .product_list_widget:hover li.nr-product{
	border-bottom: 1px solid #f2f2f2;
}
#right-sidebar .product_list_widget li.nr-product:last-child{
	border:0;
}
#right-sidebar .product_list_widget li.nr-product:hover{
	
}
#right-sidebar .product_list_widget li.nr-product a{
	line-height: 1.5rem;
  text-transform: initial;
}
#right-sidebar .product_list_widget li.nr-product .nr-product-image{
	width:25%;
	margin:0 8px 0 0;
}
#right-sidebar .product_list_widget li.nr-product .nr-product-image a{
	display:inline-block;
	width:100%;
	height:100%;
}
#right-sidebar .product_list_widget li.nr-product .nr-product-image a img{
	margin:0;
}
#right-sidebar .product_list_widget li.nr-product .nr-product-details{
	width:75%;
	line-height: 1;
}
#right-sidebar .product_list_widget li.nr-product .nr-product-details a{
	    margin-bottom: 5px;
    display: inline-block;
}
#right-sidebar .product_list_widget li.nr-product .nr-product-details a span{
font-size: 12px;
    letter-spacing: -0.5px;
    line-height: 1;
    font-weight: 500;
}
#right-sidebar .product_list_widget li.nr-product .nr-product-details em.nr-price{
	font-size: 12px;
}
#right-sidebar .product_list_widget li.nr-product .nr-product-details em.nr-price span.amount{
	color:#999;
}
#right-sidebar .product_list_widget li.nr-product .nr-product-details em.nr-price.nr-discount span.amount{
	color:#0e4c81;
	font-weight:700;
}
a.z-link{
	display:inline-block;
}
.vc_message_box{
	text-transform:inherit;
	font-weight:inherit;
}
.woocommerce-cart .woocommerce .quantity .qty{
	height:30px;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
	float:right;
}
.woocommerce .cart_totals table.shop_table{
	width:100%;
}
.woocommerce .cart_totals table.shop_table tbody tr th{
	text-align:right;
}
.woocommerce .cart_totals table.shop_table tbody tr td{
	text-align:right;
}
.woocommerce-cart .wc-proceed-to-checkout{
	float:right;
}
.woocommerce #customer_details{
	margin:0;
}
.woocommerce-billing-fields h3{
	margin:0 0 15px;
}
.woocommerce form .woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce form .woocommerce-billing-fields__field-wrapper .form-row{
	margin: 0 0 8px;
}
.woocommerce form .woocommerce-billing-fields__field-wrapper .form-row label {
	line-height: 1;
}
.woocommerce .woocommerce-billing-fields__field-wrapper form .form-row input.input-text,
.woocommerce .woocommerce-billing-fields__field-wrapper form .form-row textarea{
	padding: 8px 6px;
}
#to-top{
	width:50px;
	height:50px;
}
#to-top a{
	width:50px;
	height:50px;
}
#to-top a:before{
	line-height: 48px;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	font-size: 24px;
	background-color: #0e4c81;
}
.woocommerce-order .woocommerce-notice{
	font-size: 3rem;
	text-align: center;
	margin: 30px auto 60px;
}
.woocommerce ul.order_details {
	margin: 0 0 3em;
	list-style: none;
	margin: 30px auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.woocommerce ul.order_details+p{
	text-align:right;
	font-style:italic;
}
.woocommerce section.woocommerce-order-details{
	margin-bottom: 30%;
}
section.woocommerce-order-details h2{
	margin: 0 0 15px;
	text-align: center;
}
.woocommerce .products .product-name{
	overflow:visible;
	height:auto;
}
.woocommerce div.product .product_title {
	padding: 0 8px;
	overflow: visible;
	height: auto;
	text-align: left;
	height: 44px;
	border-bottom: 1px solid #b1ecf9
}
body .wpb_wrapper .vc_separator {
	margin: 15px 0;
}
.woocommerce .product .vc_separator span.vc_sep_holder{
	overflow:visible;
}
.vc_separator.vc_separator_align_center h4{
	font-size: 14px;
	color: #9E9E9E;
}


body .wpb_row{
	margin-bottom: 15px;
}
body .wpb_content_element{
	margin-bottom: 15px;
}
body .wpb_flexslider.flexslider{
	margin:0;
}
.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow,
.twentytwenty-down-arrow{
	position:absolute !important;
}

.woocommerce table.shop_table tfoot{
	display:table-footer-group;
}
.single.single-product #right-sidebar section.widget_text{
	margin-bottom:20px;
}
.single.single-product #right-sidebar section.widget_text:nth-last-child(2){
	margin-bottom:40px;
}
figure.sidebar-icon+div{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}
figure.sidebar-icon+div h3{
	font-size:20px;
	text-align:center;
}
span.sidebar-icon{
    position: relative;
    width: 84px;
    height: 84px;
    display: inline-block;
    display: flex;
    display: block;
    margin: 0 auto;
}
span.sidebar-icon::before{
content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 84px;
    height: 84px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.sidebar-icon.icon-delivery::before{
	background-image: url(https://zvezdicashop.rs/wp-content/uploads/2020/03/dostava-kurirskom-sluzbom.png);
}
.sidebar-icon.icon-payment::before{
	background-image: url(https://zvezdicashop.rs/wp-content/uploads/2020/03/placanje-pouzecem.png);
}
.sidebar-icon.icon-contact::before{
	background-image: url(https://zvezdicashop.rs/wp-content/uploads/2020/03/rok-za-reklamacije-15-dana.png);
}

@media screen and (max-width: 979px){
	.woocommerce .products,
	.woocommerce .products.grid{
		display: flex;
    flex-flow: column;
	}
	.woocommerce .products.related{
		display:block;
	}
	.header-content .container > div.h8-top {
    padding-top: 0px;
    padding-bottom: 0px;
	}
	.nr-breadcrumbs {
    
	}
	.nr-breadcrumbs.container{
		margin:0 0 15px 0;
		padding:0;
	}
	
	ol.breadcrumbs{
		    padding: 5px 15px;
    margin-bottom: 0px;
    list-style: none;
    background-color: #f5f5f5;
    line-height: 2rem;
	}
	ol.breadcrumbs>li{
		display: inline-block;
		line-height:1;
	}
	ol.breadcrumbs>li+li{
		margin-left:13px;
		position:relative;
		
	}
	ol.breadcrumbs>li+li::before{
		    content: '';
    display: flex;
    justify-content: center;
    position: absolute;
    top: 5px;
    left: -10.5px;
    font-size: 12px;
    line-height: 1;
    width: 5px;
    height: 5px;
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    transform: rotate(45deg);
	}
	ol.breadcrumbs>li>a{
		font-size: 12px;
		line-height:1;
		letter-spacing: -0.5px;
	}
	
	.woocommerce.columns-4 .products .product,
	.woocommerce .products .nr-product,
	.woocommerce .products.grid .nr-product{
		margin-bottom: 0 !important;
		padding-bottom: 0;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid silver;
		display: flex;
		margin: 0 !important;
	}
	.woocommerce .products div.product div.images,
	.woocommerce .products.grid div.product div.images{
    margin-bottom: 5px;
    width: 30% !important;
    display: inline-block;
    float: left;
	}
	.woocommerce .products .product .item-description,
	.woocommerce .products.grid .product .item-description{
		text-align: left;
		width: 70%;
		display: inline-block;
		float: right;
		padding: 4px 0 8px 8px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		justify-content: flex-start;
		height: auto;
		align-items: center;
	}
	.woocommerce .products .product .item-description h3.product_title{
		    line-height: 1;
    height: auto;
	}
	.woocommerce .products .product .item-description h3.product_title a{
		font-size: 14px;
    font-weight: 600;
    text-transform: none;
		line-height: 1;
	}
	.woocommerce .products .product .item-description span.price{
		line-height: 1;
		margin: auto 0 0 0;
	}
	.woocommerce .products .product .item-description span.price em.nr-price{
		color: #262626;
		display: inline-block;
		font-size: 12px;
		text-align: right;
		font-style: normal;
		padding: 0 0 0 0;
		width: 100%;
		line-height: 1.25;
	}
	.woocommerce .products .product .item-description span.price em.nr-price del{
		padding:0;
		line-height: 1;
		width: 120px;
	}
	.woocommerce .products .product .item-description span.price em.nr-price del span{
		color: #999;
    font-weight: inherit;
		line-height:1;
	}
	.woocommerce .products .product .item-description span.price em.nr-price ins{
		padding:0;
		line-height: 1;
		width: 120px;
	}
	.woocommerce .products .product .item-description span.price em.nr-price ins span{
		color: #0e4c81;
		font-weight: 700;
		font-size: 16px;
		line-height:1;
	}
	.woocommerce .products .product .item-description .star-rating{
		display: flex;
    align-self: flex-end;
    margin: 0 8px;
	}
	
	.ftc-breadcrumb-title.container{
		padding:0;
	}
	.ftc-breadcrumb-title.container .ftc-breadcrumbs-content{
		
	}
	.ftc-breadcrumb-title.container .ftc-breadcrumbs-content a{
		
	}
	.ftc-breadcrumb-title.container .ftc-breadcrumbs-content span{
		
	}
	
	
	body.single-product.woocommerce .nr-product .summary>form.cart{
		display: flex !important;
		flex-direction:column;
		flex-direction:row;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		margin: 0 0 10px 0;
	}
	body.single-product.woocommerce .nr-product .summary>form.cart::before{
		display:none;
	}
	body.single-product.woocommerce .nr-product .summary>form.cart .order-by-phone{
		display: flex !important;
		font-size: inherit;
		margin: 10px 0;
	}
	body.single-product.woocommerce .nr-product .summary>p.price{
		display: block !important;
	}
	body.single-product.woocommerce .nr-product .summary>form.cart~form.cart, 
	body.single-product.woocommerce .nr-product .summary>form.cart~form.cart{
		display: none !important;
	}
	body.single-product.woocommerce .nr-product .summary>p.price~p.price{
		display: none !important;
	}
	h2{
		font-size:2rem !important;
	}
	.banner>.featured_text h5{
		font-size:2rem;
		text-align:center !important;
	}
	.col{
		margin-bottom:0;
	}
	.header-elements{
		padding: 5px 20px 5px 5px;
	}
	.mobile-menu-button{
		padding:5px 10px;
		left:inherit;
		right:0;
		margin-top:-23px;
	}
	#logo {
    padding: 0px 10px 0 0;
		margin:0;
	}
	.header-right {
    margin-top: 5px;
		left:inherit;
		right:-100%;
		display: none;
	}
	.mobile-menu-active .header-right{
		right:0;
		display: block;
	}
	.sub_page_header{
		background-image:none !important;
	}
	.sub_page_header .page-title {
    padding: 5px 0 5px;
	}
	h1.product_title{
		font-size: 2rem !important;
		color: #333;
		font-weight: 700;
		margin: 0 0 8px;
		line-height: 1;
		
		/*
		
		font-size: 2rem;
		font-weight: 700;
		*/
	}
	
	.content_row_wrapper{
		padding: 15px 0px;
	}
	.breadcrumb{
		border-bottom: 1px solid #ccc;
		padding:6px 25px 6px;
	}
	.woocommerce div.single-product div.images .flex-control-thumbs,
	body.single-product.woocommerce .nr-product div.images .flex-control-thumbs{
		display:none;
	}
	
	.border_grid .product_item_holder {
    padding-bottom: 0;
    display: inline-block;
    width: 100%;
		border-bottom: 1px solid silver;
	}
	.border_grid:not(.filterable) .content_row:not(:last-child):after, 
	.border_grid:not(.filterable)>.row:not(:last-child):after{
		background-color:transparent;
	}
	.product_item_holder .featured_image {
		margin-bottom: 5px;
		width: 30%;
		display: inline-block;
		float: left;
	}
	body.single-product.woocommerce #content div.product div.summary{
		padding: 0;
		min-height: inherit;
		    margin: 0 0 15px 0;
	}
	.woocommerce .product .product_info{
		text-align: left;
    width: 70%;
    display: inline-block;
    float: right;
		padding-left: 6px;
	}
	.woocommerce .product .product_item_holder .onsale{
		/* display: none; */
		font-size: 14px;
		padding: 4px 8px;
		/* right: 5px; */
		left: 15px;
		background-color: #FF9800  !important;
		font-weight: bold;
	}
	.woocommerce .product_item_holder .product_info h5 a{
		font-size:14px;
		font-weight:700;
	}
	.woocommerce .product p.price {
		text-align: right;
    padding: 0;
    margin: 0 0 15px 0;
	}
	.woocommerce .product_item_holder .product_info_footer{
		display:none;
		border: 0;
    padding: 0;
    margin: 0;
    position: relative;
    bottom: inherit;
    right: inherit;
    left: inherit;
    width: 100%;
	}
	.woocommerce .product_item_holder .product_info_footer a.add_to_cart_button,
	.woocommerce .product_item_holder .product_info_footer a.product_type_variable{
		background-color: green;
		color: #fff;
		padding: 6px 8px;
		float: right;
	}
	.woocommerce .onsale, 
	.woocommerce-page .onsale{
		font-size: 2rem;
    padding: 2px 6px;
		background-color: #FF9800 !important;
	}
	.woocommerce-page .woocommerce button.button.single_add_to_cart_button {
		font-size: 20px !important;
		padding:10px 15px 10px !important;
	}
	.woocommerce .quantity input.qty, .woocommerce-page .quantity{
		margin-left:10px;
		/*display:none;*/
	}
	.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty {
		height: 40px !important;
		margin:0;
	}
	body.single-product.woocommerce .nr-product .summary p.price{
		background:transparent;
		padding: 5px 5px 5px;
		border: 0;
		margin-bottom: 15px;
    font-family: 'Roboto';
    letter-spacing: -1px;
    font-weight: 500;
		width: 100%;
		border-bottom: 1px solid #ccc;
	}
	body.single-product.woocommerce .nr-product .summary p.price::before{
		display:none;
	}
	body.single-product.woocommerce .nr-product .summary p.price em,
	body.single-product.woocommerce .nr-product .summary p.price em{
		display: inline-block;
    width: 100%;
    text-align: right;
    font-size: 18px;
    font-style: normal;
	}
	body.single-product.woocommerce .nr-product .summary p.price del,
	body.single-product.woocommerce .nr-product .summary p.price ins{
		display: inline-block;
		text-align: right;
		margin-left: 5px;
		min-width: 140px;
	}
	.woocommerce .product.single-product p.price .woocommerce-Price-amount{
		font-size:20px !important;
	}
	.woocommerce .product.single-product p.price ins .woocommerce-Price-amount{
		font-size:22px !important;
		font-weight:900;
	}
	form.cart~form.cart{
    display:none;
	}
	.go-to-top.visible{
		display:none;
	}
	.go-to-top.visible~#container form.cart~form.cart{
		position:fixed;
		display:inline-block !important;
		bottom:0;
		left: 0;
		z-index: 9999;
		background-color: #fff;
		width: 100%;
		padding: 10px 5px 20px 5px;
		margin: 0;
		border: 0;
		box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.18);
	}
	.go-to-top.visible~#container form.cart~form.cart .order-by-phone{
		position:fixed;
		display:inline-block !important;
		bottom:0;
		left: 0;
		z-index: 9999;
		background-color: #fff;
		width: 100%;
		padding: 5px;
		margin: 0;
		border: 0;
	}
	.woocommerce div.single-product form.cart,
	body.single-product.woocommerce .nr-product form.cart{
		margin-bottom:0;
		text-align: center;
    float: none;
    margin: 0 auto;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
	}
	.woocommerce div.single-product form.cart~form.cart div.quantity,
	body.single-product.woocommerce .nr-product form.cart~form.cart div.quantity{
		display:none;
	}
	.woocommerce div.single-product form.cart~form.cart .button,
	body.single-product.woocommerce .nr-product form.cart~form.cart .button{
		font-size: 16px !important;
    margin: 0 auto;
    display: block;
    float: none;
		padding-bottom:15px !important;
	}
	.woocommerce div.single-product form.cart .order-by-phone,
	body.single-product.woocommerce .nr-product form.cart .order-by-phone{
		display: inline-block;
		width: 100%;
		margin: 0 0 5px;
		padding:0;
		text-align: center;
	}
	.go-to-top.visible~#container form.cart~form.cart{
		
	}
	.woocommerce div.single-product form.cart .order-by-phone div,
	body.single-product.woocommerce .nr-product form.cart .order-by-phone div{
		display: inline-block;
	}
	.flex-control-nav{
		margin-top:15px;
		bottom:-28px;
		bottom:inherit;
	}
	.flex-control-nav li{
		margin:0 5px;
	}
	.with_icons>div{
		z-index:inherit;
	}
	.woocommerce-product-details__short-description p{
		font-size:16px;
	}
	.woocommerce-cart .woocommerce-notices-wrapper{
		display:none;
	}
	.woocommerce-page.woocommerce-cart .quantity input.qty {
    height: 20px !important;
    font-size: 14px !important;
	}
	.wc-product-carousel .owl-carousel .owl-stage-outer{
		min-height:175px;
	}
	.wc-product-carousel .owl-item>div{
		display: inline-block;
	}
	#slider-woocommerce-related-carousel{
		display:none;
	}
	body.single-product.woocommerce .nr-product div.product form.cart button.single_add_to_cart_button{
		font-size: 20px !important;
		height: auto;
		font-weight: 700;
		text-transform: none;
		padding: 10px 8px;
		width: auto;
		max-height: 42px;
		line-height: 2rem;
	}
	
	.woocommerce div.product .woocommerce-tabs.nr-tabs>div.ul{
		    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
    border: 0;
	}
	.woocommerce div.product .woocommerce-tabs.nr-tabs>div.ul>div.li{
		width: 100%;
		margin: 0 0 8px 0;
		padding: 0;
		line-height: 1;
		border:1px solid #ccc;
	}
	.woocommerce div.product .woocommerce-tabs.nr-tabs>div.ul>div.li>a{
		margin: 0;
		padding: 8px 8px;
		line-height: 1;
		color: #666;
		font-weight:700;
		background-color: #f5f5f5;
		border-color: #ddd;
		display: inline-block;
		width: 100%;
		text-transform: inherit;
		font-size:16px;
	}
	.woocommerce div.product .woocommerce-tabs.nr-tabs>div.ul>div.li.active>a{
		color: #333;
	}
	.woocommerce div.product .woocommerce-tabs.nr-tabs div.tab_content_wrapper{
		display:none;
		width:100%;
		border:1px solid #ccc;
	}
	.woocommerce div.product .woocommerce-tabs.nr-tabs div.tab_content_wrapper.active{
		display:inline-block;
	}
	/*.woocommerce #content div.product div.details-img,
  .woocommerce div.product div.details-img,
  .woocommerce-page #content div.product div.details-img,
  .woocommerce-page div.product div.details-img {*/
	body.single-product.woocommerce .nr-product div.product div.details-img{
		margin-bottom:0 !important;
	}
	.upsells .products .product,
	.related .products .product,
	.woocommerce .upsells .products .product,
	.woocommerce .related .products .product{
		margin-bottom:0 !important;
	}
	.related.products .owl-dots{
    top: 0;
    text-align: center;
	}
	a.z-link{
		display: inline-block;
		
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 3;
	}
	.woocommerce-order .woocommerce-notice {
    font-size: 2rem;
	}
	.woocommerce ul.order_details{
		    flex-direction: column;
	}
	.woocommerce ul.order_details li{
		margin: 0 0 15px;
    padding: 0;
    width: 100%;
    display: inline-block;
	}
	.ftc-mobile-wrapper .menu-text {
    font-size: 16px;
    letter-spacing: -0.5px;
	}
	.mobile-menu-wrapper{
		
	}
	.mobile-menu-wrapper ul.menu{
		margin-top: 8px
	}
	.mobile-menu-wrapper ul.menu li{
		padding-left: 20px;
    margin: 0 0 8px;
	}
	.mobile-menu-wrapper ul.menu li a{
		
	}
	#right-sidebar .product_list_widget li{
		max-width:inherit !important;
	}
	.widget-container:not(.ftc-product-categories-widget):not(.widget_product_categories):not(.ftc-items-widget) :not(.widget-title){
		
	}
	#right-sidebar .product_list_widget,
	#right-sidebar .textwidget {
		border: 0;
		display: inline-block !important;
		width:100%;
	}
	#right-sidebar .widget-title-wrapper{
		
	}
	#right-sidebar .widget-title-wrapper a.block-control{
		display:none !important;
	}
	#to-top {
    bottom: 15px;
	}
	.footer-middle{
		padding:15px 0;
	}
	.footer-middle h2.widgettitle{
		padding:0 0 15px;
	}
}