/*------------------------------------------------------------------
[Master Stylesheet]

Project:	Wine Store Html Responsive Template
Primary use:	Wine Store Html Responsive Template
-------------------------------------------------------------------*/

@import url("default-template-style.css");
@import url("shop-style.css");
@import url("template-blog.css");
@import url("awesomenav.css");
@import url("awesomenav-style.css");
@import url("awesomenav-animate.css");
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap&subset=greek');


/*------------------------------------------------------------------
[Table of contents]

1. Body
2. loader
3. Nav
4. Page Tilte
5. Shop Block
6. Super deal
7. Featured- product
8. Blog
9. newsletter
10. footer
11. Contact
12. Responsive Media Screen style

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
# [Color codes]

# Black (text): #1b1b1b
# gold : #a91127

------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Typography]

Body :		'Lato', sans-serif;
Title and logo:		'Open Sans', sans-serif;

-------------------------------------------------------------------*/



/*---Body---*/

/*loader start */

.loader {
  background: #ffffff;
  height: 100%;
  width: 100%;
  position: fixed;
  overflow: hidden;
  z-index: 1200;
}

#awsload-pageloading:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#awsload-pageloading .awsload-wrap {
  position: absolute;
  top: 45%;
  bottom: 45%;
  left: 25%;
  right: 25%;
}

#awsload-pageloading .awsload-divi {
  font-size: 97px;
  width: 1em;
  height: 1em;
  position: relative;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

#awsload-pageloading .awsload-divi li {
  position: absolute;
  width: .2em;
  height: .2em;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

#awsload-pageloading .awsload-divi li:nth-child(1) {
  left: 50%;
  top: 0;
  margin: 0 0 0 -.1em;
  background: #e92971;
  transform-origin: 50% 250%;
  -o-transform-origin: 50% 250%;
  -ms-transform-origin: 50% 250%;
  -webkit-transform-origin: 50% 250%;
  -moz-transform-origin: 50% 250%;
  animation: awsload-rota 1.3s linear infinite, awsload-opa 4.22s ease-in-out infinite alternate;
  -o-animation: awsload-rota 1.3s linear infinite, awsload-opa 4.22s ease-in-out infinite alternate;
  -ms-animation: awsload-rota 1.3s linear infinite, awsload-opa 4.22s ease-in-out infinite alternate;
  -webkit-animation: awsload-rota 1.3s linear infinite, awsload-opa 4.22s ease-in-out infinite alternate;
  -moz-animation: awsload-rota 1.3s linear infinite, awsload-opa 4.22s ease-in-out infinite alternate;
}

#awsload-pageloading .awsload-divi li:nth-child(2) {
  top: 50%;
  right: 0;
  margin: -.1em 0 0 0;
  background: #292ee9;
  transform-origin: -150% 50%;
  -o-transform-origin: -150% 50%;
  -ms-transform-origin: -150% 50%;
  -webkit-transform-origin: -150% 50%;
  -moz-transform-origin: -150% 50%;
  animation: awsload-rota 2.14s linear infinite, awsload-opa 4.93s ease-in-out infinite alternate;
  -o-animation: awsload-rota 2.14s linear infinite, awsload-opa 4.93s ease-in-out infinite alternate;
  -ms-animation: awsload-rota 2.14s linear infinite, awsload-opa 4.93s ease-in-out infinite alternate;
  -webkit-animation: awsload-rota 2.14s linear infinite, awsload-opa 4.93s ease-in-out infinite alternate;
  -moz-animation: awsload-rota 2.14s linear infinite, awsload-opa 4.93s ease-in-out infinite alternate;
}

#awsload-pageloading .awsload-divi li:nth-child(3) {
  left: 50%;
  bottom: 0;
  margin: 0 0 0 -.1em;
  background: #29e9a3;
  transform-origin: 50% -150%;
  -o-transform-origin: 50% -150%;
  -ms-transform-origin: 50% -150%;
  -webkit-transform-origin: 50% -150%;
  -moz-transform-origin: 50% -150%;
  animation: awsload-rota 1.67s linear infinite, awsload-opa 5.89s ease-in-out infinite alternate;
  -o-animation: awsload-rota 1.67s linear infinite, awsload-opa 5.89s ease-in-out infinite alternate;
  -ms-animation: awsload-rota 1.67s linear infinite, awsload-opa 5.89s ease-in-out infinite alternate;
  -webkit-animation: awsload-rota 1.67s linear infinite, awsload-opa 5.89s ease-in-out infinite alternate;
  -moz-animation: awsload-rota 1.67s linear infinite, awsload-opa 5.89s ease-in-out infinite alternate;
}

#awsload-pageloading .awsload-divi li:nth-child(4) {
  top: 50%;
  left: 0;
  margin: -.1em 0 0 0;
  background: #e9be29;
  transform-origin: 250% 50%;
  -o-transform-origin: 250% 50%;
  -ms-transform-origin: 250% 50%;
  -webkit-transform-origin: 250% 50%;
  -moz-transform-origin: 250% 50%;
  animation: awsload-rota 1.98s linear infinite, awsload-opa 6.04s ease-in-out infinite alternate;
  -o-animation: awsload-rota 1.98s linear infinite, awsload-opa 6.04s ease-in-out infinite alternate;
  -ms-animation: awsload-rota 1.98s linear infinite, awsload-opa 6.04s ease-in-out infinite alternate;
  -webkit-animation: awsload-rota 1.98s linear infinite, awsload-opa 6.04s ease-in-out infinite alternate;
  -moz-animation: awsload-rota 1.98s linear infinite, awsload-opa 6.04s ease-in-out infinite alternate;
}

