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;
  font-size: 16px;
  line-height: 24px;
}

/*********** 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, 0.5) solid;
}

.popup-notification.error {
  border: 2px rgba(228, 68, 76, 0.5) solid;
}

.popup-notification.warning {
  border: 2px rgba(243, 156, 18, 0.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;
}

/*********** 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%;
}

.discover-template .page-body img {
  border-radius: 20px;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.discover-template td p {
  padding: 0 10%;
}

.discover-template table {
  border: none;
  margin: 40px 0;
}

/* 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-menu.ui-autocomplete {
  max-height: 450px;
  box-shadow: none;
  overflow: auto;
  background-color: #fff;
  text-align: left;
  padding: 27px 20px 0px;
  left: -32px !important;
  border-radius: 20px;
  top: 54px !important;
  pointer-events: auto;
  width: calc(100% + 100px) !important;
  border: 10px solid transparent;
}

.ui-menu.ui-autocomplete::-webkit-scrollbar {
  width: 3px;
  height: 80%;
  max-height: 400px;
}

.ui-menu.ui-autocomplete::-webkit-scrollbar-track {
  background: #f4efea;
  border-radius: 25px;
}

.ui-menu.ui-autocomplete::-webkit-scrollbar-thumb {
  background-color: #215732;
  border-radius: 25px;
  border: 2px solid #215732;
}

.ui-menu.ui-autocomplete li a {
  display: flex;
}

.ui-autocomplete img {
  margin: 0 17px 0 0;
  vertical-align: middle;
  border-radius: 10px;
  border: 1px solid #215732;
}

.ui-menu .ui-menu-item {
  margin-bottom: 14px;
}

.ui-autocomplete span {
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #2b2926;
  width: calc(100% - 67px);
  padding-top: 7px;
}

#search-auto-btn {
  position: sticky;
  bottom: 0;
  background: #fff;
  padding: 26px 0 40px;
}

#search-auto-btn a {
  margin: auto;
  color: #fff;
}

.ui-menu .ui-menu-item a:hover span {
  color: #215732;
  text-decoration: underline;
}

#search-auto-btn a:hover {
  color: #215732;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: none;
  background: none;
  font-weight: normal;
  color: #2b2926;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: 0;
}
/*#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;
}

.theme-selector {
  margin: 10px 0 0;
}

.theme-selector select {
  width: 170px;
}

/********** PRODUCT PAGE **********/

.product-details-page {
  padding-top: 16px;
}

.product-essential {
  display: flex;
  text-align: left;
  position: relative;
}
.product-essential > div {
  width: 50%;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.product-essential > div::-webkit-scrollbar {
  display: none;
}

.gallery-mode .product-essential {
  width: 100%;
  height: auto;
}
.gallery-mode .product-essential > div {
  width: 100%;
  overflow: hidden scroll;
  scroll-behavior: smooth;
  scrollbar-width: none;
  cursor: pointer;
}
.gallery .picture {
  cursor: zoom-in;
}
.gallery {
  display: flex;
}
#main-picture img {
  border-radius: 20px;
}
#zoom-gallery {
  display: none;
}

/*.html-product-photos-page,
.html-product-photos-page body {
  height: 100%;
}*/
.html-product-photos-page,
.html-product-photos-page body {
  height: 100%;
}
.zoom-gallery {
  background-color: #fff;
  border-radius: 10px;
  /* height: 100%; */
  padding-bottom: 36px;
}
#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-picture img {
  width: 550px;
  max-height: 670px;
}
.zoom-gallery .gallery {
  display: flex;
  justify-content: center;
  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 {
  border-radius: 10px;
  transform: translateZ(0px);
  border: 3px solid #fff;
  width: 100%;
  height: 100%;
  max-width: 940px;
  margin: auto;
}

#zoom-gallery iframe {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
#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-header .zoom-in-button {
  margin-right: 17px;
}
#gallery-header .zoom-out-button {
  margin-left: 17px;
}
.zoom-border {
  width: 90px;
  color: #2b2926;
}
#main-pictures {
  position: relative;
}
#main-pictures .product-tags-list {
position: absolute;
display: flex;
flex-direction: column;
gap: 10px;
top: 30px;
left: 35px;
align-items: flex-start;
}
#main-pictures .product-tags-list li {
  padding: 5px 10px;
  border: 1px solid #215732;
  border-radius: 5px;
  color: #215732;
  font-size: 10px;
  text-transform: uppercase;
}
#thumb-pictures {
  margin: 0 20px 0 0;
  overflow: auto;
  min-width: 100px;
}
#thumb-pictures a {
  min-width: 100px;
}
.gallery-mode #thumb-pictures {
  position: fixed;
  top: unset;
  bottom: 0;
  left: 0;
  padding: 30px;
}
#thumb-pictures .thumb-picture {
  opacity: 0.7;
  margin-bottom: 10px;
  display: block;
  border: 1px solid #215732;
  border-radius: 10px;
  overflow: hidden;
}
#thumb-pictures .thumb-picture.active {
  opacity: 1;
  border: 1px solid #041e3a;
}

