html {
    scroll-behavior: smooth
}

body {
    background-color: #f2f2f2
}

.form-control:focus {
    border-color: #ccc;
    outline: 0;
    box-shadow: none
}

.btn:focus {
    outline: 0;
    box-shadow: none
}

body.offcanvas-active {
    overflow: hidden
}

.offcanvas-header {
    display: none
}

.screen-darken {
    height: 100%;
    width: 0%;
    z-index: 30;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(34, 34, 34, .6);
    transition: opacity .2s linear, visibility 0.2s, width 2s ease-in
}

.screen-darken.active {
    z-index: 10;
    transition: opacity .3s ease, width 0s;
    opacity: 1;
    width: 100%;
    visibility: visible
}

.top-cart-section {
    display: none
}

.navbar .megamenu {
    padding: 1rem
}

.top-header,
.main-menu,
.mobile-offcanvas {
    background-color: #000
}

.top-header {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.top-header-info:hover {
    color: #A4DE02 !important
}

.main-menu {
    padding: 7px 0 7px 0
}

#navbar_main {
    background-color: #000 !important;
    box-shadow: rgba(0, 0, 0, .19) 0 10px 20px, rgba(0, 0, 0, .23) 0 6px 6px
}

#navbar_main .nav-link {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: .25rem .5rem
}

.main-logo {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
    color: #fff
}

.main-logo img {
    padding-bottom: 3px;
    width: 105px;
    height: auto
}

.megamenu {
    background-color: #ccc;
    box-shadow: rgba(50, 50, 93, .25) 0 2px 5px -1px, rgba(0, 0, 0, .3) 0 1px 3px -1px;
    padding: 0
}

.megamenu .title {
    font-weight: 700
}

.megamenu li,
.megamenu h6 {
    margin-bottom: 10px
}

.megamenu .dropdown-menu2 li {
    margin-bottom: 0
}

.dropdown-menu2>li>a {
    display: block;
    padding: 10px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    color: #000
}

.megamenu a {
    text-decoration: none;
    color: #000;
    font-size: 13px
}

.megamenu .dropdown-toggle {
    display: inline-block
}

.circle-font {
    background-color: transparent;
    border: 1px solid #fff;
    height: 20px;
    border-radius: 50%;
    width: 20px
}

.top-menu-section i {
    font-size: 20px;
    margin-right: 5px;
    cursor: pointer
}

.search-btn {
    background-color: #72BF44;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.search-input {
    height: 40px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: #FFF;
    overflow: hidden
}

.bc img {
    width: 55px;
    height: 15px
}

.bc .nav-link {
    border: 1px solid #edebeb
}

.home-main-slides {
    visibility: hidden;
    opacity: 0;
    transition: opacity 1s
}

.home-main-slides.slick-initialized {
    visibility: visible;
    opacity: 1
}

.home-main-slides>.home-slide-items:not(:first-child) {
    display: none
}

.home-categories-slides {
    visibility: hidden;
    opacity: 0;
    transition: opacity 1s
}

.home-categories-slides.slick-initialized {
    visibility: visible;
    opacity: 1
}

.home-categories-slides .home-brand-slides {
    display: none
}

.home-categories-slides .home-brand-slides:first-child {
    display: block;
    visibility: hidden
}

.home-categories-slides.slick-initialized .home-brand-slides {
    display: block;
    visibility: visible !important
}

.recent-view-slides {
    visibility: hidden;
    opacity: 0;
    transition: opacity 1s
}

.recent-view-slides.slick-initialized {
    visibility: visible;
    opacity: 1
}

.recent-view-slides .recentlty-viewed-item {
    display: none
}

.recent-view-slides .recentlty-viewed-item:first-child {
    display: block;
    visibility: hidden
}

.recent-view-slides.slick-initialized .recentlty-viewed-item {
    display: block;
    visibility: visible !important
}

.slick-prev:before,
.slick-next:before {
    color: #000
}

.home-header-text {
    font-size: 20px;
    font-weight: 700
}

.home-header-text span {
    background-color: #000;
    padding: 2px 40px 2px 8px;
    color: #fff;
    clip-path: polygon(0 0, 85% 0, 95% 100%, 0% 100%)
}

.home-header-line {
    border-bottom: 2px solid #000;
    margin-top: -7px
}

.sp-text {
    font-weight: 700;
    margin: 0;
    padding: 0;
    font-size: 14px
}

.sp-text-link {
    font-weight: 700;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: black;
    text-decoration: none
}

.product-home-card .card-text {
    font-size: 13px;
    flex: 1 1 auto
}

.product-home-card .product-head-title {
    text-decoration: none;
    color: #000;
    font-size: 13px
}

.product-home-card .card-text a {
    text-decoration: none;
    color: #000
}

.product-home-card .card {
    margin: 5px;
    border: none;
    transition: box-shadow 0.5s;
    cursor: pointer
}

.product-home-card .card .image-box {
    background: #fff;
    overflow: hidden;
    margin: auto;
    text-align: center
}

.slick-slide img {
    margin: auto
}

.slick-dots {
    background-color: #fff !important
}

.home-main-slides.slick-dotted.slick-slider {
    position: unset !important;
    margin-bottom: 0
}

.home-main-slides>.slick-dots {
    position: unset;
    height: 10px
}

.home-main-slides>.slick-list {
    background-color: #fff
}

.home-main-slides>.slick-dots li {
    bottom: 12px
}

.product-home-card .card .card-img-top {
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -o-transition: all .9s ease;
    -ms-transition: all .9s ease;
    transition: all .9s ease;
    width: 100%;
    height: auto
}

.product-home-card .card:hover {
    box-shadow: 0 0 6px 2px rgb(33 33 33 / 20%)
}

.product-home-card .card:hover .card-img-top {
    transform: scale(1.15)
}

.card-buttons button:hover,
.card-buttons a:hover {
    background-color: #404040
}

.card-buttons button:hover i {
    color: #fff
}

.card-buttons {
    opacity: 0;
    transition: all 0.5s;
    position: absolute;
    right: 10px;
    top: 12%
}

.card-buttons button,
.card-buttons a {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin-bottom: 5px
}

.card-buttons button i {
    color: #000
}

.card-buttons a i {
    color: #000
}

.product-home-card .card:hover .card-buttons {
    opacity: 1
}

.slick-track {
    display: flex;
    align-items: flex-start
}

.slick-slide .card-body {
    height: 100px
}

.slick-slide .card-text {
    flex: 0 0 auto
}

.home-brand-slides {
    display: flex !important;
    flex-direction: column;
    text-align: center;
    border: 1px solid #e9e9e9;
    justify-content: center
}

.home-brand-image {
    display: flex;
    height: 50px
}

.seo-footer {
    background-color: #Fff;
    padding-top: 20px;
    padding-bottom: 20px
}

.seo-footer h1,
.seo-footer h2 {
    font-size: 18px;
    font-weight: 700;
    color: #000
}

.seo-footer h3,
.seo-footer h4 {
    font-size: 16px;
    font-weight: 700;
    color: #000
}

.seo-footer h1 span,
.seo-footer h2 span,
.seo-footer h3 span,
.seo-footer h4 span {
    font-size: inherit !important;
    font-weight: 700 !important;
    color: #000 !important;
    font-family: system-ui !important;
}

.seo-footer th {
    font-weight: 700;
    color: #000
}

.seo-footer td a {
    font-weight: bold !important
}

.seo-footer p,
.seo-footer p span {
    font-size: 13px !important;
    text-align: justify !important;
    color: #000 !important;
    line-height: 22px !important;
    font-family: system-ui !important;
}

