
.section-banner {
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
}

.section-banner::after {
    content: '';

    position: absolute;

    z-index: -1;

    top: 0;
    left: -100%;

    width: calc(100vw + 100%);
    height: 100%;

    background-image: url('/image/mainbg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.section-banner .heading_h {
    background-color: transparent;
    color: white;
    position: relative;
    margin-bottom: 60px;
}

.section-banner .heading_h h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 37px;
}

.home_catwalls {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0 1.5rem;
}

.home_catwalls.row::after,
.home_catwalls.row::before {
    content: none;
}

.home_catwalls .section {
    width: calc(24% - 10px);
    z-index: 1;
}

.home_catwalls .section:first-child,
.home_catwalls .section:last-child {
    width: calc(52% - 10px);
}

.home_catwalls .section:first-child .img-responsive,
.home_catwalls .section:last-child .img-responsive {
    width: 44%;
}

@media (width <= 768px)
{
    .home_catwalls .section:first-child .img-responsive,
    .home_catwalls .section:last-child .img-responsive {
        width: 100%;
    }

    .home_catwalls .section:nth-child(4) .img-responsive
    {
        right: -2rem;
    }
}

@media (width <=1000px) {
    .home_catwalls .section {
        width: calc(33% - 10px);
        z-index: 1;
    }

    .home_catwalls .section:first-child,
    .home_catwalls .section:last-child {
        width: calc(33% - 10px);
    }
}

@media (width <= 600px) {
    .home_catwalls .section {
        width: calc(50% - 10px);
        z-index: 1;
    }

    .home_catwalls .section:first-child,
    .home_catwalls .section:last-child {
        width: calc(50% - 10px);
    }
}

@media (width <= 390px) {
    .home_catwalls .section {
        width: 100%;
        z-index: 1;
    }

    .home_catwalls .section:first-child,
    .home_catwalls .section:last-child {
        width: 100%;
    }
}

.revfilter-action-mobile {display: none;}
@media (width <= 768px) {.revfilter-action-mobile {display: block;}}
@media (width <= 768px) { #revfilter_box_open {display: none !important;} }
.revfilter-action-mobile .revfilter_box_open {
    background-color: #7E34E2;
    color: white;

    width: 100%;
    margin-bottom: 30px;
    padding: 10px 20px;

    border-radius: 13px;
    text-align: center;

    font-size: 15px;
    font-weight: 600;
}

.home_catwalls .section .product-thumb {
    border-radius: 9px;
    border: none;
    background: rgb(76 82 133 / 28%);
    box-shadow: 8px 0px 17px 0px rgba(120, 120, 120, 0.04), 31px 0px 31px 0px rgba(120, 120, 120, 0.03), 69px 0px 42px 0px rgba(120, 120, 120, 0.02), 123px 0px 49px 0px rgba(120, 120, 120, 0.01), 193px 0px 54px 0px rgba(120, 120, 120, 0);
}

@media (width <= 768px) {
    .home_catwalls .section .product-thumb {
        margin-bottom: 0;
    }
}

.home_catwalls .section .product-thumb::before {
    content: '';

    position: absolute;

    top: 0;
    right: 0;

    height: 100%;
    width: 100%;

    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: inset -27.17px 27.17px 27.17px 0px rgba(255, 255, 255, 0.14), inset 27.17px -27.17px 27.17px 0px rgba(166, 165, 165, 0.14);
    filter: blur(41px)
}

.home_catwalls .section .product-thumb::after {
    content: '';

    position: absolute;

    top: 0;
    right: 0;

    height: 100%;
    width: 100%;

    background: linear-gradient(127deg, rgba(120, 120, 120, 0) 0%, rgba(120, 120, 120, 0) 49%, rgba(0, 14, 145, 0.3) 49%, rgba(0, 14, 145, 0.3) 100%);
}

@media (width <= 768px) {
    .home_catwalls .section .product-thumb::after {
        content: none;
    }
}

.home_catwalls .section:nth-child(4) .product-thumb::after {
    width: 143%;
}

.home_catwalls .section:nth-child(2) .product-thumb::after,
.home_catwalls .section:nth-child(5) .product-thumb::after {
    content: none;
}

.home_catwalls .section:nth-child(3) .product-thumb::after,
.home_catwalls .section:last-child .product-thumb::after {
    background: linear-gradient(127deg, rgba(120, 120, 120, 0) 0%, rgba(120, 120, 120, 0) 49%, rgba(0, 14, 145, 0.3) 49%, rgba(0, 14, 145, 0.3) 100%);
}

.home_catwalls .section:last-child .product-thumb::after {
    width: 118%;
}

.home_catwalls .section .product-thumb:hover {
    box-shadow: none;
}

.home_catwalls .product-thumb .caption {
    position: absolute;
    top: 2rem;
    left: 2rem;
    background-color: transparent;
    border: none;
    height: fit-content !important;
    z-index: 1;
}

@media (width <= 768px) {
    .home_catwalls .product-thumb .caption {
        padding: 1.6rem 2rem 0;
        width: 100%;
        top: 0;
        left: 0;
    }
}

.home_catwalls .product-thumb h4 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    text-align: left;
}

