.productView {
  margin: 0 0 40px 0;
}

.productViewBreadcrumb .breadcrumb {
  background: none;
  /* border-bottom: 1px solid #dee2e6; */
}
.productViewBreadcrumb .breadcrumb *{
  font-size: 12px;
}

.productViewRequiredConfigurations {
  background: var(--primary-background-color);
  padding: 10px;
  color: #fff;
  font-size: 15px;
  border-radius: 5px;
}

.productViewVariationsDynamicForm.alertRequired {
  border: 1px solid var(--primary-background-color);
  padding: 2px;
  border-radius: 5px;
}

@media(max-width: 600px) {
  .productView .actions {
    margin: 0;
  }
}

#productDescription {
  overflow: hidden;
  margin: 0 0 25px;
  padding: 0 15px;
}

@media(max-width: 600px) {
  #productDescription {
    padding: 0 5px;
  }
}

#productDescription .card {
  padding: 10px;
}

.productCarouselContainer {
  margin: 0 0 25px;
}

.productCarouselContainer .mainCarousel {
  max-height: 480px;
  overflow: hidden;
}

#prod_info_right .title{
  padding: 0 0 5px 0;
  gap: 10px;
}

#prod_info_right .title .main {
  font-size: 20px;
  color: #000;
  margin: 10px 0 0;
  text-transform: capitalize;
  font-weight: normal;
}

#prod_info_right .title .sub {
  margin: 0;
  font-size: 15px;
  padding: 0 0 5px 0;
  color: #8e8e8e;
  font-weight: normal;
}

#prod_info_right .title .sub span+span {
  border-left: 1px solid;
  padding: 0 0 0 5px;
  margin: 0 0 0 5px;
}

#prod_info_right .sticky {
  position: sticky;
  top: 65px;
}

#prod_info_right .iconsActions .favorite.checked svg {
  fill: #F44336;
}

#product_disponibilidade {
  font-size: 13px;
  margin: 0 0 15px 0;
}

#product_disponibilidade i {
  margin: 0 5px 0 0;
}

@media(max-width: 600px) {
  #product_disponibilidade {
    font-size: 12px;
    color: #a0a0a0;
  }
}

.addToCartContainner {
  margin: 0 0 15px 0;
}

.addToCartContainner .actions {
  gap: 10px;
}

.addToCartContainner .buyBow {
  background: #1dab22;
  color: #fff;
}

.addToCartContainner .btn:hover {
  opacity: 0.7;
}

.addToCartContainner .qtyControlQty input {
  height: 36px;
}

.addToCartContainner md-select.qtySelect {
  margin: 0 7px;
  border-radius: 7px;
  text-align: center;
  background: #f7f7f7;
  height: 39px;
}

.addToCartContainner md-select.qtySelect .md-select-value {
  color: #000;
}

.calcShipping input:focus {
  border-color: unset;
  box-shadow: unset;
}

.calcShipping .btn:focus {
  border-color: unset;
  box-shadow: unset;
}

.calcShipping .btn {
  border-color: #ced4da;
}

.calcShipping .btn:hover {
  background: var(--primary-background-color);
  color: var(--primary-background-text-color);
}

.calcShipping .loader {
  margin-top: 10px;
}

.calcShipping .items {
  margin: 0;
  padding: 0;
}

.calcShipping .items .price {
  position: relative;
}

@keyframes pulse {
  0% {
    background-color: #d8d8d8;
  }

  50% {
    background-color: #f3f3f3;
  }

  100% {
    background-color: #d8d8d8;
  }
}

.calcShipping .items .price.loading:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #d8d8d8;
  border-radius: 10px;
  animation: pulse 2s linear infinite;
}

.calcShipping .items li {
  border: 1px solid #ededed;
  padding: 5px 10px;
  margin: 5px 0 0 0;
}

.productViewQtySelectContainer md-content form {
  background: #efefef;
  padding: 5px;
}

.productViewQtySelectContainer md-input-container {
  margin: 0 0 0 7px;
}

.productViewQtySelectContainer md-input-container .md-errors-spacer {
  display: none;
}

.productViewQtySelectContainer md-content md-option {
  border-bottom: 1px solid #e0e0e0;
}

.productViewQtySelectContainer md-select-menu md-content md-option[selected] {
  background: #fff;
  color: #000;
  border-left: 5px solid #2196F3;
}

