.page-productDetails .page-title-4 .breadcrumb {
    top: inherit;
    line-height: 35px;
    text-align: left;
}
.several {
    width: 103px;
}
.tabs h2 {
    font-size: 29px;
    line-height: 35px;
    font-weight: 400;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.page-productDetails .list-group-item {
    border: none;
}
.page-productDetails .page-title-uppercase {
    display: none;
}
.volume-prices .volume-price-quantity {
    padding-right: 10px;
    white-space: nowrap;
}
.page-productDetails .text-center a p {
    color: #333;
}
.page-productDetails .product-details hr{
    margin-top: 5px;
}
.product-details .sku {
    /*color: #999999;*/
    color: #333333;
}
/* TABS */
.page-productDetails .text-tabs .current-info {
    display: none;
}
.page-productDetails .page-title h3.mb0 {
    display: none;
}
.page-productDetails .text-tabs .tabs-list {
    margin-bottom: 0;
    overflow: hidden;
}
.page-productDetails .tabs-list > li {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: 1;
    position: relative;
    line-height: 50px;
    height: 50px;
    width: 200px;
    text-align: center;
    background: #f6f6f6;
    border-bottom: none;
}
.page-productDetails .tabs-list li:last-child {
    margin-right: 0;
}
.page-productDetails .col-sm-4.tablet-centered {
    margin-bottom: 10px;
}
.product-classifications .table tr:nth-child(2n+1) {
    background: #f6f6f6;
}
.product-classifications .table {
    border: 1px solid #ddd;
}
.product-classifications .attrib {
    border-right: 1px solid #ddd;
}
@media (max-width: 640px) {
    .page-productDetails .tabs-list > li {
        display: block;
        width: 100%;
        height: 52px;
        line-height: 52px;
        text-align: left;
        padding: 0 22px;
        margin-bottom: 8px;
    }
    .page-productDetails .tabs-list li:last-child {
        margin-bottom: 0;
    }
    .page-productDetails .right-side-pdp {
        margin-top: 20px;
    }
}
@media (min-width: 641px) and (max-width: 992px) {
    .page-productDetails .tabs-list {
        display: flex;
        justify-content: space-between;
    }
    .page-productDetails .tabs-list li {
        width: 100%;
    }
}
@media (min-width: 641px) and (max-width: 991px) {
    .page-productDetails .col-sm-4.tablet-centered {
        margin-left: 33.33333333%;
    }
}

.page-productDetails .tabs-list li .tab-dropdown {
    float: right;
    margin-top: -37px;
    color: #7f7f7f;
}
.page-productDetails .tabs-list li a {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: normal;
    text-transform: capitalize;
    color: #7f7f7f;
    display: block;
}
@media (max-width: 640px) {
    .page-productDetails .tabs-list li a {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 15px;
    }
    .page-productDetails .a2a_kit a.a2a_dd.share {
        margin-top: 22px;
    }
}
.page-productDetails .tabs-list .active {
    background: #058cd0;
    border-color: #058cd0;
}

.page-productDetails .tabs-list .active a {
    color: #fff;
}
.page-productDetails .tabs-list .active .tab-dropdown {
    color: #fff;
}
.page-productDetails .tabs .content {
    padding: 25px 0;
    border-top: solid 1px #058cd0;
    color: #7f7f7f;
    margin-bottom: 50px;
}
@media (max-width: 640px) {
    .page-productDetails .tabs .content {
        display: none;
    }
}
.page-productDetails .tabs .content p:last-child, .page-productDetails .tabs .content p:nth-last-child(2) {
    margin-bottom: 0;
}
.page-productDetails .tabs .content .tabhead  {
    display: none;
}
.page-productDetails .text-tabs li.active:after {
    display: none;
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #1293c1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    left: 0;
    opacity: 1;
}
@media (max-width: 477px) {
    .page-productDetails .text-tabs li.active:after{
        bottom: -5px;
    }
}
@media (min-width: 478px) {
    .page-productDetails .text-tabs li.active:after{
        bottom: -17px;
    }
}
.page-productDetails .write-review .form-control{
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
}
.page-productDetails .write-review button[type="submit"] {
    border: 1px solid #debb04;
    width: 163px;
}
.page-productDetails .btn {
    margin-bottom: 0;
    border: none;
}
.page-productDetails .js-qty-selector-input {
    height: 40px;
    background: #fff;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}
.page-productDetails .addtocart-component .js-qty-selector-plus {
    margin-left: 0;
}
.page-productDetails .addtocart-component .input-group-btn button.btn {
    width: 20px;
    min-width: 50px;
    line-height: inherit;
    padding: 10px;
    background: #d2d2d2;
    border: none;
}
.page-productDetails .addtocart-component .input-group-btn {
    /*display: none;*/
}
.page-productDetails .addtocart-component .js-writeReviewTab{
    display: none;
}
.page-productDetails .addtocart-component .qty-selector {
    margin: 0;
    width: auto;
}
.page-productDetails .addtocart-component .for-sm .js-writeReviewTab,
.page-productDetails .addtocart-component .for-sm .a2a_kit{
    float: left;
    height: 43px;
    line-height: 40px;
}
.page-productDetails .addtocart-component .for-sm .a2a_kit{
    margin-left: 30px;
    padding-top: 12px;
}
.page-productDetails .main-container .price {
    height: auto;
}
#addToCartButton,
.page-productDetails .btn.js-pickup-in-store-button {
    padding: 0 24px;
    height: 42px;
    line-height: 42px;


}
.page-productDetails .btn.js-pickup-in-store-button {
    margin-top: 20px;
}
@media (max-width: 640px) {
    .pt0 .related {
        text-align: center;
        margin-top: 20px;
    }
}
.page-productDetails .related-item .price {
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
}
.page-productDetails .related-item .mb0 {
    margin-bottom: 20px !important;

    font-weight: 600;
    text-align: left;
    letter-spacing: 0;
    text-transform: uppercase;
}
.page-productDetails .related-item .price-container {
    padding-left: 0;
    width: 100%;
}
.item-similar .price span {
    font-size: 16px;
}
.page-productDetails .related-item .addtocartbutton-container {
    padding-right: 0;
}
/*
    Add to cart component
*/
.page-productDetails .js-writeReviewTab {
    display: none;
}
.page-productDetails .a2a_img {
    background: none;
}
.page-productDetails .a2a_img:before {
    content: "\e72f";
    font-family: 'themify';
}
.page-productDetails .a2a_kit a.a2a_dd.share{
    line-height: 16px;
    color: #0087c0;
    /*margin-top: 10px;*/
    margin-top: 17px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    display: inline-block;
    width: 75px;
}
.page-productDetails .a2a_kit a.a2a_dd.share:hover {
    opacity: 0.7;
}
/*.page-productDetails .non-sellable-wrap .a2a_kit a.a2a_dd.share {
    margin-top: 19px;
}*/
.page-productDetails .price-wrap {
    display: inline-block;
    width: 100%;
    clear: both;
    border-bottom: 1px solid #ccc;
}
.page-productDetails .addtocartbutton-container + .price-wrap {
    margin-bottom: 15px;
}
.page-productDetails .addtocartbutton-container {
    display: inline-block;
    float: right;
    position: relative;
}
.page-productDetails .qty-container {
    width: 80px;
    display: table-cell;
    vertical-align: top;
    padding: 0 5px;
}
.page-productDetails .a2a_kit.a2a_default_style.LoveShare {
    /*position: absolute;
    left: 0;*/
}
.page-productDetails .qty-container input {
    background: #e8e6e5;
    width: 80px;
    height: 43px;
}
.page-productDetails .add-to-cartbutton {
    display: table-cell;
    width: 150px;
    vertical-align: top;
}
.page-productDetails .qty-container .input-group-btn {
    /*display: none;*/
    display: block;
}
.page-productDetails .price-wrap .tablet-centered {
    width: 100%;
}
.page-productDetails .price-wrap .tablet-centered .AddToCart-AddToCartAction {
    float: right;
}
/*
    Wishlist component
*/
.page-productDetails .addtowishlist-component {
    display: inline-block;
    position: absolute;
    bottom: -32px;
    left: 40px;
}
.page-productDetails .quick-view-popup .addtowishlist-component {
    position: inherit;
}
.page-productDetails #addedtowishlist a {
    text-transform: inherit;
    letter-spacing: inherit;
    background: transparent;
    margin-bottom: 0;
    color: #0087c0;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.page-productDetails .addtowishlist-component ul {
    margin-bottom: 0;
}
/*.page-productDetails #addedtowishlist a:hover {*/
    /*opacity: 0.7;*/
/*}*/
.page-productDetails #addedtowishlist.checkmark a:before,
.page-productDetails .quick-view-popup #addedtowishlist.checkmark a:before{
    content: " ";
}
/*.page-productDetails #addedtowishlist a:before {
    content: "\e634";
    font-family: themify;
    font-size: 13px;
    margin-right: 6px;
}*/
#addedtowishlist .add {
    color: #4dbf42;
    font-weight: bold;
}
.add .ti-heart {
    font-size: 13px;
    margin-right: 5px;
    font-weight: bold;
}
.page-productDetails .quick-view-popup #addToCartButton {
    margin-bottom: 10px;
}
.inf {
    position: relative;
    margin-bottom: 10px;
}
#cboxWrapper .addtowishlist-popup,
#cboxWrapper .removewishlist-popup {
    display: block;
}
.removewishlist-popup ul li span {
    padding: 0 10px;
}
.addtowishlist-popup, .removewishlist-popup  {
    display: none;
}
.addtowishlist-popup  .controls i {
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 10;
}
.w-wrap .controls {
    position: relative;
}
.w-wrap .btn{
    width: 100%;
    background: #5ac04a;
    height: 45px;
    color: #fff;
}
.page-productDetails .related-item .related-images img {
    max-width: none;
    padding: 0;
    border: 1px solid #d2d2d2 !important;
}
.page-productDetails .related-item .product-title {
    height: 5ex;
    margin-bottom: 10px;
    overflow: hidden;
}
.pt0 .related {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.pt0 .addtocart-component .price-container .price {
    font-size: 16px;
}
.pt0 .addtocart-component .addtocartbutton-container {
    margin-left: 0 !important;
    padding: 0 12px;
}
.pt0 .addtocart-component .addtocartbutton-container .btn{
    padding: 0;
}
.pt0 .addtocart-component .addtocartbutton-container button[type="submit"]{
    font-size: 13px;
}
.label,
.pt0 .related-images .gallery-carousel,
.pt0 .related-images .zoomImg,
.pt0 .related-images .owl-controls,
.pt0 .addtocart-component .qty-container,
.pt0 .addtocart-component .addtocartbutton-container .AddToCart-ShareOnSocialNetworkAction {
    display: none !important;
}

.pt0 .related-images .lazyOwl {
    border: none !important;
}
@media (max-width: 992px) {
    .pt0 .addtocart-component .addtocartbutton-container,
    .pt0 .addtocart-component .price-container {
        width: 100% !important;
    }
}
@media (min-width: 993px) {
    .pt0 .addtocart-component .addtocartbutton-container {
        width: 70% !important;
    }
    .pt0 .addtocart-component .price-container {
        width: 30% !important;
    }
}
.page-productDetails  .quick-view-popup .qty-selector {
    margin: 0 auto;
}
@media (min-width: 992px) {
    .quick-view-popup .addtocart-component {
        margin-top: 0;
    }
}
.page-productDetails .product-breadcrumb h3 {
    white-space: nowrap;
}
.page-productDetails .AddToCart-PickUpInStoreAction {
    display: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .page-productDetails .AddToCart-ShareOnSocialNetworkAction {
        float: right;
        min-width: 200px;
    }
}
.page-productDetails .rating.js-ratingCalc {
    display: none;
}
.add-to-cart-item {
    text-align: center;
}
.add-to-cart .add-to-cart-item .thumb {
    width: 220px;
    height: 220px;
    float: left;
    margin: 10px 15px 0 0;
}
.add-to-cart .add-to-cart-item .details {
    margin: 0;
    float: none;
    text-align: left;
}
.add-to-cart .add-to-cart-item .price {
    text-align: left;
}
.add-to-cart .btn-primary,
.add-to-cart .btn-default {
    border: solid 1px transparent;
}
.add-to-cart .btn-primary {
    margin-bottom: 10px;
}
.add-to-cart .btn-primary:hover,
.add-to-cart .btn-default:hover {
    border: 1px solid #debb04;
}
#cboxTitle {
    border-bottom: none;
    background: transparent;
}
#cboxClose {
    background: #fff;
    color: #333;
    border: none;
}
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel:before,
.owl-carousel:after {
    content: " ";
    display: table;
}
.owl-carousel:after {
    clear: both;
}
.owl-carousel:before,
.owl-carousel:after {
    content: " ";
    display: table;
}
.owl-carousel:after {
    clear: both;
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;

}
.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.owl-carousel .owl-wrapper-outer .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.js-gallery-image .owl-item{
    border: solid 1px #d2d2d2;
}
.owl-carousel .owl-wrapper-outer .owl-wrapper:after:before,
.owl-carousel .owl-wrapper-outer .owl-wrapper:after:after {
    content: " ";
    display: table;
}
.owl-carousel .owl-wrapper-outer .owl-wrapper:after:after {
    clear: both;
}
.owl-carousel .owl-wrapper-outer .owl-wrapper:after:before,
.owl-carousel .owl-wrapper-outer .owl-wrapper:after:after {
    content: " ";
    display: table;
}
.owl-carousel .owl-wrapper-outer .owl-wrapper:after:after {
    clear: both;
}
.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item {
    float: left;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
/*************Carousel thumbnail center************/
.gallery-carousel.owl-carousel .owl-wrapper-outer .owl-wrapper {

    max-height: 120px;
}
.gallery-carousel.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item {
    float:left;
    display: inline-block;

}
.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item.loading > * {
    min-height: 1px;
}
.owl-pagination, .gallery-image .owl-next,  .gallery-image .owl-prev {
    display: none;
}
.owl-carousel .owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.gallery-carousel.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item {
    border:1px solid #ccc;
}
.owl-carousel .owl-controls .owl-pagination {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
@media (min-width: 1024px) and (max-width: 1399px) {
    .owl-carousel .owl-controls .owl-pagination {
        display: none !important;
    }
}
@media (min-width: 1400px) {
    .owl-carousel .owl-controls .owl-pagination {
        display: none !important;
    }
}
.owl-carousel .owl-controls .owl-pagination:before,
.owl-carousel .owl-controls .owl-pagination:after {
    content: " ";
    display: table;
}
.owl-carousel .owl-controls .owl-pagination:after {
    clear: both;
}
.owl-carousel .owl-controls .owl-pagination:before,
.owl-carousel .owl-controls .owl-pagination:after {
    content: " ";
    display: table;
}
.owl-carousel .owl-controls .owl-pagination:after {
    clear: both;
}
.owl-carousel .owl-controls .owl-pagination .owl-page {
    cursor: pointer;
    width: 26px;
    height: 26px;
    padding: 3px 3px ;
    display: inline-block;
}
.owl-carousel .owl-controls .owl-pagination .owl-page span {
    display: block;
    width: 20px;
    height: 20px;
    background: #929292;
}
.owl-carousel .owl-controls .owl-pagination .owl-page.active span {
    background: #0092ce;
}
.owl-carousel .owl-controls .owl-buttons .owl-prev,
.owl-carousel .owl-controls .owl-buttons .owl-next {
    cursor: pointer;
    position: absolute !important;
    top: 50% !important;
    display: table;
    width: 60px;
    height: 125px;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgba(255, 255, 255, 0.7);
    font-size: 120px;
    overflow: hidden;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.owl-carousel .owl-controls .owl-buttons .owl-prev:hover,
.owl-carousel .owl-controls .owl-buttons .owl-next:hover {
    color: #333;
}
.owl-carousel .owl-controls .owl-buttons .owl-prev span.glyphicon,
.owl-carousel .owl-controls .owl-buttons .owl-next span.glyphicon {
    position: absolute;
    left: 40px;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto;
    height: auto;
    font-size: 25px;
    line-height: 125px;
    color: #303030;
    -webkit-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.owl-carousel .owl-controls .owl-buttons .owl-prev:hover,
.owl-carousel .owl-controls .owl-buttons .owl-next:hover {
    color: #333;
}
.owl-carousel .owl-controls .owl-buttons .owl-prev:hover span.glyphicon,
.owl-carousel .owl-controls .owl-buttons .owl-next:hover span.glyphicon {
    color: #333;
}
.owl-carousel .owl-controls .owl-buttons .owl-prev {
    left: -50px;
    text-indent: -50px;
}
.owl-carousel .owl-controls .owl-buttons .owl-prev:before {
    content: "";
}
.owl-carousel .owl-controls .owl-buttons .owl-prev span.glyphicon {
    left: 40px;
}
.owl-carousel .owl-controls .owl-buttons .owl-next {
    right: -50px;
    text-indent: -10px;
}
.owl-carousel .owl-controls .owl-buttons .owl-next:before {
    content: "";
}
.owl-carousel .owl-controls .owl-buttons .owl-next span.glyphicon {
    left: 10px;
}
.carousel {
    width: auto;
    margin: 0px 0px;
    text-align: center;
}
.image-gallery.js-gallery {
    margin-right: -1px;
}
.gallery-carousel {
    margin: 15px 0;
}
.carousel .item {
    display: block;
    padding: 0;
}
.carousel .item a {
    color: #303030;
}
.carousel .item a:hover,
.carousel .item a:focus {
    text-decoration: none;
    color: #0092ce;
}
.carousel .item img {
    max-width: 96px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.carousel .item .item-name {
    margin: 10px;
    text-transform: uppercase;
    font-weight: 300;
}
.carousel .item .item-price {
    margin: 10px;
}
.carousel-component {
    margin: 10px 0 22px;
}
.carousel-component:before,
.carousel-component:after {
    content: " ";
    display: table;
}
.carousel-component:after {
    clear: both;
}
.carousel-component:before,
.carousel-component:after {
    content: " ";
    display: table;
}
.carousel-component:after {
    clear: both;
}
.carousel-component .headline {
    font-size: 25px;
    margin: 10px 0;
}
.image-gallery .gallery-image .owl-item .item {
    padding: 0;
}
.image-gallery .gallery-image .owl-item img {
    width: 100%;
    height: auto;
    max-width: none;
}
@media (min-width: 1024px) and (max-width: 1399px) {
    .image-gallery .gallery-image .owl-controls {
        display: none !important;
    }
}
@media (min-width: 1400px) {
    .image-gallery .gallery-image .owl-controls {
        display: none !important;
    }
}
.image-gallery .gallery-carousel .owl-item img {
    width: 100%;
    height: auto;
    max-width: none;
}
.image-gallery img {
    width: 100%;
    height: auto;
    -webkit-touch-callout: none;
}
.image-gallery .zoomImg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: none;
    max-width: none;
    z-index: 9999;
    border: 0;
    opacity: 0;
}
.image-gallery .zoomImg img {
    width: 100%;
    height: 100%;
}
.image-gallery .zoomImgMask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
}
/*===================== MODAL =============*/
.pickup-component {
    padding: 0;
    margin: -10px;
}
.pickup-component .find-store-display:before,
.pickup-component .find-store-display:after {
    content: " ";
    display: table;
}
.pickup-component .find-store-display:after {
    clear: both;
}
.pickup-component .find-store-display:before,
.pickup-component .find-store-display:after {
    content: " ";
    display: table;
}
.pickup-component .find-store-display:after {
    clear: both;
}
.pickup-component .find-store-display .store-navigation {
    float: left;
    width: 50%;
    border-right: 1px solid #0092ce;
}
.pickup-component .find-store-display .store-navigation .pickup-product {
    height: 56px;
    display: table;
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}
.pickup-component .find-store-display .store-navigation .pickup-product .thumb,
.pickup-component .find-store-display .store-navigation .pickup-product .name,
.pickup-component .find-store-display .store-navigation .pickup-product .price {
    height: 56px;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}
.pickup-component .find-store-display .store-navigation .pickup-product .thumb {
    width: 56px;
    padding: 10px;
}
.pickup-component .find-store-display .store-navigation .pickup-product .thumb img {
    height: 100%;
    width: 100%;
}
.pickup-component .find-store-display .store-navigation .pickup-product .price {
    padding: 0 10px;
}
.pickup-component .find-store-display .store-navigation .pickup-search-product {
    height: 56px;
    display: table;
    border-bottom: 1px solid #ddd;
    width: 100%;
    font-size: 12px;
    overflow: hidden;
}
.pickup-component .find-store-display .store-navigation .pickup-search-product .pickup-search-bar {
    height: 56px;
    display: table-cell;
    padding: 0 10px;
    vertical-align: middle;
}
.pickup-component .find-store-display .store-navigation .pickup-search-product .pickup-search-bar .input-group .btn {
    box-shadow: none !important;
}
.pickup-component .find-store-display .store-navigation .pickup-search-product .near-me {
    height: 56px;
    display: table-cell;
    padding: 0 10px;
    vertical-align: middle;
    display: none;
}
.pickup-component .find-store-display .store-navigation .pickup-search-product .near-me .near-store span {
    margin-right: 10px;
}
.pickup-component .find-store-display .store-navigation .store-navigation-pager {
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    background: #fff;
}
.pickup-component .find-store-display .store-navigation .store-navigation-pager:before,
.pickup-component .find-store-display .store-navigation .store-navigation-pager:after {
    content: " ";
    display: table;
}
.pickup-component .find-store-display .store-navigation .store-navigation-pager:after {
    clear: both;
}
.pickup-component .find-store-display .store-navigation .store-navigation-pager:before,
.pickup-component .find-store-display .store-navigation .store-navigation-pager:after {
    content: " ";
    display: table;
}
.pickup-component .find-store-display .store-navigation .store-navigation-pager:after {
    clear: both;
}
.pickup-component .find-store-display .store-navigation .store-navigation-pager .prev {
    float: left;
}
.pickup-component .find-store-display .store-navigation .store-navigation-pager .next {
    float: right;
}
.pickup-component .find-store-display .store-navigation .store-navigation-pager .position {
    text-align: center;
    margin: 0 80px;
}
.pickup-component .find-store-display .display-details {
    float: left;
    width: 50%;
    position: relative;
    height: 364px;
    background: #fff;
    overflow: hidden;
}
.pickup-component .find-store-display .display-details .store-image {
    float: right;
    width: 150px;
}
.pickup-component .find-store-display .display-details .store-image img {
    width: 100%;
    height: auto;
}
.pickup-component .find-store-display .display-details .distance {
    text-align: right;
    margin-top: 10px;
}
.pickup-component .find-store-display .display-details .store-info .name {
    font-weight: bold;
}
.pickup-component .find-store-display .display-details .store-info .address {
    color: #777777;
}
.pickup-component .find-store-display .display-details .store-links {
    margin: 10px 0;
}
.pickup-component .find-store-display .display-details .store-links a {
    display: block;
}
.pickup-component .find-store-display .display-details .store-openings .title {
    font-weight: bold;
}
.pickup-component .find-store-display .display-details .store-openings dl dt {
    width: 60px;
    text-align: left;
    float: left;
}
.pickup-component .find-store-display .display-details .store-openings dl dd {
    margin-left: 80px;
}
.pickup-component .find-store-display .display-details .pickup-product {
    height: 112px;
    width: 100%;
    font-weight: bold;
    border-top: 1px solid #ddd;
}
.pickup-component .find-store-display .display-details .pickup-product .variants {
    height: 30px;
    margin-top: -30px;
    padding: 5px 10px;
    font-weight: normal;
}
.pickup-component .find-store-display .display-details .pickup-product .variants span:after {
    content: ", ";
}
.pickup-component .find-store-display .display-details .pickup-product .variants span:last-child:after {
    content: "";
}
.pickup-component .find-store-display .display-details .pickup-product .thumb {
    float: left;
    width: 112px;
    height: 112px;
    padding: 10px;
}
.pickup-component .find-store-display .display-details .pickup-product .thumb img {
    height: 100%;
    width: auto;
}
.pickup-component .find-store-display .display-details .pickup-product .pickup-product-info {
    display: table;
    height: 56px;
}
.pickup-component .find-store-display .display-details .pickup-product .pickup-product-info .name,
.pickup-component .find-store-display .display-details .pickup-product .pickup-product-info .price {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}
.pickup-component .find-store-display .display-details .pickup-product .pickup-product-info .name {
    font-weight: normal;
    width: 100%;
}
.pickup-component .find-store-display .display-details .pickup-product .pickup-product-info .price {
    padding: 0 10px;
    text-align: right;
}
.pickup-component .find-store-display .display-details .pickup-product .pickup-product-info .price .stock {
    white-space: nowrap;
}
.pickup-component .find-store-display .display-details .pickup-product .action {
    height: 56px;
    padding: 11px 10px;
    text-align: right;
}
.pickup-component .find-store-display .display-details .pickup-product .action button {
    vertical-align: top;
}
.pickup-component .find-store-display .display-details .pickup-product .action .qty-selector {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}
.pickup-component .find-store-display .display-details .pickup-product .action .qty-selector .input-group {
    width: 102px;
}
.pickup-component .find-store-display .display-details .pickup-product .action .qty-selector .input-group input {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
.pickup-component .pickup-store-list {
    padding-left: 0;
    list-style: none;
    height: 280px;
    overflow: hidden;
    margin: 0;
    position: relative;
}
.pickup-component .pickup-store-list li.loading {
    height: 56px;
    background: #f2f4f7;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #0092ce;
    text-align: center;
    line-height: 56px;
}
.pickup-component .pickup-store-list li.loading .glyphicon {
    color: #0092ce;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}
@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.pickup-component .pickup-store-list .pickup-store-list-entry {
    height: 56px;
}
.pickup-component .pickup-store-list .pickup-store-list-entry input {
    display: none;
}
.pickup-component .pickup-store-list .pickup-store-list-entry label {
    margin: 0;
    height: 100%;
    font-size: 12px;
    padding: 0 0 0 10px;
    display: table;
    width: 100%;
    cursor: pointer;
    position: relative;
    background: #f2f4f7;
    border-bottom: 1px solid #ddd;
}
.pickup-component .pickup-store-list .pickup-store-list-entry label:hover {
    background: #f2f2f2;
}
.pickup-component .pickup-store-list .pickup-store-list-entry .pickup-store-info {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.pickup-component .pickup-store-list .pickup-store-list-entry .pickup-store-list-entry-name {
    display: block;
}
.pickup-component .pickup-store-list .pickup-store-list-entry .pickup-store-list-entry-city {
    display: block;
    font-weight: normal;
}
.pickup-component .pickup-store-list .pickup-store-list-entry .store-availability {
    display: table;
    height: 100%;
    width: 80px;
    border-left: 1px solid #ddd;
}
.pickup-component .pickup-store-list .pickup-store-list-entry .store-availability span {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 5px;
    text-align: center;
    white-space: nowrap;
}
.pickup-component .pickup-store-list .pickup-store-list-entry .store-availability span div {
    font-size: 10px;
}
.inline-layer {
    height: 0;
    overflow: hidden;
    -webkit-transition: 0.9s ease-out;
    -o-transition: 0.9s ease-out;
    transition: 0.9s ease-out;
}
.inline-layer.open {
    height: auto !important;
}
@media (min-width: 1024px) {
    .pickup-component .find-store-display .pickup-store-list {
        margin: 0 -1px 0 0;
    }
    .pickup-component .find-store-display .pickup-store-list .pickup-store-list-entry label {
        padding-right: 14px;
    }
    .pickup-component .find-store-display .pickup-store-list .pickup-store-list-entry label:after {
        content: "";
        display: block;
        width: 1px;
        height: auto;
        position: absolute;
        top: -1px;
        right: 0;
        bottom: -1px;
        background: #0092ce;
    }
    .pickup-component .find-store-display .pickup-store-list .pickup-store-list-entry input:checked + label {
        background: #0092ce;
    }
    .pickup-component .find-store-display .pickup-store-list .pickup-store-list-entry input:checked + label .pickup-store-info {
        color: #fff;
    }
    .pickup-component .find-store-display .pickup-store-list .pickup-store-list-entry input:checked + label .store-availability {
        color: #fff;
    }
    .pickup-component .find-store-display .pickup-store-list .pickup-store-list-entry input:checked + label:after {
        display: block;
        content: "";
        width: 28px;
        height: 28px;
        position: absolute;
        top: 50%;
        right: -1px;
        background: transparent;
        border: 14px solid transparent;
        border-right-color: #fff;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}
@media (max-width: 1023px) {
    .pickup-component {
        overflow: hidden;
    }
    .pickup-component .find-store-display {
        width: 200%;
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -moz-transition: -moz-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }
    .pickup-component .find-store-display .store-navigation {
        width: 50%;
        border: 0;
    }
    .pickup-component.show-store .find-store-display {
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    .pickup-component .qty-selector input {
        text-align: center;
        padding-left: 0;
        padding-right: 0;
        width: 60px;
    }
    .pickup-component .action {
        padding-top: 0 !important;
    }
}
@media (max-width: 639px) {

    .pt0 .related {
        text-align: center;
        margin-top: 20px;
    }
    .page-productDetails .AddToCart-ShareOnSocialNetworkAction .a2a_kit {
        /*float: right;
        margin-right: 15%;*/
    }
    .page-productDetails .js-writeReviewTab {
        float: left;
        margin-left: 15%;
    }
    .page-productDetails .AddToCart-ShareOnSocialNetworkAction {
        margin-bottom: 20px !important;
    }
    .pickup-component .find-store-display .display-details .store-image {
        float: none;
        width: auto;
    }
    .pickup-component .find-store-display .display-details .store-image:before,
    .pickup-component .find-store-display .display-details .store-image:after {
        content: " ";
        display: table;
    }
    .pickup-component .find-store-display .display-details .store-image:after {
        clear: both;
    }
    .pickup-component .find-store-display .display-details .store-image:before,
    .pickup-component .find-store-display .display-details .store-image:after {
        content: " ";
        display: table;
    }
    .pickup-component .find-store-display .display-details .store-image:after {
        clear: both;
    }
    .pickup-component .find-store-display .display-details .store-image img {
        width: 50%;
        height: auto;
        float: left;
        max-width: 150px;
    }
    .pickup-component .find-store-display .display-details .store-image .distance {
        width: 50%;
        text-align: left;
        float: left;
        margin: 0;
        padding: 0 0 0 10px;
    }
    .pickup-component .find-store-display .display-details .store-image .distance strong {
        display: block;
    }
    .pickup-component .find-store-display .display-details .pickup-product {
        position: relative;
    }
    .pickup-component .find-store-display .display-details .pickup-product .thumb {
        width: 56px;
        height: 56px;
        padding: 5px;
    }
    .pickup-component .find-store-display .display-details .pickup-product .action {
        position: absolute;
        bottom: 0;
        width: 100%;
        background: #fff;
        white-space: nowrap;
        padding-top: 0;
    }
    .pickup-component .find-store-display .display-details .pickup-product .action .qty-selector {
        margin-right: 5px;
    }
    .pickup-component .find-store-display .display-details .pickup-product .action .qty-selector .input-group {
        min-width: 120px;
    }
    .pickup-component .find-store-display .display-details .pickup-product .action .qty-selector .input-group input {
        text-align: center;
        padding-left: 0;
        padding-right: 0;
        width: 60px;
    }
    .pickup-component .find-store-display .display-details .pickup-product .action .qty-selector .btn {
        padding-left: 15px;
        padding-right: 15px;
    }
    .pickup-component .find-store-display .display-details .pickup-product .action .btn {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.pickup-component .display-details .store-tabs {
    position: relative;
    padding: 10px;
    height: 252px;
}
.pickup-component .display-details .store-tabs .tabs-list {
    padding-left: 0;
    list-style: none;
    background-image: linear-gradient(to right, #f6f6f6 0%, #ffffff 8px);
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 10px 0;
}
.pickup-component .display-details .store-tabs .tabs-list .current-info {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.pickup-component .display-details .store-tabs .tabs-list:before,
.pickup-component .display-details .store-tabs .tabs-list:after {
    content: "";
    position: absolute;
    background-color: transparent;
    height: 10px;
    left: 0;
    width: 100%;
}
.pickup-component .display-details .store-tabs .tabs-list:before {
    top: 0;
    background-image: linear-gradient(#ffffff, rgba(255, 255, 255, 0));
}
.pickup-component .display-details .store-tabs .tabs-list:after {
    bottom: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
}
.pickup-component .display-details .store-tabs .tabs-list li {
    margin: 5px 0;
    border: 1px solid transparent;
    border-left: 0;
    color: #999;
    position: relative;
}
.pickup-component .display-details .store-tabs .tabs-list li a {
    color: inherit;
    font-size: 18px;
    padding: 5px 10px;
    display: block;
    border-left: 2px solid transparent;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.pickup-component .display-details .store-tabs .tabs-list li.active {
    border: 1px solid #eee;
    border-left: 0;
    background: #fff;
    color: #000;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.05);
    border-right: 2px solid #0092ce;
}
.pickup-component .display-details .store-tabs .tabs-list li.active a {
    border-left: 2px solid transparent !important;
}
.pickup-component .display-details .store-tabs .tabs-list li a:hover,
.pickup-component .display-details .store-tabs .tabs-list li a:focus {
    color: #000;
    border-left: 2px solid #0092ce;
}
.pickup-component .display-details .store-tabs .tabs-list li a:hover:before,
.pickup-component .display-details .store-tabs .tabs-list li a:focus:before {
    display: block;
    content: attr(aria-label);
    width: auto;
    height: 20px;
    line-height: 20px;
    background: #0092ce;
    position: absolute;
    top: 0;
    left: -10px;
    margin: 6px 0;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    font-size: 12px;
    padding: 0 5px;
    color: #fff;
    white-space: nowrap;
}
.pickup-component .display-details .store-tabs .tabs-list li a:hover:after,
.pickup-component .display-details .store-tabs .tabs-list li a:focus:after {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border: 5px solid transparent;
    border-left: 5px solid #0092ce;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    margin: 6px 0;
    -webkit-transform: translate(-100%, 5px);
    -ms-transform: translate(-100%, 5px);
    -o-transform: translate(-100%, 5px);
    transform: translate(-100%, 5px);
}
.pickup-component .display-details .store-tabs .content {
    margin-right: 52px;
    overflow: auto;
    height: 100%;
}
.pickup-component .display-details .store-tabs .tabhead {
    display: none;
}
.pickup-component .display-details .store-tabs .pickup-map {
    height: 232px;
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}
#cboxWrapper {
    max-width: none;
}
#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left;
}
#cboxContent {
    position: relative;
}
#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#cboxTitle {
    margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxSlideshow {
    cursor: pointer;
}
.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}
.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}
/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
    background: #000;
}
#colorbox {
    outline: 0;
}
#cboxTopLeft {
    width: 14px;
    height: 14px;
}
#cboxTopCenter {
    height: 14px;
}
#cboxTopRight {
    width: 14px;
    height: 14px;
}
#cboxBottomLeft {
    width: 14px;
}
#cboxBottomCenter {
    height: 43px;
}
#cboxBottomRight {
    width: 14px;
}
#cboxMiddleLeft {
    width: 14px;
}
#cboxMiddleRight {
    width: 14px;
}
#cboxContent {
    background: #fff;
    overflow: visible;
}
.cboxIframe {
    background: #fff;
}
#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}
#cboxCurrent {
    position: absolute;
    bottom: -25px;
    left: 58px;
    font-weight: bold;
    color: #7C7C7C;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    position: absolute;
    bottom: -29px;
    width: 23px;
    height: 23px;
    text-indent: -9999px;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
    outline: 0;
}
#cboxPrevious {
    left: 0px;
    background-position: -51px -25px;
}
#cboxPrevious:hover {
    background-position: -51px 0px;
}
#cboxNext {
    left: 27px;
    background-position: -75px -25px;
}
#cboxNext:hover {
    background-position: -75px 0px;
}
.cboxSlideshow_on #cboxSlideshow {
    background-position: -125px 0px;
    right: 27px;
}
.cboxSlideshow_on #cboxSlideshow:hover {
    background-position: -150px 0px;
}
.cboxSlideshow_off #cboxSlideshow {
    background-position: -150px -25px;
    right: 27px;
}
.cboxSlideshow_off #cboxSlideshow:hover {
    background-position: -125px 0px;
}

