body {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    line-height: normal !important;
}

.breadcrumb-container {
    padding-top: 1rem;
}

img {
    width: 100%;
}

/*header*/
.header-banner-container {
    background: #000;
    padding: 0.5rem 0;
}

.header-banner-container .item>a {
    display: flex;
    align-items: center;
}

.header-banner-container .item>a>img {
    width: 100%;
}

.header-top {
    background: #f5882aff;
}

.header-top-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

.header-top-container .header-top-left {
    display: flex;
    width: 60%;
    align-items: center;
    /* padding: 0.6rem 0; */
    height: 42px;
}

.header-top-container .header-top-left .header-top-left-end>ul {
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
}

.header-top-container .header-top-right {
    width: 40%;
    display: flex;
    height: 42px;
}

.header-top-container .header-top-right>ul {
    display: flex;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
    align-items: center;
    justify-content: end;
    height: 100%;
}

.header-top-container .header-top-left .header-top-left-start>span {
    padding: .5rem;
    background: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 12px;
    color: #000;
}

.header-top-container .header-top-left .header-top-left-end {
    width: 65%;
    margin-left: 1rem;
}

.header-top-container .header-top-left .header-top-left-start {
    height: 100%;
    display: flex;
    align-items: end;
    width: 35%;
}

.header-top-container .header-top-left .header-top-left-end>ul>li>a {
    color: #fff;
    font-size: 13px;
}

.header-top-container .header-top-left .header-top-left-end>ul>li:not(:last-child) {
    margin-right: 1rem;
}

.header-top-container .header-top-right>ul>li {
    display: flex;
    color: #000;
    width: 33.3%;
    position: relative;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    gap: .5rem;
}

.header-top-container .header-top-right>ul>li>a {
    color: #fff;
    font-size: 13px;
    display: flex;
    align-items: center;
    position: relative;
    gap: .3rem;
}

.header-top-container .header-top-right>ul>li:not(:last-child) {
    /* margin-right: 2rem; */
}

.header-top-container .header-top-left .header-top-left-end>ul>li>a>i {
    font-size: 14px;
    margin-right: .5rem;
}

.header-top-container .header-top-right>ul>li>a>i {
    font-size: 13px;
    margin-right: 0.5rem;
}

.header-top-container .header-top-right>ul>li:not(:last-child)::after {
    content: "";
    height: 12px;
    width: 1px;
    background: #E5B919;
    position: absolute;
    right: 8px;
    top: 15px;
}

.header-top-container .header-top-right>ul>li:nth-child(3)>a {
    margin-right: .5rem;
}

.header-top-container .header-top-right>ul>li:nth-child(3)>a:nth-child(2) {
    margin-right: 0;
    margin-left: .5rem;
}

.header-top-container .header-top-right>ul>li.account-li {
    position: relative;
}

.header-top-container .header-top-right>ul>li.account-li .exit-account-content {
    z-index: 999;
    position: absolute;
    background: #fff;
    top: 35px;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    width: 100%;
    border-radius: 10px;
    left: -15px;
    opacity: 0;
    visibility: hidden;
    border: 2px solid #fff;
    transition: .3s ease;
    flex-direction: column;
    gap: 1rem;
}

.header-top-container .header-top-right>ul>li.account-li .exit-account-content>a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    padding: .5rem;
    border-radius: 5px;
}

.header-top-container .header-top-right>ul>li.account-li .exit-account-content>a:hover {
    background: #f5882aff;
}

.header-top-container .header-top-right>ul>li.account-li .exit-account-content>a {
    color: #000;
}

.header-top-container .header-top-right>ul>li.account-li:hover .exit-account-content {
    opacity: 1;
    visibility: visible;
}

.header-top-container .header-top-right>ul>li.account-li .exit-account-content>a:hover {
    color: #fff;
}

.header-top-container .header-top-right>ul>li:nth-child(3) {
    font-size: 13px !important;
}

.header-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0 !important;
    gap: .3rem;
}

.header-bottom .header-bottom-logo {
    width: calc(20% - .3rem);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-bottom .header-bottom-logo>a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-bottom .header-bottom-logo>a>img {
    width: 100%;
}

.header-bottom .header-bottom-side-menu {
    width: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.header-bottom .header-bottom-search .search-container div#search .search-input-wrapper>input#quick-search {
    border: 2px solid !important;
    border-top-left-radius: 6.1875rem;
    border-bottom-left-radius: 6.1875rem;
    border-color: #f68a29 !important;
    height: 34px;
    width: 90%;
    font-size: 13px;
    padding-left: .8rem;
}


.header-bottom .header-bottom-side-menu>button>span {
    font-size: 12px;
    width: 20px;
}

.header-bottom .header-bottom-search {
    width: calc(27% - .3rem);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-bottom .header-bottom-search .search-container {
    width: 100%;
}

.header-bottom .header-bottom-search .search-container div#search {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}



.header-bottom .header-bottom-search .search-container div#search button#searchButton>i {
    color: #fff;
    font-size: 17px;
}

.not-found-page-search .search-container div#search2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.not-found-page-search .search-container div#search2>input {
    border: 1px solid #ddd;
    padding: 2.2rem 2rem;
    border-radius: 30px;
    font-weight: 600;
    width: 86%;
}


.not-found-page-search .search-container div#search2 button#searchButton>i {
    color: #fff;
}

.not-found-page-search .search-container div#search2 button#searchButton:hover {
    background: #333E48 !important;
    border-color: #333E48;
}

.not-found-page-search .search-container div#search2 button#searchButton:hover>i {
    color: #fff !important;
}

.live-search>ul>li>div>a {
    display: flex;
    align-items: center;
}

.live-search>ul>li>div>a .product-image {
    width: 15%;
}

.live-search>ul>li>div>a .product-name {
    width: 85%;
    font-size: 10px;
}

.header-bottom-links {
    display: flex;
    width: calc(25% - .3rem);
}

.header-bottom-links>ul {
    padding-left: 0;
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0;
}

.header-bottom-links>ul>li>a {
    color: #575a65;
    font-size: 13px;
    font-weight: 600;
}

.header-bottom .header-bottom-coupons {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(12% - .3rem);
}

.header-bottom .header-bottom-coupons>a {
    padding: 0.3rem 1rem;
    border-radius: 10px;
    border: 1px solid #ddd;
    background: #fff;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.header-bottom .header-bottom-wish-cart {
    display: flex;
    width: calc(11% - .3rem);
    justify-content: end;
}

.header-bottom .header-bottom-wish-cart>ul.shortMenu {
    display: flex;
    align-items: center;
    justify-content: right;
    width: 100%;
}

.header-bottom .header-bottom-wish-cart>ul.shortMenu>li>a {
    color: #585b65;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-bottom .header-bottom-wish-cart>ul.shortMenu>li:not(:last-child) {
    margin-right: 2rem;
}

.header-bottom .header-bottom-wish-cart>ul.shortMenu>li:nth-child(2) {
    position: relative;
}

.header-bottom .header-bottom-wish-cart>ul.shortMenu>li:nth-child(2)>a>i {
    margin-right: .4rem;
}

.header-bottom .header-bottom-wish-cart>ul.shortMenu>li:nth-child(2) .cartItems {
    top: 7px;
    margin-left: 0;
    left: 14px;
}

.header-bottom .header-bottom-wish-cart>ul.shortMenu>li:nth-child(2)>a {
    font-weight: 700;
}

.header-bottom .header-bottom-coupons>a>span {
    color: #f68a29;
    font-weight: 700;
    font-size: 13px;
}

.header-bottom .header-bottom-search .search-container div#search .search-input-wrapper>button.search-search {
    background-color: #f68a2a !important;
    border-color: #f68a29 !important;
    border-top-right-radius: 6.1875rem;
    border-bottom-right-radius: 6.1875rem;
    position: absolute;
    right: 0;
    top: 0;
    height: 34px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

button.search-search {
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    font-size: 20px;
    position: absolute;
    right: 0;
    line-height: 1;
    color: #fff;
    background: 0 0 !important;
    z-index: 2;
}

.header-bottom .header-bottom-search .search-container div#search .search-input-wrapper>button.search-search>i {
    font-size: 18px;
}

.header-bottom .header-bottom-wish-cart>ul.shortMenu>li>a>i {
    font-size: 19px;
}

.header-bottom .header-bottom-wish-cart>ul.shortMenu>li:nth-child(1)>a>i {
    font-size: 18px;
}


.header-menu nav.megamenu-nav {
    justify-content: center;
}

.header-menu nav.megamenu-nav .container-megamenu {
    width: 100%;
    justify-content: center;
}

.header-menu nav.megamenu-nav .container-megamenu .megamenu-wrapper {
    width: 100%;
    display: flex !important;
    justify-content: center;
}

.header-menu nav.megamenu-nav .container-megamenu .megamenu-wrapper .megamenu-pattern {
    width: 100%;
    justify-content: center;
}

.header-menu nav.megamenu-nav .container-megamenu .megamenu-wrapper .megamenu-pattern .megamenu-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

ul.megamenu>li>a strong {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #575a65;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 500;
}

button.expand-submenu {
    /* display: none; */
}

.header-menu nav.megamenu-nav .container-megamenu .megamenu-wrapper .megamenu-pattern .megamenu-container ul.megamenu {
    width: 100%;
    justify-content: space-between;
}

.header-menu {
    padding: 0;
    padding-bottom: .8rem;
}

ul.megamenu>li>a img {
    height: 27px;
    width: auto;
}

.search-result-wrapper {
    position: absolute;
    z-index: 9;
    top: 35px;
}

.menu>ul>li.imgtoc a.main-menu {
    display: flex;
    font-size: 16px !important;
    flex-direction: column;
    gap: 0.5rem;
}

.menu>ul>li.imgtoc a.main-menu>img {
    width: 80px;
}

.menu>ul {
    gap: .5rem;
}

ul.megamenu>li>.sub-menu {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px !important;
}

/*header-end*/

