.site-navbar {
    position: initial;
    z-index: 99;
}

img {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

::selection {
    background: #fa8075;
    color: white;
}

section {
    margin: 80px 30px 0;
}

.navbar {
    align-items: baseline;
}

.navbar .product-navbar .nav-panels {
    display: none;
}

.navbar .product-navbar li:hover>.nav-panels {
    display: block;
}

.navbar .product-navbar .nav-panels li .nav-panels::after {
    left: -4px;
    top: 18px;
    transform: rotate(-40deg);
}

.navbar .product-navbar .nav-panels::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    top: -5px;
    left: 45px;
    transform: rotate(45deg);
    -ms-transition: all .35s;
    -o-transition: all .35s;
    -moz-transition: all .35s;
    -webkit-transition: all .35s;
    transition: all .35s;
    z-index: 999999;
    border: 1px solid #e4e4e4;
    border-bottom: 0;
    border-right: 0;
}

.navbar .product-navbar .nav-panels {
    position: absolute;
    top: 68px;
    width: max-content;
    z-index: 99;
    border-radius: 7px;
}

.navbar .product-navbar .nav-panels .nav-panels {
    left: 100%;
    top: 0px;
}

.navbar .product-navbar .nav-panels li {
    position: relative;
}

.navbar .product-navbar .nav-panels .nav-panel {
    background: #fff;
    border-radius: 12px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.navbar .product-navbar .nav-panels ul {
    flex-direction: column;
    padding: 25px 30px 10px;
    width: 260px;
    align-items: unset;
}

.navbar .product-navbar .nav-panels ul li {
    list-style: none;
    border-bottom: 1px solid #cccc;
    margin-bottom: 8px;
}

.navbar .product-navbar .nav-panels ul li a span {
    color: var(--textColor);
}

.navbar .product-navbar .nav-panels ul li a:hover {
    color: var(--textColor);
}

.navbar .product-navbar .nav-panels ul li:last-child {
    border: none;
}

.navbar .product-navbar .nav-panels ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    padding-bottom: 8px;
    font-size: 15px;
    font-weight: 500;
}

.navbar .product-navbar {
    width: 65%;
}

.navbar .product-navbar ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.navbar .product-navbar ul li {
    padding: 0;
    position: relative;
}

.navbar .product-navbar ul li .nav-link-icon {
    position: absolute;
    bottom: 10px;
    left: 44%;
    font-size: 6px;
    color: var(--textColor);
    transform: scale(0);
    transition: 0.3s;
}

.navbar .product-navbar ul li a {
    display: block;
    position: relative;
    padding: 1.4em 1.75em;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    transition: 0.1s;
}

.navbar .product-navbar ul li a:hover {
    color: var(--textColor);
}

.navbar .product-navbar ul li:hover .nav-link-icon {
    transform: scale(1);
}

.navbar .product-navbar ul li a .icon i {
    font-size: 10px;
}

.navbar .product-navbar-search {
    width: 30%;
}

.navbar .product-navbar-search .search-content .search-input {
    border-color: #f6f6f6;
    background: #f6f6f6;
    padding: 13px 55px 13px 20px;
    border: none;
    border-radius: 100px;
    width: 100%;
}

.navbar .product-navbar-search .search-content {
    position: relative;
}

.navbar .product-navbar-search .search-content .search-icon {
    position: absolute;
    right: 25px;
    top: 12px;
    font-size: 18px;
}

.product-header .header-all-content {
    height: 50vh;
    background: url("../images/product-header (3).jpg") no-repeat center;
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;

}

.product-header {
    margin-top: 30px;
}

.product-header .header-all-content .header-bg-img img {
    position: sticky;
    top: 40px;
    z-index: -99;
}

.product-header .header-all-content .header-content {
    float: right;
    width: 40%;
}

.product-header .header-all-content .header-content .heading {
    color: white;
}

.product-header .header-all-content .header-content h1.heading {
    font-size: 50px;
    font-weight: 500;
    margin: 15px 0;
}

.product-header .header-all-content .header-content button .icon i {
    margin-left: 5px;
    font-size: 12px;
    color: var(--textColor);
}

.product-header .header-all-content .header-content button {
    z-index: 8;
    background: rgb(255, 255, 255);
    font-family: system-ui;
    display: inline-block;
    height: auto;
    width: auto;
    color: rgb(44, 44, 44);
    text-decoration: none;
    white-space: normal;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: center;
    line-height: 17px;
    letter-spacing: 0px;
    font-weight: bold;
    font-size: 14px;
    padding: 17px 30px;
    border-radius: 50px;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
    border-width: 0px;
    margin-top: 30px;
}

