/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - START > BSC-003-001 */
.bsc-003-001-out {
    padding: 10px 5px 10px 5px !important;
}
.bsc-003-001-in {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    height: 260px;
    width: 100%;
    overflow: hidden;
    border-top-left-radius: 90px;
    border-top-right-radius: 90px;
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 0px;
    background-color: rgba(0, 0, 0, 0.05);
}
    .bsc-003-001-in:hover {
        background-color: rgba(0, 0, 0, 0.1);
    }
.bsc-003-001 {
    border-top-left-radius: 90px;
    border-top-right-radius: 90px;
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 45px;
    width: 100%;
    height: 180px;
    margin: 0px auto 0px auto;
}
.bsc-003-001-title {
    margin: 10px 0px 10px 0px;
    width: 100%;
    text-align: center;
    color: #4c4c4c;
    font-size: 14px;
    font-family: 'Cuprum';
    text-decoration: none;
}
.bsc-003-001-title p {
	margin:5px;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - STOP > BSC-003-001 */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - START > BSC-006-001 */
.bsc-006-001-out {
    padding: 10px 5px 10px 5px !important;
}
.bsc-006-001-in {
    padding: 10px !important;
    border: 1px solid rgba(230, 230, 230, 1.0);
    background-color: rgba(0, 0, 0, 0.02);
    height: 260px;
    width: 100%;
    overflow: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 0px;
}
    .bsc-006-001-in:hover {
        background-color: rgba(0, 0, 0, 0.04);
        border: 1px solid rgba(220, 220, 220, 1.0);
    }
.bsc-006-001 {
    width: 100%;
    height: 180px;
    margin: 0px auto 0px auto;
    border-top-left-radius: 0px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 0px;
}
.bsc-006-001-title {
    margin: 10px 0px 10px 0px;
    width: 100%;
    text-align: center;
    color: #4c4c4c;
    font-size: 14px;
    font-family: 'Cuprum';
    text-decoration: none;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - STOP > BSC-006-001 */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - START > DTY-294-001-C */
.dty-294-001-c-out {
    margin-bottom: 20px;
}
.dty-294-001-c {
    height: 200px;
    font-family: 'Cuprum', sans-serif;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease 0s;
    border: 10px solid #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.45);
}
    .dty-294-001-c:hover {
        transition: all 0.3s ease 0s;
        border: 0px solid #ffffff;
        filter: grayscale(75%);
    }
    .dty-294-001-c .dty-294-001-c-content {
        color: #333;
        background: rgba(255,255,255,0.90);
        text-align: center;
        width: 80%;
        padding: 20px 20px 10px;
        border-radius: 100px 150px/50px 30px;
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
        opacity: 0;
        transform: translateX(-50%) translateY(-100%);
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 3;
        transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.775);
        overflow:hidden;
    }
    .dty-294-001-c:hover .dty-294-001-c-content {
        opacity: 1;
        transform: translateX(-50%) translateY(-50%);
    }
    .dty-294-001-c .title {
        color: #0150c9;
        font-size: 20px !important;
        letter-spacing: 0.5px;
        text-transform: capitalize;
        margin: 0 0 3px;
    }
    .dty-294-001-c .post {
        font-size: 14px !important;
        font-style: italic;
        letter-spacing: 0.5px;
        margin: 0 0 7px;
        display: block;
    }
    .dty-294-001-c .icon {
        padding: 0;
        margin: 0;
        list-style: none;
    }
        .dty-294-001-c .icon li {
            margin: 0 3px;
            display: inline-block;
        }
            .dty-294-001-c .icon li a {
                color: #fff;
                background-color: #0150c9;
                font-size: 13px;
                line-height: 31px;
                height: 30px;
                width: 30px;
                border-radius: 10px 50px/30px 10px;
                display: block;
                transition: all 0.3s ease 0s;
            }
                .dty-294-001-c .icon li a:hover {
                    box-shadow: 3px 3px rgba(0,0,0,0.2);
                }
@media only screen and (max-width:990px) {
    .dty-294-001-c {
        margin: 0 0 30px;
    }
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - STOP > DTY-294-001-C */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - START > ECA-002-001 */
.eca-002-001 {
    background-color: transparent;
    width: 100%;
    height: 400px;
    perspective: 1000px;
    margin: 0px 0px 10px 0px;
    border-top: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
}
.eca-002-001-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}
.eca-002-001:hover .eca-002-001-inner {
    transform: rotateX(180deg);
}
.eca-002-001-front, .eca-002-001-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}
.eca-002-001-front {
    background-color: #efefef !important;
}
.eca-002-001-back {
    background-color: #4285bc;
    transform: rotateX(180deg);
}
.eca-002-001-new {
    margin-top: 10px;
    margin-left: -20px;
    text-align: center;
    font-family: Cuprum;
    color: #ffffff;
    position: absolute;
    z-index: 10;
    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Safari 3-8 */
    transform: rotate(-45deg);
    border-bottom: 20px solid #e67e22;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    line-height: 20px;
    height: 20px;
    width: 80px;
}
.eca-002-001-noprice {
    margin: 30px 0px 0px 0px !important;
    text-align: center;
    font-size: 12px;
    height: 20px;
}
    .eca-002-001-noprice del {
        color: #aaaaaa;
    }