#thumb-pictures .thumb-picture img {
  display: flex;
  object-fit: cover;
  object-position: top;
}

.gallery-mode .gallery-mode-hide {
  display: none;
}

.gallery-mode .gallery .picture {
  cursor: default;
}

.gallery .picture img,
.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;
}
.gallery .made-with-care {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  background-color: #ffb549;
  font-weight: bold;
  border-bottom: 2px solid #9fa0a1;
  padding: 14px 0;
}
#close-gallery-mode-button {
  display: none;
}

.gallery-mode #close-gallery-mode-button {
  display: block;
  position: fixed;
  top: 205px;
  right: 40px;
  width: 43px;
  height: 43px;
  padding: 0px;
  cursor: pointer;
  z-index: 1001;
}
.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: 18px;
}

.overview .product-name {
  margin: 20px 0 5px;
  text-align: left;
}

.overview .product-name h1 {
  font-size: 28px;
  font-weight: normal;
}

.overview .short-description {
  margin: 0 0 10px;
  line-height: 24px;
  font-size: 14px;
}

.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-buttons {
  font-size: 0;
}

.overview-buttons .add-to-wishlist-button {
  appearance: none;
}

.overview-buttons .add-to-wishlist-button svg {
  border-radius: 100%;
  box-shadow: 0px 5px 20px #00000029;
  display: block;
}
.overview-buttons .add-to-wishlist-button svg:hover {
}

.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: 0 0 10px;
}

.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 {
  color: #7c7f6c;
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 19px;
}

.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 .prices,
.variant-overview .prices {
  margin: 0 0 40px;
  gap: 12px;
}

.overview .prices > div > span,
.variant-overview .prices > div > span {
  vertical-align: middle;
}
#product-colors {
  margin: 0 0 30px;
}
.attr-title {
  font-size: 14px;
  margin: 0 0 15px 0;
}

.overview .old-product-price,
.variant-overview .old-product-price,
.overview .non-discounted-price,
.variant-overview .non-discounted-price {
  font-size: 16px;
  color: #9b9b9b;
  text-decoration: line-through;
  line-height: 21px;
}

.overview .product-price,
.variant-overview .product-price {
  line-height: 21px;
  color: #2b2926;
}

.product-price.red {
  color: #990000;
}

.overview .tax-shipping-info a,
.variant-overview .tax-shipping-info a {
  color: #4ab2f1;
}

.discount-percent {
  color: #fff;
  font-size: 14px;
  background-color: #990000;
  border-radius: 100px;
  padding: 2px 10px 2.5px;
}

.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;
}

.related-prods-section h2 {
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 30px;
}
/* colors */
.product-color-list {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.product-color-list input {
  display: none;
}
.attributes .product-color-list label {
  display: block;
  width: 37px;
  height: 37px;
  border: 1px solid #b6b5b4;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 14px;
  padding: 0;
}
.product-color-list input:checked + label {
  background: #2b2926 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 30px #00000029;
  color: #fff;
}

.other-color-option {
  display: none;
}

.other-color-option a {
  padding: 12.5px 32px 12.5px 16px;
  transition: 0.3s ease-in-out;
}

.other-color-option a:hover {
  background-color: rgba(155, 155, 155, 0.4);
}

.select-attr .value-text {
  justify-content: space-between;
}

.child-color .flex-cl {
  column-gap: 11px;
  line-height: 20px;
}

.multi-colors {
  cursor: pointer;
}

.other-color-option.active-color {
  display: block;
}

.multi-colors.active-options:after {
  transform: scaleY(-1);
}

.overview-container .action-buttons {
  display: flex;
  margin: 40px 0 30px;
}

.overview .add-to-cart {
  margin: 0 15px 0 0;
}

.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;
  padding: 12px 36px;
}

