.width-90{
    width: 90px;
}

.page-link.active{
    background-color: var(--secondary-color);
    color: var(--white-color);
}

.mt-20{
    margin-top: 20px;   
}



/* Priceing */ 
.pricetable {
    margin: 100px; }

.prop .rec {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto 30px auto;
    visibility: hidden; 
}
.prop h2 {
    padding: 15px;
    visibility: hidden; }
.prop li {
    /*font-family: "Montserrat", sans-serif;*/
    list-style: none;
    padding: 9px;
    margin: 10px 0;
    display: block;
    border-bottom: 1px dashed #a493c6; 
}

.price {
    background: #fffff3;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.5); 
    border-radius: 10px;
}
.price h2 {
    font-size: 1.5em;
    text-transform: uppercase;
    text-align: center;
    padding: 15px;
    color: #566270;
}
.price svg {
    display: block;
    margin: 0 auto 30px auto;
    width: 100px;
    height: 100px;
    fill: #a493c6; 
}
.price li:nth-child(even) {
    background: var(--secondary-color); 
    color : var(--white-color);
}
.price li:nth-child(odd) {
    /*    background: #e0e3da;*/
}
.price li {
    list-style: none;
    text-align: center;
    padding: 9px;
    margin: 10px 0; 
}
.price span {
    display: block;
    text-align: center;
    font-size: 2em;
    padding: 15px;
}
.price span strong {
    font-size: 1.7em;
}
.price a {
    display: block;
    font-size: 2em;
    padding: 10px;
    background: var(--secondary-color);
    color: #fffff3;
    text-decoration: none;
    text-align: center;
    transition: all 0.2s ease-in-out; 
}
.price a:hover {
    background: var(--secondary-color);
}

.visible-xs {
    display: none; 
}

@media (max-width: 74.9em) {
    .pricetable {
        margin: 100px 0; 
    }

    .visible-xs {
        display: none;
        margin: 5px 0;
    }
}
@media (max-width: 61.9em) {
    .prop {
        display: none; 
    }

    .visible-xs {
        display: inline !important; 
    }
    
   
}

.m-30{
    margin: 30px;
}

.p-30{
    padding: 30px;
}

.img-fluid{
    max-width: 100%;
    /*margin-top:200px;*/
    
}

@media only screen and (max-width: 479px) {
    .img-fluid{
    max-width: 100%;
    margin-top:10px;
    }
    
    
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}



.product-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-action button i {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 2.2rem;
    line-height: 3.3rem;
}

.product-action button i:hover {

    background: var(--ofwhite-color);
}



.ui-menu-item-wrapper{
    display: block;
}

.ui-menu-item-wrapper:hover{
    background-color: var(--secondary-color);
    color : var(--white-color);
}

.ui-menu-item-wrapper:visited{
    background-color: var(--secondary-color);
    color : var(--white-color);
}

.ui-menu{
    z-index: 999;
}



.input-group{
  display: table;
  border-collapse: collapse;
  width:100%;
}
.input-group > div{
  display: table-cell;
  border: 1px solid #ddd;
  vertical-align: middle;  /* needed for Safari */
}
.input-group-icon{
  background:#eee;
  color: #777;
  padding: 0px
}
.input-group-area{
  width:100%;
}
.input-group input{
  display: block;
  width: 100%;
  padding: 8px;
}

.widget__categories--menu__label1 {
  cursor: pointer;
  background: var(--white-color);
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  position: relative;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}