/*
* Template Name: Website Conference
*/


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  font-family: "Poppins", sans-serif !important;
  color: #222;

}

.content-area {
  color: #454545 !important;
  font-size: 95%;
  padding: 50px 0px;
  padding-bottom: 70px;
}


.content-area h5,
.content-area h2,
.content-area h1,
.content-area h3,
.content-area h4,
.content-area h6 {
  color: #111111 !important;
  padding-bottom: 10px;
}

.content-area a,
.member-login-area a {
  text-decoration: none;
  border-bottom: 1px solid #111111;
  padding-bottom: 0px;
}

.register-text {

  padding: 40px 20px !important;
  font-size: 90% !important;
  line-height: 125%;
  padding-bottom: 0px;

}

.register-text a {
  text-decoration: none;
  border-bottom: 1px solid #111111;
  padding-bottom: 2px;
}

.register-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.register-text ul li {
  position: relative;
  padding-left: 24px;
  margin-left: 20px;
  margin-bottom: 10px;
}

.register-text ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0px;
}

@media screen and (max-width: 991px) {
  .content-area {
    padding: 20px 10px;
    padding-bottom: 50px;
  }

}


:root {
  --orange-color: #e86624 !important;
  --blue-color: #0a74ba !important;
  --green-color: #87bd44 !important;
  --yellow-color: #f09620 !important;
  --red-color: #e33128 !important;
  --dgreen-color: #0d9548 !important;
}

.btn-primary {
  background-color: var(--blue-color) !important;
}


.btn-primary:hover {
  color: #ffffff !important;
}

.btn-outline-primary {
  border-color: var(--blue-color) !important;

}

.btn-outline-primary:hover {
  background-color: var(--blue-color) !important;
  color: #ffffff !important;

}


.btn-dark {
  background-color: #111111 !important;
}

.btn-outline-dark {
  border-color: #111111 !important;
  color: #111111 !important;

}

.btn-outline-dark:hover {
  border-color: #111111 !important;
  color: #ffffff !important;
  background-color: #111111 !important;

}



@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1400px;
  }
}


a {
  color: #333;

}

a:hover {
  color: #333 !important;
  text-decoration: none;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Rubik', cursive !important;
}


/*--------------------------------------------------------------
							# Navigation
--------------------------------------------------------------*/

.navbar {
  border-bottom: 1px solid #eeeeee;
}

img.nav-logo {
  width: 300px;
  height: auto;
}

.navbar .navbar-nav .nav-link {
  color: #000;
}



@media screen and (min-width: 1024px) {
  .navbar {
    letter-spacing: 0;
  }

  .navbar .navbar-nav .nav-link {
    padding: 0.7em 0.7em;
  }

}

@media screen and (min-width: 768px) {

  .navbar .navbar-collapse {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
  }

}



/* remove default border + improve shape */
.custom-toggler {
  border: none;
  padding: 8px 10px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0);
}

/* hover effect */
.custom-toggler:hover {
  background: rgba(0, 0, 0, 0.08);
}

/* focus clean (remove blue glow) */
.custom-toggler:focus {
  box-shadow: none;
}

/* refine icon */
.custom-toggler .navbar-toggler-icon {
  width: 22px;
  height: 22px;
}

/*--------------------------------------------------------------
							# Search Bar
--------------------------------------------------------------*/

.btn-search {
  background: #424242;
  border-radius: 0;
  color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #1c1c1c;
}

.btn-search:link,
.btn-search:visited {
  color: #fff;
}

.btn-search:active,
.btn-search:hover {
  background: #1c1c1c;
  color: #fff;
}


/*--------------------------------------------------------------
							# FORMS CONTROL
--------------------------------------------------------------*/

.form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 45px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}

.form button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #4CAF50;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}

.form button:hover,
.form button:active,
.form button:focus {
  background: #43A047;
}

.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}

.form .message a {
  color: #4CAF50;
  text-decoration: none;
}

.form .register-form {
  display: none;
}


.form-control:focus {
  box-shadow: none !important;
  outline: none;
}

