body {
    overflow-x: hidden;
    font-family: "Poppins", sans-serif;
}
.container-fluid {
    max-width: 1350px;
    width: 100%;
    padding-right: var(--bs-gutter-x, 1.2rem);
    padding-left: var(--bs-gutter-x, 1.2rem);
    margin-right: auto;
    margin-left: auto;
}

.head {
    margin-right: 70px;
    margin-left: 70px;
}
.head .navbar {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.head > .navbar .navbar-nav > .nav-item:not(:last-child) {
    margin-right: 24px;
}
.head > .navbar .navbar-nav > .nav-item:first-child {
    position: relative;
}
.head > .navbar .navbar-nav > .nav-item:first-child > .line {
    width: 42%;
    height: 5px;
    background-color: #f6ea2a;
    position: absolute;
    left: 0;
    bottom: 0;
}
.head .navbar .navbar-collapse {
    justify-content: space-between;
}
.head .nav-link {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    display: flex;
    align-items: center;
}
.head .dropdown-style {
    background: #f6ea2a;
    border-radius: 12px;
    border: none;
    padding: 18px 0 18px 0;
    width: 471px;
    margin: 0;
}
.head .dropdown-style li {
    display: flex;
    justify-content: center;
}
.head .dropdown-item-style {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    width: 90%;
    color: #000000;
    border-bottom: 1px solid #958d0f !important;
    transition: 0.4s;
    z-index: 999;
}
.head .dropdown-item-style:hover {
    background: #f6ea2a;
    color: #ffffff;
}

.head .info-menu {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}

.head .contact {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    text-decoration: none;
    margin-right: 40px;
    display: flex;
    align-items: center;
}

.head .payment {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #81ab00;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.head .menu-item {
    display: flex;
    align-items: center;
}
.head .language {
    margin-right: 40px;
    display: flex;
    align-items: center;
}
.head .language .dropdown-menu {
    padding: 0;
}
.head .language .dropdown-item:active {
    background-color: #f6ea2a;
}
.head .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 23px;
}
.head .row {
    display: flex;
    /* align-items: center; */
}
.head .header .logo {
    width: 300px;
}
.head .menu-icon {
    margin-right: 15px;
}
.head .btn-menu {
    font-weight: 500;
    font-size: 30px;
    line-height: 45px;
    color: #000000;
    border: none;
}
.head .header .catalogue .dropdown-menu {
    position: absolute !important;
    left: 250px !important;
}
.head .input-style {
    height: 60px;
    border: 1px solid #b5b5b5;
    border-radius: 30px;
    border-right-color: transparent;
    outline: none;
}

.head .input-group-btn {
    border: 1px solid #b5b5b5;
    display: flex;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-left: none;
}

.head .btn-secondary {
    /* border: 1px solid #b5b5b5; */
    border: none;
    outline: none;
    background-color: transparent;
    color: #000000;
    border-left-color: #b5b5b5;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.head .btn-secondary:hover {
    background-color: transparent;
    color: #000000;
}
.head .btn-secondary:active {
    border-radius: none;
    border: none;
    background-color: #ffffff !important;
}
.head .favorites .heart-user {
    display: flex;
    /* justify-content: space-between; */
    column-gap: 30px;
}
.head .title {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}
.head .icon {
    color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    position: relative;
}
.head .icon:hover {
    color: #f6ea2a;
}
.head .icon > i {
    position: relative;
    font-size: 30px;
    padding: 10px 15px;
}
.head .icon > i > .count {
    position: absolute;
    bottom: 8px;
    right: 0;
    color: #ec0000;
    font-size: 16px;
    font-weight: 900;
}

/* categories */

.head .catalog {
    display: none;
}

.head ul {
    list-style-type: none;
}

.head ul a {
    font-size: 18px;
    text-decoration: none;
    color: #000;
}

.head .categories {
    position: absolute;
    top: 140px;
    left: 5%;
    right: 5%;
    height: 100%;
    margin-top: 30px;
    background-color: #ffffff;
    z-index: 999;
}

.head .categories > .row > .col {
    width: 300px !important;
}

.head .categories .category {
    padding-top: 20px;
    padding-left: 0;
}

.head .categories .category .item {
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0 20px;
    cursor: pointer;
}

.head .categories .category > .item .category-list {
    position: absolute;
    left: 100%;
    top: -24px;
    width: 300px;
}

.head .categories .category > .item:hover .category-list {
    display: block !important;
}

.head .categories .category > .item .category-list > .item {
    font-weight: 500;
    position: relative;
}

.head .categories .category > .item .category-list > .item .category-list-img {
    position: absolute;
    left: 100%;
    top: -5px;
    width: 440px;
    /*display: flex !important;*/
    flex-wrap: wrap;
    column-gap: 10px;
    /*opacity: 0;*/
    display: none;
}

.head
.categories
.category
> .item
.category-list
> .item
.category-list-img
.item {
    width: 120px;
    border: 2px solid #e5e5e5;
    display: flex;
    margin-bottom: 5px;
    flex-direction: column;
}

.head
.categories
.category
> .item
.category-list
> .item
.category-list-img
.item
img {
    height: 50px;
}

