/* CSS Document */
/*
******************  products
*/

.sub-menu .tracked-pos{
	max-height: 450px;
    overflow-y: auto;
}
#qr-loader-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: white;
    text-align: center;
}
#qr-loader, #qr-done {
     margin: 20% 40%;
    height: 20%;
    width: 20%;
}

#wl-loader-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: white;
    text-align: center;
}
#wl-loader, #wl-done {
     margin: 20% 40%;
    height: 20%;
    width: 20%;
}

.gs-frm-row {
  text-align: center;
  margin: auto;
}
#payment-form {
  padding: 15px;
}
#productCategoryEditing {
  margin-top: 10%;
}
#samee-cc-btn {
  padding: 22px;
}
#sft-container {
  position: absolute;
  top: 0;
  text-align: center;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: white;
  padding-top: 20%;
}
.samee-radios {
  text-align: center;
}
#updateWebOnly {
  margin-left: 10px;
}
.gs-viewall-footer {
  text-align: center;
}
.gs-viewall-btn {
  background-color: #c2d501;
  padding: 14px 45px;
  border-radius: 3px;
  color: white;
  font-weight: 700;
}
.cc-pay-footer {
  text-align: right;
}
.samee-cc-btn {
  padding: 5px;
  text-align: right;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.gs-products-head {
  text-align: center;
}
.gs-edit-image {
  float: left;
  cursor: pointer;
}
.gs-del-image {
  float: left;
  cursor: pointer;
  margin-left: 8px;
}
.gs-edit-btn {
  cursor: pointer;
}
#gs-old-img img, #gs-new-img img {
  max-width: 300px;
  max-height: 300px;
}
#edit-image-form {
  margin: 15% auto !important;
}
.gs-products-container {
  padding: 15px;
  display: block;
}
.gs-products-container h3 {
  font: 40px;
  color: #333333;
  margin: 1%;
}
.gs-products-container p {
  color: #333333;
  margin: 1%;
}
.gs-product-tile {
  display: inline-block;
  /*  border: 1px solid #ccc;*/
  flex-basis: 0;
  flex-grow: 1;
  /*  background-color: #eee;*/
  margin: 1%;
  max-width: 300px;
}
.gs-product-tile-footer a, .gs-product-tile-footer a:active, .gs-product-tile-footer a:visited {
  width: 99%;
  padding: 5px;
  /*  border: 1px solid #928C8C;*/
  background-color: #00a5d6;
  /*border-radius: 8px;*/
  display: block;
  cursor: pointer;
  color: #ffffff;
}
.gs-product-tile-footer a:hover {
  width: 99%;
  padding: 5px;
  background-color: transparent;
  /*border-radius: 8px;*/
  display: block;
  cursor: pointer;
  color: black;
}
.gs-product-tile-head {
  padding: 0 10px 0 10px;
  min-height: 80px;
  text-align: center;
}
.gs-product-tile-head > h6 {
  font-size: 1em;
  font-weight: 600;
  padding: 52px 20px 10px 20px;
  min-height: 150px;
}
.gs-product-tile-image {
  height: 200px;
  background-color: #fff;
  margin: 10px;
  text-align: center;
}
.gs-product-tile-image img {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
}
.gs-product-tile-footer {
  min-height: 25px;
  display: block;
  padding: 5px 5px 10px 5px;
  text-align: center;
  margin-bottom: 10px !important;
}
.gs-product-tile-footer-section {
  width: 31%;
  text-align: center;
  display: inline-block;
}
/*
******************  Categories
*/
.gs-category-container {
  padding: 15px;
  display: block;
}
.gs-category-row {
  text-align: center;
}
.gs-category-container h3 {
  font: 40px;
  color: #333333;
  margin: 1%;
}
.gs-category-container p {
  color: #333333;
  margin: 1%;
}
.gs-category-tile {
  display: inline-block;
  border: 3px solid #ccc;
  width: 23%;
  /*  background-color: #eee;*/
  margin: 8px;
  position: relative;
  border-radius: 8px;
	vertical-align: top;
	height:270px;
}
.gs-category-tile h4{
	position: absolute;
    bottom: 8px;
    left: 0;
    margin: auto;
    right: 0;
    background: #eee;
}
.gs-slider-img-overlay > h5 {
/*  position: absolute;*/
/*  z-index: 999;*/
  color: white;
/*  bottom: 5px;*/
  text-align: center;
/*
  left: 0;
  right: 0;
*/
/*  top: 45%;*/
  font-size: 1.3em;
  margin: auto;
}
.gs-slider-img-overlay-text{
	align-content: center;
	height: 100%;
}
.gs-slider-img-overlay-text h5{
color:white;
	font-size: 1.2rem;
}
.gs-slider-img-overlay-text p{
color:white;
	font-size: 0.9rem;
}
.gs-category-tile-footer a, .gs-category-tile-footer a:active, .gs-category-tile-footer a:visited {
  width: 99%;
  padding: 5px;
  border: 1px solid #928C8C;
  background-color: transparent;
  /*border-radius: 8px;*/
  display: block;
  cursor: pointer;
  color: #928C8C;
}
.gs-category-tile-footer a:hover {
  width: 99%;
  padding: 5px;
  border: 1px solid #000000;
  background-color: transparent;
  /*border-radius: 8px;*/
  display: block;
  cursor: pointer;
  color: black;
}
.gs-category-tile-head {
  padding: 0 10px 0 10px;
  text-align: center;
}
.gs-category-tile-image {
  min-height: 200px;
  background-color: #fff;
  text-align: center;
	align-content: center;
}
.gs-category-tile-image img {
  max-height: 200px;
  max-width: 85% !important;
  margin: auto;
}
.gs-category-tile-footer {
  min-height: 25px;
  display: block;
  padding: 5px 5px 10px 5px;
  text-align: center;
}
.gs-category-tile-footer-section {
  width: 80%;
  text-align: center;
  display: inline-block;
}
/*product Details Window*/
.gs-product-container {
  display: block;
  max-width: 1425px;
  margin:auto;
}
.gs-product-container-head {
  display: block;
}
.gs-product-container-head h2, .gs-product-container-head h3 {
  display: inline-block;
}
.gs-product-container-head h3 {
  color: #5F5D5D;
}
.gs-product-container-left {
  width: 50%;
  display: inline-block;
  float: left;
}
.gs-product-container-right {
  max-width: 50%;
  display: inline-block;
  padding-left: 15px;
}
.gs-product-main-image {
  text-align: center;
  display: block;
  height: 460px;
  width: 460px;
}
.gs-product-main-image img {
  max-height: 450px;
  max-width: 450px;
  padding: 15px;
}
.gs-colourways {
  display: block;
}
.gs-colourways-head {
  display: block;
}
.gs-colourway {
  min-width: 100px;
  min-height: 100px;
  text-align: center;
  display: inline-block;
}
.gs-colourway img {
  max-height: 80px;
  max-width: 80px;
}
.gs-product-description-head {
  display: block;
}
.gs-product-description {
  display: block;
}
.gs-product-social-links {
  display: block;
  padding: 15px;
}
.gs-product-links {
  display: block;
}
.gs-product-links iframe {
  margin-left: 4px;
  padding-top: 7px;
  height: 35px !important;
}
.gs-btn {
  font-size: 13px;
}
.gs-btn-quote, .gs-btn-wishlist {
  border-radius: 5px;
  color: white;
  padding-right: 8px;
  display: inline-block;
  margin-top: 7px;
  font-size: 12px;
}
.gs-btn-quote {
  background-color: #860909;
}
.gs-btn-wishlist {
  background-color: #196F04;
  margin-left: 4px;
}
.gs-btn-order {
  background-color: #0a63b6;
  border-radius: 5px;
  color: white;
  display: inline-block;
  font-size: 12px;
  margin-top: 7px;
  padding-right: 8px;
}
.gs-btn-quote .fa, .gs-btn-wishlist .fa {
  padding: 10px;
  font-weight: bold;
}
.gs-btn-order .fa {
  padding: 10px;
  font-weight: bold;
}
.gs-products-row {
  display: flex;
	flex-wrap: nowrap;
}
.gs-categories-row {
  display: flex;
}
.gs-table th {
  background-color: #CCCCCC;
}
/*
Landing Page CSS
Default Layout
*/
.samee-lp {
  /*    display:block;*/
}
.samee-lp-left {
  /*
    width:60%;
    display:inline-block;
*/
}
.samee-lp-right {
  /*
    width:35%;
    display:inline-block;
*/
}
/*
Samee Form
*/
.samee-product-enquiry > h3 {
  background-color: #00a6d7;
  border-radius: 10px;
  color: white;
  padding: 5px 8px;
  text-align: center;
}
.samee-frm-label label {
  font-weight: 600;
  margin-top: 10px;
}
.samee-btn-row {
  margin: 8px;
  display: flex;
}
.samee-frm-input input {
  padding-right: 3px !important;
  padding-left: 3px !important;
  margin: 12px 0;
  border: 1px #888 solid !important;
  border-radius: 5px !important;
  width:100%;
}
.samee-frm-input textarea {
  padding-right: 3px !important;
  padding-left: 3px !important;
  margin: 12px 0;
  border: 1px #888 solid;
  border-radius: 5px;
}

