/* Global CSS */
 @keyframes lds-ring {
	 0% {
		 transform: rotate(0deg);
	}
	 100% {
		 transform: rotate(360deg);
	}
}
 @keyframes shake {
	 0% {
		 left: 0;
	}
	 1% {
		 left: -3px;
	}
	 2% {
		 left: 5px;
	}
	 3% {
		 left: -8px;
	}
	 4% {
		 left: 8px;
	}
	 5% {
		 left: -5px;
	}
	 6% {
		 left: 3px;
	}
	 7% {
		 left: 0;
	}
}
 .navUser-item.navUser-item--cart .shake-vertical {
	 position: relative;
	 animation-name: shake;
	 animation-duration: 10s;
	 animation-iteration-count: infinite;
	 animation-timing-function: ease-in;
	 cursor: pointer;
}
 .search_textbox_wrapper {
	 display: none;
}
 .cc-search-wrapper * {
	 box-sizing: border-box;
}
 .cc-search-wrapper {
	 position: relative;
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
	 width: 17%;
	 height: 35px;
	 border: 1px solid #000;
	 border-radius: 3px;
}
 .cc-search-wrapper .cc-search-input-box {
	 width: calc(100% - 40px);
}
 .cc-search-wrapper .cc-search-input-box input {
	 background: transparent;
	 border: 0px;
	 border-radius: 0px;
	 box-shadow: none;
	 color: #000;
	 font-size: 16px;
	 padding: 2px 13px 5px;
	 width: 100%;
	 appearance: none;
	 outline: 0;
}
 .cc-search-wrapper .cc-search-loading-icon {
	 display: none;
	 position: absolute;
	 right: 4px;
	 top: 50%;
	 transform: translateY(-50%);
}
 .cc-search-wrapper .cc-search-loading-icon img {
	 width: 33px;
}
 .cc-search-wrapper .cc-search-cancel-icon {
	 display: none;
	 position: absolute;
	 right: 45px;
	 top: 50%;
	 transform: translateY(-50%);
	 border: 0px;
	 box-shadow: none;
	 margin: 0px;
	 padding: 0px;
	 background: transparent;
}
 .cc-search-wrapper .cc-search-cancel-icon img {
	 width: 18px;
}
 .cc-search-wrapper .cc-search-icon {
	 background: #c9000f;
	 width: 40px;
	 height: 100%;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 border-radius: 0px 2px 2px 0px;
	 cursor: pointer;
}
 .cc-search-wrapper .cc-search-icon img {
	 width: 15px;
}
 #cc-search::-moz-placeholder {
	 color: #000;
	 font-size: 13px;
}
 #cc-search::-webkit-input-placeholder {
	 color: #000;
	 font-size: 13px;
}
 #cc-search:-ms-input-placeholder {
	 color: #000;
	 font-size: 13px;
}
 .cc-search-results * {
	 box-sizing: border-box;
}
 .cc-search-results {
	 display: none;
	 max-width: 86.7714rem;
	 padding: 10px 1.6rem 20px;
	 margin: 0px auto;
}
 .cc-search-results .no-results {
	 text-align: center;
	 font-weight: 700;
	 margin: 20px 0px 40px;
	 font-size: 16px;
}
 .cc-search-results .no-results .cc-no-results span {
	 display: block;
	 font-size: 18px;
}
 .cc-search-results .cc-filter-block {
	 width: 280px;
	 position: sticky;
	 top: 145px;
	 max-height: 450px;
	 overflow-y: auto;
	 padding-right: 7px;
}
 .cc-search-results .cc-filter-block .cc-breadcrumbs {
	 display: flex;
	 flex-wrap: wrap;
}
 .cc-search-results .cc-filter-block .cc-breadcrumbs .cc-breadcrumb {
	 display: flex;
	 color: #fff;
	 align-items: center;
	 flex-wrap: wrap;
	 border: 2px solid #c9000f;
	 font-size: 12px;
	 margin-bottom: 5px;
	 margin-right: 5px;
	 padding: 0px 5px;
	 background: #c9000f;
	 white-space: nowrap;
}
 .cc-search-results .cc-filter-block .cc-breadcrumbs .cc-breadcrumb a {
	 display: block;
	 width: 18px;
	 height: 18px;
}
 .cc-search-results .cc-filter-block .cc-breadcrumbs .cc-breadcrumb a svg {
	 fill: #fff;
	 width: 18px;
	 height: 18px;
}
 .cc-search-results .cc-filter-block .cc-breadcrumbs .cc-breadcrumb a svg path {
	 fill: #fff;
}
 .cc-search-results .cc-filter-block .cc-breadcrumbs .cc-breadcrumb span {
	 margin-left: 5px;
}
 .cc-search-results .cc-filter-block .cc-sort-total {
	 width: 100%;
	 display: block;
	 margin-bottom: 15px;
}
 .cc-search-results .cc-filter-block .cc-sort-total .cc-total-count {
	 font-size: 14px;
	 width: 50%;
}
 .cc-search-results .cc-filter-block .cc-sort-total .cc-sort-data .cc-sort-wrap {
	 display: none;
}
 .cc-search-results .cc-filter-block .cc-sort-total .cc-sort-data .cc-sort-main {
	 position: relative;
}
 .cc-search-results .cc-filter-block .cc-sort-total .cc-sort-data .cc-sort-main.cc-sort-active .cc-sort-sub-options {
	 display: block;
}
 .cc-search-results .cc-filter-block .cc-sort-total .cc-sort-data .cc-sort-main.cc-sort-active .cc-sort-btn {
	 background-image: url(https://cdn.convertcart.com/uploads/e66c49c4.png);
}
 .cc-search-results .cc-filter-block .cc-sort-total .cc-sort-data .cc-sort-main .cc-sort-select {
	 display: flex;
	 align-items: center;
	 border: 1px solid #dcdcdc;
	 padding: 9px 10px;
	 cursor: pointer;
}
 .cc-search-results .cc-filter-block .cc-sort-total .cc-sort-data .cc-sort-main .cc-sort-select label {
	 display: block;
	 font-size: 13px;
	 line-height: 20px;
	 color: #000;
	 font-weight: 600;
	 margin-right: 9px;
	 margin-bottom: 0;
}
 .cc-search-results .cc-filter-block .cc-sort-total .cc-sort-data .cc-sort-main .cc-sort-sub-options {
	 position: absolute;
	 top: 42px;
	 left: 0;
	 background: #fff;
	 z-index: 1;
	 width: 100%;
	 border: 1px solid #ddd;
	 border-top: 0;
	 border-bottom: 0;
	 display: none;
	 margin: 0 auto;
}
 .cc-search-results .cc-filter-block .cc-sort-total .cc-sort-data .cc-sort-main .cc-sort-sub-options ul {
	 list-style: none;
	 margin: 0px;
	 padding: 0px;
}
 .cc-search-results .cc-filter-block .cc-sort-total .cc-sort-data .cc-sort-main .cc-sort-sub-options ul li {
	 list-style: none;
	 margin: 0px;
	 border-bottom: 1px solid #dcdcdc;
}
 .cc-search-results .cc-filter-block .cc-sort-total .cc-sort-data .cc-sort-main .cc-sort-sub-options ul li a {
	 color: #131313;
	 text-decoration: none;
	 margin: 0;
	 display: block;
	 padding: 10px;
}
 .cc-search-results .cc-filter-block .cc-sort-total .cc-sort-data .cc-sort-main .cc-sort-sub-options ul li button {
	 width: 100%;
	 margin: 0px;
	 padding: 5px;
	 border: 0px;
	 background: transparent;
	 border-bottom: 1px solid #ddd;
	 text-align: left;
	 padding-left: 10px;
	 box-shadow: none;
}
 .cc-search-results .cc-filter-block .cc-sort-total .cc-sort-data .cc-sort-main .cc-sort-sub-options ul li button:hover {
	 background: #f9f9f9;
}
 .cc-search-results .cc-filter-block .cc-sort-total .cc-sort-data .cc-sort-main .cc-sort-btn {
	 background: #fff;
	 padding: 0 15px 0 0;
	 display: flex;
	 width: calc(100% - 58px);
	 align-items: center;
	 cursor: pointer;
	 justify-content: flex-start;
	 border-radius: 0;
	 text-align: left;
	 background-image: url(https://cdn.convertcart.com/uploads/751bf209.png);
	 background-repeat: no-repeat;
	 background-size: 12px;
	 background-position: right 0px center;
}
 .cc-search-results .cc-filter-block .cc-sort-total .cc-sort-data .cc-sort-main .cc-sort-btn span {
	 font-size: 14px;
	 font-weight: 600;
}
 .cc-search-results .cc-filter-sec .cc-filter-heading {
	 padding: 5px 10px 9px;
	 color: #fff;
	 font-weight: 500;
	 cursor: pointer;
	 margin: 0;
	 font-size: 15px;
	 border: 1px solid #000;
	 position: relative;
	 text-transform: capitalize;
	 background: #000;
	 line-height: normal;
}
 .cc-search-results .cc-filter-sec .cc-filter-heading::after {
	 position: absolute;
	 display: block;
	 top: 6px;
	 right: 13px;
	 font-family: hawksearch;
	 font-size: 20px;
	 color: #fff;
	 content: "\2b";
	 line-height: 1;
}
 .cc-search-results .cc-filter-sec .cc-main-heading {
	 font-size: 18px;
	 font-weight: 600;
	 margin: 0;
	 padding: 5px 0 14px;
	 color: #000;
	 text-align: left;
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
	 text-transform: uppercase;
}
 .cc-search-results .cc-filter-sec .cc-main-heading a {
	 display: none;
	 font-size: 16px;
	 text-transform: none;
}
 .cc-search-results .cc-filter-sec .cc-main-heading a:hover {
	 color: #c9000f;
}
 .cc-search-results .cc-filter-sec .cc-checkbox-container {
	 margin-bottom: 10px;
	 border-left: 1px solid #ddd;
	 border-right: 1px solid #ddd;
	 border-bottom: 1px solid #ddd;
}
 .cc-search-results .cc-filter-sec .cc-checkbox-container .cc-checkbox-wraper {
	 display: none;
}
 .cc-search-results .cc-filter-sec .cc-checkbox-container.cc-heading-active .cc-filter-heading {
	 border-bottom: 1px solid #ddd;
}
 .cc-search-results .cc-filter-sec .cc-checkbox-container.cc-heading-active .cc-filter-heading::after {
	 content: "\2212" !important;
}
 .cc-search-results .cc-filter-sec .cc-checkbox-container.cc-heading-active .cc-checkbox-wraper {
	 display: block;
	 border-left: 1px solid #ddd;
	 border-right: 1px solid #ddd;
	 border-bottom: 1px solid #ddd;
}
 .cc-search-results .cc-filter-sec .cc-checkbox-wraper {
	 margin: 0px;
	 padding: 0px 5px;
	 list-style: none;
	 max-height: 265px;
	 overflow-y: auto;
	 overflow-x: hidden;
}
 .cc-search-results .cc-filter-sec .cc-checkbox-wraper::-webkit-scrollbar {
	 width: 7px;
	 background: #fff;
}
 .cc-search-results .cc-filter-sec .cc-checkbox-wraper::-webkit-scrollbar-thumb {
	 background-color: #c9000f;
	 border-radius: 5px;
}
 .cc-search-results .cc-filter-sec .cc-checkbox-wraper .cc-radiobtn {
	 position: relative;
	 display: flex;
	 align-items: center;
	 margin: 10px 0;
	 width: 100%;
}
 .cc-search-results .cc-filter-sec .cc-checkbox-wraper .cc-radiobtn input[type="checkbox"] {
	 display: none;
}
 .cc-search-results .cc-filter-sec .cc-checkbox-wraper .cc-radiobtn input + label {
	 font-size: 14px;
	 cursor: pointer;
	 padding-left: 24px;
	 position: relative;
	 margin: 0;
	 line-height: normal;
	 width: 93%;
	 font-weight: 500;
	 padding-right: 10px;
}
 .cc-search-results .cc-filter-sec .cc-checkbox-wraper .cc-radiobtn span {
	 font-weight: 700;
	 color: #aaa;
	 font-size: 15px;
	 padding-right: 5px;
}
 .cc-search-results .cc-filter-sec .cc-checkbox-wraper .cc-radiobtn input:checked + label {
	 color: #000;
}
 .cc-search-results .cc-filter-sec .cc-checkbox-wraper .cc-radiobtn label:before {
	 content: "";
	 top: 3px;
	 left: 0;
	 width: 16px;
	 height: 16px;
	 position: absolute;
	 border-radius: 0;
	 transition: all 0.3s ease;
	 border: 2px solid #c6c4c5;
	 background: #fff;
}
 .cc-search-results .cc-filter-sec .cc-checkbox-wraper .cc-radiobtn .cc-sub-filter li {
	 list-style: none;
}
 .cc-search-results .cc-filter-sec .cc-checkbox-wraper .cc-show-more-link {
	 font-size: 13px;
	 padding-bottom: 10px;
}
 .cc-search-results .cc-filter-sec .cc-checkbox-wraper .cc-filter-selected label:after {
	 position: absolute;
	 content: "";
	 top: 4px;
	 left: 2px;
	 border-top: none;
	 border-right: 2px solid #fff;
	 border-bottom: 2px solid #fff;
	 border-left: none;
	 border-image: initial;
	 width: 6px;
	 height: 11px;
	 margin-left: 4px;
	 transform: rotate(45deg);
	 transition: 0.3s;
}
 .cc-search-results .cc-filter-sec .cc-checkbox-wraper .cc-filter-selected label:before {
	 background: #c9000f;
	 border: 2px solid #c9000f;
}
 .cc-search-results .cc-filter-sec .cc-checkbox-wraper .cc-sub-filter {
	 margin-left: 1.05rem;
}
 .cc-search-results .cc-filter-sec .cc-checkbox-wraper .cc-sub-filter li {
	 list-style: none;
}
 .cc-search-results .cc-main-card {
	 display: flex;
	 justify-content: space-between;
	 padding-top: 20px;
}
 .cc-search-results .cc-main-card .cc-products-sec {
	 width: calc(100% - 240px);
	 padding-left: 20px;
}
 .cc-search-results .cc-main-card .cc-products-sec .no-applied-filters {
	 text-align: center;
	 text-transform: capitalize;
	 font-size: 20px;
	 width: 700px;
	 margin: 50px auto;
	 font-weight: 600;
}
 .cc-search-results .cc-main-card .cc-products-sec .cc-products-card {
	 display: flex;
	 flex-direction: column;
	 position: relative;
}
 .cc-search-results .cc-main-card .cc-products-sec .cc-products-card .cc-products-card-outer {
	 display: flex;
	 align-items: center;
	 flex-wrap: wrap;
	 width: 100%;
}
 .cc-search-results .cc-main-card .cc-products-sec .cc-showmore-action {
	 display: block;
	 width: 100%;
	 text-align: center;
	 margin: 15px auto;
}
 .cc-search-results .cc-main-card .cc-products-sec .cc-showmore-action a {
	 display: inline-block;
	 text-align: center;
	 background: #c9000f;
	 color: #fff;
	 font-weight: 700;
	 text-decoration: none;
	 padding: 8px 25px;
	 border-radius: 5px;
	 border: 0;
	 outline: 0;
}
 .cc-search-results .cc-main-card .cc-products-sec .cc-load-more {
	 background: #000;
	 outline: none;
	 border: 1px solid #000;
	 padding: 7px 7px 9px;
	 color: #fff;
	 width: 21%;
	 font-size: 16px;
	 cursor: pointer;
	 text-align: center;
	 font-weight: 600;
	 margin: 20px auto 10px;
	 display: none;
}
 .cc-search-results .cc-main-card .cc-products-sec .cc-product-card {
	 width: calc(100% / 4);
	 padding: 5px;
}
 .cc-search-results .cc-main-card .cc-products-sec .cc-product-card .cc-prd-inner {
	 padding: 5px;
	 text-align: center;
}
 .cc-search-results .cc-main-card .cc-products-sec .cc-product-card a {
	 text-decoration: none;
}
 .cc-search-results .cc-main-card .cc-products-sec .cc-product-card .cc-discount-cp {
	 font-size: 14px;
	 font-weight: 500;
	 color: #c9000f;
	 text-align: center;
	 font-style: italic;
	 margin: 3px auto 5px;
	 text-decoration: underline;
	 text-underline-offset: 3px;
	 white-space: nowrap;
}
 @media screen and (max-width: 1700px) {
	 .cc-search-results .cc-main-card .cc-products-sec .cc-product-card .cc-discount-cp {
		 transform: scale(0.9);
	}
}
 @media screen and (max-width: 1180px) {
	 .cc-search-results .cc-main-card .cc-products-sec .cc-product-card .cc-discount-cp {
		 transform: scale(0.7);
	}
}
 .cc-search-results .cc-main-card .cc-products-sec .cc-product-card .cc-discount-cp b {
	 color: #c9000f;
	 font-style: italic;
	 font-weight: 500;
	 margin: 0 3px 0 0;
}
 .cc-search-results .cc-main-card .cc-products-sec .cc-product-card .cc-discount-cp div {
	 display: inline-block;
	 background: #c9000f;
	 padding: 3px 15px 3px 7px;
	 font-size: 12px;
	 font-weight: 800;
	 color: #fff;
	 text-align: center;
	 position: relative;
	 margin: 0 0 0 5px;
	 font-style: normal;
	 text-decoration: none;
}
 .cc-search-results .cc-main-card .cc-products-sec .cc-product-card .cc-discount-cp div:after {
	 content: "";
	 position: absolute;
	 top: 50%;
	 right: -12px;
	 transform: translateY(-50%) rotate(90deg);
	 width: 0;
	 height: 0;
	 border-left: 16px solid transparent;
	 border-right: 16px solid transparent;
	 border-top: 10px solid #fff;
}
 .cc-search-results .cc-main-card .cc-products-sec .cc-product-card .cc-main-product-image {
	 position: relative;
}
 .cc-search-results .cc-main-card .cc-products-sec .cc-product-card .cc-main-product-image .cc-image-block {
	 position: relative;
	 padding-bottom: 100%;
	 display: flex;
	 align-items: center;
	 justify-content: center;
}
 .cc-search-results .cc-main-card .cc-products-sec .cc-product-card .cc-main-product-image:hover .cc-action-block .card-figcaption {
	 opacity: 1;
}
 .cc-search-results .cc-main-card .cc-products-sec .cc-product-card .cc-main-product-image .card-figcaption .card-figcaption-button.compare {
	 display: none;
}
 .cc-search-results .cc-main-card .cc-products-sec .cc-product-card .cc-main-product-image img {
	 position: absolute;
	 top: 0px;
	 bottom: 0px;
	 left: 0px;
	 right: 0px;
	 max-width: 100%;
	 max-height: 100%;
	 margin: 0 auto;
	 width: 100%;
	 height: 100%;
	 object-fit: contain;
}
 .cc-search-results .cc-main-card .cc-products-sec .cc-product-card .cc-main-product-image .cc-save-tag {
	 position: absolute;
	 top: 0;
	 left: 0;
	 background: #0b6b59;
	 padding: 3px 6px;
	 color: #fff;
	 font-size: 8px;
	 font-weight: 600;
	 border-radius: 50px;
}
 .cc-search-results .cc-main-card .cc-products-sec .cc-product-card .cc-product-name {
	 padding: 5px 0px;
	 height: auto;
	 overflow: hidden;
	 text-align: center;
	 font-size: 14px;
	 color: #333;
	 line-height: normal;
}
 .cc-search-results .cc-main-card .cc-products-sec .cc-product-card .cc-price-block {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 flex-wrap: wrap;
}
 .cc-search-results .cc-main-card .cc-products-sec .cc-product-card .cc-sale-price {
	 font-size: 14px;
	 color: #000;
	 font-weight: 700;
	 text-align: center;
}
 .cc-search-results .cc-main-card .cc-products-sec .cc-product-card .cc-original-price {
	 display: inline-block;
	 color: #999;
	 margin-right: 0;
	 padding: 0 0.42857rem;
	 font-size: 1rem;
	 line-height: 1.6;
}
 .cc-search-results .cc-main-card .cc-products-sec .cc-product-card .cc-action-block {
	/* .card-figcaption-body-alt {
		 .button.button--icon.card-figcaption-button.compare {
			 display: none;
		}
	}
	 */
}
 .cc-search-results .cc-main-card .cc-products-sec .cc-product-card .cc-action-block .cc-add-tocart {
	 display: none;
	 border-style: solid;
	 border-width: 1px;
	 cursor: pointer;
	 font-family: "Open Sans", Arial, Helvetica, sans-serif;
	 font-weight: 500;
	 line-height: normal;
	 position: relative;
	 text-align: center;
	 text-decoration: none;
	 font-size: 1rem;
	 padding: 0.59857rem 2.38571rem;
	 border-radius: 4px;
	 outline: none;
	 margin: 0.42857rem 0 0;
	 color: #fff;
	 background: #000;
	 border-color: black;
	 border: 1px solid #000 cc;
	 text-transform: uppercase;
}
 .cc-search-results .cc-main-card .cc-products-sec .cc-product-card .cc-addocart-hide .button.button--small.card-figcaption-button {
	 display: none;
}
 .cc-search-results .cc-main-card .cc-products-sec .cc-product-card .cc-main-product-image:hover .cc-add-tocart {
	 display: block !important;
}
 .cc-search-results .cc-main-card .cc-products-sec .cc-product-card .cc-main-product-image:hover .cc-add-tocart:hover {
	 color: #000;
	 background: #fff;
}
 .cc-search-results .cc-main-card .cc-products-sec .cc-product-card .cc-quantity-block .cc-form-increment {
	 border: 1px solid #ccc;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 width: 76px;
	 margin: 0 auto;
	 height: 32px;
}
 .cc-search-results .cc-main-card .cc-products-sec .cc-product-card .cc-quantity-block #cc-form-input {
	 width: 30px;
}
 .cc-search-results .cc-main-card .cc-products-sec .cc-product-card .cc-quantity-block .cc-qty-plus, .cc-search-results .cc-main-card .cc-products-sec .cc-product-card .cc-quantity-block .cc-qty-minus {
	 padding: 5px;
}
 .cc-search-results .cc-main-card .cc-products-sec .cc-product-card .cc-quantity-block .cc-qty-plus img, .cc-search-results .cc-main-card .cc-products-sec .cc-product-card .cc-quantity-block .cc-qty-minus img {
	 width: 12px;
	 max-width: 12px;
	 height: 12px;
	 object-fit: contain;
}
 .cc-search-results .cc-hide {
	 display: none;
}
 .cc-search-results .cc-product-card-overlay {
	 position: fixed;
	 top: 0px;
	 bottom: 0px;
	 right: 0px;
	 left: 0px;
	 background: #fff b8;
	 width: 100%;
	 height: 100%;
	 display: none;
}
 .cc-search-results .cc-product-card-overlay #cc-card-loader {
	 position: absolute;
	 width: 80px;
	 top: 50%;
	 left: 0;
	 right: 0;
	 margin: 0 auto;
	 transform: translateY(-50%);
}
 .cc-search-results .cc-product-card-overlay #cc-card-loader div {
	 box-sizing: border-box;
	 display: block;
	 position: absolute;
	 width: 50px;
	 height: 50px;
	 margin: 6px;
	 border: 4px solid #fff;
	 border-radius: 50%;
	 animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	 border-color: #000 transparent transparent transparent;
}
 .cc-search-results .cc-product-card-overlay #cc-card-loader div:nth-child(1) {
	 animation-delay: -0.45s;
}
 .cc-search-results .cc-product-card-overlay #cc-card-loader div:nth-child(2) {
	 animation-delay: -0.3s;
}
 .cc-search-results .cc-product-card-overlay #cc-card-loader div:nth-child(3) {
	 animation-delay: -0.15s;
}
 .cc-search-results .cc-sort-filter {
	 display: flex;
	 width: 100%;
	 background: #000;
	 position: fixed;
	 bottom: 0px;
	 z-index: 999;
}
 .cc-search-results .cc-sort-filter .cc-filter {
	 border-right: 1px solid #fff;
}
 .cc-search-results .cc-sort-filter .cc-filter button.cc-btn-art {
	 background: #000 !important;
}
 .cc-search-results .cc-sort-filter .cc-filter.cc-filter-active .cc-filter-section {
	 display: block;
}
 .cc-search-results .cc-sort-filter .cc-sort button.cc-btn-art img {
	 transform: rotate(0deg) !important;
}
 .cc-search-results .cc-sort-filter .cc-sort.cc-sort-shown .cc-sort-section {
	 display: block;
}
 .cc-search-results .cc-sort-filter .cc-filter, .cc-search-results .cc-sort-filter .cc-sort {
	 display: flex;
	 align-items: center;
	 width: 50%;
}
 .cc-search-results .cc-sort-filter .cc-filter button.cc-btn-art, .cc-search-results .cc-sort-filter .cc-sort button.cc-btn-art {
	 display: flex;
	 align-items: center;
	 width: 100%;
	 background: #c9000f;
	 justify-content: center;
	 padding: 12px 0;
	 color: #fff;
	 font-weight: 600;
	 font-size: 16px;
	 border: 0;
	 border-radius: 0;
}
 .cc-search-results .cc-sort-filter .cc-filter button.cc-btn-art img, .cc-search-results .cc-sort-filter .cc-sort button.cc-btn-art img {
	 width: 15px;
	 margin-right: 10px;
	 transform: rotate(90deg);
}
 .cc-search-results .cc-sort-filter .cc-filter .cc-filter-section, .cc-search-results .cc-sort-filter .cc-sort .cc-filter-section {
	 position: fixed;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 z-index: 999999;
	 display: none;
	 background-color: #000 a1;
}
 .cc-search-results .cc-sort-filter .cc-filter .cc-filter-section .cc-sub-filter, .cc-search-results .cc-sort-filter .cc-sort .cc-filter-section .cc-sub-filter {
	 position: fixed;
	 top: 0;
	 right: 0;
	 width: 80%;
	 height: 100%;
	 z-index: 9999;
	 background: #fff;
	 max-height: calc(100% - 50px);
	 overflow-y: auto;
	 padding-bottom: 10px;
}
 .cc-search-results .cc-sort-filter .cc-filter .cc-filter-section .cc-sub-filter .cc-checkbox-wraper, .cc-search-results .cc-sort-filter .cc-sort .cc-filter-section .cc-sub-filter .cc-checkbox-wraper, .cc-search-results .cc-sort-filter .cc-filter .cc-filter-section .cc-sub-filter .cc-filter-heading, .cc-search-results .cc-sort-filter .cc-sort .cc-filter-section .cc-sub-filter .cc-filter-heading {
	 border: 0px;
}
 .cc-search-results .cc-sort-filter .cc-filter .cc-filter-section .cc-sub-filter .cc-filter-close, .cc-search-results .cc-sort-filter .cc-sort .cc-filter-section .cc-sub-filter .cc-filter-close {
	 position: fixed;
	 right: 80%;
	 background: #000;
	 border: 0;
	 padding: 2px;
	 top: 10px;
	 z-index: 99999;
	 margin-right: 1px;
}
 .cc-search-results .cc-sort-filter .cc-filter .cc-filter-section .cc-sub-filter .cc-filter-close svg, .cc-search-results .cc-sort-filter .cc-sort .cc-filter-section .cc-sub-filter .cc-filter-close svg {
	 width: 30px;
	 height: 30px;
	 display: flex;
	 align-items: center;
}
 .cc-search-results .cc-sort-filter .cc-filter .cc-filter-section .cc-sub-filter .cc-filter-close svg g, .cc-search-results .cc-sort-filter .cc-sort .cc-filter-section .cc-sub-filter .cc-filter-close svg g {
	 fill: #fff !important;
}
 .cc-search-results .cc-sort-filter .cc-filter .cc-filter-section .cc-breadcrumbs, .cc-search-results .cc-sort-filter .cc-sort .cc-filter-section .cc-breadcrumbs {
	 display: flex;
	 flex-wrap: wrap;
	 padding: 10px 10px 0px;
}
 .cc-search-results .cc-sort-filter .cc-filter .cc-filter-section .cc-breadcrumbs .cc-breadcrumb, .cc-search-results .cc-sort-filter .cc-sort .cc-filter-section .cc-breadcrumbs .cc-breadcrumb {
	 display: flex;
	 color: #fff;
	 align-items: center;
	 flex-wrap: wrap;
	 border: 2px solid #c9000f;
	 font-size: 12px;
	 margin-bottom: 5px;
	 margin-right: 5px;
	 padding: 0px 5px;
	 background: #c9000f;
	 white-space: nowrap;
}
 .cc-search-results .cc-sort-filter .cc-filter .cc-filter-section .cc-breadcrumbs .cc-breadcrumb a, .cc-search-results .cc-sort-filter .cc-sort .cc-filter-section .cc-breadcrumbs .cc-breadcrumb a {
	 display: block;
	 width: 18px;
	 height: 18px;
}
 .cc-search-results .cc-sort-filter .cc-filter .cc-filter-section .cc-breadcrumbs .cc-breadcrumb a svg, .cc-search-results .cc-sort-filter .cc-sort .cc-filter-section .cc-breadcrumbs .cc-breadcrumb a svg {
	 fill: #fff;
	 width: 18px;
	 height: 18px;
}
 .cc-search-results .cc-sort-filter .cc-filter .cc-filter-section .cc-breadcrumbs .cc-breadcrumb a svg path, .cc-search-results .cc-sort-filter .cc-sort .cc-filter-section .cc-breadcrumbs .cc-breadcrumb a svg path {
	 fill: #fff;
}
 .cc-search-results .cc-sort-filter .cc-filter .cc-filter-section .cc-breadcrumbs .cc-breadcrumb span, .cc-search-results .cc-sort-filter .cc-sort .cc-filter-section .cc-breadcrumbs .cc-breadcrumb span {
	 margin-left: 5px;
}
 .cc-search-results .cc-sort-filter .cc-filter .cc-filter-section .cc-filter-block, .cc-search-results .cc-sort-filter .cc-sort .cc-filter-section .cc-filter-block {
	 margin: 0px;
	 padding: 0px 15px;
	 list-style: none;
	 max-height: 90%;
	 overflow-y: auto;
	 width: 100%;
}
 .cc-search-results .cc-sort-filter .cc-filter .cc-filter-section .cc-filter-block::-webkit-scrollbar, .cc-search-results .cc-sort-filter .cc-sort .cc-filter-section .cc-filter-block::-webkit-scrollbar {
	 width: 6px;
	 background: #fff;
}
 .cc-search-results .cc-sort-filter .cc-filter .cc-filter-section .cc-filter-block::-webkit-scrollbar-thumb, .cc-search-results .cc-sort-filter .cc-sort .cc-filter-section .cc-filter-block::-webkit-scrollbar-thumb {
	 background-color: #8a8a94;
	 border-radius: 5px;
}
 .cc-search-results .cc-sort-filter .cc-filter .cc-filter-section .cc-bottom-sec, .cc-search-results .cc-sort-filter .cc-sort .cc-filter-section .cc-bottom-sec {
	 display: flex;
	 background: #fff;
	 position: fixed;
	 width: 80%;
	 border-top: 1px solid #eeecec;
	 bottom: 0px;
}
 .cc-search-results .cc-sort-filter .cc-filter .cc-filter-section .cc-bottom-sec button, .cc-search-results .cc-sort-filter .cc-sort .cc-filter-section .cc-bottom-sec button {
	 width: 100%;
	 border: 0;
	 box-shadow: none;
	 border-radius: 0;
	 text-transform: uppercase;
	 padding: 15px 0;
	 font-weight: 700;
	 font-size: 14px;
	 background: #c9000f;
	 color: #fff;
}
 .cc-search-results .cc-sort-filter .cc-filter .cc-filter-section .cc-filter-sec, .cc-search-results .cc-sort-filter .cc-sort .cc-filter-section .cc-filter-sec {
	 padding: 10px;
}
 .cc-search-results .cc-sort-filter .cc-filter .cc-sort-section, .cc-search-results .cc-sort-filter .cc-sort .cc-sort-section {
	 position: fixed;
	 top: 0px;
	 left: 0px;
	 width: 100%;
	 height: 100%;
	 z-index: 999999;
	 display: none;
	 background-color: rgba(0, 0, 0, 0.3);
}
 .cc-search-results .cc-sort-filter .cc-filter .cc-sort-section .cc-sort-options, .cc-search-results .cc-sort-filter .cc-sort .cc-sort-section .cc-sort-options {
	 position: fixed;
	 bottom: 0px;
	 background: #fff;
	 z-index: 99;
	 width: 100%;
}
 .cc-search-results .cc-sort-filter .cc-filter .cc-sort-section .cc-sort-options span, .cc-search-results .cc-sort-filter .cc-sort .cc-sort-section .cc-sort-options span {
	 width: 100%;
	 padding: 10px 10px 10px 20px;
	 border-bottom: 1px solid darkgrey;
	 color: black;
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
	 font-size: 16px;
	 font-weight: 600;
}
 .cc-search-results .cc-sort-filter .cc-filter .cc-sort-section .cc-sort-options span button, .cc-search-results .cc-sort-filter .cc-sort .cc-sort-section .cc-sort-options span button {
	 background: transparent;
	 border: 0px;
	 margin: 0px;
	 padding: 0;
	 line-height: 9px;
	 margin-right: 10px;
}
 .cc-search-results .cc-sort-filter .cc-filter .cc-sort-section .cc-sort-options span button img, .cc-search-results .cc-sort-filter .cc-sort .cc-sort-section .cc-sort-options span button img {
	 width: 15px;
}
 .cc-search-results .cc-sort-filter .cc-filter .cc-sort-section .cc-sort-options ul, .cc-search-results .cc-sort-filter .cc-sort .cc-sort-section .cc-sort-options ul {
	 list-style: none;
	 margin: 0px;
	 padding: 0px;
}
 .cc-search-results .cc-sort-filter .cc-filter .cc-sort-section .cc-sort-options ul li[selected="true"], .cc-search-results .cc-sort-filter .cc-sort .cc-sort-section .cc-sort-options ul li[selected="true"] {
	 font-weight: 600;
}
 .cc-search-results .cc-sort-filter .cc-filter .cc-sort-section .cc-sort-options ul li, .cc-search-results .cc-sort-filter .cc-sort .cc-sort-section .cc-sort-options ul li {
	 margin: 0px;
	 padding: 0px 0px 10px 0px;
}
 .cc-search-results .cc-sort-filter .cc-filter .cc-sort-section .cc-sort-options ul li.cc-sort-btn-active button, .cc-search-results .cc-sort-filter .cc-sort .cc-sort-section .cc-sort-options ul li.cc-sort-btn-active button {
	 font-weight: 600;
}
 .cc-search-results .cc-sort-filter .cc-filter .cc-sort-section .cc-sort-options ul li a, .cc-search-results .cc-sort-filter .cc-sort .cc-sort-section .cc-sort-options ul li a {
	 text-decoration: none;
}
 .cc-search-results .cc-sort-filter .cc-filter .cc-sort-section .cc-sort-options ul li button, .cc-search-results .cc-sort-filter .cc-sort .cc-sort-section .cc-sort-options ul li button {
	 background: transparent;
	 border: 0px;
	 margin: 0px;
	 padding: 10px 10px 10px 20px;
	 font-size: 18px;
	 width: 100%;
	 display: block;
	 text-align: left;
}
 .cc-decription-block {
	 display: block;
	 clear: right;
	 float: right;
	 padding-left: 0.6rem;
	 padding-right: 1.6rem;
	 width: 50%;
	 margin: 20px auto;
}
 .cc-decription-block .cc-tab-item {
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
	 position: relative;
}
 .cc-decription-block .cc-tab-item:after {
	 content: "";
	 border-bottom: 2px solid #bababa;
	 width: 100%;
	 position: absolute;
	 bottom: 0;
	 opacity: 0.5;
}
 .cc-decription-block .cc-tab-item .cc-tab-list {
	 list-style: none;
}
 .cc-decription-block .cc-tab-item .cc-tab-list a {
	 font-size: 14px;
	 font-weight: 600;
	 color: #999;
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 justify-content: center;
	 padding: 0 0 10px 0;
	 border-bottom: 2px solid transparent;
	 cursor: pointer;
	 text-decoration: none;
}
 .cc-decription-block .cc-tab-item .cc-tab-list a img {
	 height: 30px;
}
 @media screen and (max-width: 1180px) {
	 .cc-decription-block .cc-tab-item .cc-tab-list a {
		 font-size: 11px;
	}
}
 .cc-decription-block .cc-tab-item .cc-tab-list.cc-active a {
	 border-color: #000;
	 color: #000;
}
 .cc-decription-block .cc-tab-page {
	 display: none;
	 padding-left: 1.6rem;
	 padding-right: 1.6rem;
	 text-align: justify;
}
 .cc-decription-block .cc-tab-page .productView-desc {
	 width: 100%;
	 display: block;
	 opacity: 1;
	 height: auto;
	 visibility: visible;
	 padding: 0px;
}
 .cc-decription-block #cc-faqs h2.page-heading, .cc-decription-block #cc-shipping h2.page-heading, .cc-decription-block #cc-faqs div[data-content-region], .cc-decription-block #cc-shipping div[data-content-region], .cc-decription-block #cc-faqs h1, .cc-decription-block #cc-shipping h1, .cc-decription-block #cc-faqs title, .cc-decription-block #cc-shipping title {
	 display: none !important;
}
 .cc-decription-block #cc-faqs button.collapsible, .cc-decription-block #cc-shipping button.collapsible {
	 background: #fff;
	 border: none;
	 color: #000 !important;
	 transition: none;
	 text-transform: uppercase;
	 padding: 10px 0;
	 margin: 0;
	 font-weight: 700;
	 font-size: 16px;
	 position: relative;
	 border-bottom: 2px solid #e9e9e9;
}
 .cc-decription-block #cc-faqs button.collapsible:after, .cc-decription-block #cc-shipping button.collapsible:after {
	 content: '+';
	 font-size: 16px;
	 font-weight: 600;
	 position: absolute;
	 top: 50%;
	 transform: translateY(-50%);
	 right: 5px;
}
 .cc-decription-block #cc-faqs button.collapsible.active:after, .cc-decription-block #cc-shipping button.collapsible.active:after {
	 content: '-';
}
 .cc-decription-block #cc-faqs div.content, .cc-decription-block #cc-shipping div.content {
	 padding: 0;
	 max-height: 300px;
	 overflow: auto;
	 margin: 10px 0;
}
 .cc-decription-block #cc-faqs div.content::-webkit-scrollbar, .cc-decription-block #cc-shipping div.content::-webkit-scrollbar {
	 width: 10px;
	 background-color: #e5e5e5;
}
 .cc-decription-block #cc-faqs div.content::-webkit-scrollbar-thumb, .cc-decription-block #cc-shipping div.content::-webkit-scrollbar-thumb {
	 background: #c9000f;
}
 .cc-decription-block #cc-faqs div.content br, .cc-decription-block #cc-shipping div.content br {
	 display: none !important;
}
 .cc-decription-block #cc-faqs div.content p br, .cc-decription-block #cc-shipping div.content p br {
	 display: block !important;
}
 .cc-decription-block #cc-faqs div.content h3, .cc-decription-block #cc-shipping div.content h3 {
	 margin: 0 0 10px 0;
	 font-size: 14px;
	 font-weight: 700;
}
 .cc-decription-block #cc-faqs div.content p, .cc-decription-block #cc-shipping div.content p {
	 font-size: 14px;
	 padding-right: 15px;
}
 .cc-decription-block .cc-tab-page.cc-active {
	 display: block;
}
 .cc-description-added ul.productView-tabs {
	 display: none;
}
 .header-main-container .navPages-container {
	 display: flex;
	 align-items: center;
	 width: 100%;
	 padding: 0px;
}
 .navPages-list > .navPages-item > .navPages-action {
	 padding-left: 10px;
	 padding-right: 10px;
}
 #menu .navPages {
	 width: 100%;
}
 .cc-search-result-shown .cch-find-now-section, .cc-search-result-shown .cc-fr-42467942 {
	 display: none !important;
}
 .cc-search-result-shown .cc-tbostikcy-toolbar6184 {
	 display: none !important;
}
 .cc-search-result-shown .cc-check-items-hard-code {
	 display: none !important;
}
 @media only screen and (max-width: 1024px) {
	 .cc-search-results .cc-main-card .cc-products-sec .cc-product-card .cc-action-block .cc-add-tocart {
		 padding: 0.59857rem 1.38571rem;
	}
	 .cc-search-results .no-results .cc-no-results {
		 padding-top: 30px;
	}
	 .card-figcaption-body .button {
		 padding: 0.78571rem 0.6rem;
	}
}
 @media only screen and (max-width: 480px) {
	 .cc-search-wrapper {
		 width: 95%;
		 height: 41px;
		 grid-column: 0.25;
		 margin: 10px auto 8px;
	}
	 .cc-search-wrapper .cc-search-icon img {
		 width: 18px;
	}
	 .cc-search-results {
		 padding: 0px;
	}
	 .cc-search-results .cc-sort-filter .cc-sort .cc-sort-section .cc-sort-options span {
		 padding: 5px 10px 5px 20px;
		 border: 0;
		 font-weight: 500;
	}
	 .cc-search-results .cc-sort-filter .cc-sort .cc-sort-section .cc-sort-options .cc-selected span {
		 font-weight: 900;
	}
	 .cc-search-results .cc-sort-filter .cc-filter-section .cc-bottom-sec button {
		 position: absolute;
		 bottom: 0;
	}
	 .cc-search-results .cc-filter-block .cc-sort-total .cc-sort-data .cc-sort-main {
		 display: none;
	}
	 .cc-search-results .cc-main-card {
		 padding: 10px 5px;
		 margin-bottom: 50px;
		 flex-direction: column;
	}
	 .cc-search-results .cc-main-card .cc-filter-sec {
		 display: none;
	}
	 .cc-search-results .cc-main-card .cc-products-sec {
		 padding-left: 0px;
		 width: 100%;
	}
	 .cc-search-results .cc-main-card .cc-products-sec .cc-total-count {
		 display: none;
	}
	 .cc-search-results .cc-main-card .cc-products-sec .no-applied-filters {
		 width: 100%;
	}
	 .cc-search-results .cc-main-card .cc-products-sec .cc-sort-total .cc-total-count {
		 width: 100%;
	}
	 .cc-search-results .cc-main-card .cc-products-sec .cc-sort-total .cc-sort-data {
		 display: none;
	}
	 .cc-search-results .cc-main-card .cc-products-sec .cc-load-more {
		 width: 50%;
	}
	 .cc-search-results .cc-main-card .cc-products-sec .cc-products-card-outer {
		 align-items: stretch !important;
	}
	 .cc-search-results .cc-main-card .cc-products-sec .cc-product-card {
		 width: 50%;
	}
	 .cc-search-results .cc-main-card .cc-products-sec .cc-product-card .card-figcaption-body-alt {
		 padding-top: 10px;
		 justify-content: center;
	}
	 .cc-search-results .cc-main-card .cc-products-sec .cc-product-card a {
		 margin: 0;
		 line-height: normal;
	}
	 .cc-search-results .cc-main-card .cc-products-sec .cc-product-card .cc-main-product-image .cc-action-block .card-figcaption-body {
		 transform-style: unset;
	}
	 .cc-search-results .cc-main-card .cc-products-sec .cc-product-card .cc-main-product-image .cc-action-block .cc-add-tocart {
		 display: block;
		 font-size: 0.71429rem;
		 padding: 0.42857rem 1rem;
		 margin: 0;
	}
	 .cc-search-results .cc-main-card .cc-products-sec .cc-product-card .cc-main-product-image .cc-action-block .button.button--small.card-figcaption-button {
		 background: #000;
		 font-size: 0.71429rem;
		 padding: 0.42857rem 1rem;
	}
	 .cc-search-results .cc-main-card .cc-products-sec .cc-product-card .cc-main-product-image .card-figcaption .card-figcaption-button.compare {
		 margin: 0;
	}
	 .body {
		 padding: 65px 0px 0px;
		 width: 100%;
		 max-width: 100%;
	}
	 .cc-decription-block {
		 width: auto;
		 padding: 0px;
		 background: #fff;
		 margin: 0;
		 float: unset;
		 clear: unset;
	}
	 .cc-decription-block .cc-tab-item {
		 margin: 0;
		 max-width: 100%;
		 overflow: auto;
	}
	 .cc-decription-block .cc-tab-item::-webkit-scrollbar {
		 height: 5px;
		 background-color: transparent;
	}
	 .cc-decription-block .cc-tab-item::-webkit-scrollbar-thumb {
		 background: #c9000f;
	}
	 .cc-decription-block .cc-tab-item .cc-tab-list {
		 white-space: nowrap;
		 margin-right: 10px;
	}
	 .cc-decription-block .cc-tab-page {
		 margin-top: 15px;
		 padding: 0px;
	}
	 .card-figcaption .wishlist-dropdown {
		 margin: 0px auto;
		 left: 0px !important;
		 right: 0px !important;
		 min-width: 165px;
	}
	 .card-figcaption .wishlist-dropdown a {
		 text-decoration: none;
		 font-size: 12px;
		 padding-left: 10px;
		 padding-right: 10px;
	}
	 .cc-search-sticky-header .cc-pagination {
		 display: flex;
	}
	 .cc-pagination .cc-page-btn, .cc-pagination .cc-page-number {
		 padding: 2px 7px 2px !important;
		 margin: 0 3px !important;
		 font-size: 13px;
	}
}
 @media only screen and (max-width: 320px) {
	 .cc-pagination .cc-page-btn, .cc-pagination .cc-page-number {
		 padding: 2px 7px !important;
		 margin: 0 2px !important;
		 font-size: 12px;
	}
}
 .cc-search-noresult-shown .cc-check-items-hard-code {
	 display: none !important;
}
 .cc-search-noresult-shown .cch-find-now-section {
	 display: none !important;
}
 .cc-search-noresult-shown .cc-sort-filter {
	 display: none !important;
}
 .cc-search-shown .header-main .navUser-item.navUser-item--search {
	 display: none;
}
 .cc-mob-search-shown {
	 margin-top: 95px;
	/* .cc-fr-55723387 {
		 display: none !important;
	}
	 */
}
 .cc-mob-search-shown .header-main .navUser-item.navUser-item--search {
	 display: none;
}
 .cc-mob-search-shown .zinrelo-tab {
	 display: none !important;
}
 #modal {
	 border: 1px solid #000;
}
 body.has-activeModal .modal-background {
	 display: block !important;
}
 .cc-pagination {
	 display: none;
	 align-items: center;
	 gap: 6px;
	 font-family: Arial, sans-serif;
	 justify-content: center;
	 box-shadow: 0 0 3px 0 #000 8a;
	 padding: 10px;
}
 .cc-pagination .cc-page-btn, .cc-pagination .cc-page-number {
	 border: 1px solid #c9000f;
	 background: white;
	 color: #c9000f;
	 padding: 6px 12px;
	 border-radius: 6px;
	 cursor: pointer;
	 transition: all 0.2s ease;
	 margin: 0px 5px;
}
 .cc-pagination .cc-page-btn:hover:not(.cc-active):not(:disabled), .cc-pagination .cc-page-number:hover:not(.cc-active):not(:disabled) {
	 background: #fbe8e0;
}
 .cc-pagination .cc-page-btn:disabled, .cc-pagination .cc-page-number:disabled {
	 opacity: 0.5;
	 cursor: not-allowed;
}
 .cc-pagination .cc-page-number.cc-active {
	 background: #c9000f;
	 color: white;
	 font-weight: bold;
}
 .cc-search-page #quickSearch {
	 display: none;
}
 .cc-search-page .body {
	 display: none !important;
}
 .cc-search-page .cc-main-card .cc-products-sec .cc-product-card .cc-main-product-image .card-figcaption .card-figcaption-button.compare {
	 display: block;
}
/* Making pagination sticky */
 .header.is-sticky .cc-pagination {
	 display: flex;
}
 .cc-compare-cta {
	 display: none;
}
 .cc-compare-show .cc-compare-cta {
	 display: flex;
	 padding: 1rem 0.78571rem;
	 text-decoration: none;
	 color: #000;
	 font-weight: 400;
	 text-transform: none;
}
 .cc-compare-show .navUser-action--compare {
	 display: none;
}
 @media only screen and (min-width: 1510px) {
	 .cc-search-wrapper {
		 width: 32%;
	}
}
 @media only screen and (max-width: 998px) {
	 .cc-compare-show .cc-compare-cta {
		 width: 60px;
		 height: 60px;
		 border-radius: 30px;
		 background-color: #000;
		 color: #fff;
		 box-shadow: 0 5px 15px #000 4d;
		 z-index: 10;
		 padding: 15px;
	}
	 .cc-compare-show .cc-compare-cta .navUser-item-icon {
		 width: 100%;
		 height: 100%;
	}
	 .cc-compare-show .cc-compare-cta .countPill {
		 margin-left: 0;
		 position: absolute;
		 top: -10px;
		 right: -10px;
	}
	 .cc-compare-show .cc-compare-cta svg {
		 fill: white;
	}
}
 #menu .navPages {
	 width: 81%;
}
 .navPages-list > .navPages-item > .navPages-action {
	 padding-left: 5px;
	 padding-right: 5px;
}