.product_wrapper {
  margin: 15px;
}
.product_panel {
  float: left;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.product_images {
  border: 1px #F1F2F3 solid;
}
.product_images div {
  position: relative;
  vertical-align: middle;
  text-align: center;
}
.product_images_swiper {
  position: relative;
}
.product_image_thumb {
  max-height: 100px;
  max-width: 100px;
}
.thumb_wrapper_slide {
  text-align: center;
  vertical-align: middle;
}
.thumb_wrapper {
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #E7E7E7;
  margin-right: 10px;
  min-width: 100px;
  min-height: 100px;
  display: grid;
  align-content: center;
}
.thumb_wrapper img {
  display: inline-block;
}
.product_panel h1 {
  font-size: 25px;
  line-height: 35px;
  vertical-align: top;
  text-transform: none;
  margin: 0 0 10px 0;
}
.product_title {
  font-weight: normal;
  margin: 0 0 1.5em 0;
  font-size: 1.1rem;
  line-height: 1.1;
}
.product_comments {
  margin: 0 0 15px 0;
  font-weight: 300;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
}
.product_review i {
  margin-left: 2px;
  margin-right: 2px;
  color: lightgrey;
}
.product_review i::before {
  font-size: 18px;
}
.product_rate a, .product_tax {
  font-size: 17px;
  padding-left: 5px;
  color: #4A4A4A;
  font-weight: bold;
}
.product_rate a:hover {
  color: #1696EF;
}
.product_big_price {
  margin: 0 0 15px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
}
.big_price {
  font-weight: bold;
  font-size: 34px;
  color: #1696EF;
}
.price_title {
  font: bold 1.2rem "Roboto Condensed", sans-serif;
  margin-right: 5px;
}
.product_add_actions form {
  margin-top: 15px;
  display: flex;
}
.product_qty_wrapper {
  font-size: 24px;
}
.ui-spinner-button {
  width: 30px;
}
.ui-state-default .ui-icon {
  margin-left: 6px;
}
.product_qty {
  width: 60px;
  font-size: 1.3rem;
}
.product_add_btn {
  padding: 10px 20px 10px 20px;
  background-color: #1696EF;
  font-size: 18px;
  color: white;
  cursor: pointer;
  font-weight: bold;
  border: 1px solid #1696EF;
  display: block;
  border-radius: 5px;
}
.product_add_btn:hover {
  color: #1696EF;
  background-color: white;
  border: 1px solid #1696EF;
}
.product_compare_button, .product_wishlist_button {
  float: left;
  margin-top: 1px;
}
.product_wishlist_button i::before, .product_compare_button i::before {
  font-size: 23px;
}
.product_in_stock, .product_in_external {
  margin-left: 10px;
  padding: 10px 20px 10px 20px;
  font-size: 18px;
  color: green;
  font-weight: bold;
  text-transform: uppercase;
}
.stock_information {
  margin-bottom: 15px;
  font-family: "Roboto Condensed", sans-serif;
  margin-top: -5px;
}
.product_in_external {
  color: goldenrod;
}
.product_no_stock {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  color: red;
  margin: 0;
  padding: 10px 20px 10px 0;
}
.product_preorder {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  color: salmon;
  margin: 0;
  padding: 10px 20px 10px 0;
}
.product_compare_button a, .product_wishlist_button button, .product_compare_button button {
  width: 42px;
  font-family: "Roboto Condensed", sans-serif;
  height: 42px;
  border: 1px #1696EF solid;
  color: #1696EF;
  text-align: center;
  border-radius: 50%;
  background-color: #FFF;
  font-size: 22px;
  display: block;
  cursor:pointer;
}
.product_wishlist_button button {
  line-height: 44px;
}
.product_compare_button a:hover, .product_wishlist_button button:hover, .product_compare_button button:hover {
  color: white;
  background-color: #1696EF;
}
.product_sku {
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.product_sku span {
  padding-left: 10px;
  color: #888;
  font-weight: 400;
}
.product_sku a span:hover {
  color: #1696EF;
}
.product_sku li {
  line-height: 1.2;
}
.social_fb i::before {
  color: #337AB7;
  font-size: 35px;
}
.social_twitter i::before {
  color: #5BC0DE;;
  font-size: 35px;
}
.social_linkedin i::before {
  color: #0E76A8;;
  font-size: 35px;
}
.product_thumb {
  max-width: 100%;
  max-height: 700px;
}
.product_input {
  background: #F9FFFF;
  border-radius: 3px;
  color: black;
  border: 1px solid #CDF;
  padding: 5px 10px;
  display: inline-block;
  font: 15px "Roboto Condensed", Sans-Serif;
  width: 100%;
  line-height: 2;
}
.express_container {
  display: grid;
  padding: 15px;
  border: 1px solid #CDF;
  border-radius: 5px;
  margin-bottom: 15px;
}
.express_form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.express_conf {
  display: flex; gap: 10px; margin-top: 5px;
}
.product_input:focus {
  background-color: #FFF;
  color: #232323;
  border-color: #66AFE9;
}
.product_input:hover {
  background-color: #FFF;
  box-shadow: 0 0 4px #ABD;
}
.express_title {
  font: bold 1.2rem "Roboto Condensed", Sans-Serif;
  margin: 0 0 10px 0;
  color: #1696EF;
}
.express_info {
  font: 1rem "Roboto Condensed", Sans-Serif;
  margin-top: 10px;
}
.express_button {
  border: 1px solid #7A7A7A;
  box-shadow: none;
  color: #FFF;
  font: bold 0.9rem Roboto Condensed, sans-serif;
  margin-left: 0;
  text-transform: uppercase;
  background: #7A7A7A;
  padding: 14px 20px 12px 20px;
  cursor: pointer;
  border-radius: 4px;
  float: right;
}
.express_button:hover {
  background: #FFF;
  color: #7A7A7A;
  border: 1px solid #7A7A7A;
}
.product_add_actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  row-gap: 10px;
  align-items: center;
}
.pd_container p {
  text-align: center;
}
.pd_title {
  text-align: center;
  font: bold 2rem "Roboto Condensed", sans-serif;
}
.pd_sub_title {
  font: 1.4rem "Roboto Condensed", sans-serif;
}
.pd_image_sub_title {
  font: 1rem "Roboto Condensed", sans-serif;
  font-style: italic;
}
.pd_container p img {
  max-width: 100%;
}
.pd_container p img.left {
  width: 50%;
  margin-right: 15px;
}
.pd_container p img.right {
  width: 50%;
  margin-left: 15px;
}
.pd_flex {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
}
.pd_flex div {
  text-align: center;
}
.pd_flex img {
  max-width: 100%
}
.pd_spec_samsung {
  background-color: #EEE;
  border-radius: 5px;
  padding: 20px;
}
.pd_spec_samsung h4 {
  margin: 0;
  font: bold 1.5rem "Roboto Condensed", sans-serif;
}
.pd_spec_samsung > div {
  display: grid;
  grid-template-columns: 1fr 3fr;
  margin-bottom: 20px;
  border-bottom: 1px solid lightgray;
}
.pd_spec_samsung div div:first-child {
  display: block;
}
.pd_spec_samsung div div:not(:first-child) {
  display: block;
}
.pd_spec_samsung div div ul {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.pd_spec_samsung div div ul li strong {
  display: block;
  font: bold 1rem "Roboto Condensed", sans-serif;
}
.review_container {
  border-radius: 5px;
  box-shadow: 1px 1px 5px gainsboro;
  padding: 20px;
  background: #F4FFFF;
  margin: 20px;
  border: 1px solid #CDF;
}
.review_title {
  font: bold 20px Roboto Condensed, sans-serif;
  border-bottom: 1px solid #CDF;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.review_content {
  margin-top: 15px;
  font: 16px Roboto Condensed, sans-serif;
}
.review_author {
  font-size: 15px;
}
.review_details {
  color: green;
  display: flex;
  justify-content: space-between;
  font: 14px Roboto Condensed, sans-serif;
}
.review_pros, .review_cons {
  margin: 5px 20px 5px 20px;
}
.review_pros {
  color: steelblue;
}
.review_cons {
  color: lightcoral;
}
.ai_desc_disclaimer {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 20px;
  margin-bottom: 20px;
  background: #fff8e1;
  border-left: 4px solid #f57c00;
  border-radius: 4px;
  color: #5d4037;
  font-size: 15px;
  line-height: 1.5;
}
.ai_desc_disclaimer img {
  flex-shrink: 0;
}