@charset "UTF-8";
/*
Theme Name: Pure Wall Art

WooCommerce styles override
*/
/* ----- iPhone X landscape ≥375px and ≤812 ----- */
/**
 * Shop tables
 */
table.shop_table_responsive thead {
  display: none;
}
table.shop_table_responsive tbody th {
  display: none;
}
table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
}
table.shop_table_responsive tr td::before {
  content: attr(data-title) ": ";
  float: left;
}
table.shop_table_responsive tr td.product-remove a {
  text-align: left;
}
table.shop_table_responsive tr td.product-remove::before {
  display: none;
}
table.shop_table_responsive tr td.actions::before, table.shop_table_responsive tr td.download-actions::before {
  display: none;
}
table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}
@media screen and (min-width: 48em) {
  table.shop_table_responsive thead {
    display: table-header-group;
  }
  table.shop_table_responsive tbody th {
    display: table-cell;
  }
  table.shop_table_responsive tr th, table.shop_table_responsive tr td {
    text-align: left;
  }
  table.shop_table_responsive tr td {
    display: table-cell;
  }
  table.shop_table_responsive tr td::before {
    display: none;
  }
}
/**
 * Single product
 */
.single-product .site-header {
  background-color: #64656e;
}
.single-product .woocommerce-breadcrumb {
  width: 100%;
  max-width: 75.01rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5em 0;
  padding-left: 0.94rem;
  padding-right: 0.94rem;
}
@media (max-width: 767px) {
  .single-product .woocommerce-breadcrumb {
    display: none;
  }
}
.single-product .woocommerce-breadcrumb a {
  padding: 0 0.5em;
  text-decoration: none;
  font-weight: bold;
}
.single-product .wc-stripe-payment-request-wrapper .GooglePayButton {
  background-color: #65656f;
}
.single-product .frame-image {
  position: absolute;
  width: 53%;
  height: 100%;
  margin: 0 auto;
  left: 212px;
  top: -10px;
}
.single-product .frame-image.landscape {
  top: -5px;
}
@media (max-width: 767px) {
  .single-product .frame-image.landscape {
    top: 0;
  }
}
@media (min-width: 375px) and (max-width: 812px) and (orientation: landscape) {
  .single-product .frame-image.landscape {
    width: 59%;
    left: 160px;
  }
}
.single-product .frame-image.landscape img {
  width: 320px;
  height: 225px;
}
@media (max-width: 767px) {
  .single-product .frame-image.landscape img {
    width: 100%;
    height: 270px;
  }
}
@media (min-width: 375px) and (max-width: 812px) and (orientation: landscape) {
  .single-product .frame-image.landscape img {
    height: 170px;
  }
}
.single-product .frame-image.single {
  left: 5px;
}
.single-product .frame-image.passportout img {
  -webkit-box-shadow: 0px 0px 8px -3px;
  box-shadow: 0px 0px 8px -3px;
}
@media (min-width: 768px) {
  .single-product .frame-image img {
    height: 440px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .single-product .frame-image img {
    height: 92%;
    width: 100%;
  }
}
@media (device-width: 1024px) and (device-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .single-product .frame-image {
    width: 62%;
    left: 158px;
  }
}
@media (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
  .single-product .frame-image {
    width: 62%;
    left: 158px;
  }
}
@media (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .single-product .frame-image {
    width: 59%;
    top: -8px;
    left: 150px;
  }
}
@media (max-width: 767px) {
  .single-product .frame-image {
    width: 98%;
    left: 5px;
    top: -5px;
  }
}
@media (max-width: 767px) {
  .single-product .single-product-wrap.no-gallary-images .woocommerce-product-gallery {
    margin: 2em 0;
  }
}
.single-product .single-product-wrap.no-gallary-images .woocommerce-product-gallery__wrapper.single {
  padding-left: 25%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-product .single-product-wrap.no-gallary-images .woocommerce-product-gallery__wrapper.single {
    padding-left: 10%;
  }
}
@media (max-width: 767px) {
  .single-product .single-product-wrap.no-gallary-images .woocommerce-product-gallery__wrapper.single {
    padding-left: 0;
    margin: 0 auto;
    width: 100%;
  }
}
.single-product .single-product-wrap.no-gallary-images .woocommerce-product-gallery__wrapper.single.passportout .wp-post-image {
  transform: scale(0.75);
  width: 100%;
  padding-top: 0;
  margin-left: 0;
}
@media (max-width: 767px) {
  .single-product .single-product-wrap.no-gallary-images .woocommerce-product-gallery__wrapper.single img {
    width: 100%;
  }
}
.single-product .single-product-wrap.no-gallary-images .frame-image.single {
  left: 25%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-product .single-product-wrap.no-gallary-images .frame-image.single {
    left: 10%;
    width: 85%;
  }
}
@media (max-width: 767px) {
  .single-product .single-product-wrap.no-gallary-images .frame-image.single {
    left: 0;
  }
}
@media (max-width: 767px) {
  .single-product .single-product-wrap.no-gallary-images .frame-image.single.passportout img {
    height: 100%;
    width: 95%;
    margin: 0 auto;
    margin-left: 3.5%;
  }
}
@media (max-width: 767px) {
  .single-product .single-product-wrap.no-gallary-images .frame-image.single img {
    height: 105%;
  }
}
.single-product .single-product-wrap.landscape .slick-active.passportout img {
  transform: scale(0.75);
  width: initial;
  padding-top: initial;
}
.single-product .single-product-wrap.landscape .flex-active-slide.passportout img {
  width: 300px;
  height: auto;
  transform: scale(0.75);
  padding-top: initial;
  object-fit: cover;
  object-position: center;
}
.single-product .flex-active-slide.passportout img, .single-product .slick-active.passportout img {
  transform: scale(0.75);
}
.single-product .variations_form label[for="pa_frame-options"] {
  padding: 1.2em 0.5em;
  cursor: pointer;
  font-weight: bold;
  background-image: url(assets/img/right-arrow-green.svg);
  background-position: right 1.2em center;
  background-repeat: no-repeat;
  background-color: rgba(255, 152, 153, 0.15);
  border-radius: 4px;
  margin-bottom: 0.5em;
}
.single-product .variations_form label[for="pa_frame-options"]:hover {
  cursor: pointer;
}
.single-product .variations_form .product-attribute-model-wrap select {
  display: none;
}
.single-product .woocommerce-notices-wrapper, .single-product .woocommerce-info {
  width: 100%;
  max-width: 75.01rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.94rem;
  padding-right: 0.94rem;
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  .single-product .woocommerce-notices-wrapper, .single-product .woocommerce-info {
    margin-bottom: 0;
  }
}
.single-product .woocommerce-notices-wrapper .woocommerce-error, .single-product .woocommerce-notices-wrapper .woocommerce-message, .single-product .woocommerce-info .woocommerce-error, .single-product .woocommerce-info .woocommerce-message {
  padding: 1em;
  background-color: #ff9899;
  color: #fff;
}
.single-product .woocommerce-notices-wrapper .woocommerce-error .button, .single-product .woocommerce-notices-wrapper .woocommerce-message .button, .single-product .woocommerce-info .woocommerce-error .button, .single-product .woocommerce-info .woocommerce-message .button {
  color: #fff;
}
.single-product .woocommerce-notices-wrapper .woocommerce-error p, .single-product .woocommerce-notices-wrapper .woocommerce-message p, .single-product .woocommerce-info .woocommerce-error p, .single-product .woocommerce-info .woocommerce-message p {
  padding: 1em;
}
.single-product .woocommerce-notices-wrapper .woocommerce-error li, .single-product .woocommerce-notices-wrapper .woocommerce-message li, .single-product .woocommerce-info .woocommerce-error li, .single-product .woocommerce-info .woocommerce-message li {
  list-style: none;
}
.single-product .woocommerce-info {
  width: 100%;
  max-width: 75.01rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.94rem;
  padding-right: 0.94rem;
  padding: 1em;
}
.single-product .product-description {
  padding-top: 1em;
}
.single-product .single-product-wrap {
  padding-bottom: 3em;
}
@media (max-width: 991px) {
  .single-product .single-product-wrap {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .single-product .single-product-wrap {
    padding-top: 0;
  }
}
.single-product .single-product-wrap .cart .quantity {
  display: none !important;
}
.single-product .variations_form .reset_variations {
  display: none;
}
.single-product .variations_form .single_add_to_cart_button {
  margin-top: 1.5em;
}
.single-product .variations_form .variations {
  width: 100%;
}
.single-product .variations_form .variations select {
  border: 1px solid #E5E5E5;
  color: #808080;
  background-color: #fff;
}
.single-product .variations_form .variations tbody {
  display: flex;
  flex-wrap: wrap;
}
.single-product .variations_form .variations tbody tr {
  width: 50%;
}
.single-product .variations_form .variations tbody tr .label {
  display: block;
}
.single-product .variations_form .variations tbody tr .label label {
  font-weight: bold;
  font-size: 0.8em;
}
.single-product .variations_form .variations tbody tr .value {
  width: 50%;
}
.single-product .variations_form .variations tbody tr:nth-child(2) {
  padding-left: 15px;
}
.single-product .variations_form .variations tbody tr:last-child {
  padding-top: 1em;
  width: 100%;
}
.single-product .product-working-day {
  color: #52969F;
  padding: 1em 0;
  font-size: 0.8em;
}
.single-product .delivery-return-title, .single-product .product-information-title {
  font-size: 0.8em;
}
.single-product .product-short-description {
  padding: 2em 0;
}
.single-product .sidebar {
  height: 100%;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: -40%;
  width: 40%;
  background-color: #fff;
  color: #000000;
  overflow-x: hidden;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .single-product .sidebar {
    width: 100%;
    right: 0;
    top: 100%;
  }
}
.single-product .sidebar.show {
  right: 0%;
}
@media (max-width: 767px) {
  .single-product .sidebar.show {
    top: 15%;
  }
}
.single-product .sidebar.hide {
  right: -40%;
}
.single-product .sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 44px;
  margin-left: 50px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .single-product .sidebar .closebtn {
    right: 50px;
  }
}
.single-product .sidebar .delivery-return-model, .single-product .sidebar .product-information-model, .single-product .sidebar .product-attribute-model {
  padding: 3em;
  position: relative;
}
@media (max-width: 767px) {
  .single-product .sidebar .delivery-return-model, .single-product .sidebar .product-information-model, .single-product .sidebar .product-attribute-model {
    padding: 4em 1em;
  }
}
.single-product .sidebar .product-information-model .standard-policy-title {
  font-weight: bold;
}
.single-product .sidebar .product-information-model .standard-policy-description {
  padding-top: 1em;
  font-weight: normal;
}
.single-product .product-attribute-wrap .row .cell-md-6 .attribute-title {
  padding-bottom: 1em;
}
.single-product .product-attribute-wrap .row .cell-md-6.single-product-sizing-option {
  padding-right: 15px;
}
@media (max-width: 767px) {
  .single-product .product-attribute-wrap .row .cell-md-6.single-product-sizing-option {
    padding-right: inherit;
  }
}
.single-product .attribute-select {
  border: 1px solid #E5E5E5;
  color: #8B8986;
}
.single-product .product-attribute {
  padding: 0.5em 0;
}
.single-product .product-attribute .list-with-side {
  padding: 0.8em;
  cursor: pointer;
  font-weight: bold;
  background-image: url(assets/img/right-arrow-green.svg);
  background-position: right 1.2em center;
  background-repeat: no-repeat;
  background-color: rgba(255, 152, 153, 0.15);
  border-radius: 4px;
  margin-bottom: 0.5em;
}
.single-product .product-attribute .list-with-side .selected-attribute-title {
  font-size: 0.8em;
}
.single-product .product-attribute .bespoke-wording-wrap {
  margin-top: -0.8em;
}
.single-product .product-attribute .bespoke-wording-wrap .attribute-title {
  padding-bottom: 1em;
}
.single-product .product-attribute .bespoke-wording-wrap .cell-md-12 {
  padding-bottom: 1em;
}
.single-product .product-attribute .bespoke-wording-wrap .cell-md-12 #bespoke_wording {
  border: 1px solid #E5E5E5;
  color: #8B8986;
}
.single-product .product-attribute .attribute-title {
  font-size: 0.8em;
  font-weight: bold;
}
.single-product .product-attribute .attribute-title.d-flex {
  justify-content: space-between;
  text-align: center;
}
.single-product .product-attribute .attribute-title.d-flex .attribute-info {
  color: #8B8986;
  text-decoration: none;
  border-bottom: 1px solid #8B8986;
}
.single-product .product-attribute .radio_btn {
  position: absolute;
  left: -9999px;
}
.single-product .product-attribute .radio_btn + label {
  position: relative;
  cursor: pointer;
}
.single-product .product-attribute .radio_btn + label.selected:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  border: 1px solid #B2B2B2;
}
.single-product .product-attribute .radio_btn + label.selected:after {
  content: '';
  width: 18px;
  height: 18px;
  background: inherit;
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.single-product .product-attribute .radio_btn:not(:checked) {
  position: absolute;
  left: -9999px;
}
.single-product .product-attribute .radio_btn:not(:checked) + label {
  position: relative;
  cursor: pointer;
}
.single-product .product-attribute .radio_btn:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 29px;
  height: 29px;
  border-radius: 100%;
}
.single-product .product-attribute .radio_btn:not(:checked) + label:after {
  content: '';
  width: 18px;
  height: 18px;
  background: inherit;
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.single-product .product-attribute .radio_img_btn {
  position: absolute;
  left: -9999px;
}
.single-product .color-list .color-list-item {
  display: inline-block;
  list-style: none;
  width: 35px;
}
.single-product .color-list .color-list-item:last-child {
  padding-bottom: 0.38rem;
}
.single-product .side-list {
  padding-top: 1.2em;
  padding-left: 0;
}
.single-product .side-list .side-list-item {
  display: inline-block;
  list-style: none;
  width: 33%;
  padding: 10px;
}
@media (max-width: 767px) {
  .single-product .side-list .side-list-item {
    width: 50%;
  }
}
.single-product .side-list .side-list-item .side-list-item-content {
  padding-top: 15px;
  font-weight: bold;
}
.single-product .side-list .side-list-item .side-list-item-content .side-list-item-title, .single-product .side-list .side-list-item .side-list-item-content .side-list-item-price {
  font-size: 14px;
  text-align: left;
}
.single-product .side-list .side-list-item label.selected:after {
  content: '';
  z-index: 2;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ff9899;
  border-radius: 50%;
  margin-left: -20px;
  margin-top: -15px;
  background-image: url(assets/img/right-white.svg);
  background-position: right 0.6em center;
  background-repeat: no-repeat;
}
.single-product .side-list .side-list-item label img:hover, .single-product .side-list .side-list-item label img:focus {
  cursor: pointer;
}
.single-product .price {
  font-size: 1.6em;
  color: #ff9899;
  margin-bottom: 5px;
}
.single-product .single_add_to_cart_button {
  width: 100%;
  background-color: #97b8bf;
  border-color: #97b8bf;
}
@media (max-width: 767px) {
  .single-product .single_add_to_cart_button {
    margin-top: 15px;
  }
}
.single-product .single_add_to_cart_button:hover, .single-product .single_add_to_cart_button:focus {
  background-color: #97b8bf !important;
  border-color: #97b8bf;
  outline: none;
}
.single-product .product-info-table {
  width: 100%;
  margin: 3em 0;
}
.single-product .product-info-table tr td {
  padding: 0.5em 0;
}
.single-product .product-info-table tr td:first-child {
  font-weight: bold;
}
.single-product .product-info-table tr td.value {
  padding-left: 10px;
}
.single-product .product-info-item {
  padding: 1em 0;
  border-bottom: 1px solid #B2B2B2;
  cursor: pointer;
  font-weight: bold;
  background: url('assets/img/right-arrow-green.svg');
  background-position: right;
  background-repeat: no-repeat;
}
.single-product .woocommerce-product-gallery__wrapper {
  transform: none !important;
}
.single-product .woocommerce-product-gallery__wrapper.single .woocommerce-product-gallery__image {
  display: block !important;
}
.single-product .woocommerce-product-gallery__wrapper.single.passportout .woocommerce-product-gallery__image img {
  width: 75%;
  padding-top: 15%;
  margin-left: 10%;
}
.single-product .woocommerce-product-gallery__wrapper.single.passportout .woocommerce-product-gallery__image--placeholder img {
  width: 75%;
  padding-top: 15%;
  margin-left: 10%;
}
.single-product .woocommerce-product-gallery__image {
  display: none !important;
}
.single-product .woocommerce-product-gallery__image.flex-active-slide {
  display: block !important;
}
.single-product .product-title-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.single-product .product-title-wrap .tinv-wishlist .tinvwl_add_to_wishlist_button {
  border-radius: 50%;
  width: 45px !important;
  height: 45px !important;
  background: #e5e5e5;
}
.single-product .product-title-wrap .tinv-wishlist .tinvwl_add_to_wishlist_button:before {
  top: 36% !important;
  left: 35% !important;
  font-size: 35px;
  color: #4a4848;
}
@media (max-width: 767px) {
  .single-product .product-title-wrap .tinv-wishlist .tinvwl_add_to_wishlist_button:before {
    top: 40% !important;
    left: 40% !important;
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .single-product .product-title-wrap .tinv-wishlist .tinvwl_add_to_wishlist_button {
    width: 32px !important;
    height: 32px !important;
  }
}
.single-product .upsells .prev-upsells {
  margin-right: 1em;
}
@media (max-width: 767px) {
  .single-product .upsells .slick-list {
    padding: 0 25% 0 0;
  }
}
@media (max-width: 767px) {
  .single-product .upsells .slider-arrow-wrap {
    display: none;
  }
}
.single-product .upsells .products-content-slider-item {
  padding: 0 0.5em;
}
.single-product .color-list {
  padding-left: 0;
}
.single-product div.product {
  position: relative;
}
.single-product div.product .woocommerce-product-gallery {
  display: flex;
  flex-wrap: wrap;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  display: none;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
  width: 75% !important;
  order: 1;
  text-align: center;
}
@media (max-width: 991px) {
  .single-product div.product .woocommerce-product-gallery .flex-viewport {
    width: 60% !important;
  }
}
@media (max-width: 767px) {
  .single-product div.product .woocommerce-product-gallery .flex-viewport {
    display: none;
  }
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 25% !important;
}
@media (max-width: 991px) {
  .single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    width: 40% !important;
  }
}
@media (max-width: 767px) {
  .single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    width: 100% !important;
    text-align: center;
    margin: 0 auto;
  }
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs .slick-dots {
  position: static;
  padding-top: 1.5em;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs .slick-dots li {
  width: 8px;
  height: 8px;
  float: initial;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs .slick-dots li button {
  width: 8px;
  height: 8px;
  border-color: #C4C4C4;
  background-color: #C4C4C4;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs .slick-dots li button:before {
  display: none;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs .slick-dots li.slick-active button {
  background-color: #52969F;
  border-color: #52969F;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  cursor: pointer;
  float: left;
  text-align: center;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: 1;
  width: 100px;
  height: auto;
  object-fit: cover;
}
@media (max-width: 767px) {
  .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
  }
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: both;
}
.upsells-slider-wrap {
  padding: 2em 0;
}
.upsells-slider-wrap .product-image-wrap .product-image {
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px -3px;
  box-shadow: 0 0 5px -3px;
}
.upsells-slider-wrap .product-image-wrap .product-image img {
  transform: scale(0.75);
  text-align: center;
  margin: 0 auto;
}
.upsells-slider-wrap .product-image-wrap .product-upsells-image {
  height: 100%;
}
.upsells-slider-wrap .product-image-wrap .product-upsells-image img {
  transform: scale(0.75);
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .upsells-slider-wrap .slider-arrow-wrap {
    display: none;
  }
}
.upsells-slider-wrap .upselss-products-slider {
  padding-top: 2em;
}
.upsells-slider-wrap .upselss-products-slider .slick-track {
  margin-left: 0;
}
@media (max-width: 767px) {
  .upsells-slider-wrap .upselss-products-slider .slick-list {
    padding: 0 25% 0 0;
  }
}
.upsells-slider-wrap .upsells-products-slider-item {
  padding: 1px 0.5em;
}
.upsells-slider-wrap .product-content {
  padding: 1em;
}
.upsells-slider-wrap .product-content .product-upper-tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #ff9899;
  color: #ff9899;
}
.upsells-slider-wrap .product-content .product-upper-tab .product-cat-title {
  font-size: 0.7em;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.upsells-slider-wrap .product-content .product-upper-tab .product-price {
  font-weight: bold;
  font-size: 1.2em;
}
.upsells-slider-wrap .product-content .product-bottom-tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 0.5em;
}
.upsells-slider-wrap .product-content .product-bottom-tab .product-title {
  font-weight: bold;
  max-width: 75%;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .upsells-slider-wrap .product-content .product-bottom-tab .product-title {
    max-width: 75%;
  }
}
.upsells-slider-wrap .product-content .product-bottom-tab .tinvwl_add_to_wishlist_button {
  margin-top: 0;
  height: auto;
  vertical-align: super;
}
.upsells-slider-wrap .product-content .product-bottom-tab .tinvwl_add_to_wishlist_button:before {
  font-size: 26px;
}
.realted-slider-wrap {
  padding: 2em 0;
  background: #97b8bf;
}
.realted-slider-wrap .slick-track {
  margin-left: 0;
}
.realted-slider-wrap .related-slider-title {
  color: #fff;
}
.realted-slider-wrap .product-image-wrap {
  background-color: #fff;
}
.realted-slider-wrap .product-image-wrap .product-image {
  height: 100%;
}
.realted-slider-wrap .product-image-wrap .product-image img {
  transform: scale(0.75);
  text-align: center;
  margin: 0 auto;
}
.realted-slider-wrap .product-image-wrap .product-upsells-image {
  height: 100%;
}
.realted-slider-wrap .product-image-wrap .product-upsells-image img {
  transform: scale(0.75);
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .realted-slider-wrap .slider-arrow-wrap {
    display: none;
  }
}
.realted-slider-wrap .related-products-slider {
  padding-top: 2em;
}
@media (max-width: 767px) {
  .realted-slider-wrap .related-products-slider .slick-list {
    padding: 0 25% 0 0;
  }
}
.realted-slider-wrap .related-products-slider-item {
  padding: 1px 0.5em;
}
.realted-slider-wrap .product-content {
  padding: 1em;
}
.realted-slider-wrap .product-content .product-upper-tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.realted-slider-wrap .product-content .product-upper-tab .product-cat-title {
  font-size: 0.7em;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.realted-slider-wrap .product-content .product-upper-tab .product-price {
  font-weight: bold;
  font-size: 1.2em;
}
.realted-slider-wrap .product-content .product-bottom-tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 0.5em;
}
.realted-slider-wrap .product-content .product-bottom-tab .product-title {
  font-weight: bold;
  max-width: 75%;
  text-decoration: none;
  color: #fff;
}
@media (max-width: 1199px) {
  .realted-slider-wrap .product-content .product-bottom-tab .product-title {
    max-width: 75%;
  }
}
.realted-slider-wrap .product-content .product-bottom-tab .tinvwl_add_to_wishlist_button {
  margin-top: 0;
  height: auto;
  vertical-align: super;
  color: #fff;
}
.realted-slider-wrap .product-content .product-bottom-tab .tinvwl_add_to_wishlist_button:before {
  font-size: 26px;
}
.realted-slider-wrap .slick-arrow {
  background-color: #fff;
  border-color: #fff;
}
.realted-slider-wrap .slick-arrow .fa {
  color: #ff9899;
}
.stock:empty::before {
  display: none;
}
.stock.in-stock {
  color: #0f834d;
}
.stock.out-of-stock {
  color: #e2401c;
}
/**
 * Checkout
 */
.woocommerce-checkout {
  background-color: #fff;
}
.woocommerce-checkout .entry-header {
  justify-content: left;
  height: 15em;
  width: 100%;
  max-width: 75.01rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.94rem;
  padding-right: 0.94rem;
}
@media (max-width: 991px) {
  .woocommerce-checkout .entry-header {
    justify-content: center;
  }
}
.woocommerce-checkout .entry-header .entry-title {
  font-size: 3em;
}
.woocommerce-checkout .woocommerce-coupon-wrap {
  background-color: #52969F;
  color: #fff;
  margin-top: -2em;
  padding-bottom: 1em;
}
.woocommerce-checkout .woocommerce-coupon-wrap .woocommerce-info {
  margin: 0;
  padding-left: 0.6em;
  background-color: #52969F;
}
.woocommerce-checkout .woocommerce-coupon-wrap .woocommerce-info a {
  color: #fff;
}
@media (max-width: 767px) {
  .woocommerce-checkout .woocommerce-coupon-wrap .woocommerce-info a {
    display: block;
  }
}
.woocommerce-checkout #billing_title, .woocommerce-checkout #order_review_heading {
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .woocommerce-checkout #order_review_heading {
    padding-top: 2em;
  }
}
.woocommerce-checkout .woocommerce-form-coupon-toggle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .woocommerce-checkout .woocommerce-form-coupon-toggle {
    justify-content: center;
  }
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .fa:before {
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 2px 6px;
  width: 20px;
  height: 20px;
}
.woocommerce-checkout .checkout_coupon #coupon_code {
  border-color: #E5E5E5;
}
@media (min-width: 768px) {
  .woocommerce-checkout #billing_postcode_field {
    width: 48.1%;
    float: left;
  }
}
@media (min-width: 768px) {
  .woocommerce-checkout #billing_phone_field {
    width: 48.1%;
    float: right;
  }
}
.woocommerce-checkout .woocommerce-checkout-wrap {
  padding: 3em 0 7em 0;
}
.woocommerce-checkout .woocommerce-checkout-wrap .cell-md-6:nth-child(1) {
  padding-right: 5%;
}
.woocommerce-checkout .woocommerce-checkout-wrap .cell-md-6:nth-child(2) {
  padding-left: 5%;
}
.woocommerce-checkout .woocommerce-checkout-wrap .checkout-product-image-wrap .frame-image {
  position: absolute;
  margin: 0 auto;
}
.woocommerce-checkout .woocommerce-checkout-wrap .checkout-product-image-wrap .frame-image img {
  width: 95px;
  height: 95px;
}
.woocommerce-checkout .woocommerce-checkout-wrap .checkout-product-image-wrap .frame-image.passportout img {
  -webkit-box-shadow: 0px 0px 8px -3px;
  box-shadow: 0px 0px 8px -3px;
}
.woocommerce-checkout .woocommerce-checkout-wrap .checkout-product-image-wrap .checkout-product-image {
  width: 100px;
  height: 100px;
  object-fit: cover;
  padding-right: 7px;
  vertical-align: middle;
  display: inline-block;
}
.woocommerce-checkout .woocommerce-checkout-wrap .checkout-product-image-wrap .checkout-product-image.passportout img {
  transform: scale(0.75);
}
.woocommerce-checkout .woocommerce-billing-fields input, .woocommerce-checkout .woocommerce-billing-fields select {
  border-color: #E5E5E5;
  font-weight: bold;
}
.woocommerce-checkout .woocommerce-billing-fields input::-webkit-input-placeholder, .woocommerce-checkout .woocommerce-billing-fields select::-webkit-input-placeholder {
  color: #A0A0A0;
}
.woocommerce-checkout .woocommerce-billing-fields input:-moz-placeholder, .woocommerce-checkout .woocommerce-billing-fields select:-moz-placeholder {
  color: #A0A0A0;
}
.woocommerce-checkout .woocommerce-billing-fields input::-moz-placeholder, .woocommerce-checkout .woocommerce-billing-fields select::-moz-placeholder {
  color: #A0A0A0;
}
.woocommerce-checkout .woocommerce-billing-fields input:-ms-input-placeholder, .woocommerce-checkout .woocommerce-billing-fields select:-ms-input-placeholder {
  color: #A0A0A0;
}
.woocommerce-checkout .woocommerce-additional-fields textarea {
  border-color: #E5E5E5;
  font-weight: bold;
}
.woocommerce-checkout .woocommerce-additional-fields textarea::-webkit-input-placeholder {
  color: #A0A0A0;
}
.woocommerce-checkout .woocommerce-additional-fields textarea:-moz-placeholder {
  color: #A0A0A0;
}
.woocommerce-checkout .woocommerce-additional-fields textarea::-moz-placeholder {
  color: #A0A0A0;
}
.woocommerce-checkout .woocommerce-additional-fields textarea:-ms-input-placeholder {
  color: #A0A0A0;
}
.woocommerce-checkout #select2-billing_country-container, .woocommerce-checkout #select2-shipping_country-container {
  display: none;
}
.woocommerce-checkout #ship-to-different-address-checkbox {
  display: inline-block;
}
.woocommerce-checkout .shipping_address input, .woocommerce-checkout .shipping_address select {
  border-color: #E5E5E5;
  font-weight: bold;
}
.woocommerce-checkout .shipping_address input::-webkit-input-placeholder, .woocommerce-checkout .shipping_address select::-webkit-input-placeholder {
  color: #A0A0A0;
}
.woocommerce-checkout .shipping_address input:-moz-placeholder, .woocommerce-checkout .shipping_address select:-moz-placeholder {
  color: #A0A0A0;
}
.woocommerce-checkout .shipping_address input::-moz-placeholder, .woocommerce-checkout .shipping_address select::-moz-placeholder {
  color: #A0A0A0;
}
.woocommerce-checkout .shipping_address input:-ms-input-placeholder, .woocommerce-checkout .shipping_address select:-ms-input-placeholder {
  color: #A0A0A0;
}
.woocommerce-checkout #order_comments_field label[for=order_comments] {
  font-size: 1.88rem;
  font-weight: 700;
  line-height: 1.1;
  color: #000;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .woocommerce-checkout #order_comments_field label[for=order_comments] {
    font-size: 1.5666666667rem;
  }
}
.woocommerce-checkout #order_comments_field .optional {
  display: none;
}
.woocommerce-checkout .woocommerce-shipping-fields {
  padding: 2em 0;
}
.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-form__label-for-checkbox {
  font-weight: bold;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table {
  width: 100%;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table thead {
  display: none;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot {
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .cart-subtotal th {
  padding-top: 1em;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table th {
  text-align: left;
  color: #A0A0A0;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table td {
  padding-bottom: 1em;
  color: #A0A0A0;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table td .product-quantity {
  color: #000000;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table td:nth-child(2) {
  text-align: right;
  color: #000000;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .woocommerce-shipping-methods {
  margin: 0;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li {
  list-style: none;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li label {
  font-weight: bold;
  margin: 0;
}
.woocommerce-checkout .woocommerce-checkout-payment {
  padding-top: 3em;
}
.woocommerce-checkout .woocommerce-checkout-payment #place_order {
  width: 100%;
  background-color: #52969F;
  border-color: #52969F;
}
.woocommerce-checkout .woocommerce-checkout-payment #place_order:hover, .woocommerce-checkout .woocommerce-checkout-payment #place_order:focus {
  background-color: #ff9899 !important;
  border-color: #ff9899;
}
.woocommerce-checkout .wc_payment_methods {
  padding-left: 0;
}
.woocommerce-checkout .wc_payment_methods li {
  list-style: none;
}
.woocommerce-checkout.woocommerce-order-received .entry-header {
  display: none;
}
.woocommerce-checkout.woocommerce-order-received .woocommerce-thankyou-order-received {
  background: #ff9899;
  padding: 1.5em;
  text-align: center;
  margin-bottom: 1em;
}
.woocommerce-checkout.woocommerce-order-received .woocommerce-thankyou-order-received h2, .woocommerce-checkout.woocommerce-order-received .woocommerce-thankyou-order-received h5 {
  color: #fff;
}
.woocommerce-checkout .woocommerce-order {
  padding: 2em 0;
}
.woocommerce-checkout .woocommerce-order p, .woocommerce-checkout .woocommerce-order h2 {
  display: block;
  margin: 24px auto;
}
.woocommerce-checkout .woocommerce-order h2 {
  font-size: 2.5em;
}
.woocommerce-checkout .woocommerce-order h2, .woocommerce-checkout .woocommerce-order h5 {
  font-weight: normal;
}
.woocommerce-checkout .woocommerce-order .woocommerce-table {
  width: 100%;
  background: #f3f2f2;
  border-radius: 6px;
  margin: 0 0 12px;
}
.woocommerce-checkout .woocommerce-order .woocommerce-table ul.wc-item-meta {
  padding-left: 0;
}
.woocommerce-checkout .woocommerce-order .woocommerce-table ul.wc-item-meta li {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.woocommerce-checkout .woocommerce-order .woocommerce-table ul.wc-item-meta li p {
  margin: 0;
}
.woocommerce-checkout .woocommerce-order .woocommerce-table ul.wc-item-meta strong {
  padding-right: 10px;
}
.woocommerce-checkout .woocommerce-order .woocommerce-table thead {
  display: none;
}
.woocommerce-checkout .woocommerce-order .woocommerce-table tr {
  border: 1px solid #dbd7d7;
}
.woocommerce-checkout .woocommerce-order .woocommerce-table th, .woocommerce-checkout .woocommerce-order .woocommerce-table td {
  vertical-align: middle;
  text-align: left;
  padding: 24px 12px;
}
.woocommerce-checkout .woocommerce-order .woocommerce-table td {
  padding: 24px 12px;
}
.woocommerce-checkout .woocommerce-order .woocommerce-table td:last-child {
  padding-left: 12px;
}
.woocommerce-checkout .woocommerce-order .woocommerce-table tfoot td {
  font-weight: bold;
}
.woocommerce-checkout .woocommerce-order .woocommerce-table .product-total {
  min-width: 240px;
}
.woocommerce-checkout .woocommerce-order .woocommerce-table .product-subtotal, .woocommerce-checkout .woocommerce-order .woocommerce-table .product-total {
  font-weight: bold;
  width: 100px;
}
@media (max-width: 767px) {
  .woocommerce-checkout .woocommerce-order .woocommerce-table .product-total {
    min-width: 100%;
  }
}
.woocommerce-checkout .woocommerce-order .woocommerce-table small {
  display: block;
}
.woocommerce-checkout .woocommerce-order .woocommerce-table.customer_details th {
  font-weight: bold;
}
.woocommerce-checkout .woocommerce-order .checkout-product-image-wrap .frame-image {
  position: absolute;
  margin: 0 auto;
}
.woocommerce-checkout .woocommerce-order .checkout-product-image-wrap .frame-image img {
  width: 95px;
  height: 95px;
}
.woocommerce-checkout .woocommerce-order .checkout-product-image-wrap .frame-image.passportout img {
  -webkit-box-shadow: 0px 0px 8px -3px;
  box-shadow: 0px 0px 8px -3px;
}
.woocommerce-checkout .woocommerce-order .checkout-product-image-wrap .checkout-product-image {
  width: 100px;
  height: 100px;
  object-fit: cover;
  padding-right: 7px;
  vertical-align: middle;
  display: inline-block;
}
.woocommerce-checkout .woocommerce-order .checkout-product-image-wrap .checkout-product-image.passportout img {
  transform: scale(0.75);
}
@media screen and (min-width: 768px) {
  .col2-set .form-row-first {
    float: left;
    margin-right: 3.8%;
  }
  .col2-set .form-row-last {
    float: right;
    margin-right: 0;
  }
  .col2-set .form-row-first, .col2-set .form-row-last {
    width: 48.1%;
  }
}
.woocommerce-page .woocommerce-customer-details {
  padding-top: 1em;
}
.woocommerce-page .woocommerce-customer-details .woocommerce-columns--addresses {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-page .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column {
  width: 50%;
}
@media (max-width: 767px) {
  .woocommerce-page .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column {
    width: 100%;
  }
}
/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
}
.site-header-cart .cart-contents {
  text-decoration: none;
}
.site-header-cart .widget_shopping_cart {
  display: none;
}
.site-header-cart .product_list_widget {
  margin: 0;
  padding: 0;
}
/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  width: 5.3em;
  font-family: star;
  font-weight: 400;
}
.star-rating::before {
  content: "SSSSS";
  opacity: 0.25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
  color: #4169e1;
}
p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}
p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: star;
  content: "S";
  color: #404040;
  text-indent: 0;
  opacity: 0.25;
}
p.stars a:hover ~ a::before {
  content: "S";
  color: #404040;
  opacity: 0.25;
}
p.stars:hover a::before {
  content: "S";
  color: #4169e1;
  opacity: 1;
}
p.stars.selected a.active::before {
  content: "S";
  color: #4169e1;
  opacity: 1;
}
p.stars.selected a.active ~ a::before {
  content: "S";
  color: #404040;
  opacity: 0.25;
}
p.stars.selected a:not(.active)::before {
  content: "S";
  color: #4169e1;
  opacity: 1;
}
/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  position: relative;
}
.woocommerce-tabs ul.tabs li a {
  padding: 1em 0;
  display: block;
}
.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em;
}
/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right;
}
.woocommerce-password-strength.strong {
  color: #0f834d;
}
.woocommerce-password-strength.short {
  color: #e2401c;
}
.woocommerce-password-strength.bad {
  color: #e2401c;
}
.woocommerce-password-strength.good {
  color: #3d9cd2;
}
/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #0f834d;
}
.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #e2401c;
}
.required {
  color: #f00;
}
/**
 * Notices
 */
