﻿@charset "UTF-8";
/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
.checkbox-style-2-label {
  margin-left: auto;
  font-weight: normal;
  text-transform: none;
}

body {
  color: #444;
}
body .button.button-elleci {
  border: 2px solid #005E5D;
  color: #005E5D;
}
body .bg-elleci {
  background-color: #005E5D;
}
body .bg-lightgray {
  background-color: #f5f5f5;
}
body .text-elleci {
  color: #005E5D;
}
body .text-keratek {
  color: #7e1325;
}
body .text-granitek {
  color: #037c4f;
}
body .text-metaltek {
  color: #667781;
}
body .font-size-sm {
  font-size: 0.85em;
}
body .font-size-md {
  font-size: 1.1em;
}
body .font-size-lg {
  font-size: 1.2em;
}
body span.required {
  color: red;
  position: absolute;
  bottom: 0.3em;
  right: 0;
  display: block;
  margin: auto;
}
body span.field-validation-error {
  color: red;
  font-size: 11px;
  font-weight: bold;
}

.checkbox-style-2-label {
  margin-left: auto;
}

.flex-basis-100 {
  flex-basis: 100%;
}

.text-muted {
  font-size: 0.9em;
  color: gray;
  font-style: italic;
}

#page-title {
  background-color: #005E5D;
  border-bottom: 1px solid black;
}
#page-title h1 {
  color: #fff;
}
#page-title .breadcrumb a {
  color: #f5f5f5;
}
#page-title .breadcrumb-item + .breadcrumb-item::before {
  color: #f5f5f5;
}

.alert-elleci {
  color: #fff;
  background-color: #005E5D;
  border-color: #005E5D;
}

.btn-link:hover, .btn-link:focus {
  box-shadow: none !important;
}

div#bar-notification {
  position: fixed;
  z-index: 10001;
  background-color: #0f0f0f;
  left: 0;
  right: 0;
}
div#bar-notification .bar-notification {
  padding-bottom: 1em;
}
div#bar-notification .bar-notification p {
  color: #d00e0e;
  font-weight: bold;
  text-align: center;
  padding: 1em 0 0;
  margin: auto;
}
div#bar-notification .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  margin: 11px;
  background: url(/Themes/Infoglob/Content/images/close.png) center no-repeat;
  cursor: pointer;
  opacity: 1;
}

input[type=checkbox], input[type=radio] {
  width: 1.3em;
  height: 1.3em;
  margin-right: 0.7em;
  position: relative;
  top: 5px;
}
input[type=checkbox].checkbox-style, input[type=radio].checkbox-style {
  display: none;
}

.cursor-pointer {
  cursor: pointer;
}

.ui-dialog.ui-widget.ui-widget-content {
  padding: 0;
  border-radius: 0;
  border-width: 1px;
  border-color: #005E5D;
}
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-titlebar {
  background: #005E5D;
  color: #fff;
  font-size: 0.9rem;
  border-radius: 0;
}
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-titlebar .ui-dialog-titlebar-close {
  background: #fff;
}
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-content {
  font-size: 1rem;
}

.date-picker-wrapper {
  display: flex;
}
.date-picker-wrapper select {
  display: block;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  width: 150px;
  margin-right: 1em;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.date-picker-wrapper select:last-child {
  margin-right: auto;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.spinner {
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0.7;
  font-size: 3em;
  color: darkgray;
}
.spinner .spinner-inner-wrapper {
  width: 100%;
  height: 100px;
  position: relative;
}
.spinner i {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 1em;
  height: 1em;
  top: 0;
  bottom: 0;
  opacity: 1;
  line-height: 1em;
  animation: rotate 1s linear infinite;
}

#content .content-wrap {
  padding: 8px 0;
}

.sidebar > div, .postcontent > div, .page > div {
  background-color: #fff;
  padding: 6px;
}

section#heroarea .complex {
  position: relative;
  background: #f8f9fa;
}
section#heroarea .complex .mask {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
}
section#heroarea .complex .mask svg {
  enable-background: new 0 0 1922.3 602;
}
section#heroarea .complex .mask svg a {
  cursor: pointer;
}
section#heroarea .complex .mask svg polygon {
  stroke: #fff;
  fill: transparent;
  stroke-miterlimit: 10;
  transition: all 0.4s;
}
section#heroarea .complex .mask svg polygon:hover {
  fill: hsla(0deg, 0%, 100%, 0.5);
  transition: all 0.4s;
}
section#heroarea svg {
  overflow: hidden;
}
section#heroarea img, section#heroarea svg {
  vertical-align: middle;
}