.seo-footer ul li {
    color: #000 !important;
    font-size: 13px !important;
    line-height: 22px;
}

.seo-footer img {
    width: 100% !important;
    height: auto !important
}

.seo-footer table {
    margin: auto;
    width: 100%
}

.seo-footer table,
.seo-footer tr,
.seo-footer th,
.seo-footer td {
    border: 1px solid #ccc;
    font-weight: bold;
}

.seo-footer a {
    text-decoration: none;
    font-size: 13px;
    color: #4bb1db;
    font-weight: 700
}

.seo-footer a:hover {
    text-decoration: underline;
    font-size: 13px;
    color: skyblue
}

.seo-footer .responsive-iframe {
    top: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    border: none;
    min-height: 450px
}

.seo-footer .list-thumb {
    width: 100px !important
}

.branch-table {
    width: 100%
}

.branch-with-border {
    color: #000;
    border: 1px solid #000;
    padding: 5px;
    text-align: left !important;
    height: 100%;
    font-size: 13px;
    overflow: auto;
}

.branch-name {
    font-weight: 700
}

.main-footer {
    background: #000;
    padding: 30px 0 30px 0
}

.main-footer .footer-info {
    margin-bottom: 30px
}

.main-footer .social-links a {
    font-size: 13px;
    display: inline-block;
    background: #545454;
    color: #fff;
    line-height: 1;
    padding: 7px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 25px;
    height: 25px;
    transition: 0.3s
}

.main-footer .social-links a:hover {
    background: #72BF44;
    color: #fff;
    text-decoration: none
}

.footer-logo {
    width: 105px;
    height: auto
}

.extra-border1 {
    border-right: 1px solid #fff;
}

.extra-border2 {
    border-right: 1px solid #fff;
}

.main-footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.main-footer .footer-links ul i {
    padding-right: 2px;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    display: none
}

.main-footer .footer-links ul li {
    padding: 5px 0;
    display: flex;
    align-items: center
}

.main-footer .footer-links ul li:first-child {
    padding-top: 0
}

.main-footer .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
    text-decoration: none;
    font-size: 14px
}

.main-footer .footer-links ul a:hover {
    color: #72BF44;
    text-decoration: underline
}

.main-footer .footer-contact p {
    color: #fff;
    font-size: 15px
}

.main-footer .copyright {
    text-align: center;
    padding-top: 30px;
    color: rgb(82, 82, 82);
    font-weight: 700;
    font-size: 12px
}

.main-footer .ws-color {
    color: #72BF44
}

.call-center-footer {
    background-color: #fff;
    margin-top: 30px;
    padding: 10px;
    border-radius: 20px
}

.call-center-footer .row {
    align-items: center
}

.call-center-footer i {
    color: #72BF44;
    font-size: 40px
}

.call-center-footer a {
    text-decoration: none;
    text-align: center
}

.category-section {
    background-color: #Fff;
    padding: 10px 20px 10px 20px
}

.category-section ul {
    padding-left: 0
}

.featured-text h1 {
    font-weight: 900;
    font-size: 30px
}

.category-row {
    display: flex;
    justify-content: space-between
}

.category-row a {
    font-weight: 700;
    text-decoration: none;
    color: #000
}

.see-cat-link a {
    color: #72BF44;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px
}

.category-row img {
    width: 60px
}

.see-all-link {
    display: flex;
    justify-content: flex-end;
    font-size: 13px
}

.see-all-link a {
    text-decoration: none;
    color: #000
}

.see-all-link:hover {
    text-decoration: underline
}

.recent-view-section .card-body,
.collection-section .card-body {
    padding: .5rem .5rem;
    display: flex;
    flex-direction: column
}

.side_view {
    display: flex;
    flex-direction: column
}

.side_view img {
    width: 70px;
    border: 1px solid #f5eded;
    margin-bottom: 5px;
    margin-top: 5px
}

.modal-product-img {
    display: flex;
    align-items: center;
    justify-content: center
}

.modal-product-img #xzoom-default {
    border: 1px solid #f5eded;
    margin-left: 10px;
    width: 80% !important;
    box-shadow: none
}

.product_content {
    background-color: #fff;
    padding: 10px
}

.product_content h2 {
    font-size: 20px
}

.product_content p {
    font-size: 14px
}

.rating {
    padding-bottom: 5px
}

.rating .stars {
    color: #72BF44;
    font-size: 12px
}

.rating .review-text {
    color: rgb(145, 145, 145);
    font-size: 12px
}

.price-block {
    display: flex
}

.rp-block {
    background-color: #F2F2F2;
    padding: 5px 5px;
    margin-right: 10px;
    font-size: 14px;
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap
}

.rp-block-modify {
    background-color: #F2F2F2;
    padding: 5px 10px;
    margin-right: 10px;
    font-size: 14px;
    text-align: center
}

.rp-block i,
.rp-block-modify i {
    color: #A0A0A0
}

.sp-block {
    font-weight: 700
}

.available-btn button {
    background-color: #72BF44;
    color: #fff;
    border: none;
    font-weight: 700;
    padding: 2px 10px;
    margin-top: 10px;
    margin-bottom: 20px
}

.overview h4 {
    font-weight: 700;
    font-size: 18px
}

.overview p {
    padding: 0;
    margin: 0;
    font-weight: 300
}

.ds-close-btn {
    position: relative;
    top: -18px;
    left: 8px;
    width: 3px;
    height: 3px
}

.mb-close-btn {
    width: 3px;
    height: 3px
}

.category-pagination-section {
    margin-top: 10px
}

.category-pagination-section .card-body {
    padding: .2rem 1rem
}

.category-pagination-section a {
    padding: .2rem .2rem;
    text-decoration: none;
    color: #000;
    font-size: 14px
}

.product-category-card .card-text {
    font-size: 13px;
    font-weight: 700;
    text-align: left
}

.product-category-card .card-body {
    padding: .2rem .7rem;
    display: flex;
    flex-direction: column
}

.short-desc-attr {
    flex: 1 1 auto
}

.pr-text {
    padding: 0;
    margin: 0;
    font-size: 14px
}

.cat-sp-text {
    font-weight: 700
}

.cat-emi-text-2 {
    font-size: 12px;
    margin-bottom: 0
}

.cart-btn {
    background-color: #F2F2F2;
    padding: 0
}

.cart-btn i {
    color: #a0a0a0
}

.category-product-brand-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px
}

.category-product-brand-logo img {
    width: auto;
    max-width: 200px;
    height: 20px
}

.category-title-sort-view {
    align-items: center;
    padding: 5px;
    margin: 0 -8px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.filter-col {
    margin-right: -7px
}

.category-title h1 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0
}

.found-text {
    font-size: 12px;
    margin-bottom: 0;
    color: rgb(134, 133, 133)
}

.sort-section label {
    font-size: 13px
}

.sort-by-text {
    width: 30%
}

.btn-grid,
.btn-list {
    padding: 0 10px;
    color: #a0a0a0;
    cursor: pointer
}

.btn-grid:hover,
.btn-list:hover {
    color: #000
}

.layout-btn.active {
    color: #000
}

.brand-img {
    padding: 5px;
    border: 1px solid #F2F2F2;
    height: auto;
    min-height: 30px;
    display: flex;
    justify-content: center
}

.brand-img a {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-decoration: none;
    color: #000;
    padding: 0 5px
}

.brand-img img {
    width: auto;
    max-width: 50px;
    max-height: 18px
}

.desktop-cart-btn .cart-btn {
    background-color: #d7d7d7;
    color: #000;
    border-radius: 0;
    font-weight: 700;
    border: 1px solid #c5c5c5
}

