/* + Widget Area */
.blog .widget-area{
	left: -15px;
	padding: 0;
}
.widget {
	display: inline-block;
	margin-bottom: 55px;
	width: 100%;
}
.widget:last-child {
	margin-bottom: 0;
}
.widget-title {
    color: #333;
    font-size: 24px;
	font-weight: 700;
	font-family: 'Lora', serif;	
    letter-spacing: 0.72px;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 17px;
    position: relative;
    text-transform: uppercase;
}
.widget-catagories li a,
.widget-catagories span,
.widget-latestposts .latest-content > a img,
.widget-latestposts .latest-content h3  a,
.widget-tag .tags > a,
.entry-gallerylist a::before,
.entry-gallerylist a::after {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

/* + Search Widget */
.widget-search {
	margin-bottom: 50px;
}
.widget-search .input-group {
	border: 1px solid #e6e6e6;
}
.widget-search .input-group .form-control,
.widget-search .btn-search {
	height: 40px;
	border-radius: 0;
	outline: none;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
}
.widget-search .input-group .form-control {
	text-transform: capitalize;
	letter-spacing: 2px;
	font-weight: 300;
	color: #c1c1c1;
	font-size: 13px;
	letter-spacing: 0.91px;
	line-height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 23px;
}
.widget-search .form-control::-webkit-input-placeholder {
   color: #c1c1c1; 
}
.widget-search .form-control:-moz-placeholder {
   color: #c1c1c1; 
}
.widget-search .form-control::-moz-placeholder {
	color: #c1c1c1;	
}
.widget-search .form-control:-ms-input-placeholder {
   color: #c1c1c1;
}
.widget-search .btn-search {
    color: #c1c1c1;
	font-size: 15px;
	font-weight: bold;
	padding: 11px 18px;
}
.widget-search .btn-search,
.widget-search .btn-search:hover,
.widget-search .btn-search:focus {
	background-color: transparent;
	outline: none;
}

/* + Catagories Widget */
.widget-catagories ul {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0;
	border: 1px solid #e6e6e6;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 18px;
	padding-right: 18px;
}
.widget-catagories ul  li {	
	margin-bottom: 25px;
	display: inline-block;
	width: 100%;
}
.widget-catagories ul  li:last-child {
	margin-bottom: 0;
}
.widget-catagories li a {
    color: #8b8b8b;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 20px;
    text-decoration: none;
    text-transform: capitalize;
	font-family: 'Arimo', sans-serif;
}
.widget-catagories li:hover a {
	color: #778899;
}
.widget-catagories span {
    border: 1px solid #778899;
    color: #778899;
    float: right;
	font-family: 'PT Sans', sans-serif;
    font-size: 12px;
    line-height: 18px;
    padding: 5px 6px;
    text-align: center;
	position: relative;
	z-index: 1;
}
.widget-catagories span::before {
	position: absolute;
	content: "";
	background-color: #778899;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 0;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	z-index: -1;
}
.widget-catagories li:hover span::before {
	height: 100%;
}
.widget-catagories li:hover span {
	color: #fff;
}

/* + Recent Post */
.widget .latest-block{
	border: 1px solid #e6e6e6;
	padding: 30px 18px 25px;
}
.widget-latestposts .widget-title h3 {
	padding-bottom: 0;
	word-wrap: break-word;
}
.widget-latestposts .latest-content {
    display: inline-block;
    margin-bottom: 25px;
    padding-bottom: 11px;
    padding-left: 95px;
    position: relative;
    width: 100%;
}
.widget-latestposts .latest-content:last-of-type {
	margin-bottom: 0;
}
.widget-latestposts .latest-content > a {
	left: 0;
	position: absolute;
	top: 0;
}
.widget-latestposts .latest-content > a img:hover {
	opacity: 0.5;
}
.widget-latestposts .latest-content h3 {
	margin: 0;
    display: inline-block;
    font-family: "Roboto";
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.91px;
    line-height: 18px;
    padding-bottom: 8px;
    padding-top: 6px;
    text-transform: uppercase;
    width: 100%;
	word-wrap: break-word;
}
.widget-latestposts .latest-content h3  a {
	color: #222;
	font-family: 'Hind', sans-serif;
	letter-spacing: 0.96px;
	line-height: 18px;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	word-wrap: break-word;
}
.widget-latestposts .latest-content h3 a:hover {
	color: #fd7140;
	
}
.widget-latestposts .latest-content span {
	font-size: 11px;
	color: #49aa72;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
}

/* + Tags Widget */
.widget-tag .tags {
	border: 1px solid #e6e6e6;
	padding: 29px 18px 22px;
}
.widget-tag .tags > a {
    border: 1px solid #49aa72;
    color: #49aa72;
    display: inline-block;
    font-size: 11px;
    letter-spacing: 0.44px;
    margin-bottom: 10px;
    margin-right: 6px;
    padding: 7px 14px;
    text-decoration: none;
    text-transform: uppercase;
	font-family: 'PT Sans', sans-serif;
	position: relative;
}
.widget-tag .tags > a::before {
	position: absolute;
	content: "";
	background-color: #49aa72;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 0;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	z-index: -1;
}
.widget-tag .tags > a:hover::before {
	width: 100%;
}
.widget-tag .tags > a:hover {
   border-color: #49aa72;
   color: #fff;
}


/* dASHBOARD CATEGORY */
.imageGrid, .imageGridTags{
  line-height: 0;
}
.imageGrid .tile {
  width:33.33%;
  min-height:10em;
  line-height: 1.2;
  display:inline-block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  
  color:#fff;
  font-family:"Verdana",sans-serif;
  text-shadow: 2px 2px 2px #000;
  cursor: pointer; 
  cursor: hand;
}
.imageGridTags .tile {
  width:20%;
  min-height:10em;
  line-height: 1.2;
  display:inline-block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  
  color:#fff;
  font-family:"Verdana",sans-serif;
  text-shadow: 2px 2px 2px #000;
  cursor: pointer; 
  cursor: hand;
}

.imageGrid .tile:before, .imageGridTags .tile:before {
  content: '';
  background-color: rgba(15,15,15,0.5);
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  position: absolute;
}

.imageGrid .tile:hover:before, .imageGridTags .tile:hover:before {
  display: none;
}

.imageGrid .tile .textWrapper, .imageGridTags .tile .textWrapper{
  text-align:center;
  vertical-align: middle;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: .75em;
}
.imageGrid .tile .textWrapper .content, .imageGridTags .tile .textWrapper .content {
  display: none;
}

.imageGrid .tile:hover .textWrapper .content, .imageGridTags .tile:hover .textWrapper .content {
  display: block;
}

.imageGrid .tile:hover .textWrapper .content h2, .imageGridTags .tile:hover .textWrapper .content h2 {
  margin: 0;
}
@media (max-width: 1000px) {
  .imageGrid .tile, .imageGridTags .tile {
    width: 33.33%;
  }
}
 
@media (max-width: 700px) {
  .imageGrid .tile, .imageGridTags .tile {
    width: 50%;
  }
  
}
 
@media (max-width: 375px) {
  .imageGrid .tile, .imageGridTags .tile {
    width: 100%;
  }
  
}

.photos .tile:hover {
  background-color: rgba(221,221,221,0.5);
}

.imageGridTags .photos {
  display: flex;
  background-color: #fff;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  padding: 0;
  max-width: 100%;
}

.imageGrid .photos {
  display: flex;
  background-color: #ddd;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  padding: 0;
  max-width: 100%;
}

.photos img {
  display: block;
  float: left;
  flex: 0 0 auto;
  background-color: #fff;
}


@media screen and (min-width: 1024px) {
  .photos img {
    width: calc(100%/6);
    height: calc(100%/6);
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .photos img {
    width: calc(100%/4);
    height: calc(100%/4);
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .photos img {
    width: calc(100%/3);
    height: calc(100%/3);
  }
}

@media screen and (min-width: 321px) and (max-width: 480px) {
  .photos img {
    width: calc(100%/2);
    height: calc(100%/2);
  }
}

@media screen  and (max-width: 320px) {
  .photos img {
    width: 100%;
    height: 100%;
  }
}

.thumbnail-title {
  font-size: 20px;
  margin-top: 5px;
}

.img-thumb-bg {
  padding: 0;
  overflow: hidden;
  min-height: 100px;
  position:relative;
  border-radius: 3px;
  width:100%;
  background-position: center;
  background-color: transparent;
}

.img-thumb-bg p {
  color: #fff;
  margin-bottom: 0;
  line-height: 16px;
}

.img-thumb-bg .overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, #000000 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 50%, #000000 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, #000000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #000000 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, #000000 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

.img-thumb-bg .caption, .img-thumb-bg .captions {
  bottom: 40px;
  height: 0px;
  font-size: 12px;
  position: absolute;
  padding: 0px 20px 30px;
  transition: all 0.3s ease-in-out;
}
.img-thumb-bg .caption .tag, .img-thumb-bg .captions .tag{
  color: #fff;
  padding: 0 5px;
  font-size: 12px;
  border-radius: 2px;
  display: inline-block;
  text-transform: uppercase;
  background-color: red;
}
.img-thumb-bg .caption .title , .img-thumb-bg .captions .title{
  margin-top: 25px;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
}
.img-thumb-bg .caption .title a, .img-thumb-bg .captions .title a {
  color: #fff;
  font-size: 14px;
}
.img-thumb-bg .caption .title a:hover, .img-thumb-bg .captions .title a:hover {
  color: #778899;
}
.img-thumb-bg .caption .meta-data, .img-thumb-bg .captions .meta-data {
  color: #ccc;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 15px;
}
.img-thumb-bg .caption .meta-data a, img-thumb-bg .captions .meta-data a {
  color: #777;
}
.img-thumb-bg .caption .meta-data a .fa, .img-thumb-bg .captions .meta-data a .fa {
  color: #2980B9;
}
.img-thumb-bg .caption .meta-data a:hover, .img-thumb-bg .captions .meta-data a:hover {
  color: #2980B9;
}
.img-thumb-bg .caption .content, .img-thumb-bg .captions .content {
  display: none;
}
.img-thumb-bg:hover .overlay {
  background: rgba(46, 49, 58, 0.8);
}
.img-thumb-bg:hover .caption, .img-thumb-bg:hover .captions {
  bottom: 60px;
}
.img-thumb-bg:hover .caption .content, .img-thumb-bg:hover .captions .content {
  display: block;
}

@media (max-width: 1024px) {
	.img-thumb-bg .caption, .img-thumb-bg .captions {
	  height: 10px;
	}
	.img-thumb-bg .caption .title a, .img-thumb-bg .captions .title a {
	  color: #778899;
	  font-size: 14px;
	  font-weight:600;
	  background:rgb(255,255,255,0.9);
	}
	.img-thumb-bg .caption .meta-data, .img-thumb-bg .captions .meta-data {
	  color: #ffb400;
	  font-weight:600;
	  background:rgb(255,255,255,0.9);
	}
}

@media (max-width: 767px) {

	.img-thumb-bg .caption, .img-thumb-bg .captions {
	  height: 40px;
	  margin-left:-10px;
	}
}

@media (max-width: 411px) {

	.img-thumb-bg .caption {
	  height: 50px;
	}
	.img-thumb-bg .captions {
	  height: 35px;
	}
}

@media (max-width: 392px) {

	.img-thumb-bg .caption {
	  height: 65px;
	}
}



.cards{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-family: "Roboto", sans-serif;
	padding-left:1px;
	padding-right:1px;
	margin-left: -10px;
	margin-right:-10px;
}



.card_size-m{
	width: 50%;
}

.card_size-l{
	width: 49%;
}

@media screen and (min-width: 801px){
	
	.card_size-m{
		width: 48.8%;
	}

	.card_size-l{
		width: 47%;
	}
}
@media screen and (max-width: 800px){
	
	.card_size-m{
		width: 48%;
	}

	.card_size-l{
		width: 46.2%;
	}
}
@media screen and (max-width: 575px){
	
	.card_size-m{
		width: 100%;
	}

	.card_size-l{
		width: 100%;
	}
}

@media screen and (max-width: 480px){
	
	.card_size-m{
		width: 100%;
	}

	.card_size-l{
		width: 100%;
	}
}

.card__header{
	position: relative;
	line-height: 0;
	text-align:center;
}

*::-ms-backdrop,.card__header{
	display: flex;
}

.card__preview{
	max-width: 100%;
	max-height: 200px;
	min-height: 120px;
}

*::-ms-backdrop,.card__preview{
	flex: 0 0 auto;
}


.card__body {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex-grow: 2;
}

.card__title{
	
	font-size: 140%;
	font-weight: 400;
	line-height: 1.5;
	
	margin-top: 0;
	margin-bottom: .8em;
}


.card__content{
	padding: 1.5em 4.5% 1.5em;
	flex-grow: 2;
}

.card__content p{
	color:#F60;
	line-height: 1.8;
	margin-bottom: 2rem;
	
	&:last-child{
		margin-bottom: 0;
	}

}

.card__footer{
	
	padding: 10px 0px 1px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	font-size: 90%;
	justify-content: space-between;
}

.card__meta-item{
	display: inline-block;
	vertical-align: middle;
	margin-left: .8em;
}

.card__meta-icon{
	
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	
	width: 1.5em;
	height: 1.5em;
	margin-right: .2em;
	
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
}

/*
 * Skin for cards
 */
 
@main_color: #3F51B5;
@light_color: #C5CAE9;
@dark_color: #303F9F;
@optional_color: #BDBDBD;
@optional_color2: #448AFF;
@color_text: #212121;

@media screen and (min-width: 801px){
	
	.card_main{
		font-size: 1.6rem;	
	}	
}

.card__main-action{
	background-color: @main_color;
	
	&:before{
		background-image: url("https://stas-melnikov.ru/cssgrid/bookmark.svg");
	}
	
	&:hover, &:focus{
		background-color: @dark_color;
	}
}

.card__footer{
	border-top-color: @optional_color;
}
.card__meta-comments{
	background-image: url("https://stas-melnikov.ru/cssgrid/comment.svg");
}

.card__meta-likes{
	background-image: url("https://stas-melnikov.ru/cssgrid/favorite.svg");
}
.card__description pre{
	margin-top:-15px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
}


#header{
	float: left;
	display: inline;
	width: 100%;
}

#header .header-inner{	
	display: inline;
	position: relative;
	float: left;	
	width: 100%;
}

#header .header-inner img{
	max-height: 460px;
	width: 100%;	
	max-width:100%;
}