.topic-page ul, .topic-page ol {
  margin-left: 1em;
}
.topic-page img {
  width: 100%;
}
.topic-page .alert {
  padding: 1.5rem 3rem;
  margin-bottom: auto;
}
.topic-page section {
  margin-bottom: 4em;
}
.topic-page .cert {
  position: relative;
  height: 100%;
}
.topic-page .cert img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.topic-page .cert-logo-list .cert {
  min-height: 250px;
  margin-bottom: 1em;
}
.topic-page .cert-logo-list img {
  width: 200px;
}
.topic-page ol.separated li {
  margin-bottom: 2em;
}
.topic-page .sc-desc {
  margin-top: 1em;
  font-size: 0.9em;
}

#content {
  background-color: #eceff1;
}

a.clear-list {
  text-transform: lowercase;
  color: orangered;
  text-decoration: underline !important;
}

.page.compare-products-page .page-body {
  overflow-x: scroll;
}
.page.compare-products-page .page-body:after {
  content: "";
  width: 80px;
  background: linear-gradient(270deg, #fff, transparent);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
}

.product-compare-container {
  min-width: 1200px;
}
.product-compare-container .flex-row {
  display: flex;
  align-items: center;
  border-top: 1px solid #eeeeee;
  padding: 3px 0;
}
.product-compare-container .flex-row.product-picture {
  padding: 24px 0;
}
.product-compare-container .flex-row:first-child {
  border-top: none;
}
.product-compare-container .flex-column {
  padding: 0 12px;
  flex-basis: 100%;
  font-size: 0.9em;
}
.product-compare-container .flex-column label {
  text-transform: none;
  color: orangered;
  color: #005E5D;
  font-weight: 100;
  margin-bottom: auto;
}
.product-compare-container .flex-column .feature-box {
  align-items: center;
  margin-bottom: auto !important;
}
.product-compare-container .flex-column .feature-box i {
  font-size: 1.5rem;
}
.product-compare-container .flex-column .feature-box .fbox-icon {
  width: auto;
  padding: 0;
}
.product-compare-container .flex-column.picture-container {
  display: flex;
  justify-content: center;
}
.product-compare-container .flex-column:first-child {
  flex: 0 0 180px;
  padding-left: 0;
}
.product-compare-container .flex-column:last-child {
  padding-right: 0;
}

h3.product-name {
  width: 100%;
  display: block;
  text-transform: uppercase;
  border-bottom: 1px solid #eeeeee;
  color: #005E5D;
}

.overview-buttons {
  display: flex;
  justify-content: center;
}
.overview-buttons i {
  border-color: #005E5D;
  font-size: 20px;
}
.overview-buttons i.i-bordered {
  width: 44px !important;
  height: 44px !important;
  line-height: 42px !important;
}

.product-desc {
  padding-top: 0;
}
.product-desc .attribute-squares.color-squares {
  width: 150px;
  height: 30px;
}
.product-desc .attribute-squares.color-squares .attribute-square-container, .product-desc .attribute-squares.color-squares .attribute-square {
  height: 100%;
}

.description {
  font-size: 0.9em;
  line-height: 1.5em;
  color: #444;
}
.description ol, .description ul {
  list-style-position: inside;
}

#product-details-form .owl-carousel .owl-nav [class*=owl-] {
  top: 125px;
}

.product .product-image {
  overflow: unset;
}

.js-image-zoom__zoomed-image {
  z-index: 1001;
}

