.cc-cp-foot-byline {
  visibility: hidden;
}

@media (min-width: 768px) {
  .freeprivacypolicy-com---pc-dialog {
    margin: initial !important;
    left: 50% !important;
    top: 50% !important;
    transform: translateX(-50%) translateY(-50%) !important;
  }
}

.section_title, .details_name, .home_title {
  font-family: Poppins, sans-serif;
  line-height: normal;
  margin-bottom: 0;
}

.section_title {
  font-size: 24px;
  font-weight: 600;
  color: #1b1b1b;
}

.home_title {
  line-height: 1.2;
}

.article_text,
.article_text h1,
.article_text h2,
.article_text h3,
.article_text h4,
.article_text h5,
.article_text h6,
.article_text p,
.article_text span,
.article_text div,
.article_text blockquote,
.article_text figure,
.article_text frame
{
  font-family: inherit !important;
}

.product_stock {
  margin: 10px 0 0 0;
}

.form-control {
  color: #212529;
}

.page_menu_item a i {
  display: initial;
}

.swiper {
  width: 100%;
  height: 100%;
}

.details_image {
  position: relative;
  overflow: hidden;
}

.details_image_large {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.product_grid {
  margin-bottom: 59px;
}

.product.js-load-more.swiper-slide {
  margin-bottom: 0;
}

.swiper-button-prev, .swiper-button-next {
  transform: translateY(-50%);
  color: #1b1b1b;
}

.swiper-slide.swiper-slide-visible {
  cursor: pointer;
}

.swiper-slide-thumb-active::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 2px #1b1b1b;
  content: '';
  background: transparent;
  pointer-events: none;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.description_text h1,
.description_text h2,
.description_text h3 {
  font-weight: bold;
}

.description_text {
  color: #1b1b1b;
}

.description_text img {
  mix-blend-mode: multiply;
}

@media (min-width: 920px) {
  .centerrow {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
}

.description_text div.centerrow {
  margin-bottom: 75px;
}

.description_text div.centerrow:nth-child(2n+1) {
  background: #efefef;
  padding: 50px;
  border-radius: 5px;
}

ol, ul {
  padding-left: 0;
}

hr {
  background-color: #ccc;
}

.form-group {
  margin-bottom: 15px;
}

.cart_total_value {
  text-align: right;
}

.cart_total_value--one-line {
  float: none;
  margin: 0 auto;
  text-decoration: underline;
  text-align: center;
}

.grecaptcha-badge {
  visibility: hidden;
}

video {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
}

.details_image_thumbnail_video:before {
  font: var(--fa-font-solid);
  content: "\f144";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: #b5b5b5;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.75);
}

.cart_info .row_extra {
  margin-top: 56px;
}

.product_extra {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 36px;
  z-index: 2;
}

.regular-page-text ul {
  margin-bottom: revert;
  list-style: disc;
}

.regular-page-text ol,
.regular-page-text ul {
  padding-left: 2rem;
}

.regular-page-text ul + ul + ul,
.regular-page-text ol + ul + ul,
.regular-page-text ol + ol + ul,
.regular-page-text ol + ol + ol
{
  padding-left: 80px;
}

.regular-page-text ul + ul,
.regular-page-text ol + ul,
.regular-page-text ol + ol
{
  padding-left: 40px;
}

img {
  max-width: 100%;
}

.shopping_cart a div {
  margin-left: 0;
}

.cart_item_total #removeProduct {
  margin-left: 20px;
  color: #e95a5a;
}

.material-icons-outlined {
  font-size: initial;
  vertical-align: sub;
}

.header_upper {
  background: #ddd;
  width: 100%;
  height: 45px;
  line-height: 45px;

  font-size: 14px;
  font-weight: 500;
  color: #1b1b1b;
}

.header_upper a {
  color: #1b1b1b;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.header_upper a:hover {
  color: var(--main-color);
}

.header_upper_inner {
  display: flex;
  justify-content: space-between;
  align-content: center;
}

.content_checkout {
  padding-top: 175px;
}

.wrap_checkout {
  border-top: 1px solid rgba(179,179,179,0.34);
}

.main-container {
  padding-top: 180px;
}

.main-container-small {
  padding-top: 90px;
}

@media only screen and (max-width: 600px) {
  .main-container {
    padding-top: 155px;
  }

  .main-container-small {
    padding-top: 70px;
  }
}

.product .product_title {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.product:hover .product_title {
  color: var(--main-color);
}

.product img {
  transition-delay: 0s;
  transition-duration: 0.5s;
  transition-property: opacity;
  transition-timing-function: ease;
  opacity: 1;
}

.product:hover img {
  opacity: 0.625;
}

.product_size {
  display: inline-block;
  vertical-align: middle;
  margin-left: 13px;
}


@media only screen and (max-width: 600px) {
  .product_size {
    display: block;
    margin-left: 0;
    margin-top: 13px;
  }
}

.select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-box-shadow: 0px 0px 0px rgb(0 0 0 / 0%);
  -webkit-user-select: none;
  background-image: url(images/down.png);
  background-position: center right;
  background-repeat: no-repeat;
  margin: 0;
  text-overflow: ellipsis;
  width: auto;
  height: 61px;
  border: solid 2px #d0d0d0;
  overflow: hidden;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 600;
  color: #1b1b1b;
  text-align: left;
  padding: 0 39px 0 19px;
  line-height: 39px;
}

.select:focus {
  outline: none;
}

.assurance {
  font-size: 16px;
  color: #44a038;
  font-weight: 600;
  line-height: 1.6;
  margin-top: 31px;
}

.in_stock_container span font[color="green"] {
  color: #44a038;
}

.no-display-mobile {
  display: table-row;
}
.display-mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .no-display-mobile {
    display: none;
  }
  .display-mobile {
    display: table-row;
  }
}