#header .overlay{
	background-color: rgba(0, 0, 0, 0.6);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

#header .header-content {
	float: left;
	width: 100%;
	height: 100%;
	text-align: center;
}

.header-top {
	display: inline;
	float: left;
	padding-top: 50px;
	width: 100%;
}

#header .header-bottom {
	display: inline;
	float: left;
	margin-top: 70px;
	width: 100%;
}

#header .header-bottom-left {
	display: inline;
	float: left;
	padding-top: 60px;
	padding-right: 50px;
	text-align: left;
	width: 100%;
}

#header .header-bottom-left h1 {
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	line-height: 60px;
	text-transform: uppercase;
}

#header .header-bottom-left p {
	color: #fff;
	font-size: 16px;
	margin: 35px 0 0;
}

#header .header-bottom-right{
	display: inline;
	float: left;
	width: 100%;
}
#header .header-bottom-right img{
	width: 50%;
	height: 50%;
}

#features{
	background-color: #fff;
	display: inline;
	float: left;
	width: 100%;
}

#features .title-area {
	display: inline;
	float: left;
	padding: 0 150px;  
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: center;
	width: 100%;
}

#features .title-area .title {
	border-bottom: 2px solid #ccc;
	/*color: #777;*/
	color: #777;
	display: inline-block;
	font-size: 33px;
	font-weight: 700;
	padding-bottom: 20px;
	position: relative;
	text-transform: uppercase;
}

