:root {
    /*Prymary color*/
        --primary-color: #fe0f0f !important;
    }
    .color1 {
        background: #ffffff !important;
    }

    .color11 {
        color: #ffffff !important;
    }

    .color2 {
        background: #ffffff !important;
    }
    .color26 {
        border-color: #ffffff !important;
    }

    .color3 {
        background: #ffffff !important;
    }

    .color35 {
        color: #ffffff !important;
    }

    .color36 {
        border-color: #ffffff !important;
    }

    .color4 {
        background: #fe0f0f !important;
    }
    .color42 {
        color: #fe0f0f !important;
    }
    .color46 {
        border-color: #fe0f0f !important;
    }
    .color412:hover {
        background: #fe0f0f !important;
        border-color: #fe0f0f !important;
    }
    .color5 {
        background: #fe0f0f !important;
    }

    .text-white:hover, .text-white:active{
        color: #FFFFFF;
    }

    .widget_title::before, .footer-app-link::before {
        background: #fe0f0f !important;
    }

    .bg_gray::before {
        background: #fe0f0f !important;
    }

    .rate-container i {
        color: #fe0f0f !important;
    }

    .rate-container i:hover {
        color: #ffffff !important;
    }

    .product_review_area .product_review .tab-content .tab-pane a:hover, .product_review_area .product_review .tab-content .tab-pane a.active {
        background: #ffffff !important;
    }

    .product_review_area .product_review .nav .nav-item .nav-link.active, .product_review_area .product_review .nav .nav-item .nav-link:hover {
        background: #ffffff !important;
    }

    .account_area .account_btn {
        color: #ffffff !important;
        border: 1px solid #ffffff !important;
    }

    .main-nav .nav > li > a:hover {
        background-color: #ffffff !important;
    }

    .account_area .account_btn:hover {
        background: #ffffff !important;
    }

    .vertical-menu::after {
        position: absolute;
        top: -8px;
        display: inline-block;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ffffff !important;
        border-left: 7px solid transparent;
        content: '';
        left: 15px;
    }

    .icon-tips b {
        position: absolute;
        display: block;
        height: 0;
        line-height: 0;
        border-width: 6px;
        border-style: solid;
        bottom: -9px;
        left: 0;
        border-color: #ffffff transparent transparent;
        z-index: 1;
    }

    .box-bottom .btn-add-cart a {
        display: inline-block;
        color: #fff;
        font-size: 12px;
        height: 34px;
        line-height: 34px;
        border-radius: 30px;
        text-align: center;
        position: relative;
        overflow: hidden;
        z-index: 3;
        width: 70%;
        font-weight: 600;
        vertical-align: middle;
        background-color: #ffffff !important;
    }

    .main-nav .nav > li.active > a {
        color: #fff;
        background: #ffffff !important;
    }
     .title-widget span::after {
        border-bottom: #ffffff 38px solid !important;
    }

    .btn-add-cart a {
        background-color: #ffffff !important;
    }
    input.loading {
		background: #fff url(assets/website/image/resize.gif) no-repeat center !important;
	}
    .action-rate{
        margin-bottom: 5px;
        font-size: 15px;
        cursor: pointer;
        display: inline-flexbox;
    }
    .action-rate .cart{
        color: #fe0f0f;
        margin-left: 20px;
    }
    .action-rate .vous{
        color: #6290f2;
    }
    .action-rate .vous:hover{
        color: #6290f2;
    }
    .action-rating-comp {
        text-align: center;
        color: #fe0f0f;
        margin-bottom: 5px;
        font-size: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
    }