

table {
  width: 100%;
  border-collapse: collapse;
}


.master-column-wrapper {
  position: relative;
  /*z-index: 0;*/
}

.master-column-wrapper:after {
  content: "";
  display: block;
  clear: both;
}

.center-1 {
/*  margin: 0 0 100px;*/
}

.center-2, .side-2 {
  /*margin: 0 0 50px;*/
}

.side-2:after {
  content: "";
  display: block;
  clear: both;
}

.page:after,
.page-title:after,
.page-body:after {
  content: "";
  display: block;
  clear: both;
}


.buttons {
  margin: 0 0 30px;
}

.link-rss {
  display: none;
  width: 24px;
  height: 24px;
  background: url('../images/rss.png') center no-repeat;
  font-size: 0 !important;
}

.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-block ul,
.topic-page ul,
.post-body ul {
  margin: 12px 0;
  padding: 0 0 0 36px;
  list-style: disc;
}

.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-block ol,
.topic-page ol,
.post-body ol {
  margin: 12px 0;
  padding: 0 0 0 36px;
  list-style: decimal;
}


.manufacturer-description p,
.full-description p,
.topic-block p,
.topic-page p,
.post-body p,
.news-body p {
  margin: 10px 0;
  text-align: left;
}


/*********** GLOBAL TABLES ***********/





.data-table .hidden-row {
  height: 1px;
  border: none;
}

.data-table tr.hidden-row th {
  padding: 0;
  border-top: none;
}

.data-table tr.hidden-row th > span {
  height: 1px;
  width: 1px;
  position: absolute;
  overflow: hidden;
  top: -10px;
}

.cart th,
.data-table th,
.forum-table th {
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: #ddd;
  background-color: #f6f6f6;
  padding: 10px;
  white-space: nowrap;
  font-weight: normal;
}

.forum-table th.replies,
.forum-table th.views,
.forum-table th.votes,
.forum-table th.latest-post,
.forum-table th.topics,
.forum-table th.posts,
.forum-table td.replies,
.forum-table td.views,
.forum-table td.votes,
.forum-table td.latest-post,
.forum-table td.topics,
.forum-table td.posts {
  display: none;
}

.forum-table td.image {
  min-width: 0;
}

.cart td,
.data-table td,
.forum-table td {
  min-width: 50px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent #ddd #ddd;
  background-color: #fff;
  padding: 20px;
  color: #000000;
}

.forum-table td {
  min-width: 90px;
  padding: 10px;
}




.cart .product,
.data-table .product,
.data-table .message,
.data-table .info,
.data-table .name {
  min-width: 225px;
  text-align: left;
}

.forum-table .forum-details,
.forum-table .topic-details {
  text-align: left;
}

.cart .product a,
.data-table .product a,
.data-table .info a {
  font-weight: bold;
  color: #000000;
}

.cart .product a:hover,
.cart .product a:focus,
.data-table .product a:hover,
.data-table .product a:focus,
.data-table .info a:hover,
.data-table .info a:focus {
  color: #4ab2f1;
  text-decoration: none;
}

.cart .product .edit-item {
  margin: 10px 0 0;
}

.cart .product .edit-item a {
  font-weight: normal;
  color: #4ab2f1;
}

.cart .product .edit-item a:hover,
.cart .product .edit-item a:focus {
  text-decoration: underline;
}

.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes,
.data-table .order {
  text-align: center;
}

.cart .remove-from-cart input[type="checkbox"] {
  display: none;
}

.cart td.unit-price,
.data-table td.unit-price {
  white-space: nowrap;
}

.cart td.quantity input {
  width: 50px;
  text-align: center;
}

.cart td.subtotal,
.data-table td.total {
  white-space: nowrap;
  color: #444;
}

.cart td.subtotal .discount, .cart td.subtotal .discount-additional-info {
  font-style: italic;
  color: #4ab2f1;
}

.data-table em a {
  font-weight: bold;
  color: #444;
}

.data-table div.download {
  margin: 10px 0 0;
}


/*********** NOTIFICATIONS & POPUPS  ***********/

.popup-notification {
  border-radius: 5px;
  padding: 3px;
  margin: 5px 0;
}

.popup-notification.success {
  border: 2px rgba( 75,176,122,.5) solid;
}

.popup-notification.error {
  border: 2px rgba( 228,68,76,.5) solid;
}

.popup-notification.warning {
  border: 2px rgba( 243,156,18,.5) solid;
}

.noscript {
  border-bottom: 1px solid #333;
  background-color: #ff9;
  padding: 30px 15px;
  text-align: center;
  line-height: 22px;
  color: #444;
}

.ajax-loading-block-window {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  background: url('../images/loading.gif') center no-repeat;
}

.please-wait {
  background: url('../images/ajax-loader-small.gif') no-repeat;
  padding-left: 20px;
  font-size: 14px;
}

 



/********** CATEGORY PAGE **********/


/********** WISHLIST & COMPARE LIST **********/





.compare-products-page {
  position: relative;
  overflow: hidden;
}

.compare-products-page .clear-list {
  display: inline-block;
  margin: 0 0 20px;
  background-color: #4ab2f1;
  padding: 10px 15px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}

.compare-products-page .clear-list:hover,
.compare-products-page .clear-list:focus {
  background-color: #248ece;
}

.compare-products-page .table-wrapper {
  margin: 0 0 30px;
  padding: 0 0 1px; /*IE mobile table border fix*/
}

.compare-products-table td {
  min-width: 150px;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 20px;
  text-align: left;
  vertical-align: top;
  color: #444;
}

.compare-products-table td:first-child {
  min-width: 0;
}

.compare-products-table td label {
  font-weight: normal;
  color: #777;
}

.compare-products-table .specification-group td {
  border: 0;
  padding: 20px 10px 10px 10px;
}

.compare-products-table .specification-group td label {
  font-size: 16px;
  color: #444;
}

.compare-products-table .remove-button {
  display: inline-block;
  border: none;
  background: url('../images/remove.png') left center no-repeat;
  padding: 0 0 0 18px;
  font-size: 12px;
  color: #666;
}

.compare-products-table .remove-button:hover,
.compare-products-table .remove-button:focus {
  color: #4ab2f1;
}

.compare-products-table .picture {
  display: block;
  position: relative;
  max-width: 200px;
  height: 200px;
  overflow: hidden;
}

.compare-products-table .picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.compare-products-table .product-name td {
  font-weight: bold;
}

.compare-products-table .product-name td a:hover,
.compare-products-table .product-name td a:focus {
  color: #4ab2f1;
}

.compare-products-table .short-description td {
  line-height: 22px;
}

.compare-products-table .full-description td {
  display: none;
}

.compare-products-page .no-data {
  margin: 25px 0 0;
}


/*********** TOPICS ***********/


.topic-block-title {
  min-height: 50px;
  margin: 0 0 25px;
  border-bottom: 1px solid #ddd;
  padding: 0 0 15px;
}

.topic-block-title h2 {
  font-size: 30px;
  font-weight: normal;
}

.topic-block-body {
  text-align: justify;
  line-height: 24px;
  font-size: 16px;
}

.topic-page .page-body {
  text-align: justify;
  line-height: 22px;
}

.topic-block a,
.topic-page a {
  text-decoration: underline;
}

.topic-block strong,
.topic-page strong {
  color: #444;
}

.popup-window .topic-page {
  padding: 15px;
}

.topic-password {
  text-align: center;
}

.enter-password-title {
  margin: 0 0 20px;
  color: #444;
}

.enter-password-form {
  display: inline-block;
  overflow: hidden;
}

.enter-password-form input[type="password"] {
  float: left;
  width: 200px;
  height: 40px;
  margin: 0 -1px 0 0;
}

.enter-password-form button[type="submit"] {
  float: left;
  width: auto;
  min-width: 86px;
  height: 40px;
  border: none;
  background-color: #4ab2f1;
  padding: 0 15px;
  color: #fff;
  text-transform: uppercase;
}

.enter-password-form button[type="submit"]:hover,
.enter-password-form button[type="submit"]:focus {
  background-color: #248ece;
}


/*********** CONTACT & EMAIL A FRIEND & APPLY FOR VENDOR ACCOUNT ***********/


/*** FORUM & PROFILE ***/



.forums-main-page .topic-block {
  margin: 0 0 35px;
  text-align: center;
}

.forums-main-page .topic-block p {
  text-align: center;
}

.forums-main-page .pager {
  display: none;
}

.forum-breadcrumb {
  margin: 0 0 40px;
}

.forums-header {
  margin: 0 0 50px;
  overflow: hidden;
}

.forums-header:after {
  content: "";
  display: block;
  clear: both;
}

.forums-header .current-time {
  margin: 0 0 15px;
  color: #444;
}

.forum-search-box .basic {
  overflow: hidden;
  margin: 0 0 10px;
}

.forum-search-box .advanced a {
  line-height: 22px;
  color: #444;
  text-decoration: underline;
}

.forum-search-box .advanced a:hover,
.forum-search-box .advanced a:focus {
  color: #4ab2f1;
}

.forum-search-page .page-title {
  margin: 0 0 -1px;
}

.forum-search-page .search-error,
.forum-search-page .no-result {
  margin: 0 0 15px;
  text-align: center;
  color: #e4434b;
}

/* forum group */

.forums-table-section {
  margin: 0 0 60px;
}

.forums-table-section + .pager {
  margin: -30px 0 30px;
}

.forums-table-section-title {
  margin: 0 0 15px;
  padding: 0 10px;
}

.forums-table-section-title a,
.forums-table-section-title strong {
  font-size: 22px;
  font-weight: normal;
  color: #444;
}

.forums-table-section-title a:hover,
.forums-table-section-title a:focus {
  color: #4ab2f1;
}

.forums-table-section .image div {
  width: 38px;
  height: 32px;
  margin: auto;
  background: url('../images/topic-type1.png') center no-repeat;
}

.forums-table-section .image div.sticky {
  background: url('../images/topic-type2.png') center no-repeat;
}

.forums-table-section .image div.announcement {
  background: url('../images/topic-type3.png') center no-repeat;
}

.forums-table-section .forum-title,
.forums-table-section .topic-title {
  margin: 5px 0;
}

.forums-table-section .forum-title a,
.forums-table-section .topic-title a {
  font-size: 16px;
  font-weight: bold;
  color: #444;
}

.forums-table-section .forum-title a:hover,
.forums-table-section .forum-title a:focus,
.forums-table-section .topic-title a:hover,
.forums-table-section .topic-title a:focus {
  color: #4ab2f1;
  text-decoration: none;
}

.forums-table-section .topic-title span {
  display: block;
  color: #777;
}

.forums-table-section .forum-description,
.forums-table-section .topic-starter {
  margin: 5px 0;
}

.forums-table-section .latest-post {
  white-space: nowrap;
}

.forums-table-section .latest-post div {
  margin: 5px 0;
}

.forums-table-section .latest-post label {
  color: #777;
}

.forums-table-section .view-all {
  margin: 30px 0 0;
  padding: 0 10px;
}

.forums-table-section .view-all a {
  background-color: #4ab2f1;
  padding: 10px 15px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}

.forums-table-section .view-all a:hover,
.forums-table-section .view-all a:focus {
  background-color: #248ece;
}

/* forum-page, topic page */

.forum-page .forum-info {
  margin: 0 0 30px;
}

.forum-page .forum-name,
.forum-topic-page .topic-name {
  margin: 0 0 25px;
  border-bottom: 1px solid #ddd;
  padding: 0 10px 10px;
}

.forum-page .forum-name h1,
.forum-topic-page .topic-name h1 {
  font-size: 30px;
  font-weight: normal;
}

.forum-actions,
.topic-actions {
  margin: 0 0 30px;
  font-size: 0;
}

.forum-actions .actions a,
.topic-actions .actions a {
  display: inline-block;
  margin: 1px;
  padding: 10px 10px 10px 33px;
  font-size: 14px;
}

.forum-actions .actions .new-topic {
  background: #eee url('../images/new.png') left center no-repeat;
}

.forum-actions .actions .watch-forum,
.topic-actions .actions .watch-forum {
  background: #eee url('../images/watch.png') left center no-repeat;
}

.forum-actions .actions a:hover,
.forum-actions .actions a:focus,
.topic-actions .actions a:hover,
.topic-actions .actions a:focus {
  background-color: #e6e6e6;
}

.forum-actions .pager.upper,
.topic-actions .pager.upper {
  display: none;
  margin: 0;
}

.topic-actions .reply-topic-button {
  background: #eee url('../images/reply.png') left center no-repeat;
}

.topic-actions .watch-topic-button {
  background: #eee url('../images/watch.png') left center no-repeat;
}

.topic-actions .move-topic-button {
  background: #eee url('../images/move.png') left center no-repeat;
}

.topic-actions .edit-topic-button {
  background: #eee url('../images/edit_.png') left center no-repeat;
}

.topic-actions .delete-topic-button {
  background: #eee url('../images/remove_.png') left center no-repeat;
}

.topic-actions.lower .actions {
  display: none;
}

.active-discussions-page .forums-table-section-title {
  margin: 0 0 25px;
  border-bottom: 1px solid #ddd;
  padding: 0 10px 10px;
}

.active-discussions-page .forums-table-section-title strong {
  font-size: 30px;
  font-weight: normal;
}

.active-discussions-page .forums-table-section-body {
  margin: 0 0 20px;
}

/* topic post */

.topic-post {
  margin: 0 0 30px;
  border-top: 1px solid #ddd;
}

.topic-post:last-child {
  border-bottom: 1px solid #ddd;
}

