body{
    background-color:#ffffff;
}
#cpWrapper{
    padding:0;
    margin:auto;
}
#shopContainer{
    background-color:#ffffff;
    margin:0px auto;
    margin-top:-70px;
}
#shopBorder{
    border:0;
    background-color:#dfdede;
    border-top:0;
}
#shopWrapper{
    background-color:#ffffff;
    border:0;
}
#shopHeader{
    background-color:#ffffff;
}
.topShopImagesWrapper{
    margin-top: 80px;
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
}
.topShopImagesClass a img{
    max-width:95%;
}
.productsHeaderTextDiv{
    text-align: center;
    color:#28bfbd; font-family: oswald,helvetica,neue,arial,sans-serif;
    font-size: 16px;
    margin-top:50px;
    padding-bottom:8px;
}
.featureProductSeperatorDiv{
    margin: 0 auto;
    width: 5%;
    height: 2px;
    background-color: #28bfbd;

}
.color_cl{
    color: #28bfbd;
}
#shopContainer a{
    text-decoration:none;
}
.center
{
    margin:auto;
    width:50%;
}
.smallsidebartext a{
    font-family: "Oswald","Helvetica Neue",Arial,sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration:none;
    color: #28bfbd;
}
#sidebarContent {
    padding: 85px 5px 5px;
    position: relative;
}
#sidebarContent table {
    width:auto;
}
#sidebarContentTD {
    min-width:200px;
}
#shopCollection{
    font-family: "Oswald","Helvetica Neue",Arial,sans-serif;
    font-size:15px;
    text-transform: uppercase;
    font-weight:bold;
    color:#303030;
    left: 7px;
    position: absolute;
    top: 60px;
}
.promoBox{
    margin-top:50px;
}
.sidebarbg {
    background-color:#ffffff;
    border-right: 1px dashed #b5b7b7;
}
#shopName{
    font-family: "Oswald","Helvetica Neue",Arial,sans-serif;
    font-size:64px;
    color:#636363;
    padding:30px 10px;
}
#colorBar{
    height:16px;
}
#topNav{
    background-color:#ffffff;
    font-family: "Oswald","Helvetica Neue",Arial,sans-serif !important;
    font-size:0.8em;
    text-transform: uppercase;
    letter-spacing: 1px;
    color:#ffffff;
    text-align:center;
    margin:auto auto 25px;
    border-bottom: 1px solid #28bfbd;
    padding:0 10px;
    display: flex;
    align-items: center;
    width: 100%;
}
.navitem{
    padding: 5px;
    width:100%;
}
#topNav ul, #topNav ul li{

    list-style:none;
    float:left;
    margin-left: 50px;
    padding: 5px 0px;
}
#topNav ul{
    width:100%;
}
#topNav ul li a{

    color:#28bfbd;
    text-decoration:none;
    font-weight: normal;
    padding-bottom: 15px;

}
.shopDropdown {
    position: relative;
}
.shopDropdown-content {
    margin-top: -20px;
    display: none;
    position: absolute;
    background-color: #ffffff;
    color: #28bfbd;
    min-width: 240px;
    font-weight: normal;
    text-align: left;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding:12px 16px;
    z-index: 1;
}
.shopDropdown:hover .shopDropdown-content {
    display: block;
    color: #303030;
}
#searchFormContainer{
    width:206px;
    float:right;
    left: -16px;
    position: absolute;
    top: 0;
}
#submitSearch{
    float:right;
}
#searchTerm{
    float:left;
    width:125px;
    height:16px;
    padding:3px;
}

/*.content-main p {*/
/*    margin-bottom: 0px !important;*/
/*}*/
.shopDropdown p{
    margin-bottom: 20px !important;
}
.imageWithPrice{
    display: flex;
    margin-bottom: 50px;
    margin-top:30px;
}
.imageWithPrice img{
    border: 1px solid #303030;
    max-width: 97%;
    height: auto;
}

.productBoxDiv{
    text-align: center;
    width: 340px;
    margin-left: 14px;
    margin-right: 14px;

}
.withOutPriceProductsDiv{
    text-align: center;
    border-top: 2px solid #28bfbd;
    border-bottom: 2px solid #28bfbd;
    display: flex;
}