﻿a, button {
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

    a:hover, button:hover, a:focus, button:focus {
        outline: none;
        text-decoration: none;
    }

.no-padding-left {
    padding-left: 0px !important;
}

.no-padding-right {
    padding-right: 0px !important;
}

.no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.textcenter {
    text-align: center;
}

.textright {
    text-align: right;
}

.textjusify {
    text-align: justify;
}

.circle {
    position: relative;
    width: 100%;
}

    .circle:before {
        display: block;
        padding-top: 100%; /* initial ratio of 1:1*/
        content: "";
    }

    .circle .inner {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        border-radius: 50%;
        overflow: hidden;
    }

.heading1 {
    font-family: 'Source Sans Pro';
    font-weight: normal;
    margin: 0;
    line-height: 1.5;
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
}

.text-pink {
    color: #F51919;
}

.btn-shop {
    display: inline-block;
    background: #000;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    text-transform: uppercase;
}

    .btn-shop:hover, .btn-circle:hover {
        background: #808080;
        color: #fff;
    }

a, a:focus {
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    text-decoration: none;
}

.btn-circle {
    height: 60px;
    width: 60px;
    padding: 10px;
    display: block;
    text-align: center;
    border-radius: 50%;
    background: #000;
    color: #fff;
}

.heading2 {
    position: relative;
    padding: 5px 5px 5px 5px;
    text-transform: uppercase;
    font-family: 'Source Sans Pro';
    color: #000;
    font-weight: bold;
    font-size: 20px;
    margin: 0 0 0px;
}

/*.heading2:before {
        width: 3px;
        height: 100%;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background: #fd6699;
    }*/
.inContent {
    padding: 10px 100px 10px 20px;
    text-align: justify;
}

    .inContent h4 {
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 10px;
        margin-top: 0px;
    }

        .inContent h4 a {
            color: #000;
        }

            .inContent h4 a:hover {
                color: #e25283;
            }

    .inContent p {
        font-size: 15px;
    }

.heading3 {
    position: relative;
    /*text-transform: uppercase;*/
    font-family: 'Source Sans Pro';
    font-weight: normal;
    color: #000;
    padding: 10px 0 5px;
    font-size: 16px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
}

.backToTop {
    display: block;
    position: fixed;
    width: 40px;
    height: 40px;
    background: #000;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    bottom: 50px;
    z-index: 99;
    -webkit-box-shadow: 3px 5px 7px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 3px 5px 7px 0px rgba(0,0,0,0.3);
    box-shadow: 3px 5px 7px 0px rgba(0,0,0,0.3);
    right: -50px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.setRight {
    right: 10px;
}

.backToTop:hover {
    color: #fff;
    background: #fd6699;
}

.backToTop i {
    font-size: 18px;
}

ul {
    list-style: none;
    -webkit-padding-start: 0;
}

.nopadding {
    padding: 0;
}

.title-sm {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: normal;
}

.title-lg {
    font-family: 'Source Sans Pro';
    color: #Fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 34px;
}

.btn-detail {
    display: inline-block;
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.78);
    color: #000;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: 'Source Sans Pro';
    font-weight: bold;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

    .btn-detail:hover {
        color: #000;
        background: #e5e5e5;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

.breadcrumb {
    margin-top: 10px;
    border-radius: 0;
}

    .breadcrumb li a {
        color: #fd6699;
    }

        .breadcrumb li a:hover {
            color: #000;
        }

.heading4 {
    padding: 10px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

    .heading4.cate:before {
        position: absolute;
        left: 10px;
        font-family: "Flaticon";
        top: 10px;
        content: "\e01d";
        font-size: 16px;
    }

    .heading4.news:before {
        position: absolute;
        left: 10px;
        font-family: "Flaticon";
        top: 10px;
        content: "\e011";
        font-size: 16px;
    }

.heading-title {
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #000;
    font-family: 'Source Sans Pro';
}

.pagination > li > a, .pagination > li > span {
    color: #000;
}

    .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
        color: #fd6699;
    }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background: #fd6699;
    border-color: #fd6699;
}

.btn-pink {
    background-color: #fd6699;
    color: #fff;
}

    .btn-pink:hover {
        background: #e25283;
        color: #fff;
    }

.nav-tabs > li > a {
    background: rgba(0,0,0,0.3);
    color: #100f0f;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 0px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background: #fd6699;
    color: #fff;
}

.tab-pane {
    padding: 15px;
}

.tab-content {
    border-width: 0 1px 1px 1px;
    border-color: rgba(0,0,0,0.3);
    border-style: solid;
    padding-bottom: 15px;
}

/*====cart====*/
.close {
    color: #fff;
    text-shadow: none;
    opacity: 1;
}

.modal-body {
    max-height: 300px;
    overflow-y: auto;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 800px;
        margin: 30px auto;
    }
}

.viewCart {
    list-style: none;
    padding-left: 0px;
}

    .viewCart li {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc;
    }

        .viewCart li:last-child {
            border-bottom: none;
        }

        .viewCart li .price {
            text-align: right;
        }

    .viewCart .name h2 {
        font-size: 14px;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .viewCart .btn-remove {
        border: none;
        background-color: transparent;
        cursor: pointer;
        font-size: 16px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .viewCart .btn-remove:hover, .viewCart .btn-remove:focus {
            -moz-transform: scale(1.2);
            -webkit-transform: scale(1.2);
            -o-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2);
        }

.bg-silver {
    border-bottom: 1px solid #ccc;
    background: #fff;
    margin: -15px -15px 10px;
}

    .bg-silver p {
        font-weight: bold;
        color: #000;
        display: inline-block;
        padding: 10px 40px;
        text-align: right;
    }

        .bg-silver p:nth-child(2) {
            border-bottom: none;
        }

        .bg-silver p strong {
            margin-left: 100px;
        }

.modal-footer {
    background: #999999;
}

.modal-body {
    max-height: 300px;
    overflow-y: auto;
}

.heading5 {
    font-family: 'passingnotesmedium';
    position: relative;
    font-weight: bold;
    font-size: 30px;
    color: #EE1A23;
    margin-bottom: 0px;
    text-align: center;
    letter-spacing: 2px;
    padding: 20px 0;
}

.z-header .head1 {
    position: relative;
}

.rotate {
    font-weight: bold;
    position: absolute;
    left: 25px;
    bottom: 10px;
    font-size: 80%;
    width: 100%;
    text-align: center;
    //width: 100%;
    //text-align: left;
    //width: 100%;
    //text-align: left;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    margin-top: 0px;
    margin-bottom: 0px;
    z-index: 5;
    transform: rotate(270deg);
    transform-origin: bottom left;
    -webkit-transform: rotate(270deg);
    -webkit-transform-origin: bottom left;
}

.head1 {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    position: relative;
    background: rgb(142,144,148); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(142,144,148,1) 0%, rgba(175,175,175,1) 42%, rgba(241,241,241,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(142,144,148,1)), color-stop(42%,rgba(175,175,175,1)), color-stop(100%,rgba(241,241,241,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(142,144,148,1) 0%,rgba(175,175,175,1) 42%,rgba(241,241,241,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(142,144,148,1) 0%,rgba(175,175,175,1) 42%,rgba(241,241,241,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(142,144,148,1) 0%,rgba(175,175,175,1) 42%,rgba(241,241,241,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(142,144,148,1) 0%,rgba(175,175,175,1) 42%,rgba(241,241,241,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e9094', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
}

    .head1 img {
        position: absolute;
        width: 100%;
        left: 0;
        top: -13px;
    }

@keyframes hiddens {
    from {
        margin-top: -20px;
        visibility: hidden;
    }

    to {
        margin-top: 0px;
        visibility: visible;
    }
}

@-webkit-keyframes hiddens {
    from {
        margin-top: -20px;
        visibility: hidden;
    }

    to {
        margin-top: 0px;
        visibility: visible;
    }
}

@-moz-keyframes hiddens {
    from {
        margin-top: -20px;
        visibility: hidden;
    }

    to {
        margin-top: 0px;
        visibility: visible;
    }
}

@-ms-keyframes hiddens {
    from {
        margin-top: -20px;
        visibility: hidden;
    }

    to {
        margin-top: 0px;
        visibility: visible;
    }
}
