.item-tovars {
    display: block;
    -webkit-box-shadow: 0 2px 0 #dae0e4;
    background-color: #1d0839;
    box-shadow: inset 0 2px 0 0 #2f1253;
    border-radius: 3px;
    margin-bottom: 12px;
    padding: 10px 16px;
}

.tovars .share-link {
    left: 70px;
}

.share-link {
    display: none;
    bottom: -60px;
    left: 50%;
    z-index: 1000;
    border: 1px solid #ccc;
    padding: 15px 10px;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 -1px 5px #ccc;
    box-shadow: 0 -1px 5px #ccc;
    margin-left: -84px;
}

.share-link a {
    display: inline-block;
    margin: 0 5px;
    font-size: 26px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tovav-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .tovav-content {
        text-align: center;
    }
}

.tovav-content>a {
    font-size: 20px;
    display: block;
    color: #09549c;
    font-weight: 700;

}
@media(max-width:415px) {
    .tovav-content>a {
        font-size: 14px;
    }
}

.tovav-content>p {
    font-size: 14px;
    color: #333;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 0;
}

@media(max-width:415px) {
    .tovav-content>p {
        font-size: 12px;
    }
}

.open-tovar {   
    -webkit-box-shadow: 1px 2px 2px 0 rgba(0,0,0,.1);
    box-shadow: 1px 2px 2px 0 rgba(0,0,0,.1);
    border-radius: 35px;
    font-size: 18px;   
    text-align: center;
    margin-bottom: 5px;
}
.open-tovar {
   display: block;
}

.open-tovar a.cookie {
    font-size: 15px;
    margin-bottom: 0;
    line-height: 1.34;
    width: 113px;
    background-color: #e21d5c;
    border-radius: 5px;
    padding: 7px;
    box-shadow: 0px 0px 5px #e21d5c;
    text-align: center;
    display: block;
    border-radius: 5px;
}

.open-tovar a.cookie:hover {
  box-shadow: 0px 0px 10px #e21d5c;
}

.hidden {
    display: none!important;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.item-tovars {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .item-tovars {
        flex-direction: column;
    }
}


.open-tovar{
    padding: 5px;
}

.item-tovars {
	padding: 9px;
}

@media(max-width:415px) {
    .item-tovars {
        width: auto;
        text-align: center;
    }
}

.item-tovars a {
	text-decoration: none;	
}

.full {
    width:100%;
}