.related-product-item a {
  font-size: 0.8rem;
  display: inline-block;
}
.cs-item .related-product-item {
  display: flex;
  align-items: center;
}
.cs-item .related-product-item h3 a {
  font-weight: 100;
  font-size: 1rem;
}
.related-product-item .product-image {
  height: 270px !important;
  display: flex;
  align-items: center;
  border: 1px solid #eaeaea;
  margin-bottom: 0.5rem;
}
.cs-item .related-product-item .product-image {
  height: auto !important;
  width: 100%;
  max-width: 120px;
  border: none;
  margin-right: 2em;
}
.related-product-item .product-image img {
  /*            max-width: 300px;
              max-height: $related-product-image-height;
  */
  max-width: 90%;
  max-height: 90%;
  width: auto !important;
  margin: auto;
}
.cs-item .related-product-item .product-image img {
  max-width: 100%;
}
.related-product-item .product-price {
  font-size: 1.2rem;
  color: #005E5D;
  margin-bottom: 0;
}

.product-desc {
  text-align: center;
}

.single-product .product-price {
  margin: auto;
}

.login-page .customer-blocks, .login-page .external-authentication, .login-page .login-about, .login-page .pass-recovery-content, .password-recovery-page .customer-blocks, .password-recovery-page .external-authentication, .password-recovery-page .login-about, .password-recovery-page .pass-recovery-content {
  max-width: 500px;
  margin: auto;
}

.registration-page .card {
  max-width: 800px;
  margin: auto;
}
.registration-page h4 {
  margin-bottom: 1em;
  color: #005E5D;
}

.html-account-page h4 {
  margin-bottom: 1em;
  color: #005E5D;
}
.html-account-page .listbox .list li.active a {
  font-weight: bold;
  color: #005E5D;
}

.email-a-friend-page .card {
  max-width: 500px;
  margin: auto;
}

.html-order-details-page h4 {
  margin-bottom: 1em;
  color: #005E5D;
}
.html-order-details-page thead {
  text-align: center;
}
.html-order-details-page table {
  font-size: 14px;
}
.html-order-details-page table .quantity {
  display: table-cell;
}
.html-order-details-page table tbody .quantity {
  text-align: center;
}
.html-order-details-page table tbody .unit-price, .html-order-details-page table tbody .total {
  text-align: right;
}

.search-results .item-box {
  margin-bottom: 3em;
}
.search-results .picture {
  max-width: 400px;
}
.search-results h2.product-title {
  font-size: 1.5em;
}

.cart-product-name a.product-name {
  font-size: 1em;
}
.cart-product-name .attributes {
  color: #005E5D;
  font-size: 0.8em;
  font-weight: bold;
}

textarea#checkout_attribute_1 {
  width: 100%;
  min-height: 100px;
}

/*.cart-product-thumbnail img {
    width: auto;
    height: auto;
    max-width: 64px;
    max-height: 64px;
    border: none;
}*/
.cart-product-thumbnail a {
  width: 100%;
}
.cart-product-thumbnail a img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: none;
  border: none;
}

.terms-of-service {
  display: flex;
}

.cart-product-quantity .quantity {
  flex-direction: row;
}
.cart-product-quantity .quantity .qty {
  width: auto;
}
.cart-product-quantity .quantity .plus, .cart-product-quantity .quantity .minus {
  width: 36px;
}

.cart-total-right {
  text-align: right;
}

/*.top-links-container{
    height:0;

}*/
/*li.floating-cart {
    position: fixed;
    top: 350px;
    right: 10px;
    z-index: 10001;
    font-size: 40px;
    color: $color-elleci-green;
    cursor: pointer;

    i {
        background-color: $color-elleci-green;
    }
    &:hover{
        i{
            background-color:lighten($color-elleci-green, 10);
        }
    }

    span.cart-qty {
        position: absolute;
        top: -.5em;
        right: -.5em;
        font-size: 12px;
    }
}*/
header#header.full-header.sticky-header #header-wrap {
  margin-top: 37px !important;
}