.max-image {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

.card-content .shrink {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 16px;     /* fallback */
  max-height: 64px;      /* fallback */
  -webkit-line-clamp: 4; /* number of lines to show */
  -webkit-box-orient: vertical;
  width: 100%;
}

.own-config {
  left: 100%;
  transform: translateY(-50%) translateX(-100%);
  word-break: keep-all;
  white-space: nowrap;
}
@media only screen and (max-width: 1460px) {
  .own-config {
    position: absolute;
    display: block;
    margin: 5% 0;
    left: 0;
    top: auto;
    white-space: normal;
    transform: none;
  }
}

.pick-box {
  height: 50vh;
  position: relative;
  margin-bottom: 1.5rem;
}
.pick-box img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  background-repeat: no-repeat;
}
.pick-box h1 {
  color: #fff;
  font-weight: 500;
  font-size: 2.75em;
  text-shadow: 1px 3px 3px rgba(0, 0, 0, 1);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.category-img-box {
  height: 30vh;
  position: relative;
  margin-bottom: 1.5rem;
}
.category-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  background-repeat: no-repeat;
}

.white-hover {
  opacity: 1;
  transition-delay: 0s;
  transition-duration: 0.5s;
  transition-property: opacity;
  transition-timing-function: ease;
}
.white-hover:hover {
  opacity: 0.6;
  background-color: white;
}

#customize {
  display: block !important;
}
#customize .form-group {
  position: relative;
}
#customize input, #customize select {
  max-width: 100%;
  width: 65% !important;
}
@media only screen and (max-width: 768px) {
  #customize input, #customize select {
    width: 100% !important;
  }
}
#customize input[type=file] {
  margin-top: 12px;
}
#customize .none {
  display: none !important;
}

.big-label label {
  line-height: 30px !important;
  cursor: auto;
}

.checkbox-cont {
  display: block;
  width: 100%;
  position: relative;
  vertical-align: top;
}

.item-radio-box {
  position: relative !important;
  height: auto !important;
  vertical-align: top !important;
  display: inline-block !important;
  /*float: left !important;*/
  /*position: absolute !important;
  top: 0px !important;*/
  /*white-space: nowrap !important;*/
  word-break: break-word !important;
  width: auto !important;
  width: 8em !important;
}
@media only screen and (min-width: 1025px) and (max-width: 1540px) {
  .item-radio-box {
    width: 7.4em !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .item-radio-box {
    width: 5.53em !important;
  }
}
@media only screen and (max-width: 550px) {
  .item-radio-box {
    width: 5.32em !important;
  }
}
.item-radio-box img {
  width: 95px;
  height: 95px;
}
.item-radio {
  display: none !important;
}
.item-radio + label {
  cursor: pointer;
  display: block !important;
  /*background-color: #eee !important;
  border: 1px solid #aaa;*/
  /* border-radius: 3px; */
  color: #000 !important;
  height: auto !important;
  /*margin: 3px 1px;*/
  padding: 0.3rem !important;
  margin: 0px;
  font-size: 0.9em;
}
.item-radio:hover + label:hover {
  /* background-color:#FAD100 !important; */
  color: #000 !important;
  /*border: 1px solid #000;*/
}
.item-radio:checked + label {
  /* background-color: #FAD100 !important; */
  color: #000 !important;
  /*border: 1px solid #000;*/
}
.item-radio + label:after, .item-radio + label:before {
  border: 0 !important;
  padding-left: 0 !important;
  content: none !important;
}

.help {
  cursor: help;
}

.photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform .5s ease-out;
}

