.shop{
    padding-top: 0px;
}
.filter-section{
    padding-top: 30px;
}
.shop .shop-title{
    position: relative;
    margin-bottom: 20px;
}
.shop .shop-title::after{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    background-color: rgb(26, 26, 26, 0.2);
    height: 1px;
    width: 100%;

}
.shop .filter-item{
    border: 1px solid #cce7d0;
    padding: 10px 20px;
    margin-top: 50px;
}
.shop .filter-item .checkbox{
    margin: 30px 0;
}
.shop .filter-item .checkbox p{
    color: var(--primary);
    font-weight: bold;
}
.shop .filter-item .checkbox .form-group{
    margin-bottom: 5px !important;
}
.shop .filter-item .checkbox .form-group label{
    cursor: pointer;
}
.shop .filter-item .checkbox .form-group input{
    cursor: pointer;
    height: 15px;
    width: 15px;
}
.shop .filter-title{
    position: relative;
    margin-bottom: 30px;
}
.shop .filter-title::after{
    content: '';
    position: absolute;
    bottom: -16px;
    left: 0;
    background-color: rgb(26, 26, 26, 0.2);
    height: 1px;
    width: 100%;

}
.shop .shop-title h5{
    font-size: 18px;
    text-transform: capitalize;
    position: relative;
}
.shop .shop-title h5::after {
    content: '';
    position: absolute;
    bottom: -9px;
    left: 0;
    background-color: var(--primary);
    height: 2px;
    width: 50px;
    transition: 0.5s;
}
.shop .left .item{
    border: 1px solid #cce7d0;
    padding: 10px 20px;
    transition: 0.5s;
    margin-top: 56px !important;
}
.shop .left .category-item .item-body{
    max-height: 500px;
    overflow-y: auto;
}
.shop .left .filter-item .checkbox .checkbox-body{
    max-height: 500px;
    overflow-y: auto;
}
.filter-section .left .category-item .item-body{
    max-height: 500px;
    overflow-y: auto;
}
.filter-section .left .filter-item .checkbox .checkbox-body{
    max-height: 200px;
    overflow-y: auto;
}
.shop .left .item:hover .shop-title h5::after{
    width: 100%;
}
.shop .left .item .item-body ul li{
    margin-bottom: 10px;
    transition: 0.5s;
}
.shop .left .item .item-body ul li a{
    transition: 0.5s;
}
.shop .left .item .item-body ul li a:hover{
    margin-left: 5px;
    color: var(--primary);
}
.shop .right .left span{
    color: var(--primary);
    font-weight: bold;
}
.shop .right .search-dropdown{
    margin-bottom: 25px;
}
.shop .right .dropdown:first-child{
    margin-right: 20px;
}
.shop .right .dropdown button{
    background-color: var(--primary) !important;
    color: white !important;
    padding: 5px 20px 5px 10px !important;
}
.shop .right .dropdown button:focus {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    box-shadow: none !important;
}
.shop .right .dropdown .dropdown-menu{
    min-width: 6.9rem !important;
}
.shop .right .dropdown2 .dropdown-menu{
    min-width: 10.5rem !important;
}
.shop .right .dropdown button i{
    color: white !important;
    font-size: 15px;
    margin-top: 3px;
}
.shop .right .dropdown button p{
    font-size: 15px;
}
.shop .right .dropdown .dropdown-item {
    font-size: 14px;
}
.dropdown-toggle::after {
    position: absolute;
    right: 5px;
    top: 15px;
}
.shop .right .pagination ul{
    display: flex;
    flex-direction: row;
    justify-content: start;
    margin: 0 30px;
}
.shop .right .pagination .common-arrow-btn a i {
    font-size: 15px;
    display: inline-block;
    padding: 9px 10px;
    text-align: center;
    background-color: var(--primary);
    border: 1px solid var(--primary);
    color: white;
    transition: 0.5s;
}
.shop .right .pagination .common-arrow-btn a i:hover {
    border: 1px solid var(--primary);
    background-color: #ffffff;
    color: var(--primary);
}
.shop .right .pagination .left-arrow-btn a i {
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}
.shop .right .pagination .right-arrow-btn a i {
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}
.shop .right .pagination ul li{
    margin-right: 10px;
}
.shop .right .pagination ul li a{
    font-size: 15px;
    display: inline-block;
    padding: 4px 13px;
    text-align: center;
    border-radius: 4px;
    background-color: #ffffff;
    color: var(--primary);
    transition: 0.5s;
}
.shop .right .pagination ul li .active{
    font-size: 15px;
    display: inline-block;
    padding: 4px 13px;
    text-align: center;
    border-radius: 4px;
    background-color: var(--primary);
    color: white;
    transition: 0.5s;
}
.shop .right .pagination ul li a:hover{
    display: inline-block;
    padding: 4px 13px;
    text-align: center;
    border-radius: 4px;
    background-color: var(--primary);
    color: white;
}
.shop .right .item {
    background-color: #fff;
    border: 1px solid #cce7d0;
    border-radius: 14px;
    position: relative;
    padding: 10px 10px 10px 10px;
    margin: 0 0px;
    cursor: pointer;
    margin-bottom: 25px;
    transition: 0.4s;
}
.shop .right .item:hover {
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.shop .right .item .img{
	overflow: hidden;
	border-radius: 5px;
	position: relative;
    height: 190px !important; /* pavel vai */
}
.shop .right .item .img .hover-image{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 10;
}
.shop .right .item:hover .img .hover-image{
	opacity: 1;
}
.shop .right .item .img .overlay-icon {
    position: absolute;
    /* transform: scale(0); */
    top: 0;
    right: 0;
    transform: translate(0%, 0%);
    opacity: 0;
    z-index: 19;
    transition: 0.4s;
}
.shop .right .item:hover .img .overlay-icon{
	/* transform: scale(1); */
	opacity: 0;
}
.shop .right .item .overlay-icon i{
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50px;
    background-color: #ffffff;
    text-align: center;
    margin-right: 3px;
    display: inline-block;
    border: 1px solid deeppink;
	color: deeppink;
	cursor: pointer;
	transition: 0.4s;
}
.shop .right .item .overlay-icon i:hover{
	color: deeppink;
	background-color: var(--primary);
    border-color: var(--primary);
}
.shop .right .item .img img{
	height: 100%;
	width: 100%;
	transform: scale(1);
    object-fit: contain; /* pavel vai */
	transition: 0.6s;
}
.shop .right .item:hover .img img{
	transform: scale(1.1);
}
.shop .right .item .text{
	margin-top: 15px;
}
.shop .right .item .text p{
	text-transform: capitalize;
	opacity: 0.6;
}
.shop .right .item .text h4{
    font-size: 14px;
    text-transform: capitalize;
	color: #1a1a1a;
	opacity: 0.8;
    text-align: left;
    margin-bottom: 2px;
    height: 33px;
    overflow: hidden;

}
.shop .right .item .text .rating{
	margin-bottom: 8px;
}
.shop .right .item .text .rating i{
	color: #ffb300;
	font-size: 10px;
}
.shop .item .text .rating span{
	color: var(--primary);
}
.shop .right .item .text .price span{
	font-weight: bold;
	margin-right: 10px;
	color: var(--primary);
	font-size: 16px;
}

.shop .right .item .type {
    position: absolute;
    top: 17px;
    left: 17px;
    background-color: var(--primary);
    color: white;
    padding: 2px 5px 0;
    font-size: 11px;
    line-height: 18px;
    border-radius: 7px;
    z-index: 20;
    letter-spacing: 0 !important;
}
/* Dual range slider */


  .center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 30px;
  }

  :root {
    --clr-prim:#1B984D;
    --clr-prim-h:#178242;
    --clr-bad:#D91E18;
    --clr-box:#F9F9F9;
    --clr-box-dark:#f2f2f2;
    --clr-border:#D9D9D9;
    --txt-clr:#333333;
    --shadow:0px 3px 6px 0px rgba(0,0,0,0.1);
    --cubic:cubic-bezier(0.11, 0.54, 0.33, 1.01);
  }

  .dual-range {
    --range-size:10px;
    --range-width:200px;
    --handle-size:1.3;
    height: var(--range-size);
    width: var(--range-width);
    background: #ffffff;
    border-radius: 50px;
    position: relative;
    user-select: none;
  }
  .dual-range .highlight {
    position: absolute;
    height: var(--range-size);
    width: calc(calc(var(--x-2) - var(--x-1)) + calc(var(--range-size) * var(--handle-size)));
    left: var(--x-1);
    background: var(--primary);
    z-index: 1;
    border-radius: 50px;
  }
  .dual-range .handle {
    width: calc(var(--range-size) * var(--handle-size));
    height: calc(var(--range-size) * var(--handle-size));
    background: #a1cae2;
    position: absolute;
    box-shadow: var(--shadow);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: grab;
  }
  .dual-range .handle:active {
    cursor: grabbing;
  }
  .dual-range .handle.left {
    left: var(--x-1);
  }
  .dual-range .handle.right {
    left: var(--x-2);
  }
  .dual-range .handle::after {
    content: "৳" attr(data-value);
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
  }

  /* two */
  .dual-range2 {
    --range-size:10px;
    --range-width:200px;
    --handle-size:1.3;
    height: var(--range-size);
    width: var(--range-width);
    background: #ffffff;
    border-radius: 50px;
    position: relative;
    user-select: none;
  }
  .dual-range2 .highlight {
    position: absolute;
    height: var(--range-size);
    width: calc(calc(var(--x-2) - var(--x-1)) + calc(var(--range-size) * var(--handle-size)));
    left: var(--x-1);
    background: var(--primary);
    z-index: 1;
    border-radius: 50px;
  }
  .dual-range2 .handle2 {
    width: calc(var(--range-size) * var(--handle-size));
    height: calc(var(--range-size) * var(--handle-size));
    background: #a1cae2;
    position: absolute;
    box-shadow: var(--shadow);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: grab;
  }
  .dual-range2 .handle2:active {
    cursor: grabbing;
  }
  .dual-range2 .handle2.left {
    left: var(--x-1);
  }
  .dual-range2 .handle2.right {
    left: var(--x-2);
  }
  .dual-range2 .handle2::after {
    content: "৳" attr(data-value);
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
  }
