﻿@media (max-width: 768px) {
  .mobillyok {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .webdeyok {
    display: none !important;
  }
}
/*Magaza Liste*/
.fthmgz-store-logo {
            width: 100%;
            object-fit: cover;
            border-radius: 10px;
        }
        .fthmgz-store-topline {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 1rem;
        }
        .fthmgz-store-name {
            font-size: 1rem;
            font-weight: 600;
            margin-bottom: 0;
        }
        .fthmgz-premium-badge {
            background: #ffd700;
            color: #000;
            padding: 0.2rem 0.7rem;
            border-radius: 20px;
            font-weight: bold;
            display: flex;
            align-items: center;
            font-size: 0.7rem;
        }
        .fthmgz-listing-count {
            background: #fff;
            color: #222;
            border-radius: 20px;
            padding: 0.2rem 0.7rem;
            font-weight: 500;
            display: flex;
            align-items: center;
            font-size: 0.7rem;
            border: 1px solid #eee;
        }
        .fthmgz-agent-card {
            border: 1px solid #dee2e6;
            border-radius: 10px;
            padding: 0.5rem;
            margin-bottom: 1rem;
        }
        .fthmgz-agent-avatar {
            width: 100px;
            height: 80px;
           
            object-fit: cover;
        }
        .fthmgz-listing-card {
            border: 1px solid #dee2e6;
            border-radius: 10px;
            overflow: hidden;
            margin-bottom: 1.5rem;
        }
        .fthmgz-listing-image {
            width: 100%;
            height: 200px;
            object-fit: cover;
        }
        .fthmgz-listing-details {
            padding: 1rem;
        }
        .fthmgz-listing-price {
            color: #28a745;
            font-weight: bold;
            font-size: 1.2rem;
        }
        .fthmgz-listing-location {
            color: #6c757d;
            font-size: 0.9rem;
        }
        .fthmgz-store-info {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
        }
        .fthmgz-store-badges {
            display: flex;
            gap: 1rem;
            flex-wrap: wrap;
        }
        .fthmgz-store-description-accordion {
            margin-top: 1rem;
        }
        .fthmgz-store-description-accordion .accordion-button:not(.collapsed) {
            background-color: #f8f9fa;
            color: #000;
        }
        .fthmgz-store-detay {
            background-color: #2e6e4c;
            color: #fff;
            font-weight: 400;
            font-size: 0.7rem;
            padding: 10px;
        }
        @media (max-width: 768px) {
            .fthmgz-store-topline {
                flex-direction: column;
                align-items: flex-start;
                gap: 0.5rem;
            }
            .fthmgz-store-name {
                font-size: 1rem;
            }
        }
        .fthmgz-section-title {
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 0.5rem;
        }
        .fthmgz-agent-name {
			font-size: 0.8rem;
			font-weight: 600;
            margin-bottom: 0.5rem;
        }
        .fthmgz-agent-phone-btn {
            background: #000000;
            color: #fff;
            font-size: 0.8rem;
            padding: 0.3rem 0.8rem;
            border-radius: 20px;
            font-weight: 500;
            display: inline-flex;
            align-items: center;
            border: none;
        }
        .fthmgz-agent-phone-btn:hover {
            background: #24553a;
            color: #fff;
            text-decoration: none;
        }
        .fthmgz-agent-whatsapp-btn {
            background: #2e6e4c;
            color: #fff;
            font-size: 0.8rem;
            padding: 0.3rem 0.8rem;
            border-radius: 20px;
            font-weight: 500;
            display: inline-flex;
            align-items: center;
            border: none;
        }
        .fthmgz-agent-whatsapp-btn:hover {
            background: #1ebe57;
            color: #fff;
            text-decoration: none;
        }
        .fthmgz-agent-listings-link {
            font-size: 0.8rem;
            color: #2e6e4c;
            font-weight: 500;
            text-decoration: underline;
        }
        .fthmgz-agent-listings-link:hover {
            color: #24553a;
            text-decoration: underline;
        }
		.fthmgz-magazalistetek
		{
			border-bottom: 1px solid #bdbdbd;
			padding-bottom: 5px;
			margin-bottom: 5px;
		}
/*Magaza Liste ENd*/



* {
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

html {
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #fff
}

html input[disabled] {
    cursor: default
}

html.full-width .container,
html.full-width .wrapper {
    max-width: 100% !important
}

body {
    margin: 0;
    padding: 0;
    border: 0;
	font-family: "Montserrat", sans-serif;
    color: #333;
    background-color: #fff;
    font-size: 12px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    position: relative
}

body.js-drawer-open {
    overflow: hidden !important
}

body.js-drawer-open #PageContainer {
    position: relative
}

body.js-drawer-open #PageContainer:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 99999999
}

ol {
    margin: 0;
    padding: 0;
    list-style: decimal
}

ol li {
    list-style: none;
    margin: 0
}

ol ol {
    margin: 4px 0 5px 34px
}

ol ul {
    margin: 4px 0 5px 34px
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

ul li {
    list-style: none;
    margin: 0
}

ul ul {
    margin: 4px 0 5px 34px
}

ul ol {
    margin: 4px 0 5px 34px
}

embed {
    max-width: 100%
}

fieldset {
    padding: 0;
    border: 0
}

fieldset h2 {
    margin: 10px 0;
    font-size: 15px;
    color: #0063c0
}

h4 {
    color: #2c2c2c;
    display: block;
    font-weight: 600;
    margin: 0 0 .5em;
    line-height: 1.4;
    font-size: 1.42857em
}

h4 a {
    text-decoration: none;
    font-weight: inherit
}

.h4 {
    color: #2c2c2c;
    display: block;
    font-weight: 600;
    margin: 0 0 .5em;
    line-height: 1.4;
    font-size: 1.42857em
}

.h4 a {
    text-decoration: none;
    font-weight: inherit
}

blockquote {
    border: none;
    background-color: #f7f7f7;
    font-size: 1.125em;
    line-height: 1.45;
    font-style: italic;
    margin: 0 0 15px;
    padding: 7.5px 15px;
    border-left: 1px solid #e5e5e5
}

blockquote p {
    margin-bottom: 0
}

blockquote p+cite {
    margin-top: 7.5px
}

blockquote cite {
    display: block;
    font-size: .75em
}

blockquote cite:before {
    content: "— "
}

time {
    color: gray
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background-color: #fff;
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #000;
    font-style: normal;
    font-size: 28px
}

.mfp-close:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-close:active {
    top: 1px
}

.mfp-arrow {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    position: absolute;
    opacity: .65;
    filter: alpha(opacity=65);
    margin: -55px 0 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow .mfp-b {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow .mfp-a {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

button {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    overflow: visible;
    padding: 0;
    margin: 0;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    -o-user-select: text;
    user-select: text;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
    border: none;
    display: inline-block;
    cursor: pointer
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
    top: -40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left .mfp-a {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right .mfp-a {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    -ms-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    -o-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background-color: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    -ms-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    -o-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background-color: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

input {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    margin: 0;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    -o-user-select: text;
    user-select: text;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #ddd;
    width: 100%;
    padding: 8px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

input:focus {
    border: 1px solid #ccc
}

a {
    color: #039;
    text-decoration: none;
    background: transparent
}

a:hover {
    color: #0063c0
}

h1 {
    color: #2c2c2c;
    display: block;
    font-weight: 600;
    margin: 0 0 .5em;
    line-height: 1.4;
    font-size: 2.57143em
}

h1 a {
    text-decoration: none;
    font-weight: inherit
}

.h1 {
    color: #2c2c2c;
    display: block;
    font-weight: 600;
    margin: 0 0 .5em;
    line-height: 1.4;
    font-size: 2.57143em
}

.h1 a {
    text-decoration: none;
    font-weight: inherit
}

h2 {
    color: #2c2c2c;
    display: block;
    font-weight: 600;
    margin: 0 0 .5em;
    line-height: 1.4;
    font-size: 1.6em
}

h2 a {
    text-decoration: none;
    font-weight: inherit
}

.h2 {
    color: #2c2c2c;
    display: block;
    font-weight: 600;
    margin: 0 0 .5em;
    line-height: 1.4;
    font-size: 1.6em
}

.h2 a {
    text-decoration: none;
    font-weight: inherit
}

h3 {
    color: #2c2c2c;
    display: block;
    font-weight: 600;
    margin: 0 0 .5em;
    line-height: 1.4;
    font-size: 1.57143em
}

h3 a {
    text-decoration: none;
    font-weight: inherit
}

.h3 {
    color: #2c2c2c;
    display: block;
    font-weight: 600;
    margin: 0 0 .5em;
    line-height: 1.4;
    font-size: 1.57143em
}

.h3 a {
    text-decoration: none;
    font-weight: inherit
}

h5 {
    color: #2c2c2c;
    display: block;
    font-weight: 600;
    margin: 0 0 .5em;
    line-height: 1.4;
    font-size: 1.14286em
}

h5 a {
    text-decoration: none;
    font-weight: inherit
}

.h5 {
    color: #2c2c2c;
    display: block;
    font-weight: 600;
    margin: 0 0 .5em;
    line-height: 1.4;
    font-size: 1.14286em
}

.h5 a {
    text-decoration: none;
    font-weight: inherit
}

h6 {
    color: #2c2c2c;
    display: block;
    font-weight: 600;
    margin: 0 0 .5em;
    line-height: 1.4;
    font-size: 1em
}

h6 a {
    text-decoration: none;
    font-weight: inherit
}

.h6 {
    color: #2c2c2c;
    display: block;
    font-weight: 600;
    margin: 0 0 .5em;
    line-height: 1.4;
    font-size: 1em
}

.h6 a {
    text-decoration: none;
    font-weight: inherit
}

textarea {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    margin: 0;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    -o-user-select: text;
    user-select: text;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #ddd;
    width: 100%;
    padding: 8px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    min-height: 100px;
    resize: none
}

textarea:focus {
    border: 1px solid #ccc
}

input[type=text] {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

select {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    margin: 0;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    -o-user-select: text;
    user-select: text;
    border: 1px solid #ddd;
    width: 100%;
    padding: 8px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer
}

select:focus {
    border: 1px solid #ccc
}

select::-ms-expand {
    display: none
}

select:not(.selectUi):not(.rate) {
    width: auto
}

.input-full {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.fancybox-overlay .qsmodal {
    display: block
}

.st-ui-search-input {
    background: none !important
}

.st-default-search-input {
    background: none !important
}

article {
    display: block
}

article .blog-image {
    margin-bottom: 20px
}

aside {
    display: block
}

details {
    display: block
}

figcaption {
    display: block
}

figure {
    display: block
}

footer {
    display: block
}

header {
    display: block
}

hgroup {
    display: block
}

main {
    display: block
}

nav {
    display: block
}

section {
    display: block
}

summary {
    display: block
}

audio {
    display: inline-block;
    vertical-align: baseline
}

canvas {
    display: inline-block;
    vertical-align: baseline
}

progress {
    display: inline-block;
    vertical-align: baseline
}

video {
    display: inline-block;
    vertical-align: baseline
}

input[type=number]::-webkit-inner-spin-button {
    height: auto
}

input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none
}

input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

[role=button] {
    cursor: pointer
}

label {
    cursor: pointer;
    display: block;
    font-size: 13px
}

label.inline {
    display: inline-block
}

label.inline+label.inline {
    margin-left: 15px
}

.panel label+label {
    margin-top: 5px
}

.panel+.panel {
    margin-top: 5px
}

.wrapper {
    *zoom: 1;
    max-width: 1210px;
    margin: 0 auto;
    padding: 0 7.5px
}

.wrapper:after {
    content: "";
    display: table;
    clear: both
}

.wrapper.wrapper-fluid {
    max-width: 100% !important
}

.container {
    *zoom: 1;
    max-width: 1210px;
    margin: 0 auto;
    padding: 0 7.5px
}

.container:after {
    content: " ";
    display: table;
    clear: both
}

.container:before {
    content: " ";
    display: table
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row:before {
    content: " ";
    display: table
}

.row:after {
    content: " ";
    display: table;
    clear: both
}

.col-xs-1 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 8.33333333%
}

.col-sm-1 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-md-1 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-lg-1 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-2 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 16.66666667%
}

.col-sm-2 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-md-2 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-lg-2 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-3 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 25%
}

.col-sm-3 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-md-3 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-lg-3 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-4 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 33.33333333%
}

.col-sm-4 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-md-4 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-lg-4 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-5 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 41.66666667%
}

.col-sm-5 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-md-5 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-lg-5 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-6 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 50%
}

.col-sm-6 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-md-6 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-lg-6 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-7 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 58.33333333%
}

.col-sm-7 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-md-7 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-lg-7 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-8 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 66.66666667%
}

.col-sm-8 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-md-8 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-lg-8 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 75%
}

.col-sm-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-md-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-lg-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-10 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 83.33333333%
}

.col-sm-10 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-md-10 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-lg-10 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-11 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 91.66666667%
}

.col-sm-11 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-md-11 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-lg-11 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 100%
}

.col-sm-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-md-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-15 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 20%
}

.col-sm-15 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-md-15 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block {
    display: none !important
}