.eca-002-001-price {
    bottom: 0px;
    padding: 3px;
    text-align: center;
    margin: 0px 0px 10px 0px !important;
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    height: 32px;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    font-family: 'Cuprum';
    color: #4285bc;
}
.eca-002-001-title {
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    text-align: center;
    padding: 3px;
    margin: 10px auto 10px auto !important;
    text-decoration: none;
    font-family: 'Cuprum';
    width: 100%;
}
.eca-002-001-inner > .eca-002-001-title a,
.eca-002-001-inner > .eca-002-001-title a:hover,
{
    color: #4285bc;
}
.eca-002-001-back > .eca-002-001-title a {
    color: #ffffff;
}
.eca-002-001-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 20px auto 20px auto;
}
.eca-002-001-img-b {
    width: 90%;
    height: 160px;
    margin: 0px auto 20px auto;
    border: 1px solid #f1f1f1;
}
.eca-002-001-cart {
    width: auto;
    margin: 0px auto 0px auto;
    height: 36px;
    text-align: center;
    color: #4c4c4c;
    font-family: 'Cuprum';
}
    .eca-002-001-cart a {
        color: #4c4c4c;
        font-family: 'Cuprum' !important;
        font-size: 12px !important;
    }
    .eca-002-001-cart span {
        background-color: rgba(0, 0, 0, 0.3);
        color: #ffffff;
        padding: 3px 5px 3px 5px;
        font-size: 16px;
        height: 36px;
        line-height: 30px;
        margin: 0px 2px 0px 2px;
        border-radius: 5px;
    }
        .eca-002-001-cart span:hover {
            background-color: rgba(0, 0, 0, 0.6);
            color: #ffffff;
        }
.eca-002-001-discount {
    right: 10px;
    width: 40px;
    height: 50px;
    overflow: hidden;
    position: absolute;
    z-index: 1 !important;
}
.eca-002-001-percentage {
    background: #8cc152;
    width: 100px;
    height: 100px;
    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Safari 3-8 */
    transform: rotate(-45deg);
    text-align: center;
    margin-top: -80px;
    margin-left: -30px;
    position: absolute;
    z-index: 10;
}
.eca-002-001-text {
    width: 40px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    font-family: Cuprum;
    color: #ffffff;
    position: absolute;
    z-index: 10;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - STOP > ECA-002-001 */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - START > LST-001-001 */
.lst-001-001-item {
    padding: 5px !important;
    float: left;
    overflow: hidden;
    height: 70px;
    line-height: 28px;
    font-size: 12px;
    color: #4c4c4c;
}
    .lst-001-001-item:hover {
        background: #eeeeee;
    }
    .lst-001-001-item:hover .lst-001-001-img {
         border: 1px solid #008dd2;
    }
.lst-001-001-content {
    color: #4c4c4c;
    text-decoration: none;
    height: 60px;
}
    .lst-001-001-content > p {
        margin: 5px 5px 5px 5px !important;
        line-height: 16px !important;
    }
.lst-001-001-img {
    border: 1px solid #dadada;
    margin-right: 10px;
    width: 60px;
    height: 60px;
    float: left;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - STOP > LST-001-001 */