#features .title-area .title::before {
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 60px;
	width: 150px;
}

#features .title-area p{
	color: #777777;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.8;
	padding: 20px 0 30px;
}

#features .features-area{
	display: inline;
	float: left;
	margin-top: 20px;
	width: 100%;
}

#features .features-left {
	display: inline;
	float: left;  
	width: 100%;
}

#features .features-list li {
	float: left;
	padding: 25px 0;
	position: relative;
}

#features .features-list li:hover .fa{
	color: #fff;
}

#features .features-list li i{
	background-color: #777;	
	border-radius: 50%;
	color: #fff;
	display: block;
	font-size: 35px;
	height: 90px;
	line-height: 93px;
	margin: 20px auto;
	position: absolute;
	text-align: center;
	top: 10px;
	transition: all 0.5s ease 0s;
	width: 90px;
}

#features .features-list-left li i {
  	left: 0;
}

#features .features-list-left .features-content{
	padding-left: 115px;
}

#features .features-content{
	float: left;
	display: inline;
	width: 100%;
}

#features .features-content h4 { 
	font-size: 18px;
	text-transform: uppercase;
}

#features .features-content p{
	font-size: 15px;	
}

#features .feature-img {
	display: inline;
	float: left;
	padding: 0 30px;
	text-align: center;
	width: 100%;
}

