:root {

    --primary-color: #b11f28;
    --secondary-color: #0267b4;
    --third-color: #042a87;
    --fourth-color: #0175bd;
}

.stars i {
    color: #f6d151
}

.stars span {
    font-size: 13px
}

hr {
    color: #d4d4d4
}

.badge {
    padding: 5px !important;
    padding-bottom: 6px !important
}

.badge i {
    font-size: 10px
}

.profile-image {
    width: 35px
}

.comment-ratings i {
    font-size: 13px
}

.username {
    font-size: 12px
}

.comment-profile {
    line-height: 17px
}

.date span {
    font-size: 12px
}

.p-ratings i {
    color: #f6d151;
    font-size: 12px
}

.btn-long {
    padding-left: 35px;
    padding-right: 35px
}

.buttons {
    margin-top: 15px
}

.buttons .btn {
    height: 46px
}

.buttons .cart {
    border-color: #ff7676;
    color: #ff7676
}

.buttons .cart:hover {
    background-color: #e86464 !important;
    color: #fff
}

.buttons .buy {
    color: #fff;
    background-color: #ff7676;
    border-color: #ff7676
}

.buttons .buy:focus,
.buy:active {
    color: #fff;
    background-color: #ff7676;
    border-color: #ff7676;
    box-shadow: none
}

.buttons .buy:hover {
    color: #fff;
    background-color: #e86464;
    border-color: #e86464
}

.buttons .wishlist {
    background-color: #fff;
    border-color: #ff7676
}

.buttons .wishlist:hover {
    background-color: #e86464;
    border-color: #e86464;
    color: #fff
}

.buttons .wishlist:hover i {
    color: #fff
}

.buttons .wishlist i {
    color: #ff7676
}

.comment-ratings i {
    color: #f6d151
}

.followers {
    font-size: 9px;
    color: #d6d4d4
}

.store-image {
    width: 42px
}

.dot {
    height: 10px;
    width: 10px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px
}

.bullet-text {
    font-size: 12px
}

.my-color {
    margin-top: 10px;
    margin-bottom: 10px
}

label.radio {
    cursor: pointer
}

label.radio input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    pointer-events: none
}

label.radio span {
    border: 2px solid #8f37aa;
    display: inline-block;
    color: #8f37aa;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-transform: uppercase;
    transition: 0.5s all
}

label.radio .red {
    background-color: red;
    border-color: red
}

label.radio .blue {
    background-color: blue;
    border-color: blue
}

label.radio .green {
    background-color: green;
    border-color: green
}

label.radio .orange {
    background-color: orange;
    border-color: orange
}

label.radio input:checked+span {
    color: #fff;
    position: relative
}

label.radio input:checked+span::before {
    opacity: 1;
    content: '\2713';
    position: absolute;
    font-size: 13px;
    font-weight: bold;
    left: 4px
}

.card-body {
    padding: 0.3rem 0.3rem 0.2rem
}

.lightSlider li img {
    width: 100%;
}

.products-hr {
    margin: 0px 0;
    padding: 0px;
    border-bottom: 1px solid #727272;
    border-top: 0px;
}

.prod-sec-cnt p{
    color: #111111;
    font-size: 18px;
    font-weight: 500;
}

.prod-sec-sub-1 h3{
    font-weight: 500;
    font-size: 22px !important;
    color: var(--fourth-color) !important;
    margin-bottom: 7px !important;
}

.prod-sec-sub-2 p{
    font-size: 18px !important;
    color: #111111 !important;
    font-weight: 500 !important;
    margin-bottom: 10px !important;
}

.prod-sec-sub-3 p{
    font-size: 16px !important;
    color: #202020 !important;
    font-weight: 400 !important;
    margin-bottom: 10px !important;
}

.team-details-area .team-member-title h4 {
    color: var(--fourth-color);
}

.team-details-area .team-member-title h4 span{
    color: var(--primary-color);
}

.lSAction > a {
    background-image: url(../images/controls.png) !important;
    opacity: 1.0 !important;
    -webkit-transition: opacity 0.35slinear 0s;
    transition: opacity 0.35slinear 0s;

}

.lSSlideOuter .lSPager.lSGallery {
    border-top: 1px solid #0000002d;
}

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li {
    border-right: 1px solid #0000002d;
    border-right-width: 90% !important;
}

@media only screen and (max-width:768px){
.only-med-mt-30{
    margin-top: 30px;
}
}