﻿.product-list-container {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.product-list-container > div {
    float: left;
    width: 100%;
    padding: 35px;
    border-radius: 2px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.06);
    background-color: #ffffff;
    border: solid 1px #d2d2d2;
}

.product-list {
    float: left;
    width: 100%;
    list-style: none;
    padding-left: 0px;
    /*padding: 35px;*/
    overflow: hidden;
}

.product-list > li {
    float: left;
    width: 33.3%;
    text-align: center;
    padding: 25px 30px;
    height: 307px;
    border-right: solid 1px #ebebeb;
    border-bottom: solid 1px #ebebeb;
    cursor: pointer;
    margin-bottom: -1px;
}

.product-list.tribute > li {
    height: 387px;
}

.product-list > li:nth-of-type(3n) {
    border-right: 0px;
}

/*.product-list > li:nth-last-child(-n + 3):nth-child(3n + 1),
    .product-list > li:nth-last-child(-n + 3):nth-child(3n + 1) ~ li {
        border-bottom: 0px;
    }*/

.product-list > li:hover {
    box-shadow: 0 22px 44px 0 rgba(0, 0, 0, 0.08);
}

.product-list > li > span, .product-list > li > a > span {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background-color: rgba(216, 216, 216, 0.2);
    display: inline-block;
    margin-bottom: 12px;
    line-height: 74px;
}

.product-list.tribute > li span {
    width: 160px;
    height: 160px;
    border-radius: 0;
    background-color: transparent;
}

.product-list:not(.tribute) > li:hover span, .product-list:not(.tribute) > li:hover > a > span {
    background-color: rgba(255, 68, 55, 0.1);
}

.product-list > li span > i {
    width: 36px;
    height: 36px;
    vertical-align: middle;
    background-size: 1400px;
}

.product-list.tribute > li span > i {
    width: 100%;
    height: 100%;
    background-image: var(--sprite2);
    background-size: 800px;
}

.product-list > li span > i.prod-memorial-page {
    background-position: -648px -680px;
}

.product-list:not(.tribute) > li:hover span > i.prod-memorial-page {
    background-position: -608px -680px;
}

.product-list > li span > i.prod-obituary {
    background-position: -726px -680px;
}

.product-list:not(.tribute) > li:hover span > i.prod-obituary {
    background-position: -687px -680px;
}

.product-list > li span > i.prod-remembrance {
    background-position: -805px -682px;
}

.product-list:not(.tribute) > li:hover span > i.prod-remembrance {
    background-position: -765px -682px;
}

.product-list > li span > i.prod-tribute {
    background-position: -1001px -685px;
}

.product-list:not(.tribute) > li:hover span > i.prod-tribute {
    background-position: -948px -685px;
}

.product-list > li span > i.prod-birthday-memorial {
    background-position: -1092px -685px;
}

.product-list:not(.tribute) > li:hover span > i.prod-birthday-memorial {
    background-position: -1046px -685px;
}

.product-list > li span > i.prod-invitation {
    background-position: -896px -682px;
}

.product-list:not(.tribute) > li:hover span > i.prod-invitation {
    background-position: -850px -682px;
}

.product-list > li span > i.prod-thankyou-message {
    background-position: -1176px -682px;
}

.product-list:not(.tribute) > li:hover span > i.prod-thankyou-message {
    background-position: -1132px -683px;
}

.product-list > li span > i.message {
    background-position: -54px -23px;
}

.product-list > li span > i.tributes {
    background-position: -312px -31px;
}

.product-list > li span > i.lamp {
    background-position: -539px -31px;
}

.product-list > li span > i.wreath {
    background-position: -62px -239px;
}

.product-list > li span > i.letter {
    background-position: -252px -196px;
    background-size: 700px;
}

.product-list > li span > i.flower {
    background-position: -547px -227px;
}

.product-list > li span > i.share {
    background-position: -557px -425px;
}

.product-list > li span > i.song {
    background-position: -81px -635px;
}

