
.checkbox{background-color:#fff;display:inline-block;height:25px;margin:0 .25em;width:25px;border-radius:0px;border:1px solid #ccc;float:right}
.checkbox span{display:block;height:25px;position:relative;width:25px;padding:0}
.checkbox span:after{-moz-transform:scaleX(-1) rotate(135deg);-ms-transform:scaleX(-1) rotate(135deg);-webkit-transform:scaleX(-1) rotate(135deg);transform:scaleX(-1) rotate(135deg);-moz-transform-origin:left top;-ms-transform-origin:left top;-webkit-transform-origin:left top;transform-origin:left top;border-right:4px solid #fff;border-top:4px solid #fff;content:'';display:block;height:15px;left:3px;position:absolute;top:13px;width:8px}
.checkbox input{display:none}
.checkbox input:checked + span:after{-webkit-animation:check .8s;-moz-animation:check .8s;-o-animation:check .8s;animation:check .8s;border-color:#000}

.list-group-item {
    padding: .75rem 0;
}
.overlay-components {
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
    .colors {
        display: flex;
        position: unset;
        bottom: 2em;
        right: 2em;
        z-index: 3;
    }
    .color {
        height:36px!important;
        width: 36px!important;
        margin-left: 0.5em;
        border-radius: 18px;
        box-shadow: 0px 4px 10px rgb(0 0 0 / 30%);
        border: 2px solid #aaa;
        cursor: pointer;
    }
    .product-catg {
        font-size: 14px;
        font-weight: 700;
    }
    .product-catg span {
        color: #f7d48c;
    }
    .product-sec-nav {
        box-shadow: 0px 0px 25px rgb(0 0 0 / 10%);
        padding: 20px!important;
    }
    .slidecontainer {
      width: 100%;
    }
    
   .badge-primary {
        color: #000;
        background-color: transparent;
        /*float: right;*/
    }
    .list-group-item {
        border: 0px solid rgba(0, 0, 0, 0.125);
    }
    .list-group.product-catg {
        border-bottom: 1px solid #ccc;
    }
    
    
    .color__circle--large {
        height: 28px;
        width: 28px;
        border-radius: 50% !important;
    }
    .m--b--1 {
        margin-bottom: 4px !important;
    }
    .checked-list {
      display: block;
      position: relative;
      padding-left: 35px;
      margin-bottom: 12px;
      cursor: pointer;
      font-size: 14px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }
    
    /* Hide the browser's default checkbox */
    .checked-list input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0;
    }
    
    /* Create a custom checkbox */
    .checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 25px;
      width: 25px;
      background-color: #eee;
        border: 2px solid #c6bfb7;
    }
    
    /* On mouse-over, add a grey background color */
    .checked-list:hover input ~ .checkmark {
      background-color: #ccc;
    }
    
    /* When the checkbox is checked, add a blue background */
    .checked-list input:checked ~ .checkmark {
      background-color: #f8d496;
    }
    
    /* Create the checkmark/indicator (hidden when not checked) */
    .checkmark:after {
      content: "";
      position: absolute;
      display: none;
    }
    
    /* Show the checkmark when checked */
    .checked-list input:checked ~ .checkmark:after {
      display: block;
    }
    
    /* Style the checkmark/indicator */
    .checked-list .checkmark:after {
      left: 9px;
      top: 5px;
      width: 5px;
      height: 10px;
      border: solid white;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    .list-group-item-sec {
        font-size: 14px;
        padding-bottom: 20px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 20px;
    }
    .border-bottom {
        border-bottom: 0px solid #dee2e6 !important;
    }
    .product-category{
        text-decoration: none;
        color:black
    }
    .product-category-container {
        max-height: 250px;
        overflow: hidden;
        overflow-y: scroll;
    }
    /* custom scrollbar */
    ::-webkit-scrollbar {
    width: 20px;
    }

    ::-webkit-scrollbar-track {
    background-color: transparent;
    }

    ::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
    }

    ::-webkit-scrollbar-thumb:hover {
        background-color: #a8bbbf;
    }
    a.product-category.selected {
        color: black;
        -webkit-text-fill-color: white;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: black;
    }
    .product-category-mb{
        margin-bottom:30px;
    }
    .bids-time{
        padding:8px 0px 0px 0px;
    }
    
    .img-fluid {
    /* max-width: 100%; */
    height: auto!important;
    padding: 40px;
}
.product-item-col {
    padding: 0 5px;
}
.product-btn {
    float: inherit;
}
.product-details {
    height: 125px;
}

@media screen and (max-width: 1440px) and (min-width: 1300px){
    .product-btn{
        padding: 10px;
        font-size: 14px;
        margin-bottom: 0px;
        
    }
     
    .overlay-components {
       top: 52%;
    }
    .camera-icon {
        width: 17%!important;
        height: 20%;
        margin-left: 45px!important;
    }
}


@media screen and (max-width: 580px) and (min-width: 280px){
.overlay-components-seller {
    top: 60%!important;
}
.view-more-button {
    padding: 14.5px 30px 14.5px 30px;
}
.bids-time {
    float: none;
    width: 100%;
}
}
a:hover {
   color:black
}

.btn-group {
    border: 1px solid #e2e1e1;
    
}

ul.job-menu {
    list-style: none;
    display: contents;
}

li.inner_item{
    background-color: #f8f8f8;
    padding: 5px;
}

.job-menu li a {
    color: #000;
    padding: 5px 20px;
    text-transform: uppercase;
}

li.inner_item.active, li.inner_item.active > a {
    background: black;
    color: white;
}

.shop_show{
    display: block;
}

.shop_hide{
    display: none
}
.profile-banner {
   transition: background-color 1s;
    width: 100%;
    height: 280px;
    position: relative;
    background-position: center;
    background-size: cover;

}
.profile-banner:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: inherit;
    content: ' ';
}

.profile-img-a {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    height: auto;
    width: auto;
    block-size: fit-content;
    border: 3px solid #fff;
    border-radius: 50%;
}
.profile-bnr{
   
}
.profile-banner-sec{
    margin-top: -125px;
    padding:0 5px;
}
.profile-heading-tlt {
    font-size: 14px;
    font-weight: bold;
	line-height: 30px;
    text-transform: uppercase;
}
.product-sec-nav {
    box-shadow: 0px 0px 25px rgb(0 0 0 / 10%);
    padding: 20px!important;
}
.border-bottom {
    border-bottom: 0px solid #dee2e6 !important;
}
.product-catg {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.product-category-container {
    max-height: 250px;
    overflow: hidden;
    overflow-y: scroll;
}
.list-group-item-sec {
    font-size: 14px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.product-category {
    text-decoration: none;
    color: black;
    text-transform: uppercase;
}
.list-group-item-sec i {
    font-size: 12px;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 2px solid #c6bfb7;
}
.checked-list input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checked-list {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.colors {
    display: flex;
    position: unset;
    bottom: 2em;
    right: 2em;
    z-index: 3;
    margin-bottom: 20px;
}
.color {
    height: 36px!important;
    width: 36px!important;
    margin-left: 0.5em;
    border-radius: 18px;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 30%);
    border: 2px solid #aaa;
    cursor: pointer;
}
.profile-list-img {
    width: 80px;
}
.checked {
  color: orange;
}
.feedbk-sec {
    margin-bottom: 20px;
}
.product-item-col {
    padding: 0 5px;
}
.img-fluid {
    height: auto!important;
    padding: 40px;
}


.profile-img:hover .overlay {
  opacity: 1;
}

.camera-icon {
  color: white;
  /* font-size: 50px; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.fa-user:hover {
  color: #eee;
}
.profile-hdg {
    float: left;
    padding-left: 15px;
    max-width: 500px;
}
.edit-btn {
    float: right;
    color: #fff;
}
.item{
    width: 180px;
    height: 180px;
    background-color: white;
    position: relative;
    display: inline-block;
    overflow: hidden;
    box-shadow: 2px 3px 10px #444444;
    border-radius: 50%;
    text-align: center;
}

.item .overlay{
  color: #000;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s ease;
  position: absolute;
  top: 0; 
  bottom: 0;
}
.profile-menu {
    margin-top: -50px;
    text-align: right;
}
/* effect-clean*/

.clean .overlay span:nth-child(2){
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 17px;
  transform: translateX(-50%);
}

.clean .overlay:hover{
  opacity: 0.93;
}

.clean .overlay:hover span:nth-child(2){
  animation: slide 0.7s;
}

@keyframes slide{
  0%   {transform:translateX(-10%);}
  100% {transform:translateX(-50%);}
}

@keyframes line{
  0%   {width: 0;}
  100% {width: 50%}
}

.uncover .overlay span:nth-child(2){
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 17px;
  transform: translateY(-50%);
  transform: translateX(-50%);
  opacity: 0;
}
.camera-icon {
    width: 7%;
    height: 22%;
    /* margin-top: 55px; */
    color: #000;
    background-color: #6f6f6f;
    border-radius: 44px;
    margin-top: 55px;
    margin-left: 45px;
}
.camera-icon i {
    color: white;
    filter: none;
    font-size: 20px;
    padding: 9px 0px 0px 0px;
}
.cover-photo-btn{
    margin-top: -115px;
    margin-bottom: 40px;
    margin-left: 10px;
}
@media screen and (max-width: 1800px) and (min-width: 1441px){
.overlay-components {
    top: 56%!important;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1300px){
.overlay-components {
    top: 56%!important;
    }
}
@media only screen and (max-width: 3200px){
    .camera-icon {
        width: 11%;
        height: 20%;
        margin-left: -16px;
    }
    .overlay-components {
        top: 70%;
    }
}
@media only screen and (max-width: 2800px){
    .camera-icon {
        width: 11%;
        height: 20%;
        margin-left: -14px;
    }
    .overlay-components {
        top: 70%;
    }
}
@media only screen and (max-width: 2550px){
    .camera-icon {
        width: 11%;
        height: 22%;
        margin-left: -30px;
    }
    .overlay-components {
        top: 67%;
    }
    .overlay-components-seller {
        top: 66%!important;
    }
}
@media only screen and (max-width: 2200px){
    .camera-icon {
        width: 11%;
        height: 20%;
        margin-left: -20px;
    }
    .overlay-components {
        top: 65%;
    }
}
@media only screen and (max-width: 1920px){
    .camera-icon {
        width: 14%;
        height: 20%;
        margin-left: 10px;
    }
    .overlay-components {
        top: 62%!important;
    }
}
@media only screen and (max-width: 1820px) {
    .camera-icon {
        width: 14%;
        height: 20%;
        margin-left: 20px;
}
.profile-heading {
    margin-top: -75px;
    padding:0 5px;
}
.button-text-center{
    text-align:right;
}
}
@media screen and (max-width:1720px){
    .overlay-components {
    top: 55%!important;
}
}
@media only screen and (max-width: 768px){
    .view-more-button {
        padding: 14.5px 30px 14.5px 30px;
    }
    .profile-heading {
        margin-top: 20px!important;
        padding-left: 15px;
    }
    .getin-touch-btn{
        padding: 14.5px 30px 14.5px 30px!important;
        padding-left: 20px;
    }
    .button-text-center{
        text-align:center!important;
    }
}

@media only screen and (max-width: 768px){
    .camera-icon {
        width: 7.5%;
        height: 20%;
        margin-left: 50px;
    }
}
@media screen and (max-width: 1620px) and (min-width: 1521px){
    .camera-icon {
        width: 16%;
        height: 20%;
        margin-left: 30px!important;
    }
}
@media only screen and (min-width: 1520px) {

.profile-heading {
    margin-top: -75px;
     padding:0 5px;
}
.button-text-center{
    text-align:right!important;
}
}
@media screen and (max-width: 1520px) and (min-width: 1441px){
.camera-icon {
    width: 16%;
    height: 20%;
    margin-left: 40px;
}
.profile-heading {
    margin-top: -75px;
     padding:0 5px;
}
.button-text-center{
    text-align:right!important;
}
}
@media screen and (max-width: 1440px) and (min-width: 1300px){
    
.camera-icon {
    width: 17%;
    height: 20%;
    margin-left: 45px;
}
.profile-heading {
    margin-top: -75px;
     padding:0 5px;
}
.button-text-center{
    text-align:right!important;
}
.view-more-button {
    padding: 14.5px 30px 14.5px 30px!important;
    }
}
@media screen and (max-width: 1299px) and (min-width: 1201px){
    .view-more-button {
    padding: 14.5px 30px 14.5px 30px;
}
.camera-icon {
    width: 18%;
    height: 20%;
    margin-top: 55px;
    margin-left: 55px;
}
.profile-heading {
    margin-top: -75px;
     padding:0 5px;
}
.button-text-center{
    text-align:right!important;
}
}
@media screen and (max-width: 1200px) and (min-width: 1121px){
    
.view-more-button {
    padding: 14.5px 30px 14.5px 30px;
}
.camera-icon {
    width: 20%;
    height: 20%;
    margin-left: 65px;
}
.profile-hdg {
    padding-left: 40px!important;
}
.profile-heading {
    margin-top: -75px;
     padding:0 5px;
}
.button-text-center{
    text-align:right!important;
}
}
@media screen and (max-width: 1120px) and (min-width: 1025px){
    
.view-more-button {
    padding: 14.5px 25px 14.5px 25px;
}
.camera-icon {
    width: 22%;
    height: 20%;
    margin-left: 75px;
}
.profile-hdg {
    padding-left: 40px!important;
}
.profile-heading {
    margin-top: -75px;
    padding: 0 5px;
}
.button-text-center{
    text-align:right!important;
}
}
@media screen and (max-width: 1024px) and (min-width: 991px){

.getin-touch-btn{
    padding: 16px!important;
}
.view-more-button {
    padding: 16px!important;
}
.profile-menu {
    margin-top: -40px;
}
.profile-banner-sec {
    margin-top: -98px;
 }
.profile-list-img {
    width: 65px;
}
.camera-icon {
    width: 22%;
    height: 20%;
    margin-top: 55px;
    margin-left: 75px;
}
.profile-hdg {
    padding-left: 50px!important;
}
.profile-heading {
    margin-top: -75px;
     padding:0 5px;
}
.button-text-center{
    text-align:right!important;
}
}
@media screen and (max-width: 991px) and (min-width: 767px){
.cover-photo-btn {
    margin-top: -115px;
    margin-bottom: 80px;
    margin-left: 10px;
}
.profile-hdg {
    float: left;
    padding-left: 80px;
    max-width: 500px;
}
.profile-heading {
    margin-top: -75px;
    padding: 0 5px;
}
.about-sec {
     padding: 0px 3%; 
}
.overlay-components {
    top: 67%!important;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.profile-banner-sec {
    margin-top: -125px;
    padding: 0 5px;
    text-align: center;
}

.profile-hdg {
    float: none;
    max-width: 500px;
    padding: 0;
}
.button-text-center{
    text-align: right!important;
}
}

@media screen and (max-width: 767px) and (min-width: 280px){
.profile-banner-sec {
    text-align: center;
}
.profile-heading-des {
    padding: 5px;
}
.profile-menu {
    margin-top: 0px;
}
.profile-hdg {
    float: none;
    padding-left: 0px;
    text-align: center;
    /*margin-top: 70px;*/
}
.profile-btn {
    margin: 5px 0;
}
.profile-menu {
    margin-top: 0px;
    padding: 0px 13%;
    border: 0px solid;
    text-align: center;
}
.item {
    width: 160px;
    height: 160px;
}
}
p.review_description {
    padding-top: 9px;
}
p.reviewer_div {
    color: grey;
}
.feedback-img {
    float: left;
}
.getin-touch-btn{
    cursor: pointer
}
.getin-touch-btn.active {
    border: 1px solid #000!important;
    background: #fff;
    color: #000 !important;
}
.card.card-selected {
    border: 2px solid black;
}
.padding-none{
    padding: 0px !important;
}
.float-right{
    float:none!important;
    text-transform: uppercase;
}
.button-text-center{
    text-align:center;
}

@media screen and (max-width: 680px) and (min-width: 581px){
    .camera-icon {
        width: 9%!important;
        height: 20%;
        margin-left: 45px!important;
    }
}
@media screen and (max-width: 990px) and (min-width: 768px){
    .camera-icon {
        width: 33%!important;
        height: 22%;
        margin-left: 90px;
    }
}
@media screen and (max-width: 750px) and (min-width: 481px){
    .camera-icon {
        width: 8%!important;
        height: 22%;
        margin-left: 40px;
    }
}
@media screen and (max-width: 480px) and (min-width: 381px){
    .camera-icon {
        width: 9%!important;
        height: 20%;
        margin-left: 45px;
    }
}
@media screen and (max-width: 380px) and (min-width: 280px){
    .camera-icon {
        width: 11%!important;
        height: 20%;
        margin-left: 45px;
    }
}