@media(max-width: 767px) {
    .visible-xs {
        display: block !important
    }
    table.visible-xs {
        display: table !important
    }
    tr.visible-xs {
        display: table-row !important
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}

@media(max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media(max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media(max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }
    table.visible-sm {
        display: table !important
    }
    tr.visible-sm {
        display: table-row !important
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media(min-width: 992px)and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }
    table.visible-md {
        display: table !important
    }
    tr.visible-md {
        display: table-row !important
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}

@media(min-width: 992px)and (max-width: 1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media(min-width: 992px)and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media(min-width: 992px)and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media(min-width: 1200px) {
    .visible-lg {
        display: block !important
    }
    table.visible-lg {
        display: table !important
    }
    tr.visible-lg {
        display: table-row !important
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}

@media(min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media(min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media(min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media(max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media(min-width: 992px)and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media(min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

@media print {
    .visible-print {
        display: block !important
    }
    table.visible-print {
        display: table !important
    }
    tr.visible-print {
        display: table-row !important
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    content: " ";
    display: table;
    clear: both
}

.container-fluid:before {
    content: " ";
    display: table
}

.container-fluid:after {
    content: " ";
    display: table;
    clear: both
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

.grid {
    *zoom: 1;
    list-style: none;
    margin: 0 -15px 0 -15px;
    padding: 0
}

.grid:after {
    content: "";
    display: table;
    clear: both
}

.grid--rev {
    *zoom: 1;
    list-style: none;
    margin: 0 -15px 0 -15px;
    padding: 0;
    direction: rtl;
    text-align: left
}

.grid--rev:after {
    content: "";
    display: table;
    clear: both
}

.grid--rev>.grid__item {
    direction: ltr;
    text-align: left;
    float: right
}

.grid--full {
    *zoom: 1;
    list-style: none;
    margin: 0;
    padding: 0
}

.grid--full:after {
    content: "";
    display: table;
    clear: both
}

.grid--full>.grid__item {
    padding-left: 0;
    padding-right: 0
}

.grid-uniform {
    *zoom: 1;
    list-style: none;
    margin: 0 0 0 -15px;
    padding: 0
}

.grid-uniform:after {
    content: "";
    display: table;
    clear: both
}

.grid__item.clear {
    clear: both
}

.grid__item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    min-height: 1px;
    padding: 0 15px;
    vertical-align: top;
    width: 100%
}

.grid__item .grid__item_wrapper {
    padding: 0;
    overflow: hidden;
    position: relative
}

.grid__item .grid__item_wrapper .product-image {
    position: relative
}

.grid__item .grid__item_wrapper .product-image .product-price {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    padding: 3px 5px;
    color: #fff
}

.grid__item .grid__item_wrapper .product-image .quickview {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.grid__item .grid__item_wrapper .product-image .quickview .btn {
    width: 30px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    padding: 0;
    text-align: center;
    line-height: 30px !important;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    border: none;
    opacity: 0;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.grid__item .grid__item_wrapper .product-image .quickview .btn i {
    font-size: 15px
}

.grid__item .grid__item_wrapper .product-image img {
    max-height: 100px;
    width: 100%
}

.grid__item .grid__item_wrapper:hover .quickview {
    opacity: 1;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -ms-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

.grid__item .grid__item_wrapper:hover .quickview .btn {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1
}

.grid__item .grid__item_wrapper:hover .wishlist {
    opacity: 1;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -ms-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

.grid__item .grid__item_wrapper:hover .email {
    opacity: 1;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -ms-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

.grid__item .grid__item_wrapper .list-mode-description {
    display: none
}

.grid__item .grid__item_wrapper .action-button {
    margin: 0
}

.grid__item .grid__item_wrapper .action-button li {
    display: inline-block;
    vertical-align: top;
    margin-right: 3px;
    margin-bottom: 3px;
    opacity: 0;
    float: left
}

.grid__item .grid__item_wrapper .action-button li .btn {
    width: 30px;
    height: 30px;
    padding: 0;
    text-align: center;
    line-height: 28px !important;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 11px;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.grid__item .grid__item_wrapper .action-button li .btn:hover {
    color: #fff;
    background-color: #0063c0;
    border-color: transparent
}

.grid__item .grid__item_wrapper .action-button li .onlyshowindetail {
    display: none
}

.grid__item .grid__item_wrapper .action-button .add-to-cart-form {
    opacity: 1;
    width: auto
}

.grid__item .grid__item_wrapper .action-button .add-to-cart-form form {
    margin-bottom: 0
}

.grid__item .grid__item_wrapper .action-button .add-to-cart-form .btn {
    width: 100%;
    padding: 0 6px;
    text-align: left
}

.grid__item .grid__item_wrapper .action-button .add-to-cart-form .btn i {
    margin-right: 10px
}

.grid__item .grid__item_wrapper .action-button .wishlist {
    -webkit-animation-duration: .2s;
    -moz-animation-duration: .2s;
    -ms-animation-duration: .2s;
    -o-animation-duration: .2s;
    animation-duration: .2s
}

.grid__item .grid__item_wrapper .action-button .wishlist a.hidden {
    display: none
}

.grid__item .grid__item_wrapper .action-button .wishlist a.wl-added {
    cursor: no-drop;
    font-size: 0;
    line-height: 36px;
    opacity: .6
}

.grid__item .grid__item_wrapper .action-button .wishlist a.wl-added i {
    font-size: 13px
}

.grid__item .grid__item_wrapper .action-button .wishlist a.wl-added:hover {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333
}

.grid__item .grid__item_wrapper .action-button .email {
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    -ms-animation-duration: .3s;
    -o-animation-duration: .3s;
    animation-duration: .3s;
    margin: 0
}

.grid__item .grid__item_wrapper span:not(.money) {
    display: block
}

#map_results {
    padding-top: 5px;
    overflow-x: auto;
    height: 755px
}

#map_pager {
    position: relative;
    text-align: center;
    padding: 8.5px 5px;
    border: 1px solid #f0f0f0;
    font-weight: bold;
    font-size: 13px
}

#map_pager a {
    position: absolute;
    background: #489ae9;
    color: #fff;
    padding: 2px 8px;
    top: 7px
}

#map_pager a.prev {
    left: 5px
}

#map_pager a.next {
    right: 5px
}

#map_pager a.disabled {
    opacity: .5
}

#map_pager a i {
    margin: 0
}

.projectMapInfo {
    width: 375px
}

.projectMapInfo p {
    margin: 2px 0
}

.clsRDetail {
    width: 100% !important;
    font-size: 13px !important;
    line-height: 13px;
    padding: 4px 5px;
    min-height: 75px
}

.clsRDetail:nth-child(even) {
    background: #eee
}

.clsRDetail:hover {
    background: #f0f6ff
}

.clsRDetail+.clsRDetail {
    border-top: 1px solid #eee
}

.clsRDetail img {
    margin: 5px auto
}

.clsMapInfo {
    width: 300px;
    font-size: 13px
}

.clsMapInfo .clsInfo {
    display: block;
    width: 100%;
    padding: 4px;
    background: #eee;
    border: 1px solid #ddd;
    font-size: 11px;
    color: #000 !important;
    font-weight: normal
}

.clsMapInfo img {
    max-width: 100%
}

.clsMapInfo a>div:nth-child(2) span {
    display: block;
    width: 100%;
    color: #039 !important;
    margin-bottom: 4.5px
}

.clsMapInfo:not(.clsRDetail) a>div:nth-child(2) span:nth-child(1) {
    width: 100%;
    max-height: 38px;
    line-height: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.clsMapInfo:not(.clsRDetail) a>div:nth-child(2) span:nth-child(2) {
    font-weight: bold;
    color: #0063c0 !important;
    font-size: 14px
}

.clsRDetail a>div:nth-child(2) span {
    margin-bottom: 3px
}

.clsRDetail a>div:nth-child(2) span:nth-child(2) {
    font-weight: bold;
    color: #0063c0 !important;
    font-size: 14px;
    margin: 7px 0
}

.one-whole {
    width: 100%
}

.one-half {
    width: 50%
}

.one-third {
    width: 33.333%
}

.two-thirds {
    width: 66.666%
}

.one-quarter {
    width: 25%
}

.two-quarters {
    width: 50%
}

.three-quarters {
    width: 75%
}

.one-fifth {
    width: 20%
}

.two-fifths {
    width: 40%
}

.three-fifths {
    width: 60%
}

.four-fifths {
    width: 80%
}

.one-sixth {
    width: 16.666%
}

.two-sixths {
    width: 33.333%
}

.three-sixths {
    width: 50%
}

.four-sixths {
    width: 66.666%
}

.five-sixths {
    width: 83.333%
}

.one-eighth {
    width: 12.5%
}

.two-eighths {
    width: 25%
}

.three-eighths {
    width: 37.5%
}

.four-eighths {
    width: 50%
}

.five-eighths {
    width: 62.5%
}

.six-eighths {
    width: 75%
}

.seven-eighths {
    width: 87.5%
}

.one-tenth {
    width: 10%
}

.two-tenths {
    width: 20%
}

.three-tenths {
    width: 30%
}

.four-tenths {
    width: 40%
}

.five-tenths {
    width: 50%
}

.six-tenths {
    width: 60%
}

.seven-tenths {
    width: 70%
}

.eight-tenths {
    width: 80%
}

.nine-tenths {
    width: 90%
}

.one-twelfth {
    width: 8.333%
}

.two-twelfths {
    width: 16.666%
}

.three-twelfths {
    width: 25%
}

.four-twelfths {
    width: 33.333%
}

.five-twelfths {
    width: 41.666%
}

.six-twelfths {
    width: 50%
}

.seven-twelfths {
    width: 58.333%
}

.eight-twelfths {
    width: 66.666%
}

.nine-twelfths {
    width: 75%
}

.ten-twelfths {
    width: 83.333%
}

.eleven-twelfths {
    width: 91.666%
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-right .site-nav--mobile {
    margin: 0 -7.5px 0 0
}

.text-center {
    text-align: center !important
}

.left {
    float: left !important
}

.right {
    float: right !important
}

[class*=push--] {
    position: relative
}

.push--one-whole {
    left: 100%
}

.push--one-half {
    left: 50%
}

.push--one-third {
    left: 33.333%
}

.push--two-thirds {
    left: 66.666%
}

.push--one-quarter {
    left: 25%
}

.push--two-quarters {
    left: 50%
}

.push--three-quarters {
    left: 75%
}

.push--one-fifth {
    left: 20%
}

.push--two-fifths {
    left: 40%
}

.push--three-fifths {
    left: 60%
}

.push--four-fifths {
    left: 80%
}

.push--one-sixth {
    left: 16.666%
}

.push--two-sixths {
    left: 33.333%
}

.push--three-sixths {
    left: 50%
}

.push--four-sixths {
    left: 66.666%
}

.push--five-sixths {
    left: 83.333%
}

.push--one-eighth {
    left: 12.5%
}

.push--two-eighths {
    left: 25%
}

.push--three-eighths {
    left: 37.5%
}

.push--four-eighths {
    left: 50%
}

.push--five-eighths {
    left: 62.5%
}

.push--six-eighths {
    left: 75%
}

.push--seven-eighths {
    left: 87.5%
}

.push--one-tenth {
    left: 10%
}

.push--two-tenths {
    left: 20%
}

.push--three-tenths {
    left: 30%
}

.push--four-tenths {
    left: 40%
}

.push--five-tenths {
    left: 50%
}

.push--six-tenths {
    left: 60%
}

.push--seven-tenths {
    left: 70%
}

.push--eight-tenths {
    left: 80%
}

.push--nine-tenths {
    left: 90%
}

.push--one-twelfth {
    left: 8.333%
}

.push--two-twelfths {
    left: 16.666%
}

.push--three-twelfths {
    left: 25%
}

.push--four-twelfths {
    left: 33.333%
}

.push--five-twelfths {
    left: 41.666%
}

.push--six-twelfths {
    left: 50%
}

.push--seven-twelfths {
    left: 58.333%
}

.push--eight-twelfths {
    left: 66.666%
}

.push--nine-twelfths {
    left: 75%
}

.push--ten-twelfths {
    left: 83.333%
}

.push--eleven-twelfths {
    left: 91.666%
}

.main-content {
    display: block;
    padding-bottom: 15px;
    margin-top: 0
}

.main-content.no-padding {
    padding: 0 !important
}

.main-content #content>.wrapper {
    min-height: 300px
}

.is-transitioning {
    display: block !important;
    visibility: visible !important
}

.display-table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
    float: none
}

.visually-hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.supports-fontface .icon-fallback-text .fallback-text {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.supports-fontface .icon-fallback-text .icon {
    display: inline-block
}

.supports-fontface .icon:before {
    display: inline;
    text-decoration: none;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

h1.title {
    font-size: 1.2em;
    font-weight: normal;
    margin: 7px 0;
    color: #0063c0;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 7px
}

h1.title a {
    margin-top: -5px
}

.title-desc {
    margin-top: 10px
}

p {
    margin: 0 0 7.5px 0
}

p img {
    margin: 0
}

em {
    font-style: italic
}

b {
    font-weight: bold
}

strong {
    font-weight: bold
}

small {
    font-size: .9em
}

sup {
    position: relative;
    font-size: 60%;
    vertical-align: baseline;
    top: -0.5em
}

sub {
    position: relative;
    font-size: 60%;
    vertical-align: baseline;
    bottom: -0.5em
}

code {
    background-color: #faf7f5;
    font-size: 1em;
    border: 0 none;
    padding: 0 2px
}

pre {
    background-color: #faf7f5;
    font-size: 1em;
    border: 0 none;
    overflow: auto;
    padding: 7.5px;
    margin: 0 0 15px
}

hr {
    clear: both;
    border-top: solid #ddd;
    border-width: 1px 0 0;
    margin: 15px 0;
    height: 0
}

hr.hr--small {
    margin: 7.5px 0
}

hr.hr--clear {
    border-top-color: transparent
}

.section-header {
    overflow: hidden;
    line-height: 40px;
    border: 1px solid #e5e5e5;
    padding: 10px 20px;
    margin-bottom: 30px
}

.section-header .collection-name img {
    margin-right: 10px
}

.section-header .collection-name a {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    float: left
}

.section-header .collection-name img.collection-icon {
    margin-right: 10px;
    vertical-align: -4px;
    width: 24px;
    float: left
}

.section-header+.grid {
    margin-bottom: 30px
}

.section-header__right .form-horizontal {
    display: inline-block;
    vertical-align: middle
}

.section-header__right .collection-view {
    display: inline-block;
    vertical-align: middle
}

.collection-view {
    display: inline-block;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 0 5px;
    height: 37px;
    overflow: hidden
}

.change-view {
    display: block;
    background: none;
    border: 0 none;
    float: left;
    padding: 10px 8px;
    color: #e5e5e5;
    line-height: 1
}

.change-view:hover {
    color: #0063c0
}

.change-view:focus {
    color: #0063c0
}

.change-view--active {
    cursor: default;
    color: #0063c0
}

.rte--header {
    margin-bottom: 0
}

.text-link {
    text-decoration: none;
    background: transparent;
    display: inline;
    border: 0 none;
    background: none;
    padding: 0;
    margin: 0
}

button[disabled] {
    cursor: default
}

.btn {
    display: inline-block;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #e5e5e5;
    border: 1px solid #e5e5e5;
    color: #666;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    font-weight: 600;
    line-height: 1.42;
    padding: 9.5px 20px;
    -webkit-transition: all .25s ease 0s;
    -moz-transition: all .25s ease 0s;
    -ms-transition: all .25s ease 0s;
    -o-transition: all .25s ease 0s;
    transition: all .25s ease 0s
}

.btn:hover {
    background-color: #0063c0;
    color: #fff;
    border-color: transparent
}

.btn:active {
    background-color: #0057a8;
    color: #fff
}

.btn:focus {
    background-color: #0057a8;
    color: #fff
}

.btn--secondary,
.btn-custom {
    color: #fff;
    background-color: #333
}

.btn--secondary:hover,
.btn-custom:hover {
    background-color: #4f4f4f;
    color: #fff
}

.btn--secondary:active,
.btn-custom:active {
    background-color: #363636;
    color: #fff
}

.btn--secondary:focus,
.btn-custom:focus {
    background-color: #363636;
    color: #fff
}

.btn-cls-get {
    margin-top: 10px
}

.btn[disabled] {
    cursor: default;
    color: #b6b6b6 !important;
    background-color: #f6f6f6 !important
}

[disabled].btn--secondary {
    cursor: default;
    color: #b6b6b6;
    background-color: #f6f6f6
}

.btn.disabled {
    cursor: default;
    color: #b6b6b6 !important;
    background-color: #f6f6f6 !important
}

.disabled.btn--secondary {
    cursor: default;
    color: #b6b6b6 !important;
    background-color: #f6f6f6 !important
}

.btn--small {
    padding: 6px 10px !important;
    font-size: .9em
}

.btn-xs {
    padding: 6px 10px !important;
    font-size: .9em
}

.btn--large {
    padding: 12px 15px !important;
    font-size: 1.14286em
}

.btn-lg {
    padding: 12px 15px !important;
    font-size: 1.14286em
}

.btn--full {
    width: 100%
}

.btn.dropdown-toggle:after {
    content: "";
    font: 12px "Font Awesome 5 Pro", "Font Awesome 5 Free";
    font-weight: 600
}

.btn-group {
    position: relative
}

.comment-reply-btn {
    margin-top: 10px
}

li {
    margin-bottom: .25em
}

ul.square {
    list-style: square outside
}

ul.disc {
    list-style: disc outside
}

ol.alpha {
    list-style: lower-alpha outside
}

.no-bullets {
    list-style: none outside;
    margin-left: 0
}

.inline-list {
    margin-left: 0
}

.inline-list li {
    display: inline-block;
    margin-bottom: 0
}

table {
    width: 100%;
    border: 1px solid #eee;
    border-collapse: collapse;
    border-spacing: 0
}

table tr.special {
    background-color: #eef7fa;
    font-weight: 700
}

table p {
    margin: 0
}

table.full {
    width: 100%;
    margin-bottom: 1em
}

.table-wrap {
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

th {
    font-weight: bold;
    background-color: #f6f6f6;
    text-align: left;
    padding: 8px 10px;
    border: 1px solid #eee;
    vertical-align: middle
}

td {
    text-align: left;
    padding: 8px 10px;
    border: 1px solid #eee;
    vertical-align: middle
}

td figure {
    display: inline-block;
    margin: 0;
    vertical-align: middle
}

td header {
    display: inline-block;
    margin: 0;
    vertical-align: middle
}

.table p {
    margin-bottom: 1.5px
}

.media {
    overflow: hidden;
    _overflow: visible;
    zoom: 1
}

.media-flex {
    overflow: hidden;
    _overflow: visible;
    zoom: 1
}

.media-img {
    float: left;
    margin-right: 15px
}

.media-img img {
    display: block
}

.media-img-right {
    float: right;
    margin-left: 15px
}

.media-img-right img {
    display: block
}

img {
    border: 0 none;
    max-width: 100%;
    vertical-align: middle
}

img.img-responsive {
    width: 100%
}

svg:not(:root) {
    overflow: hidden
}

iframe {
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    margin: 0;
    padding: 0
}

.auto-height {
    width: 1px;
    min-width: 100%
}

.video-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    padding-bottom: 56.25%;
    height: auto
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

form {
    margin-bottom: 0
}

.form-vertical {
    margin-bottom: 7.5px
}

.form-vertical input {
    display: block;
    margin-bottom: 10px
}

.form-vertical select {
    display: block;
    margin-bottom: 10px
}

.form-vertical textarea {
    display: block;
    margin-bottom: 10px
}

.form-vertical .select2-container {
    margin-bottom: 10px
}

.form-vertical input[type=radio] {
    display: inline-block
}

.form-vertical input[type=checkbox] {
    display: inline-block
}

input[type=image] {
    padding-left: 0;
    padding-right: 0
}

.title-bg .title {
    margin: 10px 0;
    font-size: 14px;
    color: #0063c0;
    overflow: hidden;
    line-height: 20px;
    background-color: #f4f4f4;
    padding: 10px 20px;
    position: relative
}

.widget h3 {
    margin: 0 0 10px;
    font-size: 15px;
    color: #0063c0;
    overflow: hidden;
    line-height: 20px;
    background-color: #f4f4f4;
    padding: 10px 20px;
    position: relative
}

legend {
    border: 0;
    padding: 0
}

input[type=submit] {
    cursor: pointer
}

input[disabled] {
    cursor: default;
    background-color: #f6f6f6
}

input.disabled {
    cursor: default;
    background-color: #f6f6f6
}

textarea[disabled] {
    cursor: default;
    background-color: #f6f6f6
}

textarea.disabled {
    cursor: default;
    background-color: #f6f6f6
}

select[disabled] {
    cursor: default;
    background-color: #f6f6f6
}

select.disabled {
    cursor: default;
    background-color: #f6f6f6
}

input.input-full {
    width: 100%
}

textarea.input-full {
    width: 100%
}

select.input-full {
    width: 100%
}

input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    width: 40px;
    height: 24px;
    border: 1px solid #dfdfdf;
    outline: 0;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: #dfdfdf;
    display: inline-block;
    margin-right: 5px;
    padding: 0;
    vertical-align: middle;
    cursor: pointer
}

input[type=radio]:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    width: 39px;
    height: 22px;
    background-color: #eee
}

input[type=radio]:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    width: 22px;
    height: 22px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4)
}

input[type=radio]:checked {
    border-color: #0057a8;
    background-color: #0063c0
}

input[type=radio]:checked:before {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

input[type=radio]:checked:after {
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -o-transform: translateX(15px);
    transform: translateX(15px)
}

input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    width: 40px;
    height: 24px;
    border: 1px solid #dfdfdf;
    outline: 0;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: #dfdfdf;
    display: inline-block;
    margin: 0 5px 3px 0;
    padding: 0;
    vertical-align: middle;
    cursor: pointer
}

input[type=checkbox]:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    width: 39px;
    height: 22px;
    background-color: #eee
}

input[type=checkbox]:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    width: 22px;
    height: 22px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4)
}

input[type=checkbox]:checked {
    border-color: #0057a8;
    background-color: #0063c0
}

input[type=checkbox]:checked:before {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

input[type=checkbox]:checked:after {
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -o-transform: translateX(15px);
    transform: translateX(15px)
}

.ie9 select {
    padding-right: 10px;
    background-image: none
}

.ie9 .hidden-label {
    position: static;
    height: auto;
    width: auto;
    margin-bottom: 2px;
    overflow: visible;
    clip: initial
}

.lt-ie9 select {
    padding-right: 10px;
    background-image: none
}

.lt-ie9 .hidden-label {
    position: static;
    height: auto;
    width: auto;
    margin-bottom: 2px;
    overflow: visible;
    clip: initial
}

.lt-ie9 .js-drawer-open-left .drawer--left {
    left: 0
}

.lt-ie9 .js-drawer-open-right .drawer--right {
    right: 0
}

optgroup {
    font-weight: bold
}

option {
    color: #000;
    background-color: #fff
}

.hidden-label {
    position: absolute;
    height: 0;
    width: 0;
    margin-bottom: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px)
}

label[for] {
    cursor: pointer
}

input.error {
    border-color: #d02e2e;
    background-color: #fff6f6;
    color: #d02e2e
}

select.error {
    border-color: #d02e2e;
    background-color: #fff6f6;
    color: #d02e2e
}

textarea.error {
    border-color: #d02e2e;
    background-color: #fff6f6;
    color: #d02e2e
}

label.error {
    color: #d02e2e;
    margin-top: 2.5px
}

label.error:before {
    content: "";
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
    margin-right: 5px;
    font-weight: 600
}

.input-group {
    position: relative;
    display: block;
    border-collapse: separate;
    margin: 8px 0
}

.input-group .form-control {
    display: block
}

.input-group .input-group-field {
    height: 37px;
    width: 100%
}

.input-group .input-group-field:first-child {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}

.input-group .input-group-field:last-child {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0
}

.input-group .input-group-btn:first-child {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}

.input-group .input-group-btn:first-child>.btn {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}

.input-group .input-group-btn:first-child>.btn--secondary {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}

.input-group .input-group-btn:last-child>.btn {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0
}

.input-group .input-group-btn:last-child>.btn--secondary {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0
}

.input-group input[type=hidden]:first-child+.input-group-field {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}

.input-group input[type=hidden]:first-child+.input-group-btn>.btn {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}

.input-group input[type=hidden]:first-child+.input-group-btn>.btn--secondary {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}

.input-group input::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin-top: -1px;
    margin-bottom: -1px
}

.input-group-addon {
    display: block;
    background: transparent;
    border: 0;
    padding: 5px 0;
    font-weight: bold
}

.input-group-addon .input-icon {
    display: none !important
}

.input-group-btn {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    position: relative;
    white-space: nowrap;
    width: 1%;
    padding: 0
}

.input-group-field {
    display: table-cell;
    vertical-align: middle;
    margin: 0
}

.icon-fallback-text .icon {
    display: none
}

.payment-icons {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: default
}

.payment-icons li {
    margin: 0 3.75px 3.75px;
    color: #bbb;
    cursor: default
}

.payment-icons .icon {
    font-size: 30px;
    line-height: 30px
}

.payment-icons .fallback-text {
    text-transform: capitalize
}

.social-icons li {
    margin: 0 7.5px 7.5px;
    vertical-align: middle
}

.social-icons li .icon {
    font-size: 30px;
    line-height: 26px
}

.social-icons li a {
    color: #bbb
}

.social-icons li a:hover {
    color: #a2a2a2
}

.pager-info {
    margin: 10px auto;
    color: #0063c0;
    background-color: #f6f6f6;
    display: table;
    padding: 5px 12px;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px
}

.pagination {
    margin-bottom: .5em;
    text-align: center
}

.pagination>span {
    display: inline-block;
    line-height: 1;
    border: 1px solid #eee;
    background-color: #f6f6f6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

.pagination>span.current {
    background: #0063c0;
    font-weight: bold
}

.pagination>span.current a {
    color: #fff
}

.pagination>span+span {
    margin-left: .5px
}

.pagination a {
    display: block;
    padding: 6px 8px
}

.site-header {
    padding: 7.5px 0
}
/*
.site-header+.sticky-wrapper {
    min-height: 48px
}
*/
.site-header .grid--table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.site-header .grid--table>.grid__item {
    float: none;
    display: table-cell;
    vertical-align: middle
}

.site-header .dropdown-menu a:focus {
    color: #262626;
    background-color: #f5f5f5
}

.site-header .dropdown-menu a:hover {
    color: #262626;
    background-color: #f5f5f5
}

.site-header__logo {
    text-align: center;
    margin: 0 auto;
    max-width: 100%
}

.site-header__logo a {
    text-decoration: none;
    display: block;
    max-width: 95%
}

.site-header__logo a:hover {
    text-decoration: none
}

.site-header__logo a:focus {
    text-decoration: none
}

.site-header__logo img {
    display: block;
    max-width: 60%
}

.site-header__logo-link {
    max-width: 450px;
    margin: 0
}

.site-header__cart-toggle {
    display: inline-block
}

.site-header__search {
    display: inline-block;
    margin-top: 7.5px;
    width: 100%;
    background-color: #fff;
    max-width: 100%;
    border: 2px solid #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    position: relative
}

.site-header__search form.search-bar {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin: 0
}

.site-header__search form.search-bar .collections-selector {
    display: inline-block;
    width: 200px
}

.site-header__search form.search-bar .collections-selector .single-option-selector {
    height: 40px;
    border: none;
    border-right: 3px solid #0063c0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: #333
}

.site-header__search form.search-bar .st-default-search-input {
    display: inline-block;
    height: auto;
    vertical-align: top;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: #333
}

.site-header__search form.search-bar .input-group-btn {
    position: relative;
    white-space: nowrap;
    width: auto;
    display: inline-block;
    text-align: center;
    padding: 4px 5px
}

.site-header__search form.search-bar .input-group-btn .btn {
    padding: 0
}

.site-header__search form.search-bar .input-group-btn button.btn {
    background: #000;
    color: #fff;
    border: none;
    height: 100%;
    width: 100%;
    padding: 6px 9px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    -ms-border-radius: 150px;
    -o-border-radius: 150px;
    border-radius: 150px
}

.search-bar {
    max-width: 100%
}

.nav-bar {
    background-color: #000000;
    z-index: 9999999 !important
}

.nav-bar .site-nav {
    margin: 0;
    float: left;
    width: 100%;
    position: relative
}

.nav-bar .site-nav>li {
    float: left
}

.nav-bar .site-nav>li+li {
    border-left: 1px solid #0057a8
}

.nav-bar .site-nav>li>a {
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    padding: 15px 25px;
    background: transparent;
    position: relative
}

.nav-bar .site-nav>li>a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #0057a8;
    z-index: 0;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -ms-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.nav-bar .site-nav>li>a:hover {
    color: #fff
}

.nav-bar .site-nav>li>a:hover:before {
    background: #0057a8;
    height: 100%
}

.nav-bar .site-nav>li>a span {
    position: relative;
    margin-left: 8px
}

.nav-bar .site-nav>li>a .special_label {
    position: absolute;
    top: -8px;
    right: 0;
    font-size: 8px;
    text-align: center;
    color: #fff;
    line-height: 16px;
    width: 29px;
    height: 18px
}

.nav-bar .site-nav>li .site-nav__link .icon-arrow-down {
    line-height: 0
}

.nav-bar .site-nav>li .site-nav__dropdown {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 14px 0;
    top: 100%;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    display: block;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0
}

.nav-bar .site-nav>li .site-nav__dropdown li {
    padding: 5px 20px
}

.nav-bar .site-nav>li .site-nav__dropdown li a {
    background: transparent;
    color: #333;
    font-size: 13px;
    padding: 0
}

.nav-bar .site-nav>li .site-nav__dropdown li a:hover {
    color: #0063c0
}

.nav-bar .site-nav>li .site-nav__dropdown .nav-sampletext {
    font-size: 13px
}

.nav-bar .site-nav>li .site-nav__dropdown .list-title {
    font-size: 18px;
    font-weight: 600;
    color: #2c2c2c;
    margin-bottom: 10px
}

.nav-bar .site-nav>li .site-nav__dropdown li.li-sub-mega {
    position: relative
}

.nav-bar .site-nav>li .site-nav__dropdown li.li-sub-mega a i.fa-angle-right {
    float: right;
    margin-top: 4px
}

.nav-bar .site-nav>li .site-nav__dropdown li.li-sub-mega .dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0;
    padding: 15px;
    border: 1px solid #e5e5e5;
    opacity: 0;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    margin: 0;
    background-color: #fff;
    min-width: 200px;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0
}

.nav-bar .site-nav>li .site-nav__dropdown li.li-sub-mega:hover .dropdown-menu {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
}

.nav-bar .site-nav>li:hover .site-nav__dropdown {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1
}

.nav-bar .site-nav .site-nav--has-dropdown {
    position: relative
}

.nav-bar .site-nav .mega-menu {
    position: static
}

.nav-bar .site-nav .site-nav--active>a {
    color: #fff
}

.nav-bar .site-nav .site-nav--active>a:before {
    background: #0057a8;
    height: 100%
}

.is-sticky .nav-bar .site-nav>li>a {
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

.site-nav {
    font-size: 1.14286em;
    cursor: default;
    margin: 0 0 0 -7.5px
}

.site-nav li {
    margin: 0;
    display: block
}

.site-nav>li {
    position: relative;
    display: inline-block
}

.site-nav--mobile {
    font-size: 1.14286em;
    cursor: default;
    margin: 0 0 0 -7.5px
}

.site-nav--mobile li {
    margin: 0;
    display: block
}

.site-nav--mobile>li {
    position: relative;
    display: inline-block
}

.site-nav--mobile .site-nav__link {
    display: inline-block
}

.site-nav__link {
    display: block;
    text-decoration: none;
    padding: 7.5px;
    color: #fff
}

.site-nav__link:hover {
    color: #d9d9d9
}

.site-nav__link:active {
    color: #d9d9d9
}

.site-nav__link:focus {
    color: #d9d9d9
}

.site-nav__link .icon-arrow-down {
    position: relative;
    top: -2px;
    font-size: 10px;
    padding-left: 3.75px
}

.site-nav--active>.site-nav__link {
    font-weight: bold
}

.site-nav__dropdown {
    display: none;
    position: absolute;
    left: 0;
    margin: 0;
    z-index: 5;
    width: 150%
}

.site-nav__dropdown a {
    background-color: #0063c0
}

.site-nav__dropdown a:hover {
    background-color: #c71111
}

.site-nav__dropdown a:active {
    background-color: #c71111
}

.site-nav__dropdown a:focus {
    background-color: #c71111
}

.supports-no-touch .site-nav--has-dropdown:hover .site-nav__dropdown {
    display: block
}

.site-nav--has-dropdown.nav-hover .site-nav__dropdown {
    display: block
}

.nav-focus+.site-nav__dropdown {
    display: block
}

.nav-search {
    position: relative;
    padding: 10px 0
}

.mobile-nav {
    margin: -7.5px -7.5px 0 -7.5px
}

.mobile-nav li {
    margin-bottom: 0
}

.mobile-nav>.li {
    background-color: #f6f6f6
}

.mobile-nav__search {
    padding: 7.5px
}

.mobile-nav__search .search-bar {
    margin-bottom: 0
}

.mobile-nav li {
    position: relative;
    display: block
}

.mobile-nav li+li {
    border-top: 1px solid #e9e9e9
}

.mobile-nav li a {
    display: block;
    color: #333;
    padding: 7.5px;
    text-decoration: none
}

.mobile-nav li a:hover {
    color: #0d0d0d
}

.mobile-nav li a:active {
    color: #0d0d0d;
    background-color: #e9e9e9
}

.mobile-nav li a:focus {
    color: #0d0d0d;
    background-color: #e9e9e9
}

.mobile-nav__toggle button {
    color: #333;
    padding: 7.5px;
    text-decoration: none;
    float: right
}

.mobile-nav__toggle button:hover {
    color: #0d0d0d
}

.mobile-nav__toggle button:active {
    color: #0d0d0d;
    background-color: #e9e9e9
}

.mobile-nav__toggle button:focus {
    color: #0d0d0d;
    background-color: #e9e9e9
}

.mobile-nav__has-sublist {
    display: table;
    width: 100%
}

.mobile-nav__has-sublist li a {
    display: block;
    vertical-align: middle;
    width: 100%
}

.mobile-nav--expanded .mobile-nav__toggle-open {
    display: none
}

.mobile-nav--expanded .mobile-nav__toggle-close {
    display: block
}

.mobile-nav--expanded+.mobile-nav__sublist {
    visibility: visible;
    max-height: 700px;
    -webkit-transition: all 700ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
    -moz-transition: all 700ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
    -ms-transition: all 700ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
    -o-transition: all 700ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
    transition: all 700ms cubic-bezier(0.57, 0.06, 0.05, 0.95)
}

.mobile-nav__toggle-close {
    display: none
}

.mobile-nav__sublist {
    margin: 0;
    max-height: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: all 300ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
    -moz-transition: all 300ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
    -ms-transition: all 300ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
    -o-transition: all 300ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
    transition: all 300ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-top: 1px solid #0063c0;
    border-bottom: 1px solid #0063c0
}

.mobile-nav__sublist:not(.mobile-nav__catlist) li a {
    padding-left: 42px !important
}

.drawer {
    display: none;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    top: 0;
    padding: 0 7.5px 7.5px;
    max-width: 95%;
    z-index: 99999999999;
    color: #333;
    background-color: #f6f6f6;
    -webkit-transition: all .4s cubic-bezier(0.46, 0.01, 0.32, 1);
    -moz-transition: all .4s cubic-bezier(0.46, 0.01, 0.32, 1);
    -ms-transition: all .4s cubic-bezier(0.46, 0.01, 0.32, 1);
    -o-transition: all .4s cubic-bezier(0.46, 0.01, 0.32, 1);
    transition: all .4s cubic-bezier(0.46, 0.01, 0.32, 1)
}

.drawer a {
    color: #333
}

.drawer a:hover {
    opacity: .7
}

.drawer a:focus {
    opacity: .7
}

.drawer input {
    border-color: #e9e9e9
}

.drawer textarea {
    border-color: #e9e9e9
}

.drawer .lang-picker {
    margin-top: 10px;
    border-top: 1px solid #e9e9e9;
    padding-top: 10px
}

.drawer--left {
    width: 300px;
    left: -300px;
    border-right: 1px solid #e9e9e9
}

.js-drawer-open-left .drawer--left {
    display: block;
    -webkit-transform: translateX(300px);
    -moz-transform: translateX(300px);
    -ms-transform: translateX(300px);
    -o-transform: translateX(300px);
    transform: translateX(300px)
}

.js-drawer-open-left .is-moved-by-drawer {
    -webkit-transform: translateX(300px);
    -moz-transform: translateX(300px);
    -ms-transform: translateX(300px);
    -o-transform: translateX(300px);
    transform: translateX(300px)
}

.drawer--right {
    width: 300px;
    right: -300px;
    border-left: 1px solid #e9e9e9
}

.js-drawer-open-right .drawer--right {
    display: block;
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    transform: translateX(-300px)
}

#PageContainer {
    overflow: hidden
}

.is-moved-by-drawer {
    -webkit-transition: all .4s cubic-bezier(0.46, 0.01, 0.32, 1);
    -moz-transition: all .4s cubic-bezier(0.46, 0.01, 0.32, 1);
    -ms-transition: all .4s cubic-bezier(0.46, 0.01, 0.32, 1);
    -o-transition: all .4s cubic-bezier(0.46, 0.01, 0.32, 1);
    transition: all .4s cubic-bezier(0.46, 0.01, 0.32, 1)
}

.drawer__header {
    display: table;
    height: 70px;
    width: 100%;
    margin-bottom: 7.5px;
    border-bottom: 1px solid #e9e9e9
}

.drawer__title {
    display: table-cell;
    vertical-align: middle;
    width: 100%
}

.drawer__close {
    display: table-cell;
    vertical-align: middle;
    width: 1%;
    text-align: center;
    font-size: 1.28571em
}

.drawer__close button {
    position: relative;
    right: 0;
    height: 100%;
    padding: 0 20px;
    color: inherit;
    font-size: 25px
}

.drawer__close button:active {
    background-color: #e9e9e9
}

.drawer__close button:focus {
    background-color: #e9e9e9
}

.site-footer {
    padding: 15px 0;
    color: #fff;
    background-color: #2c2c2c;
    border-top: 3px solid #0063c0
}

.grid__image {
    display: block;
    margin: 0 auto 5px;
    border: 1px solid #e2e2e2;
    -webkit-box-shadow: 0 0 15px -12px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 15px -12px rgba(0, 0, 0, .75);
    -ms-box-shadow: 0 0 15px -12px rgba(0, 0, 0, .75);
    -o-box-shadow: 0 0 15px -12px rgba(0, 0, 0, .75);
    box-shadow: 0 0 15px -12px rgba(0, 0, 0, .75)
}

.grid__image img {
    display: block;
    margin: 0 auto
}

.filter--active {
    font-weight: bold
}

.breadcrumb {
    margin-bottom: 7px
}

.product-single__variants {
    display: none
}

.no-js .product-single__variants {
    display: block
}

.product-single__photos a {
    display: block;
    margin: 0 auto
}

.product-single__photos img {
    display: block;
    margin: 0 auto
}

.product-single__thumbnails a {
    display: block;
    margin: 0 auto
}

.product-single__thumbnails a img {
    border: 1px solid #e2e2e2;
    opacity: .5;
    filter: alpha(opacity=50);
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -ms-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out
}

.product-single__thumbnails img {
    display: block;
    margin: 0 auto
}

.product-single__thumbnails .owl-item+.owl-item {
    padding-left: 2px
}

.product-single__thumbnails .active a img {
    opacity: 1;
    filter: alpha(opacity=100)
}

.note {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 6px 12px;
    margin-bottom: 7.5px;
    border: 1px solid #e5e5e5;
    font-size: .9em;
    text-align: left
}

.note ul {
    margin-top: 0;
    margin-bottom: 0
}

.note ol {
    margin-top: 0;
    margin-bottom: 0
}

.note li:last-child {
    margin-bottom: 0
}

.note p {
    margin-bottom: 0
}

.errors {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 6px 12px;
    margin-bottom: 7.5px;
    border: 1px solid #d02e2e;
    font-size: .9em;
    text-align: left;
    color: #d02e2e;
    background-color: #fff6f6
}

.errors ul {
    margin-top: 0;
    margin-bottom: 0;
    list-style: disc outside;
    margin-left: 20px
}

.errors ol {
    margin-top: 0;
    margin-bottom: 0
}

.errors li:last-child {
    margin-bottom: 0
}

.errors p {
    margin-bottom: 0
}

.errors a {
    color: #d02e2e;
    text-decoration: underline
}

.errors a:hover {
    text-decoration: none
}

.form-success {
    color: #56ad6a;
    background-color: #ecfef0;
    border-color: #56ad6a
}

.form-success a {
    color: #56ad6a;
    text-decoration: underline
}

.form-success a:hover {
    text-decoration: none
}

.form-error {
    color: #d02e2e;
    background-color: #fff6f6;
    border-color: #d02e2e
}

.form-error a {
    color: #d02e2e;
    text-decoration: underline
}

.form-error a:hover {
    text-decoration: none
}

.cart__row {
    position: relative;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e5e5e5
}

.cart__row:first-child {
    margin-top: 0;
    padding-top: 0
}

.cart__row .js-qty {
    margin: 0 auto
}

.cart__row .ajaxcart__qty {
    margin: 0 auto
}

.cart__row label {
    margin-bottom: 5px;
    display: block;
    text-transform: uppercase
}

.cart__row textarea {
    margin-bottom: 20px
}

.cart-table th {
    font-weight: normal;
    padding: 30px 15px;
    border: none
}

.cart-table td {
    padding: 30px 15px;
    border: none
}

.cart-table .cart__row {
    border: none
}

.cart-table .cart__row th {
    border: 1px solid #e5e5e5;
    text-align: center;
    padding: 10px 15px;
    font-weight: 600;
    color: #2c2c2c
}

.cart-table .cart__row td {
    border: 1px solid #e5e5e5;
    text-align: center
}

.cart-table .cart__row td .img_item {
    float: left;
    width: 20%;
    margin: 0 20px 0 0
}

.cart-table .cart__row td.product-name {
    text-align: left
}

.cart-table .cart__row td.product-name .variant {
    margin: 5px 0
}

.cart-table .cart__row td.product-name .product-title {
    text-align: left
}

.cart__image {
    display: block
}

.cart__image img {
    display: block;
    max-width: 100%
}

.cart__subtotal {
    margin: 0 0 0 5px;
    display: inline
}

.cart__subtotal .money {
    color: #0063c0
}

.cart__mini-labels {
    display: block;
    margin: 5px 0;
    font-size: .85714em
}

.ajaxcart__inner {
    margin-bottom: 15px
}

.ajaxcart__row {
    padding-bottom: 7.5px;
    margin-bottom: 7.5px;
    border-bottom: 1px solid #e9e9e9
}

.ajaxcart__row>.grid {
    margin-left: -7.5px
}

.ajaxcart__row>.grid>.grid__item {
    padding-left: 7.5px
}

.ajaxcart__row>.grid--rev {
    margin-left: -7.5px
}

.ajaxcart__row>.grid--rev>.grid__item {
    padding-left: 7.5px
}

.ajaxcart__row>.grid--full {
    margin-left: -7.5px
}

.ajaxcart__row>.grid--full>.grid__item {
    padding-left: 7.5px
}

.ajaxcart__product {
    position: relative;
    max-height: 500px
}

.ajaxcart__product.is-removed {
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: all 450ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
    -moz-transition: all 450ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
    -ms-transition: all 450ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
    -o-transition: all 450ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
    transition: all 450ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.ajaxcart__product-image {
    display: block;
    overflow: hidden;
    margin-bottom: 15px
}

.ajaxcart__product-image img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.ajaxcart__product-name {
    display: block
}

.ajaxcart__product-name+.ajaxcart__product-meta {
    padding-top: 3px
}

.ajaxcart__product-meta {
    display: block
}

.js-qty {
    position: relative;
    margin-bottom: 1em;
    max-width: 100px;
    min-width: 75px;
    overflow: visible
}

.js-qty input {
    display: block;
    background: none;
    text-align: center;
    width: 100%;
    padding: 5px 25px;
    margin: 0
}

.js-qty input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.js-qty input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.ajaxcart__qty {
    position: relative;
    max-width: 100px;
    min-width: 75px;
    overflow: visible;
    margin: 0
}

.ajaxcart__qty input {
    display: block;
    background: none;
    text-align: center;
    width: 100%;
    padding: 5px 25px;
    margin: 0
}

.js-qty__adjust {
    cursor: pointer;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    border: 0 none;
    padding: 0 8px;
    background: none;
    text-align: center;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.js-qty__adjust:hover {
    color: #0063c0
}

.js-qty__adjust:focus {
    color: #0063c0
}

.ajaxcart__qty-adjust {
    cursor: pointer;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    border: 0 none;
    padding: 0 8px;
    background: none;
    text-align: center;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #333
}

.ajaxcart__qty-adjust:hover {
    color: #0063c0
}

.ajaxcart__qty-adjust:focus {
    color: #0063c0
}

.js-qty__adjust--plus {
    right: 0;
    border-left: 1px solid #e5e5e5
}

.ajaxcart__qty--plus {
    right: 0;
    border-left: 1px solid #e9e9e9
}

.js-qty__adjust--minus {
    left: 0;
    border-right: 1px solid #e5e5e5
}

.ajaxcart__qty--minus {
    left: 0;
    border-right: 1px solid #e9e9e9
}

.is-loading .ajaxcart__qty {
    opacity: .5;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none
}

.ajaxcart__qty-num {
    border-color: #e9e9e9;
    color: #333
}

#adv-banner .adv-item {
    line-height: 0
}

#adv-banner .adv-item img {
    max-width: 100%;
    width: 100%
}

#top-header {
    background-color: #f0f0f0;
    padding: 4px 0;
    color: #333
}

#top-header .language-picker {
    text-align: right;
    float: right;
    margin-left: 5px
}

#top-header .language-picker .select2-container {
    vertical-align: top
}

#top-header .language-picker .language-picker {
    display: none
}

#top-header .language-picker .language-picker__wrapper:after {
    content: "";
    font: 12px "Font Awesome 5 Pro", "Font Awesome 5 Free";
    float: right;
    margin-left: 5px
}

#top-header .language-picker .language-picker__wrapper select.language-picker {
    text-align: right;
    padding: 0;
    line-height: 12px;
    border: none;
    background: none;
    float: left;
    color: #000;
    font-weight: 600;
    margin: 0;
    font-size: 13px
}

#top-header .social-icons {
    float: right
}

#top-header .social-icons a {
    margin: 0 2px;
    vertical-align: middle
}

#top-header .social-icons a:hover {
    -webkit-animation-name: swing;
    -moz-animation-name: swing;
    -ms-animation-name: swing;
    -o-animation-name: swing;
    animation-name: swing;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

#top-header .social-icons a i {
    font-size: 20px;
    color: #000;
    opacity: .7
}

#top-header .social-icons a i:hover {
    color: #0063c0
}

#top-header .top-header-left {
    padding-top: 0
}

header.site-header {
    padding: 8px 0;
    border-top: 1px solid #e5e5e5;
    background-color: #fff
}

.link-list {
    text-align: right;
    padding-top: 17px
}

.link-list li {
    display: inline-block;
    list-style: none;
    text-align: center;
    padding: 0 7px
}

.link-list li+li {
    border-left: 1px solid #ccc
}

.link-list li a {
    position: relative;
    display: block
}

.link-list li i {
    font-size: 20px;
    display: block;
    color: #000;
    margin: 0
}

.link-list li span {
    display: inline-block;
    font-size: 12px;
    color: #333;
    margin-top: 5px
}

.link-list li .badge {
    position: absolute;
    color: #fff;
    top: -4px;
    right: 2px;
    font-size: 12px;
    line-height: normal
}

#top-home-blocks {
    margin-bottom: 20px
}

#top-home-blocks .shop-by-collections {
    padding-right: 20px
}

.sidebar-collections .sdcollections-title {
    background-color: #f4f4f4;
    padding: 10px 20px;
    font-size: 13px;
    color: #3f3f3f
}

