
.red {color: #dc3528;}

.product .btn-custom {  background: #822928;  padding: 15px 20px;}

.solid-menus h5 {margin:0; padding:0; margin-bottom:15px; font-size:18px; color:#e00101;}
ul.size-square {}
ul.size-square li {display: inline-block; padding: 5px 10px; border: 1px solid #ccc; width: 37px; }
ul.size-square li a:hover {}
ul.third-break li { padding: 3px 0;  float: left; display: inline-block; margin-left: 0px; width: 33%;}

h2.background {  color: #bb4338;}


.slider-banner-image img {height: unset!important; width: unset!important;}


@media only screen and (max-width: 767px) {
    footer .logo { margin: 25px 0;}
    .product li.responsive-center {font-weight: 700;  font-size: 14pt;}

    .solid-menus .navbar-brand > img {  height: 32px; margin-top: -5px;}

}

.swiperProductBrand img { height: 80px;}



.big-banner .swiper-slide img {  aspect-ratio: 3.2 / 1;}
@media only screen and (max-width: 767px) {
    .big-banner .swiper-slide img { aspect-ratio: unset;};
}



header .top { padding: 6px; position: relative; background: #222;  color: #fff;}
header .top a { color: #fff;}
header .navbar-header .badge { background-color: #222; border: 1px solid #fff; margin: -7px;}

.product-details .go-to-checkout { background: #b83c32; }
.hvr-sweep-to-right:before {  background: #971d13; }


.product-button-choose button {  border: 2px solid #E1E8EE;  border-radius: 6px;  padding: 5px 10px;  color: #5E6977;  background-color: #fff;   font-size: 13px;  min-width: 70px;   margin: 0 5px 5px 0;}


.comments .btn { color: #fff; background: #222;}
.comments .btn.focus, .btn:focus, .btn:hover { color: #fff; background: #971d13;}


.container-fluid.news h2 { font-size: 30px;font-weight: 300;margin: 0px 0px 15px 0px; color: #fff; }
.container-fluid.news { background: #9b2d25; padding: 55px 0; }
.container-fluid.news .date { color: #bf8471; font-size: 16px; font-weight: 700;}
.container-fluid.news a { color: #fff;}
.container-fluid.news a:hover { color: #f9ff98;}


.homepage .one-product.category img { aspect-ratio: 19 / 11; border: 2px solid #ededed;
    border-radius: 7px;}


.product-photo .discount-percent { position: absolute; right: 15px;top: 0px; z-index: 5;}
.price-tag {
    display: inline-block;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    color: #fff;
    background-color: #bf1919;
    text-shadow: 1px 1px 1px #921313;
    font-weight: bold;
    font-size: 2.3em;
    text-indent: -6px;
    position: relative;
    -moz-transform-origin: 88% 10%;
    -ms-transform-origin: 88% 10%;
    -webkit-transform-origin: 88% 10%;
    transform-origin: 88% 10%;
}

.price-tag::before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #bf1919;
}

.price-tag::after {
    content: "";
    position: absolute;
    top: 10%;
    left: 88%;
    width: 5px;
    height: 5px;
    border-radius: 2.5px;
    background-color: #cecece;
    box-shadow: inset -1px 1px 0 #8e8e8e;
}

@-webkit-keyframes price-tag-swing {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -moz-transform: rotate(-50deg);
        -ms-transform: rotate(-50deg);
        -webkit-transform: rotate(-50deg);
        transform: rotate(-50deg);
    }
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.price-tag[data-animate="true"] {
    -webkit-animation: price-tag-swing 8s infinite;
}

.one-product .price { color: #bd4034; }

.banner-combo2 .padding hr {  width: 50px;  border-top: 5px solid #b23d34; }


.product .round-corners { border-radius: 100px;height: 200px;overflow: hidden;width: 200px; }
.product .product-extra { background: #bd4034; border-bottom: 5px solid #fff; color: #fff;font-weight: 700;padding: 15px; }
.product .product-extra img { width: 60px; border:0 }