.brand-showcase {
    background-color: #fff
}

.list-view .row>[class*=col-] {
    max-width: 100%;
    flex: 0 0 100%
}

.list-view .card {
    flex-direction: row
}

.list-view .card>.card-img-top {
    width: auto
}

.list-view .card .card-body {
    display: inline-block
}

.list-view .category-product-brand-logo {
    display: none
}

.list-view .desktop-cart-btn {
    display: none !important
}

.grid-view-category .grid-cart-btn {
    display: none
}

.grid-view-category .grid-desktop-btn {
    display: none
}

.list-view .card-body {
    text-align: left !important;
    margin: auto;
    padding-left: 30px
}

.list-view .image-box img {
    max-height: 200px;
    height: auto
}

.list-view .cmp-btn,
.list-view .fvrt-btn {
    display: none
}

.list-view .grid-view-text {
    display: none
}

.grid-mobile-btn {
    display: none
}

.list-view .card-buttons {
    display: none !important
}

.cat-cart-btn {
    background-color: #72BF44;
    color: #fff;
    font-weight: 700
}

.desktop-filter-header {
    background-color: #72BF44;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.desktop-filter-header h6 {
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    padding-left: 10px
}

.btn_reset_filter {
    color: #fff;
    padding: 10px;
    font-size: 12px;
    font-weight: 700
}

.reset_mbl {
    color: #000;
    background-color: #ccc;
    padding: 2px 8px 3px !important;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: .5rem .5rem;
    font-size: .8rem;
    font-weight: 700;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease
}

.accordion-button:focus {
    z-index: 3;
    border-color: #fff;
    outline: 0;
    box-shadow: none
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125)
}

.accordion-item:first-of-type {
    border-radius: 0
}

.accordion-item:first-of-type .accordion-button {
    border-radius: 0
}

.accordion-item:last-of-type {
    border-radius: 0
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 0
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    transform: scale(.45) !important
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e")
}

.accordion-body {
    padding: .5rem;
    font-size: 13px
}

.filter-box .items {
    display: flex;
    flex-direction: column;
    padding: 5px 5px;
    overflow: auto
}

.filter-box .items .filter {
    display: flex;
    width: 100%;
    padding: 6px;
    margin: 0 -6px;
    font-size: 14px;
    border-radius: 3px;
    cursor: pointer;
    align-items: center;
    justify-content: flex-start
}

.filter-box .items .filter input {
    margin-right: 5px;
    height: 14px;
    width: 18px;
    position: relative
}

.filter-box .items .filter span {
    display: block;
    color: #111
}

.w-category-title-sort-view {
    display: flex;
    align-items: center
}

.sort-section .bg-select {
    font-size: 13px;
    background-color: #f2f2f2
}

.range-slider {
    margin: auto;
    text-align: center;
    position: relative;
    height: 3.5em;
    margin-bottom: 5px
}

.range-slider svg,
.range-slider input[type=range] {
    position: absolute;
    left: 0;
    bottom: 0
}

.range-slider input[type=number] {
    border: 1px solid #ddd;
    text-align: center;
    font-size: .9em;
    -moz-appearance: textfield;
    width: 55px
}

.range-slider input[type=number]::-webkit-outer-spin-button,
.range-slider input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none
}

.range-slider input[type=number]:invalid,
.range-slider input[type=number]:out-of-range {
    border: 2px solid tomato
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    position: absolute;
    background: none
}

input[type=range]:focus {
    outline: none
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #2497e3
}

input[type=range]::-moz-range-thumb {
    background: #2497e3
}

input[type=range]:focus::-ms-fill-lower {
    background: #2497e3
}

input[type=range]:focus::-ms-fill-upper {
    background: #2497e3
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background: #A1D0FF;
    border-radius: 1px;
    box-shadow: none;
    border: 0
}

input[type=range]::-webkit-slider-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0 0 0 #000;
    border: 1px solid #57b9fa;
    height: 15px;
    width: 15px;
    border-radius: 25px;
    background: #c2dffc;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -7px
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    background: #2497e3;
    border-radius: 1px;
    box-shadow: none;
    border: 0
}

#range_slider_ranges_1_1::-moz-range-thumb {
    z-index: 999
}

input[type=range]::-moz-range-thumb {
    z-index: 99;
    position: relative;
    box-shadow: 0 0 0 #000;
    border: 1px solid #2497e3;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #a1d0ff;
    cursor: pointer
}

input[type=range]::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent
}

input[type=range]::-ms-fill-lower,
input[type=range]::-ms-fill-upper {
    background: #2497e3;
    border-radius: 1px;
    box-shadow: none;
    border: 0
}

input[type=range]::-ms-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0 0 0 #000;
    border: 1px solid #2497e3;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #a1d0ff;
    cursor: pointer
}

.desktop-filter-keyword .btn-keyword,
.desktop-filter-keyword .btn-special-keyword {
    border-radius: 0;
    background-color: #72BF44;
    color: #fff;
    width: 30%;
    font-size: 12px;
    padding: 0
}

.desktop-filter-keyword input {
    height: 30px;
    border-radius: 0
}

.desktop-filter-keyword input::-webkit-input-placeholder {
    font-size: 13px
}

.sort_view .modal-body {
    padding: 0
}

.sort_view .sort-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    text-align: center;
    padding-top: 10px
}

.sort_view .sort-footer .sort-footer-btn {
    padding: 4px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    border: 1px solid #f0f0f0
}

.sort_view .sort-body {
    padding: 15px
}

.sort_view .sort-header {
    padding-left: 15px;
    padding-top: 15px
}

.sort_view .sort-header p {
    margin-bottom: 0;
    font-weight: 700
}

.sort_view .modal-content {
    border-radius: 0
}

.details-btn .details-cart-btn {
    background-color: #72BF44;
    padding: 0 10px;
    color: #fff;
    font-weight: 700;
    margin-left: 5px
}

.details-btn .details-buy-now {
    background-color: #F2F2F2;
    padding: 0 10px;
    color: #000;
    font-weight: 700
}

.details-btn input[type=number] {
    width: 100px;
    text-align: center;
    border: 1px solid #ccc
}

.image-warning-text p {
    font-size: 9px;
    margin-bottom: 0
}

.details-share-section {
    padding: 10px 0
}

.details-share-section span {
    font-size: 12px
}

.details-share-section small {
    font-size: 15px;
    padding: 0 3px
}

.ph-color {
    color: #72BF44
}

.wh-color {
    color: #00D954
}

.env-color {
    color: #D42E35
}

.fb-color {
    color: #0080FF
}

.msg-color {
    color: #9536EF
}

.twt-color {
    color: #0CF
}

.print-color {
    color: #009245
}

.specification-table {
    background-color: #fff
}

.specification-table hr {
    margin: .2rem
}

.specification-table span {
    font-size: 14px
}

.nav-tabs .nav-link {
    padding: 5px 20px;
    border-radius: 0;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #000;
    font-weight: 700
}

.nav-tabs .nav-link.active {
    background-color: #000;
    color: #fff
}

.details-header-text {
    font-size: 15px;
    font-weight: 700
}

.details-header-text span {
    background-color: #000;
    padding: 2px 40px 2px 8px;
    color: #fff;
    clip-path: polygon(0 0, 85% 0, 95% 100%, 0% 100%)
}

.details-mobile-btn {
    display: flex
}

.details-mobile-btn span {
    font-size: 12px
}

.product-image-detail {
    background-color: #fff;
    padding: 10px
}

.list-view.list-view-details .card-body {
    padding-left: 10px !important
}

.list-view.list-view-details .image-box {
    text-align: center
}