#features .feature-img img {
  	width: 100%;
}

#features .features-right{
	display: inline;
	float: left;	
	width: 100%;	
}

#features .features-list-right li i {
  	right: 0;
}

#features .features-list-right .features-content{
	padding-right: 115px;
}


@media(max-width:1199px ){
	#header .header-bottom {  
	  margin-top: 50px;  
	}
	#features .feature-img {
	  padding: 0;  
	}
	#features .features-list li {
	  padding: 10px 0;  
	}
	#features .features-list li i { 
	  top: 0px;  
	}
}


@media(max-width:991px ){
	#header .header-bottom {  
	  margin-top: 60px;  
	}
	#header .header-bottom-right img{
		width: 100%;
	}
	#header .header-bottom-left h1 { 
	  font-size: 32px;
	  line-height: 45px;  
	}
	#features .features-list li {
	  margin-bottom: 20px;
	}
	#features .feature-img img {
	  width: auto;
	}
	#features .features-list-right li i {
	  left: 0;
	  right: auto;
	}
	#features .features-list-right .features-content {
	  padding-left: 115px;
	  padding-right: 0;
	}
	#features .features-left {  
	  margin-bottom: 30px;
	}
	#features .features-right {  
	  margin-top: 30px;
	}
	#features .features-list li i { 
	  font-size: 25px;
	  height: 70px;
	  line-height: 70px; 
	  width: 70px;
	}
	#features .title-area {
	  padding: 0 50px;  
	}
}
@media(max-width:767px ){
	#header .header-bottom {
	  margin-top: 0;
	}
	#header .header-bottom-left {  
	  padding-right: 0;
	  padding-top: 0;  
	  margin-top: 10px;
	}
	#header .header-bottom-left h1 {
	  font-size: 25px;
	  line-height: 30px;
	}
	#header .header-bottom-left p {  
	  margin: 10px 0 0;
	}
	#header .header-bottom-right img {
	  width: 45%;
	}
	#features .title-area {
	  padding: 0 10px;
	}
	
}

@media(max-width:480px ){	
	#header .header-bottom-right { 
	  margin-top: 30px;
	}
	#header .header-bottom-left {  
	  padding-right: 0;
	  padding-top: 0;  
	  margin-top: 10px;
	}
	#header .header-bottom-left h1 {
	  font-size: 25px;
	  line-height: 30px;
	}
	#header .header-bottom-left p {  
	  margin: 10px 0 0;
	}
	#header .header-bottom-right img {
	  width: 50%;
	}
	#features .title-area {
		padding: 0;
	}

}

@media(max-width:360px ){	
	#header .header-bottom-left h1 {
	  font-size: 20px;
	  line-height: 25px;
	}
	#header .header-bottom-left p {
	  font-size: 14px;
	}
	#header .header-bottom-right {
	  margin-top: 60px;
	}
	#header .header-bottom-right img {
	  width: 60%;
	}
	#features .title-area .title {
	  font-size: 20px;
	}
	#features .title-area .title::before {
	   width: 85px;
	}
	#features .title-area p {
	  font-size: 14px;
	}
	#features .features-content h4 {
	  font-size: 16px;
	}
	#features .features-content p {
	  font-size: 14px;
	}
	#features .features-list-left .features-content {
	  padding-left: 95px;
	}
	#features .features-list-right .features-content {
	  padding-left: 95px;	  
	}
	#features .feature-img img {
	  width: 85%;
	}

}


