/*teme-colors-started*/


/*teme-colors-ended*/

.rotate--180 {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

a:focus {
    outline: 0 !important;
    text-decoration: none !important;
}
/*sidebar-started*/

.sidebar {
    top: 6.8rem;
}

.side-item .si-title {
    border-bottom: 1px solid #e4e5e8;
}
.side-item .si-title:focus{
    outline: 0 !important;
    text-decoration: none !important;
}
.side-item .si-title i {
    font-size: 1.5rem;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.side-item .si-body .serach-box {
    height: 3rem;
    border-radius: .5rem;
    background-color: #eeeff3;
}

.side-item .si-body .serach-box input {
    max-width: 6rem;
}

.side-item .si-body .serach-box button {
    font-size: 1.5rem;
}

.side-item .si-body .category-item a .tag,
.side-item .si-body .brands-item a .tag {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid #e4e5e8;
    border-radius: 4px;
}

.side-item .si-body .category-item a .tag.active,
.side-item .si-body .brands-item a .tag.active {
    background-color: #4d66ff;
}

.side-item .si-body .category-item a span:last-child,
.side-item .si-body .brands-item a span:last-child {
    vertical-align: super;
}

.side-item .si-body .category-item .available,
.side-item .si-body .brands-item .available {
    color: #a7bbc7;
}

.breadcrumb,
.sorting {
    border-radius: .5rem;
}
.sorting li, .sorting a{
    padding: 7px 0;
}

.sorting li i {
    color: #4e67ff;
}

.sorting li a.active {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    border-radius: 4px;
    background-color: #4e67ff;
    color: #fff !important;
}

.res-nav li {
    border-radius: .5rem;
}

.sorting-res a {
    display: inline-block;
    border-radius: 4px;
}

.off-icon {
    top: 1rem;
    left: 1.2rem;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 200;
}

.ribbon-discount {
    width: 4rem;
    height: 4rem;
}

.ribbon-discount svg {
    width: 4rem;
    height: 4rem;
    fill: #4e67ff;
}

.ribbon-discount .count {
    width: 2.5rem;
    height: 2.5rem;
    top: -5px;
    right: 0;
    left: -2px;
    bottom: 0;
    margin: auto;
    padding-top: .5rem;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 1rem;
}

.ps-item .ps-caption .caption-content .price-box del {
    top: -1.7rem;
    right: 0;
    font-size: 1rem;
    font-weight: lighter;
}

.ps-item .ps-caption .caption-content .price-box del span {
    vertical-align: -webkit-baseline-middle;
}

.pagination li:first-child a {
    padding-top: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 1.5rem;
}

.pagination li:first-child span {
    padding-top: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 1.5rem;
}

.pagination li:last-child a {
    padding-top: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 1.5rem;
}

.pagination li:last-child span {
    padding-top: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 1.5rem;
}

.pagination li a {
    height: 2.2rem;
    background-color: #fff;
}

.pagination li span {
    height: 2.2rem;
    background-color: #fff;
}

.comment-text {
    max-height: 3.3rem;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.comment-text.special-mh {
    max-height: 50rem;
}

.see-full-comment-btn {
    top: 0;
    left: 0;
    color: #4e67ff;
}

.see-full-comment-btn i {
    vertical-align: middle;
    font-size: 1.5rem;
    -webkit-transition: all .3s;
    transition: all .3s;
}


/*sidebar-ended*/

body.ui-slider-active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.box {
    --primary: #275efe;
    --headline: #3F4656;
    --text: #99A3BA;
    width: 100%;
    max-width: 312px;
    background: #fff;
}

.box h3 {
    font-family: inherit;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 20px 0;
    color: var(--headline);
}

.box h3 span {
    font-weight: 500;
}

.box .values div,
.box small div {
    display: inline-block;
    vertical-align: top;
}

.box .values {
    margin: 0;
    font-weight: 500;
    color: var(--primary);
}

.box .values>div:first-child {
    margin-right: 2px;
}

.box .values>div:last-child {
    margin-left: 2px;
}

.box small {
    color: var(--text);
    display: block;
    margin-top: 8px;
    font-size: 14px;
}

.slider {
    --primary: #275efe;
    --handle: #fff;
    --handle-active: #becfff;
    --handle-hover: #e9efff;
    --handle-border: 2px solid var(--primary);
    --line: #cdd9ed;
    --line-active: var(--primary);
    height: 23px;
    width: 100%;
    position: relative;
    pointer-events: none;
}

.slider .ui-slider-handle {
    --y: 0;
    --background: var(--handle);
    cursor: -webkit-grab;
    cursor: grab;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 23px;
    height: 23px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    outline: none;
    display: block;
    pointer-events: auto;
}

.slider .ui-slider-handle div {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    -webkit-transition: background 0.4s ease;
    transition: background 0.4s ease;
    -webkit-transform: translateY(calc(var(--y) * 1px));
    transform: translateY(calc(var(--y) * 1px));
    border: var(--handle-border);
    background: var(--background);
}

.slider .ui-slider-handle:hover {
    --background: var(--handle-hover);
}

.slider .ui-slider-handle:active {
    --background: var(--handle-active);
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.slider svg {
    --stroke: var(--line);
    display: block;
    height: 83px;
}

.slider svg path {
    fill: none;
    stroke: var(--stroke);
    stroke-width: 1;
}

.slider .active,
.slider>svg {
    position: absolute;
    top: -30px;
    height: 83px;
}

.slider>svg {
    left: 0;
    width: 100%;
}

.slider .active {
    position: absolute;
    overflow: hidden;
    left: calc(var(--l) * 1px);
    right: calc(var(--r) * 1px);
}

.slider .active svg {
    --stroke: var(--line-active);
    position: relative;
    left: calc(var(--l) * -1px);
    right: calc(var(--r) * -1px);
}

.slider .active svg path {
    stroke-width: 2;
}


/*responsive-section-started*/

@media screen and (min-width: 1200px) and (max-width: 1455px) {
    .breadcrumb li a {
        font-size: .7rem;
    }
    .sorting li,
    .sorting a {
        font-size: .7rem;
    }
    #web-product-slider-section .product-slider .ps-box .ps-item .ps-caption .caption-content h6 {
        font-size: .7rem;
    }
    #web-product-slider-section .product-slider .ps-box .ps-item .ps-caption .caption-content .price-box h5 {
        font-size: .8rem;
    }
    #web-product-slider-section .product-slider .ps-box .ps-item .ps-caption .caption-content .price-box h5 del {
        font-size: .6rem;
    }
    #web-product-slider-section .product-slider .ps-box .ps-item .ps-caption a {
        font-size: .6rem;
    }
}

@media screen and (max-width: 1031px) {
    .sorting li {
        font-size: .8rem;
    }
}

@media screen and (max-width: 440px) {
    .comment-box h5 {
        font-size: 1rem;
    }
    .comment-box .see-full-comment-btn {
        right: 0;
        margin: 1.5rem 1.5rem 0 0 !important;
        font-size: .8rem;
        z-index: 100;
    }
}


/*responsive-section-ended*/


/*# sourceMappingURL=style.css.map */