.list-view.list-view-details img {
    width: 80% !important
}

.qna-body .qa {
    font-size: 14px;
    word-break: break-word;
}

.qna-body .qa-w {
    font-size: 11px
}

.question-form textarea {
    height: 150px !important
}

.hide {
    display: none
}

.clear {
    float: none;
    clear: both
}

.question-form .rating {
    text-align: center;
    padding-top: 0;
    padding-bottom: 10px;
    display: flex;
    margin-bottom: 10px;
    direction: rtl;
    justify-content: flex-end
}

.question-form .rating>label {
    float: right;
    display: inline;
    padding: 0;
    margin: 0;
    position: relative;
    width: 1.1em;
    cursor: pointer;
    color: #000;
    font-size: 25px
}

.question-form .rating>label:hover,
.question-form .rating>label:hover~label,
.question-form .rating>input.radio-btn:checked~label {
    color: transparent
}

.question-form .rating>label:hover:before,
.question-form .rating>label:hover~label:before,
.question-form .rating>input.radio-btn:checked~label:before,
.question-form .rating>input.radio-btn:checked~label:before {
    content: "\2605";
    position: absolute;
    left: 0;
    color: #72BF44
}

.customer-reviews .rating {
    padding-top: 0;
    padding-bottom: 0
}

.question-gap {
    padding: 5px
}

.buider-section .nav-link {
    font-weight: 700
}

.buider-section .nav-link:hover {
    color: #72BF44;
    cursor: pointer
}

.buider-section .nav-link.active {
    color: #72BF44
}

.builder-top-section {
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px
}

.builder-top-section .left-total-side {
    display: flex
}

.builder-top-section .left-total-side a {
    text-decoration: none;
    color: #000
}

.builder-top-section .left-total-side div {
    border: 2px solid #000;
    margin-left: 10px;
    padding: 5px 10px;
    font-weight: 700
}

.builder-top-section .center-text-side h2 {
    margin-bottom: 0;
    font-size: 25px
}

.builder-top-section .center-text-side p {
    margin-bottom: 0;
    font-size: 13px
}

.right-total-side {
    display: flex;
    justify-content: flex-end
}

.right-total-side .icon-side {
    width: 55px;
    height: 45px;
    box-shadow: 0 0 6px 2px rgb(33 33 33 / 20%);
    margin-right: 10px;
    border-radius: 10px;
    text-align: center
}

.icon-side:hover {
    cursor: pointer
}

.icon-side:hover i {
    color: #72BF44
}

.right-total-side .icon-side i {
    font-size: 20px;
    margin-top: 7px
}

.right-total-side .icon-side i:hover {
    color: #72BF44
}

.right-total-side .icon-side p {
    font-size: 8px
}

.builder-main-section .card-header {
    background-color: #6F6F6F;
    color: #fff;
    font-weight: 700;
    border-radius: 0;
    padding: 5px 15px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.ready-pc li {
    padding: 2px 8px
}

.pc-build-item li {
    padding: 17px
}

.pc-build-select-btn img {
    width: 35px !important
}

.pc-build-select-btn {
    border: 1px solid #ccc;
    border-radius: 20px;
    font-size: 13px
}

.pc-build-select-btn:hover {
    background-color: #72BF44;
    color: #fff
}

.pc-build-select-btn.active {
    background-color: #72BF44;
    color: #fff
}

.builder-main-section .pc-builder-component img {
    width: 55px
}

.pc-build-saved-pc li {
    font-size: 12px
}

.pc-build-saved-pc small {
    font-size: 9px
}

.pc-build-saved-pc button {
    font-size: 12px;
    background-color: #f2f2f2;
    padding: 0 .2rem
}

.pc-build-item-input .input-group .btn {
    position: relative;
    z-index: 1
}

.acc-saved-pc a {
    font-size: 12px;
    background-color: #f2f2f2;
    padding: 0 .2rem
}

.acc-saved-pc li {
    font-size: 13px
}

.acc-saved-pc small {
    font-size: 10px;
    color: #6F6F6F
}

.acc-saved-pc button {
    font-size: 12px;
    background-color: #f2f2f2;
    padding: 0 .2rem
}

.acc-saved-pc a {
    font-size: 12px;
    background-color: #f2f2f2;
    padding: 0 .2rem
}

.pc-build-item-with-product {
    font-size: 13px
}

.pc-build-title {
    font-weight: 700
}

.main-cart-input input {
    border-radius: 0;
    height: 25px;
    font-size: 12px
}

.main-cart-input button {
    padding: 0 5px;
    border-radius: 0
}

.pc-build-item-input input {
    border-radius: 0;
    height: 25px;
    font-size: 12px
}

.pc-build-item-input span {
    font-size: 13px;
    font-weight: 700;
    margin-right: 10px;
    width: 80px
}

.pc-build-item-input button {
    padding: 0 5px;
    border-radius: 0
}

.pc-build-item-input .input-group {
    width: 11%;
    margin-right: 20px
}

.pc-build-item-input .pc-build-icon-btn1 {
    background-color: #ccc;
    margin-right: 10px
}

.pc-build-item-input .pc-build-icon-btn2 {
    background-color: #72BF44;
    color: #fff
}

.pc-build-checkbox-filter {
    top: 12px !important
}

.builder-main-section .filter-btn button {
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc;
    padding: 4px 5px;
    text-align: left;
    font-size: 13px;
    width: 70%;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.builder-main-section .filter-btn button i {
    color: rgb(110, 110, 110)
}

.pc-build-item-title input {
    height: 30px
}

.pc-build-item-title input::-webkit-input-placeholder {
    font-size: 13px
}

.pc-build-btn {
    background-color: #72BF44;
    border-radius: 0;
    padding: 3px 0;
    color: #fff;
    font-weight: 700;
    font-size: 13px
}

.pc-build-card .card-body {
    padding: 5px
}

.pc-build-card .pc-build-description {
    font-size: 11px
}

.pc-build-card .sp-text {
    font-size: 12px
}

.pc-build-card .card-text {
    font-size: 11px;
    text-align: left
}

.w-builder-top-section {
    background-color: #f2f2f2;
    padding: 0
}

.w-grid-view-category .fa-heart {
    color: red
}

.req-box {
    font-size: 10px;
    background-color: #b9b9b9;
    padding: 1px;
    color: #fff
}

.login-from-section input,
.login-from-section select,
.login-from-section .input-group-text {
    border-radius: 0
}

.login-from-section .form-control,
.login-from-section .form-select,
.login-from-section .input-group-text {
    font-size: .8rem
}

.login-from-section .login-btn {
    background-color: #72BF44;
    color: #fff;
    font-weight: 700
}

.cms-page-section ul li::marker {
    color: #72BF44
}

.cms-page-section p b,
.cms-page-section ul li b,
.cms-page-section p strong {
    font-weight: 400
}

.builder-new-header a {
    position: absolute;
    left: 15px;
    color: #000;
    text-decoration: none
}

.builder-new-header span {
    font-weight: 700;
    font-size: 14px
}

.forgot-tab a {
    color: #000;
    text-decoration: none;
    font-size: 13px
}

.category-info {
    padding-left: 20px;
    text-align: left
}

.category-info .card-text {
    font-size: 14px
}

.seo-footer-col {
    padding-left: 5px;
    padding-right: 5px
}

.cart-sidebar {
    z-index: 9999999999
}

.cart-sidebar .cart-upper-container {
    height: 80%;
    overflow-y: scroll;
    overflow-x: hidden
}

.cart-sidebar .cart-lower-container {
    overflow: hidden;
    border-top: 1px solid #ccc;
    position: absolute;
    bottom: 0;
    margin-bottom: 10px;
    width: 96%
}

.cart-sidebar .cart-col {
    margin-top: 5px;
    margin-bottom: 5px
}

.cart-sidebar .cart-sidebar-header {
    background-color: #ccc;
    color: #000;
    box-shadow: rgba(17, 17, 26, .1) 0 1px 0
}

.cart-sidebar .close {
    color: #000;
    position: relative;
    right: 0;
    top: 0
}

.cart-sidebar .close:before,
.cart-sidebar .close:after {
    display: none
}

.cart-content .cart-image {
    width: 20%
}

.cart-content .cart-info {
    width: 70%
}

.cart-content .cart-delete-icon {
    width: 5%
}

.cart-content .cart-info a {
    text-decoration: none;
    color: #000;
    font-size: 12px;
    font-weight: 700
}

.cart-content .cart-info p {
    font-size: 11px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 5px
}

.cart-content .cart-image img {
    width: 100%
}

.cart-sidebar .offcanvas-body {
    padding: 0 .5rem
}

.cart-sidebar hr {
    margin: 0
}

.cart-sidebar .cart-lower-container a {
    border-radius: 0;
    border: 2px solid #000;
    font-size: 12px;
    font-weight: 700;
    background-color: #000;
    color: #fff
}

.cart-section .card-header {
    background-color: #e9e9e9;
    border-radius: 0;
    border: 5px solid #fff
}

.cart-section .card-header span {
    color: #000;
    font-weight: 700
}

.cart-section .main-cart-content .main-cart-image img {
    width: 100%
}

.cart-section .main-cart-content .main-cart-info a {
    text-decoration: none;
    color: #000;
    font-size: 13px;
    font-weight: 700
}

.cart-section .main-cart-content .main-cart-info .cart-unit-price {
    padding-top: 10px
}

.cart-section .main-cart-content .cart-remove-icons a {
    font-size: 13px;
    margin-right: 10px;
    text-decoration: none;
    color: #000;
    margin-left: 5px;
    cursor: pointer
}

.cart-section .main-cart-content .main-cart-info .cart-unit-price span {
    font-size: 13px;
    font-weight: 700
}

.cart-section .main-cart-content .main-cart-price span {
    font-size: 14px;
    font-weight: 700
}

.cart-section .main-cart-content {
    border-bottom: 1px solid #ccc
}

.cart-summary-column .card-body span {
    font-size: 14px;
    font-weight: 700
}

.cart-summary-column .card-body .totals-value {
    text-align: right
}

.cart-summary-column .cart-btns a,
.cart-summary-column .cart-btns button {
    border-radius: 0;
    border: 2px solid #000;
    font-size: 12px;
    font-weight: 700;
    background-color: #000;
    color: #fff
}

.cart-summary-column .card-header {
    border-radius: 0
}

.blog-top-section .grid-container {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, .35) 0 5px 15px
}

.blog-top-section .blog-top-row {
    padding: 20px
}

.blog-top-section .blog-top-row h1 {
    font-size: 30px;
    font-weight: 700
}

.blog-top-section .blog-top-row span {
    font-weight: 700;
    color: rgb(119, 119, 119);
    font-style: italic
}

.blog-top-section .blog-top-row p {
    font-size: 18px
}

.blog-top-section .blog-top-row a {
    text-decoration: none;
    color: rgb(119, 119, 119);
    font-size: 15px;
    font-weight: 700
}

.blog-top-section .blog-top-row img {
    width: 100%
}

.blog-mid-section .blog-cat-main {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, .35) 0 5px 15px;
    padding: 10px
}