.home_catwalls .product-thumb .caption a {
    color: white;
}

.home_catwalls .product-thumb .image {
    z-index: 1;
    background-color: transparent;
    overflow: hidden;
    min-height: 290px;
    position: relative;
}

.home_catwalls .product-thumb .image img {
    margin-right: 0;
    transform: scale(1.4);
    position: absolute;
    bottom: -17%;
    transition: all .3s ease;
}

@media (width <= 768px)
{
    .home_catwalls .product-thumb .image img {
        bottom: -3rem;
        transform: scale(1.6);
    }
}

.home_catwalls .section:first-child .product-thumb .image img,
.home_catwalls .section:last-child .product-thumb .image img {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: scale(2);
}

@media (width <= 768px)
{
    .home_catwalls .section:first-child .product-thumb .image img,
    .home_catwalls .section:last-child .product-thumb .image img {
        transform: scale(1.8);
    }

    .home_catwalls .section:first-child .product-thumb .image img {
        bottom: -3rem;
    }

    .home_catwalls .section:nth-child(2) .product-thumb .image img {
        right: 1rem;
    }
}

.home_catwalls .section:last-child .product-thumb .image img {
    right: 15%;
}

@media (width <= 768px) {
    .home_catwalls .section:last-child .product-thumb .image img {
        width: 62%;
    }
}

.main-content {
    overflow: hidden;
}

.section-products.section-products--new {
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
    border-top: none;
}

.rev_slider {
    margin: 0;
}

.section-products.section-products--new .heading_h {
    color: rgb(51, 51, 51);
    position: relative;
}

.section-products.section-products--new .owl-pagination {
    display: none;
}

.section-products.section-products--new .heading_h h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 37px;
    margin-bottom: 60px;
}

.section-products.section-products--new .heading_h .fa.fa-calendar-o {
    display: none;
}

.product-thumb {
    box-sizing: border-box;
    border: 1px solid rgba(217, 217, 217, 0.5);
    border-radius: 9px;
    background: rgb(255, 255, 255);
    padding: 0;
}

.product-thumb .image {
    background: rgb(248, 248, 248);
}

.product-thumb .stiker_panel, .image .stiker_panel {
    top: 20px;
    z-index: 10;
}

@media (width <= 768px) {
    .product-thumb .stiker_panel, .image .stiker_panel {
        top: 10px;
    }
}

.product-thumb .stiker_panel .stiker, .image .stiker_panel .stiker{
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;

    padding: 7px 14px;
    box-shadow: none;
    border-radius: 0 14px 14px 0;
    color: white;

    background: radial-gradient(807.10% 185.95% at 14.000000000000002% 17%, rgb(129, 52, 227), rgb(0, 14, 145) 100%);
}

@media (width <= 768px) {
    .product-thumb .stiker_panel .stiker, .image .stiker_panel .stiker {
        padding: 5px 12px;
        font-size: 10px;
        line-height: 12px;
    }
}

.product-thumb .stiker_panel .stiker.stiker_ean, .image .stiker_panel .stiker .stiker.stiker_ean {
    background: radial-gradient(807.10% 185.95% at 14.000000000000002% 17%, rgb(129, 52, 227), rgb(0, 14, 145) 100%);
}

.product-thumb .stiker_panel .stiker.stiker_upc, .image .stiker_panel .stiker .stiker.stiker_upc {
    background: linear-gradient(164.37deg, rgb(0, 177, 255) -55.232%, rgb(129, 52, 227) 156.233%);
}

