.figure-post__media>a img {
    object-fit: contain;
    object-position: center;
    height: 300px;
    width: 100%;
    border: solid 1px #000;
}

.actsidebar {
    font-weight: bolder !important;
}

/*** 

====================================================================
                    Shop-Page
====================================================================

***/

.our-shop .item-shorting {
position: relative;
margin-bottom: 40px;
}

.item-shorting .text p {
font-size: 18px;
line-height: 70px;
font-weight: 600;
color: #757575;
}

.nice-select .list {
min-width: 160px !important;
}

.product-block-two .inner-box {
position: relative;
display: block;
padding: 9px 0px 77px 420px;
border-bottom: 1px solid #ececec;
margin-bottom: 60px;
min-height: 330px;
}

.product-block-two .inner-box .image-box {
position: absolute;
left: 0px;
top: 0px;
width: 370px;
height: 270px;
overflow: hidden;
}

.product-block-two .inner-box .image-box a {
position: absolute;
left: 0px;
top: 0px;
right: 0px;
width: 100%;
height: 100%;
font-size: 0px;
color: #fff;
z-index: 2;
}


.shop-page-section {
    position: relative;
    padding: 130px 0px;
}

.shop-page-section .pagination-wrapper {
    margin-top: 10px;
}

.shop-sidebar .sidebar-search {
    position: relative;
    display: block;
    padding: 10px 20px;
    margin-bottom: 40px;
}

.shop-sidebar .sidebar-search .form-group {
    position: relative;
    margin: 0px;
}

.shop-sidebar .sidebar-search .form-group input[type='search'] {
    position: relative;
    width: 100%;
    height: 50px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #fff;
    background: transparent;
    border: 1px solid transparent;
    padding: 10px 50px 10px 20px;
    transition: all 500ms ease;
}

.shop-sidebar .sidebar-search .form-group input::-webkit-input-placeholder {
    color: #fff;
}

.shop-sidebar .sidebar-search .form-group button {
    position: absolute;
    top: 11px;
    right: 20px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    background: transparent;
    transition: all 500ms ease;
}

.shop-sidebar .sidebar-search .form-group input:focus {
    border-color: #fff;
}

.shop-sidebar .sidebar-widget {
    position: relative;
    border: 2px solid #ececec;
    padding: 30px 40px;
    margin-bottom: 40px;
}

.shop-sidebar .sidebar-widget:last-child {
    margin-bottom: 0px;
}

.shop-sidebar .sidebar-widget .widget-title {
    position: relative;
    display: block;
    padding-bottom: 13px;
    margin-bottom: 29px;
    border-bottom: 2px solid #ececec;
}

.shop-sidebar .sidebar-widget .widget-title h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}

.shop-sidebar .category-widget .category-list li {
    position: relative;
    display: block;
    margin-bottom: 18px;
}

.shop-sidebar .category-widget .category-list li:last-child {
    margin-bottom: 0px;
}

.shop-sidebar .category-widget .category-list li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #757575;
    font-weight: 600;
    padding-left: 12px;
}

.shop-sidebar .category-widget .category-list li a:hover {}

.shop-sidebar .category-widget .category-list li a:before {
    position: absolute;
    /* content: "\f105"; */
    font-family: 'Font Awesome 5 Pro';
    left: 0px;
    top: 0px;
}


/* 
.shop-sidebar .category-widget {
padding: 41px 40px 46px 40px;
} */

.shop-sidebar .post-widget .post {
    position: relative;
    display: block;
    padding-left: 100px;
    padding-bottom: 34px;
    margin-bottom: 34px;
    border-bottom: 2px solid #ececec;
}

.shop-sidebar .post-widget .post:last-child {
    margin-bottom: 0px;
    border-bottom: none;
}

.shop-sidebar .post-widget .post .post-thumb {
    position: absolute;
    left: 0px;
    top: -4px;
    width: 80px;
    height: 80px;
    border-radius: 10px;
    transition: all 500ms ease;
}

.shop-sidebar .post-widget .post .post-thumb img {
    width: 100%;
    border-radius: 10px;
}

.shop-sidebar .post-widget .post .rating li {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    float: left;
    margin-right: 5px;
}

.shop-sidebar .post-widget .post .rating li:last-child {
    margin: 0px !important;
}