.topic-post:after {
  content: "";
  display: block;
  clear: both;
}

.topic-post .post-info {
  margin: 30px 0;
}

.topic-post .user-info {
  width: 150px;
  margin: 0 auto 15px
}

.topic-post .username {
  display: block;
  margin: 0 0 -1px;
  border: 1px solid #ddd;
  background-color: #f6f6f6;
  padding: 11px 0;
  font-weight: bold;
  color: #444;
}

.topic-post a.username:hover,
.topic-post a.username:focus {
  color: #4ab2f1;
}

.topic-post .avatar,
.profile-info-box .avatar {
  position: relative;
  width: 150px;
  height: 150px;
  border: 1px solid #ddd;
  overflow: hidden;
}

.topic-post .avatar img,
.profile-info-box .avatar img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.topic-post .avatar img {
  border: solid 2px #CEDBE1 !important;
}

.topic-post .user-stats {
  margin: 0 0 15px;
}

.topic-post .user-stats li {
  display: inline-block;
  margin: 0 10px;
}

.topic-post .user-stats span,
.profile-info-box .profile-stats span {
  margin: 0 0 0 3px;
  font-weight: bold;
  color: #444;
}

.topic-post .pm-button,
.profile-info-box .pm-button {
  display: inline-block;
  border: none;
  background-color: #888;
  padding: 10px 20px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}

.topic-post .pm-button:hover,
.topic-post .pm-button:focus,
.profile-info-box .pm-button:hover,
.profile-info-box .pm-button:focus {
  background-color: #999;
}

.topic-post .post-time {
  margin: 0 0 15px;
  background-color: #f6f6f6;
  padding: 10px 15px;
  font-size: 13px;
  font-weight: bold;
}

.topic-post .post-time span {
  color: #444;
}

.topic-post .post-actions {
  margin: 0 0 15px;
  font-size: 0;
}

.topic-post .post-actions > div {
  display: inline-block;
}

.topic-post .post-actions a {
  display: inline-block;
  margin: 1px 5px;
  font-size: 14px;
}

.topic-post .post-actions .edit-post-button,
.topic-post .post-actions .delete-post-button {
  padding: 10px 10px 10px 33px;
}

.topic-post .post-actions .edit-post-button {
  background: url('../images/edit_.png') left center no-repeat;
}

.topic-post .post-actions .delete-post-button {
  background: url('../images/remove_.png') left center no-repeat;
}

.topic-post .post-actions .edit-post-button:hover,
.topic-post .post-actions .edit-post-button:focus,
.topic-post .post-actions .delete-post-button:hover,
.topic-post .post-actions .delete-post-button:focus {
  color: #4ab2f1;
}

.topic-post .post-actions .post-link-button {
  padding: 10px;
  font-weight: bold;
  color: #4ab2f1;
}

.topic-post .post-actions .post-link-button:hover,
.topic-post .post-actions .post-link-button:focus {
  text-decoration: underline;
}

.topic-post .post-actions .quote-post-button {
  background-color: #888;
  padding: 10px 20px;
  color: #fff;
}

.topic-post .post-actions .quote-post-button:hover,
.topic-post .post-actions .quote-post-button:focus {
  background-color: #999;
  color: #fff;
}

.topic-post .post-text {
  /*topic post-text also gets style from blog post-body*/
  padding: 0 10px 20px;
  line-height: 22px;
  color: #444;
  margin-bottom: 0;
}

.topic-post .post-vote {
  text-align: center;
  display: table;
  margin: 0 auto 20px;
}

.topic-post .user-posted-image,
.latest-posts .user-posted-image {
  max-width: 100%;
  height: auto;
}

.topic-post .quote,
.latest-posts .quote {
  margin: 10px 0;
  border: 1px dashed #ccc;
  background-color: #f9f9f9;
  padding: 10px;
  color: #777;
}

.topic-post .signature {
  border-top: 1px solid #ddd;
  padding: 20px;
  font-size: 13px;
  font-style: italic;
  clear: both;
}

.topic-post .post-vote span.vote {
  cursor: pointer;
  display: block;
  width: 40px;
  height: 24px;
}

.topic-post .post-vote span.up {
  background: url('../images/vote-up.png') no-repeat 50% 50%;
}

.topic-post .post-vote span.vote.up.selected {
  background: url('../images/vote-up-selected.png') no-repeat 50% 50%;
}

.topic-post .post-vote span.down {
  background: url('../images/vote-down.png') no-repeat 50% 50%;
}

.topic-post .post-vote span.vote.down.selected {
  background: url('../images/vote-down-selected.png') no-repeat 50% 50%;
}

.topic-post .vote-count-post {
  display: block;
  font-size: 160%;
}
/* forum edit & send message */

.forum-edit-page .page-title,
.move-topic-page .page-title,
.private-message-send-page .page-title {
  margin: 0 0 -1px;
}

.move-topic-page label {
  white-space: normal;
}

.forum-edit-page .message-error,
.private-message-send-page .message-error {
  margin: 20px 0;
}

.forum-edit-page .inputs strong {
  display: inline-block;
  max-width: 400px;
  font-size: 22px; /*reset zeroing*/
  font-weight: normal;
  color: #444;
  white-space: normal;
}

.forum-edit-page .inputs .topic-subject {
  font-size: 17px;
}

.forum-edit-page .inputs.reversed {
  margin: 0;
}

.forum-edit-page .inputs.reversed label {
  width: auto;
  margin: 5px;
  font-size: 14px; /*reset zeroing*/
  white-space: normal;
}

.forum-edit-page .bb-code-editor-wrapper,
.private-message-send-page .bb-code-editor-wrapper {
  max-width: 400px;
  margin: 20px auto;
  background-color: #ddd;
  padding: 10px;
}

.forum-edit-page .toolbar .button,
.private-message-send-page .toolbar .button {
  margin: 0 2px 0 0;
  border: #cec6b5 1px solid;
  padding: 2px;
}

.forum-edit-page .toolbar .button:hover,
.forum-edit-page .toolbar .button:focus,
.private-message-send-page .toolbar .button:hover,
.private-message-send-page .toolbar .button:focus {
  border: #333 1px solid;
}

.forum-edit-page textarea,
.private-message-send-page textarea {
  display: block;
  margin: auto;
}

.forum-edit-page .buttons button,
.move-topic-page .buttons button,
.private-messages .buttons button {
  min-width: 140px;
  border: none;
  background-color: #999;
  padding: 10px 30px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}

.forum-edit-page .buttons button:hover,
.forum-edit-page .buttons button:focus,
.move-topic-page .buttons button:hover,
.move-topic-page .buttons button:focus,
.private-messages .buttons button:hover,
.private-messages .buttons button:focus {
  background-color: #888;
}

.forum-edit-page .buttons .button-1,
.move-topic-page .buttons .button-1,
.private-messages .buttons .button-1 {
  background-color: #4ab2f1;
}

.forum-edit-page .buttons .button-1:hover,
.forum-edit-page .buttons .button-1:focus,
.move-topic-page .buttons .button-1:hover,
.move-topic-page .buttons .button-1:focus,
.private-messages .buttons .button-1:hover,
.private-messages .buttons .button-1:focus {
  background-color: #248ece;
}

.private-message-send-page a {
  font-size: 14px;
  color: #4ab2f1;
}

.private-message-send-page span {
  font-size: 14px;
}

/* jQuery tabs */

.ui-tabs {
  /*override jQuery UI styles, do not delete doubled properties*/
  border: none;
  border-radius: 0;
  background: none;
  padding: 0;
  font: normal 14px Arial, Helvetica, sans-serif;
  color: #777;
}

.ui-widget.ui-widget-content.ui-tabs {
  border: none;
}

.ui-tabs-nav {
  margin: 0 0 30px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  font-size: 0;
  /*override jQuery UI styles, do not delete doubled properties*/
  margin: 0 0 30px !important;
  border-width: 0 0 1px;
  border-radius: 0;
  background: none;
  padding: 0 !important;
  line-height: normal;
  font-weight: normal;
  color: #444;
}

.ui-tabs-nav li {
  margin: 0 0 -1px;
  /*override jQuery UI styles, do not delete doubled properties*/
  float: none !important;
  margin: 0 0 -1px !important;
  border: none !important;
  border-radius: 0;
  background: none !important;
  padding: 0 !important;
}

.ui-tabs-nav li a {
  display: block;
  border: 1px solid #ddd;
  padding: 12px 24px;
  text-align: center;
  font-size: 18px;
  color: #444;
  /*override jQuery UI styles, do not delete doubled properties*/
  float: none !important;
  padding: 12px 24px !important;
}

.ui-tabs-nav li.ui-state-active a {
  background-color: #eee;
  color: #4ab2f1;
}

.ui-tabs-panel {
  /*override jQuery UI styles, do not delete doubled properties*/
  padding: 0 !important;
}

/* inbox & view message */

.private-messages-page .table-wrapper,
.private-message-view-page .view-message {
  margin: 0 0 30px;
}

.private-messages-page th.select {
  text-align: center;
}

.private-messages-page td.from,
.private-messages-page td.to,
.private-messages-page td.subject {
  min-width: 150px;
}

.private-messages-page td.date {
  white-space: nowrap;
}

.private-messages-page td.subject a {
  color: #444;
}

.private-messages-page td.subject a.pm-unread {
  color: #4ab2f1;
}

.private-messages-page .pager {
  margin: 0 0 30px;
}

.private-messages-page .buttons,
.private-message-view-page .buttons {
  font-size: 0;
}

.private-messages-page .buttons .button-1,
.private-messages-page .buttons .button-2,
.private-message-view-page .buttons .button-1,
.private-message-view-page .buttons .button-2 {
  display: block;
  width: 250px;
  margin: 0 auto 3px;
  font-size: 15px; /*reset zeroing*/
}

.private-messages-page .no-items {
  padding: 20px;
  text-align: center;
}

.private-message-view-page .view-message {
  margin: 0 0 30px;
}

.private-message-view-page .message-head {
  margin: 0 0 20px;
  line-height: 22px;
}

.private-message-view-page .message-head span {
  font-weight: bold;
  color: #444;
}

.private-message-view-page .message-body {
  border-top: 1px solid #ddd;
  background-color: #f9f9f9;
  padding: 30px 20px;
  line-height: 22px;
  text-align: justify;
}

.private-message-view-page .back-pm-button {
  text-transform: capitalize !important;
}

/* profile page  */

.profile-info-box {
  overflow: hidden;
  /*override jQuery UI styles, do not delete doubled properties*/
  line-height: normal;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  color: #777;
}

.profile-info-box .user-details {
  margin: 0 0 30px;
}

.profile-info-box .avatar {
  margin: 0 auto 15px;
}

.profile-info-box .title {
  margin: 0 0 10px;
  font-size: 18px;
  color: #444;
}

.profile-info-box .stats {
  margin: 0 0 15px;
}

.latest-posts {
  /*override jQuery UI styles, do not delete doubled properties*/
  line-height: normal;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  color: #777;
}

.latest-posts .topic {
  margin: 0 0 35px;
}

.latest-posts .topic-title {
  margin: 0 0 20px;
  border-top: 1px solid #ddd;
  background: #f6f6f6;
  padding: 10px;
  font-size: 16px;
}

.latest-posts .topic-title a {
  font-weight: bold;
  color: #444;
}

.latest-posts .topic-title a:hover,
.latest-posts .topic-title a:focus {
  color: #4ab2f1;
}

.latest-posts .topic-body {
  margin: 0 0 15px;
  line-height: 22px;
}

.latest-posts .topic-data {
  color: #444;
}

/* BB codes */

.csharpcode {
  margin: 10px 0;
  border: 1px dashed #ccc;
  background-color: #fff;
  padding: 10px;
  font-family: "Courier New", Courier, monospace;
  color: #000;

  white-space: pre-wrap;
  word-wrap: break-word;
}

.csharpcode .rem {
  color: green;
}

.csharpcode .kwrd {
  color: #00f;
}

.csharpcode .str {
  color: #006080;
}

.csharpcode .op {
  color: #00c;
}

.csharpcode .preproc {
  color: #c63;
}

.csharpcode .asp {
  background-color: #ff0;
}

.csharpcode .html {
  color: maroon;
}

.csharpcode .attr {
  color: red;
}

.csharpcode .alt {
  width: 100%;
  margin: 0;
  background-color: #f6f6f6;
}

.csharpcode .lnum {
  color: #666;
}

/*.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;*/
  /* Center slide text vertically */
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}*/

.swiper-pagination-bullet-active {
  padding: 5px;
  background-color: #4ab2f1;
}

/********** ANTETO CUSTOM STYLE BELOW **********/

/*********** HEADER ***********/

.admin-header-links {
  background-color: #333;
  text-align: center;
  color: #eee;
}

  .admin-header-links * {
    display: inline-block;
    margin: 0 10px;
    line-height: 35px;
    font-size: 12px;
    font-weight: bold;
  }

  .admin-header-links .impersonate {
    display: inline-block;
  }

    .admin-header-links .impersonate a {
      background-color: #555;
      padding: 0 15px;
    }

      .admin-header-links .impersonate a:hover,
      .admin-header-links .impersonate a:focus {
        background-color: #666;
      }


.search-box form {
  display: inline-block;
}

  .search-box form:after {
    content: "";
    display: block;
    clear: both;
  }

.search-box input.search-box-text {
  float: left;
  width: 200px;
  height: 36px;
  margin: 0 -1px 0 0;
}