.sidebar-collections .sdcollections-title i {
    margin-right: 10px;
    color: #0063c0
}

.sidebar-collections .sdcollections-content {
    border: 1px solid #e8e8e8
}

.sidebar-collections .sdcollections-content .sdcollections-list {
    margin: 0 10px
}

.sidebar-collections .sdcollections-content hr {
    margin: 5px 0
}

.sidebar-collections .sdcollections-content .sdcollections-list>li {
    padding: 8px 0;
    position: relative;
    font-size: 13px
}

.sidebar-collections .sdcollections-content .sdcollections-list>li i {
    font-size: 13px;
    color: #fff;
    background-color: #0063c0;
    width: 23px;
    padding: 5px 0;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    position: absolute;
    left: 0;
    top: 5px
}

.sidebar-collections .sdcollections-content .sdcollections-list>li .toggle i {
    position: static
}

.sidebar-collections .sdcollections-content .sdcollections-list>li small {
    font-size: .8em;
    color: #9e9e9e
}

.sidebar-collections .sdcollections-content .sdcollections-list>li span {
    margin-left: 34px;
    display: inline-block;
    font-weight: bold;
    color: #0063c0
}

.sidebar-collections .sdcollections-content .sdcollections-list>li span a {
    color: #0063c0
}

.sidebar-collections .sdcollections-content .sdcollections-list>li>a {
    font-weight: bold;
    padding: 0;
    display: inline-block
}

.sidebar-collections .sdcollections-content .sdcollections-list>li>a>div {
    display: inline-block;
    vertical-align: top
}

.sidebar-collections .sdcollections-content .sdcollections-list>li ul>li {
    line-height: 20px;
    font-size: 12px
}

.sidebar-collections .sdcollections-content .sdcollections-list>li .site-nav__dropdown {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 20px 10px 20px 0;
    display: block
}

.sidebar-collections .sdcollections-content .sdcollections-list>li .site-nav__dropdown ul {
    margin: 0
}

.sidebar-collections .sdcollections-content .sdcollections-list>li .site-nav__dropdown ul .list-title {
    font-size: 18px;
    color: #2c2c2c;
    font-weight: 600;
    margin-bottom: 10px
}

.sidebar-collections .sdcollections-content .sdcollections-list>li .site-nav__dropdown ul li {
    padding: 5px 10px
}

.sidebar-collections .sdcollections-content .sdcollections-list>li .site-nav__dropdown ul li a {
    background: none !important
}

.sidebar-collections .sdcollections-content .sdcollections-list>li .site-nav__dropdown ul li .list-product-name {
    color: #444;
    font-weight: 600;
    margin-bottom: 10px
}

.sidebar-collections .sdcollections-content .sdcollections-list>li .site-nav__dropdown ul li .list-product-link a {
    color: #0063c0
}

.sidebar-collections .sdcollections-content .sdcollections-list>li .site-nav__dropdown ul li .list-product-link a:hover {
    text-decoration: underline
}

.sidebar-collections .sdcollections-content .sdcollections-list>li:hover .site-nav__dropdown {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
}

.main-slideshow .main_slideshow_wrapper {
    position: relative
}

.main-slideshow .main_slideshow_wrapper .flexslider {
    border: none;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    margin: 0
}

.main-slideshow .main_slideshow_wrapper #slider.flexslider .flex-direction-nav li a {
    width: 34px;
    height: 34px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    background-color: #d7d7d7;
    color: #898989;
    font-size: 0;
    text-indent: 0;
    text-align: center;
    line-height: 48px;
    bottom: 35px !important
}

.main-slideshow .main_slideshow_wrapper #slider.flexslider .flex-direction-nav li .flex-prev {
    left: -12px
}

.main-slideshow .main_slideshow_wrapper #slider.flexslider .flex-direction-nav li .flex-prev:before {
    content: "";
    font: 14px "Font Awesome 5 Pro", "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 22px;
    line-height: 33px
}

.main-slideshow .main_slideshow_wrapper #slider.flexslider .flex-direction-nav li .flex-prev:after {
    content: none
}

.main-slideshow .main_slideshow_wrapper #slider.flexslider .flex-direction-nav li .flex-next {
    right: -12px
}

.main-slideshow .main_slideshow_wrapper #slider.flexslider .flex-direction-nav li .flex-next:before {
    content: "";
    font: 14px "Font Awesome 5 Pro", "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 22px;
    line-height: 33px
}

.main-slideshow .main_slideshow_wrapper #slider.flexslider .flex-direction-nav li .flex-next:after {
    content: none
}

.bh-btm {
    border: 1px solid #f4f4f4;
    border-top: 0;
    padding: 5px;
    margin-bottom: 5px
}

.grid-block-full {
    margin-top: 15px
}

.grid-block-full.grid-block-no-margin {
    margin-top: 0 !important
}

.grid-block-full .home-block-title {
    overflow: hidden;
    line-height: 20px;
    background-color: #f4f4f4;
    padding: 7px 20px
}

.grid-block-full .home-block-title .collection-name {
    width: auto;
    color: #333;
    float: left
}

.grid-block-full .home-block-title .collection-name .collection-icon {
    vertical-align: middle;
    width: 24px;
    font-size: 21px;
    color: #0063c0
}

.grid-block-full .home-block-title .collection-name a {
    vertical-align: middle
}

.grid-block-full .home-block-title .collection-tags {
    text-align: right;
    float: right
}

.grid-block-full .home-block-title .collection-tags .bh-tags {
    text-align: right;
    padding-right: 0;
    margin: 0
}

.grid-block-full .home-block-title .collection-tags .bh-tags li {
    display: inline-block;
    line-height: normal;
    margin-left: 20px
}

.grid-block-full .home-block-title .collection-tags .bh-tags li:before {
    content: "+";
    margin-right: 5px
}

.grid-block-full .home-block-title .collection-tags .bh-tags .link-to {
    position: relative
}

.grid-block-full .home-block-title .collection-tags .bh-tags .link-to:after {
    content: "";
    font: 14px "Font Awesome 5 Pro", "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 10px
}

.grid-block-full .home-block-title .collection-tags .bh-tags .link-to:before {
    content: none
}

.grid-block-full .bh-btm .bh-left {
    padding: 0 10px 0 0
}

.grid-block-full .bh-btm .bh-left .home-slideshow-block.bh-slideshow {
    margin-bottom: 20px
}

.grid-block-full .bh-btm .bh-left .home-slideshow-block.bh-slideshow .home-gallery-slider .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center
}

.grid-block-full .bh-btm .bh-left .home-products-block .home-products-block-title {
    text-align: center;
    position: relative;
    font-size: 18px;
    color: #333;
    font-weight: 600;
    margin-bottom: 20px
}

.grid-block-full .bh-btm .bh-left .home-products-block .home-products-block-title:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5
}

.grid-block-full .bh-btm .bh-left .home-products-block .home-products-block-title span {
    padding: 0 10px;
    background-color: #fff;
    position: relative
}

.grid-block-full .bh-btm .bh-left .home-products-block .home-products-block-content {
    margin-left: -15px
}

.grid-block-full .bh-btm .bh-left .home-products-block .home-products-block-content .owl-nav div {
    position: absolute;
    top: 20%;
    color: #bfbfbf;
    background: none;
    font-size: 0;
    padding: 0;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    opacity: 1
}

.grid-block-full .bh-btm .bh-left .home-products-block .home-products-block-content .owl-nav div:hover {
    color: #0063c0
}

.grid-block-full .bh-btm .bh-left .home-products-block .home-products-block-content .owl-nav .owl-prev {
    left: 35px;
    opacity: 0;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.grid-block-full .bh-btm .bh-left .home-products-block .home-products-block-content .owl-nav .owl-prev:after {
    content: "";
    font: 35px "Font Awesome 5 Pro", "Font Awesome 5 Free";
    font-weight: 900;
    width: 40px;
    height: 40px;
    background-color: #fff;
    display: block;
    text-align: center;
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 2px 1px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 2px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 1px rgba(0, 0, 0, .2);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    line-height: 38px;
    letter-spacing: 3px
}

.grid-block-full .bh-btm .bh-left .home-products-block .home-products-block-content .owl-nav .owl-next {
    right: 20px;
    opacity: 0;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.grid-block-full .bh-btm .bh-left .home-products-block .home-products-block-content .owl-nav .owl-next:after {
    content: "";
    font: 35px "Font Awesome 5 Pro", "Font Awesome 5 Free";
    font-weight: 900;
    width: 40px;
    height: 40px;
    background-color: #fff;
    display: block;
    text-align: center;
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 2px 1px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 2px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 1px rgba(0, 0, 0, .2);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    line-height: 38px;
    letter-spacing: -7px
}

.grid-block-full .bh-btm .bh-left .home-products-block .home-products-block-content:hover .owl-prev {
    left: 15px;
    opacity: 1
}

.grid-block-full .bh-btm .bh-left .home-products-block .home-products-block-content:hover .owl-next {
    right: 0;
    opacity: 1
}

.grid-block-full .bh-btm .bh-right {
    padding: 0 0 0 10px
}

.grid-block-full .bh-btm .bh-right .brands-area ul.brands-elements {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: left;
    -moz-justify-content: left;
    -ms-justify-content: left;
    -o-justify-content: left;
    justify-content: left;
    margin: 0 0 20px 0
}

.grid-block-full .bh-btm .bh-right .brands-area ul.brands-elements li {
    width: 50%;
    display: inline-block;
    height: 80px;
    border: 1px solid #e5e5e5;
    margin: 0 0 -1px -1px;
    vertical-align: top;
    position: relative;
    overflow: hidden
}

.grid-block-full .bh-btm .bh-right .brands-area ul.brands-elements li img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.grid-block-full .bh-btm .bh-right .brands-area ul.brands-elements li:hover img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    filter: grayscale(0)
}

.grid-block-full .bh-btm .bh-right .banner-area {
    position: relative
}

.grid-block-full .bh-btm .bh-right .banner-area img {
    width: 100%
}

.grid-block-full .bh-btm .bh-right .banner-area a {
    display: block;
    position: relative
}

.grid-block-full .bh-btm .bh-right .banner-area a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 2px solid #fff;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    opacity: 0
}

.grid-block-full .bh-btm .bh-right .banner-area a:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 2px solid #fff;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    opacity: 0
}

.grid-block-full .bh-btm .bh-right .banner-area a:hover:before {
    width: 100%;
    height: 100%;
    opacity: 1
}

.grid-block-full .bh-btm .bh-right .banner-area a:hover:after {
    width: 100%;
    height: 100%;
    opacity: 1
}

.home-slideshow-block .owl-dots .owl-dot {
    display: inline-block
}

.home-slideshow-block .owl-dots .owl-dot span {
    background-color: #869791;
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px
}

.home-slideshow-block .owl-dots .owl-dot.active span {
    background-color: #fff
}

.product-title {
    margin: 0;
    text-align: center;
    padding: 0 5px
}

.product-title a {
    font-size: 11px;
    color: #444;
    font-weight: 600
}

.product-title a:hover {
    color: #0063c0
}

.rating-star {
    margin-bottom: 5px
}

.rating-star .spr-badge-starrating .spr-icon {
    color: #ffd200;
    font-size: 10px;
    margin: 0 2px
}

.rating-star .spr-badge-caption {
    display: none
}

.product-price {
    font-size: 12px;
    color: #0063c0;
    font-weight: 600;
    text-align: center;
    margin-bottom: 3px
}

.product-price .money a {
    font-size: 12px;
    color: #0063c0;
    font-weight: 600
}

.product-price strong {
    display: none
}

.product-price s {
    color: #8c8c8c
}

footer.site-footer {
    padding: 0;
    overflow: hidden
}

footer.site-footer a {
    color: #fff
}

footer.site-footer .fi-title {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px
}

.fi-about-block ul.group_information {
    margin: 0 0 20px
}

.fi-about-block ul.group_information li {
    margin-bottom: 5px;
    color: #fff
}

.fi-about-block ul.group_information li i {
    color: #0063c0;
    margin-right: 5px;
    width: 15px;
    text-align: right
}

.fi-about-block .social-icons {
    margin-top: 2px
}

.fi-about-block .social-icons a {
    margin-right: 5px
}

.fi-about-block .social-icons a i {
    font-size: 22px
}

.footer_information {
    padding: 30px 0 15px
}

.footer_information .fi-block .fi-content {
    margin-bottom: 30px
}

.footer_information .fi-block .fi-content li .post-title {
    margin-bottom: 5px
}

.footer_information .fi-block .fi-content li .post-author {
    color: #999
}

.footer_information .fi-block .fi-content li .post-author span.author {
    color: #0063c0
}

.footer_information .fi-block .fi-content li+li {
    margin-top: 20px
}

.footer_information .fi-block .social-icons a {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background-color: #383c48;
    color: #fff;
    display: inline-block;
    margin-right: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.footer_information .fi-block .social-icons a:hover {
    background-color: #0063c0
}

.footer_information .fi-links .fi-content ul.one-whole {
    padding: 0;
    margin: 0
}

.footer_information .fi-links .fi-content ul.one-whole li {
    margin-bottom: 10px
}

.footer_information .fi-tags .fi-content li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    margin-right: 2px;
    margin-bottom: 5px
}

.footer_information .fi-tags .fi-content li a {
    padding: 2px 7px;
    border: 1px solid #e5e5e5;
    display: block
}

.footer_information .fi-feed ul li .user:before {
    content: "";
    font: normal normal normal 16px/1 "Font Awesome 5 Pro", "Font Awesome 5 Free";
    margin-right: 10px
}

.footer_information .fi-feed ul li .user img {
    display: none
}

.footer_information .fi-feed ul li .timePosted {
    color: #999
}

.footer_information .fi-feed ul li .interact {
    display: none
}

.footer_product_categories {
    display: none;
    padding: 30px 0;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    text-align: center
}

.footer_product_categories .product_categories_list li {
    display: inline-block;
    padding: 0 5px;
    vertical-align: top;
    line-height: 12px
}

.footer_product_categories .product_categories_list li+li {
    border-left: 1px solid #363636
}

.footer_copyright {
    padding: 10px 0
}

.footer_copyright .footer-payment {
    text-align: right
}

.footer_copyright .footer-payment ul li {
    display: inline-block
}

.footer_copyright .footer-payment ul li+li {
    margin-left: 10px
}

.footer_copyright .footer-payment ul li i {
    font-size: 25px
}

#breadcrumb-container {
    background-color: #f2f2f2;
    background: -moz-linear-gradient(top, #f2f2f2 0%, #c1c1c1 100%);
    background: -webkit-linear-gradient(top, #f2f2f2 0%, #c1c1c1 100%);
    background: linear-gradient(to bottom, #f2f2f2 0%, #c1c1c1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2f2f2", endColorstr="#c1c1c1", GradientType=0);
    padding: 13px 0;
    text-align: center;
    margin-bottom: 15px
}

#breadcrumb-container li a {
    color: #333
}

#breadcrumb-container li.active {
    color: #000;
    font-weight: 700
}

#breadcrumb-container .breadcrumb {
    margin: 0
}

#breadcrumb-container .breadcrumb li {
    display: inline-block
}

#breadcrumb-container .breadcrumb li+li::before {
    content: ">";
    padding: 0 8px;
    color: #0063c0;
    font-weight: bold
}

#breadcrumb-container .section-header__title {
    font-weight: 400;
    margin: 0
}

#category-breadcrumb {
    background-color: #f2f2f2;
    background: -moz-linear-gradient(top, #f2f2f2 0%, #c1c1c1 100%);
    background: -webkit-linear-gradient(top, #f2f2f2 0%, #c1c1c1 100%);
    background: linear-gradient(to bottom, #f2f2f2 0%, #c1c1c1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2f2f2", endColorstr="#c1c1c1", GradientType=0);
    padding: 13px 0;
    text-align: center;
    margin-bottom: 15px
}

#category-breadcrumb li a {
    color: #333
}

#category-breadcrumb li.active {
    color: #000;
    font-weight: 700
}

#category-breadcrumb .breadcrumb {
    margin: 0
}

#category-breadcrumb .breadcrumb li {
    display: inline-block;
    font-size: 15px
}

#category-breadcrumb .breadcrumb li+li::before {
    content: ">";
    padding: 0 8px;
    color: #0063c0;
    font-weight: bold
}

#category-breadcrumb .section-header__title {
    font-weight: 400;
    margin: 0
}

.btn-block {
    display: block;
    width: 100%
}

.btn2 {
    background-color: #0063c0;
    color: #fff !important;
    border-color: transparent
}

.btn2:hover {
    background-color: #e5e5e5;
    color: #000 !important
}

.btn-1 {
    line-height: 28px;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 11px;
    padding: 0 15px;
    text-align: left
}

.btn-1 i {
    margin-right: 10px
}

.group_sidebar .sb-wrapper {
    border: 1px solid #e5e5e5;
    margin-bottom: 20px
}

.group_sidebar .sb-wrapper .sb-title {
    background-color: #f1f1f1;
    padding: 9px 15px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #2c2c2c
}

.group_sidebar .sb-wrapper .sb-content {
    padding: 15px
}

.group_sidebar .sb-wrapper .sb-content li a {
    text-transform: none;
    font-size: 13px
}

.group_sidebar .sb-wrapper .sb-content li+li {
    margin-top: 10px
}

.group_sidebar .sb-wrapper .shop-by-content {
    padding: 15px
}

.group_sidebar .sb-wrapper .shop-by-content .tag-group .ficon {
    float: right
}

.group_sidebar .sb-wrapper .shop-by-content#tags-filter-content p.title {
    font-weight: 600
}

.group_sidebar .sb-wrapper .shop-by-content#tags-filter-content ul li {
    margin-bottom: 7px
}

.group_sidebar .sb-wrapper .shop-by-content#tags-filter-content ul li a span.fe-checkbox {
    margin-right: 8px
}

.group_sidebar .sb-wrapper .shop-by-content#tags-filter-content ul li a span.fe-checkbox:before {
    content: "";
    font: normal normal normal 14px/1 "Font Awesome 5 Pro", "Font Awesome 5 Free"
}

.group_sidebar .sb-wrapper .shop-by-content#tags-filter-content ul .active span.fe-checkbox:before {
    content: ""
}

.group_sidebar .slider-banner-wrapper {
    border: none
}

.featured-product-wrapper .featured-product-content {
    overflow: hidden
}

.featured-product-wrapper .featured-product-content .element {
    overflow: hidden
}

.featured-product-wrapper .featured-product-content .element .grid__item {
    width: 100%;
    padding: 0
}

.featured-product-wrapper .featured-product-content .element .grid__item div.product-image {
    float: left;
    margin: 0 15px 0 0;
    width: 40%
}

.featured-product-wrapper .featured-product-content .element .grid__item .product-title a {
    font-size: 12px
}

.featured-product-wrapper .featured-product-content .element .grid__item .rating-star {
    display: inline-block
}

.featured-product-wrapper .featured-product-content .element .grid__item .action-button {
    display: none
}

.featured-product-wrapper .featured-product-content .element+.element {
    margin-top: 20px
}

.slider-banner-wrapper {
    border: none
}

.section-sorting .form-horizontal {
    vertical-align: top
}

.section-sorting .form-horizontal select {
    padding-top: 2px;
    padding-bottom: 2px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.section-sorting .collection-view {
    border: none;
    padding: 0;
    height: auto
}

.section-sorting .collection-view .change-view {
    padding: 7px 8px
}

.section-sorting .collection-view .change-view:hover {
    color: #0063c0
}

.section-sorting .collection-view .change-view--active {
    color: #0063c0
}

.home-products-block-content .grid__item {
    padding: 0;
    margin-bottom: 4px
}

.home-products-block-content .grid__item .product-title {
    text-overflow: ellipsis;
    font-size: 11px;
    max-height: 16px;
    line-height: 17px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden
}

.bh-stores .grid__item .grid__item_wrapper .product-image img {
    max-height: 120px
}

.bh-projects .grid__item .grid__item_wrapper .product-image img {
    max-height: 140px
}

.category-full-width .grid__item .grid__item_wrapper .list-mode-description {
    display: block;
    margin-bottom: 20px
}

.grid-uniform-category {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: left;
    -moz-justify-content: left;
    -ms-justify-content: left;
    -o-justify-content: left;
    justify-content: left
}

.grid-uniform-category>.grid__item {
    float: none;
    display: inline-block
}

.grid-uniform.grid-uniform-category.category-full-width {
    margin: 0
}

.grid-uniform.grid-uniform-category.category-full-width .grid__item {
    width: 100%;
    padding: 0;
    margin: 0
}

.grid-uniform.grid-uniform-category.category-full-width .grid__item div.product-image {
    float: left;
    width: 30%;
    margin: 0 20px 0 0
}

.grid-uniform.grid-uniform-category.category-full-width .grid__item .rating-star {
    display: inline-block
}

.grid-uniform.grid-uniform-category.category-full-width .grid__item .list-description {
    display: block;
    margin-bottom: 15px
}

.grid__item_wrapper .list-description {
    display: none
}

.product-single {
    overflow: hidden;
    margin-bottom: 5px
}

.product-single .thumb__element {
    font-size: 0
}

.product-single .product-single__thumbnails {
    position: relative;
    margin: 0
}

.product-single .product-single__thumbnails li {
    margin-right: -3px
}

.product-single .product-single__thumbnails li a {
    display: inline-block;
    width: 20%;
    padding: 2px 3px 0 0
}

.product-single .product-single__thumbnails li img {
    border: 1px solid #ccc;
    opacity: .5;
    filter: alpha(opacity=50);
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -ms-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out
}

.product-single .product-single__thumbnails li .active img {
    opacity: 1;
    filter: alpha(opacity=100)
}

.product-single #thumbnailDots {
    float: left
}

.product-single #thumbnailDots>button {
    border: 1px solid #eee;
    background-color: #ddd;
    padding: 5px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    -ms-border-radius: 150px;
    -o-border-radius: 150px;
    border-radius: 150px;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -ms-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.product-single #thumbnailDots>button+button {
    margin-left: 3px
}

.product-single #thumbnailDots>button.active {
    background-color: #0063c0
}

.product-single #thumbnailNavbar {
    width: 100%;
    background-color: #fafafa;
    border: 1px solid #f3f3f3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 8px 10px
}

.product-single #thumbnailNav {
    float: right
}

.product-single #thumbnailNav>button {
    width: 25px;
    height: 25px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    background-color: #efefef;
    color: #898989;
    font-size: 0;
    text-indent: 0;
    text-align: center;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.product-single #thumbnailNav>button:hover {
    background-color: #e7e7e7
}

.product-single #thumbnailNav .owl-prev:before {
    content: "";
    font: 18px "Font Awesome 5 Pro", "Font Awesome 5 Free";
    font-weight: 700
}

.product-single #thumbnailNav .owl-next:before {
    content: "";
    font: 18px "Font Awesome 5 Pro", "Font Awesome 5 Free";
    font-weight: 700
}

.product-single h1 {
    font-weight: 600;
    font-size: 17px;
    line-height: 20px
}

.product-single h4 {
    font-size: 13px;
    text-transform: uppercase
}

.product-single .product-description {
    margin-bottom: 15px
}

.product-single .product-vendor {
    margin-bottom: 10px
}

.product-single .product-vendor b {
    color: #77a464;
    font-weight: 400
}

.product-single .product-type b {
    color: #b50000;
    font-weight: 400
}

.product-single .product-action .form-vertical .select2-container {
    margin-bottom: 0
}

.product-single .product-action .add-to-wishlist .btn {
    padding: 0;
    background: none;
    border: none;
    font-weight: 400
}

.product-single .product-action .add-to-wishlist .btn i {
    margin-right: 10px
}

.product-single .product-action .add-to-wishlist .btn:hover {
    color: #0063c0
}

.product-single .product-action .add-to-wishlist a {
    color: #000
}

.product-single .product-action .add-to-wishlist a i {
    margin-right: 10px
}

.product-single .swatch .swatch-element label {
    height: 30px !important;
    min-width: 30px !important;
    padding: 0 10px;
    line-height: 28px;
    border-width: 1px
}

.product-single .money {
    font-size: 25px;
    color: #0063c0;
    font-weight: 900;
    margin-right: 10px
}

.product-single del {
    color: #ccc
}

.product-single del .money {
    color: #ccc
}

.product-single .visually-hidden {
    display: none
}

.product-single #ComparePrice {
    display: inline-block;
    margin: 0
}

.product-single .qty_select {
    margin-top: 15px
}

.product-single .qty_select .btn {
    padding: 9.5px 10px;
    font-size: 13px
}

.product-single label.quantity-selector {
    clear: both;
    display: block;
    float: left;
    min-width: 50px;
    margin: 10px 0 0;
    font-weight: 600
}

.product-single .selector-wrapper label {
    clear: both;
    display: block;
    float: left;
    min-width: 50px;
    margin: 10px 0 0;
    font-weight: 600
}

.product-single .select2-container {
    width: 200px !important
}

.product-single .js-qty {
    display: inline-block;
    max-width: 120px
}

.product-single .js-qty input {
    padding: 9px 25px;
    min-width: 110px
}

.product-single button#AddToCart {
    clear: both;
    display: block;
    font-size: 20px;
    padding: 10px 25px;
    color: #fff;
    background-color: #0063c0;
    border: none;
    min-width: 250px;
    margin-bottom: 20px;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.product-single button#AddToCart:hover {
    color: #333;
    background-color: #e5e5e5
}

.product-single .product-extrainfo {
    margin-bottom: 20px
}

.product-single .product-extrainfo li {
    margin-bottom: 10px
}

.product-single .product-extrainfo li .fa-stack {
    margin-right: 10px;
    float: left
}

.product-single .product-extrainfo li .sub {
    color: #ccc;
    display: block
}

.product-single .product-extrainfo li .detail_more_info {
    text-transform: capitalize
}

.product-single .next-prev-button {
    float: left;
    width: 100%;
    margin: 20px 0
}

.product-information {
    clear: both
}

.product-information .tabs-information {
    margin: 10px 0
}

.product-information .tabs-information>ul>li {
    display: inline-block
}

.product-information .tabs-information>ul>li a {
    padding: 9px 20px;
    background-color: #f1f1f1;
    color: #333;
    font-size: 15px;
    border: 1px solid #e5e5e5;
    display: block;
    position: relative;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.product-information .tabs-information>ul>li a:hover {
    background-color: #fff;
    color: #000
}

.product-information .tabs-information>ul li.active a {
    background-color: #fff;
    color: #000;
    border-bottom-color: transparent;
    z-index: 1
}

.product-information .tabs-information>ul li.active a:before {
    content: "";
    background-color: #0063c0;
    height: 3px;
    width: 100%;
    top: -1px;
    left: 0;
    position: absolute
}

.product-information .tabs-information .tab-panel {
    padding: 20px;
    border: 1px solid #e5e5e5;
    margin: -1px 0 0
}

.product-information .tabs-information .tab-panel ul {
    margin-bottom: 20px
}

.product-information .tabs-information .tab-panel ol {
    margin-bottom: 20px
}

.product-information #product-reviews .spr-header-title {
    font-weight: 400;
    text-transform: uppercase
}

.product-information #product-reviews .spr-icon {
    font-size: 10px;
    color: #ffd200;
    margin: 0 2px;
    line-height: 15px
}

.product-information .related-products h1.feature-title {
    padding: 10px 20px;
    font-size: 20px;
    color: #2c2c2c;
    border: 1px solid #e5e5e5
}

.wishlist-items {
    margin-bottom: 20px
}

.wishlist-items .cart__row {
    border: none
}

.wishlist-items .cart__row th {
    border: 1px solid #e5e5e5;
    text-align: center;
    padding: 10px 15px;
    font-weight: 600;
    color: #2c2c2c
}

.wishlist-items .cart__row td {
    border: 1px solid #e5e5e5;
    text-align: center
}

.wishlist-items .cart__row td .img_item {
    float: left;
    width: 20%;
    margin: 0 20px 0 0
}

.wishlist-items .cart__row td.product-name {
    text-align: left
}

.wishlist-items .cart__row td.product-name .variant {
    margin-bottom: 5px
}

.wishlist-items td {
    padding: 30px 15px
}

.shipping-selector p.field label {
    min-width: 200px;
    display: inline-block
}

.shipping-selector p.field select {
    min-width: 320px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.shipping-selector p.field input[type=text] {
    min-width: 320px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.section-header.section-grid {
    padding: 1px 5px
}

.blog-title a {
    font-size: 14px
}

.author {
    color: gray
}

.author strong {
    color: #0063c0;
    font-weight: 400;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #ccc
}

.author i {
    background: #0063c0;
    color: #fff;
    padding: 8px;
    margin-right: 5px;
    -webkit-border-radius: 175px;
    -moz-border-radius: 175px;
    -ms-border-radius: 175px;
    -o-border-radius: 175px;
    border-radius: 175px
}

.readmore.btn {
    color: #363636;
    border: 1px solid #ccc;
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.readmore.btn:hover {
    background-color: #0063c0;
    color: #fff;
    border-color: transparent
}

.blog-content {
    margin-bottom: 15px !important
}

.group_sidebar.blog_sidebar ul li .title {
    margin-bottom: 10px
}

.group_sidebar.blog_sidebar ul li .title a {
    text-transform: none;
    font-size: 14px;
    color: #000;
    font-weight: 600
}

.group_sidebar.blog_sidebar ul li+li {
    padding-top: 10px;
    margin-top: 5px;
    border-top: 1px solid #e5e5e5
}

.section-header-blog h1 {
    font-size: 20px;
    margin-bottom: 5px
}

.section-header-blog strong {
    font-weight: 400;
    color: #0063c0
}

.title-heading {
    padding: 10px 20px;
    font-size: 17px;
    color: #2c2c2c;
    background-color: #f4f4f4;
    margin-bottom: 20px
}

.left-store {
    float: left
}

.left-store>div {
    margin-bottom: 20px
}

.left-store>div ul li+li {
    margin-top: 8px
}

.left-store>div ul li:first-child {
    font-weight: 600;
    color: #2c2c2c
}

.riht-map {
    float: right
}

.mce-menu {
    z-index: 999999 !important
}

.page-contact>div {
    margin-bottom: 20px
}

.page-contact ul li {
    font-size: 15px;
    margin-bottom: 10px
}

.page-contact ul li i {
    width: 40px;
    height: 40px;
    background-color: #0063c0;
    color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    line-height: 37px;
    margin-right: 15px;
    font-size: 20px
}

.page-contact ul li ul {
    margin-left: 58px
}

#loginBox .input-full {
    margin-bottom: 10px
}

#loginBox .forgot {
    display: inline-block
}

#loginBox .create {
    display: inline-block
}

#loginBox .create a:before {
    content: "/";
    margin-right: 10px;
    margin-left: 10px
}

#loginBox .close {
    display: none
}