@media(max-width: 600px) {

  .productViewQtySelectContainer,
  .productViewQtySelectContainer md-select-menu,
  .productViewQtySelectContainer md-content {
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    max-height: initial !important;
  }

  .productViewQtySelectContainer md-content form {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

.product_value_caracteristic,
.color_cart {
  position: relative;
  overflow: hidden;
}

.container_images_product_view * {
  outline: none;
}

.container_images_product_view {
  position: relative;
}

.container_images_product_view ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container_images_product_view .slick-arrow {
  background: none !important;
  height: 100% !important;
  display: none !important;
  margin: 0;
}

.container_images_product_view:hover .slick-arrow {
  display: block !important;
}

.container_images_product_view .slick-arrow:before {
  color: rgb(95, 116, 228);
  font-size: 45px;
  font-weight: normal;
}

.container_images_product_view .slick-arrow:hover:before {
  color: rgb(52, 83, 251);
}

.container_images_product_view .slick-arrow.slick-disabled {
  opacity: 0;
}

.images_product_view .imgSmall {
  overflow: hidden !important;
}

.images_product_view .imgSmall .slick-list {
  height: 100% !important;
  max-height: 100% !important;
}

.images_product_view .imgSmall .slick-prev {
  top: 0;
  left: 0;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}

.images_product_view .imgSmall .slick-next {
  top: 0;
  right: 0;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}

.images_product_view .imgSmall ul li {
  position: relative;
  cursor: pointer;
  border: 0;
}

.images_product_view .imgSmall .slick-current {
  position: relative;
}

@media(min-width: 990px) {
  .images_product_view .imgSmall .slick-current:before {
    content: '';
    width: 3px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: var(--primary-background-color);
    z-index: 1;
  }
}

@media(max-width: 990px) {
  .images_product_view .imgSmall {
    padding: 10px 0 0 0;
    height: auto !important;
  }

  .images_product_view .imgSmall .slick-current {
    border: 1px solid var(--primary-background-color);
    border-radius: 5px;
    overflow: hidden;
  }

  .images_product_view .imgSmall .carrossel_img_product_thumb {
    display: flex;
  }

  .images_product_view .imgSmall .product_thumb {
    max-width: 60px;
  }

  .images_product_view .imgSmall .slick-slide {
    width: 60px !important;
    height: 60px !important;
    padding: 3px;
  }
}

.images_product_view .productViewConteinerImg {
  margin: 0;
}

.images_product_view .productViewConteinerImg {
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
}

.images_product_view .productViewConteinerImg img {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.images_product_view .productViewConteinerImg iframe {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.images_product_view {
  overflow: hidden;
}

.images_product_view #containerImgMaster {
  border-top: none;
  border-bottom: none;
  list-style: none;
  overflow: hidden;
}

@media(max-width: 959px) {
  .images_product_view #containerImgMaster {
    border: 0;
    margin: 0;
  }
}

.images_product_view #containerImgMaster .slick-prev,
.images_product_view #containerImgMaster .slick-next {
  z-index: 1;
  width: 50px;
}

.images_product_view #containerImgMaster .slick-prev {
  left: 0;
}

.images_product_view #containerImgMaster .slick-next {
  right: 0;
}

.images_product_view #containerImgMaster .slick-arrow:before {
  color: rgb(193 193 193);
}

.productPrice {
  margin: 10px 0;
}

.productPrice .oldPrice {
  color: #a7a7a7;
}

.productPrice .salePrice {
  font-size: 35px;
  color: #000000;
  line-height: 1;
  padding: 0 0 10px;
}

.productPrice .salePrice .off {
  font-size: 15px;
  background: #00a650;
  color: #fff;
  padding: 5px 7px;
  margin: 0 0 0 5px;
  border-radius: 5px;
}

.productPrice .installment {
  font-size: 15px;
  color: #000;
}

.productPrice .installment i {
  margin: 0 5px 0 0;
  color: #a5a5a5;
}

.productPrice .consultOnly,
.stockNotAvailability .item {
  background: #f7f7f7;
  padding: 10px;
  border-radius: 5px;
  display: block;
  font-size: 14px;
}

.stockNotAvailability {
  margin: 20px 0;
  text-align: center;
}

.stockNotAvailability .item i {
  display: block;
  font-size: 30px;
  margin-bottom: 10px;
}

@keyframes shortDescriptionAfterChangeTop {
  from {
    margin-top: 0;
  }

  to {
    margin-top: 3px;
  }
}

.productInfoRefer {
  color: #a7a7a7;
  font-size: 12px;
  text-align: right;
}

.productInfoRefer b {
  font-weight: normal;
  color: #888;
}

.small_description {
  width: 100%;
  padding: 5px;
  border: 1px solid #F8F8F8;
}

#prod_info_right {
  position: relative;
  padding: 15px;
}

@media(max-width: 600px) {
  #prod_info_right {
    padding: 0 5px;
  }
}

@media(min-width: 992px) {
  #addToCard {
    border: 1px solid #f0f0f0;
    padding: 10px;
    border-radius: 7px;
  }
}

#loading_info_right {
  position: absolute;
  background: rgba(0, 0, 0, 0.66);
  color: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

#loading_info_right .loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 50% 0;
}

#product_budget {
  float: right;
  min-width: 330px;
  max-width: 330px;
  padding: 5px;
  background: #e85e65;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}

#modal_product_budget .small_description {
  min-width: 52% !important;
  max-width: 52% !important;
}

#product_budget:hover {
  background: #EB3942;
}