.search-box .search-box-button {
  float: left;
  min-width: 86px;
  height: 36px;
  border: none;
  background-color: #4ab2f1;
  padding: 0 15px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

  .search-box .search-box-button:hover,
  .search-box .search-box-button:focus {
    background-color: #248ece;
  }

.search-box .ui-autocomplete-loading {
  background: #fff url('../images/ajax-loader-small.gif') right center no-repeat;
}

.ui-helper-hidden-accessible {
  display: none !important;
}

.ui-autocomplete {
  box-shadow: none;
  border: none !important;
  overflow: auto;
  background-color: #fff;
  text-align: left;
  padding: 27px 0;
  border: 1px solid #D8D8D8;
  max-height: calc(100vh - 250px);
  left: 0 !important;
  top: 84px !important;
  pointer-events: auto;
  min-width: 336px;
}

#search-results-header {
  text-align: center;
  line-height: 27px;
}

  #search-results-header span {
    font-weight: bold;
    width: 100%;
  }

.ui-autocomplete .ui-menu-item a {
  display: flex;
  column-gap: 20px;
  padding: 15px;
  font-size: 14px;
  /*override jQuery UI styles, do not delete doubled properties*/
  margin: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  background: none !important;
  padding: 10px 15px !important;
  line-height: normal !important;
  color: inherit !important;
  align-items: center;
}

    .ui-autocomplete a:hover,
    .ui-autocomplete a:focus,
    .ui-autocomplete a.ui-state-focus {
      background-color: none;
    }

  .ui-autocomplete img {
    vertical-align: middle;
  }

  .ui-autocomplete span {
    display: block;
    width: calc(100% - 100px);
  }

#popular-searches{
  font-size:14px;
  text-align:left;
}
  #popular-searches h3 {
    margin-bottom: 15px;
  }
  #popular-searches a {
    display: block;
    margin-bottom: 15px;
  }
.search-page .catalog-btns{
    margin: 0 10px 20px;
}
#search-auto-btn {
  display:flex;
  margin-top: 20px;
  justify-content:center;
}

  #search-auto-btn a {
    color: #fff;
    min-width: 218px;
    text-align: center;
  }

    #search-auto-btn a:hover {
        color: #2B2926;
    }
    /*  #search-auto-btn a {
    border: 1px solid #2F2F2F !important;
    width: fit-content;
    margin: auto;
    transition: all 0.3s ease-in-out;
  }
    #search-auto-btn a:hover {
      background-color: #2F2F2F !important;
      color: #fff !important;
    }*/
    .theme-selector {
      margin: 10px 0 0;
    }

  .theme-selector select {
    width: 170px;
  }

/********** PRODUCT PAGE **********/

.product-details-page {
    padding-top: 10px;
}

/** IFRAME GALLERY START **/

#zoom-gallery {
  display: none;
}

/*.html-product-photos-page,
.html-product-photos-page body {
  height: 100%;
}*/
.zoom-gallery {
  background-color: #fff;
  border-radius: 10px;
  padding-bottom: 30px;
/*  height: 100%;*/
}

#gallery-close-button {
  position: absolute;
  top: 26px;
  right: 26px;
  z-index: 2;
}

.html-product-photos-page body::-webkit-scrollbar {
  width: 4px;
  height: 100%;
}

.html-product-photos-page body::-webkit-scrollbar-track {
  background: #F9F9F9;
}

.html-product-photos-page body::-webkit-scrollbar-thumb {
  background-color: #2B2926;
  border-radius: 25px;
  border: 2px solid #2B2926;
}

#thumb-pictures::-webkit-scrollbar {
  width: 2px;
  height: 100%;
}

#thumb-pictures::-webkit-scrollbar-track {
  background: #F9F9F9;
}

#thumb-pictures::-webkit-scrollbar-thumb {
  background-color: #B6B5B4;
  border-radius: 25px;
  border: 2px solid #B6B5B4;
}

.zoom-gallery #thumb-pictures {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.zoom-gallery #thumb-pictures {
  max-height: 670px;
}
.zoom-gallery #main-pictures {
  max-width: 70%;
  margin: auto;
}

.zoom-gallery #main-picture img {
  width: 100%;
  max-height: 670px;
  height:auto;
}

.zoom-gallery .gallery {
  display: flex;
  justify-content: space-between;
  /*    height: calc(100% - 90px);*/
  padding: 0 100px;
}

#zoom-gallery.active {
  display: block;
  position: fixed;
  padding: 3.5% 17%;
  background-color: rgba(43,41,38,0.4);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

  #zoom-gallery.active > div {
    transform: translateZ(0px);
    border: 3px solid #fff;
    width: 100%;
    height: 100%;
    max-width: 940px;
    margin: auto;
  }

#zoom-gallery iframe {
  width: 100%;
  height: 100%;
}

#zoom-gallery .gallery {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 10px;
}
#gallery-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 38px 0 20px;
  margin: auto;
  position: relative;
  z-index: 1;
  background: #fff;
}

  #gallery-header span {
    font-size: 11px;
    color: #7C7F6C;
  }

  #gallery-header button {
    width: 32px;
    height: 32px;
    color: #fff;
    background-color: #2B2926;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
  }

.gallery .picture.swiper-slide img {
  width: 100%;
  height: 100%;
  max-height: 600px;
  object-fit: contain;
}

.gallery .custom-arrow-prev {
    left: -28px;
}

.gallery .custom-arrow-next {
  right: -28px;
}

#gallery-header .zoom-in-button {
  margin-right: 17px;
}

  #gallery-header .zoom-out-button {
    margin-left: 17px;
  }

.zoom-border {
  width: 90px;
  color: #2B2926;
}
/** IFRAME GALLERY END **/

#main-pictures.flex-cl{
    flex-direction:column;
}
#main-pictures.flex-cl img{
  width:100%;
  height:auto;
  object-fit:contain;
}
.gallery .picture {
  cursor: url("../imgs/cursor-zoom.svg"), auto;
  /*max-width: 694px;*/
  margin: auto;
  text-align: center;
}

.product-essential {
  text-align: left;
  position: relative;
/*  height: calc(100vh - 100px);*/
  margin-bottom: 80px;
}
  .product-essential > div {
    width: 50%;
/*    overflow: hidden scroll;
    scroll-behavior: smooth;
    scrollbar-width: none;*/
  }


.specs-more {
  margin: 35px auto 0;
  line-height: 20px;
  font-size: 16px;
  color: #000;
  column-gap: 8px;
  padding: 10px;
  position: relative;
}

#desc-button {
    margin-top: 10px;
}



.hideContent + .specs-more:after,
.hideDesc + .specs-more:after {
  transform: rotate(90deg);
}


  .specs-more:after {
    content: '';
    position: absolute;
    background: url(../imgs/drop-down-arrow.svg) no-repeat center;
    width: 12px;
    height: 12px;
    bottom: 0;
    right: -10px;
    transform: rotate(-90deg);
    top: 0;
    margin: auto;
  }

.overview .short-description.hideDesc {
  max-height: 111px;
  overflow: hidden;
  position: relative;
}

.hideDesc:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 65%;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255,255,255,0.0) 0%,rgba(255,255,255,0.2) 50%, rgba(255,255,255,0.8) 100%, rgba(255,255,255,1) 100%);
}


    .product-essential > div::-webkit-scrollbar {
        display: none;
    }

    .gallery-mode .product-essential {
      width: 100%;
      height: auto;
    }

.custom-scrollbar {
    row-gap: 40px;
}

#thumb-pictures {
  margin: 0 20px;
  overflow: auto;
}

#thumb-pictures .thumb-picture {
  opacity: 0.7;
  margin-bottom: 22px;
  display: block;
  border: 1px solid #215732;
  overflow: hidden;
}

  #thumb-pictures .thumb-picture.active {
    opacity: 1;
    border: 1px solid #041e3a;
  }

  #thumb-pictures .thumb-picture img {
    display: flex;
    object-fit: contain;
    object-position: top;
    width: 100%;
    height: auto;
    max-width: 100px;
  }

.picture-gallery .picture-thumbs img,
.video-gallery .video-thumbs iframe,
.variant-picture img {
  display: block;
  max-width: 100%;
  /*width: 100%;*/
  height: auto;
  object-fit: cover;
  margin: auto;
}

#close-gallery-mode-button {
  display: none;
}


  .overview .overview-container {
    margin: 0 17%;
    transition: all 0.5s;
  }
  .overview .discontinued-product {
    background: #f3f3f3;
    margin: 0 0 20px;
  }

    .overview .discontinued-product h4 {
      display: inline-block;
      font-size: 14px;
      padding: 17px 17px 17px 40px;
      background: url('../images/discontinued-product-icon.png') no-repeat 13px center;
      color: #de444c;
    }

    .overview .breadcrumb {
        margin-top: 60px;
    }


.overview .product-name {
  margin: 20px 0 10px;
  text-align: left;
}
.overview .product-manufacturer {
  font-size: 14px;
  margin: 0 0 22px;
  text-align: left;
}


  .overview .short-description {
    margin: 0 0 15px;
  }

    .overview .short-description ul {
      list-style-position: inside;
      line-height: 24px;
      padding-left: 25px;
      list-style:disc;
    }
    .overview .short-description ol {
      list-style: auto;
      padding-left: 25px;
    }

      .overview hr {
        color: #D8D8D8;
        border-width: 1px 0 0 0;
        margin-bottom: 15px;
      }

.product-no-reviews,
.product-reviews-overview {
  display: flex;
  margin-bottom: 30px;
}
.product-review-box {
  margin-right: 15px;
}

.product-no-reviews a {
  text-decoration: underline;
}

  .product-review-box .rating {
    width: 98px;
    height: 19px;
    background: url('../imgs/star.png') repeat-x;
  }

    .product-review-box .rating div {
      height: 19px;
      background: url('../imgs/star-filled.png') repeat-x;
    }

  .product-review-links a:hover,
  .product-review-links a:focus {
    text-decoration: underline;
  }



  .overview .value a,
  .variant-overview .value a {
    color: #4ab2f1;
  }

    .overview .value a:hover,
    .overview .value a:focus,
    .variant-overview .value a:hover,
    .variant-overview .value a:focus {
      text-decoration: underline;
    }


.overview .subscribe-button,
.variant-overview .subscribe-button {
  line-height: 22px;
  font-size: 14px;
  color: #9B9B9B;
  text-decoration: underline;
}

  .overview .subscribe-button svg {
    vertical-align: middle;
    margin-left: 9px;
  }


  .overview .manufacturers {
    margin: 0 0 20px;
  }

/*
.overview .availability,
.variant-overview .availability {
  margin: 0 0 20px;
  overflow: hidden;
}*/

  .overview .availability .stock,
  .variant-overview .availability .stock {
    margin: 15px 0 10px;
  }

.overview .availability .stock .value,
.variant-overview .availability .stock .value {
  font-size: 16px;
  font-weight: 800;
}

.text-body {
  font-size: 16px;
  line-height: 22px;
}

.overview .availability .back-in-stock-subscription,
.variant-overview .availability .back-in-stock-subscription {
  display: inline-block;
}

.overview .additional-details,
.variant-overview .additional-details {
  margin: 0 0 20px;
  font-size:14px;
  line-height: 28px;
}

.overview .delivery,
.variant-overview .delivery {
  overflow: hidden;
}

.overview .free-shipping,
.variant-overview .free-shipping {
  display: inline-block;
  margin: 10px 0;
  background: url('../images/shipping.png') left center no-repeat;
  padding: 2px 0 2px 28px;
  font-weight: bold;
  color: #444;
}

  .overview .free-shipping.invisible,
  .variant-overview .free-shipping.invisible {
    display: none;
  }

.overview .delivery-date,
.variant-overview .delivery-date {
  margin: 10px 0;
}

.overview .min-qty-notification,
.variant-overview .min-qty-notification {
  margin: 10px 0;
  font-style: italic;
}

.overview .download-sample,
.variant-overview .download-sample {
  display: inline-block;
  margin: 0 0 25px;
}

.overview .content-prices,
.variant-overview .content-prices {
  margin-top: 28px;
}

    .overview .prices > div > span,
    .variant-overview .prices > div > span {
      vertical-align: middle;
    }

.overview .default-price{
    margin-bottom: 15px;
    font-size: 16px;
}

.overview .old-product-price,
.variant-overview .old-product-price,
.overview .non-discounted-price,
.variant-overview .non-discounted-price {
  font-size: 20px;
  line-height: 22px;
  color: #2B2926;
  text-decoration: line-through;
}

.overview .old-product-price,
.variant-overview .old-product-price {
    margin-left: 10px;
}

.overview .product-price,
.variant-overview .product-price {
  line-height: 22px;
  font-size: 22px
}

.wholesale-stock-availability{
    justify-content:space-between;
    gap:30px;
    margin-top: 20px;
}
.wholesale-ordered {
    display:flex;
    flex-direction: column;
    gap:11px;
    margin-top: 25px;
}

.overview .tax-shipping-info a,
.variant-overview .tax-shipping-info a {
  color: #4ab2f1;
}

  .overview .tax-shipping-info a:hover,
  .overview .tax-shipping-info a:focus,
  .variant-overview .tax-shipping-info a:hover,
  .variant-overview .tax-shipping-info a:focus {
    text-decoration: underline;
  }

.prod-specifications .content-wrapper > .grid-cl {
    grid-template-columns: 1fr 1.5fr;
    gap: 80px 5%;
}

.prod-specifications img.full-img {
   max-width: 450px;
  margin: auto;
}

.product-specs-box .table-wrapper {
    max-height: 500px;
    overflow-y: auto;
}

.product-specs-box h2 {
  text-align: center;
  margin-bottom: 45px;
}

