.primary_block {
  margin-bottom: 30px;
}

#image-block {
  position: relative;
  cursor: pointer;
  background: #fff;
  padding: 0;
  border: none;
}

div#image-block {
  box-shadow: 0px 0px 5px 0px #ccc;
  border-radius: 10px;
}

#image-block:hover .span_link {
  display: block;
}

.thumbnail {
  padding: 0;
  border: none;
}

.span_link {
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  width: 110px;
  height: 110px;
  line-height: 110px;
  margin-top: -55px;
  margin-left: -55px;
  border-radius: 55px;
  font-size: 3em;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
}

.pb-center-column {
  margin-bottom: 30px;
}

.pb-center-column h1 {
  margin-top: 0;
}

.pb-center-column b {
  font-weight: 400;
}

.pb-center-column p {
  margin-bottom: 15px;
}

#product-description {
  margin-bottom: 15px;
}

.box-info-product {
  background-color: #fff;
  border: 1px solid none;
}

#short_description_block {
  border-bottom: 1px solid #ddd;
}

.content_prices p {
  margin: 0;
}

.our_price_display {
  font-size: 2em;
}

.our_price_display .price {
  font-weight: 500;
  color: #171f2b;
}

#old_price {
  display: inline-block;
  text-decoration: line-through;
  color: #ccc;
  font-size: 1.5em;
}

#reduction_percent,
#reduction_amount {
  display: inline-block;
  margin-right: 0.25em;
  font-size: 1.5em;
  color: #cc0000;
  background: none;
  padding: 0 0.25em;
}

#quantity_wanted_p .input-group {
  float: left;
}

#quantity_wanted_p .input-group #quantity_wanted {
  height: 50px;
  border:none;
  /* box-shadow: 0px 1px 1px 1px #ccc; */
  min-width: 100px;
}

#quantity_select {
  margin-right: 20px;
}

#quantity_wanted_p .input-group .input-group-btn {
  float: left;
}

#quantity_wanted_p .input-group .input-group-btn a {
  height: 25px;
  width: 25px;
  line-height: 25px;
  padding: 0;
}

#quantity_wanted_p .input-group .input-group-btn .button-minus {
  top: 25px;
}

.box-cart-bottom #add_to_cart {
  display: inline-block;
  width: 100%;
}

.box-cart-bottom #add_to_cart .btn {
  height: 50px;
}

.btn-add-to-cart {
  width: 100%;
  border-radius: 5px;
  text-align: center;
  background: #171f2b;
  color: #fff;
}

.btn-add-to-cart:hover {
  background: #253142;
}

.box-cart-bottom {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin: 25px 0;
}

#attributes .form-group {
  margin: 0;
}

#attributes .form-control {
  width: auto;
}

.attribute_list ul {
  clear: both;
}

.attribute_list ul li {
  float: left;
  margin-right: 10px;
}

.attribute_list input.attribute_radio {
  float: left;
  margin-left: 3px;
  width: 100%;
  cursor: pointer;
}

.attribute_list div.radio,
.attribute_list div.radio span,
.attribute_list div.radio input {
  float: none;
  display: inline-block;
}

#color_to_pick_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

#color_to_pick_list:before, #color_to_pick_list:after {
  content: " ";
  display: table;
}

#color_to_pick_list:after {
  clear: both;
}

#color_to_pick_list li {
  float: left;
  margin: 0 3px 3px 0;
  padding: 1px;
  border: 1px solid #eee;
  width: 26px;
  height: 26px;
}

#color_to_pick_list li.selected {
  border: 1px solid #4d4d4d;
}

#color_to_pick_list li a.color_pick {
  display: block;
  height: 22px;
  width: 22px;
  cursor: pointer;
}

#color_to_pick_list li a.color_pick img {
  display: block;
  height: 22px;
  width: 22px;
}

#bigpic img {
  border-radius: 10px;
  overflow: hidden;
}

.btn-add-to-cart.added .icon:before {
  content: '\f00c';
}

.btn-add-to-cart.disabled .icon {
  -webkit-animation: icon-spin 2s infinite linear;
  animation: icon-spin 2s infinite linear;
}

.btn-add-to-cart.disabled .icon:before {
  content: '\f1ce';
}

@-webkit-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

.page-product-box {
  margin-bottom: 10px;
}

.accessories-block .product_list.grid .product-container {
  margin-bottom: 50px;
}

.content_only .primary_block {
  margin: 0;
}

.content_only .pb-center-column h1 {
  margin-top: 20px;
}

#thumbs_list_frame picture img {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #bfc7ce;
}

@media (min-width: 1600px) {
  #product .container {
    width: 1536px;
  }
}

@media (min-width: 1280px) {
  .container {
    min-width: 1250px;
    max-width: 1536px;
  }
}

picture#bigpic {
  overflow: hidden;
}

.raiting_cell {
  text-align: left;
  color: #969696;
  width: 33.3%;
}

.cell_value {
  font-weight: 600;
}

#product-volume-discounts, #product-features {
  max-width: 512px;
}

.content-left {
  padding-left: 0px;
}

.page-product-heading {
  padding: 10px 0;
}

.available_plan {
  font-size: 15px; 
  border: 1px solid #ccc; 
  padding: 5px 10px; 
  border-radius: 5px;
}

.available_plan_value {
  color:#009fff;
}

button .product_login {
  color:#fff;
}

button .product_login:hover {
  color:#5ac6fb;
}

.demo_url {
  border: 2px solid;
  border-radius: 5px;
  line-height: 30px;
  padding: 5px;
  text-align: center;
  margin-bottom: 10px;
}

.front_url {
  border-color: #73b7e1;
}

.front_url a {
  color: #73b7e1;;
}

.front_url:hover, .front_url:hover a {
  border-color: #73b7e1;
  background-color: #73b7e1;
  color: #fff;
}

.back_url {
  border-color: #eaa078;
}

.back_url a {
  color: #eaa078;
}

.back_url:hover, .back_url:hover a {
  border-color: #eaa078;
  background-color: #eaa078;
  color: #fff;
}

span#our_price_display {
  display: inline-block;
  padding-top: 20px;
}

p:has(iframe) {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

p > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 560px;
  max-height: 315px;
}