@keyframes awsload-rota {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-ms-keyframes awsload-rota {
  to {
    -ms-transform: rotate(360deg);
  }
}
@-webkit-keyframes awsload-rota {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes awsload-opa {
  12.0% {
    opacity: 0.80;
  }
  19.5% {
    opacity: 0.88;
  }
  37.2% {
    opacity: 0.64;
  }
  40.5% {
    opacity: 0.52;
  }
  52.7% {
    opacity: 0.69;
  }
  60.2% {
    opacity: 0.60;
  }
  66.6% {
    opacity: 0.52;
  }
  70.0% {
    opacity: 0.63;
  }
  79.9% {
    opacity: 0.60;
  }
  84.2% {
    opacity: 0.75;
  }
  91.0% {
    opacity: 0.87;
  }
}
@-ms-keyframes awsload-opa {
  12.0% {
    opacity: 0.80;
  }
  19.5% {
    opacity: 0.88;
  }
  37.2% {
    opacity: 0.64;
  }
  40.5% {
    opacity: 0.52;
  }
  52.7% {
    opacity: 0.69;
  }
  60.2% {
    opacity: 0.60;
  }
  66.6% {
    opacity: 0.52;
  }
  70.0% {
    opacity: 0.63;
  }
  79.9% {
    opacity: 0.60;
  }
  84.2% {
    opacity: 0.75;
  }
  91.0% {
    opacity: 0.87;
  }
}
@-webkit-keyframes awsload-opa {
  12.0% {
    opacity: 0.80;
  }
  19.5% {
    opacity: 0.88;
  }
  37.2% {
    opacity: 0.64;
  }
  40.5% {
    opacity: 0.52;
  }
  52.7% {
    opacity: 0.69;
  }
  60.2% {
    opacity: 0.60;
  }
  66.6% {
    opacity: 0.52;
  }
  70.0% {
    opacity: 0.63;
  }
  79.9% {
    opacity: 0.60;
  }
  84.2% {
    opacity: 0.75;
  }
  91.0% {
    opacity: 0.87;
  }
}

/*loader End */


html,
	body {
	  height: 100%;
	  width: 100%;
	}
	
body {
	color:#000000;
  	font-family: 'Open Sans', sans-serif;
	background-color: #ffffff;
}

a {
	color: #333333;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.btn, .btn:hover {
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
a:hover,
a:focus {
	color: #a91127;
	outline: none;
	outline-offset: 0px;
	text-decoration:none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', sans-serif;
 
}

p {
	line-height: 1.5;
	margin-bottom: 20px;
}
label {
    color: #323232;
}
.gold{
	color:#a91127;
}
.white{
	color: #fff;
}
.black{
	color:#1b1b1b;
}
.gray{
	color:#898989;
}
.bg-gold{
	background-color:#a91127;
}
.light-gray{
	background-color:#f7f7f7;
}
section{
	padding:10px 0px;
}

/*--- Nav ---*/
nav{
	font-family: 'Open Sans', sans-serif;
}
@media (max-width: 991px) and (min-width: 768px){
.top-bar-nav .wrap-sticky nav.navbar.divinnav.sticked {
    top: 24px;
}
}
.navbar-default {
   /* background-color: #fff; */
    border: none;
	margin-bottom: 0;
}
nav.navbar.awesomenav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover{
	border-bottom: none;
}
.attr-nav {
    right: 20px;
    display: inline-block;
    margin-left: 13px;
    margin-right: 15px;
    position: absolute;
	margin-top: 10px;
	font-size:0.8571428571428571em;
}
.attr-nav.left-side {
    right: auto;
	left: 20px;
	color: #000000;
}
.navbar-brand {
    padding: 0px;
    height: auto;
}
.nav-justified > li {
    float: none;
}
.border-menu{
	border-top: 1px solid rgba(255,255,255,0.1);
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

/*---Promo banner---*/
.lineeffect {
	margin-bottom: 0;
}
.lineeffect a:hover:before, .lineeffect a:hover:after {
    opacity: 1;
    transform: scale(1);
}
.lineeffect a:before, .lineeffect a:after {
    bottom: 10px;
    content: "";
    left: 10px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    z-index: 1;
}
.lineeffect a:before, .lineeffect a:after {
    bottom: 10px;
    content: "";
    left: 10px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    z-index: 1;
}
.lineeffect a:before {
    border-bottom: 1px solid rgb(255, 255, 255);
    border-top: 1px solid rgb(255, 255, 255);
    transform: scale(0, 1);
}
.lineeffect a:after {
    border-left: 1px solid rgb(255, 255, 255);
    border-right: 1px solid rgb(255, 255, 255);
    transform: scale(1, 0);
}


/*---categorey-img---*/

.categorey-img img{
	display: block;
	margin-bottom: 15px;
}
.categorey-img .categorey-link{
	text-align: center;
}
.categorey-img .categorey-link A{
	display: inline-block;
}

/*---Page Tilte---*/


.page_title_ctn .row  .page-title{
    background-color: #ffffff;
    color:black !important;
	margin-top: 15px;    
	padding: 0px 15px;
}
.page_title_ctn h1, .page_title_ctn h2, .page_title_ctn h3, {
    color: #343434;
}
 


/*---Shop Block---*/

.product-slide {
}
.product-slide .row{
	height: auto;
	margin: 0 auto;
}
.tabSix .nav-tabs{
	border-bottom:none;
}
.tabSix .nav-tabs>li>a{
	margin-right:0px;
	line-height:1.42857143;
	background-color:transparent;
	border-style:solid;
	border-color:#898989;
	color:#999;
	border-width:0px 0px 0px 0px;
	border-radius:0px;
	padding:10px 25px;
	font-weight:600;
}
.tabSix .nav-tabs>li.active>a, .tabSix .nav-tabs>li.active>a:focus, .tabSix .nav-tabs>li.active>a:hover, .tabSix .nav-tabs>li>a:hover{
	color:#a91127;
	cursor:pointer;
	border-width:0px 0px 0px 0px;
	background-color: transparent;
}
.tabSix .nav-tabs li a p{
	margin-bottom:0;
	font-size:1em;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}
.tabSix .nav-tabs li {
	display: inline-block;
	float: none;
}
@media (min-width: 768px) {
.tabSix .tab-content{
	margin-top:24px;
}
}
.sep-dot {
    font-size: 50px;
    line-height: 0;
    vertical-align: super;
	display: none;
}
.tabSix ul li::after{
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f111";
    display: inline-block;
    position: absolute;
    right: -4px;
    top: 18px;
    font-size: 7px;
}
.tabSix ul li:last-child::after{
	display: none;
}


/*---super-deal-section---*/

.super-deal-section{
	background-image: url(../images/lookbook_new_collection.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top right;
	min-height: 500px;
}
.super-deal h1{
	color: #ffffff;
	font-weight: 600;
}
.super-deal h1 span{
	color: #ffffff;
}
.super-deal h2{
	color: #ffffff;
}
.super-deal a.btn {
    border: 1px solid #ffffff;
    padding: 10px 25px;
	color: #ffffff;
}
.super-deal a.btn:hover {
    border: 1px solid #a91127;
    color: #a91127;
	background-color: #fff;
}
.super-deal {
    margin-top: 85px;
	margin-bottom: 85px;
	text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.6);
	color: #fff;
}
@media only screen and (max-width: 991px) {
.super-deal-section{
	min-height: 350px;
}
.super-deal {
    margin-top: 0px;    
	margin-bottom: 15px;
}
.super-deal h1 {
    font-weight: 600;
    font-size: 24px;
}
}
@media only screen and (max-width: 767px) {
.super-deal-section{
	background-position: top center;
	min-height: 300px;
}
}
/*---featured-product---*/
.featured-product{
}


/*---testimonial---*/
.testimonialEight{
	text-align:center;
	background-image: url(../images/bg-2.jpg);
	background-attachment: fixed;
	    background-size: cover;
    background-repeat: no-repeat;
}	
.testimonialEight #dart-quote-carousel.carousel {
	padding-bottom: 30px;
}
.testimonialEight #dart-quote-carousel.carousel .carousel-inner .item {
	  opacity: 0;
	  -webkit-transition-property: opacity;
		  -ms-transition-property: opacity;
			  transition-property: opacity;
}
.testimonialEight #dart-quote-carousel.carousel .carousel-inner .active {
	  opacity: 1;
	  -webkit-transition-property: opacity;
		  -ms-transition-property: opacity;
			  transition-property: opacity;
}
.testimonialEight #dart-quote-carousel.carousel .carousel-indicators {
	bottom: -10px;
	z-index:2;
}
.testimonialEight #dart-quote-carousel.carousel .carousel-indicators  li {
	  background-color: #848484;
	  border: none;
}
.testimonialEight #dart-quote-carousel.carousel .carousel-indicators .active{
	  background-color: #cc9900;
	  border: none;
	  width:10px; 
	  height:10px;
	  margin:1px;
}
.testimonialEight #dart-quote-carousel blockquote {
	text-align: left;
	border: none;
	font-size: 14px;
    color: #ffffff;
	width: 90%;
	margin: 15px auto;
}
.testimonialEight #dart-quote-carousel blockquote p{
	letter-spacing: 1px;
	padding-top: 15px;
}
.testimonialEight #dart-quote-carousel blockquote .profile-circle img {
	margin: 0 auto;
	border-radius: 100px;    
	border: 8px solid rgba(255, 255, 255, 0.52);
}
.testimonialEight .item .name{ 
	color:#fff;
	font-size: 18px;
}
.testimonialEight .item .position{
	text-align:left; 
}
@media only screen and (max-width: 991px) {
.testimonialEight #dart-quote-carousel blockquote {
	text-align: center;
}
}
@media only screen and (max-width: 767px) {
.testimonialEight #dart-quote-carousel blockquote {
    width: 100%;
}
}