.product-header .header-all-content .header-content button:hover {
    background: #000000;
    color: #fff;
}

.product .product-cart-content {
    margin-top: 15px;
    display: none;
    align-items: center;
}

.product .product-cart-content .icon i {
    width: 35px;
    height: 35px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.2s;
}

.product .product-cart-content .icon i:hover {
    background: var(--textColor);
    color: white;
}

.single-page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f0f0f0;
    padding: 70px 50px;
}

.single-page-header .page-name h1.heading {
    font-size: 60px;
    font-weight: 600;
}

.single-page-header .enter-page-name {
    display: flex;
    align-items: center;
}

.single-page-header .enter-page-name a {
    color: #999999;
}

.single-page-header .enter-page-name a:hover {
    color: #000000;
}

.single-page-header .enter-page-name p {
    color: var(--textColor);
}

.single-page-header .enter-page-name .icon i {
    font-size: 12px;
    padding: 0 12px;
    color: #a3a3a3;
}

/* Section Header Style */
.section-header .section-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-header .section-header-content .center-border {
    display: flex;
    align-items: center;
    width: 100%;
}

.section-header .section-header-content button {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #f65d4e;
    border-radius: 50px;
    padding: 17px 31px;
    margin-right: 0;
}

.section-header .section-header-content .center-border .heading {
    font-weight: 500;
    font-family: system-ui;
    color: #000000;
}

.section-header .section-header-content .heading-content {
    width: 85%;
}

.section-header .section-header-content .center-border::after {
    display: block;
    content: "";
    border-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-top: 1px solid #e6e6e6;
    transform: translate(40px, 5px);
    margin-right: 40px;
}

/* Product Card Design */
.product-sec {
    margin: 35px 0;
    border-right: 1px solid #cccc;
}

.product .product-img {
    position: relative;
    overflow: hidden;
}

.product .product-img img {
    border-radius: 15px;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.product .product-img .product-icons {
    position: absolute;
    bottom: 6px;
    right: -47px;
    display: flex;
    flex-direction: column;
}

.product .product-img .product-icons .icon i {
    margin-right: 0;
}

.product .product-img .product-icons .icon button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 15px;
    letter-spacing: 0;
    border-radius: 50%;
    border: none;
    transition: all ease .3s;
    color: var(--accent);
    background-color: #fff;
    margin-bottom: 4px;
    color: #151515aa;
}

.product .product-img .product-icons .icon button:hover {
    color: white;
    background: #f65d4e;
    opacity: 1;
}

.product .product-img .product-icons {
    opacity: 0;
    transition: 0.09s;
}

.product .product-img .product-icons .icon:nth-child(1) {
    transition: 0.3s;
}

.product .product-img .product-icons .icon:nth-child(2) {
    transition: 0.5s;
}

.product .product-img .product-icons .icon:nth-child(3) {
    transition: 0.7s;
}

.product:hover .product-icons .icon {
    transform: translateX(-60px);
}

.product:hover .product-icons {
    opacity: 1;
}

.product .product-content {
    margin-top: 20px;
}

.product .product-content a:hover {
    color: var(--textColor) !important;
}

.product .product-content .title {
    color: #000000;
    font-size: 17px;
    font-weight: 600;
    font-family: system-ui;
}

.product-rating-stars .ratings {
    z-index: 0;
}

.product-rating-stars .icon .fill {
    color: #fa8c17;
}

.product-rating-stars .icon {
    font-size: 20px;
}

.product-rating-stars {
    margin: 7px 0;
    position: relative;
    display: flex;
    align-items: center;
}

.count-rating-star {
    margin-left: 10px;
}

.product .product-content .product-rating-stars .count-rating-star {
    font-size: 13px;
    font-weight: 600;
    margin-left: 10px;
}

.product .product-content .user-name {
    margin-bottom: 7px;
}

.product .product-content .user-name a {
    font-size: 14px;
    font-weight: 500;
    color: #a5a5a5;
}

.product .product-content .product-price {
    display: flex;
    align-items: baseline;
}

.product .product-content .product-price .price {
    font-size: 20px;
    font-weight: 600;
    margin-right: 7px;
    color: var(--textColor);
}

.product .product-content .product-price h6.heading {
    color: #939393;
    text-decoration: line-through;
}

.large-product {
    background: url("../images/download.jpg") no-repeat center;
    width: 100%;
    height: 100%;
    background-size: cover;
    border-radius: 25px;
    max-width: 65.4%;
    padding-bottom: 70px;
}

.large-product-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 100%;
    margin-top: 35px;
}