#loginBox .btn.btn2.btn--full {
    margin-bottom: 10px
}

#recover-password input.text {
    width: 100%;
    margin-bottom: 10px
}

#recover-password .action_bottom .btn.back {
    float: right
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background-color: #fbfbfb
}

#CartDrawer {
    outline: 0;
    background-color: #fbfbfb
}

#CartDrawer .drawer__header {
    height: 50px
}

#CartDrawer .ajaxcart__qty {
    margin-bottom: 10px
}

#CartDrawer .money {
    font-size: 18px;
    color: #0063c0
}

#CartDrawer .ajaxcart__footer .title-total {
    width: auto;
    font-weight: 600
}

#CartDrawer .ajaxcart__footer .price-total {
    float: right;
    width: auto
}

#CartDrawer .ajaxcart__footer .price-total .money {
    font-weight: 600
}

#CartDrawer .ajaxcart__footer .btn {
    margin-bottom: 10px
}

#myaccount.loginLightbox {
    min-width: 300px;
    text-align: center;
    line-height: 30px
}

#myaccount.loginLightbox .welcome i {
    display: block;
    font-size: 30px;
    color: #0063c0;
    margin-bottom: 10px
}

#myaccount.loginLightbox ul li {
    display: inline-block;
    vertical-align: top
}

#myaccount.loginLightbox ul li+li:before {
    content: "/";
    margin: 0 10px
}

#RecoverPasswordForm .form-vertical input.btn.btn2 {
    float: left
}

#RecoverPasswordForm .form-vertical button.btn {
    float: right
}

.staff--one {
    width: 33.33%;
    float: left
}

.staff--one>div {
    margin: 0
}

.staff--one .grid-image-item {
    line-height: 0
}

#quick-shop-modal #featured-image {
    min-height: 480px;
    margin-bottom: 8px
}

#quick-shop-modal .detail-price {
    margin-top: 20px
}

#quick-shop-modal .detail-price .money {
    font-size: 20px
}

#quick-shop-modal .detail-price .price_compare {
    color: #c8c8c8;
    margin-right: 10px
}

#quick-shop-modal .detail-price .price_compare .money {
    color: #c8c8c8
}

#quick-shop-modal .detail-price .price_sale .money {
    color: #0063c0
}

#quick-shop-modal .quantity-wrapper {
    margin-bottom: 20px
}

#quick-shop-modal .quantity-wrapper .wrapper-title {
    display: inline-block
}

#quick-shop-modal .quantity-wrapper .wrapper {
    display: inline-flex
}

#quick-shop-modal .quantity-wrapper .wrapper .qty-down {
    height: 42px;
    display: inline-block;
    border: 1px solid #e5e5e5;
    padding: 0 8px;
    vertical-align: top;
    line-height: 42px;
    background-color: #fff
}

#quick-shop-modal .quantity-wrapper .wrapper .qty-up {
    height: 42px;
    display: inline-block;
    border: 1px solid #e5e5e5;
    padding: 0 8px;
    vertical-align: top;
    line-height: 42px;
    background-color: #fff
}

#quick-shop-modal .quantity-wrapper .wrapper .item-quantity {
    text-align: center;
    margin: 0 -1px
}

#quick-shop-modal .others-bottom #quick-shop-add {
    clear: both;
    display: block;
    font-size: 20px;
    padding: 10px 25px;
    color: #fff;
    text-align: center;
    background-color: #0063c0;
    border: none;
    min-width: 250px;
    margin-top: 30px;
    margin-bottom: 20px;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

#quick-shop-modal .others-bottom #quick-shop-add:hover {
    color: #333;
    background-color: #e5e5e5
}

#quick-shop-modal .selector-wrapper {
    margin-bottom: 10px
}

#quick-shop-modal .selector-wrapper label {
    display: inline-block;
    min-width: 70px
}

#quick-shop-modal .selector-wrapper select {
    min-width: 100px
}

.newsletter-skin {
    padding: 0 !important;
    background-color: #fff !important
}

.newsletter-skin #newsletter_popup {
    text-align: center;
    background-color: #fff
}

.newsletter-skin #newsletter_popup .top-area {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 15px;
    padding: 20px 20px 0
}

.newsletter-skin #newsletter_popup .bottom-area {
    padding: 0 20px 20px
}

.newsletter-skin #newsletter_popup .bottom-area .group_input {
    position: relative;
    margin-bottom: 15px
}

.newsletter-skin #newsletter_popup .bottom-area .group_input .form-control {
    width: 100%
}

.newsletter-skin #newsletter_popup .bottom-area .group_input .btn {
    position: absolute;
    right: 0;
    top: -1px;
    background-color: #ccc;
    color: #000;
    height: 42px;
    border: none
}

.newsletter-skin #newsletter_popup .bottom-area .group_input .btn:hover {
    background-color: #0063c0;
    color: #fff
}

.newsletter-skin #newsletter_popup .nl-social {
    padding: 10px 0;
    text-align: center;
    background-color: #0063c0
}

.newsletter-skin #newsletter_popup .nl-social a {
    color: #fff;
    margin: 0 5px
}

.newsletter-skin #newsletter_popup .nl-social a i {
    font-size: 30px
}

.newsletter-skin #newsletter_popup .nl-social a:hover {
    -webkit-animation-name: swing;
    -moz-animation-name: swing;
    -ms-animation-name: swing;
    -o-animation-name: swing;
    animation-name: swing;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

#scroll-to-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    background-color: #a0a0a0;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    font-size: 22px
}

#scroll-to-top:hover {
    background-color: #0063c0
}

#scroll-to-top.off {
    display: none
}

.category-blogs {
    overflow: hidden;
    margin-bottom: 40px
}

.category-blogs .blog-image {
    float: left;
    width: 50%;
    padding-right: 20px;
    margin-bottom: 0
}

.category-blogs .blog-image img {
    max-height: 222px;
    margin: auto;
    display: block
}

.category-blogs .blog-image a {
    line-height: 0;
    display: block
}

.category-blogs h3.blog-title {
    margin-top: 0;
    line-height: 24px;
    margin-bottom: 10px
}

.category-blogs h3.blog-title a {
    font-size: 18px;
    color: #000;
    text-transform: none
}

.category-blogs .author {
    font-style: italic
}

.category-blogs .inline-list {
    margin-bottom: 15px
}

.template-search .searchbox form.search-bar {
    width: 70%;
    margin: 50px auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    border: 1px solid #424242
}

.template-search .searchbox form.search-bar .collections-selector {
    display: inline-block;
    width: 200px
}

.template-search .searchbox form.search-bar .collections-selector .single-option-selector {
    height: 40px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: #333
}

.template-search .searchbox form.search-bar .st-default-search-input {
    width: calc(100% - 160px);
    width: -moz-calc(100% - 160px);
    width: -webkit-calc(100% - 160px);
    display: inline-block;
    height: 40px;
    vertical-align: top;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: #333;
    border-left: 1px solid #424242
}

.template-search .searchbox form.search-bar .input-group-btn {
    position: relative;
    white-space: nowrap;
    width: 40px;
    padding: 0;
    display: inline-block;
    text-align: center
}

.template-search .searchbox form.search-bar .input-group-btn .btn {
    padding: 0
}

.template-search .searchbox form.search-bar .input-group-btn button.btn {
    background: transparent;
    color: gray;
    border: none
}

.tag-group p.title .ficon {
    float: right
}

.tag-group p.title.open .ficon .fa-minus:before {
    content: "";
    font: normal normal normal 14px/1 "Font Awesome 5 Pro", "Font Awesome 5 Free"
}

.tag-group p.title.open+ul.collapse {
    display: none
}

.tag-group ul.collapse {
    display: block
}

ul.collapse.color_filter li {
    display: inline-block;
    margin: 0 5px 5px 0
}

ul.collapse.color_filter li span {
    display: block;
    width: 22px;
    height: 22px;
    border: 1px solid #eee
}

ul.collapse.color_filter li span:hover {
    border-color: #333
}

ul.collapse.color_filter li a {
    background: none;
    padding: 0
}

ul.collapse.color_filter li.active {
    border-color: #333
}

.select2-container.select2-container--open {
    z-index: 9999999999
}

.select2-selection__choice {
    list-style-type: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.select2-selection__choice__remove {
    display: none
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #0063c0;
    font-weight: bold
}

.select2-container--default .select2-selection--single {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    height: 40px;
    border: 1px solid #e5e5e5 !important
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px
}

.select2-container--default .select2-selection--multiple {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    height: 40px;
    border: 1px solid #e5e5e5 !important
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: 1px solid #e5e5e5;
    background-color: #f4f4f4
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #e5e5e5
}

.select2-dropdown {
    border: 1px solid #e5e5e5 !important
}

.select2-results__options {
    max-height: 205px !important
}

.collections-selector .select2-container--default .select2-selection--single {
    border: 0
}

.language-picker .select2-container--default .select2-selection--single {
    background: transparent;
    border: 0 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    height: 20px
}

.language-picker .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 20px
}

.language-picker .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 20px
}

.Hide {
    display: none
}

.toggle {
    color: #0063c0;
    font-weight: bold
}

.lg-margin {
    min-height: 1px;
    margin-bottom: 40px
}

.lg-margin2x {
    min-height: 1px;
    margin-bottom: 80px
}

.lg-margin3x {
    min-height: 1px;
    margin-bottom: 120px
}

.md-margin {
    min-height: 1px;
    margin-bottom: 30px
}

.md-margin2x {
    min-height: 1px;
    margin-bottom: 60px
}

.md-margin3x {
    min-height: 1px;
    margin-bottom: 90px
}

.sm-margin {
    min-height: 1px;
    margin-bottom: 20px
}

.xlg-margin {
    min-height: 1px;
    margin-bottom: 50px
}

.xlg-margin2x {
    min-height: 1px;
    margin-bottom: 100px
}

.xlg-margin3x {
    min-height: 1px;
    margin-bottom: 150px
}

.xs-margin {
    min-height: 1px;
    margin-bottom: 10px
}

.xss-margin {
    min-height: 1px;
    margin-bottom: 5px
}

.fNone {
    float: none
}

.center-block {
    display: block;
    float: none !important;
    margin-left: auto;
    margin-right: auto
}

#Captcha {
    width: 200px;
    border: 2px solid #eee
}

.alert {
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.alert.activation-alert {
    margin-top: 15px;
    font-size: 16px;
    padding: 10px 15px
}

.alert.activation-alert .btn {
    margin-left: 10px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: bold
}

.alert>p {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert>ul {
    margin-bottom: 0;
    padding: 5px 15px
}

.alert ul li {
    list-style: disc;
    margin-top: 5px
}

.alert i {
    margin-right: 5px
}

.alert-dismissable {
    padding-right: 35px
}

.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-dismissible {
    padding-right: 35px
}

.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #f7e1b5
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-warning {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-info {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-info hr {
    border-top-color: #f7e1b5
}

.alert-info .alert-link {
    color: #66512c
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

.accordion-header {
    padding: 7px 15px;
    background-color: #f4f4f4;
    border: 1px solid #f0f0f0;
    color: #333;
    position: relative;
    cursor: pointer;
    display: block
}

.accordion-btn {
    position: absolute;
    top: 6px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.accordion-btn::after {
    content: "";
    font-size: 18px;
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
    font-weight: 900
}

.accordion-btn.opened {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

#category-filter h4 {
    display: none
}

.category-filter-list {
    border: 1px solid #e5e5e5
}

.category-filter-list small {
    color: #333
}

.mobile-category-filter-list {
    display: none
}

.panel-heading {
    padding: 8px 15px;
    background-color: #0063c0;
    color: #fff;
    border: 1px solid #eee;
    font-weight: bold
}

.panel-body {
    padding: 10px 0
}

.checkbox {
    margin: 5px 0
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

[class^=cLevel] {
    display: block;
    padding: 1px 7px
}

.cLevel0 {
    padding-left: 10px !important
}

.cLevel1 {
    padding-left: 20px !important
}

.cLevel2 {
    padding-left: 30px !important
}

.cLevel3 {
    padding-left: 40px !important
}

.cLevel4 {
    padding-left: 50px !important
}

.cLevel5 {
    padding-left: 60px !important
}

.cLevel6 {
    padding-left: 70px !important
}

.cLevel7 {
    padding-left: 80px
}

.cLevel8 {
    margin-left: 90px
}

.jspVerticalBar {
    width: 10px
}

.jspArrow {
    background-color: #0063c0
}

.jspTrack {
    background-color: #fdcccc
}

.jspDrag {
    background-color: #fb8888
}

.modal {
    display: none;
    width: 75%
}

.modal.xxsmall {
    width: 22%
}

.modal.xsmall {
    width: 30%
}

.modal.small {
    width: 40%
}

.modal-footer {
    text-align: center;
    margin-top: 20px
}

.modal-footer button+button {
    margin-left: 10px
}

.half-margin {
    margin: 10px 0
}

.category-toolbar {
    padding: 3px 5px;
    border: 1px solid #eee;
    background-color: #f6f6f6
}

.category-toolbar a {
    vertical-align: middle
}

.category-toolbar a:not([data-save-search-favorite]) {
    margin-left: 5px;
    font-size: 23px;
    line-height: 40px
}

.category-toolbar a[data-save-search-favorite] {
    margin-left: 5px
}

.category-toolbar a.active {
    color: #0063c0
}

.mobile-category-toolbar {
    display: none
}

.category-item-container .item {
    border: 1px solid #eee;
    padding: 7px;
    margin: 2px 0
}

.category-item-container .item-meta-container {
    border-left: 1px solid #eee;
    padding-left: 5px
}

.category-item-container .item-name {
    margin: 0
}

.category-item-container .item-name span {
    display: block;
    font-size: 13px
}

.category-item-container .item-name span a+a {
    margin-left: 2px
}

.category-item-container .item-name span a+i {
    margin-left: 2px
}

.cBoxed,
.dBoxed {
    border: 1px solid #eee;
    padding: 15px;
    -webkit-box-shadow: 0 0 14px -11px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 14px -11px rgba(0, 0, 0, .75);
    -ms-box-shadow: 0 0 14px -11px rgba(0, 0, 0, .75);
    -o-box-shadow: 0 0 14px -11px rgba(0, 0, 0, .75);
    box-shadow: 0 0 14px -11px rgba(0, 0, 0, .75)
}

.paddedBoxes {
    padding: 75px;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    flex-direction: column
}

.paddedBoxes h2 {
    text-align: center
}

.paddedBoxes p {
    text-align: center
}

.registerBox {
    padding: 35px
}

.registerBox h3 {
    color: #0063c0;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px
}

.registerBox p {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px
}

.registerBox ul {
    margin: 0
}

.registerBox ul:not(.select2-results__options) li:not(.select2-selection__choice) {
    font-size: 15px
}

.registerBox ul:not(.select2-results__options) li:not(.select2-selection__choice):before {
    content: "";
    font: 20px "Font Awesome 5 Pro", "Font Awesome 5 Free";
    color: #0c0;
    margin-right: 8px
}

.registerBox ul:not(.select2-results__options) li:not(.select2-selection__choice)+li {
    margin-top: 10px
}

.helpTitle {
    border: 1px solid #eee;
    background-color: #fbfbfb;
    padding: 8px 12px;
    margin: 3px 0;
    display: block
}

.list-group a {
    display: block;
    padding: 8px;
    border: 1px solid #eee;
    white-space: normal;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -ms-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.list-group a:hover {
    background: #f4f4f4
}

.list-group a.active {
    color: #fff;
    background-color: #0063c0;
    font-weight: bold
}

.ad_categories {
    position: relative;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 5px
}

.ad_categories>div {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 3px;
    padding-left: 3px;
    vertical-align: top
}

.ad_categories>div.active {
    display: inline-block
}

.buy_steps {
    position: relative;
    width: 100%
}

.category_success {
    position: relative;
    width: 100%;
    height: 345px;
    background-color: #fcfcfc;
    border: 1px solid #eee;
    display: flex;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 15px;
    color: #0063c0
}

.category_success p {
    white-space: normal;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px 0
}

.category_success i {
    font-size: 75px;
    margin-bottom: 10px
}

.tab_steps>div {
    position: relative;
    width: 100%;
    display: inline-block
}

.scrollable-menu {
    height: auto;
    max-height: 345px;
    overflow-x: hidden
}

#cat_fields .panel {
    margin: 4px 0
}

#map {
    width: 100%;
    height: 500px
}

.category-list-map #map {
    height: 850px
}

#use_map {
    width: 100% !important;
    height: 500px !important;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .8);
    z-index: 99;
    display: table
}

#use_map a {
    display: table-cell;
    vertical-align: middle;
    color: #0063c0;
    font-size: 18px;
    font-weight: bold
}

#streetmap {
    width: 100% !important;
    height: 650px !important;
    line-height: normal !important
}

.g-recaptcha {
    margin: 5px 0
}

.g-recaptcha>div {
    width: auto !important
}

#search_results {
    display: none;
    background-color: #fff;
    position: absolute;
    top: 115%;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    font-size: 13px;
    border: 1px solid #f4f4f4;
    margin-top: -2px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

#search_results a {
    color: #0063c0;
    padding: 5px 10px;
    width: 100%;
    display: block
}

#search_results a:hover {
    background-color: #eee
}

#search_results strong {
    font-size: 13px;
    text-align: center;
    padding: 5px;
    display: block
}

#search_results small {
    display: block;
    font-size: 12px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.story_bg {
    padding: 50px 0;
    text-align: center;
    width: 100%;
    min-height: 450px;
    background: url(../../images/story_bg.jpg) no-repeat;
    background-size: 100% 100%
}

.story_bg h2 {
    color: #333;
    text-shadow: 2px 2px #fff
}

.story_bg a {
    font-size: 18px;
    margin-top: 35px;
    padding: 10px 35px
}

.story_bg a+a {
    margin-left: 25px
}

.story-content {
    position: relative;
    padding: 10px;
    margin: 1em 0;
    border: 2px solid #0063c0;
    color: #333;
    background-color: #fdfdfd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px
}

.story-content:before {
    content: "";
    position: absolute;
    border-style: solid;
    display: block;
    width: 0;
    top: 30%;
    bottom: auto;
    left: -30px;
    border-width: 15px 30px 15px 0;
    border-color: transparent #0063c0
}

.story-content:after {
    content: "";
    position: absolute;
    border-style: solid;
    display: block;
    width: 0;
    top: 38%;
    bottom: auto;
    left: -21px;
    border-width: 9px 21px 9px 0;
    border-color: transparent #fdfdfd
}

.story-content.left {
    margin-left: 30px
}

.story-avatar {
    width: 100%;
    border: 2px solid #0063c0;
    background-color: #fdfdfd;
    padding: 15px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    -ms-border-radius: 150px;
    -o-border-radius: 150px;
    border-radius: 150px;
    margin-top: .5em;
    color: #0063c0;
    text-align: center;
    font-weight: bold;
    font-size: 24px
}

@-moz-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -o-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -o-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -o-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