#qr .modal-dialog {
  width: 75%;
  margin: 10% auto;
}
#qr .modal-header {
  background-color: #337ab7;
}
#qr .modal-title {
  color: white;
}
#qr .modal-header .close {
  margin-top: -28px;
  font-size: xx-large;
  color: white;
}
#qr td {
  vertical-align: middle;
}
#qr tr:first-of-type {
  background-color: #000;
  color: white;
}
#qr input {
  max-width: 90px;
}
.qr-list-img {
  max-height: 120px;
  max-width: 120px;
}
#wl .modal-dialog {
  width: 75%;
  margin: 10% auto;
}
#wl .modal-header {
  background-color: #337ab7;
}
#wl .modal-title {
  color: white;
}
#wl .modal-header .close {
  margin-top: -28px;
  font-size: xx-large;
  color: white;
}
#wl td {
  vertical-align: middle;
}
#wl tr:first-of-type {
  background-color: #000;
  color: white;
}
#wl input {
  max-width: 90px;
}
.gs-product-pricing-table {
  width: 100%;
}
#order-modal .modal-dialog {
  width: 65%;
  margin: 10% auto;
}
#order-modal .modal-header {
  background-color: #337ab7;
}
#order-modal .modal-title {
  color: white;
}
#order-modal .modal-header .close {
  margin-top: -28px;
  font-size: xx-large;
  color: white;
}
.order-product-thumb-wrap {
  margin: 10px 0 14px 0;
}
.order-thumb-layout {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.order-thumb-main {
  flex: 0 0 200px;
  text-align: center;
}
.order-thumb-colours-wrap {
  flex: 1;
}
.order-thumb-colours-title {
  margin: 0 0 8px 0;
  font-weight: 600;
}
.order-thumb-colours {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.order-product-thumb {
  max-width: 200px;
  max-height: 200px;
  width: auto;
  height: auto;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 4px;
  background: #fff;
}
.order-colour-thumb {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background: #fff;
  padding: 3px;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  width: 76px;
  min-height: 96px;
  justify-content: flex-start;
}
.order-colour-thumb img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  flex: 0 0 56px;
}
.order-colour-name {
  display: block;
  width: 100%;
  font-size: 11px;
  line-height: 1.2;
  text-align: center;
  color: #555;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 2.4em;
}
.order-colour-thumb.is-active {
  border-color: #337ab7;
  box-shadow: 0 0 0 1px #337ab7;
}
.order-field-row {
  margin-bottom: 12px;
}
.order-lines-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  margin-bottom: 8px;
}
.order-lines-table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
}
.order-lines-table th,
.order-lines-table td {
  border-bottom: 1px solid #ededed;
  padding: 8px;
  vertical-align: middle;
}
.order-lines-table th {
  background: #f8f8f8;
  font-weight: 600;
}
.order-lines-table tr:last-child td {
  border-bottom: 0;
}
#order-modal.order-single-size .order-size-col,
#order-modal.order-single-size th.order-size-col {
  display: none !important;
}
.order-price-summary {
  margin-top: 8px;
  padding: 6px 10px;
  background: #f0f7ff;
  border: 1px solid #c2d9f0;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
}
.order-price-summary span {
  margin-right: 4px;
}
.order-price-summary strong {
  font-size: 15px;
  color: #2a6496;
}
.order-min-qty-warning {
  margin-top: 6px;
  padding: 5px 10px;
  background: #fcf8e3;
  border: 1px solid #f0ad4e;
  border-radius: 4px;
  font-size: 13px;
  color: #8a6d3b;
}
.order-decoration-section .gs-decoration-methods-head {
  margin-bottom: 6px;
}
.order-decoration-section .gs-decoration-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 4px;
}
.order-decoration-section .gs-decoration-methods hr {
  display: none;
}
.order-decoration-section .gs-decoration-methods .gs-dec-type {
  background: #f7f9fc;
  border: 1px solid #d9e2ec;
  border-radius: 14px;
  color: #334e68;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  padding: 6px 10px;
  pointer-events: none;
  user-select: none;
}
#order-done .btn {
  margin-right: 8px;
}
.samee-order-summary {
  max-width: 1040px;
  margin: 0 auto;
  padding: 10px;
}
.samee-order-summary-table-wrap {
  overflow-x: auto;
}
.samee-order-summary-table {
  width: 100%;
  border-collapse: collapse;
}
.samee-order-summary-table th,
.samee-order-summary-table td {
  border-bottom: 1px solid #e6e6e6;
  padding: 8px;
  vertical-align: top;
}
.samee-order-summary-table th {
  background: #f8f8f8;
  font-weight: 600;
}
.samee-order-summary-totals {
  margin-top: 12px;
}
.samee-order-actions {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}
.samee-order-actions .btn {
  margin-right: 0;
}
.samee-order-summary-empty {
  background: #f8f8f8;
  border: 1px solid #ededed;
  border-radius: 4px;
  padding: 10px;
}
.samee-place-order-form {
  margin-top: 8px;
}
.samee-order-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.samee-order-grid-full {
  grid-column: 1 / -1;
}
.samee-address-heading {
  margin: 4px 0 0;
  font-size: 16px;
  font-weight: 700;
}
.samee-place-order-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 4px;
}
.samee-place-order-form input,
.samee-place-order-form textarea {
  width: 100%;
  max-width: 100%;
}
.samee-order-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}
.samee-order-checkbox input[type="checkbox"] {
  width: auto;
  margin: 0;
}
.samee-order-recaptcha {
  margin-top: 4px;
}
.samee-place-order-msg {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .samee-order-grid {
    grid-template-columns: 1fr;
  }
}
.order-line-option,
.order-line-size,
.order-line-qty {
  width: 100%;
}
.order-line-remove {
  color: #b94a48;
  padding: 0;
}
.order-line-remove:hover,
.order-line-remove:focus {
  color: #953b39;
  text-decoration: underline;
}
.gs-li-cart {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 0 8px;
  font-size: 18px;
}
.gs-cart-badge {
  display: inline-block;
  position: absolute;
  top: -6px;
  right: 0;
  background: #d9534f;
  color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
}
.samee-floating-cart {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #0d3b66;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  text-decoration: none;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.22);
  z-index: 9999;
}
.samee-floating-cart:hover,
.samee-floating-cart:focus {
  color: #fff;
  text-decoration: none;
  background: #0b3255;
}
.samee-floating-cart .gs-cart-badge {
  top: -5px;
  right: -5px;
}
.order-field-row label {
  display: block;
  font-weight: 600;
  margin-bottom: 4px;
}
.order-field-row input,
.order-field-row select,
.order-field-row textarea {
  width: 100%;
  max-width: 100%;
  padding-left: 6px;
  padding-right: 6px;
}
.order-field-row textarea {
  min-height: 90px;
}
#order-loader-container {
  position: relative;
  min-height: 220px;
}
#order-loader,
#order-done {
  margin: 10% auto;
  max-width: 460px;
  text-align: center;
}
.wl-list-img {
  max-height: 120px;
  max-width: 120px;
}
.lft {
  float: left;
}
.gs-hide {
  display: none !important;
}
.quote-btn {
  cursor: pointer;
}
.wl-btn {
  cursor: pointer;
}
.col-left {
  width: 40%;
  display: inline-block;
}
.col-right {
  width: 46%;
  margin-left: 10%;
  display: inline-block;
  vertical-align: top;
}
.request-details {
  display: block;
}
.request-details label, .request-details input {
  width: 100% !important;
  max-width: 100% !important;
}
.request-details textarea {
  min-height: 175px;
}
.request-details {
  display: block;
}
.wl-details label, .wl-details input {
  width: 100% !important;
  max-width: 100% !important;
}
.wl-details textarea {
  min-height: 175px;
}
.gs-li-img {
  max-height: 32px;
  margin: 0 13px !important;
}
/*  Invoices  */
.samee-pay-row {
  text-align: center;
  font-weight: 700;
}
.samee-cc {
  max-width: 700px;
  margin: 10% auto;
  background-color: white;
  z-index: 9999;
  position: sticky;
  border-radius: 32px;
}
.samee-cc input {
  padding-right: 5px !important;
  padding-left: 5px !important;
}
.samee-cvv {
  width: 73% !important;
  float: left;
  margin-right: 10px;
}
.tooltip-inner {
  max-width: 400px !important;
  width: 400px !important;
}
.gs-slider img {
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
  border-radius: 5px;
  transition: 0.3s;
}
.gs-slider img :hover {
  transform: scale(1.5) /*    transition: opacity 0.45s cubic-bezier(.15,.75,.5,1) 0s, transform 0.45s cubic-bezier(.15,.75,.5,1) 0s;*/
}
.gs-slider-img-overlay {
  position: absolute;
  opacity: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
  transition: all 0.3s ease-out;
  border-radius: 5px;
}
.gs-slider-img-overlay:hover {
  position: absolute;
  opacity: 1;
  background: rgb(0, 0, 0, 0.8);
  /*  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);*/
  transition: all 0.3s ease-in;
}
.gs-slider {
  min-height: 200px;
  position: unset !important;
}
.gs-cat-page {
  margin-top: -100px;
}
.gs-dec-type {
  font-weight: bold;
  /*    display:  block;    */
}
#request-details input, #request-details textarea, #wl-details input, #wl-details textarea {
  padding-left: 5px;
  padding-right: 5px;
}
#samee-form-tick {
  padding: 35px;
  background-color: white;
}
.samee-form-container {
  position: relative;
  max-width: 600px;
  margin: auto;
	min-height:400px;
}
.samee-form-tick img {
  height: 65px !important;
  max-height: 65px;
}
#samee-receipt-no {
  padding: 20px;
}
.hide {
  display: none;
}
#searchbox {
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .gs-product-tile-footer-section {
    width: 100%;
    margin-bottom: 5px;
  }
  #qr-list table tbody td:nth-child(2) {
    display: none;
  }
  #qr-list table tbody td:nth-child(3) {
    display: none;
  }
  #qr-list table tbody th:nth-child(2) {
    display: none;
  }
  #qr-list table tbody th:nth-child(3) {
    display: none;
  }
  #qr input {
    max-width: 42px;
    font-size: .8em;
  }
  #qr-list th {
    font-size: .8em;
  }
  .qr-list-img {
    max-width: 115px;
  }
  #request-details .col-left {
    width: 100%;
  }
  #request-details input, #request-details textarea {
    width: 100%;
    max-width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
  #request-details .col-right {
    margin-left: 0;
    width: 100%;
  }
  /*    Wish List  */
  /*
  #wl-list table tbody td:nth-child(2) {
    display: none;
  }
  #wl-list table tbody td:nth-child(3) {
    display: none;
  }
  #wl-list table tbody th:nth-child(2) {
    display: none;
  }
  #wl-list table tbody th:nth-child(3) {
    display: none;
  }
*/
  #wl input {
    max-width: 42px;
    font-size: .8em;
  }
  #wl-list th {
    font-size: .8em;
  }
  .wl-list-img {
    max-width: 115px;
  }
  #wl-details .col-left {
    width: 100%;
  }
  #wl-details input, #wl-details textarea {
    width: 100%;
    max-width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
  #wl-details .col-right {
    margin-left: 0;
    width: 100%;
  }
  #order-modal .modal-dialog {
    width: 92%;
  }
  .order-thumb-layout {
    flex-direction: column;
  }
  .order-thumb-main {
    flex: 0 0 auto;
    width: 100%;
  }
  .order-product-thumb {
    max-width: 160px;
    max-height: 160px;
  }
}
/* invoice */
.gs-invoice-container {
  background-color: #ccc;
  padding: 15px;
  font-size: 0.8em;
}
.gs-invoice-container th {
  font-size: 0.8em;
}
.gs-invoice-no {
  text-align: center;
}
.txt-rt {
  text-align: right;
}
.samee-payment-header {
  text-align: center;
  padding: 8px;
  margin-top: 44px;
  background-color: #00a5d6;
  color: white;
  margin-bottom: 15px;
}
.samee-payment-header p {
  padding-bottom: 0;
}
.samee-payment-header h3 {
  color: white;
}
.samee-payment-tick {
  /*    position: absolute;*/
  position: absolute;
  /* bottom: 50px; */
  /* left: 40%; */
  background-color: white;
  width: 100%;
  top: 0;
  bottom: 0;
  text-align: center;
}
@media screen and (min-width: 766px) and (max-width: 1023px) {
  .gs-products-row {
    display: block;
  }
  .gs-product-tile {
    width: 45%;
  }
  .gs-category-tile {
    display: inline-block;
    border: 1px solid #ccc;
    width: 45%;
    /*  background-color: #eee;*/
    margin: 8px;
    position: relative;
    border-radius: 0 0 7px 7px ;
	  
  }
  .gs-product-container-left {
    width: 100%;
    max-width: 100%;
  }
  .gs-product-container-right {
    width: 100%;
    max-width: 100%;
  }
  .gs-product-main-image {
    width: auto;
    height: auto;
  }
  .gs-product-main-image img {
    width: 100%;
    max-height: none;
  }
  #qr .modal-dialog {
    width: 95%;
    margin: 10% auto;
  }
  #qr-list table tbody td:nth-child(2) {
    display: none;
  }
  #qr-list table tbody td:nth-child(3) {
    display: none;
  }
  #qr-list table tbody th:nth-child(2) {
    display: none;
  }
  #qr-list table tbody th:nth-child(3) {
    display: none;
  }
  #qr input {
    max-width: 42px;
    font-size: .8em;
  }
  #qr-list th {
    font-size: .8em;
  }
  .qr-list-img {
    max-width: 115px;
  }
  #request-details .col-left {
    width: 100%;
  }
  #request-details input, #request-details textarea {
    width: 100%;
    max-width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
  #request-details .col-right {
    margin-left: 0;
    width: 100%;
  }
  /*    Wish List  */
  #wl .modal-dialog {
    width: 95%;
    margin: 10% auto;
  }
  #wl-list table tbody td:nth-child(2) {
    display: none;
  }
  #wl-list table tbody td:nth-child(3) {
    display: none;
  }
  #wl-list table tbody th:nth-child(2) {
    display: none;
  }
  #wl-list table tbody th:nth-child(3) {
    display: none;
  }
  #wl input {
    max-width: 42px;
    font-size: .8em;
  }
  #wl-list th {
    font-size: .8em;
  }
  .wl-list-img {
    max-width: 115px;
  }
  #wl-details .col-left {
    width: 100%;
  }
  #wl-details input, #wl-details textarea {
    width: 100%;
    max-width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
  #wl-details .col-right {
    margin-left: 0;
    width: 100%;
  }
  .order-thumb-layout {
    flex-direction: column;
  }
  .order-thumb-main {
    flex: 0 0 auto;
    width: 100%;
  }
  .order-product-thumb {
    max-width: 160px;
    max-height: 160px;
  }
}
@media screen and (max-width: 765px) {
  .gs-product-tile {
    width: 100%;
  }
  .gs-products-row {
    display: block;
  }
  .gs-category-tile {
    display: inline-block;
    border: 1px solid #ccc;
    width: 100%;
    /*  background-color: #eee;*/
    margin: 8px;
    position: relative;
    border-radius: 0 0 7px 7px ;
  }
  .gs-product-container-left {
    width: 100%;
    max-width: 100%;
  }
  .gs-product-container-right {
    width: 100%;
    max-width: 100%;
  }
  .gs-product-main-image {
    width: auto;
    height: auto;
  }
  .gs-product-main-image img {
    width: 100%;
    max-height: none;
  }
  #qr .modal-dialog {
    width: 95%;
    margin: 10% auto;
  }
  #qr-list table tbody td:nth-child(2) {
    display: none;
  }
  #qr-list table tbody td:nth-child(3) {
    display: none;
  }
  #qr-list table tbody th:nth-child(2) {
    display: none;
  }
  #qr-list table tbody th:nth-child(3) {
    display: none;
  }
  #qr input {
    max-width: 42px;
    font-size: .8em;
  }
  #qr-list th {
    font-size: .8em;
  }
  .qr-list-img {
    max-width: 115px;
  }
  #request-details .col-left {
    width: 100%;
  }
  #request-details input, #request-details textarea {
    width: 100%;
    max-width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
  #request-details .col-right {
    margin-left: 0;
    width: 100%;
  }
  /*    Wish List  */
  #wl .modal-dialog {
    width: 95%;
    margin: 10% auto;
  }
  #wl-list table tbody td:nth-child(2) {
    display: none;
  }
  #wl-list table tbody td:nth-child(3) {
    display: none;
  }
  #wl-list table tbody th:nth-child(2) {
    display: none;
  }
  #wl-list table tbody th:nth-child(3) {
    display: none;
  }
  #wl input {
    max-width: 42px;
    font-size: .8em;
  }
  #wl-list th {
    font-size: .8em;
  }
  .wl-list-img {
    max-width: 115px;
  }
  #wl-details .col-left {
    width: 100%;
  }
  #wl-details input, #wl-details textarea {
    width: 100%;
    max-width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
  #wl-details .col-right {
    margin-left: 0;
    width: 100%;
  }
}
.loader, .loader:before, .loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #423F3F;
  font-size: 10px;
  margin: 80px auto;
  align-self: baseline;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before, .loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