.showcode {
    max-width: 180px;
    position: relative;
    z-index: 1;
	margin-bottom:10px;
}
.coupon-code {
    border-radius: 0;
    box-shadow: none;
    display: block;
    overflow: hidden;
    font-size: 13px;
    padding-right: 10px;
    font-weight: 600;
    height: auto !important;
    line-height: 35px;
    text-align: right;
    color: #121212;
    background-color: #f3f6f9;
}
.show-code {
    color: #ffffff;
    font-size: 13px;
    height: 35px;
    line-height: 35px;
    padding: 0 20px 0 20px;
    position: absolute;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    border-radius: 0;
    width: 70%;
    left: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background: repeating-linear-gradient( 45deg, transparent, transparent 10px, #2a94ff 10px, #2a94ff 20px), linear-gradient( to bottom, #419efd, #419efd);
}/*
.show-code:hover {
    width: 100%;
}*/



.carousel-caption {
	text-transform:uppercase; 
	margin-top:20px;
	text-align:center;
}

.bottom_corner_left{
    position: absolute;
	bottom: 40px;
    left: 20px;
	text-transform:uppercase; 
}
.bottom_corner_left p{
	color:#fff;
	font-weight:600;
	font-size: 22px;
}
.bottom_corner_right{
    position: absolute;
	bottom: 40px;
    right: 20px;
	text-transform:uppercase; 
	background:rgb(204,204,204, 0.8);
	border-radius: 10px;
	line-height:20px;
}
.bottom_corner_right p{
	color:#ff3939;
	font-weight:600;
	font-size: 26px;
}
.bottom_corner_right .des{
	color:#333;
	font-size: 18px;
	text-transform:capitalize
}

.top_corner_left{
	color: #FFF;
    position: absolute;
    top: 35px;
    left: 20px;
	text-transform:uppercase; 
}
.top_corner_left p {
	font-size:18px;
	font-weight:600;
	background: rgb(255,255,255, 0.2);
}
.carousel-caption p {
	font-size:26px;
	font-weight:600;
	background: rgb(128,128,128, 0.5);
}
@media (max-width: 767px) { 
	.carousel-caption p,
	.top_corner_left p{
		font-size:16px;
	}
	.bottom_corner_left p{
		font-size:16px;
	}
	.bottom_corner_right{
		position: absolute;
		bottom: 20px;
		right: 10px;
		line-height:10px;
	}
	.bottom_corner_right p{
		font-size: 20px;
	}
	.bottom_corner_right .des{
		font-size: 16px;
	}

}
@media(max-width:480px ){
	.carousel-caption p,
	.top_corner_left p{
		font-size:14px;
	}	
	.bottom_corner_left p{
		font-size:14px;
		padding-top: 50px;
	}
	.bottom_corner_right{
		position: absolute;
		bottom: 20px;
		right: 5px;
		line-height:2px;
	}
	.bottom_corner_right p{
		font-size: 14px;
	}
	.bottom_corner_right .des{
		font-size: 12px;
	}
}

.blinking{
	animation:blinkingText 1.5s linear infinite;
}
@keyframes blinkingText{
	0%{	 color: red;	}
	50%{	opacity: 0;	}
	100%{    color: red;	}
}
.blinking-white{
	animation:blinkingTextWhite 3s linear infinite;
}
@keyframes blinkingTextWhite{
	0%{	 color: #fff;	}
	50%{	opacity: 0;	}
	100%{    color: #fff;	}
}


/*-- banner bottom --*/
.how-grid h3 {
    font-size: 23px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: .5px;
    line-height: 32px;
    color: #333;
}

.how-icon span.fa,.how-icon1 span.fa,.how-icon2 span.fa,.how-icon3 span.fa,.how-icon4 span.fa,.how-icon5 span.fa {
    background: #edf3fe;
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
}

.how-icon span.fa {
    background: #30c39e;
}
.how-icon1 span.fa {
    background: #f85a40;
}
.how-icon2 span.fa {
    background: #0389ff;
}
.how-icon3 span.fa {
    background: #f48924;
}
.how-icon4 span.fa {
    background: #00bce4;
}
.how-icon5 span.fa {
    background: #009f4d;
}
/*
.grid1-bg {
    background: rgba(48, 195, 158, 0.2);
    height: 70px;
    margin-bottom: -2.5em;
}
.grid1-bg1 {
    background: rgba(248, 90, 64, 0.2);
    height: 70px;
    margin-bottom: -2.5em;
}
.grid1-bg2 {
    background: rgba(3, 137, 255, 0.2);
    height: 70px;
    margin-bottom: -2.5em;
} 
.how-grid {
    padding: 0 20px 25px;
}*/
.shadow {
    box-shadow: 7px 7px 10px 0 rgba(76, 110, 245, .1);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
    background: #fff;
    padding: 25px 20px;
}
.banner_bottom{
	background: #f8f9fa;
}
.product-tumb {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    padding: 5px;
    background: #fff;
	border: 0.5px solid #eee;
	border-bottom: none;
    /*background: #f0f0f0;*/
}

.product-tumb img {
    max-width: 100%;
    max-height: 100%;
}

.product-tumb-cat {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    padding: 5px;
    background: #fff;
	border: 0.5px solid #eee;
	border-bottom: none;
    /*background: #f0f0f0;*/
}

.product-tumb-cat img {
    max-width: 100%;
    max-height: 100%;
}


.product-grid7{font-family:Raleway,sans-serif;text-align:center;position:relative;z-index:1}
.product-grid7 .product-image7{border:1px solid rgba(0,0,0,.1);overflow:hidden;perspective:1500px;position:relative;transition:all .3s ease 0s;}
.product-grid7 .product-image7 a{display:block}
.product-grid7 .product-image7 img{width:100%;height:auto}
.product-grid7 .pic-1{opacity:1;transition:all .5s ease-out 0s}
.product-grid7 .pic-2{opacity:0;transform:rotateY(-90deg);position:absolute;top:0;left:0;transition:all .5s ease-out 0s}
.product-grid7:hover .pic-2{opacity:1;transform:rotateY(0)}
.product-grid7 .social{width:150px;padding:0;margin:0;list-style:none;opacity:0;transform:translateY(-50%) translateX(-50%);position:absolute;top:60%;left:50%;z-index:1;transition:all .3s ease 0s}
.product-grid7:hover .social{opacity:1;top:30%}


.product-grid7 .social li{display:inline-block}
.product-grid7 .social li a{color:#fff;background-color:#333;font-size:16px;line-height:40px;text-align:center;height:40px;width:40px;margin:0 2px;display:block;position:relative;transition:all .3s ease-in-out}
.product-grid7 .social li a:hover{color:#fff;background-color:#778899}
.product-grid7 .social li a:after,.product-grid7 .social li a:before{content:attr(data-tip);color:#fff;background-color:#000;font-size:12px;letter-spacing:1px;line-height:20px;padding:1px 5px;white-space:nowrap;opacity:0;transform:translateX(-50%);position:absolute;left:50%;top:-30px}
.product-grid7 .social li a:after{content:'';height:15px;width:15px;border-radius:0;transform:translateX(-50%) rotate(45deg);top:-20px;z-index:-1}
.product-grid7 .social li a:hover:after,.product-grid7 .social li a:hover:before{opacity:1}


.product-grid7 .product-discount-label,.product-grid7 .product-new-label{color:#fff;background-color:#778899;font-size:11px;text-transform:uppercase;padding:2px 7px;display:block;position:absolute;top:10px;left:auto;right:0}
.product-grid7 .product-new-label-seller{color:#fff;background-color:#3a5bb4;font-size:11px;text-transform:uppercase;padding:2px 7px;display:block;position:absolute;top:10px;left:auto;right:0}
.product-grid7 .product-discount-label{background-color:#333;left:auto;right:0}
.product-grid7 .product-content{text-align:center;padding:20px 0 15px;border: 0.5px solid #eee; border-top: none}
.product-grid7 .product-content h6{ color:#333; font-size:14px}
.product-grid7 .title{font-size:13px;font-weight:400;letter-spacing:.5px;text-transform:capitalize;margin:0 0 10px;transition:all .3s ease 0s}
.product-grid7 .title a{color:#828282}
.product-grid7 .title a:hover,.product-grid7:hover .title a{color:#333}
.product-grid7 .rating{color:#78e08f;font-size:12px;padding:0;margin:0 0 10px;list-style:none}
.product-grid7 .price{color:#141414;font-size:15px;font-family:Montserrat,sans-serif;font-weight:700;letter-spacing:.6px;text-align:center;transition:all .3s}
.product-grid7 .price span{color:#999;font-size:11px;font-weight:400;text-decoration:line-through;display:block}
.product-grid7 .price p{color:#999;font-size:11px;font-weight:400;margin-left:5px; margin-bottom: -10px;display:inline-block}
@media only screen and (max-width:990px){.product-grid7{margin-bottom:30px}
}

.ribbon {

	display: flex;
	align-items: center;
	justify-content: center;
	height: 200px;
	padding: 5px;
	/*
	border: 0.5px solid #eee;
	*/
	border: none;
	border-bottom: none;
	position: relative;
	color: white;	
	
	
	/*
  width: 48%;
  height: 188px;
  position: relative;
  float: left;
  margin-bottom: 30px;
  background: url(https://html5book.ru/wp-content/uploads/2015/10/snow-road.jpg);
  background-size: cover;
  text-transform: uppercase;
  color: white;*/
}
.ribbon:nth-child(even) {
  margin-right: 4%;
}
@media (max-width: 500px) {
  .ribbon {
    width: 100%;
  }
  .ribbon:nth-child(even) {
    margin-right: 0%;
  }
}

/*
.product-content{text-align:center;padding:20px 0 15px;border: 0.5px solid #eee; border-top: none}
*/
.product-content{text-align:center;padding:20px 0 15px;border: none; border-top: none}
.product-content h6{ color:#333; font-size:14px}
.title{font-size:13px;font-weight:600;letter-spacing:.5px;text-transform:capitalize;margin:0 0 10px;transition:all .3s ease 0s}
.title a{color:#828282}
.title a:hover,:hover .title a{color:#333}
.rating{color:#78e08f;font-size:12px;padding:0;margin:0 0 10px;list-style:none}
.price{color:#141414;font-size:15px;font-family:Montserrat,sans-serif;font-weight:700;letter-spacing:.6px;text-align:center;transition:all .3s}
.price span{color:#999;font-size:11px;font-weight:400;text-decoration:line-through;display:block}
.price p{color:#999;font-size:11px;font-weight:400;margin-left:5px; margin-bottom: -10px;display:inline-block}

.ribbon1 {
  position: absolute;
  top: -6.1px;
  right: 10px;
}
.ribbon1:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 40px solid transparent;
  border-top: 10px solid #F8463F;
}
.ribbon1 span {
  position: relative;
  display: block;
  text-align: center;
  background: #F8463F;
  font-size: 14px;
  line-height: 1;
  padding: 12px 8px 10px;
  border-top-right-radius: 8px;
  width: 90px;
}
.ribbon1 span:before, .ribbon1 span:after {
  position: absolute;
  content: "";
}
.ribbon1 span:before {
 height: 6px;
 width: 6px;
 left: -6px;
 top: 0;
 background: #F8463F;
}
.ribbon1 span:after {
 height: 6px;
 width: 8px;
 left: -8px;
 top: 0;
 border-radius: 8px 8px 0 0;
 background: #C02031;
}


/*

.product-grid{font-family:Raleway,sans-serif;text-align:center;padding:0 0 105px;border:1px solid rgba(0,0,0,.1);overflow:hidden;position:relative;z-index:1}
.product-grid .product-image{position:relative;transition:all .3s ease 0s}
.product-grid .product-image a{display:block}
.product-grid .product-image img{width:100%;height:auto}
.product-grid .pic-1{opacity:1;transition:all .3s ease-out 0s}
.product-grid:hover .pic-1{opacity:1}
.product-grid .pic-2{opacity:0;position:absolute;top:0;left:0;transition:all .3s ease-out 0s}
.product-grid:hover .pic-2{opacity:1}
.product-grid .social{width:150px;padding:0;margin:0;list-style:none;opacity:0;transform:translateY(-50%) translateX(-50%);position:absolute;top:60%;left:50%;z-index:1;transition:all .3s ease 0s}
.product-grid:hover .social{opacity:1;top:50%}
.product-grid .social li{display:inline-block}
.product-grid .social li a{color:#fff;background-color:#333;font-size:16px;line-height:40px;text-align:center;height:40px;width:40px;margin:0 2px;display:block;position:relative;transition:all .3s ease-in-out}
.product-grid .social li a:hover{color:#fff;background-color:#778899}
.product-grid .social li a:after,.product-grid .social li a:before{content:attr(data-tip);color:#fff;background-color:#000;font-size:12px;letter-spacing:1px;line-height:20px;padding:1px 5px;white-space:nowrap;opacity:0;transform:translateX(-50%);position:absolute;left:50%;top:-30px}
.product-grid .social li a:after{content:'';height:15px;width:15px;border-radius:0;transform:translateX(-50%) rotate(45deg);top:-20px;z-index:-1}
.product-grid .social li a:hover:after,.product-grid .social li a:hover:before{opacity:1}
.product-grid .product-discount-label,.product-grid .product-new-label{color:#fff;background-color:#778899;font-size:12px;text-transform:uppercase;padding:2px 7px;display:block;position:absolute;top:10px;left:auto;right:0}
.product-grid .product-new-label-seller{color:#fff;background-color:#3a5bb4;font-size:12px;text-transform:uppercase;padding:2px 7px;display:block;position:absolute;top:10px;left:auto;right:0}
.product-grid .product-discount-label{background-color:#333;left:auto;right:0}
.product-grid .rating{color:#FC0;font-size:13px;padding:12px 0 0;margin:0;list-style:none;position:relative;z-index:-1}
.product-grid .rating li.disable{color:rgba(0,0,0,.2)}
.product-grid .product-content{background-color:#fff;text-align:center;padding:0px 0;margin:0 auto;position:absolute;left:0;right:0;bottom:-30px;z-index:1;transition:all .3s}
.product-grid:hover .product-content{bottom:0}
.product-grid .title{font-size:13px;font-weight:400;letter-spacing:.5px;text-transform:capitalize;margin:0 0 10px;transition:all .3s ease 0s}
.product-grid .title a{color:#828282}
.product-grid .title a:hover,.product-grid:hover .title a{color:#333}
.product-grid .price{color:#778899;font-size:15px;font-family:Montserrat,sans-serif;font-weight:700;letter-spacing:.6px;text-align:center;transition:all .3s}
.product-grid .price span{color:#999;font-size:11px;font-weight:400;text-decoration:line-through;display:block}
.product-grid .price p{color:#999;font-size:11px;font-weight:400;margin-left:5px;display:inline-block}
.product-grid .product-content p{color:#999;font-size:11px;font-weight:400;margin-top:-5px}
.product-grid .button{ background:none;color:#333;font-size:13px;font-weight:600; margin-top:5px;margin-bottom:-30px; padding-top:-5px; line-height:0.7}
.product-grid .button:hover{color:#0BB24B}
@media only screen and (max-width:990px){.product-grid{margin-bottom:30px}
}
*/

#wrapper {
    padding-top: 5px;
    padding-left: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

@media (min-width: 767px) {
    #wrapper {
        padding-left: 225px;
    }
}

@media (min-width: 767px) {
    #wrapper #sidebar-wrapper {
        width: 225px;
    }
}


#sidebar-wrapper {
	border-right: 1px solid #e7e7e7;
}

#sidebar-wrapper {
   /* z-index: 1000;*/
    position: fixed;
    left: 225px;
    width: 0;
    height: 100%;
    margin-left: -225px;
    overflow-y:auto;
	overflow-x: hidden;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#page-content-wrapper{
    position: fixed;
    left: 225px;
    right: 225px;
    margin-right: -225px;
}
#sidebar-wrapper .sidebar-nav {
    position: absolute;
    top: 0;
    width: 225px;
    font-size: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar-wrapper .sidebar-nav li {
    text-indent: 0;
    line-height: 45px;
}

#sidebar-wrapper .sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #428bca;
}

.sidebar-nav li a {
    color: #000 !important;
}
.sidebar-nav li i {
    color: #007b5e !important;
}
.sidebar-nav li a:focus{
	background:#007b5e !important;
    color: #fff !important;
}
.sidebar-nav li a:focus .sidebar-icon i{
    color: #fff !important;
}
/*
.sidebar-nav li a:active{
	background:#0BB24B !important;
    color: #fff !important;
}
.sidebar-nav li a:active .sidebar-icon i{
    color: #fff !important;
}
*/
.sidebar-nav li.active {
	background:#007b5e !important;
    color: #fff !important;
}
.sidebar-nav li.active .sidebar-icon i{
    color: #fff !important;
}
.sidebar-nav li.active a{
    color: #fff !important;
}

#sidebar-wrapper .sidebar-nav li a .sidebar-icon {
    width: 45px;
    height: 45px;
    font-size: 14px;
    padding: 0 2px;
    display: inline-block;
    text-indent: 7px;
    margin-right: 10px;
    color: #fff;
    float: left;
}

#sidebar-wrapper .sidebar-nav li a .caret {
  position: absolute;
  right: 23px;
  top: auto;
  margin-top: 20px;
}


@media (max-width: 767px) {
    #wrapper #sidebar-wrapper {
        width: 45px;
    }
    #wrapper #sidebar-wrapper #sidebar #sidemenu li ul {
        position: fixed;
        left: 45px;
        margin-top: -45px;
        z-index: 1000;
        width: 200px;
        height: 0;
    }
}
@media(max-width:1200px){
	#page-content-wrapper{
		left: 225px;
		right: 225px;
	}
}
@media(max-width:1080px){
	#page-content-wrapper{
		left: 225px;
		right: 225px;
	}
}
@media(max-width:1024px){
	#page-content-wrapper{
		left: 200px;
		right: 200px;
	}
}
@media(max-width:991px){
	#page-content-wrapper{
		left: 220px;
		right: 220px;
	}
}
@media(max-width:767px){
	#page-content-wrapper{
		left: -120px;
		right: 50px;
	}
}
@media (max-width: 575px) {
	#page-content-wrapper{
		left: 20px;
		right: 200px;
	}
}
@media(max-width:375px){
}


#page-content-wrapper .tabbable-panel {
  border:1px solid #eee;
}

/* Default mode */
#page-content-wrapper .tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
#page-content-wrapper .tabbable-line > .nav-tabs > li {
  margin-right: 2px;
}
#page-content-wrapper .tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
}
#page-content-wrapper .tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
#page-content-wrapper .tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #007b5e;
}
#page-content-wrapper .tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
#page-content-wrapper .tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
#page-content-wrapper .tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
#page-content-wrapper .tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #007b5e;
  position: relative;
  font-weight:600;
}
#page-content-wrapper .tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333333;
}
#page-content-wrapper .tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
/*
#page-content-wrapper .tabbable-line > .tab-content > {
}
#page-content-wrapper .tab-content {
  margin-top: 0;
  background:none;
  border:none; }
  #page-content-wrapper .tab-content .tab-pane {
    padding: 0; }
	
#page-content-wrapper .portlet .tabbable-line > .tab-content {
  
}
*/
#page-content-wrapper .tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 10px 0;
}
#page-content-wrapper .portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}
  #page-content-wrapper .tab-content .tab-pane {
    padding: 0; }
	