#product-details {
  margin: 30px 0 0;
  border-top: 1px solid #215732;
}

#product-details details {
  border-bottom: 1px solid #215732;
  font-size: 14px;
  line-height: 28px;
}

#product-details summary {
  color: #215732;
  position: relative;
  font-weight: bold;
  padding: 12px 0;
  list-style: none;
  cursor: pointer;
  border: none;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#product-details details div,
#product-details details ul {
  margin-bottom: 25px;
}

#product-details details:first-child ul,
#product-details details:first-child ol {
  list-style: unset;
  padding-left: 20px;
}

#product-details summary:after {
  content: "";
  background: url("../imgs/drop-down-arrow.svg");
  width: 11px;
  height: 7px;
  margin-right: 3px;
}
#product-details details[open] summary:after {
  transform: rotate(180deg);
}
.care-info-item {
  background-color: #f9f9f9;
  padding: 12px 15px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  border-radius: 10px;
}
.care-info-item img {
  height: 48px;
  width: 63px;
  margin-right: 10px;
  background-color: #fff;
  border-radius: 10px;
  padding: 14px;
}

.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 li label {
  padding: 12.5px 32px 12.5px 16px;
  transition: 0.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;
}

.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 {
  grid-template-columns: 1fr 1fr;
  position: relative;
}

.product-banner h4 {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 24px;
}
.product-banner::after {
  content: "";
  background-color: #fff;
  width: 100%;
  height: calc(100% - 74px);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 100px 100px 0px 0px;
}

.product-banner .collect-banner .flex-cl {
  padding: 140px 135px 40px;
  flex-direction: column;
  height: 100%;
}

.product-banner .collect-banner .desc {
  margin: auto 0 22px;
  max-width: 600px;
  line-height: 24px;
}

.product-banner .full-img {
  border-radius: 100% 100% 0 0;
  max-width: 500px;
  margin: auto;
  padding: 0 0 40px;
}

.collection-prod-section {
  font-size: 3.2vw;
  line-height: 4.17vw;
  padding: 100px 16.8% 18px;
  margin: auto;
  text-align: left;
}

.related-prods {
  margin-top: 90px;
  padding: 24px 0 140px;
  margin-bottom: -74px;
}

.attributes select {
  width: auto;
  min-width: 100px;
  max-width: 100%;
}

.attributes .datepicker {
  width: 280px;
  text-align: center;
  color: #444;
}

.attributes .qty-box input {
  width: 48px;
  height: 32px;
  text-align: center;
}

.attributes .option-list:not(.attribute-squares) .disabled {
  opacity: 0.5;
  pointer-events: none;
}

.attributes .attribute-squares .disabled .attribute-square {
  cursor: default;
  opacity: 0.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: 0;
  display: inline-block;
}

.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: 35px;
  height: 35px;
  border: 1px solid #2b2926;
  cursor: pointer;
  border-radius: 100px;
}

.selected-color .attribute-square {
  outline: 1px solid #215732;
  border: 5px solid #fff;
}

.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;
}

.active-guide {
  background-color: #215732;
  color: #fff;
}

.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: 15px 0 25px 8.91%;
}
.html-account-page .side-2 {
  width: 33%;
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
.html-account-page .center-2 {
  width: 58%;
  margin: 0 9% 50px 0;
}
.html-account-page .center-2 .account-page {
  padding: 55px 40px;
  background-color: #fff;
  border-radius: 20px;
  min-height: 350px;
}
.html-account-page h1 {
  font-size: 22px;
  text-align: center;
  line-height: 29px;
  margin-bottom: 42px;
  color: #215732;
  font-weight: 800;
}
.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;
}
.center-2 > .add-button .btn {
  margin: 18px 0 0 auto;
}
.block-account-navigation .title,
.block-account-navigation li,
#logout {
  padding: 0 2% 0 27%;
}

.block-account-navigation .title {
  font-size: 32px;
  line-height: 44px;
  color: #215732;
}
.block-account-navigation li {
  transition: all 0.3s;
}

.block-account-navigation li a {
  display: flex;
  align-items: center;
  line-height: 30px;
  padding: 5px 0;
}

