.primary_block {
  margin-bottom: 0;
}

#product #breadcrumb {
  position: relative;
}

#ax_top_prod {
  background: #F5F5F5;
}

#ax_top_prod > .container {
  position: relative;
}

.ax_right_column {
  padding: 130px 10px;
}

@media (max-width: 991px) {
  .ax_right_column {
    padding: 15px 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .ax_right_column {
    padding: 65px 10px;
  }
}

#views_block {
  padding: 50px 0 0;
}

@media (max-width: 767px) {
  #product .blueimp-gallery > .indicator {
    display: none;
  }
}

#thumbs_list #thumbs_list_frame .thumbnail {
  border: none;
  padding: 0;
  border-bottom: 2px solid transparent;
  padding-bottom: 3px;
}

#thumbs_list #thumbs_list_frame .thumbnail.shown {
  border-color: #fa4c06;
}

#thumbs_list .bx-wrapper {
  margin: auto !important;
}

#thumbs_list .bx-prev:before,
#thumbs_list .bx-next:before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: contain;
}

#thumbs_list .bx-prev {
  left: -32px;
}

#thumbs_list .bx-prev:before {
  background-image: url(../img/svg/arrow-left.svg);
}

#thumbs_list .bx-next {
  right: -10px;
}

#thumbs_list .bx-next:before {
  background-image: url(../img/svg/arrow-right.svg);
}

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

@media (max-width: 767px) {
  #image-block {
    position: relative;
  }
}

.span_link {
  display: none;
}

h1 {
  font-size: 48px;
  line-height: 1;
}

@media (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}

h4 {
  font-size: 24px;
}

#short_description_block {
  font-size: 16px;
}

#short_description_block strong {
  font-weight: normal;
}

#short_description_block p {
  margin-bottom: 0;
}

.pb-center-column {
  margin-bottom: 0;
}

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

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

.content_prices {
  margin-bottom: 10px;
  font-weight: 300;
  color: #fa4c06;
}

.content_prices .price {
  font-size: 30px;
}

.content_prices p {
  margin: 0;
}

.box-cart-bottom {
  position: relative;
}

#quantity_wanted_p {
  margin-bottom: 15px;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 44px;
}

#quantity_wanted_p .form-control {
  height: 44px;
  border-radius: 4px 0 0 4px;
}

#attributes {
  margin-bottom: 15px;
}

.attribute_list ul {
  clear: both;
}

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

.attribute_list input.attribute_radio {
  float: left;
  margin-left: 3px;
}

.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 #e5e5e5;
  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;
}

#add_to_cart .btn {
  height: 44px;
  width: auto;
  padding: 0 40px 0 90px;
}

.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: 22px;
}

#prod_bottom .row-flex,
#prod_video .row-flex {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  #prod_bottom .row-flex.prod_bottom_2,
  #prod_video .row-flex.prod_bottom_2 {
    display: flex;
    flex-direction: column-reverse;
  }
}

#prod_bottom .title,
#prod_bottom h2,
#prod_video .title,
#prod_video h2 {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.4;
}

@media (max-width: 767px) {
  #prod_bottom .title,
  #prod_bottom h2,
  #prod_video .title,
  #prod_video h2 {
    font-size: 30px;
  }
}

#prod_bottom .subtitle,
#prod_video .subtitle {
  font-size: 18px;
  margin-bottom: 7px;
}

#prod_bottom .desc ul,
#prod_video .desc ul {
  padding-left: 20px;
  list-style: disc;
}

.video_btn {
  margin-bottom: 30px;
  font-size: 12px;
}

.video_btn a {
  font-size: 12px;
}

.video_btn svg {
  width: 26px;
  height: 26px;
  vertical-align: -8px;
}

.video_btn svg path {
  fill: #FFF;
}

#prod_video {
  background: #F5F5F5;
  margin-top: 40px;
}

@media (max-width: 767px) {
  #prod_video {
    margin-top: 0;
  }
}

#prod_video .row-flex {
  margin-top: -40px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  #prod_video .row-flex {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 0;
  }
}

#prod_video img {
  box-shadow: 5px 5px 25px 5px rgba(0, 0, 0, 0.15);
}

#reassurance,
#header-blocks {
  border: none;
}