.doping-bg {
    background: #0063c0;
    background-image: url(../../images/doping_bg.png);
    background-image: url(../../images/doping_bg.png), -moz-radial-gradient(circle, #0063c0 0%, #0057a8 54%);
    background-image: url(../../images/doping_bg.png), -webkit-radial-gradient(circle, #0063c0 0%, #0057a8 54%);
    background-image: url(../../images/doping_bg.png), radial-gradient(circle, #0063c0 0%, #0057a8 54%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color2", endColorstr="#$color2", GradientType=1);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    padding: 100px 0;
    margin-top: -15px;
    border-bottom: 1px solid #eee;
    color: #fff
}

.doping-bg .Doping {
    font-size: 55px;
    margin: 15px auto;
    background: #333;
    border-color: #000
}

.doping-bg .Doping:hover {
    -moz-animation: bounce 1.2s infinite;
    -webkit-animation: bounce 1.2s infinite;
    animation: bounce 1.2s infinite
}

.doping-bg span {
    display: inline-block;
    padding: 3px 8px;
    font-weight: 900;
    font-size: 15px;
    background: rgba(0, 0, 0, .5);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px
}

.doping-bg h1,
.doping-bg h2 {
    color: #fff;
    text-shadow: 1px 1px #333
}

.doping-bg h1 {
    font-size: 50px;
    margin-bottom: 15px
}

.doping-bg h2 {
    font-size: 18px
}

.doping-item {
    padding: 50px 0 !important;
    margin: 5px 0
}

.doping-item .cBoxed {
    background: #fcfcfc;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 143px -50px #333;
    -moz-box-shadow: 0px 0px 143px -50px #333;
    -ms-box-shadow: 0px 0px 143px -50px #333;
    -o-box-shadow: 0px 0px 143px -50px #333;
    box-shadow: 0px 0px 143px -50px #333
}

.doping-item img {
    -webkit-box-shadow: 0px 0px 55px -30px #333;
    -moz-box-shadow: 0px 0px 55px -30px #333;
    -ms-box-shadow: 0px 0px 55px -30px #333;
    -o-box-shadow: 0px 0px 55px -30px #333;
    box-shadow: 0px 0px 55px -30px #333
}

.Dopings {
    margin: 10px 0
}

.Dopings>div {
    width: 100%;
    padding-bottom: 20px;
    border: 1px solid #f34b26;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.Dopings h3 {
    font-size: 15px;
    background: rgba(109, 188, 219, .2);
    width: 100%;
    color: #0063c0;
    line-height: 40px;
    border-bottom: 1px solid rgba(109, 188, 219, .7)
}

.Dopings p {
    color: #0063c0;
    padding: 0 15px;
    min-height: 90px
}

.Doping {
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: flex;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-size: 65px;
    color: #fff;
    background: #0063c0;
    border: 1px solid #ccc;
    padding: 10px 25px;
    width: 125px;
    height: 125px;
    -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    -ms-border-radius: 250px;
    -o-border-radius: 250px;
    border-radius: 250px;
    vertical-align: middle;
    -webkit-box-shadow: 0px 0px 75px -30px #333;
    -moz-box-shadow: 0px 0px 75px -30px #333;
    -ms-box-shadow: 0px 0px 75px -30px #333;
    -o-box-shadow: 0px 0px 75px -30px #333;
    box-shadow: 0px 0px 75px -30px #333;
    margin: 25px auto 35px auto;
    text-align: center
}

.Doping_1::before {
    content: "";
    font-weight: 600
}

.Doping_2::before {
    content: "";
    font-weight: 600
}

.Doping_3::before {
    content: "";
    font-weight: 600
}

.Doping_4::before {
    content: "";
    font-weight: 600
}

.Doping_5::before {
    content: "";
    font-weight: 600
}

.Doping_6::before {
    content: "";
    font-weight: 600
}

.Doping_7::before {
    content: "";
    font-weight: 600
}

.dopingDesc {
    vertical-align: middle
}

.dopingDesc .cBoxed {
    padding: 30px 20px;
    margin-bottom: 10px
}

.dopingDesc h2 {
    color: #0063c0;
    margin-bottom: 5px
}

.grey {
    background-color: #f4f4f4;
    padding: 15px 0
}

.grey hr {
    margin: 7px 0
}

.grey.nomb {
    margin-bottom: -30px
}

.dealCats {
    margin: 0
}

.dealCats a {
    padding: 7px 10px;
    display: block
}

.dealCats a:hover {
    background-color: #eee
}

.dealCats a.active {
    background-color: #eee
}

.dealCatItems {
    position: relative
}

#deal-wrapper {
    position: relative
}

.dealDetails {
    background-color: #f4f4f4;
    padding: 5px 15px
}

.dealDetails a {
    color: #0063c0
}

.dealDetails .title {
    font-weight: bold
}

.dealDetails .dealPrice {
    font-size: 19px;
    color: #0063c0
}

.dealDetails sup {
    font-size: 80%;
    margin-left: 7px
}

.deal-item {
    position: relative;
    border: 1px solid #ddd
}

.deal-item img {
    width: 100%
}

.stickyTitle {
    background-color: #fff;
    position: fixed;
    z-index: 99;
    top: 0
}

.freeShipping {
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    text-align: center;
    z-index: 2;
    background-color: #00b200;
    font-size: 12px;
    padding: 5px;
    color: #fff
}

.discount {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    text-align: center;
    z-index: 2;
    color: #fff;
    background-color: #0063c0;
    font-size: 12px;
    padding: 5px
}

.padded-block {
    padding-right: 20px
}

.user-ratings hr {
    margin: 7px 0
}

.item-price {
    color: #0063c0
}

.Adv {
    margin: 10px 0;
    text-align: center
}

.Adv img {
    border: 1px solid #f4f4f4;
    -webkit-box-shadow: 0 0 25px -12px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 25px -12px rgba(0, 0, 0, .75);
    -ms-box-shadow: 0 0 25px -12px rgba(0, 0, 0, .75);
    -o-box-shadow: 0 0 25px -12px rgba(0, 0, 0, .75);
    box-shadow: 0 0 25px -12px rgba(0, 0, 0, .75)
}

.dropdown {
    position: relative
}

.dropdown:hover .dropdown-menu {
    max-height: 1000px
}

.dropdown-menu {
    display: none;
    position: absolute;
    right: auto;
    left: 0;
    top: 100%;
    background-color: #fff;
    min-width: 160px;
    margin: 0;
    padding: 5px 0;
    z-index: 99;
    border: 1px solid rgba(0, 0, 0, .15);
    border-top: 2px solid #0063c0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -ms-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -o-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    overflow: hidden
}

.dropdown-menu li {
    display: block;
    padding: 0;
    text-align: left;
    border: 0
}

.dropdown-menu a {
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    padding: 5px 10px;
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu a:hover {
    background-color: #f2f2f2
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.fancybox-content {
    padding: 30px
}

.jspHorizontalBar {
    display: none
}

dt {
    float: left;
    margin: 0;
    font-weight: 900;
    font-size: 12px;
    width: 30%;
    padding-right: 10px;
    position: relative
}

dt::after {
    content: ":";
    position: absolute;
    right: 0;
    top: 0
}

dt,
dd {
    line-height: 18px
}

dd {
    float: left;
    margin: 0;
    width: 70%;
    padding-left: 10px;
    font-size: 12px
}

.product-info-left dt {
    width: 35%
}

.product-info-left dd {
    width: 65%
}

.seperator {
    width: 100%;
    height: 1px;
    border-top: 1px solid #e2e2e2;
    clear: both;
    margin: 5px 0
}

.step-breadcrumb {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #f5f5f5
}

.step-breadcrumb .cf:before {
    content: " ";
    display: table
}

.step-breadcrumb .cf:after {
    content: " ";
    display: table;
    clear: both
}

.step-breadcrumb .title {
    padding: 50px 0;
    font-size: 24px;
    text-align: center
}

.step-breadcrumb ul {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd
}

.step-breadcrumb li {
    float: left;
    width: 20%
}

.step-breadcrumb li:last-child a:before {
    display: none
}

.step-breadcrumb li:last-child a:after {
    display: none
}

.step-breadcrumb a {
    position: relative;
    display: block;
    padding: 20px;
    padding-right: 0 !important;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    color: #aaa;
    cursor: pointer;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -ms-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.step-breadcrumb a:hover {
    background: #eee
}

.step-breadcrumb a:hover:after {
    border-left-color: #eee
}

.step-breadcrumb a span {
    vertical-align: middle
}

.step-breadcrumb a span:first-child {
    display: inline-block;
    width: 25px;
    line-height: 22px;
    margin-right: 5px;
    border: 2px solid #aaa;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff
}

.step-breadcrumb a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    display: block;
    width: 0;
    height: 0;
    border-top: 32px solid transparent;
    border-bottom: 32px solid transparent;
    border-left: 16px solid transparent;
    margin-left: 1px;
    border-left-color: #d5d5d5;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -ms-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.step-breadcrumb a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    display: block;
    width: 0;
    height: 0;
    border-top: 32px solid transparent;
    border-bottom: 32px solid transparent;
    border-left: 16px solid transparent;
    border-left-color: #f5f5f5;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -ms-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.step-breadcrumb a.active {
    color: #777;
    background-color: #fafafa
}

.step-breadcrumb a.active span:first-child {
    color: #fff;
    border-color: #777;
    background-color: #777
}

.step-breadcrumb a.active:after {
    border-left-color: #fafafa
}

@media(max-width: 720px) {
    .step-breadcrumb a {
        padding: 15px
    }
    .step-breadcrumb a:before {
        border-top-width: 26px;
        border-bottom-width: 26px;
        border-left-width: 13px
    }
    .step-breadcrumb a:after {
        border-top-width: 26px;
        border-bottom-width: 26px;
        border-left-width: 13px
    }
}

@media(max-width: 620px) {
    .step-breadcrumb a {
        padding: 10px;
        font-size: 12px
    }
    .step-breadcrumb a:before {
        border-top-width: 22px;
        border-bottom-width: 22px;
        border-left-width: 11px
    }
    .step-breadcrumb a:after {
        border-top-width: 22px;
        border-bottom-width: 22px;
        border-left-width: 11px
    }
}

@media(max-width: 520px) {
    .step-breadcrumb a {
        padding: 5px
    }
    .step-breadcrumb a:before {
        border-top-width: 16px;
        border-bottom-width: 16px;
        border-left-width: 8px
    }
    .step-breadcrumb a:after {
        border-top-width: 16px;
        border-bottom-width: 16px;
        border-left-width: 8px
    }
    .step-breadcrumb li a span:first-child {
        display: block;
        margin: 0 auto
    }
    .step-breadcrumb li a span:last-child {
        display: none
    }
}

.quick-shop {
    width: 80%
}

.clsFeatures {
    background-color: #fafafa;
    border: 1px solid #f3f3f3;
    padding: 15px;
    color: #7e7e7e
}

.clsFeatures+.clsFeatures {
    margin-top: 10px
}

.clsFeatures i {
    font-size: 24px;
    margin-right: 4px;
    vertical-align: middle
}

.clsFeatures .row>div {
    margin-top: 5px
}

.clsFeatures .available {
    color: #090
}

.clsFeatures h4 {
    font-size: 16px;
    color: #0063c0;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 5px;
    margin-bottom: 5px
}

.clsRegion {
    color: #0063c0
}

div[class^=clsStatus_] {
    padding: 2px 10px;
    border: 1px solid #ccc;
    display: inline-block
}

.clsGETStatus {
    padding: 2px 10px;
    border: 1px solid #ccc;
    display: inline-block;
    color: #fff;
    background-color: #588ebb
}

.clsStatus_0 {
    color: #fff;
    background-color: #c00
}

.clsStatus_1 {
    color: #fff;
    background-color: #00b200
}

.clsStatus_2 {
    color: #fff;
    background-color: #e59400
}

.section-title {
    font-size: 35px;
    margin: 25px 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    color: #0063c0
}

.social-sharing {
    margin-top: 5px
}

.social-sharing * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

.social-sharing a {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin: 5px 5px 5px 0;
    text-decoration: none;
    font-weight: normal;
    width: 30px;
    vertical-align: top;
    text-align: center
}

.social-sharing a:hover {
    color: #fff
}

.social-sharing i {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    text-align: center
}

.social-sharing .icon {
    padding: 0
}

.social-sharing .icon:before {
    line-height: 30px
}

.share-facebook {
    background-color: #3b5998
}

.share-facebook:hover {
    background-color: #2d4373
}

.share-twitter {
    background-color: #00aced
}

.share-twitter:hover {
    background-color: #0087ba
}

.share-pinterest {
    background-color: #cb2027
}

.share-pinterest:hover {
    background-color: #9f191f
}

.share-linkedin {
    background-color: #007bb5
}

.share-linkedin:hover {
    background-color: #00567e
}

.share-tumblr {
    background-color: #35465c
}

.share-tumblr:hover {
    background-color: #253140
}

.share-whatsapp {
    background-color: #128c7e
}

.share-whatsapp:hover {
    background-color: #0c5f55
}

.clsLocation {
    margin: 3px 0;
    color: #0063c0;
    font-weight: 900
}

.clsTitle {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-size: 17px
}

.detailBox {
    background-color: #fafafa;
    border: 1px solid #f3f3f3;
    padding: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px
}

.phoneDetail {
    margin: 10px 0;
    padding: 10px 15px;
    font-size: 13px;
    border: 1px solid #eee;
    background-color: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #f3f3f3 99%);
    background: -webkit-linear-gradient(top, #fff 0%, #f3f3f3 99%);
    background: linear-gradient(to bottom, #fff 0%, #f3f3f3 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#f3f3f3", GradientType=0);
    font-weight: 900
}

.phoneDetail span {
    float: right
}

.clsOptions {
    text-align: center
}

.clsOptions a {
    margin-top: 5px;
    display: block;
    font-size: 11px
}

.clsOptions i {
    vertical-align: middle
}

.gm-iv-address {
    height: 70px !important;
    min-width: 140px !important
}

.gm-compass-tooltip-text {
    height: 45px !important
}

.streetMapNotAvailable {
    font-size: 19px;
    vertical-align: middle;
    color: #0063c0;
    text-align: center;
    margin: 15px 0
}

.streetmapChk {
    display: none !important
}

.noneRatio {
    background: rgba(78, 201, 75, .07)
}

.clsTags a {
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    padding: 4px 12px;
    display: inline-block;
    margin: 2px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.clsTags a:hover {
    border: 1px solid #fff;
    background-color: #ddd;
    color: #333
}

#ProductPhotoImg {
    cursor: pointer
}

.imageOptions {
    margin: 3px 0;
    padding: 7px 15px;
    font-size: 13px;
    border: 1px solid #eee;
    background-color: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #f3f3f3 99%);
    background: -webkit-linear-gradient(top, #fff 0%, #f3f3f3 99%);
    background: linear-gradient(to bottom, #fff 0%, #f3f3f3 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#f3f3f3", GradientType=0)
}

.imageOptions a {
    color: #0063c0;
    font-weight: 900
}

.imageOptions a.disabled {
    color: #a8a8a8;
    font-weight: 600
}

.clsStoreLogo {
    margin-bottom: 10px;
    font-weight: 900;
    display: flex;
    align-items: center
}

.clsStoreLogo img {
    max-width: 85px;
    margin-right: 5px;
    border: 1px solid #ddd
}

.project-details .cBoxed {
    margin: 10px 0
}

.project-details .cBoxed h3 {
    font-size: 17px;
    font-weight: bold;
    color: #0063c0;
    border-bottom: 1px solid #0063c0;
    display: block;
    padding-bottom: 5px
}

.hasFeature {
    color: #0063c0
}

.modal-body img {
    max-height: 675px
}

.avatar {
    background: #fff;
    padding: 25px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 15px
}

.ticketUser {
    font-size: 20px;
    font-weight: 600
}

.ticketUser.user {
    color: #333
}

.ticketBox {
    min-height: 420px;
    padding: 15px;
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmVmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=");
    background: -moz-linear-gradient(-45deg, #feffff 0, #e8e8e8 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0, #feffff), color-stop(100%, #e8e8e8));
    background: -webkit-linear-gradient(-45deg, #feffff 0, #e8e8e8 100%);
    background: -o-linear-gradient(-45deg, #feffff 0, #e8e8e8 100%);
    background: -ms-linear-gradient(-45deg, #feffff 0, #e8e8e8 100%);
    background: linear-gradient(135deg, #feffff 0, #e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#feffff", endColorstr="#e8e8e8", GradientType=1);
    -webkit-box-shadow: 0 0 22px 3px #e6e6e6;
    -moz-box-shadow: 0 0 22px 3px #e6e6e6;
    -ms-box-shadow: 0 0 22px 3px #e6e6e6;
    -o-box-shadow: 0 0 22px 3px #e6e6e6;
    box-shadow: 0 0 22px 3px #e6e6e6
}

.ticketBox strong {
    color: #0063c0
}

.ticketUser.admin {
    color: #0063c0
}

.ticketDetail {
    min-height: 420px;
    padding: 15px;
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmVmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=");
    background: -moz-linear-gradient(-45deg, #feffff 0, #e8e8e8 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0, #feffff), color-stop(100%, #e8e8e8));
    background: -webkit-linear-gradient(-45deg, #feffff 0, #e8e8e8 100%);
    background: -o-linear-gradient(-45deg, #feffff 0, #e8e8e8 100%);
    background: -ms-linear-gradient(-45deg, #feffff 0, #e8e8e8 100%);
    background: linear-gradient(135deg, #feffff 0, #e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#feffff", endColorstr="#e8e8e8", GradientType=1);
    -webkit-box-shadow: 0 0 22px 3px #e6e6e6;
    -moz-box-shadow: 0 0 22px 3px #e6e6e6;
    -ms-box-shadow: 0 0 22px 3px #e6e6e6;
    -o-box-shadow: 0 0 22px 3px #e6e6e6;
    box-shadow: 0 0 22px 3px #e6e6e6
}

.userTradeCount {
    font-weight: 900;
    color: #0063c0
}

.clsPrint {
    float: right;
    font-size: 12px;
    color: #0063c0
}

.br-theme-fontawesome-stars .br-widget a {
    font: normal normal normal 20px/1 "Font Awesome 5 Pro", "Font Awesome 5 Free" !important
}

i[class^=user-comment-] {
    font: 24px "Font Awesome 5 Pro", "Font Awesome 5 Free";
    font-weight: 600;
    font-style: normal;
    vertical-align: middle
}

.user-comment-positive::before {
    content: "";
    color: #00b200
}

.user-comment-unstable::before {
    content: "";
    color: dimgray
}

.user-comment-negative::before {
    content: "";
    color: #ff3232
}

.checkout-total-title {
    text-align: right
}

.label-badge {
    color: #fff;
    padding: 5px 7px;
    font-size: 12px
}

.label-badge.success {
    background-color: #4caf50
}

.label-badge.info {
    background-color: #2196f3
}

.label-badge.warning {
    background-color: #ff9800
}

.label-badge.error {
    background-color: #f44336
}

.table-get tbody tr td {
    padding: 7px;
    font-size: 13px;
    vertical-align: middle
}

.table-get thead tr th {
    padding: 7px;
    font-size: 13px;
    vertical-align: middle
}

.table-get .positive {
    color: #269200
}

.table-get p.positive {
    margin: 0
}

.table-get .unstable {
    color: #f34b26
}

.table-get .negative {
    color: #d80000
}

.commentUsername {
    color: #0063c0
}

.profileUsername {
    color: #0063c0
}

.main_slideshow_wrapper .owl-nav>button {
    width: 27px;
    height: 27px;
    background-color: #e7e7e7 !important;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    -ms-border-radius: 150px;
    -o-border-radius: 150px;
    border-radius: 150px;
    color: #898989;
    font-size: 0;
    text-indent: 0;
    text-align: center;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -ms-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    position: absolute;
    top: 45%
}

.main_slideshow_wrapper .owl-nav>button:hover {
    background-color: #0063c0 !important;
    color: #fff
}

.main_slideshow_wrapper .owl-nav .owl-prev {
    left: 5px
}

.main_slideshow_wrapper .owl-nav .owl-prev:before {
    content: "";
    font: 18px "Font Awesome 5 Pro", "Font Awesome 5 Free";
    font-weight: 700
}

.main_slideshow_wrapper .owl-nav .owl-next {
    right: 5px
}

.main_slideshow_wrapper .owl-nav .owl-next:before {
    content: "";
    font: 18px "Font Awesome 5 Pro", "Font Awesome 5 Free";
    font-weight: 700
}

.owl-prev span {
    display: none
}

.owl-next span {
    display: none
}

.mce-tinymce,
.mce-top-part::before {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important
}

.mce-panel {
    border-color: #ddd !important
}

.mce-branding {
    display: none !important
}

.clsCheckboxes label {
    margin-bottom: 3px
}

.clsFinishOpts {
    text-align: center
}

.clsFinishOpts a+a {
    margin-left: 5px
}

.clsFormFinal {
    font-size: 16px
}

.storeOpts a {
    display: block
}

.storeOpts a+a {
    margin-top: 5px
}

.storePacks h4 {
    color: #0063c0
}

.storePacks i {
    color: #0063c0;
    font-size: 50px
}

.storePacks>div {
    margin: 10px 0;
    min-height: 180px;
    padding: 15px;
    border: 1px solid #eee;
    background: #f4f4f4
}

.storePacks span {
    white-space: initial
}

.hasStoreStyle {
    background: #f2f2f2;
    padding: 20px 15px;
    height: 350px;
    vertical-align: bottom;
    margin-bottom: 10px;
    margin-top: -15px
}

.hasStoreStyle img {
    background: #fff;
    border: 2px solid #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 21px 0 rgba(50, 50, 50, .75);
    -moz-box-shadow: 0 1px 21px 0 rgba(50, 50, 50, .75);
    -ms-box-shadow: 0 1px 21px 0 rgba(50, 50, 50, .75);
    -o-box-shadow: 0 1px 21px 0 rgba(50, 50, 50, .75);
    box-shadow: 0 1px 21px 0 rgba(50, 50, 50, .75)
}

#store_total {
    color: #0063c0
}

div[data-href] {
    cursor: pointer
}

a:not(.cart__remove)[data-remove-from-cart] {
    position: absolute;
    top: -3px;
    right: 5px;
    font-size: 21px;
    color: #0063c0
}

#login-form .btn+.btn {
    margin-left: 15px
}

#login-form hr {
    margin: 7px 0
}

.favCats li {
    display: inline-block
}

.favCats li+li {
    margin-left: 1.5px
}

.favCats li+li:before {
    content: "/";
    margin-right: 1.5px
}

table td i[title],
table td i.tooltipstered {
    background: #0063c0;
    color: #fff;
    border: 1px solid #eee;
    padding: 5px 0;
    width: 24px;
    text-align: center;
    font-size: 10px;
    vertical-align: middle;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    -ms-border-radius: 150px;
    -o-border-radius: 150px;
    border-radius: 150px
}

.scrollpane {
    overflow: hidden
}

.ps {
    position: relative
}

.ps__rail-y {
    opacity: 1 !important;
    display: block !important
}

.opts {
    text-align: center;
    margin-top: 10px
}

.opts a {
    cursor: default !important;
    display: inline-block !important;
    text-align: center !important;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    border: 1px dashed #000;
    padding: 3px 5px;
    margin: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

.opts a i {
    cursor: default !important;
    width: 20px
}

.opts a:hover {
    background: #000
}

.dropzone {
    border: 1px solid #e5e5e5;
    background: #fcfcfc;
    padding: 10px 5px
}

.dropzone .dz-message {
    font-size: 19px
}

.dropzone .dz-preview {
    margin: 13px 4px
}

.dropzone .dz-preview .dz-details {
    display: none
}

.dropzone .dz-preview .dz-image {
    width: 100%;
    height: 100%;
    height: 125px
}

.dropzone .dz-preview .dz-image img {
    width: 100%;
    height: 100%
}

.dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    -webkit-filter: none !important;
    filter: none !important
}

.dropzone .dz-preview .dz-error-mark {
    padding: 4px 8px;
    border: 1px solid #eee;
    -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    -ms-border-radius: 250px;
    -o-border-radius: 250px;
    border-radius: 250px;
    color: #fff;
    margin: 0;
    top: 50px;
    left: 38%;
    background: #e50000
}

.dropzone .dz-preview .dz-success-mark {
    padding: 4px 8px;
    border: 1px solid #eee;
    -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    -ms-border-radius: 250px;
    -o-border-radius: 250px;
    border-radius: 250px;
    color: #fff;
    margin: 0;
    top: 50px;
    left: 38%;
    background: #0c0
}

.dz-complete .opts a {
    cursor: pointer !important
}

.dz-complete .opts a i {
    cursor: pointer !important
}

.unread-msg {
    font-size: 18px;
    color: #c00 !important;
    vertical-align: middle;
    margin-left: 3px
}

.category-filter-list {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 400px !important;
    padding: 7px 0
}

.category-filter-list.have-map {
    height: 255px !important
}

.map-form {
    height: 542px;
    padding-right: 10px;
    overflow-y: auto;
    overflow-x: hidden
}

.map-form+button[type=submit] {
    margin-top: 7px
}

.catFilters {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 180px !important
}

.pRelative {
    position: relative
}

.category_searcher input {
    padding-right: 30px
}

.category_searcher .fa {
    position: absolute;
    top: 13px;
    right: 10px
}

#category_results {
    background: #fafafa;
    border: 1px solid #eee;
    padding: 10px 15px;
    margin-top: 15px;
    display: none
}

#category_results h1 {
    font-size: 17px;
    margin: 5px 0
}

#category_results h2 {
    font-size: 15px;
    padding-left: 25px;
    margin: 2px 0 0 0
}

#category_results .subCats {
    padding-left: 45px;
    display: block
}

#category_results .subCats .colored {
    color: #007f00
}

#category_results .subCats:hover .colored {
    color: #0063c0
}

.noty_layout .noty_theme__nest.noty_bar {
    z-index: 9999999999
}

.tooltipster-custom {
    border-radius: 5px;
    border-bottom: 3px solid #0063c0;
    background: #2a2a2a;
    color: #fff
}

.tooltipster-custom .tooltipster-content {
    font-size: 14px;
    line-height: 16px;
    padding: 7px 10px
}

.fc-container .fancybox-bg {
    background: #eee
}

.fancybox-is-open.fc-container .fancybox-bg {
    opacity: .95
}

.fc-content {
    margin: 20px;
    max-width: 650px;
    text-align: center;
    padding: 35px;
    box-shadow: 10px 10px 60px -25px;
    border-radius: 4px
}

.fc-content i {
    color: #0063c0;
    font-size: 75px;
    margin-bottom: 15px
}

.fc-content h3 {
    color: #0063c0;
    margin-top: 0;
    font-size: 1.1em;
    letter-spacing: normal
}

.fc-content p {
    color: #666;
    line-height: 1.5
}

.fc-content p:last-child {
    margin-bottom: 0
}

.fc-content .btn+.btn {
    margin-left: 15px
}

.ui-pnotify-container {
    cursor: pointer
}

.ui-pnotify-icon {
    font-size: 25px
}

tr.paid {
    background: #ecf6ec
}

tr.unpaid {
    background: #ffecec
}

.pricing {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    margin: 25px auto
}

.pricing__item {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    text-align: center;
    -webkit-flex: 0 1 25%;
    flex: 0 1 25%;
    cursor: default;
    color: #84697c;
    background: #fff;
    box-shadow: 0 0 10px rgba(46, 59, 125, .23);
    border-radius: 20px 20px 10px 10px;
    margin: 1em
}

.pricing__deco {
    border-radius: 10px 10px 0 0;
    padding: 4em 0 9em;
    position: relative
}

.pricing__deco-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px
}

.pricing__item--featured .pricing__deco {
    padding: 5em 0 8.885em 0
}

.pricing__title {
    font-size: .75em;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #ffd5bd;
    font-size: 14px
}

.deco-layer {
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s
}

.pricing__item:hover .deco-layer--1 {
    -webkit-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0)
}

.pricing__item:hover .deco-layer--2 {
    -webkit-transform: translate3d(-15px, 0, 0);
    transform: translate3d(-15px, 0, 0)
}

.icon {
    font-size: 2.5em
}

.pricing__price {
    font-size: 4em;
    font-weight: bold;
    padding: 0;
    color: #fff;
    margin: 0 0 .25em 0;
    line-height: .75
}

.pricing__feature-list {
    margin: 0;
    padding-bottom: 1.5em;
    list-style: none;
    text-align: center
}

.pricing__feature-list>li {
    padding: .2em 0;
    font-size: 20px
}

.pricing__feature-list>li+li {
    border-top: 1px solid #eee
}

.pricing__feature-list>li>span {
    font-weight: bold;
    color: #0063c0
}

.pricing__action {
    font-weight: bold;
    margin: auto 3em 2em 3em;
    padding: 1em 2em;
    color: #fff !important;
    border-radius: 30px
}

@media screen and (min-width: 66.25em) {
    .pricing__item {
        margin: 1em -0.5em
    }
    .pricing__item--featured {
        margin: 0;
        z-index: 10;
        box-shadow: 0 0 20px rgba(46, 59, 125, .23)
    }
}

#modal-buy-package h1 {
    text-align: center;
    color: #0063c0;
    font-size: 21px
}

#modal-buy-package h2 {
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    color: #0057a8
}

.paymentMethods {
    text-align: center
}

.paymentMethods li+li {
    margin-top: 5px
}

.product-info-right {
    padding-right: 0
}

.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 0 auto
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px
}

.avatar-upload .avatar-edit input {
    display: none
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #fff;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .12);
    cursor: pointer;
    font-weight: normal;
    transition: all .2s ease-in-out
}

.avatar-upload .avatar-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6
}

.avatar-upload .avatar-edit input+label:after {
    content: "";
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
    font-weight: 600;
    color: #757575;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto
}

.avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    margin: 15px auto;
    position: relative;
    border-radius: 100%;
    border: 6px solid #f8f8f8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .1);
    cursor: pointer
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.user-photo {
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #f8f8f8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .1);
    cursor: pointer
}

.cls-comments .user-photo {
    float: left;
    width: 60px;
    height: 60px;
    margin-bottom: 0;
    margin-right: 25px;
    border: 0;
    cursor: default
}

.cls-comments .comment-box {
    float: left;
    width: calc(100% - 85px);
    position: relative;
    background-color: #fafafa;
    border: 1px solid #f3f3f3;
    padding: 10px 15px;
    margin-bottom: 8px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px
}

.cls-comments .comment-box .comment-author i {
    margin-right: 7px
}

.cls-comments .comment-box .comment {
    margin-top: 7px
}

.cls-comments .comment-box:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 2px solid transparent;
    border-right-color: #f3f3f3;
    border-left: 0;
    border-top: 0;
    margin-top: -10.5px;
    margin-left: -21px
}

.cls-comments+.pager-info {
    display: none
}

.cat-list-types {
    margin-bottom: -10px
}

.cat-list-types a {
    float: left;
    width: 48%;
    border: 1px solid #f0f0f0;
    border-bottom: 0;
    background: #f7f7f7;
    padding: 8px 10px;
    text-align: center;
    font-size: 14px;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    margin: 0 2% 0 0
}

.cat-list-types a.active {
    background: #fff;
    border-top-color: #0063c0;
    border-top-width: 2px
}

.cat-list-types a+a {
    margin: 0 0 0 2%
}

.no-top-border {
    border-top: 0
}

.storeStyleList {
    max-height: 550px;
    overflow-x: auto
}

.storeStyleList>div>div {
    margin: 4px 0;
    display: block;
    cursor: pointer;
    position: relative;
    width: 100%;
    height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #eee
}

.storeStyleList>div>div:before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font: normal normal normal 20px/1 "Font Awesome 5 Pro", "Font Awesome 5 Free";
    font-size: 60px;
    font-weight: Bold;
    content: "";
    opacity: 0;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease
}

.storeStyleList>div>div:hover:before {
    opacity: .5
}

.storeStyleList>div>div.active:before {
    opacity: 1
}

.clsCatSelection {
    display: inline-block
}

.clsCatSelection>li {
    display: inline-block;
    font-weight: 600;
    color: #0063c0
}

.clsCatSelection>li:not(:last-child):after {
    content: ">";
    padding: 0 2.5px
}

.clsCatSelection+a {
    margin-left: 10px
}

.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    padding: 2.5px;
    border-radius: 0;
    background: #212327;
    color: #ecf0f1
}

.cookiealert a {
    text-decoration: underline
}

.cookiealert .btn {
    margin-left: 10px;
    vertical-align: baseline;
    padding: 4px 12px;
    font-size: 13px
}

.card-container {
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 0 14px -11px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 14px -11px rgba(0, 0, 0, .75);
    -ms-box-shadow: 0 0 14px -11px rgba(0, 0, 0, .75);
    -o-box-shadow: 0 0 14px -11px rgba(0, 0, 0, .75);
    box-shadow: 0 0 14px -11px rgba(0, 0, 0, .75);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    background: #eee;
    position: relative;
    margin: 50px 0 5px;
    padding: 25px
}

.card-container h5 {
    margin: 0;
    text-align: center
}

.card-container label {
    font-size: 12px;
    margin-bottom: 4px
}

.card-container input {
    -webkit-box-shadow: none;
    box-shadow: none
}

.card-container input[name=number],
.card-container input[name=expiry] {
    border-right: none
}

.card-container input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #bbb
}

.credit-card-wrapper {
    width: 100%;
    margin: 30px auto
}

#payPrice {
    color: green
}

.responsive-menu {
    margin-bottom: 20px;
    background-color: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #efefef 100%);
    background: -webkit-linear-gradient(top, #fff 0%, #efefef 100%);
    background: linear-gradient(to bottom, #fff 0%, #efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#efefef", GradientType=0);
    border: 1px solid #eaeaea
}

.responsive-menu ul {
    margin: 0;
    padding: 0
}

.responsive-menu li {
    position: relative;
    float: left
}

.responsive-menu a {
    position: relative;
    color: #333;
    text-decoration: none;
    display: block;
    padding: .8em 1em;
    font-size: 14px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

.responsive-menu a i[class*=caret] {
    margin-left: .15em;
    vertical-align: middle
}

.responsive-menu a:hover {
    color: #0063c0
}

.responsive-menu a:hover+.submenu {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    visibility: visible
}

.responsive-menu a.active {
    color: #0063c0;
    background: rgba(0, 0, 0, .05);
    font-weight: bold
}

.responsive-menu .ln .submenu {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.responsive-menu .submenu {
    display: block;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    z-index: 499;
    width: 17em;
    top: 100%;
    left: 0;
    background-color: #f6f6f6;
    -webkit-box-shadow: 0 2px 5px rgba(68, 68, 68, .3);
    -moz-box-shadow: 0 2px 5px rgba(68, 68, 68, .3);
    -ms-box-shadow: 0 2px 5px rgba(68, 68, 68, .3);
    -o-box-shadow: 0 2px 5px rgba(68, 68, 68, .3);
    box-shadow: 0 2px 5px rgba(68, 68, 68, .3);
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.responsive-menu .submenu li {
    float: none;
    display: block
}

.responsive-menu .submenu li>.submenu {
    top: 0;
    left: 100%
}

.responsive-menu .submenu:hover {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    visibility: visible
}

.responsive-menu .submenu a {
    width: 100%;
    display: block;
    font-weight: 400;
    padding: .6em 1.5em
}

.responsive-menu .submenu a:hover {
    color: #fff;
    background-color: #0063c0;
    font-weight: 600
}

.between-fields>div:first-child::after {
    content: "-";
    position: absolute;
    top: 5px;
    left: 94.5%;
    font-size: 25px
}

.fancybox-container {
    z-index: 999999999999 !important
}

.responsive-menu.rx li:hover+.submenu {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.responsive-menu.rx .submenu {
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg)
}

.responsive-menu.rx .submenu:hover {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.responsive-menu.fd li:hover+.submenu {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px)
}

.responsive-menu.fd .submenu {
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px)
}

.responsive-menu.fd .submenu:hover {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px)
}

.responsive-menu.fu li:hover+.submenu {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px)
}

.responsive-menu.fu .submenu {
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px)
}

.responsive-menu.fu .submenu:hover {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px)
}

.responsive-menu.sc li:hover+.submenu {
    opacity: 1;
    -webkit-transform: rotateY(0deg) scale(1);
    -moz-transform: rotateY(0deg) scale(1);
    -ms-transform: rotateY(0deg) scale(1);
    -o-transform: rotateY(0deg) scale(1);
    transform: rotateY(0deg) scale(1)
}