.block-account-navigation li.active,
.block-account-navigation li:hover {
  font-weight: bold;
}
#nav-customer-info a:before {
  content: url("../imgs/nav-account.svg");
}
#nav-customer-addresses a:before {
  content: url("../imgs/nav-address.svg");
}
#nav-customer-orders a:before {
  content: url("../imgs/nav-order-history.svg");
}
#nav-order-finder a:before {
  content: url("../imgs/nav-track-your-order.svg");
}
#nav-change-password a:before {
  content: url("../imgs/nav-password.svg");
}
#nav-customer-wishlist a:before {
  content: url("../imgs/nav-wishlist.svg");
}
#nav-customer-addresses a:before {
  content: url("../imgs/nav-address.svg");
}
#nav-return-requests a:before {
  content: url("../imgs/nav-returns.svg");
}
.block-account-navigation li a:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 36px;
}
.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%;
}
.change-password-page .classic-inputs input {
  width: 100%;
}

.customer-info-page .btn,
.address-list-page .btn {
  margin-left: auto;
  min-width: 240px;
}

.delete-account {
  margin: 30px 0 0;
  padding: 30px 20%;
  text-align: center;
  background-color: #f4efea;
  font-weight: bold;
  border-radius: 10px;
}
.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: 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: 10px;
}
.order-finder-btn {
  height: 48px;
  display: flex;
  align-items: center;
  margin: auto;
}
.order-finder-btn:hover {
  background: #fff;
  color: #215732;
}
.order-finder-btn img {
  margin-left: 12px;
}

.order-finder .inputs input {
  border: none;
  background: #f9f9f9 0% 0% no-repeat padding-box;
  border: 1px solid #215732;
  border-radius: 100px;
  padding: 0 30px;
  min-height: 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: 43px;
  max-width: 465px;
  margin: 36px auto 40px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.order-finder .data-table:after {
  content: "";
  height: 100%;
  position: absolute;
  top: 30px;
  background-color: #305635;
  width: 1px;
  left: 21.5px;
  z-index: -1;
}
.order-finder .connect-note {
  height: calc(1px + 100%);
  top: 43px;
  z-index: 0;
  left: 21px;
}
.order-finder .created-on {
  font-size: 14px;
}
.order-finder strong {
  font-weight: normal;
}
.order-finder .created-on div {
  font-weight: bold;
}

.order-finder .data-table ul {
  grid-template-columns: 43px 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 {
  width: 43px;
  height: 43px;
  background: #fff;
  border-radius: 100%;
  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 40px 25px 40px;
  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: 6%;
  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 10px;
  display: flex;
  align-items: center;
  padding: 28px 40px;
  font-weight: bold;
  line-height: 22px;
  border: 1px solid #215732;
  border-radius: 20px;
  width: 100%;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.order-list-page .info {
  padding: 16px 40px;
  border-radius: 100px;
}
.address-item {
  display: flex;
}
.address-item:hover .info {
  background-color: #f4efea;
}
.address-item > .controls {
  width: 15px;
  margin-left: 15px;
  padding: 10px 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.address-item:hover > .controls {
  opacity: 1;
}
/** 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: #f4efea;
  border-radius: 10px;
  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: 0;
  border-bottom: 1px solid #215732;
}
#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;
}
.order-details-page .info-headers li,
.order-details-page .info li {
  width: 25%;
}

.order-details-page .info {
  min-height: 95px;
}

.address-list-page .info .name,
.order-list-page .info .name {
  font-size: 16px;
  font-weight: bold;
}

.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: 50px;
}

.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;
}

.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;
}
#guest-blocks .btn {
  margin: auto auto 0 0;
}
#guest-blocks p {
  margin: 0 0 30px;
}
/********** CHECKOUT **********/

.html-checkout-page .checkout-none {
  display: none;
}

.html-checkout-page #header-lower,
.html-checkout-page .top-message {
  display: none !important;
}
.html-checkout-page #header {
  min-height: unset;
}
#checkout-header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px 0 19px;
  border-bottom: 1px solid #b6b5b4;
  position: relative;
}

#checkout-header .header-logo {
  width: fit-content;
  position: unset;
}

#checkout-breadcrumbs {
  display: flex;
  color: #b6b5b4;
  gap: 10px;
  line-height: 22px;
  padding: 18px 15px;
  flex-wrap: wrap;
  justify-content: center;
  font-weight: bold;
}

#checkout-breadcrumbs span {
  font-weight: bold;
  color: #b6b5b4;
}

#checkout-breadcrumbs .active + span,
#checkout-breadcrumbs .active {
  color: #215732;
}