.mini-product-sec .product:first-child {
    padding-top: 0;
}

.mini-product-sec .product:last-child {
    border-bottom: 0;
}

.mini-product-sec .product {
    display: flex;
    border-bottom: 1px solid #cccc;
    padding: 15px 0;
}

.mini-product-sec .product .product-img {
    width: 35%;
    margin-right: 30px;
}

.product .product-desc {
    margin-bottom: 35px;
    font-size: 13px;
    font-weight: 500;
    color: #626262;
}

.mini-product-sec .product .product-desc {
    display: none;
}

.mini-product-sec .product .product-content {
    width: 65%;
}

.mini-product-sec .product-content {
    margin-top: 0;
}

.large-product-content .large-product .product-content {
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0px 60px;
}

.large-product .product-content .mini-content {
    width: 55%;
}

.large-product .product-content .mini-content p {
    color: white;
    padding-bottom: 10px;
}

.large-product .product-content .mini-content h1.heading {
    color: white;
    /* width: 70%; */
    font-family: monospace;
    word-spacing: -14px;
    font-weight: bold;
}

.large-product .product-content .deal-run-content {
    width: 40%;
}

.large-product .product-content .deal-run-content h6.heading {
    color: white;
    font-weight: 600;
    font-size: 14px;
}

.large-product .product-content .deal-run-content .timer-content {
    background: #fccc4d;
    padding: 8px 26px 6px;
    border-radius: 100px;
    margin-top: 15px;
}

.large-product .product-content .deal-run-content .timer-content span {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
}

.large-product .product-content .deal-run-content .timer-content .icon {
    margin-right: 7px;
}

.search-post-header .page-name {
    width: 50%;
}

.search-post-header .enter-page-name {
    width: 50%;
    display: flex;
    justify-content: end;
}

.search-page-products {
    margin: 0;
    padding: 0 15px;
}

.search-btn a {
    color: #aaa;
}

/* Image Hover Effect */
.large-product .product-img img:hover {
    animation: shake 400ms 2 linear;
    transition: 0.5s;
}

@keyframes shake {
    0% {
        transform: translate(10px, 0);
    }

    50% {
        transform: translate(-10px, 0);
    }

    100% {
        transform: translate(0, 0);
    }
}

.medium-product-content {
    justify-content: space-between;
    margin: 0 5px;
}

.medium-product {
    background: #fef5f5;
    padding: 30px;
    border-radius: 12px;
    max-width: 48.8%;
    margin-top: 35px;
}

.medium-product:nth-child(3) {
    background: #f4fbf2;
}

.medium-product .product {
    display: flex;
}

.medium-product .product .product-img {
    width: 45%;
}