.full-header #logo, .full-header .primary-menu .menu-container {
  border-right: none;
}

.sub-menu-container {
  width: 230px;
}

#top-bar {
  position: sticky;
  top: 0;
  z-index: 1001;
}
#top-bar #top-social {
  flex-wrap: wrap;
}
#top-bar #top-social a {
  color: #fff;
}
#top-bar #top-social .top-links-item:hover a {
  color: #000 !important;
}
#top-bar #top-social li {
  border-left: none;
}
#top-bar #top-social li .ts-icon, #top-bar #top-social li .ts-text {
  height: 36px;
  line-height: 36px;
}
#top-bar #top-social li .ts-icon {
  flex: none;
}
#top-bar .top-links-item {
  border-left: none;
}
#top-bar .top-links-item > a {
  color: #fff;
  padding: 10px 12px;
  line-height: 16px;
}
#top-bar .top-links-item:hover > a {
  color: #000;
}

#top-bar2 {
  border-bottom: 1px solid #eeeeee;
}

#top-cart {
  margin-right: 0;
}

.top-cart-content {
  width: 360px;
  right: -360px !important;
}
.top-cart-open .top-cart-content {
  right: 0 !important;
}

.top-search-open .top-search-form {
  pointer-events: auto;
  background-color: whitesmoke;
}
.top-search-open .top-search-form input {
  pointer-events: all;
}

#logo a.standard-logo {
  display: flex;
  height: 60px !important;
  margin: 10px auto;
}

.category-nav li.active.last a {
  color: #005E5D;
  font-weight: bold;
  text-decoration: underline !important;
}

ul.selected-attributes {
  list-style: none;
}

.filter-sub-title {
  font-weight: bold;
  margin-bottom: 0.3em;
  text-transform: uppercase;
  color: #005E5D;
  font-size: 0.9em;
}

ul.filter-attributes.selected-attributes li {
  margin-bottom: 0.7em;
}
ul.filter-attributes.selected-attributes li .filter-selection {
  font-size: 0.9em;
}

.remove-filter {
  text-transform: lowercase;
  font-size: 0.9em;
  text-decoration: underline;
}

ul.group.product-spec-group {
  margin: 30px auto auto;
}

ul.group.product-spec-group li {
  border: none;
}
ul.group.product-spec-group li.title {
  color: #444;
  display: block;
}
ul.group.product-spec-group li:not(.title) {
  text-decoration: underline;
}

.product-grid .description, .product-list .description {
  display: none;
}
.product-grid.product .product-image, .product-list.product .product-image {
  height: 300px;
}
.product-grid.product .product-image img, .product-list.product .product-image img {
  width: auto;
  max-height: 100%;
  max-width: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.product-grid .product-desc, .product-list .product-desc {
  text-align: center;
}
.product-grid .product-price ins, .product-list .product-price ins {
  font-size: 0.9em;
}

.product-list .description {
  display: block;
}
.product-list .product-image {
  width: 400px;
}
.product-list .product-item {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.sub-category-item {
  position: relative;
  margin-bottom: 0;
  padding: 0 0.5em 1em;
}
.sub-category-item .title {
  position: absolute;
  top: 0;
  left: 0.5em;
  margin: auto;
  background-color: #000;
  padding: 0.3em 1em;
  font-size: 1.2rem;
  box-sizing: content-box;
  text-transform: uppercase;
}
.sub-category-item .title a {
  color: #fff;
}
.sub-category-item .picture img {
  width: 100%;
}

.pager ul li {
  display: inline-block;
}
.pager ul li a {
  display: block;
  padding: 4px 0.6em;
}
.pager ul li a:hover {
  color: #fff;
  background-color: #007876;
}
.pager ul li.current-page {
  color: #fff;
  background-color: #005E5D;
  padding: 4px 0.6em;
}

ul.group li {
  display: block;
  border: #005E5D 1px solid;
  padding: 0.2em 0.5em 0.2em auto;
  margin-right: 0.5em;
}
ul.group li.title {
  border: none;
  padding: 0;
  color: #005E5D;
}
ul.group li .attribute-squares.color-squares {
  width: 1.5em;
  display: inline-block;
  margin-left: 1em;
  float: right;
}

.product-spec-filter {
  /* Simple arrow indicator in the button (optional) */
}
.product-spec-filter .collapsed {
  max-height: 300px;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.product-spec-filter .expanded {
  /* When expanded, let the UL auto-size. */
  max-height: none;
  transition: max-height 0.3s ease;
}
.product-spec-filter .show-more-btn {
  cursor: pointer;
  margin: 5px 0;
  border: none;
  background-color: transparent;
  font: inherit;
  display: block;
  width: 100%;
  text-decoration: none;
  color: #00c4c2;
}
.product-spec-filter .show-more-btn:hover {
  text-decoration: none;
}
.product-spec-filter .arrow-down::after {
  content: " ▼";
}
.product-spec-filter .arrow-up::after {
  content: " ▲";
}

#topic-page-3 {
  margin: auto;
  line-height: 1.5em;
  text-align: justify;
  position: relative;
}
#topic-page-3:after {
  content: "";
  display: block;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#topic-page-3 h1, #topic-page-3 h2 {
  text-align: center;
}
#topic-page-3 h2 {
  line-height: 1.5em;
}
#topic-page-3 ol ol {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  list-style: lower-latin;
}