.checkout-content {
  margin-top: 28px;
}

#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 #c4c1bf;
  border-radius: 50%;
  flex-shrink: 0;
  cursor: pointer;
}

#checkout-invoice input[type="radio"] + label,
#co-shipping-method-form input + label {
  padding-left: 12px;
  cursor: pointer;
}

#payment-method-block .payment-details > input {
  margin-right: 34px;
  position: absolute;
  left: 15px;
  cursor: pointer;
}
#checkout-invoice input[type="radio"]:checked,
#payment-method-block input:checked,
#co-shipping-method-form input:checked {
  border: 6px solid #fff;
  background: #030303;
}
.address-select {
  display: flex;
  gap: 13px 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: 1px solid #ffffff;
  height: 90px;
  padding: 10px 23px;
  background-color: #ffffff;
  cursor: pointer;
  border-radius: 20px;
  width: 100%;
}

.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 input:checked + label {
  border-width: 1px;
  border-color: #215732;
}
.address-select .address-item label .address-summary {
  font-weight: bold;
  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: 23px;
}
#order-summary-form .item {
  padding: 22px 32px;
  border-top: 1px solid #b6b5b4;
}

#order-summary-form img {
  border: 1px solid #215732;
}

#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;
  text-align: left;
}

.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 {
  width: 55px;
  height: 35px;
  display: block;
  object-fit: contain;
  margin-right: 32px;
  mix-blend-mode: multiply;
}
  #payment-method-block img.klarna-icon {
    width: 70px !important;
    height: 35px;
  }
li.paymethod-info {
  display: none;
}
li.paymethod-info.active-info {
  display: block;
  font-weight: normal;
  padding: 12px 15px;
  background-color: #e4dbd3;
  font-size: 14px;
  line-height: 20px;
  border-radius: 10px;
}
.payment-method .payment-details.active label {
  background-color: #e4dbd3;
}

#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: 13px;
}

#payment-method-block .payment-details {
  position: relative;
}

#payment-method-block .payment-details label {
  border: 1px solid #215732;
  border-radius: 100px;
  padding: 5px 15px 5px 87px;
  min-height: 45px;
  width: 100%;
  cursor: pointer;
}
.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;
}

.payment-info .info {
  padding: 30px 15px;
  color: #444;
}

.payment-info .info tr {
  display: block;
  margin: 0 0 15px;
  font-size: 0;
}

.payment-info .info td {
  display: inline-block;
  width: 100% !important;
  max-width: 400px !important;
  font-size: 14px; /*reset zeroing*/
}

.payment-info .info td:only-child {
  width: 100% !important;
  max-width: 100% !important;
}

.payment-info .info td input[type="text"] {
  width: 100% !important;
}

.payment-info .info td input[name="CardCode"] {
  width: 65px !important;
}

.payment-info .info td select {
  min-width: 70px;
}

.payment-info .info td:first-child {
  margin: 0 0 10px;
}

.payment-info .info p {
  text-align: center;
}

.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;
}
.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;
  border: 1px solid #215732;
  border-radius: 20px;
  display: block;
  object-fit: cover;
  margin-right: 30px;
}

.order-product-info {
  width: 100%;
  font-size: 14px;
  line-height: 19px;
}

.order-product-info > div {
  flex: 1;
}

.order-review-data .title,
.order-list-page .title,
.shipment-details-area .title {
  margin: 0 0 10px;
}

.order-details-page .title {
  position: relative;
}

.shipping-info,
.billing-info,
.shipping-method-info,
.payment-method-info {
  border: 1px solid #215732;
  padding: 24px;
  font-size: 14px;
  line-height: 19px;
  border-radius: 20px;
}

.order-details-area2 {
  gap: 17px 21px;
  margin-bottom: 17px;
}

.order-note {
  border: 1px solid #215732;
  padding: 24px;
  font-size: 14px;
  line-height: 19px;
  border-radius: 20px;
}

.product-order-prices {
  gap: 6px;
  margin-top: auto;
}

.product-order-prices > div {
  justify-content: space-between;
}

.div-title {
}

.product-order-prices strong,
.order-product-info a {
  font-size: 16px;
}

.order-product-info a {
  margin-bottom: 8px;
  font-size: 14px;
  display: block;
}