.responsive-menu.sc .submenu {
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.responsive-menu.sc .submenu:hover {
    -webkit-transform: rotateY(0deg) scale(1);
    -moz-transform: rotateY(0deg) scale(1);
    -ms-transform: rotateY(0deg) scale(1);
    -o-transform: rotateY(0deg) scale(1);
    transform: rotateY(0deg) scale(1)
}

.responsive-menu.rt li:hover+.submenu {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
}

.responsive-menu.rt .submenu {
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.responsive-menu.rt .submenu:hover {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.responsive-menu.mv li:hover+.submenu {
    -webkit-transform: translateX(0px) skewX(0deg);
    -moz-transform: translateX(0px) skewX(0deg);
    -ms-transform: translateX(0px) skewX(0deg);
    -o-transform: translateX(0px) skewX(0deg);
    transform: translateX(0px) skewX(0deg)
}

.responsive-menu.mv .submenu {
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: translateX(-40px) skewX(-7deg);
    -moz-transform: translateX(-40px) skewX(-7deg);
    -ms-transform: translateX(-40px) skewX(-7deg);
    -o-transform: translateX(-40px) skewX(-7deg);
    transform: translateX(-40px) skewX(-7deg)
}

.responsive-menu.mv .submenu:hover {
    -webkit-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    -o-transform: skewX(0deg);
    transform: skewX(0deg)
}

.responsive-menu.dc li:hover+.submenu {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.responsive-menu.dc .submenu {
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg)
}

.responsive-menu.dc .submenu:hover {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

div[class^=col-xs-custom-],
div[class*=" col-xs-custom-"],
div[class^=col-sm-custom-],
div[class*=" col-sm-custom-"] {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left
}

div.home-products-block-content div.row {
    margin-left: -5px;
    margin-right: -5px
}

div.home-products-block-content div[class^=col-xs-custom-],
div.home-products-block-content div[class*=" col-xs-custom-"],
div.home-products-block-content div[class^=col-sm-custom-],
div.home-products-block-content div[class*=" col-sm-custom-"] {
    padding-left: 5px;
    padding-right: 5px
}

.col-xs-custom-1 {
    width: 100%
}

.col-xs-custom-2 {
    width: 50%
}

.col-xs-custom-3 {
    width: 33.3333333333%
}

.col-xs-custom-4 {
    width: 25%
}

.col-xs-custom-5 {
    width: 20%
}

.col-xs-custom-6 {
    width: 16.6666666667%
}

.col-xs-custom-7 {
    width: 14.2857142857%
}

.col-xs-custom-8 {
    width: 12.5%
}

.col-xs-custom-9 {
    width: 11.1111111111%
}

.col-xs-custom-10 {
    width: 10%
}

.col-xs-custom-11 {
    width: 9.0909090909%
}

.col-xs-custom-12 {
    width: 8.3333333333%
}

@media screen and (max-width: 800px)and (orientation: landscape) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        -moz-transform: scale(0.75);
        -ms-transform: scale(0.75);
        -o-transform: scale(0.75);
        transform: scale(0.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -moz-transform-origin: 0;
        -ms-transform-origin: 0;
        -o-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -moz-transform-origin: 100%;
        -ms-transform-origin: 100%;
        -o-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

@media screen and (min-width: 480px) {
    .wrapper {
        padding: 0 15px
    }
    .container {
        padding: 0 15px
    }
}

@media(min-width: 768px) {
    div[class^=col-sm-custom-],
    div[class*=" col-sm-custom-"],
    div[class^=col-sm-custom-],
    div[class*=" col-sm-custom-"] {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        float: left
    }
    .col-sm-custom-1 {
        width: 100%
    }
    .col-sm-custom-2 {
        width: 50%
    }
    .col-sm-custom-3 {
        width: 33.3333333333%
    }
    .col-sm-custom-4 {
        width: 25%
    }
    .col-sm-custom-5 {
        width: 20%
    }
    .col-sm-custom-6 {
        width: 16.6666666667%
    }
    .col-sm-custom-7 {
        width: 14.2857142857%
    }
    .col-sm-custom-8 {
        width: 12.5%
    }
    .col-sm-custom-9 {
        width: 11.1111111111%
    }
    .col-sm-custom-10 {
        width: 10%
    }
    .col-sm-custom-11 {
        width: 9.0909090909%
    }
    .col-sm-custom-12 {
        width: 8.3333333333%
    }
    .col-sm-1 {
        float: left;
        width: 8.33333333%
    }
    .col-sm-2 {
        float: left;
        width: 16.66666667%
    }
    .col-sm-3 {
        float: left;
        width: 25%
    }
    .col-sm-4 {
        float: left;
        width: 33.33333333%
    }
    .col-sm-5 {
        float: left;
        width: 41.66666667%
    }
    .col-sm-6 {
        float: left;
        width: 50%
    }
    .col-sm-7 {
        float: left;
        width: 58.33333333%
    }
    .col-sm-8 {
        float: left;
        width: 66.66666667%
    }
    .col-sm-9 {
        float: left;
        width: 75%
    }
    .col-sm-10 {
        float: left;
        width: 83.33333333%
    }
    .col-sm-11 {
        float: left;
        width: 91.66666667%
    }
    .col-sm-12 {
        float: left;
        width: 100%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
    .col-sm-15 {
        width: 20%;
        float: left
    }
    .ad_categories>div {
        width: 24%
    }
    .search_categories>div {
        width: 33%
    }
}

@media(min-width: 992px) {
    .col-md-1 {
        float: left;
        width: 8.33333333%
    }
    .col-md-2 {
        float: left;
        width: 16.66666667%
    }
    .col-md-3 {
        float: left;
        width: 25%
    }
    .col-md-4 {
        float: left;
        width: 33.33333333%
    }
    .col-md-5 {
        float: left;
        width: 41.66666667%
    }
    .col-md-6 {
        float: left;
        width: 50%
    }
    .col-md-7 {
        float: left;
        width: 58.33333333%
    }
    .col-md-8 {
        float: left;
        width: 66.66666667%
    }
    .col-md-9 {
        float: left;
        width: 75%
    }
    .col-md-10 {
        float: left;
        width: 83.33333333%
    }
    .col-md-11 {
        float: left;
        width: 91.66666667%
    }
    .col-md-12 {
        float: left;
        width: 100%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
    .col-md-15 {
        width: 20%;
        float: left
    }
    .ad_categories>div {
        width: 24%
    }
    .search_categories>div {
        width: 33%
    }
}

@media(min-width: 1200px) {
    .col-lg-1 {
        float: left;
        width: 8.33333333%
    }
    .col-lg-2 {
        float: left;
        width: 16.66666667%
    }
    .col-lg-3 {
        float: left;
        width: 25%
    }
    .col-lg-4 {
        float: left;
        width: 33.33333333%
    }
    .col-lg-5 {
        float: left;
        width: 41.66666667%
    }
    .col-lg-6 {
        float: left;
        width: 50%
    }
    .col-lg-7 {
        float: left;
        width: 58.33333333%
    }
    .col-lg-8 {
        float: left;
        width: 66.66666667%
    }
    .col-lg-9 {
        float: left;
        width: 75%
    }
    .col-lg-10 {
        float: left;
        width: 83.33333333%
    }
    .col-lg-11 {
        float: left;
        width: 91.66666667%
    }
    .col-lg-12 {
        float: left;
        width: 100%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
    .col-lg-15 {
        width: 20%;
        float: left
    }
    .ad_categories>div {
        width: 24%
    }
    .search_categories>div {
        width: 33%
    }
}

@media only screen and (max-width: 480px) {
    .small--one-whole {
        width: 100%
    }
    .small--one-half {
        width: 50%
    }
    .small--one-third {
        width: 33.333%
    }
    .small--two-thirds {
        width: 66.666%
    }
    .small--one-quarter {
        width: 25%
    }
    .small--two-quarters {
        width: 50%
    }
    .small--three-quarters {
        width: 75%
    }
    .small--one-fifth {
        width: 20%
    }
    .small--two-fifths {
        width: 40%
    }
    .small--three-fifths {
        width: 60%
    }
    .small--four-fifths {
        width: 80%
    }
    .small--one-sixth {
        width: 16.666%
    }
    .small--two-sixths {
        width: 33.333%
    }
    .small--three-sixths {
        width: 50%
    }
    .small--four-sixths {
        width: 66.666%
    }
    .small--five-sixths {
        width: 83.333%
    }
    .small--one-eighth {
        width: 12.5%
    }
    .small--two-eighths {
        width: 25%
    }
    .small--three-eighths {
        width: 37.5%
    }
    .small--four-eighths {
        width: 50%
    }
    .small--five-eighths {
        width: 62.5%
    }
    .small--six-eighths {
        width: 75%
    }
    .small--seven-eighths {
        width: 87.5%
    }
    .small--one-tenth {
        width: 10%
    }
    .small--two-tenths {
        width: 20%
    }
    .small--three-tenths {
        width: 30%
    }
    .small--four-tenths {
        width: 40%
    }
    .small--five-tenths {
        width: 50%
    }
    .small--six-tenths {
        width: 60%
    }
    .small--seven-tenths {
        width: 70%
    }
    .small--eight-tenths {
        width: 80%
    }
    .small--nine-tenths {
        width: 90%
    }
    .small--one-twelfth {
        width: 8.333%
    }
    .small--two-twelfths {
        width: 16.666%
    }
    .small--three-twelfths {
        width: 25%
    }
    .small--four-twelfths {
        width: 33.333%
    }
    .small--five-twelfths {
        width: 41.666%
    }
    .small--six-twelfths {
        width: 50%
    }
    .small--seven-twelfths {
        width: 58.333%
    }
    .small--eight-twelfths {
        width: 66.666%
    }
    .small--nine-twelfths {
        width: 75%
    }
    .small--ten-twelfths {
        width: 83.333%
    }
    .small--eleven-twelfths {
        width: 91.666%
    }
    .small--show {
        display: block !important
    }
    .small--hide {
        display: none !important
    }
    .small--text-left {
        text-align: left !important
    }
    .small--text-right {
        text-align: right !important
    }
    .small--text-center {
        text-align: center !important
    }
    .small--left {
        float: left !important
    }
    .small--right {
        float: right !important
    }
    .grid-uniform .small--one-half:nth-child(2n+1) {
        clear: both
    }
    .grid-uniform .small--one-third:nth-child(3n+1) {
        clear: both
    }
    .grid-uniform .small--one-quarter:nth-child(4n+1) {
        clear: both
    }
    .grid-uniform .small--one-fifth:nth-child(5n+1) {
        clear: both
    }
    .grid-uniform .small--one-sixth:nth-child(6n+1) {
        clear: both
    }
    .grid-uniform .small--two-sixths:nth-child(3n+1) {
        clear: both
    }
    .grid-uniform .small--three-sixths:nth-child(2n+1) {
        clear: both
    }
    .grid-uniform .small--two-eighths:nth-child(4n+1) {
        clear: both
    }
    .grid-uniform .small--four-eighths:nth-child(2n+1) {
        clear: both
    }
    .grid-uniform .small--five-tenths:nth-child(2n+1) {
        clear: both
    }
    .grid-uniform .small--one-twelfth:nth-child(12n+1) {
        clear: both
    }
    .grid-uniform .small--two-twelfths:nth-child(6n+1) {
        clear: both
    }
    .grid-uniform .small--three-twelfths:nth-child(4n+1) {
        clear: both
    }
    .grid-uniform .small--four-twelfths:nth-child(3n+1) {
        clear: both
    }
    .grid-uniform .small--six-twelfths:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (min-width: 481px)and (max-width: 767px) {
    .medium--one-whole {
        width: 100%
    }
    .medium--one-half {
        width: 50%
    }
    .medium--one-third {
        width: 33.333%
    }
    .medium--two-thirds {
        width: 66.666%
    }
    .medium--one-quarter {
        width: 25%
    }
    .medium--two-quarters {
        width: 50%
    }
    .medium--three-quarters {
        width: 75%
    }
    .medium--one-fifth {
        width: 20%
    }
    .medium--two-fifths {
        width: 40%
    }
    .medium--three-fifths {
        width: 60%
    }
    .medium--four-fifths {
        width: 80%
    }
    .medium--one-sixth {
        width: 16.666%
    }
    .medium--two-sixths {
        width: 33.333%
    }
    .medium--three-sixths {
        width: 50%
    }
    .medium--four-sixths {
        width: 66.666%
    }
    .medium--five-sixths {
        width: 83.333%
    }
    .medium--one-eighth {
        width: 12.5%
    }
    .medium--two-eighths {
        width: 25%
    }
    .medium--three-eighths {
        width: 37.5%
    }
    .medium--four-eighths {
        width: 50%
    }
    .medium--five-eighths {
        width: 62.5%
    }
    .medium--six-eighths {
        width: 75%
    }
    .medium--seven-eighths {
        width: 87.5%
    }
    .medium--one-tenth {
        width: 10%
    }
    .medium--two-tenths {
        width: 20%
    }
    .medium--three-tenths {
        width: 30%
    }
    .medium--four-tenths {
        width: 40%
    }
    .medium--five-tenths {
        width: 50%
    }
    .medium--six-tenths {
        width: 60%
    }
    .medium--seven-tenths {
        width: 70%
    }
    .medium--eight-tenths {
        width: 80%
    }
    .medium--nine-tenths {
        width: 90%
    }
    .medium--one-twelfth {
        width: 8.333%
    }
    .medium--two-twelfths {
        width: 16.666%
    }
    .medium--three-twelfths {
        width: 25%
    }
    .medium--four-twelfths {
        width: 33.333%
    }
    .medium--five-twelfths {
        width: 41.666%
    }
    .medium--six-twelfths {
        width: 50%
    }
    .medium--seven-twelfths {
        width: 58.333%
    }
    .medium--eight-twelfths {
        width: 66.666%
    }
    .medium--nine-twelfths {
        width: 75%
    }
    .medium--ten-twelfths {
        width: 83.333%
    }
    .medium--eleven-twelfths {
        width: 91.666%
    }
    .medium--show {
        display: block !important
    }
    .medium--hide {
        display: none !important
    }
    .medium--text-left {
        text-align: left !important
    }
    .medium--text-right {
        text-align: right !important
    }
    .medium--text-center {
        text-align: center !important
    }
    .medium--left {
        float: left !important
    }
    .medium--right {
        float: right !important
    }
    .grid-uniform .medium--one-half:nth-child(2n+1) {
        clear: both
    }
    .grid-uniform .medium--one-third:nth-child(3n+1) {
        clear: both
    }
    .grid-uniform .medium--one-quarter:nth-child(4n+1) {
        clear: both
    }
    .grid-uniform .medium--one-fifth:nth-child(5n+1) {
        clear: both
    }
    .grid-uniform .medium--one-sixth:nth-child(6n+1) {
        clear: both
    }
    .grid-uniform .medium--two-sixths:nth-child(3n+1) {
        clear: both
    }
    .grid-uniform .medium--three-sixths:nth-child(2n+1) {
        clear: both
    }
    .grid-uniform .medium--two-eighths:nth-child(4n+1) {
        clear: both
    }
    .grid-uniform .medium--four-eighths:nth-child(2n+1) {
        clear: both
    }
    .grid-uniform .medium--five-tenths:nth-child(2n+1) {
        clear: both
    }
    .grid-uniform .medium--one-twelfth:nth-child(12n+1) {
        clear: both
    }
    .grid-uniform .medium--two-twelfths:nth-child(6n+1) {
        clear: both
    }
    .grid-uniform .medium--three-twelfths:nth-child(4n+1) {
        clear: both
    }
    .grid-uniform .medium--four-twelfths:nth-child(3n+1) {
        clear: both
    }
    .grid-uniform .medium--six-twelfths:nth-child(2n+1) {
        clear: both
    }
    .push--medium--one-whole {
        left: 100%
    }
    .push--medium--one-half {
        left: 50%
    }
    .push--medium--one-third {
        left: 33.333%
    }
    .push--medium--two-thirds {
        left: 66.666%
    }
    .push--medium--one-quarter {
        left: 25%
    }
    .push--medium--two-quarters {
        left: 50%
    }
    .push--medium--three-quarters {
        left: 75%
    }
    .push--medium--one-fifth {
        left: 20%
    }
    .push--medium--two-fifths {
        left: 40%
    }
    .push--medium--three-fifths {
        left: 60%
    }
    .push--medium--four-fifths {
        left: 80%
    }
    .push--medium--one-sixth {
        left: 16.666%
    }
    .push--medium--two-sixths {
        left: 33.333%
    }
    .push--medium--three-sixths {
        left: 50%
    }
    .push--medium--four-sixths {
        left: 66.666%
    }
    .push--medium--five-sixths {
        left: 83.333%
    }
    .push--medium--one-eighth {
        left: 12.5%
    }
    .push--medium--two-eighths {
        left: 25%
    }
    .push--medium--three-eighths {
        left: 37.5%
    }
    .push--medium--four-eighths {
        left: 50%
    }
    .push--medium--five-eighths {
        left: 62.5%
    }
    .push--medium--six-eighths {
        left: 75%
    }
    .push--medium--seven-eighths {
        left: 87.5%
    }
    .push--medium--one-tenth {
        left: 10%
    }
    .push--medium--two-tenths {
        left: 20%
    }
    .push--medium--three-tenths {
        left: 30%
    }
    .push--medium--four-tenths {
        left: 40%
    }
    .push--medium--five-tenths {
        left: 50%
    }
    .push--medium--six-tenths {
        left: 60%
    }
    .push--medium--seven-tenths {
        left: 70%
    }
    .push--medium--eight-tenths {
        left: 80%
    }
    .push--medium--nine-tenths {
        left: 90%
    }
    .push--medium--one-twelfth {
        left: 8.333%
    }
    .push--medium--two-twelfths {
        left: 16.666%
    }
    .push--medium--three-twelfths {
        left: 25%
    }
    .push--medium--four-twelfths {
        left: 33.333%
    }
    .push--medium--five-twelfths {
        left: 41.666%
    }
    .push--medium--six-twelfths {
        left: 50%
    }
    .push--medium--seven-twelfths {
        left: 58.333%
    }
    .push--medium--eight-twelfths {
        left: 66.666%
    }
    .push--medium--nine-twelfths {
        left: 75%
    }
    .push--medium--ten-twelfths {
        left: 83.333%
    }
    .push--medium--eleven-twelfths {
        left: 91.666%
    }
}

@media only screen and (max-width: 767px) {
    .medium-down--one-whole {
        width: 100%
    }
    .medium-down--one-half {
        width: 50%
    }
    .medium-down--one-third {
        width: 33.333%
    }
    .medium-down--two-thirds {
        width: 66.666%
    }
    .medium-down--one-quarter {
        width: 25%
    }
    .medium-down--two-quarters {
        width: 50%
    }
    .medium-down--three-quarters {
        width: 75%
    }
    .medium-down--one-fifth {
        width: 20%
    }
    .medium-down--two-fifths {
        width: 40%
    }
    .medium-down--three-fifths {
        width: 60%
    }
    .medium-down--four-fifths {
        width: 80%
    }
    .medium-down--one-sixth {
        width: 16.666%
    }
    .medium-down--two-sixths {
        width: 33.333%
    }
    .medium-down--three-sixths {
        width: 50%
    }
    .medium-down--four-sixths {
        width: 66.666%
    }
    .medium-down--five-sixths {
        width: 83.333%
    }
    .medium-down--one-eighth {
        width: 12.5%
    }
    .medium-down--two-eighths {
        width: 25%
    }
    .medium-down--three-eighths {
        width: 37.5%
    }
    .medium-down--four-eighths {
        width: 50%
    }
    .medium-down--five-eighths {
        width: 62.5%
    }
    .medium-down--six-eighths {
        width: 75%
    }
    .medium-down--seven-eighths {
        width: 87.5%
    }
    .medium-down--one-tenth {
        width: 10%
    }
    .medium-down--two-tenths {
        width: 20%
    }
    .medium-down--three-tenths {
        width: 30%
    }
    .medium-down--four-tenths {
        width: 40%
    }
    .medium-down--five-tenths {
        width: 50%
    }
    .medium-down--six-tenths {
        width: 60%
    }
    .medium-down--seven-tenths {
        width: 70%
    }
    .medium-down--eight-tenths {
        width: 80%
    }
    .medium-down--nine-tenths {
        width: 90%
    }
    .medium-down--one-twelfth {
        width: 8.333%
    }
    .medium-down--two-twelfths {
        width: 16.666%
    }
    .medium-down--three-twelfths {
        width: 25%
    }
    .medium-down--four-twelfths {
        width: 33.333%
    }
    .medium-down--five-twelfths {
        width: 41.666%
    }
    .medium-down--six-twelfths {
        width: 50%
    }
    .medium-down--seven-twelfths {
        width: 58.333%
    }
    .medium-down--eight-twelfths {
        width: 66.666%
    }
    .medium-down--nine-twelfths {
        width: 75%
    }
    .medium-down--ten-twelfths {
        width: 83.333%
    }
    .medium-down--eleven-twelfths {
        width: 91.666%
    }
    .medium-down--show {
        display: block !important
    }
    .medium-down--hide {
        display: none !important
    }
    .medium-down--text-left {
        text-align: left !important
    }
    .medium-down--text-right {
        text-align: right !important
    }
    .medium-down--text-center {
        text-align: center !important
    }
    .medium-down--left {
        float: left !important
    }
    .medium-down--right {
        float: right !important
    }
    .grid-uniform .medium-down--one-half:nth-child(2n+1) {
        clear: both
    }
    .grid-uniform .medium-down--one-third:nth-child(3n+1) {
        clear: both
    }
    .grid-uniform .medium-down--one-quarter:nth-child(4n+1) {
        clear: both
    }
    .grid-uniform .medium-down--one-fifth:nth-child(5n+1) {
        clear: both
    }
    .grid-uniform .medium-down--one-sixth:nth-child(6n+1) {
        clear: both
    }
    .grid-uniform .medium-down--two-sixths:nth-child(3n+1) {
        clear: both
    }
    .grid-uniform .medium-down--three-sixths:nth-child(2n+1) {
        clear: both
    }
    .grid-uniform .medium-down--two-eighths:nth-child(4n+1) {
        clear: both
    }
    .grid-uniform .medium-down--four-eighths:nth-child(2n+1) {
        clear: both
    }
    .grid-uniform .medium-down--five-tenths:nth-child(2n+1) {
        clear: both
    }
    .grid-uniform .medium-down--one-twelfth:nth-child(12n+1) {
        clear: both
    }
    .grid-uniform .medium-down--two-twelfths:nth-child(6n+1) {
        clear: both
    }
    .grid-uniform .medium-down--three-twelfths:nth-child(4n+1) {
        clear: both
    }
    .grid-uniform .medium-down--four-twelfths:nth-child(3n+1) {
        clear: both
    }
    .grid-uniform .medium-down--six-twelfths:nth-child(2n+1) {
        clear: both
    }
    .push--medium-down--one-whole {
        left: 100%
    }
    .push--medium-down--one-half {
        left: 50%
    }
    .push--medium-down--one-third {
        left: 33.333%
    }
    .push--medium-down--two-thirds {
        left: 66.666%
    }
    .push--medium-down--one-quarter {
        left: 25%
    }
    .push--medium-down--two-quarters {
        left: 50%
    }
    .push--medium-down--three-quarters {
        left: 75%
    }
    .push--medium-down--one-fifth {
        left: 20%
    }
    .push--medium-down--two-fifths {
        left: 40%
    }
    .push--medium-down--three-fifths {
        left: 60%
    }
    .push--medium-down--four-fifths {
        left: 80%
    }
    .push--medium-down--one-sixth {
        left: 16.666%
    }
    .push--medium-down--two-sixths {
        left: 33.333%
    }
    .push--medium-down--three-sixths {
        left: 50%
    }
    .push--medium-down--four-sixths {
        left: 66.666%
    }
    .push--medium-down--five-sixths {
        left: 83.333%
    }
    .push--medium-down--one-eighth {
        left: 12.5%
    }
    .push--medium-down--two-eighths {
        left: 25%
    }
    .push--medium-down--three-eighths {
        left: 37.5%
    }
    .push--medium-down--four-eighths {
        left: 50%
    }
    .push--medium-down--five-eighths {
        left: 62.5%
    }
    .push--medium-down--six-eighths {
        left: 75%
    }
    .push--medium-down--seven-eighths {
        left: 87.5%
    }
    .push--medium-down--one-tenth {
        left: 10%
    }
    .push--medium-down--two-tenths {
        left: 20%
    }
    .push--medium-down--three-tenths {
        left: 30%
    }
    .push--medium-down--four-tenths {
        left: 40%
    }
    .push--medium-down--five-tenths {
        left: 50%
    }
    .push--medium-down--six-tenths {
        left: 60%
    }
    .push--medium-down--seven-tenths {
        left: 70%
    }
    .push--medium-down--eight-tenths {
        left: 80%
    }
    .push--medium-down--nine-tenths {
        left: 90%
    }
    .push--medium-down--one-twelfth {
        left: 8.333%
    }
    .push--medium-down--two-twelfths {
        left: 16.666%
    }
    .push--medium-down--three-twelfths {
        left: 25%
    }
    .push--medium-down--four-twelfths {
        left: 33.333%
    }
    .push--medium-down--five-twelfths {
        left: 41.666%
    }
    .push--medium-down--six-twelfths {
        left: 50%
    }
    .push--medium-down--seven-twelfths {
        left: 58.333%
    }
    .push--medium-down--eight-twelfths {
        left: 66.666%
    }
    .push--medium-down--nine-twelfths {
        left: 75%
    }
    .push--medium-down--ten-twelfths {
        left: 83.333%
    }
    .push--medium-down--eleven-twelfths {
        left: 91.666%
    }
    .site-header__search {
        float: left;
        display: block;
        width: calc(100% - 80px);
        -moz-width: calc(100% - 80px);
        -webkit-width: calc(100% - 80px);
        margin: 0
    }
    .site-header__search form.search-bar {
        display: block
    }
    .site-header__search form.search-bar .collections-selector {
        display: none
    }
    .site-header__search form.search-bar .st-default-search-input {
        width: 100%;
        height: 37px;
        padding-right: 30px
    }
    .site-header__search form.search-bar .input-group-btn {
        position: absolute;
        right: 0;
        top: 0;
        padding: 3.5px
    }
    .site-header__search form.search-bar .input-group-btn button.btn {
        padding: 5px
    }
    #banner {
        display: none
    }
    header.site-header {
        padding-top: 0
    }
    .site-header__logo a {
        max-width: 100%
    }
    .site-header__logo img {
        max-width: 100%;
        max-height: 80px;
        margin: 0 auto
    }
    .site-header .grid--table>.grid__item {
        display: block
    }
    .navigation-icon {
        float: left;
        width: 40px
    }
    .navigation-icon .grid__item.one-half {
        width: 100%
    }
    .navigation-icon .icon-fallback-text .fa {
        color: #fff;
        font-size: 23px
    }
    .navigation-cart {
        float: right;
        width: 40px
    }
    .navigation-cart .icon-fallback-text .fa {
        color: #fff;
        font-size: 23px
    }
    .navigation-cart .icon-cart:before {
        color: #fff;
        content: "";
        font: 25px "Font Awesome 5 Pro", "Font Awesome 5 Free"
    }
    .navigation-cart>.grid__item {
        padding: 0
    }
    .navigation-cart>.grid__item .site-nav--mobile {
        margin: 0
    }
    .pricing__item {
        -webkit-flex: 0 1 100%;
        flex: 0 1 100%
    }
    .mobile-bottom {
        background-color: #0063c0;
        margin: 0 -15px;
        width: auto;
        clear: both;
        padding: 5px 15px !important
    }
    .grid-block-full .home-block-title {
        padding: 10px 7px
    }
    .grid-block-full .bh-btm .bh-right {
        padding: 0
    }
    .grid-block-full .bh-btm .bh-right .brands-area ul.brands-elements li {
        width: 25%
    }
    .padded-block {
        padding-right: 0 !important
    }
    #top-header {
        display: none
    }
    .mobile-nav li a {
        padding: 8px
    }
    .mobile-nav li a.active {
        font-weight: 700
    }
    .mobile-nav li a i {
        font-size: 14px;
        color: #fff;
        background-color: #0063c0;
        width: 28px;
        padding: 6px 0;
        text-align: center;
        vertical-align: middle;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -ms-border-radius: 100px;
        -o-border-radius: 100px;
        border-radius: 100px;
        margin-right: 2px
    }
    .mobile-nav li .mobile-nav__toggle button {
        padding-top: 0;
        padding-bottom: 0
    }
    footer.site-footer .fi-title:after {
        content: "";
        font: 12px "Font Awesome 5 Pro", "Font Awesome 5 Free";
        font-weight: 600;
        float: right
    }
    footer.site-footer .fi-title+.fi-content {
        display: none
    }
    footer.site-footer .fi-title+.fi-content+.social-icons {
        display: none
    }
    footer.site-footer .fi-title.opentab+.fi-content {
        display: block;
        overflow: hidden;
        margin-top: 0;
        margin-bottom: 20px
    }
    footer.site-footer .fi-title.opentab+.fi-content+.social-icons {
        display: block;
        overflow: hidden;
        margin-top: 0;
        margin-bottom: 20px
    }
    .footer_newsletter h3 {
        margin-bottom: 10px
    }
    .footer_newsletter form {
        display: block
    }
    .footer_newsletter .input-group-btn {
        position: absolute;
        top: 0;
        right: 0
    }
    .footer_newsletter input.input-group-field {
        width: 100%
    }
    .grid__item .grid__item_wrapper .action-button li {
        opacity: 1;
        animation: none !important;
        -webkit-animation: none !important
    }
    .nav-bar {
        display: none
    }
    .main-slideshow .main_slideshow_wrapper #slider.flexslider .flex-direction-nav li .flex-next {
        right: 0
    }
    .main-slideshow .main_slideshow_wrapper #slider.flexslider .flex-direction-nav li .flex-prev {
        left: 0
    }
    .main-slideshow .main_slideshow_wrapper #slider.flexslider .flex-direction-nav li a {
        display: block
    }
    .main-slideshow .main_slideshow_wrapper #carousel.flexslider {
        display: none
    }
    .main-slideshow .main_slideshow_wrapper #carousel.flexslider .flex-direction-nav li .flex-next {
        right: 0
    }
    .main-slideshow .main_slideshow_wrapper #carousel.flexslider .flex-direction-nav li .flex-prev {
        left: 0
    }
    .section-header {
        padding-left: 0;
        padding-right: 0
    }
    .section-header .section-header__left {
        overflow: hidden;
        margin: 0;
        padding: 0 10px 5px;
        border-bottom: 1px solid #e5e5e5
    }
    .section-header .section-header__right {
        padding: 0 20px
    }
    .product-info-left {
        width: 100%;
        padding: 0;
        margin-bottom: 20px
    }
    .product-info-right {
        width: 100%;
        padding: 0
    }
    .product-information .tabs-information li {
        display: block;
        margin-bottom: 1px
    }
    #shipping-calculator {
        margin-top: 20px
    }
    .table--responsive td:before {
        font-size: 14px
    }
    .cart-table .cart__row td .img_item {
        width: 100%;
        margin: 0 0 10px
    }
    .cart-table .cart__row td.product-name {
        text-align: center
    }
    .wishlist-items .cart__row td .img_item {
        width: 100%;
        margin: 0 0 10px
    }
    .wishlist-items .cart__row td.product-name {
        text-align: center
    }
    .mobile-nav__sublist>li {
        float: none !important
    }
    .mobile-nav__sublist>li li {
        padding: 5px 0
    }
    .mobile-nav__sublist>li .list-title {
        font-weight: 600;
        font-size: 16px
    }
    .mobile-nav__sublist>li.li-sub-mega {
        padding: 8px 20px
    }
    .mobile-nav__sublist>li.li-sub-mega a {
        font-weight: 400
    }
    .mobile-nav--expanded+.mobile-nav__sublist {
        max-height: 1000px
    }
    .grid-block-full {
        margin-top: 7px
    }
    .main-content {
        padding-bottom: 10px
    }
    #category-filter h4 {
        display: block
    }
    .category-filter-list {
        display: none
    }
    #category-sidebar {
        display: none
    }
    .map-form {
        height: auto;
        overflow-y: visible
    }
    .mobile-category-filter-list {
        display: block;
        max-height: 300px !important;
        padding: 0 !important
    }
    .mobile-category-filter-list a {
        padding: 6px 7px;
        font-size: 14px;
        background: #fafafa
    }
    .mobile-category-filter-list a+a {
        border-top: 1px solid #eee
    }
    #breadcrumb-container {
        margin-top: -8px
    }
    #category-breadcrumb {
        margin-top: -8px
    }
    .modal {
        width: 100% !important
    }
    .filter-modal .fancybox-content {
        width: 100%;
        padding: 30px 15px
    }
    .between-fields>div:first-child::after {
        left: 97.2%
    }
    .footer_information {
        padding: 20px 20px 0
    }
    .left-store {
        width: 100%
    }
    .right-map {
        width: 100%
    }
    .js-drawer-open-left .is-moved-by-drawer {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }
    .category-blogs .blog-image {
        width: 100%;
        padding: 0 0 20px
    }
    .template-search .searchbox form.search-bar {
        display: block
    }
    .template-search .searchbox form.search-bar .collections-selector {
        display: none
    }
    .template-search .searchbox form.search-bar .st-default-search-input {
        width: 100%
    }
    .template-search .searchbox form.search-bar .input-group-btn {
        position: absolute;
        right: 0;
        top: 0;
        width: 40px;
        height: 40px
    }
    .responsive-menu li {
        display: block;
        float: none
    }
    .responsive-menu li .submenu {
        width: 100%
    }
    .responsive-menu li+li {
        border-top: 1px solid #eee
    }
    .responsive-menu a i[class*=caret] {
        float: right;
        background: #0063c0;
        color: #fff;
        border: 1px solid #eee;
        -webkit-border-radius: 175px;
        -moz-border-radius: 175px;
        -ms-border-radius: 175px;
        -o-border-radius: 175px;
        border-radius: 175px;
        margin: 0;
        width: 24px;
        line-height: 22px;
        text-align: center
    }
    #map {
        height: 300px !important
    }
    .category-list-map #map {
        height: 500px !important
    }
    #use_map {
        height: 300px !important
    }
    #streetmap {
        height: 450px !important
    }
    #sticky-wrapper {
        height: auto !important
    }
    #sticky-wrapper .fixed-sidebar {
        position: static !important;
        width: 100% !important
    }
    .dealCats a.active {
        background: none
    }
    .paddedBoxes {
        padding: 15px
    }
    .registerBox {
        padding: 15px;
        margin-bottom: 10px
    }
    .btn {
        padding: 9.5px 10px;
        font-size: 13px
    }
    .input-group {
        margin: 5px 0
    }
    #search_results {
        top: 113%
    }
    .card-container {
        margin: 5px 0;
        padding: 15px
    }
    .category-toolbar.in-category {
        display: none
    }
    .mobile-category-toolbar {
        display: table;
        background-color: #f4f4f4;
        border: 1px solid #ccc;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px
    }
    .mobile-category-toolbar li {
        display: table-cell;
        width: 1%;
        position: relative
    }
    .mobile-category-toolbar li+li {
        border-left: 1px solid #ccc
    }
    .mobile-category-toolbar li a {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 13px;
        padding: 12px 0;
        color: #444
    }
    .mobile-category-toolbar li a i {
        display: block;
        font-size: 25px;
        margin-bottom: 5px
    }
    .mobile-category-toolbar li select {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
        filter: alpha(opacity=0)
    }
    .alert {
        margin-bottom: 10px
    }
    .fc-content {
        margin: 10px;
        padding: 25px 10px
    }
    .fc-content h3 {
        font-size: 1.1em
    }
    table {
        border: 0
    }
    table thead {
        display: none
    }
    table tr {
        border-bottom: 2px solid #ddd;
        display: block;
        margin-bottom: 10px
    }
    table td {
        border-bottom: 1px dotted #ccc;
        display: block;
        font-size: 13px
    }
    table td:last-child {
        border-bottom: 0
    }
    table td:before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        margin-right: 5px
    }
}

.mce-toolbar-grp {
    background-color: #f4f4f4 !important;
    background-image: none !important
}

.mce-btn {
    border-color: #e9e9e9 !important
}

.mce-btn button {
    background-color: #f4f4f4;
    color: #333 !important
}

.mce-btn.mce-active .mce-caret,
.mce-btn.mce-active:hover .mce-caret {
    border-top-color: #333 !important
}

.mce-menubtn.mce-fixed-width span {
    width: 50px !important
}

.gm-style-mtc div {
    font-size: 13px !important
}