.blog-mid-section .blog-cat-main .row {
    padding: 10px 20px
}

.blog-mid-section .blog-cat-main .cat-border,
.blog-mid-section .blog-sidebar .cat-border {
    border-left: 7px solid #000;
    padding-right: 5px
}

.blog-mid-section .blog-cat-main .cat-heading,
.blog-mid-section .blog-sidebar .cat-heading {
    font-weight: 700
}

.blog-mid-section .blog-cat-main .blog-cat-main-top {
    padding-top: 20px
}

.blog-mid-section .blog-cat-main .blog-cat-main-top img {
    width: 100%
}

.blog-mid-section .blog-cat-main .blog-cat-main-top h2 {
    font-size: 15px;
    font-weight: 700;
    margin-top: 5px
}

.blog-mid-section .blog-cat-main a {
    text-decoration: none;
    color: #000
}

.blog-mid-section .blog-cat-main .blog-cat-main-top p {
    font-size: 13px;
    color: rgb(119, 119, 119)
}

.blog-mid-section .blog-cat-main .blog-cat-main-top span {
    font-size: 11px;
    color: rgb(119, 119, 119)
}

.blog-mid-section .blog-cat-main .blog-cat-main-bottom img,
.blog-mid-section .blog-sidebar .blog-cat-main-bottom img {
    width: 100%
}

.blog-mid-section .blog-cat-main .blog-cat-main-bottom a,
.blog-mid-section .blog-sidebar .blog-cat-main-bottom a {
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    color: #000
}

.blog-mid-section .blog-cat-main .blog-cat-main-bottom span,
.blog-mid-section .blog-sidebar .blog-cat-main-bottom span {
    font-size: 11px;
    color: rgb(119, 119, 119)
}

.blog-mid-section .blog-sidebar {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, .35) 0 5px 15px;
    padding: 10px
}

.blog-mid-section .blog-sidebar .blog-cats a {
    text-decoration: none;
    color: #404040;
    font-size: 13px
}

.blog-cat-page-sec {
    border-bottom: 1px dashed #ccc
}

.blog-cat-page-sec span {
    font-style: italic
}

.blog-cat-page-sec p {
    font-size: 13px
}

.blog-detail-page-sec {
    border-bottom: 1px dashed #ccc
}

.blog-detail-page-sec span {
    padding-top: 10px
}

.blog-detail-page-sec h1 {
    font-size: 30px;
    font-weight: 700
}

.blog-detail-page-sec p {
    font-size: 15px;
    line-height: 2 !important
}

.blog-detail-page-sec table {
    width: auto !important
}

.blog-mid-section .blog-comments span {
    font-size: 12px;
    color: rgb(119, 119, 119)
}

.blog-mid-section .blog-comments h5 {
    font-size: 14px;
    font-weight: 700
}

.blog-mid-section .blog-comments p {
    font-size: 13px
}

.blog-mid-section .blog-comment-post h5 {
    font-size: 18px;
    font-weight: 700
}

.blog-mid-section .blog-comment-post button {
    border-radius: 0;
    background-color: #000;
    color: #fff;
    font-weight: 700
}

.blog-mid-section .blog-comment-post textarea {
    border-radius: 0
}

.container__wrapper {
    left: 0;
    position: absolute;
    top: 0;
    height: 100px;
    width: 100px;
    overflow: hidden;
    z-index: 999
}

.container__ribbon {
    left: -84px;
    position: absolute;
    top: 32px;
    height: 19px;
    width: 206px;
    transform: rotate(-45deg);
    background-color: #e82365;
    padding-left: 105px;
    color: #fff;
    font-weight: 700;
    font-size: 12px
}

.container__wrapper3 {
    left: 0;
    position: absolute;
    top: 0;
    height: 100px;
    width: 100px;
    overflow: hidden;
    z-index: 1
}

.container__ribbon3 {
    left: -115px;
    position: absolute;
    top: 32px;
    height: 19px;
    width: 206px;
    transform: rotate(-45deg);
    background-color: #e82365;
    padding-left: 125px;
    color: #fff;
    font-weight: 700;
    font-size: 12px
}