#newsletter_msg h4 {
  padding-bottom: 0;
}

.lang_select img {
  width: 20px;
  height: 15px;
  margin: 0 7px;
}
.lang_select .nav-link {
  padding: 0 !important;
}
.au-navbar-mobile .au-navbar-menu ul li.lang_select a {
  display: inline-block !important;
}
.au-navbar-mobile .au-navbar-menu ul li.lang_select a:last-child {
  padding-left: 0 !important;
}

.cartCountCss {
  cursor: pointer;
}
.cartCountCss i {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .cartCountCss i {
    color: #000;
  }
}
.cartCountCss::after {
  content: attr(data-notify);
  font-size: 12px;
  color: #fff;
  line-height: 15px;
  text-align: center;
  position: absolute;
  top: -5px;
  right: 10px;
  min-width: 13px;
  height: 14px;
  padding: 0;
  background-color: #000;
}

#result {
  position:absolute;
  top: 105%;
  left: 0;
  width: 100%;
  display:none;
  margin-top:-1px;
  border-top: 1px #000 solid;
  overflow:hidden;
  border-left: 1px #CDCDCD solid;
  border-right: 1px #CDCDCD solid;
  border-bottom: 1px #CDCDCD solid;
  background-color: white;
  z-index: 100;
}
#result .show {
  color: #000;
  padding: 10px;
  border-bottom: 1px #CDCDCD dashed;
  font-size: 0.9rem;
  transition-delay: 0s;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: ease;
}
#result .show:hover, #result .show.active {
  background: #000;
  color: #FFF;
  cursor: pointer;
}

#loader {
  display: none;
  width: 100px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 10000;
}
#loader img {
  width: 100%;
  height: 100%;
}

.selectable_ehe {
  position: relative;
  width: 317px;
}
.selectable_ehe select {
  width: 317px;
  padding: 11.5px 20px;
  cursor: pointer;
  position: relative;
  background: 0 0;
  z-index: 9;
  border: 1px solid #333;
  color: #333;
}
.selectable_ehe span {
  font-size: 17px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 20px;
  z-index: 0;
  color: #333;
}


/* NOTY */
.activity-item {
  font-size: 0.8em;
}
.activity-item i {
	float: left;
	margin-top: 3px;
	font-size: 16px;
}

div.activity {
	margin-left: 28px;
  text-align: left;
}

div.activity-item {
	/* padding: 7px 12px; */
}

#notification-list div.activity-item {
	border-top: 1px solid #f5f5f5;
}

#notification-list div.activity-item a {
	font-weight: 600;
}

div.activity span {
	display: block;
	color: #999;
	font-size: 11px;
	line-height: 16px;
  padding-top: 0.5em;
}

#notifications i.fa {
	font-size: 17px;
}
.noty_type_error * {
	font-weight: normal !important;
}

.noty_type_error a {
	font-weight: bold !important;
}

.noty_bar.noty_type_error a, .noty_bar.noty_type_error i {
	color: #fff
}

.noty_bar.noty_type_information a {
	color: #fff;
	font-weight: bold;
}

.noty_type_error div.activity span
{
	color: #fff
}

.noty_type_information div.activity span
{
	color: #fefefe
}

p[data-f-id="pbf"] {
  display: none !important;
  position: absolute;
  top: -99999999px;
}

.addons-toggle {
  font-size: 0.75em;
}