/* no sidebar */
.tabbable-panel {
  border:1px solid #eee;
}

/* Default mode */
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #0BB24B;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #0BB24B;
  position: relative;
  font-weight:600;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 10px 0;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}
  .tab-content .tab-pane {
    padding: 0; }	
	
.text-error, .msg{
	color: #F00;
}
	

#msform {
	width: 100%;
	margin: 10px auto;
	text-align: center;
	position: relative;
	margin-bottom:-10px;
}
/*progressbar*/
#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
}
#progressbar li {
	list-style-type: none;
	color: black;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 33.33%;
	float: left;
	position: relative;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 40px;
	line-height: 40px;
	display: block;
	font-size: 14px;
	color: #333;
	background: #eee;
	border-radius: 20px;
	margin: 10px auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: transparent;
	position:absolute;
	left: -50%;
	top: 30px;
	z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
	background: #27AE60;
	color: white;
	cursor:pointer;
}

/*progressbar*/	
<!-- card product -->

.cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cards_item {
  display: flex;
  width: 20%;
}
/*
@media (min-width: 40rem) {
  .cards_item {
    width: 50%;
  }
}

@media (min-width: 56rem) {
  .cards_item {
    width: 25%;
  }
}
*/
.card {
  background-color: white;
  border-radius:0px;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: visible;
}

