﻿
.bread-crumbs {
    letter-spacing: 1.2px;
    margin-top: 10px;
    text-align: center;
}

    .bread-crumbs a {
        color: #161916;
    }

.slider-area {
    height: 400px;
    position: relative;
    background-position: center bottom;
}

    .slider-area .container, .slider-area .row {
        height: 100%;
    }

.slider-desc {
    width: 100%;
    position: absolute;
    bottom: 20px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5);
}

.slide-title h1 {
    font-size: 42px;
    text-align: center;
    margin-bottom: 0px;
    letter-spacing: 2px;
}

.slide-title p {
    margin-top: 10px;
    font-size: 18px;
    letter-spacing: 1.2px;
}

.hide {
    display: none;
}

#preview {
    position: absolute;
    padding: 5px;
    display: none;
    color: #333;
    max-width: 500px;
    z-index: 9;
}

    #preview > img {
        -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
    }

.card a {
    color: #161916;
    font-family: "Apertura";
}

.content-row {
    margin-bottom: 80px;
}

.title {
    margin-bottom: 20px;
}

    .title h3 {
        letter-spacing: 0.10em;
        text-transform: uppercase;
    }

    .title p {
        letter-spacing: 0.05em;
    }



.card-img-wrapper {
    height: 365px;
}

    .card-img-wrapper .lifestyle {
        position: absolute;
    }

.card-img {
    right: 0;
    top: unset;
    float: right;
    height: 100%;
    width: 58%;
    background-color: #F9F9F9;
    background-position: center center;
    background-size: contain;
    border-radius: unset;
    background-repeat: no-repeat;
    max-height: 365px;
}

.collections .card-img {
    width: 100%;
    background-size: contain;
}

.card-img-wrapper {
    /* padding: 20px; */
}

.card-img.overhead {
    height: 325px;
    margin: 0 auto;
    width: 220px;
    float: none;
    margin-top: 20px;
}

.card {
    border-radius: 3px;
    border: none;
    background-color: #F9F9F9;
}

    .card:hover {
        box-shadow: 0 0 7px 0 rgba(50,50,50,.15);
        transform: translateY(-1px);
        transition: all .5s;
    }

.card-title {
    margin-bottom: 5px;
}

.card-body {
    letter-spacing: 0.05em;
    padding: 2em 1.25em 2em;
    background-color: #F9F9F9;
}

    .card-body p {
        margin-bottom: 5px;
    }

.card-text {
    font-size: 13px;
    margin-bottom: 10px;
}

.card-body .add-to-cart {
    background-color: #6cc24a;
}

.card-text a:hover {
    text-decoration: underline;
}

.card-stats {
    max-width: 90px;
    position: absolute;
    left: 15px;
    top: 60px;
}


.card .colors div {
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
}

.shapes .rectangle {
    width: 15px;
}

.shapes .square, .shapes .circle, .shapes .octagon {
    width: 25px;
}

.shapes .circle {
    border-radius: 50%;
}

.shapes .runner {
    width: 10px;
}

.shapes .oval {
    width: 20px;
    border-radius: 50%;
}

.shapes .octagon-wrap {
    width: 25px;
    height: 25px;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.shapes .octagon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    transform: rotate(45deg);
    background: #ffffff;
    border: solid 3px #3c94ae;
}


    .shapes .octagon:before {
        position: absolute;
        /* There needs to be a negative value here to cancel
     * out the width of the border. It's currently -3px,
     * but if the border were 5px, then it'd be -5px.
     */
        top: -3px;
        right: -3px;
        bottom: -3px;
        left: -3px;
        transform: rotate(45deg);
        content: '';
        border: inherit;
    }

.rectangle, .square, .circle, .runner, .oval {
    background-color: #ffffff;
    display: inline-block;
    height: 25px;
    border: solid 3px #3c94ae;
}

.cta-card .card-title {
    font-weight: bold;
    min-height: 82px;
    margin-bottom: 0px;
}

.cta-card-body {
    padding: 3em;
}

.cta-card .card-text {
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

.cta-left .btn, .cta-right .btn {
    margin-top: 14px;
    color: #ffffff;
    float: right;
    background-color: #6cc24a;
}

    .cta-left .btn:hover, .cta-left .right:hover {
        border-color: #6cc24a;
    }

.cta-signup .btn {
    margin-top: 0px;
    background-color: #6cc24a;
}

.btn {
    /*background-color: #6cc24a;*/
}

.unique-offers {
    background-position-x: -14px;
    background-position-y: -5px;
    background-size: 100px;
    border-radius: 50%;
    height: 70px;
    width: 70px;
}

.content-slider .row {
    float: left;
    margin: 0 auto;
    display: flex;
    width: 100%;
    overflow-x: auto;
    flex-wrap: inherit;
    scroll-behavior: smooth;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
}

    .content-slider .row::-webkit-scrollbar {
        width: 0 !important
    }

.content-slide-next, .content-slide-prev {
    color: #606975;
}

.input-group .form-control {
    padding-left: 0px;
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto !important;
    width: 1% !important;
    margin-bottom: 0;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.input-group-append .btn, .input-group-prepend .btn {
    position: relative;
    z-index: 2;
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border: solid 1px #6c757d;
}

.btn2 {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.design-grid .card {
    margin-bottom: 30px;
}

.collection-circles {
    margin-top: 20px;
}

.collections .collection-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-right: 10px;
    width: 50px;
}

.card .badge-primary {
    position: absolute;
    z-index: 9;
    padding: .5em .6em;
    top: 10px;
    left: 10px;
}

.collection-wrap.one, .collection-wrap.two {
    width: 100%;
}

.collection-inner {
    height: 80px;
    width: 100%;
}

    .collection-inner.one {
        width: 50px;
    }

    .collection-inner.two {
        width: 115px;
    }

.collection-wrap.three {
    margin: 0 auto;
    float: none;
}

.collections .left-arrow, .collections .right-arrow {
    line-height: 80px;
    font-size: 20px;
}

.collections .left-arrow {
    opacity: 0;
}

@media screen and (min-width: 1070px) {
    .col-md-3 {
    }
}