#modal_product_budget .content {
  width: 630px;
  max-height: 80%;
}

#modal_product_budget .content form {
  float: left;
  border-top: 1px solid #E2E2E2;
  margin-top: 20px;
  padding-top: 20px;
}

#modal_product_budget div img {
  width: 265px;
  float: left;
}

#prodDescription,
#prodFrete {
  clear: both;
}

#product_related {
  margin-top: 20px;
  border-bottom: 1px solid #DEDEDE;
  min-width: 700px;
  max-width: 700px;
}

#product_related ul {
  margin-bottom: 30px;
  background: #FEFEFE;
  display: inline-block;
  clear: both;
  width: 100%;
}

#product_related ul li {
  margin: 10px 18px 0px 18px;
}

#product_related h2 {
  width: 98.7% !important;
  margin: 0 !important;
}

#product_related .prev,
#product_related .next {
  font-family: monospace;
  font-size: 25px;
  font-weight: bold;
  color: #C8C7C7;
  position: absolute;
  top: 47px;
  background: #FAFAFA;
  z-index: 999999999;
  padding: 103px 0;
}

#product_related .next {
  right: 0;
}

#product_related .prev:hover,
#product_related .next:hover {
  background: #EFEFEF;
}

.prodInfoExtraCollapse {
  float: left;
  width: 100%;
  text-align: left;
  padding: 15px;
  background: none;
  border-top: 1px solid;
  color: #777;
}

.prodInfoExtraCollapse i {
  float: right;
  transition: all 0.5s;
}

.prodInfoExtraCollapse i.rotate {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.productViewQtyPriceRules {
  overflow: auto;
  padding: 0 0 10px 0;
  gap: 10px;
}

@media(min-width: 769px) {
  .productViewQtyPriceRules {
    overflow: hidden;
  }

  .productViewQtyPriceRules:hover {
    overflow: auto;
  }
}

.productViewQtyPriceRules .item {
  text-align: center;
  border: 1px solid #dee2e6;
  border-radius: 7px;
  padding: 7px;
  width: 100px;
  min-width: 100px;
  height: 100px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.productViewQtyPriceRules .item.selected {
  border: 2px solid var(--primary-background-color);
}

.productViewQtyPriceRules .item:hover:after {
  content: '';
  background: var(--primary-background-color);
  opacity: 0.02;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.productViewQtyPriceRules .item .qty {
  font-weight: bold;
  font-size: 20px;
}

.productViewQtyPriceRules .item .uty {
  font-size: 15px;
}

.productViewQtyPriceRules .item .desc {
  font-size: 18px;
  color: #00a650;
}

.installments {
  border: 1px solid #f0f0f0;
  padding: 3px 8px;
  border-radius: 5px;
}

.installments summary strong {
  font-weight: normal;
  color: #00a650;
}

.installments .items {
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
}

.installments .items li {
  padding: 3px 8px;
  margin: 0;
}

.installments .items li:nth-of-type(2n-1) {
  background: #ededed;
}

.installments .items li span {
  font-size: 13px;
}

.installments .items li .sj {
  color: #00a650;
  font-weight: bold;
  padding: 0 0 0 5px;
}

.installments .items li .cj {
  color: #a5a5a5;
  padding: 0 0 0 5px;
}

.pix {
  margin: 0;
  padding: 0 0 10px 0;
}

.pix strong {
  color: #00a650;
}

.img-zoom-container {
  position: relative;
}

.img-zoom-lens {
  position: absolute;
  border: 1px solid #d4d4d4;
  /*set the size of the lens:*/
  width: 150px;
  height: 150px;
  z-index: 1;
  opacity: 0;
}

.img-zoom-result {
  border: 1px solid #d4d4d4;
  width: 100%;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  position: absolute;
}

.productViewConteinerImg:hover .img-zoom-lens {
  opacity: 1;
}

#zoomResult {
  z-index: -100 !important;
}

.container_images_product_view:hover+#prod_info_right #zoomResult {
  z-index: 1 !important;
}

.variations .btn {
  position: relative;
}

.variations .color {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}


.variations .btn input[type="radio"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.variations .color.active:before {
  content: '';
  width: 27px;
  height: 27px;
  display: block;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  box-shadow: 0px 0px 7px #000;
  z-index: 1;
}

.variations .btn.active:not(.color),
.variations .btn:hover:not(.color) {
  background: var(--primary-background-color) !important;
  color: var(--primary-background-text-color) !important;
}

.variations .values {
  display: flex;
  flex-direction: row;
  gap: 5px;
  flex-wrap: wrap;
}

.variations .values .btn {
  margin: 0;
}

.variations .values .color {
  overflow: hidden;
}

.variations .values .color>span {
  position: absolute;
  width: 55%;
  top: -2px;
  right: -2px;
  bottom: -2px;
}

.variations .item {
  margin: 0 0 15px 0;
}

.variations .item>span {
  font-weight: bold;
}