.product-thumb .caption {
    border-top: none;
    padding: 24px 14px 30px;

    display: flex;
    flex-direction: column;
}

@media (width <= 768px) {
    .product-thumb .caption {
        padding: 10px;
        margin-top: 0;
    }
}

.product-thumb .caption .product_buttons {
    margin-bottom: 40px;
}

@media (width <= 768px) {
    .product-thumb .caption .product_buttons {
        margin-bottom: 20px;
    }
}

.product-thumb .cart {}
@media (width <= 768px) {
    .product-thumb .cart {
        width: 100%;
        margin-top: 15px;
    }
    .product-thumb .cart a {
        width: 100%;
        text-align: center;
    }
}

.product-thumb .caption .product_buttons .price {
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;

    color: rgb(51, 51, 51);
}

@media (width <= 768px) {
    .product-thumb .caption .product_buttons .price {
        font-size: 22px;
        line-height: 28px;
    }
}

.product-layout.new_line .product_buttons .price, .rev_slider .item.new_line .product_buttons .price {}
@media (width <= 768px) {
    .rev_slider .item.new_line .product_buttons .price, .product-layout.new_line .product_buttons .price {
        text-align: left;
    }
}

.product-thumb .fa-border.fa-shopping-basket {
    border-radius: 15px;
    background: radial-gradient(1209.00% 72.01% at 50% 50%, rgb(0, 25, 247), rgb(0, 14, 145) 100%);
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    padding: 8px 24px;
    border: none;
}

@media (width <= 768px)
{
    .product-thumb .fa-border.fa-shopping-basket {
        font-size: 13px;
        line-height: 15px;
        padding: 6px 20px;
        width: 100%;
    }
}

.product-thumb .fa-border.fa-shopping-basket:hover {
    box-shadow: 0 0 1rem rgb(0, 25, 247, 0.2);
    border: none;
}

.product-thumb .fa-border.fa-shopping-basket:before {
    content: none;
}

.product-thumb h4 {
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    color: rgb(51, 51, 51);
    margin-bottom: 25px;
}

@media (width <= 768px) {
    .product-thumb h4 {
        font-size: 13px;
        line-height: 15px;
        margin-bottom: 15px;
    }
}

.product-thumb .additional_options {
    position: relative;
}

.product-thumb .additional_options .quick_btn {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    color: rgb(0, 25, 247);
    opacity: 1;
    z-index: 1;
    background-color: transparent;
}

.product-thumb:hover {
    box-shadow: 0px 9px 20px 0px rgba(143, 143, 143, 0.1), 0px 37px 37px 0px rgba(143, 143, 143, 0.09), 0px 84px 50px 0px rgba(143, 143, 143, 0.05), 0px 149px 59px 0px rgba(143, 143, 143, 0.01), 0px 232px 65px 0px rgba(143, 143, 143, 0);
}

.product-thumb:hover .stiker_panel {
    opacity: 1;
    z-index: 1;
}

.product-thumb .fapanel, .proiduct-actions.fapanel {
    opacity: 1;
    top: 20px;
    right: 20px;
    height: fit-content;
    background: transparent;
    width: fit-content;
}

@media (width <= 768px) {
    .product-thumb .fapanel, .proiduct-actions.fapanel {
        top: 10px;
        right: 10px;
    }
}

.product-thumb .fapanel .wishlist a,
.product-thumb .fapanel .compare a,
.proiduct-actions.fapanel .wishlist,
.proiduct-actions.fapanel .compare
{
    box-sizing: border-box;
    border: 1.5px solid rgba(217, 217, 217, 0.7);
    background: rgb(255, 255, 255);
    padding: 5px;
    border-radius: 50%;

    width: 37px;
    height: 37px;

    display: flex;
    align-items: center;
    justify-content: center;
}

@media (width <= 1024px) {
    .product-thumb .fapanel .wishlist a,
    .product-thumb .fapanel .compare a,
    .proiduct-actions.fapanel .wishlist,
    .proiduct-actions.fapanel .compare {
        width: 30px;
        height: 30px;
    }
}

@media (width <= 768px) {
    .product-thumb .fapanel .wishlist a,
    .product-thumb .fapanel .compare a,
    .proiduct-actions.fapanel .wishlist,
    .proiduct-actions.fapanel .compare {
        width: 24px;
        height: 24px;
    }
}

