.wsmsb_title{
  font-size: 14px;
}

.blog-post{
	 font-size: 0.01em;
}










.content_1 {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}


.bulletsBlock_1:after {
  content: "";
  display: table;
  clear: both;
}

.bulletsBlock_1 > div {
  width: 30%;
  float: left;
  background: rgba(0,0,0,0.3);
  margin-left:5%;
  text-align: center;
  position: relative;
 padding-bottom: 6.7%; 
  cursor: pointer;
  -webkit-transition:all 0.35s linear;
  transition:all 0.35s linear;
}

.bulletsBlock_1 > div:first-child {
  margin-left:0;
}

.bullet-item_1 span{
  line-height: 1.5em;
  font-size: 12.5em;
  color:#fff;
  position: absolute;
  top:0;
  left:0;
  display: block;
  width: 100%;
  -webkit-transition:all 0.35s ease;
  transition:all 0.35s ease;
}

.hideText_1, .titleBullet_1 {
  position: absolute;
  left:0;
  bottom:0;
  text-align: center;
  width: 100%;
  margin: 0;
  color: #fff;
  -webkit-transition:all 0.35s ease;
  transition:all 0.35s ease;
}

.titleBullet_1 {
  line-height: 72px;
  font-size: 22px;
  background:#3B3B3B;
  z-index: 10;
}

.hideText_1 {
  line-height: 1.3em;
  font-size: 1.25em;
  padding: 15px;
  background:#3B3B3B;
  font-weight: 300;
  z-index: 8;

  -webkit-transition:all 0.35s linear 0.2s;
  transition:all 0.35s linear 0.2s;
}

/*Анимация при наведении*/
.bulletsBlock_1 > div:hover span.iconBullet{
  line-height: 1.35em;
  font-size: 10.625em;
  top:-2.7%;
}

.bulletsBlock_1 > div:hover {
  -webkit-box-shadow: 0 35px 35px -35px #000000;
  -moz-box-shadow: 0 35px 35px -35px #000000;
  box-shadow: 0 35px 35px -35px #000000;
}

.bulletsBlock_1 > div:hover p.titleBullet_1{
  bottom:60px;
}

.bulletsBlock_1 > div:hover p.hideText_1{
  background:#454545;
}

/*######Стили###########*/
h1.title {
  color:#f8f8f8;
  font-size: 60px;
  line-height: 75px;
  margin:20px auto 0;
  width: 70%;
  text-align: center;
}

h1.title span {
  display: block;
  font-size: 20px;
}

p.info {
  width: 30%;
  background: #fff;
  text-align: center;
  line-height: 30px;
  margin:30px auto 50px;
}

/*Адаптация*/
@media screen and (max-width: 1140px) {
	.bullet-item_1 span{
		line-height: 1.6em;
		font-size: 9.5em;
	}

	/*Анимация при наведении*/
	.bulletsBlock_1 > div:hover span.iconBullet{
		line-height: 1.5em;
		font-size: 8em;
		top:-1%;
	}
}

@media screen and (max-width: 960px) {
	.bullet-item_1 span{
		line-height: 1.5em;
		font-size: 8em;
	}

	/*Анимация при наведении*/
	.bulletsBlock_1 > div:hover span.iconBullet{
		line-height: 1.2em;
		font-size: 6em;
		top:-0.8%;
	}

	.titleBullet_1 {
		font-size: 1.8em;
    	line-height: 2.5em;
	}

	.hideText_1 {
	    font-size: 1em;
	    line-height: 1.3em;
	}
}

@media screen and (max-width: 768px) {
	.bulletsBlock_1 > div{
		float:none;
		margin:0 auto 20px;
		width: 50%;
		/*padding-bottom: 55%;*/
		padding-bottom: 0;
		min-width: 240px;
		height: 320px;
	}

	.bulletsBlock_1 > div:first-child {
		margin: 0 auto 20px;
	}

	.bullet-item_1 span{
		line-height: 1.5em;
		font-size: 30px;
	}

	/*Анимация при наведении*/
	.bulletsBlock_1 > div:hover span.iconBullet{
		line-height: 1.35em;
		font-size: 8.625em;
		top:-2.7%;
	}

	.titleBullet_1 {
		line-height: 38px;
		font-size: 24px;
	}

	.hideText_1 {
		line-height: 1.3em;
		font-size: 1.25em;
	}

}


/*убираєм короткий опис товару*/
.card-description p{
   display:none;
}

/*дописуєм слово до ціни*/
/*.amount::before {
content: 'Ціну уточнюйте  ';
}
*/

.card-description h5{
   display:none;
}







.SWPControl {
/*   background: #e9e8e8; */
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 600 !important;
  padding:1px;
/*   border-radius: 3px; */
/*   box-shadow: 0 -0.085em 0 0 rgba(102, 52, 0, 0.2) inset, 0 0 3px 0 rgba(254, 255, 187, 0.5) inset; */
  color: #3C4858;
}

a.collapseButton {
    color: #e91e63 !important;
    /*font-weight: 500 !important;*/
    line-height: 22px;
    text-decoration: none !important;
}

span.SWPTitle::before {
    color: #000;
/*    content: "►"; 
    font-size: 27px;
    line-height: 22px;
    display: inline-block;
    animation: credits 1s infinite;
    -webkit-animation: credits 1s infinite;
    animation-name: credits;
    -webkit-animation-name: credits;
    transition: all 0.3s linear 0s; */
}
@keyframes credits {
        0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
        40% {transform: translateY(-10px);}
        60% {transform: translateY(-5px);}
}
@-webkit-keyframes credits {
        0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
        40% {-webkit-transform: translateY(-10px);}
        60% {-webkit-transform: translateY(-5px);}
}






h5.description {
    line-height: 1.5;
    display: none;
}

.widget_calendar{
display: none;
}

.widget widget_calendar{
display: none;
	
}
.widget widget_premmerce_brands_widget{
display: none;
}
.prm-brands-widget{
display: none;
}

.product-title{

}
.widget woocommerce widget_top_rated_products{

}