/**
 * Notices
 */
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
  background-color: #0f834d;
  clear: both;
  padding: 1em;
  color: #fff;
  text-align: center;
  margin-bottom: 1em;
}
.woocommerce-message a, .woocommerce-info a, .woocommerce-error a, .woocommerce-noreviews a, p.no-comments a {
  color: #fff;
}
.woocommerce-info, .woocommerce-noreviews, p.no-comments {
  background-color: #194F86;
  margin-bottom: 1em;
}
.woocommerce-info a, .woocommerce-noreviews a, p.no-comments a {
  color: #fff;
}
.woocommerce-error {
  background-color: #D3171B;
  margin-bottom: 1em;
}
.woocommerce-error li {
  list-style: none;
}
.woocommerce-error li a {
  color: #fff;
}
.woocommerce-error a {
  color: #fff;
}
.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #3d9cd2;
  z-index: 9999;
}
.woocommerce-downloads .shop_table, .woocommerce-payment-methods .shop_table, .woocommerce-orders .shop_table, .woocommerce-view-order .shop_table {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 3px 30px #0000000f;
  padding: 1em;
  margin-bottom: 1.5em;
}
.woocommerce-downloads .shop_table tr th, .woocommerce-payment-methods .shop_table tr th, .woocommerce-orders .shop_table tr th, .woocommerce-view-order .shop_table tr th {
  padding: 1em;
  font-weight: bold;
  border-bottom: 1px solid #dddddd;
  text-align: left;
}
.woocommerce-downloads .shop_table tr td, .woocommerce-payment-methods .shop_table tr td, .woocommerce-orders .shop_table tr td, .woocommerce-view-order .shop_table tr td {
  padding: 1em;
  border-bottom: 1px solid #dddddd;
  width: auto;
}
.woocommerce-view-order .shop_table tr th {
  padding: 1em;
  font-weight: bold;
  border-bottom: 1px solid #dddddd;
  text-align: left;
}
.woocommerce-view-order .shop_table tr td {
  text-align: left;
}
@media screen and (min-width: 48em) {
  /**
	 * Header cart
	 */
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    left: -999em;
    display: block;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
    left: 0;
    display: block;
  }
}
/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
}
.widget_price_filter .price_slider_amount .button {
  float: left;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: #4169e1;
  box-sizing: border-box;
  margin-top: -0.25em;
  opacity: 1;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: #4169e1;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}
/**
 * WooCommerce My Account
 */
.cart-model-wrap .woocommerce {
  width: 100%;
}
.cart-model-wrap .woocommerce-notices-wrapper {
  padding: 0;
}
.cart-model-wrap .woocommerce-message {
  padding: 1em;
  margin-bottom: 1.5em;
}
.cart-model-wrap .cart-empty {
  padding: 0.8em;
  background-color: #52969F;
  color: white;
}
.cart-model-wrap .product-variation {
  font-weight: bold;
  font-size: 11px;
}
.cart-model-wrap.show {
  width: 500px;
}
.cart-model-wrap.show .mini-cart-wrapper {
  width: 100%;
  height: calc(100vh - 100px);
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 9999;
  display: block;
  overflow: auto;
  transition: 0.5s;
}
@media (max-width: 1199px) {
  .cart-model-wrap.show .mini-cart-wrapper {
    height: calc(100vh - 90px);
    top: 90px;
  }
}
.cart-model-wrap.show .mini-cart-wrapper .mini-cart-inner-wrapper {
  width: 450px;
  max-width: calc(100vw - 40px);
  background: #fff;
  margin-left: auto;
  margin-right: 0;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 991px) {
  .cart-model-wrap.show .mini-cart-wrapper .mini-cart-inner-wrapper {
    width: 100%;
    max-width: 100vw;
  }
}
.cart-model-wrap.show .mini-cart-wrapper .mini-cart-inner-wrapper .mini-cart-top-wrapper {
  overflow: auto;
  max-height: 520px;
  position: relative;
  padding: 30px;
}
@media (max-width: 991px) {
  .cart-model-wrap.show .mini-cart-wrapper .mini-cart-inner-wrapper .mini-cart-top-wrapper {
    max-height: 500px;
  }
}
.cart-model-wrap.show .mini-cart-wrapper .mini-cart-inner-wrapper .mini-cart-top-wrapper .mini-cart-title h3 {
  width: 100%;
  color: #2b2b2b;
  font-size: 40px;
  font-family: 'Muli', 'Arial', sans-serif;
  font-weight: 500;
  text-align: center;
  margin: 0 0 20px 0;
}
@media (max-width: 991px) {
  .cart-model-wrap.show .mini-cart-wrapper .mini-cart-inner-wrapper .mini-cart-top-wrapper .mini-cart-title h3 {
    font-size: 20px;
  }
}
.cart-model-wrap.show .mini-cart-wrapper .mini-cart-inner-wrapper .mini-cart-top-wrapper ul {
  padding: 0px;
  margin: 0px;
}
.cart-model-wrap.show .mini-cart-wrapper .mini-cart-inner-wrapper .mini-cart-top-wrapper ul li {
  display: flex;
  border-top: 2px solid #2b2b2b;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 0;
}
.cart-model-wrap.show .mini-cart-wrapper .mini-cart-inner-wrapper .mini-cart-top-wrapper ul li .mini-cart-inner-left-content {
  padding-right: 10px;
  width: 35%;
}
.cart-model-wrap.show .mini-cart-wrapper .mini-cart-inner-wrapper .mini-cart-top-wrapper ul li .mini-cart-inner-left-content img {
  width: 150px;
  height: 100%;
  object-fit: cover;
}
.cart-model-wrap.show .mini-cart-wrapper .mini-cart-inner-wrapper .mini-cart-top-wrapper ul li .mini-cart-inner-right-content {
  padding-left: 10px;
  align-content: space-between;
  width: 65%;
}
.cart-model-wrap.show .mini-cart-wrapper .mini-cart-inner-wrapper .mini-cart-top-wrapper ul li .mini-cart-inner-right-content .title a {
  font-size: 22px;
  color: #2b2b2b;
  font-family: 'Muli', 'Arial', sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 991px) {
  .cart-model-wrap.show .mini-cart-wrapper .mini-cart-inner-wrapper .mini-cart-top-wrapper ul li .mini-cart-inner-right-content .title a {
    font-size: 15px;
  }
}
.cart-model-wrap.show .mini-cart-wrapper .mini-cart-inner-wrapper .mini-cart-top-wrapper ul li .mini-cart-inner-right-content .product-meta-wrapper {
  align-items: center;
  justify-content: space-between;
}
.cart-model-wrap.show .mini-cart-wrapper .mini-cart-inner-wrapper .mini-cart-top-wrapper ul li .mini-cart-inner-right-content .product-meta-wrapper .product-price-wrappern h5 {
  font-family: 'Muli', 'Arial', sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #2b2b2b;
  margin: 0;
}
@media (max-width: 991px) {
  .cart-model-wrap.show .mini-cart-wrapper .mini-cart-inner-wrapper .mini-cart-top-wrapper ul li .mini-cart-inner-right-content .product-meta-wrapper .product-price-wrappern h5 {
    font-size: 18px;
  }
}
.cart-model-wrap.show .mini-cart-wrapper .mini-cart-inner-wrapper .mini-cart-top-wrapper ul li .mini-cart-inner-right-content .product-meta-wrapper .product-quantity-wrapper input {
  width: 35px;
  height: 32px;
  border: 1px solid #2b2b2b;
  font-family: 'Muli', 'Arial', sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-indent: 10px;
  padding: 0;
  margin: 0;
}
.cart-model-wrap.show .mini-cart-wrapper .mini-cart-inner-wrapper .mini-cart-top-wrapper ul li .mini-cart-inner-right-content .product-meta-wrapper .product-remove-wrapper {
  color: #2B2B2B;
  font-weight: 300;
  font-family: 'Muli', 'Arial', sans-serif;
  font-size: 20px;
  border-bottom: 1px solid #2b2b2b;
  line-height: 1;
}
@media (max-width: 991px) {
  .cart-model-wrap.show .mini-cart-wrapper .mini-cart-inner-wrapper .mini-cart-top-wrapper ul li .mini-cart-inner-right-content .product-meta-wrapper .product-remove-wrapper {
    font-size: 15px;
  }
}
.cart-model-wrap.show .mini-cart-wrapper .mini-cart-inner-wrapper .mini-cart-top-wrapper ul li:nth-last-child(1) {
  border-bottom: 2px solid #2b2b2b;
}
.cart-model-wrap.show .mini-cart-wrapper .mini-cart-inner-wrapper .mini-cart-bottom-wrapper {
  background: #fff;
  width: 100%;
  padding: 30px 30px 50px 30px;
}
.cart-model-wrap.show .mini-cart-wrapper .mini-cart-inner-wrapper .mini-cart-bottom-wrapper .total-mini-cart {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: flex-end;
}
.cart-model-wrap.show .mini-cart-wrapper .mini-cart-inner-wrapper .mini-cart-bottom-wrapper .total-mini-cart span {
  font-family: 'Muli', 'Arial', sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #2b2b2b;
}
.cart-model-wrap.show .mini-cart-wrapper .mini-cart-inner-wrapper .mini-cart-bottom-wrapper .total-mini-cart a.button {
  margin: 30px 0 40px;
  background: #ff9899;
}
.cart-model-wrap.show .mini-cart-wrapper .mini-cart-inner-wrapper .mini-cart-bottom-wrapper .total-mini-cart a.link {
  font-family: 'Muli', 'Arial', sans-serif;
  font-weight: 300;
  font-size: 20px;
  border-bottom: 1px solid #2b2b2b;
  line-height: 1;
}
.cart-model-wrap .mini-cart-bottom-wrapper {
  margin-top: 30px;
}
.cart-model-wrap .mini-cart-bottom-wrapper .total-mini-cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cart-model-wrap .mini-cart-bottom-wrapper .total-mini-cart span {
  font-weight: 500;
  font-size: 24px;
}
.cart-model-wrap .mini-cart-bottom-wrapper .total-mini-cart span.total-price {
  font-weight: 500;
  font-size: 18px;
  padding-left: 1em;
}
.cart-model-wrap .mini-cart-bottom-wrapper .total-mini-cart span.total-price bdi {
  font-weight: 500;
  font-size: 18px;
}
.cart-model-wrap .mini-cart-bottom-wrapper .total-mini-cart span.total-price bdi span {
  font-weight: 500;
  font-size: 18px;
}
.cart-model-wrap .mini-cart-bottom-wrapper .total-mini-cart a.button {
  display: inline-block;
  padding: 0.7rem 1.85rem;
  vertical-align: top;
  color: #000;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  border-radius: 0px;
  background-color: transparent;
  border: 2px solid #000;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  margin: 15px 0;
}
.cart-model-wrap .mini-cart-bottom-wrapper .total-mini-cart a.button:hover {
  cursor: pointer;
  color: #fff;
  border: 2px solid #ff9899;
  text-decoration: none;
  background-color: #ff9899;
}
.woocommerce-cart-wrap .product-quantity .quantity {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.woocommerce-cart-wrap .product-quantity .td-quantity-button.min {
  padding-right: 5px;
}
.woocommerce-cart-wrap .product-quantity .td-quantity-button.plus {
  padding-left: 5px;
}
.woocommerce-cart-wrap .product-quantity .td-quantity-button:hover {
  cursor: pointer;
}
.woocommerce-cart-wrap .product-quantity .input-text.qty {
  width: 20px;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  border: none;
  background: transparent;
}
.woocommerce-cart-wrap .product-upper-tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ff9899;
  color: #ff9899;
}
.woocommerce-cart-wrap .product-upper-tab .product-cat-title {
  font-size: 0.7em;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.woocommerce-cart-wrap .product-upper-tab .product-price {
  font-weight: bold;
  font-size: 1.2em;
}
.woocommerce-cart-wrap .woocommerce-cart-form__cart-item .frame-image {
  position: absolute;
  width: 89%;
  margin: 0 auto;
  left: auto;
  top: 0;
  height: auto;
}
@media (min-width: 375px) and (max-width: 812px) and (orientation: landscape) {
  .woocommerce-cart-wrap .woocommerce-cart-form__cart-item .frame-image {
    width: 91%;
  }
}
.woocommerce-cart-wrap .woocommerce-cart-form__cart-item .frame-image.passportout img {
  -webkit-box-shadow: 0px 0px 8px -3px;
  box-shadow: 0px 0px 8px -3px;
}
.woocommerce-cart-wrap .woocommerce-cart-form__cart-item .frame-image.landscape {
  width: 87%;
}
@media (max-width: 767px) {
  .woocommerce-cart-wrap .woocommerce-cart-form__cart-item .frame-image.landscape {
    width: 84%;
  }
}
.woocommerce-cart-wrap .woocommerce-cart-form__cart-item .frame-image.landscape img {
  height: 125px !important;
  width: 100%;
}
@media (max-width: 767px) {
  .woocommerce-cart-wrap .woocommerce-cart-form__cart-item .frame-image.landscape img {
    width: 100%;
    height: 102px !important;
  }
}
@media (max-width: 767px) {
  .woocommerce-cart-wrap .woocommerce-cart-form__cart-item .frame-image {
    width: 85%;
  }
}
.woocommerce-cart-wrap .woocommerce-cart-form__cart-item .cart-product-image.landscape img {
  width: 100%;
  height: 122px;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 375px) and (max-width: 812px) and (orientation: landscape) {
  .woocommerce-cart-wrap .woocommerce-cart-form__cart-item .cart-product-image.landscape img {
    width: 95%;
  }
}
@media (max-width: 767px) {
  .woocommerce-cart-wrap .woocommerce-cart-form__cart-item .cart-product-image.landscape img {
    height: 100px;
  }
}
.woocommerce-cart-wrap .woocommerce-cart-form__cart-item .cart-product-image.passportout img {
  transform: scale(0.75);
}
.woocommerce-cart-wrap .woocommerce-cart-form__cart-item .product-content {
  padding: 1.2em 0px;
}
@media (max-width: 767px) {
  .woocommerce-cart-wrap .woocommerce-cart-form__cart-item .product-content .container {
    display: flex;
    flex-direction: column;
  }
}
.woocommerce-cart-wrap .product-bottom-tab {
  padding-top: 0.5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .woocommerce-cart-wrap .product-bottom-tab {
    order: 0;
    flex-wrap: wrap;
    padding-top: initial;
  }
}
.woocommerce-cart-wrap .product-bottom-tab .product-title {
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
}
.woocommerce-cart-wrap .cart-tabale {
  width: 100%;
}
.woocommerce-cart-wrap .cart-tabale .product-name a, .woocommerce-cart-wrap .cart-tabale .product-remove a {
  text-decoration: none;
  font-weight: bold;
}
.woocommerce-cart-wrap .cart-tabale thead tr {
  border: 0;
}
.woocommerce-cart-wrap .cart-tabale tr {
  border-top: 1px solid #dbd7d7;
}
@media (max-width: 767px) {
  .woocommerce-cart-wrap .cart-tabale tr {
    padding: 16px 0;
  }
}
.woocommerce-cart-wrap .cart-tabale tr:last-child {
  border-bottom: 1px solid #dbd7d7;
}
.woocommerce-cart-wrap .cart-tabale th, .woocommerce-cart-wrap .cart-tabale td {
  vertical-align: middle;
  text-align: left;
  padding: 24px 12px;
}
.woocommerce-cart-wrap .cart-tabale .actions .coupon {
  float: left;
}
.woocommerce-cart-wrap .cart-tabale .actions .coupon label {
  display: none;
}
.woocommerce-cart-wrap .cart-tabale .actions .coupon #coupon_code {
  padding: 16px 16px;
  min-height: 58px;
  width: 45%;
}
@media (max-width: 767px) {
  .woocommerce-cart-wrap .cart-tabale .actions .coupon #coupon_code {
    min-height: 44px;
  }
}
.woocommerce-cart-wrap .cart-tabale .actions .submit_btn {
  float: right;
}
@media (max-width: 767px) {
  .woocommerce-cart-wrap .cart-tabale .actions .submit_btn {
    display: none;
  }
}
.woocommerce-cart-wrap .cart-collaterals {
  padding: 3em 0;
  margin: 0 auto;
  text-align: center;
}
.woocommerce-cart-wrap .cart-collaterals .shop_table {
  width: 100%;
}
.woocommerce-cart-wrap #shipping_method li {
  list-style: none;
}
.woocommerce-cart-wrap .checkout-button {
  margin-top: 1em;
  width: 100%;
}
.woocommerce-cart-wrap .cart-total-wrap .cell-md-6 {
  margin: 0 auto;
}
body.woocommerce-cart .entry-content {
  padding-top: 1em;
}
body.woocommerce-cart .woocommerce-info {
  padding: 1em;
  background-color: #52969F;
  color: #fff;
}
.woocommerce-shipping-methods {
  padding-left: 0;
}
.return-to-shop {
  padding: 1em 0;
}
.wishlist-model-wrap {
  height: 100%;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: -40%;
  width: 40%;
  background-color: #fff;
  color: #000;
  overflow-x: scroll;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .wishlist-model-wrap {
    width: 100%;
    right: 0;
    top: 100%;
  }
}
.wishlist-model-wrap.show {
  right: 0%;
  width: 500px;
}
@media (max-width: 767px) {
  .wishlist-model-wrap.show {
    top: 15%;
  }
}
.wishlist-model-wrap .wishlist-model {
  padding: 3em;
  position: relative;
}
.wishlist-model-wrap .cart-empty.woocommerce-info {
  background-color: #52969F;
}
.single-product .mini-cart-item .cart-product-image-wrap .frame-image img {
  height: initial;
}
/**
 * WooCommerce My Account
 */
