.chkboxcard.selected, .chkboxcard.active{
  border: solid 1px #832625!important;
}
.chkboxcard{
  transition: all 0.2s;
}
.chkboxcard:hover{
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3)
}
.chkboxcard .cat-card-header {
  padding: 60px;
  border: none;
  background-color: #e9e9e9;
}
.chkboxcard .cat-card-header .custom-checkbox {
  position: absolute;
  top: 4px;
  right: 16px;
}
.chkboxcard .cat-card-header .custom-control {
  padding-left: 0;
  padding-right: 1.75rem;
}
.chkboxcard .cat-card-header .custom-control .custom-control-label:before {
  right: -1.75rem;
  left: auto;
  box-shadow: none;
}
.chkboxcard .cat-card-header .custom-control .custom-control-label:after {
  right: -1.75rem;
  left: auto;
}
.chkboxcard .cat-card-header img {
  border-radius: 6px;
}
.chkboxcard .cat-card-header .rounded-top{
  border-radius: 6px 6px 0 0!important;
}
.chkboxcard .cat-card-header .tag {
  position: absolute;
  left: -10px;
  top: 15px;
  background-color: #832625;
  color: #fff;
  padding: 5px 15px;
  text-transform: uppercase;
  font-size: 0.75rem;
}
.chkboxcard .cat-card-header .tag:after {
  content: "";
  width: 20px;
  height: 10px; 
  transform: rotate(110deg);
  bottom: 2px;
  left: -2px;
  display: inline-block;
  position: absolute;
  background-color: #832625;
}
.card.active .cat-card-header {
  background-color: #832625;
}
.card.active .cat-card-header .custom-control .custom-control-label {
  color: #fff;
}
.card.active .custom-control-label:before {
  border-color: #fff !important;
}

.square_border{
  border: solid 2px #832625!important;
  border-radius: 0px;
}
.square_border .cat-card-header{
  padding: 0;
}
.light_rounded .cat-card-header{
  padding: 0;
}
.light_rounded .cat-card-header img{
  border-radius: 5px 5px 0 0;
}
.without_border_padding{
  border-radius: 0;
  border: none;
}
.without_border_padding .cat-card-header{
  padding: 0;
}
.without_border_padding .card-body{
  padding-left: 0;
  padding-right: 0;
}
.without_border_padding .card-footer{
  padding-left: 0px; padding-right: 0px;
}

.without_border_padding_pdf{
  border-radius: 0;
  border: none;
}
.without_border_padding_pdf .cat-card-header{
  padding: 0;
}
.without_border_padding_pdf .card-body{
  padding-left: 0;
  padding-right: 0;
}
.without_border_padding_pdf .card-footer{
  padding-left: 0px; padding-right: 0px;
  font-size: 14px;
color: #797979;
}
.without_border_padding_pdf .card-footer a.pdfbtn_press {
  padding-left: 15px;
}
.without_border_padding_pdf .card-footer a.pdfbtn_press img{
  width: 34px;
}
.without_border_padding_pdf .justify-content-between{
  justify-content: flex-start !important;
}

.overlapped_card {
  border-radius: 0;
  border: none;
}
.overlapped_card .cat-card-header{
  padding: 0;
}
.overlapped_card .cat-card-header img{
  border-radius: 0px;
}
.overlapped_card .card-body{
    position: relative;
    padding: 1rem;
    margin: 0 auto;
    margin-top: -40px;
    width: 90%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding-bottom: 40px;
}
.overlapped_card .card-footer{
  bottom: 60px;
  margin: 0 auto; 
  left: 0;
  right: 0;
  width: 90%;
  padding-left: 15px;
  padding-right: 15px;
}
.overlapped_card.in_slider .card-footer{bottom: 30px;}

/* card with links list */
.card.with_list_links {
  border-radius: 0px;
  padding-bottom: 40px;
  margin: 0 1px 0 0;
}
.card.with_list_links .card-header{
  padding: 0;
}
.card.with_list_links .card-body ul li{
  font-size: 1rem;
  font-weight: bold;
  border-bottom: solid 1px #e3e3e3;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-left: 0;
}
.card.with_list_links .card-body ul li:before{
  font-weight: 400;
  right: 0;
  left: auto;
  top: 3px;
  border: solid 2px #e3e3e3;
  width: 22px;
  height: 22px;
  text-align: center;
  border-radius: 5px;
  line-height: 20px;
  color: #832625;
}
.card.with_list_links .card-body ul li:last-child{
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.card.with_list_links .card-body ul li a{
  color: #832625;
}
/* @end card with links list */


/* card with side image and content */
.card.with_side_content{
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
  height: calc(100% - 30px)!important;
  padding: 0; 
}
.card.with_side_content .card-header{
  flex:  0 0 50%;
  width: 50%;
  padding: 0;
  border: none;
}
.card.with_side_content .card-header img{
  width: 100%;
}
.card.with_side_content .card-body{
  width: 50%;
}

@media (max-width: 992px){
  .card.with_side_content{
    flex-direction: column
  }
  .card.with_side_content .card-header{
    flex: 1;
    width: 100%;
  }
  .card.with_side_content .card-body{
    flex: 1;
    width: 100%;
  }
}
/* @end card with side image and content */

.card-mouse-hover .card:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 0px 10px 0 rgba(0,0,0,.15);
  box-shadow: 0 0px 10px 0 rgba(0,0,0,.15);
  -webkit-transition: -webkit-transform .25s ease-in-out,-webkit-box-shadow .25s ease-in-out;
  transition: -webkit-transform .25s ease-in-out,-webkit-box-shadow .25s ease-in-out;
  transition: transform .25s ease-in-out,box-shadow .25s ease-in-out;
  transition: transform .25s ease-in-out,box-shadow .25s ease-in-out,-webkit-transform .25s ease-in-out,-webkit-box-shadow .25s ease-in-out;
}