#cboxTitle .headline {
    line-height: 16px;
    font-weight: bold;
    font-size: 12px;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

#cboxClose:focus,
#cboxClose:active:focus,
#cboxClose.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
#cboxClose:hover,
#cboxClose:focus {
    color: #19212b;
    text-decoration: none;
}
#cboxClose:active,
#cboxClose.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#cboxClose.disabled,
#cboxClose[disabled],
fieldset[disabled] #cboxClose {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
#cboxTitle {
    height: 56px;
}
@media (max-width: 1023px) {
    #cboxClose {
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.33;
        border-radius: 0;
    }
    #cboxTitle {
        height: 66px;
        padding: 0 10px;
    }
    #cboxTitle:before,
    #cboxTitle:after {
        content: " ";
        display: table;
    }
    #cboxTitle:after {
        clear: both;
    }
    #cboxTitle:before,
    #cboxTitle:after {
        content: " ";
        display: table;
    }
    #cboxTitle:after {
        clear: both;
    }
    #cboxLoadedContent {
        margin-top: 66px;
    }
}
@media (max-width: 991px) {
    .page-productDetails .product-details {
        overflow: hidden;
        float: none;
    }
    .page-productDetails .qty-selector {
        margin: 0 auto;
    }
}
@media (min-width: 640px) {
    .page-productDetails .AddToCart-ShareOnSocialNetworkAction .a2a_kit {
        float: right;
        margin-left: 5px;
    }
}
.carousel.gallery-carousel .owl-item {
    /*width: 102px !important;*/
    /*margin-right: 5px;*/
}
.carousel.gallery-carousel .owl-item:last-child {
    margin-right: 0;
}
.product-classifications .table > tbody > tr:first-child > td {
    border: none;
}
.product-classifications .table > tbody > tr:first-child > td.attrib {
    border-right: 1px solid #ddd;
}
.tab-details ul {
    list-style-type: square;
    padding-left: 25px;
    list-style-position: inside;
}
.tab-details ul li {
    display: list-item;
}
/*
    Private and shared (field in favorite popup)
*/
#create_New_List {
    position: relative;
}
#create_New_List input[type="text"] {
    padding-right: 85px;
    background: #fff;
    border: solid 1px #bfbfbf;
}
#wishListDescription {
    background: #fff;
    border: solid 1px #bfbfbf;
    resize: none;
}
#private {
    position: absolute;
    top: 2px;
    right: 41px;
    font-size: 12px;
    text-transform: uppercase;
}
#private i {
    font-size: 18px;
    padding-left: 3px;
}
/*
    Add to favorite checkbox
*/
.addtowishlist-popup .checkbox .facet-mark {
    border: none;
}
.addtowishlist-popup .checkbox .facet-mark:before {
    content: "\e62b";
    font-family: 'themify';
    margin-right: 3px;
}
.addtowishlist-popup .checkbox .facet-mark:after {
    content: "Private";
}
.addtowishlist-popup .checkbox input[type="checkbox"]:checked + .facet-mark {
    background: none;
    border: none;
}
.addtowishlist-popup .checkbox input[type="checkbox"]:checked + .facet-mark:after {
    content: "Shared";
}
.addtowishlist-popup .checkbox input[type="checkbox"]:checked + .facet-mark:before {
    content: "\e603";
    font-family: 'themify';
    margin-right: 3px;
}