.specs-table {
  grid-template-columns: 1fr 2fr;
  border-bottom: 1px solid #707070;
}

  .specs-table > li {
      padding: 14px;
  }


  .spec-name {
    border-right: 1px solid #707070;
    padding-left: 0;
  }

/* colors */
.product-color-list {
  position: relative;
  gap: 15px 26px;
  margin-top: 16px;
  flex-wrap: wrap;
}

  .other-color-option a {
    transition: .3s ease-in-out;
  }


.select-attr .value-text {
    justify-content: space-between;
}

.child-color .flex-cl {
  column-gap: 10px;
  line-height: 20px;
}

.product-color-list .attribute-square {
  width: 28px;
  height: 28px;
  border: 1px solid #D8D8D8;
}


.selected-color .attribute-square {
  outline: 2px solid #707070;
  border: 3px solid #fff;
}

.selected-color .flex-cl {
  font-weight: bold;
}


.overview-container .action-buttons {
  margin: 40px 0 10px;
  column-gap: 20px;
}

.overview .add-to-cart,
.listen-in-btn {
  max-width: 337px;
  width: 100%;
  text-align: center;
}


.overview .qty-label,
.variant-overview .qty-label {
  display: none !important;
}

.overview .qty-input,
.variant-overview .qty-input {
  width: 45px;
  height: 43px;
  padding: 0 12px;
  text-align: center;
  font-size: 15px;
}

.overview .qty-dropdown,
.variant-overview .qty-dropdown {
  height: 43px;
  padding: 0 12px;
  font-size: 15px;
}

.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
  line-height:21px;
  text-transform:uppercase;
  width: 100%;
}

#product-details {
  margin: 30px 0 0;
  border-top: 1px solid #2B2926;
}

  #product-details details {
    padding: 0 1.2% 0 17%;
    border-bottom: 1px solid #2B2926;
    font-size: 14px;
    line-height: 28px;
  }

  #product-details summary {
    position: relative;
    font-weight: bold;
    padding: 13px 0;
    list-style: none;
    cursor: pointer;
    border: none;
  }

    #product-details details div {
        margin-bottom: 25px;
    }

    #product-details summary:after {
      position: absolute;
      content: "+";
      right: 0;
      font-size: 28px;
      font-weight: lighter;
      font-family: none;
      padding: 0 10px;
      width: 38px;
      height: 28px;
      text-align: center;
    }
    #product-details details[open] summary:after {
      content: "-";
    }
.product-variant-line {
  margin: 0 0 30px;
  border-bottom: 1px solid #ddd;
  padding: 0 0 20px;
}

  .product-variant-line:after {
    content: "";
    display: block;
    clear: both;
  }

.variant-picture {
  position: relative;
  width: 220px;
  height: 220px;
  margin: 0 auto 15px;
  overflow: hidden;
}

.variant-overview {
  width: 100%;
}

  .variant-overview .variant-name {
    margin: 0 0 10px;
    padding: 10px 0;
    font-size: 16px;
    font-weight: bold;
    color: #4ab2f1;
  }

  .variant-overview .variant-description {
    margin: 0 0 15px;
    line-height: 22px;
  }

  .variant-overview .add-to-wishlist {
    margin: 0 0 25px;
  }

  .variant-overview .add-to-wishlist-button {
    display: inline-block;
    width: auto;
  }

  .variant-overview .add-to-cart {
    margin: 0 0 10px;
  }

.product-specs-box {
  margin: 0 0 40px;
}

  .product-specs-box td {
    border: 1px solid #ddd;
    padding: 10px;
  }

    .product-specs-box td.spec-group-name {
      border: 0;
      padding-top: 20px;
      font-size: 16px;
      color: #444;
    }

.attributes {
    margin-top: 12px;
}

  .attributes li label {
    padding: 12.5px 32px 12.5px 16px;
    transition: .3s ease-in-out;
    cursor: pointer;
    width: 100%;
    justify-content: space-between;
  }

    .attributes li label:hover {
      background-color: rgba(155,155,155, 0.4);
    }

.select-option input {
  appearance: none;
  -webkit-appearance: none;
  display: none;
}

.attributes .select-option.disabled {
  color: #9B9B9B;
}

.sizes-container {
  display: none;
  position: absolute;
  width: calc(100% + 2px);
  background-color: #fff;
  left: -1px;
}

.box-selected.active-options .sizes-container {
    display: block;
}

.box-selected.active-options .multi-colors:after {
  transform: scaleY(-1);
}


.select-attr.disable label {
  color: #9B9B9B;
}

.select-option {
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.select-option.selected {
  background-color: #FFB549;
}

.file-attachments {
  background-color: #EFEFEF;
  padding: 40px 11% 30px;
  margin-top: 42px;
}
  .file-attachments ul {
    display: flex;
    justify-content: center;
    align-items: center;
   /* border: 1px solid #afafaf;*/
    border-top: none;
    border-bottom: none;
    height: 60px;
  }
  .file-attachments li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    border: 1px solid #afafaf;
    border-top: none;
    border-bottom: none;
    width: 100%;
  }
    .file-attachments li .attachmentLink {
     margin-right: 18px;
    }
  .product-details-page .file-attachments .title {
    margin: 0 auto 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #ddd;
    width:90%;
    color: #000000;
    text-align: center;
  }

    .product-details-page .file-attachments .title strong {
      font-size: 42px;
      font-family: 'Geologica', sans-serif;
      font-weight: 100;
    }
.subscription-item {
  gap: 20px 40px;
  margin-bottom: 50px;
}

  .subscription-item .attributes {
    margin-top: 3px;
    color: #9B9B9B;
    font-size: 14px;
  }


  .attributes .radio-attributes {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

    .attributes .radio-attributes li {
      margin: 0 10px 0 0;
    }

  .attributes .option-list.radio-attributes label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 35px;
    border: 1px solid #2B2926;
    border-radius: 100px;
    font-size: 14px;
    margin: 0;
    transition: all 0.2s;
    cursor:pointer;
  }
  .attributes .option-list.radio-attributes input[type="radio"]:checked + label {
    color: #fff;
    background: #2B2926;
  }

  .attributes .radio-attributes input {
    display: none;
  }

    .product-banner .collect-banner a {
      display: block;
      position: relative;
      padding: 55px 0 89px;
      min-height: 390px;
    }

      .product-banner .collect-banner a:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        background: transparent linear-gradient(-90deg, #000000 0%, #26262691 30%, #2D2D2D00 53%, #42424237 78%, #54545400 100%) 0% 0% no-repeat;
        z-index: 0;
        width: 100%;
        height: 100%;
      }

      .product-banner .collect-banner a:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 0;
        width: 100%;
        height: 100%;
        background: transparent linear-gradient(90deg, #000000 0%, #26262691 30%, #2D2D2D00 53%, #42424237 78%, #54545400 100%) 0% 0% no-repeat;
      }

      .product-banner .collect-banner h2 {
        color: #fff;
      }


.product-banner .collect-banner .center {
  flex-direction: column;
  column-gap: 10px;
  color: #fff;
  max-width: 500px;
  margin: auto;
  position: relative;
  z-index: 1;
  padding: 0 16px;
}

    .product-banner .collect-banner img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: -1;
    }

    .product-banner .desc {
      margin: auto 0 38px;
    }


.related-prods,
#info-pictures {
  margin-top: 90px;
}

  .related-prods hr {
    height: 129px;
    width: 1px;
    margin: auto;
    border-right: 0;
    background-color: #707070;
  }

.rel-pros-head {
    row-gap: 14px;
    margin-bottom: 70px;
}

.gallery-info-pictures .swiper-wrapper div:nth-child(even) {
    padding-top: 46px;
}

.gallery-info-pictures img {
    width: 100%;
    object-fit: cover;
}

#info-pictures .custom-arrow.swiper-button-disabled {
    opacity: 0.8;
}

#info-pictures .custom-arrow::after {
  background-image: url('../imgs/gallery-arrow.svg');
  width: 16px;
  height: 12px;
}

.gallery-arrows {
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  background-color: #EFEFEF;
  border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  top: 40%;
  right: 30%;
  width: 85px;
  height: 85px;
  z-index: 1;
  opacity: 0;
  transition: .3s ease-in-out;
}

#info-pictures:hover .gallery-arrows {
    opacity: 1;
}

#info-pictures .custom-arrow {
  width: 16px;
  height: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
}

#info-pictures .custom-arrow-prev {
  left: 20px;
  transform: rotate(180deg);
  top: 0;
  bottom: 0;
  margin: auto;
}

#info-pictures .custom-arrow-next {
  right: 20px;
  transform: none;
}

  .combine-with-section {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }

    .combine-with-section .item-box .black-border-btn {
      height: fit-content;
      margin-top: auto;
      min-width: 218px;
    }

    .combine-with-section .parent-product {
      width: 32%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      row-gap: 20px
    }
  .combine-with-section .parent-product img{
    width:100%;
    height:calc(100% - 75px);
    object-fit:cover;
  }
  .combine-with-section .black-btn {
    width: 100%;
  }

  .combine-with-section .combine-with-plus {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    width: 11%;
    height: 11%;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 52px;
    margin: 10% auto 0;
    font-weight: bold;
    border-radius: 100%;
  }
  .two-items-package {
    width: 48%;
    column-gap: 20px;
  }

.gallery-mode-hide.related-prods {
  margin-bottom: 98px;
}

.product-video-area {
  gap: 20px;
  margin-bottom: 60px;
  max-height: 600px;
}
.product-video-area > div{
  width:50%;
}
  .product-video-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: luminosity;
  }
  .product-video-area .text-section {
    background-color: #2F2F2F;
    color:#fff;
    padding:7%;
  }
  .product-video-area .title {
    margin-bottom:10%;
  }
  .product-video-area .subtitle {
    line-height: 30px;
    margin-bottom: 10%;
  }
  .product-video-area .video-section {
    position:relative;
    display: inline-flex;
  }
  .product-video-area .play-pause-btn {
    position: absolute;
    content: "";
    display: block;
    left: 22px;
    bottom: 24px;
    padding: 5px;
    border: 1px solid #fff;
    border-radius: 100%;
    z-index: 1;
    cursor: pointer;
  }
    .product-video-area .play-pause-btn svg {
        display: flex;
    }

  .product-video-area video {
    width: 100%;
    object-fit: cover;
  }
.product-video-area .video-section:not(.active) video{
    display:none;
}
  .product-video-area .video-section.active .play-pause-btn,
  .product-video-area .video-section.active img {
    display: none;
  }
.attributes select {
  width: auto;
  min-width: 100px;
  max-width: 100%;
}

  .attributes .option-list label {
    margin: 0 5px;
  }

  .attributes .datepicker {
    width: 280px;
    text-align: center;
  }

  .attributes .qty-box input {
    width: 48px;
    height: 32px;
    text-align: center;
  }

  .attributes .option-list:not(.attribute-squares) .disabled {
    opacity: .5;
  }

  .attributes .attribute-squares .disabled .attribute-square {
    cursor: default;
    opacity: .25;
  }

  .attributes .attribute-squares .disabled .attribute-square-container {
    background: linear-gradient(to top left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) calc(50% - 1.5px), #e91e63 50%, rgba(0,0,0,0) calc(50% + 1.5px), rgba(0,0,0,0) 100%), linear-gradient(to top right, rgba(0,0,0,0) 0%, rgba(0,0,0,0) calc(50% - 1.5px), #e91e63 50%, rgba(0,0,0,0) calc(50% + 1.5px), rgba(0,0,0,0) 100%);
  }

  .attributes .attribute-squares .tooltip-container .not-available-text {
    font-size: 12px;
  }

  .attributes .attribute-squares.color-squares .tooltip-container .not-available-text {
    margin: 5px;
  }

  .attributes .attribute-squares.color-squares .tooltip-container {
    width: 120px;
    display: none;
  }

  .attributes .attribute-squares.color-squares li:hover .tooltip-container {
    margin-left: -42px;
  }

  .attributes .attribute-squares.color-squares .disabled .tooltip-container {
    display: block;
  }

  .attributes .attribute-squares.image-squares .tooltip-container .not-available-text {
    margin-bottom: 5px;
    display: none;
  }

  .attributes .attribute-squares.image-squares .disabled .tooltip-container .not-available-text {
    display: block;
  }


.attribute-squares {
  font-size: 16px;
  gap: 10px;
}

  .attribute-squares li {
    display: inline-block;
    margin: 0 5px 5px;
    text-align: center;
  }

  .attribute-squares .attribute-square-container {
    display: block;
    position: relative;
    z-index: 0;
    padding: 1px;
  }

  .attribute-squares label {
    display: block;
    overflow: hidden;
  }

  .attribute-square {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #2B2926;
    cursor: pointer;
    border-radius: 100px;
  }

  .attribute-squares .selected-value .attribute-square-container {
    background-color: #4ab2f1;
  }

  .attribute-squares li input {
    display: none;
  }

.attribute-squares-padding {
  padding: 0 5px 0 0;
}

.tooltip-container {
  position: absolute;
  width: 200px;
  color: #000000;
  background: #FFFFFF;
  border: 1px solid #eeeeee;
  text-align: center;
  visibility: hidden;
  border-radius: 5px;
}

  .tooltip-container:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -7px;
    width: 0;
    height: 0;
    border-bottom: 7px solid #eeeeee;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
  }

  .tooltip-container:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-bottom: 6px solid #FFFFFF;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
  }

.attribute-squares li:hover .tooltip-container,
.attribute-squares li:focus .tooltip-container {
  visibility: visible;
  margin-left: -83px;
  margin-top: 5px;
  z-index: 999;
}