.woocommerce-page-wrap .woocommerce-myaccount-wrap, .woocommerce-page-wrap .lost-password-wrap, .woocommerce-page-wrap .my-account-from-wrap {
  padding: 3em 0;
}
.woocommerce-page-wrap .myaccount-content-wrap {
  padding-top: 3em;
}
.woocommerce-page-wrap .myaccount-content-wrap .woocommerce-MyAccount-content .button {
  margin-top: 1.5em;
}
.woocommerce-page-wrap .myaccount-content-wrap .woocommerce-Addresses .u-column2.woocommerce-Address {
  padding-top: 1em;
}
.woocommerce-page-wrap .woocommerce-EditAccountForm .woocommerce-Button {
  margin-top: 1em;
}
.woocommerce-page-wrap .woocommerce-MyAccount-navigation ul {
  padding-left: 0;
}
.woocommerce-page-wrap .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link {
  list-style: none;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.woocommerce-page-wrap .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a {
  text-decoration: none;
  display: flex;
  align-items: center;
}
.woocommerce-page-wrap .woocommerce-table__product-name .wc-item-meta .wc-item-meta-label {
  padding-right: 5px;
}
.woocommerce-page-wrap .woocommerce-table__product-name .wc-item-meta li {
  display: flex;
}
.woocommerce-page-wrap .woocommerce-customer-details {
  padding-top: 1em;
}
.woocommerce-page-wrap .woocommerce-Payment .woocommerce-PaymentMethods li {
  list-style: none;
}
.woocommerce-page-wrap .woocommerce-order-details .checkout-product-image-wrap .frame-image {
  position: absolute;
  margin: 0 auto;
}
.woocommerce-page-wrap .woocommerce-order-details .checkout-product-image-wrap .frame-image img {
  width: 95px;
  height: 95px;
}
.woocommerce-page-wrap .woocommerce-order-details .checkout-product-image-wrap .frame-image.passportout img {
  -webkit-box-shadow: 0px 0px 8px -3px;
  box-shadow: 0px 0px 8px -3px;
}
.woocommerce-page-wrap .woocommerce-order-details .checkout-product-image-wrap .checkout-product-image {
  width: 100px;
  height: 100px;
  object-fit: cover;
  padding-right: 7px;
  vertical-align: middle;
  display: inline-block;
}
.woocommerce-page-wrap .woocommerce-order-details .checkout-product-image-wrap .checkout-product-image.passportout img {
  transform: scale(0.75);
}
/**
 * WooCommerce Whislist
 */
.wishlist-model-wrap .social-buttons, .tinv-wishlist .social-buttons {
  display: none;
}
.wishlist-model-wrap .tinv-header h2, .tinv-wishlist .tinv-header h2 {
  display: none;
}
.wishlist-model-wrap .woocommerce-info, .tinv-wishlist .woocommerce-info {
  padding: 1em;
  margin-bottom: 1.5em;
}
.wishlist-model-wrap .tinvwl-data, .tinv-wishlist .tinvwl-data {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.94rem;
  margin-left: -0.94rem;
}
.wishlist-model-wrap .wishlist_item, .tinv-wishlist .wishlist_item {
  width: 25%;
  position: relative;
  padding-left: 0.94rem;
  padding-right: 0.94rem;
  position: relative;
  margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wishlist-model-wrap .wishlist_item, .tinv-wishlist .wishlist_item {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .wishlist-model-wrap .wishlist_item, .tinv-wishlist .wishlist_item {
    width: 100%;
  }
}
@media (min-width: 375px) and (max-width: 812px) and (orientation: landscape) {
  .wishlist-model-wrap .wishlist_item, .tinv-wishlist .wishlist_item {
    width: 50%;
  }
}
.wishlist-model-wrap .product-thumbnail, .tinv-wishlist .product-thumbnail {
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  background: #e5e5e5;
  margin-bottom: 10px;
}
.wishlist-model-wrap .product-thumbnail a, .tinv-wishlist .product-thumbnail a {
  display: block;
}
.wishlist-model-wrap .product-thumbnail img, .tinv-wishlist .product-thumbnail img {
  width: 100%;
  height: 100%;
  transform: scale(0.75);
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
}
.wishlist-model-wrap .product-date, .tinv-wishlist .product-date {
  margin-bottom: 10px;
  text-align: left;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
  font-family: 'Muli', 'Arial', sans-serif;
}
.wishlist-model-wrap .product-stock, .tinv-wishlist .product-stock {
  margin-bottom: 15px;
  font-family: 'Muli', 'Arial', sans-serif;
}
@media (max-width: 767px) {
  .wishlist-model-wrap .product-stock p, .tinv-wishlist .product-stock p {
    margin: 0;
  }
}
.wishlist-model-wrap .product-action, .tinv-wishlist .product-action {
  text-align: left;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wishlist-model-wrap .product-action, .tinv-wishlist .product-action {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wishlist-model-wrap .product-action, .tinv-wishlist .product-action {
    width: 135px;
  }
}
@media (max-width: 767px) {
  .wishlist-model-wrap .product-action, .tinv-wishlist .product-action {
    width: 135px;
  }
}
.wishlist-model-wrap .product-action .button, .tinv-wishlist .product-action .button {
  background-color: #52969f !important;
  border-color: #52969f !important;
  border-radius: 0 !important;
  font-family: 'Muli', 'Arial', sans-serif !important;
  text-transform: capitalize !important;
  color: #fff !important;
  text-decoration: none;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s !important;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .wishlist-model-wrap .product-action .button, .tinv-wishlist .product-action .button {
    width: 60px;
  }
}
.wishlist-model-wrap .product-action .button:hover, .tinv-wishlist .product-action .button:hover {
  background-color: #ff9899 !important;
  border-color: #ff9899 !important;
}
.wishlist-model-wrap .product-remove, .tinv-wishlist .product-remove {
  position: absolute;
  right: 10px;
  top: -15px;
}
.wishlist-model-wrap .product-remove button, .tinv-wishlist .product-remove button {
  margin: 0 0 0 auto;
}
.wishlist-model-wrap .product-price, .tinv-wishlist .product-price {
  font-weight: bold;
  font-size: 1.2em;
  color: #ff9899;
  font-family: 'Muli', 'Arial', sans-serif;
}
.wishlist-model-wrap .tinvwl-to-right .button, .tinv-wishlist .tinvwl-to-right .button {
  background-color: #52969f !important;
  border-color: #52969f !important;
  border-radius: 0 !important;
  font-family: 'Muli', 'Arial', sans-serif !important;
  text-transform: capitalize !important;
  color: #fff !important;
  text-decoration: none;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s !important;
  margin-right: 10px !important;
  margin-bottom: 10px !important;
}
.wishlist-model-wrap .tinvwl-to-right .button:hover, .tinv-wishlist .tinvwl-to-right .button:hover {
  background-color: #ff9899 !important;
  border-color: #ff9899 !important;
}
.wishlist-model-wrap .closebtn, .tinv-wishlist .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 44px;
  margin-left: 50px;
  text-decoration: none;
}
.product-name-price-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.product-name-price-wrap .product-name {
  display: flex;
  flex-wrap: wrap;
}
.product-name-price-wrap .product-name a {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-decoration: none !important;
  font-family: 'Muli', 'Arial', sans-serif !important;
  font-size: 0.7em;
  line-height: 2.4;
}
.product-name-price-wrap .product-name a:hover {
  text-decoration: underline !important;
}
.product-name-price-wrap .product-name .product-cb {
  margin-right: 5px;
}
.product-name-price-wrap .product-name .product-cb input {
  padding: 0;
  margin: 0;
  width: 15px;
  height: 15px;
}
.product-name-price-wrap .product-name .variation {
  width: 100%;
  font-family: 'Muli', 'Arial', sans-serif;
  font-weight: bold;
  font-size: 11px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.tinvwl-to-left.look_in {
  display: none;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .wishlist-model-wrap .wishlist-model {
    padding: 3em 2rem;
  }
}
.wishlist-model-wrap .tinv-wishlist {
  padding: 1em 0 !important;
}
.wishlist-model-wrap .wishlist_item {
  width: 50%;
}
@media (max-width: 1025px) {
  .cart-model-wrap.show, .wishlist-model-wrap.show {
    width: 500px;
  }
}
@media (max-width: 767px) {
  .cart-model-wrap.show, .wishlist-model-wrap.show {
    width: 100%;
    top: 0;
  }
}
@media (max-width: 1025px) {
  .cart-model-wrap.show .cart-model, .cart-model-wrap.show .wishlist-model, .wishlist-model-wrap.show .cart-model, .wishlist-model-wrap.show .wishlist-model {
    padding: 2em;
  }
}
@media (max-width: 1025px) {
  .cart-model-wrap.show h3, .wishlist-model-wrap.show h3 {
    font-size: 1.51rem;
  }
}
.wishlist-page-wrap {
  margin: 1.5em 0;
}
body.page-id-317 .entry-content, body.woocommerce-cart .entry-content {
  width: 100%;
  max-width: 75.01rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.94rem;
  padding-right: 0.94rem;
}
body.page-id-317 .entry-content .cart-empty.woocommerce-info, body.woocommerce-cart .entry-content .cart-empty.woocommerce-info {
  background-color: #52969F;
}
dl.variation {
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
dl.variation dt {
  float: left;
  width: 50%;
  padding: 0;
  margin: 0;
}
dl.variation dd {
  float: left;
  width: 50%;
  padding: 0;
  margin: 0;
}
.tinvwl-manage-list .variation {
  display: block !important;
}