.order-review-data li,
.order-details-area li,
.shipment-details-area li {
  padding: 3px 0;
  font-weight: bold;
}
.order-review-data li .value,
.order-details-area li .value,
.shipment-details-area li .value {
  font-weight: normal;
}

.order-completed-page {
  margin: 50px auto;
}
.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: 45px;
  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: 10px;
  transform: rotate(180deg);
}

.opc .buttons .please-wait {
  display: block;
  margin: 10px 0 0;
  background: none;
}

.opc .section.ship-to-same-address {
  margin: 0 0 38px;
  padding: 0;
}

#checkout-step-shipping {
  margin-top: 50px;
}

.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-radius: 20px;
  border: 1px solid #fff;
  height: 100%;
}

#checkout-shipping-method-load .method-name label {
  padding: 10px;
  color: #868686;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  display: grid;
  height: 100%;
  align-items: flex-end;
  width: 100%;
}

#checkout-shipping-method-load .method-name label img {
  margin: auto;
}

#checkout-shipping-method-load .method-name:has(input:checked) {
  border-color: #2b2926;
}

#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: 455px;
  margin: auto;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 25px;
  row-gap: 26px;
}

.checkout-white-card .regular div {
  margin-top: 32px;
}

.checkout-white-card button {
  min-width: 238px;
}

.completed-content {
  max-width: 1000px;
  margin: 84px auto 0;
  text-align: left;
  gap: 50px;
}

.completed-content > div {
  flex: 1;
}

.completed-content ul.grid-cl {
  grid-template-columns: repeat(2, 1fr);
  gap: 35px 10%;
  justify-content: space-between;
  margin-top: 45px;
  font-size: 14px;
}

.completed-content strong {
  margin-bottom: 13px;
  display: block;
  font-weight: 800;
}

.completed-content h2.title {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 26px;
}

.details-btn {
  border: 1px solid #215732;
  color: #215732;
  padding: 13px 25px;
  box-shadow: none;
  margin-top: 26px;
}

.details-btn:hover {
  background-color: #215732;
  color: #fff;
}
/****** 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-section.totals {
  margin-bottom: 17px;
  gap: 16%;
}

.order-section.totals > div {
  flex: 1;
}

.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;
  margin-left: auto;
  justify-content: space-between;
}

.order-details-page .totals.section {
  width: 370px;
  padding: 0 10px;
  max-width: 100%;
  margin: 0 auto 50px;
}

.order-details-page .total-info {
  /*  width: 41%;*/
  font-size: 14px;
  height: fit-content;
  row-gap: 13px;
  grid-auto-columns: 100%;
}

.order-product-items {
  row-gap: 22px;
}

.order-section.options {
  padding: 20px 0;
}

.order-product-item {
  border: 1px solid #215732;
  border-radius: 20px;
  padding: 25px;
}
.order-details-page .total-info > div {
  justify-content: space-between;
}
.order-details-page .total-info > div:last-child {
  border-top: 1px solid #000;
  padding-top: 15px;
  margin-top: 10px;
  font-weight: bold;
}

.order-status-info {
  margin-bottom: 12px;
  padding-bottom: 12px;
  gap: 80px;
}

.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: 20px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.left-note .data-table:after {
  content: "";
  height: 100%;
  position: absolute;
  top: 28px;
  background-color: #305635;
  width: 1px;
  left: 15px;
  z-index: -1;
}

.left-note ul.grid-cl {
  grid-template-columns: 28px 1fr;
  column-gap: 25px;
  font-size: 14px;
  padding: 5px 0 10px;
  position: relative;
}

.left-note ul.grid-cl:last-child {
  padding-bottom: 0;
}

.left-note li.img {
  display: inline-flex;
}
.left-note li.img img {
  border-radius: 100%;
}
.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: #305635;
  height: 1px;
  width: 100%;
  bottom: -10px;
  left: 0;
}

.connect-note {
  height: 100%;
  position: absolute;
  top: 35px;
  background-color: #215732;
  width: 1px;
  left: 15px;
}

.order-details-page {
  margin-bottom: 35px;
}

.order-details-btn {
  display: flex;
  justify-content: space-between;
}

.return-text {
  display: flex;
}
.return-text img {
  margin-right: 11px;
}

.return-text p {
  font-size: 14px;
  line-height: 22px;
}
/********** SHOPPING CART **********/
.order-summary-content h1,
.order-summary-content h2 {
  font-size: 22px;
  line-height: 30px;
}