.tooltip-container .tooltip-header {
  background-color: #F6F6F6;
  height: 25px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  padding-left: 10px;
  padding-top: 5px;
  text-align: left;
  width: 198px;
  font-size: 15px;
  border-bottom: 1px #EEEEEE solid;
}

.tooltip-container .tooltip-body {
  margin: 5px;
}

  .tooltip-container .tooltip-body img {
    border: 0px #FFF;
    width: 190px;
  }
.customer-entered-price{
    display:none;
}
#giftcard-price-section {
  margin: 35px 0 30px;
}
#giftcard-price{
    margin-bottom:16px;
}
#giftcard-prices {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

  #giftcard-prices label {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #2B2926;
    height: 35px;
    width: 64px;
    border-radius: 100px;
  }
  #giftcard-prices input:checked + label {
    background-color: #2B2926;
    color:#fff;
  }
.giftcard {
  margin: 0 0 20px;
  overflow: hidden;
}

  .giftcard div {
    margin: 0 0 10px;
  }

  .giftcard label {
    display: block;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 5px;
  }

  .giftcard input,
  .giftcard textarea {
    width: 100%;
    max-width: 100%;
    border: 1px solid #2B2926;
  }
  .giftcard input{
      padding:10px 14px;
  }
  .giftcard textarea {
    min-height: 80px;
  }

  #size-guide-panel{
      max-width:unset;
      width:45%;
      z-index:11;
      padding:0 4%;
  }

    #size-guide-panel h3 {
      padding: 20px 0;
      background-color: #ffff;
      position: sticky;
      top: 0;
      font-size: 18px;
      line-height: 22px;
      display: flex;
      justify-content: space-between;
    }
#size-guide-text {
  text-align: right;
  line-height: 21px;
  text-decoration: underline;
  letter-spacing: -.5px;
  font-size: 15px;
  display: block;
  margin-top: 4px;
  transition: .3s;
}

  #size-guide-text:hover {
      text-decoration: unset;
  }

  .ui-dialog-content .back-in-stock-subscription-page {
    text-align: left;
    color: #2B2926;
  }


.ui-dialog-content .back-in-stock-subscription-page {
  padding: 20px 20px 45px;
}



.ui-dialog-content .back-in-stock-subscription-page .tooltip {
  margin: 0 0 20px;
}

.back-in-stock-subscription-page .newsletter-email {
  max-width: unset;
}

.back-in-stock-subscription-page .newsletter-subscribe-button {
  white-space: nowrap;
}


/********** REGISTRATION, LOGIN, ACCOUNT PAGES  **********/

.html-account-page .breadcrumb {
  padding: 25px 0 50px 16px;
  font-weight: 200;
}

.html-account-page .side-2 {
  width: 33%;
  padding-top: 5px;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}

.html-account-page .center-2 {
  width: 58%;
  margin: 0 4.5% 50px 4.5%;
}

  .html-account-page .center-2 .account-page {
    padding: 50px 40px 55px;
    background-color: #EFEFEF;
    min-height: 350px;
  }

.html-account-page h1 {
  font-size: 22px;
  text-align: center;
  line-height: 29px;
  margin-bottom: 42px;
  font-weight:500;
}
.account-page .black-border-btn{
    background-color:#fff;
}
.account-page .black-btn {
  margin:auto;
  background-color:black;
  color:#fff;
}
.account-page .no-data {
  text-align: center;
  max-width: 500px;
  margin: auto;
  line-height: 26px;
  margin-bottom: 30px;
}

  .account-page .no-data + .add-button button {
    margin: 0 auto 80px;
    display: flex;
    align-items: center;
    gap: 20px;
  }

.center-2 > .add-button .btn {
  margin: 18px 0 35px auto;
  display: flex;
  align-items: center;
  gap: 20px;
}

.block-account-navigation .title,
.block-account-navigation li,
#logout {
  margin: 0 2% 0 27%;
}

.block-account-navigation .title {
  font-size: 24px;
  line-height: 30px;
}

.block-account-navigation li {
  transition: all 0.3s;
}

  .block-account-navigation li a {
    display: flex;
    align-items: center;
    line-height: 49px;
  }

  .block-account-navigation li.active,
  .block-account-navigation li:hover {
    background: #EEF1F2;
    font-weight: 400;
  }

#nav-customer-dashboard a:before {
  content: '';
  background: url('../imgs/dashboard.svg') center no-repeat;
}

#nav-customer-info a:before {
  content: '';
  background: url('../imgs/nav-account.svg') center no-repeat;
}

#nav-customer-addresses a:before {
  content: '';
  background: url('../imgs/nav-address.svg') center no-repeat;
}

#nav-customer-orders a:before {
  content: '';
  background: url('../imgs/nav-order-history.svg') center no-repeat;
}

#nav-order-finder a:before {
  content: '';
  background: url('../imgs/nav-track-your-order.svg') center no-repeat;
}

#nav-change-password a:before {
  content: '';
  background: url('../imgs/nav-password.svg') center no-repeat;
}

#nav-customer-wishlist a:before {
  content: '';
  background: url('../imgs/nav-wishlist.svg') center no-repeat;
}

#nav-customer-addresses a:before {
  content: '';
  background: url('../imgs/nav-address.svg') center no-repeat;
}

#nav-return-requests a:before {
  content: '';
  background: url('../imgs/nav-returns.svg') center no-repeat;
}

#nav-customer-product-feed a:before {
  content: '';
  background: url('../imgs/nav-product-feed.svg') center no-repeat;
}

.block-account-navigation li a:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin:0 36px 0 10px;
}

.block-account-navigation .listbox {
  margin-top: 40px;
}

#logout .btn {
  margin-top: 20px;
  padding: 13px 60px;
}

.gender {
  display: inline-block;
}

  .gender span {
    display: inline-block;
    margin: 0 5px;
  }

    .gender span > * {
      display: inline !important;
      margin: 0 5px;
      line-height: 32px;
    }

.date-of-birth .date-picker-wrapper {
  display: inline;
}

.date-of-birth select {
  width: 31%; /*always single line*/
  max-width: 126px;
}

  .date-of-birth select + select {
    margin: 0 0 0 10px;
  }

.date-of-birth .select-wrapper + .select-wrapper {
  margin: 0 0 0 10px;
}

#check-availability-button {
  margin: 10px 0 0;
  border: none;
  background-color: #888;
  padding: 10px 15px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}

  #check-availability-button:hover,
  #check-availability-button:focus {
    background-color: #999;
  }


.return-request-page h1 a {
  color: #4ab2f1;
}

.return-request-page .return-request-file {
  font-size: 14px;
}

  .return-request-page .return-request-file .uploadedfileinput {
    display: inline-block;
    vertical-align: middle;
  }

.registration-page .message-error,
.login-page .message-error,
.account-page .message-error {
  margin: 0 0 10px;
}



.customer-info-page .email-to-revalidate,
.customer-info-page .readonly-username,
.customer-info-page .vat-status {
  margin: 0 5px;
  font-size: 14px;
}

.customer-info-page .vat-status {
  display: block;
}

.registration-page .vat-note,
.customer-info-page .vat-note,
.customer-info-page .email-to-revalidate-note {
  display: block;
  font-size: 14px;
  margin-top: 7px;
  white-space: normal;
}

.customer-info-page {
  padding: 0 40px;
}

  .customer-info-page form {
    max-width: 580px;
    margin: auto;
  }

  .customer-info-page .classic-inputs input {
    width: 100%;
  }
    .customer-info-page .classic-inputs input:disabled {
      border-color: #ADADAD;
      color: #ADADAD;
    }

.change-password-page .classic-inputs input {
  width: 100%;
}


.customer-info-page .btn,
.address-list-page .btn {
  margin-left: auto;
  min-width: 240px;
}

.delete-account {
  border-top: 1px solid #D8D8D8;
  margin: 30px auto 0;
  padding: 30px 10% 0;
  text-align: center;
  max-width:580px;
}

  .delete-account .btn {
    margin: 30px auto 0;
  }

.add-more-external-records {
  text-align: center;
}

  .add-more-external-records a {
    color: #4ab2f1;
  }

    .add-more-external-records a:hover,
    .add-more-external-records a:focus {
      text-decoration: underline;
    }

.account-page .buttons {
  text-align: center;
  margin: 0 0 50px;
}

.account-page .description {
  margin: 0 0 25px;
  padding: 0 10px;
}

.account-page .table-wrapper {
  margin: 0 0 30px
}

.gdpr-tools-page .result {
  margin: 20px 0;
  font-size: 13px;
  color: #e4434b;
}

.gdpr-tools-page .buttons {
  margin-top: 20px;
  margin-top: 20px;
}

.order-finder h1 {
  margin: unset;
}

.order-finder p {
  text-align: center;
  margin-bottom: 60px;
}
.order-finder .footer-finder p {
  margin-bottom: 30px;
}

.search-order {
  position: relative;
}

#find-order {
  position: absolute;
  right: 50px;
  bottom: 13px;
  z-index: 1;
}

.order-finder .clear-input {
  position: absolute;
  right: 20px;
  bottom: 13px;
  z-index: 1;
}

.search-order .inputs input:placeholder-shown + label {
  color: #2B2926;
}


.search-order .inputs input[type="text"]:focus {
  background-color: #fff;
}

.search-order .inputs input#orderNumber:not(:placeholder-shown) + label {
  transform: translate(0, 20px);
}


.search-order .inputs input#orderNumber:placeholder-shown + label {
  transform: translate(0, 36.5px);
}

.order-finder label {
  padding-bottom: 10px;
}

.order-finder-btn {
  height: 48px;
  display: flex;
  align-items: center;
  margin: auto;
}

  .order-finder-btn:hover {
    background: #fff;
  }

  .order-finder-btn img {
    margin-left: 12px;
  }

.order-finder .inputs input {
  border: none;
  border: 1px solid #000000;
  padding: 0 30px 0 15px;
  min-height: unset;
  background-color:unset;
}


/*.order-finder .inputs:after {
  position: absolute;
  content: url('../imgs/search.svg');
  width: 28px;
  height: 28px;
  right: 0;
  bottom: 10px;
  z-index: 2;
}*/
.order-finder form {
  max-width: 465px;
  margin: auto;
}

.order-finder .data-table {
  gap: 4px;
  max-width: 465px;
  margin: 36px auto 40px;
  overflow: hidden;
}
  .order-finder .data-table .flex-cl {
    border-bottom: 1px solid #000;
    padding: 12px 0 15px;
  }
  .order-finder .data-table .flex-cl:last-child {
    border:none;
  }

.order-finder .connect-note {
  height: calc(1px + 100%);
  top: 37px;
  z-index: 0;
  left: 15px;
}

.order-finder .created-on {
  font-size: 14px;
}

.order-finder strong {
  font-weight: bold;
}

.order-finder .data-table ul {
  grid-template-columns: 30px 1fr;
  gap: 40px;
  align-items: center;
  position: relative;
}

.order-finder li.img img {
  display: block;
}

.order-finder li.created-on {
  text-align: left;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
}

.order-finder .data-table ul .created-on strong span {
  color: #f4f4f4;
  padding: 0 10px;
}

.order-finder .grid-cl .img {
  display: flex;
  justify-content: center;
  align-items: center;
}

  .order-finder .grid-cl .img img {
    width: 100%;
    height: auto;
  }

.footer-finder {
  border-top: 1px solid #D0D5D9;
  padding-top: 35px;
  text-align: center;
  max-width: 690px;
  margin: auto;
}

  .footer-finder button {
    margin: 0 auto 50px;
  }

.points-list {
  margin-bottom: 30px;
}

.order-list-page .info-headers,
.address-list-page .info-headers {
  display: flex;
  padding: 0 12px 25px 20px;
  align-items: end;
  line-height: 22px;
}

.address-list-page .info-headers {
  margin-right: 30px;
}

.order-list-page .info-headers {
  margin-bottom: 0;
}

.mobile769 {
  display: none;
}

.order-list-page .info-headers li,
.order-list-page .info li {
  width: 23.5%;
  padding-right: 3%;
}

.address-list-page .info-headers li,
.address-list-page .info li {
  width: 30%;
  padding-right: 3%;
}

  .address-list-page .info-headers li.postal-code,
  .address-list-page .info li.postal-code {
    width: 10%;
    padding-right: 0;
  }

  .order-list-page .info-headers li.controls,
  .order-list-page .info li.controls,
  .address-list-page .info-headers li.controls,
  .address-list-page .info li.controls {
    width: 8%;
    display: flex;
    flex-direction: column;
    padding-right: 0;
    margin-left: auto;
  }

.order-item {
  margin-bottom: 12px;
}

.address-list-page .info,
.order-list-page .info {
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  padding: 12px 12px 12px 20px;
  line-height: 22px;
  border: 1px solid #000;
  width: 100%;
  transition: all 0.3s ease-in-out;
  min-height:48px;
  position:relative;
}

/*.order-list-page .info {
  padding: 16px 40px;
  border-radius: 100px;
}
*/
.address-item {
  display: flex;
}

  .address-item:hover .info {
    background-color: #fff;
  }

  .address-item > .controls {
    width: 15px;
    margin-left: 15px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }

  .address-item:hover > .controls {
    opacity: 1;
  }