.patents-row .title {
  position: absolute;
  text-transform: uppercase;
  left: 0;
  bottom: 30px;
  padding: 4px 10px;
  width: 95%;
  transition: padding 0.5s;
}
.patents-row img {
  transition: filter 0.5s;
}
.patents-row .position-relative:hover img {
  filter: opacity(0.5);
}
.patents-row .position-relative:hover .title {
  padding-left: 30px;
}

.comparision-table {
  margin: 2em auto;
}
.comparision-table > .row {
  line-height: 2.5em;
  border-bottom: dashed 1px lightgray;
}

.square-gallery a {
  display: block;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  margin-bottom: 30px;
}
.square-gallery .img-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  display: block;
}
.square-gallery img {
  height: 100%;
  width: auto;
  max-width: none;
}

.news-wrapper {
  overflow: hidden;
  margin-bottom: 30px;
}
.news-wrapper .top-label {
  position: absolute;
  background-color: #005E5D;
  color: white;
  font-weight: 900;
  padding: 4px 12px;
  top: 10px;
  left: 10px;
  z-index: 1;
}
.news-wrapper .top-label.event-label {
  background-color: #cf3b60;
}
.news-wrapper .btm-label {
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 1;
  text-shadow: 0 0 15px #000000;
}
.news-wrapper img {
  -moz-filter: brightness(0.5);
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
  transition: all 0.4s;
}
.news-wrapper img:hover {
  transform: scale(1.2) rotate(6deg);
  filter: brightness(1);
}

.mobile-filters, .mobile-category-navigation, .mobile-filters-section {
  display: none;
}

#side-panel {
  width: 90%;
  right: -90%;
}

.device-xs .sidebar.with-side-panels, .device-sm .sidebar.with-side-panels, .device-md .sidebar.with-side-panels {
  display: none;
}
.device-xs .mobile-filters-section, .device-sm .mobile-filters-section, .device-md .mobile-filters-section {
  display: block;
}
.device-xs #side-panel, .device-sm #side-panel, .device-md #side-panel {
  background-color: #fff;
}
.device-xs #side-panel .side-panel-wrap, .device-sm #side-panel .side-panel-wrap, .device-md #side-panel .side-panel-wrap {
  top: 50px;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}