@media (width <= 768px) {
    .product-thumb .fapanel .wishlist a i,
    .product-thumb .fapanel .compare a i,
    .proiduct-actions.fapanel .wishlist i,
    .proiduct-actions.fapanel .compare i {
        font-size: 10px;
    }
}

.proiduct-actions.fapanel .wishlist,
.proiduct-actions.fapanel .compare {
    float: left;
}

.proiduct-actions.fapanel .wishlist {margin-right: 4px;}

.proiduct-actions.fapanel .fa-border {border: none;}

.product-thumb .fapanel .wishlist a:not(.in_wishlist) i,
.product-thumb .fapanel .compare a:not(.in_compare) i,
.proiduct-actions.fapanel .wishlist:not(.in_wishlist) i,
.proiduct-actions.fapanel .compare:not(.in_compare) i{
    color: rgb(228, 228, 228);
}

.product-thumb .fapanel .wishlist a:hover i,
.proiduct-actions.fapanel .wishlist:hover i {
    color: rgb(234, 87, 87);
}

.product-thumb .fapanel .compare a:hover i,
.proiduct-actions.fapanel .compare:hover i {
    color: rgb(0, 177, 255);
}

.product-thumb .fapanel .wishlist a.in_wishlist i,
.proiduct-actions.fapanel .wishlist.in_wishlist i {
    color: rgb(234, 87, 87);
}

.product-thumb .fapanel .compare a.in_compare i,
.proiduct-actions.fapanel.compare.in_compare i {
    color: rgb(0, 177, 255);
}

/* SLIDER */

.owl-carousel .owl-buttons div {
    opacity: 1;
}

.owl-carousel .owl-buttons .fa.fa-chevron-left::before,
.owl-carousel .owl-buttons .fa.fa-chevron-right::before {
    content: none;
}

.owl-carousel .owl-buttons .fa.fa-chevron-left,
.owl-carousel .owl-buttons .fa.fa-chevron-right {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 15px;
    border: 2px solid #0019F7;
    border-radius: 50%;
    opacity: .6;
    transition: opacity .3s ease;
}

.owl-carousel .owl-buttons .fa.fa-chevron-left:hover,
.owl-carousel .owl-buttons .fa.fa-chevron-right:hover {
    opacity: 1;
}

.owl-carousel .owl-buttons .fa.fa-chevron-left {
    background-image: url('/image/arrow.svg');
}

.owl-carousel .owl-buttons .fa.fa-chevron-right {
    background-image: url('/image/arrow.svg');
    transform: rotate(180deg);
}

.owl-carousel .owl-buttons .owl-next {
    right: -5rem !important;
}

@media (width <= 768px) {
    .owl-carousel .owl-buttons .owl-next {
        right: 0;
    }
}

.owl-carousel .owl-buttons .owl-prev {
    left: -5rem !important;
}

@media (width <= 768px) {
    .owl-carousel .owl-buttons .owl-prev {
        left: 0;
    }
}

/* FILTER */

#revfilter_form #revfilter_box {
    box-sizing: border-box;
    border: 1px solid rgba(217, 217, 217, 0.7);
    border-radius: 9px;
    box-shadow: 0px 12px 27px 0px rgba(1, 25, 232, 0.05), 0px 49px 49px 0px rgba(1, 25, 232, 0.05), 0px 110px 66px 0px rgba(1, 25, 232, 0.03), 0px 196px 78px 0px rgba(1, 25, 232, 0.01), 0px 307px 86px 0px rgba(1, 25, 232, 0);
    background: rgb(255, 255, 255);
}

#revfilter_form #revfilter_box .option_name,
#revfilter_form #revfilter_box .attribute_group_name {
    background-color: white;
}

#revfilter_form .panel-default>.panel-heading {
    background-color: white;
    border-radius: 9px 9px 0 0;
}

#revfilter_box .option_box:last-child .option_name.hided {
    border-radius: 0 0 9px 9px;
}

input[type="radio"]:checked,
.radio input[type="radio"]:checked {
    border-color: #0019F7;
}

input[type="radio"]:checked::after,
.radio input[type="radio"]:checked::after,
.radio-inline input[type="radio"]:checked::after {
    background-color: #0019F7;

    width: 7px;
    height: 7px;
}

