*,
*:active,
*:focus {
    outline: none;
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    letter-spacing: .02em;
    line-height: 1;
}
h2 {
    font-size: 32px;
}
p {
    font-size: 17px;
    line-height: 1.4;
}
.shoe-page-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
button {
    border: none;
    background: transparent;
    padding: 0;
}
.shoes-collections-one {
    background: url(../images/shoes-collections/banner_1.jpg) center top repeat-x;
}
.shoes-collections-one-content {
    padding-top: 125px;
    padding-bottom: 220px;
    text-align: center;
}
.shoes-collections-one-content h2 {
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 35px 15px;
    border-bottom: 5px solid #fff;
    letter-spacing: 3px;
}
.shoes-collections-one-text {
    margin: 90px 60px 0;
    background: #fff;
    /* border-radius: 10px; */
    padding: 40px;
    -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, .2);
    color: black;
}
.shoes-collections-one-text h3 {
    font-size: 28px;
    margin-bottom: 20px;
}
.shoes-collections-one-text p {
    margin-bottom: 18px;
}
.gray-btn {
    color: #fff;
    text-decoration: none;
    margin: 0 auto;
    border: 1px solid #000;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    background: #000000;
    background: linear-gradient(135deg, #4d4d4d 0%,#000000 66%,#000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#000000',GradientType=1 );
    -webkit-box-shadow: 0px 4px 10px -3px #000000;
    box-shadow: 0px 4px 10px -3px #000000;
    border-radius: 30px;
    width: 200px;
    padding: 10px 0px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
}
.gray-btn:hover {
    color: #ffffff;
    text-decoration: none;
}
.gray-btn img {
    max-height: 15px;
}
.shoes-collections-one-text figure {
    max-width: 95%;
    margin: 50px auto -220px;
    display: block;
}
.shoes-list {
    text-align: center;
    margin-bottom: 40px;
    /* padding-bottom: 90px; */
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    color: black;
}

.product-img {
    padding: 15px 10px 0;
    /* background: #f7f7f7; */
    /* border-radius: 8px; */
    margin-bottom: 1px;
    position: relative;
}
.overlay-image {
    position: absolute;
    left: 0;
    top: 20%;
    width: 100%;
    opacity: 0;
    -webkit-transition: all ease-in .5s;
    transition: all ease-in .5s;
}
.main-image {
    -webkit-transition: all ease-in .5s;
    transition: all ease-in .5s;
}
.shoes-list figure img {
    max-height: 266px;
}
.shoes-list:hover .main-image {
    opacity: 0;
}
.shoes-list:hover .overlay-image {
    opacity: 1;
}
.product-info {
    padding: 20px 30px 0px;
    /* background: #f7f7f7; */
    border-radius: 8px;
    text-align: left;
}
.product-info p {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 20px;
}
.product-info strong {
    /*
    font-size: 17px;
    margin-bottom: 15px;
*/
    line-height: 30px;
    font-size: 40px;
    }
.add-to-cart-btn {
    text-transform: uppercase;
    color: #fff;
    position: relative;
    bottom: -21px;
    margin: 0;
    border:1px solid #000;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    background: #000000;
    background: linear-gradient(135deg, #4d4d4d 0%,#000000 66%,#000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#000000',GradientType=1 );
    -webkit-box-shadow: 0px 4px 10px -3px #000000;
    box-shadow: 0px 4px 10px -3px #000000;
    border-radius: 30px;
    width: 200px;
    padding: 10px 0px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    margin: auto;
    display: block;
}
.add-to-cart-btn:hover {
    background: #fff;
    color: #000;
    -webkit-box-shadow: 0px 4px 10px -3px #cccccc;
    box-shadow: 0px 4px 10px -3px #cccccc;
    border: solid 1px #cccccc;
}
.section-band-shop-six {
    background: #f9f9f9;
    padding: 60px 0 40px;
}
.section-band-shop-six h2 {
    margin-bottom: 0;
    text-align: center;
    font-size: 28px;
}
.section-band-shop-six h3.subtitle {
    font-size: 20px;
    margin-bottom: 30px;
    text-align: center;
}
.section-band-shop-six h3.subtitle span {
    color: #fc446f;
}
.app-feature-list {
    overflow: hidden;
    margin-bottom: 15px;
}
.app-feature-list figure {
    width: 35px;
    float: left;
    margin-right: 20px;
}
.app-feature-list .app-feature-content {
    float: left;
    width: calc( 100% - 100px);
}
.app-feature-list .app-feature-content h3 {
    margin: 2px 0 13px;
    font-size: 16px;
}
.app-feature-list .app-feature-content p {
    font-size: 15px;
}
.app-feature-images {
    display: block;
    max-width: 90%;
    margin: 50px auto 0;
}
.learn-more-section {
    padding: 25px 0 0;
    text-align: center;
}
a.buy-now-btn {
    display: inline-block;
    background: #000;
    line-height: 35px;
    font-size: 17px;
    padding: 2px 35px;
    text-transform: capitalize;
    color: #fff;
}
.interactive-section5 .section-grid1 {
    max-width: 1450px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}
.interactive-section5 {
    padding: 50px 15px;
}
@media only screen and (max-width:1024px){
    .interactive-section5{
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width:768px){
    
    .grid1-right {
        margin-top: 40px;
    }
    .grid-contnet{
        padding: 0 15px;
        text-align: center;
    }
    .grid-contnet figure {
        margin: auto;
    }
    .grid-content-text h3 {
    margin-bottom: 4px;
    text-transform: capitalize;
    min-height: 0;
    margin: 20px auto;
    }
    .interactive-section5 .section-grid1 {
        width: 100%;
    }
    .shoes-collections-one-text {
        margin: 40px 0px 0;
    }
    .learn-more-section {
        padding: 0;
        margin: 15px auto;

    }
    .interactive-section5 {
        padding: 15px;
    }
    .section-grid1-header h2 {
        font-size: 24px;
    }
    .section-grid1-header p {
        font-size: 20px;
    }
    .add-to-cart-btn {
        width: 150px;
        padding: 5px 0px;
        font-size: 14px;
        margin: auto;
    }
    .shoes-list {
        margin-bottom: 40px;
        /* padding-bottom: 40px; */
    }
}


.product-price{
       font-size: 36px;
       display: inline-block;
       margin-bottom: 15px;
       text-align: LEFT;
       margin: 0;
       /*border-bottom: 1px solid #e5e5e5;*/
       /* padding-bottom: 10px; */
       /* margin-left: 15px; */
       font-family: 'sofia_probold';
}
.product-list-dtl{
    padding: 20px 25px 0px;
    text-align: left;
}
.price-real-label figure{
    width: 80px;
    position: relative;
    /* display: none; */ /* hide the div, until we are live */
}
.price-real-label figure figcaption{
    position: absolute;
    color: #fff;
    left: 0;
    text-align: center;
    top:50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    line-height: 22px;
    right: 0;
}
.price-real-label figure figcaption span{
    display:block;
}
.price-real-label{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    padding: 10px 0px 0px;
    display: none;
}
.price-real-label p{
    padding-left:15px;
    text-align: left;
    /* display: none; */
}
.product-price span{
    /* font-size: 36px; */
    font-family: 'sofia_probold';
}
.product-price small{
    display: inline-block;
    font-size: 24px;
}
.product-popup .product-price{
    margin-left: 0;
}
.product-popup .price-real-label{
    padding-left: 0;
}