#removefromwishlist a {
    color: #000;
}
#removefromwishlist {
    background: #ffe55c;
    text-align: center;
    height: 40px;
    text-transform: uppercase;
    line-height: 40px;
    display: none;
}
#list-wishlists a {
    color: #333;
}
.page-productDetails .price-wrap .addtowishlist-component {
    display: inline-block;
    position: absolute;
    bottom: -10px;
    left: 16px;
}
.page-productDetails .price-wrap .a2a_kit.a2a_default_style.LoveShare {
    position: absolute;
    left: inherit;
    z-index: 50;
    /*left: 100%;
    right: 0;*/
}
.page-productDetails .price-wrap.non-sellable-wrap .a2a_kit.a2a_default_style.LoveShare {
    position: relative;
    top: 53px;
}
.product-details #sale {
    color: #058cd0;
}
.product-details .label-for {
    font-size: 16px;
    padding: 0 10px 0 0;
}
#old-price {
    text-decoration: line-through;
    padding-right: 10px;
}
.onsale {
    background: #058cd0;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    position: absolute;
    z-index: 10;
    right: 10px;
    top: 10px;
}
#dropShipItem {
    padding-top: 10px;
    color: red;
}
#dropShipItem p {
    display: inline-block;
    margin-bottom: 0;
    color: red;
}
.related-item #dropShipItem p {
    font-size: 13px;
}
#dropShipItem p:before {
    content: '*';
    margin: 0 3px;
}
.right-side-pdp .list-group-item li:after{
    content: '\e628';
    font-family: 'themify';
    font-size: 11px;
    /*float: right;*/
    color: #0087c0;
    position: absolute;
    padding-left: 6px;
    top: 6px;
}
.right-side-pdp .list-group-item li a:hover {
    opacity: 0.7;
}
.right-side-pdp .list-group-item li {
    position: relative;
}
.right-side-pdp h5 {
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
    word-break: break-word;
}
.right-side-pdp .list-group-item {
    padding: 0;
}
.right-side-pdp .list-group-item li {
    border: none;
}
.right-side-pdp  hr {
    margin: 10px 0;
}