.add-address-btn:hover{
    background-color:#000;
    color:#fff;
}
.add-address-btn:after {
  content: '';
  vertical-align: text-top;
  background: url(../imgs/plus.svg);
  width: 15px;
  height: 15px;
  display: inline-block;
}
/** address pop-up **/
#address-pop-up {
  display: none;
}

  #address-pop-up.active {
    display: block;
    position: fixed;
    padding: 3.5% 17%;
    background-color: rgba(43,41,38,0.4);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  }

    #address-pop-up.active .account-page {
      background-color: #ffffff;
      transform: translateZ(0px);
      width: 100%;
      height: 100%;
      padding: 30px 0 0px;
      max-width: 700px;
      margin: auto;
    }

    #address-pop-up.active h1 {
      padding: 0 0 25px;
      margin-bottom: 30px;
      border-bottom: 1px solid #B6B5B4;
      font-weight: 200;
      font-size: 24px;
    }

    #address-pop-up.active .page-body {
      padding: 20px 80px 0;
      overflow: auto;
      height: calc(100% - 54px);
    }

.pop-up-close-button {
  position: absolute;
  top: 30px;
  right: 25px;
}
/** end address pop-up **/

.order-list-page .info {
  margin: 0;
  font-size: 14px;
}

.order-details-page .info-headers li,
.order-details-page .info li {
  width: 25%;
}

.address-list-page .info .name,
.order-list-page .info .name {
  font-size: 16px;
}

.order-list-page .controls button, .address-list-page .controls button {
  text-align: left;
}

.delete-address-button {
  margin-bottom: 12px;
}

.cancel-recurring-order-button {
  background: url('../images/remove.png') left center no-repeat;
}

.retry-recurring-order-button {
  background: url('../images/retry.png') left center no-repeat;
}

.return-items-button {
  background: url('../images/return.png') left center no-repeat;
}

.order-details-button {
  font-family: initial;
  font-size: 24px;
  line-height: 19px;
  font-weight: bold;
  text-align: center !important;
/*  padding: 10px;*/
}

.order-details-page .fieldset {
  margin: 0 0 30px;
}

.address-list-page .button-2:hover,
.address-list-page .button-2:focus,
.order-list-page .button-2:hover,
.order-list-page .button-2:focus {
  color: #FFB549;
}

.address-list-page .add-button {
  margin: 0 0 20px;
  text-align: center;
}

.address-edit-page .message-error {
  margin: 20px 0;
}

.address-edit-page .edit-address {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

  .address-edit-page .edit-address .classic-inputs {
    width: calc(50% - 10px);
  }

    .address-edit-page .edit-address .classic-inputs.full {
      width: 100%;
    }

  .address-edit-page .edit-address input,
  .address-edit-page .edit-address select {
    width: 100%;
    height: 45px;
  }

.address-edit-page .buttons {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}

  .address-edit-page .buttons button {
    min-width: 218px;
  }

.recurring-payments table td {
  white-space: nowrap;
}

  .recurring-payments table td:first-child {
    min-width: 120px;
    white-space: normal;
  }

.recurring-payments .button-2 {
  font-size: 14px;
}

.return-request-list-page .details {
  border-top: 1px solid #e6e6e6;
  background-color: #f9f9f9;
  padding: 20px;
  line-height: 22px;
  color: #444;
}

.return-request-list-page label {
  margin: 0 5px 0 0;
}

.return-request-list-page a {
  color: #4ab2f1;
}

  .return-request-list-page a:hover,
  .return-request-list-page a:focus {
    text-decoration: underline;
  }

.return-request-list-page .comments div {
  margin: 10px 0 0;
  font-size: 15px;
  font-style: italic;
  color: #444;
}

.downloadable-products-page table td {
  color: #444;
}


.change-password-page .page-title {
  margin: 0 0 -1px;
}

.change-password-page .result,
.change-password-page .message-error {
  margin: 20px 0;
}

.change-password-page .fieldset {
  margin: 0 0 30px;
}

.avatar-page .page-title {
  margin: 0;
}

.avatar-page .page-body {
  margin: 0 0 30px;
  overflow: hidden;
  background-color: #f9f9f9;
  padding: 30px 25px;
}

.avatar-page .message-error {
  margin: 0 0 10px;
}

.avatar-page .image {
  margin: 0 0 10px;
}

  .avatar-page .image img {
    border: 1px solid #ccc;
  }

.avatar-page .button-1 {
  font-size: 14px;
}

.avatar-page .button-2 {
  border: none;
  background-color: #888;
  padding: 10px 15px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

  .avatar-page .button-2:hover,
  .avatar-page .button-2:focus {
    background-color: #999;
  }

.avatar-page .info {
  color: #444;
}

.vendorinfo-page .button-2 {
  border: medium none;
  background-color: #888;
  padding: 10px 15px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

  .vendorinfo-page .button-2:hover,
  .vendorinfo-page .button-2:focus {
    background-color: #999;
  }

.vendorinfo-page .vendor-picture {
  width: 400px;
  margin: 0 auto;
}

  .vendorinfo-page .vendor-picture * {
    display: block;
    margin-top: 15px;
  }

.check-gift-card-balance-page .page-title {
  margin: 0 0 -1px;
}

.check-gift-card-balance-page .result,
.check-gift-card-balance-page .message-error {
  margin: 20px 0;
}

.check-gift-card-balance-page .fieldset {
  margin: 0 0 30px;
}
/*********** GLOBAL FORMS ***********/



.fieldset, .section {
  position: relative;
  margin: 0 0 40px;
}

  .fieldset .title,
  .section .title {
    margin: 0 0 15px;
    font-size: 18px;
  }

.form-fields {
  position: relative;
  margin: 0 0 30px 0;
}

.required {
  margin: 0 -8px 0 3px; /*siblings offset*/
  vertical-align: top;
  font-size: 20px;
  font-weight: normal;
  color: #e4434b;
}

.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error, .password-error {
  display: block;
  text-align: left;
  font-size: 13px;
  color: #e4434b;
  margin-top: 5px;
  order: 3;
}

.field-validation-valid,
.username-available-status {
  display: block;
  text-align: left;
  font-size: 13px;
  color: #4cb17c;
  order: 3;
}

.inputs .message-error,
.inputs .field-validation-error,
.inputs .username-not-available-status,
.inputs .poll-vote-error, .inputs .password-error {
  display: block;
  text-align: left;
  font-size: 13px;
  color: #e4434b;
  margin-top: 5px;
  order: 3;
}


.inputs .field-validation-valid,
.inputs .username-available-status {
  display: block;
  text-align: center;
  font-size: 13px;
  color: #4cb17c;
}


.captcha-box {
  text-align: center;
  line-height: 0; /*firefox line-height bug fix*/
}

  .captcha-box > div {
    display: inline-block;
    max-width: 100%;
  }

  .captcha-box input {
    height: auto;
  }

/********** CHECKOUT **********/

.html-checkout-page .checkout-none {
  display: none;
}

.html-checkout-page #scroll-head {
  display: none !important;
}

.html-checkout-page #header {
  min-height: unset;
}

#checkout-header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 0;
  position: relative;
  box-shadow: 0px 10px 30px #00000029;
}

  #checkout-header .header-logo {
    width: fit-content;
    position: unset;
  }

#checkout-breadcrumbs {
  display: flex;
  gap: 10px;
  line-height: 22px;
  padding: 31px 15px 20px;
  flex-wrap: wrap;
  justify-content: center;
  border-bottom: 1px solid #B6B5B4;
  font-family: 'Geologica', sans-serif;
  font-weight: 200;
}

  #checkout-breadcrumbs span {
    font-family: 'Geologica', sans-serif;
    font-weight: 200;
  }

  #checkout-breadcrumbs .active + span,
  #checkout-breadcrumbs .active {
    font-family: 'Geologica', sans-serif;
    font-weight: 500;
  }

.checkout-content {
  margin-top: 76px;
}


#checkout-steps h2 {
  margin-bottom: 32px;
  font-size: 22px;
  line-height: 30px;
}

.radio-inputs {
  display: flex;
  gap: 30px;
}

#checkout-invoice {
  margin-bottom: 45px;
}

  #checkout-invoice .radio-inputs {
    margin: 20px 0;
  }

.radio-inputs div {
  display: flex;
  align-items: center;
}


#checkout-invoice input[type="radio"],
#payment-method-block input,
#co-shipping-method-form input {
  appearance: none;
  width: 23px;
  height: 23px;
  background: #fff;
  outline: 1px solid #25282A;
  border-radius: 50%;
  flex-shrink: 0;
}


    #checkout-invoice input[type="radio"],
    #co-shipping-method-form input[type="radio"] {
      margin: 0;
      cursor: pointer;
    }

#checkout-invoice label,
#co-shipping-method-form label{
  cursor: pointer;
  padding-left: 14px;
}

#payment-method-block .payment-details > input {
/*  margin-right: 34px;*/
  position: absolute;
  left: 16px;
}

#checkout-invoice input[type="radio"]:checked,
#payment-method-block input:checked,
#co-shipping-method-form input:checked {
  border: 6px solid #fff;
  background: #030303;
}


.comments-checkout {
    margin-top: 56px;
}

  .comments-checkout h2 {
      margin-bottom: 25px;
  }

  .address-select {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .address-select .address-item {
    width: calc(50% - 10px);
    font-size: 14px;
    line-height: 24px;
  }

    .address-select .address-item input {
      display: none;
    }

    .address-select .address-item label {
      display: flex;
      flex-direction: column;
      justify-content: center;
      border: 2px solid #EEF1F2;
      height: 90px;
      padding: 10px 23px;
      background-color: #FFFFFF;
      cursor: pointer;
      width: 100%;
      font-family: 'Geologica', sans-serif;
      font-weight: 200;
      font-size: 16px;
      line-height: 22px;
    }

      .address-select .address-item label.new-billing,
      .address-select .address-item label.new-shipping {
        flex-direction: unset;
        justify-content: space-between;
        column-gap: 10px;
        align-items: center;
      }
      .address-select .address-item label.new-billing a,
      .address-select .address-item label.new-shipping a {
        width:100%;
        padding:10% 0;
      }
      .address-select .address-item label.new-billing a img,
      .address-select .address-item label.new-shipping a img {
        float:right;
      }

    .address-select .address-item input:checked + label {
      border-color: #707070;
    }

    .address-select .address-item label .address-summary {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
    }

.checkout-page .section {
  margin: 0 0 30px;
}

  .checkout-page .section.order-summary {
    margin: 100px 0 30px;
  }

.checkout-page .cart-options {
  min-height: 60px;
  overflow: hidden;
}

.checkout-page .cart-footer {
  border-top: none;
}

.checkout-page .button-1 {
  display: inline-block;
  min-width: 140px;
  border: none;
  background-color: #4ab2f1;
  padding: 10px 30px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}

#order-summary-form h2 {
  margin-bottom: 35px;
}

#order-summary-form .item {
  padding: 16px 10px 20px;
  border-top: 1px solid #D8D8D8;
}

#order-summary-form .cart-footer .total-info {
    padding: 30px 20px 34px;
}


#order-summary-form .item.first {
  border: none;
}

.checkout-page .classic-inputs input,
.checkout-page .classic-inputs select {
  max-width: 465px;
  width: 100%;
}

.checkout-page .button-1:hover,
.checkout-page .button-1:focus {
  background-color: #248ece;
}

.enter-address .message-error {
  margin: 20px 0;
}

.checkout-page .ship-to-same-address {
  padding: 30px 0;
}

.vat-number-warning {
  text-align: center;
  font-size: 13px;
  color: #e4434b;
  margin-top: 5px;
}

  .vat-number-warning a {
    text-decoration: underline;
  }

.checkout-page .pickup-in-store {
  text-align: center;
}

  .checkout-page .pickup-in-store .selector * {
    cursor: pointer;
  }

.select-pickup-point {
  text-align: center;
}

.checkout-page .pickup-points-map {
  min-width: 400px;
  min-height: 350px;
  vertical-align: middle;
  margin-top: 5px;
  margin-bottom: 5px;
}

.checkout-page .edit-address-button {
  float: right;
  margin: 20px 10px 10px 12px;
}

.checkout-page .delete-address-button {
  float: right;
  margin: 20px 0 10px 0;
}

#payment-method-block img {
  margin-right: 32px;
}

li.paymethod-info {
  display: none;
}

  li.paymethod-info.active-info {
    display: block;
    font-weight: normal;
    padding: 12px 15px;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Geologica', sans-serif;
    font-weight: 200;
  }


#shipping-methods-form .method-name,
#payment-method-block .payment-details,
#payment-method-block .payment-details label {
  display: flex;
  align-items: center;
}

.opc .section.payment-method {
  margin-bottom: 30px;
}

  .opc .section.payment-method ul {
    row-gap: 10px;
  }

#payment-method-block .payment-details {
  position: relative;
}

  #payment-method-block .payment-details label {
    border: 1px solid #2F2F2F;
    padding: 6.5px 15px 6.5px 86px;
    min-height: 45px;
    width: 100%;
    cursor: pointer;
    font-family: 'Geologica', sans-serif;
    font-weight: 200;
  }

.shipping-method .method-list,
#payment-method-block .method-list {
  margin: 0 auto 30px;
  overflow: hidden;
  font-size: 16px;
}

.shipping-method .method-description {
  margin-left: auto;
  margin-right: 5px;
  color: #9B9B9B;
  font-size: 14px;
  text-align: right;
  max-width: 200px;
}

.payment-method .payment-logo {
  display: inline-block;
  vertical-align: middle;
}

  .payment-method .payment-logo label {
    display: block;
    font-size: 0 !important;
  }

#confirm-order-buttons-container {
    margin-top: 30px;
}

#checkout-steps .inputs-checkbox input[type="checkbox"] + label {
  font-family: 'Geologica', sans-serif;
  font-weight: 200;
}

.payment-info .info {
  background-color: #EFEFEF;
  padding: 25px 22px 32px;
}

.confirm-order .buttons {
  padding: 10px 0;
}