/*home-slider*/
.home-container {
    display: flex;
    flex-direction: column;
    background-image: url(/image/catalog/yedekparcam/slider-arka.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    gap: 1rem;
}

.home-sliders-tab-summary {
    display: flex;
    padding-top: 1rem;
    position: relative;
}

.home-sliders-tab-summary .home-sliders {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
}

.home-sliders-tab-summary .home-sliders .home-slider-imagecontent {
    width: 80%;
}

.home-sliders-tab-summary .home-sliders .home-slider-imagecontent .tab-tab-item {
    background: unset;
}

.home-sliders-tab-summary .home-sliders .home-slider-imagecontent .tab-tab-item .home-slider-display {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.home-sliders-tab-summary .home-sliders .home-slider-imagecontent .tab-tab-item .home-slider-display .home-slider-text {
    display: flex;
    flex-direction: column;
    width: 40%;
    justify-content: center;
}

.home-sliders-tab-summary .home-sliders .home-slider-imagecontent .tab-tab-item .home-slider-display .home-slider-image {
    width: 60%;
    display: flex;
}

.home-sliders-tab-summary .home-sliders .home-slider-imagecontent .tab-tab-item .home-slider-display .home-slider-image>img {
    width: 100%;
}

.home-sliders-tab-summary .home-sliders .home-slider-tab-list {
    width: 17%;
}

.home-sliders-tab-summary .home-sliders .home-slider-imagecontent .tab-tab-item .home-slider-display .home-slider-text>span:nth-child(1) {
    font-size: 45px;
    display: flex;
    text-transform: uppercase;
    font-weight: 700;
    color: #333E48;
    height: 58px;
}

.home-sliders-tab-summary .home-sliders .home-slider-imagecontent .tab-tab-item .home-slider-display .home-slider-text>span:nth-child(2) {
    font-size: 30px;
    text-transform: uppercase;
    /* line-height: 64px; */
    font-weight: 200;
    color: #333E48;
}

.home-sliders-tab-summary .home-sliders .home-slider-imagecontent .tab-tab-item .home-slider-display .home-slider-text>span {
    line-height: normal;
}

.home-sliders-tab-summary .home-sliders .home-slider-imagecontent .tab-tab-item .home-slider-display .home-slider-text>span:nth-child(3) {
    font-size: 19px;
    display: flex;
    font-weight: 800;
    color: #333E48;
    align-items: center;
}

.home-sliders-tab-summary .home-sliders .home-slider-imagecontent .tab-tab-item .home-slider-display .home-slider-text>span:nth-child(3)>p {
    font-weight: 500;
    margin-left: 0.5rem;
}

.home-sliders-tab-summary .home-sliders .home-slider-imagecontent .tab-tab-item .home-slider-display .home-slider-text>a {
    padding: .8rem 2rem;
    background: #f68929;
    width: fit-content;
    border-radius: 9px;
    margin-top: 2rem;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 15px;
}

.home-sliders-tab-summary .home-sliders .home-slider-tab-list .tab-menu-items {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    border-radius: 5px;
}



.home-sliders-tab-summary .home-sliders .home-slider-tab-list .tab-menu-items .tab-menu-item {
    padding: .7rem;
    width: 100%;
    cursor: pointer;
}

.home-sliders-tab-summary .home-sliders .home-slider-tab-list .tab-menu-items .tab-menu-item>p {
    font-size: 13px;
    font-weight: 400;
}

.home-sliders-tab-summary .home-sliders .home-slider-tab-list .tab-menu-items .tab-menu-item.tab-menu-item-active {
    background: #f5882a;
    position: relative;
}

.home-sliders-tab-summary .home-sliders .home-slider-tab-list .tab-menu-items .tab-menu-item.tab-menu-item-active::before {
    content: " ";
    display: block;
    border-top: 20px solid transparent;
    border-right: 20px solid #f5882a;
    border-bottom: 18px solid transparent;
    position: absolute;
    top: 0;
    right: 100%;
    height: 37.6px;
}

.home-sliders-tab-summary .home-sliders .home-slider-tab-list .tab-menu-items .tab-menu-item.tab-menu-item-active>p {
    color: #fff;
    font-weight: 700;
}


.tab-menu-item p {
    margin: 0;
}

.tab-fase {
    font-size: 15px;
    color: #000;
    margin: 0 !important;
}

.tab-content {
    z-index: 9;
}

/* .tab-content img {
    box-shadow: 0 5px 130px 0 rgba(0, 0, 0, .1);
    width: 100%;
} */

.tab-tab-item:first-child {
    top: 0;
}


.tab-tab-item {
    display: none;
    /* visibility: hidden; */
    /* opacity: 0; */
    top: 300px;
    position: relative;
    width: 100%;
    transition: 1s;
    /* transform: translateY(100px); */
    animation: fadeIn 1s ease 1 forwards;
    -webkit-animation: fadeIn 1s ease 1 forwards;
    -moz-animation: fadeIn 1s ease 1 forwards;
    -o-animation: fadeIn 1s ease 1 forwards;
    opacity: 0;
}

.w-p-active-tab-item {
    display: inline-block;
    visibility: visible;
    top: 0;
    transition: 1s;
}

.w-p-in-active-tab-item {
    display: none;
    top: 300px;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
}

.tab-content-text {
    position: absolute;
    bottom: -200px;
    right: -40px;
    background: white;
    padding: 40px;
    width: 80%;
    box-shadow: 0 5px 130px 0 rgba(0, 0, 0, .1);
    border-radius: 10px;
    animation: fadeIn 1.5s ease 1 forwards;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
}

.tab-content-text h3 {
    margin-top: 0;
}

@keyframes fadeIn {
    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes fadeIn {
    100% {
        opacity: 1;
        transform: none;
    }
}

@-moz-keyframes fadeIn {
    100% {
        opacity: 1;
        transform: none;
    }
}

@-o-keyframes fadeIn {
    100% {
        opacity: 1;
        transform: none;
    }
}


/*home-slider-end*/

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    overflow: clip;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}

/*featured*/
.swiper-button-prev:before,
.swiper-button-prev:after,
.swiper-button-next:before,
.swiper-button-next:after {
    opacity: 0;
}

.swiper-button-prev>i,
.swiper-button-next>i {
    font-size: 23px;
}

.product-wrapper {
    padding-bottom: 67px;
}

.product-wrapper .swiper-wrapper .product-wrap {
    background: #fff;
    padding: 1rem 1.2rem;
    border-radius: 5px;
    padding-bottom: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.product-tab-wrapper .swiper-wrapper .product-wrap {
    background: #fff;
    position: relative;
    /* padding: 1rem; */
    margin-top: 0 !important;
    margin-bottom: 1rem;
}

.product-container {
    padding-top: 1rem;
    margin-bottom: 1rem;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.product-wrapper .swiper-wrapper .product-wrap .product-name {
    margin: .5rem 0;
    min-height: auto;
    /* margin-bottom: 1.5rem; */
}

.product-tab-wrapper .swiper-wrapper .product-wrap .product-name {
    margin: 0;
    min-height: auto;
}

.product-wrapper .swiper-wrapper .product-wrap .product-name>a {
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #0077d0;
    font-weight: 700;
    /* height: 28px; */
}

.product-tab-wrapper .swiper-wrapper .product-wrap .product-name>a {
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #0077d0;
    font-weight: 700;
}

.product-wrapper .swiper-wrapper .product-wrap .product-image {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin: 1rem 0; */
}

.product-tab-wrapper .swiper-wrapper .product-wrap .product-image {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin: 1rem 0; */
    padding-bottom: 1rem !important;
}

.product-wrapper .swiper-wrapper .product-wrap .product-image>a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-pagination4 {
    display: flex;
    justify-content: center;
    padding-top: 3rem;
}

.swiper-pagination4 span.swiper-pagination-bullet-active {
    width: 30px;
    background: #f68929 !important;
    border-radius: 10px;
}

.swiper-pagination4>span {
    background: #9f9f9f !important;
    box-shadow: none !important;
    height: 8px;
    width: 8px;
}

.product-tab-wrapper .swiper-wrapper .product-wrap .product-image>a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-wrapper .swiper-wrapper .product-wrap .product-image>a>img {
    width: 100%;
}

.product-tab-wrapper .swiper-wrapper .product-wrap .product-image>a>img {
    width: 100%;
}

.product-wrapper .swiper-wrapper .product-wrap .product-price-and-cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-tab-wrapper .swiper-wrapper .product-wrap .product-price-and-cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1rem !important;
    height: 70px;
}


.product-wrapper .swiper-wrapper .product-wrap .product-price-and-cart .product-price>p.price {
    color: #38434D;
}

.product-tab-wrapper .swiper-wrapper .product-wrap .product-price-and-cart .product-price>p.price {
    color: #38434D;
}

.product-wrapper .swiper-wrapper .product-wrap .product-price-and-cart .product-price>p.price span.price-old {
    font-size: 11px;
    text-decoration: unset;
}

.product-tab-wrapper .swiper-wrapper .product-wrap .product-price-and-cart .product-price>p.price span.price-old {
    font-size: 11px;
    text-decoration: unset;
}

.product-wrapper .swiper-wrapper .product-wrap .product-price-and-cart .product-cart>button {
    background: #0077d0;
    border: none;
    width: 33px;
    height: 33px;
    display: flex;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    align-items: center;
    justify-content: center;
}

.product-tab-wrapper .swiper-wrapper .product-wrap .product-price-and-cart .product-cart>button {
    background: #0077d0;
    border: none;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-reviews {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    /* border-top: 1px solid #ddd; */
    /* padding-top: .8rem; */
    opacity: 0;
    visibility: hidden;
    /* transition: .1s; */
    position: absolute;
    left: 0;
    right: 0;
}

.product-wrapper .swiper-wrapper .product-wrap:hover .product-reviews {
    opacity: 1;
    visibility: visible;
    width: 100%;
    border-radius: 0;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    background-color: #fff;
    margin: 0;
    height: initial;
    padding: 1rem;
    top: 100%;
    padding-top: .3rem;
}

.product-tab-wrapper .swiper-wrapper .product-wrap:hover .product-reviews {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-wrapper .swiper-wrapper .product-wrap:hover {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.product-wrapper .swiper-wrapper .product-wrap:hover .product-reviews .product-review-read {
    color: #f68929;
    padding-top: .8rem;
    font-weight: 600;
}

.product-tab-wrapper .swiper-wrapper .product-wrap:hover .product-reviews .product-review-read {
    color: #f5882a;
    /* padding-top: .8rem; */
    font-weight: 600;
}

.product-container .product-swiper-prev {
    left: -20px;
}

.product-container .product-swiper-next {
    right: -20px;
}


.product-container .product-swiper-prev i,
.product-container .product-swiper-prev i::before,
.product-container .product-swiper-next i,
.product-container .product-swiper-next i::before {
    display: flex;
    align-items: center;
    justify-content: center;
}


.product-container .product-swiper-prev,
.product-container .product-swiper-next {
    position: absolute;
    top: calc(50% - 25px);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(254, 215, 0, 0.8);
    color: #fff;
    opacity: .8;
    transition: all .2s ease;
    z-index: 9;
    border: none;
}

.product-container .product-swiper-prev:hover,
.product-container .product-swiper-next:hover {
    background-color: #f15927;
    opacity: 1;
}

.product-reviews::before {
    position: absolute;
    border: .5px solid #eee;
    top: -2px;
    content: "";
    width: 80%;
    left: 9%;
}

.product-review-read>a {
    color: #f5882a;
    font-size: 11px;
}

.product-reviews .productrating>svg {
    font-size: 13px;
}

.web-pageheader {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 1rem;
    /* margin-bottom: 1rem; */
    position: relative;
}

.web-pageheader::after {
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    width: 16%;
    background: #f5882a;
    bottom: -1px;
}

.web-pageheader-title {
    display: flex;
    align-items: center;
}

.web-pageheader-title>span {
    font-size: 20px;
    color: #000;
}

.price {
    color: #ff7143;
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    gap: .3rem;
}

.featured-change-tab-title .nav-tabs {
    margin: 0;
    border: none;
    width: 100%;
    display: flex;
    justify-content: center;
}

.featured-change-tab-title .nav-tabs li>a.active {
    border: none !important;
    background: #f58220;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}


.featured-change-tab-title .nav-tabs li>a {
    line-height: initial;
    padding: 4px 20px;
    border-radius: 15px;
    font-size: 13px;
    color: #7b8186;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

span.price-old {
    color: #a4a4a4;
    text-decoration: line-through;
    font-weight: 400;
    font-size: 14px;
    display: block;
}


/*featured-end*/

/*muti-banner*/
.home-multi-bannes-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2rem;
    margin-bottom: 2rem;
    gap: 2rem;
}

.home-multi-bannes-container .home-muti-banner {
    width: calc(33.3% - (2rem * 2)/3);
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-multi-bannes-container .home-muti-banner:not(:nth-child(3n)) {
    /* margin-right: 2rem; */
}

.home-multi-bannes-container .home-muti-banner>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.home-multi-bannes-container .home-muti-banner>a>img {
    width: 100%;
    border-radius: 10px;
}

.home-multi-bannes-container::before,
.home-multi-bannes-container::after {
    display: none;
}

/*muti-banner-end*/

/*featured-build3*/
.featured-build3-container .web-pageheader {
    margin-bottom: 1rem;
}

.featured-change-products {
    overflow: hidden;
    width: 100%;
}

.product-build3-wrapper {
    padding: 1rem;
    padding-bottom: 39px;
}

.product-build3-wrapper .swiper-wrapper {}

.product-build3-wrapper .swiper-wrapper .product-wrap {
    background: #fff;
    position: relative;
}

.product-build3-wrapper .swiper-wrapper .product-wrap .product-item {
    cursor: pointer;
}

.product-build3-wrapper .swiper-wrapper .product-wrap .product-item>div {
    padding: 1rem 1rem 0 1rem;
}

.product-build3-wrapper .swiper-wrapper .product-wrap .product-item .product-category-title>a {
    font-size: 10px;
    color: #A3A3A3;
    font-weight: 600 !important;
}

.product-build3-wrapper .swiper-wrapper .product-wrap .product-item .product-name {
    margin: 0;
    min-height: auto;
}

.product-build3-wrapper .swiper-wrapper .product-wrap .product-item .product-name>a {
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #0077d0;
    font-weight: 700;
}

.product-build3-wrapper .swiper-wrapper .product-wrap .product-item .product-image {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin: 1rem 0; */
    padding-bottom: 1rem !important;
}

.product-build3-wrapper .swiper-wrapper .product-wrap .product-item .product-image>a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-build3-wrapper .swiper-wrapper .product-wrap .product-item .product-image>a>img {
    width: 100%;
}

.product-build3-wrapper .swiper-wrapper .product-wrap .product-item .product-price-and-cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1rem !important;
    height: 70px;
}

.product-build3-wrapper .swiper-wrapper .product-wrap .product-item .product-price-and-cart .product-cart>button {
    background: #0077d0;
    border: none;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-build3-wrapper .swiper-wrapper .product-wrap .product-item .product-reviews {
    position: unset;
    display: none;
    opacity: 1;
    visibility: visible;
    margin: 0;
    padding: .5rem !important;
    border-top: 1px solid #ddd;
}

.product-build3-wrapper .swiper-wrapper .product-wrap:hover .product-item .product-reviews {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-tab-wrapper .swiper-wrapper .product-wrap .product-reviews::before {
    display: none;
}

.product-build3-wrapper .swiper-wrapper .product-wrap .product-item .product-reviews::before {
    display: none;
}

.product-build3-wrapper .swiper-wrapper .product-wrap .product-item .product-price-and-cart .product-price .price>.price-new {
    color: #000;
}

.product-build3-wrapper .swiper-wrapper .product-wrap:hover .product-item {
    position: absolute;
    width: 100%;
    height: auto;
    min-height: 100%;
    box-shadow: 0px 0px 6px 0px rgba(1, 1, 1, 0.3);
    background-color: #fff;
    z-index: 1;
    /* padding: 1rem; */
    left: 0;
}

.product-build3-wrapper .swiper-wrapper .product-wrap .product-item .product-reviews .product-review-read {
    color: #f5882a;
    /* padding-top: 0.8rem; */
    font-weight: 600;
}

.product-build3-wrapper .swiper-pagination2>span {
    background: #ddd !important;
    box-shadow: none !important;
    height: 8px;
    width: 8px;
}

.product-build3-wrapper .swiper-pagination2 .swiper-pagination-bullet-active {
    width: 30px;
    background: #f15927 !important;
}

.swiper-pagination2 {
    position: absolute;
    left: 47% !important;
    bottom: -2px !important;
    z-index: 999;
}

.featured-build3-container.container {
    margin-bottom: 1rem;
}


/*featured-build3-end*/

/*home-featured-build4*/
.featured-build4-container {
    margin-top: 2rem;
}

.featured-build4-content {
    /* padding: 1rem; */
    padding-bottom: 0;
    display: flex;
    gap: 2rem;
}

.featured-build4-content .featured-build4-image {
    width: calc(30% - 1rem) !important;
}

.featured-build4-content .tab-content {
    width: calc(100% - 1rem) !important;
}

.featured-build4-content .featured-build4-image>a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.featured-build4-content .featured-build4-image>a>img {
    width: 100%;
}

.product-tab2-wrapper {
    padding: .5rem;
    padding-bottom: 52px;
    /* padding-top: 0; */
    height: auto;
}

.product-tab2-wrapper .product-wrap {
    background: #fff;
    position: relative;
}

.product-tab2-wrapper .product-wrap:hover .product-item {
    position: absolute;
    width: 100%;
    height: auto;
    min-height: 100%;
    box-shadow: 0px 0px 6px 0px rgba(1, 1, 1, 0.3);
    background-color: #fff;
    z-index: 1;
    /* padding: 1rem; */
    left: 0;
}


.product-tab2-wrapper .product-wrap .product-item>div {
    padding: 1rem 1rem 0 1rem;
}

.product-tab2-wrapper .product-wrap .product-item .product-category-title>a {
    font-size: 10px;
    color: #A3A3A3;
    font-weight: 600 !important;
}

.product-tab2-wrapper .product-wrap .product-item .product-name {
    margin: 0;
    min-height: auto;
}

.product-tab2-wrapper .product-wrap .product-item .product-name>a {
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #0077d0;
    font-weight: 700;
}

.product-tab2-wrapper .product-wrap .product-item .product-image {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin: 1rem 0; */
    padding-bottom: 1rem !important;
}

.product-tab2-wrapper .product-wrap .product-item .product-image>a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-tab2-wrapper .product-wrap .product-item .product-image>a>img {
    width: 100%;
}

.product-tab2-wrapper .product-wrap .product-item .product-price-and-cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1rem !important;
    height: 70px;
}



.product-tab2-wrapper .product-wrap .product-item .product-price-and-cart .product-price span.price-new {
    color: #000;
}


.product-tab2-wrapper .product-wrap .product-item .product-price-and-cart .product-cart>button {
    background: #0077d0;
    border: none;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-tab2-wrapper .product-wrap .product-item .product-reviews {
    position: unset;
    display: none;
    opacity: 1;
    visibility: visible;
    margin: 0;
    padding: .5rem !important;
    border-top: 1px solid #ddd;
}

.product-tab2-wrapper .product-wrap:hover .product-item .product-reviews {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-tab2-wrapper .product-wrap .product-item .product-reviews .product-review-read {
    color: #f58220;
    /* padding-top: 0.8rem; */
    font-weight: 600;
}


.featured-build4-container .web-pageheader {
    margin-bottom: 1rem;
}

.product-tab2-wrapper .swiper-pagination3 {
    position: absolute;
    left: 42% !important;
    bottom: 26px !important;
}

.product-tab2-wrapper .swiper-pagination3>span {
    background: #ddd !important;
    box-shadow: none !important;
    height: 8px;
    width: 8px;
}

.product-tab2-wrapper .swiper-pagination3 .swiper-pagination-bullet-active {
    width: 30px;
    background: #f15927 !important;
}

/*home-featured-build4-end*/

/*featured-tab-product*/
.web-pageheader {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    position: relative;
}

.featured-change-bottom {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.featured-chance-container .web-pageheader {
    margin-bottom: 1rem;
}

.featured-change-product-content {
    width: calc(28% - 2rem);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px solid #f15927;
    padding: 2rem;
    border-radius: 20px;
    height: fit-content;
}

.featured-change-product-right {
    width: calc(100% - 1rem);
}

.product-tab-wrapper .swiper-wrapper .product-wrap .product-reviews {
    z-index: 9;
}

.featured-change-tab-title .nav-tabs {
    margin: 0;
    border: none;
    width: 100%;
    display: flex;
    justify-content: end;
}

.featured-change-tab-title .nav-tabs li.active>a {
    border: none !important;
    background: #f5882a;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}


.featured-change-tab-title .nav-tabs li>a {
    line-height: initial;
    padding: 4px 20px;
    border-radius: 15px;
    font-size: 13px;
    color: #7b8186;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}



.web-pageheader-title {
    display: flex;
    align-items: center;
}

.web-pageheader-title>span {
    font-size: 20px;
    color: #000;
}

.featured-chance-container {
    margin-top: 3rem;
    margin-bottom: 1rem;
}

.web-pageheader::after {
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    width: 16%;
    background: #f5882a;
    bottom: -1px;
}

.featured-change-tab-title .nav-tabs li>a:hover {
    border: none;
    /* background: none; */
    /* color: #7b8186; */
}

.featured-change-tab-title .nav-tabs li.active>a:hover {
    border: none !important;
    background: #f58220;
    color: #fff;
    font-weight: 700;
}

.featured-change-tab-title {
    width: 65%;
}

.featured-change-tab-title .nav-tabs>li {
    width: fit-content;
}

.featured-deals-of-the-day-link {
    display: flex;
    justify-content: center;
    align-items: center;
}

.featured-change-product-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.featured-change-product-title>span:nth-child(2) {
    background: #f15927;
    color: #fff;
    height: 65px;
    width: 65px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 1rem;
    line-height: 0;
    font-size: 11px;
}

.featured-change-product-title>span:nth-child(2)>p {
    width: 100%;
    text-align: center;
    margin: 0;
    /* line-height: 0; */
    font-size: 17px;
    font-weight: 700;
}

.featured-change-product-title>span {
    font-size: 19px;
    color: #333e48;
}

.featured-change-product-content>div {
    width: 100%;
}

.featured-change-product-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}

.featured-change-product-image>a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.featured-change-product-image>a>img {
    width: 100%;
}

.featured-change-product-informations {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.featured-change-product-name {}

.featured-change-product-informations>div {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.featured-change-product-name>a {
    font-size: 13px;
    color: #0077D0;
    font-weight: 700;
}

.featured-change-product-price {
    flex-direction: unset !important;
    gap: 1rem;
}

.featured-change-product-price span.old-price {
    color: #000;
    text-decoration: line-through;
    font-size: 16px;
}

.featured-change-product-price span.new-price {
    font-size: 22px;
    color: #EE0000;
    font-weight: 600;
}

.featured-change-remainder-sold {}

.featured-change-remainder-sold-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.featured-change-remainder-sold-title>span {
    color: #000;
}

.featured-change-rounded-back {
    width: 100%;
    height: 15px;
    background: #ddd;
    border-radius: 20px;
    margin-top: 1rem;
}

.featured-change-rounded-back>span {
    display: flex;
    width: 89%;
    height: 15px;
    background: #f15927;
    border-radius: 20px;
}

.featured-change-remaining-time-content {
    flex-direction: unset !important;
    justify-content: space-evenly !important;
}

.featured-change-remaining-time {
    width: 70%;
}

.featured-change-remaining-time .featured-change-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.featured-change-remaining-time-title {
    width: 30%;
}

.featured-change-remaining-time-title>span {
    font-size: 13px;
    color: #000;
    line-height: 20px;
}

.product-tab-wrapper {
    padding: .5rem;
    padding-bottom: 30px;
    height: auto;
}

.product-tab-wrapper .swiper-wrapper .product-wrap::after {
    content: "";
    height: 86%;
    width: .5px;
    background: #EAEAEA;
    position: absolute;
    right: 0;
    top: 6%;
}

.product-tab-wrapper .swiper-wrapper .product-wrap:hover .product-item {
    position: absolute;
    width: 100%;
    height: auto;
    min-height: 100%;
    box-shadow: 0px 0px 6px 0px rgba(1, 1, 1, 0.3);
    background-color: #fff;
    z-index: 1;
    /* padding: 1rem; */
    left: 0;
}

.product-tab-wrapper .swiper-wrapper .product-wrap .product-reviews {
    position: unset;
    display: none;
    opacity: 1;
    visibility: visible;
    margin: 0;
    padding: 0 !important;
    border-top: 1px solid #ddd;
    padding-top: .5rem !important;
}

.product-tab-wrapper .swiper-wrapper .product-wrap .product-item {
    cursor: pointer;
    padding: .5rem;
}

.product-tab-wrapper .swiper-wrapper .product-wrap .product-item>div {
    padding: 1rem 1rem 0 1rem;
}

.product-tab-wrapper .swiper-wrapper .product-wrap .product-price-and-cart .product-price>p.price span.price-new {
    font-size: 15px;
}

.featured-change-product-right .tab-content {
    height: 100%;
}

.featured-change-product-right .tab-content .tab-pane {
    height: 100%;
}

.featured-change-remaining-time .featured-change-box .featured-change-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.featured-change-remaining-time .featured-change-box .featured-change-card .counter {
    background: #ddd;
    padding: 1rem;
    border-radius: 7px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
    color: #000;
}

.featured-change-remaining-time .featured-change-box .featured-change-card span.denoters {
    font-size: 11px;
    text-transform: uppercase;
    color: #000;
    padding-top: .5rem;
    font-weight: 600;
}

.product-tab-wrapper .swiper-wrapper .product-wrap .product-item .product-category-title>a {
    font-size: 10px;
    color: #A3A3A3;
    font-weight: 600 !important;
}

.product-tab-wrapper .swiper-pagination span {
    background: #ddd !important;
    box-shadow: none !important;
    height: 8px;
    width: 8px;
}

.product-tab-wrapper .swiper-pagination .swiper-pagination-bullet-active {
    width: 30px;
    background: #f15927 !important;
}

.product-tab-wrapper .swiper-wrapper {
    flex-direction: unset;
}

/*featured-tab-product-end*/

/*home-single-banner*/
.home-single-banner {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
}

.home-single-banner .home-single-banner-text {
    position: absolute;
    left: 3%;
    display: flex;
    align-items: center;
    top: 42%;
    gap: 1rem;
    justify-content: space-between;
}


.home-single-banner .home-single-banner-image>img {
    width: 100%;
}

.home-single-banner-container {
    margin-bottom: 1rem;
}

.home-single-banner .home-single-banner-text>span:nth-child(1) {
    font-size: 30px;
    color: #fff;
    width: 73%;
    display: flex;
    gap: 1rem;
    align-items: center;
}

.home-single-banner .home-single-banner-text>span:nth-child(1)>p {
    margin: 0;
    font-weight: 800;
}

.discount-chance {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #f5882a;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-size: 13px;
    font-style: italic;
    width: 23%;
}

.discount-chance>p {
    font-size: 25px;
    font-weight: 700;
    margin: 0;
    margin-right: .5rem;
    font-style: normal;
}

.discount-chance>span {
    width: 100%;
    display: flex;
    justify-content: center;
}

.home-single-banner .home-single-banner-image>a {
    display: flex;
    align-items: center;
    width: 100%;
}

.home-single-banner .home-single-banner-image {
    display: flex;
    align-items: center;
}

.home-single-banner .home-single-banner-image>a>img {
    width: 100%;
}

/*home-single-banner-end*/

/*home-marketplace-banner*/
.home-marketplace-banner-container {
    display: flex;
    margin-top: 4rem;
    gap: 2rem;
    justify-content: space-between;
    margin-bottom: 3rem;
}

.home-marketplace-banner-container::before,
.home-marketplace-banner-container::after {
    display: none;
}

.home-marketplace-banner-container .home-marketplace-left-content {
    width: calc(45% - 2rem);
}

.home-marketplace-banner-container .home-marketplace-left-content>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.home-marketplace-banner-container .home-marketplace-left-content>a>img {
    width: 100%;
    border-radius: 10px;
}

.home-marketplace-banner-container .home-marketplace-right-content {
    width: calc(67% - 2rem);
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
}

.home-marketplace-banner-container .home-marketplace-right-content>a {
    width: calc(33.3% - 1rem);
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-marketplace-banner-container .home-marketplace-right-content>a>img {
    width: 100%;
    border-radius: 10px;
}

/*home-marketplace-end*/

/*home-list-option-container*/
.home-list-options-content {
    display: flex;
    border: 1px solid #eee;
    border-radius: 10px;
    justify-content: space-between;
}

.home-list-options-content .home-list-options-left {
    width: 20%;
    padding: 1rem;
    background: #F9F9F9;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    display: flex;
    flex-direction: column;
    padding-left: 1.5rem;
}

.home-list-options-content .home-list-options-middle {
    width: 20%;
    padding: 1rem;
    display: flex;
    justify-content: center;
}

.home-list-options-content .home-list-options-right {
    width: 60%;
}

.home-list-options-container {
    margin-bottom: 2rem;
}

.home-list-options-container .web-pageheader {
    margin-bottom: 2rem;
}

.home-list-options-content .home-list-options-left>div {
    display: flex;
    flex-direction: column;
}

.home-list-options-content .home-list-options-left>div>ul {
    padding-left: 1rem;
    margin-bottom: 10px;
}

.home-list-options-content .home-list-options-left>div>a {
    color: #000;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: .3rem;
}

.home-list-options-content .home-list-options-left>div>ul>li:not(:last-child) {
    margin-bottom: .3rem;
}

.home-list-options-content .home-list-options-middle>ul {
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0;
    justify-content: space-between;
}

.home-list-options-content .home-list-options-middle>ul>li:not(:last-child) {
    margin-bottom: 1rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: .5rem;
}

ul {}

.home-list-options-content .home-list-options-middle>ul>li>a {
    font-size: 13px;
    color: #6F777E;
}

.home-list-options-content .home-list-options-middle>ul>li {
    padding-bottom: 1rem;
}

.home-list-options-content .home-list-options-middle>ul>li>a:hover {
    color: #333e48;
    font-weight: 700;
}

.home-list-options-content .home-list-options-right>a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-list-options-content .home-list-options-right>a>img {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 100%;
}

.home-list-options-content .home-list-options-left .home-list-options-left-bottom>ul {
    margin: 0;
}

.home-list-options-content .home-list-options-left>div>ul>li>a {
    font-size: 12px;
    transition: .3s ease;
}

.home-list-options-content .home-list-options-left>div>ul>li>a:hover {
    color: #f5882a;
}

/*home-list-option-container-end*/

/*home-most-wanted-and-website-seo-text*/
.home-most-wanted-container {
    margin-bottom: 3rem;
}

.home-most-wanted-container .web-pageheader {
    margin-bottom: 1rem;
}

.home-most-wanted-container .home-most-wanted-content {
    display: flex;
    width: 100%;
}

.home-most-wanted-container .home-most-wanted-content>ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 0;
}

.home-most-wanted-container .home-most-wanted-content>ul>li {
    padding: .7rem 1.8rem;
    background: #F1F2F4;
    border-radius: 5px;
    margin-top: .5rem;
    transition: all 0.2s ease-in-out;
}

.home-most-wanted-container .home-most-wanted-content>ul>li:not(:last-child) {
    margin-right: .5rem;
}

.home-most-wanted-container .home-most-wanted-content>ul>li>a {
    color: #77838f;
    font-size: 13px;
}

.home-website-seo-text-container {
    display: flex;
    gap: 3rem;
    justify-content: space-between;
}

.home-website-seo-text-container .home-website-seo-text-left {
    width: calc(75% - 3rem);
}

.home-website-seo-text-container .home-website-seo-text-right {
    width: calc(25% - 3rem);
}

.home-website-seo-text-container::before {
    display: none;
}

.home-website-seo-text-container::after {
    display: none;
}

.home-website-seo-text-container .home-website-seo-text-right .home-website-seo-text-right-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.home-website-seo-text-container .home-website-seo-text-left .home-website-seo-text-left-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.home-website-seo-text-container .home-website-seo-text-left .home-website-seo-text-left-content>p {
    font-size: 13px;
    width: 83%;
}

.home-website-seo-text-container .home-website-seo-text-left .home-website-seo-text-left-content>h4 {
    font-weight: 500;
    font-size: 20px;
}

.home-website-seo-text-container .home-website-seo-text-right .home-website-seo-text-right-content>img {
    width: 100%;
}

.home-website-seo-text-container .home-website-seo-text-right .home-website-seo-text-right-content>span {
    font-size: 14px;
    margin-top: 2rem;
    font-weight: 700;
    color: #000;
}

.home-website-seo-text-container .home-website-seo-text-right .home-website-seo-text-right-content>ul {
    display: flex;
    gap: 3rem;
    padding-left: 10px;
    margin: 0;
}


.home-website-seo-text-container .home-website-seo-text-right .home-website-seo-text-right-content>ul>li>a {
    font-size: 20px;
    color: #70787F;
}

.home-most-wanted-container .home-most-wanted-content>ul>li:hover {
    background: #77838f;
    box-shadow: 0 4px 11px rgba(119, 131, 143, 0.35);
}

.home-most-wanted-container .home-most-wanted-content>ul>li:hover>a {
    color: #fff;
}

/*home-most-wanted-and-website-seo-text-end*/

/*footer*/
.footer-bottom-container {
    display: flex;
    justify-content: space-between;
    padding: 5rem 0 !important;
}

.footer-bottom-container::before {
    display: none;
}

.footer-bottom-container::after {
    display: none;
}

.footer-bottom-container .footer-bottom-left {
    display: flex;
    flex-direction: column;
    width: 40%;
    gap: 3rem;
}

.footer-bottom-container .footer-bottom-left .footer-logo {
    width: fit-content;
    display: flex;
}

.footer-bottom-container .footer-bottom-left .footer-logo>a {
    display: flex;
    align-items: center;
}

.footer-bottom-container .footer-bottom-left .footer-logo>a>img {
    width: 60%;
}

.footer-bottom-container .footer-bottom-left .footer-call-center {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: center;
}

.footer-bottom-container .footer-bottom-left .footer-call-center .footer-mobil-applications {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 1rem;
    margin-top: 2rem;
}

.footer-bottom-container .footer-bottom-left .footer-call-center .footer-mobil-applications>a:nth-child(1) {
    width: 14%;
}

.footer-bottom-container .footer-bottom-left .footer-call-center .footer-mobil-applications>a {
    width: 25%;
}

.footer-bottom-container .footer-bottom-left .footer-call-center .footer-mobil-applications>a>img {
    width: 100%;
}

.footer-bottom-right {
    width: 60%;
    display: flex;
}

.footer-bottom-container .footer-bottom-left .footer-call-center>svg {
    font-size: 43px;
    color: #f68929;
}

.footer-bottom-container .footer-bottom-left .footer-call-center .footer-call-center-text {
    display: flex;
    flex-direction: column;
}

.footer-bottom-container .footer-bottom-left .footer-call-center .footer-call-center-text>span:nth-child(2) {
    display: flex;
    align-items: center;
    margin-top: .5rem;
    gap: .5rem;
    font-size: 13px;
}

.footer-bottom-container .footer-bottom-left .footer-call-center .footer-call-center-text>span:nth-child(2)>a {
    color: #333E48;
    font-size: 19px;
    font-weight: 700;
}

.footer-bottom-right .footer-bottom-list {
    width: 33.3%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-bottom-right .footer-bottom-list>ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    margin: 0;
    width: 90%;
    gap: 1rem;
}

.footer-bottom-right .footer-bottom-list>ul>li {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.footer-bottom-right .footer-bottom-list>ul>li>span:nth-child(2) {
    width: 80%;
    color: #333E48;
    font-size: 13px;
}

.footer-bottom-right .footer-bottom-list>span {
    color: #333E48;
    font-size: 15px;
    font-weight: 700;
}

.footer-bottom-right .footer-bottom-list>ul>li>span:nth-child(1) {
    font-weight: 700;
    color: #333E48;
}

.footer-bottom-right .footer-bottom-list>ul>li>a {
    color: #333E48;
    font-size: 13px;
}

.footer-copyright-container {
    padding: .5rem 0;
    background: #EAEAEA;
}

.footer-copyright-container .footer-copyright-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-copyright-container .footer-copyright-content>.footer-copyright-left {
    width: 55%;
    display: flex;
    gap: 3rem;
}

.footer-copyright-right {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50% !important;
    border-radius: 6px;
    padding: .3rem;
}

.footer-copyright-container .footer-copyright-content>.footer-copyright-left>span {
    color: #333E48;
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: 12px;
}

.footer-copyright-container .footer-copyright-content>.footer-copyright-left>span>a {
    font-weight: 700;
    color: #333e48;
}

form#subscribe {
    width: 40%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#notification-normal div.warning {
    color: #ffffff;
}

.footer-bottom-right .footer-bottom-list>ul>li>p {
    font-size: 13px;
    color: #333E48;
}

.footer-bottom-right .footer-bottom-list>ul>li svg {
    font-size: 14px;
    margin-right: .2rem;
    color: #575a65;
}

footer.web-footer {
    display: flex;
    flex-direction: column;
    background: #F8F8F8 !important;
}

.footer-ebulten-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f68929;
    padding: .9rem 0;
}

.footer-ebulten-container .footer-ebulten-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-ebulten-left {
    display: flex;
    align-items: center;
    width: 60%;
    color: #fff;
    gap: 6rem;
}



.footer-ebulten-left>span:nth-child(2) {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.footer-ebulten-left>span:nth-child(2)>p {
    margin: 0;
    padding-left: .4rem;
}

.footer-ebulten-left>span {
    color: #fff;
    font-size: 17px;
}

.footer-ebulten-left>span>svg {
    margin-right: 2rem;
    font-size: 25px;
}


.newsletter-wrapper {
    width: 40%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: .5rem;
}

.newsletter-group {
    width: 85%;
    display: flex;
    justify-content: center;
}

.newsletter-group input {
    padding: .5rem 1rem !important;
    width: 75%;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border: none;
}

.newsletter-group button.newsletter-button {
    padding: .5rem 1rem;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border: none;
    width: 25%;
    font-weight: 700;
    font-size: 14px;
    background: #585b65;
    color: #fff;
}

.newsletter-wrapper>label>span {
    font-size: 8px;
    color: #ffff;
    font-weight: 100;
    letter-spacing: .05rem;
}

.newsletter-wrapper>label>span a.privacy_modal {
    color: #fff;
}

.newsletter-wrapper .cbx span:first-child {
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}

.newsletter-wrapper .cbx span:first-child svg {
    top: 2px;
    left: 1px;
    font-size: 10px !important;
}

.newsletter-wrapper .inp-cbx:checked+.cbx span:first-child {
    background: #575a65;
    border-color: #575a65;
}

.newsletter-wrapper label.cbx {
    display: flex;
    align-items: center;
}

input#newsletter::placeholder {
    font-size: 12px;
}

.footer-copyright-right>img {
    width: 100%;
}

/*footer-end*/

/*product-page*/




.product-left-content {
    width: 37%;
}


.product-image>img {
    width: 100%;
}

.product-image {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: 0.3s ease;
}

.product-content .product-image>a {
    display: flex;
    align-items: center;
    position: relative;
}

.product-content .product-image>a>img {
    width: 100%;
}

.gallery-thumbs {
    height: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}

.gallery-thumbs .little-image {}

.gallery-thumbs .little-image .swiper-slide {
    border: 1px solid #EAEAEA;
    /* border-radius: 5px; */
    transition: 0.3s ease-in;
    cursor: pointer;
}

.gallery-thumbs .little-image .swiper-slide>a {
    display: flex;
    align-items: center;
}

.gallery-thumbs .little-image .swiper-slide>a>img {
    width: 100%;
    /* border-radius: 5px; */
}

.gallery-thumbs .little-image .swiper-slide>img {
    width: 100%;
    /* border-radius: 5px; */
}

.gallery-thumbs .little-image .swiper-slide.swiper-slide-thumb-active {
    border-bottom: 1px solid #f15927;
}

.product-middle-content {
    width: 35%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.product-right-content {
    width: 22%;
}

.product-middle-content .product-category-name {}

.product-middle-content .product-category-name>span {
    font-size: 12px;
    color: #878787 !important;
}

.product-middle-content .product-name-content {}

.product-middle-content .product-name-content>span {
    font-size: 25px;
    color: #000;
}

.product-middle-content .product-page-rating-content {
    display: flex;
    gap: .5rem;
}

.product-middle-content .product-page-rating-content .productrating {}

.product-middle-content .product-page-rating-content .productrating i.fas.fa-star {
    color: #ffc107 !important;
}

.product-middle-content .product-page-rating-content .productrating>i {
    font-size: 13px;
    color: #ddd;
}

.product-middle-content .product-page-rating-content .rating-content-text {
    font-size: 13px;
    cursor: pointer;
}

.product-middle-content .product-attributes-content {}

.product-middle-content .product-attributes-content>ul {
    padding-left: 15px;
    list-style: disc;
    color: #7a7a7aff;
}

.product-middle-content .product-attributes-content>ul>li {
    list-style: unset;
}

.product-middle-content .product-attributes-content>ul>li>span {
    font-size: 14px;
    color: #7a7a7aff;
}

.product-middle-content .product-mini-description {}

.product-middle-content .product-mini-description>span {
    font-size: 14px;
    line-height: 24px;
}

.product-middle-content .product-stock-code {
    display: flex;
    gap: .5rem;
    margin-top: 2rem;
}

.product-middle-content .product-stock-code>span:nth-child(1) {
    font-weight: 700;
}

.product-middle-content .product-stock-code>span {
    font-size: 14px;
}

.product-information-card {
    padding: 1.5rem;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.product-information-card div#product {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}


.product-information-card .product-price-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.product-information-card .product-price-content span.price-old {
    width: 100%;
    font-size: 16px;
    text-decoration: unset;
    color: #87898B;
    font-weight: 400;
}

.product-information-card .product-price-content span.price-new {
    margin-right: 0;
    font-size: 28px;
    color: #333E48;
    font-weight: 700;
    display: flex;
    width: 75%;
}

.product-information-card .product-price-content span.price-discound {
    display: flex;
    width: 20%;
    justify-content: center;
    align-items: center;
    height: fit-content;
    background: #5CB85C;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    border-radius: 5px;
    /* margin-top: 1rem; */
}

.product-information-card .product-cargo-text {}

.product-information-card .product-cargo-text>span {
    font-size: 12px;
    font-weight: 600;
}

.product-information-card .product-cargo-text>span>span {
    font-weight: 700;
    color: #0077D0;
}

.product-quantity-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
    width: 100%;
}

.product-quantity-content .product-quantity {
    width: fit-content;
    position: relative;
    border-radius: 15px;
    border: 1px solid #ddd;
    /* padding: 0.7rem 0.5rem; */
    width: 100%;
    display: flex;
}

.product-quantity-content .product-quantity .quantity-input-wrapper>input {
    position: relative;
    width: 65%;
    border: none;
    height: 100%;
    padding: 0.4rem 0.3rem;
    padding-left: 1rem;
    background: no-repeat;
}

.product-quantity-content .product-quantity>button {
    position: absolute;
    z-index: 99999;
    right: 10px;
    top: 10px;
    font-size: 11px;
    cursor: pointer;
    /* width: 10%; */
    /* height: 23px; */
    display: flex;
    justify-content: center;
    align-items: center;
    color: #575a65;
    border: none;
    background: none;
}



.product-quantity-content .product-quantity>button.minus {
    right: 40px;
}

.product-quantity-content>span {
    font-weight: 600;
    font-size: 14px;
}

.product-information-card .product-color-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
}

.product-information-card .product-color-content select {
    width: 100%;
    border-radius: 15px;
    border: 1px solid #ddd;
    padding: 0.7rem 0.5rem;
    padding-left: 1.5rem;
}

.product-information-card .product-color-content>span {
    font-weight: 600;
}

.product-information-card .btn-div-product {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: .5rem;
}

.product-information-card .btn-div-product>button {
    width: 100%;
    border-radius: 50px;
    border: 1px solid #ddd;
    display: flex;
    padding: .5rem;
    justify-content: center;
    gap: 1rem;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
}

.product-information-card .btn-div-product #button-cart {
    background: #f5882a;
    color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.product-information-card .btn-div-product .buy-btn {
    padding: .5rem;
    border-radius: 35px;
    background: #333E48;
    color: #fff;
    cursor: pointer;
    margin: 0;
}

.product-information-card .product-wishlist-add {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    /* margin-top: 1rem; */
}

.product-middle-content .product-brand-logo>img {
    padding: 1rem;
    padding-left: 0;
}

.product-page-tab-wrapper {
    background: #F9F9F9;
    width: 100%;
    padding-top: 4rem;
    padding-bottom: 1rem;
    /* margin-bottom: 1rem; */
}

.product-page-tab-wrapper .product-page-tab-container {
    background: #ffff;
    padding: 2rem;
    margin-bottom: 4rem;
}

.product-page-tab-header {
    width: 100%;
}

.product-page-tab-header>ul {
    padding-left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 2rem;
    margin: 0;
    height: 100%;
    /* padding-bottom: .7rem; */
    border-bottom: 1px solid #ddd;
    height: 40px;
}

.product-page-tab-header>ul>li {
    /* height: 100%; */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.product-page-tab-header>ul>li>div {}

.product-page-tab-header>ul>li>div>span {
    font-size: 17px;
}

.product-page-tab-header>ul>li.active-tab {
    border-bottom: 3px solid #f15927;
}

.product-page-tab-header>ul>li.active-tab::after {
    content: "";
    /* width: 100px; */
    /* height: 2px; */
    /* background: #f15927; */
    /* position: absolute; */
    /* bottom: -9px; */
}

.product-page-tab-header>ul>li.active-tab::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 5px;
    border-radius: 35px;
    background: #f15927;
    bottom: -6px;
    right: 43%;
    z-index: 99;
}

div#get-together-section {
    /* background: #fff; */
}

.get-together-content {
    display: flex;
    padding: 1rem;
    padding-top: 2rem;
}

.product-page-tab-wrapper .product-page-tab-container main#content-tabs>div:not(:nth-child(2)) {
    padding: 2rem;
    display: flex;
    justify-content: center;
}

.product-page-tab-wrapper .product-page-tab-container main#content-tabs>div .get-together-content {
    display: flex;
    width: 90%;
    justify-content: space-between;
}

.get-together-content .get-together-content-left {
    width: 80%;
    display: flex;
    flex-direction: column;
}

.get-together-content .get-together-content-left .get-together-wrapper {
    display: flex;
    gap: 3rem;
    margin-bottom: 3rem;
}

.get-together-content .get-together-content-left .get-together-wrapper .product-wrap {
    background: #fff;
    width: 20%;
    position: relative;
}

.get-together-content .get-together-content-left .get-together-wrapper .product-wrap .product-item>div {
    padding: 1rem 1rem 0 1rem;
}

.get-together-content .get-together-content-left .get-together-wrapper .product-wrap .product-item .product-category-title>a {
    font-size: 10px;
    color: #A3A3A3;
    font-weight: 600 !important;
}

.get-together-content .get-together-content-left .get-together-wrapper .product-wrap .product-item {}

.get-together-content .get-together-content-left .get-together-wrapper .product-wrap .product-item .product-name {
    margin: 0;
    min-height: auto;
}

.get-together-content .get-together-content-left .get-together-wrapper .product-wrap .product-item .product-name>a {
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #0077d0;
    font-weight: 700;
}

.get-together-content .get-together-content-left .get-together-wrapper .product-wrap .product-item .product-price-and-cart {
    padding-top: 0;
}

.get-together-content .get-together-content-left .get-together-wrapper .product-wrap .product-item .product-price-and-cart span.price-new {
    color: #000;
    font-weight: 600;
}

.get-together-content .get-together-content-left .get-together-wrapper .product-wrap .product-item .product-price-and-cart span.price-old {
    font-size: 12px;
    color: #000;
    text-decoration: unset;
}

.get-together-content .get-together-content-left .get-together-wrapper .product-wrap .product-item .product-price-and-cart p.price {
    height: 35px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.get-together-content .get-together-content-left .get-together-wrapper .product-wrap .product-item .product-image {
    padding-bottom: 1rem;
    /* height: 110px; */
}

.get-together-content .get-together-content-left .get-together-wrapper .product-wrap .product-item .product-price-and-cart .new-sale-price {
    color: #f15927 !important;
}

.get-together-checkbox label>a {
    color: #1877d0;
    text-decoration: underline;
}

label.vehicle1>a {
    color: #646464;
    text-decoration: unset;
}

label.vehicle1>a span:nth-child(1) {
    font-weight: 700;
    color: #646464;
}

.get-together-checkbox label>span {
    color: #f15927;
}

label.vehicle1>a>span:nth-child(2) {
    color: #f15927;
    font-weight: 600;
}


.get-together-checkbox label {
    margin-left: .5rem;
}


.get-together-content .get-together-content-left .get-together-wrapper .product-wrap:not(:last-child)::after {
    content: "";
    height: 86%;
    width: 0.5px;
    background: #EAEAEA;
    position: absolute;
    right: -10px;
    top: 6%;
}

.get-together-content .get-together-content-left .get-together-wrapper .product-wrap:not(:last-child)::before {
    content: "\f067";
    font-family: 'Font Awesome 5 Pro';
    height: 35px;
    width: 35px;
    position: absolute;
    right: -28px;
    top: 43%;
    border: 1px solid #EAEAEA;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    color: #000;
}

.get-together-content .get-together-content-right {
    height: fit-content;
    width: 20%;
}

.get-together-content .get-together-content-right .get-together-total-addcart {
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
}

.get-together-content .get-together-content-right .get-together-total-addcart .get-together-total-price {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
}

.get-together-content .get-together-content-right .get-together-total-addcart .get-together-total-price>span:nth-child(1) {
    font-size: 30px;
    color: #f15927;
    font-weight: 600;
}

.get-together-content .get-together-content-right .get-together-total-addcart .get-together-total-price>span:nth-child(2) {
    font-size: 14px;
}

.get-together-content .get-together-content-right .get-together-total-addcart .get-together-add-cart>button {
    padding: 1.2rem;
    background: #f15927;
    border: none;
    border-radius: 30px;
    width: 85%;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

div#specifications-section {}

div#specifications-section div#tab-specification {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 3rem;
}

div#specifications-section div#tab-specification span.specification-header {
    font-size: 22px;
    color: #000;
    margin-bottom: 2rem;
}

div#specifications-section div#tab-specification ul.attrCont {
    padding-left: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 1rem;
}

div#specifications-section div#tab-specification ul.attrCont>li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 1rem;
}

div#specifications-section div#tab-specification ul.attrCont>li>span {
    width: 50%;
    font-size: 13px;
    color: #000;
}

div#specifications-section div#tab-specification ul.attrCont>li:not(:last-child) {
    border-bottom: 1px solid #eee;
}

div#specifications-section div#tab-specification ul.attrCont>li span.attrNameText {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    padding-left: 1rem;
}

.product-information-card .product-color-content .option-container {
    max-height: unset !important;
    margin-top: 0;
    border: none;
    padding: 0;
}

.product-information-card .product-wishlist-add>button>i {
    margin-right: .5rem;
}

.product-information-card .product-wishlist-add button.btn-wishlist {
    background: none;
    line-height: unset !important;
    font-size: 12px !important;
}

.product-information-card .product-price-content>span {
    margin-right: 0;
    font-size: 28px;
    color: #333E48;
    font-weight: 700;
    display: flex;
    width: 75%;
}

.product-no-stock>button {
    color: #f15927 !important;
}

.product-cart-buttons {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.product-tab-content {
    padding: 2rem;
}

/*product-page-end*/

/*product-reviews*/
.tab-rating-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.tab-rating-container .tab-review-product-name {}

.tab-rating-container .tab-review-product-name>span {
    font-size: 18px;
    font-weight: 800;
}

.tab-rating-container {
    display: flex;
    width: 100%;
    /* align-items: center; */
    justify-content: center;
    /* align-items: center; */
    margin-top: 2rem;
    flex-direction: column;
    position: relative;
    padding-bottom: 30px;
}

.tab-rating-container::before {
    content: "";
    background: #f5f5f5;
    width: calc(100% + 60px);
    height: 1px;
    position: absolute;
    bottom: 0;
    left: -30px;
}

.tab-rating-container .rating-top {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    align-items: center;
    /* margin-top: 2rem; */
}

.tab-rating-container .rating-content {
    width: 75%;
    display: flex;
    flex-direction: column;
    margin-right: 1rem;
}

.tab-rating-container .rating-result {
    width: 25%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    height: 180px;
    margin-bottom: 1rem;
}

.product-rating-container .tab-rating-container .rating-content .rating-item {
    display: flex;
    width: 95%;
    align-items: center;
    margin-bottom: 1rem;
}

.rating-stars-wrapper {
    display: flex;
    width: 100%;
}

.rating-stars-wrapper .rating-stars {
    width: 20%;
    display: flex;
    align-items: center;
    margin-right: 0.5rem;
}

.rating-stars-wrapper .rating-info {
    width: 20%;
    display: flex;
    font-size: 15px;
    align-items: center;
}

.rating-stars-wrapper .rating-stars>svg {
    font-size: 23px;
}


.tab-rating-container .rating-content .rating-item .rating-stars-wrapper .rating-info>span {
    color: #c8c8c8;
}


.tab-rating-container .rating-content .rating-item .rating-stars-wrapper .rating-progress {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.tab-rating-container .rating-content .rating-item .rating-stars-wrapper .rating-progress .progress {
    width: 100%;
    background: #f5f5f5;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
}


.tab-rating-container .rating-content .rating-item .rating-stars-wrapper .rating-progress .progress .progress-bar {
    background: #ffb928;
}


.tab-rating-container .rating-result .rating-result-title {}


.tab-rating-container .rating-result .rating-result-title>span {
    font-size: 20px;
}


.tab-rating-container .rating-result .rating-result-stars-wrap {}


.tab-rating-container .rating-result .rating-result-stars-wrap .result-rating--stars {
    margin: 10px 0;
}


.tab-rating-container .rating-result .rating-result-stars-wrap .result-rating--stars>i {
    font-size: 20px;
}


.tab-rating-container .rating-result .rating-result-rating {
    font-size: 17px;
}

.input-rating label::before {
    margin-right: 5px;
    content: "\F588";
    font-family: "bootstrap-icons";
    display: inline-block;
    font-size: 22px;
    color: #ccc;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.input-rating input {
    border: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    opacity: 0;
}

.input-rating {
    display: flex;
    position: relative;
    display: inline-block;
    border: 0;
    margin-left: 20px;
}

.input-rating label {
    position: relative;
    float: right;
    color: #c8c8c8;
    cursor: pointer;
    display: flex;
    align-items: center;
    left: -5px;
}

.rating-new-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
}

.rating-new-area .new-area-top {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.rating-new-area .new-area-top .new-area-text {
    margin-right: 1rem;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #646464;
}

.rating-new-area .new-area-top .new-area-rating {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rating-new {
    display: none;
    padding: 30px 0;
    position: relative;
}

.rating-new::before {
    content: "";
    background: #f5f5f5;
    width: calc(100% + 60px);
    height: 1px;
    position: absolute;
    bottom: 0;
    left: -30px;
}

.rating-new-title {
    font-size: 20px;
    font-weight: 700;
    color: #323232;
    margin-bottom: 25px;
}

.tab-rating-container::before {
    content: "";
    background: #f5f5f5;
    width: calc(100% + 60px);
    height: 1px;
    position: absolute;
    bottom: 0;
    left: -30px;
}

.input-rating input:checked~label:before {
    color: #ffc107;
    content: "\F586";
}

.input-rating label:hover:before {
    color: #ffc107;
    content: "\F586";
}

.wrating-review {
    display: flex;
    flex-direction: column;
}

.wrating-review>input {
    font-size: 14px !important;
    color: #555 !important;
    padding: 0 20px;
}

.wrating-review>textarea {
    padding: 20px;
    border: 0;
    border-radius: 5px;
    max-width: 790px;
    min-height: 150px;
    resize: vertical;
    margin-top: 25px;
    background: #f5f5f5;
    font-size: 16px !important;
}

.rating-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.rating-actions .rating-buttons {
    display: flex;
}

.rating-actions .rating-buttons .rating-button {
    padding: 0 25px;
    height: 45px;
    line-height: 45px;
    border: 0;
    border-radius: 5px;
    display: flex;
    align-items: center;
    background: #f5882a;
    color: #fff;
    font-weight: 800;
    font-size: 16px;
}

.rating-actions .rating-buttons .rating-button>i {
    margin-right: 0.5rem;
}


.tab-rating-container .rating-content .rating-item .rating-stars-wrapper .rating-stars>i:not(:last-child) {
    margin-right: 0.3rem;
}

.input-rating label:hover~label:after {
    color: #ffdb70;
}

.input-rating label:hover~label:before {
    color: #ffdb70;
    content: "\F586";
}

.rating-send {
    width: 100%;
}

.rating-send .buttons {}

.rating-send .buttons .pull-right {
    display: flex;
    width: 100%;
    justify-content: end;
}

.rating-send .buttons .pull-right>button {
    border: 0;
    border-radius: 5px;
    padding: 0 60px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    font-weight: 700;
    background: #f5882a !important;
    border: 1px solid #f5882a !important;
    border-radius: 5px !important;
}

.rating-send .buttons .pull-right>button:hover {
    background: #fff !important;
    color: #8d4a32 !important;
}

.product-tab-comments {
    display: flex;
    width: 100%;
}

.product-tab-comments .product-tab-comments--list {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 1rem;
}

.product-tab-comments .product-tab-comments--list .product-tab-comment {
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
}

.product-tab-comments .product-tab-comments--list .product-tab-comment .product-tab-comment--inner {
    display: flex;
    flex-direction: column;
    width: 75%;
}

.product-tab-comments .product-tab-comments--list .product-tab-comment .product-tab-comment--inner .product-tab-comment__head {
    display: flex;
    align-items: center;
    width: 100%;
}

.product-tab-comments .product-tab-comments--list .product-tab-comment .product-tab-comment--inner .product-tab-comment__head .product-tab-comment__meta {
    flex: 1;
    display: flex;
    width: 100%;
    height: 55px;
    align-items: center;
    justify-content: space-between;
}

.product-tab-comments .product-tab-comments--list .product-tab-comment .product-tab-comment--inner .product-tab-comment__head .product-tab-comment__meta .product-tab-comment__metadata {
    font-size: 15px;
}

.product-tab-comments .product-tab-comments--list .product-tab-comment .product-tab-comment--inner .product-tab-comment__head .product-tab-comment__meta .product-tab-comment__metadata>span {
    font-weight: 800;
}

.product-tab-comments .product-tab-comments--list .product-tab-comment .product-tab-comment--inner .product-tab-comment__bottom {
    margin-left: 20px;
}

.product-tab-comments .product-tab-comments--list .product-tab-comment .product-tab-comment--inner .product-tab-comment__bottom .product-tab-comment__text {
    border-radius: 5px;
    padding: 20px;
    line-height: 1.4;
    background: #f5f5f5;
    color: #646464;
    font-size: 15px;
}

.product-tab-comments .product-tab-comments--list .product-tab-comment .product-tab-comment--inner .product-tab-comment__head .product-tab-comment__meta .rating-stars-wrapper {
    width: auto;
}

.product-tab-comments .product-tab-comments--list .product-tab-comment .product-tab-comment--inner .product-tab-comment__head .product-tab-comment__meta .rating-stars-wrapper .rating-stars>i:not(:last-child) {
    margin-right: 0.3rem;
}

.product-tab-comments .product-tab-comments--list .product-tab-comment .product-tab-comment--inner .product-tab-comment__head .product-tab-comment__meta .rating-stars-wrapper .rating-stars>i {
    font-size: 20px;
}

.rating-new>span {
    color: #4c4c4c;
    font-size: 16px;
    font-weight: 200;
}

.tab-rating-container {
    display: flex;
    width: 100%;
    /* align-items: center; */
    justify-content: center;
    /* align-items: center; */
    margin-top: 2rem;
    flex-direction: column;
    position: relative;
    padding-bottom: 30px;
}

.tab-rating-container .rating-top {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    align-items: center;
}

.tab-rating-container .rating-top .rating-content {
    width: 75%;
    display: flex;
    flex-direction: column;
    margin-right: 1rem;
}

.tab-rating-container .rating-top .rating-content .rating-item {
    display: flex;
    width: 95%;
    align-items: center;
    margin-bottom: 1rem;
}

/*product-reviews-end*/

/*category-page*/

.category-page-container .category-left-content .bf-form {
    height: 500px;
    overflow: auto;
}

.category-page-container {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding-top: 1rem;
}

.category-page-container .category-left-content {
    width: calc(20% - 1rem);
    display: flex;
}

.category-page-container .category-right-content {
    width: calc(80% - 1rem);
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.category-right-top-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 1rem;
}

.category-right-top-wrap {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}



.category-page-title {}

.category-page-title>span {
    font-size: 19px;
    color: #000;
}

.category-numbers-text>span {
    font-size: 13px;
}

.category-right-filter-sort {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    background: #F5F5F5;
    padding: .5rem 1.5rem;
    border-radius: 11px;
}

.category-right-filter-sort .grid-buttons {
    display: flex;
    gap: 1rem;
}

.category-right-filter-sort .grid-buttons>button {
    background: none;
    border: none;
    padding: 0;
    color: #D6DBE1;
}

.category-right-filter-sort .grid-buttons>button>i {
    font-size: 16px;
}

.category-right-filter-sort .grid-buttons>button.active {
    color: #575560;
}


.category-right-filter-sort .sort-wrapper .category-select {
    height: auto !important;
    padding: .25rem 0.75rem;
    padding-left: .8rem;
    width: 200px;
    border-radius: 17px !important;
}

.category-right-filter-sort .sort-wrapper .category-select {
    border: 1px solid #e1e1e1;
    box-shadow: none;
    font-size: 12px;
}

.category-page-container::before {
    display: none;
}

.category-page-container::after {
    display: none;
}

.category-pagination-top {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: 13px;
    display: none;
}

.category-pagination-top>input {
    width: 44px;
    height: 30px;
    border-radius: 12px;
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    /* text-align: center; */
    padding-left: 1rem !important;
}

.category-pagination-top>i {
    font-size: 15px;
    color: #A0A0A0;
}

.category-right-bottom-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.category-right-bottom-wrapper .product-wrap {
    background: #fff;
    position: relative;
    width: calc(20% - 1rem);
    height: 315px;
}

.category-right-bottom-wrapper .product-wrap .product-item {
    cursor: pointer;
    padding: 1rem;
}

.category-right-bottom-wrapper .product-wrap:only-child:hover .product-item {
    position: unset;
}

.category-right-bottom-wrapper .product-wrap .product-item .product-name {
    margin: 0;
    min-height: auto;
}

.category-right-bottom-wrapper .product-wrap .product-item .product-name>a {
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #0077d0;
    font-weight: 700;
}

.category-right-bottom-wrapper .product-wrap .product-item .product-image {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin: 1rem 0; */
    padding-bottom: 1rem !important;
    padding-top: 1rem;
}

.category-right-bottom-wrapper .product-wrap .product-item>div {
    /* padding: 1rem 1rem 0 1rem; */
}

.category-right-bottom-wrapper .product-wrap .product-item .product-image>a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-right-bottom-wrapper .product-wrap .product-item .product-image>a>img {
    width: 100%;
}

.category-right-bottom-wrapper .product-wrap .product-item .product-price-and-cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1rem !important;
}

.category-right-bottom-wrapper .product-wrap .product-item .product-price-and-cart p.price {
    color: #38434D;
}


.category-right-bottom-wrapper .product-wrap .product-item .product-price-and-cart p.price span.price-old {
    font-size: 11px;
    text-decoration: unset;
}

.category-right-bottom-wrapper .product-wrap .product-item .product-price-and-cart p.price span.price-new {
    font-size: 15px;
}

.category-right-bottom-wrapper .product-wrap .product-item .product-price-and-cart .product-cart>button {
    background: #0077d0;
    border: none;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-right-bottom-wrapper .product-wrap .product-item .product-reviews {
    position: unset;
    display: none;
    opacity: 1;
    visibility: visible;
    margin: 0;
    padding: 0 !important;
    border-top: 1px solid #ddd;
    padding-top: 1rem !important;
}

.category-right-bottom-wrapper .product-wrap:hover .product-item .product-reviews {
    display: flex;
    justify-content: center;
    align-items: center;
}

.category-right-bottom-wrapper .product-wrap .product-item .product-reviews .product-review-read {
    color: #f15927;
    /* padding-top: 0.8rem; */
    font-weight: 600;
}

.category-right-bottom-wrapper .product-wrap:hover .product-item {
    position: absolute;
    width: 100%;
    height: auto;
    min-height: 100%;
    box-shadow: 0px 0px 6px 0px rgba(1, 1, 1, 0.3);
    background-color: #fff;
    z-index: 1;
    /* padding: 1rem; */
    left: 0;
}

.category-right-filter-sort .sort-wrapper .category-order-select {
    height: auto !important;
    padding: 0.5rem 1.5rem;
    padding-left: 0.8rem;
    width: 100px;
    border-radius: 17px !important;
    border: 1px solid #e1e1e1;
}

.category-right-bottom-wrapper .product-wrap::after {
    content: "";
    height: 86%;
    width: 0.5px;
    background: #EAEAEA;
    position: absolute;
    right: 0;
    top: 0;
}

/*product-grid-list*/
.product-grid-list {
    flex-wrap: wrap;
    display: none;
}

.product-grid-list .product-wrap {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #ddd;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.product-grid-list .product-wrap .product-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.product-grid-list .product-wrap .product-item .product-image {
    width: 13%;
}

.product-grid-list-information {
    width: 56%;
    display: flex;
    flex-direction: column;
}

.product-grid-list .product-wrap .product-item .product-price-and-cart {
    width: 30%;
    display: flex;
    flex-wrap: wrap;
    height: fit-content;
}

.product-grid-list-information .product-reviews {
    position: unset !important;
    opacity: 1;
    visibility: visible;
    margin: 0;
    padding: 0;
}

.product-grid-list-information .product-name {
    min-height: auto !important;
    margin: 0;
    display: flex;
    width: 80%;
}

.product-grid-list-information div {
    padding: 1rem 1rem 0 1rem;
    text-wrap: nowrap;
}

.product-grid-list-information .product-category-title>a {
    font-size: 10px;
    color: #A3A3A3;
    font-weight: 600 !important;
}

.product-grid-list-information .product-name>a {
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #0077d0;
    font-weight: 700;
}

.product-grid-list-information .product-reviews .productrating>i:not(:nth-child(4)) {
    color: #FFC107;
}

.product-grid-list .product-wrap .product-item .product-price-and-cart .product-price {
    width: 50%;
}

.product-grid-list .product-wrap .product-item .product-price-and-cart .product-cart {
    width: 50%;
    display: flex;
    align-items: end;
    justify-content: end;
    flex-direction: column;
    gap: 1rem;
}

.product-grid-list .product-wrap .product-item .product-price-and-cart .product-cart>button {
    background: #0077d0;
    border: none;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    color: #fff;
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-grid-list .product-wrap .product-item .product-price-and-cart .product-price p.price {
    font-size: 18px;
    font-weight: 700;
}

.product-grid-list .product-wrap .product-item .product-price-and-cart .product-price p.price span.price-new {
    font-size: 18px;
    font-weight: 700;
}

/*product-grid-list-end*/
.category-page-container .category-left-content #column-left {
    width: 100%;
    padding: 0;
    box-shadow: none;
    border: none !important;
}

.pagination-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.pagination-content ul.pagination {
    display: flex;
    gap: 1rem;
}

.pagination-content ul.pagination>li>a {
    border-radius: 50% !important;
    background: #fff !important;
    border: 1px solid #eee !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-content ul.pagination>li.active>span {
    border: 1px solid #eee !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
}

.pagination-content ul.pagination>li:hover>a {
    background: #eee !important;
    color: #7a7a7a !important;
}

/*brainy-filter*/
.category-page-container .category-left-content .box-heading {
    background: #fff !important;
    border: none;
    position: relative;
    border-bottom: 1px solid #DDD;
    padding-left: 0;
    font-size: 16px;
}

.category-page-container .category-left-content .bf-attr-header {
    background: #fff !important;
    color: #333E48 !important;
    font-weight: 700;
    font-size: 13px;
    padding-top: 1rem;
}

.category-page-container .category-left-content .box.bf-check-position {
    border: none;
}

.category-page-container .category-left-content .bf-attr-block:not(:last-child) {}

.category-page-container .category-left-content .bf-attr-block {
    margin-top: 2rem;
}

.category-page-container .category-left-content .bf-attr-block span.bf-cell.bf-c-3 {
    display: none;
}

.category-page-container .category-left-content .bf-attr-block span.bf-cell.bf-c-2>label {
    font-size: 13px;
    color: #333e48;
}

.category-page-container .category-left-content .bf-attr-block .bf-attr-filter {}

.category-page-container .category-left-content .bf-attr-block .bf-attr-filter .bf-cell {
    /* border: none; */
}

.ui-slider .ui-slider-handle {
    position: absolute;
    touch-action: none;
    z-index: 2;
    background: #f15927 !important;
    top: -4px;
}

.bf-slider-range {
    background: #DCDCDC !important;
    width: 100% !important;
    position: relative;
}

.bf-price-slider-container {
    padding-right: 0;
}

.category-page-container .category-left-content .bf-attr-block:not(:first-child) .bf-attr-header {
    padding-top: 1rem;
}

.category-page-container .category-left-content .bf-price-filter .bf-attr-header {
    padding-top: 0 !important;
}

.category-page-container .category-left-content .box-heading::before {
    content: " ";
    position: absolute;
    width: 30%;
    height: 1.5px;
    background: #f15927;
    left: 0;
    bottom: -1px;
}

/*brainy-filter-end*/

/*category-module*/
.category-module-left {
    display: flex;
    flex-direction: column;
    /* padding: 2rem; */
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    margin-bottom: 2rem;
    border-radius: 5px;
}

.category-module-left>div>ul {
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.category-module-left>div {
    display: flex;
    flex-direction: column;
}

.category-module-bottom-content {
    padding: 2rem;
    padding-top: 1.5rem;
}

ul.category-module-all-categories {
    padding: 2rem;
    padding-left: 3rem !important;
    margin-bottom: 0;
    display: none !important;
}

ul.active-all-categories {
    display: flex !important;
}

.category-module-top-content {
    margin-top: 1rem;
}

.category-module-top-content>span {
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding: 1rem 2rem;
    color: #000;
    font-size: 13px;
    cursor: pointer;
}

.category-module-bottom-content span.category-module-bottom-content-header {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #ddd;
    font-weight: 700;
    color: #000;
    font-size: 13px;
}

.category-module-bottom-content>ul {
    padding-top: 1.5rem;
}

/*category-module-end*/

.bf-panel-wrapper.bf-left.bf-layout-id-11 {
    width: 100%;
}

.bf-buttonclear-box {
    display: none;
}

.category-description>span {
    font-size: 16px;
    line-height: 1.5rem;
}

.category-description {
    margin-top: 2rem;
}

/*category-page-end*/

.imgtoc ul li a {

    font-size: 14px;
}

ul.megamenu li .sub-menu .content .hover-menu a:before {
    content: none !important;
}

.fa-angle-right {
    margin-top: 2rem;
}

.header-top-container .header-top-left .header-top-left-start span {
    text-align: center;
}