/*--------------------- Sortbar Starts ------------------------- */
.sort-bar {
    position: relative;
}

.sort-bar > .icon {
    text-align: center;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    bottom: -35px;
}

.sort-dropdown {
    margin-right: 18px;
    display: inline-block;
}

.sort-dropdown:last-child {
    margin-right: 0;
}

.sort-dropdown > span, .sort-range > span {
    color: #bbbbbb;
    font-size: 12px;
    font-weight: 500;
}

.sort-dropdown .bootstrap-select .btn {
    border-radius: 2em;
    height: 36px;
    line-height: 35px;
    padding: 5px 20px;
    width: 150px;
}

.sort-dropdown .search-selectpicker {
    display: inline-block;
    margin-left: 15px;
}

.sort-dropdown .bootstrap-select .btn .filter-option {
    line-height: 25px;
}

.sort-bar {
    padding: 15px 0;
}

.sort-bar .right {
    float: right;
}

.search-wrap {
    display: inline-block;
    margin-left: 15px;
    position: relative;
    vertical-align: middle;
    width: 350px;
}

.search-wrap .form-control {
    border: 1px solid #e7e7e6;
    border-radius: 2em;
    height: 37px;
    padding: 5px 20px;
}

.search-wrap .btn {
    background-color: transparent;
    color: #bababa;
    position: absolute;
    right: 0;
    top: 0;
}

.search-wrap .btn:hover, .search-wrap .btn:focus {
    color: #525252;
}

.result-bar {
    margin-top: 15px;
}

.result-bar .result-txt {
    color: #bbbbbb;
    float: left;
    font-size: 16px;
}

.result-bar .view-tabs {
    float: right;
    margin: 10px 0;
}

.result-bar .view-tabs li {
    display: inline-block;
    margin-left: 5px;
}

.result-bar .view-tabs .active a, .result-bar .view-tabs li a:hover {
    color: #bbbbbb;
}

/*---------- Price Range Start ----------*/
.sort-range {
    float: right;
    width: 200px;
}

.sort-range > span {
    display: inline-block;
    width: 45px;
}

.sort-range #price-range {
    display: inline-block;
    vertical-align: middle;
    width: 150px;
}

.sort-range .value {
    border: 1px solid #e5e5e4;
    border-radius: 7px;
    bottom: -25px;
    color: #999999;
    display: block;
    /*font-family: "Roboto", sans-serif;*/
    font-size: 9px;
    font-weight: 900;
    left: -5px;
    line-height: 9px;
    padding: 2px 8px;
    position: absolute;
    text-align: center;
    width: 40px;
}

.sort-range .value::before, .sort-range .value::after {
    border-left: 2px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    content: "";
    left: 0;
    margin-left: 6px;
    position: absolute;
    top: -6px;
}

.sort-range .value::before {
    border-bottom: 5px solid #e5e5e4;
}

.sort-range .value::after {
    border-bottom: 5px solid #ffffff;
    margin-top: 1px;
    z-index: 1;
}

.price-range-max.value {
    right: 0;
}

.price-range-both {
    display: none !important;
}

.value i {
    font-style: normal;
}

.ui-state-focus {
    outline: 0;
}

#price-range {
    background-color: #eeeeee;
    background-image: none;
    border: medium none;
    border-radius: 3px;
    height: 3px;
    width: 97%;
}

#price-range .ui-widget-header {
    background-image: none;
    background-color: #999;
}

#price-range .ui-slider-handle {
    background-color: #92d2a7;
    background-image: none;
    border: medium none;
    border-radius: 1em;
    height: 10px;
    top: -4px;
    margin: 0;
    width: 10px;
}