.gm-style-mtc label,
.gm-style-mtc div {
    display: inline-block
}

.mapboxgl-popup {
    max-width: none !important
}

.mapbox-improve-map {
    display: none
}

.mapboxgl-popup-content {
    -webkit-box-shadow: 0px 0px 18px -8px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0px 0px 18px -8px rgba(0, 0, 0, .75);
    -ms-box-shadow: 0px 0px 18px -8px rgba(0, 0, 0, .75);
    -o-box-shadow: 0px 0px 18px -8px rgba(0, 0, 0, .75);
    box-shadow: 0px 0px 18px -8px rgba(0, 0, 0, .75)
}

.mapboxgl-popup-close-button {
    font-size: 20px;
    z-index: 99;
    padding: 0 5px
}

@media only screen and (min-width: 768px) {
    .large--one-whole {
        width: 100%
    }
    .large--one-half {
        width: 50%
    }
    .large--one-third {
        width: 33.333%
    }
    .large--two-thirds {
        width: 66.666%
    }
    .large--one-quarter {
        width: 25%
    }
    .large--two-quarters {
        width: 50%
    }
    .large--three-quarters {
        width: 75%
    }
    .large--one-fifth {
        width: 20%
    }
    .large--two-fifths {
        width: 40%
    }
    .large--three-fifths {
        width: 60%
    }
    .large--four-fifths {
        width: 80%
    }
    .large--one-sixth {
        width: 16.666%
    }
    .large--two-sixths {
        width: 33.333%
    }
    .large--three-sixths {
        width: 50%
    }
    .large--four-sixths {
        width: 66.666%
    }
    .large--five-sixths {
        width: 83.333%
    }
    .large--one-eighth {
        width: 12.5%
    }
    .large--two-eighths {
        width: 25%
    }
    .large--three-eighths {
        width: 37.5%
    }
    .large--four-eighths {
        width: 50%
    }
    .large--five-eighths {
        width: 62.5%
    }
    .large--six-eighths {
        width: 75%
    }
    .large--seven-eighths {
        width: 87.5%
    }
    .large--one-tenth {
        width: 10%
    }
    .large--two-tenths {
        width: 20%
    }
    .large--three-tenths {
        width: 30%
    }
    .large--four-tenths {
        width: 40%
    }
    .large--five-tenths {
        width: 50%
    }
    .large--six-tenths {
        width: 60%
    }
    .large--seven-tenths {
        width: 70%
    }
    .large--eight-tenths {
        width: 80%
    }
    .large--nine-tenths {
        width: 90%
    }
    .large--one-twelfth {
        width: 8.333%
    }
    .large--two-twelfths {
        width: 16.666%
    }
    .large--three-twelfths {
        width: 25%
    }
    .large--four-twelfths {
        width: 33.333%
    }
    .large--five-twelfths {
        width: 41.666%
    }
    .large--six-twelfths {
        width: 50%
    }
    .large--seven-twelfths {
        width: 58.333%
    }
    .large--eight-twelfths {
        width: 66.666%
    }
    .large--nine-twelfths {
        width: 75%
    }
    .large--ten-twelfths {
        width: 83.333%
    }
    .large--eleven-twelfths {
        width: 91.666%
    }
    .large--show {
        display: block !important
    }
    .large--hide {
        display: none !important
    }
    .large--text-left {
        text-align: left !important
    }
    .large--text-right {
        text-align: right !important
    }
    .large--text-center {
        text-align: center !important
    }
    .large--left {
        float: left !important
    }
    .large--right {
        float: right !important
    }
    .grid-uniform .large--one-half:nth-child(2n+1) {
        clear: both
    }
    .grid-uniform .large--one-third:nth-child(3n+1) {
        clear: both
    }
    .grid-uniform .large--one-quarter:nth-child(4n+1) {
        clear: both
    }
    .grid-uniform .large--one-fifth:nth-child(5n+1) {
        clear: both
    }
    .grid-uniform .large--one-sixth:nth-child(6n+1) {
        clear: both
    }
    .grid-uniform .large--two-sixths:nth-child(3n+1) {
        clear: both
    }
    .grid-uniform .large--three-sixths:nth-child(2n+1) {
        clear: both
    }
    .grid-uniform .large--two-eighths:nth-child(4n+1) {
        clear: both
    }
    .grid-uniform .large--four-eighths:nth-child(2n+1) {
        clear: both
    }
    .grid-uniform .large--five-tenths:nth-child(2n+1) {
        clear: both
    }
    .grid-uniform .large--one-twelfth:nth-child(12n+1) {
        clear: both
    }
    .grid-uniform .large--two-twelfths:nth-child(6n+1) {
        clear: both
    }
    .grid-uniform .large--three-twelfths:nth-child(4n+1) {
        clear: both
    }
    .grid-uniform .large--four-twelfths:nth-child(3n+1) {
        clear: both
    }
    .grid-uniform .large--six-twelfths:nth-child(2n+1) {
        clear: both
    }
    .push--large--one-whole {
        left: 100%
    }
    .push--large--one-half {
        left: 50%
    }
    .push--large--one-third {
        left: 33.333%
    }
    .push--large--two-thirds {
        left: 66.666%
    }
    .push--large--one-quarter {
        left: 25%
    }
    .push--large--two-quarters {
        left: 50%
    }
    .push--large--three-quarters {
        left: 75%
    }
    .push--large--one-fifth {
        left: 20%
    }
    .push--large--two-fifths {
        left: 40%
    }
    .push--large--three-fifths {
        left: 60%
    }
    .push--large--four-fifths {
        left: 80%
    }
    .push--large--one-sixth {
        left: 16.666%
    }
    .push--large--two-sixths {
        left: 33.333%
    }
    .push--large--three-sixths {
        left: 50%
    }
    .push--large--four-sixths {
        left: 66.666%
    }
    .push--large--five-sixths {
        left: 83.333%
    }
    .push--large--one-eighth {
        left: 12.5%
    }
    .push--large--two-eighths {
        left: 25%
    }
    .push--large--three-eighths {
        left: 37.5%
    }
    .push--large--four-eighths {
        left: 50%
    }
    .push--large--five-eighths {
        left: 62.5%
    }
    .push--large--six-eighths {
        left: 75%
    }
    .push--large--seven-eighths {
        left: 87.5%
    }
    .push--large--one-tenth {
        left: 10%
    }
    .push--large--two-tenths {
        left: 20%
    }
    .push--large--three-tenths {
        left: 30%
    }
    .push--large--four-tenths {
        left: 40%
    }
    .push--large--five-tenths {
        left: 50%
    }
    .push--large--six-tenths {
        left: 60%
    }
    .push--large--seven-tenths {
        left: 70%
    }
    .push--large--eight-tenths {
        left: 80%
    }
    .push--large--nine-tenths {
        left: 90%
    }
    .push--large--one-twelfth {
        left: 8.333%
    }
    .push--large--two-twelfths {
        left: 16.666%
    }
    .push--large--three-twelfths {
        left: 25%
    }
    .push--large--four-twelfths {
        left: 33.333%
    }
    .push--large--five-twelfths {
        left: 41.666%
    }
    .push--large--six-twelfths {
        left: 50%
    }
    .push--large--seven-twelfths {
        left: 58.333%
    }
    .push--large--eight-twelfths {
        left: 66.666%
    }
    .push--large--nine-twelfths {
        left: 75%
    }
    .push--large--ten-twelfths {
        left: 83.333%
    }
    .push--large--eleven-twelfths {
        left: 91.666%
    }
}

@media screen and (min-width: 768px) {
    .large--display-table {
        display: table;
        table-layout: fixed;
        width: 100%
    }
    .large--display-table-cell {
        display: table-cell;
        vertical-align: middle;
        float: none
    }
    .section-header {
        display: table;
        width: 100%
    }
    .section-header__title {
        margin-bottom: 6px
    }
    .section-header__left {
        display: table-cell;
        vertical-align: middle;
        margin-bottom: 0
    }
    .section-header__left h1 {
        margin-bottom: 0
    }
    .section-header__left .h1 {
        margin-bottom: 0
    }
    .section-header__left h2 {
        margin-bottom: 0
    }
    .section-header__left .h2 {
        margin-bottom: 0
    }
    .section-header__left h3 {
        margin-bottom: 0
    }
    .section-header__left .h3 {
        margin-bottom: 0
    }
    .section-header__left h4 {
        margin-bottom: 0
    }
    .section-header__left .h4 {
        margin-bottom: 0
    }
    .section-header__right {
        display: table-cell;
        vertical-align: middle;
        text-align: right;
        width: 335px
    }
    .collection-view {
        display: inline-block
    }
    .site-header__logo {
        text-align: left
    }
    .site-footer {
        padding: 30px 0
    }
    .cart__row--table-large {
        display: table;
        table-layout: fixed;
        width: 100%
    }
    .cart__row--table-large .grid__item {
        display: table-cell;
        vertical-align: middle;
        float: none
    }
    .cart__mini-labels {
        display: none
    }
}

@media screen and (min-width: 768px)and (max-width: 767px) {
    .section-header__right {
        margin-bottom: 15px
    }
}

@media screen and (min-width: 481px) {
    .section-header__right label+select {
        margin-left: 7.5px
    }
    .section-header__right .collection-view {
        margin-left: 7.5px
    }
    .social-icons li {
        margin-left: 0
    }
}

@media screen and (max-width: 480px) {
    .table--responsive thead {
        display: none
    }
    .table--responsive tr {
        display: block;
        float: left;
        clear: both;
        width: 100%
    }
    .table--responsive td {
        float: left;
        clear: both;
        width: 100%;
        display: block;
        text-align: right;
        padding: 15px
    }
    .table--responsive td:before {
        content: attr(data-label);
        float: left;
        text-align: center;
        font-size: 12px;
        padding-right: 10px
    }
    .table--responsive th {
        display: block;
        text-align: right;
        padding: 15px
    }
    .table--responsive.cart-table img {
        margin: 0 auto
    }
    .table--responsive.cart-table .js-qty {
        float: right
    }
    .table--responsive.cart-table .ajaxcart__qty {
        float: right
    }
    .table--small-hide {
        display: none !important
    }
    .table__section+.table__section {
        position: relative;
        margin-top: 10px;
        padding-top: 15px
    }
    .table__section+.table__section:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 15px;
        right: 15px;
        border-bottom: 1px solid #e5e5e5
    }
}

@media screen and (max-width: 767px) {
    input {
        font-size: 16px
    }
    textarea {
        font-size: 16px
    }
    .search-bar {
        margin-left: auto;
        margin-right: auto
    }
    .nav-search {
        padding: 0 0 7.5px;
        margin: 0 auto;
        text-align: center
    }
}

@media(max-width: 800px)and (min-width: 550px) {
    .nav-bar .site-nav>li>a {
        padding: 15px 10px
    }
}

@media(max-width: 1138px)and (min-width: 800px) {
    .nav-bar .site-nav>li>a {
        padding: 15px 12px
    }
}

@media(max-width: 1138px)and (min-width: 1024px) {
    .nav-bar .site-nav>li>a {
        padding: 15px
    }
    .link-list li {
        padding: 0 15px
    }
    .link-list li span {
        display: none
    }
}

@media(max-width: 1023px)and (min-width: 768px) {
    .link-list li {
        padding: 0 15px
    }
    .link-list li span {
        display: none
    }
}

@media only screen and (min-width: 840px)and (max-width: 1023px) {
    .sidebar-collections .sdcollections-list li:nth-child(n+9) {
        display: none
    }
}

@media only screen and (min-width: 768px)and (max-width: 1023px) {
    .site-header__search form.search-bar .collections-selector {
        width: 150px
    }
    .site-header__search form.search-bar .st-default-search-input {
        width: calc(100% - 155px);
        -moz-width: calc(100% - 155px)
    }
    .input-group-btn {
        width: 40px;
        text-align: center
    }
    #main-header .mobile-bottom {
        padding: 0 20px
    }
    .sidebar-collections .sdcollections-title {
        font-size: 13px
    }
    .sidebar-collections .sdcollections-title i {
        display: none
    }
    .sidebar-collections .sdcollections-list li .collection-icon {
        display: none
    }
    .grid__item .grid__item_wrapper .action-button li {
        margin-bottom: 5px
    }
    .grid-block-full .home-block-title {
        padding: 0
    }
    .grid-block-full .home-block-title .collection-name {
        display: block;
        border-bottom: 1px solid #e5e5e5;
        width: 100%;
        padding: 0 20px
    }
    .grid-block-full .home-block-title .collection-tags {
        padding: 0 20px;
        width: 100%
    }
    .footer_newsletter h3 {
        margin-bottom: 10px
    }
    .grid-uniform-category .grid__item {
        width: 33.33%
    }
}

@media print {
    .Adv {
        display: none
    }
    #banner {
        display: none
    }
    #adv-banner {
        display: none
    }
    #top-header {
        display: none
    }
    .site-header {
        display: none
    }
    nav {
        display: none
    }
    #breadcrumb-container {
        display: none
    }
    .clsPrint {
        display: none
    }
    .qty_select {
        display: none
    }
    .product-action .detailBox {
        display: none
    }
    .clsOptions {
        display: none
    }
    .detail-social {
        display: none
    }
    .nav-tabs {
        display: none
    }
    .tab-panel {
        display: none
    }
    .imageOptions {
        display: none
    }
    #thumbnailNavbar {
        display: none
    }
    .tabs-information+.detailBox {
        display: none
    }
    .site-footer {
        display: none
    }
    #scroll-to-top {
        display: none
    }
    #tab_1 {
        display: block !important;
        margin-top: 10px !important;
        padding: 5px;
        border: 1px solid #e5e5e5
    }
    #tab_2 {
        display: block !important;
        margin-top: 10px !important;
        padding: 5px;
        border: 1px solid #e5e5e5
    }
    .product-single__thumbnails .owl-item {
        float: none;
        display: block;
        width: 100% !important
    }
    .owl-carousel .owl-stage {
        width: 100% !important
    }
    .owl-carousel .owl-stage-outer {
        height: auto !important
    }
    .product-single .product-single__thumbnails li img {
        opacity: 1
    }
    .clsFeatures .row>div {
        width: 33.3333333333%;
        float: left
    }
    .product-info-left {
        width: 50%;
        margin: 0;
        padding: 0;
        margin-top: 10px
    }
    .product-info-right {
        width: 50%;
        margin: 0;
        padding: 0;
        margin-top: 10px
    }
}

@media(max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media(min-width: 992px)and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media(min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.radio+.radio {
    margin-top: 5px
}

html[dir=rtl] body {
    direction: rtl
}

html[dir=rtl] input.phone {
    direction: ltr;
    text-align: right
}

html[dir=rtl] .fi-about-block ul.group_information li {
    direction: ltr
}

html[dir=rtl] .fi-about-block ul.group_information li i {
    margin-right: 5px;
    margin-left: 5px;
    float: right
}

html[dir=rtl] .page-contact ul li {
    direction: ltr
}

html[dir=rtl] .page-contact ul li:after {
    content: "";
    clear: both;
    width: 100%;
    display: block
}

html[dir=rtl] .page-contact ul i {
    float: right
}

html[dir=rtl] .flip.text-left {
    text-align: right
}

html[dir=rtl] .flip.text-right {
    text-align: left
}

html[dir=rtl] .list-unstyled {
    padding-right: 0;
    padding-left: initial
}

html[dir=rtl] .list-inline {
    padding-right: 0;
    padding-left: initial;
    margin-right: -5px;
    margin-left: 0
}

html[dir=rtl] dd {
    margin-right: 0;
    margin-left: initial
}

@media(min-width: 768px) {
    html[dir=rtl] .dl-horizontal dt {
        float: right;
        clear: right;
        text-align: left
    }
    html[dir=rtl] .dl-horizontal dd {
        margin-right: 180px;
        margin-left: 0
    }
}

html[dir=rtl] blockquote {
    border-right: 5px solid #eee;
    border-left: 0
}

html[dir=rtl] .blockquote-reverse,
html[dir=rtl] blockquote.pull-left {
    padding-left: 15px;
    padding-right: 0;
    border-left: 5px solid #eee;
    border-right: 0;
    text-align: left
}

html[dir=rtl] .col-xs-1,
html[dir=rtl] .col-sm-1,
html[dir=rtl] .col-md-1,
html[dir=rtl] .col-lg-1,
html[dir=rtl] .col-xs-2,
html[dir=rtl] .col-sm-2,
html[dir=rtl] .col-md-2,
html[dir=rtl] .col-lg-2,
html[dir=rtl] .col-xs-3,
html[dir=rtl] .col-sm-3,
html[dir=rtl] .col-md-3,
html[dir=rtl] .col-lg-3,
html[dir=rtl] .col-xs-4,
html[dir=rtl] .col-sm-4,
html[dir=rtl] .col-md-4,
html[dir=rtl] .col-lg-4,
html[dir=rtl] .col-xs-5,
html[dir=rtl] .col-sm-5,
html[dir=rtl] .col-md-5,
html[dir=rtl] .col-lg-5,
html[dir=rtl] .col-xs-6,
html[dir=rtl] .col-sm-6,
html[dir=rtl] .col-md-6,
html[dir=rtl] .col-lg-6,
html[dir=rtl] .col-xs-7,
html[dir=rtl] .col-sm-7,
html[dir=rtl] .col-md-7,
html[dir=rtl] .col-lg-7,
html[dir=rtl] .col-xs-8,
html[dir=rtl] .col-sm-8,
html[dir=rtl] .col-md-8,
html[dir=rtl] .col-lg-8,
html[dir=rtl] .col-xs-9,
html[dir=rtl] .col-sm-9,
html[dir=rtl] .col-md-9,
html[dir=rtl] .col-lg-9,
html[dir=rtl] .col-xs-10,
html[dir=rtl] .col-sm-10,
html[dir=rtl] .col-md-10,
html[dir=rtl] .col-lg-10,
html[dir=rtl] .col-xs-11,
html[dir=rtl] .col-sm-11,
html[dir=rtl] .col-md-11,
html[dir=rtl] .col-lg-11,
html[dir=rtl] .col-xs-12,
html[dir=rtl] .col-sm-12,
html[dir=rtl] .col-md-12,
html[dir=rtl] .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

html[dir=rtl] .col-xs-1,
html[dir=rtl] .col-xs-2,
html[dir=rtl] .col-xs-3,
html[dir=rtl] .col-xs-4,
html[dir=rtl] .col-xs-5,
html[dir=rtl] .col-xs-6,
html[dir=rtl] .col-xs-7,
html[dir=rtl] .col-xs-8,
html[dir=rtl] .col-xs-9,
html[dir=rtl] .col-xs-10,
html[dir=rtl] .col-xs-11 {
    float: right
}

html[dir=rtl] .col-xs-12 {
    float: right;
    width: 100%
}

html[dir=rtl] .col-xs-11 {
    width: 91.66666667%
}

html[dir=rtl] .col-xs-10 {
    width: 83.33333333%
}

html[dir=rtl] .col-xs-9 {
    width: 75%
}

html[dir=rtl] .col-xs-8 {
    width: 66.66666667%
}

html[dir=rtl] .col-xs-7 {
    width: 58.33333333%
}

html[dir=rtl] .col-xs-6 {
    width: 50%
}

html[dir=rtl] .col-xs-5 {
    width: 41.66666667%
}

html[dir=rtl] .col-xs-4 {
    width: 33.33333333%
}

html[dir=rtl] .col-xs-3 {
    width: 25%
}

html[dir=rtl] .col-xs-2 {
    width: 16.66666667%
}

html[dir=rtl] .col-xs-1 {
    width: 8.33333333%
}

html[dir=rtl] .col-xs-pull-12 {
    left: 100%;
    right: auto
}

html[dir=rtl] .col-xs-pull-11 {
    left: 91.66666667%;
    right: auto
}

html[dir=rtl] .col-xs-pull-10 {
    left: 83.33333333%;
    right: auto
}

html[dir=rtl] .col-xs-pull-9 {
    left: 75%;
    right: auto
}

html[dir=rtl] .col-xs-pull-8 {
    left: 66.66666667%;
    right: auto
}

html[dir=rtl] .col-xs-pull-7 {
    left: 58.33333333%;
    right: auto
}

html[dir=rtl] .col-xs-pull-6 {
    left: 50%;
    right: auto
}

html[dir=rtl] .col-xs-pull-5 {
    left: 41.66666667%;
    right: auto
}

html[dir=rtl] .col-xs-pull-4 {
    left: 33.33333333%;
    right: auto
}

html[dir=rtl] .col-xs-pull-3 {
    left: 25%;
    right: auto
}

html[dir=rtl] .col-xs-pull-2 {
    left: 16.66666667%;
    right: auto
}

html[dir=rtl] .col-xs-pull-1 {
    left: 8.33333333%;
    right: auto
}

html[dir=rtl] .col-xs-pull-0 {
    left: auto;
    right: auto
}

html[dir=rtl] .col-xs-push-12 {
    right: 100%;
    left: 0
}

html[dir=rtl] .col-xs-push-11 {
    right: 91.66666667%;
    left: 0
}

html[dir=rtl] .col-xs-push-10 {
    right: 83.33333333%;
    left: 0
}

html[dir=rtl] .col-xs-push-9 {
    right: 75%;
    left: 0
}

html[dir=rtl] .col-xs-push-8 {
    right: 66.66666667%;
    left: 0
}

html[dir=rtl] .col-xs-push-7 {
    right: 58.33333333%;
    left: 0
}

html[dir=rtl] .col-xs-push-6 {
    right: 50%;
    left: 0
}

html[dir=rtl] .col-xs-push-5 {
    right: 41.66666667%;
    left: 0
}

html[dir=rtl] .col-xs-push-4 {
    right: 33.33333333%;
    left: 0
}

html[dir=rtl] .col-xs-push-3 {
    right: 25%;
    left: 0
}

html[dir=rtl] .col-xs-push-2 {
    right: 16.66666667%;
    left: 0
}

html[dir=rtl] .col-xs-push-1 {
    right: 8.33333333%;
    left: 0
}

html[dir=rtl] .col-xs-push-0 {
    right: auto;
    left: 0
}

html[dir=rtl] .col-xs-offset-12 {
    margin-right: 100%;
    margin-left: 0
}

html[dir=rtl] .col-xs-offset-11 {
    margin-right: 91.66666667%;
    margin-left: 0
}

html[dir=rtl] .col-xs-offset-10 {
    margin-right: 83.33333333%;
    margin-left: 0
}

html[dir=rtl] .col-xs-offset-9 {
    margin-right: 75%;
    margin-left: 0
}

html[dir=rtl] .col-xs-offset-8 {
    margin-right: 66.66666667%;
    margin-left: 0
}

html[dir=rtl] .col-xs-offset-7 {
    margin-right: 58.33333333%;
    margin-left: 0
}

html[dir=rtl] .col-xs-offset-6 {
    margin-right: 50%;
    margin-left: 0
}

html[dir=rtl] .col-xs-offset-5 {
    margin-right: 41.66666667%;
    margin-left: 0
}

html[dir=rtl] .col-xs-offset-4 {
    margin-right: 33.33333333%;
    margin-left: 0
}

html[dir=rtl] .col-xs-offset-3 {
    margin-right: 25%;
    margin-left: 0
}

html[dir=rtl] .col-xs-offset-2 {
    margin-right: 16.66666667%;
    margin-left: 0
}

html[dir=rtl] .col-xs-offset-1 {
    margin-right: 8.33333333%;
    margin-left: 0
}

html[dir=rtl] .col-xs-offset-0 {
    margin-right: 0%;
    margin-left: 0
}

@media(min-width: 768px) {
    html[dir=rtl] .col-sm-1,
    html[dir=rtl] .col-sm-2,
    html[dir=rtl] .col-sm-3,
    html[dir=rtl] .col-sm-4,
    html[dir=rtl] .col-sm-5,
    html[dir=rtl] .col-sm-6,
    html[dir=rtl] .col-sm-7,
    html[dir=rtl] .col-sm-8,
    html[dir=rtl] .col-sm-9,
    html[dir=rtl] .col-sm-10,
    html[dir=rtl] .col-sm-11 {
        float: right
    }
    html[dir=rtl] .col-sm-12 {
        float: right;
        width: 100%
    }
    html[dir=rtl] .col-sm-11 {
        width: 91.66666667%
    }
    html[dir=rtl] .col-sm-10 {
        width: 83.33333333%
    }
    html[dir=rtl] .col-sm-9 {
        width: 75%
    }
    html[dir=rtl] .col-sm-8 {
        width: 66.66666667%
    }
    html[dir=rtl] .col-sm-7 {
        width: 58.33333333%
    }
    html[dir=rtl] .col-sm-6 {
        width: 50%
    }
    html[dir=rtl] .col-sm-5 {
        width: 41.66666667%
    }
    html[dir=rtl] .col-sm-4 {
        width: 33.33333333%
    }
    html[dir=rtl] .col-sm-3 {
        width: 25%
    }
    html[dir=rtl] .col-sm-2 {
        width: 16.66666667%
    }
    html[dir=rtl] .col-sm-1 {
        width: 8.33333333%
    }
    html[dir=rtl] .col-sm-pull-12 {
        left: 100%;
        right: auto
    }
    html[dir=rtl] .col-sm-pull-11 {
        left: 91.66666667%;
        right: auto
    }
    html[dir=rtl] .col-sm-pull-10 {
        left: 83.33333333%;
        right: auto
    }
    html[dir=rtl] .col-sm-pull-9 {
        left: 75%;
        right: auto
    }
    html[dir=rtl] .col-sm-pull-8 {
        left: 66.66666667%;
        right: auto
    }
    html[dir=rtl] .col-sm-pull-7 {
        left: 58.33333333%;
        right: auto
    }
    html[dir=rtl] .col-sm-pull-6 {
        left: 50%;
        right: auto
    }
    html[dir=rtl] .col-sm-pull-5 {
        left: 41.66666667%;
        right: auto
    }
    html[dir=rtl] .col-sm-pull-4 {
        left: 33.33333333%;
        right: auto
    }
    html[dir=rtl] .col-sm-pull-3 {
        left: 25%;
        right: auto
    }
    html[dir=rtl] .col-sm-pull-2 {
        left: 16.66666667%;
        right: auto
    }
    html[dir=rtl] .col-sm-pull-1 {
        left: 8.33333333%;
        right: auto
    }
    html[dir=rtl] .col-sm-pull-0 {
        left: auto;
        right: auto
    }
    html[dir=rtl] .col-sm-push-12 {
        right: 100%;
        left: 0
    }
    html[dir=rtl] .col-sm-push-11 {
        right: 91.66666667%;
        left: 0
    }
    html[dir=rtl] .col-sm-push-10 {
        right: 83.33333333%;
        left: 0
    }
    html[dir=rtl] .col-sm-push-9 {
        right: 75%;
        left: 0
    }
    html[dir=rtl] .col-sm-push-8 {
        right: 66.66666667%;
        left: 0
    }
    html[dir=rtl] .col-sm-push-7 {
        right: 58.33333333%;
        left: 0
    }
    html[dir=rtl] .col-sm-push-6 {
        right: 50%;
        left: 0
    }
    html[dir=rtl] .col-sm-push-5 {
        right: 41.66666667%;
        left: 0
    }
    html[dir=rtl] .col-sm-push-4 {
        right: 33.33333333%;
        left: 0
    }
    html[dir=rtl] .col-sm-push-3 {
        right: 25%;
        left: 0
    }
    html[dir=rtl] .col-sm-push-2 {
        right: 16.66666667%;
        left: 0
    }
    html[dir=rtl] .col-sm-push-1 {
        right: 8.33333333%;
        left: 0
    }
    html[dir=rtl] .col-sm-push-0 {
        right: auto;
        left: 0
    }
    html[dir=rtl] .col-sm-offset-12 {
        margin-right: 100%;
        margin-left: 0
    }
    html[dir=rtl] .col-sm-offset-11 {
        margin-right: 91.66666667%;
        margin-left: 0
    }
    html[dir=rtl] .col-sm-offset-10 {
        margin-right: 83.33333333%;
        margin-left: 0
    }
    html[dir=rtl] .col-sm-offset-9 {
        margin-right: 75%;
        margin-left: 0
    }
    html[dir=rtl] .col-sm-offset-8 {
        margin-right: 66.66666667%;
        margin-left: 0
    }
    html[dir=rtl] .col-sm-offset-7 {
        margin-right: 58.33333333%;
        margin-left: 0
    }
    html[dir=rtl] .col-sm-offset-6 {
        margin-right: 50%;
        margin-left: 0
    }
    html[dir=rtl] .col-sm-offset-5 {
        margin-right: 41.66666667%;
        margin-left: 0
    }
    html[dir=rtl] .col-sm-offset-4 {
        margin-right: 33.33333333%;
        margin-left: 0
    }
    html[dir=rtl] .col-sm-offset-3 {
        margin-right: 25%;
        margin-left: 0
    }
    html[dir=rtl] .col-sm-offset-2 {
        margin-right: 16.66666667%;
        margin-left: 0
    }
    html[dir=rtl] .col-sm-offset-1 {
        margin-right: 8.33333333%;
        margin-left: 0
    }
    html[dir=rtl] .col-sm-offset-0 {
        margin-right: 0%;
        margin-left: 0
    }
}

@media(min-width: 992px) {
    html[dir=rtl] .col-md-1,
    html[dir=rtl] .col-md-2,
    html[dir=rtl] .col-md-3,
    html[dir=rtl] .col-md-4,
    html[dir=rtl] .col-md-5,
    html[dir=rtl] .col-md-6,
    html[dir=rtl] .col-md-7,
    html[dir=rtl] .col-md-8,
    html[dir=rtl] .col-md-9,
    html[dir=rtl] .col-md-10,
    html[dir=rtl] .col-md-11 {
        float: right
    }
    html[dir=rtl] .col-md-12 {
        float: right;
        width: 100%
    }
    html[dir=rtl] .col-md-11 {
        width: 91.66666667%
    }
    html[dir=rtl] .col-md-10 {
        width: 83.33333333%
    }
    html[dir=rtl] .col-md-9 {
        width: 75%
    }
    html[dir=rtl] .col-md-8 {
        width: 66.66666667%
    }
    html[dir=rtl] .col-md-7 {
        width: 58.33333333%
    }
    html[dir=rtl] .col-md-6 {
        width: 50%
    }
    html[dir=rtl] .col-md-5 {
        width: 41.66666667%
    }
    html[dir=rtl] .col-md-4 {
        width: 33.33333333%
    }
    html[dir=rtl] .col-md-3 {
        width: 25%
    }
    html[dir=rtl] .col-md-2 {
        width: 16.66666667%
    }
    html[dir=rtl] .col-md-1 {
        width: 8.33333333%
    }
    html[dir=rtl] .col-md-pull-12 {
        left: 100%;
        right: auto
    }
    html[dir=rtl] .col-md-pull-11 {
        left: 91.66666667%;
        right: auto
    }
    html[dir=rtl] .col-md-pull-10 {
        left: 83.33333333%;
        right: auto
    }
    html[dir=rtl] .col-md-pull-9 {
        left: 75%;
        right: auto
    }
    html[dir=rtl] .col-md-pull-8 {
        left: 66.66666667%;
        right: auto
    }
    html[dir=rtl] .col-md-pull-7 {
        left: 58.33333333%;
        right: auto
    }
    html[dir=rtl] .col-md-pull-6 {
        left: 50%;
        right: auto
    }
    html[dir=rtl] .col-md-pull-5 {
        left: 41.66666667%;
        right: auto
    }
    html[dir=rtl] .col-md-pull-4 {
        left: 33.33333333%;
        right: auto
    }
    html[dir=rtl] .col-md-pull-3 {
        left: 25%;
        right: auto
    }
    html[dir=rtl] .col-md-pull-2 {
        left: 16.66666667%;
        right: auto
    }
    html[dir=rtl] .col-md-pull-1 {
        left: 8.33333333%;
        right: auto
    }
    html[dir=rtl] .col-md-pull-0 {
        left: auto;
        right: auto
    }
    html[dir=rtl] .col-md-push-12 {
        right: 100%;
        left: 0
    }
    html[dir=rtl] .col-md-push-11 {
        right: 91.66666667%;
        left: 0
    }
    html[dir=rtl] .col-md-push-10 {
        right: 83.33333333%;
        left: 0
    }
    html[dir=rtl] .col-md-push-9 {
        right: 75%;
        left: 0
    }
    html[dir=rtl] .col-md-push-8 {
        right: 66.66666667%;
        left: 0
    }
    html[dir=rtl] .col-md-push-7 {
        right: 58.33333333%;
        left: 0
    }
    html[dir=rtl] .col-md-push-6 {
        right: 50%;
        left: 0
    }
    html[dir=rtl] .col-md-push-5 {
        right: 41.66666667%;
        left: 0
    }
    html[dir=rtl] .col-md-push-4 {
        right: 33.33333333%;
        left: 0
    }
    html[dir=rtl] .col-md-push-3 {
        right: 25%;
        left: 0
    }
    html[dir=rtl] .col-md-push-2 {
        right: 16.66666667%;
        left: 0
    }
    html[dir=rtl] .col-md-push-1 {
        right: 8.33333333%;
        left: 0
    }
    html[dir=rtl] .col-md-push-0 {
        right: auto;
        left: 0
    }
    html[dir=rtl] .col-md-offset-12 {
        margin-right: 100%;
        margin-left: 0
    }
    html[dir=rtl] .col-md-offset-11 {
        margin-right: 91.66666667%;
        margin-left: 0
    }
    html[dir=rtl] .col-md-offset-10 {
        margin-right: 83.33333333%;
        margin-left: 0
    }
    html[dir=rtl] .col-md-offset-9 {
        margin-right: 75%;
        margin-left: 0
    }
    html[dir=rtl] .col-md-offset-8 {
        margin-right: 66.66666667%;
        margin-left: 0
    }
    html[dir=rtl] .col-md-offset-7 {
        margin-right: 58.33333333%;
        margin-left: 0
    }
    html[dir=rtl] .col-md-offset-6 {
        margin-right: 50%;
        margin-left: 0
    }
    html[dir=rtl] .col-md-offset-5 {
        margin-right: 41.66666667%;
        margin-left: 0
    }
    html[dir=rtl] .col-md-offset-4 {
        margin-right: 33.33333333%;
        margin-left: 0
    }
    html[dir=rtl] .col-md-offset-3 {
        margin-right: 25%;
        margin-left: 0
    }
    html[dir=rtl] .col-md-offset-2 {
        margin-right: 16.66666667%;
        margin-left: 0
    }
    html[dir=rtl] .col-md-offset-1 {
        margin-right: 8.33333333%;
        margin-left: 0
    }
    html[dir=rtl] .col-md-offset-0 {
        margin-right: 0%;
        margin-left: 0
    }
}

@media(min-width: 1200px) {
    html[dir=rtl] .col-lg-1,
    html[dir=rtl] .col-lg-2,
    html[dir=rtl] .col-lg-3,
    html[dir=rtl] .col-lg-4,
    html[dir=rtl] .col-lg-5,
    html[dir=rtl] .col-lg-6,
    html[dir=rtl] .col-lg-7,
    html[dir=rtl] .col-lg-8,
    html[dir=rtl] .col-lg-9,
    html[dir=rtl] .col-lg-10,
    html[dir=rtl] .col-lg-11 {
        float: right
    }
    html[dir=rtl] .col-lg-12 {
        float: right;
        width: 100%
    }
    html[dir=rtl] .col-lg-11 {
        width: 91.66666667%
    }
    html[dir=rtl] .col-lg-10 {
        width: 83.33333333%
    }
    html[dir=rtl] .col-lg-9 {
        width: 75%
    }
    html[dir=rtl] .col-lg-8 {
        width: 66.66666667%
    }
    html[dir=rtl] .col-lg-7 {
        width: 58.33333333%
    }
    html[dir=rtl] .col-lg-6 {
        width: 50%
    }
    html[dir=rtl] .col-lg-5 {
        width: 41.66666667%
    }
    html[dir=rtl] .col-lg-4 {
        width: 33.33333333%
    }
    html[dir=rtl] .col-lg-3 {
        width: 25%
    }
    html[dir=rtl] .col-lg-2 {
        width: 16.66666667%
    }
    html[dir=rtl] .col-lg-1 {
        width: 8.33333333%
    }
    html[dir=rtl] .col-lg-pull-12 {
        left: 100%;
        right: auto
    }
    html[dir=rtl] .col-lg-pull-11 {
        left: 91.66666667%;
        right: auto
    }
    html[dir=rtl] .col-lg-pull-10 {
        left: 83.33333333%;
        right: auto
    }
    html[dir=rtl] .col-lg-pull-9 {
        left: 75%;
        right: auto
    }
    html[dir=rtl] .col-lg-pull-8 {
        left: 66.66666667%;
        right: auto
    }
    html[dir=rtl] .col-lg-pull-7 {
        left: 58.33333333%;
        right: auto
    }
    html[dir=rtl] .col-lg-pull-6 {
        left: 50%;
        right: auto
    }
    html[dir=rtl] .col-lg-pull-5 {
        left: 41.66666667%;
        right: auto
    }
    html[dir=rtl] .col-lg-pull-4 {
        left: 33.33333333%;
        right: auto
    }
    html[dir=rtl] .col-lg-pull-3 {
        left: 25%;
        right: auto
    }
    html[dir=rtl] .col-lg-pull-2 {
        left: 16.66666667%;
        right: auto
    }
    html[dir=rtl] .col-lg-pull-1 {
        left: 8.33333333%;
        right: auto
    }
    html[dir=rtl] .col-lg-pull-0 {
        left: auto;
        right: auto
    }
    html[dir=rtl] .col-lg-push-12 {
        right: 100%;
        left: 0
    }
    html[dir=rtl] .col-lg-push-11 {
        right: 91.66666667%;
        left: 0
    }
    html[dir=rtl] .col-lg-push-10 {
        right: 83.33333333%;
        left: 0
    }
    html[dir=rtl] .col-lg-push-9 {
        right: 75%;
        left: 0
    }
    html[dir=rtl] .col-lg-push-8 {
        right: 66.66666667%;
        left: 0
    }
    html[dir=rtl] .col-lg-push-7 {
        right: 58.33333333%;
        left: 0
    }
    html[dir=rtl] .col-lg-push-6 {
        right: 50%;
        left: 0
    }
    html[dir=rtl] .col-lg-push-5 {
        right: 41.66666667%;
        left: 0
    }
    html[dir=rtl] .col-lg-push-4 {
        right: 33.33333333%;
        left: 0
    }
    html[dir=rtl] .col-lg-push-3 {
        right: 25%;
        left: 0
    }
    html[dir=rtl] .col-lg-push-2 {
        right: 16.66666667%;
        left: 0
    }
    html[dir=rtl] .col-lg-push-1 {
        right: 8.33333333%;
        left: 0
    }
    html[dir=rtl] .col-lg-push-0 {
        right: auto;
        left: 0
    }
    html[dir=rtl] .col-lg-offset-12 {
        margin-right: 100%;
        margin-left: 0
    }
    html[dir=rtl] .col-lg-offset-11 {
        margin-right: 91.66666667%;
        margin-left: 0
    }
    html[dir=rtl] .col-lg-offset-10 {
        margin-right: 83.33333333%;
        margin-left: 0
    }
    html[dir=rtl] .col-lg-offset-9 {
        margin-right: 75%;
        margin-left: 0
    }
    html[dir=rtl] .col-lg-offset-8 {
        margin-right: 66.66666667%;
        margin-left: 0
    }
    html[dir=rtl] .col-lg-offset-7 {
        margin-right: 58.33333333%;
        margin-left: 0
    }
    html[dir=rtl] .col-lg-offset-6 {
        margin-right: 50%;
        margin-left: 0
    }
    html[dir=rtl] .col-lg-offset-5 {
        margin-right: 41.66666667%;
        margin-left: 0
    }
    html[dir=rtl] .col-lg-offset-4 {
        margin-right: 33.33333333%;
        margin-left: 0
    }
    html[dir=rtl] .col-lg-offset-3 {
        margin-right: 25%;
        margin-left: 0
    }
    html[dir=rtl] .col-lg-offset-2 {
        margin-right: 16.66666667%;
        margin-left: 0
    }
    html[dir=rtl] .col-lg-offset-1 {
        margin-right: 8.33333333%;
        margin-left: 0
    }
    html[dir=rtl] .col-lg-offset-0 {
        margin-right: 0%;
        margin-left: 0
    }
}

html[dir=rtl] caption,
html[dir=rtl] th {
    text-align: right
}

@media screen and (max-width: 767px) {
    html[dir=rtl] .table-responsive>.table-bordered {
        border: 0
    }
    html[dir=rtl] .table-responsive>.table-bordered>thead>tr>th:first-child,
    html[dir=rtl] .table-responsive>.table-bordered>tbody>tr>th:first-child,
    html[dir=rtl] .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    html[dir=rtl] .table-responsive>.table-bordered>thead>tr>td:first-child,
    html[dir=rtl] .table-responsive>.table-bordered>tbody>tr>td:first-child,
    html[dir=rtl] .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-right: 0;
        border-left: initial
    }
    html[dir=rtl] .table-responsive>.table-bordered>thead>tr>th:last-child,
    html[dir=rtl] .table-responsive>.table-bordered>tbody>tr>th:last-child,
    html[dir=rtl] .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    html[dir=rtl] .table-responsive>.table-bordered>thead>tr>td:last-child,
    html[dir=rtl] .table-responsive>.table-bordered>tbody>tr>td:last-child,
    html[dir=rtl] .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-left: 0;
        border-right: initial
    }
}

