#header .desktop-header .header-center {
    background: #fff;
}

.product-item .product-img .product-tags .tag-saleoff {
    background: #de0d0d;
    color: #fff;
}

#product-wrapper .product-single .product-content .product-actions button.btnAddToCart,
#product-wrapper .product-single .product-content .product-actions button.btnBuyNow {
    background: #de0d0d;
    color: #fff;
}



/*=========== change color   ========*/
.btn, .btn--secondary, .rte .btn--secondary, .rte .btn, .rte .btn--secondary,
.btn:hover, .btn--secondary:hover, .rte .btn:hover, .rte .btn--secondary:hover,
#fixed-social-network>a#back-to-top,
.section-title h2 span, #related-products .home-section-head h2 span, #seen-products .home-section-head h2 span,
#home-aboutus, footer .ft-content .ft-subscribe .ft-sub-wrapper form button,
#related-products .owl-controls .owl-buttons>div,
#header .desktop-header .header-center .desktop-cart-wrapper .quickview-cart .quickview-cartactions a:last-child,
#header .desktop-header .header-center .desktop-cart-wrapper .quickview-cart h3, #header .desktop-header .header-center .desktop-cart-wrapper .quickview-cart .qv-cart-title,
.product-thumb-control .btn
{
    background: #f7f7f7;
    color: #333;
}

.article-item .article-item-normal .article-title
{
    color: #f7f7f7;
}

#header .desktop-header .header-center .desktop-cart-wrapper .quickview-cart .quickview-cartactions a:last-child
{
    border-color: #f7f7f7;
}

.btn:active, .btn--secondary:active, .btn:focus, .btn--secondary:focus, .rte .btn:active, .rte .btn--secondary:active, .rte .btn:focus, .rte .btn--secondary:focus
{
    background: #ccc;
}


.label-inventory {
    position: absolute;
    top: 0;
    right: 0;
    background: #5E9C0D;
    color: #fff;
    padding: 5px 17px;
    z-index: 999;
}
.label-hot {
    position: absolute;
    top: 0;
    right: 0;
    background: #21aeff;
    color: #fff;
    padding: 5px 8px;
    z-index: 9;
}
.label-new {
    position: absolute;
    top: 0;
    right: 0;
    background: #e60000;
    color: #fff;
    padding: 5px 24px;
    z-index: 99;
}

.article-body img {
    height: auto !important;
}
@media only screen and (max-width: 480px) {
    .grid-uniform{
        margin: 0;
    }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
    .grid-uniform{
        margin: 0;
    }
}
@media screen and (max-width: 1024px) {
    .grid-uniform{
        margin: 0;
    }
    .fb-page.medium--hide.small--hide{
        display: inline-block;
    }
    .fb-page.medium--hide.small--hide iframe{
        max-width: 100% !important;
        max-height: 100% !important;
    }
}
.hd-link-img{
    width: 50%;
}
.grid-uniform .article-img img{
    height: 300px;
}
.grid-uniform a .article-item-normal .article-title{
    font-size: 14px;
}
.product-title a{
    font-size: 13px;
}
#owl-home-articles-slider .item img{
    height: 300px !important;
}
#header .mobile-header{
    background: #fff;
}
#mobile-bottom-navigation .mobile-nav-item{
    background: #fff;
}
.article-item .article-item-normal .article-title{
    font-size: 14px;
}
.article-item-hover .article-desc{
    font-size: 13px;
}
.color-swap a,.size-swap a {
    float: left;
    min-width: 30px !important;
    height: 30px !important;
    margin: 0;
    border: #f3f3f3 1px solid;
    background-color: #fff;
    font-size: 14px;
    font-family: 'Roboto',sans-serif;
    text-align: center;
    line-height: 30px;
    white-space: nowrap;
    text-transform: uppercase;
    padding: 0 10px;
    border-radius: 100px;
}
.color-swap a.active,.size-swap a.active {
    border: 1px solid #222 !important;
}
.color-swap,.size-swap{
    display: flex;
    padding-bottom: 10px;
    align-items: center;
}
.size-swap a.deactive{
    background: #bdbdbd;
    cursor: not-allowed;
}

.gallery-view.show {
    display: block;
}

.gallery-view {
    display: none;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

#gallery-close-btn {
    position: fixed;
    top: 16px;
    right: 16px;
    display: block;
    width: 45px;
    height: 45px;
    background: url(/tp/T0502/img/closebutton1.png) no-repeat top left;
    background-size: cover;
    z-index: 99;
}

.big-img-gallery {
    text-align: center;
    margin-bottom: 20px;
}

.gallery-view .big-img-gallery .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 35px;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.big-img-gallery .owl-nav button.owl-prev {
    left: 0;
}

.big-img-gallery .owl-nav button.owl-next {
    right: 0;
}

.small-img-gallery {
    display: flex;
    margin: auto;
}

.small-img-gallery img {
    width: 64px;
    height: auto;
    margin-right: 10px;
}

.small-img-gallery img:first-child {
    margin-left: auto;
}

.small-img-gallery img:last-child {
    margin-right: auto;
}
.big-img-gallery .owl-controls .owl-buttons .owl-next{
    position: absolute;
    top: 50%;
    font-size: 35px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    right: 0;
    background: none;
    color: #000;
    opacity: 1;
}
.big-img-gallery .owl-controls .owl-buttons .owl-prev{
    position: absolute;
    top: 50%;
    font-size: 35px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    left: 0;
    background: none;
    color: #000;
    opacity: 1;
}
@media (min-width: 1600px) {
    .big-img-gallery img {
        min-height: 700px;
        margin: auto;
    }
}
@media(min-width: 1024px) and (max-width: 1299px) {
    .big-img-gallery img {
        height: 550px;
        margin: auto;
    }
}
@media(min-width: 1501px) and (max-width: 1599px) {
    .big-img-gallery img {
        height: 620px;
        margin: auto;
    }
}
@media(min-width: 1300px) and (max-width: 1500px) {
    .big-img-gallery img {
        height: 550px;
        margin: auto;
    }
}