.shop-sidebar .post-widget .post .rating {
    margin-bottom: 1px;
}

.shop-sidebar .post-widget .post h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 3px;
}

.shop-sidebar .post-widget .post h5 a {
    display: inline-block;
    color: #222;
}

.shop-sidebar .post-widget .post h5 a:hover {}

.shop-sidebar .post-widget .post .price {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

.shop-sidebar .post-widget {
    padding: 41px 40px 20px 40px;
}

.shop-sidebar .post-widget .widget-title {
    margin-bottom: 44px;
}

.range-slider {
    position: relative;
}

.range-slider .title {
    position: relative;
    display: inline-block;
}

.range-slider p {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #131313;
    font-weight: 500;
    margin-right: 10px !important;
}

.range-slider .title:before {
    position: absolute;
    content: '$';
    left: -6px;
    top: -20px;
    color: #131313;
    font-weight: 500;
    font-size: 15px;
}

.range-slider .input {
    color: #131313;
    max-width: 75px;
    font-size: 15px;
    font-weight: 600;
    margin-top: 5px;
    position: relative;
    display: inline-block;
}

.range-slider .input input {
    background: none;
    color: #222;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    width: 80px;
}

.range-slider .ui-widget.ui-widget-content {
    height: 7px;
    border: none;
    background: #f0f0f0;
}

.range-slider .ui-slider .ui-slider-range {
    top: 0px;
    height: 7px;
}

.range-slider .ui-state-default,
.range-slider .ui-widget-content .ui-state-default {
    top: -7px;
    width: 18px;
    height: 18px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 0px;
}

.range-slider .clearfix {
    margin-bottom: 25px;
}

.shop-sidebar .price-filter {
    padding-bottom: 50px;
}

.shop-sidebar .advice-box {
    position: relative;
    display: block;
    width: 100%;
    padding: 145px 30px 150px 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.shop-sidebar .advice-box:before {
    position: absolute;
    content: '';
    background: #0e0e0e;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.7;
}

.shop-sidebar .advice-box p {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 26px;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.shop-sidebar .advice-box h2 {
    font-size: 40px;
    line-height: 45px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 41px;
}

.nice-select:after {
    position: absolute;
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    font-size: 18px;
    top: 22px;
    right: 0px;
    color: #5b5858;
    font-weight: 400;
    border: none !important;
    transform: rotate(0deg) !important;
}

.nice-select {
    position: relative;
    display: block;
    width: 100%;
    height: 70px;
    border: none !important;
    background: transparent;
    font-size: 18px;
    color: #757575;
    font-weight: 600;
    padding: 17px 10px;
    padding-right: 15px;
}

.our-shop .item-shorting {
    position: relative;
    margin-bottom: 40px;
}

.item-shorting .text p {
    font-size: 18px;
    line-height: 70px;
    font-weight: 600;
    color: #757575;
}

.nice-select .list {
    min-width: 160px !important;
}

.product-block-two .inner-box {
    position: relative;
    display: block;
    padding: 9px 0px 77px 420px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 60px;
    min-height: 330px;
}

.product-block-two .inner-box .image-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 370px;
    height: 270px;
    overflow: hidden;
}

.product-block-two .inner-box .image-box a {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    font-size: 0px;
    color: #fff;
    z-index: 2;
}

.product-block-two .inner-box .image-box img {
    width: 100%;
}

.product-block-two .inner-box:hover .image-box img {
    transform: scale(1.1);
}

.product-block-two .inner-box .image-box:before,
.product-block-two .inner-box .image-box:after {
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    opacity: 0.8;
    z-index: 1;
    transition: all 500ms ease;
}

.product-block-two .inner-box .image-box:before {
    left: 0px;
}

.product-block-two .inner-box .image-box:after {
    right: 0px;
}

.product-block-two .inner-box:hover .image-box:before,
.product-block-two .inner-box:hover .image-box:after {
    width: 50%;
}

.product-block-two .inner-box .content-box .rating li {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 13px;
    margin-right: 6px;
}

.product-block-two .inner-box .content-box .rating li:last-child {
    margin: 0px !important;
}

.product-block-two .inner-box .content-box .rating {
    margin-bottom: 11px;
}

.product-block-two .inner-box .content-box h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 5px;
}

.product-block-two .inner-box .content-box h2 a {
    display: inline-block;
    color: #222;
}

.product-block-two .inner-box .content-box h2 a:hover {}

.product-block-two .inner-box .content-box h5 {
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 14px;
}

.product-block-two .inner-box .content-box h5 span {
    font-size: 15px;
}

.product-block-two .inner-box .content-box p {
    margin-bottom: 20px;
}

.product-block-two .inner-box .content-box .theme-btn-one {
    padding: 9.5px 25px;
}

.shop-list .pagination-wrapper {
    padding-top: 30px;
}


/** shop-details **/

.shop-details {
    position: relative;
    padding: 130px 0px 125px 0px;
    border-bottom: 1px solid #e4e4e4;
}

.product-details-content .slider-content {
    position: relative;
    display: block;
}

.product-details-content .slider-content .slider-pager {
    position: absolute;
    left: 0px;
    top: 0px;
}

.product-details-content .slider-content .slider-pager .thumb-box li {
    margin-bottom: 23px;
    position: relative;
    width: 170px;
    height: 180px;
    cursor: pointer;
    z-index: 9;
}

.bx-viewport {
    min-height: 586px !important;
}

.product-details-content .slider-content .slider-pager .thumb-box li:last-child {
    margin-bottom: 0px;
}

.product-details-content .slider-content .product-image {
    position: relative;
    padding-left: 195px;
}

.product-details-content .slider-content .product-image .image {
    position: relative;
    display: block;
}

.product-details-content .slider-content .product-image .image img {
    width: 100%;
}

.product-details-content .slider-inner {
    position: relative;
    margin-right: -30px;
}

.product-details-content .product-details {
    position: relative;
    margin-left: 70px;
}

.product-details-content .product-details h2 {
    font-size: 45px;
    line-height: 50px;
    font-weight: 700;
    color: #112433;
    margin-bottom: 12px;
}

.product-details-content .product-details .rating li {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    float: left;
    margin-right: 5px;
}

.product-details-content .product-details .rating li:last-child {
    margin: 0px !important;
}

.product-details-content .product-details .rating {
    margin-bottom: 17px;
}

.product-details-content .product-details h5 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 17px;
}