.big-label label {
  line-height: 30px !important;
  cursor: auto;
}
.checkbox-cont {
  display: block;
  width: 100%;
  position: relative;
  vertical-align: top;
}
.item-radio-box {
  position: relative !important;
  height: auto !important;
  vertical-align: top !important;
  display: inline-block !important;
  /*float: left !important;*/
  /*position: absolute !important;
  top: 0px !important;*/
  /*white-space: nowrap !important;*/
  word-break: break-word !important;
  width: auto !important;
  width: 72px !important;
  border: 0 !important;
  padding: 0 !important;
  margin-left: 7px;
  margin-bottom: 7px;
}
.item-radio-box.text {
  width: 155px !important;
}
.item-radio-box img {
  width: 100%;
  height: 72px;
}
@media only screen and (min-width: 1025px) and (max-width: 1718px) {
  .item-radio-box {
    width: 73px !important;
  }
  .item-radio-box.text {
    width: 130px !important;
  }
  .item-radio-box img {
    height: 73px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .item-radio-box {
    width: 76px !important;
  }
  .item-radio-box.text {
    width: 105px !important;
  }
  .item-radio-box img {
    height: 76px;
  }
}
@media only screen and (max-width: 768px) {
  .item-radio-box {
    width: 21.5% !important;
  }
  .item-radio-box.text {
    width: 46.8% !important;
  }
}
.item-radio {
  display: none !important;
}
.item-radio + label {
  cursor: pointer;
  display: block !important;
  /* border-radius: 3px; */
  color: #666 !important;
  height: auto !important;
  /*padding: 0.3rem !important;*/
  margin: 0px;
  font-size: 0.9em;
  border: 1px solid #fff;
}
.text .item-radio + label {
  font-size: 0.8em;
  padding: 0.3rem !important;
  border: 1px solid #e6e6e6;
  text-align: center;
}
.item-radio:hover + label:hover, .item-radio:checked + label {
  color: #000 !important;
  border: 1px solid #000;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.item-radio + label:after, .item-radio + label:before {
  border: 0 !important;
  padding-left: 0 !important;
  content: none !important;
}

.checkbox-label {
  position: absolute;
  left: -320px;
  top: 0%;
  background: white;
  border: 1px solid #e6e6e6;
  z-index: 100;
  padding: 10px;
  line-height: 22px !important;
  font-size: 0.9em;
  text-align: left;
}
.checkbox-label img {
  width: 265px !important;
  height: auto !important;
}
@media only screen and (max-width: 768px) {
  .checkbox-label {
    left: 0px;
    top: calc(100% + 2px);
    /* display: none !important; */
  }
  .checkbox-label img {
    width: 100% !important;
    /* max-width: inherit !important; */
  }
}

img.popup-img {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 30%;
  height: auto;
  max-width: 100vw;
  max-height: 100vh;
  border: 1px solid black;
  z-index: 999999999999999;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  img.popup-img {
    width: 95vw;
  }
}
.popup-img.visible {
  cursor: zoom-out;
}

.max-image {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .wrap-slick3-dots {
    display: none !important;
  }
  .wrap-slick3-arrows {
    width: 100% !important;
  }
  .slick3 {
    width: 100% !important;
  }
  .no-pad-mob {
    padding-left: 0;
    padding-right: 0;
  }
}

.copyright {
  width: auto;
  padding-top: 10px;
}

.footer_social {
  width: auto;
  text-align: center;
  margin-top: 10px;
}

.footer_social ul li:first-child {
  margin-left: 56px;
}

.footer_social ul li:not(:last-child) {
  margin-right: 16px;
}

.footer_social ul li a i.fa-instagram:hover {
  color: #bc2a8d;
}

.footer_social ul li a i.fa-facebook:hover {
  color: #3b5998;
}

.payment_methods_footer ul li
{
  display: inline-block;
}

.payment_methods_footer img {
  width: 35px;
  height: auto;
}

img.mc_secure {
  width: 50px;
}

img.visa_secure {
  width: 40px;
}

.payment_methods_footer li:not(:last-child) {
  margin-right: 6px;
}

.footer_overlay {
  height: 0 !important;
}

.details_row {
  margin-top: 65px;
}

@media only screen and (max-width: 991px) {
  .footer {
    text-align: center;
  }

  .footer_content {
    height: auto;
  }

  .footer_social {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .footer_social ul li:first-child {
    margin-left: 0;
  }

  .payment_methods_footer {
    margin-bottom: 25px;
  }

  .payment_methods_footer li:not(:last-child) {
    margin-right: 10px;
  }

  .header_upper {
    height: auto;
    min-height: 45px;
  }
}

@media (max-width: 600px) {
  .header_upper_inner {
    flex-wrap: wrap;
    flex-direction: column;
    align-content: initial;
  }

  .details_row {
    margin-top: 160px;
  }
}

.details_share {
  margin-top: 31px;
}

@media only screen and (min-width: 991px) {
  .newsletter {
    padding-bottom: 45px;
  }
}

.avds_xl_container {
  height: 370px;
}

.product_extra {
  width: auto;
  min-width: 66px;
  padding: 0 10px;
}

.products_cont .product_grid {
  margin-top: 0;
}

.swal2-container .normal-btn {
  font-size: 14px;
  border-radius: 25px;
}

.section-padding-160 {
  padding-top: 200px;
  padding-bottom: 80px;
}

.logo a,
.header.scrolled .logo a {
  font-size: 12px;
  font-weight: initial;
}

.logo_custom {
  height: 30px;
  /*width: 100px;*/
  /*margin-right: 5px;*/
}

.logo_custom_second {
  margin-top: -5px;
  /*margin-left: 3px;*/
  /*width: 100px;*/
  height: 45px;
}

@media only screen and (max-width: 600px) {
  .logo_custom_second {
    /*display: none;*/
    margin-top: 0;
    height: 35px;
  }

  .logo_custom {
    height: 25px;
  }

  .hamburger {
    margin-left: 15px;
  }

  #checkout {
    padding-top: 130px;
  }

  .content_checkout {
    padding-top: 0;
  }

  .wrap_checkout {
    border-top: none;
  }

  .button {
    width: auto;
    height: 61px;
    padding: 0 20px;
  }

  .button a {
    font-size: 16px;
    line-height: 57px;
  }

  .coupon_input {
    height: 52px;
  }

  .coupon_button {
    height: 52px;
  }

  .newsletter_button {
    width: 178px;
    height: 61px;
  }

  .newsletter_button span {
    font-size: 16px;
  }

  .home_slider_title {
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
  }

  .home_slider_subtitle {
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
  }
}

@media only screen and (min-width: 601px) and (max-width: 999px) {
  #checkout {
    padding-top: 145px;
  }
  .content_checkout {
    padding-top: 0;
  }
  .wrap_checkout {
    border: none;
  }
}