html[dir=rtl] .radio label,
html[dir=rtl] .checkbox label {
    padding-right: 20px;
    padding-left: initial
}

html[dir=rtl] .radio input[type=radio],
html[dir=rtl] .radio-inline input[type=radio],
html[dir=rtl] .checkbox input[type=checkbox],
html[dir=rtl] .checkbox-inline input[type=checkbox] {
    margin-right: -20px;
    margin-left: auto
}

html[dir=rtl] .radio-inline,
html[dir=rtl] .checkbox-inline {
    padding-right: 20px;
    padding-left: 0
}

html[dir=rtl] .radio-inline+.radio-inline,
html[dir=rtl] .checkbox-inline+.checkbox-inline {
    margin-right: 10px;
    margin-left: 0
}

html[dir=rtl] .has-feedback .form-control {
    padding-left: 42.5px;
    padding-right: 12px
}

html[dir=rtl] .form-control-feedback {
    left: 0;
    right: auto
}

@media(min-width: 768px) {
    html[dir=rtl] .form-inline label {
        padding-right: 0;
        padding-left: initial
    }
    html[dir=rtl] .form-inline .radio input[type=radio],
    html[dir=rtl] .form-inline .checkbox input[type=checkbox] {
        margin-right: 0;
        margin-left: auto
    }
}

@media(min-width: 768px) {
    html[dir=rtl] .form-horizontal .control-label {
        text-align: left
    }
}

html[dir=rtl] .form-horizontal .has-feedback .form-control-feedback {
    left: 15px;
    right: auto
}

html[dir=rtl] .caret {
    margin-right: 2px;
    margin-left: 0
}

html[dir=rtl] .dropdown-menu {
    right: 0;
    left: auto;
    float: left;
    text-align: right
}

html[dir=rtl] .dropdown-menu.pull-right {
    left: 0;
    right: auto;
    float: right
}

html[dir=rtl] .dropdown-menu-right {
    left: auto;
    right: 0
}

html[dir=rtl] .dropdown-menu-left {
    left: 0;
    right: auto
}

@media(min-width: 768px) {
    html[dir=rtl] .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }
    html[dir=rtl] .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

html[dir=rtl] .btn-group .btn+.btn,
html[dir=rtl] .btn-group .btn+.btn-group {
    margin-right: -1px;
    margin-left: 0px
}

html[dir=rtl] .btn-group .btn-group+.btn,
html[dir=rtl] .btn-group .btn-group+.btn-group {
    margin-right: -1px;
    margin-left: 0px
}

html[dir=rtl] .btn-toolbar {
    margin-right: -5px;
    margin-left: 0px
}

html[dir=rtl] .btn-toolbar .btn-group,
html[dir=rtl] .btn-toolbar .input-group {
    float: right
}

html[dir=rtl] .btn-toolbar>.btn,
html[dir=rtl] .btn-toolbar>.btn-group,
html[dir=rtl] .btn-toolbar>.input-group {
    margin-right: 5px;
    margin-left: 0px
}

html[dir=rtl] .btn-group>.btn:first-child {
    margin-right: 0
}

html[dir=rtl] .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

html[dir=rtl] .btn-group>.btn:last-child:not(:first-child) {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

html[dir=rtl] .btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

html[dir=rtl] .btn-group>.btn-group {
    float: right
}

html[dir=rtl] .btn-group.btn-group-justified>.btn,
html[dir=rtl] .btn-group.btn-group-justified>.btn-group {
    float: none
}

html[dir=rtl] .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

html[dir=rtl] .btn-group>.btn-group:first-child>.btn:last-child,
html[dir=rtl] .btn-group>.btn-group:first-child>.dropdown-toggle {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

html[dir=rtl] .btn-group>.btn-group:last-child>.btn:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

html[dir=rtl] .btn .caret {
    margin-right: 0
}

html[dir=rtl] .btn-group-vertical>.btn+.btn,
html[dir=rtl] .btn-group-vertical>.btn+.btn-group {
    margin-top: -1px;
    margin-right: 0
}

html[dir=rtl] .btn-group-vertical>.btn-group+.btn,
html[dir=rtl] .btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-right: 0
}

html[dir=rtl] .input-group-btn:first-child>.btn,
html[dir=rtl] .input-group-btn:first-child>.btn-group>.btn,
html[dir=rtl] .input-group-btn:first-child>.dropdown-toggle {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

html[dir=rtl] .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
html[dir=rtl] .input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

html[dir=rtl] .input-group .form-control:last-child,
html[dir=rtl] .input-group-addon:last-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

html[dir=rtl] .input-group-btn:last-child>.btn,
html[dir=rtl] .input-group-btn:last-child>.btn-group>.btn,
html[dir=rtl] .input-group-btn:last-child>.dropdown-toggle {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

html[dir=rtl] .input-group-btn:first-child>.btn:not(:first-child),
html[dir=rtl] .input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

html[dir=rtl] .input-group-addon:last-child {
    border-left-width: 1px;
    border-left-style: solid;
    border-right: 0px
}

html[dir=rtl] .input-group-btn>.btn+.btn {
    margin-right: -1px;
    margin-left: auto
}

html[dir=rtl] .input-group-btn:first-child>.btn,
html[dir=rtl] .input-group-btn:first-child>.btn-group {
    margin-left: -1px;
    margin-right: auto
}

html[dir=rtl] .input-group-btn:last-child>.btn,
html[dir=rtl] .input-group-btn:last-child>.btn-group {
    margin-right: -1px;
    margin-left: auto
}

html[dir=rtl] .nav-pills>li {
    float: right
}

html[dir=rtl] .nav-pills>li>a {
    border-radius: 4px
}

html[dir=rtl] .nav-pills>li+li {
    margin-right: 2px;
    margin-left: auto
}

html[dir=rtl] .nav-stacked>li {
    float: none
}

html[dir=rtl] .nav-stacked>li+li {
    margin-right: 0;
    margin-left: auto
}

html[dir=rtl] .nav-justified>.dropdown .dropdown-menu {
    right: auto
}

html[dir=rtl] .nav-tabs-justified>li>a {
    margin-left: 0;
    margin-right: auto
}

@media(min-width: 768px) {
    html[dir=rtl] .nav-tabs-justified>li>a {
        border-radius: 4px 4px 0 0
    }
}

@media(min-width: 768px) {
    html[dir=rtl] .navbar-header {
        float: right
    }
}

html[dir=rtl] .navbar-collapse {
    padding-right: 15px;
    padding-left: 15px
}

html[dir=rtl] .navbar-brand {
    float: right
}

@media(min-width: 768px) {
    html[dir=rtl] .navbar>.container .navbar-brand,
    html[dir=rtl] .navbar>.container-fluid .navbar-brand {
        margin-right: -15px;
        margin-left: auto
    }
}

html[dir=rtl] .navbar-toggle {
    float: left;
    margin-left: 15px;
    margin-right: auto
}

@media(max-width: 767px) {
    html[dir=rtl] .navbar-nav .open .dropdown-menu>li>a,
    html[dir=rtl] .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 25px 5px 15px
    }
}

@media(min-width: 768px) {
    html[dir=rtl] .navbar-nav {
        float: right
    }
    html[dir=rtl] .navbar-nav>li {
        float: right
    }
}

@media(min-width: 768px) {
    html[dir=rtl] .navbar-left.flip {
        float: right !important
    }
    html[dir=rtl] .navbar-right:last-child {
        margin-left: -15px;
        margin-right: auto
    }
    html[dir=rtl] .navbar-right.flip {
        float: left !important;
        margin-left: -15px;
        margin-right: auto
    }
    html[dir=rtl] .navbar-right .dropdown-menu {
        left: 0;
        right: auto
    }
}

@media(min-width: 768px) {
    html[dir=rtl] .navbar-text {
        float: right
    }
    html[dir=rtl] .navbar-text.navbar-right:last-child {
        margin-left: 0;
        margin-right: auto
    }
}

html[dir=rtl] .pagination {
    padding-right: 0
}

html[dir=rtl] .pagination>li>a,
html[dir=rtl] .pagination>li>span {
    float: right;
    margin-right: -1px;
    margin-left: 0px
}

html[dir=rtl] .pagination>li:first-child>a,
html[dir=rtl] .pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

html[dir=rtl] .pagination>li:last-child>a,
html[dir=rtl] .pagination>li:last-child>span {
    margin-right: -1px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

html[dir=rtl] .pager {
    padding-right: 0;
    padding-left: initial
}

html[dir=rtl] .pager .next>a,
html[dir=rtl] .pager .next>span {
    float: left
}

html[dir=rtl] .pager .previous>a,
html[dir=rtl] .pager .previous>span {
    float: right
}

html[dir=rtl] .nav-pills>li>a>.badge {
    margin-left: 0px;
    margin-right: 3px
}

html[dir=rtl] .list-group-item>.badge {
    float: left
}

html[dir=rtl] .list-group-item>.badge+.badge {
    margin-left: 5px;
    margin-right: auto
}

html[dir=rtl] .alert-dismissable,
html[dir=rtl] .alert-dismissible {
    padding-left: 35px;
    padding-right: 15px
}

html[dir=rtl] .alert-dismissable .close,
html[dir=rtl] .alert-dismissible .close {
    right: auto;
    left: -21px
}

html[dir=rtl] .progress-bar {
    float: right
}

html[dir=rtl] .media>.pull-left {
    margin-right: 10px
}

html[dir=rtl] .media>.pull-left.flip {
    margin-right: 0;
    margin-left: 10px
}

html[dir=rtl] .media>.pull-right {
    margin-left: 10px
}

html[dir=rtl] .media>.pull-right.flip {
    margin-left: 0;
    margin-right: 10px
}

html[dir=rtl] .media-right,
html[dir=rtl] .media>.pull-right {
    padding-right: 10px;
    padding-left: initial
}

html[dir=rtl] .media-left,
html[dir=rtl] .media>.pull-left {
    padding-left: 10px;
    padding-right: initial
}

html[dir=rtl] .media-list {
    padding-right: 0;
    padding-left: initial;
    list-style: none
}

html[dir=rtl] .list-group {
    padding-right: 0;
    padding-left: initial
}

html[dir=rtl] .panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
html[dir=rtl] .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
html[dir=rtl] .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
html[dir=rtl] .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
html[dir=rtl] .panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
html[dir=rtl] .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
html[dir=rtl] .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
html[dir=rtl] .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 0
}

html[dir=rtl] .panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
html[dir=rtl] .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
html[dir=rtl] .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
html[dir=rtl] .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
html[dir=rtl] .panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
html[dir=rtl] .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
html[dir=rtl] .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
html[dir=rtl] .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 0
}

html[dir=rtl] .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
html[dir=rtl] .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
html[dir=rtl] .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
html[dir=rtl] .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
html[dir=rtl] .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
html[dir=rtl] .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
html[dir=rtl] .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
html[dir=rtl] .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0
}

html[dir=rtl] .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
html[dir=rtl] .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
html[dir=rtl] .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
html[dir=rtl] .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
html[dir=rtl] .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
html[dir=rtl] .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
html[dir=rtl] .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
html[dir=rtl] .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0
}

html[dir=rtl] .panel>.table-bordered>thead>tr>th:first-child,
html[dir=rtl] .panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
html[dir=rtl] .panel>.table-bordered>tbody>tr>th:first-child,
html[dir=rtl] .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
html[dir=rtl] .panel>.table-bordered>tfoot>tr>th:first-child,
html[dir=rtl] .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
html[dir=rtl] .panel>.table-bordered>thead>tr>td:first-child,
html[dir=rtl] .panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
html[dir=rtl] .panel>.table-bordered>tbody>tr>td:first-child,
html[dir=rtl] .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
html[dir=rtl] .panel>.table-bordered>tfoot>tr>td:first-child,
html[dir=rtl] .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-right: 0;
    border-left: none
}

html[dir=rtl] .panel>.table-bordered>thead>tr>th:last-child,
html[dir=rtl] .panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
html[dir=rtl] .panel>.table-bordered>tbody>tr>th:last-child,
html[dir=rtl] .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
html[dir=rtl] .panel>.table-bordered>tfoot>tr>th:last-child,
html[dir=rtl] .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
html[dir=rtl] .panel>.table-bordered>thead>tr>td:last-child,
html[dir=rtl] .panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
html[dir=rtl] .panel>.table-bordered>tbody>tr>td:last-child,
html[dir=rtl] .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
html[dir=rtl] .panel>.table-bordered>tfoot>tr>td:last-child,
html[dir=rtl] .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: none;
    border-left: 0
}

html[dir=rtl] .embed-responsive .embed-responsive-item,
html[dir=rtl] .embed-responsive iframe,
html[dir=rtl] .embed-responsive embed,
html[dir=rtl] .embed-responsive object {
    right: 0;
    left: auto
}

html[dir=rtl] .close {
    float: left
}

html[dir=rtl] .modal-footer {
    text-align: left
}

html[dir=rtl] .modal-footer.flip {
    text-align: right
}

html[dir=rtl] .modal-footer .btn+.btn {
    margin-left: auto;
    margin-right: 5px
}

html[dir=rtl] .modal-footer .btn-group .btn+.btn {
    margin-right: -1px;
    margin-left: auto
}

html[dir=rtl] .modal-footer .btn-block+.btn-block {
    margin-right: 0;
    margin-left: auto
}

html[dir=rtl] .popover {
    left: auto;
    text-align: right
}

html[dir=rtl] .popover.top>.arrow,
html[dir=rtl] .popover.bottom>.arrow {
    right: 50%;
    left: auto;
    margin-right: -11px;
    margin-left: auto
}

html[dir=rtl] .popover.top>.arrow:after,
html[dir=rtl] .popover.bottom>.arrow:after {
    margin-right: -10px;
    margin-left: auto
}

html[dir=rtl] .carousel-control {
    right: 0;
    bottom: 0
}

html[dir=rtl] .carousel-control.left {
    right: auto;
    left: 0;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1)
}

html[dir=rtl] .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1)
}

html[dir=rtl] .carousel-control .icon-prev,
html[dir=rtl] .carousel-control .glyphicon-chevron-left {
    left: 50%;
    right: auto;
    margin-right: -10px
}

html[dir=rtl] .carousel-control .icon-next,
html[dir=rtl] .carousel-control .glyphicon-chevron-right {
    right: 50%;
    left: auto;
    margin-left: -10px
}

html[dir=rtl] .carousel-indicators {
    right: 50%;
    left: 0;
    margin-right: -30%;
    margin-left: 0;
    padding-left: 0
}

@media screen and (min-width: 768px) {
    html[dir=rtl] .carousel-control .glyphicon-chevron-left,
    html[dir=rtl] .carousel-control .icon-prev,
    html[dir=rtl] .carousel-control .glyphicon-chevron-right,
    html[dir=rtl] .carousel-control .icon-next {
        margin-left: 0;
        margin-right: -15px
    }
    html[dir=rtl] .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }
}

html[dir=rtl] td {
    text-align: right
}

html[dir=rtl] label.error:before {
    content: ""
}

html[dir=rtl] label.error:after {
    content: "";
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
    margin-left: 5px;
    font-weight: 600
}

html[dir=rtl] input[type=checkbox] {
    margin: 0 0 3px 5px
}

html[dir=rtl] dt,
html[dir=rtl] dd {
    float: right
}

html[dir=rtl] dt {
    padding-right: 0;
    padding-left: 10px
}

html[dir=rtl] dt:after {
    content: ""
}

html[dir=rtl] dt:before {
    content: ":";
    position: absolute;
    left: 0;
    top: 0
}

html[dir=rtl] dd {
    padding-left: 0;
    padding-right: 10px
}

html[dir=rtl] .fancybox-content {
    text-align: right
}

html[dir=rtl] .text-right {
    text-align: left !important
}

html[dir=rtl] .text-left {
    text-align: right !important
}

html[dir=rtl] .pull-right {
    float: left !important
}

html[dir=rtl] .pull-left {
    float: right !important
}

html[dir=rtl] .pull-right.flip {
    float: left !important
}

html[dir=rtl] .pull-left.flip {
    float: right !important
}

html[dir=rtl] .grid__item {
    float: right
}

html[dir=rtl] #top-header .language-picker,
html[dir=rtl] #top-header .social-icons {
    float: left
}

html[dir=rtl] .nav-bar .site-nav>li {
    float: right
}

html[dir=rtl] #top-home-blocks .shop-by-collections {
    padding-right: 0;
    padding-left: 20px
}

html[dir=rtl] .link-list li+li {
    border-left: 0;
    border-right: 1px solid #ccc
}

html[dir=rtl] .accordion-btn {
    right: auto;
    left: 10px
}

html[dir=rtl] .between-fields>div:first-child::after {
    left: auto;
    right: 95%
}

html[dir=rtl] .responsive-menu .submenu {
    left: auto;
    right: 0
}

html[dir=rtl] .grid-block-full .home-block-title .collection-name {
    float: right
}

html[dir=rtl] .grid-block-full .home-block-title .collection-tags {
    float: left
}

html[dir=rtl] .grid-block-full .home-block-title .collection-tags .bh-tags .link-to {
    margin-left: 0;
    margin-right: 20px
}

html[dir=rtl] .grid-block-full .home-block-title .collection-tags .bh-tags .link-to:after {
    content: ""
}

html[dir=rtl] .grid-block-full .home-block-title .collection-tags .bh-tags .link-to:before {
    content: "";
    font: 14px "Font Awesome 5 Pro", "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px
}

html[dir=rtl] .btn.dropdown-toggle:after {
    content: ""
}

html[dir=rtl] .btn.dropdown-toggle:before {
    content: "";
    font: 12px "Font Awesome 5 Pro", "Font Awesome 5 Free";
    font-weight: 600
}

html[dir=rtl] .sidebar-collections .sdcollections-content .sdcollections-list>li i {
    left: auto;
    right: 0
}

html[dir=rtl] .sidebar-collections .sdcollections-content .sdcollections-list>li span {
    margin-left: 0;
    margin-right: 34px
}

html[dir=rtl] .page-contact ul li i {
    margin-left: 15px;
    margin-right: 0
}

html[dir=rtl] .clsPrint {
    float: left
}

html[dir=rtl] .product-info-right {
    padding-right: 0;
    padding-left: 0
}

html[dir=rtl] .phoneDetail span {
    float: left
}

html[dir=rtl] .story-content:after {
    content: "";
    position: absolute;
    border-style: solid;
    display: block;
    width: 0;
    top: 30%;
    bottom: auto;
    left: auto;
    right: -30px;
    border-width: 15px 0 15px 30px;
    border-color: transparent #0063c0
}

html[dir=rtl] .story-content:before {
    content: "";
    position: absolute;
    border-style: solid;
    display: block;
    width: 0;
    top: 38%;
    bottom: auto;
    left: auto;
    right: -21px;
    border-width: 9px 0px 9px 21px;
    border-color: transparent #fdfdfd
}

html[dir=rtl] .cLevel0 {
    padding-left: 0 !important;
    padding-right: 10px !important
}

html[dir=rtl] .cLevel1 {
    padding-left: 0 !important;
    padding-right: 20px !important
}

html[dir=rtl] .cLevel2 {
    padding-left: 0 !important;
    padding-right: 30px !important
}

html[dir=rtl] .cLevel3 {
    padding-left: 0 !important;
    padding-right: 40px !important
}

html[dir=rtl] .cLevel4 {
    padding-left: 0 !important;
    padding-right: 50px !important
}

html[dir=rtl] .cLevel5 {
    padding-left: 0 !important;
    padding-right: 60px !important
}

html[dir=rtl] .cLevel6 {
    padding-left: 0 !important;
    padding-right: 70px !important
}

html[dir=rtl] .cLevel7 {
    padding-left: 0 !important;
    padding-right: 80px
}

html[dir=rtl] .cLevel8 {
    padding-left: 0 !important;
    padding-right: 90px
}

html[dir=rtl] .home-products-block-content .grid__item .product-title {
    text-align: right
}