.form-control {
  border-color: #6c757d;
  /* Your custom color */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

label.error {
  text-align: left;
  width: auto;
  padding: 0 0 0 20px;
  clear: none;
  display: block;
  color: #b92a45;
  margin-top: 7px;
  font-size: 12px;
  font-weight: 400;
  border: none;
  background: none;
  position: relative;
}

label.error::before {
  content: "\f00d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  font-size: 18px;
  top: -3px;
}

.form-control::placeholder,
.input-group .form-control::placeholder {
  color: #999999;
  opacity: 1;
  /* ensures full color (Bootstrap may reduce opacity) */
}

.input-group .form-control {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
}

/*------Custom Checkbox--------*/



/* With label Checkboxes styles*/
.withlabel input[type="checkbox"] {
  display: none;
}

.withlabel input[type="checkbox"]+label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.withlabel input[type="checkbox"]+label:last-child {
  margin-bottom: 0;
}

.withlabel input[type="checkbox"]+label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #000000;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

.withlabel input[type="checkbox"]:checked+label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(35);
  transform: rotate(35deg);
}


/*--------------------------------------------------------------
							# Gallery
--------------------------------------------------------------*/
section {
  column-width: 300px;
  column-gap: 8px;
  padding: 8px;
}

section img {
  width: 100%;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/*--------------------------------------------------------------
							# Avatar
--------------------------------------------------------------*/
.navbar .navbar-nav .nav-link.mprofile {
  padding: 0 !important;
  margin-top: 5px;
}

.avatar-button {

  text-align: center;
  overflow: visible;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding-bottom: 0px;
}

.avatar-text {
  align-items: center;
  color: #fff;
  display: block;
  background-color: var(--blue-color) !important;
  font-size: 0.8rem;
  font-weight: bold;
  border-radius: 50%;
  vertical-align: middle;
  justify-content: center;
  padding: 5px 6px;
}


/*--------------------------------------------------------------
							#Carousel
--------------------------------------------------------------*/
.category-carousel {
  padding: 50px 0px;
  position: relative;
}

.carousel-title {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  color: #000;
  /* adjust based on background */
}



.owl-item {
  width: 128.906px;
  margin-right: 10px;
  background: powderblue;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  height: 160px;
}

.owl-item a {
  display: block;
  height: 160px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;

}


.owl-carousel .owl-nav {
  position: absolute;
  top: -55px;
  /* Adjust based on how far above the slider you want it */
  right: 5px;
  margin: 0;
  z-index: 11;
}

/* Change color of the arrow icons (prev/next) */
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  color: #ffffff !important;
  background-color: var(--blue-color) !important;
  /* Dark background */
  font-size: 8px;
  /* Adjust size */
  width: 30px !important;
  height: 30px !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 5px;
  margin: 0px 3px;
}

/* Change color on hover */
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  color: #fff;
  /* White on hover */
  background-color: #000 !important;
  /* Darker on hover */
}



.owl-dots {
  position: absolute;
  bottom: -30px;
  /* Adjust distance from bottom */
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
}

/* Optional: Style the buttons to be side-by-side */
.owl-nav button {

  padding: 5px 10px !important;
  margin-left: 5px;
}


.caption {
  text-align: left;
  padding: 10px;
  color: #fff;
  position: absolute;
  bottom: 5px;
  width: 100%;
  left: 15px;
  font-size: 15px;
  font-weight: bold !important;
  line-height: 125% !important;
  text-shadow: 2px 2px #000000;
}

#ex3 .fa-stack {

  width: 15px;
  padding: 0;
  margin: 0;
}

#ex3 .fa-stack[data-count]:after {
  position: absolute;
  left: 0%;
  top: -10%;
  content: attr(data-count);
  font-size: 70%;
  padding: 5px;
  border-radius: 50%;
  line-height: .6em;
  color: white;
  background: #000;
  text-align: center;
  min-width: 1em;
  font-weight: bold;
}

.content-area .text-orange,
.text-orange {
  color: var(--orange-color) !important;
}

.content-area .text-primary,
.text-primary {
  color: var(--blue-color) !important;
}

/*--------------------------------------------------------------
							#Footer
--------------------------------------------------------------*/