/*---Blog Post---*/

.blog-title a {
    color: #ffffff;
}
.blog-img .bubble-top:before {
    pointer-events: none;
    position: absolute;
    z-index: 999;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top;
    transition-property: top;
    left: calc(50% - 20px);
    bottom:0;
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent #ffffff transparent;
}
.blog-img .bubble-bottom:before {
    pointer-events: none;
    position: absolute;
    z-index: 999;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top;
    transition-property: top;
    left: calc(50% - 20px);
    top:0;
    border-width: 20px 20px 0 20px;
    border-color: #ffffff transparent transparent transparent;
}
.ImageWrapper .PStyleHe {
    position: absolute;
    background: url(../images/plus.png) no-repeat scroll center center / 100% 100% #222222;
    width: 100%;
    height: 100%;
    z-index: 199;
    -webkit-background-origin: padding-box, padding-box;
    -moz-background-origin: padding-box, padding-box;
    -ms-background-origin: padding-box, padding-box;
    -o-background-origin: padding-box, padding-box;
    background-origin: padding-box, padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 10px 10px, 100% 100%;
    -moz-background-size: 10px 10px, 100% 100%;
    -ms-background-size: 10px 10px, 100% 100%;
    -o-background-size: 10px 10px, 100% 100%;
    background-size: 10px 10px, 100% 100%;
    opacity: 0;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.ImageWrapper {
    display: block;
    overflow: hidden;
    position: relative;
}
.ImageWrapper:hover .PStyleHe {
    opacity: .6;
    -webkit-background-size: 60px 60px, 100% 100%;
    -moz-background-size: 60px 60px, 100% 100%;
    -ms-background-size: 60px 60px, 100% 100%;
    -o-background-size: 60px 60px, 100% 100%;
    background-size: 60px 60px, 100% 100%;
    visibility: visible;
}
.blog-content{
	padding: 15px;
	min-height: 265px;
}
@media only screen and (max-width: 1024px) {
	.blog-content {
		min-height: 220px;
	}
}
@media only screen and (max-width: 991px) {
	.blog-content {
		padding: 15px;
		min-height: 170px; 
	}
	.blog-title h4{
		margin-top: 0;
		margin-bottom: 5px;
	}
	.post-date{
		margin-bottom: 5px;
	}
	.post-content{
		margin-bottom: 10px;
	}	
}
@media only screen and (max-width: 767px){
	.blog-content {
		padding: 15px;
		min-height: 170px;
		background-color: #f3f3f3;
		margin-bottom: 10px;
	}
	.blog-img .bubble-top:before {
    	border-color: transparent transparent #f3f3f3 transparent;
	}
	.blog-img .bubble-bottom:before {
		border-color: #f3f3f3 transparent transparent transparent;
	}
}

/*---Blog Style 1---*/
.blogstyle-1 .blog-post-container {
	margin-bottom:15px;
}
.blogstyle-1 .blog-post-container .post-thumbnail {
	position: relative;
}
.blogstyle-1 .blog-post-container .post-thumbnail img {
	width: 100%;
}	
.blogstyle-1 .blog-post-container .blog-content {
	border: 1px solid #212121;
}
.blogstyle-1 .blog-post-container .dart-header {
	padding: 20px 20px 0;
}
.blogstyle-1 .blog-post-container .dart-title {
	text-transform: capitalize;    
	margin-top: 0;
}
.blogstyle-1 .blog-post-container .dart-title a {
	color: #ffffff;
}
.blogstyle-1 .blog-post-container .dart-header .dart-meta {
	font-size:0.7142857142857143em;
	text-transform: uppercase;
}
.blogstyle-1 .blog-post-container .dart-footer .dart-meta {
	margin-bottom:0px;
}
.blogstyle-1 .blog-post-container .dart-header .dart-meta li {
	display: inline-block;
	border-right: 1px solid #E7E7E7;
	line-height: 10px;
	padding-right: 15px;
	margin-right: 15px;
}
.blogstyle-1 .blog-post-container .dart-header .dart-meta li:last-child {
	border-right: 0;
	padding-right: 0;
	margin-right: 0;
}
.blogstyle-1 .blog-post-container .dart-header .dart-meta li a {
	color: #898989;
}
.blogstyle-1 .blog-post-container .dart-content {
	padding: 20px;
}
.blogstyle-1 .blog-post-container .dart-content p {
	margin: 0;
}
.blogstyle-1 .blog-post-container .dart-footer {
	background-color: #414141;
	padding: 8px 20px;
	border-top: 1px solid #212121;
}
.blogstyle-1 .blog-post-container .dart-footer .dart-meta a {
	color: #cccccc;
	font-size:0.8571428571428571em;
	text-transform: capitalize;
}
#blogstyle-1Slider .carousel-control.left, #blogstyle-1Slider .carousel-control.right {
	background-image: none;
	background-color: #fff;
}
#blogstyle-1Slider .carousel-control {
	top: 50%;
	margin-top: -13px;
	bottom: auto;
	width: 26px;
	height: 26px;
	font-size: 18px;
	color: #898989;
	text-shadow: none;
	filter: alpha(opacity=100);
	opacity: 1;
}
.blogstyle-1 .blog-post-container .play-trigger {
	position: absolute;
	left: 50%;
	top: 55%;
	width: 70px;
	height: 45px;
	margin-left: -30px;
	margin-top: -30px;
	border: 0;
	border-radius: 10%;
	color: #fff;
	background: #cd201f;
	font-size:1.4285714285714286em;
	line-height: 45px;
	text-align: center;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0;
}
.blogstyle-1 .blog-post-container .play-trigger i {
	margin-left: 5px;
}
.blogstyle-1 .blog-post-container .play-trigger:hover {
	color: #cd201f;
	background: #fff;
}
.blogstyle-1 .blog-post-container .dart-title a:hover, .blogstyle-1 .blog-post-container .dart-title a:focus {
	color: #a91127;
	text-decoration:none;
}
.blogstyle-1 .blog-post-container .dart-footer .dart-meta a:hover, .blogstyle-1 .blog-post-container .dart-footer .dart-meta a:focus  {
	color: #a91127;
	text-decoration:none
}
.blogstyle-1 .blog-post-container .dart-header .dart-meta li a:hover, .blogstyle-1 .blog-post-container .dart-header .dart-meta li a:focus {
	color: #a91127;
	text-decoration:none;
}
@media (max-width : 991px) {
.blogstyle-1 .blog-post-container .dart-header {
	padding: 5px 10px 0;
}
.blogstyle-1 .blog-post-container .dart-content {
	padding: 10px;
}
.blogstyle-1 .blog-post-container .dart-footer {
	padding: 8px 10px;
}
}
.sidebar .input-group-btn .btn.btn-primary.btn-lg{
	background-color: #a91127;
	border-color: #a91127;
}
.sidebar .form-control{
	background-color: #414141;
	border-color: #212121;
}