.card_content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 15px 10px;
  background: #fff;
}

.card_title {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 5px 0px;
}

.card_text {
  color: #F60;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 5px;    
  font-weight: 500;
}

.card_qty {
  color: #333;
  font-size: 14px;
  margin: 10px 0px;
}

@media(max-width:1200px){
  .cards_item {
    width: 20%;
  }
}
@media(max-width:1080px){
  .cards_item {
    width: 20%;
  }
}
@media(max-width:991px){
  .cards_item {
    width: 33.33%;
  }
	.card_title {
	  font-size: 12px;
	}
	.card_text {
	  font-size: 12px;
	}
	.card_qty {
	  font-size: 12px;
	}
}
@media(max-width:767px){
	.cards{
		margin: 0 -30px;
	}
  .cards_item {
    width: 50%;
  }
}
.cards_item .social{width:150px;padding:0;margin:0;list-style:none;opacity:0;transform:translateY(-50%) translateX(-50%);position:absolute;top:60%; left: 50%; text-align:center;z-index:1;transition:all .3s ease 0s}
.cards_item:hover .social{opacity:1;top:40%}
.cards_item .social li{display:inline-block}
.cards_item .social li a{color:#fff;background-color:#333;font-size:16px;line-height:40px;text-align:center;height:40px;width:40px;margin:0 2px;display:block;position:relative;transition:all .3s ease-in-out}
.cards_item .social li a:hover{color:#fff;background-color:#852881}
.cards_item .social li a:after,.cards_item .social li a:before{content:attr(data-tip);color:#fff;background-color:#333;font-size:12px;letter-spacing:1px;line-height:20px;padding:1px 5px;white-space:nowrap;opacity:0;transform:translateX(-50%);position:absolute;left:50%;top:-30px}
.cards_item .social li a:after{content:'';height:15px;width:15px;border-radius:0;transform:translateX(-50%) rotate(45deg);top:-20px;z-index:-1}
.cards_item .social li a:hover:after,.cards_item .social li a:hover:before{opacity:1}


<!-- end card product-->