.device-xs #side-panel .side-panel-wrap .widget, .device-sm #side-panel .side-panel-wrap .widget, .device-md #side-panel .side-panel-wrap .widget {
  width: auto;
}
.device-xs .mobile-filters, .device-sm .mobile-filters, .device-md .mobile-filters {
  position: fixed;
  bottom: 0;
  height: 50px;
  left: 0;
  right: 0;
  background-color: #000;
  display: flex;
  padding: 0;
}
.device-xs .mobile-filters button, .device-sm .mobile-filters button, .device-md .mobile-filters button {
  width: 100%;
}
.device-xs .mobile-category-navigation, .device-sm .mobile-category-navigation, .device-md .mobile-category-navigation {
  display: block;
}
.device-xs .mobile-category-navigation li:before, .device-sm .mobile-category-navigation li:before, .device-md .mobile-category-navigation li:before {
  content: none;
}
.device-xs .mobile-category-navigation li a, .device-sm .mobile-category-navigation li a, .device-md .mobile-category-navigation li a {
  border-bottom: 1px #eeeeee solid !important;
  line-height: 40px;
  width: 100%;
  text-decoration: none !important;
}

#side-panel1 {
  position: fixed;
  top: 0;
  width: 90%;
  right: -90%;
  z-index: 699;
  height: 100%;
  background-color: #fff;
  overflow: scroll;
  -webkit-backface-visibility: hidden;
  transition: right 0.4s ease;
}

.side-panel1-open #side-panel1 {
  right: 0;
}
.side-panel1-open .body-overlay {
  opacity: 1;
  z-index: 599;
  pointer-events: auto;
}

.mobile-button-section {
  position: sticky;
  bottom: 0;
}

.checkout-page label {
  text-transform: none;
}
.checkout-page p {
  margin-bottom: 20px;
}
.checkout-page ul.method-list li {
  display: inline-block;
}
.checkout-page input[type=checkbox], .checkout-page input[type=radio] {
  width: 1.3em;
  height: 1.3em;
  margin-right: 0.7em;
  position: relative;
  top: 5px;
}
.checkout-page p.back-link {
  display: inline-block;
}
.checkout-page #checkout-steps > li > div:first-child {
  display: flex;
  align-items: center;
}
.checkout-page #checkout-steps > li > div:first-child h3 {
  margin-bottom: auto;
  font-size: 1.2rem;
}
.checkout-page .order-summary-content {
  padding: 0 20px;
}

.edit-address span.required {
  color: red;
  position: absolute;
  right: 0;
  bottom: 0em;
  margin: auto;
  font-size: 2em;
  top: auto;
}
.edit-address span.field-validation-error {
  color: red;
}

ul.info-list {
  list-style: none;
}
ul.info-list li {
  display: flex;
  align-items: center;
}
ul.info-list li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #005E5D;
  margin-right: 8px;
}

.checkout-data ol {
  list-style: none;
}

.payment-logo {
  height: 60px;
  display: flex;
  align-items: center;
}
.payment-logo label {
  width: 100%;
}
.payment-logo img {
  max-width: 120px;
  margin: auto;
  max-height: 60px;
}

.payment-details {
  text-align: center;
}

/*dt#checkout_attribute_label_2 label {
    color: #dc3545;
}*/
.flex-control-nav.flex-control-thumbs {
  margin-top: 1em;
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 95%;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 95%;
  }
  #top-bar #top-social {
    flex-wrap: nowrap;
  }
  #top-bar #top-social li {
    border-left: 1px solid #eeeeee;
  }
  #top-bar .top-links-item {
    border-left: 1px solid #eeeeee;
  }
  .top-cart-content {
    top: calc(100% + 5px);
    width: 380px;
    right: 0 !important;
  }
  .page.compare-products-page .page-body {
    overflow-x: unset;
  }
  .page.compare-products-page .page-body:after {
    content: none;
  }
  .product-compare-container {
    min-width: auto;
  }
  #logo a.standard-logo {
    height: 100px !important;
    margin: auto;
  }
  .sticky-header #logo a.standard-logo {
    height: auto !important;
  }
  #content .content-wrap {
    padding: 80px 0;
  }
  .sidebar > div, .postcontent > div, .page > div {
    padding: 24px;
  }
  .product-desc {
    text-align: left;
  }
  .single-product .product-price {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 95%;
  }
  .bg-md-lightgray {
    background-color: #f5f5f5;
  }
}
