h1.header{
    text-align: center;
    margin: 10px 0;
    padding: 0 10px;
}
h2.header{
    font-size: 14px;
    margin: 14px auto 9px;
}
.ui.container{
    width: 1200px!important;
    margin: 0 auto!important;
}

.clear:after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    clear: both;
}



.dog_banner{
    padding: 0 0 40px 0;
    box-shadow: 0px 2px 4px -3px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}
.main-carousel{
    margin: 10px auto 0;
    visibility: hidden;
    width: 600px;
    /*height: 250px;*/

}
.carousel-cell{
    width: 600px;
    overflow: hidden;
    padding: 2px;
    margin: 0 8px 0 0;
}
.carousel-cell .cell_image{
    position: relative;
    width: 100%;
    padding: 20px 50px;
    border-radius: 2px;
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,.2);
}
.cell_image .discount{
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    border: 2px solid #ff4364;
    padding: 5px;
    text-align: center;
    display: table;
}
.cell_image .discount div{
    display: table-cell;
    color: #ff4364;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
}
.cell_image img{
    width: 80px;
    max-height: 90px;
    float: left;
    overflow: hidden;
}
.cell_image .title{
    float: left;
    margin-left: 20px;
    width: 375px;
}
.cell_image .title h3{
    font-size: 15px;
    color: #1d1d1d;
    margin: 0 0 10px 0;
}
.cell_image .title h3:hover{
    text-decoration: underline;
}
.cell_image .title p{
    font-size: 12px;
    color: #555;
    margin: 10px 0 0;
}

/***description***/
.ui.container .description{
    margin: 10px auto 10px;
    padding: 10px 10px 0px 0;
    text-align: center;
    border-top:1px solid rgba(0,0,0,.12);
}


/***read more***/
.read-more-wrapper {
    position: relative;
    max-height: 87px;
    overflow: hidden;
    padding-top: 15px;
    -moz-transition: max-height 1s ease-in-out;
    -ms-transition: max-height 1s ease-in-out;
    -o-transition: max-height 1s ease-in-out;
    -webkit-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out;
}
.read-more-wrapper:not(.expanded) {
    -moz-transition: max-height 250ms ease-in-out;
    -ms-transition: max-height 250ms ease-in-out;
    -o-transition: max-height 250ms ease-in-out;
    -webkit-transition: max-height 250ms ease-in-out;
    transition: max-height 250ms ease-in-out;
    -moz-animation: readLessAnimation 250ms;
    -ms-animation: readLessAnimation 250ms;
    -o-animation: readLessAnimation 250ms;
    -webkit-animation: readLessAnimation 250ms;
    animation: readLessAnimation 250ms;
}
.read-more {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding-top: 25px;
    margin-bottom: 0;
    text-align: center;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 50%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, #ffffff), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 50%, #ffffff 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 50%, #ffffff 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 50%, #ffffff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 50%, #ffffff 100%);
}
.read-more p {
    color: #FB8C00;
    cursor: pointer;
    width: 100%;
    display: block;
    line-height: 35px;
    font-size: 14px;
    margin-bottom: 0;
}
.read-more-wrapper .read-more p svg path {
    fill: #FB8C00;
}
.read-more p span.less {
    display: none;
}
.read-more-wrapper.expand {
    max-height: 999999px;
}
.read-more-wrapper.expanded {
    padding-bottom: 35px;
}
.read-more-wrapper .read-more p svg {
    width: 5px;
    height: 10px;
    margin: 0 0 0 4px;
    vertical-align: middle;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.read-more-wrapper.expanded .read-more svg {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.ui.container .read-more-wrapper .read-more p {
    color: #FB8C00;
    cursor: pointer;
    width: 100%;
    display: block;
    line-height: 35px;
    font-size: 14px;
    margin-bottom: 0;
}

.categories .ui.card{
    width:100%;
    margin:0;
}
.ui.card .content{
    text-align:center;
}
.ui.card .content .header{
    text-align:center;
    padding:10px 0 8px;
}
.ui.card>.content>.header:not(.ui){
    font-weight:400;
    font-size:14px;
    height:40px;
    overflow:hidden;
    padding:5px 10px;
}

.categories .ui.grid .ui.card .content .ui.image{
    width: 100%;
    height: 136px;
    display: flex;
    margin: 0px 0px 5px 0;
    overflow:hidden;
    padding:5px;
}
.categories .ui.grid .ui.card .content .ui.image img{
    max-width:100%;
    max-height:100%;
    align-self: center;
    margin:0 auto;
}

.last_update{
    display:inline-block;
    float:right;
    font-size:12px;
    margin:0 0 0 20px;
}