@media (max-width: 1199px) {
    .sort-bar > .icon {
        position: static;
        margin-bottom: 35px;
    }

    .sort-bar .right {
        float: left;
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    .sort-bar .right {
        margin-top: 0;
    }

    .sort-dropdown {
        margin: auto auto 20px;
    }

    .sort-range {
        float: none;
        margin-bottom: 20px;
    }

    .search-wrap {
        width: 200px;
    }
}

/*--------------------- Sortbar Ends ------------------------- */

/*--------------------- Shop Starts ------------------------- */
.list-view {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
    margin-top: 40px;
    margin-bottom: 0;
    overflow: hidden;
}

.list-view .deal-text {
    float: left;
}

.list-view .img {
    float: right;
    width: 35%;
    margin-top: 15px;
    text-align: right;
}

@media (min-width: 1200px) {
    .product-modal {
        width: 1090px;
    }
}

@media (max-width: 767px) {
    .shop-content .product-box {
        display: table;
    }

    .shop-content .product-media {
        width: 300px
    }
}

@media (max-width: 380px) {
    .shop-content .product-media {
        width: 280px
    }
}

/*--------------------- Shop Ends ------------------------- */

/*--------------------- Shop Single Starts ------------------------- */
.product-single .owl-carousel .owl-item img {
    margin: auto;
}

.product-single .item > a {
    border: 1px solid #e5e5e5;
    display: inline-block;
    border-radius: 3px;
}

.product-single .item > a:hover, .product-single .item > a:focus, .product-single .synced .item > a {
    border-width: 2px;
}

.product-single .item {
    text-align: center;
}

.product-single .sync2 .owl-nav > div {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    bottom: 0;
    color: #9f9f9f;
    display: inline-block;
    font-size: 10px;
    height: 20px;
    left: -10px;
    margin: auto;
    padding: 2px 10px;
    position: absolute;
    top: 0;
}

.product-single .sync2 .owl-nav > .owl-next {
    left: auto;
    right: -10px;
}

.product-single .sync2 .owl-nav > div:hover, .product-single .sync2 .owl-nav > div:focus {
    background-color: #92d2a7;
    color: #fff;
}

.product-content .rating {
    float: right;
}

.product-content .prod-tag {
    margin: 0 0 10px;
}

.product-content .meta > li {
    padding: 8px 0;
}

.product-content .meta li > strong {
    display: inline-block;
    width: 100px;
}

.prod-btns {
    border-bottom: 1px dashed #e9e9e9;
    border-top: 1px dashed #e9e9e9;
    margin: 25px auto;
    padding: 15px 0;
}

.prod-btns .quantity .btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    bottom: 0;
    padding: 0;
    position: absolute;
    top: 0;
    font-size: 22px;
    color: #ccc;
}

.prod-btns .quantity .minus {
    left: 10px;
}

.prod-btns .quantity .plus {
    right: 10px;
}

.prod-btns .quantity {
    position: relative;
    width: 140px;
}

.prod-btns > div {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    line-height: 1;
}

.prod-btns .sort-dropdown .search-selectpicker {
    margin: auto 10px;
}

.prod-btns .quantity .qty {
    border-radius: 2em;
    height: 36px;
    line-height: 35px;
    padding: 5px 20px;
    text-align: center;
}

.prod-btns .bootstrap-select .btn {
    width: 100px
}

.prod-tabs .tabs > li {
    display: inline-block;
    margin: auto 10px;
}

.prod-tabs .tabs > li a {
    position: relative;
}

.prod-tabs .tabs > li > a:hover::after, .prod-tabs .tabs > .active > a::after {
    border-radius: 50%;
    bottom: 0;
    opacity: 0;
    content: "";
    height: 5px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 5px;
}

.prod-tabs .tabs > li > a:hover::after, .prod-tabs .tabs > .active > a::after {
    bottom: -15px;
    opacity: 1;
}

.prod-tabs {
    text-align: center;
}

.prod-tab-content {
    padding-top: 30px;
}

.review-img {
    float: left;
    margin-right: 25px;
}

.rel-prod-slider {
    border-bottom: 1px solid #eeeeee;
}

.you-like .nav-1 .owl-nav {
    background-color: #fff;
    bottom: 0;
    display: inline-block;
    left: 0;
    margin: auto auto -13px;
    right: 0;
    top: auto;
    width: 72px;
}

.review-caption {
    display: table-cell;
    text-align: left;
}

.review-caption .title {
    display: inline-block;
}

.review-caption .rating {
    float: right;
    margin: 10px auto;
}

.review-wrap {
    border-bottom: 1px solid #eeeeee;
    margin: 40px auto auto;
    padding-bottom: 40px;
    width: 80%;
}

.your-rating {
    margin: 30px auto 40px;
}

.your-rating .left {
    float: left;
}

.your-rating .right {
    float: right;
}

.your-rating .left .star::before {
    color: #ccc;
    cursor: pointer;
    font-size: 26px;
    vertical-align: middle;
}

.your-rating .left .star:hover::before {
    color: #f6cc28;
}

@media (max-width: 767px) {
    .review-wrap {
        width: 100%;
    }

    .prod-btns > div {
        margin: 10px auto;
    }

    .product-content .tags-widget a {
        margin: 5px auto;
    }
}

/*--------------------- Shop Single Ends ------------------------- */

/*---------- Shop Pagination Start ----------*/
.nav-page {
    background-color: #fff;
    border: 1px solid #efefef;
    border-radius: 1em;
    bottom: 0;
    left: 0;
    margin: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 80px;
}

.nav-page > a {
    color: #9f9f9f;
    display: inline-block;
    font-size: 10px;
    height: 23px;
    line-height: 23px;
    margin-left: -3px;
    text-align: center;
    width: 40px;
}

.nav-page > a:hover, .nav-page > a:focus, .pagintn > li a:hover, .pagintn > li a:focus {
    background-color: #92d2a7;
    color: #fff;
}

