/*shop page*/

/*breadcrum*/

.custom-style{
    background-color: #ffffff00  !important;
    margin: 0 !important;
}

.custom-style li a {
    color: #6c757d !important;
    text-decoration: none;
    font-size: 14px !important;
    text-transform: capitalize;
}

.breadcrumb-item.active {
    color: #0a0a0a !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    line-height: 25px !important;
}

.search-result h5{
 font-family:poppins; 
  text-transform: capitalize;
}

.font-300{
    font-weight:300 !important;
}

.mbottom-20{
    margin-bottom:20px !important;
}

.ptop-10{
    margin-top:10px !important;
}

.pagination {
    justify-content: center !important;
}

li.page-item {
    padding-right: 5px;
    padding-left: 5px;
    display:flex;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #ea145b  !important;
    border-color: #fde7ee  !important;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 24px;
    font-weight: 500;
    color:#fff !important; 
}

.page-link {
     margin-left: 15px  !important; 
    line-height: 24px !important; 
    border: 1px solid #d3ced0 !important; 
    border-radius: 50% !important; 
    text-align: center !important; 
    height: 40px;
    width: 40px;
    color:#686868 !important; 
}

.page-link:focus {
    box-shadow: 0 0 0 0 #fff !important; 
}

.page-link:hover {
    background-color: #ededed5c !important; 
}


/*filter by price*/

.select_box {
        float: right;
}


.custom-select1 {
  position: relative;
  font-family: poppins;
}

.custom-select1 select {
  display: none; 
}

.select-selected {
  background-color: #fff;
   padding: 8px 16px 8px 77px !important;
   border: 1px solid #ddd;
}



.select-selected:after {
    position: absolute;
    content: "\f107";
    top: 8px;
    right: 10px;
    width: 0;
    height: 0;
    border: 0px solid transparent;
    border-color: #fff transparent transparent transparent;
    font-family: 'FontAwesome';
    font-size: 20px;
    right: 22px;
    font-weight: 400;
}


.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

.select-selected {
     color: #282c3f;
    padding: 8px 16px;
    border: 1px solid #d5d5d5;
    cursor: pointer;
    user-select: none;
    font-weight: 600;
    font-size: 14px;
}

.select-items div{
     color: #282c3f;
    padding: 8px 16px;
    border: 1px solid #d5d5d5;
    cursor: pointer;
    user-select: none;
    font-size: 14px;
}


.select-items {
  position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    border: 1px solid #ddd;
    border-top: 0;
}


.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
   background-color: rgba(0, 0, 0, 0.1);
}

.custom-select1 label {
    position: absolute;
    top: 8px;
    left: 8px;
    margin: 0 !important;
    font-size: 14px;
    color: #282c3f;
    z-index: 1;
    
}

.select-items div {
    border: 0;
}


/*more filter*/

.modal.left .modal-dialog {
	position:fixed;
	left: 0;
	margin: auto;
	width: 300px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content {
	height: 100%;
	overflow-y: auto;
}

/*.modal.right .modal-body {*/
/*	padding: 15px 15px 80px;*/
/*}*/

.modal.right.fade .modal-dialog {
	left: -300px;
	-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, left 0.3s ease-out;
	-o-transition: opacity 0.3s linear, left 0.3s ease-out;
	transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
	right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
	border-radius: 0;
	border: none;
}

.modal-header {
	border-bottom-color: #eeeeee;
	background-color: #fafafa;
}

.search-result h6 {
    line-height: 41px;
    /* border-bottom: 1px solid #ebeaea; */
    margin:0 !important;
}

.display-flex {
    display: flex;
    justify-content: end;
}

a.filterbtn {
    color: #fff;
    font-size: 14px;
    padding: 8px 16px;
    text-align: center;
    display: inline-block;
    border: 1px solid;
    background-image: linear-gradient(to right, #f590b2, #eb145c);
     -webkit-transition: all 0.4s ease-in-out 0s;
      -moz-transition: all 0.4s ease-in-out 0s;
      transition: all 0.4s ease-in-out 0s;
      font-weight:500;
}

a.filterbtn:hover {
   background-image: linear-gradient(to right, #ff3a8a, #ff84ba);
    color: #fff;
    text-decoration:none;
}




.checkboxstyle {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333;
  font-weight: 300;
}

/* Hide the browser's default checkbox */
.checkboxstyle input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top:5px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #eee;
  border: 1px solid #dddddd;
  border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.checkboxstyle:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkboxstyle input:checked ~ .checkmark {
  background-color: #e91e63;
  border: 1px solid #e91e63;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkboxstyle input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkboxstyle .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal-title {
    font-family: 'californian-bold',poppins !important;
}

.more-short-option h6 {
    font-family: poppins;
    text-transform: uppercase;
}

.filter {
    margin-right: 15px;
}

.modal-header .close {
    outline: 0 !important;
}


.colour-display {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
}

.color-label {
    position: relative;
    line-height: 16px;
    vertical-align: middle;
    cursor:pointer;
}

.apply-btn button {
    padding: 6px 30px;
    background: #fff;
    /*background-image: linear-gradient(to right, #f590b2, #eb145c);*/
    color: #333;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    transition: all 200ms linear;
    display: block;
    text-align: center;
    border: 1px solid #333;
    width:100%;
    transition:all 0.3sec;
}

.apply-btn button:hover {
    background: #333;
    color: #fff;
   
}

.apply-btn {
    position: relative;
    bottom: 25px;
}

.cart-btn a:hover {
    background-image:linear-gradient(to right, #eb145c,#f590b2);
}

.btn-bg{
     background: #ffffff;      
       height: 40px;
}

.btnposition {
    position: fixed;
    bottom: 0;
    display: block;
    width: 80%;
    margin: 0 auto;
    display: inline-block;
    justify-content: center;
    align-items: center;
}
   

/*responsive*/

@media (min-width: 1600px){
  a.filterbtn {
    font-size: 18px;
  
}

.custom-select1 label {
    font-size: 16px;
}

.select-selected {
    font-size: 16px;
}
  
}