.head
.categories
.category
> .item
.category-list
> .item
.category-list-img
.item
.img-box {
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.head
.categories
.category
> .item
.category-list
> .item
.category-list-img
.item
.title {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    text-align: center;
}

.head
.categories
.category
> .item
.category-list
> .item:hover
.category-list-img {
    /*opacity: 1;*/
    display: flex !important;
}

.head .categories .category .item-icon {
    height: 8px;
    width: 8px;
    display: inline-block;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    transform: rotate(-45deg);
    margin-left: 10px;
}

.head .categories .category-list {
    padding: 20px;
}

.head .categories .category-list > .item {
    margin-bottom: 10px !important;
}

.head .btn-menu:hover {
    color: #f6ea2a;
}

@media (max-width: 1300px) {
    .head .navbar .nav-link {
        font-size: 16px;
    }
    .head .navbar .dropdown-style {
        width: 250px !important;
        margin-top: -10px;
    }
    .head .dropdown-item-style {
        font-size: 16px;
    }
    .head .navbar .navbar-toggler {
        background-color: #f6ea2a;
    }
    .head .navbar .navbar-toggler:focus {
        box-shadow: none;
    }
    .head .info-menu .menu-item .contact {
        font-size: 16px;
        margin: 0;
        display: flex;
        align-items: start;
        margin-right: 15px;
    }
    .head .info-menu .menu-item a img {
        width: 25px;
    }
    .head .info-menu .payment {
        font-size: 16px;
    }
    .head .header .row {
        width: 100% !important;
        margin: 0;
    }
    .head .header .logo-img {
        padding: 0;
    }
    .head .header .logo-img .logo {
        width: 200px;
    }
    .head .header .catalogue .menu-icon {
        width: 25px;
        height: 25px;
    }
    .head .header .catalogue .btn-menu {
        font-size: 20px;
        line-height: 30px;
    }
    /* .head .header .input-box .btn:active { */
    /* background-color: #f6ea2a !important; */
    /* border: 1px solid #b5b5b5; */
    /* } */
    .head .header .favorites .heart-user {
        display: flex;
        justify-content: space-around;
        margin: 0;
    }
    .head .header .favorites .heart-user i {
        font-size: 25px;
        transition: 0.3s;
    }
    .head .header .favorites .heart-user .title {
        font-size: 12px;
    }
    .head .header .favorites .heart-user .count {
        margin-top: -10px;
    }
}
@media (max-width: 991px) {
    .head .contact {
        display: none !important;
    }
    .head .navbar {
        margin-top: 15px;
    }
    .head .navbar .navbar-toggler {
        background-color: #ffff;
    }

    .catalogue-btn {
        display: none;
    }

    .head header {
        position: absolute;
        top: 15px;
        right: 0;
        margin-right: 70px;
        column-gap: 44px;
    }

    .head .header .logo-img {
        text-align: center;
    }

    .head .header .logo-img .logo {
        width: 150px;
    }
    .head .favorites .heart-user {
        column-gap: 10px;
    }

    .head .input-style {
        height: 40px;
    }

    .head .categories {
        top: unset;
        left: -70px;
        right: -70px;
    }

    .head .icon > i {
        padding: 0 12px;
    }

    .head .icon > i > .count {
        bottom: -2px;
    }

    .head .line {
        width: 4% !important;
    }

    .head .info-menu {
        padding: 0;
        align-items: unset;
        flex-direction: column;
    }

    .head .categories {
        display: none !important;
    }

    .head .navbar .navbar-collapse {
        margin-top: 30px !important;
    }

    .head .catalog {
        padding: 0;
        margin-bottom: 0;
        display: inline-block;
    }

    .head .catalog .sub-item > a {
        font-weight: bold;
    }

    .head .catalog .sub-item > a > span {
        display: inline-block;
        height: 10px;
        width: 10px;
        border-right: 2px solid black;
        border-bottom: 2px solid black;
        transform: rotate(-45deg);
        margin-left: 10px;
    }

    .head .catalog .sub-item .sub-catalog {
        padding: 0;
        transition: 3s;
    }

    .rotate {
        transform: rotate(45deg) !important;
    }

    .showSubCatalog {
        display: block !important;
    }
}

@media (max-width: 915px) {
    .head {
        margin-left: 20px;
        margin-right: 20px;
    }

    .head .subLogo-img {
        display: block !important;
    }

    .head .subLogo-img a .logo {
        width: 150px;
    }

    /* .head .header .logo-img {
      display: none;
    } */

    .head header {
        position: absolute;
        top: 15px;
        left: 100px;
        right: unset;
        column-gap: 40px;
        margin-right: 20px;
    }
    header .catalogue {
        display: none;
    }
}

@media (max-width: 660px) {
    header .favorites .icon .title {
        display: none;
    }
}

@media (max-width: 568px) {
    .head header {
        margin-top: 10px;
    }
    .head .input-box .input-style {
        display: none;
    }

    .inputShow {
        display: block !important;
    }

    .searchBorder {
        border: 1px solid #b5b5b5 !important;
    }

    .hiddenImg {
        display: none !important;
    }

    .head .input-box .input-group-btn {
        border: unset;
    }

    .head .input-box .input-group-btn .search-icon {
        font-size: 20px;
    }

    .head header {
        column-gap: 10px;
    }

    .head .line {
        width: 7% !important;
    }
}

@media (max-width: 440px) {
    .head {
        margin-left: 10px;
        margin-right: 10px;
    }

    .head .input-box .input-group-btn {
        border: unset;
    }

    .head .input-box .input-group-btn .search-icon {
        font-size: 20px;
    }

    .head header {
        column-gap: 5px;
        margin-right: 10px;
    }

    .head header .favorites .heart-user {
        column-gap: 0;
    }
}

@media (max-width: 400px) {
    .head header {
        margin-left: -20px;
    }

    .head .header .logo-img .logo {
        width: 120px;
    }
}

@media (max-width: 360px) {
    .head header {
        column-gap: 0;
    }

    .head .line {
        width: 10% !important;
    }

    .head header i {
        font-size: 16px !important;
    }

    .head header i > .count {
        font-size: 10px !important;
    }

    .head header .favorites .icon i {
        padding: 0 10px;
    }
}
.banner{
    font-family: "poppins";
}
.banner .banner-slider{
    height: 490px;
    /*width:100%;*/
    /*background-color:#D9D9D9; */
    border-radius: 22px;
}
.banner .slider-image{
    height: 490px;
    /*width: calc(100% - 30px);*/
    /*background-color: #D9D9D9;*/
    border-radius: 22px;
}
.banner .special-offer-head{
    display: flex;
    justify-content: end;
}

.banner .special-offer .owl-item img {
    width: inherit;
}

.banner .offer-remaining-time{
    font-size: 20px;
    font-weight: 600;
    line-height: 18px;
    color: #000000;
    margin-bottom: 6px;
    margin-right: 21px;
}
.banner .offer{
    padding: 10px;
    height: 465px;
    border: 5px solid #F6EA2A ;
    border-radius: 22px;
    flex-direction: column;
    justify-content: space-between;
}
.banner .product-name h3{
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
    text-align: right;
    color: #000000;
    margin-bottom: 13px;
}
.banner .product-image{
    position: relative;
    /* left: -120px; */
    width: 263px;
    height: 327px;
    padding: 14px 21px;
}
.banner .product-image img{
    width: 263px;
    height: 327px;
}
.banner .product-labels{
    position: relative;
    left: -120px;
    display: flex;
    flex-direction: column;
}
.banner .labels-top{
    display: flex;
    flex-direction: column;
}
.banner .labels-bottom{
    position: absolute;
    width: 250px;
    right: -8px;
    bottom: -25px;
}
/* Umumi */

.product-label{
    font-size: 18px;
    line-height: 18px;
    font-family: 'Poppins';
    font-weight: 600;
    border-radius: 7px;
    cursor: grab;
    margin-bottom: 14px;
    padding: 0.3rem 0.5rem;
    width: fit-content;
    float: right;
}
.product__label--green{
    background-color: #F3FFF3;
    border: 1px solid #50C950;
    border-radius: 10px;
    color: #50C950;
}
.product__label--purple {
    background: #EEF1FF;
    border: 1px solid #2342D7;
    color: #2342D7;
}
.product__label--orange {
    background: #FDF7F1;
    border: 1px solid #E78C3C;
    color: #E78C3C;
}
.product__label--pink{
    background-color: #FFECEA;
    color: #FF351E;
    border: none !important;
}
.btn-orange {
    color: #fff;
    background-color: #f6861f;
}
.btn-orange:hover {
    color: #f6861f;
    background-color: #fff;
    border: 1px solid #f6861f;
}
.btn-yellow {
    color: #363335;
    background-color: #F6EA2A;
    /*height: 100%;*/
}
.btn-yellow:hover {
    color: #363335;
    background-color: #eedf08;
    border: 1px solid #eedf08;
}
.product__label--border {
    border: 1px solid currentColor;
}
/* Umumi */
.banner .change-another-offer{
    display: flex;
    cursor: pointer;
    justify-content: flex-end;
    margin-top: 50px;
}
.banner .product-price{
    display: flex;
}
.banner .product-price .price{
    font-size: 26px;
    line-height: 2rem;
    font-weight: 700;
    margin: 0;
}
.banner .buy-btn{
    /* display: flex; */
    /* justify-content: end; */
}
.banner .product-price .product-buy-btn{
    border-radius: 10px;
    border: none;
    font-weight: 600;
    padding: 0.4rem 1rem;
    transition: all ease-in-out 0.3s;
    font-size: 20px;
    background-color: #50C950;
    color:#ffffff ;
    width: 148px;
    height: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner .product-price .product-buy-btn:hover{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


@media (max-width: 1300px) {
    .banner .banner-slider{
        height: 391px;
    }
    .banner .slider-image{
        height: 391px;
    }
    .banner .offer-remaining-time{
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 4px;
        margin-right: 16px;
    }
    .banner .offer{
        height: 371px;
        border-radius: 17px;
    }
    .banner .product-name h3{
        font-size: 21px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .banner .product-image{
        top: -25px;  /* add */
        /* left: -120px; */
        width: 223px;
        height: 306px;
        padding: 14px 21px;
    }
    .banner .product-image img{
        width: 223px;
        height: 287px;
    }
    .banner .product-labels{
        left: -85px;
    }
    .banner .labels-bottom{
        right: -8px;
        bottom: 55px;
    }
    /* Umumi */

    .product-label{
        font-size: 15px;
        line-height: 15px;
        border-radius: 5px;
        margin-bottom: 6px;
    }

    /* Umumi */

    .banner .change-another-offer{
        margin-top: 0;
    }
    .banner .product-price{
        position: fixed;
        bottom: 15px;
    }
    .banner .product-price .price{
        font-size: 21px;
        line-height: 21px;
    }
    .banner .product-price .product-buy-btn{
        border-radius: 10px;
        padding: 0.3rem 0.8rem;
        font-size: 16px; ;
        width: 128px;
        height: 47px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media (max-width: 1156px) {
    .banner .product-image{
        top: -50px;  /* add */
    }
    .banner .product-labels{
        left: -110px;
    }
    .banner .labels-bottom{
        right: 5px;
    }
    /* Umumi */

    .product-label{
        font-size: 12px;
        line-height: 12px;
        border-radius: 4px;
    }

    /* Umumi */

    .banner .change-another-offer{
        margin-top: 10px;
        margin-right: 10px;
    }
    .banner .product-price .price{
        font-size: 18px;
        line-height: 18px;
    }
    .banner .product-price .price img{
        width: 15px;
    }
    .banner .product-price .product-buy-btn{
        height: 44px;
    }
}

@media (max-width: 998px) {
    .banner .banner-slider{
        height: 250px;
    }
    .banner .slider-image{
        height: 250px;
    }
    .banner .offer-remaining-time{
        font-size: 12px;
        line-height: 12px;
        margin-right: 12px;
    }
    .banner .offer{
        height: 234px;
        border-radius: 12px;
        padding: 7px;
    }
    .banner .product-name h3{
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 5px;
    }
    .banner .product-image{
        top: -80px;  /* add */
        left: -80px;
    }
    .banner .product-image img{
        width: 140px;
        height: 247px;
    }
    .banner .product-labels{
        left: -110px;
    }
    .banner .labels-bottom{
        right: -5px;
        bottom: 150px;
    }
    /* Umumi */

    .product-label{
        font-size: 10px;
        line-height: 10px;
        border-radius: 5px;
        margin-bottom: 4px;
        padding: 0.2rem 0.4rem;
    }

    /* Umumi */

    .banner .change-another-offer{
        margin-top: 0;
    }
    .banner .change-another-offer img{
        width: 20px;
        margin-right: -10px;
    }
    .banner .product-price{
        position: relative;
        bottom: 150px;
    }
    .banner .product-price .price{
        font-size: 16px;
        line-height: 21px;
    }
    .banner .product-price .product-buy-btn{
        border-radius: 7px;
        padding: 0.1rem 0.5rem;
        font-size: 12px; ;
        width: 68px;
        height: 32px;
    }
}

@media (max-width: 768px) {
    .banner{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        position: relative;
    }
    .banner .banner-slider{
        height: 254px;
        width: 100%;
        border-radius: 15px;
    }
    .banner .slider-image{
        height: 254px;
        border-radius: 15px;
    }
    .banner .special-offer{
        width: 100% ;
    }
    .banner .offer-remaining-time{
        margin-top: 20px;
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 4px;
        margin-right: 16px;
    }
    .banner .offer{
        height: 334px;
        border-radius: 17px;
    }
    .banner .product-name h3{
        font-size: 21px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .banner .product-image{
        top: -60px;  /* add */
        left: -30px;
        width: 203px;
        height: 267px;
        padding: 14px 21px;
    }
    .banner .product-image img{
        width: 203px;
        height: 267px;
    }
    .banner .product-labels{
        left: 50px;

    }
    .banner .labels-bottom{
        left: -60px;
        bottom: 105px;
    }
    /* Umumi */

    .product-label{
        font-size: 15px;
        line-height: 15px;
        border-radius: 5px;
        margin-bottom: 6px;
    }

    /* Umumi */

    .banner .change-another-offer{
        display: none;

    }
    .banner .change-another-offer img{
        width: 30px;
    }
    .banner .product-price{
        bottom: 90px;
        padding: 0 15px;
    }
    .banner .product-price .price{
        font-size: 21px;
        line-height: 21px;
    }
    .banner .product-price .product-buy-btn{
        border-radius: 10px;
        padding: 0.3rem 0.5rem;
        font-size: 16px;
        width: 108px;
        height: 37px;
        display: flex;
        justify-content: center;
        /* align-items: center; */
        /* display: none; */
        left: 30px;
        margin-left: 200px;
        margin-top: 48px;
    }
}

@media (max-width: 523px) {
    .banner .product-name h3{
        font-size: 18px;
        line-height: 23px;
    }
    .banner .product-image{
        width: 173px;
        height: 247px;
    }
    .banner .product-image img{
        width: 173px;
        height: 247px;
    }
    .banner .product-labels{
        left: 0px;

    }
    .banner .labels-bottom{
        width: 100px;
        left: 0px;
        text-align: center;
    }
    /* Umumi */

    .product-label{
        font-size: 13px;
        line-height: 13px;
    }

    /* Umumi */

    .banner .product-price{
        bottom: 90px;
    }
}


/* --------- Services -------- */

.services {
    border-radius: 10px;
    background: #fafbfc;
}
.services .services-row {
    display: flex;
    flex-wrap: wrap;
}

.services .services-item {
    display: block;
    padding: 3rem 0;
    text-align: center;
    color: #232d40;
    width: 100%;
    font-weight: 600;
    text-decoration: none;
}
.services .services-item-info-last {
    border-right: none !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.services .services-item-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 1px solid #ccc;
}

.services .services-icon {
    color: #373435 !important;
    margin-bottom: 2rem;
    font-size: 2rem;
    line-height: 2.4rem;
}
.services .services-info {
    color: #232d40 !important;
    font-size: 1.5rem;
    font-weight: 600;
    background-color: transparent;
    transition: 0.3s;
    border-color: #1743df;
    text-decoration: none !important;
}
.populars_new-products .popular_or_new {
    color: #232d40 !important;
    font-size: 1.5rem;
    font-weight: 600;
    background-color: transparent;
    transition: 0.3s;
    border-color: #1743df;
    text-decoration: none !important;
}

@media (max-width: 998px) {
    .services .services-item {
        padding: 2rem 0;
    }

    .services .services-icon {
        margin-bottom: 1rem;
        font-size: 1.6rem ;
        line-height: 1.6rem;
    }
    .services .services-info {
        font-size: 1.2rem;
        transition: 0.3s;
    }
}

@media (max-width: 768px){
    .services  .services-row{
        overflow: hidden;
        display: flex;
        flex-wrap: nowrap
    }
}

/* --------- Products --------- */
.product__label--light-green{
    background-color: #F3FFF3;
    border: 1px solid #50C950;
    border-radius: 10px;
    color: #50C950;
}
.product__label--purple {
    background: #EEF1FF;
    border: 1px solid #2342D7;
    color: #2342D7;
}
.product__label--orange {
    background: #FDF7F1;
    border: 1px solid #E78C3C;
    color: #E78C3C;
}
.product__label--light-pink{
    background-color: #FFECEA;
    color: #FF351E;
    border: none !important;
}
.btn-orange {
    color: #fff;
    background-color: #f6861f;
}
.btn-orange:hover {
    color: #f6861f;
    background-color: #fff;
    border: 1px solid #f6861f;
}
.btn-yellow {
    color: #363335;
    background-color: #F6EA2A;
    /*height: 100%;*/
    width: 100%;
}
.btn-yellow:hover {
    color: #363335;
    background-color: #eedf08;
    border: 1px solid #eedf08;
}
.product__label--border {
    border: 1px solid currentColor;
}
.old-price {
    color: #95979c;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1rem;
    margin-bottom: 2px;
    text-decoration: line-through;
}
.product-price {
    font-size: 22px;
    line-height: 2rem;
    font-weight: 700;
    margin: 0;
    display: inline-flex;
}
a {
    background-color: transparent;
    color: #1743df;
    font-weight: 400;
    transition: 0.3s;
    border-color: #1743df;
    text-decoration: none !important;
}

.products-slider__slides {
    border-radius: 12px;
    box-shadow: 1px 0 0 0 #e3e5eb, 0 1px 0 0 #e3e5eb, 1px 1px 0 0 #e3e5eb,
    1px 0 0 0 #e3e5eb inset, 0 1px 0 0 #e3e5eb inset;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    font-weight: 400;
    padding: 0 !important;
    display: flex;
}
.owl-carousel .owl-item {
    height: auto !important;
    /* min-height:1px; */
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}
.product {
    border-radius: 0 !important;
    padding: 0.8rem;
    padding-bottom: 0;
    margin: 0;
    height:100%;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    transition: box-shadow 0.3s ease-in-out;
    border-right: 1px solid #e3e5eb;
}
.product:nth-last-child(1) {
    border: none !important;
}
.product .product__img {
    height: 188px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: block;
    text-align: center;
    position: relative;
}
.product .product__img a {
    width: 100%;
    height: 100%;
    background-color: transparent;
    color: #1743df;
    font-weight: 400;
    transition: 0.3s;
    border-color: #1743df;
    text-decoration: none !important;
}
.product .product__img a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-style: none;
    vertical-align: middle;
}
.product .product__flex__left-right {
    padding: 0;
    margin-bottom: 0.5rem;
}
.product .product__type {
    color: #95979c;
    font-size: 1rem;
    line-height: 2rem;
}
.product .product__name {
    color: #232d40;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.2rem;
    margin-bottom: 1.2rem;
}
.product .product__labels .product__label {
    font-weight: 500;
    font-size: 0.7rem;
    line-height: 1rem;
    display: inline-flex;
    align-items: center;
    margin-top: 0;
    padding: 0.4rem 0.6rem;
    border-radius: 4px;
    margin-bottom: 0.5rem;
    border: 1px solid currentColor;
    min-height: 1.8rem;
    margin-right: 0.6rem;
}
.product .product__label--light-orange {
    color: #f6861f !important;
}
.product .product__footer {
    margin-bottom: 5px;
    display: flex;
    align-items: end;
}
.product .product__price {
    margin-bottom: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product .product__price .new-price {
    font-size: 1.4rem;
    line-height: 1rem;
    margin: 0;
}
.product .manat{
    width: 15px;
}
.product .more{
    width: 100%;
    height: 50px;
    justify-content: center;
    transition: 0.3s ease-in-out;
    display: inline-flex;
    border-radius: 6px;
    border: none;
    font-weight: 600;
    font-size: 1.1rem !important;
    padding: 1.1rem 2rem;
    align-items: center;
    box-sizing: border-box;
    margin: 0;
}
.product .more:hover{
    border: none;
}
.product .more:active {
    background-color: #F6EA2A !important;
    color: #363335 !important;
}


@media (max-width: 1300px) {
    .product .product__img {
        height: 165px;
        margin-top: 0.9rem;
        margin-bottom: 0.9rem;
    }
    .product .product__type {
        font-size: 0.9rem;
        line-height: 1.8rem;
    }
    .product .product__name {
        font-weight: 500;
        line-height: 1rem;
    }
    .product .product__price {
        font-size: 1rem;
    }
    .product .product__price__list__taksit label {
        line-height: 1rem;
        padding: 1.6px 0.5rem;
    }
    .product .more{
        height: 45px;
        font-weight: 500;
        font-size: 0.9rem;
        padding: 0.8rem 1.5rem;
    }

}
@media (max-width: 1156px) {

    .product {
        /*height: 420px !important;*/
        padding: 8px;
    }
    .product .product__img {
        height: 150px;
        margin-top: 0.8rem;
        margin-bottom: 0.8rem;
    }
    .product .product__img img {
        height: 150px;
    }
    .product .product__type {
        font-size: 0.7rem;
        line-height: 1.4rem;
    }
    .product .product__name {
        font-size: 0.8rem;
        font-weight: 600;
        line-height: 1rem;
    }
    .product .product__label{
        padding: 0.2rem 0.3rem
    }
    .product .old-price {
        font-size: 14px;
    }
    .product .old-price img{
        width: 12px;
    }
    .product .product-price{
        font-size: 20px;
        font-weight: 600;
    }
    .product-price img{
        width: 14px;
    }
    .product .btn-yellow{
        height: 40px;
    }
}

@media (max-width: 998px) {
    .flickity-viewport {
        height: 370px;
    }
    .product {
        /*height: 370px !important;*/
        padding: 8px;
    }
    .product .product__img {
        height: 111px;
    }
    .product .product__img img {
        height: 111px;
    }
    .product .product__type {
        font-size: 0.5rem;
        line-height: 0.8rem;
    }
    .product .product__name {
        font-size: 0.6rem;
        font-weight: 500;
        line-height: 0.8rem;
    }
    .product .product__label {
        margin-bottom: 3px !important;
        padding: 0rem 0.3rem !important;
        font-size: 0.6rem !important;
        margin-top: 0 !important;
    }
    .product .old-price {
        font-size: 12px;
    }
    .product .old-price img{
        width: 10px;
    }
    .product .product-price{
        font-size: 15px ;
        font-weight: 500;
    }
    .product .more{
        height: 30px;
        font-size: 0.7rem;
    }
}

@media (max-width: 768px) {
    .flickity-viewport {
        width: 100%;
        height: 100%;
    }
    .product {
        /*         width: 85%; */
        /*height: 450px !important;*/
    }
    .product .product:nth-child(n + 2) {
        display: none;
    }
    .product  .product__img {
        height: 188px;
        margin-top: 1rem;
        margin-bottom: 1rem;
        display: block;
        text-align: center;
        position: relative;
    }
    .product .product__type {
        font-size: 1rem;
        line-height: 2rem;
    }
    .product .product__name {
        font-size: 1rem;
        line-height: 1.2rem;
        margin-bottom: 1.2rem;
    }
    .product .product__flex-right .d-flex{
        align-items: center;
    }
    .product .product__label {
        font-weight: 500;
        font-size: 0.7rem !important;
        line-height: 1rem !important;
        padding: 0.4rem 0.6rem !important;
        border-radius: 4px !important;
        margin-bottom: 0.5rem !important;
        border: 1px solid currentColor !important;
        min-height: 1.8rem !important;
        margin-right: 0.6rem !important;
    }
    .product .product__footer {
        justify-content: center;
    }
    .product .old-price {
        font-size: 16px !important;
        line-height: 16px !important;
    }
    .product-price {
        font-size: 26px !important;
        line-height: 28px !important;
    }
    .product .product .more{
        height: 50px;
        border-radius: 6px;
        font-weight: 600;
        font-size: 1rem;
        padding: 1.1rem 2rem;
        margin: 0;
    }
}


/* Partners */


/* Minor TV */

.minor-tv{
    background-color: #253444;
    padding: 20px 0;
    width: 100vw;
}
.minor-tv .title{
    display: flex;
    justify-content: center;
    padding-top: 15px;
}
.minor-tv .web-tv-logo{
    width: 67px;
    height: 58px;
}
.minor-tv .head{
    margin-left: 15px;
    font-size: 30px;
    color: #fff;
    font-weight: 700;
}
.minor-tv .videos{
    margin-top: 30px;
    position: relative;
    z-index:1;
    flex-wrap: nowrap;
    overflow: hidden;
    justify-content: space-between;
}
.minor-tv .videos-item{
    height: 230px;
    margin: 0 10px 0 0;
}
.minor-tv .videos-item:hover .title{
    color: #F6EA2A;
}
.minor-tv .item-video{
    height: 175px;
    position: relative;
}
.minor-tv .item-video .video-container{
    height: 160px;
}
.minor-tv .item-video .video-container a{
    height: 160px
}
.minor-tv .item-video .play{
    content: "";
    height: 75px;
    width: 75px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #F6EA2A;
    transition: .3s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.minor-tv .item-video .play:hover{
    height: 85px;
    width: 85px;
}
.minor-tv .item-video .play i{
    font-size: 35px;
    transition: .3s;
    color: #ffffff;
}
.minor-tv .item-video .play:hover i{
    font-size: 48px;
}
.minor-tv .item-video .video-container img{
    height: 100%;
    display: block;
    width: 100%;
}
.minor-tv .videos .title{
    margin-top: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-overflow: ellipsis;
    line-height: 1.24rem;
    max-height: 2.48rem;
    transition: .5s;
    padding-top: 15px;
}

/* Footer */

.footer {
    padding: 90px 70px 36px 70px;
    background-color: #000000;
}
.footer .row {
    display: flex;
    justify-content: space-around;
}
.footer .col-md-3 {
    box-sizing: border-box;
}
.footer li {
    list-style: none;
    margin-bottom: 4px;
}
.footer li:first-child {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 35px;
}

.footer a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    text-decoration: none;
}
.footer a:hover {
    color: #f6ea2a;
}
.footer .contact {
    display: flex;
    justify-content: space-between;
    border-bottom: 0.5px solid #ffffff;
}
.footer .icon {
    margin-right: 8px;
    color: #ffffff;
}
.footer .title {
    margin-bottom: 35px;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
}
.footer .hours {
    width: 168px;
    display: flex;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}
.footer .fa-clock {
    font-size: 47px;
}
.footer .join-us {
    margin-top: 20px;
}
.footer .social {
    display: flex;
    justify-content: space-around;
}
.copyright {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    margin-top: 35px;
}

.copyright-description {
    color: #ffffff;
    opacity: 0.4;
    margin-left: 20px;
}
@media only screen and (max-width: 600px) {
    .footer {
        padding: 50px 20px;
    }
    .footer .row {
        flex-wrap: wrap;
    }
    .footer .col-md-3 {
        width: 50%;
    }
    .footer .contact {
        flex-direction: column;
        align-items: center;
        order: 3;
        margin-top: auto;
        margin-bottom: 10px;
    }
    .footer ul {
        margin-bottom: 30px;
    }
    .footer .title {
        text-align: center;
        margin-bottom: 20px;
    }
    .footer .hours {
        margin-top: 10px;
        justify-content: center;
        width: 100%;
    }
    .footer .fa-clock {
        font-size: 30px;
    }
    .footer .join-us {
        text-align: center;
        margin-top: 20px;
    }
    .footer .phone {
        margin-bottom: 10px;
    }
    .copyright {
        font-size: 15px;
    }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
    .footer {
        padding: 70px 40px;
    }
    .footer .row {
        flex-wrap: wrap;
    }
    .footer .col-md-2 {
        width: 40%;
    }

    .footer .contact {
        flex-direction: column;
        align-items: center;
    }
    .footer .title {
        text-align: center;
        margin-bottom: 20px;
    }
    .footer .hours {
        margin-top: 10px;
        justify-content: center;
        width: 100%;
    }
    .footer .fa-clock {
        font-size: 35px;
    }
    .footer .join-us {
        text-align: center;
        margin-top: 20px;
    }
}

@font-face {

    font-family: 'JISAZNBold';

    src: url(../fonts/AZN.ttf);

}
.azcurrency{
    font-family: 'JISAZNBold';
}

.product-view .row{
    margin-right: 0 ;
    margin-left: 0;
}
.product-view .product__label {
    font-weight: 600;
    font-size: 0.8rem;
    line-height: 1rem;
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.6rem;
    border-radius: 4px;
    margin-bottom: 0.5rem;
    border: 1px solid currentColor;
    margin-right: 0.5rem;
}
.product-view .product__label--green{
    background-color: #F3FFF3;
    border: 1px solid #50C950;
    border-radius: 10px;
    color: #50C950;
}
.product-view .product__label--purple {
    background: #EEF1FF;
    border: 1px solid #2342D7;
    color: #2342D7;
    border-radius: 10px;
}
.product-view .product__label--orange {
    background: #FDF7F1;
    border: 1px solid #E78C3C;
    color: #E78C3C;
    border-radius: 10px;
}
.product-view .product__label--pink{
    background-color: #FFECEA;
    color: #FF351E;
    border: 1px solid #FF351E;
    border-radius: 10px;
}
.product-view .btn {
    display: inline-flex;
    background: 0 0;
    color: #40b659;
    border-radius: 6px;
    border: 1px solid currentColor;
    font-weight: 600;
    font-size: 1.6rem;
    padding: 1.1rem 2rem;
    align-items: center;
    box-sizing: border-box;
}
.product-view a {
    background-color: transparent;
    color: #1743df;
    font-weight: 400;
    transition: 0.3s;
    border-color: #1743df;
    text-decoration: none !important;
}

/*  */
.product-view {
    margin-bottom: 3.5rem;
    margin-top: 2rem;
    font-family: "TT Interfaces", sans-serif;
}
.product-view h1 {
    font-size: 1.5rem;
    font-weight: 700;
    font-family: "TT Interfaces", sans-serif;
    margin-bottom: 1rem;
    max-width: 66%;
    color: #232d40;
    display: block;
}
.product-view .product__labels {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
}
.product-view .product__label {
    margin-right: 0.5rem;
}
.product-view .heart{
    background: #FFFDE1;
    border: 2px solid #F6EA2A;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 5;
    cursor: pointer;
}
.product-view .heart img{
    width: 30px;
    height: 30px;
}
.product-view .product-view__fixed-bar {
    padding-top: 0.5rem;
    position: sticky;
    top: 0;
    z-index: 2;
}

.product-view .product-gallery{
    display: flex;
    height: 400px;
    overflow: hidden;
}
.product-view .product-image{
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-view .product-image .active{
    width: 60%;
    margin-bottom: 40px;
    cursor: pointer;
}
.product-view .image-list{
    padding-left: 0;
    margin: 0;
}
.product-view .image-list li{
    display: flex !important;
    margin-right: 20px;
    padding: 5px 10px;
    cursor: pointer;
    border: 2px solid transparent;

}

.product-view .image-list li img{
    width: 40px;
    cursor: pointer;
}
.product-view .checked{
    border: 2px solid #F6EA2A !important;
}
.product-view .product-view__body .product__labels {
    margin-top: 2rem;
    margin-bottom: 0.8rem;
    display: flex;
    align-items: center;
    max-width: 66%;
    flex-wrap: wrap;
}
.product-view .product__labels .product__label {
    margin-right: 0.8rem;
}

.product-view .color-offer{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}
.product-view .color-offer .colors{
    display: flex;
}
.product-view .color-offer .color{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 5px;
    cursor: pointer;
}
.product-view .color-offer .black{
    background-color: #000000;
    border: 5px solid #000000;
}
.product-view .color-offer .grey{
    background-color: #5E5565;;
    border: 5px solid #5E5565;
}
.product-view .color-offer .pink{
    background-color: #F3E7D0;
    border: 5px solid #F3E7D0;
}
.product-view .color-offer .white{
    background-color: #F3F3F5;
    border: 5px solid #F3F3F5;
}

.product-view .color-offer .color-active{
    background-color: #F6EA2A;
}

.product-view .memory .title{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    margin: 0;
}
.product-view .memory .memory-info span{
    border: 2px solid #F6EA2A;
    border-radius: 7px;
    padding: 8px 13px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
}
.product-view .buy-cash{
    justify-content: start;
}
.product-view .buy-cash .price{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}
.product-view .buy-cash .old-price{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #717171;
    position: relative;
}
.product-view .buy-cash .old-price img{
    opacity: 0.6;
}
.product-view .buy-cash .old-price div{
    border: 2px solid #F11900;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.product-view .buy-cash .new-price{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    color: #000000;
    display: flex;
    align-items: center;
}
.product-view .buy-cash .new-price img{
    width: 29px;
    height: 20px;
    margin-left: 5px;
}
.product-view .buy-cash .buy-btn{
    background: #00C51C;
    border-radius: 10px;
    width: 142px;
    height: 56px;
    border: none;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #FFFFFF;
    transition: 0.3s;
    margin-left: 10px;
}
.product-view .buy-cash .buy-btn:hover{
    background: #00b41b;
}
.product-view .buy-cash .buy-btn .btn{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #FFFFFF;
}
.product-view .price-info {
    margin-top: -3.5rem;
    display: flex;
    justify-content: end;
    align-items: end;
    flex-direction: column;
}
.product-view .cards{
    width: 449px;
    height: 149px;
    background: linear-gradient(93.98deg, #EC253A -3.11%, #5F2B30 33.41%, #FF0F00 72.61%, #7F211B 100%);
    border-radius: 14px;
    padding: 5px;
}
.product-view .cards .cards-input{
    width: 100%;
    height: 100%;
    border-radius: 14px;
    background-color:#FFFFFF;
    padding: 15px;
}
.product-view .cards img{
    width:  108.68px;
    height: 167.81px;
    transform: rotateX(-6.53deg);

    margin-top: -50px;
    background-color: #FFFFFF;

}
.product-view .cards .cards-info{
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.product-view .cards .cards-info h4{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    color: #282526;
    text-align: end;
}
.product-view .cards .cards-info p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #636363;
    text-align: end;
}
.product-view .price-info__credit-info {
    border: 2px solid #616161;
    border-radius: 14px;
    padding: 0.8rem 1.2rem;
    width: 100%;
}
.product-view .price-info__credit-info h5 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    text-align: start;
    color: #282526;
}
.product-view .taksit-header {
    text-align: center;
    display: flex;
    border-bottom:1px solid #616161;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
}
.product-view .taksit-header li{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #7E7E7E;
}
.product-view .taksit-row{
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 5px 0;
    padding: 5px;

}
.product-view .taksit-row li{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #616161;
    position: relative;
}
.product-view .taksit-row li input[type=radio]{
    position: absolute;
    cursor: pointer;
    top:5px ;
    left:6px;
    opacity: 0;
}
.product-view .taksit-row li .check{
    display: block;
    border: 3px solid #616161;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    top: 30px;
    left: 20px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
    cursor: pointer;
}
.product-view .taksit-row li .check::before{
    display: block;
    content: '';
    border-radius: 100%;
    height: 15px;
    width: 15px;
    top: 5px;
    left: 5px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}
.product-view .taksit-row input[type=radio]:checked ~ .check {
    border: 3px solid #F6EA2A;
    display: flex;
}
.product-view .taksit-row input[type=radio]:checked ~ .check::before{
    background: #F6EA2A;

}
/*  */

.product-view .price-info__credit-info table {
    width: 100%;
    margin-bottom: 1.5rem;
}
.product-view .price-info__credit-info table thead{
    border-bottom:1px solid #616161;
}
.product-view .price-info__credit-info table thead tr {
    text-align: center;
}
.product-view .price-info__credit-info table thead tr th:first-child {
    text-align: left;
}
.product-view .price-info__credit-info table thead tr th {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #7E7E7E;
}
.product-view .price-info__credit-info table tbody tr {
    text-align: center;
    cursor: pointer;
}

.product-view .price-info__credit-info table tbody tr td:first-child {
    text-align: center;
    border: none;
}
.product-view .price-info__credit-info table tbody tr td {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 20px;
    color: #616161;
}
.product-view .price-info__credit-info table tbody tr label {
    cursor: pointer;
    padding: 0;
    width: 100%;
    white-space: nowrap;
}
.product-view .price-info__credit-info table tbody tr .custom-radio__label:after,
.price-info__credit-info table tbody tr .custom-radio__label:before {
    left: 0;
    width: 2rem;
    height: 2rem;
}
.product-view .price-info__credit-info__buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-view .price-info__credit-info__buttons .btn {
    width: 48%;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.5rem;
    cursor: pointer;
    transition: 0.5s;
    height: 55px;
}
.product-view .btn-special_yellow-transparent {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #282526;
    border: 2px solid #F6EA2A;
    background: #fff;

}
.product-view .btn-special_yellow-transparent:hover {
    color: #282526;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.product-view .btn-yellow {
    background: #F7EC44;
    border: 2px solid #F6EA2A;
    border-radius: 8px;
    color: #282526;
}
.product-view .btn-yellow:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.product-view .delivery{
    width: 335px;
    height: 70px;
    background: #FFFFFF;
    border: 3px solid #00C51C;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-view .delivery p{
    margin: 0;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 18px;
    color: #1F1F1F;
}
.product-view .product-details{
    padding: 15px;
    border: 1px solid #ebebeb;
}

.product-view .nav-tabs{
    display: flex;
    justify-content: end;
}
.product-view .nav-link{
    text-align: center;
    margin-right: -12px;
}
.product-view .nav-tabs{
    border-bottom: none ;
}
.product-view .table-striped>tbody>tr{
    height: 45px;
}
.product-view .table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #FFFDE1;
}
.product-view table {
    caption-side: bottom;
    border-collapse: collapse;
    border-color: inherit;
    text-indent: 0;
}
.product-view table tr td:first-child{
    border-right: 25px solid #ffffff;
}
.product-view table tr td:last-child{
    border-left: none;
}
@media (min-width: 600px) and (max-width:992px) {
    .sort-box {
        grid-template-columns:repeat(2, 1fr)!important;
    }
}

@media (max-width: 1300px) {
    .product-view .buy-cash .old-price{
        font-size: 16px;
        line-height: 20px;
    }
    .product-view .buy-cash .old-price img{
        width: 14px;
        height: 12px;
    }
    .product-view .buy-cash .new-price{
        font-size: 20px;
        line-height: 25px;
    }
    .product-view .buy-cash .new-price img{
        width: 18px;
        height: 16px;
    }
    .product-view .buy-cash .buy-btn{
        width: 112px;
        height: 46px;
        font-size: 20px;
        line-height: 25px;
    }
}
@media (max-width: 998px){
    .product-view .div-col-md-5{
        padding: 0;
    }
    .product-view .product__label {
        font-size: 0.7rem;
        line-height: 0.8rem;
        padding: 0.3rem 0.5rem;
        margin-bottom: 0.4rem;
    }
    .product-view .btn{
        font-size: 1.4rem;
        padding: 1rem 1.6rem;
    }
    .product-view {
        margin-bottom: 2.5rem;
    }
    .product-view h1 {
        font-size: 1.3rem;
    }
    .product-view .heart{
        width: 38px;
        height: 38px;
    }
    .product-view .heart img{
        width: 20px;
        height: 20px;
    }
    .product-view .product-image .active{
        height: 250px;
        margin-bottom: 30px;
    }
    .product-view .color-offer{
        font-size: 16px;
        line-height:20px;
    }
    .product-view .memory .title{
        font-size: 18px;
        line-height: 20px;
    }
    .product-view .buy-cash .new-price{
        font-size: 16px;
        line-height: 20px;
    }
    .product-view .buy-cash .new-price img{
        width: 16px;
        height: 14px;
    }
    .product-view .buy-cash .buy-btn{
        width: 100px;
        height: 46px;
        margin-left: 5px;
        font-size: 18px;
        line-height: 20px;
    }
    .product-view .cards{
        width: 335px;
        height: 129px;
    }
    .product-view .cards img{
        width: 88px;
        height: 147px;
        margin-top: -50px;
    }
    .product-view .cards .cards-info h4{
        font-size: 16px;
        line-height: 16px;
    }
    .product-view .cards .cards-info p{
        font-size: 18px;
        line-height: 20px;
    }
    .product-view .price-info__credit-info h5{
        font-size: 16px;
        line-height: 18px;
    }
    .product-view .price-info__credit-info table thead tr th{
        font-size: 12px;
        line-height: 14px;
    }
    .product-view .price-info__credit-info table tbody tr td {
        font-size: 18px;
    }
    .product-view .delivery p{
        font-size: 20px0px;
        line-height: 18px;
    }
    .product-view .product-image .active{
        height: auto;
        width: 150px;
    }
}

@media (max-width: 768px){
    .product-view h1{
        text-align: center;
        max-width: 100%;
    }
    .product-view .row .heart {
        margin-right: 30px;
    }
    .product-view .product-gallery{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .product-view .product-gallery .image-list{
        flex-direction: row;
        display: flex;
        position: absolute;
        bottom: 0;
    }
    .product-view .product-gallery .product-image{
        position: absolute;
        top: 20px;
    }
    .product-view .image-list li {
        margin-right: 10px;
    }
    .product-view .product-gallery .product-image .active{
        width: 50%;
    }
    .product-view .row .col-md-8{
        padding: 0;
    }

    .product-view  .product-view__body .product__labels{
        max-width: 100%;
    }
    .product-view  .product-view__body .color-offer{
        display: flex;
    }
    .product-view  .product-view__body .color-offer .colors{
        margin-left: 20px;
    }
    .product-view  .product-view__body .memory{
        display: flex;
        flex-direction: row;
        align-items: end;
        margin-bottom: 30px;
    }
    .product-view  .product-view__body .memory .title{
        margin-bottom: 5px;
    }
    .product-view  .product-view__body .memory .memory-info{
        margin-left: 10px;
        margin-top: 0;
    }
    .product-view  .product-view__body .memory .memory-info span{
        font-size: 12px;
    }
    .product-view  .product-view__body .buy-cash{
        display: flex;
        justify-content: start;
    }
    .product-view  .product-view__body .buy-cash .buy-btn{
        margin-left: 15px;
    }
    .product-view .product-view__price-info{
        margin: 0;
    }
    .product-view .product-view__price-info .cards{
        display: none;
    }
    .product-view .product-view__price-info .price-info__credit-info{
        width: 100%;
    }
    .product-view .product-view__price-info .delivery{
        width: 100%;
    }
    .product-view .table-striped>tbody>tr{
        height: 30px;
    }
    .product-view .table-striped>tbody>tr td{
        height: 15px;
        font-size: 14px;
    }
}


#buycredit .modal_title {
    font-size: 26px;
}

#buycredit .modal-dialog {
    max-width: 800px;
}

#buycredit .modal-body {
    padding-left: 32px;
    padding-right: 32px;
}

.credit_pro_img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 3px;
}

.credit_pro_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.credit-pro-top {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.credit_pro_dd {
    padding-left: 16px;
    width: calc(100% - 100px);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.credit-pro-head {
    margin-top: 12px;
}

.productk-name {
    font-size: 24px;
    margin-top: 4px;
    color: #1c1b17;
}

.first-price {
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.first-price span, .monthly-price p {
    font-weight: 700;
    font-size: 14px;
    margin-right: 10px;
}
.first-price span, .modal_title, .monthly-price p, .productk-name, .productk-price {
    color: #1c1b17;
}

.first-flex-pr {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}

#firstly_amount {
    min-width: 132px !important;
}

.first-price-val {
    width: 120px !important;
    height: 40px !important;
    border: 0 !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #1c1b17 !important;
    font-size: 14px;
    padding: 0 !important;
    font-weight: 700;
}

.productk-price {
    margin-top: 12px;
    font-size: 15px;
}

.credit-month {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 45px !important;
    margin-bottom: 24px;
}

.credit-month [type=radio]:checked, .credit-month [type=radio]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.credit-month [type=radio]:checked + label, .credit-month [type=radio]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #1c1b17;
    font-size: 14px;
}

.credit-month [type=radio]:checked+label, .credit-month [type=radio]:not(:checked)+label {
    width: 64px;
    height: 64px;
    border: 10px solid #e3e3e3;
    color: #bdbdbd !important;
    border-radius: 50%;
    margin-left: -8px;
    padding-left: 0 !important;
    padding-top: 10px;
    font-weight: bold;
    font-size: 16px !important;
    text-align: center;
}

.credit_month p:not(:last-child):after {
    content: "";
    display: inline-block;
    width: 50px;
    height: 6px;
    background: #e3e3e3;
    position: relative;
    top: 0;
    left: -6px;
}

.credit-month [type=radio]:checked+label:after,.credit-month [type=radio]:checked+label:before, .credit-month [type=radio]:not(:checked)+label:before {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.credit_month label {
    transition: all .6s ease;
    z-index: 2;
}

.credit_month label:hover,.credit-month [type=radio]:not(:checked)+label:hover,.credit-month [type=radio]:checked+label,.credit-month [type=radio]:checked+label:hover {
    background: #f83169;
    color: #fff !important;
    border-color: #f83169 !important;
    transform: scale(1.3);
}

.kk-credit-details {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.kk-item {
    padding-left: 32px;
    padding-right: 32px;
    text-align: center;
}

.kk-item p {
    color: #000;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
}

.cc-kk {
    color: #000;
    font-size: 26px;
    font-weight: 600;
}

.credit-info-cover {
    background: rgba(0, 195, 255, .4);
    border-radius: 3px;
    padding: 12px 16px;
    margin-top: 16px;
    color: #1c1b17;
    font-size: 14px;
}

.credit-info {
    font-size: 14px;
}

.credit-form-btn:hover {
    opacity: .6;
}

.credit-form-btn, .credit-form-btn:focus, .credit-form-btn:hover {
    border: none;
    color: #fff;
    background: #f83169;
    display: inline-block;
    padding: 12px 16px;
    min-width: 120px;
    text-decoration: none;
    transition: all .4s ease;
    border-radius: 3px;
    font-weight: 700;
    line-height: initial;
}


/* category filter product */


.wrap-imagebox .tab-product .sort-box {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*align-items: stretch;*/
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
@media (max-width: 600px) {
    .wrap-imagebox .tab-product .sort-box {
        display: grid;
        grid-template-columns: repeat(1,1fr);
    }

    .wrap-imagebox .tab-product .sort-box .btn {
        height: unset;
    }
    .wrap-imagebox .tab-product .sort-box .product__labels {
        padding-left: 0;
    }

    @media (min-width: 1000px) {
        .wrap-imagebox .tab-product .sort-box .product {
            /*width: calc(100% / 3.05);*/

        }
    }

    /* Minor TV modal */

    .tv-iframe iframe {
        width: 100%;
        height: 100%
    }

    .tvPlay .modal-header {
        border-bottom: 0;
        height: 40px;
        display: flex;
        justify-content: flex-end;
    }


    .tvPlay .modal-body {
        padding: 0
    }

    .tvPlay .modal-dialog {
        max-width: 80%;
        margin: 60px auto;
        padding-left: 20px;
        padding-right: 20px
    }

    .tvPlay .tv-iframe {
        height: calc(100vh - 180px)
    }

    .tvPLay .tv-iframe iframe {
        width: 100%;
        height: 100%
    }

    .tvPlay {
        padding-right: 0
    }

    .wpvideo {
        position: fixed;
        left: 30px;
        bottom: 30px;
        z-index: 1000001 !important;
        padding: 0;
        width: 100px;
        height: 100px;
        border-radius: 0;
        background: 0 0
    }

    .wpvideo img {
        width: 100%;
        height: 100%
    }

    #wpVideoModal .modal-dialog {
        /*max-width: 700px*/
    }


    #snackbar {
        visibility: hidden;
        min-width: 250px;
        margin-left: -125px;
        background-color: #333;
        color: #fff;
        text-align: center;
        border-radius: 2px;
        padding: 16px;
        position: fixed;
        z-index: 99999999;
        left: 50%;
        bottom: 30px;
        font-size: 17px
    }

    #snackbar.show {
        visibility: visible;
        -webkit-animation: fadein .5s, fadeout .5s 2.5s;
        animation: fadein .5s, fadeout .5s 2.5s
    }

    @-webkit-keyframes fadein {
        from {
            bottom: 0;
            opacity: 0
        }
        to {
            bottom: 30px;
            opacity: 1
        }
    }

    @keyframes fadein {
        from {
            bottom: 0;
            opacity: 0
        }
        to {
            bottom: 30px;
            opacity: 1
        }
    }

    @-webkit-keyframes fadeout {
        from {
            bottom: 30px;
            opacity: 1
        }
        to {
            bottom: 0;
            opacity: 0
        }
    }

    @keyframes fadeout {
        from {
            bottom: 30px;
            opacity: 1
        }
        to {
            bottom: 0;
            opacity: 0
        }
    }

    /* Video Call */
    .videocall{
        width: 146px;
        height: 146px;
        background-color: #F6EA2A;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        font-family: 'Poppins', sans-serif;
        position: fixed;
        bottom: 30px;
        left: 30px;
        z-index: 9;
        cursor: pointer;
    }
    .videocall img{
        width: 65px;
        height: 51px;
    }
    .videocall p{
        text-align: center;
        font-weight: 600;
        font-size: 16px;
        padding: 0 10px;
        margin-bottom: 0;
    }

    @media (max-width: 768px){
        .videocall {
            width: 116px;
            height: 116px;
        }
        .videocall img{
            width: 45px;
            height: 31px;
        }
        .videocall p{
            font-size: 12px;
            padding: 0 6px;
        }
    }

    /* Videocall reg */

    .anket {
        display: flex;
        justify-content: space-between;
        padding: 0;
    }
    .anket .form-group label{
        color: #000000;
        padding: 12px 0 3px 13px;
    }
    .anket .form-control{
        background-color: #FFFDE1;
        border: 3px solid #F6EA2A;
        border-radius: 10px;
        color: #6B6B6B
    }
    .anket .form-control:active{
        border: 3px solid #F6EA2A;
    }
    .anket .form-control:focus{
        border: 3px solid #F6EA2A;
        box-shadow: none;
    }
    .anket textarea{
        resize: none;
    }
    .anket img{
        color: #000000;
        width: 10px;
        height: 10px;
    }
    .anket .btn{
        padding: 15px 0;
        color: #000000;
        font-weight: 600;
    }
    .anket .btn-outline-yellow{
        border: 3px solid #F6EA2A !important;
    }
    .anket .btn-outline-yellow:hover{
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
    .anket .btn-yellow{
        background-color: #F6EA2A;
    }
    .anket .btn-yellow:hover{
        background-color: #f3e300;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
    .anket .btn-yellow:active{
        background-color: #f3e300 !important;
        border: none !important;
    }
    .anket .btn-yellow:focus{
        background-color: #f3e300 !important;
        border: none !important;
    }
    .anket .right{
        position: relative;
    }
    .anket  h2{
        font-weight: 600;
        padding-left: 24px;
    }
    .anket .instructions{
        background-color: #FFFDE1;
        border-radius: 10px;
        border: 3px solid #F6EA2A;
        padding: 15px;
    }
    .anket .right .wp-images{
        position: absolute;
        top: 0;
        right: 0;
    }
    .wp-images .img1 img{
        width: 345px;
        height: 345px;
        position: absolute;
        top: 90px;
        right: 50px;
    }

    .wp-images .shadow1 img{
        width: 345px;
        height: 100px;
        position: absolute;
        right: 50px;
        top: 450px;
    }
    .wp-images .img2 img{
        width: 150px;
        height: 150px;
        position: absolute;
        top: 200px;
        right:300px;
        z-index: 50;
    }
    .wp-images .shadow2 img{
        width: 150px;
        height: 150px;
        position: absolute;
        top: 320px;
        right:290px;
        z-index: 51;
    }
    .wp-images  .img3 img{
        width: 150px;
        height: 150px;
        position: absolute;
        top: 50px;
        right:-75px;
    }
    .wp-images .shadow3 img{
        width: 150px;
        height: 150px;
        position: absolute;
        top: 150px;
        right:-80px;
    }

    @media (max-width: 1300px) {
        .anket{
            display: flex;
            justify-content: space-between;
        }
    }
    @media (max-width: 991px) {
        .anket{
            flex-direction: column;
        }
        .anket .left{
            width: 100%;
        }
        .anket .right{
            width: 100%;
            margin-top: 150px;
        }
        .anket .right h2{
            text-align: center;
        }
        .anket .right .img3{
            display: none;
        }
        .anket .right .shadow3{
            display: none;
        }
        .anket .right .img1 img{
            right: -50px;
            top: 80px;
        }
        .anket .right .shadow1 img{
            right: -50px;
            top: 380px;
        }
    }
    @media (max-width: 768px){
        .anket .right{
            margin-top: 100px;
        }
        .anket .right img{
            display: none;
        }
    }

    /* Video call success */

    .circle1{
        width: 438px;
        height: 438px;
        background: #F6EA2A;
        position: absolute;
        border-radius: 50%;
        left: -150px;
        bottom: -150px;
        z-index: 1;
    }
    .appeal-confirm .confirmed{
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        position: relative;
    }
    .appeal-confirm .congratulation{
        width: 809px;
        height: 700px;
    }
    .appeal-confirm .wp{
        z-index: 5;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 448px;
    }
    .appeal-confirm .confirmed h4{
        margin-top: -240px;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 50px;
        line-height: 90px;
        color: #000000;
        text-align: center;
    }
    .appeal-confirm p{
        text-align: center;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 30px;
        line-height: 60px;
        color: #000000;
        z-index: 100;
        margin-top: -25px;
    }

    .right .circle2{
        width: 154px;
        height: 154px;
        border-radius: 50%;
        background-color: #F6EA2A;
        position: absolute;
        right: 100px;
        top: 60px;
    }
    .right .circle3{
        width: 279px;
        height: 279px;
        background-color: #F6EA2A;
        border-radius: 50%;
        position: absolute;
        right: -100px;
        top: 250px;
    }

    @media (max-width: 1300px) {
        .circle1{
            width: 338px;
            height: 338px;
            left: -120px;
            bottom: -100px;
        }
        .appeal-confirm .congratulation{
            width: 659px;
            height: 550px;
        }
        .appeal-confirm .wp{
            width: 288px;
        }
        .appeal-confirm .confirmed h4{
            margin-top: -180px;
            font-size: 40px;
            line-height: 60px;
        }
        .appeal-confirm p{
            font-size: 30px;
            line-height: 50px;
            margin-top: -15px;
        }
        .right .circle2{
            width: 134px;
            height: 134px;
        }
        .right .circle3{
            width: 229px;
            height: 229px;
        }
    }

    @media (max-width: 991px) {
        .circle1{
            width: 288px;
            height: 288px;
        }
        .appeal-confirm .congratulation{
            width: 609px;
            height: 500px;
        }
        .appeal-confirm .wp{
            width: 258px;
        }
        .appeal-confirm .confirmed h4{
            margin-top: -150px;
            font-size: 35px;
            line-height: 50px;
        }
        .appeal-confirm p{
            font-size: 22px;
            line-height: 35px;
            margin-top: -10px;
        }
        .right .circle2{
            width: 114px;
            height: 114px;
        }
        .right .circle3{
            width: 209px;
            height: 209px;
        }
    }

    @media (max-width: 767px) {
        .appeal-confirm .congratulation{
            width: 509px;
            height: 400px;
        }
        .appeal-confirm .wp{
            width: 208px;
        }
        .appeal-confirm .confirmed{
            width: 100%;
        }
        .appeal-confirm .confirmed h4{
            width: 100%;
            margin-top: -120px;
            font-size: 25px;
            line-height: 30px;
        }
        .appeal-confirm p{
            font-size: 16px;
            line-height: 20px;
            margin-top: 0;
        }
        .circle1{
            display: none;
        }
        .right .circle2{
            display: none;
        }
        .right .circle3{
            display: none;
        }

    }

    #videoCallSuccess {
        z-index: 9999;
        text-align: center;
        /* padding-top: 100px; */
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #fff;
    }

    #videoCallSuccess .close {
        background-color: #333;
        color: #fff;
        text-align: center;
        border-radius: 2px;
        position: fixed;
        height: 40px;
        z-index: 1000002 !important;
        right: 25px;
        top: 30px;
        font-size: 17px;
        -webkit-animation: fadein .5s, fadeout .5s 2.5s;
        animation: fadein .5s, fadeout .5s 2.5s
    }

    .text-yellow {
        color: #F6EA2A !important;
    }


    #myImg {
        border-radius: 5px;
        cursor: pointer;
        transition: 0.3s;
    }

    #myImg:hover {opacity: 0.7;}

    /* The Modal (background) */
    .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        padding-top: 100px; /* Location of the box */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100vh; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
        justify-content:center;
        align-items:center;
        cursor:grab;
    }

    /* Modal Content (image) */
    .modal-content {
        margin: auto;
        display: block;
        width: 40vw;
        max-width: 700px;
    }

    /* Add Animation */
    .modal-content, #caption {
        -webkit-animation-name: zoom;
        -webkit-animation-duration: 0.6s;
        animation-name: zoom;
        animation-duration: 0.6s;
    }

    @-webkit-keyframes zoom {
        from {-webkit-transform:scale(0)}
        to {-webkit-transform:scale(1)}
    }

    @keyframes zoom {
        from {transform:scale(0)}
        to {transform:scale(1)}
    }

    /* The Close Button */
    .close-modal {
        position: absolute;
        top: 15px;
        right: 35px;
        color: #f1f1f1;
        font-size: 40px;
        font-weight: bold;
        transition: 0.3s;
    }

    .close-modal:hover,
    .close-modal:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }
    @media only screen and (max-width: 700px){
        .modal-content {
            width: 90vw;
        }
    }
    .top-search form.form-search .box-search .search-suggestions {
        width: 100%;
        max-width: 712px;
        overflow: hidden;
        position: absolute;
        top: 100px;
        left: 0;
        z-index: 9;
        opacity: 0;
        visibility: hidden;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .top-search form.form-search .box-search .search-suggestions.show {
        opacity: 1;
        visibility: visible;
        top: 77px
    }

    .top-search.style1 {
        max-width: 732px;
        width: 100%;
        padding: 5px 0 5px 1px;
        float: left
    }

    .top-search.style1 form.form-search .box-search input {
        background-color: #fff;
        border-color: #fff;
        height: 45px;
        padding-left: 24px
    }

    .top-search.style1 form.form-search .box-search .btn-search button {
        background: #464E53;
        border: 1px solid #fff;
        padding: 0 27px 0 32px;
        height: 45px;
        line-height: 43px;
        border-radius: 0;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px
    }

    .top-search.style1 form.form-search .box-search .btn-search button img {
        margin-top: -3px
    }
    .search-suggestions .box-suggestions {
        width: 100%;
        float: left;
        background: #fff;
        padding: 20px 30px
    }
    .search-suggestions .box-cat .title, .search-suggestions .box-suggestions .title {
        color: #ffca00;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 15px
    }

    .search-suggestions .box-suggestions ul li {
        margin-bottom: 28px;
        overflow: hidden
    }

    .search-suggestions .box-suggestions ul li .image {
        width: 40px;
        float: left;
        height: 40px;
        line-height: 50px;
        margin-right: 20px
    }

    .search-suggestions .box-suggestions ul li .info-product {
        overflow: hidden
    }

    .search-suggestions .box-suggestions ul li .info-product .name a:not(:hover) {
        color: #484848
    }

    .search-suggestions .box-suggestions ul li .info-product .price .sale {
        color: #484848;
        font-size: 16px;
        font-weight: 500;
        font-family: Nunito;
        margin-right: 15px
    }

    .search-suggestions .box-suggestions ul li .info-product .price .regular {
        font-size: 13px
    }
    .top-search {
        padding: 27px 0;
        padding-left: 47px;
        margin-right: -21px
    }

    .top-search form.form-search {
        position: relative
    }

    .top-search form.form-search .cat-wrap {
        position: absolute;
        z-index: 9;
        padding: 15px 0
    }

    .top-search form.form-search .cat-wrap-v1 {
        position: absolute;
        z-index: 9;
        padding: 12px 0
    }

    .top-search form.form-search .cat-wrap select {
        height: 20px;
        line-height: 20px;
        padding: 1px 63px 0 36px;
        border-radius: 0;
        border-right: 1px solid #e5e5e5
    }

    .top-search form.form-search .cat-wrap span {
        position: absolute;
        top: 14px;
        right: 22px;
        color: #1b1b19;
        font-size: 14px
    }

    .top-search form.form-search .cat-wrap-v1 span {
        top: 11px !important
    }

    .top-search form.form-search .cat-wrap .all-categories {
        position: absolute;
        top: 80px;
        left: 0;
        width: 215px;
        border: 2px solid #484848;
        border-radius: 10px;
        height: 287px;
        background: #fff;
        padding: 10px 20px;
        z-index: 9;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .top-search form.form-search .cat-wrap .all-categories.show {
        top: 55px;
        opacity: 1;
        visibility: visible;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .top-search form.form-search .cat-wrap .all-categories:before {
        content: '';
        position: absolute;
        border-bottom: 5px solid #484848;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        top: -7px;
        left: 57px
    }

    .top-search form.form-search .cat-wrap .all-categories .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background: #f28b00
    }

    .top-search form.form-search .cat-wrap .all-categories .cat-list-search .title {
        color: #f28b00;
        line-height: 30px
    }

    .top-search form.form-search .cat-wrap .all-categories .cat-list-search ul {
        margin-bottom: 5px
    }

    .top-search form.form-search .cat-wrap .all-categories .cat-list-search ul li {
        padding-left: 9px;
        line-height: 20px;
        cursor: pointer
    }

    .top-search form.form-search .cat-wrap .all-categories .cat-list-search ul li:hover {
        color: #ffca00
    }

    .top-search form.form-search .box-search input {
        padding-left: 191px;
        padding-top: 11px;
        height: 49px
    }

    .top-search form.form-search .box-search .btn-search {
        position: absolute;
        top: 0;
        right: 0
    }

    .top-search form.form-search .box-search .search-suggestions {
        width: 100%;
        max-width: 712px;
        overflow: hidden;
        position: absolute;
        top: 100px;
        left: 0;
        z-index: 9;
        opacity: 0;
        visibility: hidden;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .top-search form.form-search .box-search .search-suggestions.show {
        opacity: 1;
        visibility: visible;
        top: 77px
    }

    .top-search.style1 {
        max-width: 732px;
        width: 100%;
        padding: 5px 0 5px 1px;
        float: left
    }

    .top-search.style1 form.form-search .box-search input {
        background-color: #fff;
        border-color: #fff;
        height: 45px;
        padding-left: 24px
    }

    .top-search.style1 form.form-search .box-search .btn-search button {
        background: #464E53;
        border: 1px solid #fff;
        padding: 0 27px 0 32px;
        height: 45px;
        line-height: 43px;
        border-radius: 0;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px
    }

    .top-search.style1 form.form-search .box-search .btn-search button img {
        margin-top: -3px
    }

    .top-search.style2 {
        padding: 28px 0 26px 48px;
        float: left;
        width: 68%
    }

    .top-search.style2 form.form-search .box-search .btn-search button {
        background: #484848;
        padding: 0 29px 0 30px;
        height: 49px;
        line-height: 39px
    }

    .top-search.style2 form.form-search .box-search input {
        background-color: #fff;
        border-color: #fff
    }

    .top-search.style3 {
        padding-left: 93px;
        margin-right: -37px
    }

    .search-suggestions .box-suggestions {
        width: 100%;
        float: left;
        background: #fff;
        padding: 20px 30px
    }

    .search-suggestions .box-cat .title, .search-suggestions .box-suggestions .title {
        color: #ffca00;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 15px
    }

    .search-suggestions .box-suggestions ul li {
        margin-bottom: 28px;
        overflow: hidden
    }

    .search-suggestions .box-suggestions ul li .image {
        width: 40px;
        float: left;
        height: 40px;
        line-height: 50px;
        margin-right: 20px
    }

    .search-suggestions .box-suggestions ul li .info-product {
        overflow: hidden
    }

    .search-suggestions .box-suggestions ul li .info-product .name a:not(:hover) {
        color: #484848
    }

    .search-suggestions .box-suggestions ul li .info-product .price .sale {
        color: #484848;
        font-size: 16px;
        font-weight: 500;
        font-family: Nunito;
        margin-right: 15px
    }

    .search-suggestions .box-suggestions ul li .info-product .price .regular {
        font-size: 13px
    }
