* {
    box-sizing: border-box;
}


.product-card {
    width: 100%;
    display: inline-block;
    margin: 1rem;
    border-radius: 4px;
    box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    transition: all .2s ease;
    background: #fff;
    position: relative;
    overflow: hidden;
}
.product-card:hover, .product-card.hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.3), 0 0 1px 0 rgba(0, 0, 0, 0.25);
}
.product-card:hover .product-card-content, .product-card.hover .product-card-content {
    box-shadow: inset 0 3px 0 0 #ccb65e;
    border-color: #ccb65e;
}
.product-card:hover .product-card-img .product-overlay, .product-card.hover .product-card-img .product-overlay {
    background-color: rgba(25, 29, 38, 0.85);
    transition: opacity .2s ease;
    opacity: 1;
}
.product-card-img {
    position: relative;
    height: 224px;
    width: 100%;
    background-color: #fff;
    transition: opacity .2s ease;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.product-card-img .product-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
}
.product-card-img .product-overlay .product-overlay-content {
    line-height: 224px;
    width: 100%;
    text-align: center;
    color: #fff;
}
.product-card-img .product-overlay .product-overlay-content .product-link {
    color: #fff;
    padding: 0 2rem;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.4);
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    cursor: pointer;
    text-decoration: none;
}
.product-card-img .product-overlay .product-overlay-content .product-link:hover, .product-card-img .product-overlay .product-overlay-content .product-link.hover {
    background: #ccb65e;
    border-color: #ccb65e;
}
.product-card-content {
    width: 100%;
    min-height: 50px;
    background-color: #fff;
    border-top: 1px solid #E9E9EB;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 1rem 2rem;
    transition: all .2s ease;
}
.product-card-content .product-link {
    text-decoration: none;
    color: #202927;
}
.product-card-content .product-title, .product-card-content .product-link .product-title {
    font-size: 1rem;
    font-weight: 500;
}
.product-card-content .product-text, .product-card-content .product-link .product-text {
    font-size: .8rem;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(32, 41, 28, 0.8);
}

/*packages*/
.snip1404 {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    color: #ffffff;
    text-align: left;
    font-size: 16px;
    width: 100%;
    max-width: 1000px;
    margin: 50px 10px;
}
.snip1404 img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
}
.snip1404 .plan {
    margin: 0;
    width: 25%;
    position: relative;
    float: left;
    overflow: hidden;
    border: 3px solid #442232;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    background-color: #5f3047;
}
.snip1404 .plan:hover i,
.snip1404 .plan.hover i {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.snip1404 .plan:first-of-type {
    border-radius: 8px 0 0 8px;
}
.snip1404 .plan:last-of-type {
    border-radius: 0 8px 8px 0;
}
.snip1404 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.snip1404 header {
    background-color: #5f3047;
    color: #ffffff;
}
.snip1404 .plan-title {
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    margin: 0;
    padding: 20px 20px 0;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.snip1404 .plan-title:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 300px 0 0;
    border-color: rgba(0, 0, 0, 0.5) transparent transparent;
}
.snip1404 .plan-cost {
    padding: 40px 20px 10px;
    text-align: right;
}
.snip1404 .plan-price {
    font-weight: 600;
    font-size: 3em;
}
.snip1404 .plan-type {
    opacity: 0.8;
    font-size: 0.7em;
    text-transform: uppercase;
}
.snip1404 .plan-features {
    padding: 0 0 20px;
    margin: 0;
    list-style: outside none none;
}
.snip1404 .plan-features li {
    padding: 8px 5%;
}
.snip1404 .plan-features i {
    margin-right: 8px;
    color: rgba(0, 0, 0, 0.5);
}
.snip1404 .plan-select {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px;
    text-align: center;
}
.snip1404 .plan-select a {
    background-color: #442232;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 20px;
    font-size: 0.75em;
    font-weight: 600;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 4px;
    display: inline-block;
}
.snip1404 .plan-select a:hover {
    background-color: #552a3f;
}
.snip1404 .featured {
    margin-top: -10px;
    border-color: #331926;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
    z-index: 1;
    border-radius: 8px;
}
.snip1404 .featured .plan-select {
    padding: 30px 20px;
}
@media only screen and (max-width: 767px) {
    .snip1404 .plan {
        width: 50%;
    }
    .snip1404 .plan-title,
    .snip1404 .plan-select a {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .snip1404 .plan-select,
    .snip1404 .featured .plan-select {
        padding: 20px;
    }
    .snip1404 .featured {
        margin-top: 0;
    }
}
@media only screen and (max-width: 440px) {
    .snip1404 .plan {
        width: 100%;
    }
}

.searchbar {
    margin-bottom: auto;
    margin-top: auto;
    height: 40px;
    background-color: #353b48;
    border-radius: 30px;
    padding: 10px;
}

.search_input {
    color: white;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    caret-color: transparent;
    line-height: 20px;
    transition: width 0.4s linear;
}

.searchbar:hover > .search_input {
    padding: 0 10px;
    width: 250px;
    caret-color: red;
    transition: width 0.4s linear;
}

.searchbar:hover > .search_icon {
    background: white;
    color: #e74c3c;
}

.search_icon {
    height: 20px;
    width: 20px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: white;
    text-decoration: none;
}

.info-box {

    height: 60px;
    display: flex;
    cursor: default;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}


.info-box .icon {
    display: inline-block;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.12);
    width: 40px;
}

.info-box .icon i {
    color: #fff;
    font-size: 30px;
    line-height: 50px;
}

.info-box .content {
    display: inline-block;
    padding: 2px 10px;

}

.light{
    background: #e6effb !important;
}