.container__wrapper4 {
    left: 0;
    position: absolute;
    top: 0;
    height: 100px;
    width: 100px;
    overflow: hidden;
    z-index: 1
}

.container__ribbon4 {
    left: -84px;
    position: absolute;
    top: 32px;
    height: 19px;
    width: 206px;
    transform: rotate(-45deg);
    background-color: rgb(217 217 217);
    padding-left: 82px;
    color: #000;
    font-weight: 700;
    font-size: 12px
}

.components-sidebar img {
    width: 50px
}

.image-box {
    position: relative
}

.image-box .home-header-text {
    font-size: 12px;
    position: absolute;
    bottom: 0
}

.image-box .home-header-text span {
    background-color: rgb(217 217 217);
    padding: 2px 20px 2px 4px;
    color: #000;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
    font-weight: 700
}

.image-box .home-header-text2 {
    font-size: 12px;
    position: absolute;
    bottom: 0;
    right: 0;
    font-weight: 700
}

.image-box .home-header-text2 span {
    background-color: #e82365;
    padding: 2px 5px 2px 10px;
    color: #fff;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%)
}

.checkout-summary .additional-text p {
    font-size: 12px;
    text-align: left
}

.checkout-summary .terms-input-text {
    padding-top: 15px;
    font-size: 12px;
    display: flex
}

.checkout-summary .terms-input-text div {
    margin-left: 10px;
    text-align: left
}

.checkout-summary .terms-input-text div a {
    font-weight: 700;
    color: #000;
    text-decoration: none
}

.checkout-summary .terms-input-text input[type=checkbox] {
    transform: scale(.8)
}

.checkout-summary .checkout-summary-product {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 5px;
    text-align: left
}

.checkout-billing p {
    font-size: 13px;
    margin-bottom: 0;
    text-align: left
}

.checkout-billing img {
    width: auto !important
}

.cart-section .card-body {
    padding-top: .5rem
}

.fs-text {
    font-size: 12px;
    margin-bottom: 0;
    color: #6b07bd;
    font-weight: 700
}

.fs-text2 {
    margin-bottom: 0;
    color: #6b07bd;
    font-weight: 700
}

.stock-text {
    font-size: 12px;
    margin-bottom: 0;
    color: red;
    font-weight: 700
}

.xzoom-container {
    display: flex !important
}

.navbar-nav {
    flex-wrap: wrap;
    justify-content: space-between
}

.account-dash-section h2 {
    font-size: 14px;
    font-weight: 700
}

.account-dash-section h3 {
    font-size: 16px;
    font-weight: 700
}

.st-pr-hs-text {
    font-size: 12px
}

.acnt-btns a {
    border-radius: 0;
    border: 2px solid #000;
    font-size: 12px;
    font-weight: 700;
    background-color: #000;
    color: #fff
}

.profile-form .form-control {
    border-radius: 0;
    font-size: 13px
}

.profile-form form {
    border: 1px solid #ccc;
    padding: 10px 10px 20px;
    margin-bottom: 20px
}

.profile-form label {
    font-size: 13px
}

.user-profile h4 {
    font-size: 17px;
    font-weight: 700
}

.user-profile h5 {
    font-size: 13px;
    font-weight: 700;
    color: #6F6F6F
}

.cus-order-list .card {
    border-radius: 0
}

.cus-order-list .card-body {
    background-color: #f2f2f2
}

.cus-order-list h3 {
    font-size: 15px;
    margin-bottom: 0
}

.cus-order-list a {
    font-size: 12px;
    color: #2497e3;
    font-weight: 700;
    text-decoration: none
}

.cus-order-list .pnd-circle {
    color: rgb(231, 231, 20)
}

.cus-order-list .prc-circle {
    color: #ccc
}

.cus-order-list .dl-circle {
    color: #00D954
}

.cus-order-list .cn-circle {
    color: red
}

.acc-order-details p {
    margin-bottom: 0;
    font-size: 13px
}

#progressbar {
    margin-bottom: 3vh;
    overflow: hidden;
    color: #ccc;
    padding-left: 0;
    margin-top: 3vh
}

#progressbar li {
    list-style-type: none;
    font-size: .8rem;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;
    color: #000
}

#progressbar #step1:before {
    content: "";
    color: #000;
    width: 20px;
    height: 20px;
    margin-left: 0px !important
}

#progressbar #step2:before {
    content: "";
    color: #000;
    width: 20px;
    height: 20px;
    margin-left: 32%
}

#progressbar #step3:before {
    content: "";
    color: #000;
    width: 20px;
    height: 20px;
    margin-right: 32%
}

#progressbar #step4:before {
    content: "";
    color: rgb(151, 149, 149, .651);
    width: 20px;
    height: 20px;
    margin-right: 0px !important
}

#progressbar li:before {
    line-height: 29px;
    display: block;
    font-size: 12px;
    background: rgb(151, 149, 149);
    border-radius: 50%;
    margin: auto;
    margin-bottom: 1vh
}

#progressbar li:after {
    content: '';
    height: 3px;
    background: rgb(151, 149, 149, .651);
    position: absolute;
    left: 0%;
    right: 0%;
    margin-bottom: 2vh;
    top: 8px
}

.progress-track {
    padding: 0
}

#progressbar li:nth-child(2):after {
    margin-right: auto
}

#progressbar li:nth-child(1):after {
    margin: auto
}

#progressbar li:nth-child(3):after {
    float: left;
    width: 68%
}

#progressbar li:nth-child(4):after {
    margin-left: auto;
    width: 132%
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #00D954
}

.acc-order-details small {
    font-size: 12px;
    margin-right: 5px
}

.checkout-billing .form-control:disabled,
.form-control[readonly] {
    background-color: #fff
}

#product_overview {
    font-size: 14px
}

.menu-cart.ac {
    position: relative
}

.menu-badge {
    top: 0;
    left: 35px
}

.mobile-menu-badge {
    top: 0;
    left: 20px;
    font-size: .6rem;
    padding: .25em .55em;
    z-index: -1
}

.mobile-bottom-menu-badge {
    top: 10px;
    font-size: .6rem;
    padding: .25em .35em;
    margin-left: 40px
}

.mobile-menu-cart {
    position: relative
}

.similar-product-card {
    padding: .5rem;
    width: 100%
}

.specification-table hr:last-child {
    display: none
}

.swal2-popup.swal2-toast {
    width: auto !important
}

.pagination {
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 0
}

.show-by select {
    border: 1px solid #e1e1e1;
    padding: 5px 10px;
    margin: 0 5px
}

.page-item.active .page-link {
    background-color: #000 !important;
    border-color: #000 !important
}

.page-item.active .page-link {
    color: #fff !important
}

.page-item .page-link {
    color: #000 !important
}

div.snize-ac-results {
    z-index: 2147483647;
    margin-top: -1px;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .25);
    text-align: left;
    width: 380px;
    border-radius: 2px;
    position: absolute
}

div.snize-ac-results div.snize-dropdown-arrow {
    position: absolute;
    top: 14px;
    right: 30px;
    float: left;
    overflow: hidden;
    width: 21px;
    height: 14px
}

div.snize-ac-results div.snize-arrow-outer {
    border-right: 11px solid rgba(255, 255, 255, 0);
    border-left: 11px solid rgba(255, 255, 255, 0);
    border-bottom: 15px solid #ddd
}

div.snize-ac-results {
    z-index: 2147483647;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .25);
    text-align: left;
    width: 100%;
    font-size: 14px
}

div.snize-ac-results div.snize-dropdown-arrow {
    position: absolute;
    top: -14px;
    left: 27px;
    float: left;
    overflow: hidden;
    width: 21px;
    height: 14px
}