footer {
  color: #333333;
  font-size: 85%;
  line-height: 135%;
}

footer a {
  text-decoration: none !important;
}


/*--------------------------------------------------------------
							#Search Bar
--------------------------------------------------------------*/


.searchInput {
  background: #fff;
  width: 100%;
  border-radius: 5px;
  position: relative;
  box-shadow: 0px 1px 5px 3px rgba(0, 0, 0, 0.12);
}

.searchInput input {
  height: 55px;
  width: 100%;
  outline: none;
  border: none;
  border-radius: 8px;
  padding: 0 60px 0 20px;
  font-size: 18px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}

.searchInput.active input {
  border-radius: 5px 5px 0 0;
}

.searchInput .resultBox {
  padding: 0;
  opacity: 0;
  pointer-events: none;
  max-height: 280px;
  overflow-y: auto;
}

.searchInput.active .resultBox {
  padding: 10px 8px;
  opacity: 1;
  pointer-events: auto;
}

.resultBox li {
  list-style: none;
  padding: 8px 12px;
  display: none;
  width: 100%;
  cursor: default;
  border-radius: 3px;
}

.searchInput.active .resultBox li {
  display: block;
}

.resultBox li:hover {
  background: #efefef;
}

.searchInput .icon {
  position: absolute;
  right: 0px;
  top: 17px;
  height: 55px;
  width: 55px;
  text-align: center;
  line-height: 55px;
  font-size: 20px;
  color: var(--orange-color) !important;
  cursor: pointer;
}

.searchInput .icon i {
  color: var(--orange-color) !important;
}


/*+++++++++++++++++ Terms Box+++++++++++========*/
.terms-box {
  padding: 25px;
  border: 1px solid #333333;
  margin: 20px 0px;
  font-size: 85%;
}




/*--------------------------------------------------------------
							#Search Background Image
--------------------------------------------------------------*/

.home-slider-area {
  padding: 50px 30px;
  padding-bottom: 360px;
}

.home-slider-area h1 {
  font-weight: 800 !important;
}

#rand-images {
  position: relative;
  background: #000000;
  display: block;
  margin: 0;
  padding: 30px;
  width: 100%;
  height: 400px;
  color: #fff;
  text-shadow: 0 1px 1px #000;
  overflow: hidden;

}

#rand-images::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Black with 50% opacity */
  z-index: 1;
}

#rand-images>* {
  position: relative;
  z-index: 2;
}


.dropdown-menu {
  font-size: 90% !important;
  letter-spacing: 0px;
}

.hidden {
  display: none;
}


/*--------------------------------------------------------------
					Select Box
--------------------------------------------------------------*/

.selection select {
  min-width: 200px;
  padding: 8px 10px;
  background: #ffffff;
  border: 1px solid #0e183680;
  border-radius: 8px;

  &::picker-icon {
    content: ">";
    rotate: 90deg;
    color: #1a1a1a;
  }
}

.selection ::picker(select) {
  min-width: 200px;
  border: none;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 6px 6px;
}

.selection option {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  padding: 12px;
  background: #ffffff;
  border: 1px solid transparent;

  &:hover {
    background: #eaebeb;
  }

  &:focus-visible {
    outline: none;
    background: #dedfdf;
  }

  &:checked {
    font-weight: bold;
  }

  &::checkmark {
    display: none;
  }
}


/*+++++++++++++CUSTOM RADIO BUTTON  ++++++++++++++++++*/


.custom-radio {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

.custom-radio input {
  display: none;
}

.custom-radio .circle {
  width: 20px;
  height: 20px;
  border: 2px solid #111111;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  transition: 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Tick icon (hidden by default) */
.custom-radio .circle::after {
  content: "✓";
  font-size: 14px;
  color: #ffffff;
  opacity: 0;
  transform: scale(0);
  transition: 0.2s;
}

/* When selected */
.custom-radio input:checked+.circle {
  background: #111111;
}

.custom-radio input:checked+.circle::after {
  opacity: 1;
  transform: scale(1);
}

.custom-radio span {
  font-size: 14px;
  color: #111111;
}



/* ++++++++++ Scroll to top ++++++++++++*/

#scroll {
  position: fixed;
  right: 10px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  background-color: var(--blue-color);
  border-radius: 50%;
  display: none;

  display: flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;
  text-decoration: none;
  z-index: 999999 !important;
}

/* icon */
#scroll i {
  color: #fff;
  font-size: 16px;
}

