.row {
    text-align: center;

}

.carousel {
    width: 1000px;
    min-height: 600px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.Backdrop {
    background: url('../images/BANNER_BASE_II.png') no-repeat center top;
}

.carousel .item {
    width: 350px;
    height: 250px;
    vertical-align: middle;
    line-height: 150px;
}

.controls {
    left: 50%;
    /* position: relative;*/
}

.controls a {
    pointer-events: auto;
    height: 60px;
    width: 60px;
    border-radius: 60px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 3em;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    background: red;
    /*background: rgba(0, 0, 0, 0.1);*/
    transition: all .25s;
    /*  opacity: 1;
    filter: Alpha(opacity=100); */
}

.controls .previous {
    background: url("../images/arrow-left.svg") no-repeat scroll 0 0 transparent;
    width: 110px;
    height: 75px;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 2%;
    margin-top: -17px;
    opacity: 0.4;
    filter: Alpha(opacity=40);
    /* IE8 and earlier */
}

.controls .next {
    background: url("../images/arrow-right.svg") no-repeat scroll 0 0 transparent;
    width: 110px;
    height: 75px;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 2%;
    margin-top: -17px;
    opacity: 0.4;
    filter: Alpha(opacity=40);
}

.controls a:hover {
    transform: scale(1.1);
    opacity: 1;
    filter: Alpha(opacity=100);
    /* IE8 and earlier */
}

.section-heading {
    color: #FFFFFF;
    font-size: 28px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.section-title {
    color: #FFFFFF;
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
}

.section-lead {
    color: #BCBCBC;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
}

.sub-section-lead {
    color: #FF2727;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
}

ul {
    list-style-image: url('../images/li_icon.png');
}

li {
    padding: 6px
}

.top150 {
    padding-top: 150px;
}

.top30 {
    padding-top: 30px;
}

.top10 {
    padding-top: 10px;
}

.bottom30 {
    padding-bottom: 30px;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

 
.dp-button {
    text-transform: uppercase;
    color: #fff;
}

.dp-img-wrapper {
    text-align: center;
    border-color: #333;
    border: 1px solid transparent;
}

.dp-product-image {
    position: relative;
    display: block;
}

.displayProduct-Container .product_grid .dp-button,
.displayProduct-Container button.single_add_to_cart_button.alt,
.displayProduct-Container a.single_add_to_cart_button.alt {
    display: block
}

.dp-col {
    display: block;
    float: left;
    margin: 1% 0 2% 1.6%;
}

.dp-col img {
    max-width: 100%;
    height: auto;
    border: 0;

}

.dp-col:first-child,
.dp-col.firstcol {
    margin-left: 0;
    clear: left;
}

#carousel h2 {
    margin: 0px 0 !important;
    text-align: center;
    border: 0 !important;
    color:#fff;
    font-size: 2rem;
    letter-spacing: 2px;
    text-shadow:
        rgb(255, 255, 255) 0px 0px 10px;
}

 

#carousel h3 {
    font-size: 1.8rem;
    color:#fff;
    margin-top: 7px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1.4px;
   /* text-shadow:
        #FFF 0px 0px 2px,
        #FFF 0px 0px 10px,
        #FFF 0px 0px 15px,
        #FF2D95 0px 0px 20px,
        #FF2D95 0px 0px 24px;*/
}

 .product-name h4{
    font-family: "Oxygen", sans-serif;
    font-weight: 700;
     text-transform: uppercase;
 }

.product-name a{
  color: #fffa92
}

.product-name {
/*border-bottom: 1px solid #e2d7d7;*/
position: relative;
padding-bottom: 8px;
display: block;
margin-bottom: 16px;
font-size: 18px;
line-height: 24px;
  text-shadow:
        #FFF 0px 0px 2px,
        #FFF 0px 0px 10px,
        #FFF 0px 0px 15px,
        #FF2D95 0px 0px 20px,
        #FF2D95 0px 0px 24px;
}

.product-name a:hover::before { 
background: rgba(247, 153, 255,0.7); 
}

.product-name :before {
content: " ";
display: block;
background: rgba(80, 49, 82, 1);
position: absolute;
min-width: 80px;
width: auto;
height: 1px;
margin-right: auto !important;
margin-left: auto !important;
text-align: center;
bottom: -5px;
left: 0;
right: 0;
border-radius: 5px;
}

#carousel .dp-product-information {
    line-height: 10px;
    position: relative;
    padding: 0;
    text-align: center;
    margin-top: 5px;
}

.btn-warning {
    border-color: #B35A00;
    background-color: #F9A21B;
    background: linear-gradient(to bottom, #f78c1b, #FEB13A);
    color: #552F00;
}
.btn-warning:hover {
    border-color: #B35A00;
    background-color: #fff;
    background: linear-gradient(to bottom,#FEB13A,#f78c1b);  
}

@media only screen and (max-width: 992px) {

}

@media only screen and (max-width: 768px) {
    .product-name {
        font-size: 1.4rem;
    }
.top150 {
    padding-top: 50px;
}
    .btn {
        font-size: 16px;
    }
    .section-heading {
        font-size: 22px;
        color: #000;
        background: #fff;
        padding: 10px
    }

    .section-title {
        font-size: 16px;
    }

    .section-lead {
        font-size: 13px;
        padding: 10px
    }
}
 

/* all browsers except IE6 and lower */
@media only screen and (max-width: 480px) {

    .dp-col {
        margin: 1% 0 1% 0%;
    }
}

/*  GRID OF THREE   ============================================================================= */
.dp-col_3_of_3 {
    width: 100%;
}
 
.dp-col_2_of_3 {
    width: 66.13%;
}

.dp-col_1_of_3 {
    width: 32.26%;
}

@media only screen and (max-width: 480px) {
  .top150 {
    padding-top: 20px;
}
    .section-heading {
        font-size: 22px;
        color: #000;
        background: #fff;
        padding: 10px
    }

    .section-title {
        font-size: 16px;
    }

    .section-lead {
        font-size: 13px;
        padding: 10px
    }

    ul {
        font-size: 15px;
        list-style-image: none;
        list-style-type: square;
    }

    .product-name {
        font-size: 2.2rem;
    }
 .btn {
font-size: 17px;
}

.product-name :before {
content: " ";
display: block;
background: #f3c26b;
position: absolute;
 width:  0px; 
height: 0px;
margin-right: auto !important;
margin-left: auto !important;
text-align: center;
bottom: -5px;
left: 0;
right: 0;
border-radius: 5px;
}
    .dp-col_3_of_3 {
        width: 100%;
    }

    .dp-col_2_of_3 {
        width: 100%;
    }

    .dp-col_1_of_3 {
        width: 100%;
    }
}

footer {
    padding-top: 30px;
    height: 70px;
}