.magnifier-thumb-wrapper {
  position: relative;
  display: block;
  top: 0;
  left: 0
}
.magnifier-lens {
  position: absolute;
  top: 0;
  left: 0;
  border: solid 1px #ccc;
  border-radius: 50%;
  z-index: 1000;
  overflow: hidden
}
.magnifier-loader {
  position: absolute;
  top: 0;
  left: 0;
  border: solid 1px #ccc;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  background: 0 0;
  background: rgba(50, 50, 50, .5);
  z-index: 1000;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F323232,endColorstr=#7F323232)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F323232, endColorstr=#7F323232)
}
.magnifier-loader-text {
  font: 13px Arial;
  margin-top: 10px
}
.magnifier-large {
  position: absolute;
  z-index: 100
}
.opaque {
  opacity: 1;
  filter: alpha(opacity=50);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50)
}
#modal-body {
  position: fixed;
  z-index: 10002;
  left: 0;
  top: 0;
  right: 0;
  width: 100%!important;
  height: 100%!important;
  display: none;
  opacity: 0;
  background-color: rgba(255, 255, 255, .75);
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out
}
#modal-body.modal-active {
  display: block;
  opacity: 1
}
.how-it-works {
  background-color: #f2f2f2;
  padding: 25px 0
}
.how-it-works .title {
  border-bottom: none;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 30px
}
.title-block.left-txt {
    text-align: left;
    margin-bottom: 15px;
}
.product_name_box h2 {
    font-size: 20px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 18px;
    font-family: 'Bitter',serif;
}
@media(min-width:1440px) {
  .how-it-works .container {
    width: 1400px;
    padding: 0
  }
}
.work-block {
  margin: 30px 0
}
.work-block .icon {
  max-width: 120px;
  margin: 0 auto 30px;
  height: 120px;
  background-color: #069;
  border-radius: 50%;
  color: #fff;
  font-size: 52px;
  position: relative
}
.work-block .icon i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}
@media(max-width:1440px) {
  .work-block .icon {
    max-width: 120px
  }
}
.work-block .block-title {
  font-family: hind vadodara, sans-serif;
  font-weight: 400;
  text-align: center;
  color: #242424;
  text-transform: none;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 30px
}
@media(max-width:1440px) {
  .work-block .block-title {
    font-size: 22px;
    margin-bottom: 20px
  }
}
.work-block p {
  font-family: hind vadodara, sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 22px;
  text-align: center;
  line-height: 29px
}
@media(max-width:1440px) {
  .work-block p {
    font-size: 16px;
    line-height: 22px
  }
}
.our-happy {
  padding: 60px 0
}
.our-happy h1.title {
  line-height: 40px;
  margin-bottom: 50px
}
.our-happy .how-it-works h1.title {
  padding-bottom: 30px;
  border-bottom: 1px solid #d9d9d9
}
@media(min-width:1440px) {
  .our-happy .container {
    width: 1400px;
    padding: 0
  }
}
.testimonial-block {
  position: relative
}
.testimonial-block .begain {
  background: url(/images/begain-icon.png) no-repeat scroll 0 center transparent;
  width: 80px;
  height: 74px;
  background-size: 40px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  border-right: 2px solid #ccc;
  padding-right: 20px
}
@media(max-width:767px) {
  .testimonial-block .begain {
    padding-right: 20px;
    width: 45px;
    height: 45px;
    background-size: 22px
  }
}
.testimonial-block .message {
  display: inline-block;
  padding-left: 110px;
  padding-right: 30px
}
.testimonial-block .message p {
  font-family: hind vadodara, sans-serif;
  font-weight: 300;
  color: #666;
  font-size: 18px;
  font-style: italic;
  line-height: 22px
}
@media(max-width:1440px) {
  .testimonial-block .message p {
    font-size: 16px;
    line-height: 26px
  }
}
@media(max-width:767px) {
  .testimonial-block .message p {
    font-size: 18px;
    line-height: 26px
  }
}
@media(max-width:767px) {
  .testimonial-block .message {
    padding-left: 70px
  }
}
.testimonial-block .client-name {
  font-family: hind vadodara, sans-serif;
  font-weight: 500;
  color: #666;
  font-size: 16px;
  line-height: 24px
}
@media(max-width:1440px) {
  .testimonial-block .client-name {
    font-size: 16px;
    line-height: 26px
  }
}
@media(max-width:1024px) {
  .testimonial-block {
    margin-bottom: 30px
  }
}
@media(max-width:767px) {
  .testimonial-block {
    margin-bottom: 30px
  }
}
.trustpilot-block {
  margin: 45px 20px 0 0
}
.why-buy {
  background-color: #f2f2f2;
  padding: 46px 0 40px
}
.why-buy h1.title {
  line-height: 44px;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 30px
}
@media(min-width:1440px) {
  .why-buy .container {
    width: 1400px;
    padding: 0
  }
}
.feature-block {
  margin: 20px 0
}
.feature-block h3.title {
  font-family: hind vadodara, sans-serif;
  font-weight: 300;
  color: #242424;
  font-size: 26px;
  text-transform: none;
  border-bottom: none;
  padding: 0;
  margin-bottom: 20px;
  line-height: 34px
}
@media(max-width:1440px) {
  .feature-block h3.title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px
  }
}
.feature-block p {
  font-family: hind vadodara, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #666;
  line-height: 24px
}
@media(max-width:1440px) {
  .feature-block p {
    font-size: 14px;
    line-height: 22px
  }
}
.icon-peace, .icon-quality, .icon-original, .icon-service {
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: -2px;
  margin-right: 8px;
  background-size: 36px;
  color: #333;
  font-size: 39px
}
@media(max-width:1440px) {
  .icon-peace, .icon-quality, .icon-original, .icon-service {
    background-size: 30px;
    vertical-align: -8px;
    margin-right: 8px;
    width: 30px
  }
}
.icon-quality {
  font-size: 31px
}
@media(max-width:1440px) {
  .icon-quality {
    background-size: 32px;
    width: 32px;
    vertical-align: -9px;
    background-position: 0 5px
  }
}
@media(max-width:1440px) {
  .icon-original {
    background-size: 30px;
    width: 30px
  }
}
.icon-service {
  font-size: 36px
}
@media(max-width:1440px) {
  .icon-service {
    width: 30px;
    background-size: 30px;
    vertical-align: -9px
  }
}
.statement.light {
  color: #f7f7f7
}
.more {
  color: #f7f7f7;
  display: block;
  margin-top: 20px;
  margin-bottom: 25px;
  cursor: pointer;
  font-size: 24px
}
.more:hover {
  color: inherit;
  text-decoration: underline
}
@media(max-width:1024px) {
  .more {
    margin-top: 20px
  }
}
@media(max-width:767px) {
  .more {
    font-size: 18px
  }
}
@media(max-width:568px) {
  .more {
    margin-top: 10px
  }
}
.artist-content {
  margin-top: 15px
}
.artist-content .title-block {
  margin-right: 20px;
  vertical-align: top
}
.artist-content .button-group {
  vertical-align: top
}
.artist-content .button-group a {
  margin-left: 0
}
.artist-content p {
  font-family: hind vadodara, sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #f7f7f7;
  line-height: 22px
}
.artist-image {
  border: 2px solid #fff;
  border-radius: 50%;
  max-width: 170px;
  overflow: hidden;
  position: relative
}
.artist-image:after {
  content: '';
  display: block;
  padding-bottom: 100%
}
.artist-image img {
  width: 100%;
  height: 100%;
  position: absolute
}
@media(max-width:767px) {
  .artist-image {
    margin: 0 auto
  }
}
.banner-container .artist-image {
  max-width: 270px
}
@media(max-width:1024px) {
  .banner-container .artist-image {
    max-width: 220px;
    max-height: 220px
  }
}
@media(max-width:767px) {
  .banner-container .artist-image {
    max-width: 170px;
    max-height: 170px
  }
}
@media(max-width:568px) {
  .banner-container .artist-image {
    max-width: 120px;
    max-height: 120px
  }
}
.icon-plus, .icon-pencil {
  width: 20px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  font-size: 21px
}
@media(max-width:1024px) {
  .icon-plus, .icon-pencil {
    width: 16px;
    height: 16px;
    margin-right: 5px
  }
}
h3.address, h1.name {
  font-family: hind vadodara, sans-serif;
  font-weight: 300;
  font-size: 22px;
  color: #4b4b4b;
  text-transform: none
}
h3.address.light, h1.light.name {
  color: #f7f7f7
}
@media(max-width:1024px) {
  h3.address, h1.name {
    font-size: 18px;
    line-height: 18px
  }
}
@media(max-width:767px) {
  h3.address, h1.name {
    text-align: center
  }
}
@media(max-width:568px) {
  h3.address, h1.name {
    font-size: 18px;
    line-height: 18px
  }
}
h1.name {
  font-size: 40px;
  margin-bottom: 25px
}
h1.name.light {
  color: #f7f7f7
}
@media(max-width:1024px) {
  h1.name {
    font-size: 40px;
    line-height: 40px
  }
}
@media(max-width:568px) {
  h1.name {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 10px
  }
}
.display_inline_block {
  display: inline-block
}
@media(max-width:568px) {
  .display_inline_block {
    width: 100%
  }
}
.artist-content p {
  color: #333
}
@media(max-width:1024px) {
  .artist-content p {
    font-size: 22px;
    line-height: 26px
  }
}
@media(max-width:767px) {
  .artist-content p {
    font-size: 20px;
    line-height: 24px;
    white-space: normal;
    display: block;
    text-align: center
  }
}
@media(max-width:568px) {
  .artist-content p {
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 22px;
    line-height: 26px
  }
}
.artist-content .button-group {
  margin-bottom: 20px;
  margin-left: -10px
}
@media(max-width:1440px) {
  .artist-content .button-group {
    margin-top: 5px
  }
}
@media(max-width:767px) {
  .artist-content .button-group {
    margin-bottom: 10px;
    text-align: center;
    display: block;
    margin: 0 auto
  }
}
@media(max-width:767px) {
  .artist-content .title-block {
    display: block;
    margin: 0 auto;
    width: auto;
    float: none
  }
}
@media(max-width:1024px) {
  .shipping p {
    font-size: 22px;
    line-height: 26px
  }
}
@media(max-width:767px) {
  .shipping p {
    font-size: 20px;
    line-height: 24px
  }
}
.recently-listed-section {
  padding: 0 0 50px
}
@media(min-width:1440px) {
  .recently-listed-section .container {
    width: 1400px;
    padding: 0
  }
}
.recently-listed-section .carousel-inner img {
  width: 100%
}
@media(max-width:568px) {
  .recently-listed-section .carousel-inner {
    margin: 0
  }
}
.recently-listed-section .owl-theme .owl-nav {
  position: absolute;
  top: -70px;
  right: 0
}
.recently-listed-section .owl-dots {
  display: none
}
@media(max-width:568px) {
  .recently-listed-section .item-block {
    width: 100%
  }
}
.recently-listed-section h1 {
  font-family: montserrat, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 20px;
  color: #333
}
@media(max-width:568px) {
  .recently-listed-section h1 {
    font-size: 18px
  }
}
.more-artwork {
  padding: 60px 0
}
@media(max-width:767px) {
  .more-artwork.recently-listed-section .owl-theme .owl-nav {
    top: 0
  }
}
.more-artwork .title {
  font-size: 44px;
  margin-bottom: 50px;
  text-align: unset
}
@media(max-width:767px) {
  #owl-carousel-more-artwork {
    padding-top: 50px
  }
}
#owl-carousel-our-happy {
  padding: 0 60px
}
@media(max-width:568px) {
  #owl-carousel-our-happy {
    padding: 0 30px
  }
}
.our-happy .owl-theme .owl-nav {
  position: absolute;
  top: 16%;
  width: 100%
}
.our-happy .owl-theme .owl-nav .owl-prev {
  float: left;
  margin-left: -57px
}
@media(max-width:568px) {
  .our-happy .owl-theme .owl-nav .owl-prev {
    margin-left: 0
  }
}
.our-happy .owl-theme .owl-nav .owl-next {
  float: right;
  margin-right: 71px
}
.our-happy .owl-dots {
  display: none
}
.our-happy .carousel-control-block {
  position: absolute;
  width: 100%;
  right: auto;
  left: auto;
  top: 99px;
  margin: 0 auto
}
.carousel-testimonial {
  position: relative
}
.carousel-testimonial .carousel-control-block .carousel-control.left {
  background-image: none;
  left: -40px
}
.carousel-testimonial .carousel-control-block .carousel-control.right {
  background-image: none;
  right: -40px
}
.carousel-inner .active.left {
  left: -50%
}
.carousel-inner .next {
  left: 50%
}
.carousel-inner .prev {
  left: -50%
}
.rs-carousel .rs-carousel-mask {
  overflow: hidden
}
.rs-carousel .rs-carousel-runner {
  position: relative
}
.rs-carousel.rs-carousel-horizontal .rs-carousel-item {
  float: left
}
.rs-carousel-item>a:hover {
  cursor: pointer
}
.artwork-slider {
  display: none;
  margin-bottom: 10px;
  padding: 0
}
.artwork-slider>a, .artwork-slider>span {
  display: inline-block;
  padding: 15px 0;
  margin-left: 30px;
  font-size: 16px;
  font-weight: 700;
  color: #666
}
.artwork-slider .rs-carousel-mask {
  width: 540px;
  margin: 0 24px;
  float: left;
  padding: 1px
}
.artwork-slider .rs-carousel-horizontal {
  height: 100px;
  margin-bottom: 20px
}
.rs-carousel-action {
  line-height: 23px;
  font-size: 23px;
  color: #c3c3c3
}
.rs-carousel-action:hover {
  color: #939393;
  cursor: pointer
}
.artwork-slider .rs-carousel-action-prev, .artwork-slider .rs-carousel-action-next {
  height: 100px;
  width: 22px;
  display: block;
  left: 0;
  top: 0;
  position: relative
}
.rs-carousel-action-prev:before, .rs-carousel-action-next:before {
  content: "\f053";
  font-family: FontAwesome;
  position: absolute;
  line-height: 100px;
  display: block;
  margin-left: 3px
}
.rs-carousel-action-next:before {
  content: "\f054"
}
.artwork-slider .rs-carousel-action-next {
  left: 566px;
  top: -100px
}
.artwork-slider li {
  background-color: #fff;
  border: 1px solid gray;
  margin-right: 10px;
  width: 98px;
  height: 98px
}
.artwork-slider li img {
  height: 98px;
  width: 98px
}
.slider-loading {
  width: 45px;
  margin: 150px auto;
  height: 320px
}
#owl-carousel-more-artwork {
  display: none;
  min-height: 320px
}
.more-artwork .search-drill {
  font-size: 20px;
  margin-top: 25px
}
.more-artwork .search-drill a {
  margin-right: 7px
}
.offer {
  margin-bottom: 20px
}
.product-error {
  min-height: 400px;
  margin-top: 50px
}
.art-work-details {
  padding-bottom: 40px
}
.page-title {
  font-family: hind vadodara, sans-serif;
  font-weight: 400;
  color: #333;
  letter-spacing: 0;
  text-transform: none;
  font-size: 40px;
  line-height: 40px;
  margin-top: 20px
}
.page-title .sub-title {
  font-size: 30px
}
.page-title .sub-title a {
  vertical-align: bottom
}
.product-image-block {
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden
}
@media(max-width:991px) {
  .product-image-block {
    margin-bottom: 15px
  }
}
.product-image-block .carousel-outer-wrapper {
  display: flex;
  align-items: center
}
.product-image-block .carousel-outer-wrapper .flex-wrapper {
  z-index: 1;
  overflow: hidden
}
.product-image-block .carousel-outer-wrapper .carousel-wrapper {
  display: flex;
  align-items: center;
  margin: 0;
  position: relative
}
.product-image-block .carousel-outer-wrapper .carousel-wrapper .item-wrapper {
  height: 100%;
  max-width: 100%;
  min-width: 100%;
  display: flex;
  justify-content: center
}
.product-image-block .carousel-outer-wrapper .carousel-wrapper .item-wrapper a.modal-link {
  z-index: 9
}
.product-image-block .carousel-outer-wrapper .carousel-wrapper .item-wrapper .in-room-wrapper {
  display: flex;
  justify-content: center
}
.product-image-block .carousel-outer-wrapper .carousel-wrapper .item-wrapper .in-room-wrapper .fitting-parent {
  position: relative;
  overflow: hidden
}
.product-image-block .carousel-outer-wrapper .carousel-wrapper .item-wrapper .in-room-wrapper img.main-image {
  margin: unset
}
@media(max-width:991px) {
  .product-image-block .carousel-outer-wrapper {
    display: block;
    align-items: unset;
    position: relative
  }
}
.product-image-block img.main-image {
  max-width: 100%;
  max-height: 520px;
  display: inline-block;
  margin: auto
}
@media(max-width:1024px) {
  .product-image-block img.main-image {
    max-height: 400px
  }
}
@media(max-width:991px) {
  .product-image-block img.main-image {
    max-height: 320px
  }
}
.product-image-block .navigation {
  width: 60px;
  height: 60px;
  text-align: center;
  cursor: pointer;
  z-index: 10
}
.product-image-block .navigation i {
  font-size: 28px;
  width: 60px;
  line-height: 60px
}
@media(max-width:991px) {
  .product-image-block .navigation i {
    line-height: 44px
  }
}
@media(max-width:991px) {
  .product-image-block .navigation.left {
    left: 5px
  }
  .product-image-block .navigation.left i {
    transform: translate(-15%, 4%);
    color: #000;
  }
}
@media(max-width:991px) {
  .product-image-block .navigation.right {
    right: 5px
  }
  .product-image-block .navigation.right i {
    transform: translate(-9%, 4%);
    color: #000;
  }
}
@media(max-width:991px) {
  .product-image-block .navigation {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 100%;
    width: 44px;
    height: 44px
  }
}
.product-image-block .favorite-wrapper {
  position: relative;
  display: inline-block
}
.product-image-block .favorite-wrapper .icon-favorites-overlay {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 25px;
  padding: 10px;
  color: #fff;
  z-index: 10;
  cursor: pointer
}
.product-image-block .favorite-wrapper .icon-favorites-overlay:hover {
  color: #bf1931
}
.product-image-block .favorite-wrapper .icon-favorites-overlay.on-favorites-list {
  color: #bf1931
}
.in-room {
  position: relative;
  display: none;
  overflow: hidden;
  justify-content: center
}
.in-room-size-indicator-container {
  position: absolute;
  left: 50%;
  bottom: 29%
}
.in-room-size-indicator {
  position: relative;
  left: -50%;
  bottom: -50%
}
.in-room-artwork-container {
  position: absolute;
  left: 50%;
  display: none;
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, .35);
  -moz-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, .35);
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, .35)
}
.in-room-artwork-container img {
  max-width: 100%
}
.in-room-artwork-container .dimension-container {
  display: none;
  color: #fff;
  background: rgba(34, 34, 34, .2);
  padding: 13px 13px 8px;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin-top: 15px;
  text-align: center;
  font-size: 1.1em
}
.in-room-artwork-container .dimension-container .dimension {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  height: 14px;
  position: relative
}
.in-room-artwork-container .dimension-container .dimension::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  top: 7px
}
.in-room-artwork-container:hover .dimension-container {
  display: block
}
.product-name {
  font-family: hind vadodara, sans-serif;
  font-weight: 400;
  font-size: 24px;
  text-transform: none;
  line-height: 32px;
  margin-bottom: 10px
}
@media(max-width:991px) {
  .product-name {
    margin-top: 15px
  }
}
.product-name-frame-dimensions {
  color: #868686;
  font-size: 20px;
  font-weight: 400;
  margin: -10px 0 15px
}
.flag-title {
  font-family: hind vadodara, sans-serif;
  font-weight: 400;
  color: #693;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
  border-bottom: 2px solid #e9e9e9;
  padding-bottom: 12px
}
.flag-title .flag-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px
}
.price-block {
  clear: both;
  display: block;
  overflow: hidden
}
.price-block .price {
  font-family: montserrat, sans-serif;
  font-weight: 700;
  color: #333;
  font-size: 30px;
  line-height: 36px;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  float: left
}
.price-block .free-shipping {
  font-family: hind vadodara, sans-serif;
  font-weight: 400;
  color: #868686;
  font-size: 20px;
  line-height: 22px;
  display: inline-block;
  vertical-align: middle;
  float: right;
  padding: 5px 0
}
@media(max-width:1440px) {
  .price-block .free-shipping {
    font-size: 16px
  }
}
@media(max-width:320px) {
  .price-block .free-shipping {
    float: left
  }
}
.icon-truck {
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  color: #069;
  transform: rotateY(180deg)
}
.btn.add-to-cart-btn {
  width: 100%;
  letter-spacing: 2px;
  font-size: 18px;
  line-height: 25px;
  padding: 15px 0;
  margin: 20px 0
}
.add-to-cart-btn i.fa {
  margin-right: 15px;
  font-size: 24px;
  display: inline-block;
  vertical-align: -1px
}
.art-work-info {
  background-color: #f2f2f2;
  border: 6px solid #ebebeb;
  padding: 15px 15px 5px;
  margin-bottom: 20px
}
.art-work-info p {
  font-family: hind vadodara, sans-serif;
  font-weight: 400;
  color: #868686;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 24px
}
.why-buy-icons {
  width: 24px;
  height: 27px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  color: #069;
  font-size: 26px;
  text-align: center
}
.paypal-img {
  margin-bottom: 25px
}
.action-btn {
  border-top: 2px solid #e9e9e9;
  padding-top: 25px
}
@media(max-width:767px) {
  .action-btn {
    padding-top: 0
  }
  .action-btn>div {
    margin-top: 25px
  }
}
.action-btn .btn.add-to-favorites-btn, .action-btn .btn.ask-artist-question-btn {
  font-family: montserrat, sans-serif;
  font-weight: 700;
  border: 2px solid #5c8a2e;
  color: #5c8a2e;
  letter-spacing: 2px;
  font-size: 14px;
  font-stretch: normal;
  padding: 0;
  width: 100%;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center
}
.action-btn .btn.add-to-favorites-btn:hover, .action-btn .btn.ask-artist-question-btn:hover {
  background: #5c8a2e;
  border-color: #5c8a2e;
  color: #fff
}
.action-btn .btn span {
  vertical-align: middle
}
.action-btn .btn span.icon-favorites, .action-btn .btn span.icon-question {
  display: inline-block;
  width: 23px;
  height: 28px;
  margin-right: 8px;
  font-size: 21px;
  line-height: 28px
}
@media(max-width:1200px) {
  .action-btn .btn span.icon-favorites, .action-btn .btn span.icon-question {
    margin-right: 0
  }
}
@media(max-width:991px) {
  .action-btn .btn span.icon-favorites, .action-btn .btn span.icon-question {
    margin-right: 8px
  }
}
.action-btn .btn span.icon-question {
  width: 19px;
  font-size: 29px
}
.action-btn .btn span.text {
  width: 116px;
  display: inline-block
}
@media(max-width:1440px) {
  .action-btn .btn span.text {
    width: 99px;
    font-size: 12px;
    line-height: 16px
  }
}
@media(max-width:991px) {
  .action-btn .btn span.text {
    width: 116px;
    font-size: 1em;
    line-height: unset
  }
}
.thumb-wrapper {
  /*background-color:#f2f2f2;*/
  padding-top: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 5px 15px 15px
}
@media(max-width:520px) {
  .thumb-wrapper {
    display: none
  }
}
.thumb-wrapper .image-counter {
  text-align: center
}
.thumb-wrapper .thumb-navigation-wrapper {
  display: flex;
  align-items: center;
  position: relative
}
.thumb-wrapper .thumb-navigation-wrapper .navigation {
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  z-index: 10
}
.thumb-wrapper .thumb-navigation-wrapper .navigation.inactive {
  display: none
}
.thumb-wrapper .thumb-navigation-wrapper .navigation i {
  font-size: 14px;
  width: 30px;
  line-height: 30px
}
@media(max-width:991px) {
  .thumb-wrapper .thumb-navigation-wrapper .navigation i {
    line-height: 20px
  }
}
@media(max-width:991px) {
  .thumb-wrapper .thumb-navigation-wrapper .navigation.left {
    left: 5px
  }
  .thumb-wrapper .thumb-navigation-wrapper .navigation.left i {
    transform: translate(-15%, 4%)
  }
}
@media(max-width:991px) {
  .thumb-wrapper .thumb-navigation-wrapper .navigation.right {
    right: 5px
  }
  .thumb-wrapper .thumb-navigation-wrapper .navigation.right i {
    transform: translate(-9%, 4%)
  }
}
@media(max-width:991px) {
  .thumb-wrapper .thumb-navigation-wrapper .navigation {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px
  }
}
.thumb-wrapper .thumb-carousel-outer-wrapper {
  margin: 10px auto 0;
  overflow: hidden;
  max-width: 100%
}
.thumb-wrapper .thumb-carousel-outer-wrapper .thumb-carousel-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  transition-duration: 250ms
}
.thumb-wrapper .thumb-carousel-outer-wrapper .thumb-carousel-wrapper .item-wrapper {
  height: 100%;
  cursor: pointer
}
.thumb-wrapper .thumb-carousel-outer-wrapper .thumb-carousel-wrapper .preview {
  position: relative;
  margin-right: 10px
}
.thumb-wrapper .thumb-carousel-outer-wrapper .thumb-carousel-wrapper .preview:last-child {
  margin-right: 0
}
.thumb-wrapper .thumb-carousel-outer-wrapper .thumb-carousel-wrapper .preview img {
  width: 80px;
  height: 80px;
  object-fit: cover
}
.thumb-wrapper .thumb-carousel-outer-wrapper .thumb-carousel-wrapper .preview .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: .5
}
.thumb-wrapper .thumb-carousel-outer-wrapper .thumb-carousel-wrapper .preview .overlay.active {
  border-bottom: 4px solid #000
}
.thumb-wrapper .thumb-carousel-outer-wrapper .thumb-carousel-wrapper .preview .icon {
  font-size: 30px;
  transform: translate(73%, 79%)
}
.thumb-wrapper .thumb-carousel-outer-wrapper .thumb-carousel-wrapper .preview:hover .overlay {
  border-bottom: 4px solid #000
}
.action-toolbar {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 80px;
  z-index: 101
}
.action-toolbar .action {
  font-family: montserrat, sans-serif;
  font-weight: 500;
  background: rgba(242, 242, 242, .3);
  color: #848484;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .5px;
  text-align: center;
  padding: 12px 5px;
  line-height: 15px
}
.action-toolbar .action a {
  font-family: montserrat, sans-serif;
  font-weight: 500;
  color: #848484;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0;
  text-align: center;
  line-height: 15px;
  white-space: normal;
  display: block;
  text-decoration: none;
  padding: 0
}
.action-toolbar .action a:hover {
  text-decoration: none
}
.action-toolbar .action a i {
  width: 100%;
  height: 30px;
  display: inline-block;
  background-size: 30px;
  vertical-align: middle;
  margin-bottom: 10px;
  color: #b0b0b0;
  font-size: 30px
}
@media(max-width:1024px) {
  .action-toolbar {
    display: none
  }
}
.sold {
  font-family: montserrat, sans-serif;
  font-weight: 700;
  background-color: #333;
  border-color: #333;
  color: #fff;
  width: 100%;
  letter-spacing: 2px;
  font-size: 18px;
  line-height: 25px;
  padding: 15px 0;
  margin: 25px 0;
  display: block;
  text-align: center;
  cursor: pointer
}
.sold:hover {
  text-decoration: none;
  background-color: #222
}
.about-this-work {
  background-color: #f2f2f2;
  padding: 40px 0
}
.about-this-work .title {
  font-family: hind vadodara, sans-serif;
  font-weight: 300;
  color: #333;
  text-transform: none;
  font-size: 40px;
  line-height: 44px;
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
  text-align: unset
}
@media(max-width:568px) {
  .about-this-work .title {
    text-align: center
  }
}
.about-this-work .more {
  font-family: hind vadodara, sans-serif;
  font-weight: 300;
  color: #069;
  font-size: 16px;
  line-height: 22px
}
@media(max-width:568px) {
  .about-this-work .more {
    text-align: center
  }
}
.about-this-work p {
  font-family: hind vadodara, sans-serif;
  font-weight: 300;
  color: #333;
  font-size: 22px;
  line-height: 30px
}
@media(max-width:568px) {
  .about-this-work p {
    text-align: center
  }
}
.about-icon-block {
  max-width: 217px
}
.icon-about, .icon-shipping, .icon-details {
  max-width: 120px
}
.may-like-block {
  padding-left: 0
}
.artist-details {
  padding: 50px 0 0
}
.artist-details .button-group .btn {
  font-family: montserrat, sans-serif;
  font-weight: 700;
  color: #069;
  border: 3px solid #069;
  letter-spacing: 2px;
  padding: 8px 15px;
  margin: 0 10px;
  font-size: 16px;
  display: inline-block
}
.artist-details .button-group .btn:hover {
  background-color: #069;
  border: 3px solid #069;
  color: #fff
}
.artist-details .button-group .btn:hover .icon-plus, .artist-details .button-group .btn:hover .icon-pencil, .artist-details .button-group .btn:hover .icon-pencil {
  color: #fff
}
.artist-details .icon-plus, .artist-details .icon-pencil {
  width: 20px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  font-size: 21px
}
.artist-details .icon-pencil {
  width: 20px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  font-size: 21px
}
.artist-details .more {
  font-family: hind vadodara, sans-serif;
  font-weight: 300;
  color: #069;
  font-size: 22px;
  line-height: 26px
}
.shipping {
  background-color: #f2f2f2;
  padding: 50px 0
}
.shipping .shipping-block {
  margin-bottom: 50px
}
.shipping .title {
  text-align: unset
}
@media(max-width:568px) {
  .shipping .title {
    text-align: center
  }
}
.shipping p {
  font-family: hind vadodara, sans-serif;
  font-weight: 300;
  color: #333;
  font-size: 22px;
  line-height: 30px;
  text-align: unset
}
.shipping p strong {
  font-family: hind vadodara, sans-serif;
  font-weight: 700;
  color: #333
}
@media(max-width:568px) {
  .shipping p {
    text-align: center
  }
}
.btn.make-offer {
  width: 100%
}
.icon-shipping {
  margin-top: -10px;
  border: 5px solid #069;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  box-sizing: border-box;
  text-align: center;
  color: #069;
  transform: rotateY(180deg);
  font-size: 46px;
  vertical-align: middle;
  position: relative
}
.icon-shipping i, .icon-details i, .icon-about i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}
.icon-details, .icon-about {
  margin-top: -20px;
  border: 5px solid #069;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  box-sizing: border-box;
  text-align: center;
  color: #069;
  font-size: 46px;
  vertical-align: middle;
  position: relative
}
.artist-details .artist-content {
  margin-bottom: 40px
}
.zoom-modal .modal-dialog {
  display: table;
  margin-top: 2.75rem
}
.zoom-modal.product-image .modal-body img {
  max-width: none
}
.zoom-modal.product-image .modal-body img .main-image {
  max-width: 800px;
  max-height: 800px;
  width: auto;
  height: auto
}
@media(max-width:990px) {
  .zoom-modal.product-image .modal-body img {
    width: 100%
  }
}
.zoom-modal.product-image .hidden {
  display: none
}
.zoom-modal.product-image .modal-header {
  display: unset
}
.zoom-modal.product-image .modal-header .close {
  position: absolute;
  top: 15px;
  right: 15px
}
.zoom-modal.product-image .modal-title {
  font-family: hind vadodara, sans-serif;
  font-weight: 400;
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 10px
}
.zoom-modal.product-image .modal-title span {
  font-size: 18px
}
.zoomContainer {
  z-index: 9999;
  cursor: none
}
@media(max-width:1440px) {
  .page-title {
    font-size: 40px;
    line-height: 44px
  }
  .product-name {
    font-size: 24px;
    line-height: 30px
  }
  .flag-title {
    font-size: 16px;
    line-height: 20px
  }
  .flag-title .flag-icon {
    width: 20px;
    height: 20px;
    background-size: 20px
  }
  .icon-truck {
    background-size: 18px;
    width: 18px;
    height: 16px
  }
  .icon-question {
    background-size: 14px;
    width: 24px;
    height: auto
  }
  .artist-details .artist-content p {
    font-size: 22px;
    line-height: 30px
  }
  .artist-details .button-group .btn {
    font-size: 12px;
    padding: 4px 15px
  }
  .artist-details .icon-plus, .artist-details .icon-pencil {
    background-size: 14px;
    margin-right: 0
  }
  .artist-details .icon-pencil {
    background-size: 15px;
    width: 15px;
    margin-right: 5px
  }
  .artist-details h1.name {
    margin-bottom: 10px
  }
  .artist-details .more {
    font-size: 16px;
    line-height: 20px
  }
}
@media(max-width:1024px) {
  .art-work-details .page-title {
    margin-top: 20px
  }
  .page-title .sub-title {
    font-size: 30px
  }
  .product-name {
    font-size: 24px;
    line-height: 32px
  }
  .action-toolbar {
    left: 0;
    top: 0;
    width: 56px;
    padding: 10px 0
  }
  .thumb-images {
    left: 0;
    width: 56px;
    bottom: 0;
    top: auto
  }
  .action-toolbar .magnify .text .label, .action-toolbar .see-in-room .text .label {
    display: none
  }
  .action-toolbar .magnify, .action-toolbar .see-in-room {
    padding: 0 15px
  }
  .modal.product-image .modal-title span {
    font-size: 20px
  }
  .modal.product-image .modal-title {
    font-size: 24px
  }
}
@media(max-width:990px) {
  .modal.product-image .back-to-artwork {
    background-size: 24px;
    padding-left: 32px
  }
  .modal.product-image .close {
    width: 38px
  }
  .modal.product-image .close img {
    max-width: 100%
  }
  .modal.product-image .modal-title {
    font-size: 24px
  }
}
@media(max-width:767px) {
  .modal.product-image .modal-content {
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    position: static;
    right: 0;
    top: 0
  }
  .modal.product-image .modal-title {
    font-size: 24px
  }
  .modal.product-image .modal-title span {
    font-size: 24px
  }
  .modal.product-image .back-to-artwork {
    background: transparent url("/images/backtoartwork.jpg") no-repeat scroll left center/24px auto;
    color: #069;
    font-size: 27px;
    height: 43px;
    line-height: 43px;
    margin-bottom: 15px;
    padding-left: 33px
  }
  .modal.product-image .modal-header .close {
    margin-top: -52px
  }
  .about-icon-block {
    max-width: 100%
  }
  .may-like-block {
    padding-left: 15px
  }
  .art-work-details .page-title {
    margin-top: 20px
  }
  .page-title .sub-title {
    font-size: 30px
  }
  .product-name {
    font-size: 24px;
    line-height: 32px
  }
  .icon-about, .icon-shipping, .icon-details {
    margin: 0 0 30px;
    max-width: 100px;
    max-height: 100px
  }
  .artist-details .button-group .btn {
    margin: 0 0 10px
  }
  .back-to-artwork {
    background-size: 30px;
    padding-left: 37px
  }
  .modal-header .close {
    margin-top: -57px
  }
  .modal-title {
    font-size: 30px;
    line-height: 30px
  }
  .modal-title span {
    font-size: 26px
  }
  .page-title .sub-title {
    font-size: 24px
  }
  .close img {
    max-width: 31px
  }
}
@media(max-width:568px) {
  .icon-about, .icon-shipping, .icon-details {
    margin: 0 auto 30px;
    max-width: 100px
  }
  .artist-details .button-group .btn {
    margin: 0 0 10px;
    width: 100%
  }
}