.gallery-slider {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  box-sizing: border-box;
  position: relative;
  padding: 20px 0;
}
.products-details .gallery-slider {
  padding-top: 0;
}
.gallery-slider .gallery-view {
  width: 85%;
  margin-right: 0;
}
.gallery-slider .slider-thumb {
  width: 80px;
  height: auto;
  padding-right: 20px;
  /* margin-bottom: 20px;
       margin-top: 20px;     */
}
.gallery-slider .slider-thumb .slide-item {
  padding-top: 90%;
  margin-bottom: 4px;
  opacity: 0.75;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid #ffffff00;
}
.gallery-slider
  .slider-thumb
  .slick-slide.slick-current.slick-active
  .slide-item {
  opacity: 1;
}
.gallery-slider .slide-item {
  background: #ffffff00 url("") no-repeat center/cover;
  padding-top: 56.25%;
}
.gallery-slider .thumb-prev,
.gallery-slider .thumb-next {
  position: absolute;
  height: 35px;
  width: 35px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background: transparent;
}
.gallery-slider .thumb-prev {
  left: 22px;
  top: 0px;
  cursor: pointer;
  height: auto;
}
.gallery-slider .thumb-next {
  left: 22px;
  cursor: pointer;
  height: auto;
  bottom: 10px;
}
.slick-vertical .slick-slide {
  width: 100% !important;
}
.gallery-slider
  .slider-thumb
  .slick-slide.slick-current.slick-active
  .slide-item {
  border: 2px solid #000000;
}
.tabs {
  width: 100%;
}
.tab-links:after {
  display: block;
  clear: both;
  content: "";
}
.tab-links li {
  margin: 0px 5px;
  float: left;
  list-style: none;
}
.tab-links a {
  padding: 9px 15px;
  display: inline-block;
  border-radius: 3px 3px 0px 0px;
  background: lightgray;
  color: darkgray;
  text-decoration: none;
}
.tab-links {
  border: 0.5px solid #7070709e;
  border-radius: 19px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.tab-links a:hover {
  background: dimgray;
}

li.active a,
li.active a:hover {
  background: white;
  color: black;
  font-weight: bold;
}
.tab-content {
  padding: 15px;
  width: 500px;
  border-radius: 3px;
  background: white;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.tab {
  display: none;
}
.tab.active {
  display: block;
}
.tab-links button {
  border: 0;
  background: none;
  font-size: 14px;
  width: 50%;
  padding: 3px 0;
  line-height: 17px;
  font-family: 'Raleway-Regular';
  color: #000000;
}
.tab-links button:hover {
  box-shadow: none;
  background-color: #dfdfdf;
  border-radius: 19px;
}
.tab-links button.active {
  background-color: #dfdfdf;
  border-radius: 19px;
  padding-top: 5px;
}
.tab-pane-box p {
  font-size: 14px;
  margin-bottom: 6px;
  line-height: 16px;
  font-family: 'Raleway-Regular';
}
.products-details {
  margin: 60px 0;
}
.content-box {
  display: flex;
  justify-content: space-between;
}
.tab-pane-box {
  width: 320px;
  border: 1px solid #ddd;
  border-radius: 14px;
  padding: 30px;
  margin-top: 0;
}
.content-box-right h2 {
  font-size: 20px;
  font-family: 'Raleway-Bold';
  line-height: 24px;
  margin-bottom: 4px;
  font-weight: normal;
  margin-top: -5px;
}
.addtocat span a {
  font-size: 14px;
  line-height: 16px;
  font-family: 'Raleway-Regular';
  height: 18px;
  display: inline-block;
}
.addtocat span img {
  width: auto;
  margin-right: 5px;
  height: 17px;
}
.addtocat {
  margin-top: 20px;
  margin-bottom: 18px;
  text-align: center;
}
.addtocat button {
  border-radius: 30px;
  margin-right: 5px;
  border: 0;
  font-size: 14px;
  font-family: 'Raleway-Regular';
  line-height: 21px;
  height: 33px;
  width: 173px;
}
.tab-pane-box select {
  width: 100%;
  background-color: transparent;
  border-radius: 8px;
  padding: 3px 5px;
  font-size: 14px;
  margin-bottom: 6px;
  cursor: pointer;
  outline: none;
}
.tab-pane-box label {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 6px;
  font-family: 'Raleway-Regular';
}
#print .addtocat {
  text-align: center;
  margin-bottom: 0;
}
.content-box-right {
  display: flex;
  justify-content: center;
}
.products-container {
  max-width: 980px;
  margin: 0 auto;
}
.product-info h4 {
  font-size: 16px;
  font-family: 'Raleway-Bold';
  line-height: 19px;
  margin-bottom: 10px;
  margin-top: 45px;
}
.product-info p {
  font-size: 14px;
  font-family: 'Raleway-Regular';
  line-height: 20px;
  margin-bottom: 10px;
}
.oneTwo table td {
  vertical-align: top;
}
.oneTwo table td p.about-subtitle span {
  font-size: 16px;
  font-family: 'Raleway-Bold';
}
.oneTwo table td p span {
  font-size: 14px;
  font-family: 'Raleway-Bold';
}
.product-info {
  padding-left: 80px;
}
.section-title {
  font-size: 30px;
  font-family: "Helvetica-Bold";
  text-align: center;
  line-height: 36px;
  margin-bottom: 20px;
  font-weight: normal;
}
.filter-box {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.filter {
  display: flex;
  justify-content: space-between;
}
.filter label {
  font-size: 14px;
  font-family: 'Raleway-Bold';
  margin-right: 0px;
  padding-top: 5px;
  font-weight: normal;
}
.gallery-section .title h2 {
  padding-left: 0px;
}
.filter select {
  background: transparent;
  border: 0.7px solid #000000;
  padding: 4px 15px;
  border-radius: 20px !important;
  margin: 0 15px;
  appearance: none;
  background-image: url(../images/icon/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: 88% 12px;
  padding-right: 30px;
  font-size: 14px;
  font-family: 'Raleway-Regular';
  outline: none;
  color: #000000;
}
.Similar-section .title-box h2 {
  text-transform: capitalize;
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
  font-family: 'Raleway-Bold';
}
.mobile {
  display: none;
}
.gallery-section .title-box h2 {
  padding-left: 0;
  margin-left: -2px;
}
.pagination {
  width: 100%;
  display: block;
  margin-bottom: 60px;
  margin-top: 15px;
}
.pagination ul {
  list-style: none;
  display: flex;
  justify-content: center;
}
.pagination ul li {
  width: 30px;
  text-align: center;
}
.pagination ul li a {
  width: 24px;
  display: block;
  text-align: center;
  height: 24px;
  line-height: 22px;
  font-size: 16px;
  font-family: 'Raleway-Regular';
}
.pagination ul li a.link-page:hover,
.pagination ul li a.link-page.active {
  background-color: #000000;
  color: white;
  border-radius: 19px;
  font-size: 16px;
}
.pagination img {
  width: 16px;
}
.ar-button {
  padding-left: 80px;
  padding-right: 0;
  margin-bottom: 25px;
}
.arcontent {
  width: 100%;
  padding: 18px 20px 18px 70px;
  background-color: #f2ebdb;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  background-image: url(../../static/images/icon/augmented-reality.svg);
  background-repeat: no-repeat;
  background-position: 15px 12px;
}
.slick-list {
  height: auto !important;
}
.arcontent-left .ar-title {
  font-size: 14px;
  font-family: 'helvetica regular' !important;
}
.arcontent-left p {
  font-size: 14px;
  font-family: 'helvetica regular' !important;
}
.arcontent-button {
  display: flex;
}
.arcontent-button a {
  font-size: 12px;
  width: 82px;
  display: block;
  text-align: center;
  border: 0.5px solid #000000;
  border-radius: 25px;
  align-self: center;
  line-height: 29px;
  font-family: 'helvetica regular';
}
.arcontent-left {
  padding-right: 10px;
  line-height: 30px;
}
.gallery-slider {
  padding-bottom: 10px;
}

/* for slider and frame */
.products-details_ar .product-small-img img {
  margin: 10px 0;
  cursor: pointer;
  display: block;
  opacity: 1;
  width: 100%;
  height: 60px;
}
.products-details_ar .product-small-img img:hover {
  opacity: 1;
}
.products-details_ar
  .gallery-slider.desktop
  .slide-thumb
  ul
  li:first-child
  img {
  margin-top: 0;
}
.products-details_ar .gallery-slider .gallery-view {
  margin-right: 0;
  width: calc(100% - 80px);
}
.products-details_ar .product-small-img {
  float: left;
}
.products-details_ar .product {
  top: 0;
  left: 15px;
  transform: translate(0, 0%);
  position: absolute;
}
.products-details_ar .gallery-slider .slider-thumb {
  width: 80px;
  height: auto;
  padding-right: 15px;
}
.products-details_ar .img-container img {
  width: 100%;
}
.products-details_ar .img-container {
  width: 100%;
}
.products-details_ar .slide-thumb ul {
  list-style: none;
}
.products-details_ar .gallery-slider.mobile .slide-thumb ul {
  list-style: none;
  display: flex;
}
.products-details_ar .gallery-slider.mobile .product-small-img img {
  width: 65px;
  height: 50px;
  margin-right: 14px;
  opacity: 1;
}
.button-grey {
  min-width: 100px;
  width: 120px !important;
  background-color: #DFDFDF;
  color: #000000;
  margin: 0 auto;
  padding-bottom: 0;
  margin-bottom: 0;
  border-radius: 20px;
  border: 1px solid #DFDFDF;
  font-size: 16px;
}
.products-details_ar .black {
  background: white;
  padding: 29px;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  border: 9px solid rgb(0, 0, 0);
  box-shadow: rgb(204, 204, 204) 0px 1px 5px 2px,
    rgb(204, 204, 204) 2px 2px 2px 0px inset;
}
.products-details_ar .white {
  background: white;
  padding: 29px;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  border: 9px solid rgb(240, 240, 240);
  box-shadow: rgb(204, 204, 204) 0px 1px 5px 2px,
    rgb(204, 204, 204) 2px 2px 2px 0px inset;
}
.products-details_ar .natural-wood {
  background: white;
  padding: 29px;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  border: 9px solid rgb(239, 227, 210);
  box-shadow: rgb(204, 204, 204) 0px 1px 0px 1px,
    rgb(204, 204, 204) 2px 2px 2px 0px inset;
}
.products-details_ar .metal-lighted-power {
  background: white;
  padding: 29px;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  border-image: initial;
  box-shadow: rgb(204, 204, 204) 0px 1px 0px 1px,
    rgb(204, 204, 204) 2px 2px 2px 0px inset;
  border-width: 9px;
  border-style: solid;
  border-color: rgba(192, 183, 165, 0.698) rgb(192, 183, 165);
}
.products-details_ar .metal-dark-power {
  background: white;
  padding: 29px;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  border-image: initial;
  box-shadow: rgb(204, 204, 204) 0px 1px 5px 2px,
    rgb(204, 204, 204) 2px 2px 2px 0px inset;
  border-width: 9px;
  border-style: solid;
  border-color: rgba(121, 118, 111, 0.698) rgb(121, 118, 111);
}
.products-details_ar .no-fream {
  background: white;
  padding: 31px;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  box-shadow: rgb(204, 204, 204) 0px 1px 5px 2px;
  border: 1px solid rgb(237, 237, 237);
}
section.Similar-section {
  margin-bottom: 20px;
}
section.gallery-section {
  margin-bottom: 20px;
}
.products_body.affordable-products{
  justify-content: center;
}
.filter_box_title {
  display: flex;
  justify-content: right;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .arcontent-left .ar-title {
      font-size: 13px;
      line-height: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
  }
  .products-details_ar .gallery-slider .gallery-view {
      width: 100%;
  }
  .products-details_ar .gallery-slider .slider-thumb {
      width: auto;
      height: 70px;
      padding-right: 15px;
      clear: both;
      overflow: hidden;
  }
  .ar-button {
    padding-left: 0;
    margin-bottom: 25px;
  }
  .arcontent {
    padding: 18px 10px 18px 48px;
    background-position: 5px 10px;
  }
  .arcontent-button a {
    width: 68px;
    font-size: 12px;
    line-height: 25px;
}
  .tab-pane-box select {
    height: 33px;
  }
  .tab-pane-box {
    margin-top: 10px;
  }
  .gallery-slider .gallery-view {
    width: 100%;
    margin-bottom: 3px;
  }
  .products-container {
    padding: 0 20px;
  }
  .products-details {
    margin: 30px 0;
  }
  .gallery-slider.mobile .slick-vertical .slick-slide {
    width: 75px !important;
    padding: 0 5px;
  }
  .gallery-slider .slider-thumb {
    width: 100%;
    height: 80px;
    padding-right: 0px;
  }
  .products-details .content-box .col-7 {
    width: 100%;
  }
  .gallery-section.pdt-6 {
    padding-top: 30px;
  }
  .product-item {
    padding-bottom: 0;
  }
  .content-box {
    display: block;
  }
  .products-details .content-box .col-5 {
    width: 100%;
  }
  .Similar-section .title-box h2 {
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 8px;
    font-size: 30px !important;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .gallery-slider.mobile .slider-thumb .slick-list .slick-track {
    height: 55px !important;
    position: relative;
    left: -5px;
  }
  .gallery-slider.mobile .slider-thumb .slick-list.draggable {
    height: 55px !important;
  }
  .breadcrumb ul {
    margin-bottom: 5px;
  }
  .title-box h2 img {
    height: 22px;
    margin-left: -2px;
    top: -3px;
  }
  .title-box h2 {
    margin-bottom: 15px;
    font-size: 32px !important;
    font-family: "Helvetica-Bold";
  }
  .product-info {
    padding-left: 0px;
    margin-top: 30px;
  }
  .tab-links {
    height: 33px;
  }
}
@media screen and (max-width: 768px) {
  .tab-pane-box {
    width: 100%;
}
  .breadcrumb {
    margin-bottom: 0;
}
  .artist-gallery-section .filter_box_title {
      margin-bottom: 0;
  }
  .breadcrumb ul li a {
    font-size: 13px;
  }
  .filter-box {
    display: block;
    margin-top: 0px;
  }
  .filter-group-mobile .filter-box {
    display: none;
  }
  .filter select {
    width: 114px;
  }
  .filter-left {
    margin-bottom: 15px;
  }
  .filter select {
    padding: 4px 10px;
    margin: 0 10px;
    padding-right: 20px;
  }
  .gallery-slider .slider-thumb {
    height: 55px;
  }
  .gallery-slider.mobile .slick-vertical .slick-slide {
    width: 55px !important;
    padding: 0 5px;
  }
  .gallery-slider {
    padding-top: 0px;
  }
  .product-info {
    padding-left: 0px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .title-box h2 {
    margin-bottom: 15px;
    font-size: 30px !important;
    font-family: "Helvetica-Bold";
  }
  .title-box h2 img {
    height: 22px;
    margin-left: -2px;
    top: -3px;
  }
  .breadcrumb ul {
    display: block;
  }
  .breadcrumb ul li {
    float: left;
  }
}
@media screen and (max-width: 350px) {
  .title-box h2 {
    margin-bottom: 15px;
    font-size: 22px !important;
  }
  .title-box h2 img {
    height: 16px;
    top: -3px;
  }
  .addtocat a.button-black {
    padding: 7px 22px;
    font-size: 12px;
  }
  .request-price-box a {
      font-size: 12px;
  }
}
@media screen and (max-width: 300px) {
  .tab-pane-box {
      padding: 15px;
  }
  .certify-box.request-price-box {
      padding: 20px 10px;
  }
}
