    /* ####################################################
    :: Template Name: Essence - Fashion Ecommerce Template
    :: Author: Colorlib
    :: Author URL: https://colorlib.com
    :: Description: Essence is smart & elegant fashion e-commerce Template. It's suitable for all e-commerce business platform.
    :: Version: 1.0.0
    :: Created: April 27, 2018
    :: Last Updated: May 2, 2018
    #################################################### */

    /* ---------------------------------------
    ##### - PLACE YOUR CUSTOM CSS HERE - #####
    --------------------------------------- */
	
	/*.custom-radio .custom-control-input:checked~.custom-control-label::before,
	.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
		background-color:black;
	}*/

	* {
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		-o-user-select: none;
		user-select: none;
	}

	input,
	textarea {
		-webkit-user-select: text; /* Chrome, Opera, Safari */
		-khtml-user-select: text;
		-moz-user-select: text; /* Firefox 2+ */
		-ms-user-select: text; /* IE 10+ */
		-o-user-select: text;
		user-select: text; /* Standard syntax */
	}

	a {
		transition: none !important;
    	-webkit-transition: none !important;
	}

	/*img {
		pointer-events: none;
	}*/

	.breadcumb_area {
		background-image: none !important;
		height: 100px !important;
	}

	.product-topbar {
		margin-bottom: 10px !important;
	}
	
	ul.pagination a.selected {
		background-color: #ebebeb !important;
	}
	
	form label.error {
		color: red;
		font-style: italic;
	}
	
	/*span.product-remove {
		cursor: pointer;
	}*/
	
	.dokoncaj-izgled {
		margin-top: 50px;
	}
	
	div.error {
		color: red;
		display: none;
		margin-bottom: 10px;
	}

	input[type="date"] {
		min-height: 2.5rem;
		-webkit-appearance: none;
	}
	
	input.form-control.set-quantity {
		padding: .25rem .25rem !important;
	}
	
	.items-size-wrapper,
	.items-3xqty-wrapper {
		/*float: left;*/
		width: 100%;
		/*text-align: center;*/
		color: #787878;
		/*padding-bottom: 12px;
		padding-top: 12px;*/
		padding-bottom: 0px;
		padding-top: 5px;
	}

	.items-size-wrapper div,
	.items-3xqty-wrapper div {
		display: inline-block;
		text-align: center;
	}

	.items-size-wrapper div b,
	.items-3xqty-wrapper div b {
		color: red;
		font-size: 0.6rem;
	}
	
	.items-size-wrapper .size,
	.items-3xqty-wrapper .item {
		display: inline-block !important;
		border: 1px solid rgb(229, 229, 229);
		padding: 4px 0;
		border-radius: 2px;
		/*margin-left: 5px;*/
		margin-right: 2px;
		margin-bottom: 3px !important;
		cursor: pointer;
		transition: all 300ms ease-in-out;
		width: 24px;
		text-align: center;
		font-size: 10px !important;
	}

	.items-3xqty-wrapper .item {
		width: 106px !important;
	}

	.items-size-wrapper .size:not(.disabled),
	.items-3xqty-wrapper .item:not(.disabled) {
		color: #212529 !important;
		
	}
	
	.items-size-wrapper .size.disabled,
	.items-3xqty-wrapper .item.disabled {
		border: 1px solid #ebebeb;
		color: #ebebeb;
		cursor: not-allowed;
	}
	
	.items-size-wrapper .size:not(.disabled):hover,
	.items-size-wrapper .size.selected,
	.items-3xqty-wrapper .item:not(.disabled):hover,
	.items-3xqty-wrapper .item.selected {
		border: 1px solid #ebebeb;
		background: #000;
		color: #fff !important;
	}

	.items-3xqty-wrapper .item.selected span {
		color: #fff !important;
	}
	
	.items-color-wrapper,
	.items-color-wrapper-2 {
		/*float: left;*/
		width: 100%;
		/*text-align: center;*/
		color: #787878;
		/*padding-bottom: 12px;
		padding-top: 12px;*/
		padding-bottom: 6px;
		padding-top: 6px;
	}
	
	.items-color-wrapper .color,
	.items-color-wrapper-2 .color {
		display: inline-block !important;
		/*border: 1px solid #000;*/
		border: 1px solid #cccccc;
		/*padding: 4px 4px;*/
		padding: 1px 1px;
		/*border-radius: 3px;*/
		/*margin-left: 5px;*/
		margin-right: 5px;
		margin-bottom: 3px !important;
		cursor: pointer;
		transition: all 300ms ease-in-out;
	}
	
	.items-color-wrapper .color img,
	.items-color-wrapper-2 .color img {
		width: 25px;
	}
	
	.items-color-wrapper .color.disabled,
	.items-color-wrapper-2 .color.disabled {
		border: 1px solid #ebebeb;
		color: #ebebeb;
		cursor: not-allowed;
	}
	
	.items-color-wrapper .color.selected,
	.items-color-wrapper-2 .color.selected {
		border: 1px solid #ebebeb;
		background: #000;
		color: #ffffff;
	}
	
	.btn-primary {
		background-color: #000 !important;
		border-color: #000 !important;
		border: none !important;
    	border-radius: 0 !important;
		text-transform: uppercase !important;
		font-weight: 600 !important;
	}
	
	a.btn-primary {
		font-size: 1rem !important;
		font-weight: 400 !important;
		border: none !important;
    	border-radius: 0 !important;
		text-transform: uppercase !important;
		font-weight: 600 !important;
	}
	
	.btn-secondary {
		background-color: #000 !important;
		border-color: #000 !important;
		border: none !important;
    	border-radius: 0 !important;
		text-transform: uppercase !important;
		font-weight: 600 !important;
	}

	.btn-white {
		background-color: rgb(255, 255, 255);
		border: 1px solid rgb(229, 229, 229);
    	border-radius: 0 !important;
		text-transform: uppercase !important;
		font-weight: 600 !important;
		color: rgb(0, 0, 0);
	}

	.btn-white:hover {
		background-color: rgb(229, 229, 229);
	}

	a.btn-secondary {
		color: #fff !important;
	}
	
	.btn-primary:hover, .btn-secondary:hover {
		background-color: #7b7b7b !important;
	}
	
	/*form label.error {
		color: #000 !important;
	}*/
	
	div.article-attributes p {
		font-size: 13px;
	}
	
	div.article-attributes li {
		list-style: inside;
		margin-left: 10px;
	}
	
	img.logo {
		/*height: 70px;*/
		height: 52px;
		background-color: #fff;
		width: auto;
	}
	
	img.logo-footer {
		max-height: 100px;
	}
	
	.header_area .classy-navbar {
		padding: 5px 0 5px 1% !important;
	}
	
	div.select-box:first-of-type .nice-select {
		z-index: 101;
	}
	
	.single_product_details_area {
		max-width: 1000px;
		left: 50%;
		transform: translate(-50%, 0%);
	}
	
	/*.single-product-wrapper .product-description .color-content {
		position: absolute;
		width: calc(100% - 40px);
		top: -14px;
	}*/
	

	.single-product-wrapper {
		margin-bottom: 25px;
	}

	.single-product-wrapper .product-description {
		text-align: center;
	}

	.single-product-wrapper .product-img .product-badge {
		/*font-size: 0.8125rem;*/
		background-color: #fff !important;
		opacity: .8;
		/*top: 15px;*/
    	left: 0;
		/*background: rgba(255,255,255,0.8);*/
		color: #000;
		font-weight: 500;
		font-size: .7rem;
		min-width: 70px;
		text-align: center;

		font-size: 0.7rem;
		top: 14px;
		left: 0;
		padding: 0 5px;
		line-height: 22px;
		height: 22px;
	}
	
	.single-product-wrapper .product-img .product-badge.discount-badge2 {
		background-color: #ff0404 !important;
		/*top: 45px;*/
		color: #fff;
		min-width: 70px;
	}
	
	.single-product-wrapper .product-img .product-badge.discount-badge3 {
		background-color: #ff0404 !important;
		/*top: 75px;*/
		color: #fff;
		min-width: unset !important;
	}
	
	#article-list .single-product-wrapper .product-description {
		padding-top: 8px !important;
		/*background-color: #f5f7f9;*/
		/*border-right: 1px solid rgb(229, 229, 229);*/
    	/*border-left: 1px solid rgb(229, 229, 229);*/
	}
	
	.color-content .items-color-wrapper {
		width: 100%;
		text-align: left;
		color: #787878;
		padding-bottom: 6px;
		padding-top: 6px;
	}
	
	.color-content .items-color-wrapper .color {
		padding: 1px 1px;
	}
	
	.color-content .items-color-wrapper .color img {
		width: 18px
	}
	
	div.pasica-link:hover a h2 {
		transition-duration: 500ms !important;
		color: #000 !important;
	}

	.single-blog-wrapper .single-blog-content-wrapper .single-blog--text p {
		text-align: justify;
	}
	
	.single-blog-wrapper .single-blog-content-wrapper .single-blog--text p {
		font-size: 14px !important;
		font-weight: 400 !important;
		margin-top: 0 !important;
		margin-bottom: 1rem !important;
		color: #000;
		text-align: justify;
	}
	
	.single-blog-wrapper .single-blog-content-wrapper .single-blog--text address { 
		display: block;
		font-style: italic;
	}
	
	.single-blog-wrapper .single-blog-content-wrapper .single-blog--text ul {
	  padding-left: 20px !important;
	}
	
	.single-blog-wrapper .single-blog-content-wrapper .single-blog--text li {
	  list-style-type: square !important;
	  color: #000;
	}
	
	/*
	.ignore-css {
		all:unset;
	}
	*/
	
	.breakpoint-on .dd-trigger {
		width: 25% !important;
		left: 75% !important;
	}
	
	div.instafeed-heading {
		position: absolute;
		top: 30px;
	}
	
	.insta-grid {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
	}
	
	.insta-grid ul {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-rows: 1fr 1fr 1fr;
		grid-gap: .2em;
		width: 100%;
		height: 100%;
	}
	
	.brands-area {
		padding: 100px 0 5% 0 !important;
	}
	
	.quick-info-container {
		padding-bottom: 30px;
		margin-top: -50px;
	}
	
	.quick-info-container .col-sm {
		-webkit-box-shadow: 4px 4px 5px rgba(0,0,0,.12);
		box-shadow: 4px 4px 5px rgba(0,0,0,.12);
		border: solid 1px #f5f7f9;
		margin: 10px;
		padding: 10px;
	}
	
	.quick-info-container img {
		width: auto;
		height: 40px;
		padding-right: 10px;
	}
	
	.header-icon {
		margin-right: 15px;
		font-size: 20px !important;
	}
	
	#essenceCartBtn i span {
		font-family: "Ubuntu", sans-serif;
		/*font-size: 18px;
		color: #dc0404;
		font-weight: 700;*/
		position: absolute;
		top: 28px;
		right: 4px;
		font-size: 10px;
	}

	.right-side-cart-area {
		max-width: 424px;
		width: 75vw;
		right: -424px;
		box-shadow: none;
	}

	.right-side-cart-area .cart-content .cart-header {
		background-color: rgb(244, 244, 245);
	}

	.right-side-cart-area .cart-content .cart-header #rightSideCart {
		font-size: 20px; 
		padding-left: 15px; 
		padding-right: 15px; 
		border-right: 1px solid rgb(230, 230, 231);
	}

	.right-side-cart-area .cart-content .cart-header span {
		font-size: 16px; 
		line-height: 40px; 
		margin-left: 20px;
	}

	.right-side-cart-area .cart-content .cart-product {
		border-bottom: 1px solid rgb(230, 230, 231);
	}

	.right-side-cart-area .cart-content .cart-product span.product-title {
		white-space: nowrap; 
		overflow: hidden; 
		text-overflow: ellipsis;
		font-size: 13px;
		text-transform: uppercase;
		font-weight: 500;
		/*letter-spacing: 0.8px;*/
		line-height: 1.45;
	}

	.right-side-cart-area .cart-content .cart-product span.product-properties {
		white-space: nowrap; 
		overflow: hidden; 
		text-overflow: ellipsis;
		font-size: 12px; 
		font-weight: 500;
		color: rgb(179, 179, 179);
	}

	.right-side-cart-area .cart-content .cart-product span.product-remove {
		position: absolute;
		right: 10px;
		cursor: pointer;
		padding: 5px;
		z-index: 999;
	}

	.right-side-cart-area .cart-content .cart-product span.product-price {
		white-space: nowrap; 
		overflow: hidden; 
		text-overflow: ellipsis;
		font-size: 13px; 
		font-weight: 600;
		line-height: 18px;
	}

	.right-side-cart-area .cart-content .cart-product span.product-price.old {
		text-decoration: line-through;
		font-size: 11px;
    	line-height: 16px;
		color: #aaaaaa;
	}

	.right-side-cart-area .cart-content .cart-product span.product-price.new {
		color: #ff0404;
	}

	.right-side-cart-area .cart-content .cart-footer {
		position: sticky; 
		bottom: 0; 
		background-color: #fff; 
		width: calc(100% - 30px);
	}
	
	.right-side-cart-area .cart-content .cart-footer span.label-total {
		font-size: 13px;
	}
	
	.right-side-cart-area .cart-content .cart-footer span.label-tax {
		margin-left: 5px; 
		font-size: 11px; 
		color: rgb(179, 179, 179);
	}
	
	.right-side-cart-area .cart-content .cart-footer span.label-price {
		font-weight: 600; 
		font-size: 13px; 
		float: right;
	}
	
	.right-side-cart-area .cart-content .cart-footer .btn {
		width: 100%;
		font-size: .85rem;

	}
	
	.right-side-cart-area .cart-content .cart-footer .btn:hover {
		font-size: .85rem;
	}
	
	/* Preloader */
	#preloader {
	  position: fixed;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  background-color: #fff;
	  /* change if the mask should have another color then white */
	  z-index: 800;
	  /* makes sure it stays on top */
	}

	#status {
	  width: 200px;
	  height: 200px;
	  position: absolute;
	  left: 50%;
	  /* centers the loading animation horizontally one the screen */
	  top: 50%;
	  /* centers the loading animation vertically one the screen */
	  background-image: url(https://www.cunja.si/img/core-img/ajax-loader.gif);
	  /* path to your loading animation */
	  background-repeat: no-repeat;
	  background-position: center;
	  margin: -100px 0 0 -100px;
	  /* is width and height divided by two */
	}
	
	#ajaxLoader {
		position: fixed;
		width: 100%;
		height: 100%;
		z-index: 9000;
		top: 0;
		left: 0;
		background-color: rgba(255,255,255,0.3);
		/* backdrop-filter: blur(4px);*/

		background-image: url(https://www.cunja.si/img/core-img/ajax-loader.gif);
		background-repeat: no-repeat;
		background-position: 50% 50%;
	}
	
	#dropin-loader {
		width: 100%;
		height: 375px;
		margin-top: 20px;
		background-image: url(https://www.cunja.si/img/core-img/card-placeholder.svg);
		background-repeat: no-repeat;
		background-position: center;
	}
	/* Preloader */
	
	/* DISCOUNT COUPON INPUT AND BUTTON */
	div.discount-code {
		display: inline-block;
	}
	
	input.input-discount-code {
		width: 69%;
		vertical-align: middle;
	}
	
	button.btn-discount-code-add,
	button.btn-discount-code-remove,
	button.btn-gift-certificate-add,
	button.btn-priority-packing-cloud-tip {
		width: 29%;
		cursor: pointer;
		text-transform: uppercase;
		font-size: 12px;
		line-height: 38px;
		background-color: #000;
		letter-spacing: 1.5px;
		font-weight: 600;
		color: #ffffff;
		border: none;
		border-radius: 0;
		transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
		vertical-align: middle;
	}
	
	button.btn-discount-code:hover, button.btn-discount-code:focus {
		color: #ffffff;
		background-color: #E35D86;
	}
	
	input.input-discount-code, button.btn-discount-code {
		display: inline-block;
	}
	
	font.discount-price-checkout {
		color:#aaaaaa;
		text-decoration:line-through;
		font-weight:100;
		margin-right: 15px;
	}
	
	font.discount-price-discount-percentage {
		color:#000;
		font-weight:100;
		margin-right: 15px;
	}
	
	/* DISCOUNT COUPON INPUT AND BUTTON END */

	.order-details-confirmation .order-details-form li {
		padding: 10px 0 !important;
	}
	
	/* SCROLL UP NA LEVI STRANI */
	#scrollUp {
		left: 30px !important;
		bottom: 30px !important;
	}
	/* SCROLL UP NA LEVI STRANI */
	
	/* TOP KATEGORIJE 4 OBJEKTI */
	
	/*@media (min-width: 1200px) {
		.top_catagory_area .container {
			max-width: 720px;
		}
	}
	
	@media (min-width: 992px) {
		.top_catagory_area .container {
			max-width: 720px;
		}
	}
	
	@media only screen and (min-width: 576px) and (max-width: 767px) {
		.top_catagory_area .single_catagory_area {
			height: 160px;
		}
	}
	
	@media only screen and (max-width: 991px) and (min-width: 768px) {
		.top_catagory_area .single_catagory_area {
			height: 240px;
		}
	}
	
	@media (min-width: 768px) and (min-width: 576px) {
		.top_catagory_area .col-md-4 {
			flex: 0 0 50% !important;
			max-width: 50% !important;
		}
		
		.top_catagory_area .single_catagory_area {
			margin-bottom: 30px !important;
		}
	}
	
	@media (min-width: 991px) {
		.top_catagory_area .col-md-4 {
			flex: 0 0 50% !important;
			max-width: 50% !important;
		}
		
		.top_catagory_area .bg-img {
			background-position: center !important;
			background-size: contain !important;
		}
	}*/
	/* TOP KATEGORIJE 4 OBJEKTI END */
	
	/* FILTERS */
	
	.shop_sidebar_area .widget {
		/*background-color: #f5f7f9;*/
		background-color: #fff;
		/*margin-bottom: 0px !important;*/
		border-bottom: 1px solid #fff;
		padding-bottom: 4px;
	}
	
	.shop_sidebar_area .widget p {
		cursor: pointer;
	}
	
	.shop_sidebar_area .widget p[aria-expanded=true] .fa-chevron-right {
	   display: none;
	}
	
	.shop_sidebar_area .widget p[aria-expanded=false] .fa-chevron-down {
	   display: none;
	}
	
	.shop_sidebar_area .widget p i {
		position: absolute;
		right: 12px;
		top: 12px;
	}
	
	.shop_sidebar_area .widget .widget-title2 {
		margin-bottom: 0px!important;
		/*background-color: #000;*/
		/*background-color: rgb(242, 242, 242);*/
		background-color: #fff;
		border: 1px solid rgb(229, 229, 229);
		border-radius: 2px;
		padding: 6px;
		padding-left: 12px;
		/*color: #fff;*/
		color: inherit;
		text-transform: none;
		font-size: 0.875rem;
		font-weight: 500;
	}
	
	.shop_sidebar_area .widget .widget-title2:hover {
		/*background-color: #7b7b7b;*/
		/*background-color: #000;*/
		background-color: #fff;
		/*color: #fff;*/
		color: #212529;
	}
	
	.shop_sidebar_area .widget .widget-body {
		padding: 10px;
		margin-bottom: 15px;
		border-left: 1px solid rgb(229, 229, 229);
    	border-right: 1px solid rgb(229, 229, 229);
    	border-bottom: 1px solid rgb(229, 229, 229);
	}

	.bootstrap-tagsinput .tag {
		color: inherit !important;
		background-color: rgb(242, 242, 242) !important;
    	border: 1px solid rgb(229, 229, 229) !important;
	}
	
	@media only screen and (min-width: 767px) {
		.shop_sidebar_area {
			margin-right: 4px;
		}
	}
	
	@media only screen and (max-width: 767px) {
		.shop_grid_area.section-padding-80 {
			padding-top: 30px !important;
		}
		.product-topbar {
			margin-top: 10px !important;
		}

		/*.single-product-wrapper .product-img .product-badge {
			font-size: 0.7rem;
			top: 12px;
			left: 0;
			padding: 0 5px;
			line-height: 22px;
			height: 22px;
		}*/

		.dropdown-menu.dropdown-user-account {
			position: fixed !important;
			transform: none !important;
			width: 100%;
			height: 100%;
			left: 0;
			top: 51px !important;
			z-index: 10;
			border: none;
			border-radius: 0;
			margin: 0;
		}
	}

	.dropdown-menu.dropdown-user-account .table-container a {
		vertical-align: middle;
	}

	.dropdown-menu.dropdown-user-account .table-container table tr td {
		padding-right: 20px;
	}
	
	/* FILTERS END */
	
	/* NI NA ZALOGI LABEL */
	.product-img .out-of-stock-label {
		color: #333;
		font-weight: bold;
		text-transform: uppercase;
		position: absolute;
		top: 40%;
		left: 0;
		right: 0;
		background: #fff;
		padding: 20px 0;
		background: rgba(255,255,255,0.8);
		text-align: center;
		opacity: .8;
	}
	/* NI NA ZALOGI LABEL END */

	/* NA VOLJO LE ŠE LABEL */
	.product-img .stock-limit-label {
		color: #fff;
		font-weight: bold;
		position: absolute;
		bottom: 3%;
		left: 0;
		right: 0;
		background: #fff;
		padding: 3px 0;
		background: rgb(160 160 160 / 50%);
		text-align: center;
		opacity: .8;
		z-index: 11;
	}
	/* NA VOLJO LE ŠE LABEL END */
	
	/* NOTIFICATIONS DIV */
	.notifications-div {
		width:100%;
		background-color: black;
		color: white;
		text-align: center;
		vertical-align: middle;
		padding: 10px;
		word-wrap: break-word;
		/*margin-top: 85px;*/
	}

	.notifications-div .dpMAYn {
		display: inline-flex;
		-webkit-box-align: center;
		align-items: center;
		line-height: 1;
		color: #fff;
		font-weight: 600;
    	font-size: 13px;
		margin: 0;
	}

	.notifications-div .voucher--gMil9 {
		z-index: 10;
		display: inline-block;
		margin: 0 10px!important;
		position: relative;
	}

	.notifications-div .container--cF64x {
		border: 0;
		padding: 0;
		margin: 0;
		outline: 0;
		background: 0 0;
		display: inline-block;
		position: relative;
		z-index: 200;
		-webkit-user-select: text;
		-moz-user-select: text;
		-ms-user-select: text;
		user-select: text;
		font-weight: 300;
		font-size: 13px;
		line-height: 1;
		height: 25px;
		cursor: pointer;
		white-space: nowrap;
	}

	.notifications-div .wrapper--FPNaz {
		display: flex;
		position: relative;
		height: inherit;
		pointer-events: all;
	}

	.notifications-div .code--yYIqw {
		display: flex;
		align-items: center;
		color: #181818;
		background: #e8e8e8;
		padding: 0 20px;
		text-align: center;
		position: relative;
	}

	.notifications-div .code--yYIqw::after {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 100%;
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 6px 0 6px 7px;
		border-color: transparent transparent transparent #e8e8e8;
	}

	.notifications-div .ctaActive--F6mTr {
		background-color: #7bb872 !important;
		color: #fff;
		border: 0;
	}

	.notifications-div .cta--Yle8m {
		width: 214px;
	}

	.notifications-div .cta--ivY8L {
		display: flex;
		align-items: center;
		justify-content: center;
		background: #fff;
		color: #181818;
		padding: 0 20px;
		border: 1px solid #e6e6e7;
	}

	.notifications-div .FkJum {
		margin: 0px 0px 0px 20px;
	}

	.notifications-div .wrapper--MO0o5 {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		position: relative;
		line-height: 1;
		font-weight: 600;
		font-size: 13px;
	}

	.notifications-div .gQwmVK {
		font-size: 16px;
		font-weight: 600;
		min-width: 26px;
		text-align: right;
	}

	.notifications-div .hgRsGI {
		font-size: 9px;
		font-weight: 300;
		margin: 0px 5px 0px 2px;
	}
	/* NOTIFICATIONS DIV END*/
	
	/* MNENJA STRANK */
	
	.customer-reviews .slick-initialized .slick-slide {
		display: block;
	}
	
	.customer-reviews .slick-slide {
		float: left;
		height: 100%;
		min-height: 1px;
	}
	
	.customer-reviews .quotes-slider__text {
		font-size: 1.10938em;
		font-weight: 400;
		font-style: normal;
		padding: 0 15px;
	}
	
	.customer-reviews .text-center {
		text-align: center !important;
		text-align: -webkit-center !important;
	}
	
	.customer-reviews blockquote {
		font-size: 1.125em;
		font-style: normal;
		text-align: center;
		padding: 0 30px;
		margin: 0;
	}
	
	.customer-reviews .quote-icon {
		display: block;
		margin: 0 auto 20px;
	}
	
	.customer-reviews .icon {
		display: inline-block;
		width: 20px;
		height: 20px;
		vertical-align: middle;
		fill: currentColor;
	}
	
	.customer-reviews .rte-setting {
		margin-bottom: 19.44444px;
	}
	.customer-reviews .rte {
		color: #402a1e;
		margin-bottom: 35px;
	}
	
	.customer-reviews .quotes-slider__text p {
		margin-bottom: 30px;
	}
	.customer-reviews p:last-child {
		margin-bottom: 0;
	}
	.customer-reviews p {
		color: #402a1e;
		margin: 0 0 19.44444px;
	}
	
	.customer-reviews .quotes-slider__text cite {
		font-size: 0.8em;
		font-style: normal;
		color: grey;
	}
	
	.customer-reviews blockquote cite {
		display: block;
		font-size: 0.85em;
		font-weight: 400;
	}
	
	.customer-reviews blockquote cite::before {
		content: '\2014 \0020';
	}
	
	/* MNENJA STRANK END */
	
	/* welcome area carousel */
	.welcome_area_carousel .owl-prev,
	.welcome_area_carousel .owl-next
	{
		/*-webkit-transition-duration: 500ms;
		transition-duration: 500ms;
		position: absolute;
		top: calc(50%);
		z-index: 20;
		left: 30px;
		width: 40px;
		height: 40px;
		margin-top: -20px;
		padding: 5px;*/
		/*opacity: 0.4;*/
		/*background: rgba(255, 255, 255, 0.4);*/

		all: unset;
		height: 50px;
		width: 50px;
		background: rgba(17, 17, 17, 0.5);
		border-radius: 50%;
		color: #ffffff;
		font-size: 26px !important;
		line-height: 50px;
		text-align: center;
		position: absolute;
		left: 30px;
		top: 50%;
		margin-top: -15px;
		z-index: 12;
	}
	.welcome_area_carousel .owl-prev:hover,
	.welcome_area_carousel .owl-next:hover
	{
		background: rgba(255, 255, 255, 0.5);
		color: #000;
	}
	
	.welcome_area_carousel .owl-next {
		left: auto;
		right: 30px;
	}
	
	.single_product_thumb .owl-dots,
	.welcome_area_carousel .owl-dots {
	  text-align: center;
	  padding-top: 15px;
	}
	
	.single_product_thumb .owl-dots .owl-dot,
	.welcome_area_carousel .owl-dots .owl-dot {
	  width: 8px;
	  height: 8px;
	  border-radius: 50%;
	  display: inline-block;
	  background: #ccc;
	  margin: 0 3px;
	}
	
	.single_product_thumb .owl-dots .owl-dot.active,
	.welcome_area_carousel .owl-dots .owl-dot.active {
	  width: 9px;
	  height: 9px;
	  background-color: #000;
	}
	
	.single_product_thumb .owl-dots .owl-dot:focus,
	.welcome_area_carousel .owl-dots .owl-dot:focus {
	  outline: none;
	}

	/* welcome area carousel end */
	
	/* PRVA STRAN SLIKE/TEXT */
	.single_catagory_area .catagory-content span {
		display: block;
		font-size: 30px;
		font-weight: 700;
		color: #000000;
		letter-spacing: 1px;
		text-transform: uppercase;
	}
	
	/*
	section.welcome_area:hover,
	div.top_catagory_area .single_catagory_area:hover,
	div.cta-area .cta-content:hover
	{
		-webkit-filter: brightness(90%);
		-moz-filter: brightness(90%);
		-o-filter: brightness(90%);
		-ms-filter: brightness(90%);
		filter: brightness(90%);
		transition: .5s ease;
	}
	*/
	
	@media only screen and (max-width: 991px) {
		/*.top_catagory_area*/
		.single_catagory_area.bg-img,
		.cta-area .cta-content.bg-img {
			background-size: contain;
		}
	}
	
	@media only screen and (max-width: 767px) {
		.welcome_area .hero-content h6,
		.welcome_area .hero-content h2,
		.welcome_area .hero-content a {
			margin-left: 20px;
		}
	}
	
	/* PRVA STRAN SLIKE/TEXT END */
	
	/* PAYMENT ICONS START */
	
	.payment-icons .payment-icon {
		display: inline-block;
		/*opacity: .6;*/
		/*transition: opacity .3s;*/
		border-radius: 5px;
		/*background-color: rgba(0,0,0,.1);*/
		/*background-color: rgba(255,255,255,.1);*/
		background-color: #000;
		padding-bottom: 0;
		padding: 3px 5px 5px;
		margin: 3px 3px 0;
	}
	
	.payment-icons .payment-icon:hover {
		opacity: 1;
	}
	
	.payment-icons .payment-icon svg {
		vertical-align: middle;
		height: 20px;
		width: auto!important;
		fill: #FFF;
	}
	
	/* PAYMENT ICONS END */
	
	/* ISKALNIK */
	
	.search-form-wrapper {
		display: none;
		position: fixed;
		z-index: 999;
		left: 60px;
		right: 135px;
		/*width: 100%;*/
		padding: 10px 10px;
		/* margin-top: -10px; */
	}
	
	.search-form-wrapper.open {
		display: block;
	}
	
	@media only screen and (min-width: 992px) {
		.search-form-wrapper {
			left: unset !important;
			width: 25% !important;
		}
	}
	
	/* ISKALNIK END */
	
	@media only screen and (max-width: 393px) {
		.product-img .out-of-stock-label {
			top: 34%;
		}
	}
	
	@media only screen and (max-width: 475px) {
		.brands-area {
			padding: 100px 0 0 0 !important;
		}
	}
	
	@media only screen and (max-width: 360px) {
		.header_area .search-area form input {
			max-width: 125px;
		}
	}
	
	@media only screen and (max-width: 480px) {
		/*.single-product-wrapper .product-description .color-content {
			top: -38px;
		}*/
	}
	
	/*@media only screen and (max-width: 767px) {
		img.logo {
			margin-top: 41px;
		}
	}*/
	
	@media only screen and (max-width: 576px) {
		#article-list .col-sm-6 {
			-ms-flex: 0 0 50%;
			flex: 0 0 50%;
			max-width: 50%;
		}
		
		#article-list div.hover-content {
			display: none;
		}

		.product-img .stock-limit-label {
			font-size: 11px;
			padding: 0 0;
		}
	}
	
	@media only screen and (max-width: 411px) {
		.modal-body .col-sm-6 {
			-ms-flex: 0 0 50%;
			flex: 0 0 50%;
			max-width: 50%;
		}
		
		.modal-body .col-sm-6:nth-child(3n+3) {
			display: none;
		}
	}
	
	@media only screen and (min-width: 412px) and (max-width: 992px) {		
		/*div.modal-body .col-sm-6 {
			-ms-flex: 0 0 33.333333%;
			flex: 0 0 33.333333%;
			max-width: 33.333333%;
		}*/
	}
	
	.mobile-only {
		display: none;
	}
	
	.desktop-only {
		display: none;
	}
	
	@media only screen and (max-width: 576px) {
		.mobile-only {
			display: block;
		}
	}
	
	@media only screen and (min-width: 577px) {
		.desktop-only {
			display: block;
		}
	}
	
	/*********** FRONT PAGE IMAGES GRID ***********/
	.images-grid .row {
	  display: -ms-flexbox; /* IE10 */
	  display: flex;
	  -ms-flex-wrap: wrap; /* IE10 */
	  flex-wrap: wrap;
	  padding: 0 3px;
	  margin: 8px;
	}

	/* Create four equal columns that sits next to each other */
	.images-grid .column {
	  /*-ms-flex: 25%; /* IE10 */
	  /*flex: 25%;
	  max-width: 25%;*/
	  flex: 33.333%;
	  max-width: 33.333%;
	  padding: 0 4px;
	}
	
	.images-grid .column-big {
	  -ms-flex: 50%; /* IE10 */
	  flex: 50%;
	  max-width: 50%;
	  padding: 0 4px;
	}

	.images-grid .column img {
	  margin-top: 15px;
	  vertical-align: middle;
	  width: 100%;
	}

	/* Responsive layout - makes a two column-layout instead of four columns */
	@media screen and (max-width: 800px) {
	  .images-grid .column {
		-ms-flex: 50%;
		flex: 50%;
		max-width: 50%;
	  }
	}

	/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
	@media screen and (max-width: 600px) {
	  .images-grid .column, .images-grid .column-big {
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;
	  }
	}
	/*********** FRONT PAGE IMAGES GRID END ***********/
	
	/* NEW MOBILE HEADER */
	@media only screen and (max-width: 991px) {
		.header_area .classy-navbar {
			height: 50px !important;
			width: auto !important;
			min-width: auto !important;
			flex: auto !important;
		}
		
		img.logo {
			height: 30px !important;
			margin-top: 2px;
		}
		
		.header_area .header-meta {
			height: 50px !important;
			width: auto !important;
			min-width: auto !important;
			flex: auto !important;
		}
		
		body {
			margin-top: 51px !important;
		}
		
		#essenceCartBtn i span {
			top: 10px !important;
		}
		
		.classynav .mobile-only {
			display: block !important;
		}
	}
	/* NEW MOBILE HEADER */
	
	/*** MANAGE ORDERS ***/
	
	.nav-tabs {
		border-bottom: 1px solid #ddd;
	}
	
	.nav {
		padding-left: 0;
		margin-bottom: 0;
		list-style: none;
	}

	ol, ul {
		margin-top: 0;
		margin-bottom: 10px;
	}
	
	.nav-tabs>li {
		float: left;
		margin-bottom: -1px;
	}
	
	.nav>li {
		position: relative;
		display: block;
	}
	
	.nav-tabs>li.active>a,
	.nav-tabs>li.active>a:focus,
	.nav-tabs>li.active>a:hover {
		color: #555;
		cursor: default;
		background-color: #fff;
		border: 1px solid #ddd;
		border-bottom-color: transparent;
	}
	
	.nav-tabs>li>a {
		margin-right: 2px;
		line-height: 1.42857143;
		border: 1px solid transparent;
		border-radius: 4px 4px 0 0;
	}
	
	.nav>li>a {
		position: relative;
		display: block;
		padding: 10px 15px;
	}
	
	.edit-order-content table {
		width: 100%;
	}
	
	.edit-order-content td, #edit-order-content th {
	  border: 1px solid #ddd;
	  padding: 8px;
	}

	/*.edit-order-content tr:nth-child(even){background-color: #f2f2f2;}*/

	/*.edit-order-content tr:hover {background-color: #ddd;}*/

	.edit-order-content th {
	  padding-top: 12px;
	  padding-bottom: 12px;
	  text-align: left;
	  background-color: #4CAF50;
	  color: white;
	}
	
	.btn.action-btn {
		height: 25px;
		line-height: 1px;
		min-width: unset;
		padding: 5px;
		letter-spacing: 0;
	}
	
	#add_article_modal .nice-select {
		width: 100%;
		height: 54px;
	}
	
	/*** MANAGE ORDERS ***/ 
	
	
	/* NR OF ARTICLES IN A ROW WITHOUT FILTERS */
	@media (min-width: 992px) {
		.shop_grid_product_area .col-lg-4.no-filter {
			-ms-flex: 0 0 25%;
			flex: 0 0 25%;
			max-width: 25%;
		}
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		.shop_grid_product_area .col-lg-4.no-filter {
			-ms-flex: 0 0 33.333333%;
			flex: 0 0 33.333333%;
			max-width: 33.333333%;
		}
	}
	/* NR OF ARTICLES IN A ROW WITHOUT FILTERS */
	
	.single_product_thumb .grid.container img.active,
	.single_product_thumb .grid.container video.active {
		border: #000 solid 1px;
		opacity: .6;
	}
	
	/*@media (min-width: 576px) {
		.dokoncaj-izgled-carousel.owl-carousel {
			max-width: 160px;
		}
	}*/
	
	/*@media (min-width: 768px) {
		.dokoncaj-izgled-carousel.owl-carousel {
			max-width: 250px;
		}
	}*/
	
	p.product-price {
		/*line-height: 1.7;*/
		line-height: 1.2;
	}
	
	/*p.product-price span {
		margin-left: 10px !important;
	}*/

	.single_product_details_area .single_product_desc {
		padding: 20px 5% !important;
	}

	.single_product_details_area .single_product_desc span {
		color: #212529;
	}

	.single_product_details_area .single_product_desc span.product-title {
		font-size: 1.2rem;
		text-transform: uppercase;
    	font-weight: 400;
		letter-spacing: 3px;
		margin-bottom: 5px;
	}
	
	.single_product_details_area .single_product_desc span.lbl-color,
	.single_product_details_area .single_product_desc span.lbl-size,
	.single_product_details_area .single_product_desc span.lbl-3xqty {
		text-transform: unset;
    	font-weight: 400;
		letter-spacing: 1px;
		margin-bottom: 2px;
	}

	.single_product_details_area .single_product_desc .br-wrapper .br-widget a {
		font-size: .8rem;
	}

	.single_product_details_area .single_product_desc .br-wrapper .br-widget .rating-container span {
		display: inline; 
		font-size: .8rem;
		text-transform: lowercase;
		font-weight: 400;
	}

	.single_product_details_area .single_product_desc .product-price,
	.single_product_details_area .single_product_desc .product-price span:not(.coupon-code-discount-badge),
	.single_product_details_area .single_product_desc .product-price span:not(.coupon-code-label) {
		font-size: 1.5rem;
		font-weight: 400;
		letter-spacing: 2px;
	}

	.single_product_details_area .single_product_desc .product-price .old-price {
		margin-bottom: 0;
	}

	.single_product_details_area .single_product_desc #productQuantity .input-group-prepend .btn,
	.single_product_details_area .single_product_desc #productQuantity .input-group-append .btn {
		line-height: 1.2;
		padding: 0.1rem 0.4rem;
		font-size: .8rem;
		border: 1px solid rgb(229, 229, 229);
		border-radius: 2px;
		height: 50px;
		color: #212529;
	}

	.single_product_details_area .single_product_desc #productQuantity .input-group-prepend .btn:hover,
	.single_product_details_area .single_product_desc #productQuantity .input-group-append .btn:hover {
		border: 1px solid #ebebeb;
		background: #000;
		color: #ffffff;
	}

	.single_product_details_area .single_product_desc .items-size-wrapper span {
		width: 35px !important;
    	font-size: 14px !important;
		padding: 6px 0 !important;
		font-weight: 500;
	}

	.single_product_details_area .single_product_desc .items-3xqty-wrapper .best-choice-wrapper {
		display: inline-block !important;
		width: 106px !important;
		height: 22px;
		background-color: #f3ca66;
		padding: 0;
		text-align: center;
		/* position: relative; */
		display: block;
		margin-right: 2px;
	}

	.single_product_details_area .single_product_desc .items-3xqty-wrapper .best-choice-wrapper .best-choice span {
		color: #232f3e;
		font-size: 11px;
		font-stretch: normal;
		font-style: normal;
		font-weight: 500;
		letter-spacing: normal;
		margin-bottom: 0px;
	}

	.single_product_details_area .single_product_desc .items-3xqty-wrapper .item span {
		display: inline-block;
		text-transform: unset;
		margin-bottom: 0px;
		color: #212529;
	}

	.single_product_details_area .single_product_desc .items-3xqty-wrapper .item:hover span {
		color: #fff !important;
	}

	.single_product_details_area .single_product_desc .items-3xqty-wrapper .item span.qty {
    	font-size: 1.1rem;
		font-weight: 700;
	}

	.single_product_details_area .single_product_desc .items-3xqty-wrapper .item span.qtyx {
    	font-size: 14px;
		font-weight: 400;
	}

	.single_product_details_area .single_product_desc .items-3xqty-wrapper .item span.price {
    	font-size: 14px;
		font-weight: 400;
	}

	.single_product_details_area .single_product_desc .items-3xqty-wrapper .item span.pc {
    	font-size: 11px;
		font-weight: 400;
	}

	.single_product_details_area .single_product_desc .items-color-wrapper .color img,
	.single_product_details_area .single_product_desc .items-color-wrapper-2 .color img {
		width: 30px !important;
	}

	.single_product_details_area .single_product_desc .items-color-wrapper-2 .color {
		padding: 2px;
	}

	.single_product_details_area .single_product_desc .items-color-wrapper-2 .color,
	.single_product_details_area .single_product_desc .items-color-wrapper-2 .color img {
		border-radius: 20px;
	}

	.single_product_details_area .single_product_desc #productQuantity input {
		/*background-color: #f5f7f9;*/
		border: 1px solid rgb(229, 229, 229);
		text-align: center;
		padding: 0.1rem 0.4rem;
		font-size: 1rem;
		background-color: #fff !important;
		height: 50px;
		width: 50px;
		color: #212529;
	}
	.single-product-wrapper .product-description p span.old-price {
		margin-right: 0 !important;
		letter-spacing: 0;
	}
	
	p.product-price.discount {
		/*color: rgb(231, 45, 52);*/
		color: #ff0404;
		font-weight: 600;
	}

	p.product-price:not(.discount):after {
		content:"\a";
		white-space: pre;
	}
	
	.add-to-cart-btn.new {
		margin-top: 5px;
	}
	
	.add-to-cart-btn.new button {
		background: #000;
		width: 100%;
		height: 25px;
		line-height: 1.5;
		font-size: 12px;
		font-weight: normal;
		padding: 0 !important;
		letter-spacing: .6px;
		min-width: auto;
	}
	
	.add-to-cart-btn.new button:not(.disabled):hover {
		background-color: #7b7b7b;
	}
	
	.spinner {
		width: 16px;
		height: 16px;
		background-image: url(https://www.cunja.si/img/core-img/ajax-loader.gif);
		background-repeat: no-repeat;
		background-position: center;
		margin: -100px 0 0 -100px;
	}
	
	#spin_wheel_modal #pricePointer {
		position: relative;
		right: -174px;
		top: 126px;
		transform: rotate(60deg);
		width: 80px;
	}

	@media only screen and (max-width: 414px) {
		#spin_wheel_modal #pricePointer {
			right: -168px;
    		top: 120px;
		}
	}

	@media only screen and (max-width: 375px) {
		#spin_wheel_modal #pricePointer {
			right: -150px;
    		top: 110px;
		}
	}

	@media only screen and (max-width: 360px) {
		#spin_wheel_modal #pricePointer {
			right: -148px;
    		top: 104px;
		}
	}
	
	@media only screen and (max-width: 320px) {
		#spin_wheel_modal #pricePointer {
			right: -124px;
    		top: 98px;
		}
	}
	
	@media only screen and (max-width: 280px) {
		#spin_wheel_modal #pricePointer {
			right: -110px;
    		top: 86px;
		}
	}

	.product-sizes-table-wrapper {
		margin-left: -8px;
	}
	
	.product-sizes-table-wrapper table {
		min-width: 50%;
	}
	
	.product-sizes-table-wrapper th,
	.product-sizes-table-wrapper td {
		text-align: center;
	}
	
	.product-sizes-table-wrapper th.first {
		text-align: left;
		/*width: 139px;*/
		padding-right: 10px;
		/*border-bottom: 1px solid #fff*/
	}
	
	.product-sizes-table-wrapper th>span {
		font-weight: bold
	}
	
	.product-sizes-table-wrapper td {
		text-align: center;
		/*border-top: 1px solid #d9d9d9;*/
		color: #000;
		font-size: 13px;
		vertical-align: middle
	}
	
	.product-sizes-table-wrapper td.first {
		text-align: left;
		/*width: 139px;*/
		padding-right: 10px;
		/*border-bottom: 1px solid #fff;*/
		/*color: #000*/
	}
	
	.product-sizes-table-wrapper td.first span {
		left: 0;
		width: auto;
		display: block
	}
	
	.product-sizes-table-wrapper span {
		display: inline-block;
		line-height: 13px;
		padding: 8px
	}

	.product-sizes-table-wrapper tr:not(:last-child) td,
	.product-sizes-table-wrapper tr th {
		border-bottom: 1px solid #d9d9d9;
	}

	.product-sizes-table-wrapper td:not(:last-child),
	.product-sizes-table-wrapper th:not(:last-child) {
		border-right: 1px solid #d9d9d9;
	}

	@media only screen and (min-width: 992px) /*and (max-width: 1152px)*/ {
		.header_area .classynav ul li a {
			font-size: 14px;
		}
		
		.classynav ul li a {
			padding: 0 6px;
			height: 28px;
		}
		
		.classynav>ul>li.cn-dropdown-item.has-down>.dd-arrow, .classynav>ul>li.megamenu-item>.dd-arrow {
			right: 10px;
		}
	}

	#subscribe {
		padding: 50px 0px;
		text-align: center;
		/*background: url("https://www.cunja.si/img/core-img/newsletter-clothes2.jpg");
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-size: cover;*/
		background: #f5f7f9;
		position: relative;
	  }

	  @supports (-webkit-touch-callout: none) {
		#subscribe {
			background-attachment: scroll;
		}
	  }
	  
	  /*#subscribe:before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: url("https://www.cunja.si/img/core-img/overlay-pattern.png") #000000;
		opacity: 0.3;
	  }*/
	  /*#subscribe .block h1.heading {
		color: #fff;
		text-shadow: 1px 1px 2px rgb(0 0 0 / 45%);
	  }*/
	  #subscribe .block p {
		padding-bottom: 25px;
		/*color: #fff;*/
		font-size: 16px;
		/*text-shadow: 1px 1px 2px rgb(0 0 0 / 45%);*/
	  }
	  #subscribe .block form .form-control {
		width: 450px;
		background: #fff;
		opacity: 0.9;
		border-width: 1px;
		height: 65px;
		border-radius: 0px;
		font-size: 15px;
	  }
	  #subscribe .block form .input-group-addon {
		padding: 0px;
		border: none;
		background: none;
	  }
	  #subscribe .block form .input-group-addon button {
		width: 212px;
		height: 65px;
		border: none;
		border-radius: 0px;
		background: #000000;
		color: #fff;
		font-weight: 600;
		font-size: 16px;
		letter-spacing: 2px;
		text-transform: uppercase;
		-webkit-transition: .3s all;
		-o-transition: .3s all;
		transition: .3s all;
	  }
	  #subscribe .block form .input-group-addon button:hover {
		background: #7b7b7b;
	  }

	  #subscribe form label.error {
		width: 100%;
	  }

	  @media only screen and (max-width: 767px) {
		#subscribe .block h1 {
			font-size: 30px;
		  }
		  #subscribe .block h1 span {
			font-size: 25px;
		  }
		  #subscribe .block form .form-group .input-group {
			width: 100%;
		  }
		  #subscribe .block form .form-group .input-group .form-control {
			width: 100%;
			background: #fff;
			opacity: 0.9;
			border: none;
			height: 65px;
			border-radius: 0px;
			float: inherit;
		  }
		  #subscribe .block form .form-group .input-group .input-group-addon {
			padding: 0px;
			border: none;
			background: none;
			display: block;
			margin-top: 20px;
		  }

		  #subscribe .block form .input-group-addon {
			width: 100%;
		  }

		  #subscribe .block form .input-group-addon button {
			width: 100%;
			height: 45px;
			font-size: 14px;
		  }
	}

	@media only screen and (max-width: 576px) {
        #newsletter_modal .modal-content {
            border: 0px;
            border-radius: 0px;
        }

        #newsletter_modal.modal.bottom .modal-dialog {
            -webkit-transform: translate3d(0%, 0, 0);
            -ms-transform: translate3d(0%, 0, 0);
            -o-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
        }

        #newsletter_modal.modal.bottom .modal-dialog {
            position: fixed;
            margin: auto;
            width: 100%;
            max-width: 100%;
            height: auto;
        }

        #newsletter_modal.modal.bottom .modal-content {
            height: auto;
            overflow-y: auto;
            margin-left: auto;
            margin-right: auto;
        }

        #newsletter_modal.modal.bottom .modal-body {
            padding: 15px 15px;
        }

        /* Bottom */

        #newsletter_modal.modal.bottom.fade .modal-dialog {
            bottom: -100%;
            -webkit-transition: opacity 0.3s linear, bottom 0.3s ease-out;
            -moz-transition: opacity 0.3s linear, bottom 0.3s ease-out;
            -o-transition: opacity 0.3s linear, bottom 0.3s ease-out;
            transition: opacity 0.3s linear, bottom 0.3s ease-out;
        }

        #newsletter_modal.modal.bottom.fade.show .modal-dialog {
            bottom: 0;
        }

        #newsletter_modal.modal.bottom.fade .modal-dialog {
            bottom: -100%;
        }

        #newsletter_modal .modal-content {
            /*padding: 30px;*/
            border-radius: 0;		
            border: none;
        }
        #newsletter_modal .modal-content .content {
            margin-left: auto;
            margin-right: auto;
            max-width: 650px;
        }
        #newsletter_modal .modal-header {
            border-bottom: none;   
            position: relative;
            border-radius: 0;
        }
    }

    #newsletter_modal .form-control, #newsletter_modal .btn {
        min-height: 46px;
        border-radius: 0;
    }
    #newsletter_modal .form-control {
        box-shadow: none;
        border-color: #dbdbdb;
    }
    #newsletter_modal .form-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
    }
    #newsletter_modal .btn {
        color: #fff;
        background: #f95858;
        text-decoration: none;
        transition: all 0.4s;
        line-height: normal;
        padding: 6px 10px;
        /*min-width: 150px;*/
        margin-left: 6px !important;
        border: none;
    }
    #newsletter_modal .btn:hover, #newsletter_modal .btn:focus {
        box-shadow: 0 0 8px rgba(249, 88, 88, 0.4);
        background: #7b7b7b;
        outline: none;
    }
    #newsletter_modal .input-group {
        margin-top: 30px;
    }

	.breakpoint-off .classynav ul li .dropdown {
		width: auto;
		min-width: 220px;
	}

	.header_area .classynav ul li a {
		white-space: nowrap;
		color: rgb(0, 0, 0);
		display: flex;
		font-size: 16px;
		font-weight: 500;
	}

	.header_area .classynav ul li .dropdown li a {
		white-space: nowrap;
		color: rgb(24, 24, 24);
		font-weight: 500;
		font-size: 16px;
		letter-spacing: normal;
		padding-left: 25px;
		border-bottom: none;
	}

	/*
	**	TOAST NOTIFICATION
	*/
	.toast.show {
		transition: visibility 0s, opacity 0.5s linear;
		display: block;
		opacity: 1;
	}

	.toast a {
		all: unset;
		cursor: pointer;
	}

	.toast {
		z-index: 9999;
		max-width: 350px;
		overflow: hidden;
		font-size: .875rem;
		background-color: rgba(255,255,255,.85);
		background-clip: padding-box;
		border: 1px solid rgba(0,0,0,.1);
		border-radius: .25rem;
		box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 10%);
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
		opacity: 0;
		display: none;
		position: fixed;
		bottom: 15px;
		left: 15px;
		margin-right: 15px;
	}

	@media only screen and (max-width: 475px) {
		.toast {
			max-width: 100%;
		}
	}

	.toast-header {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		padding: .25rem .75rem;
		color: #6c757d;
		background-color: rgba(255,255,255,.85);
		background-clip: padding-box;
		border-bottom: 1px solid rgba(0,0,0,.05);
	}

	.toast-body {
		padding: .75rem;
		font-size: 13px !important;
	}

	.header_area .classy-navbar, .header_area .header-meta {
		flex: 0 0 40%;
		min-width: 40%;
		width: 40%;
	}

	/**
	* ARTICLES COMMENTS AND RATINGS
	**/

	.post {
		border-bottom: 1px solid #ebebeb;
		color: #666;
		margin-bottom: 15px;
		/*padding-bottom: 15px;*/
	}

	.post:last-child {
		border-bottom: none;
	}

	.article-comments .user-block {
		margin-bottom: 15px;
		width: 70%;
		float: left;
	}

	.article-comments .rating-block {
		width: 30%;
		text-align: right;
		float: right;
	}

	.article-comments .rating-block .fa-star {
		color: #EDB867;
	}

	.article-comments .user-block img {
		float: left;
		height: 40px;
		width: 40px;
	}

	.article-comments .user-block .username {
		font-size: 16px;
		font-weight: 600;
		margin-top: -1px;
	}

	.article-comments .user-block .comment,
	.article-comments .user-block .description,
	.article-comments .user-block .username {
		display: block;
		margin-left: 50px;
	}

	.article-comments .user-block .description {
		color: #000;
		font-size: 13px;
		margin-top: -3px;
	}

	.article-comments .post p {
		color: #000;
	}

	.img-circle {
		border-radius: 50%;
	}

	.single-product-wrapper .product-img video {
		width: 100%;
		-webkit-transition-duration: 500ms;
		transition-duration: 500ms;
		display: block;
	}

	.owl-carousel .owl-item video {
		display: block;
		width: 100%;
	}

	.single-product-wrapper .product-description {
		padding-top: 8px;
		text-transform: none;
	}
	
	.single-product-wrapper .product-description h6 {
		font-size: 1rem;
		min-height: 42px;
	}

	.single-product-wrapper .product-description p {
		font-size: 1rem;
	}

	.single-product-wrapper .product-description p span {
		font-size: .9rem;
	}

	@media only screen and (max-width: 992px) {
		.single-product-wrapper .product-description h6 {
			font-size: 0.8125rem;
			min-height: 35px;
		}

		.single-product-wrapper .product-description p {
			font-size: 0.8125rem;
		}

		.single-product-wrapper .product-description p span {
			font-size: 0.8125rem;
		}

		.add-to-cart-btn.new button {
			font-size: 0.7rem;
			line-height: 0.9;
		}
	}

	.single-product-wrapper .product-img .product-video i {
		padding-left: 3px;
	}

	.single-product-wrapper .product-img .product-favourite i.active,
	.single-product-wrapper .product-img .product-video i.active {
		background-color: #000 !important;
    	border: 2px solid #000 !important;
	}

	.single-product-wrapper .product-img .product-favourite i:hover,
	.single-product-wrapper .product-img .product-video i:hover {
		color: #000;
		background-color: transparent; 
		border: 2px solid #000;
	}

	.single_product_details_area .single_product_desc .cart-fav-box .favme.active {
		color: #000 !important;
	}

	.single_product_details_area .product-desc p {
		color: #000 !important;
	}

	/* banners.banner-pills */

	.banners.banner-pills {
		/*margin: 10px auto 30px;*/
		padding-top: 15px;
    	padding-bottom: 15px;
		max-width: 100%;
	}
	
	.banners.banner-pills ul {
		margin: 0;
		padding: 0;
		list-style: none;
		display: flex;
		flex-flow: row wrap;
		flex-flow: row nowrap;
		justify-content: center;
		padding: 0px 5px;
	}
	
	.banners.banner-pills ul li {
		margin: 0 5px;
		text-align: center
	}
	
	.banners.banner-pills ul li a {
		text-decoration: none;
		display: inline-block
	}
	
	.banners.banner-pills ul li a:visited span:not(.name) {
		/*border-color: #b7b7b7;*/
		border-color: #97c1df;
	}
	
	.banners.banner-pills ul li span {
		display: block
	}
	
	.banners.banner-pills ul li span.name {
		color: #000000;
		font-family: "gothambold",sans-serif;
		font-size: 12px;
	}
	
	.banners.banner-pills ul li span:not(.name) {
		margin-bottom: 5px;
		border: 2px solid #a6594b;
		border-radius: 80px;
		padding: 2px;
		background-color: #ffffff;
		display: inline-block
	}
	
	.banners.banner-pills ul li img {
		display: block;
		border-radius: 60px;
		max-width: 60px;
		max-height: 60px;
		width: 60px;
    	height: 60px;
		object-fit: cover;
	}

	/*@media (max-width: 1439px) {
		.banners.banner-pills .owl-carousel-pills .owl-nav button.owl-prev {
			left:0
		}
	
		.banners.banner-pills .owl-carousel-pills .owl-nav button.owl-next {
			right: 0
		}
	}*/

	@media (max-width: 767px) {
		.banners.banner-pills ul li span.name {
			font-size: 10px
		}
	}
	
	@media (min-width: 767px) {
		.banners.banner-pills {
			max-width: 767px;
			margin-left: auto;
    		margin-right: auto;
		}
	}

	@media (max-width: 479px) {
		/*.banners.banner-pills {
			margin-left:-10px;
			margin-right: -10px
		}*/

		.banners.banner-pills ul li img {
			border-radius: 50px;
			max-width: 50px;
			max-height: 50px;
			width: 50px;
			height: 50px;
			object-fit: cover;
		}

		.banners.banner-pills ul li span.name {
			font-size:10px
		}
	}

	/* banners.banner-pills */

	/* categorySlider */
	.categorySlider {
		box-sizing: border-box;
		/*width: 100vw;*/
		width: 100%;
		padding: 6px;
	}

	.categorySlider .horizontalList {
		position: relative;
		overflow: hidden;
		display: inline-flex;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}

	.categorySlider .horizontalList .listContainer {
		position: relative;
		display: flex;
		overflow-x: auto;
	}

	.categorySlider .horizontalList .listContainer .listItem {
		box-sizing: border-box;
		padding: 0px 0.7rem;
		height: 2rem;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center;
		font-size: 0.875rem;
		font-weight: 500;
		border-radius: 2px;
		margin-right: 0.5rem;
		/*margin-bottom: 0.5rem;*/
		flex-shrink: 0;
		cursor: pointer;
		color: rgb(155, 155, 155);
		/*background-color: rgb(242, 242, 242);*/
		border: 1px solid rgb(229, 229, 229);
		background-color: rgb(255, 255, 255);
	}

	.filterDropdowns button.dropdown-toggle {
		padding: 0px 0.7rem;
		height: 2rem;
		color: inherit;
	}

	.categorySlider .horizontalList .listContainer .listItem,
	.categorySlider .horizontalList .listContainer .listItem:hover,
	.categorySlider .horizontalList .listContainer .listItem:visited {
		text-decoration: none;
		color: inherit;
	}

	.categorySlider .horizontalList .listContainer .listItem:hover,
	.categorySlider .horizontalList .listContainer .listItem.selected {
		color: #fff;
		background-color: #000;
	}

	@media only screen and (min-width: 992px) {
		.categorySlider .horizontalList .listContainer .listContainer {
			flex-wrap: wrap;
		}
	}
	/* categorySlider */

	/* filterDropdowns */
	.filterDropdowns {
		box-sizing: border-box;
		/*width: 100vw;*/
		width: 100%;
		padding: 6px;
		display: inline-flex;
	}
	
	.filterDropdowns button.dropdown-toggle {
		font-size: 0.875rem;
		font-weight: 500;
		border-radius: 2px;
		border: 1px solid rgb(229, 229, 229);
    	background-color: rgb(255, 255, 255);
		margin-right: 0.5rem;
	}

	.filterDropdowns .dropdown-menu {
		padding: 15px;
		width: max-content;
		font-size: 14px;
		max-height: 250px;
    	overflow-y: auto;
	}

	.filterDropdowns .dropdown-menu label.custom-control-label {
		padding-top: 3px;
		width: 100%;
	}

	#modal_filters_shop .modal-body .widget .widget-body label {
		width: 100%;
	}

	#modal_filters_shop .modal-body .widget .widget-body label span.label-cnt,
	.filterDropdowns .dropdown-menu label.custom-control-label span.label-cnt {
		float: right;
		margin-left: 10px;
		-webkit-box-align: center;
		align-items: center;
		background-color: rgb(242, 242, 242);
		border-radius: 11px;
		box-sizing: border-box;
		color: rgb(155, 155, 155);
		display: inline-flex;
		-webkit-box-flex: 0;
		flex-grow: 0;
		font-size: 0.625rem;
		font-weight: 600;
		height: 19px;
		-webkit-box-pack: center;
		justify-content: center;
		min-width: 30px;
		padding: 0px 8px;
		text-align: center;
		width: auto;
		letter-spacing: 1px;
	}

	.filterDropdowns .dropdown-menu a.dropdown-item {
		padding: 0 !important;
		font-size: unset;
		line-height: 1.8;
	}
	.filterDropdowns .dropdown-menu a.dropdown-item:active{
		background-color: #f8f9fa;
		color: #212529;
	}
	/* filterDropdowns */


	@media only screen and (max-width: 991px) {
		#desktopNav {
			display: none;
		}

		.breakpoint-on .classynav>ul>li>a {
			background-color: #fff;
		}
	}

	@media only screen and (min-width: 992px) {
		body {
			margin-top: 91px !important;
		}

		#essenceNav .classy-menu {
			display: none;
		}

		header.header_area .cunja-logo img.logo {
			height: 46px !important;
			margin-top: 6px;
		}

		.header_area .classy-navbar,
		.header_area .header-meta {
			height: 50px !important;
		}

		#desktopNav.navbar {
			padding: 0;
		}
		
		/*#desktopNav.navbar .collapse.navbar-collapse {
			width: 100%;
		}
		
		#desktopNav.navbar .collapse.navbar-collapse .navbar-nav {
			overflow-x: scroll;
		}*/

		#desktopNav.navbar .nav-item .nav-link {
			padding-right: 0.3rem;
			padding-left: 0.3rem;
			padding-top: 12px;
		}

		#desktopNav.navbar .nav-item .nav-link,
		#desktopNav.navbar .nav-item .dropdown-item {
			color: rgb(24, 24, 24);
			line-height: 1.54;
			font-weight: 500;
			font-size: 12px;
			letter-spacing: normal;
			white-space: nowrap;
		}

		#desktopNav.navbar .dropdown:hover .dropdown-menu {
			display: block;
			margin-top: 0;
			box-shadow: 0 0 12px 0 rgb(0 0 0 / 20%);
    		padding: 10px 10px;
			border-radius: 0;
			border: none;
		}
	}

	@media only screen and (min-width: 1300px) {
		#desktopNav.navbar .nav-item .nav-link {
			padding-right: 0.5rem;
			padding-left: 0.5rem;
			padding-top: 8px;
		}

		#desktopNav.navbar .nav-item .nav-link,
		#desktopNav.navbar .nav-item .dropdown-item {
			font-size: 14px;
		}
	}

	/*.section-heading h2 {
		text-transform: none;
	}*/

	.section-heading h2 {
		font-size: 20px;
    	line-height: 24px;
		font-weight: 500;
		text-transform: uppercase;
		letter-spacing: .7px;
		color: #111;
	}

	.footer_area {
		background-color: #fff;
		
	}

	.footer_area .single_widget_area .footer_widget_menu li a,
	.footer_area .single_widget_area .footer_social_area a {
		color: rgb(24, 24, 24);
		line-height: 1.54;
		font-weight: 500;
		font-size: 12px;
		letter-spacing: normal;
		white-space: nowrap;
	}

	.footer_area .single_widget_area .footer_social_area a {
		font-size: 20px;
	}

	.footer_area .single_widget_area .footer_widget_menu li a:hover, .footer_area .single_widget_area .footer_widget_menu li a:focus {
		color: rgba(24, 24, 24, 0.6);
	}

	.footer_area .separator-with-logo {
		width: 100%;
		display: flex;
		justify-content: center;
		position: relative;
		margin-bottom: 60px;
	}

	.footer_area .separator-with-logo__line {
		position: absolute;
		z-index: 2;
		width: 100%;
		height: 1px;
		left: 0;
		top: 50%;
		background-color: #cbcbcb;
	}

	.footer_area .separator-with-logo__img {
		position: relative;
		z-index: 3;
		background-color: #fff;
		padding: 0 30px;
		max-width: 200px;
	}

	.m-unset {
		margin-right: unset !important;
		margin-left: unset !important;
	}

	/*#modal_filters_shop {
		padding: 0 !important;
	}

	#modal_filters_shop .modal-dialog {
		width:100vw;
  		height:100vh;
  		max-height:100vh;
		max-width: none;
		margin: 0;
		padding: 0;
	}

	#modal_filters_shop .modal-content {
		height:100vh;
		max-height:100vh;
		border: 0;
		border-radius: 0;
	}
	
	#modal_filters_shop .modal-body {
		overflow-y: auto;
	}*/

	body.modal-open {
		overflow: hidden !important;
		padding-bottom: env(safe-area-inset-bottom);
	}

	.modal.modal-fullscreen {
		margin: 4vh 0px 0px;
		padding-bottom: env(safe-area-inset-bottom);
		overflow-y: hidden !important;
		bottom: 0;
	}

	.modal.modal-fullscreen .modal-dialog {
		width: 100%;
		margin: 0;
		padding: 0;
		max-width: none; 

		/*-webkit-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
		-moz-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
		-o-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
		transition: opacity 0.3s ease-out, bottom 0.3s ease-out;*/
	}
	  
	.modal.modal-fullscreen.fade:not(.show) .modal-dialog {
		transform: translate3d(0, 100vh, 0);
	}

	.modal.modal-fullscreen.fade.show .modal-dialog {
		transform: translate3d(0, 0, 0);
	}
	
	.modal.modal-fullscreen .modal-content {
		border-radius: 0;
		border: none; 
		border-radius: 8px 8px 0px 0px;
	}

	.modal.modal-fullscreen .modal-header .close {
		padding: 0.5rem 1rem;
	}

	.modal.modal-fullscreen .modal-header .close {
		padding: 0;
		margin: 0 auto;
	}
	
	.modal.modal-fullscreen .modal-body {
		overflow-y: auto; 
		max-height: calc(100vh - 4vh - 56px - 68px - env(safe-area-inset-bottom));
		min-height: calc(100vh - 4vh - 56px - 68px - env(safe-area-inset-bottom));
		padding-bottom: 100px;
	}

	/* Header fixed to the top of the modal */
	.modal.modal-fullscreen .modal-header--sticky {
		position: sticky;
		top: 0;
		background-color: #fff;
		z-index: 1055;
	}

	/* Footer fixed to the bottom of the modal */
	.modal.modal-fullscreen .modal-footer--sticky {
		position: sticky;
		bottom: 0;
		background-color: #fff;
		z-index: 1055;
	}

	::-webkit-scrollbar {
		height: 4px;
		width: 4px;
	}
	::-webkit-scrollbar-track {
		background: #fff;
	}
	::-webkit-scrollbar-thumb {
		background-color: rgba(155, 155, 155, 1);
		border-radius: 0px;
		border: transparent;
	}

	.widget .list-group-item.active {
		border-color: rgb(229, 229, 229);
		/*color: #fff !important;*/
    	background-color: #fff;
	}
	
	.widget .list-group-item i.fa-circle-check {
		font-size: 16px;
    	padding-top: 2px;
		padding-left: 6px;
		display: none;
	}
	
	.widget .list-group-item.active i.fa-circle-check {
		display: inline-block;
	}

	.widget .list-group-item {
		cursor: pointer;
		border-radius: 0 !important;
		font-size: 0.875rem !important;
		padding: 0.7rem 0.7rem;
		font-weight: 400 !important;
	}

	.breakpoint-on .classynav ul li {
		border-bottom: 1px solid rgb(230, 230, 231);
	}

	span.coupon-code-discount-badge {
		color: #fff !important;
		font-weight: normal !important;
		font-size: .6rem !important;
		text-decoration: none !important;
		/*background-color: #000 !important;*/
		background-color: #d0a1a7 !important;
	}

	span.coupon-code-label {
		font-weight: 500 !important;
		font-size: .8rem !important;
		/*color: #787878 !important;*/
		color: #d0a1a7 !important;
		text-decoration: none !important;
		letter-spacing: 0 !important;
	}

	@media only screen and (max-width: 992px) {
		span.coupon-code-label {
			font-size: .7rem !important;
		}
	}

	#accordionArticleProperties .card {
		border: none;
		border-top: 1px solid rgba(0,0,0,.125);
	}

	#accordionArticleProperties .card:first-of-type {
		border: none;
	}

	#accordionArticleProperties .card .card-header {
		padding: 0;
		background-color: #fff;
		border-bottom: none;
	}

	#accordionArticleProperties .card .card-header button {
		color: #212529 !important;
		font-weight: 400;
		text-transform: uppercase;
		font-size: 14px;
		padding-left: 0;
		letter-spacing: 1px;
	}

	#accordionArticleProperties .card .card-body {
		padding: 0;
	}

	#accordionArticleProperties .card .card-body,
	#accordionArticleProperties .card .card-body p,
	#accordionArticleProperties .card .card-body span {
		color: #212529 !important;
		font-size: 13px;
	}

	.pswp--custom-bg {
		--pswp-bg: #fff;
	}

	.outfit-inspo .outfit-inspo-image {
		transition: transform 450ms ease, -webkit-transform 450ms ease;
	}

	/*.outfit-inspo .outfit-inspo-image:hover {
		transform: scale(1.01);
	}*/

	.outfit-inspo .outfit-inspo-image .add-to-cart__container {
		align-items: flex-end;
		bottom: 0;
		display: flex;
		justify-content: center;
		max-height: 80%;
		position: absolute;
		width: 100%;
		z-index: 1;
	}
	
	.outfit-inspo .outfit-inspo-image .add-to-cart__container .add-to-cart__button {
		-webkit-appearance: none;
		appearance: none;
		background: none;
		border: none;
		border-radius: 0;
		color: inherit;
		cursor: inherit;
		font-family: inherit;
		font-size: inherit;
		line-height: inherit;
		margin: 0;
		outline: 0;
		padding: 0;
		padding: 8px;
	}
	
	.outfit-inspo .outfit-inspo-image .add-to-cart__container .add-to-cart__button .add-to-cart__button-icon {
		background-color: rgba(255, 255, 255, 0.4);
		border-radius: 50%;
		padding: 5px;
		box-sizing: content-box;
		display: block;
		fill: rgb(0 0 0 / 100%);
		height: 7px;
		width: 7px;
	}