div.snize-ac-results div.snize-arrow-outer {
    border-right: 11px solid rgba(255, 255, 255, 0);
    border-left: 11px solid rgba(255, 255, 255, 0);
    border-bottom: 15px solid #ddd
}

div.snize-ac-results div.snize-arrow-inner,
div.snize-ac-results div.snize-arrow-outer {
    position: absolute;
    top: 1px;
    left: 0;
    display: inline-block;
    margin-left: -2px
}

div.snize-ac-results div.snize-arrow-inner.snize-arrow-inner-label {
    border-bottom: 13px solid #f7f7f7
}

div.snize-ac-results div.snize-arrow-inner {
    top: 2px;
    left: 2px;
    display: inline-block;
    border-right: 9px solid rgba(255, 255, 255, 0);
    border-left: 9px solid rgba(255, 255, 255, 0);
    border-bottom: 13px solid #fff
}

div.snize-ac-results ul {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none outside none
}

div.snize-ac-results ul:first-of-type li.snize-label:first-child {
    border-top: none
}

div.snize-ac-results li,
div.snize-ac-results li a.snize-view-link {
    display: block;
    margin: 0;
    color: #333;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none
}

.alg-spinner {
    display: block;
    width: 100%;
    text-align: center
}

div.snize-ac-results li.snize-label {
    display: block;
    padding: 5px 10px 5px;
    color: #006a4e;
    text-align: left;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: #f7f7f7;
    cursor: auto
}

div.snize-ac-results li {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    line-height: 16px;
    padding: 4px 10px 4px 10px
}

div.snize-ac-results li.snize-category a.snize-view-link {
    display: block;
    color: #0288d1;
    font-weight: 700;
    font-size: 100%
}

div.snize-ac-results li {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    line-height: 16px;
    padding: 4px 10px 4px 10px
}

.view-all li {
    text-align: right;
    border-top: 1px solid #eee !important;
    background: #f7f7f7;
}

div.snize-ac-results a.snize-item {
    clear: both;
    display: block;
    padding: 2px;
    min-height: 60px;
    outline: 0;
    opacity: 1;
    text-decoration: none
}

div.snize-ac-results a.clearfix:after,
div.snize-ac-results a.clearfix:before {
    display: block;
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    content: "\0020"
}

div.snize-ac-results span.snize-thumbnail {
    display: block;
    float: left;
    margin: 5px 10px 5px 0;
    text-align: center;
    width: 70px
}

div.snize-ac-results span.snize-overhidden {
    display: block;
    overflow: hidden
}

div.snize-ac-results span.snize-thumbnail img {
    display: inline
}

div.snize-ac-results span.snize-title {
    display: block;
    color: #0288d1;
    font-weight: 700;
    font-size: 100%;
    margin-top: 3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

div.snize-ac-results span.snize-description {
    display: block;
    margin-top: 5px;
    color: #747474;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

div.snize-ac-results .snize-price-list {
    float: left;
    margin-top: 6px;
    color: #014e70;
    font-weight: 700;
    font-size: 115%
}

div.snize-ac-results li.snize-ac-over-nodrop,
div.snize-ac-results li.snize-ac-over-nodrop a.snize-view-link:hover {
    background-color: #f7f7f7
}

li.snize-all:hover,
li.snize-category:hover,
li.snize-product:hover,
li.snize-suggestion:hover {
    background: #f7f7f7
}

.search-with-box {
    position: relative
}

.product-home-card .card:hover .container__wrapper4,
.product-home-card .card:hover .container__wrapper3 {
    display: none
}

.emi-table th,
.emi-table td {
    color: #fff !important;
    font-size: 13px !important
}

.emi-note-st {
    color: #72BF44 !important;
    font-size: 11px !important
}

.cart-section img {
    width: 70px
}

.cart-section hr {
    margin: .5rem 0
}

.cart-product-content {
    text-align: left
}

.cart-product-content .pc-build-text {
    font-size: 14px
}

.new-cart-btn {
    padding: 0 5px;
    border-radius: 0
}

.pc-build-text a {
    text-decoration: none;
    color: #000
}

.desktop-details-btn,
.mobile-details-btn {
    display: flex
}

.desktop-details-btn .details-buy-now {
    margin-left: 6px
}

.search-category ul li a {
    text-decoration: none;
    color: #000;
    background-color: #d7d7d7;
    padding: 5px 10px;
    border: 2px solid #f2f2f2
}

.filter-qty {
    background-color: #fff;
    padding: 0;
    border: 1px solid #858484;
    cursor: pointer;
    border-radius: 3px;
    width: 35px;
    text-align: center
}

.filter-item:hover .filter span {
    color: #72BF44
}

.filter-item:hover .filter-qty {
    color: #fff;
    background-color: #72BF44
}

.custom-tooltip {
    line-height: .8
}

.custom-tooltip>.tooltip-inner {
    color: #FFF;
    text-align: center;
    background: #5CB85C
}

.custom-tooltip>.tooltip-arrow::before,
.custom-tooltip>.tooltip-arrow::before {
    border-top-color: #5CB85C
}

.select2-container--default .select2-selection--single {
    border-radius: 0
}

.select2-container {
    width: 100% !important
}

.customer_image img {
    height: 100px;
    width: 80px
}

ul li ul.dropdown-menu3 {
    min-width: 180px;
    background: #d7d7d7;
    display: none;
    position: absolute;
    z-index: 99999;
    right: 0;
    padding: 0;
    border: none
}

ul li ul.dropdown-menu3 li {
    display: block;
    padding: 5px;
    cursor: default;
    border-bottom: 1px solid #fff
}

.customer_account li a {
    text-decoration: none;
    color: #212529 !important;
    padding: 0px !important;
    font-size: 13px
}

.customer_account li:hover,
.customer_account li a:hover {
    color: #d7d7d7 !important;
    background-color: #404040
}

.comparison-table {
    width: 100%;
    font-size: .875rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.comparison-table table {
    min-width: 15rem;
    table-layout: fixed
}

.comparison-table table tbody+tbody {
    border-top-width: 1px
}

.comparison-table .table-bordered thead td {
    border-bottom-width: 1px
}

.comparison-table .comparison-item {
    position: relative;
    background-color: #fff;
    text-align: center
}

.comparison-table .comparison-item .comparison-item-thumb {
    display: block;
    width: 10rem;
    margin-right: auto;
    margin-bottom: .75rem;
    margin-left: auto
}

.comparison-table .comparison-item .comparison-item-thumb>img {
    display: block;
    width: 100%
}

.comparison-table .comparison-item .comparison-item-title {
    display: block;
    width: 100%;
    margin-bottom: 14px;
    color: #222;
    font-weight: 600;
    text-decoration: none
}

.comparison-table .comparison-item .comparison-item-title:hover {
    text-decoration: underline
}

.comparison-table .comparison-item .btn {
    margin: 0
}

.comparison-table .comparison-item .remove-item {
    display: block;
    position: absolute;
    top: -.3125rem;
    right: -.3125rem;
    width: 1.375rem;
    height: 1.375rem;
    border-radius: 50%;
    background-color: #f44336;
    color: #fff;
    text-align: center;
    cursor: pointer
}

.comparison-table .comparison-item .remove-item .feather {
    width: .875rem;
    height: .875rem
}

.table-bordered th,
.table-bordered td {
    background-color: #fff !important
}

.bg-secondary {
    background-color: #fff !important
}

.bg-secondary-summary th,
.bg-secondary-summary td {
    background-color: #000 !important;
    border: 0 !important;
    color: #fff
}

.compare-product-card .card:hover {
    box-shadow: none
}

.compare-card-buttons {
    opacity: 1;
    top: 0 !important;
    transition: all 0.5s;
    position: absolute;
    right: 10px
}

.compare-card-buttons a {
    background-color: #ccc
}

.compare-card-buttons button i {
    color: red
}

.compare-product-card .card:hover .card-img-top {
    transform: scale(1)
}

.compare-product-card .image-box img {
    width: 60% !important
}

.home-page-footer-seo-anchor-link-color {
    color: skyblue !important;
    cursor: pointer;
    text-decoration: none !important
}

.branch-head {
    background-color: #d6e9c6;
    color: #3c763d
}

.map-icon {
    color: red
}

.product-msg {
    background-color: #72BF44;
    color: #fff;
    padding: 10px;
    margin-top: 10px
}

.product-download-box {
    display: flex;
    margin-top: 10px;
    border: 1px solid #72BF44;
    padding: 10px
}

.book_frame {
    width: 100%;
    height: 1260px
}

#download_link i {
    color: #72BF44
}

.offers img {
    width: 100% !important;
    height: auto !important
}

.filter-box .items a,
.link_view_more_attr,
.link_view_less_attr {
    color: #009245;
    text-decoration: none;
    font-weight: 700;
    font-size: 12px
}

.link_view_more_attr:hover,
.link_view_less_attr:hover {
    color: #009245
}

.compare_item {
    min-height: 160px
}

.compare-search {
    width: 25%;
    margin: 0 auto
}

.clear_all {
    text-align: center
}

.customer_menu_image {
    height: 25px;
    width: 25px;
    border-radius: 50%
}

.customer_mobile_menu_image {
    height: 18px;
    width: 18px;
    border-radius: 50%
}

.offer-banner img {
    width: 100% !important;
    height: auto !important
}

.comparison-table .btn-pill,
.comparison-table .btn-outline-danger {
    border-radius: 0
}

#out_of_stock {
    color: red;
    font-weight: 700;
    font-size: 13px
}

.brand-links a {
    text-decoration: none;
    color: #333;
    font-weight: 700;
    font-size: 13px
}

.brand-index a {
    text-decoration: none;
    color: rgb(56, 96, 206);
    padding-right: 12px;
    font-weight: 700;
    font-size: 13px
}

.brand-links a:hover,
.brand-index a:hover {
    color: #72BF44
}

#context mark {
    background: orange;
    color: #000
}