#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 #215732;
  padding: 12px 0;
  column-gap: 20px;
}

#shopping-cart-form .item .picture {
  flex: 1 1 99px;
}

#shopping-cart-form .item img {
  border-radius: 10px;
  border: 1px solid #215732;
  object-fit: cover;
  object-position: top;
}

.cartItem-details {
  flex: 1 1 calc(100% - 119px);
}

.cartItem-details > div {
  justify-content: space-between;
  align-items: start;
  gap: 6px 10px;
}

.cartItem-details > div:last-child {
  justify-content: space-between;
  align-items: end;
}

#shopping-cart-form .item.first {
  border-top: 1px solid #215732;
}

#shopping-cart-form .item .name a {
  line-height: 21px;
}

#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: 14px;
  text-decoration: underline;
}

.edit-item {
  margin-top: 26px;
  align-items: end;
  gap: 5px;
}

.html-blog-page .news-list-page {
  margin-bottom: 50px;
}

#shopping-cart-form .add-to-wishlist-cart button {
  color: #2b2926;
  font-weight: 600;
  font-size: 12px;
  align-items: flex-start;
}

#shopping-cart-form .add-to-wishlist-cart img {
  border-radius: 0px;
  border: none;
  margin-right: 5px;
  height: 16px;
  width: 18px;
}

.cart-item-details {
  row-gap: 23px;
  justify-items: end;
}

.old-price {
  color: #868686;
  margin-right: 15px;
  text-decoration: line-through;
}

.red-price {
  color: #990000;
}

.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: 58px;
}

.shopping-cart-page .page-title {
  margin-bottom: 34px;
}
#shopping-cart-form .cart-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.remove-all-button {
  font-size: 14px;
  text-decoration: underline;
  letter-spacing: -0.5px;
}
.go-back-button {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 14px;
}

.go-back-button img {
  transform: rotate(180deg);
}

.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 {
  padding: 18px 26px;
  border-bottom: 1px solid #305635;
}

.checkout-attributes .inputs-checkbox input[type="checkbox"] {
  top: 2px;
}

.checkout-attributes label svg {
  margin-left: 5px;
  vertical-align: bottom;
  margin-right: 7px;
  height: 22px;
}

.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: 16px; /*reset zeroing*/
  line-height: 20px;
  font-weight: bold;
  color: #2b2926;
}

.checkout-attributes .attribute-squares li {
  border: none;
  padding: 0;
  line-height: 0;
}

.checkout-attributes li.inputs-checkbox input[type="checkbox"] + label {
  font-size: 16px; /*reset zeroing*/
  line-height: 20px;
  font-weight: bold;
  color: #2b2926;
}

.selected-checkout-attributes {
  margin: 30px 0;
  color: #444;
}

.selected-checkout-attributes br {
  content: "";
  display: block;
  margin: 3px;
}

.page.shopping-cart-page {
  overflow: unset;
  margin-bottom: 60px;
}

.shopping-cart-page .smaller-content,
.checkout-page .smaller-content {
  padding: 0 7.8%;
  margin-bottom: 72px;
}

.order-summary-content .name a {
  margin-bottom: 8px;
}

.summary-spec-info,
.mini-shopping-cart .quantity {
  color: #2b2926;
  font-size: 14px;
}

.mini-shopping-cart .quantity {
  margin-bottom: 10px;
}

.summary-spec-info {
  height: fit-content;
  margin-top: auto;
  row-gap: 10px;
}

.checkout-items .summary-spec-info {
  margin: 0 0 7px;
}

.checkout-items .name a {
  margin-bottom: 7px;
}

.summary-coupon-card {
  background-color: #f4efea;
  margin: 22px 32px 0;
  border-radius: 10px;
}

.summary-coupon-card > div:first-child {
  padding: 18px 36px 17px 27px;
}

.summary-coupon-card .cart-collaterals strong {
  margin: 0 0 9px;
  display: block;
}

.summary-coupon-card details {
  border-top: 1px solid #b6b5b4;
}

.cart-footer:after {
  content: "";
  display: block;
  clear: both;
}

.cart-footer .totals {
  padding: 36px 30px 0;
}

.way-of-pay-content {
  margin-top: 36px;
}

.way-of-pay-content strong {
  color: #868686;
  font-size: 14px;
}

.way-of-pay-content ul {
  gap: 9px;
  margin-top: 12px;
  flex-wrap: wrap;
}