.update_cart_button {
  margin-left: 0;
}

.product_flex {
  display: flex;
  justify-content: space-between;
}

.product_title {
  max-width: 185px;
}

.product_cart {
  margin-top: 10px;
}

@media only screen and (max-width: 600px) {
  .product_title {
    width: 100%;
    max-width: initial;
  }
}

.product_cart .normal-btn {
  cursor: pointer;
  color: #1b1b1b !important;
  padding: 9px 14px;
  height: auto;
  line-height: initial;
  display: inline;
}

.product_cart .normal-btn:hover {
  color: #fff !important;
}

/*********************************
5. Home
*********************************/

.home
{
  width: 100%;
  height: 362px;
  background: #FFFFFF;
  z-index: 2;
  padding-top: 130px;
  padding-left: 60px;
  padding-right: 60px;
}
.home_container
{
  width: 100%;
  height: 100%;
}
.home_background
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.home_content_container
{
  position: absolute;
  top: 60%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.home_content
{
  width: 580px;
}
@media (max-width: 768px) {
  .home_content
  {
    width: 100%;
  }
}
.breadcrumbs ul li
{
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: var(--main-color);
}
.breadcrumbs ul li:not(:last-child)::after
{
  display: inline-block;
  content: '/';
  margin-left: 10px;
  margin-right: 6px;
  color: #FFFFFF;
}
.breadcrumbs ul li a
{
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.breadcrumbs ul li a:hover
{
  color: var(--main-color);
}

.control-label-normal
{
  font-size: 14px;
  font-weight: 400;
  color: #6c6a74;
  margin-bottom: 5px;
}
.form-control-normal
{
  width: 100%;
  height: 52px !important;
  background: #f2f4f8;
  border: none;
  outline: none;
  padding-left: 15px;
}

select.form-select-normal
{
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  appearance:none;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  background-image: url(images/down.png);
  background-position: center right;
  background-repeat: no-repeat;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #1b1b1b !important;
}
select.form-select-normal::-ms-expand:not(.wrap_checkout)
{
  display: none;
}

.account-function {
  text-align: center;
  margin-top: 35px;
}

.lost-password {
  margin-top: 70px;
}

@media only screen and (max-width: 991px) {
  .home {
    padding-left: 0;
    padding-right: 0;
  }
}

/*//////////////////////////////////////////////////////////////////
[ Header cart ]*/
.header-cart-hide {
  width: 100%;
  height: 100%;
}

.header-cart {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 45px;
  padding-right: 25px;
}

.header-cart-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 8px;
  justify-content: space-between;
}

.header-cart-title h4 {
  font-size: 24px;
  font-weight: 600;
  color: #222;
  margin: 0;
}

.header-cart-close {
  transition: all .4s;
  cursor: pointer;
  line-height: 1.0;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 23px;
}

.header-cart-close:hover {
  color: #ccc;
}

.header-cart-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 0 12px 0 !important;
}