.medium-product .product .product-content {
    width: 55%;
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.medium-product .product .product-content .title {
    font-size: 22px;
}

.bottom-product-sec:last-child {
    border: none;
}

.bottom-product-sec {
    max-width: 20%;
}

.product-sec-5 {
    margin-top: 35px;
}

.product-sec-5 .product-img {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.product-sec-5 .product-img img {
    border-radius: 15px;
    transition: 0.4s;
    width: 100%;
}

.product-sec-5 .product-img:hover .img-fluid {
    transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
}

.product-sec-5 .product-content {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.product-sec-5 .product-content .heading {
    color: white;
    font-size: 22px;
    font-weight: 600;
}

.product-sec-6 .medium-product {
    background: transparent;
    max-width: 97%;
    padding: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #cccc;
    border-radius: 0;
    margin: 35px 15px 0;
}

.product-sec-6 .medium-product .product-img {
    width: 20% !important;
}

.product-sec-6 .medium-product .product-content {
    width: 40% !important;
}

.product-sec-6 .mini-product-sec .product {
    display: flex;
}

.product-sec-6 .mini-product-6 {
    margin-top: 30px;
}

.single-page-products .product-sec {
    position: relative;
}

.single-page-products {
    overflow: hidden;
    padding-left: 15px;
}

.single-page-products .product-sec::after {
    content: "";
    position: absolute;
    left: 0;
    background: #cccc;
    width: 100%;
    height: 1px;
    transform: translateY(30px);
}

.single-page-products .product-header-setting {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #cccc;
    padding-bottom: 10px;
    margin-left: 15px;
    padding-left: 5px;
}

.single-page-products .product-header-setting .product-view-icons .grid-view {
    margin-left: 4px;
}

.single-page-products .product-header-setting .product-view-icons .icon i {
    cursor: pointer;
    color: #999999;
}

.single-page-products .right-content {
    display: flex;
    align-items: center;
}

.single-page-products .right-content select {
    border: none;
    outline: none;
    font-size: 13px;
}

.single-page-products .right-content .sorting-products {
    margin-right: 15px;
    text-align: right;
}

.single-page-products .right-content .show-products {
    border-left: 1px solid #cccc;
    padding-left: 15px;
}

.single-page-products .right-content .show-products span {
    font-size: 15px;
    color: #aaa;
}

.product .product-sec-1 {
    margin-bottom: 20px;
    font-size: 13px;
    font-weight: 500;
    color: #626262;
    display: none;
}

/* List View Single Page Products */
.list-view-products .product {
    display: flex;
}

.list-view-products .product-sec {
    margin: 35px 0 25px;
    border-right: 0;
}

.list-view-products .product .product-img {
    width: 25%;
}

.list-view-products .product .product-img .product-icons {
    display: none;
}

.list-view-products .product .product-content {
    width: 60%;
    margin-left: 30px;
}

.list-view-products .product .product-content .title {
    font-size: 22px;
}

.list-view-products .product .product-sec-1 {
    display: block;
}

.list-view-products .product .product-cart-content {
    display: flex;
}


/* Media Query */
@media (max-width:1050px) {
    .large-product .product-content .deal-run-content {
        width: 60%;
    }
}

@media (max-width:820px) {
    .bottom-product-sec {
        max-width: 25%;
    }
}

@media (max-width:768px) {
    .medium-product .product {
        flex-direction: column;
    }

    .medium-product .product .product-img,
    .medium-product .product .product-content {
        width: 100%;
        margin-left: 0;
    }

    .product-sec {
        max-width: 33%;
    }

    .section-header .section-header-content .center-border .heading {
        font-size: 30px;
    }

    .section-header .section-header-content button {
        padding: 14px 25px;
    }

    .section-header .section-header-content .center-border::after {
        margin-right: 50px;
    }

    .large-product {
        max-width: 100%;
    }

    .mini-product-sec {
        margin-top: 30px;
    }

    .large-product .product-content .mini-content h1.heading {
        font-size: 28px;
    }

    .product-sec-5 {
        max-width: 50%;
    }
}

@media (max-width:650px) {
    .bottom-product-sec {
        max-width: 33%;
    }

    .product-header .header-all-content .header-content {
        width: 65%;
    }

    .product-header .header-all-content .header-content h1.heading {
        font-size: 35px;
    }

    .large-product-content .large-product .product-content {
        flex-direction: column;
    }

    .large-product .product-content .mini-content {
        width: 100%;
        padding-left: 30px;
    }

    .navbar .product-navbar ul {
        padding: 0;
    }

    .navbar .product-navbar-search {
        width: 250px;
    }

    .large-product .product-content .deal-run-content {
        margin-top: 15px;
        width: auto;
    }

    .navbar .product-navbar {
        width: 100%;
    }

    .site-navbar {
        flex-direction: column;
    }
}

@media (max-width:500px) {
    .product-sec {
        max-width: 50%;
    }

    .medium-product {
        max-width: 100%;
    }

    .product-sec-6 .medium-product .product-img {
        width: 100% !important;
    }

    .section-header .section-header-content .heading-content {
        width: 95%;
    }

    .section-header .section-header-content {
        flex-direction: column;
        align-items: start;
    }

    .section-header .section-header-content .center-border::after {
        margin-right: 0;
    }

    .section-header .section-header-content button {
        margin-top: 15px;
    }

    .product-sec-5 {
        max-width: 100%;
    }
}

@media (max-width:350px) {
    .product-sec {
        max-width: 100%;
        border-right: 0;
    }

    .large-product .product-content .mini-content {
        padding: 0;
    }

    .large-product-content .large-product .product-content {
        padding: 0;
    }

    .large-product .product-content .deal-run-content .timer-content span {
        font-size: 17px;
    }
}

/* Product Single Page Css */

.header-product-sec {
    margin: 0 -10px;
    align-items: flex-start;
}

.header-product .product-img-con {
    overflow: hidden;
    border: 1px solid #cccc;
    border-radius: 18px;
    padding: 30px;
}

.header-product .product-img-con:hover {
    cursor: zoom-in;
}

.single-product-header-con {
    padding-top: 30px;
    padding-bottom: 12px;
}

.single-product-header-con::after {
    content: "";
    background: #ccc;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    transform: translateY(-30px);
}

.single-product-header-con .product-header {
    display: flex;
    align-items: center;
}

.single-product-header-con .product-header a {
    font-size: 13px;
    color: #aaa;
    text-transform: uppercase;
}

.single-product-header-con .product-header .icon i {
    font-size: 12px;
    margin: 0 10px;
    color: #aaa;
}

.single-product-header-con .product-header p {
    color: var(--textColor);
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

.header-product .product-img-con .product-img {
    width: 100%;
    height: 80vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.header-product-sec .header-product {
    position: relative;
}

.single-related-product {
    margin-top: 35px;
}

.header-product-sec .header-product img {
    height: 100%;
    border: 1px solid #ccc;
    border-radius: 15px;
    padding: 30px;
}

.header-product-sec .header-product .icon i {
    position: absolute;
    right: 60px;
    top: 44px;
    font-size: 20px;
    cursor: pointer;
}

.header-product-sec .header-product-content {
    border: 1px solid #ccc;
    border-radius: 15px;
    padding: 30px;
    max-width: 48%;
    margin-left: 15px;
}

.header-product-sec .header-product-content .show-product {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-product-sec .header-product-content .show-product .badge-title {
    background: #e6f6e3;
    text-transform: uppercase;
    font-size: 13px;
    padding: 2px 10px;
    border-radius: 5px;
    color: #8fd4ae;
}

.header-product-sec .header-product-content .show-product .show-product-btn button {
    text-transform: uppercase;
    background: transparent;
    color: #b7b8b7;
}

.header-product-sec .header-product-content .show-product .show-product-btn button:focus {
    box-shadow: unset;
}

.header-product-sec .header-product-content .product-title {
    font-weight: 600;
    font-size: 36px;
    margin: 15px 0;
    color: black;
    letter-spacing: 1px;
}

.header-product-sec .header-product-content .user-detail-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 122px;
    padding-bottom: 15px;
}

.header-product-sec .header-product-content .user-detail-content .user-name span {
    font-size: 13px;
    color: #8e8e8e;
}

.header-product-sec .user-detail-content .user-name span a {
    color: #000000;
}

.header-product-sec .user-detail-content .rating-icons {
    display: flex;
    align-items: baseline;
}

.header-product-sec .user-detail-content .rating-icons p {
    margin-left: 5px;
    font-size: 13px;
}

.header-product-sec .user-detail-content .rating-icons span.icon i {
    font-size: 13px;
    color: #fa8c17;
}

.header-product-sec .user-detail-content .user-code span {
    display: flex;
    font-size: 13px;
    color: #aaa;
}

.header-product-sec .user-detail-content .user-code span p {
    color: #000;
}

.header-product-sec .product-price {
    padding-bottom: 30px;
}

.header-product-sec .product-price .heading {
    color: #f65d4e;
    font-size: 20px;
    margin: 25px 0;
}

.header-product-sec .product-price .product-desc p {
    font-size: 14px;
}

.header-product-sec .product-order-content .quantity-input {
    border: 1px solid #ccc;
    border-radius: 50px;
    overflow: hidden;
}

.header-product-sec .product-order-content .quantity-input .icon i {
    padding: 20px 18px;
    cursor: pointer;
    font-size: 11px;
}

.header-product-sec .product-order-content .quantity-input .icon i:hover {
    background: #f65d4e;
    color: white;
}

.header-product-sec .product-order-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 35px;
}

.header-product-sec .product-order-content .quantity-input input {
    width: 70px;
    border: none;
}

.header-product-sec .add-wishlist a {
    color: #616161;
    font-size: 14px;
}

.header-product-sec .socail-icon-content .socail-content {
    display: flex;
    flex-direction: column;
    margin-top: 25px;
}

.header-product-sec .socail-icon-content .socail-content span {
    font-size: 13px;
    color: #7e7d7d;
    margin-bottom: 4px;
}

.header-product-sec .socail-icon-content .socail-content a {
    color: black;
}

.header-product-sec .socail-icon-content .socail-icons {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.header-product-sec .socail-icon-content .socail-icons .icon i {
    background: #3b5998;
    color: white;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin-right: 10px;
    font-size: 13px;
}

.header-product-sec .socail-icon-content .socail-icons .twitter-icon i {
    background: #1da1f2;
}

.header-product-sec .socail-icon-content .socail-icons .linkdin-icon i {
    background: #0077b5;
}

.header-product-sec .socail-icon-content .socail-icons .pinterest-icon i {
    background: #e60023;
}

.fill-ratings {
    color: #e7711b;
    padding: 0;
    position: absolute;
    z-index: 1;
    display: block;
    top: -2px;
    left: 0;
    overflow: hidden;
}

.fill-ratings span {
    display: inline-block;
    font-size: 22px;
    letter-spacing: 2.3px;
}