#revfilter_form #revfilter_box .revlabel {
    color: #0019F7;
    border: 1px solid #0019F7;
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
}

#revfilter_form #revfilter_box .option_name {
    padding-top: 20px;
    color: #748592;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
}

#revfilter_form #revfilter_box .option_name .fa {
    top: 24px;
}

#revfilter_form #revfilter_box .option_name .fa.on {
    color: #0019F7;
}

#revfilter_form #revfilter_box .collapsible {
    padding-top: 0;
}

#revfilter_form #revfilter_box label {
    padding-right: 2rem;
}

#revfilter #revfilter_form .irs-slider {
    background-image: none;
    background-color: #0118E8;
    border-radius: 50%;
    height: 18px;
    width: 18px;
}

#revfilter #revfilter_form .irs-slider.to {
    background-color: #8134E3;
}

#revfilter #revfilter_form .irs-bar {
    background: linear-gradient(89.97deg, #0118E8 0.02%, #8134E3 84.77%);
    box-shadow: none;
}

#revfilter #revfilter_form .irs-with-grid .irs-grid {
    display: none;
}

#revfilter #revfilter_form .irs-with-grid {
    height: fit-content;
}

#revfilter #revfilter_form .irs-from,
#revfilter #revfilter_form .irs-to,
#revfilter #revfilter_form .irs-single {
    border: 1px solid #0118E8;
    color: #0118E8;
    background-color: transparent;
    padding: 5px 10px;
    top: -6px;
}

/* CATALOG NAV */

#content .well {
    background-color: transparent;
}

#content .input-group {
    border: none;
}

#content .input-group .input-group-addon {
    background-color: transparent;
    border: none;
    padding: 0;
    padding-right: 10px;
}

#content .well select.form-control {
    border-radius: 3rem;
}

/* SELECT BOX */

.custom-select-container {
    position: relative;
    box-sizing: border-box;
    z-index: 10;
}

.custom-select-container.is-open {
    z-index: 1000;
}

.custom-select-container * {
    box-sizing: border-box;
}

.custom-select-container.is-disabled {
    opacity: .333;
}

.custom-select-opener {
    position: relative;
    background-color: white;
    padding: .8rem 1.6rem;
    padding-right: 4rem;
    display: block;
    cursor: pointer;
    width: 100%;
    font-weight: 600;
    border-radius: 30px;
    border: 1px solid #D9D9D9B2;
}

.customSelect.is-open .custom-select-opener {
    border-radius: 20px 20px 0 0;
}

.custom-select-opener::before {
    content: '';

    position: absolute;
    border-left: 6.5px solid transparent;
    border-right: 6.5px solid transparent;
    margin-left: -6.5px;

    top: calc(50% + 1px);
    right: 1.5rem;

    border-top: 6.5px solid #000E91;
    
    transform: translate(0, -50%);

    transition: all .3s ease;
}

.customSelect.is-open .custom-select-opener::before {
    transform: rotate(180deg);
    top: calc(50% - 3px);
}

.custom-select-opener + #input-sort, .custom-select-opener + #input-limit {
    display: none;
}