.nav-page > .left {
    border-right: 1px solid #efefef;
    width: 40px;
}

.pagintn > li {
    display: inline-block;
}

.pagination-wrap {
    margin-top: 50px;
    text-align: center;
}

.pagintn > li a {
    border-radius: 5em;
    color: #666666;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    height: 30px;
    line-height: 30px;
    margin: auto 3px;
    width: 30px;
}

/*---------- Shop Pagination End ----------*/

/*---------- Sidebar Starts ----------*/
.widget-wrap {
    padding-bottom: 25px;
}

.widget-wrap > ul {
    margin-top: 10px;
}

.widget-wrap ul li {
    font-size: 16px;
    padding: 5px 0;
}

.widget-wrap .form-group {
    margin-bottom: 0;
}

.widget-wrap .sort-range {
    float: none;
    margin-bottom: 50px;
}

.widget-wrap .random-prod {
    border-style: none none dashed;
    border-width: medium medium 1px;
    border-color: #e9e9e9;
    border-radius: 0;
    margin-bottom: 30px;
    padding: 0 0 20px;
}

.widget-wrap .random-prod .title-1 {
    font-size: 15px;
}

.tags-widget > li {
    display: inline-block;
}

.tags-widget a {
    border: 1px solid #e5e5e4;
    border-radius: 1em;
    color: #a3a19f;
    font-size: 14px;
    padding: 3px 15px;
    display: inline-block;
}

.tags-widget a:hover, .tags-widget a:focus {
    color: #fff;
}

/*---------- Sidebar End ----------*/

/*---------- Cart Starts ----------*/
.product-table {
    height: auto;
    overflow: auto;
    width: 100%;
}

.product-table th {
    font-weight: normal;
    padding: 13px 20px;
    text-transform: capitalize;
    background-color: #f5f4f0;
    color: #7d7d7d;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
}

.product-table td {
    border-top: 1px solid #eeeeee;
    padding: 30px 10px;
    vertical-align: top;
    vertical-align: middle;
    text-align: center;
}

.product-table td.image, .product-table td.description {
    text-align: left;
}

.product-table td.image img {
    max-width: 180px;
    height: auto;
}

.product-table .prod-btns {
    border: none;
}

.product-table .prod-btns > div {
    margin: 5px auto;
}

.product-table .remove {
    background-color: #f7f6f2;
    border-radius: 15px;
    float: right;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    width: 25px;
}

.product-table .remove:hover, .product-table .remove:focus {
    background-color: #525252;
    color: #fff;
}

.shp-btn > .btn {
    margin: 15px;
}

.continue-shopping {
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    display: inline-block;
    margin-bottom: 50px;
    padding: 30px 0 40px;
    vertical-align: middle;
    width: 100%;
}

.continue-shopping .left {
    float: left;
    width: 370px;
}

.continue-shopping .right {
    float: right;
    margin-top: 25px;
}

.coupan-form {
    overflow: hidden;
    position: relative;
}

.coupan-form .btn {
    background-color: #fbfaf6;
    border-left: 1px solid #e7e7e6;
    border-radius: 0 5em 5em 0;
    font-size: 12px;
    font-weight: normal;
    height: 43px;
    padding: 10px 25px;
    position: absolute;
    right: 1px;
    top: 1px;
}

@media (max-width: 991px) {
    .product-table {
        display: block;
        overflow-x: auto;
    }

    .continue-shopping .left {
        width: auto;
    }
}

/*---------- Cart End ----------*/

/*---------------- Checkout Starts -------------------------- */
.chk-panel {
    border: 1px solid #e5e5e5;
}

.chk-body {
    padding-left: 25px;
}

.chk-body form .form-group {
    margin-bottom: 15px;
}

.chk-panel .panel {
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0;
    box-shadow: none;
    padding: 20px 30px;
}

.chk-panel .panel + .panel {
    margin-top: 0;
}

.chk-panel .panel:last-child {
    border-bottom: none;
}

.chk-form .radio-inline {
    display: inline-block;
    margin: 10px 0 0;
    width: 100%;
}

.chk-body p, .chk-body ul li {
    color: #999;
}

.chk-body ul li {
    display: inline-block;
    margin: 8px 0 0;
    width: 100%;
}

.chk-body ul li span {
    line-height: normal;
    margin-right: 10px;
    vertical-align: text-bottom;
}

.registed-form .fpw {
    float: left;
    margin: 10px auto auto;
}

.registed-form label {
    font-size: 13px;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .chk-panel .panel {
        padding: 20px 15px;
    }

    .chk-body {
        padding-left: 0;
    }

    .chk-form {
        margin-bottom: 30px;
    }
}

/*---------------- Checkout Ends -------------------------- */