.product-list > li h2 {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    color: #1d1d1d;
    line-height: normal;
    margin: 0px;
    padding-bottom: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.product-list > li p {
    width: 100%;
    font-size: 14px;
    color: #323d54;
    padding-bottom: 0px;
    margin-bottom: 20px;
    height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.product-list > li .badge {
    border-radius: 2px;
    background-color: #5dc676;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.product-list > li .highlight {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    color: #ff4437;
}

.product-list > li button {
    border-radius: 2px;
    background-color: #fafafa;
    border: solid 1px #d2d2d2;
    font-size: 14px;
    font-weight: 600;
    color: #323d54;
    padding: 6px 31px;
}

.product-list > li:hover button {
    background-color: #ff4437;
    border: solid 1px #ff4437;
    color: #fff;
}

.product-menu {
    float: left;
    width: 100%;
    background: #fff;
    /*overflow-x: auto;*/;
}

.product-menu ul {
    float: left;
    width: 100%;
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    white-space: nowrap;
    overflow: auto;
}

.product-menu ul > li {
    /*float: left;*/
    display: inline-block;
}

.product-menu ul > li > a {
    font-size: 16px;
    color: #1d1d1d;
    padding: 10px 30px 10px 0px;
    float: left;
}

.product-menu ul > li.active > a {
    color: #3b86e3;
}

.product-menu ul > li > a:hover {
    color: #3b86e3;
}

.create-product-container {
    margin: 0px auto;
    /*padding-top: 44px;*/
    padding-top: 94px;
    width: 626px;
    max-width: 100%;
    margin-bottom: 20px;
}

.create-product-container .title {
    font-size: 28px;
    font-weight: 600;
    line-height: normal;
    color: #1d1d1d;
    padding-bottom: 20px;
    margin: 0;
    width: 100%;
    display: inline-block;
}

.create-product-container .inner {
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 22px 44px 0 rgba(0, 0, 0, 0.08);
    width: 100%;
    /*margin-top: 50px;*/;
}

.create-product-container .inner .header {
    background-color: rgba(216, 216, 216, 0.14);
    padding: 25px 45px;
    border-bottom: solid 1px #ebebeb;
    /*float: left;*/
    width: 100%;
}

.create-product-container .inner .header > h2 {
    /*float: left;*/
    margin: 0px;
    line-height: normal;
    font-size: 24px;
    font-weight: 600;
    color: #1d1d1d;
    width: calc(100% - 75px);
    display: inline-block;
}

.create-product-container .inner .header > .language > .btn-language {
    background: transparent;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    color: #3b86e3;
    padding-top: 4px;
    padding-right: 0px;
}

.create-product-container .inner .create-body {
    width: 100%;
    padding: 24px 45px;
}

.create-product-container .inner .create-body h2 {
    line-height: normal;
    font-size: 24px;
    display: block;
    text-align: center;
    margin-top: 0px;
    font-weight: 600;
    margin-bottom: 10px;
}

.create-product-container .inner .create-body .mdl-textfield__input, .create-product-container .inner .create-body .mdl-textfield__label {
    font-weight: 600;
    color: #4f4e4e !important;
    font-size: 18px;
}

.create-product-container .inner .create-body .mdl-textfield__input {
    color: #ff4437 !important;
}

/*.create-product-container .inner .create-body .help-block {
    font-size: 10px;
    color: #838383;
    display: block;
    display: inline-block;
    float: left;
    clear: both;
    line-height: normal;
    margin-top: -4px;
}*/

.create-product-container .inner .create-body .action {
    float: left;
    width: 100%;
    text-align: center;
    padding: 24px 0px;
}

.create-product-container .inner .create-body .action > button {
    /*float: left;*/
    /*width: 100%;*/
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    padding: 13px 90px;
}

.create-product-container .inner .create-body .terms {
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 1.38;
    text-align: center;
    color: #4f4e4e;
    padding: 0px 30px;
}

.create-product-container .inner .create-body .control-group input[type='text'], .create-product-container .inner .create-body .control-group input[type='tel'] {
    float: left;
    font-size: 16px !important;
    margin-bottom: 8px;
    width: 100%;
    font-weight: normal;
}

.create-product-container .inner .create-body .terms > a {
    font-size: 16px;
}

.create-product-container .inner .create-body .control-group {
    position: relative;
}

.create-product-container .inner .create-body .full-width.control-group {
    padding-top: 15px;
}

.create-product-container .inner .create-body .full-width.control-group .selectize.day, .create-product-container .inner .create-body .full-width.control-group .selectize.month, .create-product-container .inner .create-body .full-width.control-group .selectize.year {
    width: 55px;
    float: left;
    margin-right: 10px;
}

.create-product-container .inner .create-body .full-width.control-group .selectize.month {
    width: 60px;
}

.create-product-container .inner .create-body .full-width.control-group .selectize.year {
    /*margin-right: 0px;*/
    width: 80px !important;
}

.create-product-container .inner .create-body .full-width.control-group.date .selectize:last-of-type {
    margin-right: 0px;
}

.create-product-container .inner .create-body .control-group .label-light.block {
    font-weight: 600;
    color: #4f4e4e !important;
    font-size: 18px;
}

/*.create-product-container  .inner > .create-body .highlight {
    width: calc(100% + 50px);
    margin-left: -25px;
    border-radius: 4px;
    background-color: rgba(216, 216, 216, 0.14);
    margin-top: 15px;
    margin-bottom: 15px;
    max-width: calc(100% + 50px);
    padding-left: 20px;
    padding-right: 20px;
}*/

.create-product-container .inner .create-body .highlight .mdl-textfield__label {
    left: 20px;
}

.create-product-container .inner .create-body .control-group .selectize {
    padding-bottom: 3px;
}

.create-product-container .inner .create-body .control-group .selectize .selectize-dropdown [data-selectable], .selectize-dropdown .optgroup-header {
    font-size: 16px;
    font-weight: normal;
}

.create-product-container .inner .create-body .control-group .selectize-input > * {
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
    margin-top: -4px;
}

.create-product-container .inner .create-body .control-group .mdl-radio, .create-product-container .inner .create-body .control-group .mdl-checkbox {
    font-size: 16px;
    padding-right: 15px;
    margin-bottom: 0px;
    display: inline-block;
    width: auto;
    font-weight: normal;
}

.create-product-container .inner .create-body .control-group .mdl-checkbox > .mdl-checkbox__label {
    font-size: 16px;
    font-weight: normal;
}

.product-login-container {
    width: 626px;
    margin: 0px auto;
    /*padding-top: 44px;*/
    padding-top: 94px;
    margin-bottom: 20px;
}

.product-login-container.full-width {
    width: 100%;
    float: left;
    padding-top: 0px;
    margin-bottom: 0px;
}

.product-login-container.full-width > .login-header {
    margin-top: 0px;
    margin-bottom: 0px;
}

.product-login-container + .create-product-container {
    padding-top: 0px;
}

.product-login-container + .create-product-container .inner {
    margin-top: 20px;
}

.product-login-container .login-header, .create-product-container .login-header {
    width: 100%;
    min-height: 147px;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 22px 44px 0 rgba(0, 0, 0, 0.08);
    /*margin-top: 65px;*/
    /*margin-top: 50px;*/
    padding: 15px 25px 20px;
    margin-bottom: 20px;
}

.create-product-container .login-header {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.06);
    margin-bottom: 11px;
}

.product-login-container .login-header .avatar, .create-product-container .login-header .avatar {
    width: 105px;
    height: 105px;
    background: linear-gradient(to bottom, #fff3be, #ff648d);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    /*float: left;*/;
}

.product-login-container .login-header .avatar > img, .create-product-container .login-header .avatar > img {
    position: absolute;
    left: 7px;
    top: 7px;
    width: 91px;
    height: 91px;
    border-radius: 50%;
}

.product-login-container .login-header .avatar > .floral, .create-product-container .login-header .avatar > .floral {
    position: absolute;
    left: 0px;
    bottom: -15px;
    width: 110px;
    height: 37px;
    background-image: var(--sprite);
    background-repeat: no-repeat;
    background-size: 800px;
    background-position: -10px -213px;
}

.product-login-container .login-header .info, .create-product-container .login-header .info {
    width: calc(100% - 110px);
    display: inline-block;
    padding: 25px 30px;
    /*float:left;*/
    vertical-align: top;
}

.create-product-container .login-header .info {
    padding-top: 0;
    padding-bottom: 0;
}

.product-login-container .login-header .info > span, .create-product-container .login-header .info > span {
    display: block;
}

.product-login-container .login-header .info > .main-label, .create-product-container .login-header .info > .main-label {
    font-size: 28px;
    font-weight: 600;
    color: #1d1d1d;
    line-height: 30px;
    padding-bottom: 5px;
}

.product-login-container .login-header .info > .sub-label, .create-product-container .login-header .info > .sub-label {
    font-size: 18px;
    color: #1d1d1d;
    line-height: 20px;
}

.create-product-container .login-header .info > .sub-label {
    padding-bottom: 14px;
}

.create-product-container .login-header .buttons {
    display: inline-block;
    width: 100%;
}

.create-product-container .login-header .buttons button {
    font-size: 14px;
    font-weight: 600;
    color: #1d1d1d;
    border-radius: 2px;
    padding: 7px 28px;
    margin-right: 7px;
}

.create-product-container .login-header .buttons button:last-of-type {
    margin-right: 0;
}

.create-product-container .login-header .buttons button.orange {
    border: solid 1px #ff4437;
    color: #ff4437;
}

.product-login-container .login-body {
    width: 100%;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 22px 44px 0 rgba(0, 0, 0, 0.08);
    /*margin-top: 20px;*/;
}

.product-login-container .login-body .alert-holder {
    margin-top: 20px;
}

.product-login-container .login-body .sliding-tabs {
    border-bottom: solid 1px #ebebeb;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.product-login-container .login-body .forms {
    padding: 30px 58px;
}

.product-login-container .login-body .forms .mdl-textfield--floating-label.is-dirty .mdl-textfield__label, .product-login-container .login-body .forms .mdl-textfield--floating-label.is-focused .mdl-textfield__label {
    font-size: 16px;
    color: #4f4e4e;
}

.product-login-container .login-body .forms .action .loginaction {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    width: 100%;
    margin-top: 15px;
    border-radius: 4px;
    padding: 17px;
}

.product-login-container .login-body .forms .action .forgotpass {
    font-size: 14px;
    font-weight: 600;
    color: #ff4437;
    float: right;
}

.product-login-container .login-body .forms .action .forgotpass:hover {
    color: #23527c;
}

.product-login-container .login-body .forms .action .divider {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #4f4e4e;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
}

.product-login-container .login-body .forms .action .facebook {
    font-size: 18px;
    font-weight: 600;
    color: #425f9e;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    border: solid 1px #425f9e;
    margin-bottom: 10px;
}

.product-login-container .login-body .forms .action .facebook:hover, .product-login-container .login-body .forms .action .facebook:active {
    color: #fff;
    background: #425f9e;
}

.product-login-container .login-body .forms .action .gmail {
    font-size: 18px;
    font-weight: 600;
    color: #d31818;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    border: solid 1px #d31818;
    margin-bottom: 10px;
}

.product-login-container .login-body .forms .action .gmail:hover, .product-login-container .login-body .forms .action .gmail:active {
    color: #fff;
    background: #d31818;
}

.product-login-container .login-body .forms .action .already-signin {
    font-size: 16px;
    font-weight: 600;
    display: block;
    text-align: center;
    color: #4f4e4e;
    padding-top: 35px;
    padding-bottom: 25px;
}

.product-login-container .login-body .forms .action .already-signin a {
    font-size: 16px;
    font-weight: 600;
}

.product-login-container .login-body .forms .terms {
    font-size: 16px;
    line-height: 1.38;
    text-align: center;
    color: #4f4e4e;
    width: 60%;
    margin: 0px auto;
}

.product-login-container .login-body .forms .terms a {
    font-size: 16px;
}

@media (max-width: 1023px) {
    .product-list-container {
        padding: 0px 20px;
    }

    .product-list > li {
        width: 50%;
    }

    /*.product-list > li {
    border-bottom: solid 1px #ebebeb;
}*/

    .product-list > li:nth-of-type(3n) {
        border-right: solid 1px #ebebeb;
    }

    .product-list > li:nth-of-type(2n) {
        border-right: 0px;
    }
    /*
        .product-list > li:nth-last-child(-n + 3):nth-child(3n + 1),
        .product-list > li:nth-last-child(-n + 3):nth-child(3n + 1) ~ li {
            border-bottom: solid 1px #ebebeb;
        }

        .product-list > li:nth-of-type(2n) {
            border-right: 0px;
        }

        .product-list > li:nth-last-child(-n + 2):nth-child(2n + 1),
        .product-list > li:nth-last-child(-n + 2):nth-child(2n + 1) ~ li {
            border-bottom: 0px;
        }*/
}

@media (max-width: 720px) {
    .product-login-container {
        width: 100%;
        /*padding: 44px 20px 0px;*/
        padding: 69px 20px 0px;
    }

    /*.product-login-container .login-header .avatar {
        display: block;
        text-align: center;
        float: none;
        margin: 0px auto;
    }

    .product-login-container .login-header .info {
        width: 100%;
        text-align: center;
        padding: 25px 15px;
    }*/

    .product-login-container .login-body .forms {
        padding: 0px 20px 20px;
    }
}

@media (min-width:420px) and (max-width: 500px) {
    .product-list-container {
        padding: 0px 30px;
    }
}

@media (max-width: 685px) {
    .product-login-container .login-header {
        /*margin-top: 25px;*/;
    }
}

@media (max-width: 626px) {
    .create-product-container {
        padding-top: 70px;
    }

    .create-product-container .inner, .create-product-container .login-header {
        border-radius: 0px;
    }

    .create-product-container .title {
        text-align: center;
    }
}

@media (max-width: 575px) {
    .product-login-container .login-header .avatar, .create-product-container .login-header .avatar {
        width: 78px;
        height: 78px;
    }

    .product-login-container .login-header .avatar > img, .create-product-container .login-header .avatar > img {
        left: 4px;
        top: 4px;
        width: 70px;
        height: 70px;
    }

    .product-login-container .login-header .avatar > .floral, .create-product-container .login-header .avatar > .floral {
        width: 80px;
        background-size: 600px;
        background-position: -7px -153px;
    }

    .product-login-container .login-header .info, .create-product-container .login-header .info {
        width: calc(100% - 82px);
        padding: 7px 15px;
    }

    .product-login-container .login-header .info > .main-label, .create-product-container .login-header .info > .main-label {
        font-size: 22px;
        line-height: 24px;
    }

    .product-login-container .login-header .info > .sub-label, .create-product-container .login-header .info > .sub-label {
        font-size: 16px;
    }

    .product-login-container .login-header, .create-product-container .login-header {
        min-height: 120px;
    }

    .create-product-container .inner .create-body, .create-product-container .inner .header {
        padding: 15px;
    }
}

@media (max-width: 400px) {
    .product-menu ul > li > a {
        font-size: 15px;
        color: #1d1d1d;
        padding: 10px 15px 10px 0px;
        float: left;
    }

    .create-product-container .login-header {
        padding: 10px;
    }

    .create-product-container .login-header .info {
        width: calc(100% - 81px);
        padding: 7px 7px;
    }

    .create-product-container .login-header .buttons button {
        padding: 7px 24px;
    }
}

@media (max-width: 700px) {
    .product-list-container {
        padding: 0px 15px;
    }

    .product-list {
        padding: 5px;
    }

    .product-list > li {
        width: 100%;
        border-right: 0px !important;
        border-bottom: solid 1px #ebebeb !important;
        height: auto;
    }

    .product-list > li p {
        height: auto;
        margin-bottom: 15px;
    }

    .product-list > li:last-of-type {
        border-bottom: 0px !important;
    }

    .product-list > li .highlight {
        margin-bottom: 0;
    }
}

@media (max-width: 426px) {
    .product-login-container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .product-login-container .login-header, .product-login-container .login-body, .create-product-container .login-header {
        border-radius: 0px;
    }

    .create-product-container .inner .create-body .action > button {
        width: 100%;
    }
}