.custom-select-container select {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.custom-select-panel {
    max-height: 0;
    transition: max-height .5s ease-out, overflow-y 0.1s 0.5s;
    overflow: hidden;
    background-color: white;
    position: absolute;
    top: 100%;
    z-index: 1;
    width: 100%;
    border-radius: 0 0 20px 20px;
}

.custom-select-container.is-open .custom-select-panel {
    max-height: 10.7em;
    overflow-y: auto;
    border: 1px solid #D9D9D9B2;
    padding: 1rem 0;
}

.custom-select-option {
    padding: 0.5em;
    border-radius: 1rem;
    margin: 0 1rem;
    cursor: pointer;
}

.custom-select-option.has-focus {
    background-color: #7E34E2;
    color: white;
}

/* CATALOG PAGINATION */

.pagination {
    display: flex;
    gap: 12px;
}
@media (width <= 768px) { 
    .pagination {
        justify-content: center;
    }
    .pagpages .text-right {
        justify-content: center;
        margin-top: 10px;
    }
}
.pagination li a, .pagination li span {
    padding: 8px;
    border-radius: 50% !important;
    border-color: #748592;
    color: #748592;
    transition: all .3s ease;
    font-weight: 700;

    width: 37px;
    height: 37px;
    text-align: center;
}

.pagination li a:hover {
    color: #0019F7;
    border-color: #0019F7;
    background-color: white;
}

.pagination li.active span {
    border-color: #0019F7;
    background-color: #0019F7;
    color: white;
}

.pagination li.active span:hover {
    border-color: #0019F7;
    background-color: #0019F7;
}

/* DETAIL PAGE */

.detail-product-content {
    margin-top: 120px;
}

@media (width <= 768px) {
    .detail-product-content {
        margin-top: 40px;
    }
}

.detail-product-content .detail-product {
    position: relative;
    margin-bottom: 60px;
    display: flex;
}

@media (width <= 768px) {
    .detail-product-content .detail-product {
        flex-direction: column;
    }
}

.detail-product-content .proiduct-actions.fapanel {
    top: 0;
}

.product_informationss {
    position: relative;
}

@media (width <= 768px) {
    .product_informationss {
        width: 100%;
    }
}

.product_informationss .product__info {display: block;}
@media (width <= 768px) {.product_informationss .product__info {display: none;}}

.product_informationss .mobile-header {display: none;}
@media (width <= 768px) {.product_informationss .mobile-header {display: block;}}

.product_informationss .thumbnails {
    box-sizing: border-box;
    border: 1px solid rgb(217, 217, 217);
    border-radius: 9px;
}
@media (width <= 768px) {
    .product_informationss .thumbnails .owl-controls {
        display: none !important;
    }

    .product_informationss .thumbnails .owl-carousel {
        padding: 0 10px;
        margin-bottom: 10px;
    }
}

.product_informationss .main_img_box .image {
    margin-bottom: 0;
    position: relative;
}

.product_informationss .thumbnails #owl-images .item {
    box-sizing: border-box;
    border: 0.79px solid rgb(217, 217, 217);
    border-radius: 7.14px;
}

.product_informationss .inbreadcrumb {
    color: rgb(51, 51, 51);
    font-size: 30px;
    font-weight: 700;
    line-height: 37px;
    letter-spacing: 0%;
    margin-bottom: 20px;
    padding-right: 80px;
}

@media (width <= 1024px) {
    .product_informationss .inbreadcrumb {
        font-size: 26px;
        line-height: 32px;
    }
}

.product_informationss .list-unstyled {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 9px;
    align-items: baseline;
}

.product_informationss .list-unstyled .dotted-line {
    display: flex;
    color: rgb(51, 51, 51);
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0%;
    padding-right: 9px;
}

@media (width <= 1024px) {
    .product_informationss .list-unstyled .dotted-line {
        font-size: 14px;
        line-height: 18px;
    }
}

.product_informationss .list-unstyled .dotted-line::after {
    content: '';

    position: absolute;

    top: 0;
    right: 0;

    width: 2px;
    height: 100%;

    background-color: rgb(0, 25, 247);
    border-radius: 1px;
}

.product_informationss .list-unstyled .dotted-line:nth-last-child(2):after {
    content: none;
}

.product_informationss .list-unstyled .dotted-line_left,
.product_informationss .list-unstyled .dotted-line_right {
    width: fit-content;
    margin: 0;
}

.product_informationss .rating-wrapper {
    position: relative;
    margin-top: 26px;
    margin-bottom: 26px;
}

.product_informationss .rating-wrapper .rating .dotted-line_left {display: none;}
.product_informationss .rating-wrapper .rating .dotted-line_right {
    width: fit-content;
    margin-left: 0;
}
.rating .fa-stack {
    font-size: 10px;
}
@media (width <= 1024px) {
    .rating .fa-stack {
        font-size: 8px;
    }
}
.rating .fa.fa-star {
    color: rgb(255, 199, 0);
    font-size: 20px;
}
@media (width <= 1024px) {
    .rating .fa.fa-star  {
        font-size: 16px;
    }
}
.rating .fa.fa-star-o {
    color: rgb(255, 199, 0);
    font-size: 20px;
}
@media (width <= 1024px) {
    .rating .fa.fa-star-o  {
        font-size: 16px;
    }
}

.rating sup {
    color: rgb(51, 51, 51);
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0%;
    top: 0;

    display: inline-block;
    height: 100%;
    border-left: 2px solid rgb(255, 199, 0);
    padding-left: 8px;
    margin-left: 8px;
}