.confirm-order .button-1 {
  font-size: 16px;
}

.back-to-orders-button {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 16px;
  display: flex;
  align-items:center;
}

  .back-to-orders-button img {
    margin-right: 8px;
  }

.order-details-area {
  gap: 17px 21px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 17px;
}


.order-product-item .prod-image a {
  display: block;
  border-radius: 20px;
}

.order-product-item .prod-image img {
  display: block;
  object-fit: cover;
  margin: 0 20px 0 30px;
}

.order-product-info {
  width: 100%;
  line-height: 19px;
  align-items: center;
}

  .order-product-info > div {
    flex: 1;
  }

.order-review-data .title, .order-list-page .title, .shipment-details-area .title {
  margin: 0 0 20px;
}

.order-finder-page .title,
.order-finder-page h1{
  margin: 0 0 10px;
}

.shipping-info, 
.billing-info,
.shipping-method-info,
.payment-method-info {
  padding: 24px;
  font-size: 16px;
  line-height: 19px;
  background-color: #fff;
}

.product-order-prices {
  gap: 6px;
  text-align:right;
  margin-right:20px;
}


  .product-order-prices > div {
    margin: 0 0 5px;
  }

.div-title {
}

.order-product-info a {
  margin-bottom: 8px;
  display: block;
}

.order-review-data li,
.order-details-area li,
.shipment-details-area li {
  padding: 3px 0;
}

  .order-review-data li .value,
  .order-details-area li .value,
  .shipment-details-area li .value {
    font-weight: normal;
  }

.order-completed-page {
  margin: 40px auto 80px;
}

  .order-completed-page h1 {
    margin: 0 0 10px;
  }

.order-completed .details {
  margin: 0 0 30px;
  padding: 30px 15px;
  text-align: center;
  color: #444;
}

  .order-completed .details div {
    margin: 5px 0;
  }

  .order-completed .details strong {
    text-transform: uppercase;
  }

  .order-completed .details a {
    font-weight: bold;
    margin-top: 15px;
    display: block;
  }

    .order-completed .details a:hover,
    .order-completed .details a:focus {
      text-decoration: underline;
    }

.opc .section {
  margin: 0 0 30px;
}

  .opc .section.select-billing-address {
    margin-bottom: 18px;
  }


  .opc .section > label {
    display: block;
    margin: 0 0 10px;
  }

.opc select {
  max-width: 100%;
}

.opc .checkout-buttons {
  margin-top: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.opc .btn {
  min-width: 218px;
}

.opc .back-link {
  display: flex;
  align-items: center;
}

  .opc .back-link img {
    margin-right: 12px;
  }

.opc .buttons .please-wait {
  display: block;
  margin: 10px 0 0;
  background: none;
}

.opc .section.ship-to-same-address {
  margin: 0 0 20px;
  padding: 0;
}

.shipping-title {
    margin-top: 45px;
}

#checkout-step-shipping {
  margin-top: 20px;
}

.opc .section.pickup-in-store {
  margin-bottom: 30px;
  column-gap: 40px;
}

#pickup-points-form {
  display: none;
}

#checkout-shipping-method-load .method-list {
  gap: 10px 20px;
  flex-wrap: wrap;
}

#checkout-shipping-method-load .method-name input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: none;
}


#checkout-shipping-method-load .method-name {
  background-color: #fff;
  width: 180px;
  min-height: 100px;
  border: 2px solid #EEF1F2;
  height: 100%;
}

  #checkout-shipping-method-load .method-name label {
    padding: 10px;
    color: #000000;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    display: grid;
    height: 100%;
    align-items: flex-end;
    width: 100%;
    font-family: 'Geologica', sans-serif;
    font-weight: 500;
  }

    #checkout-shipping-method-load .method-name label img {
        margin: auto;
    }

    #checkout-shipping-method-load .method-name.active {
      border-color: #707070;
    }

#checkout-shipping-method-load {
  margin-bottom: 50px;
}

.section.pickup-points,
.section.shipping-method {
  margin-bottom: 0;
}

#pickup-points-form .method-list li {
  width: calc(50% - 10px);
  display: flex;
}

#pickup-points-form .method-name {
  width: 100%;
}

  #pickup-points-form .method-name strong {
    color: #2B2926;
  }


  #pickup-points-form .method-name label {
    align-items: flex-start;
  }

.opc .payment-info .info tr {
  text-align: left;
}

.opc .section.order-summary {
  margin: 0;
}

.checkout-white-card {
  max-width: 695px;
  margin: auto;
  background-color: #F4F4F4;
  padding: 54px 20px 80px;
  row-gap: 32px;
}

  .checkout-white-card .regular div {
    margin-top: 28px;
  }

  .checkout-white-card button {
    min-width: 218px;
  }

.completed-content {
  max-width: 1000px;
  margin: 74px auto 0;
  text-align: left;
  gap: 50px;
}

  .completed-content > div {
    flex: 1;
  }

  .completed-content ul.grid-cl {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px 10%;
    justify-content: space-between;
    margin-top: 46px;
  }

  .completed-content ul li,
  .completed-content p {
    font-size: 14px;
    font-family: 'Geologica', sans-serif;
    font-weight: 200;
  }

  .completed-content strong {
    margin-bottom: 14px;
    display: block;
    font-family: 'Geologica', sans-serif;
    font-weight: 500;
  }

  .completed-content h2.title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 14px;
  }

.details-btn {
  margin-top: 16px;
}
.shipping-data {
  padding: 17px 110px 25px 22px;
  border: 1px solid #D8D8D8;
  margin-bottom: 50px;
}
#checkout-steps #checkout-payment-info-load h2 {
  margin-bottom: 10px;
}
.billing-data {
  background-color: #EFEFEF;
  padding: 25px 22px 32px;
  margin-bottom: 50px;
  display:flex;
  gap: 30px 20px;
  flex-wrap:wrap;
}
.billing-data .content{
  width:calc(50% - 10px);
  min-width: 250px;
}
  .billing-data .comments {
    width: 100%;
  }
  .billing-data .comments .value{
    width: 100%;
    border: 1px solid #25282A;
    padding:22px 14px 28px;
  }
  .billing-data .info {
    font-weight:600;
    margin-bottom: 12px;
  }
/****** ORDER DETAILS & SHIPPING DETAILS ******/
.order-details-page .page-title {
  border-bottom: none;
}

  .order-details-page .page-title h1 {
    margin: 0 0 30px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px;
  }

  .order-details-page .page-title a {
    display: inline-block;
    min-width: 180px;
    margin: 5px 0;
    border: none;
    background-color: #aaa;
    background-image: none;
    padding: 10px 20px;
    font-size: 15px;
    color: #fff;
  }

    .order-details-page .page-title a:hover,
    .order-details-page .page-title a:focus {
      background-color: #999;
    }

    .order-details-page .page-title a.print-order-button {
      background-color: #4ab2f1;
    }

      .order-details-page .page-title a.print-order-button:hover,
      .order-details-page .page-title a.print-order-button:focus {
        background-color: #248ece;
      }

.order-details-page .order-overview {
  margin: 0 0 50px;
  line-height: 26px;
  text-align: center;
  font-size: 16px;
  color: #444;
}

  .order-details-page .order-overview .order-number {
    margin: 0 0 10px;
    text-transform: uppercase;
  }

  .order-details-page .order-overview .order-total strong {
    font-weight: normal;
    color: #4ab2f1;
  }

.order-details-page .repost .button-2 {
  display: inline-block;
  margin: 10px 0;
  border: none;
  background-color: #4ab2f1;
  padding: 10px 15px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}

  .order-details-page .repost .button-2:hover,
  .order-details-page .repost .button-2:focus {
    background-color: #248ece;
  }

.order-details-page .download a {
  font-weight: normal;
  color: #4ab2f1;
}

  .order-details-page .download a:hover,
  .order-details-page .download a:focus {
    text-decoration: underline;
  }

.user-agreement-page .terms-of-agreement {
  margin: 0 0 20px;
  padding: 20px;
  text-align: center;
}

.user-agreement-page .button-1 {
  min-width: 140px;
  border: none;
  background-color: #4ab2f1;
  padding: 10px 30px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}

  .user-agreement-page .button-1:hover,
  .user-agreement-page .button-1:focus {
    background-color: #248ece;
  }

.order-details-page .tax-shipping-info {
  margin: 30px 0;
}

  .order-details-page .tax-shipping-info a {
    color: #4ab2f1;
  }

    .order-details-page .tax-shipping-info a:hover,
    .order-details-page .tax-shipping-info a:focus {
      text-decoration: underline;
    }
.order-details-bottom{
    display:flex;
    flex-direction:row-reverse;
    gap:40px;
}
.order-details-bottom > div{
  width:50%;
}
  .order-details-bottom .actions .flex-cl {
    border-bottom: 1px solid #000000;
    padding: 5px 0 15px;
  }
    .order-details-bottom .actions .flex-cl:last-child {
      border: none;
    }
.order-section.totals {
  margin-bottom: 17px;
}

.order-details-page .totals.section {
  width: 370px;
  padding: 0 10px;
  max-width: 100%;
  margin: 0 auto 50px;
}

.order-details-page .total-info {
  padding: 15px 0;
  line-height: 19px;
  gap: 6px;
  font-size: 16px;
}

.order-product-items {
  row-gap: 10px;
}

.order-product-item {
  border: 1px solid #dcdcdc;
  border-left:none;
  border-right:none;
  margin:0 -40px;
  padding:10px 20px 10px 10px;
  font-size: 16px;
}

.order-details-page .total-info > div {
  justify-content: space-between;
}

.order-details-page .total-info .order-total {
  border-top: 1px solid #dcdcdc;
  font-weight:500;
  padding-top:10px;
  margin-top:10px;
}
.order-status-info {
    margin-bottom: 12px;
    padding-bottom: 12px;
    gap: 20px;
}

.order-status-info > div {
    flex:1;
}

  .order-status-info .title {
      color: #2B2926;
  }

  .order-completed-page {
    text-align: center;
  }
.order-completed-page button{
  margin:auto;
}

.left-note .data-table {
    margin-top: 15px;
}

.left-note ul.grid-cl {
  grid-template-columns: 30px 1fr;
  column-gap: 25px;
  font-size: 14px;
  padding: 5px 0;
  position: relative;
}

  .left-note li.img {
    display: inline-flex;
  }

.left-note .created-on {
  justify-content: space-between;
  align-items: center;
  position: relative;
}


.left-note ul.grid-cl:not(:last-child) .created-on:after {
    content: '';
  position: absolute;
  background-color: #F4F4F4;
  height: 1px;
  width: 100%;
  bottom: -10px;
  left: 0;
}


.connect-note {
  height: 100%;
  position: absolute;
  top: 35px;
  background-color: #252828;
  width: 1px;
  left: 15px;
}

.center-2 .account-page.order-details-page {
  margin-bottom: 35px;
  padding: 50px 20px 55px;
  position: relative;
}

  .center-2 .account-page.order-details-page .back-to-orders-button {
    left: 20px;
  }

.order-details-page button {
  margin-left: auto;
}

.return-text {
    padding-left: 18%;
}

  .return-text p {
      font-size: 14px;
      line-height: 22px;
  }
  /********** SHOPPING CART **********/

.order-summary-content h1,
.order-summary-content h2 {
  font-size: 24px;
  line-height: 36px;
}

#shopping-cart-form {
  display: flex;
}

  #shopping-cart-form .items,
  #checkout-steps {
    padding: 0px 12.2% 0 0;
  }

  #shopping-cart-form .item {
    border-bottom: 1px solid #D8D8D8;
    padding: 25px 0;
    column-gap: 20px;
  }

    #shopping-cart-form .item .picture {
      flex: 1 1 114px;
    }

      #shopping-cart-form .item .picture img {
          object-fit: contain;
      }


.cartItem-details {
  justify-content: space-between;
  flex: 1 1 calc(100% - 134px);
  column-gap: 20px;
  padding-top: 10px;
}

.cartItem-desc {
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cartItem-details .spec-info {
  margin-top: 20px;
}

        #shopping-cart-form .item .product {
          height: fit-content;
        }

#shopping-cart-form .item.first {
  border-top: 1px solid #D8D8D8;
}

#shopping-cart-form .item .name a {
  line-height: 21px;
}

  #shopping-cart-form .item .name a:hover {
      text-decoration: underline;
  }

  #shopping-cart-form .item .price-and-removal {
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

#shopping-cart-form .remove-btn {
  font-size: 16px;
  text-decoration: underline;
  margin-top: 2px;
}

.cart-item-details {
  row-gap: 21px;
  justify-items: end;
}

.shopping-cart-page .related-prods {
    margin-top: 0;
}

.order-progress {
  margin: 0 0 50px;
  background-color: #f6f6f6;
  padding: 15px 0;
  text-align: center;
}

  .order-progress ul {
    font-size: 0;
  }

  .order-progress li {
    display: inline-block;
    margin: 10px;
  }

  .order-progress a {
    display: block;
    min-width: 70px;
    font-size: 14px; /*reset zeroing*/
    color: #444;
  }

    .order-progress a:before {
      content: "";
      display: block;
      width: 40px;
      height: 40px;
      margin: 0 auto 15px;
      border: 1px solid #bbb;
      background: #fff url('../images/pointer.png') center no-repeat;
    }

  .order-progress li.active-step a {
    cursor: pointer;
  }

  .order-progress li.inactive-step a {
    opacity: 0.3;
    cursor: default;
  }

.shopping-cart-page .order-summary-content {
  margin-top: 50px;
}

