#dc-tabs-content .img-container {
    width: auto;
    overflow: hidden;
    height: 300px;
    position: relative;
}

#dc-tabs-content .img-container img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

#dc-tabs-line .dc-not-available {
    color: #555;
    margin: 65px;
    text-align: center;
}

#dc-tabs-content .addtocart .stock {
    line-height: 2;
}

#dc-tabs-line ul#tabs {
    list-style-type: none;
    margin: 15px 0;
    padding: 0;
    text-align: center;
}

#dc-tabs-line ul#tabs li {
    display: inline;
    margin: 0 5px;
}

#dc-tabs-line .slider-outer-wrap {
    min-height: 300px;
    position: relative;
}

#dc-tabs-line .slider-wrapper {
    position: relative;
}

#dc-tabs-line .owl-prev {
    left: 0px;
}

#dc-tabs-line .owl-next {
    right: 0px;
}

.dc-pt-loader {
    background: #fff none repeat scroll 0 0;
    height: 100%;
    opacity: 0.8;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 11;
    display: none;
}

.dc-pt-loader > img {
    padding-top: 100px;
}

#dc-tabs-line ul#tabs li a {
    border: 2px solid transparent;
    color: #555;
    display: inline-block;
    font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.9px;
    padding: 11px 24px 8px;
    text-decoration: none;
    text-transform: uppercase;
}

#dc-tabs-line ul#tabs li a:hover {
    border: 2px solid #555;
}

#dc-tabs-line ul#tabs li a.active {
    border: 2px solid #333;
    color: #333;
}

#dc-tabs-line ul#tabs li a link:active {
    background-color: #A84E4E;
}

#dc-tabs-line ul#tabs li a.selected {
    color: #000;
    background-color: #f1f0ee;
    font-weight: bold;
    padding: 0.7em 0.3em 0.38em 0.3em;
}

#dc-tabs-content {
    text-align: center;
}

#dc-tabs-content .primary .price.slide {
    margin: 10px 0;
    text-align: left;
}

#dc-tabs-content .primary.header a.product-name:hover {
    cursor: pointer;
}

#dc-tabs-content .primary.header {
    padding: 5px 0px 0px 10px;
}

#dc-tabs-content .primary .secondary .addtocart button {
    border-radius: 0;
    font-size: 1.3rem;
    line-height: 1;
    padding: 10px 15px;
}

#dc-tabs-line .actions-secondary {
    display: table-cell;
    padding-left: 10px;
}

#dc-tabs-line .actions-secondary a.action {
    margin-right: 10px;
}

#dc-tabs-line .addtocart.slide {
    display: table-cell;
}

#dc-tabs-content.owl-carousel .item.product-item {
    display: inline-block;
    height: auto;
    overflow: hidden;
    padding: 8px;
    width: 100%;
}

#dc-tabs-content.dc-slider-fixed .item.product-item {
    width: 240px;
}

#dc-tabs-content .product-name {
    color: #333;
    display: block;
    text-align: left;
}

#dc-tabs-content.owl-carousel .item.product-item:hover {
    border: 1px solid #bbb;
    margin: 0px;
    padding: 7px;
    z-index: 2;
    border-radius: 4px;
    box-shadow: 1px 0px 4px 1px #AAA;
    cursor: pointer;
}

@media only screen and (max-device-width: 1024px) {
    #dc-tabs-line ul#tabs li a {
        padding: 8px 12px 8px 12px;
        display: inline-block;
        text-transform: uppercase;
        font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-size: 12px;
        letter-spacing: 0.9px;
        color: #fff;
        background: #4176A1;
        text-decoration: none;
    }

    #dc-tabs-content .primary.header {
        padding: 5px 0px 0px 4px;
    }

    #dc-tabs-content .primary.header a {
        font-size: 16px;
    }

    #dc-tabs-content  .action.tocart.primary {
        padding: 5px 12px;
        line-height: 25px;
        background: #4176a1;
        border: 1px solid #4176a1;
    }

}

@media only screen and (max-device-width: 768px) {
    #dc-tabs-line ul#tabs li a {
        padding: 8px 6px 8px 6px;
        display: inline-block;
        text-transform: uppercase;
        font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-size: 10px;
        letter-spacing: 0.9px;
        color: #fff;
        background: #4176A1;
        text-decoration: none;
    }

    #dc-tabs-content  .action.tocart.primary {
        padding: 5px 8px;
        line-height: 25px;
        background: #4176a1;
        border: 1px solid #4176a1;
        width: 130px;
    }

    #dc-tabs-content  .primary.header {
        padding: 5px 0px 0px 15px;
    }

}

@media only screen and (max-device-width: 640px) {
    #dc-tabs-content  .primary .secondary .addtocart button {
        background: #4176A1;
        border: 1px solid #4176A1;
        width: 130px;
        line-height: 25px;
        margin-right: 6px;
    }

    #dc-tabs-line ul#tabs li a {
        padding: 8px 6px 8px 6px;
        display: inline-block;
        text-transform: uppercase;
        font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-size: 12px;
        letter-spacing: 0.9px;
        color: #fff;
        background: #4176A1;
        text-decoration: none;
        margin-bottom: 5px;
    }

}

@media only screen and (max-device-width: 480px) {
    #dc-tabs-content  .primary.header a {
        font-size: 20px;
    }

    #dc-tabs-content  .primary.header .price.slide {
        font-size: 18px;
    }

    #dc-tabs-content  .primary .secondary .addtocart button {
        background: #4176A1;
        border: 1px solid #4176A1;
        width: 160px;
        line-height: 25px;
        margin-right: 6px;
    }

    #dc-tabs-content  .primary.header a {
        font-size: 18px;
    }

}

@media only screen and (max-device-width: 375px) {
    #dc-tabs-content  .primary.header {
        padding: 5px 0px 0px 5px;
    }

    #dc-tabs-content .primary .secondary .addtocart button {
        background: #4176A1;
        border: 1px solid #4176A1;
        width: 150px;
        line-height: 25px;
        margin-right: 6px;
    }

}

@media only screen and (max-device-width: 320px) {
    #dc-tabs-content .primary.header a {
        font-size: 18px;
    }

    #dc-tabs-content .primary .secondary .addtocart button {
        background: #4176A1;
        border: 1px solid #4176A1;
        width: 120px;
        line-height: 25px;
        margin-right: 4px;
    }

}