/* Extra-Small Device*/
@media (max-width:575px){
    .shop .search-dropdown .right{
        /* display: none !important; */
    }
    .shop .search-dropdown .left {
        text-align: center;
        padding-top: 20px;
    }
    .shop .right .pagination ul li .active {
        padding: 0 !important;
        font-size: 13px;
    }
    .shop .right .pagination ul li a{
        width: 27px;
        font-size: 13px;
        padding: 0 !important;
    }
    .shop .right .pagination ul li a:hover {
        font-size: 13px;
        padding: 0 !important;
    }
    .shop .right .pagination ul li {
        margin-right: 0px;
    }
    .shop .right .pagination ul {
        margin: 0 5px;
    }
    .shop .right .pagination .common-arrow-btn a i {
        font-size: 12px;
        padding: 7px 7px;
    }
    .shop .left .item .item-body ul li {
        margin-bottom: 3px;
    }
    .shop .filter-item {
        margin-top: 20px;
    }
    .shop .filter-title h5{
        font-size: 16px;
    }
    .shop .shop-title h5 {
        font-size: 16px;
    }
    .shop .right .item {
        margin-bottom: 20px;
    }
    .shop .right .item .text h4 {
        font-size: 16px;
    }
    .shop .right .item .img .overlay-icon {
        /* top: 50%; */
        /* left: 50%; */
    }
    .shop .right .item .overlay-icon i {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .shop .right .item .type {
        top: 10px;
        left: 10px;
    }
}

/* Small Device col-sm */
@media (min-width:576px) and (max-width:767px){
    .shop .left-d-flex{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }
    .shop .right .dropdown button p {
        font-size: 13px;
    }
    .shop .search-dropdown .left p{
        font-size: 13px;
    }
    .col-0{
        display: none;
    }
    .shop .search-dropdown .right{
        justify-content: end;
    }
    .shop .search-dropdown{
        margin-top: 30px;
    }
    .shop .right .item .text h4 {
        font-size: 16px;
    }
    .shop .right .item .my-icon {
        bottom: 3px;
        right: 5px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .shop .right .item {
        padding: 3px 3px 3px 3px;
    }
    .shop .right .item .overlay-icon i {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .shop .right .item .img .overlay-icon {
        top: 65px;
        left: 17px;
    }
    .shop .filter-item .checkbox {
        margin: 30px 0 5px 0;
    }
    .shop .filter-item {
        margin-top: 0px;
    }
    .shop .left .item {
        padding: 10px 60px;
    }
    .shop .right .pagination{
        justify-content: center;
    }
    .shop .shop-title {
        margin-bottom: 40px;
    }
}

/* Medium Device col-md */
@media (min-width:768px) and (max-width:991px){
    .shop .right .pagination{
        justify-content: center;
    }
    .shop .search-dropdown .right{
        justify-content: end;
    }
    .shop .search-dropdown{
        margin-top: 30px;
    }
    .shop .left-d-flex{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }
    .shop .filter-item {
        margin-top: 0px;
        padding: 10px 40px;
    }
    .shop .filter-item .checkbox {
        margin: 30px 0 5px 0;
    }
    .shop .left .item {
        padding: 10px 75px;
    }
    .shop .shop-title {
        margin-bottom: 40px;
    }
}

/* Large Device col-lg */
@media (min-width:992px) and (max-width:1199px){

}
