@charset "UTF-8";
.stitch-bnpl-product-widget {
box-sizing: border-box;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
animation: fadeIn 0.3s ease-in-out;
}
.stitch-bnpl-widget-header {
flex-wrap: wrap;
}
.stitch-bnpl-logo-container svg {
max-width: 100%;
height: auto;
} @media (max-width: 768px) {
.stitch-bnpl-product-widget {
padding: 12px !important;
margin: 12px 0 !important;
}
.stitch-bnpl-widget-header {
gap: 6px !important;
margin-bottom: 6px !important;
}
.stitch-bnpl-logo-container {
height: 32px !important;
width: 115px !important;
padding: 10px 8px !important;
}
.stitch-bnpl-widget-header span {
font-size: 14px !important;
line-height: 18px !important;
}
.stitch-bnpl-product-widget p {
font-size: 11px !important;
line-height: 18px !important;
}
}
@media (max-width: 480px) {
.stitch-bnpl-widget-header {
flex-direction: column;
align-items: flex-start !important;
}
.stitch-bnpl-logo-container {
margin-bottom: 8px;
}
} .stitch-bnpl-product-widget:focus-within {
outline: 2px solid #5f19e2;
outline-offset: 2px;
} @keyframes fadeIn {
from {
opacity: 0;
transform: translateY(-10px);
}
to {
opacity: 1;
transform: translateY(0);
}
} @media print {
.stitch-bnpl-product-widget {
display: none;
}
}.slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus {
outline: none;
}
.slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track {
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after {
display: table;
content: '';
}
.slick-track:after {
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide {
float: right;
}
.slick-slide img {
display: block;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-loading .slick-slide {
visibility: hidden;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}

@keyframes woobt-spinner {
to {
transform: rotate(360deg);
}
}
@-webkit-keyframes woobt-spinner {
to {
-webkit-transform: rotate(360deg);
}
}
.woobt-wrap {
display: block;
clear: both;
width: 100%;
}
.woobt-wrap.woobt-loading {
position: relative;
}
.woobt-wrap.woobt-loading:before {
content: "";
display: block;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.7);
position: absolute;
top: 0;
left: 0;
z-index: 9;
}
.woobt-wrap.woobt-loading:after {
content: "";
position: absolute;
top: 50%;
left: 50%;
z-index: 10;
display: block;
width: 30px;
height: 30px;
margin-top: -15px;
margin-left: -15px;
border-width: 4px;
border-style: solid;
border-radius: 100%;
border-top-color: rgba(0, 0, 0, 0.5);
border-left-color: rgba(0, 0, 0, 0.1);
border-bottom-color: rgba(0, 0, 0, 0.1);
border-right-color: rgba(0, 0, 0, 0.1);
animation: woobt-spinner 1s linear infinite;
-webkit-animation: woobt-spinner 1s linear infinite;
}
.woobt-wrap.woobt-layout-separate .woobt-product > .woobt-thumb, .woobt-wrap.woobt-layout-separate .woobt-product > .woobt-price {
display: none;
}
.woobt-wrap.woobt-layout-separate .woobt-product .woobt-title .woobt-price {
margin-left: 10px;
}
.woobt-images {
display: flex;
align-items: center;
margin-bottom: 15px;
overflow-x: auto;
}
.woobt-images .woobt-image {
width: 100px;
flex: 0 0 100px;
margin-right: 20px;
display: block;
position: relative;
}
.woobt-images .woobt-image:not(.woobt-image-this):before {
content: "+";
position: absolute;
top: 50%;
left: -10px;
transform: translate3d(-50%, -50%, 0);
}
.woobt-images .woobt-image:last-child {
margin-right: 0;
}
.woobt-images .woobt-image.woobt-image-hide {
opacity: 0.3;
}
.woobt-images .woobt-image.woobt-image-hide img {
filter: grayscale(100%);
}
.woobt-images .woobt-image img {
width: 100%;
height: auto;
}
.woobt-wrap .woobt-text, .woobt-wrap .woobt-products {
margin: 0 0 15px 0;
}
.woobt-products {
border-width: 1px 0 0 0;
border-style: dotted;
border-color: #e5e5e5;
}
.woobt-products .woobt-product {
padding: 10px 0;
margin: 0;
justify-content: space-between;
display: flex;
align-items: center;
border-bottom: 1px dotted #e5e5e5;
}
.woobt-products .woobt-product.woobt-hide-this {
display: none !important;
}
.woobt-products .woobt-product > div {
padding: 0 5px;
background-color: transparent;
}
.woobt-products .woobt-product .woobt-thumb {
width: 50px;
flex: 0 0 50px;
}
.woobt-products .woobt-product .woobt-thumb img {
width: 100%;
max-width: 100%;
height: auto;
display: block;
}
.woobt-products .woobt-product .woobt-price {
width: 100px;
flex: 0 0 100px;
max-width: 100px;
text-align: end;
}
.woobt-products .woobt-product-this .woobt-price .woobt-price-new {
display: none;
}
.woobt-products .woobt-product .woobt-price del {
opacity: 0.5;
text-decoration: line-through;
}
.woobt-products .woobt-product .woobt-price del span {
text-decoration: line-through;
}
.woobt-products .woobt-product .woobt-price ins {
font-weight: normal;
}
.woobt-products .woobt-product .woobt-price .amount {
display: inline-block;
}
.woobt-products .woobt-product .woobt-title {
flex-grow: 1;
}
.woobt-products .woobt-product .woobt-title a {
text-decoration: none;
box-shadow: none;
}
.woobt-products .woobt-product .variations_form {
margin: 0;
padding: 0;
}
.woobt-products .woobt-product .woobt-title .woovr-variations-select .woovr-variation-image, .woobt-products .woobt-product .woobt-title .woovr-variations-default .woovr-variation-image, .woobt-products .woobt-product .woobt-title .woovr-variations-select .woovr-variation-price {
display: none !important;
}
.woobt-products .woobt-product .woobt-quantity {
text-align: right;
width: 130px;
flex: 0 0 130px;
}
.woobt-products .woobt-product .woobt-quantity .quantity {
float: none !important;
margin: 0 0 0 0 !important;
}
.woobt-products .woobt-product.woobt-hide .woobt-quantity * {
opacity: 0.5;
pointer-events: none;
}
.woobt-checkbox:disabled {
cursor: not-allowed;
}
.woobt-products .woobt-product .variations_form .variations {
display: block;
width: 100%;
margin-left: -3px;
margin-right: -3px;
padding: 0;
}
.woobt-products .woobt-product .variations_form .variations .variation {
display: inline-block;
border-width: 1px;
border-style: solid;
border-color: #e5e5e5;
padding: 5px 10px;
margin: 5px 3px 0 3px;
max-width: 100%;
border-radius: 2px;
}
.woobt-products .woobt-product .variations_form .variations .variation > div {
display: block;
}
.woobt-products .woobt-product .variations_form .variations .reset {
display: inline-block;
}
.woobt-products .woobt-product .variations_form .variations .variation:last-child {
margin-bottom: 0;
}
.woobt-products .woobt-product .variations_form .variations .variation .label {
font-size: 12px;
line-height: 1;
}
.woobt-products .woobt-product .variations_form .variations .variation .value {
line-height: 1;
}
.woobt-products .woobt-product .variations_form .variations .variation .value select {
width: 100%;
line-height: 1;
padding: 0 16px 0 0;
background-color: transparent;
border-radius: 0;
border: none;
-webkit-appearance: none;
-moz-appearance: none;
outline: none;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAECAYAAACtBE5DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGNEQzN0Y2NTY0NjcxMUU3QjU5NUI5N0U0NjlDMTIzNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGNEQzN0Y2NjY0NjcxMUU3QjU5NUI5N0U0NjlDMTIzNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkY0RDM3RjYzNjQ2NzExRTdCNTk1Qjk3RTQ2OUMxMjM2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkY0RDM3RjY0NjQ2NzExRTdCNTk1Qjk3RTQ2OUMxMjM2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+pzgqpQAAADdJREFUeNpirKioWMDAwBDPgAoWMQGJLCC+hiR4HYgzQRLfgDgUSoNwCIhmgaq6BtXJCNMNEGAAbM0MK7OUU3AAAAAASUVORK5CYII=);
background-repeat: no-repeat;
background-size: auto;
background-position: 100% 50%;
}
.woobt-products .woobt-product .variations_form .variations a.reset_variations {
margin: 0;
font-size: 12px;
}
.woobt-products .woobt-product .woobt-title .stock {
font-size: 14px;
margin: 0 !important;
}
.woobt-products .woobt-product .woobt-title .stock.in-stock {
color: green;
}
.woobt-products .woobt-product .woobt-title .stock.available-on-backorder {
color: orange;
}
.woobt-products .woobt-product .woobt-title .stock.out-of-stock {
color: red;
}
.woobt-products .woobt-item-text {
padding: 10px 0;
margin: 0;
border-bottom: 1px dotted #e5e5e5;
}
.woobt-item-text-type-h1 > h1, .woobt-item-text-type-h2 > h2, .woobt-item-text-type-h3 > h3, .woobt-item-text-type-h4 > h4, .woobt-item-text-type-h5 > h5, .woobt-item-text-type-h6 > h6, .woobt-item-text-type-p > p {
margin: 0 !important;
}
.woobt-disabled {
opacity: 0.5 !important;
cursor: not-allowed !important;
pointer-events: none !important;
}
.woobt-alert {
padding: 6px 10px 6px 14px;
border-left: 4px solid #222;
background-color: #eeeeee;
font-size: 14px;
} .woobt-additional, .woobt-total, .woobt-alert {
display: none;
}
.woobt-actions form.cart {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.woobt-quantity-input {
display: flex;
align-items: center;
}
.woobt-quantity-plus-minus .plus, .woobt-quantity-plus-minus .minus, .woobt-quantity-plus-minus .minus-btn, .woobt-quantity-plus-minus .plus-btn {
display: none !important;
}
.woobt-quantity-input-plus, .woobt-quantity-input-minus {
width: 40px;
flex: 0 0 40px;
height: 40px;
line-height: 38px;
text-align: center;
cursor: pointer;
background-color: #fefefe;
border: 1px solid #e5e5e5;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.woobt-choose label {
position: absolute;
top: auto;
width: 1px;
height: 1px;
overflow: hidden;
}
.woobt-choose .checkmark {
display: none;
}
.woobt-count {
margin-left: 5px;
}
.woobt-count:before {
content: "(";
}
.woobt-count:after {
content: ")";
}
.woobt-qty {
width: 60px;
text-align: center;
}
.woobt-product .woobt-quantity-input .qty, .woobt-product .woobt-quantity-input .woobt-qty {
width: 100%;
min-width: 40px;
height: 40px;
line-height: 38px;
margin: 0;
padding: 0 10px;
box-shadow: none;
border-width: 1px 0;
border-style: solid;
border-color: #e5e5e5;
border-radius: 0;
background-color: #fefefe;
-moz-appearance: textfield;
}
.woobt-product .woobt-quantity-input .qty:focus, .woobt-product .woobt-quantity-input .woobt-qty:focus {
outline: none;
outline-color: transparent;
}
.woobt-quantity-input input::-webkit-outer-spin-button, .woobt-quantity-input input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.woobt-quantity-input-plus:hover, .woobt-quantity-input-minus:hover {
background-color: #f0f0f0;
}
@media only screen and (max-width: 767px) {
.woobt-wrap-responsive .woobt-products .woobt-product {
display: flex;
flex-direction: column;
text-align: center;
padding: 20px 0;
}
.woobt-wrap-responsive .woobt-products .woobt-product > div {
padding: 5px 0 !important;
width: auto !important;
flex-basis: 0 !important;
max-width: 100% !important;
}
.woobt-wrap-responsive .woobt-products .woobt-product .woobt-thumb {
text-align: center;
flex-basis: 0;
}
.woobt-wrap-responsive .woobt-products .woobt-product .woobt-thumb img {
width: 80px;
display: block;
margin: 0 auto;
}
.woobt-wrap-responsive .woobt-products .woobt-product .woobt-price {
width: auto;
flex-basis: 0;
}
.woobt-wrap-responsive .woobt-products .woobt-product .variations_form .variations {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.woobt-wrap-responsive .woobt-products .woobt-product .variations_form .variations .variation {
max-width: 100%;
margin-right: 0 !important;
}
.woobt-wrap-responsive .woobt-products .woobt-product .variations_form .variations .variation select {
text-align-last: center;
}
} .woobt-products[class*=woobt-products-layout-grid] {
display: flex;
flex-wrap: wrap;
margin-left: -10px;
margin-right: -10px;
border: none;
}
.woobt-products[class*=woobt-products-layout-grid] .woobt-item-text {
width: 100%;
margin: 10px;
padding: 10px 0;
}
.woobt-products[class*=woobt-products-layout-grid] .woobt-product {
width: calc(50% - 20px);
margin: 10px;
padding: 10px;
border: 1px solid #dddddd;
font-size: 14px;
text-align: center;
position: relative;
display: flex;
flex-direction: column;
justify-content: start;
}
.woobt-products[class*=woobt-products-layout-grid] .woobt-product:hover {
border-color: green;
}
.woobt-products[class*=woobt-products-layout-grid] .woobt-product .woobt-title-inner {
font-weight: 700;
}
.woobt-products.woobt-products-layout-grid-1 .woobt-product {
width: calc(100% - 20px);
}
.woobt-products.woobt-products-layout-grid-3 .woobt-product {
width: calc(33.3333333333% - 20px);
}
.woobt-products.woobt-products-layout-grid-4 .woobt-product {
width: calc(25% - 20px);
}
.woobt-products[class*=woobt-products-layout-grid] .woobt-product > div {
width: 100% !important;
flex: 0 0 auto !important;
text-align: center;
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
margin-bottom: 5px;
}
.woobt-products[class*=woobt-products-layout-grid] .woobt-product > div:last-child {
margin-bottom: 0;
}
.woobt-products[class*=woobt-products-layout-grid] .woobt-product .woobt-quantity-input {
justify-content: center;
}
.woobt-products[class*=woobt-products-layout-grid] .woobt-product select {
text-align: center;
}
.woobt-products[class*=woobt-products-layout-grid] .woobt-product .variations_form .variations .reset {
display: none;
}
@media only screen and (max-width: 767px) {
.woobt-products[class*=woobt-products-layout-grid] .woobt-product {
width: calc(50% - 20px);
}
}
@media only screen and (max-width: 479px) {
.woobt-products[class*=woobt-products-layout-grid] .woobt-product {
width: calc(100% - 20px);
}
} .woobt-products[class*=woobt-products-layout-carousel] {
display: flex;
flex-wrap: wrap;
margin-left: -10px;
margin-right: -10px;
border: none;
}
.woobt-products[class*=woobt-products-layout-carousel] .woobt-item-text {
width: 100%;
margin: 10px;
padding: 10px 0;
}
.woobt-products[class*=woobt-products-layout-carousel] .woobt-product {
width: calc(33% - 20px);
margin: 10px;
padding: 10px;
border: 1px solid #dddddd;
font-size: 14px;
text-align: center;
position: relative;
display: flex;
flex-direction: column;
justify-content: start;
}
.woobt-products[class*=woobt-products-layout-carousel] .woobt-product:hover {
border-color: green;
}
.woobt-products[class*=woobt-products-layout-carousel] .woobt-product .woobt-title-inner {
font-weight: 700;
}
.woobt-products.woobt-products-layout-carousel-1 .woobt-product {
width: calc(100% - 20px);
}
.woobt-products.woobt-products-layout-carousel-3 .woobt-product {
width: calc(33.3333333333% - 20px);
}
.woobt-products.woobt-products-layout-carousel-4 .woobt-product {
width: calc(25% - 20px);
}
.woobt-products[class*=woobt-products-layout-carousel] .woobt-product > div {
width: 100% !important;
flex: 0 0 auto !important;
text-align: center;
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
margin-bottom: 5px;
}
.woobt-products[class*=woobt-products-layout-carousel] .woobt-product > div:last-child {
margin-bottom: 0;
}
.woobt-products[class*=woobt-products-layout-carousel] .woobt-product .woobt-quantity-input {
justify-content: center;
}
.woobt-products[class*=woobt-products-layout-carousel] .woobt-product select {
text-align: center;
}
.woobt-products[class*=woobt-products-layout-carousel] .woobt-product .variations_form .variations .reset {
display: none;
}
.woobt-products[class*=woobt-products-layout-carousel] {
display: none !important;
}
.woobt-products[class*=woobt-products-layout-carousel].woobt-carousel, .woobt-products[class*=woobt-products-layout-carousel].woobt-no-carousel {
display: flex !important;
}
.woobt-carousel .slick-dots {
display: block;
width: 100%;
list-style: none;
text-align: center;
margin: 0;
padding: 0;
}
.woobt-carousel .slick-dots li {
display: inline-block;
margin: 0 5px;
font-size: 0;
}
.woobt-carousel .slick-dots li button {
width: 8px;
height: 8px;
border-radius: 4px;
padding: 0;
font-size: 0;
line-height: 0;
border: none;
background-color: rgba(0, 0, 0, 0.3);
outline: none;
overflow: hidden;
}
.woobt-carousel .slick-dots li.slick-active button {
background-color: rgb(0, 0, 0);
}
.woobt-carousel .slick-arrow {
width: 44px;
height: 44px;
line-height: 42px;
text-align: center;
padding: 0 0 0 0;
margin: 0 0 0 0;
overflow: hidden;
position: absolute;
top: 50%;
transform: translateY(-50%);
font-size: 0;
color: #222;
background-color: #fff;
border-radius: 0;
border: 1px solid #ddd;
z-index: 8;
opacity: 0;
visibility: hidden;
}
.woobt-carousel:hover .slick-arrow {
opacity: 1;
visibility: visible;
}
.woobt-carousel .slick-arrow:hover {
color: #fff;
background-color: rgba(0, 0, 0, 0.5);
}
.woobt-carousel .slick-arrow:before {
font-size: 24px;
line-height: 44px;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.woobt-carousel .slick-arrow:focus {
outline: none;
}
.woobt-carousel .slick-arrow.slick-prev {
left: 10px;
}
.woobt-carousel .slick-arrow.slick-prev:before {
content: "‹";
}
.woobt-carousel .slick-arrow.slick-next {
right: 10px;
}
.woobt-carousel .slick-arrow.slick-next:before {
content: "›";
} .woobt-wrap.woobt-layout-compact .woobt-inner {
display: flex;
align-items: center;
flex-wrap: nowrap;
margin: 0 0 15px 0;
}
.woobt-wrap.woobt-layout-compact .woobt-inner .woobt-text {
margin: 0 0 10px 0;
}
.woobt-wrap.woobt-layout-compact .woobt-inner .woobt-alert {
display: none !important;
}
.woobt-wrap.woobt-layout-compact .woobt-inner .woobt-products {
display: flex;
flex-wrap: nowrap;
max-width: 100%;
overflow-x: auto;
margin: 0 10px 0 -10px;
border: none;
}
.woobt-wrap.woobt-layout-compact .woobt-inner .woobt-products .woobt-product {
min-width: 100px;
max-width: 200px;
margin: 10px;
padding: 10px;
border: 1px solid #dddddd;
font-size: 14px;
text-align: center;
position: relative;
display: flex;
flex-direction: column;
justify-content: start;
}
.woobt-wrap.woobt-layout-compact .woobt-inner .woobt-products .woobt-product:before {
content: "+";
position: absolute;
top: 50%;
right: -20px;
transform: translate3d(-50%, -50%, 0);
}
.woobt-wrap.woobt-layout-compact .woobt-inner .woobt-products .woobt-product:last-child:before {
content: "";
display: none;
}
.woobt-wrap.woobt-layout-compact .woobt-inner .woobt-products .woobt-product > div {
width: 100%;
flex: 0 0 auto;
text-align: center;
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
margin-bottom: 5px;
}
.woobt-wrap.woobt-layout-compact .woobt-inner .woobt-products .woobt-product .woobt-choose {
position: absolute;
width: auto;
top: 10px;
right: 10px;
}
body.rtl .woobt-wrap.woobt-layout-compact .woobt-inner .woobt-products {
margin: 0 -10px 0 10px;
}
body.rtl .woobt-wrap.woobt-layout-compact .woobt-inner .woobt-products .woobt-product:first-child:before {
display: none;
}
body.rtl .woobt-wrap.woobt-layout-compact .woobt-inner .woobt-products .woobt-product:last-child:before {
content: "+";
display: block;
}
.woobt-wrap.woobt-layout-compact .woobt-inner .woobt-actions .single_add_to_cart_button {
white-space: nowrap;
margin: 0 !important;
}.fa,
.fas,
.far,
.fal,
.fab {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1; }
.fa-lg {
font-size: 1.33333em;
line-height: 0.75em;
vertical-align: -.0667em; }
.fa-xs {
font-size: .75em; }
.fa-sm {
font-size: .875em; }
.fa-1x {
font-size: 1em; }
.fa-2x {
font-size: 2em; }
.fa-3x {
font-size: 3em; }
.fa-4x {
font-size: 4em; }
.fa-5x {
font-size: 5em; }
.fa-6x {
font-size: 6em; }
.fa-7x {
font-size: 7em; }
.fa-8x {
font-size: 8em; }
.fa-9x {
font-size: 9em; }
.fa-10x {
font-size: 10em; }
.fa-fw {
text-align: center;
width: 1.25em; }
.fa-ul {
list-style-type: none;
margin-left: 2.5em;
padding-left: 0; }
.fa-ul > li {
position: relative; }
.fa-li {
left: -2em;
position: absolute;
text-align: center;
width: 2em;
line-height: inherit; }
.fa-border {
border: solid 0.08em #eee;
border-radius: .1em;
padding: .2em .25em .15em; }
.fa-pull-left {
float: left; }
.fa-pull-right {
float: right; }
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
margin-right: .3em; }
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
margin-left: .3em; }
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear; }
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8); }
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
transform: rotate(90deg); }
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
transform: rotate(270deg); }
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
transform: scale(-1, 1); }
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
transform: scale(1, -1); }
.fa-flip-horizontal.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(-1, -1);
transform: scale(-1, -1); }
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
-webkit-filter: none;
filter: none; }
.fa-stack {
display: inline-block;
height: 2em;
line-height: 2em;
position: relative;
vertical-align: middle;
width: 2em; }
.fa-stack-1x,
.fa-stack-2x {
left: 0;
position: absolute;
text-align: center;
width: 100%; }
.fa-stack-1x {
line-height: inherit; }
.fa-stack-2x {
font-size: 2em; }
.fa-inverse {
color: #fff; } .fa-500px:before {
content: "\f26e"; }
.fa-accessible-icon:before {
content: "\f368"; }
.fa-accusoft:before {
content: "\f369"; }
.fa-address-book:before {
content: "\f2b9"; }
.fa-address-card:before {
content: "\f2bb"; }
.fa-adjust:before {
content: "\f042"; }
.fa-adn:before {
content: "\f170"; }
.fa-adversal:before {
content: "\f36a"; }
.fa-affiliatetheme:before {
content: "\f36b"; }
.fa-algolia:before {
content: "\f36c"; }
.fa-align-center:before {
content: "\f037"; }
.fa-align-justify:before {
content: "\f039"; }
.fa-align-left:before {
content: "\f036"; }
.fa-align-right:before {
content: "\f038"; }
.fa-amazon:before {
content: "\f270"; }
.fa-amazon-pay:before {
content: "\f42c"; }
.fa-ambulance:before {
content: "\f0f9"; }
.fa-american-sign-language-interpreting:before {
content: "\f2a3"; }
.fa-amilia:before {
content: "\f36d"; }
.fa-anchor:before {
content: "\f13d"; }
.fa-android:before {
content: "\f17b"; }
.fa-angellist:before {
content: "\f209"; }
.fa-angle-double-down:before {
content: "\f103"; }
.fa-angle-double-left:before {
content: "\f100"; }
.fa-angle-double-right:before {
content: "\f101"; }
.fa-angle-double-up:before {
content: "\f102"; }
.fa-angle-down:before {
content: "\f107"; }
.fa-angle-left:before {
content: "\f104"; }
.fa-angle-right:before {
content: "\f105"; }
.fa-angle-up:before {
content: "\f106"; }
.fa-angrycreative:before {
content: "\f36e"; }
.fa-angular:before {
content: "\f420"; }
.fa-app-store:before {
content: "\f36f"; }
.fa-app-store-ios:before {
content: "\f370"; }
.fa-apper:before {
content: "\f371"; }
.fa-apple:before {
content: "\f179"; }
.fa-apple-pay:before {
content: "\f415"; }
.fa-archive:before {
content: "\f187"; }
.fa-arrow-alt-circle-down:before {
content: "\f358"; }
.fa-arrow-alt-circle-left:before {
content: "\f359"; }
.fa-arrow-alt-circle-right:before {
content: "\f35a"; }
.fa-arrow-alt-circle-up:before {
content: "\f35b"; }
.fa-arrow-circle-down:before {
content: "\f0ab"; }
.fa-arrow-circle-left:before {
content: "\f0a8"; }
.fa-arrow-circle-right:before {
content: "\f0a9"; }
.fa-arrow-circle-up:before {
content: "\f0aa"; }
.fa-arrow-down:before {
content: "\f063"; }
.fa-arrow-left:before {
content: "\f060"; }
.fa-arrow-right:before {
content: "\f061"; }
.fa-arrow-up:before {
content: "\f062"; }
.fa-arrows-alt:before {
content: "\f0b2"; }
.fa-arrows-alt-h:before {
content: "\f337"; }
.fa-arrows-alt-v:before {
content: "\f338"; }
.fa-assistive-listening-systems:before {
content: "\f2a2"; }
.fa-asterisk:before {
content: "\f069"; }
.fa-asymmetrik:before {
content: "\f372"; }
.fa-at:before {
content: "\f1fa"; }
.fa-audible:before {
content: "\f373"; }
.fa-audio-description:before {
content: "\f29e"; }
.fa-autoprefixer:before {
content: "\f41c"; }
.fa-avianex:before {
content: "\f374"; }
.fa-aviato:before {
content: "\f421"; }
.fa-aws:before {
content: "\f375"; }
.fa-backward:before {
content: "\f04a"; }
.fa-balance-scale:before {
content: "\f24e"; }
.fa-ban:before {
content: "\f05e"; }
.fa-bandcamp:before {
content: "\f2d5"; }
.fa-barcode:before {
content: "\f02a"; }
.fa-bars:before {
content: "\f0c9"; }
.fa-baseball-ball:before {
content: "\f433"; }
.fa-basketball-ball:before {
content: "\f434"; }
.fa-bath:before {
content: "\f2cd"; }
.fa-battery-empty:before {
content: "\f244"; }
.fa-battery-full:before {
content: "\f240"; }
.fa-battery-half:before {
content: "\f242"; }
.fa-battery-quarter:before {
content: "\f243"; }
.fa-battery-three-quarters:before {
content: "\f241"; }
.fa-bed:before {
content: "\f236"; }
.fa-beer:before {
content: "\f0fc"; }
.fa-behance:before {
content: "\f1b4"; }
.fa-behance-square:before {
content: "\f1b5"; }
.fa-bell:before {
content: "\f0f3"; }
.fa-bell-slash:before {
content: "\f1f6"; }
.fa-bicycle:before {
content: "\f206"; }
.fa-bimobject:before {
content: "\f378"; }
.fa-binoculars:before {
content: "\f1e5"; }
.fa-birthday-cake:before {
content: "\f1fd"; }
.fa-bitbucket:before {
content: "\f171"; }
.fa-bitcoin:before {
content: "\f379"; }
.fa-bity:before {
content: "\f37a"; }
.fa-black-tie:before {
content: "\f27e"; }
.fa-blackberry:before {
content: "\f37b"; }
.fa-blind:before {
content: "\f29d"; }
.fa-blogger:before {
content: "\f37c"; }
.fa-blogger-b:before {
content: "\f37d"; }
.fa-bluetooth:before {
content: "\f293"; }
.fa-bluetooth-b:before {
content: "\f294"; }
.fa-bold:before {
content: "\f032"; }
.fa-bolt:before {
content: "\f0e7"; }
.fa-bomb:before {
content: "\f1e2"; }
.fa-book:before {
content: "\f02d"; }
.fa-bookmark:before {
content: "\f02e"; }
.fa-bowling-ball:before {
content: "\f436"; }
.fa-braille:before {
content: "\f2a1"; }
.fa-briefcase:before {
content: "\f0b1"; }
.fa-btc:before {
content: "\f15a"; }
.fa-bug:before {
content: "\f188"; }
.fa-building:before {
content: "\f1ad"; }
.fa-bullhorn:before {
content: "\f0a1"; }
.fa-bullseye:before {
content: "\f140"; }
.fa-buromobelexperte:before {
content: "\f37f"; }
.fa-bus:before {
content: "\f207"; }
.fa-buysellads:before {
content: "\f20d"; }
.fa-calculator:before {
content: "\f1ec"; }
.fa-calendar:before {
content: "\f133"; }
.fa-calendar-alt:before {
content: "\f073"; }
.fa-calendar-check:before {
content: "\f274"; }
.fa-calendar-minus:before {
content: "\f272"; }
.fa-calendar-plus:before {
content: "\f271"; }
.fa-calendar-times:before {
content: "\f273"; }
.fa-camera:before {
content: "\f030"; }
.fa-camera-retro:before {
content: "\f083"; }
.fa-car:before {
content: "\f1b9"; }
.fa-caret-down:before {
content: "\f0d7"; }
.fa-caret-left:before {
content: "\f0d9"; }
.fa-caret-right:before {
content: "\f0da"; }
.fa-caret-square-down:before {
content: "\f150"; }
.fa-caret-square-left:before {
content: "\f191"; }
.fa-caret-square-right:before {
content: "\f152"; }
.fa-caret-square-up:before {
content: "\f151"; }
.fa-caret-up:before {
content: "\f0d8"; }
.fa-cart-arrow-down:before {
content: "\f218"; }
.fa-cart-plus:before {
content: "\f217"; }
.fa-cc-amazon-pay:before {
content: "\f42d"; }
.fa-cc-amex:before {
content: "\f1f3"; }
.fa-cc-apple-pay:before {
content: "\f416"; }
.fa-cc-diners-club:before {
content: "\f24c"; }
.fa-cc-discover:before {
content: "\f1f2"; }
.fa-cc-jcb:before {
content: "\f24b"; }
.fa-cc-mastercard:before {
content: "\f1f1"; }
.fa-cc-paypal:before {
content: "\f1f4"; }
.fa-cc-stripe:before {
content: "\f1f5"; }
.fa-cc-visa:before {
content: "\f1f0"; }
.fa-centercode:before {
content: "\f380"; }
.fa-certificate:before {
content: "\f0a3"; }
.fa-chart-area:before {
content: "\f1fe"; }
.fa-chart-bar:before {
content: "\f080"; }
.fa-chart-line:before {
content: "\f201"; }
.fa-chart-pie:before {
content: "\f200"; }
.fa-check:before {
content: "\f00c"; }
.fa-check-circle:before {
content: "\f058"; }
.fa-check-square:before {
content: "\f14a"; }
.fa-chess:before {
content: "\f439"; }
.fa-chess-bishop:before {
content: "\f43a"; }
.fa-chess-board:before {
content: "\f43c"; }
.fa-chess-king:before {
content: "\f43f"; }
.fa-chess-knight:before {
content: "\f441"; }
.fa-chess-pawn:before {
content: "\f443"; }
.fa-chess-queen:before {
content: "\f445"; }
.fa-chess-rook:before {
content: "\f447"; }
.fa-chevron-circle-down:before {
content: "\f13a"; }
.fa-chevron-circle-left:before {
content: "\f137"; }
.fa-chevron-circle-right:before {
content: "\f138"; }
.fa-chevron-circle-up:before {
content: "\f139"; }
.fa-chevron-down:before {
content: "\f078"; }
.fa-chevron-left:before {
content: "\f053"; }
.fa-chevron-right:before {
content: "\f054"; }
.fa-chevron-up:before {
content: "\f077"; }
.fa-child:before {
content: "\f1ae"; }
.fa-chrome:before {
content: "\f268"; }
.fa-circle:before {
content: "\f111"; }
.fa-circle-notch:before {
content: "\f1ce"; }
.fa-clipboard:before {
content: "\f328"; }
.fa-clock:before {
content: "\f017"; }
.fa-clone:before {
content: "\f24d"; }
.fa-closed-captioning:before {
content: "\f20a"; }
.fa-cloud:before {
content: "\f0c2"; }
.fa-cloud-download-alt:before {
content: "\f381"; }
.fa-cloud-upload-alt:before {
content: "\f382"; }
.fa-cloudscale:before {
content: "\f383"; }
.fa-cloudsmith:before {
content: "\f384"; }
.fa-cloudversify:before {
content: "\f385"; }
.fa-code:before {
content: "\f121"; }
.fa-code-branch:before {
content: "\f126"; }
.fa-codepen:before {
content: "\f1cb"; }
.fa-codiepie:before {
content: "\f284"; }
.fa-coffee:before {
content: "\f0f4"; }
.fa-cog:before {
content: "\f013"; }
.fa-cogs:before {
content: "\f085"; }
.fa-columns:before {
content: "\f0db"; }
.fa-comment:before {
content: "\f075"; }
.fa-comment-alt:before {
content: "\f27a"; }
.fa-comments:before {
content: "\f086"; }
.fa-compass:before {
content: "\f14e"; }
.fa-compress:before {
content: "\f066"; }
.fa-connectdevelop:before {
content: "\f20e"; }
.fa-contao:before {
content: "\f26d"; }
.fa-copy:before {
content: "\f0c5"; }
.fa-copyright:before {
content: "\f1f9"; }
.fa-cpanel:before {
content: "\f388"; }
.fa-creative-commons:before {
content: "\f25e"; }
.fa-credit-card:before {
content: "\f09d"; }
.fa-crop:before {
content: "\f125"; }
.fa-crosshairs:before {
content: "\f05b"; }
.fa-css3:before {
content: "\f13c"; }
.fa-css3-alt:before {
content: "\f38b"; }
.fa-cube:before {
content: "\f1b2"; }
.fa-cubes:before {
content: "\f1b3"; }
.fa-cut:before {
content: "\f0c4"; }
.fa-cuttlefish:before {
content: "\f38c"; }
.fa-d-and-d:before {
content: "\f38d"; }
.fa-dashcube:before {
content: "\f210"; }
.fa-database:before {
content: "\f1c0"; }
.fa-deaf:before {
content: "\f2a4"; }
.fa-delicious:before {
content: "\f1a5"; }
.fa-deploydog:before {
content: "\f38e"; }
.fa-deskpro:before {
content: "\f38f"; }
.fa-desktop:before {
content: "\f108"; }
.fa-deviantart:before {
content: "\f1bd"; }
.fa-digg:before {
content: "\f1a6"; }
.fa-digital-ocean:before {
content: "\f391"; }
.fa-discord:before {
content: "\f392"; }
.fa-discourse:before {
content: "\f393"; }
.fa-dochub:before {
content: "\f394"; }
.fa-docker:before {
content: "\f395"; }
.fa-dollar-sign:before {
content: "\f155"; }
.fa-dot-circle:before {
content: "\f192"; }
.fa-download:before {
content: "\f019"; }
.fa-draft2digital:before {
content: "\f396"; }
.fa-dribbble:before {
content: "\f17d"; }
.fa-dribbble-square:before {
content: "\f397"; }
.fa-dropbox:before {
content: "\f16b"; }
.fa-drupal:before {
content: "\f1a9"; }
.fa-dyalog:before {
content: "\f399"; }
.fa-earlybirds:before {
content: "\f39a"; }
.fa-edge:before {
content: "\f282"; }
.fa-edit:before {
content: "\f044"; }
.fa-eject:before {
content: "\f052"; }
.fa-elementor:before {
content: "\f430"; }
.fa-ellipsis-h:before {
content: "\f141"; }
.fa-ellipsis-v:before {
content: "\f142"; }
.fa-ember:before {
content: "\f423"; }
.fa-empire:before {
content: "\f1d1"; }
.fa-envelope:before {
content: "\f0e0"; }
.fa-envelope-open:before {
content: "\f2b6"; }
.fa-envelope-square:before {
content: "\f199"; }
.fa-envira:before {
content: "\f299"; }
.fa-eraser:before {
content: "\f12d"; }
.fa-erlang:before {
content: "\f39d"; }
.fa-ethereum:before {
content: "\f42e"; }
.fa-etsy:before {
content: "\f2d7"; }
.fa-euro-sign:before {
content: "\f153"; }
.fa-exchange-alt:before {
content: "\f362"; }
.fa-exclamation:before {
content: "\f12a"; }
.fa-exclamation-circle:before {
content: "\f06a"; }
.fa-exclamation-triangle:before {
content: "\f071"; }
.fa-expand:before {
content: "\f065"; }
.fa-expand-arrows-alt:before {
content: "\f31e"; }
.fa-expeditedssl:before {
content: "\f23e"; }
.fa-external-link-alt:before {
content: "\f35d"; }
.fa-external-link-square-alt:before {
content: "\f360"; }
.fa-eye:before {
content: "\f06e"; }
.fa-eye-dropper:before {
content: "\f1fb"; }
.fa-eye-slash:before {
content: "\f070"; }
.fa-facebook:before {
content: "\f09a"; }
.fa-facebook-f:before {
content: "\f39e"; }
.fa-facebook-messenger:before {
content: "\f39f"; }
.fa-facebook-square:before {
content: "\f082"; }
.fa-fast-backward:before {
content: "\f049"; }
.fa-fast-forward:before {
content: "\f050"; }
.fa-fax:before {
content: "\f1ac"; }
.fa-female:before {
content: "\f182"; }
.fa-fighter-jet:before {
content: "\f0fb"; }
.fa-file:before {
content: "\f15b"; }
.fa-file-alt:before {
content: "\f15c"; }
.fa-file-archive:before {
content: "\f1c6"; }
.fa-file-audio:before {
content: "\f1c7"; }
.fa-file-code:before {
content: "\f1c9"; }
.fa-file-excel:before {
content: "\f1c3"; }
.fa-file-image:before {
content: "\f1c5"; }
.fa-file-pdf:before {
content: "\f1c1"; }
.fa-file-powerpoint:before {
content: "\f1c4"; }
.fa-file-video:before {
content: "\f1c8"; }
.fa-file-word:before {
content: "\f1c2"; }
.fa-film:before {
content: "\f008"; }
.fa-filter:before {
content: "\f0b0"; }
.fa-fire:before {
content: "\f06d"; }
.fa-fire-extinguisher:before {
content: "\f134"; }
.fa-firefox:before {
content: "\f269"; }
.fa-first-order:before {
content: "\f2b0"; }
.fa-firstdraft:before {
content: "\f3a1"; }
.fa-flag:before {
content: "\f024"; }
.fa-flag-checkered:before {
content: "\f11e"; }
.fa-flask:before {
content: "\f0c3"; }
.fa-flickr:before {
content: "\f16e"; }
.fa-flipboard:before {
content: "\f44d"; }
.fa-fly:before {
content: "\f417"; }
.fa-folder:before {
content: "\f07b"; }
.fa-folder-open:before {
content: "\f07c"; }
.fa-font:before {
content: "\f031"; }
.fa-font-awesome:before {
content: "\f2b4"; }
.fa-font-awesome-alt:before {
content: "\f35c"; }
.fa-font-awesome-flag:before {
content: "\f425"; }
.fa-fonticons:before {
content: "\f280"; }
.fa-fonticons-fi:before {
content: "\f3a2"; }
.fa-football-ball:before {
content: "\f44e"; }
.fa-fort-awesome:before {
content: "\f286"; }
.fa-fort-awesome-alt:before {
content: "\f3a3"; }
.fa-forumbee:before {
content: "\f211"; }
.fa-forward:before {
content: "\f04e"; }
.fa-foursquare:before {
content: "\f180"; }
.fa-free-code-camp:before {
content: "\f2c5"; }
.fa-freebsd:before {
content: "\f3a4"; }
.fa-frown:before {
content: "\f119"; }
.fa-futbol:before {
content: "\f1e3"; }
.fa-gamepad:before {
content: "\f11b"; }
.fa-gavel:before {
content: "\f0e3"; }
.fa-gem:before {
content: "\f3a5"; }
.fa-genderless:before {
content: "\f22d"; }
.fa-get-pocket:before {
content: "\f265"; }
.fa-gg:before {
content: "\f260"; }
.fa-gg-circle:before {
content: "\f261"; }
.fa-gift:before {
content: "\f06b"; }
.fa-git:before {
content: "\f1d3"; }
.fa-git-square:before {
content: "\f1d2"; }
.fa-github:before {
content: "\f09b"; }
.fa-github-alt:before {
content: "\f113"; }
.fa-github-square:before {
content: "\f092"; }
.fa-gitkraken:before {
content: "\f3a6"; }
.fa-gitlab:before {
content: "\f296"; }
.fa-gitter:before {
content: "\f426"; }
.fa-glass-martini:before {
content: "\f000"; }
.fa-glide:before {
content: "\f2a5"; }
.fa-glide-g:before {
content: "\f2a6"; }
.fa-globe:before {
content: "\f0ac"; }
.fa-gofore:before {
content: "\f3a7"; }
.fa-golf-ball:before {
content: "\f450"; }
.fa-goodreads:before {
content: "\f3a8"; }
.fa-goodreads-g:before {
content: "\f3a9"; }
.fa-google:before {
content: "\f1a0"; }
.fa-google-drive:before {
content: "\f3aa"; }
.fa-google-play:before {
content: "\f3ab"; }
.fa-google-plus:before {
content: "\f2b3"; }
.fa-google-plus-g:before {
content: "\f0d5"; }
.fa-google-plus-square:before {
content: "\f0d4"; }
.fa-google-wallet:before {
content: "\f1ee"; }
.fa-graduation-cap:before {
content: "\f19d"; }
.fa-gratipay:before {
content: "\f184"; }
.fa-grav:before {
content: "\f2d6"; }
.fa-gripfire:before {
content: "\f3ac"; }
.fa-grunt:before {
content: "\f3ad"; }
.fa-gulp:before {
content: "\f3ae"; }
.fa-h-square:before {
content: "\f0fd"; }
.fa-hacker-news:before {
content: "\f1d4"; }
.fa-hacker-news-square:before {
content: "\f3af"; }
.fa-hand-lizard:before {
content: "\f258"; }
.fa-hand-paper:before {
content: "\f256"; }
.fa-hand-peace:before {
content: "\f25b"; }
.fa-hand-point-down:before {
content: "\f0a7"; }
.fa-hand-point-left:before {
content: "\f0a5"; }
.fa-hand-point-right:before {
content: "\f0a4"; }
.fa-hand-point-up:before {
content: "\f0a6"; }
.fa-hand-pointer:before {
content: "\f25a"; }
.fa-hand-rock:before {
content: "\f255"; }
.fa-hand-scissors:before {
content: "\f257"; }
.fa-hand-spock:before {
content: "\f259"; }
.fa-handshake:before {
content: "\f2b5"; }
.fa-hashtag:before {
content: "\f292"; }
.fa-hdd:before {
content: "\f0a0"; }
.fa-heading:before {
content: "\f1dc"; }
.fa-headphones:before {
content: "\f025"; }
.fa-heart:before {
content: "\f004"; }
.fa-heartbeat:before {
content: "\f21e"; }
.fa-hips:before {
content: "\f452"; }
.fa-hire-a-helper:before {
content: "\f3b0"; }
.fa-history:before {
content: "\f1da"; }
.fa-hockey-puck:before {
content: "\f453"; }
.fa-home:before {
content: "\f015"; }
.fa-hooli:before {
content: "\f427"; }
.fa-hospital:before {
content: "\f0f8"; }
.fa-hotjar:before {
content: "\f3b1"; }
.fa-hourglass:before {
content: "\f254"; }
.fa-hourglass-end:before {
content: "\f253"; }
.fa-hourglass-half:before {
content: "\f252"; }
.fa-hourglass-start:before {
content: "\f251"; }
.fa-houzz:before {
content: "\f27c"; }
.fa-html5:before {
content: "\f13b"; }
.fa-hubspot:before {
content: "\f3b2"; }
.fa-i-cursor:before {
content: "\f246"; }
.fa-id-badge:before {
content: "\f2c1"; }
.fa-id-card:before {
content: "\f2c2"; }
.fa-image:before {
content: "\f03e"; }
.fa-images:before {
content: "\f302"; }
.fa-imdb:before {
content: "\f2d8"; }
.fa-inbox:before {
content: "\f01c"; }
.fa-indent:before {
content: "\f03c"; }
.fa-industry:before {
content: "\f275"; }
.fa-info:before {
content: "\f129"; }
.fa-info-circle:before {
content: "\f05a"; }
.fa-instagram:before {
content: "\f16d"; }
.fa-internet-explorer:before {
content: "\f26b"; }
.fa-ioxhost:before {
content: "\f208"; }
.fa-italic:before {
content: "\f033"; }
.fa-itunes:before {
content: "\f3b4"; }
.fa-itunes-note:before {
content: "\f3b5"; }
.fa-jenkins:before {
content: "\f3b6"; }
.fa-joget:before {
content: "\f3b7"; }
.fa-joomla:before {
content: "\f1aa"; }
.fa-js:before {
content: "\f3b8"; }
.fa-js-square:before {
content: "\f3b9"; }
.fa-jsfiddle:before {
content: "\f1cc"; }
.fa-key:before {
content: "\f084"; }
.fa-keyboard:before {
content: "\f11c"; }
.fa-keycdn:before {
content: "\f3ba"; }
.fa-kickstarter:before {
content: "\f3bb"; }
.fa-kickstarter-k:before {
content: "\f3bc"; }
.fa-korvue:before {
content: "\f42f"; }
.fa-language:before {
content: "\f1ab"; }
.fa-laptop:before {
content: "\f109"; }
.fa-laravel:before {
content: "\f3bd"; }
.fa-lastfm:before {
content: "\f202"; }
.fa-lastfm-square:before {
content: "\f203"; }
.fa-leaf:before {
content: "\f06c"; }
.fa-leanpub:before {
content: "\f212"; }
.fa-lemon:before {
content: "\f094"; }
.fa-less:before {
content: "\f41d"; }
.fa-level-down-alt:before {
content: "\f3be"; }
.fa-level-up-alt:before {
content: "\f3bf"; }
.fa-life-ring:before {
content: "\f1cd"; }
.fa-lightbulb:before {
content: "\f0eb"; }
.fa-line:before {
content: "\f3c0"; }
.fa-link:before {
content: "\f0c1"; }
.fa-linkedin:before {
content: "\f08c"; }
.fa-linkedin-in:before {
content: "\f0e1"; }
.fa-linode:before {
content: "\f2b8"; }
.fa-linux:before {
content: "\f17c"; }
.fa-lira-sign:before {
content: "\f195"; }
.fa-list:before {
content: "\f03a"; }
.fa-list-alt:before {
content: "\f022"; }
.fa-list-ol:before {
content: "\f0cb"; }
.fa-list-ul:before {
content: "\f0ca"; }
.fa-location-arrow:before {
content: "\f124"; }
.fa-lock:before {
content: "\f023"; }
.fa-lock-open:before {
content: "\f3c1"; }
.fa-long-arrow-alt-down:before {
content: "\f309"; }
.fa-long-arrow-alt-left:before {
content: "\f30a"; }
.fa-long-arrow-alt-right:before {
content: "\f30b"; }
.fa-long-arrow-alt-up:before {
content: "\f30c"; }
.fa-low-vision:before {
content: "\f2a8"; }
.fa-lyft:before {
content: "\f3c3"; }
.fa-magento:before {
content: "\f3c4"; }
.fa-magic:before {
content: "\f0d0"; }
.fa-magnet:before {
content: "\f076"; }
.fa-male:before {
content: "\f183"; }
.fa-map:before {
content: "\f279"; }
.fa-map-marker:before {
content: "\f041"; }
.fa-map-marker-alt:before {
content: "\f3c5"; }
.fa-map-pin:before {
content: "\f276"; }
.fa-map-signs:before {
content: "\f277"; }
.fa-mars:before {
content: "\f222"; }
.fa-mars-double:before {
content: "\f227"; }
.fa-mars-stroke:before {
content: "\f229"; }
.fa-mars-stroke-h:before {
content: "\f22b"; }
.fa-mars-stroke-v:before {
content: "\f22a"; }
.fa-maxcdn:before {
content: "\f136"; }
.fa-medapps:before {
content: "\f3c6"; }
.fa-medium:before {
content: "\f23a"; }
.fa-medium-m:before {
content: "\f3c7"; }
.fa-medkit:before {
content: "\f0fa"; }
.fa-medrt:before {
content: "\f3c8"; }
.fa-meetup:before {
content: "\f2e0"; }
.fa-meh:before {
content: "\f11a"; }
.fa-mercury:before {
content: "\f223"; }
.fa-microchip:before {
content: "\f2db"; }
.fa-microphone:before {
content: "\f130"; }
.fa-microphone-slash:before {
content: "\f131"; }
.fa-microsoft:before {
content: "\f3ca"; }
.fa-minus:before {
content: "\f068"; }
.fa-minus-circle:before {
content: "\f056"; }
.fa-minus-square:before {
content: "\f146"; }
.fa-mix:before {
content: "\f3cb"; }
.fa-mixcloud:before {
content: "\f289"; }
.fa-mizuni:before {
content: "\f3cc"; }
.fa-mobile:before {
content: "\f10b"; }
.fa-mobile-alt:before {
content: "\f3cd"; }
.fa-modx:before {
content: "\f285"; }
.fa-monero:before {
content: "\f3d0"; }
.fa-money-bill-alt:before {
content: "\f3d1"; }
.fa-moon:before {
content: "\f186"; }
.fa-motorcycle:before {
content: "\f21c"; }
.fa-mouse-pointer:before {
content: "\f245"; }
.fa-music:before {
content: "\f001"; }
.fa-napster:before {
content: "\f3d2"; }
.fa-neuter:before {
content: "\f22c"; }
.fa-newspaper:before {
content: "\f1ea"; }
.fa-nintendo-switch:before {
content: "\f418"; }
.fa-node:before {
content: "\f419"; }
.fa-node-js:before {
content: "\f3d3"; }
.fa-npm:before {
content: "\f3d4"; }
.fa-ns8:before {
content: "\f3d5"; }
.fa-nutritionix:before {
content: "\f3d6"; }
.fa-object-group:before {
content: "\f247"; }
.fa-object-ungroup:before {
content: "\f248"; }
.fa-odnoklassniki:before {
content: "\f263"; }
.fa-odnoklassniki-square:before {
content: "\f264"; }
.fa-opencart:before {
content: "\f23d"; }
.fa-openid:before {
content: "\f19b"; }
.fa-opera:before {
content: "\f26a"; }
.fa-optin-monster:before {
content: "\f23c"; }
.fa-osi:before {
content: "\f41a"; }
.fa-outdent:before {
content: "\f03b"; }
.fa-page4:before {
content: "\f3d7"; }
.fa-pagelines:before {
content: "\f18c"; }
.fa-paint-brush:before {
content: "\f1fc"; }
.fa-palfed:before {
content: "\f3d8"; }
.fa-paper-plane:before {
content: "\f1d8"; }
.fa-paperclip:before {
content: "\f0c6"; }
.fa-paragraph:before {
content: "\f1dd"; }
.fa-paste:before {
content: "\f0ea"; }
.fa-patreon:before {
content: "\f3d9"; }
.fa-pause:before {
content: "\f04c"; }
.fa-pause-circle:before {
content: "\f28b"; }
.fa-paw:before {
content: "\f1b0"; }
.fa-paypal:before {
content: "\f1ed"; }
.fa-pen-square:before {
content: "\f14b"; }
.fa-pencil-alt:before {
content: "\f303"; }
.fa-percent:before {
content: "\f295"; }
.fa-periscope:before {
content: "\f3da"; }
.fa-phabricator:before {
content: "\f3db"; }
.fa-phoenix-framework:before {
content: "\f3dc"; }
.fa-phone:before {
content: "\f095"; }
.fa-phone-square:before {
content: "\f098"; }
.fa-phone-volume:before {
content: "\f2a0"; }
.fa-php:before {
content: "\f457"; }
.fa-pied-piper:before {
content: "\f2ae"; }
.fa-pied-piper-alt:before {
content: "\f1a8"; }
.fa-pied-piper-pp:before {
content: "\f1a7"; }
.fa-pinterest:before {
content: "\f0d2"; }
.fa-pinterest-p:before {
content: "\f231"; }
.fa-pinterest-square:before {
content: "\f0d3"; }
.fa-plane:before {
content: "\f072"; }
.fa-play:before {
content: "\f04b"; }
.fa-play-circle:before {
content: "\f144"; }
.fa-playstation:before {
content: "\f3df"; }
.fa-plug:before {
content: "\f1e6"; }
.fa-plus:before {
content: "\f067"; }
.fa-plus-circle:before {
content: "\f055"; }
.fa-plus-square:before {
content: "\f0fe"; }
.fa-podcast:before {
content: "\f2ce"; }
.fa-pound-sign:before {
content: "\f154"; }
.fa-power-off:before {
content: "\f011"; }
.fa-print:before {
content: "\f02f"; }
.fa-product-hunt:before {
content: "\f288"; }
.fa-pushed:before {
content: "\f3e1"; }
.fa-puzzle-piece:before {
content: "\f12e"; }
.fa-python:before {
content: "\f3e2"; }
.fa-qq:before {
content: "\f1d6"; }
.fa-qrcode:before {
content: "\f029"; }
.fa-question:before {
content: "\f128"; }
.fa-question-circle:before {
content: "\f059"; }
.fa-quidditch:before {
content: "\f458"; }
.fa-quinscape:before {
content: "\f459"; }
.fa-quora:before {
content: "\f2c4"; }
.fa-quote-left:before {
content: "\f10d"; }
.fa-quote-right:before {
content: "\f10e"; }
.fa-random:before {
content: "\f074"; }
.fa-ravelry:before {
content: "\f2d9"; }
.fa-react:before {
content: "\f41b"; }
.fa-rebel:before {
content: "\f1d0"; }
.fa-recycle:before {
content: "\f1b8"; }
.fa-red-river:before {
content: "\f3e3"; }
.fa-reddit:before {
content: "\f1a1"; }
.fa-reddit-alien:before {
content: "\f281"; }
.fa-reddit-square:before {
content: "\f1a2"; }
.fa-redo:before {
content: "\f01e"; }
.fa-redo-alt:before {
content: "\f2f9"; }
.fa-registered:before {
content: "\f25d"; }
.fa-rendact:before {
content: "\f3e4"; }
.fa-renren:before {
content: "\f18b"; }
.fa-reply:before {
content: "\f3e5"; }
.fa-reply-all:before {
content: "\f122"; }
.fa-replyd:before {
content: "\f3e6"; }
.fa-resolving:before {
content: "\f3e7"; }
.fa-retweet:before {
content: "\f079"; }
.fa-road:before {
content: "\f018"; }
.fa-rocket:before {
content: "\f135"; }
.fa-rocketchat:before {
content: "\f3e8"; }
.fa-rockrms:before {
content: "\f3e9"; }
.fa-rss:before {
content: "\f09e"; }
.fa-rss-square:before {
content: "\f143"; }
.fa-ruble-sign:before {
content: "\f158"; }
.fa-rupee-sign:before {
content: "\f156"; }
.fa-safari:before {
content: "\f267"; }
.fa-sass:before {
content: "\f41e"; }
.fa-save:before {
content: "\f0c7"; }
.fa-schlix:before {
content: "\f3ea"; }
.fa-scribd:before {
content: "\f28a"; }
.fa-search:before {
content: "\f002"; }
.fa-search-minus:before {
content: "\f010"; }
.fa-search-plus:before {
content: "\f00e"; }
.fa-searchengin:before {
content: "\f3eb"; }
.fa-sellcast:before {
content: "\f2da"; }
.fa-sellsy:before {
content: "\f213"; }
.fa-server:before {
content: "\f233"; }
.fa-servicestack:before {
content: "\f3ec"; }
.fa-share:before {
content: "\f064"; }
.fa-share-alt:before {
content: "\f1e0"; }
.fa-share-alt-square:before {
content: "\f1e1"; }
.fa-share-square:before {
content: "\f14d"; }
.fa-shekel-sign:before {
content: "\f20b"; }
.fa-shield-alt:before {
content: "\f3ed"; }
.fa-ship:before {
content: "\f21a"; }
.fa-shirtsinbulk:before {
content: "\f214"; }
.fa-shopping-bag:before {
content: "\f290"; }
.fa-shopping-basket:before {
content: "\f291"; }
.fa-shopping-cart:before {
content: "\f07a"; }
.fa-shower:before {
content: "\f2cc"; }
.fa-sign-in-alt:before {
content: "\f2f6"; }
.fa-sign-language:before {
content: "\f2a7"; }
.fa-sign-out-alt:before {
content: "\f2f5"; }
.fa-signal:before {
content: "\f012"; }
.fa-simplybuilt:before {
content: "\f215"; }
.fa-sistrix:before {
content: "\f3ee"; }
.fa-sitemap:before {
content: "\f0e8"; }
.fa-skyatlas:before {
content: "\f216"; }
.fa-skype:before {
content: "\f17e"; }
.fa-slack:before {
content: "\f198"; }
.fa-slack-hash:before {
content: "\f3ef"; }
.fa-sliders-h:before {
content: "\f1de"; }
.fa-slideshare:before {
content: "\f1e7"; }
.fa-smile:before {
content: "\f118"; }
.fa-snapchat:before {
content: "\f2ab"; }
.fa-snapchat-ghost:before {
content: "\f2ac"; }
.fa-snapchat-square:before {
content: "\f2ad"; }
.fa-snowflake:before {
content: "\f2dc"; }
.fa-sort:before {
content: "\f0dc"; }
.fa-sort-alpha-down:before {
content: "\f15d"; }
.fa-sort-alpha-up:before {
content: "\f15e"; }
.fa-sort-amount-down:before {
content: "\f160"; }
.fa-sort-amount-up:before {
content: "\f161"; }
.fa-sort-down:before {
content: "\f0dd"; }
.fa-sort-numeric-down:before {
content: "\f162"; }
.fa-sort-numeric-up:before {
content: "\f163"; }
.fa-sort-up:before {
content: "\f0de"; }
.fa-soundcloud:before {
content: "\f1be"; }
.fa-space-shuttle:before {
content: "\f197"; }
.fa-speakap:before {
content: "\f3f3"; }
.fa-spinner:before {
content: "\f110"; }
.fa-spotify:before {
content: "\f1bc"; }
.fa-square:before {
content: "\f0c8"; }
.fa-square-full:before {
content: "\f45c"; }
.fa-stack-exchange:before {
content: "\f18d"; }
.fa-stack-overflow:before {
content: "\f16c"; }
.fa-star:before {
content: "\f005"; }
.fa-star-half:before {
content: "\f089"; }
.fa-staylinked:before {
content: "\f3f5"; }
.fa-steam:before {
content: "\f1b6"; }
.fa-steam-square:before {
content: "\f1b7"; }
.fa-steam-symbol:before {
content: "\f3f6"; }
.fa-step-backward:before {
content: "\f048"; }
.fa-step-forward:before {
content: "\f051"; }
.fa-stethoscope:before {
content: "\f0f1"; }
.fa-sticker-mule:before {
content: "\f3f7"; }
.fa-sticky-note:before {
content: "\f249"; }
.fa-stop:before {
content: "\f04d"; }
.fa-stop-circle:before {
content: "\f28d"; }
.fa-stopwatch:before {
content: "\f2f2"; }
.fa-strava:before {
content: "\f428"; }
.fa-street-view:before {
content: "\f21d"; }
.fa-strikethrough:before {
content: "\f0cc"; }
.fa-stripe:before {
content: "\f429"; }
.fa-stripe-s:before {
content: "\f42a"; }
.fa-studiovinari:before {
content: "\f3f8"; }
.fa-stumbleupon:before {
content: "\f1a4"; }
.fa-stumbleupon-circle:before {
content: "\f1a3"; }
.fa-subscript:before {
content: "\f12c"; }
.fa-subway:before {
content: "\f239"; }
.fa-suitcase:before {
content: "\f0f2"; }
.fa-sun:before {
content: "\f185"; }
.fa-superpowers:before {
content: "\f2dd"; }
.fa-superscript:before {
content: "\f12b"; }
.fa-supple:before {
content: "\f3f9"; }
.fa-sync:before {
content: "\f021"; }
.fa-sync-alt:before {
content: "\f2f1"; }
.fa-table:before {
content: "\f0ce"; }
.fa-table-tennis:before {
content: "\f45d"; }
.fa-tablet:before {
content: "\f10a"; }
.fa-tablet-alt:before {
content: "\f3fa"; }
.fa-tachometer-alt:before {
content: "\f3fd"; }
.fa-tag:before {
content: "\f02b"; }
.fa-tags:before {
content: "\f02c"; }
.fa-tasks:before {
content: "\f0ae"; }
.fa-taxi:before {
content: "\f1ba"; }
.fa-telegram:before {
content: "\f2c6"; }
.fa-telegram-plane:before {
content: "\f3fe"; }
.fa-tencent-weibo:before {
content: "\f1d5"; }
.fa-terminal:before {
content: "\f120"; }
.fa-text-height:before {
content: "\f034"; }
.fa-text-width:before {
content: "\f035"; }
.fa-th:before {
content: "\f00a"; }
.fa-th-large:before {
content: "\f009"; }
.fa-th-list:before {
content: "\f00b"; }
.fa-themeisle:before {
content: "\f2b2"; }
.fa-thermometer-empty:before {
content: "\f2cb"; }
.fa-thermometer-full:before {
content: "\f2c7"; }
.fa-thermometer-half:before {
content: "\f2c9"; }
.fa-thermometer-quarter:before {
content: "\f2ca"; }
.fa-thermometer-three-quarters:before {
content: "\f2c8"; }
.fa-thumbs-down:before {
content: "\f165"; }
.fa-thumbs-up:before {
content: "\f164"; }
.fa-thumbtack:before {
content: "\f08d"; }
.fa-ticket-alt:before {
content: "\f3ff"; }
.fa-times:before {
content: "\f00d"; }
.fa-times-circle:before {
content: "\f057"; }
.fa-tint:before {
content: "\f043"; }
.fa-toggle-off:before {
content: "\f204"; }
.fa-toggle-on:before {
content: "\f205"; }
.fa-trademark:before {
content: "\f25c"; }
.fa-train:before {
content: "\f238"; }
.fa-transgender:before {
content: "\f224"; }
.fa-transgender-alt:before {
content: "\f225"; }
.fa-trash:before {
content: "\f1f8"; }
.fa-trash-alt:before {
content: "\f2ed"; }
.fa-tree:before {
content: "\f1bb"; }
.fa-trello:before {
content: "\f181"; }
.fa-tripadvisor:before {
content: "\f262"; }
.fa-trophy:before {
content: "\f091"; }
.fa-truck:before {
content: "\f0d1"; }
.fa-tty:before {
content: "\f1e4"; }
.fa-tumblr:before {
content: "\f173"; }
.fa-tumblr-square:before {
content: "\f174"; }
.fa-tv:before {
content: "\f26c"; }
.fa-twitch:before {
content: "\f1e8"; }
.fa-twitter:before {
content: "\f099"; }
.fa-twitter-square:before {
content: "\f081"; }
.fa-typo3:before {
content: "\f42b"; }
.fa-uber:before {
content: "\f402"; }
.fa-uikit:before {
content: "\f403"; }
.fa-umbrella:before {
content: "\f0e9"; }
.fa-underline:before {
content: "\f0cd"; }
.fa-undo:before {
content: "\f0e2"; }
.fa-undo-alt:before {
content: "\f2ea"; }
.fa-uniregistry:before {
content: "\f404"; }
.fa-universal-access:before {
content: "\f29a"; }
.fa-university:before {
content: "\f19c"; }
.fa-unlink:before {
content: "\f127"; }
.fa-unlock:before {
content: "\f09c"; }
.fa-unlock-alt:before {
content: "\f13e"; }
.fa-untappd:before {
content: "\f405"; }
.fa-upload:before {
content: "\f093"; }
.fa-usb:before {
content: "\f287"; }
.fa-user:before {
content: "\f007"; }
.fa-user-circle:before {
content: "\f2bd"; }
.fa-user-md:before {
content: "\f0f0"; }
.fa-user-plus:before {
content: "\f234"; }
.fa-user-secret:before {
content: "\f21b"; }
.fa-user-times:before {
content: "\f235"; }
.fa-users:before {
content: "\f0c0"; }
.fa-ussunnah:before {
content: "\f407"; }
.fa-utensil-spoon:before {
content: "\f2e5"; }
.fa-utensils:before {
content: "\f2e7"; }
.fa-vaadin:before {
content: "\f408"; }
.fa-venus:before {
content: "\f221"; }
.fa-venus-double:before {
content: "\f226"; }
.fa-venus-mars:before {
content: "\f228"; }
.fa-viacoin:before {
content: "\f237"; }
.fa-viadeo:before {
content: "\f2a9"; }
.fa-viadeo-square:before {
content: "\f2aa"; }
.fa-viber:before {
content: "\f409"; }
.fa-video:before {
content: "\f03d"; }
.fa-vimeo:before {
content: "\f40a"; }
.fa-vimeo-square:before {
content: "\f194"; }
.fa-vimeo-v:before {
content: "\f27d"; }
.fa-vine:before {
content: "\f1ca"; }
.fa-vk:before {
content: "\f189"; }
.fa-vnv:before {
content: "\f40b"; }
.fa-volleyball-ball:before {
content: "\f45f"; }
.fa-volume-down:before {
content: "\f027"; }
.fa-volume-off:before {
content: "\f026"; }
.fa-volume-up:before {
content: "\f028"; }
.fa-vuejs:before {
content: "\f41f"; }
.fa-weibo:before {
content: "\f18a"; }
.fa-weixin:before {
content: "\f1d7"; }
.fa-whatsapp:before {
content: "\f232"; }
.fa-whatsapp-square:before {
content: "\f40c"; }
.fa-wheelchair:before {
content: "\f193"; }
.fa-whmcs:before {
content: "\f40d"; }
.fa-wifi:before {
content: "\f1eb"; }
.fa-wikipedia-w:before {
content: "\f266"; }
.fa-window-close:before {
content: "\f410"; }
.fa-window-maximize:before {
content: "\f2d0"; }
.fa-window-minimize:before {
content: "\f2d1"; }
.fa-window-restore:before {
content: "\f2d2"; }
.fa-windows:before {
content: "\f17a"; }
.fa-won-sign:before {
content: "\f159"; }
.fa-wordpress:before {
content: "\f19a"; }
.fa-wordpress-simple:before {
content: "\f411"; }
.fa-wpbeginner:before {
content: "\f297"; }
.fa-wpexplorer:before {
content: "\f2de"; }
.fa-wpforms:before {
content: "\f298"; }
.fa-wrench:before {
content: "\f0ad"; }
.fa-xbox:before {
content: "\f412"; }
.fa-xing:before {
content: "\f168"; }
.fa-xing-square:before {
content: "\f169"; }
.fa-y-combinator:before {
content: "\f23b"; }
.fa-yahoo:before {
content: "\f19e"; }
.fa-yandex:before {
content: "\f413"; }
.fa-yandex-international:before {
content: "\f414"; }
.fa-yelp:before {
content: "\f1e9"; }
.fa-yen-sign:before {
content: "\f157"; }
.fa-yoast:before {
content: "\f2b1"; }
.fa-youtube:before {
content: "\f167"; }
.fa-youtube-square:before {
content: "\f431"; }
.sr-only {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px; }
.sr-only-focusable:active, .sr-only-focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto; }
@font-face {
font-family: 'Font Awesome 5 Brands';
font-style: normal;
font-weight: normal;
src: url(//biglittleme.co.za/wp-content/themes/shopline/font-awesome/webfonts/fa-brands-400.eot);
src: url(//biglittleme.co.za/wp-content/themes/shopline/font-awesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(//biglittleme.co.za/wp-content/themes/shopline/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"), url(//biglittleme.co.za/wp-content/themes/shopline/font-awesome/webfonts/fa-brands-400.woff) format("woff"), url(//biglittleme.co.za/wp-content/themes/shopline/font-awesome/webfonts/fa-brands-400.ttf) format("truetype"), url(//biglittleme.co.za/wp-content/themes/shopline/font-awesome/webfonts/fa-brands-400.svg#fontawesome) format("svg"); }
.fab {
font-family: 'Font Awesome 5 Brands'; }
@font-face {
font-family: 'Font Awesome 5 Free';
font-style: normal;
font-weight: 400;
src: url(//biglittleme.co.za/wp-content/themes/shopline/font-awesome/webfonts/fa-regular-400.eot);
src: url(//biglittleme.co.za/wp-content/themes/shopline/font-awesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(//biglittleme.co.za/wp-content/themes/shopline/font-awesome/webfonts/fa-regular-400.woff2) format("woff2"), url(//biglittleme.co.za/wp-content/themes/shopline/font-awesome/webfonts/fa-regular-400.woff) format("woff"), url(//biglittleme.co.za/wp-content/themes/shopline/font-awesome/webfonts/fa-regular-400.ttf) format("truetype"), url(//biglittleme.co.za/wp-content/themes/shopline/font-awesome/webfonts/fa-regular-400.svg#fontawesome) format("svg"); }
.far {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
@font-face {
font-family: 'Font Awesome 5 Free';
font-style: normal;
font-weight: 900;
src: url(//biglittleme.co.za/wp-content/themes/shopline/font-awesome/webfonts/fa-solid-900.eot);
src: url(//biglittleme.co.za/wp-content/themes/shopline/font-awesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(//biglittleme.co.za/wp-content/themes/shopline/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"), url(//biglittleme.co.za/wp-content/themes/shopline/font-awesome/webfonts/fa-solid-900.woff) format("woff"), url(//biglittleme.co.za/wp-content/themes/shopline/font-awesome/webfonts/fa-solid-900.ttf) format("truetype"), url(//biglittleme.co.za/wp-content/themes/shopline/font-awesome/webfonts/fa-solid-900.svg#fontawesome) format("svg"); }
.fa,
.fas {
font-family: 'Font Awesome 5 Free';
font-weight: 900; }@font-face {
font-family: 'FontAwesome';
src: url(//biglittleme.co.za/wp-content/themes/shopline/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);
src: url(//biglittleme.co.za/wp-content/themes/shopline/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(//biglittleme.co.za/wp-content/themes/shopline/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(//biglittleme.co.za/wp-content/themes/shopline/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(//biglittleme.co.za/wp-content/themes/shopline/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(//biglittleme.co.za/wp-content/themes/shopline/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .fa-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-fw {
width: 1.28571429em;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.fa-ul > li {
position: relative;
}
.fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.85714286em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.fa-pull-left {
float: left;
}
.fa-pull-right {
float: right;
}
.fa.fa-pull-left {
margin-right: .3em;
}
.fa.fa-pull-right {
margin-left: .3em;
} .pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: .3em;
}
.fa.pull-right {
margin-left: .3em;
}
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
filter: none;
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #ffffff;
} .fa-glass:before {
content: "\f000";
}
.fa-music:before {
content: "\f001";
}
.fa-search:before {
content: "\f002";
}
.fa-envelope-o:before {
content: "\f003";
}
.fa-heart:before {
content: "\f004";
}
.fa-star:before {
content: "\f005";
}
.fa-star-o:before {
content: "\f006";
}
.fa-user:before {
content: "\f007";
}
.fa-film:before {
content: "\f008";
}
.fa-th-large:before {
content: "\f009";
}
.fa-th:before {
content: "\f00a";
}
.fa-th-list:before {
content: "\f00b";
}
.fa-check:before {
content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
content: "\f00d";
}
.fa-search-plus:before {
content: "\f00e";
}
.fa-search-minus:before {
content: "\f010";
}
.fa-power-off:before {
content: "\f011";
}
.fa-signal:before {
content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
content: "\f013";
}
.fa-trash-o:before {
content: "\f014";
}
.fa-home:before {
content: "\f015";
}
.fa-file-o:before {
content: "\f016";
}
.fa-clock-o:before {
content: "\f017";
}
.fa-road:before {
content: "\f018";
}
.fa-download:before {
content: "\f019";
}
.fa-arrow-circle-o-down:before {
content: "\f01a";
}
.fa-arrow-circle-o-up:before {
content: "\f01b";
}
.fa-inbox:before {
content: "\f01c";
}
.fa-play-circle-o:before {
content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
content: "\f01e";
}
.fa-refresh:before {
content: "\f021";
}
.fa-list-alt:before {
content: "\f022";
}
.fa-lock:before {
content: "\f023";
}
.fa-flag:before {
content: "\f024";
}
.fa-headphones:before {
content: "\f025";
}
.fa-volume-off:before {
content: "\f026";
}
.fa-volume-down:before {
content: "\f027";
}
.fa-volume-up:before {
content: "\f028";
}
.fa-qrcode:before {
content: "\f029";
}
.fa-barcode:before {
content: "\f02a";
}
.fa-tag:before {
content: "\f02b";
}
.fa-tags:before {
content: "\f02c";
}
.fa-book:before {
content: "\f02d";
}
.fa-bookmark:before {
content: "\f02e";
}
.fa-print:before {
content: "\f02f";
}
.fa-camera:before {
content: "\f030";
}
.fa-font:before {
content: "\f031";
}
.fa-bold:before {
content: "\f032";
}
.fa-italic:before {
content: "\f033";
}
.fa-text-height:before {
content: "\f034";
}
.fa-text-width:before {
content: "\f035";
}
.fa-align-left:before {
content: "\f036";
}
.fa-align-center:before {
content: "\f037";
}
.fa-align-right:before {
content: "\f038";
}
.fa-align-justify:before {
content: "\f039";
}
.fa-list:before {
content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
content: "\f03b";
}
.fa-indent:before {
content: "\f03c";
}
.fa-video-camera:before {
content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
content: "\f03e";
}
.fa-pencil:before {
content: "\f040";
}
.fa-map-marker:before {
content: "\f041";
}
.fa-adjust:before {
content: "\f042";
}
.fa-tint:before {
content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
content: "\f044";
}
.fa-share-square-o:before {
content: "\f045";
}
.fa-check-square-o:before {
content: "\f046";
}
.fa-arrows:before {
content: "\f047";
}
.fa-step-backward:before {
content: "\f048";
}
.fa-fast-backward:before {
content: "\f049";
}
.fa-backward:before {
content: "\f04a";
}
.fa-play:before {
content: "\f04b";
}
.fa-pause:before {
content: "\f04c";
}
.fa-stop:before {
content: "\f04d";
}
.fa-forward:before {
content: "\f04e";
}
.fa-fast-forward:before {
content: "\f050";
}
.fa-step-forward:before {
content: "\f051";
}
.fa-eject:before {
content: "\f052";
}
.fa-chevron-left:before {
content: "\f053";
}
.fa-chevron-right:before {
content: "\f054";
}
.fa-plus-circle:before {
content: "\f055";
}
.fa-minus-circle:before {
content: "\f056";
}
.fa-times-circle:before {
content: "\f057";
}
.fa-check-circle:before {
content: "\f058";
}
.fa-question-circle:before {
content: "\f059";
}
.fa-info-circle:before {
content: "\f05a";
}
.fa-crosshairs:before {
content: "\f05b";
}
.fa-times-circle-o:before {
content: "\f05c";
}
.fa-check-circle-o:before {
content: "\f05d";
}
.fa-ban:before {
content: "\f05e";
}
.fa-arrow-left:before {
content: "\f060";
}
.fa-arrow-right:before {
content: "\f061";
}
.fa-arrow-up:before {
content: "\f062";
}
.fa-arrow-down:before {
content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
content: "\f064";
}
.fa-expand:before {
content: "\f065";
}
.fa-compress:before {
content: "\f066";
}
.fa-plus:before {
content: "\f067";
}
.fa-minus:before {
content: "\f068";
}
.fa-asterisk:before {
content: "\f069";
}
.fa-exclamation-circle:before {
content: "\f06a";
}
.fa-gift:before {
content: "\f06b";
}
.fa-leaf:before {
content: "\f06c";
}
.fa-fire:before {
content: "\f06d";
}
.fa-eye:before {
content: "\f06e";
}
.fa-eye-slash:before {
content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
content: "\f071";
}
.fa-plane:before {
content: "\f072";
}
.fa-calendar:before {
content: "\f073";
}
.fa-random:before {
content: "\f074";
}
.fa-comment:before {
content: "\f075";
}
.fa-magnet:before {
content: "\f076";
}
.fa-chevron-up:before {
content: "\f077";
}
.fa-chevron-down:before {
content: "\f078";
}
.fa-retweet:before {
content: "\f079";
}
.fa-shopping-cart:before {
content: "\f07a";
}
.fa-folder:before {
content: "\f07b";
}
.fa-folder-open:before {
content: "\f07c";
}
.fa-arrows-v:before {
content: "\f07d";
}
.fa-arrows-h:before {
content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
content: "\f080";
}
.fa-twitter-square:before {
content: "\f081";
}
.fa-facebook-square:before {
content: "\f082";
}
.fa-camera-retro:before {
content: "\f083";
}
.fa-key:before {
content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
content: "\f085";
}
.fa-comments:before {
content: "\f086";
}
.fa-thumbs-o-up:before {
content: "\f087";
}
.fa-thumbs-o-down:before {
content: "\f088";
}
.fa-star-half:before {
content: "\f089";
}
.fa-heart-o:before {
content: "\f08a";
}
.fa-sign-out:before {
content: "\f08b";
}
.fa-linkedin-square:before {
content: "\f08c";
}
.fa-thumb-tack:before {
content: "\f08d";
}
.fa-external-link:before {
content: "\f08e";
}
.fa-sign-in:before {
content: "\f090";
}
.fa-trophy:before {
content: "\f091";
}
.fa-github-square:before {
content: "\f092";
}
.fa-upload:before {
content: "\f093";
}
.fa-lemon-o:before {
content: "\f094";
}
.fa-phone:before {
content: "\f095";
}
.fa-square-o:before {
content: "\f096";
}
.fa-bookmark-o:before {
content: "\f097";
}
.fa-phone-square:before {
content: "\f098";
}
.fa-twitter:before {
content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
content: "\f09a";
}
.fa-github:before {
content: "\f09b";
}
.fa-unlock:before {
content: "\f09c";
}
.fa-credit-card:before {
content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
content: "\f09e";
}
.fa-hdd-o:before {
content: "\f0a0";
}
.fa-bullhorn:before {
content: "\f0a1";
}
.fa-bell:before {
content: "\f0f3";
}
.fa-certificate:before {
content: "\f0a3";
}
.fa-hand-o-right:before {
content: "\f0a4";
}
.fa-hand-o-left:before {
content: "\f0a5";
}
.fa-hand-o-up:before {
content: "\f0a6";
}
.fa-hand-o-down:before {
content: "\f0a7";
}
.fa-arrow-circle-left:before {
content: "\f0a8";
}
.fa-arrow-circle-right:before {
content: "\f0a9";
}
.fa-arrow-circle-up:before {
content: "\f0aa";
}
.fa-arrow-circle-down:before {
content: "\f0ab";
}
.fa-globe:before {
content: "\f0ac";
}
.fa-wrench:before {
content: "\f0ad";
}
.fa-tasks:before {
content: "\f0ae";
}
.fa-filter:before {
content: "\f0b0";
}
.fa-briefcase:before {
content: "\f0b1";
}
.fa-arrows-alt:before {
content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
content: "\f0c1";
}
.fa-cloud:before {
content: "\f0c2";
}
.fa-flask:before {
content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
content: "\f0c5";
}
.fa-paperclip:before {
content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
content: "\f0c7";
}
.fa-square:before {
content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: "\f0c9";
}
.fa-list-ul:before {
content: "\f0ca";
}
.fa-list-ol:before {
content: "\f0cb";
}
.fa-strikethrough:before {
content: "\f0cc";
}
.fa-underline:before {
content: "\f0cd";
}
.fa-table:before {
content: "\f0ce";
}
.fa-magic:before {
content: "\f0d0";
}
.fa-truck:before {
content: "\f0d1";
}
.fa-pinterest:before {
content: "\f0d2";
}
.fa-pinterest-square:before {
content: "\f0d3";
}
.fa-google-plus-square:before {
content: "\f0d4";
}
.fa-google-plus:before {
content: "\f0d5";
}
.fa-money:before {
content: "\f0d6";
}
.fa-caret-down:before {
content: "\f0d7";
}
.fa-caret-up:before {
content: "\f0d8";
}
.fa-caret-left:before {
content: "\f0d9";
}
.fa-caret-right:before {
content: "\f0da";
}
.fa-columns:before {
content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
content: "\f0de";
}
.fa-envelope:before {
content: "\f0e0";
}
.fa-linkedin:before {
content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "\f0e4";
}
.fa-comment-o:before {
content: "\f0e5";
}
.fa-comments-o:before {
content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
content: "\f0e7";
}
.fa-sitemap:before {
content: "\f0e8";
}
.fa-umbrella:before {
content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
content: "\f0ea";
}
.fa-lightbulb-o:before {
content: "\f0eb";
}
.fa-exchange:before {
content: "\f0ec";
}
.fa-cloud-download:before {
content: "\f0ed";
}
.fa-cloud-upload:before {
content: "\f0ee";
}
.fa-user-md:before {
content: "\f0f0";
}
.fa-stethoscope:before {
content: "\f0f1";
}
.fa-suitcase:before {
content: "\f0f2";
}
.fa-bell-o:before {
content: "\f0a2";
}
.fa-coffee:before {
content: "\f0f4";
}
.fa-cutlery:before {
content: "\f0f5";
}
.fa-file-text-o:before {
content: "\f0f6";
}
.fa-building-o:before {
content: "\f0f7";
}
.fa-hospital-o:before {
content: "\f0f8";
}
.fa-ambulance:before {
content: "\f0f9";
}
.fa-medkit:before {
content: "\f0fa";
}
.fa-fighter-jet:before {
content: "\f0fb";
}
.fa-beer:before {
content: "\f0fc";
}
.fa-h-square:before {
content: "\f0fd";
}
.fa-plus-square:before {
content: "\f0fe";
}
.fa-angle-double-left:before {
content: "\f100";
}
.fa-angle-double-right:before {
content: "\f101";
}
.fa-angle-double-up:before {
content: "\f102";
}
.fa-angle-double-down:before {
content: "\f103";
}
.fa-angle-left:before {
content: "\f104";
}
.fa-angle-right:before {
content: "\f105";
}
.fa-angle-up:before {
content: "\f106";
}
.fa-angle-down:before {
content: "\f107";
}
.fa-desktop:before {
content: "\f108";
}
.fa-laptop:before {
content: "\f109";
}
.fa-tablet:before {
content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: "\f10b";
}
.fa-circle-o:before {
content: "\f10c";
}
.fa-quote-left:before {
content: "\f10d";
}
.fa-quote-right:before {
content: "\f10e";
}
.fa-spinner:before {
content: "\f110";
}
.fa-circle:before {
content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
content: "\f112";
}
.fa-github-alt:before {
content: "\f113";
}
.fa-folder-o:before {
content: "\f114";
}
.fa-folder-open-o:before {
content: "\f115";
}
.fa-smile-o:before {
content: "\f118";
}
.fa-frown-o:before {
content: "\f119";
}
.fa-meh-o:before {
content: "\f11a";
}
.fa-gamepad:before {
content: "\f11b";
}
.fa-keyboard-o:before {
content: "\f11c";
}
.fa-flag-o:before {
content: "\f11d";
}
.fa-flag-checkered:before {
content: "\f11e";
}
.fa-terminal:before {
content: "\f120";
}
.fa-code:before {
content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "\f123";
}
.fa-location-arrow:before {
content: "\f124";
}
.fa-crop:before {
content: "\f125";
}
.fa-code-fork:before {
content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
content: "\f127";
}
.fa-question:before {
content: "\f128";
}
.fa-info:before {
content: "\f129";
}
.fa-exclamation:before {
content: "\f12a";
}
.fa-superscript:before {
content: "\f12b";
}
.fa-subscript:before {
content: "\f12c";
}
.fa-eraser:before {
content: "\f12d";
}
.fa-puzzle-piece:before {
content: "\f12e";
}
.fa-microphone:before {
content: "\f130";
}
.fa-microphone-slash:before {
content: "\f131";
}
.fa-shield:before {
content: "\f132";
}
.fa-calendar-o:before {
content: "\f133";
}
.fa-fire-extinguisher:before {
content: "\f134";
}
.fa-rocket:before {
content: "\f135";
}
.fa-maxcdn:before {
content: "\f136";
}
.fa-chevron-circle-left:before {
content: "\f137";
}
.fa-chevron-circle-right:before {
content: "\f138";
}
.fa-chevron-circle-up:before {
content: "\f139";
}
.fa-chevron-circle-down:before {
content: "\f13a";
}
.fa-html5:before {
content: "\f13b";
}
.fa-css3:before {
content: "\f13c";
}
.fa-anchor:before {
content: "\f13d";
}
.fa-unlock-alt:before {
content: "\f13e";
}
.fa-bullseye:before {
content: "\f140";
}
.fa-ellipsis-h:before {
content: "\f141";
}
.fa-ellipsis-v:before {
content: "\f142";
}
.fa-rss-square:before {
content: "\f143";
}
.fa-play-circle:before {
content: "\f144";
}
.fa-ticket:before {
content: "\f145";
}
.fa-minus-square:before {
content: "\f146";
}
.fa-minus-square-o:before {
content: "\f147";
}
.fa-level-up:before {
content: "\f148";
}
.fa-level-down:before {
content: "\f149";
}
.fa-check-square:before {
content: "\f14a";
}
.fa-pencil-square:before {
content: "\f14b";
}
.fa-external-link-square:before {
content: "\f14c";
}
.fa-share-square:before {
content: "\f14d";
}
.fa-compass:before {
content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
content: "\f153";
}
.fa-gbp:before {
content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "\f158";
}
.fa-won:before,
.fa-krw:before {
content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
content: "\f15a";
}
.fa-file:before {
content: "\f15b";
}
.fa-file-text:before {
content: "\f15c";
}
.fa-sort-alpha-asc:before {
content: "\f15d";
}
.fa-sort-alpha-desc:before {
content: "\f15e";
}
.fa-sort-amount-asc:before {
content: "\f160";
}
.fa-sort-amount-desc:before {
content: "\f161";
}
.fa-sort-numeric-asc:before {
content: "\f162";
}
.fa-sort-numeric-desc:before {
content: "\f163";
}
.fa-thumbs-up:before {
content: "\f164";
}
.fa-thumbs-down:before {
content: "\f165";
}
.fa-youtube-square:before {
content: "\f166";
}
.fa-youtube:before {
content: "\f167";
}
.fa-xing:before {
content: "\f168";
}
.fa-xing-square:before {
content: "\f169";
}
.fa-youtube-play:before {
content: "\f16a";
}
.fa-dropbox:before {
content: "\f16b";
}
.fa-stack-overflow:before {
content: "\f16c";
}
.fa-instagram:before {
content: "\f16d";
}
.fa-flickr:before {
content: "\f16e";
}
.fa-adn:before {
content: "\f170";
}
.fa-bitbucket:before {
content: "\f171";
}
.fa-bitbucket-square:before {
content: "\f172";
}
.fa-tumblr:before {
content: "\f173";
}
.fa-tumblr-square:before {
content: "\f174";
}
.fa-long-arrow-down:before {
content: "\f175";
}
.fa-long-arrow-up:before {
content: "\f176";
}
.fa-long-arrow-left:before {
content: "\f177";
}
.fa-long-arrow-right:before {
content: "\f178";
}
.fa-apple:before {
content: "\f179";
}
.fa-windows:before {
content: "\f17a";
}
.fa-android:before {
content: "\f17b";
}
.fa-linux:before {
content: "\f17c";
}
.fa-dribbble:before {
content: "\f17d";
}
.fa-skype:before {
content: "\f17e";
}
.fa-foursquare:before {
content: "\f180";
}
.fa-trello:before {
content: "\f181";
}
.fa-female:before {
content: "\f182";
}
.fa-male:before {
content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
content: "\f184";
}
.fa-sun-o:before {
content: "\f185";
}
.fa-moon-o:before {
content: "\f186";
}
.fa-archive:before {
content: "\f187";
}
.fa-bug:before {
content: "\f188";
}
.fa-vk:before {
content: "\f189";
}
.fa-weibo:before {
content: "\f18a";
}
.fa-renren:before {
content: "\f18b";
}
.fa-pagelines:before {
content: "\f18c";
}
.fa-stack-exchange:before {
content: "\f18d";
}
.fa-arrow-circle-o-right:before {
content: "\f18e";
}
.fa-arrow-circle-o-left:before {
content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: "\f191";
}
.fa-dot-circle-o:before {
content: "\f192";
}
.fa-wheelchair:before {
content: "\f193";
}
.fa-vimeo-square:before {
content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
content: "\f195";
}
.fa-plus-square-o:before {
content: "\f196";
}
.fa-space-shuttle:before {
content: "\f197";
}
.fa-slack:before {
content: "\f198";
}
.fa-envelope-square:before {
content: "\f199";
}
.fa-wordpress:before {
content: "\f19a";
}
.fa-openid:before {
content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: "\f19d";
}
.fa-yahoo:before {
content: "\f19e";
}
.fa-google:before {
content: "\f1a0";
}
.fa-reddit:before {
content: "\f1a1";
}
.fa-reddit-square:before {
content: "\f1a2";
}
.fa-stumbleupon-circle:before {
content: "\f1a3";
}
.fa-stumbleupon:before {
content: "\f1a4";
}
.fa-delicious:before {
content: "\f1a5";
}
.fa-digg:before {
content: "\f1a6";
}
.fa-pied-piper-pp:before {
content: "\f1a7";
}
.fa-pied-piper-alt:before {
content: "\f1a8";
}
.fa-drupal:before {
content: "\f1a9";
}
.fa-joomla:before {
content: "\f1aa";
}
.fa-language:before {
content: "\f1ab";
}
.fa-fax:before {
content: "\f1ac";
}
.fa-building:before {
content: "\f1ad";
}
.fa-child:before {
content: "\f1ae";
}
.fa-paw:before {
content: "\f1b0";
}
.fa-spoon:before {
content: "\f1b1";
}
.fa-cube:before {
content: "\f1b2";
}
.fa-cubes:before {
content: "\f1b3";
}
.fa-behance:before {
content: "\f1b4";
}
.fa-behance-square:before {
content: "\f1b5";
}
.fa-steam:before {
content: "\f1b6";
}
.fa-steam-square:before {
content: "\f1b7";
}
.fa-recycle:before {
content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
content: "\f1ba";
}
.fa-tree:before {
content: "\f1bb";
}
.fa-spotify:before {
content: "\f1bc";
}
.fa-deviantart:before {
content: "\f1bd";
}
.fa-soundcloud:before {
content: "\f1be";
}
.fa-database:before {
content: "\f1c0";
}
.fa-file-pdf-o:before {
content: "\f1c1";
}
.fa-file-word-o:before {
content: "\f1c2";
}
.fa-file-excel-o:before {
content: "\f1c3";
}
.fa-file-powerpoint-o:before {
content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: "\f1c8";
}
.fa-file-code-o:before {
content: "\f1c9";
}
.fa-vine:before {
content: "\f1ca";
}
.fa-codepen:before {
content: "\f1cb";
}
.fa-jsfiddle:before {
content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "\f1cd";
}
.fa-circle-o-notch:before {
content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
content: "\f1d1";
}
.fa-git-square:before {
content: "\f1d2";
}
.fa-git:before {
content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
content: "\f1d4";
}
.fa-tencent-weibo:before {
content: "\f1d5";
}
.fa-qq:before {
content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
content: "\f1d9";
}
.fa-history:before {
content: "\f1da";
}
.fa-circle-thin:before {
content: "\f1db";
}
.fa-header:before {
content: "\f1dc";
}
.fa-paragraph:before {
content: "\f1dd";
}
.fa-sliders:before {
content: "\f1de";
}
.fa-share-alt:before {
content: "\f1e0";
}
.fa-share-alt-square:before {
content: "\f1e1";
}
.fa-bomb:before {
content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
content: "\f1e3";
}
.fa-tty:before {
content: "\f1e4";
}
.fa-binoculars:before {
content: "\f1e5";
}
.fa-plug:before {
content: "\f1e6";
}
.fa-slideshare:before {
content: "\f1e7";
}
.fa-twitch:before {
content: "\f1e8";
}
.fa-yelp:before {
content: "\f1e9";
}
.fa-newspaper-o:before {
content: "\f1ea";
}
.fa-wifi:before {
content: "\f1eb";
}
.fa-calculator:before {
content: "\f1ec";
}
.fa-paypal:before {
content: "\f1ed";
}
.fa-google-wallet:before {
content: "\f1ee";
}
.fa-cc-visa:before {
content: "\f1f0";
}
.fa-cc-mastercard:before {
content: "\f1f1";
}
.fa-cc-discover:before {
content: "\f1f2";
}
.fa-cc-amex:before {
content: "\f1f3";
}
.fa-cc-paypal:before {
content: "\f1f4";
}
.fa-cc-stripe:before {
content: "\f1f5";
}
.fa-bell-slash:before {
content: "\f1f6";
}
.fa-bell-slash-o:before {
content: "\f1f7";
}
.fa-trash:before {
content: "\f1f8";
}
.fa-copyright:before {
content: "\f1f9";
}
.fa-at:before {
content: "\f1fa";
}
.fa-eyedropper:before {
content: "\f1fb";
}
.fa-paint-brush:before {
content: "\f1fc";
}
.fa-birthday-cake:before {
content: "\f1fd";
}
.fa-area-chart:before {
content: "\f1fe";
}
.fa-pie-chart:before {
content: "\f200";
}
.fa-line-chart:before {
content: "\f201";
}
.fa-lastfm:before {
content: "\f202";
}
.fa-lastfm-square:before {
content: "\f203";
}
.fa-toggle-off:before {
content: "\f204";
}
.fa-toggle-on:before {
content: "\f205";
}
.fa-bicycle:before {
content: "\f206";
}
.fa-bus:before {
content: "\f207";
}
.fa-ioxhost:before {
content: "\f208";
}
.fa-angellist:before {
content: "\f209";
}
.fa-cc:before {
content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
content: "\f20b";
}
.fa-meanpath:before {
content: "\f20c";
}
.fa-buysellads:before {
content: "\f20d";
}
.fa-connectdevelop:before {
content: "\f20e";
}
.fa-dashcube:before {
content: "\f210";
}
.fa-forumbee:before {
content: "\f211";
}
.fa-leanpub:before {
content: "\f212";
}
.fa-sellsy:before {
content: "\f213";
}
.fa-shirtsinbulk:before {
content: "\f214";
}
.fa-simplybuilt:before {
content: "\f215";
}
.fa-skyatlas:before {
content: "\f216";
}
.fa-cart-plus:before {
content: "\f217";
}
.fa-cart-arrow-down:before {
content: "\f218";
}
.fa-diamond:before {
content: "\f219";
}
.fa-ship:before {
content: "\f21a";
}
.fa-user-secret:before {
content: "\f21b";
}
.fa-motorcycle:before {
content: "\f21c";
}
.fa-street-view:before {
content: "\f21d";
}
.fa-heartbeat:before {
content: "\f21e";
}
.fa-venus:before {
content: "\f221";
}
.fa-mars:before {
content: "\f222";
}
.fa-mercury:before {
content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
content: "\f224";
}
.fa-transgender-alt:before {
content: "\f225";
}
.fa-venus-double:before {
content: "\f226";
}
.fa-mars-double:before {
content: "\f227";
}
.fa-venus-mars:before {
content: "\f228";
}
.fa-mars-stroke:before {
content: "\f229";
}
.fa-mars-stroke-v:before {
content: "\f22a";
}
.fa-mars-stroke-h:before {
content: "\f22b";
}
.fa-neuter:before {
content: "\f22c";
}
.fa-genderless:before {
content: "\f22d";
}
.fa-facebook-official:before {
content: "\f230";
}
.fa-pinterest-p:before {
content: "\f231";
}
.fa-whatsapp:before {
content: "\f232";
}
.fa-server:before {
content: "\f233";
}
.fa-user-plus:before {
content: "\f234";
}
.fa-user-times:before {
content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
content: "\f236";
}
.fa-viacoin:before {
content: "\f237";
}
.fa-train:before {
content: "\f238";
}
.fa-subway:before {
content: "\f239";
}
.fa-medium:before {
content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
content: "\f23b";
}
.fa-optin-monster:before {
content: "\f23c";
}
.fa-opencart:before {
content: "\f23d";
}
.fa-expeditedssl:before {
content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
content: "\f244";
}
.fa-mouse-pointer:before {
content: "\f245";
}
.fa-i-cursor:before {
content: "\f246";
}
.fa-object-group:before {
content: "\f247";
}
.fa-object-ungroup:before {
content: "\f248";
}
.fa-sticky-note:before {
content: "\f249";
}
.fa-sticky-note-o:before {
content: "\f24a";
}
.fa-cc-jcb:before {
content: "\f24b";
}
.fa-cc-diners-club:before {
content: "\f24c";
}
.fa-clone:before {
content: "\f24d";
}
.fa-balance-scale:before {
content: "\f24e";
}
.fa-hourglass-o:before {
content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
content: "\f253";
}
.fa-hourglass:before {
content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
content: "\f256";
}
.fa-hand-scissors-o:before {
content: "\f257";
}
.fa-hand-lizard-o:before {
content: "\f258";
}
.fa-hand-spock-o:before {
content: "\f259";
}
.fa-hand-pointer-o:before {
content: "\f25a";
}
.fa-hand-peace-o:before {
content: "\f25b";
}
.fa-trademark:before {
content: "\f25c";
}
.fa-registered:before {
content: "\f25d";
}
.fa-creative-commons:before {
content: "\f25e";
}
.fa-gg:before {
content: "\f260";
}
.fa-gg-circle:before {
content: "\f261";
}
.fa-tripadvisor:before {
content: "\f262";
}
.fa-odnoklassniki:before {
content: "\f263";
}
.fa-odnoklassniki-square:before {
content: "\f264";
}
.fa-get-pocket:before {
content: "\f265";
}
.fa-wikipedia-w:before {
content: "\f266";
}
.fa-safari:before {
content: "\f267";
}
.fa-chrome:before {
content: "\f268";
}
.fa-firefox:before {
content: "\f269";
}
.fa-opera:before {
content: "\f26a";
}
.fa-internet-explorer:before {
content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
content: "\f26c";
}
.fa-contao:before {
content: "\f26d";
}
.fa-500px:before {
content: "\f26e";
}
.fa-amazon:before {
content: "\f270";
}
.fa-calendar-plus-o:before {
content: "\f271";
}
.fa-calendar-minus-o:before {
content: "\f272";
}
.fa-calendar-times-o:before {
content: "\f273";
}
.fa-calendar-check-o:before {
content: "\f274";
}
.fa-industry:before {
content: "\f275";
}
.fa-map-pin:before {
content: "\f276";
}
.fa-map-signs:before {
content: "\f277";
}
.fa-map-o:before {
content: "\f278";
}
.fa-map:before {
content: "\f279";
}
.fa-commenting:before {
content: "\f27a";
}
.fa-commenting-o:before {
content: "\f27b";
}
.fa-houzz:before {
content: "\f27c";
}
.fa-vimeo:before {
content: "\f27d";
}
.fa-black-tie:before {
content: "\f27e";
}
.fa-fonticons:before {
content: "\f280";
}
.fa-reddit-alien:before {
content: "\f281";
}
.fa-edge:before {
content: "\f282";
}
.fa-credit-card-alt:before {
content: "\f283";
}
.fa-codiepie:before {
content: "\f284";
}
.fa-modx:before {
content: "\f285";
}
.fa-fort-awesome:before {
content: "\f286";
}
.fa-usb:before {
content: "\f287";
}
.fa-product-hunt:before {
content: "\f288";
}
.fa-mixcloud:before {
content: "\f289";
}
.fa-scribd:before {
content: "\f28a";
}
.fa-pause-circle:before {
content: "\f28b";
}
.fa-pause-circle-o:before {
content: "\f28c";
}
.fa-stop-circle:before {
content: "\f28d";
}
.fa-stop-circle-o:before {
content: "\f28e";
}
.fa-shopping-bag:before {
content: "\f290";
}
.fa-shopping-basket:before {
content: "\f291";
}
.fa-hashtag:before {
content: "\f292";
}
.fa-bluetooth:before {
content: "\f293";
}
.fa-bluetooth-b:before {
content: "\f294";
}
.fa-percent:before {
content: "\f295";
}
.fa-gitlab:before {
content: "\f296";
}
.fa-wpbeginner:before {
content: "\f297";
}
.fa-wpforms:before {
content: "\f298";
}
.fa-envira:before {
content: "\f299";
}
.fa-universal-access:before {
content: "\f29a";
}
.fa-wheelchair-alt:before {
content: "\f29b";
}
.fa-question-circle-o:before {
content: "\f29c";
}
.fa-blind:before {
content: "\f29d";
}
.fa-audio-description:before {
content: "\f29e";
}
.fa-volume-control-phone:before {
content: "\f2a0";
}
.fa-braille:before {
content: "\f2a1";
}
.fa-assistive-listening-systems:before {
content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
content: "\f2a4";
}
.fa-glide:before {
content: "\f2a5";
}
.fa-glide-g:before {
content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
content: "\f2a7";
}
.fa-low-vision:before {
content: "\f2a8";
}
.fa-viadeo:before {
content: "\f2a9";
}
.fa-viadeo-square:before {
content: "\f2aa";
}
.fa-snapchat:before {
content: "\f2ab";
}
.fa-snapchat-ghost:before {
content: "\f2ac";
}
.fa-snapchat-square:before {
content: "\f2ad";
}
.fa-pied-piper:before {
content: "\f2ae";
}
.fa-first-order:before {
content: "\f2b0";
}
.fa-yoast:before {
content: "\f2b1";
}
.fa-themeisle:before {
content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
content: "\f2b4";
}
.fa-handshake-o:before {
content: "\f2b5";
}
.fa-envelope-open:before {
content: "\f2b6";
}
.fa-envelope-open-o:before {
content: "\f2b7";
}
.fa-linode:before {
content: "\f2b8";
}
.fa-address-book:before {
content: "\f2b9";
}
.fa-address-book-o:before {
content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
content: "\f2bc";
}
.fa-user-circle:before {
content: "\f2bd";
}
.fa-user-circle-o:before {
content: "\f2be";
}
.fa-user-o:before {
content: "\f2c0";
}
.fa-id-badge:before {
content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
content: "\f2c3";
}
.fa-quora:before {
content: "\f2c4";
}
.fa-free-code-camp:before {
content: "\f2c5";
}
.fa-telegram:before {
content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
content: "\f2cb";
}
.fa-shower:before {
content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
content: "\f2cd";
}
.fa-podcast:before {
content: "\f2ce";
}
.fa-window-maximize:before {
content: "\f2d0";
}
.fa-window-minimize:before {
content: "\f2d1";
}
.fa-window-restore:before {
content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
content: "\f2d4";
}
.fa-bandcamp:before {
content: "\f2d5";
}
.fa-grav:before {
content: "\f2d6";
}
.fa-etsy:before {
content: "\f2d7";
}
.fa-imdb:before {
content: "\f2d8";
}
.fa-ravelry:before {
content: "\f2d9";
}
.fa-eercast:before {
content: "\f2da";
}
.fa-microchip:before {
content: "\f2db";
}
.fa-snowflake-o:before {
content: "\f2dc";
}
.fa-superpowers:before {
content: "\f2dd";
}
.fa-wpexplorer:before {
content: "\f2de";
}
.fa-meetup:before {
content: "\f2e0";
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}.navbar-shrink div#main-menu-wrapper {
padding-top: 0px;
}
.navbar-header h1 {
margin-top: 0px;
}
.navbar-default {
padding: 25px 0;
border: 0;
background-color: transparent;
-webkit-transition: padding .3s;
-moz-transition: padding .3s;
transition: padding .3s;
}
.navbar-default.navbar-shrink {
padding: 10px 0;
background-color: rgba(34, 34, 34, 0.6);
}
.widget_nav_menu .sub-menu {
margin-top: 8px
} .menu-item-has-children > a:after {
position: absolute;
top: 46%;
right: 11px;
width: 8px;
height: 2px;
display: block;
background: #ddd;
content: ''
}
.menu-item-has-children > a:before {
position: absolute;
top: 42%;
right: 14px;
display: block;
width: 2px;
height: 8px;
background: #ddd;
content: '';
}
.menu-item-has-children:hover > a:before {
top: 23px;
height: 0
}
.menu-item-has-children > a {
padding-right: 30px!important;
}
.navigation ul ul a,
.navigation ul ul a:link,
.navigation ul ul a:visited {
color: #4d4d4d;
}
.sub-menu .menu-item-has-children > a:after {
position: absolute;
top: 18px;
right: 11px;
width: 8px;
height: 2px;
display: block;
background: #ddd;
content: ''
}
.sub-menu .menu-item-has-children >a:before {
position: absolute;
top: 15px;
right: 14px;
display: block;
width: 2px;
height: 8px;
background: #ddd;
content: '';
-webkit-transition: all .25s ease;
-ms-transition: all .25s ease;
transition: all .25s ease;
}
.sub-menu .menu-item-has-children:hover > a:before {
top: 23px;
height: 0
}
#main-menu-wrapper nav.navigation .menu {
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.navigation ul {
display: inline-block;
} .navigation .menu > li {
margin: 0 5px;
}
#menu li {
list-style-type: none;
}
.navigation .menu > li > a {
padding: 30px 10px 30px 10px;
color: #080808;
font-size: 13px;
letter-spacing: 1px;
}
.navigation ul li {
line-height: 20px;
float: left;
position: relative;
}
.sub-menu {
-webkit-box-shadow: 0px 0px 5px 0px rgba(8, 8, 8, 0.22);
-moz-box-shadow: 0px 0px 5px 0px rgba(8, 8, 8, 0.22);
box-shadow: 0px 0px 5px 0px rgba(8, 8, 8, 0.22);
}
.sub-menu li {
border-bottom: 0px solid #f8f8f8;
}
.sub-menu li:last-child {
border-bottom: 0;
}
li.current-menu-item a,
.menu-item .active,
.navigation .menu > li a:hover,
.sub-menu li:hover,
.navigation ul ul a:hover,
.navigation ul ul a:link:hover,
.navigation ul ul a:visited:hover   {
color: #e7c09c;
}
.navigation ul li a,
.navigation ul li a:link,
.navigation ul li a:visited {
display: inline-block;
transition: background-color, color 0.2s linear;
}
.navigation > ul > .current a {
background: transparent;
color: #5a5a5a !important;
}
.navigation ul li li {
background: #fff;
}
.navigation ul ul {
top: 100%;
position: absolute;
width: 200px;
padding: 20px 0 0 0;
padding-top: 0;
z-index: 400;
font-size: 12px;
color: #798189;
background: #fff;
text-align: left;
}
.navigation ul ul li {
padding: 0;
color: #fff;
line-height: 25px;
border-bottom: 1px solid rgba(237, 237, 237, 0.5);
}
.navigation ul ul a,
.navigation ul ul a:link,
.navigation ul ul a:visited {
font-size: 14px;
padding: 9px 9px 9px 20px;
position: relative;
width: 200px;
border-left: 0;
background: transparent;
border-right: 0;
border-radius: 0;
border-bottom: 1px solid rgba(237, 237, 237, 0.5);
margin: 0;
color: #4d4d4d;
}
.navigation ul ul li:last-child a {
border-bottom: none
}
.navigation ul ul {
display: none
}
.navigation ul ul ul {
left: 200px;
top: 0;
}
.sub-menu .menu-item-has-children:after {
color: #fff
}
.navigation .toggle-caret {
display: none
}
.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both
}
.clearfix {
*zoom: 1
}
.navigation i {
margin-right: 4px
} .widget_nav_menu .fa > a,
.widget_nav_menu .fa > a {
padding-left: 5px
}
.widget_nav_menu .sub-menu {
margin-top: 8px
}
.widget_nav_menu .menu-item-has-children > a:after {
content: ''
} .toggle-menu ul ul {
display: none
}
.toggle-menu .toggle-menu-item-parent {
position: relative
}
.toggle-menu .toggle-caret {
position: absolute;
top: 0;
right: 0;
text-align: center;
cursor: pointer;
line-height: inherit;
}
.toggle-menu .toggle-caret .fa {
width: 20px;
text-align: center;
font-size: inherit;
color: inherit;
line-height: 50px;
color: #949494;
}
.toggle-menu .active > .toggle-caret .fa:before {
content: "\f068"
} @media screen and (max-width: 1024px) {
.last-btn #main-menu-wrapper #menu >li:last-child > a {
background: transparent;
padding: 14px 0;
margin-top:0px;
color: #080808;
border: none;
}
#main-menu-wrapper{
display: block;
}
.menu-item-has-children > a:after {
display: none;
}
.menu-item-has-children >a:before {
display: none;
}
.menu-item-has-children:hover > a:before {
display: none;
}
.menu-item-has-children > a {
display: none;
}
.sub-menu .menu-item-has-children > a:after{
display: none;
}
.sub-menu .menu-item-has-children >a:before {
display: none;
}
.sub-menu .menu-item-has-children:hover > a:before {
display: none;
}
.page div#main-menu-wrapper,
.single div#main-menu-wrapper,
.page .navbar-shrink div#main-menu-wrapper,
.single .navbar-shrink div#main-menu-wrapper {
padding-top: 10px;
}
.navigation .menu > li {
margin: 0;
}
.logged-in .mobile-menu-wrapper {
margin-top: 32px;
}
.logged-in .navigation ul.sub-menu {
padding-top: 0px;
}
.navigation ul {
padding-left: 0px;
}
.home div#main-menu-wrapper {
padding-top: 0px;
}
.mobile-menu-active header.shrink {
-webkit-animation-name: initial;
animation-name: initial;
}
.navigation .menu > li > a {
padding: 14px 0;
}
.sub-menu .menu-item-has-children:hover {
background: none;
}
.sub-menu .menu-item-has-children ul li a:hover {
background: none;
color: #e7c09c;
}
.navigation {
width: 100%;
border: none !important;
display: none;
}
.navigation ul .current-menu-item > a,
.navigation ul li a:hover {
color: #e7c09c;
}
.navigation .menu a,
.navigation .menu .fa > a,
.navigation .menu .fa > a {
color: #000;
background: transparent;
}
.navigation .menu {
display: block!important;
float: none;
background: transparent;
margin-bottom: 45px;
}
.navigation ul ul {
visibility: visible!important;
opacity: 1!important;
position: relative;
left: 0!important;
border: 0;
width: 100%;
background:none!important;
}
.navigation ul li li {
background: transparent;
border: 0;
}
#main-menu-wrapper  nav li,
#main-menu-wrapper .navigation ul li li {
width: 100%!important;
float: left;
position: relative;
background:none!important;
}
.navigation ul li:after {
display: none
}
.navigation ul li:before {
display: none
}
#main-menu-wrapper nav li a {
border-bottom: 1px solid rgba(193, 193, 193, 0.2)!important;
width: 100%!important;
box-sizing: border-box;
font-size:16px;
}
#main-menu-wrapper nav a {
text-align: left;
width: 100%;
text-indent: 25px;
}
#pull{
display: block;
text-decoration: none;
color: inherit;
position: absolute;
right:0px;
top:27.5px;
width: 26px;
height: 21px;
border-bottom: 2px solid;
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
-webkit-transition-property: color,border;
-moz-transition-property: color,border;
transition-property: color,border;
color: #575757;
}
#pull:before, #pull:after {
content: '';
display: inline-block;
width: 100%;
border-bottom: 2px solid;
position: absolute;
left: 0;
-webkit-transition: transform .5s ease-in-out;
-moz-transition: transform .5s ease-in-out;
transition: transform .5s ease-in-out;
}
#pull:after {
top: 50%;
}
.mobile-menu-active #pull{
z-index: 111111;
border-color: transparent;
line-height: 0;
transition: right 500ms ease;
color:#080808;
}
.mobile-menu-active #pull:before, .mobile-menu-active #pull:after {
top: 9px;
}
.mobile-menu-active #pull:before {
transform: rotateZ(45deg);
}
.mobile-menu-active #pull:after {
transform: rotateZ(-45deg);
} .mobile-menu-active .main-container,
.mobile-menu-active #site-header,
.mobile-menu-active .footer {
right: 300px;
transition: right 500ms ease;
}
.navigation.mobile-menu-wrapper {
display: block;
position: fixed;
top: 0;
right: -300px;
width: 300px!important;
height: 100vh;
background-color: #fff;
border-right: 1px solid rgba(0, 0, 0, 0.2)!important;
overflow: auto;
transition: initial;
-webkit-backface-visibility: hidden;
z-index: 99999;
}
.mobile-menu-active .navigation.mobile-menu-wrapper {
right: 0;
width:100%!important;
background: rgba(255,255,255,.9);
transition: initial;
-webkit-animation: fadein 1s; -moz-animation: fadein 1s; -ms-animation: fadein 1s; -o-animation: fadein 1s; animation: fadein 1s;
}
@keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
} @-moz-keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
} @-webkit-keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
} @-ms-keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
} @-o-keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
}
.mobile-menu-active #main-menu-wrapper nav.navigation .menu{
width:330px;
margin:0 auto;
margin-top:15%;
}   
.navigation ul li {
width: 100%;
display: block;
}
.navigation ul li:hover {
background: none
}
.navigation ul li a,
.navigation ul ul a {
padding: 9px 0;
width: 100%;
border: none;
}
.navigation ul ul {
position: static;
width: 100%;
border: none;
}
.navigation ul ul li {
background: none;
width: 100%;
}
.navigation i {
display: inline
}
.navigation ul ul a {
padding: 11px 18px !important
}
.navigation ul ul ul a {
padding: 11px 27px !important
}
.navigation ul ul ul ul a {
padding: 11px 36px !important
}
.navigation .toggle-caret {
display: block;
width: 43px;
height: 48px;
line-height: 43px;
color: #ffffff;
border-left: 1px solid rgba(193, 193, 193, 0.2);
}
.navigation .toggle-caret i {
margin-right: 0
}
.navigation .menu-item-has-children > a:after {
content: ''
}
.sub-menu {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
}
@media screen and (max-width: 960px) {
.layout-vertical .vertical .content-wrap .title a {
font-size: 30px
}
}
@media screen and (max-width: 900px) {
.widget-header {
max-width: 70%
}
.navigation .menu {
box-shadow: none
}
}
@media screen and (max-width: 785px) {
.logged-in .mobile-menu-wrapper {
margin-top: 46px;
}
}#slider-div {
top: 0;
display: block;
overflow: hidden; 
position: relative;
padding: 0px 0;
}
#slider-div li{
display: table!important;
width: 100% !important;
background-size: cover !important;
background-repeat: no-repeat!important
}
#slider-div li.parallax{
background-attachment: fixed!important;
}
#slider-div.flexslider {
border: 0px solid #fff;
box-shadow: none;
}
.flexslider .slides > li:first-child {
display: block;
-webkit-backface-visibility: visible;
}
.flex-container a:hover,
.flex-slider a:hover {
outline: none;
}
.slides,
.slides > li,
.flexslider .flex-control-nav,
.flexslider .flex-direction-nav {
margin: 0;
padding: 0;
list-style: none;
}
.flex-slider .slides {
height: 100% !important;
-webkit-transition-delay: 1s;
-moz-transition-delay: 1s;
transition-delay: 1s;
}
.slides li {
height: 100vh;
margin-right: 0px;
display: none;
}
.flex-pauseplay span {
text-transform: capitalize;
}
.flexslider {
margin: 0;
padding: 0;
}
.flexslider .slides img {
width: 100%;
display: block;
margin: 0;
padding: 0;
}
.flexslider .slides:after {
content: "\0020";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; }
.flexslider .slides > li:not(:first-child)
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}
.no-js .slides > li:first-child {display: block;}
html[xmlns] .flexslider .slides {
display: block;
}
* html .flexslider .slides {
height: 1%;
}
.no-js .flexslider .slides > li:first-child {
display: block;
}
.flexslider {
margin: 0 0 0px;
background: #ffffff;
position: relative;
zoom: 1;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
-o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
zoom: 1;
}
.flexslider .slides img {
height: 100vh;
-moz-user-select: none;
}
.flex-viewport {
max-height: 2000px;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
.loading .flex-viewport {
max-height: 300px;
}
.carousel li {
margin-right: 5px;
}
.flex-direction-nav {
*height: 0;
}
.flex-direction-nav a {
text-decoration: none;
position: absolute;
display: inline-block;
position: absolute;
z-index: 2;
overflow: hidden;
opacity: 0;
cursor: pointer;
color: rgba(0, 0, 0, 0.8);
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.flex-direction-nav .flex-prev {
background-size: 40% 40%;
height: 40px;
width: 40px;
opacity: 0.7;
left: 5px;
margin-left: 0px;
}
.flex-direction-nav .flex-next {
background-size: 40% 40%;
height: 40px;
width: 40px;
opacity: 0.7;
right: 50px;
margin-right: 0px;
}
.flex-pauseplay a:before {
font-family: "flexslider-icon";
font-size: 20px;
display: inline-block;
content: '\f004';
}
.flex-pauseplay a:hover {
opacity: 1;
}
.flex-pauseplay a.flex-play:before {
content: '\f003';
}
.flexslider .flex-control-nav {
width: 100%;
position: absolute;
bottom: -40px;
text-align: center;
display:none;
}
.flex-control-nav li {
margin: 0 6px;
display: inline-block;
zoom: 1;
*display: inline;
}
.flex-control-paging li a {
width: 11px;
height: 11px;
display: block;
background: #666;
background: rgba(0, 0, 0, 0.5);
cursor: pointer;
text-indent: -9999px;
-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.flex-control-paging li a:hover {
background: #333;
background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
background: #000;
background: rgba(0, 0, 0, 0.9);
cursor: default;
}
.flex-control-thumbs {
margin: 5px 0 0;
position: static;
overflow: hidden;
}
.flex-control-thumbs li {
width: 25%;
float: left;
margin: 0;
}
.flex-control-thumbs img {
width: 100%;
height: auto;
display: block;
opacity: .7;
cursor: pointer;
-moz-user-select: none;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
.flex-control-thumbs img:hover {
opacity: 1;
}
.flex-control-thumbs .flex-active {
opacity: 1;
cursor: default;
} .flex-direction-nav li a{
position: absolute;
top: 48%;
height: 40px;
width: 40px;
cursor: pointer;
z-index: 2;
opacity: 0;
-webkit-transition: opacity 0.4s ease-in-out 0.2s;
-moz-transition: opacity 0.4s ease-in-out 0.2s;
-o-transition: opacity 0.4s ease-in-out 0.2s;
-ms-transition: opacity 0.4s ease-in-out 0.2s;
transition: opacity 0.4s ease-in-out 0.2s;
}
.flex-direction-nav li a.flex-prev {
left: -50px;
-webkit-transition: all 0.6s ease;
transition: all 0.6s ease;
}
.flex-direction-nav li a.flex-next {
right: -50px;
-webkit-transition: all 0.6s ease;
transition: all 0.6s ease;
}
.flex-direction-nav li a.flex-prev {
transform: rotate(135deg);
-webkit-transform: rotate(135deg);
}
.flex-direction-nav li a.flex-next {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
}
.flex-direction-nav li a{
border: solid #ccc;
border-width: 0 3px 3px 0;
border-radius: 1%;
}
.flexslider:hover .flex-direction-nav li a.flex-prev {
left: 50px;
webkit-transition: all 0.6s ease;
transition: all 0.6s ease;
}
.flexslider:hover .flex-direction-nav li a.flex-next {
right: 50px;
webkit-transition: all 0.6s ease;
transition: all 0.6s ease;
}
.flexslider .container_caption{
display: table-cell;
vertical-align: middle;
text-align: center;
width: 100%!important;
max-width: 100%;
}
.flexslider .container_caption h2 a{
color: #fff;
z-index: 2;
text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
margin-bottom: 20px;
text-transform: uppercase;
letter-spacing: 3px;
font-size: 60px;
line-height: 79px!important;
font-family: "Catamaran-bold", sans-serif;
animation: fadeIn 2s ease-in both;
animation-delay: 2s;
}
.flexslider .container_caption p{
color: #fff;
width:100%;
font-size: 22px;
font-family: "Catamaran-semibold", sans-serif;
padding: 25px 0px;;
display: inline-block;
animation: fadeIn 2.2s ease-in both;
animation-delay: 2.2s;
}
.flexslider .container_caption a.slider-button{
border: 2px solid #fff;
text-transform: uppercase;
display: inline-block;
padding: 14px 20px;
margin-top: 20px;
background: none;
color: #fff;
letter-spacing: 1.3px;
line-height: normal;
-webkit-transition: all 0.6s ease;
transition: all 0.6s ease; 
animation: fadeIn 2.5s ease-in both;
animation-delay: 2.5s;   
}
.flexslider .container_caption a.slider-button:hover{
border: 2px solid #fff;
color: #e7c09c;
background:#fff;
}
@media screen and (max-width: 1024px){
#slider-div li.parallax{
background-attachment: inherit!important;
background-position: inherit!important;
}
}.popup-slider-container {
height: 250px;
width: 100%;
position: relative;
overflow: hidden;
text-align: center;
}
.popup-menu {
position: absolute;
left: 0;
z-index: 900;
width: 100%;
bottom: 0;
}
.popup-menu label {
cursor: pointer;
display: inline-block;
width: 10px;
height: 10px;
background: #fff;
border-radius: 50px;
margin: 0 .4em 1em;
}
.popup-menu label:hover {
background: #bbb;
}
.popup-slide {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 100%;
z-index: 10;
padding: 0em 0em 0;
background-size: cover;
background-position: 50% 50%;
transition: left 0s .75s;
} #shopline-popup-boxes #mask {
position:fixed;
left:0;
top:0;
z-index:9000;
background-color:#000;
display:none;
width:100%;
height:100%;
}  
#shopline-popup-boxes .product {
min-height: 520px;
width: 600px;
background:#fff;
position: fixed;
left: 0%;
right:0%;
margin:0 auto;
top: 20%;
display: none;
z-index: 9999;
}
#shopline-popup-boxes .product .header {
height: 40px;
position: relative;
padding: 20px 20px 0px;
}
#shopline-popup-boxes *{
-webkit-box-sizing: initial;
-moz-box-sizing: initial;
box-sizing: initial;
}
#shopline-popup-boxes .product .header .back {
position: relative;
width: 0px;
height: 0px;
cursor: pointer;
border-top: 30px solid #e7c09c;
border-bottom: 30px solid transparent;
border-left: 30px solid #e7c09c;
border-right: 30px solid transparent;
}
#shopline-popup-boxes .product .header .back:before {
content: "\f30a";
position: absolute;
font-family: "Font Awesome 5 Free";
color: rgba(255, 255, 255, 0.9);
font-size: 1.1rem;
font-weight: bold;
top: -22px;
left: -22px;
line-height: 30px;
}
#shopline-popup-boxes .product .main {
padding: 0 25px;
overflow-y:auto;
max-height:380px;
}
#shopline-popup-boxes .left {
float: left;
}
#shopline-popup-boxes .product .main .right p {
color: #999;
font-size: 14px;
line-height: 24px!important;
padding-bottom:12px;
}
#shopline-popup-boxes .product .main .left, 
#shopline-popup-boxes .product .main .right {
width: 43%;
padding: 0 calc(3% - 1px);
}
#shopline-popup-boxes .right {
float: right;
}
#shopline-popup-boxes .product .main h1 {
font-size: 26px;
-webkit-margin-before: 0;
-webkit-margin-after: 0;
margin: 0 0px 0px;
color: #080808;
line-height: 36px;
font-family: "Catamaran-Bold";
}
#shopline-popup-boxes .product .main h2 {
color: #999999;
-webkit-margin-before: 0;
-webkit-margin-after: 0;
margin: 0 0;
text-transform: uppercase;
font-size: 16px;
line-height: 28px;
}
#shopline-popup-boxes .product .main h3 {
color: #232e3a;
margin: 0;
}
#shopline-popup-boxes .product .main img {
max-width: 100%;
margin-left: -25px;
}
#shopline-popup-boxes .product .main .quantity {
margin-top: 0px;
}
#shopline-popup-boxes .product .footer {
position: absolute;
bottom: 0;
padding: 5px 40px 5px 0;
width: calc(90% - 40px);
left: 10%;
border-top: 1px solid #ccc;
}
#shopline-popup-boxes .product .footer p {
color: #e7c09c;
position: relative;
font-size: 20px;
margin: 20px 0px;
}
#shopline-popup-boxes .star-rating{
float: initial;
margin: 10px 0px;
}
#shopline-popup-boxes .star-rating span{
color:#e7c09c;
}
#shopline-popup-boxes #price del{
opacity:0.6;
padding-right:10px;
}
#shopline-popup-boxes .added_to_cart{
padding-top: 0em;
font-size:14px;
}
#shopline-popup-boxes .head{
padding: 0 calc(3.6% - 1px);
padding-top: 12px;
}
#shopline-popup-boxes .head h2{
padding-bottom:8px;
}
#shopline-popup-boxes .add_to_cart_button{
margin-top: 10px;
}
.woocommerce #shopline-popup-boxes #respond input#submit.loading:after,
.woocommerce #shopline-popup-boxes a.button.loading:after,
.woocommerce #shopline-popup-boxes button.button.loading:after,
.woocommerce #shopline-popup-boxes input.button.loading:after{
top:1.3em!important;
right:1em;
font-size:14px;
}
.woocommerce #shopline-popup-boxes  a.button.added::after{
font-size:14px;
} 
#shopline-popup-boxes .main::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: #F5F5F5;
}
#shopline-popup-boxes .main::-webkit-scrollbar
{
width: 6px;
background-color: #F5F5F5;
}
#shopline-popup-boxes .main::-webkit-scrollbar-thumb
{
background-color: #7c7c80;
border: 2px solid #555555;
}
.woocommerce #shopline-popup-boxes div.product form.cart{
margin:0;
padding:0;
float:left;
}
.woocommerce #shopline-popup-boxes .quantity .qty {
width: 3em;
text-align: center;
-webkit-font-smoothing: antialiased;
border-radius: 0px;
border: 1px solid #fff;
padding: 5px;
background-color: #fff;
text-indent: 5px;
margin-right:0px;
}
#shopline-popup-boxes p.quantity{
float:left;
padding-right:10px;
}        
#shopline-popup-boxes .yith-wcwl-add-button a{
font-size:0;
display: block;
padding-top: 3px;
}
#shopline-popup-boxes .yith-wcwl-add-button a i.fa{
font-size:16px;
font-weight: bold;
margin-right:0px;
letter-spacing: 0px;
display: block;
}
#shopline-popup-boxes .yith-wcwl-add-to-wishlist {
margin-top: 0px;
position: absolute;
right: 40px;
}
#shopline-popup-boxes .yith-wcwl-wishlistaddedbrowse a:before, 
#shopline-popup-boxes .yith-wcwl-wishlistexistsbrowse a:before{
content: "\f004";
font-family: 'Font Awesome 5 Free';
font-weight: bold;
color: #e7c09c;
font-size:16px;
}
#shopline-popup-boxes span.feedback, 
#shopline-popup-boxes .yith-wcwl-add-button .ajax-loading{
display:none!important;
}
[id^="popup-slide"]:checked + .popup-slide {
left: 0;
z-index: 100;
transition: left .65s ease-out;
}
@media (max-width: 768px){
#shopline-popup-boxes #dialog{
width:80%;
}
}
@media (max-width: 600px){
#shopline-popup-boxes{
display:none;
}
}.owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent; position: relative;
z-index: 1; }
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
-moz-backface-visibility: hidden; }
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0; }
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0); }
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none; }
.owl-carousel .owl-item img {
display: block;
width: 100%; }
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
display: none; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel.owl-loaded {
display: block; }
.owl-carousel.owl-loading {
opacity: 0;
display: block; }
.owl-carousel.owl-hidden {
opacity: 0; }
.owl-carousel.owl-refresh .owl-item {
visibility: hidden; }
.owl-carousel.owl-drag .owl-item {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel.owl-grab {
cursor: move;
cursor: grab; }
.owl-carousel.owl-rtl {
direction: rtl; }
.owl-carousel.owl-rtl .owl-item {
float: right; } .no-js .owl-carousel {
display: block; } .owl-carousel .animated {
animation-duration: 1000ms;
animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
z-index: 0; }
.owl-carousel .owl-animated-out {
z-index: 1; }
.owl-carousel .fadeOut {
animation-name: fadeOut; }
@keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0; } } .owl-height {
transition: height 500ms ease-in-out; } .owl-carousel .owl-item .owl-lazy {
opacity: 0;
transition: opacity 400ms ease; }
.owl-carousel .owl-item img.owl-lazy {
transform-style: preserve-3d; } .owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000; }
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(//biglittleme.co.za/wp-content/themes/shopline/css/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {
-ms-transform: scale(1.3, 1.3);
transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none; }
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%; }
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
background: #238853;
}
.owl-dots .owl-dot span {
width: 22px;
height: 3px;
margin: 3px 4px;
background: #bbb;
display: block;
-webkit-backface-visibility: visible;
-webkit-transition: opacity 200ms ease;
-moz-transition: opacity 200ms ease;
-ms-transition: opacity 200ms ease;
-o-transition: opacity 200ms ease;
transition: opacity 200ms ease;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.owl-dots .owl-dot {
display: inline-block;
zoom: 1;
}
.owl-carousel .owl-controls .owl-nav .owl-prev, 
.owl-carousel .owl-controls .owl-nav .owl-next, 
.owl-carousel .owl-controls .owl-dot {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-dots {
margin-top: 35px;
text-align: center;
-webkit-tap-highlight-color: transparent;
}@font-face {
font-family: 'Catamaran-Regular';
src: url(//biglittleme.co.za/wp-content/themes/shopline/fonts/Catamaran-Regular.ttf) format('truetype');
font-weight: normal;
font-style: normal;
}  
@font-face {
font-family: 'Catamaran-Bold';
src: url(//biglittleme.co.za/wp-content/themes/shopline/fonts/Catamaran-Bold.ttf) format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Catamaran-SemiBold';
src: url(//biglittleme.co.za/wp-content/themes/shopline/fonts/Catamaran-SemiBold.ttf) format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Poppins-Regular';
src: url(//biglittleme.co.za/wp-content/themes/shopline/fonts/Poppins-Regular.ttf) format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: local('Material Icons'), local('MaterialIcons-Regular'), url(//biglittleme.co.za/wp-content/themes/shopline/fonts/material-font.woff2) format('woff2');
}
html {
text-rendering: optimizeLegibility !important;
-webkit-font-smoothing: antialiased !important;
}
body {
background-color: #fff;
font-family:"Catamaran-Regular", sans-serif;
color:#080808;
font-size: 16px;
line-height: 22px;
margin:0px;
letter-spacing: 0.4px;
height: 100%!important;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased; 
-moz-osx-font-smoothing: grayscale; 
text-rendering: optimizeLegibility; 
-moz-font-feature-settings: "liga" on; 
}
section#category_section.parallax, section#ribbon_section.parallax, section#featured_product_section.parallax, section#testimonial_section.parallax, section#aboutus_section.parallax, section#post_section.parallax, section#best_sell_section.parallax, section#brand_section.parallax, footer#footer-wrp.parallax, #hero-image.parallax, section#featured_product_section1.parallax, #slider-div li.parallax, .parallax .page-head-image{
-webkit-backface-visibility: hidden;
}
*{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, blockquote, th, td {
margin: 0;
padding: 0;
}
h1, h2, h3, h4, h5, h6 {
font-family:"Catamaran-Regular", sans-serif;
color: #080808;
font-weight:500;
letter-spacing: 1px;
}
code {
white-space: pre-wrap;
}
h1 {
font-size: 44px;
line-height:54px;
}
h2 {
font-size: 38px;
line-height:48px;
}
h3 {
font-size: 34px;
line-height:44px;
}
h4 {
font-size: 30px;
line-height:40px;
}
h5 {
font-size: 26px;
line-height:36px;
}
h6 {
font-size: 22px;
line-height:32px;
}
:focus {
outline: none;
}
input[type="submit"]{
cursor: pointer;
}
cite, em, i {
font-style: italic;
}
table {
border-collapse: collapse;
border-spacing: 0;
margin: 0 0 1.5em;
width: 100%;
}
caption, th, td {
text-align: left;
}
th, td {
border: 1px solid #EAEAEA;
padding: 6px 10px;
}
th {
font-weight: bold;
}
dl {
margin-bottom: 24px;
font-size: 18px;
}
dt {
font-weight: bold;
margin-bottom: 5px;
}
strong {
font-weight: bold;
}
address {
display: block;
font-style: italic;
margin: 0 0 15px;
}
p {
font-family: "Catamaran-Regular", sans-serif;
color: #404040;
line-height: 26px;
font-size: 15px;
letter-spacing: .6px;
}
a {
font-family:"Catamaran-Regular", sans-serif;
color: #666666;
text-decoration: none!important;
cursor: pointer;
}
ol {
list-style: decimal;
}
ul {
list-style: disc;
}
ul li, ul {
list-style-type: none;
margin:0;
padding:0;
}
input, textarea, select{
-webkit-appearance: none;
-moz-appearance:none;
appearance:none;   
-webkit-border-radius: 0; 
-moz-border-radius: 0;
border-radius: 0;
}
input[type="radio"]{
-webkit-appearance: radio;
-moz-appearance: radio;
appearance: radio;
}
input[type="checkbox"] {
-webkit-appearance: checkbox;
-moz-appearance: checkbox;
appearance: checkbox;
}
.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 24px;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-webkit-font-feature-settings: 'liga';
-webkit-font-smoothing: antialiased;
}
.clearfix {
margin-top:0;
padding: 0;
}
.clearfix:after,.clearfix:before, .container:after,.container:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before{display:table;content:" "}.clearfix:after, .container:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after{clear:both}
html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
.home .container, .home #page, .container, #page{
max-width:1200px;
min-width:250px;
margin-right: auto;
margin-left:auto;
position:relative;
clear:both;
}
.wp-caption, .gallery-caption {
background: #fff;
border: 1px solid #f0f0f0;
max-width: 96%; padding: 5px 3px 10px;
text-align: center;
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
margin: 0;
padding: 0 4px 5px;
}
.alignnone {
margin: 5px 20px 20px 0;
} .gallery img {
box-shadow: 0px 0px 4px #999;
border: 1px solid white;
padding: 8px;
background: #f2f2f2;
}
.gallery img:hover {
background: white;
}
.gallery-columns-2 {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
}
.gallery-columns-3 {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
}
.gallery-columns-4 {
-webkit-column-count: 4;
-moz-column-count: 4;
column-count: 4;
}
.gallery-columns-5 {
-webkit-column-count: 5;
-moz-column-count: 5;
column-count: 5;
}
.gallery-columns-6 {
-webkit-column-count: 6;
-moz-column-count: 6;
column-count: 6;
}
.gallery-columns-7 {
-webkit-column-count: 7;
-moz-column-count: 7;
column-count: 7;
}
.gallery-columns-8 {
-webkit-column-count: 8;
-moz-column-count: 8;
column-count: 8;
}
.gallery-columns-9 {
-webkit-column-count: 9;
-moz-column-count: 9;
column-count: 9;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
margin: 0 0 0.5em;
}
pre {
background: #F7F7F7;
font-size: 16px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
margin: 20px 0;
padding: 25px;
font-family: 'Roboto-Light',sans-serif;
}
.page-description blockquote {
margin: 20px 0px;
padding: 15px 10px 15px 25px;
font-size: 1.4rem;
line-height: 2.8rem;
word-spacing: .05rem;
letter-spacing: .025rem;
background-color: #F7F7F7;
border-left: 0.3rem solid 
#e7c09c;
}
.page-description ul li, .page-description ul
{
list-style-type:inherit;
margin: 0;
padding: 0;
margin: .5em;
margin-left: 15px; 
}
.page-description ol li, .page-description ol{
padding: 0;
margin: .5em;
margin-left: 15px;
} .overlayloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0; background-color: #080808;
z-index: 99999;
height: 100%;
width: 100%;
overflow: hidden !important;
}
.pre-loader,
.pre-loader:before,
.pre-loader:after {
background: #fff;
-webkit-animation: load1 1s infinite ease-in-out;
animation: load1 1s infinite ease-in-out;
width: 8px;
height: 4em;
}
.pre-loader {
color: #fff;
text-indent: -9999em;
position: absolute;
font-size: 11px;
top:48%;
left: 50%;
margin: 0px 0px 0px 0px;
display: block;
background-position: center;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}
.pre-loader:before,
.pre-loader:after {
position: absolute;
top: 0;
content: '';
}
.pre-loader:before {
left: -1.5em;
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
.pre-loader:after {
left: 1.5em;
}
@-webkit-keyframes load1 {
0%,
80%,
100% {
box-shadow: 0 0;
height: 4em;
}
40% {
box-shadow: 0 -2em;
height: 5em;
}
}
@keyframes load1 {
0%,
80%,
100% {
box-shadow: 0 0;
height: 4em;
}
40% {
box-shadow: 0 -2em;
height: 5em;
}
} header {
width: 100%;
position: relative;
top: 0;
left: 0;
z-index:999;
padding:0px 0px;
background-color: rgba(255, 255, 255,1);
}
header.shrink{
position: fixed;  
padding: 0px 0px;
background-color: rgba(255, 255, 255,1);
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
-webkit-animation-duration: 0.6s;
animation-duration: 0.6s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
.logged-in header.shrink{
margin-top:32px;
}
@keyframes fadeInDown {
0% {
opacity: 0;
transform: translateY(-50px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}   .svg-top-container{   
margin-top:-100px !important;
margin-bottom: 0px !important;
height: 100px;
width: 100%;
position: absolute;
z-index: 4;
fill: #fff;
}
.svg-top-container svg {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
}
.footer-wrapper .svg-top-container{
fill:#232531;
}
.testimonial_wrapper .svg-top-container{
fill:#e7e8e9;
}
.blog-wrapper .svg-top-container{
fill:#e7e8e9;
}    .alignnone {
margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
.alignright {
float:right;
margin: 5px 0 20px 20px;
}
.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}
a img.alignnone {
margin: 5px 20px 20px 0;
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
background: #fff;
border: 1px solid #f0f0f0;
max-width: 96%; padding: 5px 3px 10px;
text-align: center;
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.sticky {}.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto;
}
.bypostauthor {}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
margin: 0;
padding: 0 4px 5px;
} .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
white-space: nowrap;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } .gallery {
margin-left: -0.5em;
margin-right: -0.5em;
}
.gallery:after {
display: table;
content: "";
clear: both;
}
.gallery-item {
margin: 0;
float: left;
padding:1%;
}
.gallery-item img {
width: 100%;
height: auto;
}
.gallery-columns-1 .gallery-item {
width: 100%;
float: none;
}
.gallery-columns-2 .gallery-item {
width: 48%
}
.gallery-columns-3 .gallery-item {
width: 31.333%;
}
.gallery-columns-4 .gallery-item {
width: 23%;
}
.gallery-columns-5 .gallery-item {
width: 18%;
}
.gallery-columns-6 .gallery-item {
width: 14.666%;
}
.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
clear: left;
}  header.header-static{
position:relative;
}
.home header.header-static.hdr-transparent, header.header-static.hdr-intrnl-transparent{
position:absolute;
}
header.header-static.shrink{
padding: 5px 0px;
}
.home header.hdr-transparent {
background-color:transparent;
position:fixed;
}
header.hdr-intrnl-transparent{
background-color: transparent;
position: fixed;
}
.home header.hdr-transparent.shrink {
background-color:rgba(255, 255, 255,1);
margin: 0; 
}
.home header.header-hide{
display:none;
}
.home header.header-hide.shrink{
display:block;
} .last-btn #menu >li:last-child > a{
background:#e7c09c;
padding: 8px 20px;
margin-top: 19px;
color:#fff;
border:1px solid #e7c09c;
}
.last-btn.shrink #menu >li:last-child > a{
background:transparent;
color:#e7c09c;
}
.last-btn #menu >li:last-child.menu-item-has-children > a:before{
top: 58.5%;
background-color:#fff;
}
.last-btn #menu >li:last-child.menu-item-has-children > a:after{
top: 62.5%;
background-color:#fff;
}
.last-btn.shrink #menu >li:last-child.menu-item-has-children > a:after,.last-btn.shrink #menu >li:last-child.menu-item-has-children > a:before{
background:#e7c09c;
} .top-right ul{
display: inline-flex; 
}
.top-right ul li{
padding:20px 10px 20px 20px; 
}
.top-right a{
color:#fff; 
}
.top-right li span{
color:#fff;
padding-left:5px; 
}
.header-wrapper .logo{
width:200px;
}
.header-wrapper .logo img{
max-width:100%;
height:auto;
}
.header-wrapper .title-desc{
display:inline-block;
margin-top: 18px;
float:left;
width: 20%;
}
h1.site-title{
font-size:24px;
line-height:28px;  
}
h1.site-title a{
color:#080808;
}
p.site-description{
font-size:14px;
} .title-desc .customize-partial-edit-shortcut button,
.title-desc .widget .customize-partial-edit-shortcut button, 
.hot-deal-block .customize-partial-edit-shortcut button,
.hot-deal-block .widget .customize-partial-edit-shortcut button, 
#aboutus_section p .customize-partial-edit-shortcut button,
#aboutus_section p .widget .customize-partial-edit-shortcut button,
#aboutus_section h3 .customize-partial-edit-shortcut button,
#aboutus_section h3 .widget .customize-partial-edit-shortcut button,
#hot_sell_section .customize-partial-edit-shortcut button,
#hot_sell_section .widget .customize-partial-edit-shortcut button,
.footer-bottom-left .customize-partial-edit-shortcut button,
.footer-bottom-left .widget .customize-partial-edit-shortcut button  {
left: 0px;
} #shopmain .menu-wrapper{
float: left;
padding:0px 14px 0px 14px;
display: inline-block;
text-align: center;
line-height: 0px;
}
#shopmain .navbar{
float:right;
}  .cart-widget{
float:left;
position: relative;
top: 7px;
}
.cart-widget .fa-shopping-cart, .header-extra .fa-heart{
font-size:18px;
color:#080808;
}
.cart-widget .cart-crl{
background:#e7c09c;
border-radius: 50%;
height:20px;
width:20px;
line-height: 20px;
font-size:10px;
text-align:center;
color:#fff;
position: absolute; 
top: -8px;
left: 27px;
}
.cart-icon{
display: block;
text-decoration: none;
color: inherit;
position: absolute;
width: 22px;
height: 16px;
z-index: 9999;
border-bottom: 2px solid;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-webkit-transition-property: color, border;
-moz-transition-property: color, border;
transition-property: color, border;
color: #575757;
right: 0px;
top: 2px;
left: 48px;
}
.cart-icon:before {
content: '';
display: inline-block;
width: 100%;
border-bottom: 2px solid;
position: absolute;
left: 0;
-webkit-transition: transform 0.5s ease-in-out;
-moz-transition: transform 0.5s ease-in-out;
transition: transform 0.5s ease-in-out;
}
.cart-icon:after{
content: '';
top:50%;
display: inline-block;
width: 100%;
border-bottom: 2px solid;
position: absolute;
left: 0;
-webkit-transition: transform 0.5s ease-in-out;
-moz-transition: transform 0.5s ease-in-out;
transition: transform 0.5s ease-in-out;
}
.header-wrapper .title-desc{
width: 20%;
}
.header-extra {
width: 20%;
}
.menu-wrapper{
width:60%;
}
.header-extra{
display: inline-block;
float: right;
}
.header-extra .top-list a.tooltip, 
.header-extra .top-list a.cart-contents{
padding: 27px 10px;
}
.header-extra .tooltip .tooltiptext {
top:100%;
}
.header-extra ul.hdr-icon-list{
float:right;
}
.header-extra ul.hdr-icon-list li.top-list{
display:inline-block;
}
.header-extra ul.hdr-icon-list li.accnt a.logged-in:before {
content: "\f007";
font-family: "Font Awesome 5 Free";
font-weight: 600;
font-size:18px;
color:#000;
}
.header-extra ul.hdr-icon-list li.accnt a.logged-out:before {
content: "\f023";
font-family: "Font Awesome 5 Free";
font-weight: 600;
font-size:21px;
color:#000;
}
.header-extra ul.hdr-icon-list li.accnt a span{
display:none;
}
.header-extra a.cart-count{
width: 35px;
display: block;
}  .sidenav {
height:auto;
display:none;
width: 300px;
position: fixed;
z-index: 99;
right: 8px;
margin-top:27px;
background-color: #fff;
padding-top: 0px;
-webkit-box-shadow: 0px 0px 5px 0px rgba(8, 8, 8, 0.22);
-moz-box-shadow: 0px 0px 5px 0px rgba(8, 8, 8, 0.22);
box-shadow: 0px 0px 5px 0px rgba(8, 8, 8, 0.22);
}
.sidenav a {
text-decoration: none;
font-size: 18px;
color: #818181;
display: block;
transition: 0.2s; 
}
.offcanvas a:focus{
color: #f1f1f1;
}
.sidenav .closebtn {
position: absolute;
top: 18px;
font-size: 36px;
}
#shopmain {
padding:0px;
margin:0px;
}
#accordion ul {
padding:0;
margin:0;
list-style:none;
}
#accordion ul ul {
margin:0 20px;
}
#accordion li {
padding: 0;
margin:0;
overflow:hidden;
}
#accordion{
padding:20px;
max-height: 550px;
overflow-y: auto;
overflow-x: hidden;
}
#accordion::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: #F5F5F5;
}
#search-box{
visibility: visible;
}
#accordion::-webkit-scrollbar
{
width: 6px;
background-color: #F5F5F5;
}
#accordion::-webkit-scrollbar-thumb
{
background-color: #7c7c80;
border: 2px solid #555555;
}
#accordion .sidebar-quickcart p.buttons a, 
.widget p.buttons a{
border: 2px solid #e7c09c;
display: inline-block;
padding: 8px 12px;
color: #fff;
font-size: 12px;
font-weight: normal;
letter-spacing: 1px;
line-height: 16px;
}
#accordion .sidebar-quickcart p.buttons a{
background: #e7c09c; 
}
.widget p.buttons a{
background: transparent;
}
#accordion .sidebar-quickcart p.buttons a.checkout{
border: 2px solid #080808;
background: #080808;
}
#accordion .sidebar-quickcart p.buttons a:hover{
border: 2px solid #dda673;
background:transparent;
}
#accordion .sidebar-quickcart p.buttons a.checkout:hover{
border: 2px solid #000;
background: #000;
}
.sidebar-quickcart .mini_cart_item a, 
.widget .mini_cart_item a{
line-height:21px;
margin: 10px 0px;
}
.sidebar-quickcart .mini_cart_item a.remove, .widget .mini_cart_item a.remove{
background: none;
font-size: 20px;
height: 0.8em;
}
.sidebar-quickcart .mini_cart_item a.remove:hover, 
.widget .mini_cart_item a.remove:hover{
background: none;
opacity:1; 
}
.sidenav a:hover {
color: #dda673; 
}
#accordion .sidebar-quickcart .woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
display: block;
font-weight: 300;
font-size: 15px;
}
#accordion .sidebar-quickcart p.total{
margin-top:10px;  
}
#accordion li {
margin-bottom: 20px;
}
.sidebar-quickcart .mini_cart_item a.remove, .widget .mini_cart_item a.remove{
float:right;
margin-left:10px;
display: block;
line-height:23px;
}
.quantity span{
font-size:12px;
font-family: "Poppins-Regular", sans-serif;
}
.woocommerce #mySidenav ul.cart_list li img, .woocommerce .widget ul.cart_list li img{
float: left;
margin-left: 0px;
margin-right: 10px;
width: 50px;
height: auto;
box-shadow: none;
}
.sidebar-quickcart .mini_cart_item a, .widget .mini_cart_item a{
line-height: 21px;
margin: 8px 0px;
}
#accordion .sidebar-quickcart p.total, .widget p.total {
margin: 0px;
border-top: 2px solid rgba(187, 187, 187, 0.32);
padding-top: 20px;
padding-bottom: 10px;
}
.widget p.total {
margin-top: 20px;
}
#accordion li {
position:relative;
}
#mySidenav a.checkout{
float:right;
}
.sidenav{
-webkit-animation: fadeIn .8s; 
-webkit-animation-fill-mode: both; 
animation: fadeIn .8s;
animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
@keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
} #accordion .caret:before {
content: "\f196";
font-family: FontAwesome;
color: #818181;
font-size:18px;
font-weight: 500;
cursor:pointer;
float:right;
padding:8px;
-webkit-transition: all 0.6s ease;
transition: all 0.6s ease;
}
#accordion .caret.active:before {
content: "\f147";
font-family: FontAwesome;
color: #818181;
font-size:18px;
font-weight: 500;
float:right;
padding:8px;
cursor:pointer;
-webkit-transition: all 0.6s ease;
transition: all 0.6s ease;
}
#accordion li {
-ms-user-select:none;
-mos-user-select:none;
-webkit-user-select:none;
-o-user-select:none;
user-select:none;
}
.sidenav a{
display:inline-block;
}
.closebtn1{
padding: 20px 0px 0px 0px;
z-index:5;
width: 30px;
height: 40px;
}
#closebtn1:hover {
opacity: 1;
}
#closebtn1:before, #closebtn1:after {
position: absolute;
left: 15px;
content: ' ';
height: 20px;
width: 2px;
background-color: #575757;
}
#closebtn1:before {
transform: rotate(45deg);
}
#closebtn1:after {
transform: rotate(-45deg);
}
.woocommerce #accordion ul.cart_list li dl,
.woocommerce #accordion ul.product_list_widget li dl,
.woocommerce #footer-wrp  ul.cart_list li dl,
.woocommerce #footer-wrp ul.product_list_widget li dl{
position:absolute; 
right: 0px;
border-left: none;
}
.woocommerce #accordion ul.cart_list li dl dt, 
.woocommerce #accordion  ul.product_list_widget li dl dt,
.woocommerce #footer-wrp ul.cart_list li dl dt, 
.woocommerce #footer-wrp  ul.product_list_widget li dl dt,
.woocommerce td.product-name dl.variation dt
{
font-weight: normal;
}
#accordion .variation-color p,
#footer-wrp .variation-color p, 
.woocommerce td.product-name .variation-color p{
font-size:13px;
line-height: 21px;
}
.woocommerce .amount{
font-family:"poppins-regular", sans-serif;
}
.single-product.woocommerce #page .content-wrapper{
padding-top:40px;
}
.single-product.woocommerce #page .sidebar{
margin-top:40px;  
}
header.woocommerce-products-header{
display:none;  
}  .hero-wrap.txt-left .container_caption{
text-align:left;
}
.hero-wrap.txt-right .container_caption{
text-align:right;
}
.hero-wrap .container_caption {
display: table;
text-align: center;
width: 100%!important;
max-width: 100%;
height:100%;
display:flex;
flex-direction: column;
justify-content: center;
}
.hero-wrap .container_caption h2 a {
color: #fff;
z-index: 2;
text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
margin-bottom: 20px;
text-transform: uppercase;
letter-spacing: 3px;
font-size: 60px;
line-height: 79px!important;
font-family: "Catamaran-bold", sans-serif;
animation: fadeIn 2s ease-in both;
animation-delay: 2s;
}
.hero-wrap .container_caption p {
color: #fff;
width: 100%;
font-size: 22px;
font-family: "Catamaran-semibold", sans-serif;
padding: 25px 0px;
display: inline-block;
animation: fadeIn 2.2s ease-in both;
animation-delay: 2.2s;
}
.hero-wrap .container_caption a.slider-button {
border: 2px solid #fff;
text-transform: uppercase;
display: inline-block;
padding: 14px 20px;
margin-top: 20px;
background: none;
color: #fff;
letter-spacing: 1.3px;
line-height: normal;
-webkit-transition: all 0.6s ease;
transition: all 0.6s ease;
animation: fadeIn 2.5s ease-in both;
animation-delay: 2.5s;
}
.hero-wrap .container_caption a.slider-button:hover {
border: 2px solid #fff;
color: #e7c09c;
background: #fff;
}
#hero-color,#hero-image{
position: relative;
width: 100% !important;
background-size: cover !important;
background-repeat: no-repeat!important;
background:#7D7D7D;
height:100vh;
}
#hero-gradient{
position: relative;
width: 100% !important;
background-size: cover !important;
background-repeat: no-repeat!important;
background: -moz-linear-gradient(-45deg, rgba(26, 187, 197, 1) 0%, rgba(26, 187, 197, 1) 41%, rgba(45, 188, 129, 1) 56%, rgba(45, 188, 129, 1) 100%);
background: -webkit-linear-gradient(-45deg, rgba(26, 187, 197, 1) 0%, rgba(26, 187, 197, 1) 41%, rgba(45, 188, 129, 1) 56%, rgba(45, 188, 129, 1) 100%);
background: linear-gradient(135deg, rgba(26, 187, 197, 1) 0%, rgba(26, 187, 197, 1) 41%, rgba(45, 188, 129, 1) 56%, rgba(45, 188, 129, 1) 100%);
height:100vh;
}
#hero-video{
overflow: hidden; 
position: relative;
width: 100% !important;
padding-top: 0px;
padding-bottom: 0px;
height:100vh;
}
#hero-video video{
position:absolute;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%); 
background-size: cover;
transition: 1s opacity;
}
.page-head.video{
overflow: hidden; 
position: relative;
width: 100% !important;
padding-top: 0px;
padding-bottom: 0px;
height:420px;
}
.page-head.video video{
position:absolute;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%); 
background-size: cover;
transition: 1s opacity;
} .logged-in.customize-partial-edit-shortcuts-shown .fadein-slider{
margin-top:0px;
}
.fadein-slider { 
width:100%; 
height:420px; 
position:absolute; 
left: 0; 
}
.fadein-slider .slide-item { 
position:absolute; 
height: 100%; 
left:0; 
top:0;  
width: 100% !important;
background-size: cover !important;
background-position: center;
background-repeat: no-repeat
}
.parallax .slide-item{
background-attachment: fixed;
} .hero-wrap.txt-media-left .container_caption {
text-align: left;
}
.hero-wrap.txt-media-left .align-wrap{
display:block;
width:100%;
}
.hero-wrap.txt-media-left .align-wrap .content-align{
display:inline-block;
width:65%;
vertical-align: middle;
text-align: right;
}
.hero-wrap.txt-media-left .align-wrap .image-align{
display:inline-block;
width:30%;
vertical-align: middle;
}
.hero-wrap.txt-media-right .container_caption {
text-align: right;
}
.hero-wrap.txt-media-right .align-wrap{
display:block;
width:100%;
}
.hero-wrap.txt-media-right .align-wrap .content-align{
display:inline-block;
width:65%;
vertical-align: middle;
text-align: left;
}
.hero-wrap.txt-media-right .align-wrap .image-align{
display:inline-block;
width:30%;
vertical-align: middle;
} .icons .thw-add-to-wishlist-button{
font-size: 9px;
padding: 18px;
}
.icons .thw-add-to-wishlist-button:hover{
opacity: 1!important;
}
@media screen and (-moz-os-version){ 
.submit_1{
bottom: 1px;
top: 1px;
}
}
@media screen and (-webkit-min-device-pixel-ratio:0) { .submit_1{
bottom: 2px;
top: 2px;
} ::i-block-chrome,.submit_1{
bottom: 0px;
top: 0px;
} 
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
.submit_1{
bottom: 0px;
top: 0px;
} 
}   #search-btn{
padding: 27px 10px;
font-size:18px;
}
#search-btn:hover{
cursor: pointer; 
}
#search-overlay{
display:none;
}
.block {
position: fixed;
top: 0;
right: 0;
bottom:0 ;
left: 0;
overflow: auto;
text-align: center;
background:rgba(255,255,255,.9);
border: #a0a0a0 solid 1px;
margin: 0;
height: 100vh;
}
.block:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right: 0;  }
.centered {
display: inline-block;
width: 50%;
padding: 10px 15px;
color: #dd3333;
border: none;
background: transparent;
}
#search-box {
position: relative;
width: 100%;
margin: 0;
}
#search-text {
font-size: 14px;
color: #080808;
border-width: 0;
background: transparent;
}
.woocommerce-product-search input::-webkit-input-placeholder { color: #080808;
}
.woocommerce-product-search input::-moz-placeholder { color: #080808;
}
.woocommerce-product-search input:-ms-input-placeholder { color: #080808;
}
.woocommerce-product-search input:-moz-placeholder { color: #080808;
}
#search-box input[type="text"] {
background-color: transparent;
border: 0;
border-bottom: 2px solid #080808;
text-align: initial;
font-size: initial;
padding: 10px;
transition: all .3s ease-out;
max-width: 100%;
background: transparent;
-webkit-appearance: none;
border-radius: 0;
}
.thaps-preloader {
width: initial;
}
*:focus {
outline: 0;
}
#search-button{
display: block;
right: 5px;
border: 0;
color: #080808;
background: none;
padding: 0;
cursor: pointer;
position: absolute;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
}
#shopmain .centered select#product_cat{
-webkit-appearance: menulist;
-moz-appearance:menulist;
-appearance: menulist;
}
#search-btn1 {
font-size: 24px;
}
#close-btn{
display: block;
text-decoration: none;
color: inherit;
position: absolute;
top: 20%;
right: 26%;
width: 30px;
height: 30px;
z-index: 9999;
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
-webkit-transition-property: color,border;
-moz-transition-property: color,border;
transition-property: color,border;
color:#080808;
padding: 15px;
}
#close-btn:hover,#search-btn1:hover{
color: #e7c09c;
cursor: pointer;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
-webkit-transition-property: color,border;
-moz-transition-property: color,border;
}
#close-btn:before, #close-btn:after {
content: '';
display: inline-block;
width: 100%;
border-bottom: 2px solid;
position: absolute;
left: 0;
-webkit-transition: transform .5s ease-in-out;
-moz-transition: transform .5s ease-in-out;
transition: transform .5s ease-in-out;
}
#close-btn:before {
transform: rotateZ(45deg);
}
#close-btn:after {
transform: rotateZ(-45deg);
}
#shopmain select#product_cat{
border:0;
width:150px;
position:absolute;
color:#080808;
font-size:20px;
padding:0;
margin:0;
}
#shopmain .widget select#product_cat,#shopmain .widget select{
-webkit-appearance: menulist-button;
-moz-appearance:menulist-button;
-appearance: menulist-button;
}
a.plugin-active-msg{
color: #dd3333 !important;
font-size: 20px;
}   #featured_product_section1 .block-heading,
#featured_product_section .block-heading {
text-align: center;
padding-bottom: 10px;
} .block-heading{
text-align:center; 
padding-bottom: 30px;
width: 80%;
margin: 0 auto;
}
.block-heading h2{
font-size: 30px;
line-height: 40px;
text-transform: capitalize;
}
.block-heading p{
font-size: 18px;
line-height: 28px;
letter-spacing: 1px;
}
.block-heading .heading-border, .vedio-ribbon .heading-border{
width: 100px;
height: 2px;
background-color: #e7c09c;
margin:0 auto;
margin-top: 20px;
margin-bottom: 20px;
}  .page-template-home-template section{
padding-top: 65px; 
padding-bottom: 65px;
position: relative;
}
.imagecat-block {
display: block;
float: left;
width: 100%;
}
#category_section .block-heading .heading-border{
background-color: #e7c09c;
}
#category_section .block-heading p{
color: #666666;  
} .cat-grid .catli{
overflow: hidden;  
display:block;
}
.cat-grid .catli figure.cat-img * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.6s ease;
transition: all 0.6s ease;
overflow:hidden;
}
.cat-grid .catli figure.cat-img img {
max-width: 100%; 
position: relative;
overflow: hidden; 
vertical-align: middle;
}
.cat-grid .catli figure.cat-img figcaption p {
font-size: 13px;
color: #fff;
line-height: 20px;
letter-spacing: 1.5px;
}
.cat-grid .catli figure.cat-img figcaption .caption-heading{
background: rgba(0, 0, 0, 0.71);
bottom: 10%;
position: absolute;
padding:10px 15px;
}
.cat-grid .catli figure.cat-img a {
left: 0;
right: 0;
top: 0;
bottom: 0;
position: absolute;
}
.cat-grid .catli figure.cat-img:hover .caption-heading{
background: #dda673;
}
.imagecat-block .owl-dots .owl-dot span {
background: #bbb;
}
#category_section .catli:hover .fig-img img{
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
}
#category_section .fig-img img{
-moz-transition: all 0.6s;
-webkit-transition: all 0.6s;
transition: all 0.6s;
}
#category_section .cat-grid .catli figure{
position: relative;
width: 100%;
background:none;
}  ul.cat-grid li.catli{
float:left;
width:33.33%;
padding:12px;
}   .vedio-ribbon{
overflow: hidden; 
position: relative;
width: 100% !important;
padding-top: 0px;
padding-bottom: 0px;
}
#ribbon_section:before , #da-slider:before, 
#category_section:before, #featured_product_section:before, 
#testimonial_section:before,#aboutus_section:before,
#post_section:before, #best_sell_section:before, #brand_section:before, 
#slider-div .slides li:before, #footer-wrp:before,#hero-image:before,#hero-video:before,
#featured_product_section1:before{
position: absolute;
content: '';
width: 100%;
height: 100%;
left: 0;
top: 0;
transition: all 0.25s ease-in-out;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
z-index: 0;
background: rgba(0, 0, 0, 0);
}
.vedio-ribbon .over-lay {
background:rgba(36, 39, 53, 0.63);
top: 0px;
width: 100%;
z-index: 2;
height: 100%;
}
.vedio-ribbon video {
position:absolute;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%); 
background-size: cover;
transition: 1s opacity;
}
.vedio-ribbon .title-wrap{
display: table;
height: 100%;
width: 100%;
margin: 0 auto;
top: 0;
position: relative;
}
.vedio-ribbon .title-wrap .video-title{
width:100%;
max-width: 800px;
display: table-cell;
vertical-align: middle;
text-align:center;
}
.vedio-ribbon .video-title h2 {
font-size: 30px;
line-height: 40px;
text-transform: capitalize;
color:#fff;
text-align: center;
}
.vedio-ribbon .video-title p{
font-size: 18px;
line-height: 28px;
color:#FFF;
text-align: center;
}
.vedio-ribbon .video-title a.btn-video{
display: inline-block;
background:#d4054f;
color:#fff;
padding:10px 20px;
margin-top:25px;
}
#play-video i.fa{
color:#fff; 
}  #featured_product_section .featured-block{
display: block;
float: left;
width: 100%;
}
#featured_product_section .block-heading{
padding-bottom: 30px;
}
#featured_product_section .block-heading .heading-border{
background-color: #e7c09c;
}
.featured-filter{
width: 80%;
margin: 0 auto;
}
.featured-filter a{
font-size:17px;
padding:4px 15px;
border-radius:20px;
border:1px solid #a8a8a8;
margin:5px 5px; 
-webkit-transition: all 0.6s ease;
transition: all 0.6s ease;
}
#featured_product_section .featured-filter ul li{
padding:0em 1.4em;
display: inline;
}
#featured_product_section .owl-nav .owl-prev{
position:absolute;
left:-15px;
top:5px;
font-size:0;
}
#featured_product_section .owl-nav .owl-next {
position:absolute;
right:-15px;
top:5px;
font-size:0;
}
#featured_product_section .owl-nav .owl-prev:before{
content: "\f104";
font-family: FontAwesome;
font-size: 21px;
color: #e7c09c;
}
#featured_product_section .owl-nav .owl-next:before{
content: "\f105";
font-family: FontAwesome;
font-size: 21px;
color: #e7c09c;
}
#featured_product_section .owl-theme .owl-controls,
#featured_product_section .featured-filter .item a.button {
margin-top:0px;
}
#featured_product_section .owl-carousel .owl-stage {
margin:0 auto;
}
#featured_product_section .owl-stage {
display: -webkit-box;
display: -moz-box;
display: -ms-box;
display: box;
}
.woocommerce #featured_product_section .featured-filter a.button{
font-size: 16px;
margin: 0;
line-height: 0;
cursor: pointer;
position: relative;
text-decoration: none;
overflow: visible;
padding: 1em 0em;
font-weight: 300;
border-radius: 0px;
color: #7c7c80;
border: none;
font-family:"Catamaran-SemiBold", sans-serif;
background-color: transparent;
text-transform: capitalize;
-webkit-transition: all 0.6s ease;
transition: all 0.6s ease;
}
.woocommerce #featured_product_section .featured-filter a.button:hover,
.woocommerce #featured_product_section .featured-filter a.button.current{
color:#e7c09c;
-webkit-transition: all 0.6s ease;
transition: all 0.6s ease;
}
.featured-filter a:hover:after,
.featured-filter a.current:after {
left: 0;
width: 100%;
background-color: #e7c09c;
}
.featured-filter a:after {
-webkit-transition: all .5s;
transition: all .5s;
content: '';
position: absolute;
right: 0;
bottom: 0px;
width: 0px;
height: 2px;
background-color: #ccc;
}
.isotope-item {
z-index: 2;
}
.isotope-hidden.isotope-item {
pointer-events: none;
z-index: 1;
}
.isotope,
.isotope .isotope-item { -webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
transition-duration: 0.8s;
}
.isotope {
-webkit-transition-property: height, width;
-moz-transition-property: height, width;
transition-property: height, width;
}
.isotope .isotope-item {
-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property: -moz-transform, opacity;
transition-property: transform, opacity;
}
.featured-block ul li, .featured-block ul {
list-style-type: none;
margin: 0;
padding: 0;
}
ul.featured-grid li.featured-list:nth-of-type(4n+1) {
clear:left;
}
ul.featured-grid li.featured-list {
width: 25%;
padding:20px;
float: left;
position: relative;
}
.product-block .image {
display: block;
position: relative;
text-align: center;
overflow: hidden;
background: #ededed;
}
.product-block .image img {
height: auto;
width: 100%;
}
.product-block img {
max-width: 100%;
height: auto;
vertical-align: middle;
border: 0;
}
.product-block figure {
margin: 0;
}
.featured-grid .product-block{
text-align:center;
position: relative;
}
.featured-grid .product-block:hover .product-image img{
-moz-transform: scale(1.05);
-webkit-transform: scale(1.05);
opacity:0.95;
}
.featured-grid .product-block .product-image img{
-moz-transition: all 0.6s;
-webkit-transition: all 0.6s;
transition: all 0.6s;
}
.featured-grid .icons{
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: 0 auto;
letter-spacing:2px;
}
.featured-grid .add-cart{
display:inline-block;
opacity:1;
}
.featured-grid .add_to_wishlist a, 
.featured-grid .add_to_wishlist,
.featured-grid .quick-view a{
color:#fff;
}
.featured-grid .add_to_wishlist_a{
display: inline-block;
background: #232531;
opacity:1;
}
.featured-grid a.add_to_wishlist{
font-size:0;
display: block;
}
.featured-grid .yith-wcwl-add-to-wishlist .ajax-loading {
margin-left: 0px;
vertical-align: middle;
visibility: hidden;
width: 0px !important;
height: 0px !important;
display: none!important;
}
.featured-grid .yith-wcwl-wishlistexistsbrowse,
.featured-grid .yith-wcwl-wishlistaddedbrowse{
padding: 18px;
line-height:13px;
font-size:12px;
}
.featured-grid .yith-wcwl-add-button{
display: inline-table!important;
line-height:0px;
}
.featured-grid .yith-wcwl-add-to-wishlist {
margin-top:0px;
}
.featured-grid .yith-wcwl-add-button > a i{
margin-right: 0px;
}
.featured-grid .add_to_wishlist i.fa{
display: block;
}
.featured-grid .add_to_wishlist_a span{
color:#fff
}
.woocommerce .featured-grid a.button{
padding: 18px;
background-color: #232531;
font-size:12px;
line-height:13px;
border: none;
z-index:0;
}
.woocommerce .featured-grid a.button:hover{
border: none; 
}
.featured-grid .quick-view{
display:inline-block;
background:#232531;
opacity:1;
}
.featured-grid .meta h3.name {
font-size:16px;
font-family: "Poppins-SemiBold";
color:#2f2f2f;
line-height: 22px;
}
.featured-grid .product-block{
box-shadow: 0 0 1px #DDD;
}
.featured-grid .product-block .meta{
padding:10px
}
.featured-grid .icons i{
font-size:12px;
font-weight: bold;
padding: 18px;
line-height: 14px;
}
.featured-grid .product-block .price > * {
color: #1e1e23;
font-size:14px;
font-family:"Poppins-Regular";
}
.featured-grid .product-block .price del{
margin-right:10px;
color: #909097; 
opacity: 0.5;
}
.featured-grid .product-block span.onsale {
background-color: #232531;
color: #fff;
top: 0px;
border-radius: 0px;
line-height: 20px;
font-size: 12px;
text-transform: none;
z-index: 100;
position: absolute;
padding: 5px 12px;
}
.featured-grid .add_to_cart_button:before,
.featured-grid .add-cart a:before{
content: "\f217";
font-family: "Font Awesome 5 Free";
color:#fff;
font-weight: bold;
}
.featured-grid .add-cart .add_to_cart_button span,
.featured-grid .add-cart a span{
display:none;
}
.featured-grid .add-cart, .featured-grid .add_to_wishlist_a,
.featured-grid .quick-view{
-webkit-transform: translateY(52px);
transform: translateY(52px);
opacity: 0;
}
.featured-grid .add-cart{
background: #232531;
-webkit-transition: opacity .3s,-webkit-transform .5s;
transition: opacity .3s,-webkit-transform .5s;
transition: transform .5s,opacity .3s;
transition: transform .5s,opacity .3s,-webkit-transform .5s;
}
.featured-grid .product-block:hover .add-cart{
-webkit-transform: translateY(0px);
transform: translateY(0px);
opacity: 1;
}
.featured-grid .add_to_wishlist_a{
-webkit-transition: opacity .3s,-webkit-transform .7s;
transition: opacity .3s,-webkit-transform .7s;
transition: transform .5s,opacity .3s;
transition: transform .5s,opacity .3s,-webkit-transform .7s;
}
.featured-grid .product-block:hover .add_to_wishlist_a{
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
.featured-grid .quick-view{
-webkit-transition: opacity .3s,-webkit-transform .9s;
transition: opacity .3s,-webkit-transform .9s;
transition: transform .5s,opacity .3s;
transition: transform .5s,opacity .3s,-webkit-transform .9s;
}
.featured-grid .product-block:hover .quick-view{
-webkit-transform: translateY(0px);
transform: translateY(0px);
opacity: 1;
}
.add_to_wishlist_a .feedback, #yith-wcwl-popup-message, #yith-wcwl-message{
display:none;
}
#yith-wcwl-popup-message{
border: 0px solid #CCC;
}
.featured-grid .yith-wcwl-wishlistaddedbrowse a:before,
.featured-grid .yith-wcwl-wishlistexistsbrowse a:before{
content: "\f004";
font-weight: bold;
color:#e7c09c;
font-family: 'Font Awesome 5 Free';
font-weight: 900;
}
#yith-wcwl-popup-message {
display:none!important;
} ul.featured-boxed-layout{
padding-top:20px;
}
ul.featured-boxed-layout li.featured-boxed{
width: 100%;
float: left;
position: relative;
}
li.featured-boxed .product-image-wrapper{
width: 50%;
float: left;
display: inline-block;
position: relative;
}
li.featured-boxed:nth-child(even) .product-image-wrapper{
float: right;
}
li.featured-boxed .product-content-wrapper{
width: 50%;
display: table;
}
ul.featured-boxed-layout li.featured-boxed .product-block{
overflow:hidden;
}
.product-content-wrapper{
padding:30px;
}
.product-content-wrapper .meta .name a{
font-size: 26px;
line-height: 33px;
text-transform: capitalize;
color:#313646;
margin:0;
}
.product-content-wrapper .heading-border{
width:60px;
height:2px;
background-color:#50d18e;
margin-bottom:20px;
margin-top:10px;
}
.product-content-wrapper .amount{
font-size:20px;
color:#bbb;
font-family: "Poppins-Regular",sans-serif;
}
.product-content-wrapper p.description {
font-size: 18px;
line-height: 30px;
margin-top: 20px;
}
.product-content-wrapper .icons {
width:auto;
background:#ededed;
display:inline-block;
margin-top:30px;
}
.product-content-wrapper .icons a{
color:#fff;
}
.woocommerce .product-image-wrapper span.onsale {
background-color: #232531;
color: #fff;
border-radius: 0px;
line-height: 22px;
font-size: 14px;
font-weight: 400;
text-transform: none;
z-index: 100;
position: absolute;
padding: 5px 12px;
top: 15px;
}
.featured-block .add-cart .added_to_cart,
.product-block .add-cart .added_to_cart{
padding-top: 0em;
margin-left:-11px;
padding-right:18px;
color:#fff;
z-index: 1;
position: relative;
-webkit-transition: all 0.6s ease;
transition: all 0.6s ease;
display:none;
}
.product-content-wrapper .add_to_cart_button:before{
content: "\f217";
font-family: FontAwesome;
color: #080808;
font-size: 16px;
}
.product-content-wrapper .add-cart .add_to_cart_button span{
display:none;
}
.woocommerce .product-content-wrapper a.add_to_cart_button.button:hover{
background:none;
}
.woocommerce .product-content-wrapper a.add_to_cart_button.button:hover{
background:none;
}
.woocommerce .product-content-wrapper a.button{
background-color:#ededed;
line-height: 13px;
font-size:100%;
padding: 18px;
border: none;
}
.woocommerce .product-content-wrapper a.button:hover{
border:none;
}
.product-content-wrapper .add_to_wishlist {
font-size:0px;
}
.product-content-wrapper .yith-wcwl-add-button > a i{
font-size:14px;
margin-right: 0px;
}
.product-content-wrapper .yith-wcwl-add-to-wishlist .ajax-loading {
margin-left: 0px;
vertical-align: middle;
visibility: hidden;
width: 0px !important;
height: 0px !important;
}
.product-content-wrapper .yith-wcwl-add-to-wishlist {
margin-top: 0px; 
}
.product-content-wrapper .add_to_wishlist_url a,
.product-content-wrapper .quick-view a{
margin: 0;
line-height: 0;
cursor: pointer;
position: relative;
text-decoration: none;
overflow: visible;
padding: 18px;
font-weight: 300;
border-radius: 0px;
color: #080808;
border: none;
text-transform: capitalize;
-webkit-transition: all 0.6s ease;
transition: all 0.6s ease;
text-align: center;
display:inline-block;
}
.product-content-wrapper .yith-wcwl-add-button {
display: inline-flex!important;
}
.product-content-wrapper .yith-wcwl-wishlistexistsbrowse a{
line-height: 10px;
}
.product-content-wrapper .add-cart{
display:inline-block;
margin-right: -4px;
}
.product-content-wrapper .quick-view.tooltip{
margin-left: -4px;
}
.product-content-wrapper .add-cart .added_to_cart {
padding-top: 0em;
margin-left: -10px;
-webkit-transition: all 0.6s ease;
transition: all 0.6s ease;
}
.product-content-wrapper .add_to_wishlist_url .feedback{
display:none;
}
.product-content-wrapper .yith-wcwl-wishlistaddedbrowse a:before,
.product-content-wrapper .yith-wcwl-wishlistexistsbrowse a:before{
content: "\f08a";
font-family: FontAwesome;
font-weight: bold;
color:#e7c09c;
line-height: normal;
}
.product-content-wrapper .add_to_wishlist i.fa {
display: block;
}
.product-content-wrapper .add_to_wishlist_url{
border-right: 1px solid #fff;
border-left: 1px solid #fff;
}
.product-content-wrapper .price del{
margin-right:10px;
color:#bbb;
opacity:0.5;
}
.product-content-wrapper .price ins{
color:#bbb;
text-decoration: none;
}
.product-image-wrapper{    
display: block;
overflow: hidden;
}
.product-image-wrapper:hover img {
-moz-transform: scale(1.05);
-webkit-transform: scale(1.05);
-moz-transition: all 1s;
-webkit-transition: all 1s;
transition: all 1s;
}
.product-image-wrapper img {
-moz-transition: all 1s;
-webkit-transition: all 1s;
transition: all 1s;
}
.woocommerce img{
vertical-align: middle;
max-width:100%;
}
.woocommerce ins{
text-decoration: none;
}
li.featured-boxed:nth-child(even) .product-content-wrapper {
padding:70px 40px 20px 0px;
}
li.featured-boxed:nth-child(odd) .product-content-wrapper {
padding:70px 0px 20px 40px;
} .woocommerce #featured_product_section #respond input#submit.loading:after,
.woocommerce #featured_product_section a.button.loading:after,
.woocommerce #featured_product_section button.button.loading:after,
.woocommerce #featured_product_section input.button.loading:after,
.woocommerce #featured_product_section1 #respond input#submit.loading:after,
.woocommerce #featured_product_section1 a.button.loading:after,
.woocommerce #featured_product_section1 button.button.loading:after,
.woocommerce #featured_product_section1 input.button.loading:after{
top:1.5em!important;
right:1.5em;
}
.woocommerce ul.products li.product .button #respond input#submit.loading:after,
.woocommerce .woocommerce ul.products li.product .button.loading:after,
.woocommerce .woocommerce ul.products li.product .button.loading:after,
.woocommerce ul.products li.product .button.loading:after{
top:1.5em!important;
right:0.6em;
}  div#hot_deal_section{
position:relative; 
display: block;
overflow: hidden;
}
.hot-deal-block{
display: block;
float: left;
width: 100%;
}
.hot-deal-block ul.deal li{
width: 50%;
float: left;
overflow: hidden;
position: relative;
display:block;
line-height: 0;
}
#hot_deal_section .deal li:hover  img{
-moz-transform: scale(1.05);
-webkit-transform: scale(1.05);
}
#hot_deal_section .deal li img{
-moz-transition: all 1s;
-webkit-transition: all 1s;
transition: all 1s;
}
#hot_deal_section li.one .caption-sale{
position: absolute;
right:0;
bottom:20%;
text-align: right;
padding: 0px 40px;
z-index: 1;
}
#hot_deal_section li.two .caption-sale{
position: absolute;
left:0;
bottom:20%;
text-align: left;
padding: 0px 40px;
z-index: 1;
}
#hot_deal_section li.one a:after, 
#hot_deal_section li.two a:after{
position: absolute;
content: '';
width: 100%;
height: 100%;
left: 0;
top: 0;
transition: all 0.25s ease-in-out;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
z-index: 0;
background: rgba(0, 0, 0, 0);
}
iframe{
position:relative;
z-index:1;
}  section#testimonial_section{
background: #ededed;
}
#testimonial_section .block-heading h2{
color: #080808;
}
#testimonial_section .block-heading .heading-border {
background-color: #e7c09c;
}
#testimonial_section .block-heading p{
color: #666666;
}
.testimonial-block{
display: block;
float: left;
width: 100%;
}
.figure-testimonial{
background: #fff;
text-align:center;
padding:25px;
}
.figure-testimonial p{
margin:25px 0;
}
.figure-testimonial h4{
font-size:16px;
}
.figure-testimonial img{
height:140px;
width: 140px!important;
margin: 0 auto;
-webkit-border-radius:  50%;
-moz-border-radius: 50%;
border-radius:50%;
}
#testimonial_section a.web-link{
margin-top:30px;
display:block;
-webkit-transition: all 0.6s ease;
transition: all 0.6s ease;
}
#testimonial_section a.web-link:hover{
color:#e7c09c; 
}  section#aboutus_section{
background: #fff;
padding-top: 65px;
padding-bottom: 65px;  
}
section#aboutus_section .amazing-block{
display: block;
float: left;
width: 100%;
}
section#aboutus_section h2.aboutus-heading{
font-size: 30px;
line-height: 40px;
text-transform: capitalize;
padding-bottom:20px;
}
.amazing-block ul.amazing-list li{
width: 48%;
float: right;
text-align:left;
}
.amazing-block ul.amazing-list li.two{
margin-right:4%;
}
.amazing-block ul.amazing-list li h3{
font-size: 22px;
line-height: 36px;
}
.amazing-block ul.amazing-list li p{
margin-top: 20px;
}
#aboutus_section a.amazing-btn{
border: 2px solid #e7c09c; 
display: inline-block;
padding: 15px 20px;
margin-top: 30px;
background: none;
color: #e7c09c; 
letter-spacing: 1px;
-webkit-transition: all 0.6s ease;
transition: all 0.6s ease;
}
#aboutus_section a.amazing-btn:hover{
border: 2px solid #e7c09c;
color: #fff; 
background: #e7c09c;
}
#aboutus_section .flex-abt{
max-width:530px;  
}  section#post_section{
background: #f3f3f3; 
}
#post_section .block-heading h2{
color: #313646;
}
#post_section .block-heading .heading-border {
background-color: #50d18e; 
}
#post_section .block-heading p{
color: #666666;
}
.lst-post figure.blog-list {
position: relative;
float: left;
overflow: hidden;
width: 100%;
text-align: center;
box-shadow: 0 0 1px #DDD;
background: #fff;
}
.lst-post figure.blog-list * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.lst-post figure.blog-list img {
max-width: 100%;
vertical-align:top;
}
.lst-post figure.blog-list figcaption {
position: relative;
background-color: #ffffff;
}
.lst-post figure.blog-list h3{
line-height:28px;
font-size:20px;
}
.lst-post figure.blog-list h3 a {
position: absolute;
bottom: 100%;
padding:15px 10px 0px 10px;
left:15px;
right:15px;
background-color: #fff;
color: #000;
text-align: center;
}
.lst-post figure.blog-list h3 a:hover, .blog-date b:hover{
color:#e7c09c;
}
.lst-post figure.blog-list p {
text-align: center;
padding: 15px 20px 10px;
}
.lst-post figure.blog-list .bottom-icon {
width:100%;
border-top:1px solid #e4e4e4;
}
.lst-post figure.blog-list i {
display: inline-block;
font-size: 18px;
color: #e7c09c;
}
.lst-post figure.blog-list:hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.lst-post figure.blog-list .blog-date{
float:left;
padding:10px; 
}
.lst-post figure.blog-list .blog-date b{
font-size: 16px;
border-right:2px solid #e4e4e4; 
padding-right:5px;
line-height: 21px;
color:#e7c09c;
}
.blog-cmt{
float:right;
padding:10px;  
}
.lst-post figure.blog-list span{
padding:5px; 
color: #bbb;
}
.lst-post .read-more{
margin-top:10px;
margin-bottom:20px;
display:block;
}
.lst-post .read-more a {
border: 2px solid #e7c09c;
display: inline-block;
padding: 10px 18px;
background: none;
color: #e7c09c;
font-size: 12px;
font-weight: normal;
letter-spacing: 1px;
}
.lst-post .read-more a:hover{
border: 2px solid #e7c09c;
color: #fff; 
background: #e7c09c;
}  .hot-sell-block{
display: block;
float: left;
width: 100%;
padding-top:50px;
padding-bottom:50px;
}
.hot-sell-block ul.sell li{
width: 31.33%;
float: left;
display:block;
overflow:hidden;
}
.hot-sell-block ul.sell li{
margin-right: 3%;
}
.hot-sell-block ul.sell li:nth-of-type(3n+3){
margin-right: 0%;
}
.hot-sell-block ul.sell li:hover  img{
-moz-transform: scale(1.05);
-webkit-transform: scale(1.05);
}
.hot-sell-block ul.sell li img{
-moz-transition: all 1s;
-webkit-transition: all 1s;
transition: all 1s;
}
#hot_sell_section .sell li.one a:after,
#hot_sell_section .sell li.two a:after,
#hot_sell_section .sell li.three a:after{
position: absolute;
content: '';
width:100%;
height: 100%;
left: 0;
top: 0;
transition: all 0.25s ease-in-out;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
z-index: 0;
background: rgba(0, 0, 0, 0);
}
.hot-sell-block ul.sell li {
position:relative;
}  .best-sell{
overflow: hidden; 
position: relative;
background:#f3f3f3;
padding-top:100px;
padding-bottom:100px;
}
#best_sell_section a:hover {
color: #e7c09c;
-webkit-transition: all 0.6s ease;
transition: all 0.6s ease;
}
.widget-content ul.sell-grid li.sell-list {
width: 31.33%;
float: left;
position: relative;
margin-bottom: 2%;
}
.widget-content ul.sell-grid li.sell-list{
margin-right: 3%;
}
.widget-content ul.sell-grid li.sell-list:nth-of-type(3n+3) {
margin-right: 0px;
}
.widget-content ul.sell-grid li.sell-list .widget-heading{
max-width:100%;
background-color:#e7c09c;
margin: 0 auto;
text-align: center;
}
.widget-content ul.sell-grid li.sell-list .sell-inner-widget{
background:#fff;
margin-bottom:20px;
}
.widget-content ul.sell-grid li.sell-list .widget-heading h3{
color:#fff;
padding:5px; 
}
.woocommerce #best_sell_section ul.product_list_widget,
.woocommerce #best_sell_section ul.product-categories{
padding: 18px; 
}
.woocommerce #best_sell_section ul.product_list_widget li{
display:block;
padding-top: 10px; 
padding-bottom:10px;
vertical-align: top;
position: relative;
}
.woocommerce #best_sell_section ul.product_list_widget li span.product-title{
display: inline-block;
}
.woocommerce #best_sell_section ul.product_list_widget li img{
width: 95px;
height: 95px; 
margin-right: 10px;
float: left;
}
.woocommerce #best_sell_section ul.product_list_widget li a span,
.woocommerce #best_sell_section ul.product_list_widget li a{
font-size: 16px;
}
.woocommerce #best_sell_section ul.product_list_widget li .woocommerce-Price-amount, .woocommerce #best_sell_section .reviewer{
margin-top: 10px;
display: inline-block;
font-family: "poppins-regular",sans-serif;
font-size: 12px;
}
.woocommerce #best_sell_section ul.product_list_widget li .star-rating{
margin-top: 10px;
color: #f2c618;
}
.woocommerce #best_sell_section ul.product_list_widget del{
display:inline-flex;
} ul.sell-grid li.sell-list .woocommerce-product-search label{
display:none;
}
ul.sell-grid li.sell-list input.search-field,
ul.sell-grid li.sell-list .sell-list-wrapper .dropdown_product_cat {
width:100%;
height:38px;
border: 1px solid #eee;
padding-right: 10px;
font-size: 15px;
letter-spacing: 1px;
background:#fff;
color:#666;
text-indent: 10px;
}
ul.sell-grid li.sell-list form.woocommerce-product-search{
padding: 18px;
}
ul.sell-grid li.sell-list .dropdown_product_cat{
width:92%!important;
margin:4%;
}
.woocommerce-product-search input:-webkit-autofill{
background-color:#fff!important;
}
.woocommerce-product-search input[type="submit"]{
display:none;
}
.woocommerce-product-search input#woocommerce-product-search-field:focus, 
.widget-content ul.sell-grid li.sell-list .sell-list-wrapper .dropdown_product_cat:focus {
outline: #e7c09c 1px solid;
border: none!important;
} .woocommerce #best_sell_section ul.product-categories li.cat-item{
font-size: 16px;
margin:10px 0px;
}
.woocommerce #best_sell_section ul.product-categories li.cat-item:before {
content: '\f105';
font-family: 'FontAwesome';
float: left;
margin-right: 10px;
color: #e0e0e0;
}  .brand-sldr{
background-color: #fff; 
}
section.brand-sldr{
padding-top: 50px;
padding-bottom:50px;
}
section.brand-sldr .owl-dots{
display:none!important;
}
section.brand-sldr .owl-theme .owl-controls .owl-nav div {
background: #fff;
width: 30px;
height: 30px;
line-height: 30px;
color: #666;
border:1px solid #666;
position:absolute;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.6s ease;
transition: all 0.6s ease;
}
section.brand-sldr .owl-theme .owl-controls .owl-nav div:hover{
background: #30ad6d; 
color: #fff;
border:1px solid #30ad6d;
}
section.brand-sldr .owl-next{
right: -10px;
top: 65px;
}
section.brand-sldr .owl-prev{
left: -10px;
top: 65px;
}
section.brand-sldr .owl-theme .owl-controls .owl-buttons div {
position: absolute;
}
section.brand-sldr .owl-theme .owl-controls {
margin-top: 0px;
}  footer.footer-wrp{
background-color: #232531;
display: block;
overflow: hidden;
padding: 40px 0px;
position:relative;
float:left;
width:100%;
}
footer.footer-wrp .footer-menu-wrp{
float:left; 
display:block;
color:#fff;
text-align: left; 
}
footer.footer-wrp .footer-menu-wrp ul,footer.footer-wrp .footer-menu-wrp-right ul  {
display: -webkit-inline-box;
}
.footer-menu-wrp ul.menu li:after{
content: "|";
margin-left:10px;
color:#fff;
}
.footer-menu-wrp ul.menu li:last-child:after{
content: "";
}
footer.footer-wrp .footer-menu-wrp ul li{
padding:0px 5px;
display: -webkit-inline-box;
}
footer.footer-wrp .footer-menu-wrp ul li a{
color:#fff;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
footer.footer-wrp .footer-menu-wrp-right{
float:right;  
}
footer.footer-wrp .footer-menu-wrp-right ul li{
padding:0px 5px; 
}
footer.footer-wrp .footer-menu-wrp-right ul li img{
max-width:300px;
}
.footer-widget{
width:100%;
border-top:2px solid #1b1c26;
float:left;
margin-top:20px; 
}
ul.footer-widget-column li.widget {
width: 23.5%;
float: left;
position: relative;
}
ul.footer-widget-column li.widget:nth-of-type(4n+4){
margin-right: 0%;
}
.footer-widget-column .widget {
margin-right: 2%;
}
.widget {
margin: 0 0 1em;
word-wrap: break-word;
}
.footer-widget-column .widget h4 {
color:#fff;
font-size: 19px;
line-height:30px;
color: #fff;
padding-bottom: 10px;
margin-top:20px;
font-family: "Catamaran-semibold", sans-serif;
}
.footer-widget-column .widget ul li{
margin-bottom:7px;
color:#bbb;
}
.footer-widget-column .widget ul li a{
color:#bbb;
}
.footer-bottom{
width:100%;
border-top:2px solid #1b1c26; 
float:left;
}
.footer-bottom .footer-bottom-left{
margin-top:20px; 
float:left; 
}
.footer-bottom .footer-bottom-right{
margin-top:20px;
float:right; 
}
.footer-bottom .footer-bottom-right ul.footer-social-icon{
display:inline-flex;
}
.footer-bottom .footer-bottom-right ul.footer-social-icon li{
margin-left: 8px;
}
.footer-bottom .footer-bottom-right ul.footer-social-icon li p{
color:#fff;
margin-top:8px;
}
.footer-bottom .footer-bottom-right ul.footer-social-icon li a i{
height:40px;
width:40px;
color:#fff;
line-height:40px;
font-size: 16px;
text-align: center;
}
.elementor-default .footer-bottom .footer-bottom-right ul.footer-social-icon li {
background: transparent!important;
}
.elementor-default .footer-bottom .footer-bottom-right ul.footer-social-icon li a i{
font-family:fontawesome;
}
.elementor-default .header-extra ul.hdr-icon-list li.accnt a.logged-in:before{
font-family:fontawesome;
}
.elementor-default  .footer-bottom .footer-bottom-right ul.footer-social-icon li a i:hover {
background: none;
}
.elementor-default i, .elementor-default i:before, .elementor-default i:after, .elementor-default .featured-grid .add_to_cart_button:before{
font-family:fontawesome!important;
}
.elementor-default .header-extra ul.hdr-icon-list li.accnt a.logged-out:before{
font-family:fontawesome;
}
.footer-bottom .footer-bottom-right ul.footer-social-icon li.ft-fb{
background-color: #415a99;
}
.footer-bottom .footer-bottom-right ul.footer-social-icon li.ft-tw{
background-color: #00caff;
}
.footer-bottom .footer-bottom-right ul.footer-social-icon li.ft-gm{
background-color: #cb222a;
}
.footer-bottom .footer-bottom-right ul.footer-social-icon li.ft-ln{
background-color: #304d6b;
}
.footer-bottom .footer-bottom-right ul.footer-social-icon li.ft-ptx{
background-color: #cb222a;
}
.footer-bottom .footer-bottom-right ul.footer-social-icon li a i:hover{
background-color:#000;
opacity:0.5;
-webkit-transition-delay: 0.1s; transition-delay: 0.1s;
}
.footer-widget .product_list_widget .star-rating{
margin-bottom: 10px;
}
.woocommerce .footer-widget ul.product_list_widget li img {
width: 50px;
}
.footer-widget .product-title{
color:#bbb;
}
.woocommerce .footer-widget .star-rating span, .footer-widget .amount{
color:#bbb;
} #shopmain #wp-calendar {
width:100%;
font-size:12px;
font-weight:300;
border-collapse:separate;
border-spacing:8px;
margin-left:-2px;
}
#shopmain #wp-calendar
caption {
display:none;
}
#shopmain #wp-calendar tbody
td {
margin-bottom:10px;
text-align:center;
-webkit-border-radius:2px;
-moz-border-radius:2px;
-ms-border-radius:2px;
-o-border-radius:2px;
border-radius:2px;
border:1px solid #f4f4f4;
padding:6px;
color: #bbb;
}
#shopmain #wp-calendar tbody td:hover {
border-color:#e2e2e2;
}
#shopmain #wp-calendar tbody
td.pad {
border:0;
}
#shopmain #wp-calendar tbody
td#today {
color: #e7c09c;
border-color: #e7c09c;
}
#shopmain #wp-calendar tfoot td#prev a,#wp-calendar tfoot td#next
a {
color:#888;
font-size:12px;
font-weight:400;
position:relative;
text-transform:uppercase;
}
#shopmain #wp-calendar tfoot
td#prev {
text-align:left;
}
#shopmain #wp-calendar tfoot
td#next {
text-align:right;
}
#shopmain #wp-calendar thead
th {
font-size:13px;
font-weight:400;
color:#bbb;
text-align:center;
padding:0;
border:0;
}
#shopmain #wp-calendar tbody td
a,#shopmain #wp-calendar tfoot td#prev a:hover,#shopmain #wp-calendar tfoot td#next a:hover {
color:#e7c09c;
}
#shopmain label.screen-reader-text{
display:none;
}
#shopmain select{
width: 100%;
height: 38px;
border: 1px solid #eee;
padding-right: 10px;
letter-spacing: 1px;
background:transparent;
color: #666;
padding-left: 10px; 
font-size: 15px;
} 
#shopmain .widget select#product_cat{
width: 100%;
height: 38px;
border: 1px solid #eee;
padding-right: 10px;
letter-spacing: 1px;
background:transparent;
color: #666;
position:relative;
font-size:13px;
padding-left: 10px; 
-webkit-appearance: menulist-button;
-moz-appearance: menulist-button;
appearance: menulist-button; 
} 
#shopmain select:focus{
outline:none;
}
.footer-widget .widget a{
font-size: 16px;
line-height: 24px;
}
.woocommerce .widget a.button:hover {
background: none;
border: 2px solid #fff;
}
.footer-widget .widget span.amount{
color: #bbb;
font-family:"Poppins-Regular", sans-serif;
}
.footer-widget .widget p.buttons a {
margin-right:10px;
}
.woocommerce .widegt ul.cart_list li img, .woocommerce ul.product_list_widget li img {
float: left;
margin-right:20px;
margin-left:0;
width: 86px;
height: auto;
box-shadow: none;
}
.product_list_widget li .product-title, .product_list_widget li>a, .widget_recent_reviews li .product-title, .widget_recent_reviews li>a, .widget_shopping_cart li .product-title, .widget_shopping_cart li>a {
display: block;
line-height:1em;
text-transform: capitalize;
margin-bottom:5px;
}
.woocommerce .widget .star-rating {
float: right;
overflow: hidden;
position: relative;
height: 1em;
line-height: 1;
font-size: 0.7em;
width: 5.4em;
font-family: star;
color: #f2c618;
}
.product_list_widget li .star-rating, .widget_recent_reviews li .star-rating, .widget_shopping_cart li .star-rating {
display: block;
margin: 8px 0px;
}
.woocommerce .widget .amount{
color:#a8a8a8;
font-size:14px;
} .sidebar .widget .instagram-pics li {
padding: 0px;
display: inline-block;
max-width: 31%;
margin: 0;
padding: 0;
}
.instagram-pics li:last-child{
margin-right:0px;
}
.instagram-pics li img{
width:100%;
}
.instagram-pics li img:hover, 
.widget .th-aboutme img:hover{
opacity:0.9;
} .footer-bottom-left .leadform-show-form.leadform-lite{
margin:0;
padding:0;
max-width: 100%;
width: 100%;
position: relative;
display: inline-block;
}
.footer-bottom-left .leadform-show-form.leadform-lite h1{
display:inline-block;
float:left;
font-size: 16px;
color:#fff;
vertical-align: middle;
margin-right:14px;
padding:0;
line-height: 0;
}
.footer-bottom-left .leadform-show-form.leadform-lite label{
display:none;
}
.footer-bottom-left .leadform-show-form.leadform-lite .submit-type label{
display:block;
margin: 0;
padding:0;
cursor:pointer;
}
.footer-bottom-left .leadform-show-form.leadform-lite input[type="email"]{
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
color:#666;
background:#191a24;
border-color:#191a24;
padding-left: 10px;
line-height: 0px;
text-indent: 0;
}
.footer-bottom .footer-bottom-left{
width:50%;
}
.footer-bottom .footer-bottom-right{
width:50%;
text-align: right;
}
.footer-bottom-left .leadform-show-form.leadform-lite .text-type{
display:inline-block;
float: left;
width: 50%;
}
.footer-bottom-left .leadform-show-form.leadform-lite input[type="submit"]{
cursor: pointer;
font-size:0px;
height:38px;
background-color:#e7c09c;
webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border: none;
}
.footer-bottom-left .leadform-show-form.leadform-lite .submit-type.lf-field {
position: relative;
}
.footer-bottom-left .leadform-show-form.leadform-lite .submit-type.lf-field label:before {
content: "\f003";
font-family: FontAwesome;
font-size: 27px;
color: #fff;
position:absolute;
top:6.5px;
right:6px;
z-index:0;
}
#footer-wrp .copy-right{
float:left;
} /*/*/.parallax .page-head-image{
background-attachment: fixed;
}/**/.page-head{
width: 100%;
text-align: center;
}
.page-head-image{
width: 100% !important;
background-size: cover !important;
background-position: center;
background-repeat: no-repeat;
height: 420px;
position: relative;
z-index: 3;
display: table; 
}
.full-fs-caption {
display: table-cell;
text-align: center;
vertical-align: middle;
}
.full-fs-caption h2.title a,
.archive-title h1,
.full-fs-caption h1{
font-size: 60px;
line-height: 62px;
color:#fff;
text-transform: capitalize;
}
.full-fs-caption a h2{
line-height: 48px; 
}
.full-fs-caption a h2 span{
color:#50d18e;  
}
.full-fs-caption p{
font-size: 14px; 
color:#fff; 
}
.full-fs-caption .caption-button a{
background-color:#fff;
font-size:18px;
padding:8px 18px;
border-radius:30px;
}
.full-fs-caption .caption-container{
display:inline-block;
}
.full-fs-caption .caption-button {
display:inline-block;
vertical-align:top;
margin-top:26px;
margin-left:26px;
}
#page {
clear: both;
float: none;
overflow: hidden;
}
.content-wrapper{
width: 73%;
max-width:100%;
padding-bottom: 50px;
padding-top: 50px;
float: left;
}
.content-wrapper .content{
background:#fff; 
padding:15px;
float:left;
width: 100%; 
}
#page.left .content-wrapper{
margin-left:1.5%;
}
#page.right .content-wrapper{
margin-right:1.5%;
}
.sidebar-wrapper {
max-width: 400px;
width: 24.5%;
float: right;
}
#page.no-sidebar .content-wrapper{
width: 100%;
max-width: 1320px;
}
#page.no-sidebar .sidebar-wrapper{
display: none;
}
#page.left .sidebar-wrapper {
float: left;
}
#page.left .content-wrapper {
float: right;
}
#page.no-header-image .content-wrapper{
padding-top:160px;
}
#page.no-header-image .sidebar{
margin-top:160px;
}
.sidebar {
margin-top: 50px;
margin-bottom: 50px;
background: #fff;
padding: 15px;
}
.sidebar-inner-widget {
margin: 0 0 40px;
word-wrap: break-word;
overflow: hidden;  
}
.sidebar-inner-widget h2{
font-size: 24px;
font-weight: 500;
}
.sidebar .widget-content{
padding:20px;
border: 1px solid #e0e0e0;
}
.sidebar-inner-widget .widgettitle {
border-bottom: 1px solid;
border-color: #ededed;
box-shadow: 0px 2px 6px rgba(0,0,0,0.16);
box-shadow: 0px 2px 6px rgba(0,0,0,0.16);
font-size: 14px;
color: #080808;
text-transform: uppercase;
text-align: center;
margin-bottom: 30px;
padding-top: 8px;
padding-left:8px;
padding-right:8px;
padding-bottom: 3px;
background: #ededed;
line-height: 30px;
}
.sidebar-inner-widget ul {
display: list-item;
}
.sidebar-inner-widget ul li {
list-style-position: inside;
}
.sidebar-inner-widget ul li a{
font-size:15px;
line-height: 22px;
color: #a8a8a8;
-webkit-font-smoothing: antialiased;
-webkit-transition: all 0.6s ease;
transition: all 0.6s ease;
}
.sidebar .sidebar-inner-widget ul li a{
color: #080808;
}
.sidebar-inner-widget ul li a:hover{
color:#e7c09c; 
}
.widget span.count{color: #bbb;
float: right;
color:#a8a8a8;
}
.sidebar .widget li {
padding: 7px 0;
list-style: none;
clear: both;
}
.page-head-image:before {
position: absolute;
content: '';
width: 100%;
height: 100%;
left: 0;
top: 0;
transition: all 0.25s ease-in-out;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
z-index: -1;
background:rgba(8, 8, 8, 0.3);
} #move-to-top {
color: #fff;
cursor: pointer;
display: inline-block;
font-weight: bold;
padding: 9px 10px;
border-radius: 4px 4px 0 0;
position: fixed;
right: 10px;
bottom: 152px;
opacity:0.9;
width: 45px;
z-index: 999;
background: #e7c09c;
transition: all 0.25s linear;
-webkit-backface-visibility: hidden;
box-shadow: 0 0 1px rgba(0, 0, 0, 0.18);
text-align: center;
}
#move-to-top:hover{
opacity:1;  
}
#move-to-top i{
font-size: 22px;
display: block;
}
a#move-to-top.hiding {
display: none;
}  .sidebar-inner-widget .tagcloud {
overflow: hidden;
}
.tagcloud a:before {
content: '';
width: 0;
height: 0;
border-top: 16px solid transparent;
border-right: 10px solid #ededed;
border-bottom: 16px solid transparent;
position: absolute;
top: 0;
left: -10px;
box-shadow: 2px 0 0 -1px #ededed;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.tagcloud a:after {
content: '';
width: 6px;
height: 6px;
background-color: #bbb;
border-radius: 50%;
position: absolute;
left: -2px;
top: 13px;
}
.tagcloud a {
display: inline-block;
font-size: 14px !important;
font-style: normal;
color: #666666;
height: 32px;
line-height: 32px!important;
padding: 0 10px;
margin:0px 10px 10px 10px;
background-color: #ededed;
border-radius: 0 3px 3px 0;
position: relative;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease
}
.tagcloud a:hover:after{
background:#fff;
}
.tagcloud a:hover{
background-color: #e7c09c;
color: #fff;
}
.tagcloud a:hover:before{
border-right: 10px solid #e7c09c;
box-shadow: 2px 0 0 -1px #e7c09c;
}  .widget .cat-parent>.children{
margin-left:7px;
}
.widget .cat-parent>.children li a{
font-size:14px;
}
.widget .cat-parent>.children li{
padding:5px 0px;
}
.woocommerce .widget ul.cart_list li,
.woocommerce .widget ul.product_list_widget li{
padding: 8px 0;
} .th-widget-recent-post img {
width: 90px;
float: left;
}
.th-widget-recent-post .th-recent-post .r_title {
margin: 0;
}
.th-widget-recent-post .th-recent-post {
overflow: hidden;
padding: 0px 12px
}
.th-widget-recent-post {
padding: 10px 0;
overflow: hidden;
}
.th-widget-recent-post .th-recent-post h5 a {
display: block;
font-size: 16px;
line-height: 18px;
color:#080808;
}
.th-widget-recent-post .th-recent-post h5 a:hover {
color: #e7c09c;
}
.th-widget-recent-post ul.th-recent-meta li.post-date {
padding-bottom: 0px;
font-size: 12px;
}
.th-widget-recent-post ul.th-recent-meta li.post-date:before {
display: none;
}
.th-widget-recent-post ul.th-recent-meta li {
border-top: none;
padding: 2px 0;
color:#9d9d9d;
}
.th-widget-recent-post .post-entry p{
font-size:13px;
} .sidebar-wrapper label .screen-reader-text {
display: none;
}
.widget #s, .widget .woocommerce-product-search input,#searchform #s{
width: 100%;
height: 38px;
border: 1px solid #eee;
font-size: 15px;
letter-spacing: 1px;
background: transparent;
color: #666;
text-indent: 10px;
-webkit-appearance: none;
-moz-appearance:    none;
appearance:         none;   
-webkit-border-radius: 0; 
-moz-border-radius: 0;
border-radius: 0;
}
.widget input[type="submit"],#searchform input[type="submit"],
.widget .woocommerce-product-search button[type="submit"]{
display:none;
}
#searchform #s{
margin: 20px 0px;
max-width: 330px;
}
.widget #searchform #s{
margin: 0;
} .content .page-block{
overflow:hidden;
display:block;  
}
ul.blog-content li{
width: 47.5%;
float: left;
position: relative;
padding-bottom: 100px;
margin-right: 5%;
}
ul.blog-content li:nth-of-type(2n+2) {
margin-right: 0px;
}
figure.post-content p{
margin-top:10px;
margin-bottom:10px;
color: #666666;
}
figure.post-content span.read-more a {
-webkit-border-radius: 0.1s;
-moz-border-radius: 0.1s;
border-radius: 0px;
color: #fff;
font-size: 12px;
padding: 5px 20px 5px 20px;
border: solid #e7c09c 2px;
text-decoration: none;
text-transform: capitalize;
display: inline-block;
margin-top: 10px;
cursor: pointer;
background: #e7c09c;
-webkit-transition: all 0.6s ease;
transition: all 0.6s ease;
}
figure.post-content span.read-more a:hover{
background: transparent;
color:#e7c09c;
}
figure.post-content .post-caption{
display:inline-block;
}
figure.post-content .post-date, 
figure.post-content .post-cat{
font-size: 14px;
margin-top: 20px;
margin-bottom: 2px;
float: left;
color: #9d9d9d;
}
figure.post-content span.separator{
padding:0px 5px;
color: #666;
}
.blog-content li figure.post-content h3 {
padding-top: 0;
line-height: 32px;
font-size: 24px;
letter-spacing: 0;
color: #2f2f2f;
font-family: 'Catamaran-Bold';
}
figure.post-content {
position:relative;
}
figure.post-content div.post-comment{
position: absolute;
bottom: 13px;
right: 0px;
color: #8e8c8c;
font-size: 13px;
}
.post-comment a{
padding:5px 15px;
background:#e7c09c;
color:#fff;
font-size:15px;
letter-spacing:0.9px;
position: relative;
}
.post-comment a:after {
content: '';
width: 0;
height: 0;
border-right: 10px solid transparent;
position: absolute;
left: 13px;
bottom: -8px;
border-top: 8px solid #e7c09c;
}
.post-content .fig-img:hover.fig-img img{
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
webkit-transition: all 0.6s;
transition: all 0.6s;
}
.post-content .fig-img img{
webkit-transition: all 0.6s;
transition: all 0.6s;
}
.post-content .fig-img{
position:relative;
overflow:hidden;
} #page.no-sidebar ul.blog-content li{
width: 31%;
float: left;
position: relative;
padding-bottom: 100px;
margin-right: 3.5%;
}
#page.no-sidebar ul.blog-content li:nth-of-type(2n+2) {
margin-right: 3.5%;
}
#page.no-sidebar ul.blog-content li:nth-of-type(3n+3) {
margin-right: 0px;
}
#page.no-sidebar ul.blog-content li:nth-of-type(3n+1) {
clear: left;
} nav.navigation.pagination{
width:100%;
float:left;
text-align:center;
margin-top: 50px;
}
nav.navigation.pagination h2{
display:none;
}
nav.navigation.pagination .nav-links{
display: -webkit-inline-box;
}
.navigation.pagination span,
.navigation.pagination a{
padding: 1em;
height: 35px;
width: 35px;
margin: 0 4px;
text-align: center;
line-height: 14px;
font-size: 13px!important;
font-weight: 400;
display: block;
}
.navigation.pagination span.current {
background: #e7c09c;
color: #fff;
}
.navigation.pagination span:hover,
.navigation.pagination a:hover {
background: #e7c09c;
color: #fff;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}   figure.post-content h3 {
font-size: 26px;
line-height:30px;
padding-bottom: 0px;
padding-top: 20px;
}
.post-content .fig-img{
position:relative;
}
.single .paginate{
padding: 30px 0px;
overflow: hidden;
}
.single .post-previous{
float:left;
}
.single .post-next{
float:right;
}
.post-content .post-previous a, .post-content .post-next a{
font-size:14px;
letter-spacing: 0;
text-transform: uppercase;
-webkit-transition: all 0.6s ease;
transition: all 0.6s ease;
}
.post-content .post-previous a:before{
content: "\f100";
font-family: "Font Awesome 5 Free";
font-weight: 600;
margin-right:8px;
}
.post-content .post-next a:after{
content: "\f101";
font-family: "Font Awesome 5 Free";
font-weight: 600;
margin-left:8px;
}
.post-content .post-previous a:hover,
.post-content .post-next a:hover{
color:#e7c09c;
}
.single-post figure.post-content .post-date, 
.single-post figure.post-content .post-cat,
.single-post figure.post-content .post-author {
font-size: 16px;
margin-top: 20px;
margin-bottom: 8px;
float: left;
color: #a8a8a8;
}
.post-content .post-date a,
.post-content .post-author a,
.post-content .post-cat a{
color:#9d9d9d;
webkit-transition: all 0.6s ease;
transition: all 0.6s ease;
}
.post-content .post-date a:hover,
.post-content .post-author a:hover,
.post-content .post-cat a:hover{
color:#e7c09c;
}
.blog-single-content .post-caption i{
margin-right:5px;
font-size:13px;
color: #e7c09c;
}
.blog-single-content .post-caption a{
color: #a8a8a8;
}
.single .page-block ul li, .single .page-block ul{
list-style-type: inherit;
padding: 0;
margin: .5em;
margin-left: 15px;
}
.single .page-block ol li, .single .page-block ol{
padding: 0;
margin: .5em;
margin-left: 15px;
}  h1.title{
font-size: 34px;
line-height:40px;
font-family: 'Catamaran-Bold';
margin-bottom: 35px;
}
h1.title.default{padding: 10px 15px;}
.breadcrumb{padding: 0px 15px;}
.breadcrumb ul, .breadcrumb-trail ul {
padding-left: 0px;
margin-bottom: 0px;
margin-top:20px;
}
.breadcrumb ul li, .breadcrumb-trail ul li {
list-style-type: none;
display: inline;
}
.breadcrumb h2.trail-browse, .breadcrumb-trail h2.trail-browse{
display:none;
}
.breadcrumb ul li a,
.breadcrumb ul li span,
.breadcrumb-trail{
font-size:13px;
color:#e7c09c;
}
.breadcrumb ul li a::after, 
.breadcrumb-trail ul li a::after{
content: "\f105";
font-family: "Font Awesome 5 Free";
font-weight: 600;
font-size: 13px;
margin-right:5px;
margin-left:5px;
color:#888;
}
.breadcrumb ul li.trail-end a::after, .breadcrumb-trail ul li.trail-end a::after{
display:none;
}
.breadcrumb-trail a span[itemprop=name]{
color:#a8a8a8;
}  ol.commentlist {
list-style: none;
margin: 0 0 45px 0;
}
li.comment{
padding:0px 10px;
position:relative;
}
.comment-body {
padding: 45px 0;
}
li.comment img{
width:50px;
height:50px;
border-radius: 50%;
margin-right:20px;
}
.commentlist article{
border-bottom:1px solid #ddd;
padding-bottom:30px;
}
.commentlist .says{
display:none;
}
.commentlist b.fn a, .commentlist b.fn{
font-size:18px;
font-weight:normal;
text-transform:uppercase;
-webkit-transition: all 0.6s ease;
transition: all 0.6s ease;
}
.commentlist b.fn{
color:#e7c09c;  
}
.commentlist b.fn a:hover{
color: #e7c09c;
}
.commentlist .comment-metadata, .commentlist .comment-author{
display: inline-block;
}
.commentlist .comment-metadata{
float:right;
margin-right:65px;
}
.commentlist .comment-metadata a{
font-size: 14px;
text-transform: uppercase;
color:#080808;
font-family: sans-serif;
}
.commentlist .comment-content, .commentlist .comment-awaiting-moderation{
margin-left:70px;
}
.commentlist .reply{
display: inline-block;
position: absolute;
top: 45px;
right: 10px;
}
.commentlist .reply a, #cancel-comment-reply-link{
background-color:#e7c09c;
padding:1px 4px;
color:#fff;
border:1px solid #e7c09c;
-webkit-transition: all 0.6s ease;
transition: all 0.6s ease;
}
.commentlist .reply a:hover, #cancel-comment-reply-link:hover{
color:#e7c09c;
background-color:transparent;
}
.commentlist .comment-content p{
color: #a8a8a8;
}
textarea#comment:focus,
#commentform input#author:focus,
#commentform input#email:focus,
#commentform input#url:focus{
border-bottom: 1.6px solid #e7c09c;
-webkit-transition: all 1s;
transition: all 1s;
}
#respond.comment-respond{
margin-top:45px;
}
.comment-respond small{
float:right;
}  #commentsbox{
margin-top:30px;
}
#commentsbox h3#reply-title,#comments h2{
font-size: 18px;
margin-bottom:10px;
} 
#commentsbox p.comment-notes{
margin-top:10px;
margin-bottom:10px;
}
#commentform{
width:100%;
overflow:hidden;
} 
#commentform p.comment-notes,
#commentform p.comment-form-comment{
width:100%;
display: inline-block;
}
.woocommerce #review_form #respond textarea {
width: 100%;
height: 40px;
padding-left: 5px;
border: 1px solid #c6c6c6;
padding: 10px 0px;
border-radius: 5px;
background:transparent;
border: none;
border-bottom: 1.6px solid #e0e0e0;
color: #a8a8a8;
font-size: 14px;
border-radius: 0px;
}  
.woocommerce #review_form #respond textarea:focus {
outline: none;
border-radius: 0px;
}
#commentsbox .comment-form textarea#comment{
width: 100%;
height:35px;
margin-top: 10px;
font-family: "Catamaran-Regular", sans-serif!important;
}
#commentform label{
display:none;
}
#commentsbox .comment-form-author, 
#commentsbox .comment-form-email, 
#commentsbox .comment-form-url{
display:inline;
}
#commentform input[type="text"], 
#commentform input[type="email"],
#commentform input[type="url"],
.woocommerce div.product form.cart .variations select
{
height:45px;
padding:0px;
border-radius:0px;
width:32.1%;
margin-top:10px;
margin-bottom:10px;
font-family: "Catamaran-Regular", sans-serif!important;
}
.woocommerce div.product form.cart .variations select
{
width:auto!important;  
}
#commentsbox p.comment-form-author,
#commentsbox p.comment-form-email{
margin-right:1%;
}
#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="url"],
#commentsbox .comment-form textarea#comment,
.woocommerce div.product form.cart .variations select{
background:#fff;
border:none;
border-bottom:1.6px solid #e0e0e0;
color: #a8a8a8;
font-size:14px;
}
#commentsbox .comment-form textarea#comment,
#commentform input[type="text"]:focus, 
#commentform input[type="email"]:focus{
outline: none;
border-radius: 0px;
}
#commentsbox p.form-submit{
float:right;
padding-top: 20px;
}  body.woocommerce-page{
background:#fff;
}
.archive.woocommerce.woocommerce-page #page.container{
padding:0px 0px;
} 
.woocommerce table.shop_table,
.cross-sells{
background:#fff;
}
.woocommerce-checkout input,#shopmain .woocommerce-error, #shopmain .woocommerce-info, #shopmain .woocommerce-message,
.select2-container--default .select2-selection--single, 
.woocommerce form .form-row textarea,#shopmain .woocommerce-info{
background:transparent;
} .woocommerce .single-product .amount {
margin-right: 10px;
}
.woocommerce.single-product .right li.product .button,
.woocommerce.single-product .left li.product .button {
padding: 1.3em 1.0em;
}
.woocommerce-tabs{
margin:40px 0px;
overflow:hidden;
}
.woocommerce-tabs ul.tabs {
width:30%;
float:left;
padding: 0!important;
margin: 0!important;;
overflow: hidden!important;
}
.woocommerce-tabs .panel {
width:70%;
float:left;
border-left:2px solid  #ebebeb;
padding-left:50px!important;
margin-left: -1.5px!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
border: 0px solid #d3ced2;
position: relative;
}
.woocommerce-tabs ul.tabs li {
display: list-item!important;
border: 0px solid #fff!important;
border-radius: 0!important;
margin: 0!important;
padding: 0!important;
background-color:transparent!important;
}
.woocommerce-tabs ul.tabs li.active {
background: #fff;
border-right:1.9px solid #000!important;
}
.woocommerce-tabs ul.tabs li a {
display: inline-block;
padding: .1em 0!important;
font-weight: normal!important;
font-family: "Catamaran-Semibold", sans-serif;
}
.woocommerce-tabs ul.tabs:before {
border-bottom: 0px solid #d3ced2!important; 
}
.woocommerce-tabs ul.tabs li:before {
border: 0px solid #d3ced2!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
overflow:hidden;
}
.woocommerce-tabs ul.wc-tabs li a{
font-size:15px;
margin-bottom:12px;
letter-spacing: 0.5px;
text-transform: capitalize;
}
.woocommerce span.onsale {
min-height: 30px;
min-width: 50px;
padding: 0em;
font-weight: 400;
text-align: center;
line-height: 30px;
margin: 0!important;
border-radius:0%;
background-color: #232531;
color: #fff;
font-size: .857em;
top: 0em;
left: 0em;
letter-spacing: 1px;
z-index: 10;
-webkit-font-smoothing:antialiased;
}
.woocommerce button.button.alt{
padding: 1.3em 1.5em;
}
.woocommerce button.button.alt:hover {
background-color:#2ba364;
}
.woocommerce div.product p.price, 
.woocommerce div.product span.price {
color: #e7c09c;
font-family: "Poppins-regular";
}
.woocommerce div.product p.price, 
.woocommerce div.product span.price{
margin-bottom: 0px;
margin-top: 10px;
font-size:18px;
display: inline-block;
}
.woocommerce div.product .woocommerce-product-rating{
display: inline-block;
margin:0px;
}
.woocommerce .woocommerce-product-rating .star-rating{
margin: .2em 4px 0 0;
}
.single-product .content-border{
margin-top: 20px;
margin-bottom:20px;
border-top: 2px solid rgba(0,0,0,.13);
}
.product .entry-summary .woocommerce-product-rating .woocommerce-review-link {
position: relative;
top: -2px;
-webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.product .entry-summary .woocommerce-product-rating .woocommerce-review-link:hover{
color:#e7c09c;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins{
font-weight: 500; 
}
.woocommerce div.product h1.product_title{
font-size:30px;
line-height: 40px;
}
.woocommerce .woocommerce-product-rating .star-rating,
.comment-text .star-rating,
.woocommerce p.stars a {
color: #f2c618;
}
.woocommerce div.product form.cart div.quantity{
margin: 0px;
}
.woocommerce div.product div.images {
margin-bottom: 3em;
}
.woocommerce .quantity .qty {
width: 6em;
text-align: center;
-webkit-font-smoothing:antialiased;
border-radius: 0px;
border: 1px solid #f0f0f0;
padding: 15px 10px;
background-color:#f0f0f0;
text-indent: 10px;
margin-right:10px;
}
.woocommerce .related{
overflow: hidden;
display: block;
}
.woocommerce .related h2,.upsells h2{
margin-bottom:20px;
width:100%;
font-size: 26px;
line-height: 36px;
}
#shopmain.woocommerce-checkout .woocommerce-billing-fields h3,
#ship-to-different-address .woocommerce-form__label span,
#shopmain.woocommerce-checkout h3#order_review_heading{
font-size: 26px;
line-height: 36px; 
}
.woocommerce ul.products li,.upsells ul.products li{
text-align:center;
}
.woocommerce ul.products li.product h3{
padding: 0em 0;
font-size: 16px;
}
#shopmain.woocommerce ul.products li.product .price{
margin-top: 0;
color:#080808;
font-size: 12px;
margin-bottom: 0;
}
.woocommerce ul.products li.product .star-rating{
margin:0 auto;
padding-bottom:0em;
color: #f2c618;
margin-bottom:10px;
}
#shopmain h2.woocommerce-loop-product__title{
font-size:14px;
line-height:24px;
}
.woocommerce ul.products li.product .price del{
display:inline-block;
padding-right:5px;
}
.woocommerce li.product .button{
font-size: 12px;
background-color: transparent;
color: #e7c09c;
font-weight:normal;
padding: 7px 12px;
border:2px solid #e7c09c;
webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
#shopmain .woocommerce-breadcrumb{
font-size: 14px;
color: #e7c09c;
}
.woocommerce div.product form.cart .variations {
width: 55%;
}
#shopmain #pa_color{
width:75%!important;
}
#shopmain.woocommerce div.product form.cart .variations td.label {
padding-right: 0em;
}
#shopmain.woocommerce ul.wc-tabs li.active:after{
content: "\f0da"!important;
font-family: "Font Awesome 5 Free";
font-weight: 600;
font-size: 14px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
box-shadow: none;
}
#shopmain .woocommerce-error, 
#shopmain .woocommerce-info,
#shopmain .woocommerce-message {
padding: 1em 1em 1em 1em!important;
position: relative;
color: #666666;
border-top: 0px solid #a46497;
list-style: none!important;
width: auto;
word-wrap: break-word;
border:1px solid #d3ced2;
line-height:38px;
}
#shopmain .woocommerce-error{
margin:0px;
margin-bottom: 20px;
}
.woocommerce div.product div.images ol.flex-control-nav{
margin: 14px 0px;
}
.woocommerce div.product div.images .flex-control-thumbs li{
width: 23%;
margin-right:2.66%;
margin-bottom: 15px;
}
.woocommerce div.product div.images .flex-control-thumbs li:nth-of-type(4n+4){
margin-right:0%;
}
.up-sells.upsells.products ul{
margin-top:20px;
}
.woocommerce-page div.product div.images {
float: left;
width: 38%;
overflow: hidden;
}
.woocommerce-page div.product div.summary {
float: right;
width: 58%;
}
.woocommerce-product-details__short-description{
margin-bottom:20px;
}
.single-product .social-share{
margin:15px 0px;;
}
.single-product .social-share h3,.woocommerce-Tabs-panel h2{
margin-bottom:15px;
font-size: 21px;
line-height: 31px;
}
.social-share ul li{
display:inline;
}
.single-product .social-share ul li a {
display: inline-block;
width: 50px;
height: 30px;
min-width: 50px;
opacity:0.8;
min-height: 30px;
margin: 0 4px 4px 0;
border: 1px solid;
font: normal normal normal 12px/30px FontAwesome;
text-decoration: none;
text-align: center;
-webkit-transition: border-color .2s ease;
transition: border-color .2s ease;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.single-product .social-share ul li a:hover {
opacity:1;
}
.single-product .social-share ul li.fb-icon a {
border-color:#3B5999;
}
.single-product .social-share ul li.gml-icon a {
border-color:#DB4A39;
}
.single-product .social-share ul li.twt-icon a {
border-color:#00A0D0;
}
.single-product .social-share ul li.paintest-icon a {
border-color: #CB211D;
}
.single-product .social-share ul li.linked-icon a {
border-color: #0177B5;
}
.single-product .social-share .fb-icon a{
color: #3B5999;
}
.single-product .social-share .gml-icon a{
color: #DB4A39;
}
.single-product .social-share .twt-icon a{
color: #00A0D0;
}
.single-product .social-share .paintest-icon a{
color: #CB211D;
}
.single-product .social-share .linked-icon a{
color: #0177B5;
} .wishlist-title{
display:none;
}
.single-product .yith-wcwl-add-to-wishlist{
position:absolute;
top:5px;
right:0;
margin-top:0px;
}
.single-product .add_to_wishlist:before {
content: "\f004";
font-family: 'Font Awesome 5 Free';
color: #fff;
font-weight: bold;
color: #bbb;
font-size:26px;
}
.single-product .add_to_wishlist{
font-size:0px;
}
.single-product .yith-wcwl-add-to-wishlist .ajax-loading {
display: none!important;
margin-left: 0px;
width: 0px !important;
height: 0px !important;
}
.single-product .feedback, 
.single-product .yith-wcwl-wishlistaddedbrowse a, 
.single-product .yith-wcwl-wishlistexistsbrowse a{
display:none!important;
}
.single-product .yith-wcwl-wishlistexistsbrowse:before, 
.single-product .yith-wcwl-wishlistaddedbrowse:before {
content: "\f004";
font-family: 'Font Awesome 5 Free';
font-weight: bold;
color: #e7c09c;
font-size:26px;
margin-right: 6px;
}
.single-product .yith-wcwl-add-button, 
.single-product.woocommerce-page .yith-wcwl-wishlistexistsbrowse, 
.single-product.woocommerce-page .yith-wcwl-wishlistaddedbrowse{
text-align:center;
}
.woocommerce-wishlist table {
border-spacing:0px;
border-color:none;;
}
.woocommerce-wishlist .cart thead {
background: #ececec;
font-size: 14px;
text-transform: uppercase;
}
.woocommerce-wishlist table.wishlist_table tbody td {
padding: 20px 12px!important;
font-size: 14px;
}
.wishlist_table span.amount{
font-family:"poppins-regular";
font-size:12px;
}
.wishlist_table .yith-wcwl-share h4, 
.wishlist_table .yith-wcwl-share ul{
float:left;
width:auto;
margin:0;
}
.wishlist_table .yith-wcwl-share ul li{
margin:8px;
}
.wishlist_table .yith-wcwl-share {
margin-bottom: 0px;
}
.woocommerce-wishlist .wishlist_table tr td, .wishlist_table tr th.wishlist-delete, .wishlist_table tr th.product-checkbox {
text-align:left;
}
.woocommerce-wishlist .wishlist_table tr td.product-name a {
font-size: 14px;
}
.woocommerce table.wishlist_table thead th
{
border-top: 0px solid;
padding: 20px 12px!important;
background: #ececec;
font-size: 14px;
font-family: "Catamaran-SemiBold", sans-serif;
text-transform: uppercase
}
.woocommerce-wishlist  .wishlist_table td.product-add-to-cart a {
display: inline!important;
margin: 0;
margin-bottom: 0px;
text-align: center;
border-radius: 0px;
}
.woocommerce-wishlist .wishlist_table tr td.product-thumbnail a img {
width: 100%;
height: auto;
}
.page-title{
padding-top:35px;
}
.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
margin: 0 0 2.1em;
}
.woocommerce-message{
-webkit-animation: mymove 1.5s; 
-webkit-animation-fill-mode: forwards; 
animation: mymove 1.5s;
animation-fill-mode: forwards;
}
@-webkit-keyframes mymove {
from {top: -20px;}
to {top: 0px;}
}
@keyframes mymove {
from {top: -20px;}
to {top: 0px;}
}
.woocommerce .wishlist_table a.button.alt{
padding:10px 15px;
font-size:12px;
}
.single_variation_wrap p{
margin-bottom:25px;
}
.woocommerce div.product form.cart,
.woocommerce div.product p.cart {
margin-bottom: 2em;
}
.product_meta .sku_wrapper{
font-family: "poopins-regular", sans-serif;
margin-right: 10px;
}   .woocommerce ul.products{
padding:0px 10px;
}
.woocommerce ul.products li.product{
box-shadow: 0 0 1px #DDD;
padding-bottom:20px;
}  .woocommerce table.shop_table th {
font-weight: normal;
padding: 20px 12px;
}
.woocommerce-cart .cart th, .cart td{
border: none;
}
.woocommerce table.shop_table td {
padding: 20px 12px;
}
.woocommerce-cart .cart thead{
background:#ececec;
font-size:14px;
font-family: "Catamaran-SemiBold", sans-serif;
text-transform: uppercase;
}
.woocommerce table.shop_table {
border-radius:0px;
}
.woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
width: 60px;
}
.entry-content a{
box-shadow: none;
}
.woocommerce table .cart_item td a{
text-transform: capitalize;
}
.woocommerce table .cart_item td.product-name a{
font-size:14px;
}
.woocommerce table .cart_item td span{
font-size:14px;
font-family: "poopins-regular", sans-serif;
}
#shopmain.woocommerce a.remove {
display: block;
font-size: 1.2em;
height: 1.2em;
width: 1.2em;
text-align: center;
line-height: 1.35;
border-radius:0%;
color: #e7c09c!important;
text-decoration: none;
font-weight: 700;
border: 0;
opacity:0.8;
background:transparent;
webkit-transition: all 0.6s ease;
transition: all 0.6s ease;
}
.woocommerce a.remove:hover {
color: #e44444!important;
background: transparent;
}
.woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
width: 245px;
padding: 12px!important;
background:none;
font-size:13px;
margin: 0 8px 0 0;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled, 
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
color: inherit;
cursor: not-allowed;
opacity: .5;
padding: inherit;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
font-size:12px;
margin: 0;
line-height: initial;
cursor: pointer;
position: relative;
text-decoration: none;
overflow: visible;
padding: 1.6em 1.8em;
font-weight:300;
color: #fff;
border: 2px solid #e7c09c;
background-color: #e7c09c;
text-transform: capitalize;
-webkit-transition: all 0.6s ease;
transition: all 0.6s ease;
-webkit-appearance: none;
-moz-appearance:    none;
appearance:         none;   
-webkit-border-radius: 0; 
-moz-border-radius: 0;
border-radius: 0;
}
.select2-container--default .select2-selection--single{
border-radius: 0px;
border: 1px solid #d3ced2;
height:38px;
}
.select2-container--default 
.select2-selection--single 
.select2-selection__arrow b{
margin-top: 2px;
}
.woocommerce input:focus{
outline:none;
}
table.shop_table input.button,
.woocommerce input.button:disabled, 
.woocommerce input.button:disabled[disabled] {
padding: 1.05em 1.5em;
}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
background-color: #e7c09c;
border:2px solid #e7c09c;
color: #fff;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover{
background-color:transparent;
color:#e7c09c;
border:2px solid #e7c09c;
}
.woocommerce li.product .button:hover{
background-color:transparent;
color:#fff;
border:2px solid #e7c09c;
}
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
background-color: transparent;
color: #e7c09c;
border: 2px solid #e7c09c;
padding: 1.1em 1.6em;
font-size: 13px;
line-height: 14px;
outline: none;
-webkit-font-smoothing: antialiased;
-webkit-transition: all 0.6s ease;
transition: all 0.6s ease;
}
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
background-color:#e7c09c;
color:#fff;
border:2px solid #e7c09c;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
padding: 1.2em!important;
}
#shopmain .cart_totals h2,.cross-sells h2{
background:#ececec;
text-align:center;
padding:10px 0px;
font-size: 18px;
}
#shopmain h2.woocommerce-loop-product__title{
background:transparent;
color: #666666;
}
#shopmain.woocommerce .cart-collaterals .cross-sells, 
#shopmain .woocommerce-page .cart-collaterals .cross-sells {
border: 1px solid rgba(0,0,0,.1);
}
#shopmain.woocommerce .cart-collaterals .cross-sells ul.products,
#shopmain .woocommerce-page .cart-collaterals .cross-sells ul.products{
padding: 25px;
}
#shopmain.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
float:right;
}
#shopmain.woocommerce-cart .amount{
font-family:"poppins-regular";
font-size:12px;
}  .woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
vertical-align: middle;
line-height: 2em;
}
.woocommerce div.product form.cart .variations, .woocommerce-variation-price{
margin:0; 
}
.woocommerce div.product  .woocommerce-variation-price .price{
margin-bottom:25px;
margin-top:10px;
}  #post_section .owl-theme .owl-dots .owl-dot.active span,
#post_section .owl-theme .owl-dots .owl-dot:hover span,
#testimonial_section .owl-dots .owl-dot.active span, 
#testimonial_section .owl-dots .owl-dot:hover span,
#category_section .owl-dots .owl-dot.active span, 
#category_section .owl-dots .owl-dot:hover span,
.product-block .owl-dots .owl-dot.active span,
.product-block .owl-dots .owl-dot:hover span{
background: #e7c09c;
} .archive .page-title{
display:none;
}
.archive #page .page-title{
display:block;
}
.archive #page ul.product{
text-align: center;
}
.price_slider{ 
margin-bottom: 2em;
}
.price_slider_amount {
text-align: right;
line-height: 2.4em;
font-size: 0.8751em;
}
.price_slider_amount .button {
font-size:1.15em;
}
.price_slider_amount .button {
float: left;
}
.price_slider_wrapper .ui-slider {
position: relative;
text-align: left;
}
.price_slider_wrapper .ui-slider .ui-slider-handle {
margin-left: 0px;
position: absolute;
z-index: 2;
width: 0.8em;
height: 0.8em;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
border: 1px solid rgba(0, 0, 0, 0.25);
cursor: pointer;
background: #e7e7e7;
background: -webkit-gradient(linear,left top,left bottom,from(#FEFEFE),to(#e7e7e7));
background: -webkit-linear-gradient(#FEFEFE,#e7e7e7);
background: -moz-linear-gradient(center top,#FEFEFE 0%,#e7e7e7 100%);
background: -moz-gradient(center top,#FEFEFE 0%,#e7e7e7 100%);
outline: none;
top: -.3em;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
}
.price_slider_wrapper .ui-slider .ui-slider-handle:last-child {
margin-left: -0.8em;
}
.price_slider_wrapper .ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size:.7em;
display: block;
border: 0;
background: none repeat scroll 0 0 #e7c09c;
box-shadow: 1px 1px 1px 0.5px #e7c09c inset;
-webkit-box-shadow: 1px 1px 1px 0.5px rgb(231, 192, 156) inset;
-webkit-border-radius: 1em;
-moz-border-radius: 1em;
border-radius: 1em;
}
.price_slider_wrapper .ui-widget-content {
-webkit-border-radius: 1em;
-moz-border-radius: 1em;
border-radius: 1em;
background: #1e1e1e;
background: -webkit-gradient(linear,left top,left bottom,from(#1e1e1e),to(#6a6a6a));
background: -webkit-linear-gradient(#eee,#ccc);
background: -moz-linear-gradient(center top,#1e1e1e 0%,#6a6a6a 100%);
background: -moz-gradient(center top,#1e1e1e 0%,#6a6a6a 100%);
}
.price_slider_wrapper .ui-slider-horizontal {
height:.3em;
width: 100%;
}
.price_slider_wrapper .ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
}
.price_slider_wrapper .ui-slider-horizontal .ui-slider-range-min {
left: -1px;
}
.price_slider_wrapper .ui-slider-horizontal .ui-slider-range-max {
right: -1px;
}
.woocommerce .price_slider_amount button.button{
padding: 18px 30px;
letter-spacing:1px;
float: right;
}
.price_label{
text-align:left;
line-height:3em;
font-family:"poppins-regular";
font-size: 16px;
}
.woocommerce .price_slider_amount button.button:hover{
background:transparent;
}  .woocommerce-page.columns-2 ul.products li.product, 
.woocommerce .columns-2 ul.products li.product {
width: 48.5%;
margin-right:3%;
position: relative;
}
.woocommerce .columns-2  ul.products li.last, 
.woocommerce-page .columns-2  ul.products li.last{
margin-right:0;
} .woocommerce-page .columns-3  ul.products li.product, 
.woocommerce .columns-3  ul.products li.product {
width: 31.35%;
margin-right:2.975%;
position: relative;
margin-top: 2.975%;
margin-bottom: 0;
}
.woocommerce .columns-3  ul.products li.last, 
.woocommerce-page .columns-3  ul.products li.last{
margin-right:0;
} .woocommerce-page .columns-4  ul.products li.product,
.woocommerce .columns-4  ul.products li.product {
width: 22.70%;
margin-right:3.06%;
position: relative;
margin-top: 3.06%;
margin-bottom: 0;
}
.woocommerce .columns-4  ul.products li.last,
.woocommerce-page .columns-4  ul.products li.last{
margin-right:0;
} .woocommerce-page .columns-5  ul.products li.product,
.woocommerce .columns-5  ul.products li.product {
width: 17.6%;
margin-right:3%;
position: relative;
margin-top: 3%;
margin-bottom: 0;
}
.woocommerce .columns-5  ul.products li.last,
.woocommerce-page .columns-5  ul.products li.last{
margin-right:0;
} #shopmain.woocommerce nav.woocommerce-pagination{
margin-top:50px;
}
#shopmain.woocommerce nav.woocommerce-pagination ul li a,
#shopmain.woocommerce nav.woocommerce-pagination ul li span {
padding: 1em;
height: 35px;
width: 35px;
margin: 0 4px;
text-align: center;
line-height: 14px;
font-size: 13px!important;
font-weight: 400;
}
#shopmain.woocommerce nav.woocommerce-pagination ul li a:focus,
#shopmain.woocommerce nav.woocommerce-pagination ul li span.current {
background:#e7c09c;
color: #fff;
}
#shopmain.woocommerce nav.woocommerce-pagination ul li a:hover{
background:none;
}
#shopmain.woocommerce #content nav.woocommerce-pagination ul, 
#shopmain.woocommerce nav.woocommerce-pagination ul, 
#shopmain.woocommerce-page #content nav.woocommerce-pagination ul,
#shopmain.woocommerce-page nav.woocommerce-pagination ul {
border: 0px!important;
}
#shopmain.woocommerce #content nav.woocommerce-pagination ul li,
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce-page #content nav.woocommerce-pagination ul li,
.woocommerce-page nav.woocommerce-pagination ul li {
border: 0px!important;
margin: 1px!important;
overflow: visible;
}
#shopmain .flex-direction-nav a, #shopmain #pagination span,
#shopmain #pagination a, #shopmain #pagination .next.inactive, 
#shopmain #pagination .prev.inactive, 
#shopmain.woocommerce nav.woocommerce-pagination ul li a, 
#shopmain.woocommerce .container-wrap nav.woocommerce-pagination ul li span {
border-radius: 0!important;
} .woocommerce .woocommerce-ordering:after, 
.woocommerce-page .woocommerce-ordering:after {
content: '';
display: inline-block;
width: 8px;
height: 8px;
border: 1px solid transparent;
border-bottom-color: #000;
border-left-color: #000;
margin-left: -25px;
margin-top: 11px;
pointer-events: none;
-webkit-transform: rotateZ(-45deg);
transform: rotateZ(-45deg);
}
.woocommerce .woocommerce-ordering select{
height:40px!important;
width:auto!important;
font-size: .75em;
background-color: transparent;
color: inherit;
border-radius: 0;
border: 0px solid #bbb!important;
font-weight:bold;
color:#000!important;
letter-spacing: .08em;
padding: 9px 0;
text-transform: uppercase;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
padding-right: 30px;
}
.archive.woocommerce-page ul.products{
margin-bottom: 20px;
border-top: 2px solid rgba(0,0,0,.13);
padding-bottom: 6px;
font-size: 12px;
}
.woocommerce .woocommerce-result-count{
margin-top:8px!important;
}
.woocommerce .woocommerce-ordering, 
.woocommerce .woocommerce-result-count{
margin:0;
}
.woocommerce .woocommerce-ordering select {
border: 0px solid #bbb!important;
font-weight:normal;
color:#000!important;
font-size: 14px!important;
} #shopmain .woocommerce-info {
border-top: none;
border:1px solid #d3ced2;
padding: 1em 1em 1em 1em!important;
}
#shopmain .woocommerce-checkout #payment ul.payment_methods li {
font-weight: 100;
font-size: 16px;
}
#shopmain .woocommerce-error:before, #shopmain .woocommerce-info:before, #shopmain .woocommerce-message:before {
display:none;
}
#shopmain .woocommerce-info a{
right: 10px;
bottom:13px;
border:2px solid #e7c09c;
background-color: #e7c09c;
padding: 0px 18px;
color: #fff;
font-size: 13px;
letter-spacing: 1px;
position: absolute;
webkit-transition: all 0.6s ease;
transition: all 0.6s ease;
}
#shopmain .woocommerce form.checkout_coupon{
border: 0px solid #d3ced2;
padding: 0px;
margin: 2em 0;
text-align: left;
border-radius: 0px;
}
#shopmain .woocommerce form .form-row input.input-text{
height:38px;
border:1px solid #d3ced2;
padding: 10px;
}
#shopmain .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
border:1px solid #d3ced2;
}
#shopmain .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
border:1px solid #d3ced2;
}
#shopmain .woocommerce form .form-row textarea{
padding:10px;
border:1px solid #d3ced2;
}
#shopmain .woocommerce form.checkout p{
padding: 3px;
margin-bottom:20px;
}
#shopmain .select2-container .select2-choice{
border-radius:0px;
line-height:2.5em;
height:38px;
}
#shopmain table.woocommerce-checkout-review-order-table{
border-spacing: 0px;
border-color: #d3ced2;
}
#shopmain #add_payment_method #payment,
#shopmain .woocommerce-cart #payment,
#shopmain .woocommerce-checkout #payment {
background: none;
padding-top:40px;
float: left;
width: 48%;
}
#shopmain.woocommerce.woocommerce-checkout .col2-set .col-2, 
#shopmain.woocommerce-page .col2-set .col-2 {
float: none;
width: 100%;
}
#shopmain.woocommerce.woocommerce-checkout table.shop_table {
margin:0px;
text-align: left;
width: 48%;
border-collapse: separate;
border-radius: 0px;
}
#shopmain.woocommerce.woocommerce-checkout .col2-set,
#shopmain.woocommerce-checkout .woocommerce-page .col2-set {
width: 48%;
float: left;
margin-right: 4%;
}
#shopmain.woocommerce.woocommerce-checkout .col2-set .col-1, 
#shopmain.woocommerce-checkout .woocommerce-page .col2-set .col-1 {
float: left;
width: 100%;
}
#shopmain.woocommerce-checkout .woocommerce-billing-fields h3{
margin-bottom:20px;
}
#shopmain.woocommerce-checkout h3#order_review_heading{
margin-bottom:20px;
}
#shopmain .woocommerce-checkout-review-order-table thead{
background: #ececec;
color: #313646;
}
#shopmain .woocommerce-checkout-review-order-table th {
padding: 14px 12px;
}
#shopmain.woocommerce .woocommerce-checkout-review-order-table td {
padding: 14px 12px;
}
#shopmain.woocommerce form.checkout_coupon .form-row{
padding:0px;
}
.woocommerce.woocommerce-checkout td.product-name dl.variation dd {
padding: 0 0 .0em;
margin-bottom:0;
}
.woocommerce.woocommerce-checkout td.product-name dl.variation dd p:last-child {
margin-bottom: 0!important;
}
.woocommerce.woocommerce-checkout td.product-name .variation-color p {
line-height: 16px!important;
}
.woocommerce.woocommerce-checkout #payment ul.payment_methods {
border: 1px solid #d3ced2; 
}
.woocommerce.woocommerce-checkout #payment ul.payment_methods li {
border:none; 
}
.woocommerce-checkout #payment div.form-row {
padding: 1em 0em;
}  #shopmain.woocommerce-account fieldset{
border-width: 0px;
margin-top:10px;
}
#shopmain.woocommerce.woocommerce-account input.button {
font-size: 13px;
line-height:14px;
margin-top:20px;
padding: 1em 1.8em;
border:2px solid #e7c09c;
}
#shopmain.woocommerce form.login{
border-radius: 0px;
width: 400px;
}
#shopmain .lost_password a{
-webkit-transition: all 0.6s ease;
transition: all 0.6s ease;
} 
#shopmain .lost_password a:hover{
color:#dda673;
}
#shopmain .woocommerce-MyAccount-navigation ul li a{
font-size:16px;
background:#ededed;
padding:14px 20px;
display: block;
-webkit-transition: all 0.6s ease;
transition: all 0.6s ease;
}
#shopmain .woocommerce-MyAccount-navigation ul li.is-active a{
background:#080808;
color:#fff;
}
#shopmain .woocommerce-MyAccount-navigation ul li a:hover{
color:#e7c09c;
}
#shopmain .woocommerce-MyAccount-content p strong{
color:#e7c09c;
}
#shopmain .woocommerce-MyAccount-content .woocommerce-info a {
padding: 20px 22px;
}
.woocommerce-account .woocommerce-MyAccount-content{
border: 1px solid rgba(0,0,0,.1);
padding: 20px;
}
#shopmain.woocommerce-account .woocommerce-MyAccount-content p{
margin: 20px 0px;
}
#shopmain.woocommerce-account .woocommerce-MyAccount-content .col2-set.addresses{
padding: 10px 12px;
}
#shopmain.woocommerce-account .addresses .title .edit{
float:left;
padding:5px 15px;
margin-left:20px;
background:#e7c09c;
color:#fff;
}
#shopmain.woocommerce-account .woocommerce-MyAccount-content address{
padding:20px 0px;
}
nav.woocommerce-MyAccount-navigation ul,
nav.woocommerce-MyAccount-navigation ul li{
list-style-type: none;
}
nav.woocommerce-MyAccount-navigation ul{
margin:0px;
}
nav.woocommerce-MyAccount-navigation ul li{
margin:0px 0px .5em;
}
#shopmain.woocommerce #customer_login .login{
width:100%;
}
#shopmain.woocommerce #customer_login .u-column2.col-2{
width:48%;
float:right;
}
#shopmain.woocommerce #customer_login .u-column2.col-2 form.register{
border-radius:0;
}
header.woocommerce-Address-title{
width: auto;
position: relative;
top: auto;
left: auto;
z-index: 999;
padding: inherit;
-webkit-transition: all 0.6s ease;
transition: all 0.6s ease;
background: none;
}
header.woocommerce-Address-title.shrink{
background:none;
-webkit-animation-name: inherit;
animation-name: inherit;
}  .tooltip {
position: relative;
display: inline-block;
}
.tooltip .tooltiptext {
visibility: hidden;
width: 60px;
background-color: #232531;
color: #fff;
text-align: center;
border-radius: 4px;
padding: 7px 10px;
position: absolute;
z-index: 99;
top: 150%;
left: 50%;
margin-left: -30px;
opacity: 0;
transition: opacity 1s;
font-size: 10px;
letter-spacing: 1px;
line-height: 22px;
}
.tooltip .tooltiptext::after {
content: "";
position: absolute;
bottom: 100%;
left: 50%;
margin-left: -8px;
border-width: 8px;
border-style: solid;
border-color: transparent transparent #232531 transparent;
}
.tooltip:hover .tooltiptext {
visibility: visible;
opacity: 1;
}
.header-extra ul.hdr-icon-list li.accnt a span.tooltiptext{
display:block;
}
.cart-widget span.tooltiptext {
margin-left: -30px;
}
.cart-widget .tooltiptext{
display:none;
} .product-content-wrapper .tooltip .tooltiptext, .featured-list .tooltip .tooltiptext{
visibility: hidden;
width: 60px;
background-color: #232531;
color: #fff;
text-align: center;
border-radius: 4px;
padding: 7px 10px;
position: absolute;
z-index: 1;
top: -90%;
left: 50%;
margin-left: -30px;
opacity: 0;
transition: opacity 1s;
line-height:18px;
}
.product-content-wrapper .tooltip .tooltiptext::after, .featured-list .tooltip .tooltiptext::after{
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -8px;
border-width: 8px;
border-style: solid;
border-color: #232531 transparent transparent transparent;
}
.product-content-wrapper .tooltip:hover .tooltiptext, .featured-list .tooltip:hover .tooltiptext{
visibility: visible;
opacity: 1;
}
#shopmain .woocommerce-info a:hover{
background-color: transparent;
border:2px solid #e7c09c;
color:#e7c09c;
}  .product-one .tooltip .tooltiptext {
visibility: hidden;
width: 60px;
background-color: #232531;
color: #fff;
text-align: center;
border-radius: 4px;
padding: 7px 10px;
position: absolute;
z-index: 1;
top: -90%;
left: 50%;
margin-left: -30px;
opacity: 0;
transition: opacity 1s;
line-height: 18px;
}
.product-one .tooltip .tooltiptext::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -8px;
border-width: 8px;
border-style: solid;
border-color: #232531 
transparent transparent 
transparent;
}
.product-one .tooltip:hover .tooltiptext {
visibility: visible;
opacity: 1;
}
.product-one .product-slide{
padding: 20px;
} .loaded section,
.no-js section {
opacity: 1;
-webkit-transition: opacity 300ms ease-out;
-moz-transition: opacity 300ms ease-out;
transition: opacity 300ms ease-out;
} 
section#category_section, 
section#ribbon_section,
section#featured_product_section,
section#testimonial_section,
section#aboutus_section,
section#post_section,
section#best_sell_section,
section#brand_section,
footer#footer-wrp,#hero-image,section#featured_product_section1{
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
} 
section#category_section.parallax,
section#ribbon_section.parallax,
section#featured_product_section.parallax,
section#testimonial_section.parallax,
section#aboutus_section.parallax,
section#post_section.parallax,
section#best_sell_section.parallax,
section#brand_section.parallax,
footer#footer-wrp.parallax,#hero-image.parallax,
section#featured_product_section1.parallax{
background-attachment: fixed;
width: 100%;
} p.not_found {
position: absolute;
top: 100px;
margin: 0 auto;
text-align: center;
left: 38%;
} .contact-info-wrap,.contact-form{
width:100%;
float:left;
}
ul.contact-info-wrap,ul.contact-info-wrap li{
margin:0;
padding:0;
list-style-type: none;
}
.contact-wrap ul.contact-info-wrap, 
.contact-wrap .contact-form{
margin-top:40px;
}
.contact-wrap .contact-form{
margin-bottom:40px;
}
ul.contact-info-wrap li{
width:30%;
float:left;
margin-bottom:40px;
margin-right:3.33%
}
.contact-icon, .contact-info{
text-align:center;
}
.contact-icon i{
font-size:45px;
color: #bbb;
}
.contact-icon{
margin-bottom:25px;
}
.contact-info a,.contact-info p{
color:#666666;
margin:0px 0px;
font-size:16px;
} .contact-form .leadform-show-form .lf-field{
position:initial;
}
.contact-form .leadform-show-form.leadform-lite {
display: block;
margin: auto;
max-width: 90%;
}
.contact-form .leadform-show-form.leadform-lite h1{
display:none;
}
.contact-form .leadform-show-form.leadform-lite input[type="text"],
.contact-form .leadform-show-form.leadform-lite input[type="email"],
.contact-form .leadform-show-form.leadform-lite input[type="number"],
.contact-form .leadform-show-form.leadform-lite textarea,
#shopmain .contact-form .leadform-show-form.leadform-lite .select-type select{
border: 1px solid #bdbdbd;
padding: 13px 10px;
margin: 0 1em 1.8em 0;
max-width: 100%;
-webkit-appearance: none;
color: #5b6270;
text-indent: 0em;
font-size: 15px;
border-radius:0;
letter-spacing: 0.5px;
height: auto;
font-family:"Catamaran-Regular", 'sans-serif';
}
.contact-form .leadform-show-form.leadform-lite label{
font-size:18px;
}
.contact-form .leadform-show-form.leadform-lite :focus {
outline: -webkit-focus-ring-color auto 0px;
}
.contact-form .leadform-show-form.leadform-lite input[type="submit"]{
font-size: 18px;
margin: 0;
line-height: 0;
cursor: pointer;
position: relative;
text-decoration: none;
overflow: visible;
padding: 24px 30px;
font-weight: 300;
border-radius: 0px;
color: #fff;
border: 2px solid #e7c09c;
background-color: #e7c09c;
text-transform: capitalize;
-webkit-transition: all 0.6s ease;
transition: all 0.6s ease;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.contact-form .leadform-show-form.leadform-lite label{
display:none;
}
.contact-form .leadform-show-form.leadform-lite .name-type input[type="text"]{
width:48%;
float:left;
margin-right: 4%;
}
.contact-form .leadform-show-form.leadform-lite input[type="email"]{
width:48%;
float:left;
margin:0;
}
.contact-form .leadform-show-form.leadform-lite .submit-type label{
display:block;
}
.contact-form .leadform-show-form.leadform-lite label{
margin: 0;
}
.contact-form .leadform-show-form.leadform-lite input[type="radio"]{
-webkit-appearance: radio; 
margin: 0 1em 1.8em 0;
}
.contact-form .leadform-show-form.leadform-lite input[type="checkbox"]{
-webkit-appearance: checkbox; 
margin: 0 1em 1.8em 0;
}
.contact-form .leadform-show-form.leadform-lite ul,
.contact-form .leadform-show-form.leadform-lite ul li{
padding:0;
margin:0;
color: #777;
}  section#services{
padding-top: 25px;
padding-bottom: 25px;
}
.block-services ul.services-list{
margin: 0;
list-style: none;
overflow: hidden;
padding: 20px 0;
}
.block-services ul.services-list li{
text-align: center;
border-right: 1px solid #ebebeb;
}
.block-services ul.services-list li .wrap{
display: inline-block;
overflow: hidden;
}
.block-services ul.services-list li .wrap .icon{
display: inline-block;
width: 45px;
height: 45px;
float: left;
}
.block-services ul.services-list li .wrap .text{
overflow: hidden;
padding: 0px 10px;
}
.block-services ul.services-list li .wrap .text h5{
line-height: 22px;
font-size:16px;
}
.block-services ul.services-list li .wrap .text h5 a{
color:#232531;
font-family:'Catamaran-semiBold';
}
.block-services ul.services-list li .wrap .icon i{
font-size:32px;
line-height:45px;
}
.block-services ul.services-list .owl-item:last-child li {
border: 0;
} header .taiowc-cart-item,
header .taiowcp-cart-item{
padding:0;
}
header .taiowc-total,header .taiowcp-total{
display:none;
}
header .cart-count-item{
position: absolute;
background: #111;
height: 25px;
width: 25px;
line-height: 25px;
color: #fff;
text-align: center;
font-size: 0.9rem;
border-radius: 100%;
top: -18px;
left: -18px;
z-index: 1;
}
header .taiowc-icon .th-icon, header .taiowcp-icon .th-icon{
font-size: 1.9rem;
font-weight: bold;
color: #080808;
}
.summary .th-product-compare-btn-wrap{
display:inline-flex;
margin-bottom:25px;
} .add_to_wishlist_a .yith-wcwl-add-to-wishlist-button__label{
display: none;
}
.icons .add_to_wishlist_a .yith-wcwl-add-to-wishlist-button svg{
color: #FFF;
}
@media screen and (max-width: 1350px){
#page, .container, .home #page, .home .container {
max-width: 90%;
}
.hero-wrap .container_caption .container{
width:90%;
}
}
@media screen and (max-width: 1325px){
.menu-wrapper{
width:60%;
}
}
@media screen and (max-width: 1024px){ .header-wrapper .title-desc {
width: auto;
}
.menu-wrapper {
width: 0%;
}
.header-extra {
margin-right: 50px;
width: auto;
}
p.site-description{
line-height: 16px; 
} .featured-block ul{
width:100%;
margin:0 auto;
float:none;
}
ul.featured-grid li.featured-list {
width: 33.333%;
}
section#category_section.parallax,
section#ribbon_section.parallax,
section#featured_product_section.parallax,
section#testimonial_section.parallax,
section#aboutus_section.parallax,
section#post_section.parallax,
section#best_sell_section.parallax,
section#brand_section.parallax,
footer#footer-wrp.parallax,
.page-head-image,.parallax .page-head-image,#hero-image.parallax,.parallax .slide-item,
section#featured_product_section1.parallax{
background-attachment: inherit;
background-position: inherit!important;
}  .woocommerce-page .columns-5  ul.products li.product,
.woocommerce .columns-5  ul.products li.product,
.woocommerce-page .columns-4  ul.products li.product,
.woocommerce .columns-4  ul.products li.product{
width:31.35%;
margin-right: 2.975%;
}
.woocommerce-page .columns-5  ul.products li.product:nth-of-type(3n+3),
.woocommerce .columns-5  ul.products li.product:nth-of-type(3n+3),
.woocommerce-page .columns-4  ul.products li.product:nth-of-type(3n+3),
.woocommerce .columns-4  ul.products li.product:nth-of-type(3n+3){
margin-right: 0;
}
.woocommerce .columns-5 ul.products li.last, 
.woocommerce-page .columns-5 ul.products li.last,
.woocommerce .columns-4 ul.products li.last, 
.woocommerce-page .columns-4 ul.products li.last {
margin-right: 2.975%;
}
.woocommerce-page .columns-5 ul.products li.first,
.woocommerce-page .columns-4 ul.products li.first{
clear:initial;
}
.woocommerce.woocommerce-page #page.container{
padding:0px 0px;
}
}
@media screen and (max-width: 1000px){
.woocommerce .wishlist_table a.button.alt{
padding:4px 7px;;
font-size:12px;
}
#page.no-sidebar ul.blog-content li{
width: 47.5%;
float: left;
margin-right: 5%;
}
#page.no-sidebar ul.blog-content li:nth-of-type(3n+3) {
margin-right: 5%;
}
#page.no-sidebar ul.blog-content li:nth-of-type(2n+2) {
margin-right: 0%;
}
#page.no-sidebar ul.blog-content li:nth-of-type(3n+1) {
clear: inherit;
}
#page.no-sidebar ul.blog-content li:nth-of-type(2n+1) {
clear: left;
}
}
@media screen and (max-width: 930px){
.footer-bottom-left .leadform-show-form.leadform-lite .text-type{
width: 50%;
}
.centered {
display: inline-block;
width: 80%;
padding: 10px 15px;
color: #FFF;
border: none;
background: transparent;
}
#shopmain select#product_cat {
width: 120px;
font-size: 15px; 
}
#search-box input[type="text"] {
font-size: 15px;
}
#page.right .content-wrapper {
margin-right: 0px;
}
#page.left .content-wrapper {
margin-left: 0px;
}
.content-wrapper {
width: 100%;
margin-right: 0px;
}
.sidebar-wrapper {
max-width: 320px;
width: 100%;
float: left;
}
.sidebar {
margin: 0px;
}
}
@media screen and (max-width: 768px){
.top-left {
float: none;
width: 100%;
text-align: center;
}
.top-right {
float: none;
width: 100%;
text-align: center;
}
.top-right ul li{
padding: 10px 10px 10px 10px;
}
.top-left h3 {
padding: 0px 0px 0px 0px;
}
.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
height: 25px;
width: 25px; 
}
.searchbox_1 {
top: -20px;
}
.submit_1{
height: 42px; 
}
@media screen and (-moz-os-version){ 
.submit_1{
bottom: 0px;
top: 0px;
}
}
@media screen and (-webkit-min-device-pixel-ratio:0) { .submit_1{
bottom: 0px;
top: 0px;
} ::i-block-chrome,.submit_1{
bottom: 0px;
top: 0px;
} 
}
.search_1{
height: 42px;
font-size: 16px;
}
.submit_1:before{
font-size:18px; 
line-height: 23px;
}
.block-heading h2 ,.vedio-ribbon .video-title h2{
font-size: 28px;
line-height: 33px;
}
.block-heading .heading-border,.vedio-ribbon .heading-border {
height: 3px;
margin-top: 25px;
margin-bottom: 25px;
}
.featured-filter a {
font-size: 14px;
padding: 3px 10px;
margin: 0px 5px;
line-height:40px;
}
.featured-block ul{
width:100%;
margin:0 auto;
float:none;
}
ul.featured-grid li.featured-list {
width: 50%;
}
.woocommerce #featured_product_section .featured-filter a.button {
margin-top:10px; 
}
#featured_product_section .featured-filter .owl-item a.button {
margin-top:0px;
}
.sidebar {
margin-top: 0px;
} li.featured-boxed:nth-child(even) .product-content-wrapper {
padding:70px 0px 70px 0px;
}
li.featured-boxed:nth-child(odd) .product-content-wrapper {
padding:70px 0px 70px 0px;
}
li.featured-boxed .product-image-wrapper{
width: 100%;
}
li.featured-boxed .product-content-wrapper {
width: 100%;
}
#aboutus_section .block-heading {
text-align: center;
padding-bottom: 30px;
}
.amazing-block ul.amazing-list li {
margin-right: 0%;
}
.amazing-block ul.amazing-list li {
width: 100%;
float: none;
text-align: center;
}
.amazing-list li:first-child{
margin-bottom:60px!important;
}
.amazing-block ul.amazing-list li h3 {
font-size: 25px;
}
.amazing-block ul.amazing-list li p {
font-size: 16px;
line-height: 25px;
margin-top: 30px;
}
.amazing-block ul.amazing-list li.two {
margin-right: 0%;
}
#aboutus_section .flex-abt{
max-width:100%;
}
.hot-sell-block ul.sell{
max-width: 420px;
margin: 0 auto;
}
.hot-sell-block ul.sell li {
margin-right: 0%;
padding-bottom:20px;
}
.hot-sell-block ul.sell li {
width: 100%;
float: none;
}
.widget-content ul.sell-grid{
max-width:420px;
margin:0 auto;
}
.widget-content ul.sell-grid li.sell-list {
margin-right: 0%;
padding-bottom:20px;
}
.widget-content ul.sell-grid li.sell-list {
width: 100%;
float: none;
}
footer.footer-wrp .footer-menu-wrp {
float: none;
text-align: center;
margin-bottom:10px;
}
footer.footer-wrp .footer-menu-wrp-right {
float: none;
text-align: center;
margin-top:20px;
}
ul.footer-widget-column{
max-width:768px;
margin:0 auto;
}
ul.footer-widget-column li.widget {
width: 48%;
float: left;
}
ul.footer-widget-column li.widget:nth-of-type(2n+2){
margin-right: 0%;
}
ul.footer-widget-column li.widget:nth-of-type(3n+3){
clear:both;
}
ul.footer-widget-column li.widget:nth-of-type(4n+4){
margin-right: 2%;
}
.footer-bottom .footer-bottom-left, 
.footer-bottom .footer-bottom-right{
margin-top: 20px;
float: none;
width: 100%;
text-align: left;
}
.footer-bottom .footer-bottom-right ul.footer-social-icon li:first-child{
margin-left:0px;
margin-right:5px;
} #shopmain.woocommerce.woocommerce-checkout .col2-set,
#shopmain.woocommerce-checkout .woocommerce-page .col2-set {
width: 100%;
float: none;
margin-right: 0%;
}
.woocommerce-page .yith-wcwl-add-to-wishlist {
position: absolute;
top: 70px;
right: 10px;
}
.single-product .yith-wcwl-add-button{
letter-spacing: 0;
}
.woocommerce-page .yith-wcwl-wishlistexistsbrowse.show:before,
.woocommerce-page .yith-wcwl-wishlistaddedbrowse.show:before{
margin-right:0px; 
}
#commentsbox .comment-form-author, 
#commentsbox .comment-form-email, 
#commentsbox .comment-form-url {
display: block;
}
#commentsbox p.form-submit {
float: left;
}  .woocommerce-page .columns-5  ul.products li.product,
.woocommerce .columns-5  ul.products li.product{
margin-right: 2.975%;
clear: none;
}
.woocommerce .columns-5 ul.products li.product:nth-child(2n),
.woocommerce-page .columns-5 ul.products li.product:nth-child(2n){
float: left;
}  .woocommerce-page .columns-4  ul.products li.product,
.woocommerce .columns-4  ul.products li.product,
.woocommerce-page .columns-3  ul.products li.product,
.woocommerce .columns-3  ul.products li.product,
.woocommerce-page .columns-2  ul.products li.product,
.woocommerce .columns-2  ul.products li.product{
width: 48%;
margin-right: 0%;
} 
.woocommerce .columns-4 ul.products li.product:nth-child(2n),
.woocommerce-page .columns-4 ul.products li.product:nth-child(2n),
.woocommerce .columns-3 ul.products li.product:nth-child(2n),
.woocommerce-page .columns-3 ul.products li.product:nth-child(2n),
.woocommerce .columns-2 ul.products li.product:nth-child(2n),
.woocommerce-page .columns-2 ul.products li.product:nth-child(2n){
float: right;
margin-right:0;
} .woocommerce-page div.product div.images,
.woocommerce-page div.product div.summary{
float: none;
width: 100%;
}
.woocommerce div.product form.cart .variations {
width: 100%;
}
#shopmain.woocommerce div.product form.cart .variations td.label {
padding-right: 1em;
}
#shopmain.woocommerce #customer_login .u-column2.col-2{
width:100%;
float:none;
}
#shopmain #add_payment_method #payment, 
#shopmain .woocommerce-cart #payment, 
#shopmain .woocommerce-checkout #payment,
#shopmain.woocommerce.woocommerce-checkout table.shop_table{
width: 100%;
}
}
@media screen and (max-width: 767px){  .woocommerce-page .columns-5  ul.products li.product,
.woocommerce .columns-5  ul.products li.product{
width: 48%;
margin-right: 0%;
} 
.woocommerce .columns-5 ul.products li.product:nth-child(2n),
.woocommerce-page .columns-5 ul.products li.product:nth-child(2n){
float: right;
margin-right:0;
}
.flexslider .container_caption h2 a {
font-size: 35px;
line-height: 45px!important;
}
.flexslider .container_caption p {
font-size: 18px;
}
.flexslider .container_caption a.slider-button {
font-size: 12px;
padding: 10px 15px;
}
.woocommerce .wishlist_table a.button.alt{
padding:0; 
border:0;
}
.woocommerce .wishlist_table a.button.alt:hover{
background:none;
color:#e7c09c; 
}
.content-wrapper .content,.sidebar,.breadcrumb{
padding:0px;
}
}
@media screen and (max-width: 550px){
#shopmain select#product_cat{
position:relative;
}
#search-btn1 {
font-size: 18px;
}
.header-extra {
margin-right: 40px;
}
.da-slide .da-img {
display:none;
}
.header-extra ul.hdr-icon-list li.top-list {
display: inline-block;
}
.header-extra .top-list a.tooltip{
padding:27px 5px;
}
.cart-widget .fa-shopping-cart, .header-extra .fa-heart, .header-extra ul.hdr-icon-list li.accnt a.logged-in:before {
font-size: 17px;
}
.lst-post figure.blog-list p {
font-size:13px;
}
.lst-post figure.blog-list .blog-date b {
font-size: 16px;
}
.lst-post figure.blog-list span {
font-size: 12px;
}  
.page-block{
width: 100%;
padding-top:50px;
float: none;
margin: 0 auto;
}
ul.blog-content li {
width:100%;
float: none;
position: relative;
padding-bottom: 40px;
margin-right: 0%;
overflow: hidden;
}
.sidebar {
padding-top: 0px;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
float: left;
}
.woocommerce-tabs ul.tabs, .woocommerce-tabs .panel{
width:100%;
float:none;
padding-left: 0px!important;
border: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
float: left;
padding-right: 20px!important;  
}
.woocommerce-tabs ul.tabs li.active{
border:none!important;
}  .woocommerce-page .columns-5  ul.products li.product,
.woocommerce .columns-5  ul.products li.product,
.woocommerce-page .columns-4  ul.products li.product,
.woocommerce .columns-4  ul.products li.product,
.woocommerce-page .columns-3  ul.products li.product,
.woocommerce .columns-3  ul.products li.product,
.woocommerce-page .columns-2  ul.products li.product,
.woocommerce .columns-2  ul.products li.product{
width: 100%;
margin-right: 0;
float:none;
} 
.woocommerce .columns-5 ul.products li.product:nth-child(2n),
.woocommerce-page .columns-5 ul.products li.product:nth-child(2n),
.woocommerce .columns-4 ul.products li.product:nth-child(2n),
.woocommerce-page .columns-4 ul.products li.product:nth-child(2n),
.woocommerce .columns-3 ul.products li.product:nth-child(2n),
.woocommerce-page .columns-3 ul.products li.product:nth-child(2n),
.woocommerce .columns-2 ul.products li.product:nth-child(2n),
.woocommerce-page .columns-2 ul.products li.product:nth-child(2n){
float: none;
margin-right:0;
}
#page.no-sidebar ul.blog-content li{
width:100%;
float: none;
margin-right: 0%;
}
#page.no-sidebar ul.blog-content li:nth-of-type(3n+3) {
margin-right: 0%;
}
#page.no-sidebar ul.blog-content li:nth-of-type(2n+2) {
margin-right: 0%;
}
#page.no-sidebar ul.blog-content li:nth-of-type(3n+1) {
clear: inherit;
}
#page.no-sidebar ul.blog-content li:nth-of-type(2n+1) {
clear: inherit;
}
#shopmain .woocommerce-info a {
right: 0px;
bottom: 0px;
padding: 0;
font-size: 12px;
position: relative;
display: block;
text-align: center;
}
#search-btn {
padding: 27px 5px;
font-size: 17px;
}
.product-one .product-slide {
padding: 2px;
}
.woocommerce .featured-grid a.button {
padding: 10px;
font-size: 10px;
line-height: 10px;
}
.icons .thw-add-to-wishlist-button{
font-size: 7px;
padding: 9px;
}
.featured-grid .yith-wcwl-wishlistexistsbrowse.show, .featured-grid .yith-wcwl-wishlistaddedbrowse.show {
padding: 10px;
line-height: 10px;
font-size: 11px;
}
.featured-grid .icons i {
font-size: 10px;
font-weight: bold;
padding: 10px;
line-height: 11px;
}
ul.featured-grid li.featured-list {
width: 50%;
padding: 8px;
}
}
@media screen and (max-width: 480px){
.header-wrapper .logo {
width: 150px;
}
.featured-block ul{
max-width:300px;
width:100%;
margin:0 auto;
float:none;
padding-bottom:10px;
}
.hot-deal-block ul.deal li {
margin-right:0%;
padding-bottom:20px;
}
.hot-deal-block ul.deal li {
width: 100%;
float: none;
}
ul.footer-widget-column{
max-width:480px;
margin:0 auto;
}
ul.footer-widget-column li.widget {
width: 100%;
float: none;
}
#shopmain.woocommerce form.login {
border-radius: 0px;
width: 300px;
}
footer.footer-wrp .footer-menu-wrp ul, 
footer.footer-wrp .footer-menu-wrp-right ul {
display: block;
text-align: left;
}
.footer-bottom .footer-bottom-right ul.footer-social-icon li:first-child, 
.footer-bottom-left .leadform-show-form.leadform-lite h1{
display:none; 
}
.footer-bottom .footer-bottom-right ul.footer-social-icon li.ft-fb {
margin-left: 0px;
}
.footer-bottom-left .leadform-show-form.leadform-lite .text-type {
width: 70%;
}
.hero-wrap.txt-media-right .align-wrap .image-align{
display:none;
}
.hero-wrap.txt-media-right .align-wrap .content-align {
display: block;
float: right;
width: 100%;
}
.hero-wrap.txt-media-left .align-wrap .image-align{
display:none;
}
.hero-wrap.txt-media-left .align-wrap .content-align {
display: block;
float: left;
width: 100%;
}
}
@media screen and (max-width: 479px){
.header-wrapper .title-desc {
width: 130px;
} 
}
@media screen and (min-width: 1700px){
.sidenav {
right: auto;
}
}@font-face{font-family: 'Catamaran';font-style: normal;font-weight: 300;unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;src: url(//biglittleme.co.za/wp-content/uploads/omgf/shopline_fonts/catamaran-normal-latin-ext.woff2?ver=1774511650) format('woff2');font-display: swap;}@font-face{font-family: 'Catamaran';font-style: normal;font-weight: 300;unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;src: url(//biglittleme.co.za/wp-content/uploads/omgf/shopline_fonts/catamaran-normal-latin.woff2?ver=1774511650) format('woff2');font-display: swap;}@font-face{font-family: 'Catamaran';font-style: normal;font-weight: 400;unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;src: url(//biglittleme.co.za/wp-content/uploads/omgf/shopline_fonts/catamaran-normal-latin-ext.woff2?ver=1774511650) format('woff2');font-display: swap;}@font-face{font-family: 'Catamaran';font-style: normal;font-weight: 400;unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;src: url(//biglittleme.co.za/wp-content/uploads/omgf/shopline_fonts/catamaran-normal-latin.woff2?ver=1774511650) format('woff2');font-display: swap;}@font-face{font-family: 'Catamaran';font-style: normal;font-weight: 500;unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;src: url(//biglittleme.co.za/wp-content/uploads/omgf/shopline_fonts/catamaran-normal-latin-ext.woff2?ver=1774511650) format('woff2');font-display: swap;}@font-face{font-family: 'Catamaran';font-style: normal;font-weight: 500;unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;src: url(//biglittleme.co.za/wp-content/uploads/omgf/shopline_fonts/catamaran-normal-latin.woff2?ver=1774511650) format('woff2');font-display: swap;}@font-face{font-family: 'Catamaran';font-style: normal;font-weight: 700;unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;src: url(//biglittleme.co.za/wp-content/uploads/omgf/shopline_fonts/catamaran-normal-latin-ext.woff2?ver=1774511650) format('woff2');font-display: swap;}@font-face{font-family: 'Catamaran';font-style: normal;font-weight: 700;unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;src: url(//biglittleme.co.za/wp-content/uploads/omgf/shopline_fonts/catamaran-normal-latin.woff2?ver=1774511650) format('woff2');font-display: swap;}