.product-details-content .product-details .text {
    margin-bottom: 25px;
}

.product-details-content .product-details .text p {
    margin-bottom: 10px;
    line-height: 30px;
}

.product-details-content .product-details .text p:last-child {
    margin-bottom: 0px;
}

.product-details-content .product-details .color-box {
    margin-bottom: 30px;
}

.product-details-content .product-details .color-box h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 12px;
}

.product-details-content .product-details .color-box .color-list .color {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}

.product-details-content .product-details .color-box .color-list .color:last-child {
    margin: 0px !important;
}

.product-details-content .product-details .color-box .color-list .color-1 {}

.product-details-content .product-details .color-box .color-list .color-2 {}

.product-details-content .product-details .color-box .color-list .color-3 {}

.product-details-content .product-details .color-box .color-list .color-4 {}

.addto-cart-box .clearfix li {
    position: relative;
    display: inline-block;
}

.addto-cart-box .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    max-width: 50px;
    width: 100%;
    height: 31px;
}

.addto-cart-box .theme-btn-one {
    padding: 7px 23px;
    font-size: 13px;
}

.addto-cart-box .item-quantity {
    position: relative;
    display: inline-block;
    max-width: 130px;
    width: 100%;
    float: left;
    padding: 0px 40px;
    margin-right: 30px;
    border: 1px solid #dddddd;
    z-index: 1;
    margin-top: 4px;
}

.addto-cart-box input.quantity-spinner {
    line-height: 31px;
    height: 31px;
    width: 43px !important;
    padding: 0px !important;
    box-shadow: none !important;
    font-family: 'Futura', sans-serif;
    border: none;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #112433;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}


.page-link{
    border: #000 3px solid;
    font-size: 1.2rem;

}
.page-item{
    margin: 0px !important;
}

.pagination .active a{
    background-color: black  !important;
    color: white !important;
    border-color: black !important;
}
.pagination .active a{
    background-color: black !important;
    color: white !important;
    border-color: black !important;
}