.wrap-header-cart {
  position: fixed;
  z-index: 1100;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  background-color: rgba(0,0,0,0.0);
  visibility: hidden;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.header-cart {
  position: fixed;
  z-index: 1100;
  width: 390px;
  max-width: calc(100% - 30px);
  height: 100vh;
  top: 0;
  right: -400px;
  background-color: #fff;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -o-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -ms-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
}

.header-cart::after {
  content: "";
  display: block;
  width: 100%;
  height: 9%;
  min-height: 30px;
}

.show-header-cart {
  visibility: visible;
  background-color: rgba(0,0,0,0.6);
}

.show-header-cart .header-cart {
  right: 0;
}

/*---------------------------------------------*/
.header-cart-title {
  width: 100%;
  max-width: 100%;
  height: 16.5%;
  min-height: 85px;
}

.header-cart-content {
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-content: space-between;
  width: 100%;
}

.shadow-top {
  height: 15px;
  position: absolute;
  background-image: radial-gradient(farthest-side at 50% 0%, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  display: none;
}

.shadow-bottom {
  height: 15px;
  position: absolute;
  background-image: radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  display: none;
}

.header-cart-wrapitem {
  width: 100%;
  flex-grow: 1;
  overflow-y: auto;
}

.header-cart-recap {
  width: 100%;
}

/*---------------------------------------------*/
.header-cart-item-img {
  width: 60px;
  position: relative;
  margin-right: 20px;
  cursor: pointer;
  align-self: center;
}

.header-cart-item-img::after {
  content: none !important;
}

.header-cart-item-img img {
  width: 100%;
  max-width: 100%;
}

/*---------------------------------------------*/
.header-cart-item-txt {
  width: calc(100% - 80px);
}

.header-cart-item-name {
  display: flex;
  justify-content: space-between;
}

.header-cart-item-name a {
  /*display: block;*/
  /* font-family: Poppins-Regular; */
  font-size: 14px;
  color: #555;
  line-height: 1.3;
  transition: all .4s;
}

.header-cart-item-name a:hover {
  color: var(--main-color);
}

.header-cart-item-info {
  display: block;
  /* font-family: Poppins-Regular; */
  font-size: 14px;
  color: #888;
  line-height: 1.5;
}

.header-cart-total {
  /* font-family: Poppins-Regular; */
  font-size: 18px;
  color: #222;
  line-height: 1.3;
  width: 100%;
  padding: 40px 0;
}

.header-cart-buttons {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.header-cart-buttons .header_buttons_cont {
  margin-bottom: 10px;
}

.header-cart-buttons .header_buttons_cont:not(:last-child) {
  margin-right: 5px;
}

/*---------------------------------------------*/
@media (max-width: 575px) {
  .header-cart {
    padding: 30px;
  }

  .header-cart-title {
    padding-bottom: 35px;
  }
}

.avds_small_content {
  max-width: initial;
}

.search_icon:hover svg {
  fill: var(--main-color);
}

.shopping_cart a:hover svg, .shopping_cart a:hover div {
  fill: var(--main-color);
  color: var(--main-color);
}

.avds_xl_content {
  background: var(--main-color);
}

.cart_item_name a:hover {
  color: var(--main-color);
}

/*.cart_item_name a:hover,*/
/*.home_title span {*/
/*  color: var(--main-color);*/
/*}*/

.gradient-text {
  background: rgb(252,225,138);
  background: linear-gradient(180deg, rgba(252,225,138,1) 0%, rgba(246,166,132,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 769px) {
  .main_nav {
    margin-left: 50px;
  }
}

.search {
  vertical-align: initial;
}

@media (min-width: 769px) and (max-width: 1600px) {
  .home_content_container,
  .home_slider_content_container,
  .home_slider_dots {
    padding: 0 60px;
  }
}

.details_content {
  margin-top: 25px;
}

@media (max-width: 768px) {
  .details_content {
    margin-top: 40px;
  }
}

.home_content {
  width: 100%;
}