.product-container {
    margin: 0 220px;
}

.product .product-detail .description p {
    font-size: 14px;
    margin: 0;
    color: #838383;
    min-height: 22px;
    height: 22px;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.product .product-detail .pname h4 {
    padding: 0;
    margin: 0;
    color: #282828;
    min-height: 15px;
    height: 15px;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.featured-products,
.seller-products {
    background: #fff;
}

.star {
    display: flex;
    color: #ffc107;
    margin: 5px 0 0;
    gap: 2px;
}

.product {
    padding: 10px;
    border: 1px solid;
    color: #727070;
    border-radius: 9px;
    box-shadow: 0 0 10px #00000030;
    display: block;
}

.product:hover {
    color: #a61bef;
}

.product .product-img {
    width: 100%;
    height: 200px;
}

.product .product-img {
    height: 100%;
    object-fit: cover;
}

.product .product-detail {
    padding: 10px 10px 10px !important;
}

.featured-products .owl-nav,
.seller-products .owl-nav {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    width: 100%;
    top: -40px;
    gap: 20px;
}

.featured-products .owl-nav i,
.seller-products .owl-nav i {
    font-size: 25px;
    color: #ccc;
    transition: .4s;
}

.featured-products .owl-nav i:hover,
.seller-products .owl-nav i:hover {
    color: #282828;
}

.featured-products .content-heading h4,
.seller-products .content-heading h4 {
    font-size: 40px;
    font-family: myfirstfont3 !important;
    margin: 0 0 10px;
    position: relative;
    padding: 0;
    /* font-weight: 600; */
}

.header-main ul li.dropdown-main .dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: block;
    min-width: 100%;
    padding: 40px;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    transition: .2s;
    list-style: none;
    border: 0px solid rgb(0 0 0 / 0%);
    border-radius: 0;
    left: 50%;
    transform: translateX(-50%) rotateX(90deg);
    top: 79px;
    box-shadow: 0 0 10px #00000012;
    transform-origin: top;
}

.header-main ul li.dropdown-main:hover .dropdown-menu {
    transform: translateX(-50%) rotateX(00deg);
}

.header-main ul li.dropdown-main {
    position: unset;
}

.header-main .col-lg-8 {
    text-align: center;
    position: unset;
}

.header-main ul li.dropdown-main .dropdown-menu a {
    display: block;
    font-size: 14px;
    margin: 0 0 5px;
    color: #000;
}

.header-main ul li.dropdown-main .dropdown-menu a:hover {
    color: #a61bef;
}

.header-main ul li.dropdown-main .dropdown-menu h5 {
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    font-family: 'myFirstFont4';
}

.mg-t-30 {
    margin-top: 30px;
}

.mg-b-15 {
    margin-bottom: 15px;
}

.filter-categories .filter i:nth-child(1) {
    font-size: 20px;
    color: #a5a6a7;
}

.filter-categories .filter i {
    position: absolute;
    top: 2.5px;
}

.filter-categories .filter i:nth-child(2) {
    color: #fff;
    background: #a61bef;
    font-size: 12px;
    padding: 3px;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
}

.filter-categories .filter i {
    position: absolute;
    top: 0;
}

.filter-categories a:hover .filter i:nth-child(2),
.filter-categories .filter.active i:nth-child(2) {
    visibility: visible;
    opacity: 1;
}

.filter-categories a p {
    margin-left: 25px;
    font-size: 14px;
    color: #777575;
    margin: 0 0 10px 25px;
}

.filter-categories a p.active {
    color: #000;
}

.product-container-120 {
    margin: 0 120px;
}

.paginationstyle .pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    justify-content: right;
}

.paginationstyle .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #bb0b63;
    border-color: #bb0b63;
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}

.paginationstyle .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #bb0b63;
    border-color: #bb0b63;
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}

.paginationstyle .page-link {
    position: relative;
    display: block;
    color: #a8a9aa;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-family: 'Lato';
}

.paginationstyle li {
    padding: 0 2px 0px 2px;
}

.products-section .card.tags span {
    display: inline-block;
    border: 1px solid #f1f1f1;
    padding: 7px 14px;
    border-radius: 7px;
    margin: 0 10px 10px 0;
}

.products-section .card-header {
    background: #eeeeee;
    border: none;
    font-family: 'myFirstFont2';
}


/* detail */