/* hover */
#scroll:hover {
  background-color: #e74c3c;
}


/*++++++++++Breadcrumb++++++++++++++++*/
.breadcrumb {
  background: #000;
  padding: 15px 0px;
  color: #ffffff;
  font-size: 85%;
}


.breadcrumb a:link,
.breadcrumb a,
.breadcrumb a:visited {
  color: #666666 !important;
  text-decoration: none;
  margin-right: 5px;
  padding-right: 5px;
  display: inline-block;
}

.content-area .content-area .sidebar {}

.content-area .sidebar.photo-detail {
  padding: 10px 20px;
}


.content-area .sidebar.photo-detail span {
  font-weight: bold;
}


.sidebar a:link,
.sidebar a:visited {
  display: block;
  border: 1px solid var(--blue-color) !important;
  color: var(--blue-color) !important;
  background: none;
  text-decoration: none;
  padding: 10px 25px;

  margin: 10px;
  border: 0px;
  font-size: 90%;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

}

.sidebar a:hover {
  border: 1px solid var(--blue-color) !important;
  color: var(--blue-color) !important;
  background: none;
}

body.sidebar-active01 .sidebar a.side01,
body.sidebar-active02 .sidebar a.side02,
body.sidebar-active03 .sidebar a.side03,
body.sidebar-active04 .sidebar a.side04,
body.sidebar-active05 .sidebar a.side05 {
  background-color: var(--blue-color);
  color: #ffffff !important;
  border: 1px solid var(--blue-color);
}





.sidebar select {
  border: 1px solid var(--blue-color);
  color: var(--blue-color);
  margin-top: -20px;
}

/*++++++++++++ SOCIAL SHARE & COPY TEXT ++++++++++++++++*/


.copy-item .form-control {
  border-color: #111111;
}

.copy-item button {
  background: #111111;
  color: #ffffff;
}


.content-area .social-share a {
  background: #111;
  width: 40px !important;
  height: 40px !important;
  color: #ffffff !important;
  display: inline-block;
  -webkit-border-radius: 300px;
  -moz-border-radius: 300px;
  border-radius: 300px;
  padding: 8px;
  text-align: center;
  font-size: 135%;
}


/* click animation */

.flashBG {
  animation-name: flash;
  animation-timing-function: ease-out;
  animation-duration: 1s;
}

@keyframes flash {
  0% {
    background: #28a745;
  }

  100% {
    background: transparent;
  }
}


.photo-size {
  font-size: 90%;
  margin-bottom: 30px;
  border: 1px solid #111111;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  border-radius: 8spx !important;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 0px;
}

.photo-size tr:nth-child(odd) {
  background-color: #f2f2f2;
  /* Light grey */
}

.photo-size span {
  font-size: 125%;
}



.photo-size thead td {
  background: #111111 !important;
  color: #ffffff;
  padding: 10px 5px;
  text-transform: uppercase;
  font-weight: bold;
}

.photo-size thead td:first-child {
  border-top-left-radius: 7px;
}

/* top right corner */
.photo-size thead td:last-child {
  border-top-right-radius: 7px;
}

.photo-size td {
  padding: 10px 5px;
  color: #111111;
}



.download-buttons button {
  padding: 10px 0px;
  font-weight: bold;
}

.download-date {
  background: #eeeeee !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 3px 15px;
}


.content-area .cart-bin button .icon .fa-solid {
  width: 30px;
  transition: 0.2s all;
  padding: 5px;
}

.cart-bin button .icon .fa-check {
  color: #38B87C;
  padding-top: 7px;
}

.cart-bin button .icon .fa-question {
  padding-top: 7px;
  color: #2492FF;
}

.cart-bin button .icon:after {
  content: " ";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  background: #1D242B;
  top: 12.5px;
  right: 1px;
  transition: 0.2s right;
  z-index: 1;
}