.small-text{
	    font-size: 0.9rem;
    font-weight: 900;
}
.visa-icon{
	max-height:20px;
}
.mc-icon{
	max-height:20px;
}

.inv-header-right{
	line-height: 1.5;
	text-align: right;
	font-size: 0.8rem;
}
.inv-logo{
	
}
.inv-logo img{
	max-height:80px;
	max-width: 200px;
}
.to-pay-entry{
	padding-top:20px !important;
	padding-bottom:20px !important;
	padding-left:3px !important;
	padding-right:3px !important;
	text-align: right !important;
	color:#000 !important; 
	vertical-align: middle !important; 
	font-size: 20px !important;
}
.to-pay-entry-label{
	color:#000; 
	text-transform: uppercase;
	vertical-align: middle !important; 
	font-size: 22px !important;
}
.order-now-btn, .order-now-btn:active, .order-now-btn:visited {
    background-color: #02663f;
    color: #fff;
    width: 100%;;
    padding: 8px 15px;
    border-radius: 5px;
}
.order-now-btn:hover{
 color: yellow;
}
.gs-product-tile-price{
  text-align: center;
}
.gs-product-pricing-table{
  margin-right: 10px;
  margin-left: auto;
  width: 150px;;
}
.gs-product-pricing-table th{
  background-color: #cccccc;
  padding: 8px;
  text-align: right;
  /* color: white; */
}
.gs-product-pricing-table td{

  padding: 8px;;
  /* color: white; */

}
.gs-description-small-left{
  width:65%;
  display: inline-block;
}
.gs-description-small-right{
  width:30%;
  display: inline-block;
  height: 100%;
  vertical-align: top;
}
#samee-place-order-btn{
  margin-top: 8px;
}