.shopping-cart-page .page-title {
  margin-bottom: 35px;
}

#shopping-cart-form .cart-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  gap: 10px;
}

.remove-all-button {
  font-size: 16px;
  text-decoration: underline;
}

.go-back-button {
  display: flex;
  align-items: center;
  column-gap: 12px;
  font-size: 16px;
}


.shopping-cart-page .message-error {
  padding: 20px 0;
  border-bottom: 1px solid #2B2926;
  font-size: 18px;
}

.shopping-cart-page td .message-error {
  margin: 10px 0 0;
  text-align: left;
}

.shopping-cart-page .checkout-attributes a {
  color: #4ab3f1;
}

  .shopping-cart-page .checkout-attributes a:hover,
  .shopping-cart-page .checkout-attributes a:focus {
    text-decoration: underline;
  }

.shopping-cart-page .tax-shipping-info {
  margin: 20px 0;
  text-align: center;
}

  .shopping-cart-page .tax-shipping-info a {
    color: #4ab3f1;
  }

    .shopping-cart-page .tax-shipping-info a:hover,
    .shopping-cart-page .tax-shipping-info a:focus {
      text-decoration: underline;
    }

.shopping-cart-page .common-buttons {
  margin: 0 0 60px;
  background-color: #f6f6f6;
  padding: 20px;
  font-size: 0;
}

  .shopping-cart-page .common-buttons button {
    display: inline-block;
    min-width: 180px;
    margin: 5px;
    border: none;
    background-color: #aaa;
    padding: 10px 20px;
    font-size: 15px;
    color: #fff;
  }

    .shopping-cart-page .common-buttons button:hover,
    .shopping-cart-page .common-buttons button:focus {
      background-color: #999;
    }

    .shopping-cart-page .common-buttons button:first-child {
      background-color: #4ab2f1;
    }

      .shopping-cart-page .common-buttons button:first-child:hover,
      .shopping-cart-page .common-buttons button:first-child:focus {
        background-color: #248ece;
      }


.checkout-attributes {
  margin: -30px 0 30px;
  color: #444;
}

  .checkout-attributes dt {
    margin: 0 0 5px;
    font-weight: bold;
  }

  .checkout-attributes dd {
    margin: 0 0 20px;
  }

  .checkout-attributes input[type="text"],
  .checkout-attributes select {
    min-width: 170px;
  }

  .checkout-attributes ul {
    font-size: 0;
  }

  .checkout-attributes li {
    display: inline-block;
    margin: 5px;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 8px 10px;
    font-size: 14px; /*reset zeroing*/
  }

  .checkout-attributes .attribute-squares li {
    border: none;
    padding: 0;
    line-height: 0;
  }

  .checkout-attributes li label {
    display: inline-block;
    margin: 0 0 0 5px;
  }

.selected-checkout-attributes {
  margin: 30px 0;
  color: #444;
}

  .selected-checkout-attributes br {
    content: "";
    display: block;
    margin: 3px;
  }


.page.shopping-cart-page {
  overflow: unset;
  margin: 27px 0 50px;
}

.shopping-cart-page .smaller-content,
.checkout-page .smaller-content {
  margin-bottom: 52px;
}

.order-summary-content .name a {
  margin-bottom: 9px;
}

.order-summary-content .attributes,
.order-summary-content .quantity {
  color: #2B2926;
}

.summary-coupon-card {
  background-color: #F4EFEA;
  margin: 22px 32px 0;
  border-radius: 10px;
}

  .summary-coupon-card > div:first-child {
    padding: 18px 36px 12px 27px;
  }

  .summary-coupon-card .cart-collaterals strong {
    margin-left: 0;
  }

  .summary-coupon-card details {
    border-top: 1px solid #B6B5B4;
  }

.cart-footer:after {
  content: "";
  display: block;
  clear: both;
}

.cart-footer .total-info {
  padding: 0 10px;
}

.cart-total td {
  width: 50%;
  padding: 0 0 10px 0;
  text-align: right;
  font-size: 16px;
  font-family: 'Geologica', sans-serif;
  font-weight: 200;
}

.cart-total .order-total td {
  padding: 12px 0 48px;
}

.cart-total td:first-child {
  text-align: left;
}

.cart-total strong {
  font-size: 16px;
}

.cart-total .giftcard-remaining {
  display: block;
  font-style: italic;
}

.cart-total .order-total {
  border-top: 1px solid #D8D8D8;
  
}

  .cart-total .order-total td {
    font-family: 'Geologica', sans-serif;
    font-weight: 500;
  }

.min-amount-warning {
  margin: 0 0 20px;
  padding: 0 30px;
  color: #e4434b;
}

.cart-footer h2 {
  margin-bottom: 32px;
}

.cart-footer .checkout-disabled {
  font-size: 20px;
  text-align: center;
  background: #ffa500;
  border: 1px solid #c3891e;
  color: #fff;
  padding: 15px 50px;
}

.cart-footer .checkout-button {
  width: 100%;
}

.cart-footer .addon-buttons {
  margin-top: 36px;
}

.coupon-card {
  margin-bottom: 40px;
}

.cart-collaterals strong {
  margin: 0 0 10px;
  display: block;
}

.order-summary-content
.cart-collaterals .name a {
  margin-bottom: 2px;
}

.grey-summary-card {
  background-color: #EFEFEF;
  padding: 35px 10px 32px;
}

#order-summary-checkout .grey-summary-card {
    padding: 0;
}

.checkout-items {
  max-height: 40vh;
  overflow: hidden auto;
}
  .checkout-items .item .info {
      margin-bottom: 14px;
  }


  .checkout-items::-webkit-scrollbar {
    width: 5px;
    height: 100%;
  }

  .checkout-items::-webkit-scrollbar-track {
    background: #fff;
  }

  .checkout-items::-webkit-scrollbar-thumb {
    background-color: #2B2926;
    border-radius: 25px;
    border: 2px solid #2B2926;
  }

.checkout-page {
  overflow: unset;
}

.cart-collaterals summary {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 8px 36px 8px 27px;
}

  .cart-collaterals summary + div {
    padding: 0 36px 32px 27px;
  }

  .cart-collaterals summary img {
    margin-right: 24px;
  }

.right-summary-content .cart-total .order-total td {
  padding-bottom: 0;
}

.cart-collaterals summary::after {
  content: "";
  background: url('../imgs/details-arrow.svg') no-repeat center;
  text-align: center;
  width: 34px;
  height: 34px;
  margin-left: auto;
  transform: rotate(90deg);
}

.cart-collaterals[open] summary::after {
  transform: rotate(-90deg);
}

.cart-collaterals .deals {
  /*  margin: 10px 0 17px;*/
}

.cart-collaterals .button-2 {
  display: inline-block;
  border: none;
  background-color: #aaa;
  padding: 10px 15px;
  color: #fff;
  text-transform: uppercase;
}

  .cart-collaterals .button-2:hover,
  .cart-collaterals .button-2:focus {
    background-color: #999;
  }

.cart-collaterals .title {
  margin: 0 0 5px;
  font-size: 18px;
  color: #444;
}

  .cart-collaterals .title strong {
    font-weight: normal;
  }

.cart-collaterals .hint {
  margin: 0 0 10px;
}

.coupon-card .deals > div:first-child {
  margin: 0 0 12px;
}

.cart-collaterals .coupon-code {
   border-radius: 0;
  border: 1px solid #2B2926;
  display:flex;
  justify-content: space-between;
}

  .cart-collaterals .coupon-code input {
    height: 45px;
    min-height: 45px;
    padding: 12px 9px;
    appearance:none;
    border:none;
  }

    .cart-collaterals .coupon-code input::placeholder {
      opacity: 1;
      color: #9B9B9B;
    }

  .cart-collaterals .coupon-code button {
    transition: .2s ease-in-out;
    width: fit-content;
    padding: 0 20px;
    background-color: #000000;
    color: #fff;
    font-size: 16px;
    border-left: 1px solid transparent;
  }

    .cart-collaterals .coupon-code button:hover,
    .cart-collaterals .coupon-code button:focus {
      background-color: #D8D8D8;
      color: #000000;
      border-left: 1px solid #000;
    }

.cart-collaterals .message-failure {
  margin: 5px 0 0;
  font-size: 12px;
  color: #e4434b;
}

.cart-collaterals .message-success {
  margin: 10px 0 0;
  font-size: 14px;
  color: #4cb17c;
  font-family: 'Geologica', sans-serif;
  font-weight: 500;
}

.cart-collaterals .current-code {
  margin: 10px 0 0;
  font-weight: bold;
  display: flex;
  align-items: center;
  font-family: 'Geologica', sans-serif;
  font-weight: 500;
}

.remove-discount-button,
.remove-gift-card-button {
  width: 13px;
  height: 15px;
  background: url('../imgs/delete.svg') center no-repeat;
  cursor: pointer;
  margin-left: 10px;
}

.cart-collaterals .shipping select {
  height: 36px;
}

.cart-collaterals .shipping-results {
  margin: 30px 0 0;
}

  .cart-collaterals .shipping-results li {
    margin: 20px 0;
  }

    .cart-collaterals .shipping-results li strong {
      display: block;
      margin: 0 0 5px;
      color: #444;
    }

.shopping-cart-page .no-data {
  margin: 50px auto 0;
  text-align: center;
}

  .shopping-cart-page .no-data h1 {
    margin-bottom: 16px;
  }

  .shopping-cart-page .no-data a {
    margin: 40px auto 0;
  }

.cross-sells h3 {
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 30px;
}
/********** PRODUCT REVIEWS **********/

.product-reviews-page .page-title {
  margin-bottom:20px;
  text-align:center;
}

.product-reviews-page h1 {
  font-size: 26px;
  line-height: 32px;
  padding: 20px 0;
}

.product-reviews-page h1 a {
  color: #ffb549;
  font-size: 24px;
}

  .product-reviews-page .acc-content {
      padding: 30px 0 50px;
  }

  .product-reviews-page h1 a:before,
  .product-reviews-page h1 a:after {
    content: "''";
  }

#review-form {
  background-color: rgba(255,181,73, 0.8);
  padding: 30px 20px;
  border: 1px solid #2B2926;
}
  #review-form .classic-inputs input,
  #review-form textarea {
    width: 100%;
    background: #fff;
  }

.product-reviews-page .title {
  margin: 0 0 30px;
  font-size: 22px;
  text-align:center;
}

.write-review {
  margin: 0 0 60px;
}

  .write-review .fieldset {
    margin: 0 0 30px;
  }

  .write-review .review-rating {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
  }

    .write-review .review-rating label {
      display: block;
      margin: 0 0 5px;
      font-size: 14px;
    }

    .write-review .review-rating div.first,
    .write-review .review-rating div.last {
      font-weight:bold;
    }

    .write-review .review-rating div.rating-options {
      padding-top: 2px;
    }

      .write-review .review-rating div.rating-options input {
        vertical-align: baseline;
        appearance: none;
        -webkit-appearance: none;
        width: 12px;
        height: 12px;
        outline: 1px solid #2B2926;
        border-radius: 50%;
        background: #EEF1F2;
      }

        .write-review .review-rating div.rating-options input:checked {
          background: #2B2926;
          border: 2px solid #EEF1F2;
          outline-color: #2B2926;
        }

  .write-review .captcha-box {
    margin: 15px 0 0;
  }

  .write-review .button-1 {
    border: none;
    background-color: #4ab2f1;
    padding: 10px 25px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
  }

    .write-review .button-1:hover,
    .write-review .button-1:focus {
      background-color: #248ece;
    }

.product-reviews-page .result,
.product-reviews-page .message-error {
  margin: 30px 0;
  font-size: 16px;
  font-weight:bold;
  text-align:center;
}

.product-review-list {
  overflow: hidden;
}

.product-review-item {
  margin: 0 0 40px;
}

  .product-review-item .review-item-head {
    overflow: hidden;
    background-color: rgba(255,181,73, 0.8);
    padding: 10px;
    border: 1px solid #2B2926;
  }

  .product-review-item .review-title {
    line-height: 20px;
    font-size: 15px;
  }

  .product-review-item .product-review-box {
    margin: 3px 0 0;
  }

  .product-review-item .review-content {
    padding: 20px 0 0;
    border: 1px solid #2B2926;
  }

  .product-review-item .review-text {
    margin: 0 0 30px;
    padding: 0 10px;
    font-size:16px;
    line-height: 22px;
  }

  .product-review-item .avatar {
    margin: 0 0 10px;
  }

  .product-review-item .reply {
    margin: 15px 0;
    border-top: 1px solid #ddd;
  }

  .product-review-item .reply-header {
    margin: 15px 0;
    font-weight: bold;
  }

  .product-review-item .reply-text {
    line-height: 22px;
  }

  .product-review-item .review-info {
    padding: 0 10px 10px;
    gap: 5px;
  }
  .product-review-item .user span {
    font-weight: bold;
  }

  .product-review-item .review-info label {
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #9B9B9B;
  }

  .product-review-item span {
      letter-spacing: -.5px;
  }

.product-review-helpfulness {
  border-top: 1px solid #EEF1F2;
  font-size: 14px;
  padding: 10px;
}

.product-review-item .review-info a,
.product-review-helpfulness .vote {
  display: inline-block;
  padding: 0 5px;
  color: #ffb549;
  cursor: pointer;
  text-decoration: underline;
}

.product-review-helpfulness .question {
  margin: 0 5px 0 0;
  font-style: italic;
}

.product-review-helpfulness .result {
  margin: 0 0 0 10px;
}

.product-review-item .review-type-rating-ext {
  overflow: hidden;
  margin: 0 0 20px;
}