.cart-bin button .text {
  position: relative;
  width: 0;
  height: 30px;
  overflow: hidden;
  background: var(--red-color) !important;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-weight: 300;
  transition: 0.2s all;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  font-size: 85%;
}

.cart-bin button .text span.span-text {
  width: 100%;
  opacity: 0;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s all;
}

.cart-bin button:hover .icon {
  color: #F34541;
  border-radius: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.cart-bin button:hover .icon:after {
  right: -2px;
}

.cart-bin button:hover .text {
  width: 120px;
}

.cart-bin button:hover .text span.span-text {
  opacity: 1;
  top: 0;
}

.cart-bin button.confirm .icon {
  border-radius: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.content-area .cart-bin button.confirm .icon .fa-solid {
  transform: translateY(-30px);
}

.cart-bin button.confirm .icon:after {
  right: -2px;
}

.cart-bin button.confirm .text {
  background: var(--blue-color) !important;
  width: 120px;
}

.cart-bin button.confirm .text span.span-text {
  opacity: 1;
  top: 0;
}

.cart-bin button.done .icon {
  border-radius: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.content-area .cart-bin button.done .icon .fa-solid {
  transform: translateY(-60px);
}

.cart-bin button.done .icon:after {
  right: -2px;
}

.cart-bin button.done .text {
  background: var(--dgreen-color) !important;
  width: 120px;
}

.cart-bin button.done .text span.span-text {
  opacity: 1;
  top: 0;
}

@-webkit-keyframes fadeInZoom {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fadeInZoom {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.cart-action {
  padding: 30px 10px;
  border-top: 1px solid #333333;
  padding-bottom: 0px;

}

.cart-icon {
  border: 0 !important;
}

.cart-icon i {
  Background: #eeeeee !important;
  height: 30px;
  width: 30px;
  text-align: center;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 6px;
  margin-left: 5px;

}


.download-detail {
  padding: 10px 0px;
  padding-bottom: 20px;
}



span.download-title {
  display: block;
  border-bottom: 1px solid #111;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

/*+++++++++++++ IMG WATERMARK ++++++++++++++++++*/

.content-area .image-watermark {
  position: relative;
  overflow: hidden;
  font-size: 145%;
  line-height: 100%;
}

.content-area .image-watermark .watermark {
  position: absolute;

  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);

  color: rgba(255, 255, 255, 0.8);

  font-weight: bold;
  text-transform: uppercase;

  width: 100%;
  text-align: center;

  pointer-events: none;
}

.content-area .image-watermark .watermark h4 {
  color: #ffffff !important;
}

.content-area .tags {
  background: #000;
  padding: 4px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 1px;
  color: #ffffff;
  font-size: 85%;
}



/*+++++++++++++ PHOTO CART  ++++++++++++++++++*/
.cart-area {
  padding: 10px 20px;
}

.cart-description {
  padding: 20px 0px;
}

.cart-bin {
  padding: 20px 0px;
}



.cart-item {
  border-top: 1px solid #666666;
  padding: 25px 10px;
}




.cart-bin button {
  display: flex;
  cursor: pointer;
  border: 0;
  background: transparent;
  outline: 0;
  overflow: hidden;
}

.cart-bin button .icon {
  position: relative;
  background: #111111;
  line-height: 30px;
  width: 40px;
  height: 30px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  transition: 0.2s color;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}



@media screen and (max-width: 991px) {
  .sidebar {
    padding: 20px 0px;
  }

  .navbar-nav {
    padding-top: 20px;
  }

  .content-area .sidebar.photo-detail {
    padding: 30px 0px;
  }

  .cart-description {
    padding-bottom: 0px;
  }

  .cart-bin {
    padding: 0;
  }

  span.download-title {
    display: inline-block;
    border-bottom: 0px;
    font-weight: bold;
    margin: 0;
    padding: 0;
  }

  span.download-title:after {
    content: ': ';
  }

  .navbar .navbar-nav .nav-link.mprofile {

    margin-left: -5px;
  }

}

@media screen and (max-width: 640px) {
  img.nav-logo {
    width: 250px;
    height: auto;
  }
}