.price-range-filter input {
    position: absolute;
    top: 8px;
    left: 35px
}

.price-range-filter .form-check-input:checked {
    background-color: #A1D0FF;
    border-color: #A1D0FF
}

.price-range-filter .form-check-input[type=checkbox] {
    border-radius: 0
}

.price-range-filter .accordion-button:hover {
    z-index: 0
}

.price-range-filter .accordion-button:focus {
    z-index: 0
}

.category-list-show,
.category-list-show ul {
    list-style-type: none;
    padding-left: 0
}

.category-list-show {
    margin: 0;
    padding: 0
}

.category-list-show .caret {
    cursor: pointer;
    user-select: none
}

.category-list-show .caret::before {
    content: "\25B6";
    color: #000;
    display: inline-block;
    margin-right: 6px
}

.category-list-show .caret-down::before {
    transform: rotate(90deg)
}

.category-list-show .nested {
    display: none
}

.category-list-show .active {
    display: block
}

.category-list-show .nav-link {
    padding: 0;
    display: inline-block;
    font-size: 14px
}

#bttbutton {
    display: inline-block;
    background-color: #76ae3a;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 100px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    text-decoration: none;
    color: transparent;
    border: none
}

#bttbutton::after {
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 2em;
    line-height: 50px;
    color: #fff
}

#bttbutton:hover {
    cursor: pointer;
    opacity: 1 !important
}

#bttbutton.show {
    opacity: .2;
    visibility: visible
}

.footer-complaint-link {
    margin-top: 40px
}

.footer-complaint-link a {
    padding: 5px;
    border-radius: 5px;
    font-weight: 700;
    color: #fff !important
}

.footer-complaint-link a:hover {
    color: #fff !important;
    text-decoration: underline !important
}

#tidio-chat iframe {
    bottom: 10px !important
}

#carousel {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    position: relative
}

.slide-indicators {
    display: flex;
    justify-content: center;
    background-color: #fff
}

.slide-indicator {
    height: 10px;
    width: 50px;
    display: flex;
    justify-items: center;
    cursor: pointer;
    justify-content: center
}

.slide-indicator:after {
    content: "";
    background-color: #878787;
    height: 3px;
    margin-top: 4px;
    width: 40px
}

.slide-indicator.active:after,
.slide-indicator:hover:after {
    background-color: #000
}

.slide-banner {
    background-color: #000;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 20px;
    padding: 15px;
    font-size: 2.5vw
}

.slide-banner a {
    color: #fff
}

#slide-container {
    scroll-snap-type: x mandatory;
    overflow-x: hidden;
    overflow-y: hidden;
    display: flex;
    align-items: center;
    height: 100%;
    gap: 10px;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth
}

.slide {
    scroll-snap-align: center;
    position: relative;
    min-width: 100%;
    padding-top: 52%
}

.slide img {
    height: auto;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.right-mb {
    margin-bottom: .22em
}

.pc-button2,
.pc-button2 span {
    position: relative
}

.pc-button2 {
    border-radius: 5px;
    border: 2px solid #72bf44;
    color: #ffd400;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    padding: 5px 10px 4px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    overflow: hidden;
    top: 2px
}

.pc-button2:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0;
    border-color: #72bf44 transparent transparent;
    transition: border-width .5s
}

.pc-button2:hover:before {
    border-width: 800px 800px 0 0
}

.pc-button2:hover {
    color: #ffd400 !important
}

.pc-build-customer-menu {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.main-logo {
    width: 30%
}

.search-form {
    width: 700px
}

#checkAll {
    position: relative;
    left: -2px
}

.quote-height {
    max-height: 500px;
    overflow: scroll
}

.glossary-in-footer {
    display: none !important;
}

li.alg-no-product {
    text-align: center;
    font-weight: 700;
    color: #6f6e6e !important;
    font-size: 15px !important;
    margin-top: 220px !important
}

input#user-search-box {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.menu-pc-buider .dropdown-menu li,
.mobile-dropdown-menu li {
    border-bottom: 1px solid #ccc
}

.btn-sys-buiilder,
.mobile-dropdown-menu li a {
    color: #fff;
    font-weight: 700
}

.btn-sys-buiilder {
    padding: 7px 10px;
    border-radius: 5px;
    outline: 0;
    border: 2px solid #72bf44;
    cursor: pointer;
    text-transform: uppercase;
    box-sizing: border-box;
    text-decoration: none
}

.btn--hoverEffect2 {
    display: inline-block;
    z-index: 1;
    color: #ffd400
}

.btn--hoverEffect2:hover {
    color: #fff
}

.btn--hoverEffect2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    transition: .5s;
    box-sizing: border-box
}

.btn--hoverEffect2:hover::before {
    border-radius: 4px;
    transition: .3s;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, #06d001, #9bec00, #059212);
    opacity: 1;
    z-index: -1
}

.menu-pc-buider .dropdown-menu {
    min-width: 10.1rem;
    padding: 0
}

.menu-pc-buider .dropdown-menu li a {
    font-weight: 700
}

.mobile-dropdown-menu {
    position: absolute !important;
    min-width: 10rem;
    padding: 0
}

.mobile-dropdown-menu li {
    background-color: #000
}