/*---newsletter---*/

.newsletter-bg {
    background: -webkit-linear-gradient(left,#111514 50%,#a40809 0,#a40809 50%,#a40809 100%);
    background: linear-gradient(to right,#111514 50%,#540b23 0,#540b23 50%,#540b23 100%);
    background: -webkit-linear-gradient(left,#111514 50%,#a40809 0,#a50a10 50%,#a40809 100%);
    background: -o-linear-gradient(to right,#111514 50%,#540b23 0,#540b23 50%,#540b23 100%);
    background: -moz-linear-gradient(to right,#111514 50%,#540b23 0,#540b23 50%,#540b23 100%);
    padding-bottom: 10px;
    min-height: 140px;
}
.newsletter-bg form {
    text-align: right;
}
.newsletter {
    width: auto;
    display: inline-block;
    margin: 0 auto;
}
.form-inline .newsletter .form-control {
    border: 1px solid #0a0c0b;
    border-radius: 0;
    width: 370px;
    background-color: #0a0c0b;
    height: 50px;
}
.newsletter .btn-default {
   border: 1px solid #a91127;
    border-radius: 0;
    background-color: #d3001e;
    color: #fff;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    padding: 14px 25px;
}
.newsletter .btn-default:hover {
   border: 1px solid #a91127;
    background-color: #fff;
    color: #6c6c6c;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.newsletter .btn-default i {
	margin-left: 15px;
}
@media only screen and (max-width: 991px) {
	.newsletter-bg{
		background-position: top ;
	}
	.newsletter .btn-default {
		margin-top: -1px;
	}
}
@media only screen and (max-width: 767px) {	
	.newsletter-bg form {
		text-align: center;
	}
}

/*---footer---*/
.footer { 
    padding: 40px 0px 0px;
    background-color: #e4e4e4;border-top-style: dashed;
    border-top-width: 1px;
    border-top-color: #f8b6b7;
}
}
.footer .footer-block {
    text-align: left;
}
.footer .footer-block li a {
    color: #090909;
    padding-bottom: 5px;
    padding-top: 5px;
    display: block;
}
.footer .footer-block li a:before {
    
}
.footer .footer-block li a:hover {
    margin-left: 5px;
    text-decoration: none;
}
.footer-title {
    color: #a91127;
    text-transform: capitalize;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}
hr.footer_border {
    color: #a91127;
    width: 20%;
    text-align: left;
    border-color: #a91127;
    border-width: 2px;
    margin: 0 0 20px 0;
}
.footer_icon {
    padding-top: 5px;
}
.contact_footer, .contact_footer a {
    color: #a40809;
}
.fab {
    font-size:30px;}

.footer_icon i{
    margin-right: 10px;
}
.footer_icon div {
    padding: 5px 0 0;
}
.footer_bottom_outer {
    margin-top: 50px; 
}
.footerbottom_link {
    border-top: 1px solid #a91127;
    border-bottom: 1px solid #a91127;
    padding: 20px 0px 15px 0px;
}
.footerbottom_link, .copyright {
    text-align: center;
    color: #cccccc;
}
footer .card ul.list-inline {
    margin: 0;
}
.copyright p {
    color: #cccccc;
    padding: 25px 0px;
    font-size: 1em;
    line-height: 15px;
    height: 50px;
}
.copyright i {
    color: #a91127;
}
@media only screen and (max-width: 991px) {
	.footer {
		padding: 30px 0px 0px;
	}
}


/*---contact form---*/	

.contactus-one .contact-form .form-control {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #fff;
	border-radius: 0px;
	background-color: transparent;
	color: #a91127;
	height: 50px;
}
.contactus-one .contact-form .form-control {
	border-bottom: 1px solid #212121;
	box-shadow: none;
}
.contact-info > div > p {
	margin-bottom: 10px;
}
.contactus-one .contact-info p i {
	margin-right: 15px;
	color: #a91127;
}
.map iframe {
	pointer-events: none;
	width: 100%;
	border: none;
}
.map {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.map iframe{
	pointer-events: none;
	width:100%;
	border:none;
}
.contactus-one .dart-headingstyle-one .dart-heading:after{
	left:15px;
}
.contact-block hr {
    border-top: 1px solid #414141;
}
.contact-block .phone-call a, .contact-block .mail-id a{
	color: #ffffff;
}














/*---Responsive Media Screen style---*/


@media only screen and (max-width: 3500px) {
/*body*/
body {
    overflow-x: hidden;
}
}
	
@media only screen and (max-width: 2500px) {}

@media only screen and (max-width: 2100px) {}

@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1566px) {}

@media only screen and (max-width: 1366px) {}

@media only screen and (min-width: 1300px) {}

@media only screen and (max-width: 1280px) {}

@media (min-width: 1280px) {}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 1024px) {
	body{
		font-size:90%;
	}
}

@media only screen and (max-width: 951px) {
	body{
		font-size:13px;
	}
	.attr-nav{
		right: 0;
	}
	.attr-nav > ul > li {
		padding: 0px 0px;
	}
	.attr-nav > ul {
		margin: 5px -15px -7px 0;
	}
	.newsletter-bg {
		background-position: top right;
	}
	.attr-nav.left-side {
		display: none;
	}
	.nav-justified > li {
		display: block;
    	width: auto;
	}
	.nav-justified > li > a {
		text-align: left;
	}
	.form-inline .newsletter .form-control {
		width: 200px;
	}
}


/*--------------iPhone 6 plus landscape----------------*/
@media only screen and (max-width: 767px) {
	body{
		font-size:13px;
	}	
	nav.navbar.awesomenav .navbar-brand {
		width: auto;
		display: inline;
		/* top: -45px; */
		padding: 12px;
	}
	nav .col-menu img{
		margin-top: 10px;
	}
	.attr-nav {
		position: relative;
		top: 50px;
		margin-right: 0;
	}
	.attr-nav > ul > li > a {
		padding: 16px 15px 15px;
	}
	nav.navbar.awesomenav .navbar-toggle {
		margin-top: 54px;
	}
	nav.navbar .navbar-header {
		padding-bottom: 0px;
	}
	nav.navbar.awesomenav .navbar-nav {
		margin: 0px 0px;
	}
	.navbar-brand img.logo {
		width: 50%;
		max-width: 200px;
		display: inline-block;
	}
	.newsletter-bg {
		background-position: top center;
	}
	.form-inline .newsletter .form-control {
		width: 280px;
	}
	.newsletter-bg {
		background: -webkit-linear-gradient(top,#111514 50%,#a40809 0,#a40809 50%,#a40809 100%);
		background: linear-gradient(to bottom,#111514 50%,#a40809 0,#a40809 50%,#a40809 100%);
		background: -webkit-linear-gradient(top,#111514 50%,#a40809 0,#a40809 50%,#a40809 100%);
		background: -o-linear-gradient(to bottom,#111514 50%,#a40809 0,#a40809 50%,#a40809 100%);
		background: -moz-linear-gradient(to bottom,#111514 50%,#a40809 0,#a40809 50%,#a40809 100%);
	}
	.newsletter-bg .dart-headingstyle-one, .newsletter-bg .newsletter {
		text-align: center;
		padding-top: 0;
		padding-bottom: 0;
	}
}

/*--------------iPhone 6 landscape----------------*/
@media only screen and (max-width: 667px) {

  body{
    font-size:13px;
  } 
  nav.navbar.awesomenav .navbar-brand {
    width: auto;
    display: inline;
   /*  top: -45px; */
    padding: 12px;
  }
  nav .col-menu img{
    margin-top: 10px;
  }
  .attr-nav {
    position: relative;
    top: 50px;
    margin-right: 0;
  }
  .attr-nav > ul > li > a {
    padding: 16px 15px 15px;
  }
  nav.navbar.awesomenav .navbar-toggle {
    margin-top: 54px;
  }
  nav.navbar .navbar-header {
    padding-bottom: 0px;
  }
  nav.navbar.awesomenav .navbar-nav {
    margin: 0px 0px;
  }
  .navbar-brand img.logo {
    width: 50%;
    max-width: 200px;
    display: inline-block;
  }
  .newsletter-bg {
    background-position: top center;
  }
  .form-inline .newsletter .form-control {
    width: 280px;
  }
  .newsletter-bg {
   background: -webkit-linear-gradient(top,#111514 50%,#a40809 0,#a40809 50%,#a40809 100%);
    background: linear-gradient(to bottom,#111514 50%,#a40809 0,#a40809 50%,#a40809 100%);
    background: -webkit-linear-gradient(top,#111514 50%,#a40809 0,#a40809 50%,#a40809 100%);
    background: -o-linear-gradient(to bottom,#111514 50%,#540b23 0,#540b23 50%,#540b23 100%);
    background: -moz-linear-gradient(to bottom,#111514 50%,#540b23 0,#540b23 50%,#540b23 100%);
  }
  .newsletter-bg .dart-headingstyle-one, .newsletter-bg .newsletter {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
  }

}

/*--------------iPhone 5 landscape----------------568px*/
@media only screen and (max-width: 510px) { nav.navbar.awesomenav .navbar-brand {
    width: auto;
    display: inline;
    top: -45px;  
    padding: 12px;
  }}

@media only screen and (max-width: 480px) {}

/*--------------iPhone 6 plus portrait----------------*/
@media only screen and (max-width: 414px) {
	nav.navbar .navbar-header {
		padding-bottom: 15px;
	}
}

/*--------------iPhone 6 portrait----------------*/
@media only screen and (max-width: 375px) {}

/*--------------iPhone 5 portrait----------------*/
@media only screen and (max-width: 320px) {}

@media only screen and (max-width: 300px) {}

@media only screen and (max-width: 200px) {}



/* input, */ input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], textarea, select {
    border: 1px solid rgba(160, 160, 160, 0.40);
    background: #fff;
    -webkit-border-radius:3px;
    height: 45px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #333;
    outline: none;
    font-weight: 400;
    font-size: 16px;
    padding-left: 2px;
    padding-right: 2px;
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: inline-block;
    font-family: 'Tahoma', sans-serif;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    /* -webkit-user-select: none; */
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

    .has-error {
    border-width: 1px !important;
    border-color: red !important;;
    border-style: solid !important;;
    color: #a94442 !important;;
  }

  input[type=text], input[type=email], input[type=password] {
    width: 100%;
}
input, select, textarea {
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
input {
    line-height: normal;
  }
   .buttons-cart input, .coupon input[type=submit], .buttons-cart a, .coupon-info p.form-row input[type=submit] {
    background: #a91127 none repeat scroll 0 0;
    border: medium;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    display: inline-block; 
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    line-height: 40px; 
    padding: 0 15px;
    text-shadow: none;
    text-transform: uppercase;
    transition: all .3s ease 0s;
    white-space: nowrap;
}

.buttons-cart input:hover, .coupon input[type=submit]:hover, .buttons-cart a:hover {
    background: #67ae46;
    color: #fff!important;
    }



    /* CITYCOM IS *  PRODUCTS PAGE*/


/* Product List Item */
.product-list-item {
    margin-top: 30px;
}

    .product-list-item .product-item-element {
        margin-bottom: 30px;
        border:1px;
        border-bottom-style:solid;
        border-color:#ffffff;
         
    }

.product-list-item:hover .product-item-element:hover {
        margin-bottom: 30px; 
        border:1px;
        border-bottom-style:solid;
        border-color:#CACACA;
        
    }



.product-list-view {
}

    .product-list-view .product-item-element {
        width: 100%;
        max-width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

        .product-list-view .product-item-element .product-item-inner {
            float: left;
            margin-bottom: 0;
            max-width: 220px;
        }

        .product-list-view .product-item-element .product-detail {
            text-align: left;
            padding-left: 30px;
        }

@media (max-width: 480px) {
    .col-xsm-12 {
        width: 100%;
    }

    .product-list-view .product-item-element .product-item-inner {
        float: none;
        margin-bottom: 15px;
        max-width: 100%;
        max-width: 100%;
    }

    .product-list-view .product-item-element .product-detail {
        text-align: left;
        padding-left: 0px;
        max-width: 100%;
        max-width: 100%;
    }
}



    

@media only screen and (max-width: 1000px) {
    .nf-carousel-theme1 {
        overflow: hidden;
    }

        .nf-carousel-theme1:hover .owl-next {
            right: 5px;
        }

        .nf-carousel-theme1:hover .owl-prev {
            left: 5px;
        }
}

/*------------------------------------------------------------------*/
/* Product Item */
/*------------------------------------------------------------------*/

.product-item .product-item-inner {
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}

    .product-item .product-item-inner img {
        width: 100%;  
    }
    .product-item .product-item-inner1 img {
        width: 100%;  
    }

 .product-item .product-item-inner2 img {
        width: 100%; 
  image-rendering: crisp-edges;
  image-rendering: pixelated;
    }


.product-item .product-button {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.08);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.08);
    opacity: 0;
    bottom: -50px;
    left: 50%;
    visibility: hidden;
    position: absolute;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    border: 1px solid #eeeeee;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    display: table;
    text-align: center;
}

    .product-item .product-button a {
        border-right: 1px solid #eeeeee;
        font-size: 18px;
        padding: 15px 20px;
        display: table-cell;
        /*vertical-align: middle;*/
    }

.product-button a:last-child {
    border: none;
}
/*
.product-item:hover .product-button {
    opacity: 1;
    visibility: visible;
    bottom: 40px;
    border-radius:20px;
}
*/

.mproduct-button a:last-child {
    border: none;
}

    .product-item .mproduct-button a {
         
        font-size: 18px;
        padding: 7px 11px;
        display: table-cell;
        /*vertical-align: middle;*/
    }

.product-item .mproduct-button {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.08);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.08);
    opacity: 1;
    top: 0px;
    right: -10px;
    visibility: visible;
    position: absolute;
    width:40px;
    height:40px;
    
    border-radius:20px;
    border: 1px solid #eeeeee;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    display: table;
    text-align: center;
}
 

.product-item .mproductview-button {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.08);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.08);
    opacity: 1;
    top: 50px;
    right: -10px;
    visibility: visible;
    position: absolute;
    width:40px;
    height:40px;    font-size: 18px;
    padding: 6px 0px;
    display: table-cell;
    
    border-radius:20px;
    border: 1px solid #eeeeee;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    display: table;
    text-align: center;
}


.product-item .mproductcart-button {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.08);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.08);
    opacity: 1;
    bottom: 60px;
    font-size: 18px;
    padding: 3px 0px;
    display: table-cell;
    right: -10px;
    visibility: visible;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #eeeeee;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    display: table;
    text-align: center;
}




.product-item .product-detail .tag {
    margin-bottom: 5px;
    font-size: 12px;
    color: #333;
    text-transform: uppercase;
    font-family: "Main fonts",sans-serif;
}

    .product-item .product-detail .tag:hover {
        color: #21c24e;
    }

.product-item .product-detail h5 {
    margin-bottom: 0;
}

.product-item .product-detail {
    overflow: hidden;
    text-align: center;
}

    .product-item .product-detail del {
        font-weight: 400 !important;
        margin-right: 7px;
        color: #999;
        font-style: italic;
    }

.product-list-item .product-item .product-description {
    font-size: 13px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 15px;
}

.product-list-item .product-item .product-description,
.product-item .product-description,
.product-list-item .product-item .tag,
.product-item .tag,
.product-list-item .product-rating,
.product-item .product-rating {
    display: none;
}

.product-list-item .product-rating {
    margin-top: 20px;
}

.product-list-item.product-list-view .product-item .product-description,
.product-list-item.product-list-view .product-item .tag,
.product-list-item.product-list-view .product-item .product-rating {
    display: block;
}

.product-list-item.product-list-view .product-item .product-title,
.product-list-view .product-item .product-title {
    font-size: 18px;
}

.product-item .product-detail .item-price, .product-item .product-detail .star-rating {
    display: inline-block;
}


.product-rating-count {
    display: inline-block;
}

.product-rating .star-rating {
    float: none;
    display: inline-block;
    margin-top: 0;
}

.product-rating-count {
    margin-left: 7px;
    color: #f55151;
}

    .product-rating-count:hover {
        color: #f55151;
        text-decoration: underline;
    }


.product-item .new-label, .product-item .sale-label {
    display: block;
    font-size: 10px;
    font-weight: 600;
    height: 35px;
    line-height: 34px;
    padding: 0;
    position: absolute;
    right: 10px;
    text-align: center;
    text-transform: uppercase;
    top: 10px;
    width: 35px;
    z-index: 2;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.product-item .new-label {
    background: #21c24e;
    color: #fff;
}

.product-item .sale-label {
    background: #f55151;
    color: #fff;
}



 .breadcrumb {
    background-color: #f4f4f4;
    padding: 10px 0;
    background-image: url("../img/breadcrumb-bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    margin-top:15px;
}

    .breadcrumb .breadcrumb-link {
        font-size: 13px;
        font-family: inherit;
        text-align: left;
        color: #333;
    }

        .breadcrumb .breadcrumb-link a {
            font-weight: 600;
        }

            .breadcrumb .breadcrumb-link a:after {
                content: "\f105";
                font-weight: normal;
                font-family: FontAwesome;
                padding-right: 7px;
                padding-left: 7px;
                color: #333;
            }

        .breadcrumb .breadcrumb-link span {
            color: #777;
        }





/* list filters theme */ 

/*Title*/
.list-page-title {
    margin-bottom: 30px;
}

    .list-page-title small, .list-page-title h1 small, .list-page-title h3 small, .list-page-title h4 small {
        text-transform: none;
        font-size: 14px;
        color: #999;
        font-weight: 400;
        margin-bottom: 0px;
    }

/* Product Filter */
.product-filter-content {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    width: 100%;
}

    .product-filter-content .product-filter-content-inner {
        display: inline-block;
        width: 100%;
    }

        .product-filter-content label, .product-filter-content p, .product-filter-content form, .product-filter-content input, .product-filter-content .product-filter-content-inner > div {
            display: inline-block;
            vertical-align: middle;
            margin-bottom: 0;
            padding-left: 0;
        }

    .product-filter-content label {
        padding-right: 5px;
    }

    .product-filter-content > .product-filter-content-inner > form, .product-filter-content > .product-filter-content-inner > p, .product-filter-content > .product-filter-content-inner > div {
        margin-right: 30px;
    }

    .product-filter-content > *:last-child {
        margin-right: 0;
    }

.product-filter-dropdown-btn {
    padding-right: 30px;
    border-right: 1px solid #eee;
}

    .product-filter-dropdown-btn a {
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }



.product-view-switcher {
    float: right;
}

    .product-view-switcher .product-view-icon {
        display: inline-block;
    }

        .product-view-switcher .product-view-icon a {
            height: 40px;
            border: 1px solid #eee;
            width: 40px;
            display: block;
            text-align: center;
            line-height: 40px;
            color: #333;
                border-radius:7px;
        }

            .product-view-switcher .product-view-icon.product-view-icon-active a, .product-view-switcher .product-view-icon a:hover {
                color: #fff;
                background: #a91127;;
                border-color: transparent;
                border-radius:7px;
            }


/* Product filter dropdown */
.product-filter-dropdown {
    clear: both;
    width: 100%;
    background: #f9f9f9;
    padding-top: 40px;
    padding-bottom: 10px;
}

    .product-filter-dropdown .widget-title {
    }

    .product-filter-dropdown .widget-sidebar {
        padding-bottom: 0;
        margin-bottom: 30px;
        border-bottom: 0px none;
    }

        .product-filter-dropdown .widget-sidebar .widget-content {
            overflow-y: auto;
            max-height: 220px;
            height: 100%;
        }

    .product-filter-dropdown .widget-content .color-count {
        display: none;
    }


.myselected
{
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
  background-color:#a91127;
  color:#ffffff; 
  border-bottom-width:1px;
  border-bottom-style: solid;
  border-bottom-color: #a91127; 
  /*border-top-width:1px;
  border-top-style: solid;
  border-top-color: red; */
}




.fresponsive9
 {
  
  /* font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width]))); */
  font-size: 9px !important;
} 

.fresponsive10
 {
  
  /* font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width]))); */
  font-size: 10px !important;
} 

.fresponsive11
 {
  
  /* font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width]))); */
  font-size:11px !important;
} 
.fresponsive12
 {
  
  /* font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width]))); */
  font-size: 12px !important;
} 
.fresponsive13
 {
  
  /* font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width]))); */
  font-size: 13px !important;
} 
.fresponsive14
 {
  
  /* font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width]))); */
  font-size: 14px !important;
} 
.fresponsive15
 {
  
  /* font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width]))); */
  font-size: 15px !important;
} 

.fresponsive16
 {
  
  /* letter-spacing: 1px;font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width]))); */
  font-size: 16px !important;
} 

.fresponsive17
 {
  
  /* letter-spacing: 1px;font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width]))); */
  font-size: 17px !important;
} 
.fresponsive18
 {
  
  /* letter-spacing: 1px;font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width]))); */
  font-size: 18px !important;
} 

.fresponsive20
 {
  
  /* letter-spacing: 1px;font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width]))); */
  font-size:20px !important;
} 


.fresponsive22
 {
  
  /* letter-spacing: 1px;font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width]))); */
  font-size: 11px !important;
} 

/* list filters theme */