@media (width <= 1024px) {
    .rating sup {
        font-size: 14px;
        line-height: 18px;
    }
}

.product_informationss .prq_title {display: none;}
.product_informationss .pop_left .prq_title {
    display: block;
    float: left;
    line-height: 37px;
    color: rgb(51, 51, 51);
    font-size: 16px;
    font-weight: 600;
}

.product-info .form-group .list-unstyled .update_price {
    color: rgb(51, 51, 51);
    font-size: 35.41px;
    font-weight: 700;
    line-height: 43px;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
    overflow: visible;
}

@media (width <= 1024px) {
    .product-info .form-group .list-unstyled .update_price {
        font-size: 30px;
        line-height: 36px;
    }
}

.product_informationss .product-info .pokupka,
.product_informationss .well-sm.product-info {
    border: none;
    padding: 0;
    margin: 0;
}

.product_informationss .product-info .pokupka {
    margin-top: 30px;
}

.product_informationss .product-info .pokupka .number {
    border-color: black;
    border-radius: 20px;
    width: fit-content;
    margin-bottom: 30px;
}

.product_informationss .product-info .pokupka .number .btn-plus,
.product_informationss .product-info .pokupka .number .btn-minus {
    height: 37px;
}

.product_informationss .product-info .pokupka .number .btn-plus button,
.product_informationss .product-info .pokupka .number .btn-minus button {
    background-color: transparent;
    height: 100%;
    transition: color .3s ease;
}
.product_informationss .product-info .pokupka .number .btn-minus button {
    border-radius: 20px 0 0 20px;
}

.product_informationss .product-info .pokupka .number .btn-plus button {
    border-radius: 0 20px 20px 0;
}

.product_informationss .product-info .pokupka .number .btn-plus button:hover,
.product_informationss .product-info .pokupka .number .btn-minus button:hover
{
    color: white;
    background-color: rgb(0, 25, 247);
}

.product_informationss .product-info input.plus-minus {
    height: 100%;
    border-left-color: black;
    border-right-color: black;
    font-size: 16px;
    font-weight: 600;
}

.product_informationss .product-info .pop_left {
    position: relative;
}

@media (width <= 768px) {
    .product_informationss .product-info .pop_left {
        width: 100%;
    }
}

.product_informationss .product-info #button-cart {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0%;
    padding: 13px 55px;
    text-align: center;
    text-transform: capitalize;
    border-radius: 21.65px;
    background: radial-gradient(72.18% 1209.3% at 50% 50%, #0019F7 0%, #000E91 100%);
    height: 100%;
}

@media (width <= 1024px) {
    .product_informationss .product-info #button-cart {
        margin: 0;
        font-size: 16px;
        line-height: 20px;
    }
}

.product_informationss .product-info #button-cart:hover {
    box-shadow: 0 0 1rem rgb(0, 25, 247, 0.3);
    border: none;
}

.product_informationss .product-info #button-cart .fa {display: none;}

.product_informationss .product-info .pop_ico {
    box-sizing: border-box;
    border: 2px solid rgb(0, 25, 247);
    border-radius: 20px;
    background: rgb(255, 255, 255);
    padding: 11px 33px;
    height: 100%;
    text-align: center;
}

@media (width <= 1024px) {
    .product_informationss .product-info .pop_ico {
        margin: 0;
    }
}

.product_informationss .product-info .pop_ico span {
    color: rgb(51, 51, 51);
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0%;
    transition: color .3s ease;
    padding: 0;
}

@media (width <= 1024px) {
    .product_informationss .product-info .pop_ico span {
        font-size: 16px;
        line-height: 20px;
    }
}

.product_informationss .product-info .pop_ico:hover span {
    color: rgb(0, 25, 247);
}

.product_informationss .product-info .pop_ico .fa {display: none;}

.product_informationss .product-info .buttons-wrapper {
    display: flex;
    gap: 15px;
    width: 100%;
}
@media (width <= 1024px) {
    .product_informationss .product-info .buttons-wrapper {
        flex-direction: column;
    }
}

.proiduct-actions {
    position: absolute;
    top: 0;
    right: 0;
}

.detail-product-content .nav-tabs {
    border-bottom: none;

    display: grid;
    grid-template-columns: 1fr 1fr 1fr;

    border: 1px solid #D9D9D9;
    border-radius: 40px;

    margin-bottom: 24px;
}

