/* header/footer fixes */
#header {
  height: 48px;
  background-color: #000;
}

@media (min-width: 768px) {
  #header {
    height: 52px;
  }
}

@media (min-width: 992px) {
  #header {
    height: 64px;
  }
}

#header > div {
  opacity: 0;
  -moz-transition: opacity .15s ease;
  -webkit-transition: opacity .15s ease;
  -ms-transition: opacity .15s ease;
  transition: opacity .15s ease;
}

#header.loaded > div {
  opacity: 1;
}

.header-wrap-outer .container {
  padding-left: 0;
  padding-right: 0;
}

.navbar-mobile .btn-mobile-nav {
  padding-top: 12px !important;
}

.btn.locale {
  padding: 8px 12px !important;
  line-height: 24px;
}

.icon-flag-MX {
  background-image: url(../pics/flags.v5.png);
  width: 20px;
  height: 14px;
  display: block;
  margin-right: 6px;
  float: left;
}

.store-locator-submit-btn {
  padding: 4px 4px 0 !important;
}

#landing-content .mobile-nopd {
  padding: 0;
}

#landing-content .mobile100 {
  width: 100%;
}

#landing-content .header-2 {
  padding-top: 19px;
}

#landing-content .header-2 .container {
  width: 100%;
}

#landing-content .gray {
  background-color: #f1f5f9;
}

#landing-content .mobile-only {
  display: none;
  visibility: hidden;
}

@media (max-width: 992px) {
  #landing-content .mobile-only {
    display: block;
    visibility: visible;
  }
}

#landing-content .desk-only {
  display: none;
  visibility: hidden;
}

@media (min-width: 992px) {
  #landing-content .desk-only {
    display: block;
    visibility: visible;
  }
}

#landing-content .product-1 {
  padding: 48px 0 68px;
  border-bottom: 2px solid #A7A7A7;
  margin-right: 0;
  margin-left: 0;
  max-width: 1190px;
}

#landing-content .product-1 .col-md-6 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

@media (max-width: 992px) {
  #landing-content .product-1 {
    display: flex;
    flex-direction: column;
  }
  #landing-content .product-1 .product-info:nth-child(1) {
    order: 2;
  }
  #landing-content .product-1 .product-info:nth-child(2) {
    order: 1;
    margin-bottom: 50px;
  }
}

#landing-content .product-2 {
  padding: 48px 0;
  margin-right: 0;
  margin-left: 0;
}

#landing-content .circle {
  color: #F25529;
  font-size: 13px;
  padding-left: 12px;
  width: 40px;
  padding-right: 20px;
}

#landing-content .btn-comprar {
  background-color: #F25529 !important;
  margin-bottom: 20px !important;
}

#landing-content .p3 td {
  padding-bottom: 10px;
}

#landing-content .product-rating {
  padding-bottom: 20px;
}

#landing-content .review-text {
  font-size: 12px;
  font-weight: 500;
}

#landing-content .dealers-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 1200px) {
  #landing-content .dealers-wrap {
    justify-content: center;
  }
}

#landing-content .dealers-wrap .dealer-item {
  width: 15%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 1200px) {
  #landing-content .dealers-wrap .dealer-item {
    width: 31%;
    margin: 1%;
  }
}

@media (max-width: 768px) {
  #landing-content .dealers-wrap .dealer-item {
    width: 48%;
    margin: 1%;
  }
}

#landing-content .dealers-wrap .dealer-item a {
  padding: 10% 6% 4%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#landing-content .dealers-wrap .buy-button {
  background-color: #F25529;
  color: #fff;
  text-align: center;
  padding: 8px 20px;
  margin-top: 20px;
  width: auto;
  display: inline-block;
}

@media (max-width: 576px) {
  #landing-content .dealers-wrap .buy-button {
    padding: 8px 14px;
  }
}

#landing-content .p2 {
  margin-bottom: 32px;
}

#landing-content .product-3 {
  padding: 48px 0;
  margin-right: 0;
  margin-left: 0;
}

#landing-content .product-3 .dealer-item {
  width: 23%;
  padding: 4% 2%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 992px) {
  #landing-content .product-3 .dealer-item {
    width: 48%;
    margin: 1%;
    padding: 10% 2%;
  }
}

#landing-content .col-sn {
  display: flex;
  align-items: center;
  justify-content: center;
}

#landing-content .sony-store {
  padding: 34px 0;
}

#landing-content .sony-store .box {
  padding: 20%;
}

@media (max-width: 768px) {
  #landing-content .sony-store .box {
    padding: 10% 0;
  }
}

#landing-content .sony-store .row {
  margin-left: 0;
  margin-right: 0;
  display: flex;
  flex-wrap: wrap;
}

#landing-content .your-class {
  width: 370px;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

#landing-content .slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

#landing-content .slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 5px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

#landing-content .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 4px;
  width: 4px;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button::before {
  font-size: 8px !important;
}

.your-class .slick-next::before, .your-class .slick-prev::before {
  padding-bottom: 15px !important;
}

.price-tooltip .show-tool {
  cursor: pointer;
}

.price-tooltip .price {
  position: relative;
  display: inline-block;
  font-family: "SST W01 Medium","Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #000;
  font-size: 1.4em;
}

.price-tooltip .price .custom-tooltip {
  display: none;
  position: absolute;
  padding: 25px;
  background-color: #fff;
  right: 0;
  top: -10px;
  transform: translateX(105%);
  font-size: 12px;
  width: 300px;
  max-width: 50vw;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.price-tooltip .price .custom-tooltip .close-but {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
}

.price-tooltip .price .custom-tooltip:before {
  content: '';
  height: 18px;
  width: 12px;
  position: absolute;
  top: 10px;
  left: -10px;
  background-image: url("../pics/tri-tooltip.png");
  background-size: contain;
}

.price-tooltip .price .custom-tooltip p::first-letter {
  font-size: 120%;
  font-weight: bold;
  color: #111;
  padding-right: 5px;
}