.way-of-pay-content li {
  border: 1px solid #b6b5b4;
  border-radius: 5px;
}

.way-of-pay-content img {
  opacity: 0.5;
  filter: grayscale(100%);
  padding: 6px 3px;
  vertical-align: top;
  object-fit: contain;
}

.cart-total td {
  width: 50%;
  padding: 0 0 12px 0;
  text-align: right;
  font-size: 14px;
}
.cart-total .order-total td {
  padding: 12px 0 22px;
}

.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 #2b2926;
}

.cart-total .order-total td {
  font-weight: bold;
  font-size: 16px;
}

.min-amount-warning {
  margin: 0 0 20px;
  padding: 0 30px;
  color: #e4434b;
}

.cart-footer h2 {
  margin-bottom: 38px;
}

.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 {
  padding: 0 26px 22px;
  border-color: #305635;
}

.coupon-card strong {
  margin: 0 0 9px 22px;
  display: block;
}

.order-summary-content .cart-collaterals .name a {
  margin-bottom: 2px;
}

.white-summary-card {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 20px 0 46px;
}

.checkout-items {
  max-height: 48vh;
  overflow: hidden auto;
}

.checkout-items .old-price {
  margin-right: 10px;
}

.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;
}

.cart-collaterals .coupon-code {
  overflow: hidden;
  position: relative;
}

.cart-collaterals .coupon-code input {
  width: 100%;
  padding-right: 50px;
}
.cart-collaterals .coupon-code input::placeholder {
  opacity: 1;
  color: #9b9b9b;
}
.cart-collaterals .coupon-code button {
  position: absolute;
  right: 0;
  padding: 17px 20px;
  transition: 0.2s ease-in-out;
  z-index: 2;
}

.cart-collaterals .coupon-code button:hover,
.cart-collaterals .coupon-code button:focus {
  transform: translateX(10px);
}

.cart-collaterals .message-failure {
  margin: 5px 0 0;
  font-size: 12px;
  color: #e4434b;
}

.cart-collaterals .message-success {
  margin: 5px 0 0;
  font-size: 12px;
  color: #4cb17c;
}

.cart-collaterals .current-code {
  margin: 10px 0 0;
  font-weight: bold;
  display: flex;
  align-items: center;
  color: darkgreen;
}

.remove-discount-button,
.remove-gift-card-button {
  width: 16px;
  height: 16px;
  background: #fff url("../imgs/exit.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: 80px 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: -0.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;
}

/*********** TOPICS ***********/

.html-topic-page .breadcrumb {
  margin-top: 18px;
}

.topic-page .page-title {
  font-weight: bold;
  margin: 25px auto 30px;
  text-align: center;
  padding: 0 22px;
}
.topic-page .page-body {
  background-color: #fff;
  padding: 40px 120px 55px;
  max-width: 940px;
  border-radius: 20px;
  margin: 0 auto 90px;
  text-align: justify;
  line-height: 22px;
}

.ui-widget-content .topic-page .page-body {
  padding: 15px;
}

.topic-page summary {
  list-style: none;
  color: #215732;
  padding: 10px 20px;
  font-weight: bold;
  border: 1px solid #215732;
  border-radius: 100px;
  margin-bottom: 13px;
  display: flex;
  align-items: center;
  cursor: pointer;
  text-align: left;
}
.topic-page summary:after {
  background-image: url("../imgs/drop-down-arrow.svg");
  margin-left: auto;
  height: 7px;
  content: "";
  width: 32px;
  padding-left: 45px;
  background-position: right;
  background-repeat: no-repeat;
}
.topic-page details[open] summary:after {
  transform: rotate(180deg);
  background-position: left;
}
.topic-page details > div {
  padding: 0 20px 30px;
  font-size: 14px;
}
.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 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;
}

.about-us-page table {
  border: none;
  margin: 40px 0;
}

.about-us-page table img {
  border-radius: 20px;
}

.about-us-page td div,
.about-us-page td p {
  padding: 0 10%;
}
.about-us-page td img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/*********** RETURN REQUEST ***********/

.return-request-page .page-title {
  font-weight: bold;
  margin: 25px auto 30px;
  text-align: center;
}

.return-request-page .page-body {
  background-color: #fff;
  padding: 40px 120px 55px;
  max-width: 940px;
  border-radius: 20px;
  margin: 0 auto 90px;
  text-align: justify;
  line-height: 22px;
}