/**********Similar product***********/

.page-productDetails .right-side-pdp .pt0 .container {
    width: 100%;
}

.page-productDetails .right-side-pdp .pt0 .carousel-component {
    padding-left: 0;
    padding-right: 0;
}
.page-productDetails .right-side-pdp .pt0 .carousel-component .owl-wrapper {
    width: 100% !important;
}
.page-productDetails .right-side-pdp .pt0 .carousel-component .owl-item .related-item > div {
    padding-right: 0;
    padding-left: 0;
}
.page-productDetails .right-side-pdp .pt0 .carousel-component .headline {
    padding: 0;
}
.page-productDetails .right-side-pdp .pt0 .carousel-component .price {
    display: block;
    width: 100%;
}
.page-productDetails .right-side-pdp .pt0 .carousel-component .addtocartbutton-container {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
    padding: 0;
}
.page-productDetails .right-side-pdp .pt0 .container .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .related-images {
    width: 180px;
    display: block;
    margin:10px auto 10px auto;
}
.title .nonSellable {
    width: 100%;
    height: 45px;
    line-height: 45px;
}
.related-item .image-tile {
    margin-bottom: 10px 0;
}
@media (min-width: 994px) {
    .page-productDetails .right-side-pdp .pt0 .container .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item {
        width: 99% !important;
    }
}
@media (max-width: 993px) and (min-width: 992px) {
    .page-productDetails .right-side-pdp .pt0 .container .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item {
        width: 75% !important;
    }
}
@media (max-width: 991px) {
    .page-productDetails .right-side-pdp .pt0 .carousel-component .price-container {
        width: 100%;
    }
    .page-productDetails .right-side-pdp .pt0 .container .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item {
        margin-right: 15px;
    }
    .page-productDetails .right-side-pdp .pt0 .container .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item:last-child {
        margin-right: 0;
    }
    .page-productDetails .right-side-pdp .pt0 .container .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .related-images {
        width: 100%;
    }
}
/*Don't remove this styles! They are do thumbnail in center*/
.has-single .owl-wrapper {
    width: 100% !important;
    text-align: center;
}
.gallery-carousel.has-single.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item {
    float: none;
}
@media(max-width: 732px){

}
@media(max-width: 991px){
    .owl-pagination + .owl-buttons {
        display: none;
    }
}
@media(max-width: 992px) {
    /*.carousel.gallery-carousel .owl-item {*/
        /*width: 80px !important;*/
    /*}*/
    .owl-carousel .owl-controls .owl-buttons .owl-next {
        right: -42px;
    }
    .owl-carousel .owl-controls .owl-buttons .owl-prev {
        left: -42px;
    }
    .gallery-carousel.owl-carousel .owl-wrapper-outer .owl-wrapper {
        max-height: 210px;
        height: auto;
    }

    .gallery-carousel.has-single.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item {
        max-width: 150px;
    }
    .breadcrumb > .active,
    .breadcrumb-2 li a, .breadcrumb-2 li {
        font-size: 12px;
    }
}

.image-gallery .gallery-carousel .owl-item img {
    width: 91%;
}
.carousel .item {
    margin: 1px;
}