.detail-product-content .nav-tabs::before, .detail-product-content .nav-tabs::after {
    content: none;
}


.nav-tabs>li {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
}

@media (width <= 1024px) {
    .nav-tabs>li {
        font-size: 16px;
        line-height: 20px;
    }
}

.nav-tabs>li a {
    border-radius: 40px;
    background-color: transparent;
    transition: all .3s ease;
    margin: 0;
}

.nav-tabs>li a:hover {
    background-color: #8134E3;
    color: white;
}

.nav-tabs>li.active a {
    background-color: #8134E3;
    color: white;
}

.nav-tabs>li.active a:hover, .nav-tabs>li.active a:focus {
    background-color: #8134E3;
    color: white;
}

.nav-tabs>li a sup {display: none;}

#tab-review, #tab-description, #tab-specification {margin-top: 60px;}
@media (width <= 1024px) {
    #tab-review, #tab-description, #tab-specification {margin-top: 40px;}
}

#tab-description {color: #748592;font-weight: 600;}
#tab-specification thead {display: none;}
#tab-specification .table.attrbutes tbody tr td {
    padding-top: 23px;
    padding-bottom: 23px;
    color: #8B8B8B;
    font-weight: 600;
    font-size: 16px;
}

@media (width <= 1024px) {
    #tab-specification .table.attrbutes tbody tr td {
        padding-top: 16px;
        padding-bottom: 16px;
        font-size: 14px;
    }
}

#tab-specification .table.attrbutes tbody tr td:first-child
{
    color: #333333;
}
#product_products2 {
    margin-top: 120px;
    border-top: none;
}
@media (width <= 768px) {
    #product_products2 {
        margin-top: 60px;
    }
}
#product_products2 .owl-pagination {display: none;}
#product_products2 .heading_h {
    margin-bottom: 40px;
    position: relative;
}

#product_products2 .heading_h h3 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
}
@media (width <= 1024px) {
    #product_products2 .heading_h h3 {
        font-size: 26px;
        line-height: 32px;
    }
}

#review .review-list {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    gap: 10px;
}

@media (width <= 768px) {
    #review .review-list {
        grid-template-columns: 1fr;
    }
}

#review .review-list .author {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#review .review-list .author span {
    font-size: 16px;
    font-weight: 700;
    color: #333333;
}
@media (width <= 1024px) {
    #review .review-list .author span {
        font-size: 14px;
    }
}
#review .review-list .author span.rdate {
    font-weight: 600;
    color: #748592;
}

#review .review-list .text {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;

    font-size: 16px;
    font-weight: 600;
    color: #748592;
}

#review {
    font-size: 16px;
    color: #333333;
}

@media (width <= 1024px) {
    #review {
        font-size: 14px;
    }
}

#content .well {border-radius: 20px;}

@media (width <= 768px) {
    #content .well {
        margin-top: 40px;
    }
}

.rev_slider .owl-carousel {}

.rev_slider .owl-carousel .product-layout {}
@media (width <= 768px) {
    .rev_slider .owl-carousel .product-layout,
    .revfilter_container .product-layout {
        padding: 0 10px;
    }
}

.refine_categories {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

@media (width <= 768px) {
    .refine_categories {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
}

@media (width <= 320px) {
    .refine_categories {
        grid-template-columns: 1fr;
    }
}

.refine_categories::after, .refine_categories::before {
    content: none;
}

.refine_categories .category {
    width: 100%;
    height: fit-content;
}

.refine_categories .category .category__image {
    aspect-ratio: 1/1;

    background-image: url('/image/categoty-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    max-width: 100%;
    height: 100%;

    margin-bottom: 30px;

    display: flex;
    align-items: center;
    justify-content: center;
}

@media (width <= 768px) { 
    .refine_categories .category .category__image  {
        margin-bottom: 15px;
    }
}

.refine_categories .category .category__name {
    font-size: 22px;
    font-weight: 600;
    color: #333333;
    text-align: left;
}

@media (width <= 768px) { 
    .refine_categories .category .category__name {
        font-size: 18px;
    }
}

.refine_categories .category .category__name .category__count {
    font-size: 16px;
    font-weight: 600;
    color: #748592;
    margin-top: 10px;
}