.product-detail .zoom-box {
    padding: 60px;
    background: #f7f7f7;
    height: 580px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-detail .zoom-box img {
    filter: drop-shadow(30px 30px 6px #0001);
    width: auto;
}

.product-detail .product-show-img {
    display: block;
    border: 1px solid #7618f3;
    position: relative;
    overflow: hidden;
}

.product-detail .product-show-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0002;
    backdrop-filter: blur(2px);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.product-detail .product-show-img::after {
    content: '\f002';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: 'font awesome 5 free';
    font-weight: 900;
    background: #0003;
    backdrop-filter: blur(2px);
    transition: .5s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
}

.product-detail .product-show-img:hover::before,
.product-detail .product-show-img:hover::after {
    opacity: 1;
    visibility: visible;
}

.product-detail .zoom-box img {
    filter: drop-shadow(30px 30px 6px #0001);
    width: auto;
}

.product-detail .title {
    border-color: #e6e7e8;
}

.product-detail .stars {
    color: #ffc107;
    font-size: 14px;
}

.product-detail .cc span {
    box-sizing: content-box;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to bottom, #ff725d, #ba71dc);
    border-image-slice: 2;
    background: none;
    padding: 11px 18px;
    display: inline-block;
    margin: 15px 15px 0 0;
    color: var(--color_1);
    font-weight: 500;
}

.product-detail a.main-btn {
    width: 185px;
    font-size: 16px;
    padding: 14px;
    margin: 20px 0 0;
}

.detail .cc-2 img {
    margin-right: 0;
}

.product-detail .cc-2 {
    align-items: unset !important;
    justify-content: unset;
    color: #a5a6a7;
    gap: 15px;
}

.product-detail .cc-2 h6 {
    gap: 5px;
}

.product-detail .align-items-baseline {
    align-items: baseline !important;
    justify-content: flex-start !important;
    padding: 0;
}


/* .product-detail .btn3 {
    padding: 10px 21px;
    background: #fff;
    border: 1px solid #fff;
    color: #feb63f;
    font-size: 20px;
} */

.product-detail .btn2 {
    font-size: 16px;
    font-family: 'myFirstFont3';
    display: inline-block;
    text-align: center;
    width: auto;
    margin: 20px 0 0;
    padding: 12px 16px;
}

.product-detail .btn2:hover {
    color: #fff;
}

.product-detail .category {
    color: #a5a6a7;
}

.product-detail .category b {
    color: #282828;
}

.product-detail h5,
.product-detail h6,
.product-detail h4 {
    padding: 0;
}

.in-stock {
    font-size: 16px;
    font-weight: 600;
    color: #a61bef;
    margin: 10px 0 0;
}

.product-detail-pg .third-sec {
    background: #cccccc26;
    padding: 40px 0;
}

@media (max-width:1830px) {
    .product .product-detail .description p {
        font-size: 13px;
        min-height: 20px;
        height: 20px;
    }
    .product .product-detail .pname h4 {
        min-height: 15px;
        height: 15px;
        font-size: 16px;
    }
}

@media (max-width:1770px) {
    .product-container {
        margin: 0 200px;
    }
    .product-container-120 {
        margin: 0 100px;
    }
}

@media (max-width:1700px) {
    .product-container-120 {
        margin: 0 80px;
    }
}

@media (max-width:1650px) {
    .product-container {
        margin: 0 170px;
    }
    .product .product-detail {
        padding: 8px 6px 6px !important;
    }
    .filter-categories .filter i:nth-child(2) {
        font-size: 8px;
    }
    .filter-categories .filter i:nth-child(1) {
        font-size: 16px;
    }
    .filter-categories a p {
        margin: 0 0 10px 18px;
    }
    .filter-categories a p {
        font-size: 12px;
    }
}

@media (max-width:1500px) {
    .product-container {
        margin: 0 140px;
    }
    .filter-categories a p {
        font-size: 14px;
        min-height: 16px;
        height: 16px;
        word-break: break-word;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box !important;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
}

@media (max-width:1350px) {
    .product-container {
        margin: 0 120px;
    }
    .product {
        padding: 7px;
    }
    .filter-categories a p {
        font-size: 13px;
    }
}

@media (max-width:1280px) {
    .product-container {
        margin: 0 90px;
    }
    .star {
        font-size: 11px;
    }
}

@media (max-width:1199px) {
    .product-container-120 {
        margin: 0 50px;
    }
    .product-detail .category {
        font-size: 16px;
    }
    .product-detail .category b {
        font-size: 20px;
    }
    .product-detail .detail .description p {
        font-size: 14px;
        margin: 0;
    }
    .product-detail .detail .title h4 {
        font-size: 25px;
        margin: 0;
    }
    .product-detail .detail .title h5 {
        font-size: 16px;
    }
    .product-detail .cc-2 h6 {
        font-size: 14px;
    }
}

@media(max-width:991px) {
    .md-none {
        display: none;
    }
    .product-container-120 {
        margin: 0 40px;
    }
    .products-view h4 {
        font-size: 25px;
    }
    .product-detail .product-show-img {
        border: 1px solid #7618f3;
        height: 450px;
        overflow: hidden;
        margin-bottom: 30px;
    }
    .product-detail .product-show-img img {
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width:767px) {
    .product-container {
        margin: 0 70px;
    }
    .product-container-120 {
        margin: 0 30px;
    }
}

@media (max-width:575px) {
    .product-container {
        margin: 0 40px;
    }
    .product-container-120 {
        margin: 0 15px;
    }
    .products-view h4 {
        font-size: 20px;
    }
}

@media(max-width:450px) {
    .product-detail .product-show-img {
        height: 340px;
    }
}

@media (max-width:430px) {
    .product-detail .cc-2 h6 {
        font-size: 12px;
    }
}

@media (max-width:420px) {
    .product-container {
        margin: 0 15px;
    }
}

@media (max-width:390px) {
    .product-detail .cc-2 {
        flex-direction: column;
        gap: 0;
    }
    .product-detail .product-show-img {
        height: 300px;
    }
}

@media (max-width:360px) {
    .product .product-detail .pname h4 {
        font-size: 14px;
    }
    .product .product-detail .description p {
        font-size: 11px;
        min-height: 14px;
        height: 16px;
    }
    .product-detail .product-show-img {
        height: 270px;
    }
}