@font-face {
    font-family: 'ArbFONTS';
    src: url('/fonts/DINNextLTArabic-UltraLight-1.ttf');
    /*src: url('/fonts/ArbFONTS-bein-ar-black.ttf');*/
}
*, ::after, ::before {
    box-sizing: border-box
}

body, button, input, select, textarea {
    -webkit-text-size-adjust: 100%
}

body:focus, button:focus, input:focus, select:focus, textarea:focus {
    outline: 0
}

.error {
    border: 1px solid red;
    border-radius: 5px;
}

body {
    margin: 0
}

.product-price {
    display: grid;
}

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

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

select {
    padding-top: 0;
    padding-bottom: 0
}

select:focus {
    outline: 0 !important
}

a {
    background-color: transparent
}

b, strong {
    font-weight: 700
}

em {
    font-style: normal
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    max-width: 100%;
    border: 0
}

form {
    margin: 0
}

button {
    cursor: pointer
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button[disabled], html input[disabled] {
    cursor: default
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

input[type=submit] {
    cursor: pointer
}

legend {
    border: 0;
    padding: 0
}

a {
    text-decoration: none
}

[role=button], a, button, input, label, select, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

blockquote {
    font-size: em(18px);
    font-style: normal;
    text-align: center;
    padding: 0 30px;
    margin: 0
}

blockquote cite {
    display: block;
    font-size: .85em;
    font-weight: 400
}

blockquote cite::before {
    content: '\2014 \0020'
}

code, pre {
    font-size: 1em
}

pre {
    overflow: auto
}

input:focus {
    outline: 0
}

ol, ul {
    padding: 0;
    margin-right: 20px
}

ol {
    list-style: decimal
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 0
}

textarea {
    min-height: 90px
}

optgroup {
    font-weight: 700
}

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

h1 {
    font-size: 70px
}

h2 {
    font-size: 40px
}

h3 {
    font-size: 30px
}

h4 {
    font-size: 24px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

.hero {
    font-size: 130px
}

.fa-facebook {
    color: #284c9c
}

.fa-twitter {
    color: #00aaf0
}

.fa-pinterest {
    color: #df5143
}

.fa-google-plus {
    color: #e04b34
}

._btn {
    border-style: solid;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-right: 16px;
    padding-left: 16px;
    transition: all .5s ease;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    zoom: 1;
    font-smooth: always;
    -ms-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 1px;
    width: auto;
    border-radius: 0;
    font-family: Roboto Condensed;
    color: #fff;
    border-color: #ee2c1f;
    background-color: #ee2c1f
}

._btn[disabled] {
    cursor: default;
    opacity: .5;
    color: #fff;
    border-color: #ee2c1f;
    background-color: #ee2c1f
}

._btn[disabled] * {
    color: currentcolor
}

._btn.active, ._btn:active {
    box-shadow: none
}

._btn:focus {
    outline: 0 !important;
    box-shadow: none !important
}

._btn .fa, ._btn .lnr, ._btn span {
    color: currentColor
}

._btn svg {
    fill: currentColor
}

._btn * {
    color: currentcolor
}

._btn:hover {
    color: #ee2c1f;
    border-color: #ee2c1f;
    background-color: #fff
}

._btn:hover * {
    color: currentcolor
}

.btn_small {
    font-size: 12px;
    border-width: 1px;
    height: 35px;
    line-height: 33px;
    padding: 0 15px;
    font-weight: 700;
    letter-spacing: .05em
}

.btn_medium {
    font-size: 12px;
    border-width: 1px;
    height: 40px;
    line-height: 38px;
    padding: 0 16px;
    font-weight: 700
}

.btn_large {
    font-size: 14px;
    padding: 0 16px;
    font-weight: 700;
    border-width: 1px;
    height: 50px;
    line-height: 48px
}

.btn_icon {
    position: relative
}

.btn_icon .cs-icon {
    margin-left: 5px
}

.btn_icon.btn_large {
    padding-right: 56px
}

.btn_icon.btn_large .cs-icon {
    margin-left: 0;
    position: absolute;
    top: 50%;
    font-size: 30px;
    right: 16px;
    margin-top: -15px
}

.btn_icon.btn_medium {
    padding-right: 46px
}

.btn_icon.btn_medium .cs-icon {
    margin-left: 0;
    position: absolute;
    top: 50%;
    font-size: 20px;
    right: 16px;
    margin-top: -10px
}

.btn_icon.btn_medium .icon-menu {
    font-size: 15px;
    margin-top: -7.5px
}

.btn_icon.btn_small {
    padding-right: 36px
}

.btn_icon.btn_small .cs-icon {
    margin-left: 0;
    position: absolute;
    top: 50%;
    font-size: 15px;
    right: 16px;
    margin-top: -7.5px
}

.btn_icon.btn_small .icon-menu {
    font-size: 11px;
    margin-top: -5.5px
}

.btn-addtocart {
    color: #fff;
    border-color: #ee2c1f;
    background-color: #ee2c1f;
    font-size: 12px;
    border-width: 1px;
    height: 40px;
    line-height: 38px;
    padding: 0 16px;
    font-weight: 700
}

.btn-addtocart * {
    color: currentcolor
}

.owl-controls .owl-buttons .owl-next, .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    top: 50%;
    font-size: 0;
    width: 40px;
    text-align: center;
    border-style: solid;
    background-image: none !important;
    border-radius: 0;
    transform: translateY(-50%);
    border-width: 1px;
    height: 40px;
    line-height: 38px;
    color: #1d1d1d;
    border-color: transparent;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3);
    border-width: 0
}

.owl-controls .owl-buttons .owl-next *, .owl-controls .owl-buttons .owl-prev * {
    color: currentcolor
}

@media (min-width: 1200px) {
    .owl-controls .owl-buttons .owl-next, .owl-controls .owl-buttons .owl-prev {
        transition: all .5s ease
    }
}

.owl-controls .owl-buttons .owl-next:before, .owl-controls .owl-buttons .owl-prev:before {
    font-family: cs-icon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    font-size: 18px;
    right: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%)
}

.owl-controls .owl-buttons .owl-next:focus, .owl-controls .owl-buttons .owl-next:hover, .owl-controls .owl-buttons .owl-prev:focus, .owl-controls .owl-buttons .owl-prev:hover {
    color: #ee2c1f;
    border-color: #ee2c1f;
    background-color: #fff
}

.owl-controls .owl-buttons .owl-next:focus *, .owl-controls .owl-buttons .owl-next:hover *, .owl-controls .owl-buttons .owl-prev:focus *, .owl-controls .owl-buttons .owl-prev:hover * {
    color: currentcolor
}

.owl-controls .owl-buttons .owl-next {
    right: 15px
}

.owl-controls .owl-buttons .owl-next:before {
    content: '\e915'
}

.owl-controls .owl-buttons .owl-prev {
    left: 15px
}

.owl-controls .owl-buttons .owl-prev:before {
    content: '\e914'
}

.product-label {
    position: absolute;
    top: 15px;
    right: 0
}

.product-label .label-element {
    position: relative;
    padding-right: 3px;
    padding-left: 3px;
    border-style: solid;
    border-width: 0;
    width: auto;
    height: 20px;
    border-radius: 0;
    font-family: Roboto Condensed;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: capitalize;
    transition: all .5s ease;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2)
}

.product-label .label-element:before {
    content: '';
    right: auto;
    top: 0;
    position: absolute
}

.product-label .label-element:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .5)
}

.product-label .label-element > span {
    font-family: Roboto Condensed;
    display: block;
    font-size: 12px;
    border-width: 0;
    height: 20px;
    line-height: 20px
}

.product-label .label-element.deal-label {
    color: #fff;
    border-color: #8b0400;
    background-color: #8b0400;
}

.product-label .label-element.deal-label * {
    color: currentcolor
}

.product-label .label-element.deal-label:before {
    border-style: solid;
    border-width: 10px;
    border-color: transparent;
    border-top-color: #a0f68a;
    border-bottom-color: #a0f68a;
    left: -10px
}

.product-label .label-element.new-label {
    color: #fff;
    border-color: #84d8e3;
    background-color: #84d8e3
}

.product-label .label-element.new-label * {
    color: currentcolor
}

.product-label .label-element.new-label:before {
    border-style: solid;
    border-width: 10px;
    border-color: transparent;
    border-top-color: #84d8e3;
    border-bottom-color: #84d8e3;
    left: -10px
}

.product-label .label-element.hotting-label {
    color: #fff;
    border-color: #fea348;
    background-color: #fea348
}

.product-label .label-element.hotting-label * {
    color: currentcolor
}

.product-label .label-element.hotting-label:before {
    border-style: solid;
    border-width: 10px;
    border-color: transparent;
    border-top-color: #fea348;
    border-bottom-color: #fea348;
    left: -10px
}

.product-label .label-element.best-label {
    color: #fff;
    border-color: #e18694;
    background-color: #e18694
}

.product-label .label-element.best-label * {
    color: currentcolor
}

.product-label .label-element.best-label:before {
    border-style: solid;
    border-width: 10px;
    border-color: transparent;
    border-top-color: #e18694;
    border-bottom-color: #e18694;
    left: -10px
}

@media only screen and (max-width: 991px) {
    .product-label {
        top: 3px
    }

    .product-label .label-element {
        margin-bottom: 3px
    }
}

@media only screen and (max-width: 767px) {
    .product-label {
        display: none
    }
}

body *, html * {
    font-smooth: always;
    -ms-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body, html {
    background-color: #edeef1
}

body {
    font-family: Roboto Condensed;
    color: #88898b;
    font-size: 15px
}

body buttuon, body input, body select, body textarea {
    font-size: 15px;
    color: #88898b;
    border: 1px solid #e3e5e7;
    background-color: #fff;
    line-height: 1.5;
    max-width: 100%;
    border-radius: 0;
    box-shadow: none
}

body buttuon:focus, body input:focus, body select:focus, body textarea:focus {
    border-color: darken(#e3e5e7, 10%)
}

body buttuon:focus::-webkit-input-placeholder, body input:focus::-webkit-input-placeholder, body select:focus::-webkit-input-placeholder, body textarea:focus::-webkit-input-placeholder {
    color: transparent
}

body buttuon:focus::-moz-placeholder, body input:focus::-moz-placeholder, body select:focus::-moz-placeholder, body textarea:focus::-moz-placeholder {
    color: transparent
}

body buttuon:focus:-ms-input-placeholder, body input:focus:-ms-input-placeholder, body select:focus:-ms-input-placeholder, body textarea:focus:-ms-input-placeholder {
    color: transparent
}

body buttuon:focus::-ms-input-placeholder, body input:focus::-ms-input-placeholder, body select:focus::-ms-input-placeholder, body textarea:focus::-ms-input-placeholder {
    color: transparent
}

body buttuon[disabled], body input[disabled], body select[disabled], body textarea[disabled] {
    cursor: default;
    background-color: #f4f4f4;
    border-color: #f4f4f4
}

body textarea {
    overflow: auto;
    -webkit-appearance: none;
    appearance: none
}

body p {
    margin: 0 0 19.44444px
}

body input[type=email], body input[type=number], body input[type=password], body input[type=search] {
    -webkit-appearance: none;
    appearance: none
}

body ::-webkit-input-placeholder {
    color: #88898b
}

body ::-moz-placeholder {
    color: #88898b
}

body :-ms-input-placeholder {
    color: #88898b
}

body ::-ms-input-placeholder {
    color: #88898b
}

body a {
    color: #88898b
}

body a:focus, body a:hover {
    color: #88898b;
    text-decoration: none;
    outline: 0
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 17.5px;
    line-height: 1.2;
    overflow-wrap: break-word;
    word-wrap: break-word
}

.dropdown-menu {
    font-size: 15px;
    border-radius: 0;
    box-shadow: none;
    border-width: 0
}

input, textarea {
    padding: 5px 15px
}

@media (max-width: 1199px) {
    .row {
        margin-right: 0;
        margin-left: 0
    }
}

#loader-div, #tags-load, #wishlist_remove-load, .wishlist-loading {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    text-align: center;
    background-color: #fff;
    opacity: .7;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

#loader-div i, #tags-load i, #wishlist_remove-load i, .wishlist-loading i {
    color: #ee2c1f;
    margin-top: 50vh
}

#tags-load, .ajax-cart-loading, .loading {
    text-align: center;
    height: 100%
}

#tags-load .fa, .ajax-cart-loading .fa, .loading .fa {
    margin-top: 30%;
    color: #ee2c1f
}

@keyframes movetext1 {
    50% {
        margin-right: 50px
    }
}

@keyframes movetext2 {
    50% {
        margin-right: 50px
    }
}

@keyframes shine {
    50% {
        right: 125%
    }
}

@keyframes round2 {
    0%, 100%, 25% {
        opacity: 1;
        transform: translateX(0)
    }
    50% {
        opacity: 0;
        transform: translateX(50%)
    }
    75% {
        opacity: 0;
        transform: translateX(-50%)
    }
}

@keyframes round3 {
    0%, 75% {
        opacity: 1;
        transform: translateX(0)
    }
    25% {
        opacity: 0;
        transform: translateX(50%)
    }
    50% {
        opacity: 0;
        transform: translateX(-50%)
    }
}

@keyframes menumove {
    from {
        transform: translateX(20px);
        opacity: 0
    }
    fo {
        transform: translateX(0);
        opacity: 1
    }
}

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

.sub-dropdown {
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    height: 35px
}

.navigation-links-left {
    background-color: #fff;
    width: 100%;
    margin: 0;
    padding: 8px 8px 0 5px
}

.navigation-links-left > li {
    list-style: none;
    padding: 4px 0
}

.navigation-links-left > li > a {
    padding-right: 22px;
    position: relative
}

.navigation-links-left > li > a img {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 22px
}

.navigation-links-left > li > a span {
    color: #121212;
    font-size: 15px;
    margin-right: 10px
}

.navigation-links-left > li > a:hover span {
    text-decoration: underline
}

.navigation-links-left > li > a:hover * {
    color: #ee2c1f
}

@media only screen and (max-width: 991px) {
    .navigation-links-left {
        padding-right: 0
    }
}

.navigation-links-left .dropdown-menu {
    position: absolute;
    top: 0;
    right: 100%;
    margin: 0;
    padding: 10px 15px;
    margin-right: 5px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2)
}

.navigation-links-left .dropdown-menu > li {
    padding: 5px 0
}

.navigation-links-left .dropdown-menu > li > a {
    padding: 0;
    background-color: transparent !important;
    color: #121212
}

.navigation-links-left .dropdown-menu > li > a:hover {
    color: #ee2c1f
}

.navigation-links-left .dropdown-menu > .active > a, .navigation-links-left .dropdown-menu > .active > a:focus, .navigation-links-left .dropdown-menu > .active > a:hover {
    color: #ee2c1f
}

.navigation-links-left .leftmenu-container.dropdown-menu {
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 540px !important
}

.navigation-links-left .leftmenu-container.dropdown-menu ul {
    margin: 0
}

.navigation-links-left .leftmenu-container.dropdown-menu ul li {
    list-style: none
}

.navigation-links-left .sub-leftmenu-menu {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 50%
}

.navigation-links-left .sub-leftmenu-menu > li {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px
}

.navigation-links-left .sub-leftmenu-menu > li .leftmenu-links {
    margin-top: 15px;
    margin-bottom: 15px
}

.navigation-links-left .sub-leftmenu-menu ul > li {
    padding: 5px 0
}

.navigation-links-left .sub-leftmenu-menu .list-title {
    color: #121212;
    border-bottom: 1px solid #d2d2d2;
    font-weight: 700;
    padding: 0 0 10px 0;
    margin-bottom: 5px
}

.navigation-links-left .sub-leftmenu-menu a {
    color: #121212
}

.navigation-links-left .sub-leftmenu-menu a:hover {
    color: #ee2c1f
}

.navigation-links-left .sub-dropdown {
    display: block;
    height: 30px;
    position: absolute;
    right: 100%;
    width: 15px;
    top: 0
}

.navigation-links-left .dropdown-menu {
    display: block !important;
    visibility: hidden
}

.navigation-links-left > li:not(:hover):not(:focus) {
    overflow: hidden
}

.navigation-links-left > li:focus > .dropdown-menu, .navigation-links-left > li:hover > .dropdown-menu {
    transition: all .5s ease;
    visibility: visible;
    animation: menumove .3s linear 1
}

.navigation-links-left > li > a {
    display: block
}

.navigation-links-left > li > a .cs-icon {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.search-results {
    border-width: 0;
    width: 100%;
    box-shadow: none;
    padding-right: 30px !important;
    padding-left: 30px !important;
    border-radius: 0 !important;
    border-top-width: 0 !important;
    display: none
}

.search-results .search-title {
    display: block;
    padding: 30px 10px 0 0;
    text-align: right;
    font-size: 16px
}

.search-results .title {
    transition: all .5s ease;
    color: #88898b;
    padding: 0;
    margin-top: 20px;
    width: auto !important;
    white-space: normal !important;
    text-align: center !important
}

.search-results .thumbnail {
    position: relative;
    display: block;
    width: 100% !important;
    height: auto !important;
    border-width: 0;
    margin: 0 !important;
    border-radius: 0
}

.search-results .thumbnail:before {
    transition: all .5s ease;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0)
}

.search-results ._btn {
    font-size: 14px;
    padding: 0 16px;
    font-weight: 700;
    border-width: 1px;
    height: 50px;
    line-height: 48px;
    border-radius: 0;
    margin-top: 30px;
    margin-bottom: 30px;
    display: block;
    max-width: 210px;
    float: none;
    margin-right: auto;
    margin-left: auto
}

.search-results .search-slider {
    padding-right: 0;
    padding-left: 0;
    margin-top: 30px;
    padding-bottom: 30px
}

.search-results .search-slider .owl-prev {
    right: -40px
}

.search-results .search-slider .owl-next {
    left: -40px
}

.search-results .search-slider .slider-item {
    padding-right: 10px;
    padding-left: 10px
}

.search-results .search-slider .slider-item::after {
    content: '';
    display: table;
    clear: both
}

.search-results .search-slider .slider-item > a {
    display: block
}

.search-results .search-slider .slider-item:hover .thumbnail:before {
    background-color: rgba(0, 0, 0, .5)
}

.search-results .search-slider .slider-item:hover .title {
    color: #ee2c1f
}

@media only screen and (max-width: 425px) {
    .search-results ._btn {
        font-size: 12px;
        border-width: 1px;
        height: 40px;
        line-height: 38px;
        padding: 0 16px;
        font-weight: 700;
        margin-top: 15px
    }

    .search-results .search-title, .search-results .title {
        font-size: 12px
    }

    .search-results .search-title {
        padding: 20px 0
    }

    .search-results .title {
        margin-top: 18px
    }

    .search-results .search-slider {
        margin-top: 20px;
        padding-bottom: 20px
    }
}

.m_map {
    width: 100%;
    min-height: 570px;
    float: right;
    overflow: hidden
}

.m_map > div {
    right: 0 !important;
    left: 0;
    top: 0 !important;
    bottom: 0;
    width: auto !important;
    height: auto !important;
    overflow: hidden
}

@media (max-width: 1199px) {
    .m_map {
        min-height: 350px
    }
}

@media (max-width: 767px) {
    .m_map {
        min-height: 180px
    }
}

.m_search .cs-icon {
    color: #333;
    font-weight: 500;
    font-size: 30px
}

.m_search > .search-dropdown {
    font-size: 0;
    display: inline-block;
    zoom: 1;
    position: relative
}

.m_search .m_dropdown-search {
    right: 0;
    left: 0;
    border-width: 0;
    padding: 25px 40px
}

.m_search .m_dropdown-search form.search {
    position: relative;
    height: 50px;
    padding-left: 60px;
    border-radius: 3px;
    border: 1px solid #e3e5e7;
    background-color: #e8e8e8
}

.m_search .m_dropdown-search form.search .search_box {
    padding: 0 20px;
    width: 100%;
    height: 100%;
    color: #88898b;
    border-width: 0;
    line-height: 48px;
    background-color: transparent;
    font-size: 16px
}

.m_search .m_dropdown-search form.search .search-submit {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    margin-top: -1px;
    margin-bottom: -1px;
    width: 50px;
    background-color: #343434;
    border-color: #343434;
    border-radius: 3px 0 0 3px
}

.m_search .m_dropdown-search form.search .search-submit:focus {
    outline: 0
}

.m_search .m_dropdown-search form.search .search-submit * {
    font-size: 26px;
    color: #fff;
    line-height: 48px
}

.m_search .m_dropdown-search form.search .search-clear {
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 75px;
    margin-top: -8px;
    color: #88898b;
    font-size: 14px;
    font-weight: 700
}

.m_search .m_dropdown-search ::-webkit-input-placeholder {
    color: #88898b;
    font-size: 16px;
    font-weight: 500
}

.m_search .m_dropdown-search ::-moz-placeholder {
    color: #88898b;
    font-size: 16px;
    font-weight: 500
}

.m_search .m_dropdown-search :-ms-input-placeholder {
    color: #88898b;
    font-size: 16px;
    font-weight: 500
}

.m_search .m_dropdown-search ::-ms-input-placeholder {
    color: #88898b;
    font-size: 16px;
    font-weight: 500
}

.m_search .m_dropdown-search ::-webkit-input-placeholder {
    color: #1a1a1a
}

.m_search .m_dropdown-search ::-moz-placeholder {
    color: #1a1a1a
}

.m_search .m_dropdown-search :-ms-input-placeholder {
    color: #1a1a1a
}

.m_search .m_dropdown-search ::-ms-input-placeholder {
    color: #1a1a1a
}

@media only screen and (max-height: 425px) {
    .m_search .m_dropdown-search {
        max-height: 80vh;
        overflow-y: auto;
        overflow-x: hidden
    }
}

@media only screen and (max-width: 425px) {
    .m_search .m_dropdown-search {
        padding: 15px 20px
    }

    .m_search .m_dropdown-search ::-webkit-input-placeholder {
        font-size: 12px !important
    }

    .m_search .m_dropdown-search ::-moz-placeholder {
        font-size: 12px !important
    }

    .m_search .m_dropdown-search :-ms-input-placeholder {
        font-size: 12px !important
    }

    .m_search .m_dropdown-search ::-ms-input-placeholder {
        font-size: 12px !important
    }

    .m_search .m_dropdown-search form.search {
        height: 30px !important;
        padding-left: 40px !important
    }

    .m_search .m_dropdown-search form.search .search_box {
        font-size: 12px !important;
        padding: 0 15px !important;
        line-height: 28px !important
    }

    .m_search .m_dropdown-search form.search .search-submit {
        width: 30px !important
    }

    .m_search .m_dropdown-search form.search .search-submit * {
        font-size: 12px !important;
        line-height: 28px !important
    }

    .m_search .m_dropdown-search form.search .search-clear {
        left: 45px !important;
        margin-top: -5px !important;
        font-size: 10px !important;
        font-weight: 600 !important
    }
}

.m_search .search-results {
    width: 100%
}

@media only screen and (max-width: 991px) {
    .m_search {
        position: static !important
    }

    .m_search .m_dropdown-search {
        right: 0;
        margin-top: 0;
        box-shadow: inset 1px 1px 5px 0 rgba(0, 0, 0, .1);
        padding-right: 20px;
        padding-left: 20px
    }

    .m_search .m_dropdown-search form.search {
        position: relative;
        height: 50px;
        padding-left: 60px;
        border-radius: 3px;
        border: 1px solid #e3e5e7;
        background-color: #e8e8e8
    }

    .m_search .m_dropdown-search form.search .search_box {
        padding: 0 20px;
        width: 100%;
        height: 100%;
        color: #88898b;
        border-width: 0;
        line-height: 48px;
        background-color: transparent;
        font-size: 16px
    }

    .m_search .m_dropdown-search form.search .search-submit {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        padding: 0;
        margin-top: -1px;
        margin-bottom: -1px;
        width: 50px;
        background-color: #343434;
        border-color: #343434;
        border-radius: 3px 0 0 3px
    }

    .m_search .m_dropdown-search form.search .search-submit:focus {
        outline: 0
    }

    .m_search .m_dropdown-search form.search .search-submit * {
        font-size: 26px;
        color: #fff;
        line-height: 48px
    }

    .m_search .m_dropdown-search form.search .search-clear {
        font-size: 14px;
        position: absolute;
        top: 50%;
        left: 75px;
        margin-top: -8px;
        color: #88898b;
        font-size: 14px;
        font-weight: 700
    }

    .m_search .m_dropdown-search ::-webkit-input-placeholder {
        color: #88898b;
        font-size: 16px;
        font-weight: 500
    }

    .m_search .m_dropdown-search ::-moz-placeholder {
        color: #88898b;
        font-size: 16px;
        font-weight: 500
    }

    .m_search .m_dropdown-search :-ms-input-placeholder {
        color: #88898b;
        font-size: 16px;
        font-weight: 500
    }

    .m_search .m_dropdown-search ::-ms-input-placeholder {
        color: #88898b;
        font-size: 16px;
        font-weight: 500
    }
}

@media only screen and (min-width: 426px) {
    .m_search:hover .cs-icon {
        color: #ee2c1f
    }
}

#lightbox-search {
    padding-left: 0 !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

#lightbox-search:not(.in) {
    z-index: -1
}

#lightbox-search .modal-dialog {
    margin: auto;
    width: 100%;
    max-width: 980px
}

#lightbox-search .modal-dialog .modal-content {
    margin: 0 auto;
    border-width: 0;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    text-align: center
}

#lightbox-search .modal-dialog .modal-content > div {
    width: 100%;
    margin: 0 auto
}

#lightbox-search .modal-dialog .modal-content .modal-header {
    margin-bottom: 13px;
    border-width: 0
}

#lightbox-search .modal-dialog .modal-content .modal-header .modal-title {
    display: none
}

#lightbox-search .modal-dialog .modal-content .modal-header .close {
    opacity: 1;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    text-shadow: none;
    float: none
}

#lightbox-search .modal-dialog .modal-content .modal-header .close .cs-icon {
    font-size: 35px;
    color: #fff;
    font-weight: 400;
    padding: 0;
    border-radius: 50%;
    border: 3px solid #fff;
    width: 72px;
    height: 72px;
    line-height: 66px;
    display: inline-block;
    zoom: 1
}

#lightbox-search .modal-dialog .modal-content .modal-header .close:focus {
    outline: 0
}

#lightbox-search .modal-dialog .modal-content .modal-body {
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    padding: 30px
}

@media only screen and (max-width: 767px) {
    #lightbox-search .modal-header {
        padding: 0;
        margin-top: 13px
    }

    #lightbox-search .modal-content .modal-header .close .cs-icon {
        font-size: 12px !important;
        border-width: 2px !important;
        width: 32px !important;
        height: 32px !important;
        line-height: 28px !important
    }
}

#lightbox-search form.search {
    position: relative;
    height: 50px;
    padding-left: 60px;
    border-radius: 3px;
    border: 1px solid #e3e5e7;
    background-color: #e8e8e8
}

#lightbox-search form.search .search_box {
    padding: 0 20px;
    width: 100%;
    height: 100%;
    color: #88898b;
    border-width: 0;
    line-height: 48px;
    background-color: transparent;
    font-size: 16px
}

#lightbox-search form.search .search-submit {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    margin-top: -1px;
    margin-bottom: -1px;
    width: 50px;
    background-color: #343434;
    border-color: #343434;
    border-radius: 3px 0 0 3px
}

#lightbox-search form.search .search-submit:focus {
    outline: 0
}

#lightbox-search form.search .search-submit * {
    font-size: 26px;
    color: #fff;
    line-height: 48px
}

#lightbox-search form.search .search-clear {
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 75px;
    margin-top: -8px;
    color: #88898b;
    font-size: 14px;
    font-weight: 700
}

#lightbox-search ::-webkit-input-placeholder {
    color: #88898b;
    font-size: 16px;
    font-weight: 500
}

#lightbox-search ::-moz-placeholder {
    color: #88898b;
    font-size: 16px;
    font-weight: 500
}

#lightbox-search :-ms-input-placeholder {
    color: #88898b;
    font-size: 16px;
    font-weight: 500
}

#lightbox-search ::-ms-input-placeholder {
    color: #88898b;
    font-size: 16px;
    font-weight: 500
}

#lightbox .modal-dialog {
    margin: 150px auto
}

#lightbox .modal-body {
    padding: 10px
}

#lightbox .modal-content {
    display: inline-block;
    text-align: center
}

#lightbox .close {
    opacity: 1;
    padding: 2.5px 8px;
    border-radius: 0;
    color: #fff;
    background-color: #191919;
    border: 2px solid #fff;
    position: absolute;
    top: -13px;
    left: -38px;
    z-index: 1032
}

#lightbox .close:focus {
    outline: 0
}

#lightbox .close:hover {
    color: #191919;
    background-color: #fff
}

.nav-tabs {
    border-bottom: none;
    margin: 0;
    margin-bottom: 40px
}

.nav-tabs li {
    list-style: none
}

.nav-tabs > li {
    margin-left: 50px
}

.nav-tabs > li:last-child {
    margin-left: 0
}

.nav-tabs > li > a {
    font-size: 15px;
    color: #88898b;
    text-transform: uppercase;
    border-width: 0;
    font-weight: 800;
    padding: 0;
    margin: 0
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
    color: #121212;
    background-color: transparent;
    border-width: 0
}

.spr-badge-starrating .spr-icon, .spr-starrating .spr-icon, .spr-starratings .spr-icon {
    color: #f5cc26;
    font-size: 10px !important;
    margin: 0 1px
}

.spr-badge-starrating .spr-icon.spr-icon-star-empty, .spr-starrating .spr-icon.spr-icon-star-empty, .spr-starratings .spr-icon.spr-icon-star-empty {
    opacity: 1
}

.product {
    margin-bottom: 35px;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    border-style: solid;
    border-width: 0;
    border-color: #e3e5e7;
    text-align: center;
    background-color: #fff
}

.product .rating-star {
    margin-bottom: 15px
}

.product .rating-star .spr-badge-starrating {
    margin: 0
}

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

.product .product-price {
    background-color: transparent
}

.product .product-price .price, .product .product-price .price_compare, .product .product-price .price_sale {
    font-family: Roboto Condensed
}

.product .product-price .price, .product .product-price .price_sale {
    color: #212121;
    font-size: 16px;
    font-weight: 800
}

.product .product-price .price_compare {
    color: #696969;
    margin-right: 5px;
    font-size: 15px;
    font-weight: 500;
    vertical-align: top
}

.product .product-title {
    margin-bottom: 15px;
    margin-top: 7.5px
}

.product .product-title a {
    display: inline-block;
    zoom: 1;
    transition: all .5s ease;
    line-height: 1.5em;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 15px;
    color: #161616;
    font-family: ArbFONTS;
    font-weight: bold;
    /*font-size: large;*/
    /*font-family: Roboto Condensed*/
}


a, li, span,select {
    font-family: ArbFONTS !important;
    font-weight: bold;
    /*font-size: large;*/
}

.product .product-title a:focus, .product .product-title a:hover {
    color: #ee2c1f
}

.product .product-wishlist {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 20px;
    height: 20px;
    text-align: center
}

.product .product-wishlist a {
    line-height: 20px;
    display: block;
    cursor: pointer
}

.product .product-wishlist a .cs-icon {
    font-size: 0
}

.product .product-wishlist a .cs-icon:before {
    font-size: 20px;
    color: #88898b
}

.product .product-wishlist a.wishlist-added .cs-icon:before, .product .product-wishlist a:focus .cs-icon:before, .product .product-wishlist a:hover .cs-icon:before {
    color: #ee2c1f
}

@media only screen and (max-width: 540px) {
    .product .product-wishlist {
        left: 10px;
        top: 10px
    }
}

@media only screen and (max-width: 425px) {
    .product .product-wishlist {
        left: 5px;
        top: 5px
    }

    .product .product-wishlist a .cs-icon:before {
        font-size: 16px
    }
}

.product .hover-mask {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: auto;
    right: 0;
    left: 0;
    bottom: 30px;
    text-align: center
}

@media only screen and (max-width: 425px) {
    .product .hover-mask {
        bottom: 15px
    }
}

.product .row-right {
    transition: all .5s ease;
    text-align: center;
    padding-top: 30px
}

.product .row-left {
    overflow: hidden;
    font-size: 0;
    position: relative;
    text-align: center
}

.product .row-left > a {
    display: inline-block;
    zoom: 1;
    font-size: 0;
    text-align: center;
    position: relative
}

.product .row-left > a img.rotation {
    position: absolute;
    top: 0;
    right: 0
}

.product .quickview-wishlist-wrapper {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto !important;
    list-style: none;
    text-align: center
}

.product .quickview-wishlist-wrapper li {
    list-style: none;
    margin-right: 10px
}

.product .compare a, .product .effect-ajax-cart ._btn, .product .quickview a {
    border-style: solid;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-right: 16px;
    padding-left: 16px;
    transition: all .5s ease;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    zoom: 1;
    font-smooth: always;
    -ms-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    border-color: #ee2c1f;
    background-color: #ee2c1f;
    border-width: 1px;
    height: 40px;
    line-height: 38px;
    width: 40px;
    font-weight: 500;
    padding: 0;
    border-radius: 50%;
    margin-top: -20px;
    cursor: pointer
}

.product .compare a[disabled], .product .effect-ajax-cart ._btn[disabled], .product .quickview a[disabled] {
    cursor: default;
    opacity: .5;
    color: #fff;
    border-color: #ee2c1f;
    background-color: #ee2c1f
}

.product .compare a[disabled] *, .product .effect-ajax-cart ._btn[disabled] *, .product .quickview a[disabled] * {
    color: currentcolor
}

.product .compare a.active, .product .compare a:active, .product .effect-ajax-cart ._btn.active, .product .effect-ajax-cart ._btn:active, .product .quickview a.active, .product .quickview a:active {
    box-shadow: none
}

.product .compare a:focus, .product .effect-ajax-cart ._btn:focus, .product .quickview a:focus {
    outline: 0 !important;
    box-shadow: none !important
}

.product .compare a .fa, .product .compare a .lnr, .product .compare a span, .product .effect-ajax-cart ._btn .fa, .product .effect-ajax-cart ._btn .lnr, .product .effect-ajax-cart ._btn span, .product .quickview a .fa, .product .quickview a .lnr, .product .quickview a span {
    color: currentColor
}

.product .compare a svg, .product .effect-ajax-cart ._btn svg, .product .quickview a svg {
    fill: currentColor
}

.product .compare a *, .product .effect-ajax-cart ._btn *, .product .quickview a * {
    color: currentcolor
}

.product .compare a .cs-icon, .product .effect-ajax-cart ._btn .cs-icon, .product .quickview a .cs-icon {
    line-height: 38px;
    font-size: 20px
}

@media only screen and (max-width: 425px) {
    .product .compare a, .product .effect-ajax-cart ._btn, .product .quickview a {
        border-width: 1px;
        height: 30px;
        line-height: 28px;
        width: 30px
    }

    .product .compare a .cs-icon, .product .effect-ajax-cart ._btn .cs-icon, .product .quickview a .cs-icon {
        line-height: 28px;
        font-size: 18px
    }
}

.product .effect-ajax-cart ._btn {
    color: #fff;
    border-color: #ee2c1f;
    background-color: #ee2c1f
}

.product .effect-ajax-cart ._btn * {
    color: currentcolor
}

.product .compare a.compare-added, .product .compare a.compare-added:focus, .product .compare a.compare-added:hover, .product .compare a:focus, .product .compare a:hover, .product .effect-ajax-cart ._btn:focus, .product .effect-ajax-cart ._btn:hover, .product .quickview a:focus, .product .quickview a:hover {
    color: #ee2c1f;
    border-color: #ee2c1f;
    background-color: #fff
}

.product .compare a.compare-added *, .product .compare a.compare-added:focus *, .product .compare a.compare-added:hover *, .product .compare a:focus *, .product .compare a:hover *, .product .effect-ajax-cart ._btn:focus *, .product .effect-ajax-cart ._btn:hover *, .product .quickview a:focus *, .product .quickview a:hover * {
    color: currentcolor
}

@media only screen and (min-width: 768px) {
    .product .compare, .product .effect-ajax-cart, .product .quickview, .product .row-left > a img.rotation {
        opacity: 0;
        transition: all .5s ease
    }

    .product .effect-ajax-cart {
        transform: translateY(5px)
    }

    .product .quickview {
        transform: translateY(-5px)
    }

    .product .compare {
        transform: translateY(-10px)
    }

    .product .product-wishlist {
        transform: translate(0, 0);
        transition: all .5s ease
    }

    .product:focus .row-left > a img.rotation, .product:hover .row-left > a img.rotation {
        transition-duration: 1s;
        opacity: 1
    }

    .product:focus .compare, .product:focus .effect-ajax-cart, .product:focus .quickview, .product:hover .compare, .product:hover .effect-ajax-cart, .product:hover .quickview {
        transform: translateX(0);
        transform: translateY(0);
        opacity: 1
    }

    .product:focus .product-wishlist, .product:hover .product-wishlist {
        transform: translate(5px, 5px)
    }
}

@media only screen and (max-width: 767px) {
    .product .row-left > a img:nth-child(2) {
        display: none
    }
}

.home_product .compare a, .home_product .effect-ajax-cart ._btn, .home_product .quickview a {
    margin-top: 0;
    background-color: transparent;
    border-width: 0;
    width: auto;
    height: auto;
    color: #121212;
    line-height: 1em
}

.home_product .compare a .cs-icon, .home_product .effect-ajax-cart ._btn .cs-icon, .home_product .quickview a .cs-icon {
    line-height: 1em
}

.home_product .compare a.compare-added, .home_product .compare a:focus, .home_product .compare a:hover, .home_product .effect-ajax-cart ._btn.compare-added, .home_product .effect-ajax-cart ._btn:focus, .home_product .effect-ajax-cart ._btn:hover, .home_product .quickview a.compare-added, .home_product .quickview a:focus, .home_product .quickview a:hover {
    color: #ee2c1f
}

.home_product .hover-mask {
    margin-top: 0;
    position: static;
    -ms-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.home_product .quickview-wishlist-wrapper > li {
    padding-bottom: 0 !important
}

.errors ul {
    margin: 0
}

.errors ul li {
    list-style: none
}

._alert, body .address-layout .address-content .address-new .errors, body .address-layout .address-content .address-tables .address-items .errors, body .compare-model .modal-body .modal-note, body .popup-pro-wrapper .ajax-cart-note, body .wishlist-model .modal-body .modal-note {
    width: 100%;
    margin-bottom: 30px;
    max-width: 570px;
    font-size: 15px;
    background-size: auto;
    background-position: 12px center;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 1px;
    position: relative;
    line-height: 1em;
    padding: 16px 126px 16px 33px
}

._alert ul, body .address-layout .address-content .address-new .errors ul, body .address-layout .address-content .address-tables .address-items .errors ul, body .compare-model .modal-body .modal-note ul, body .popup-pro-wrapper .ajax-cart-note ul, body .wishlist-model .modal-body .modal-note ul {
    margin: 0
}

._alert ul li, body .address-layout .address-content .address-new .errors ul li, body .address-layout .address-content .address-tables .address-items .errors ul li, body .compare-model .modal-body .modal-note ul li, body .popup-pro-wrapper .ajax-cart-note ul li, body .wishlist-model .modal-body .modal-note ul li {
    list-style: none
}

._alert .close, body .address-layout .address-content .address-new .errors .close, body .address-layout .address-content .address-tables .address-items .errors .close, body .compare-model .modal-body .modal-note .close, body .popup-pro-wrapper .ajax-cart-note .close, body .wishlist-model .modal-body .modal-note .close {
    position: absolute;
    top: 50%;
    left: 17px;
    font-size: 16px;
    margin-top: -8px;
    font-weight: 700;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    text-shadow: none;
    opacity: 1
}

._alert .close:hover, body .address-layout .address-content .address-new .errors .close:hover, body .address-layout .address-content .address-tables .address-items .errors .close:hover, body .compare-model .modal-body .modal-note .close:hover, body .popup-pro-wrapper .ajax-cart-note .close:hover, body .wishlist-model .modal-body .modal-note .close:hover {
    opacity: .7
}

._alert.alert_success, body .address-layout .address-content .address-new .alert_success.errors, body .address-layout .address-content .address-tables .address-items .alert_success.errors, body .compare-model .modal-body .alert_success.modal-note, body .popup-pro-wrapper .alert_success.ajax-cart-note, body .wishlist-model .modal-body .alert_success.modal-note {
    color: #42859a;
    border-color: #59bad9;
    background-color: #8ed7ee;
    background-image: url(//cdn.shopify.com/s/files/1/0004/7313/7217/t/6/assets/bg_alert_success_icon.png?v=1823356697397933932)
}

._alert.alert_success *, body .address-layout .address-content .address-new .alert_success.errors *, body .address-layout .address-content .address-tables .address-items .alert_success.errors *, body .compare-model .modal-body .alert_success.modal-note *, body .popup-pro-wrapper .alert_success.ajax-cart-note *, body .wishlist-model .modal-body .alert_success.modal-note * {
    color: currentcolor
}

._alert.alert_cross, body .address-layout .address-content .address-new .alert_cross.errors, body .address-layout .address-content .address-tables .address-items .alert_cross.errors, body .compare-model .modal-body .alert_cross.modal-note, body .popup-pro-wrapper .alert_cross.ajax-cart-note, body .wishlist-model .modal-body .alert_cross.modal-note {
    color: #cd953d;
    border-color: #e8a945;
    background-color: #faf0b5;
    background-image: url(//cdn.shopify.com/s/files/1/0004/7313/7217/t/6/assets/bg_alert_notice_icon.png?v=10703693583993066805)
}

._alert.alert_cross *, body .address-layout .address-content .address-new .alert_cross.errors *, body .address-layout .address-content .address-tables .address-items .alert_cross.errors *, body .compare-model .modal-body .alert_cross.modal-note *, body .popup-pro-wrapper .alert_cross.ajax-cart-note *, body .wishlist-model .modal-body .alert_cross.modal-note * {
    color: currentcolor
}

._alert.alert_fail, body .address-layout .address-content .address-new .errors, body .address-layout .address-content .address-tables .address-items .errors, body .compare-model .modal-body .alert_fail.modal-note, body .popup-pro-wrapper .alert_fail.ajax-cart-note, body .wishlist-model .modal-body .alert_fail.modal-note {
    color: #bf5001;
    border-color: #d95d05;
    background-color: #ffa06a;
    background-image: url(//cdn.shopify.com/s/files/1/0004/7313/7217/t/6/assets/bg_alert_failure_icon.png?v=7898522033410447221)
}

._alert.alert_fail *, body .address-layout .address-content .address-new .errors *, body .address-layout .address-content .address-tables .address-items .errors *, body .compare-model .modal-body .alert_fail.modal-note *, body .popup-pro-wrapper .alert_fail.ajax-cart-note *, body .wishlist-model .modal-body .alert_fail.modal-note * {
    color: currentcolor
}

._alert.aler_addtocart, body .address-layout .address-content .address-new .aler_addtocart.errors, body .address-layout .address-content .address-new .compare-model .modal-body .errors.modal-note, body .address-layout .address-content .address-new .popup-pro-wrapper .errors.ajax-cart-note, body .address-layout .address-content .address-new .wishlist-model .modal-body .errors.modal-note, body .address-layout .address-content .address-tables .address-items .aler_addtocart.errors, body .address-layout .address-content .address-tables .address-items .compare-model .modal-body .errors.modal-note, body .address-layout .address-content .address-tables .address-items .popup-pro-wrapper .errors.ajax-cart-note, body .address-layout .address-content .address-tables .address-items .wishlist-model .modal-body .errors.modal-note, body .compare-model .modal-body .address-layout .address-content .address-new .errors.modal-note, body .compare-model .modal-body .address-layout .address-content .address-tables .address-items .errors.modal-note, body .compare-model .modal-body .modal-note, body .popup-pro-wrapper .address-layout .address-content .address-new .errors.ajax-cart-note, body .popup-pro-wrapper .address-layout .address-content .address-tables .address-items .errors.ajax-cart-note, body .popup-pro-wrapper .ajax-cart-note, body .wishlist-model .modal-body .address-layout .address-content .address-new .errors.modal-note, body .wishlist-model .modal-body .address-layout .address-content .address-tables .address-items .errors.modal-note, body .wishlist-model .modal-body .modal-note {
    color: #fff;
    border-color: #46c6f5;
    background-color: #46c6f5;
    background-image: url(//cdn.shopify.com/s/files/1/0004/7313/7217/t/6/assets/bg_addtocart_icon.png?v=2158314898723209709);
    text-transform: uppercase;
    border-width: 0
}

._alert.aler_addtocart *, body .address-layout .address-content .address-new .aler_addtocart.errors *, body .address-layout .address-content .address-new .compare-model .modal-body .errors.modal-note *, body .address-layout .address-content .address-new .popup-pro-wrapper .errors.ajax-cart-note *, body .address-layout .address-content .address-new .wishlist-model .modal-body .errors.modal-note *, body .address-layout .address-content .address-tables .address-items .aler_addtocart.errors *, body .address-layout .address-content .address-tables .address-items .compare-model .modal-body .errors.modal-note *, body .address-layout .address-content .address-tables .address-items .popup-pro-wrapper .errors.ajax-cart-note *, body .address-layout .address-content .address-tables .address-items .wishlist-model .modal-body .errors.modal-note *, body .compare-model .modal-body .address-layout .address-content .address-new .errors.modal-note *, body .compare-model .modal-body .address-layout .address-content .address-tables .address-items .errors.modal-note *, body .compare-model .modal-body .modal-note *, body .popup-pro-wrapper .address-layout .address-content .address-new .errors.ajax-cart-note *, body .popup-pro-wrapper .address-layout .address-content .address-tables .address-items .errors.ajax-cart-note *, body .popup-pro-wrapper .ajax-cart-note *, body .wishlist-model .modal-body .address-layout .address-content .address-new .errors.modal-note *, body .wishlist-model .modal-body .address-layout .address-content .address-tables .address-items .errors.modal-note *, body .wishlist-model .modal-body .modal-note * {
    color: currentcolor
}

@media only screen and (max-width: 767px) {
    ._alert, body .address-layout .address-content .address-new .errors, body .address-layout .address-content .address-tables .address-items .errors, body .compare-model .modal-body .modal-note, body .popup-pro-wrapper .ajax-cart-note, body .wishlist-model .modal-body .modal-note {
        background-position: 5px center;
        font-size: 12px;
        background-size: 60px;
        padding-right: 70px;
        padding-top: 10px;
        padding-bottom: 10px
    }
}

.pagination_group {
    padding-right: 0;
    padding-left: 0;
    margin: -5px auto 0;
    width: 100%
}

.pagination_group .pagination {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0px
}

.pagination_group .pagination li {
    display: block;
    margin-right: 5px;
    margin-left: 5px
}

.pagination_group .pagination li:last-child {
    margin-left: 0
}

.pagination_group .pagination li:first-child {
    margin-right: 0 !important
}

.pagination_group .pagination li a {
    border-style: solid;
    border-width: 1px;
    border-color: #efefef;
    background-color: #fff;
    color: #3a3a3a;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 0 10px 0 10px
}

.pagination_group .pagination li.next, .pagination_group .pagination li.prev {
    position: relative
}

.pagination_group .pagination li.next a, .pagination_group .pagination li.prev a {
    border-radius: 0 !important;
    padding-right: 7px;
    padding-left: 7px
}

.pagination_group .pagination li.next a .cs-icon, .pagination_group .pagination li.prev a .cs-icon {
    z-index: 1;
    color: #3a3a3a
}

.pagination_group .pagination li.next a.disabled, .pagination_group .pagination li.prev a.disabled {
    opacity: .5;
    cursor: default;
    color: #f76b6a
}

.pagination_group .pagination li.next a.disabled .cs-icon, .pagination_group .pagination li.prev a.disabled .cs-icon {
    color: #f76b6a
}

.pagination_group .pagination li.next:focus a, .pagination_group .pagination li.next:hover a, .pagination_group .pagination li.prev:focus a, .pagination_group .pagination li.prev:hover a {
    color: #f76b6a
}

.pagination_group .pagination li.next:focus a .cs-icon, .pagination_group .pagination li.next:hover a .cs-icon, .pagination_group .pagination li.prev:focus a .cs-icon, .pagination_group .pagination li.prev:hover a .cs-icon {
    color: #f76b6a
}

.pagination_group .pagination li:not(.prev):not(.next):focus a, .pagination_group .pagination li:not(.prev):not(.next):hover a {
    background-color: #f76b6a;
    color: #fff;
    border-color: #f76b6a
}

.pagination_group .pagination li.active a {
    background-color: #f76b6a;
    color: #fff;
    border-color: #f76b6a
}

.pagination_group .pagination li.active a .cs-icon {
    color: #fff
}

.pagination_group .pagination > .active > a, .pagination_group .pagination > .active > a:focus, .pagination_group .pagination > .active > a:hover, .pagination_group .pagination > .active > span, .pagination_group .pagination > .active > span:focus, .pagination_group .pagination > .active > span:hover {
    border-color: #efefef
}

body .sub-dropdown {
    height: 30px
}

body header {
    color: #333;
    background-color: #fff;
    position: relative;
    z-index: 42;
    width: 100%;
    box-shadow: -1px 1px 1px -1px #ccc8cc
}

body header::after {
    content: '';
    display: table;
    clear: both
}

body header ul {
    margin: 0
}

body header ul li {
    list-style: none
}

body .heading-content {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

body .heading-content .page-title {
    color: #121212;
    font-size: 80px;
    font-weight: 500
}

body .heading-content .page-title * {
    color: #121212
}

body .heading-content .breadcrumb {
    margin-bottom: 0;
    padding: 15px 0;
    background-color: transparent;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 15px;
    font-family: Roboto Condensed
}

body .heading-content .breadcrumb * {
    color: #ee2c1f
}

body .heading-content .breadcrumb .arrow-space {
    width: 30px;
    padding: 0;
    position: relative
}

body .heading-content .breadcrumb .arrow-space:before {
    position: absolute;
    top: 0;
    right: 0;
    content: ">";
    font-size: 15px;
    width: 100%;
    text-align: center;
    color: #121212
}

body .heading-content .breadcrumb > span {
    font-weight: 500;
    text-transform: capitalize
}

body .heading-content .breadcrumb > span:focus *, body .heading-content .breadcrumb > span:hover *, body .heading-content .breadcrumb > span:last-child * {
    color: #121212 !important
}

body .heading-content .breadcrumb strong {
    color: #121212;
    text-transform: capitalize;
    font-weight: 500
}

@media only screen and (max-width: 991px) {
    body .heading-content.heading-product .breadcrumb {
        display: none !important
    }
}

body .top-header {
    border-bottom: 1px solid #e7e8eb
}

body .top-header * {
    color: #393939
}

body .top-header a:hover {
    color: #ee2c1f
}

body .top-header ul.top-menu {
    text-align: left
}

body .top-header ul.top-menu > li {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 10px;
    padding-left: 10px;
    border-left: 1px solid #e7e8eb;
    display: inline-block;
    zoom: 1
}

body .top-header ul.top-menu > li > span {
    display: inline-block;
    zoom: 1
}

body .top-header ul.top-menu > li:last-child {
    padding-left: 0;
    border-left: 0
}

body .top-header ul.top-menu > li.login-account {
    padding-left: 0;
    position: relative
}

body .top-header ul.top-menu > li.log-out, body .top-header ul.top-menu > li.login-account {
    border-width: 0;
    padding-right: 0
}

body .top-header ul.top-menu > li.log-out a, body .top-header ul.top-menu > li.login-account a {
    color: #ee2c1f
}

body .top-header ul.top-menu #loginBox {
    padding: 20px;
    border: 1px solid #e7e8eb;
    min-width: 250px;
    margin: 0;
    margin-top: 1px
}

body .top-header ul.top-menu #loginBox #bodyBox ul > li {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%
}

body .float-right-icon .top-header ul.top-menu #loginBox #bodyBox #scroll-to-top, body .top-header ul.top-menu #loginBox #bodyBox .btn, body .top-header ul.top-menu #loginBox #bodyBox .float-right-icon #scroll-to-top {
    margin: 0 auto;
    float: none;
    display: block;
    padding-right: 30px;
    padding-left: 30px;
    transition: all .5s ease
}

body .float-right-icon .top-header ul.top-menu #loginBox #bodyBox #scroll-to-top:focus, body .top-header ul.top-menu #loginBox #bodyBox .btn:focus, body .top-header ul.top-menu #loginBox #bodyBox .float-right-icon #scroll-to-top:focus {
    outline: 0;
    box-shadow: none
}

body .float-right-icon .top-header ul.top-menu #loginBox #bodyBox #scroll-to-top:hover, body .top-header ul.top-menu #loginBox #bodyBox .btn:hover, body .top-header ul.top-menu #loginBox #bodyBox .float-right-icon #scroll-to-top:hover {
    background-color: #ee2c1f;
    color: #fff
}

body .top-header .currency_group {
    position: relative
}

body .top-header .currency_group ul.currencies {
    min-width: 90px;
    text-align: center;
    font-size: 13px;
    border-radius: 0;
    right: auto;
    left: 0;
    margin-top: 5px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15)
}

body .top-header .currency_group ul.currencies > li {
    display: block;
    margin: 0 !important
}

body .top-header .currency_group ul.currencies > li a {
    font-size: 14px;
    color: #88898b;
    font-weight: 500;
    transition: all .5s ease
}

body .top-header .currency_group ul.currencies > li.active a, body .top-header .currency_group ul.currencies > li:focus a, body .top-header .currency_group ul.currencies > li:hover a {
    color: #ee2c1f;
    background-color: transparent
}

@media only screen and (max-width: 767px) {
    body .top-header .currency_code.visible-xs {
        display: inline-block !important;
        zoom: 1
    }

    body .top-header ul.top-menu {
        padding: 5px 0
    }

    body .top-header ul.top-menu > li {
        padding: 0 5px;
        margin: 5px 0
    }
}

@media only screen and (max-width: 540px) {
    body .top-header {
        font-size: 12px
    }
}

body .info-header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    visibility: hidden
}

body .info-header .info-header-wrapper {
    position: relative;
    z-index: 22;
    background-color: #fff;
    height: 100vh;
    width: 420px;
    max-width: 100%;
    float: left;
    padding: 60px;
    overflow-y: auto;
    transition: all .5s ease;
    transform: translateX(-100%)
}

body .info-header .info-header-wrapper .close-info {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    text-align: center;
    height: 60px;
    width: 60px;
    line-height: 60px
}

body .info-header .info-header-wrapper .close-info .cs-icon {
    font-size: 20px
}

body .info-header .info-header-wrapper .close-info:focus .cs-icon, body .info-header .info-header-wrapper .close-info:hover .cs-icon {
    color: #ee2c1f
}

@media only screen and (max-width: 540px) {
    body .info-header .info-header-wrapper {
        padding-right: 30px;
        padding-left: 30px
    }

    body .info-header .info-header-wrapper .close-info {
        top: 10px;
        left: 10px
    }
}

body .info-header.active {
    visibility: visible
}

body .info-header.active .info-header-wrapper {
    transform: translateX(0)
}

body .info-header.active:before {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5)
}

body .info-header .header-title {
    font-size: 18px;
    font-weight: 900;
    text-transform: capitalize;
    color: #121212;
    margin-bottom: 15px
}

body .info-header ul.accounts-content {
    margin-bottom: 100px
}

body .info-header ul.accounts-content > li {
    margin-bottom: 25px
}

body .info-header ul.accounts-content > li a {
    text-transform: uppercase;
    font-size: 24px;
    color: #88898b;
    border-style: solid;
    border-width: 0;
    border-bottom-width: 2px;
    border-color: transparent;
    font-weight: 500
}

body .info-header ul.accounts-content > li:focus a, body .info-header ul.accounts-content > li:hover a {
    color: #121212;
    border-color: #121212
}

body .info-header ul.currencies {
    display: none !important;
    text-align: right;
    font-size: 13px;
    border-radius: 0;
    margin-bottom: 100px
}

body .info-header ul.currencies > li {
    display: inline-block;
    zoom: 1;
    margin-left: 30px
}

body .info-header ul.currencies > li a {
    font-size: 14px;
    color: #88898b;
    font-weight: 700;
    transition: all .5s ease
}

body .info-header ul.currencies > li.active a, body .info-header ul.currencies > li:focus a, body .info-header ul.currencies > li:hover a {
    color: #121212
}

body .info-header .info-contact {
    margin-bottom: 65px
}

body .info-header .info-contact address {
    margin-bottom: 0
}

body .info-header .info-contact .contact-content * {
    color: #1a1a1a
}

body .info-header .info-contact .contact-content .item {
    margin-bottom: 10px
}

body .info-header .info-contact .contact-content .item span {
    float: right;
    margin-left: 5px
}

body .info-header .info-social {
    margin-bottom: 50px
}

body .info-header .info-social .social-content {
    padding-top: 10px
}

body .info-header .info-social .social-content > a {
    display: inline-block;
    zoom: 1;
    margin-left: 35px;
    margin-bottom: 10px
}

body .info-header .info-social .social-content > a i {
    color: #88898b;
    font-size: 18px
}

body .info-header .info-social .social-content > a:focus i, body .info-header .info-social .social-content > a:hover i {
    color: #121212
}

body .main-header .main-header-inner {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

body .main-header .nav-group {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 24%
}

body .main-header .nav-logo {
    max-width: 163px
}

body .main-header .nav-logo a {
    display: block
}

body .main-header .nav-icon {
    width: 76%
}

body .nav-icon {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 30px
}

body .nav-icon .cs-icon {
    color: #333;
    font-size: 24px;
    -moz-text-shadow: -1px 0px 0px #fff;
    -webkit-text-shadow: -1px 0px 0px #fff;
    text-shadow: -1px 0 0 #fff
}

body .nav-icon .cs-icon.icon-shopping-cart {
    font-size: 30px
}

body .nav-icon .cs-icon.icon-search {
    font-size: 28px
}

body .nav-icon > div {
    display: inline-block;
    zoom: 1;
    position: relative
}

@media only screen and (min-width: 992px) {
    body .nav-icon > div:not(:first-child) {
        padding-right: 20px
    }
}

body .nav-icon .phone-area .phone-group {
    padding-right: 50px;
    position: relative
}

body .nav-icon .phone-area .phone-group .icon-phone {
    display: inline-block;
    zoom: 1;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

body .nav-icon .phone-area .phone-group .icon-phone .cs-icon:before {
    color: #b2b2b2;
    font-size: 40px
}

body .nav-icon .phone-area .phone-group .phone-caption a {
    color: #ee2c1f;
    font-weight: 700;
    font-size: 16px
}

body .nav-icon .m_search {
    position: relative;
    width: 65%
}

body .nav-icon .m_search .search {
    position: relative;
    padding-left: 220px;
    width: 100%
}

body .nav-icon .m_search .search .collections-selector {
    position: absolute;
    top: 0;
    left: 50px;
    width: 170px;
    height: 100%
}

body .nav-icon .m_search .search .collections-selector * {
    height: 100%;
    width: 100%
}

body .nav-icon .m_search .search .collections-selector select {
    padding-right: 10px;
    padding-left: 10px;
    color: #333;
    -webkit-appearance: none;
    appearance: none;
    border-right-width: 0
}

body .nav-icon .m_search .search .collections-selector:before {
    content: '\e911';
    position: absolute;
    top: 50%;
    left: 10px;
    font-size: 18px;
    font-family: cs-icon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translateY(-50%)
}

body .nav-icon .m_search .search .search_submit {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    border-color: #ee2c1f;
    border-width: 1px;
    border-style: solid;
    background-color: #ee2c1f
}

body .nav-icon .m_search .search .search_submit .cs-icon {
    position: absolute;
    right: 50%;
    top: 50%;
    color: #fff;
    margin-top: 2px;
    transform: translate(50%, -50%);
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    text-shadow: none
}

body .nav-icon .m_search .search .search_box {
    width: 100%;
    color: #333;
    padding: 10px 20px
}

body .nav-icon .m_search .search .search_box::-webkit-input-placeholder {
    color: #333
}

body .nav-icon .m_search .search .search_box::-moz-placeholder {
    color: #333
}

body .nav-icon .m_search .search .search_box:-ms-input-placeholder {
    color: #333
}

body .nav-icon .m_search .search .search_box::-ms-input-placeholder {
    color: #333
}

@media only screen and (max-width: 1199px) {
    body .nav-icon .m_search {
        width: 60%
    }
}

@media only screen and (max-width: 991px) {
    body .nav-icon .m_search {
        width: auto
    }
}

body .m_cart-group .sub-dropdown {
    margin-top: -30px
}

body .m_cart-group .num-items-in-cart {
    position: relative
}

body .m_cart-group .num-items-in-cart .cs-icon:before {
    font-size: 40px
}

body .m_cart-group .cart_text .number {
    position: absolute;
    top: 50%;
    right: 50%;
    font-size: 14px;
    color: #393939;
    transform: translate(50%, -50%);
    margin-top: 5px;
    font-weight: 600
}

body .m_cart-group .cart-info {
    color: #696969;
    border-radius: 0;
    margin: 0;
    margin-top: 0;
    padding: 0;
    left: 0;
    right: auto;
    top: 100%;
    border-width: 0;
    min-width: 0;
    width: 320px;
    max-height: 70vh;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: transparent;
    box-shadow: 0.5px 1px 5px 0 rgba(0, 0, 0, .2)
}

body .m_cart-group .cart-info::-webkit-scrollbar {
    display: none
}

body .m_cart-group .cart-info .cart-content {
    background-color: #fff;
    padding: 0 20px
}

body .m_cart-group .cart-info .cart-content .cart-close .cs-icon {
    position: absolute;
    top: 20px;
    left: 0;
    font-size: 12px !important
}

body .m_cart-group .cart-info .cart-content .cart-close .cs-icon:before {
    color: #ababab;
    font-weight: 700
}

body .m_cart-group .cart-info .cart-content .cart-close .cs-icon:hover:before {
    color: #ee2c1f
}

body .m_cart-group .cart-info .cart-content ._btn {
    border-width: 1px;
    height: 40px;
    line-height: 38px;
    box-shadow: none;
    color: #fff;
    border-color: #ee2c1f;
    background-color: #ee2c1f;
    font-size: 12px;
    border-width: 1px;
    height: 40px;
    line-height: 38px;
    padding: 0 16px;
    font-weight: 700
}

body .m_cart-group .cart-info .cart-content ._btn * {
    color: currentcolor
}

body .m_cart-group .cart-info .cart-content ._btn:hover {
    color: #ee2c1f;
    border-color: #ee2c1f;
    background-color: #fff
}

body .m_cart-group .cart-info .cart-content ._btn:hover * {
    color: currentcolor
}

body .m_cart-group .cart-info .cart-content > .empty {
    padding: 20px;
    line-height: 3em;
    color: #696969
}

body .m_cart-group .cart-info .cart-content > .empty ._btn {
    display: inline-block;
    zoom: 1;
    display: block !important;
    font-style: normal;
    padding-right: 20px;
    padding-left: 20px
}

body .m_cart-group .cart-info .cart-content > .items .group_cart_item {
    padding: 20px 0 20px 20px;
    margin: 0;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start
}

body .m_cart-group .cart-info .cart-content > .items .group_cart_item + .group_cart_item {
    border-top: 1px solid #e3e5e7
}

body .m_cart-group .cart-info .cart-content > .items .cart-left {
    padding-right: 0;
    padding-left: 0;
    width: 28%
}

body .m_cart-group .cart-info .cart-content > .items .cart-left .cart-image {
    display: block
}

body .m_cart-group .cart-info .cart-content > .items .cart-left .cart-image img {
    max-width: 100%
}

body .m_cart-group .cart-info .cart-content > .items .cart-right {
    width: 72%;
    padding-left: 0;
    padding-right: 15px
}

body .m_cart-group .cart-info .cart-content > .items .cart-right .cart-title {
    line-height: 1.5em;
    margin-bottom: 10px
}

body .m_cart-group .cart-info .cart-content > .items .cart-right .cart-title a {
    font-size: 16px;
    text-transform: capitalize;
    color: #696969;
    display: block;
    font-weight: 500
}

@media (min-width: 1200px) {
    body .m_cart-group .cart-info .cart-content > .items .cart-right .cart-title a:hover {
        text-decoration: underline
    }
}

body .m_cart-group .cart-info .cart-content > .items .cart-right .cart-price {
    color: #ababab;
    line-height: 1em;
    margin-bottom: 10px
}

body .m_cart-group .cart-info .cart-content > .items .cart-right .cart-price .money {
    font-size: 14px;
    color: #ababab
}

body .m_cart-group .cart-info .cart-content > .items .cart-right .cart-qty .cs-icon {
    color: #ababab;
    font-size: 15px
}

body .m_cart-group .cart-info .cart-content > .items .cart-right .cart-qty .cs-icon:hover {
    color: #e18694
}

body .m_cart-group .cart-info .cart-content > .items .cart-right .cart-qty .cart-close:hover {
    opacity: .5
}

body .m_cart-group .cart-info .cart-content > .items .cart-right .cart-qty .quantity {
    color: #1a1a1a;
    font-size: 13px
}

body .m_cart-group .cart-info .cart-content > .items .cart-right .cart-qty > a {
    margin-right: 15px
}

body .m_cart-group .cart-info .cart-content > .items .cart-right .cart-qty .wishlist-added .cs-icon {
    color: #e18694
}

body .m_cart-group .cart-info .cart-content .subtotal {
    position: relative;
    padding: 16px 0;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef
}

body .m_cart-group .cart-info .cart-content .subtotal > span {
    font-size: 16px;
    line-height: 1em;
    font-weight: 500;
    color: #696969
}

body .m_cart-group .cart-info .cart-content .subtotal > span.cart-total-right {
    font-weight: 700;
    font-size: 18px;
    float: left;
    color: #696969
}

body .m_cart-group .cart-info .cart-content .action {
    padding: 20px 0;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: auto;
    font-family: Roboto Condensed;
    margin-right: -3%;
    margin-left: -3%
}

body .m_cart-group .cart-info .cart-content .action ._btn {
    color: #fff;
    border-color: #ee2c1f;
    background-color: #ee2c1f;
    font-size: 12px;
    border-width: 1px;
    height: 40px;
    line-height: 38px;
    padding: 0 16px;
    font-weight: 700;
    display: block !important;
    padding-right: 15px;
    padding-left: 15px;
    width: 44%;
    margin: 0 3%;
    font-size: 12px
}

body .m_cart-group .cart-info .cart-content .action ._btn * {
    color: currentcolor
}

body .m_cart-group .cart-info .cart-content .action ._btn:hover {
    color: #ee2c1f;
    border-color: #ee2c1f;
    background-color: #fff
}

body .m_cart-group .cart-info .cart-content .action ._btn:hover * {
    color: currentcolor
}

@media only screen and (max-width: 540px) {
    body .m_cart-group .cart-info {
        max-width: 100%
    }

    body .m_cart-group .cart-info .action {
        margin: 0 !important
    }

    body .m_cart-group .cart-info .action ._btn {
        width: 100% !important;
        margin: 5px 0 !important
    }
}

@media only screen and (max-width: 540px) {
    body .m_cart-group .num-items-in-cart {
        margin-left: 0
    }
}

body .navigation-header .group-navbtn {
    background-color: #ee2c1f;
    padding-left: 35px;
    padding-right: 10px;
    position: relative
}

body .navigation-header .group-navbtn > a {
    text-transform: uppercase;
    line-height: 35px;
    height: 35px;
    width: 100%;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    font-family: Roboto
}

body .navigation-header .group-navbtn .fa {
    color: #fff;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%)
}

body .navigation-header .group-navbtn .dropdown-menu {
    width: 100%;
    box-shadow: 0 6px 11px 0 rgba(0, 0, 0, .075);
    margin-top: 0
}

body .navigation-header .navigation-area {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 2px solid #ee2c1f
}

@media only screen and (min-width: 992px) {
    body .navigation-header .navigation-area .navigation-icon {
        display: none
    }
}

body .navigation-header .navigation-area .navigation-left {
    width: 220px;
    margin-bottom: -2px
}

body .navigation-header .navigation-area .navigation-right {
    width: calc(100% - 220px)
}

@media only screen and (max-width: 991px) {
    body .navigation-header .navigation-area {
        display: none !important
    }
}

body ul.navigation-links {
    position: relative;
    padding-left: 50px
}

body ul.navigation-links .sub-dropdown {
    display: none
}

body ul.navigation-links .dropdown-menu {
    width: calc(100% + 50px)
}

body ul.navigation-links p {
    margin-bottom: 0 !important
}

body ul.navigation-links > .dropdown > a > p {
    position: relative;
    margin-bottom: 0 !important
}

body ul.navigation-links .dropdown-menu > li > a {
    font-weight: 600
}

body ul.navigation-links > li {
    display: inline-block;
    zoom: 1;
    margin-right: 30px
}

body ul.navigation-links > li > a {
    display: block;
    text-transform: uppercase;
    color: #121212;
    font-size: 14px;
    font-weight: 800;
    position: relative;
    font-family: Roboto
}

body ul.navigation-links > li.active > a, body ul.navigation-links > li:focus > a, body ul.navigation-links > li:hover > a {
    color: #ee2c1f
}

body ul.navigation-links > .dropdown:not(.mega-menu) .sub-dropdown {
    display: none;
    width: 200px !important
}

body ul.navigation-links > .dropdown:focus .sub-dropdown, body ul.navigation-links > .dropdown:hover .sub-dropdown {
    display: block
}

body ul.navigation-links > .dropdown .dropdown-menu {
    padding: 0;
    margin: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2)
}

body ul.navigation-links > .dropdown > .dropdown-menu {
    margin-top: 8px
}

body ul.navigation-links > .dropdown:not(.mega-menu) .sub-dropdown {
    width: 100%;
    right: 0;
    top: 100%;
    height: 9px
}

body ul.navigation-links > .dropdown:not(.mega-menu) ul li {
    padding-bottom: 20px
}

body ul.navigation-links > .dropdown:not(.mega-menu) ul li a {
    color: #121212;
    font-size: 15px;
    font-weight: 500
}

body ul.navigation-links > .dropdown:not(.mega-menu) ul li a:focus, body ul.navigation-links > .dropdown:not(.mega-menu) ul li a:hover {
    color: #ee2c1f
}

body ul.navigation-links > .dropdown:not(.mega-menu) .dropdown-menu {
    padding: 20px;
    width: 230px
}

body ul.navigation-links > .dropdown:not(.mega-menu) .dropdown-menu .sub-dropdown {
    right: 100%;
    top: 0;
    width: 21px;
    height: 100%
}

body ul.navigation-links > .dropdown:not(.mega-menu) .dropdown-menu .dropdown {
    position: relative;
    width: 100%
}

body ul.navigation-links > .dropdown:not(.mega-menu) .dropdown-menu .dropdown:before {
    display: inline-block;
    zoom: 1;
    font-smooth: always;
    -ms-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    content: "\f0da";
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 3px;
    color: #88898b
}

body ul.navigation-links > .dropdown:not(.mega-menu) .dropdown-menu .dropdown:hover:before {
    color: #121212
}

body ul.navigation-links > .dropdown:not(.mega-menu) > .dropdown-menu > li a {
    padding: 0;
    background-color: transparent
}

body ul.navigation-links > .dropdown:not(.mega-menu) > .dropdown-menu > li .dropdown-menu {
    right: 100%;
    top: 0;
    margin-right: 20px;
    visibility: hidden;
    transition: all .5s ease;
    opacity: 0;
    transform: translateY(-8px)
}

@media only screen and (min-width: 768px) {
    body ul.navigation-links > .dropdown:not(.mega-menu) > .dropdown-menu > li:focus > .dropdown-menu, body ul.navigation-links > .dropdown:not(.mega-menu) > .dropdown-menu > li:hover > .dropdown-menu {
        visibility: visible;
        opacity: 1;
        transform: translateY(0)
    }

    body ul.navigation-links > .dropdown:not(.mega-menu) > .dropdown-menu > li:focus > .dropdown-menu > li:focus > .dropdown-menu, body ul.navigation-links > .dropdown:not(.mega-menu) > .dropdown-menu > li:focus > .dropdown-menu > li:hover > .dropdown-menu, body ul.navigation-links > .dropdown:not(.mega-menu) > .dropdown-menu > li:hover > .dropdown-menu > li:focus > .dropdown-menu, body ul.navigation-links > .dropdown:not(.mega-menu) > .dropdown-menu > li:hover > .dropdown-menu > li:hover > .dropdown-menu {
        visibility: visible;
        opacity: 1;
        transform: translateY(0)
    }
}

@media only screen and (max-width: 1199px) {
    body ul.navigation-links > .dropdown:not(.mega-menu) .dropdown-menu {
        width: 180px
    }
}

body ul.navigation-links > .dropdown.mega-menu {
    position: static
}

body ul.navigation-links > .dropdown.mega-menu .megamenu-container {
    padding: 40px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto 100%;
    right: 0;
    width: 100%
}

body ul.navigation-links > .dropdown.mega-menu .megamenu-container .list-title {
    text-transform: uppercase;
    font-size: 14px;
    color: #121212;
    font-weight: 700
}

body ul.navigation-links > .dropdown.mega-menu .megamenu-container .sub-mega-menu ul li {
    padding-bottom: 20px
}

body ul.navigation-links > .dropdown.mega-menu .megamenu-container .sub-mega-menu ul li a {
    color: #121212;
    font-size: 15px;
    font-weight: 500
}

body ul.navigation-links > .dropdown.mega-menu .megamenu-container .sub-mega-menu ul li a:focus, body ul.navigation-links > .dropdown.mega-menu .megamenu-container .sub-mega-menu ul li a:hover {
    color: #ee2c1f
}

body ul.navigation-links > .dropdown.mega-menu .megamenu-container .sub-mega-menu .mega-links .li-sub-mega > a {
    position: relative
}

body ul.navigation-links > .dropdown.mega-menu .megamenu-container .sub-dropdown {
    width: 100%;
    right: 0;
    top: 100%;
    height: 9px
}

body ul.navigation-links > .dropdown.mega-menu .megamenu-container.megamenu-container-1 .col-image {
    margin-bottom: 15px
}

body ul.navigation-links > .dropdown.mega-menu .megamenu-container.megamenu-container-1 .col-caption {
    line-height: 1.8em
}

body ul.navigation-links > .dropdown.mega-menu .megamenu-container.megamenu-container-2 .sub-mega-menu > li {
    width: 20%
}

body ul.navigation-links > .dropdown.mega-menu .megamenu-container.megamenu-container-2 .sub-mega-menu .mega2-collumn4 {
    width: 40%
}

body ul.navigation-links > .dropdown.mega-menu .megamenu-container.megamenu-container-2 .product {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    margin-bottom: 0
}

body ul.navigation-links > .dropdown.mega-menu .megamenu-container.megamenu-container-2 .product .row-left {
    width: 40%
}

body ul.navigation-links > .dropdown.mega-menu .megamenu-container.megamenu-container-2 .product .row-right {
    width: 60%;
    padding-right: 15px;
    padding-top: 0;
    text-align: right
}

@media only screen and (max-width: 1199px) {
    body ul.navigation-links > .dropdown.mega-menu .megamenu-container.megamenu-container-2 .sub-mega-menu > li {
        width: 33.33333%
    }

    body ul.navigation-links > .dropdown.mega-menu .megamenu-container.megamenu-container-2 .sub-mega-menu .mega2-collumn4 {
        width: 50%
    }
}

body ul.navigation-links > .dropdown.mega-menu .megamenu-container.megamenu-container-3 .dis_table {
    width: 230px;
    max-width: 100%;
    top: 40%;
    text-align: left;
    transform: translateY(50%)
}

body ul.navigation-links > .dropdown.mega-menu .megamenu-container.megamenu-container-3 ._btn {
    font-size: 12px;
    border-width: 1px;
    height: 40px;
    line-height: 38px;
    padding: 0 16px;
    font-weight: 700;
@inclue btn_pri;
}

body ul.navigation-links > .dropdown.mega-menu .megamenu-container.megamenu-container-3 ._btn:hover {
    color: #ee2c1f;
    border-color: #ee2c1f;
    background-color: #fff
}

body ul.navigation-links > .dropdown.mega-menu .megamenu-container.megamenu-container-3 ._btn:hover * {
    color: currentcolor
}

body ul.navigation-links > .dropdown.mega-menu .megamenu-container.megamenu-container-3 .col-caption {
    text-transform: uppercase;
    font-weight: 500;
    text-align: left
}

body ul.navigation-links > .dropdown.mega-menu .megamenu-container.megamenu-container-3 .col-caption .title {
    color: #ee2c1f;
    display: block;
    font-size: 16px;
    line-height: 1em;
    margin-bottom: 20px
}

body ul.navigation-links > .dropdown.mega-menu .megamenu-container.megamenu-container-3 .col-caption .content {
    color: #121212;
    display: block;
    font-size: 35px;
    margin-bottom: 20px;
    line-height: 1em
}

body ul.navigation-links > .dropdown.mega-menu .megamenu-container.megamenu-container-4 .mega4-collumn3 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 50%;
    padding-right: 0
}

body ul.navigation-links > .dropdown.mega-menu .megamenu-container.megamenu-container-4 .blog-item-inner {
    width: 50%;
    padding-right: 10px;
    padding-left: 10px
}

body ul.navigation-links > .dropdown.mega-menu .megamenu-container.megamenu-container-4 .blog-item-inner .blog-top {
    margin-bottom: 15px
}

body ul.navigation-links > .dropdown.mega-menu .megamenu-container.megamenu-container-4 .blog-item-inner .blog-top a {
    display: block
}

body ul.navigation-links > .dropdown.mega-menu .megamenu-container.megamenu-container-4 .blog-item-inner .blog-content .blog-title {
    color: #121212;
    font-weight: 700
}

body ul.navigation-links > .dropdown.mega-menu .megamenu-container.megamenu-container-4 .blog-item-inner .blog-content .blog-title:hover {
    color: #ee2c1f
}

body ul.navigation-links > .dropdown.mega-menu .megamenu-container.megamenu-container-4 .blog-item-inner .blog-content .blog_group {
    padding-top: 10px
}

body ul.navigation-links > .dropdown.mega-menu .megamenu-container.megamenu-container-4 .blog-item-inner .blog-content .blog_group > span {
    padding-left: 10px
}

body .navigation_links_mobile .arrow_sub {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: left;
    padding: 0;
    display: block
}

body .navigation_links_mobile .arrow_sub .cs-icon:before {
    color: #121212;
    font-size: 24px !important;
    display: inline-block;
    zoom: 1;
    height: 34px;
    line-height: 34px
}

body .navigation_links_mobile .item-title > a {
    text-transform: uppercase;
    color: #ee2c1f
}

body .navigation_links_mobile li {
    position: relative
}

body .navigation_links_mobile li a {
    font-size: 16px;
    color: #88898b
}

body .navigation_links_mobile li a:focus, body .navigation_links_mobile li a:hover, body .navigation_links_mobile li.active > a, body .navigation_links_mobile li.active > a:focus, body .navigation_links_mobile li.active > a:hover {
    color: #ee2c1f
}

body .navigation_links_mobile > li {
    margin-bottom: 25px
}

body .navigation_links_mobile > li > a {
    text-transform: capitalize;
    display: block;
    font-size: 24px;
    padding-left: 39px
}

body .navigation_links_mobile > li .menu-mobile-container {
    padding: 10px 0
}

body .navigation_links_mobile > li .menu-mobile-container .arrow_sub_mobile {
    margin-top: 4px
}

body .navigation_links_mobile > li .menu-mobile-container .sub-menu-mobile-container {
    padding-top: 15px;
    padding-right: 10px
}

body .navigation_links_mobile > li .menu-mobile-container.sub-mega-menu .mega-links li {
    padding: 10px 0
}

body .navigation_links_mobile > li .menu-mobile-container.sub-mega-menu .mega-links li:not(:last-child) {
    border-bottom: 1px solid #e3e5e7
}

body .navigation_links_mobile > li .menu-mobile-container.sub-mega-menu .mega-links li.list-title {
    font-weight: 700;
    font-size: 16px
}

body .navigation_links_mobile > li .menu-mobile-container:not(.sub-mega-menu) li {
    padding: 10px 0
}

body .navigation_links_mobile > li .menu-mobile-container:not(.sub-mega-menu) li:not(:last-child) {
    border-bottom: 1px solid #e3e5e7
}

body .navigation_links_mobile > li .menu-mobile-container:not(.sub-mega-menu) li.list-title {
    font-weight: 700;
    font-size: 16px
}

body .navMobile-navigation {
    display: none
}

body .navMobile-navigation .group_navbtn, body .navMobile-navigation .group_navbtn_small {
    display: inline-block;
    zoom: 1
}

body .navMobile-navigation .group_navbtn > a, body .navMobile-navigation .group_navbtn_small > a {
    color: #ee2c1f;
    position: relative;
    display: block;
    padding-left: 40px;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    width: auto
}

body .navMobile-navigation .group_navbtn > a .sub-dropdown, body .navMobile-navigation .group_navbtn_small > a .sub-dropdown {
    height: 40px
}

body .navMobile-navigation .group_navbtn .cs-icon, body .navMobile-navigation .group_navbtn_small .cs-icon {
    text-align: right
}

body .navMobile-navigation .group_navbtn .cs-icon:before, body .navMobile-navigation .group_navbtn_small .cs-icon:before {
    font-family: cs-icon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all .5s ease
}

body .navMobile-navigation .group_navbtn .cs-icon.icon-menu:before, body .navMobile-navigation .group_navbtn_small .cs-icon.icon-menu:before {
    content: '\e920';
    font-size: 24px
}

body .navMobile-navigation .group_navbtn .cs-icon:focus:before, body .navMobile-navigation .group_navbtn .cs-icon:hover:before, body .navMobile-navigation .group_navbtn_small .cs-icon:focus:before, body .navMobile-navigation .group_navbtn_small .cs-icon:hover:before {
    color: #ee2c1f
}

body .navMobile-navigation .group_navbtn .cs-icon.icon-close:before, body .navMobile-navigation .group_navbtn_small .cs-icon.icon-close:before {
    content: '\e902';
    font-size: 20px;
    color: #ee2c1f
}

body .navMobile-navigation .group_navbtn_small {
    display: none
}

@media only screen and (max-width: 991px) {
    body .navMobile-navigation {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    body .navMobile-navigation .nav-icon, body .navMobile-navigation .navMobile-logo, body .navMobile-navigation .navMobile-menu {
        width: 33.33333%;
        transition: all .5s ease
    }

    body .navMobile-navigation .navMobile-logo {
        text-align: center;
        position: relative
    }

    body .navMobile-navigation .navMobile-logo > a {
        display: inline-block;
        zoom: 1
    }

    body .navMobile-navigation .navMobile-logo > a img {
        max-width: 117px;
        width: 100%
    }

    body .navMobile-navigation .navMobile-menu {
        padding-left: 20px;
        font-size: 0
    }

    body .navMobile-navigation .nav-icon {
        padding-right: 20px;
        text-align: left
    }

    body .navMobile-navigation .nav-icon > div {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

body .navigation_dropdown_scroll {
    padding: 0;
    position: fixed;
    display: block !important;
    right: 0;
    top: 0;
    margin: 0;
    border: 0;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    background-color: transparent;
    transition: all .5s ease;
    box-shadow: none;
    visibility: hidden;
    margin-right: -100%
}

body .navigation_dropdown_scroll:before {
    background: rgba(0, 0, 0, .5);
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: all .5s ease
}

body .navigation_dropdown_scroll.active-dropdown, body .navigation_dropdown_scroll.hover-dropdown {
    visibility: visible;
    margin-right: 0
}

body .navigation_dropdown_scroll.active-dropdown:before, body .navigation_dropdown_scroll.hover-dropdown:before {
    opacity: 1
}

body .navigation_dropdown_scroll .navigation_dropdown_scroll_group {
    position: relative;
    padding: 60px;
    width: 100%;
    max-width: 425px;
    background-color: #fff;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 21
}

body .navigation_dropdown_scroll .navigation_dropdown_scroll_group .mega-banner a {
    display: block
}

body .navigation_dropdown_scroll .navigation_dropdown_scroll_group .close-navigation-dropdown {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 30px;
    height: 30px;
    text-align: left
}

body .navigation_dropdown_scroll .navigation_dropdown_scroll_group .close-navigation-dropdown > span {
    display: inline-block;
    zoom: 1
}

body .navigation_dropdown_scroll .navigation_dropdown_scroll_group .navigation_links_top {
    margin-bottom: 60px
}

@media only screen and (max-width: 540px) {
    body .navigation_dropdown_scroll .navigation_dropdown_scroll_group {
        padding: 30px
    }
}

@media only screen and (max-width: 991px) {
    body .navMobile-navigation .sub-dropdown {
        display: none !important
    }

    body .navMobile-navigation .group_navbtn_small {
        display: inline-block;
        zoom: 1
    }

    body .navMobile-navigation .group_navbtn_small > a {
        padding-left: 0
    }

    body .navMobile-navigation .navMobile-logo {
        display: none !important
    }

    body .navMobile-navigation .navMobile-logo-small {
        max-width: 160px
    }

    body .navMobile-navigation .nav-icon {
        width: 100% !important;
        padding-top: 20px;
        padding-bottom: 20px
    }

    body .navMobile-navigation .nav-icon > a {
        display: block;
        max-width: 30%;
        margin: 0 auto
    }

    body .navMobile-navigation .nav-icon .nav-icon-left, body .navMobile-navigation .nav-icon .nav-icon-right {
        position: static
    }

    body .navMobile-navigation .nav-icon .nav-icon-left > div, body .navMobile-navigation .nav-icon .nav-icon-right > div {
        display: inline-block;
        zoom: 1
    }

    body .navMobile-navigation .nav-icon .nav-icon-left .m_search, body .navMobile-navigation .nav-icon .nav-icon-right .m_search {
        margin-right: 22px
    }

    body .navMobile-navigation .nav-icon .nav-icon-left .m_cart-group, body .navMobile-navigation .nav-icon .nav-icon-right .m_cart-group {
        margin-left: 22px
    }

    body .navMobile-navigation .nav-icon .nav-icon-left .m_cart-group .num-items-in-cart, body .navMobile-navigation .nav-icon .nav-icon-right .m_cart-group .num-items-in-cart {
        margin-left: 0
    }

    body .navMobile-navigation .nav-icon {
        padding: 0;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-align: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    body .navMobile-navigation .nav-icon > div {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 0
    }

    body .navMobile-navigation .nav-icon .cs-icon, body .navMobile-navigation .nav-icon .group_navbtn_small .cs-icon {
        font-size: 0
    }

    body .navMobile-navigation .nav-icon .cs-icon:before, body .navMobile-navigation .nav-icon .group_navbtn_small .cs-icon:before {
        font-size: 25px
    }

    body .m_cart-group .cart_text .number, body .main-header-inner, body .navMobile-menu {
        display: none !important
    }

    body .icon_cart {
        position: static !important
    }

    body .icon_cart .cart-info {
        left: 0
    }
}

@media only screen and (max-width: 540px) {
    body .navMobile-navigation .navMobile-logo-small {
        max-width: 150px;
        width: 40%
    }

    body .navMobile-navigation .nav-icon .nav-icon-left .m_search {
        margin-right: 10px
    }

    body .navMobile-navigation .nav-icon .nav-icon-right .m_cart-group {
        margin-left: 10px
    }

    body .navMobile-navigation .nav-icon .cs-icon:before, body .navMobile-navigation .nav-icon .group_navbtn_small .cs-icon:before {
        font-size: 22px
    }
}

body header.affix {
    position: fixed !important;
    background-color: #fff !important;
    z-index: 25;
    width: 100%;
    right: 0;
    top: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
    transition: all .5s ease
}

body header.affix.fadeInUp-affix {
    animation-name: fadeInUp-affix
}

body header.affix section.main-header, body header.affix section.top-header {
    display: none
}

body header.affix .navigation-area {
    position: relative
}

body header.affix .navigation-icon {
    position: absolute;
    left: 0;
    top: 50%;
    display: block !important;
    transform: translateY(-50%)
}

body header.affix .navigation-icon .m_cart-group .num-items-in-cart .cs-icon {
    display: inline-block;
    zoom: 1;
    vertical-align: top
}

body header.affix .navigation-icon .m_cart-group .num-items-in-cart .cs-icon:before {
    font-size: 25px
}

body header.affix .navigation-icon .m_cart-group .num-items-in-cart .cart_text {
    display: inline-block;
    zoom: 1;
    vertical-align: top
}

body header.affix .navigation-icon .m_cart-group .num-items-in-cart .cart_text .number {
    position: static;
    transform: none;
    margin-top: 0;
    line-height: 25px
}

body header.affix .navigation-icon .sub-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    height: 6px;
    right: 0;
    width: 100%;
    margin-top: 0 !important
}

body header.affix .navigation-icon .cart-info {
    margin-top: 6px
}

body header.affix .navigation-links .sub-dropdown {
    height: 9px
}

body header.affix .navigation-links > li > .dropdown-menu {
    margin-top: 8px
}

@media only screen and (max-width: 991px) {
    body header.affix section.main-header {
        display: block
    }
}

@media only screen and (min-width: 992px) {
    body header.affix + .fix-sticky {
        height: 170px
    }
}

@media only screen and (max-width: 991px) {
    body header.affix + .fix-sticky {
        height: 80px
    }
}

body.index-template header:not(.affix) .group-navbtn .dropdown-menu {
    display: none !important
}

body .shopify-section::after {
    content: '';
    display: table;
    clear: both
}

body .shopify-section.index-section section {
    padding: 7.5px 0
}

body .shopify-section.index-section .page-title {
    position: relative;
    padding-right: 50px;
    background-color: #fff
}

body .shopify-section.index-section .page-title h2 {
    padding-bottom: 11px;
    padding-top: 11px;
    display: inline-block;
    zoom: 1
}

body .shopify-section.index-section .page-title:after, body .shopify-section.index-section .page-title:before {
    content: '';
    position: absolute;
    right: 20px;
    bottom: 0;
    height: 2px
}

body .shopify-section.index-section .page-title:after {
    width: 60px
}

body .shopify-section.index-section .page-title:before {
    left: 20px;
    background-color: #e3e5e7
}

body .shopify-section.index-section .page-title img {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%)
}

body .shopify-section.index-section .page-title * {
    font-size: 20px;
    color: #121212;
    font-family: Roboto;
    margin: 0 !important
}

body .shopify-section .home-slideshow-layout {
    padding-top: 0 !important
}

body .shopify-section .home-slideshow-layout .group-home-slideshow {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

body .shopify-section .home-slideshow-layout .group-home-slideshow > div {
    background-color: #fff
}

body .shopify-section .home-slideshow-layout .group-home-slideshow .home-dail-layout {
    width: 300px
}

body .shopify-section .home-slideshow-layout .group-home-slideshow .home-dail-layout > div {
    height: 100%
}

body .shopify-section .home-slideshow-layout .group-home-slideshow .home-dail-layout .dail-top {
    position: relative
}

body .shopify-section .home-slideshow-layout .group-home-slideshow .home-dail-layout .dail-top .timer-group {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%)
}

body .shopify-section .home-slideshow-layout .group-home-slideshow .home-dail-layout .dail-top .timer-group .timer {
    border: none
}

body .shopify-section .home-slideshow-layout .group-home-slideshow .home-dail-layout .dail-top .timer-group .countdown-amount {
    font-size: 16px;
    display: block
}

body .shopify-section .home-slideshow-layout .group-home-slideshow .home-dail-layout .dail-top .timer-group .countdown-row {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

body .shopify-section .home-slideshow-layout .group-home-slideshow .home-dail-layout .dail-top .timer-group .countdown-row .countdown-section {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto
}

body .shopify-section .home-slideshow-layout .group-home-slideshow .home-dail-layout .dail-top .timer-group .countdown-row .countdown-point {
    margin: 0 4px !important
}

body .shopify-section .home-slideshow-layout .group-home-slideshow .home-dail-layout .dail-top .timer-group .countdown-row .countdown-period {
    display: none !important
}

body .shopify-section .home-slideshow-layout .group-home-slideshow .home-dail-layout .dail-top .timer-group .countdown-row .countdown-section:last-child .countdown-point {
    display: none !important
}

@media only screen and (max-width: 767px) {
    body .shopify-section .home-slideshow-layout .group-home-slideshow .home-dail-layout .dail-top .timer-group {
        position: static;
        transform: none;
        width: 100%;
        margin: 10px 0 0;
        padding: 0 20px 0 0
    }

    body .shopify-section .home-slideshow-layout .group-home-slideshow .home-dail-layout .dail-top .timer-group .countdown-row {
        padding: 0;
        -ms-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

body .shopify-section .home-slideshow-layout .group-home-slideshow .home-dail-layout .dail-content {
    padding-top: 0
}

body .shopify-section .home-slideshow-layout .group-home-slideshow .home-dail-layout .dail-content .product {
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 0
}

body .shopify-section .home-slideshow-layout .group-home-slideshow .home-dail-layout .dail-content .product .rating-star {
    margin-bottom: 0
}

body .shopify-section .home-slideshow-layout .group-home-slideshow .home-dail-layout .dail-content .product .product-title {
    text-align: right
}

body .shopify-section .home-slideshow-layout .group-home-slideshow .home-dail-layout .dail-content .product .row-left > a {
    padding: 0 20px
}

body .shopify-section .home-slideshow-layout .group-home-slideshow .home-dail-layout .dail-content .product .row-right {
    padding-top: 10px
}

@media only screen and (max-width: 767px) {
    body .shopify-section .home-slideshow-layout .group-home-slideshow .home-dail-layout .dail-content .product .product-title {
        margin-top: 5px
    }

    body .shopify-section .home-slideshow-layout .group-home-slideshow .home-dail-layout .dail-content .product .row-left > a {
        padding: 0 30px
    }
}

body .shopify-section .home-slideshow-layout .group-home-slideshow .home-sidemenu-inner {
    width: 220px
}

body .shopify-section .home-slideshow-layout .group-home-slideshow .home-slideshow-group {
    width: calc(100% - 220px - 300px)
}

@media only screen and (max-width: 991px) {
    body .shopify-section .home-slideshow-layout .group-home-slideshow .home-slideshow-group {
        width: calc(100% - 300px)
    }
}

@media only screen and (max-width: 767px) {
    body .shopify-section .home-slideshow-layout .group-home-slideshow .home-slideshow-group {
        width: 100%
    }
}

body .shopify-section .home-slideshow-layout .group-home-slideshow .home-sidemenu-inner {
    z-index: 23
}

@media only screen and (max-width: 991px) {
    body .shopify-section .home-slideshow-layout .group-home-slideshow .home-sidemenu-inner {
        display: none !important
    }
}

@media only screen and (max-width: 767px) {
    body .shopify-section .home-slideshow-layout .group-home-slideshow {
        -ms-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    body .shopify-section .home-slideshow-layout .group-home-slideshow .home-dail-layout {
        margin: 15px auto 0;
        max-width: 100%;
        padding-bottom: 30px
    }

    body .shopify-section .home-slideshow-layout .group-home-slideshow .home-slideshow-group {
        margin-top: 15px
    }
}

@media only screen and (max-width: 540px) {
    body .shopify-section .home-slideshow-layout .group-home-slideshow .home-dail-layout {
        width: 100%
    }
}

body .shopify-section .home-slideshow-layout .home-slideshow-group {
    position: relative
}

body .shopify-section .home-slideshow-layout .home-slideshow-inner {
    width: 100%;
    clear: both;
    position: relative
}

body .shopify-section .home-slideshow-layout .home-slideshow-content {
    position: relative
}

@media only screen and (min-width: 768px) {
    body .shopify-section .home-slideshow-layout .home-slideshow-content {
        height: 388px !important
    }
}

@media only screen and (max-width: 767px) {
    body .shopify-section .home-slideshow-layout .home-slideshow-content.responsive-mobile {
        height: 388px !important
    }
}

body .shopify-section .home-slideshow-layout .slideshow-caption {
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease;
    position: absolute;
    top: 10%;
    right: 40px;
    left: 20%;
    bottom: 50px;
    text-align: right
}

body .shopify-section .home-slideshow-layout .slideshow-caption .caption-group {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

body .shopify-section .home-slideshow-layout .slideshow-caption.slideshow-caption-img {
    max-width: 25%
}

body .shopify-section .home-slideshow-layout .slideshow-caption.slideshow-caption-img img {
    max-width: 100% !important
}

body .shopify-section .home-slideshow-layout .slideshow-caption ._btn {
    display: inline-block;
    zoom: 1;
    font-size: 12px;
    border-width: 1px;
    height: 35px;
    line-height: 33px;
    padding: 0 15px;
    font-weight: 700;
    letter-spacing: .05em;
    color: #fff;
    border-color: #000;
    background-color: #000;
    padding-right: 30px;
    padding-left: 30px;
    margin-top: 40px;
    font-family: Roboto Condensed;
    text-align: center;
    font-weight: 700;
    width: 180px !important;
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
    transform: translateY(50px);
    transition: all .5s ease;
    transition-duration: 1s
}

body .shopify-section .home-slideshow-layout .slideshow-caption ._btn * {
    color: currentcolor
}

body .shopify-section .home-slideshow-layout .slideshow-caption ._btn:before {
    position: absolute;
    content: '';
    width: 100px;
    top: 0;
    right: 0;
    margin-top: -40px;
    height: 1px;
    background-color: #000
}

body .shopify-section .home-slideshow-layout .slideshow-caption ._btn:hover {
    color: #ee2c1f;
    border-color: #ee2c1f;
    background-color: #fff
}

body .shopify-section .home-slideshow-layout .slideshow-caption ._btn:hover * {
    color: currentcolor
}

body .shopify-section .home-slideshow-layout .slideshow-caption ._title {
    font-size: 30px;
    color: #101010;
    font-weight: 600;
    font-family: Roboto;
    margin-bottom: 0
}

body .shopify-section .home-slideshow-layout .slideshow-caption ._caption {
    font-size: 17px;
    color: #101010;
    font-family: Roboto
}

body .shopify-section .home-slideshow-layout .slideshow-caption .caption-content {
    transform: translateY(-50px);
    transition: all .5s ease
}

body .shopify-section .home-slideshow-layout .tp-bannertimer {
    z-index: 20
}

body .shopify-section .home-slideshow-layout .current-sr-slide-visible .slideshow-caption {
    visibility: visible;
    opacity: 1
}

body .shopify-section .home-slideshow-layout .current-sr-slide-visible .slideshow-caption.transition-fade {
    animation: fade .6s ease both
}

body .shopify-section .home-slideshow-layout .current-sr-slide-visible .slideshow-caption .caption-group * {
    transform: none
}

body .shopify-section .home-slideshow-layout .tparrows {
    height: 60px !important;
    width: 30px !important;
    border-radius: 0;
    background-color: transparent !important;
    text-align: center;
    top: 50% !important;
    margin-top: -30px !important;
    background-color: #000 !important;
    transform: none
}

@media only screen and (min-width: 992px) {
    body .shopify-section .home-slideshow-layout .tparrows {
        transition: all .5s ease
    }
}

body .shopify-section .home-slideshow-layout .tparrows:before {
    font-family: cs-icon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    line-height: 60px;
    font-size: 21px;
    width: 100%
}

body .shopify-section .home-slideshow-layout .tparrows:hover {
    background-color: rgba(0, 0, 0, .5) !important
}

body .shopify-section .home-slideshow-layout .tparrows.tp-leftarrow {
    left: 0 !important
}

body .shopify-section .home-slideshow-layout .tparrows.tp-leftarrow:before {
    content: '\e914'
}

body .shopify-section .home-slideshow-layout .tparrows.tp-rightarrow {
    left: 0 !important
}

body .shopify-section .home-slideshow-layout .tparrows.tp-rightarrow:before {
    content: '\e915'
}

body .shopify-section .home-slideshow-layout .tp-bullets {
    opacity: 1 !important;
    z-index: 20;
    bottom: 10px !important;
    left: 50%;
    margin: 0 !important;
    transform: translateX(-50%)
}

body .shopify-section .home-slideshow-layout .tp-bullets.simplebullets.navbar .bullet.selected, body .shopify-section .home-slideshow-layout .tp-bullets.simplebullets.navbar .bullet:hover, body .shopify-section .home-slideshow-layout .tp-bullets.simplebullets.round .bullet.selected, body .shopify-section .home-slideshow-layout .tp-bullets.simplebullets.round .bullet:hover {
    background-color: #ee2c1f
}

body .shopify-section .home-slideshow-layout .tp-bullets.simplebullets .bullet {
    width: 30px !important;
    height: 4px !important;
    border-radius: 0 !important;
    border-width: 0 !important;
    background-color: #fff !important;
    margin: 0 5px !important
}

body .shopify-section .home-slideshow-layout .tp-bullets.simplebullets .bullet.selected, body .shopify-section .home-slideshow-layout .tp-bullets.simplebullets .bullet:hover {
    width: 30px !important;
    height: 4px !important;
    background-color: #ee2c1f !important;
    border-width: 0 !important
}

body .shopify-section .home-banner-layout {
    margin-top: -5px;
    margin-bottom: -5px
}

body .shopify-section .home-banner-layout::after {
    content: '';
    display: table;
    clear: both
}

body .shopify-section .home-banner-layout .home-banner-inner {
    margin-right: -5px;
    margin-left: -5px
}

body .shopify-section .home-banner-layout .home-banner-content {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

body .shopify-section .home-banner-layout .home-banner-content > div {
    width: 25%;
    padding: 5px
}

body .shopify-section .home-banner-layout .home-banner-content .banner-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
    background-position: center;
    overflow: hidden;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, .1);
    transition: all .5s ease;
    position: relative
}

body .shopify-section .home-banner-layout .home-banner-content .banner-item .banner-caption {
    position: absolute;
    right: 10px;
    font-family: Roboto
}

body .shopify-section .home-banner-layout .home-banner-content .banner-item .banner-caption p {
    margin-bottom: 0
}

body .shopify-section .home-banner-layout .home-banner-content .banner-item .banner-caption.style-bottom {
    bottom: 20px;
    top: auto;
    font-size: 20px
}

body .shopify-section .home-banner-layout .home-banner-content .banner-item .banner-caption.style-bottom .title {
    margin-bottom: 2px
}

body .shopify-section .home-banner-layout .home-banner-content .banner-item .banner-caption.style-bottom .caption {
    display: inline-block;
    zoom: 1
}

body .shopify-section .home-banner-layout .home-banner-content .banner-item .banner-caption.style-bottom .caption, body .shopify-section .home-banner-layout .home-banner-content .banner-item .banner-caption.style-bottom .title {
    padding-right: 5px;
    padding-left: 5px;
    color: #fff;
    background-color: rgba(0, 0, 0, .75)
}

body .shopify-section .home-banner-layout .home-banner-content .banner-item .banner-caption.style-top {
    bottom: auto;
    top: 25px;
    right: 15px
}

body .shopify-section .home-banner-layout .home-banner-content .banner-item .banner-caption.style-top .title {
    font-size: 20px;
    color: #222224;
    font-weight: 500;
    line-height: 1em;
    margin-bottom: 5px
}

body .shopify-section .home-banner-layout .home-banner-content .banner-item .banner-caption.style-top .caption {
    font-size: 14px;
    color: rgba(34, 34, 36, .86)
}

body .shopify-section .home-banner-layout .home-banner-content .banner-item .banner-caption.style-center {
    top: 50%;
    right: 30px;
    bottom: auto;
    transform: translateY(-50%)
}

body .shopify-section .home-banner-layout .home-banner-content .banner-item .banner-caption.style-center .title {
    font-weight: 700;
    font-size: 30px;
    color: #201e07
}

body .shopify-section .home-banner-layout .home-banner-content .banner-item .banner-caption.style-center .caption {
    color: #201e07;
    font-size: 14px;
    font-style: italic;
    font-weight: 500
}

@media only screen and (min-width: 1200px) {
    body .shopify-section .home-banner-layout .home-banner-content .banner-item .group-caption > p {
        transition: all .5s ease
    }

    body .shopify-section .home-banner-layout .home-banner-content .banner-item:hover .group-caption .title {
        animation: movetext1 .75s linear 1
    }

    body .shopify-section .home-banner-layout .home-banner-content .banner-item:hover .group-caption .caption {
        animation: movetext2 1s linear 1
    }
}

body .shopify-section .home-banner-layout .home-banner-content .banner-one {
    padding-bottom: 137.1%
}

body .shopify-section .home-banner-layout .home-banner-content .banner-two {
    padding-bottom: 67%
}

body .shopify-section .home-banner-layout .home-banner-content .banner-two:nth-child(1) {
    margin-bottom: 3%
}

@media only screen and (max-width: 991px) {
    body .shopify-section .home-banner-layout .home-banner-content > div {
        width: 50%
    }
}

@media only screen and (max-width: 540px) {
    body .shopify-section .home-banner-layout {
        margin-top: 0;
        margin-bottom: 0
    }

    body .shopify-section .home-banner-layout .home-banner-inner {
        margin: 0
    }

    body .shopify-section .home-banner-layout .home-banner-content {
        -ms-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    body .shopify-section .home-banner-layout .home-banner-content > div {
        width: 100%;
        padding: 0
    }

    body .shopify-section .home-banner-layout .home-banner-content > div:not(:last-child) {
        margin-bottom: 15px
    }

    body .shopify-section .home-banner-layout .home-banner-content > div .group > div {
        margin-bottom: 0
    }

    body .shopify-section .home-banner-layout .home-banner-content > div .group > div:not(:last-child) {
        margin-bottom: 15px
    }
}

body .shopify-section .home-productTab-layout {
    overflow: hidden
}

body .shopify-section .home-productTab-layout .page-title:before {
    left: 0
}

body .shopify-section .home-productTab-layout .product-tab {
    background-color: #fff
}

body .shopify-section .home-productTab-layout .productTab-top {
    position: relative
}

body .shopify-section .home-productTab-layout .productTab-top .nav-tabs {
    margin-bottom: 0;
    text-align: center
}

body .shopify-section .home-productTab-layout .productTab-top .nav-tabs > li {
    margin: 0 15px;
    float: none;
    display: inline-block;
    zoom: 1;
    padding-top: 11px;
    padding-bottom: 11px;
    position: relative
}

body .shopify-section .home-productTab-layout .productTab-top .nav-tabs > li:before {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    height: 2px;
    width: 100%;
    background-color: #ee2c1f;
    transition: all .5s ease;
    transform: scale(0, 1)
}

body .shopify-section .home-productTab-layout .productTab-top .nav-tabs > li > a {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    color: #121212;
    transition: all .5s ease
}

body .shopify-section .home-productTab-layout .productTab-top .nav-tabs > li.active > a, body .shopify-section .home-productTab-layout .productTab-top .nav-tabs > li:hover > a {
    color: #ee2c1f
}

body .shopify-section .home-productTab-layout .productTab-top .nav-tabs > li.active:before, body .shopify-section .home-productTab-layout .productTab-top .nav-tabs > li:hover:before {
    transform: scale(1, 1)
}

body .shopify-section .home-productTab-layout .productTab-top .nav-tabs {
    position: absolute;
    left: 20px;
    top: 50%;
    width: 95%;
    text-align: center;
    z-index: 1;
    transform: translateY(-50%);
    padding-right: 30px;
    padding-left: 30px
}

body .shopify-section .home-productTab-layout .productTab-top .nav-tabs > li.tab-hide {
    display: none
}

body .shopify-section .home-productTab-layout .productTab-top .nav-tabs > li.tabs-dropdown {
    display: none !important
}

body .shopify-section .home-productTab-layout .productTab-top .nav-tabs > li.tabs-dropdown > .dropdown-menu {
    display: none !important
}

body .shopify-section .home-productTab-layout .productTab-top .nav-tabs > li.tabs-dropdown.active_dropdown {
    display: block !important;
    visibility: visible;
    position: absolute;
    left: 0;
    top: 50%;
    margin-left: 0;
    padding: 9px 0;
    z-index: 1;
    transform: translateY(-50%)
}

body .shopify-section .home-productTab-layout .productTab-top .nav-tabs > li.tabs-dropdown.active_dropdown:before {
    display: none !important
}

body .shopify-section .home-productTab-layout .productTab-top .nav-tabs > li.tabs-dropdown.active_dropdown > a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: left;
    cursor: pointer
}

body .shopify-section .home-productTab-layout .productTab-top .nav-tabs > li.tabs-dropdown.active_dropdown > a .cs-icon {
    line-height: 30px;
    font-size: 0
}

body .shopify-section .home-productTab-layout .productTab-top .nav-tabs > li.tabs-dropdown.active_dropdown > a .cs-icon:before {
    font-size: 34px;
    color: #121212
}

body .shopify-section .home-productTab-layout .productTab-top .nav-tabs > li.tabs-dropdown.active_dropdown > .dropdown-menu {
    display: none !important;
    transition: all .5s ease;
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    background-color: #fff;
    margin-bottom: 0;
    text-align: left;
    padding: 0;
    transform: none
}

body .shopify-section .home-productTab-layout .productTab-top .nav-tabs > li.tabs-dropdown.active_dropdown > .dropdown-menu > li {
    display: none;
    margin: 0;
    padding: 10px 15px
}

body .shopify-section .home-productTab-layout .productTab-top .nav-tabs > li.tabs-dropdown.active_dropdown > .dropdown-menu > li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, .9)
}

body .shopify-section .home-productTab-layout .productTab-top .nav-tabs > li.tabs-dropdown.active_dropdown > .dropdown-menu > li.tab-show {
    display: block
}

body .shopify-section .home-productTab-layout .productTab-top .nav-tabs > li.tabs-dropdown.active_dropdown > .dropdown-menu > li.active > a, body .shopify-section .home-productTab-layout .productTab-top .nav-tabs > li.tabs-dropdown.active_dropdown > .dropdown-menu > li > a:focus, body .shopify-section .home-productTab-layout .productTab-top .nav-tabs > li.tabs-dropdown.active_dropdown > .dropdown-menu > li > a:hover {
    color: #ee2c1f
}

body .shopify-section .home-productTab-layout .productTab-top .nav-tabs > li.tabs-dropdown.active_dropdown > .dropdown-menu > li > a {
    font-weight: 500;
    color: #121212
}

body .shopify-section .home-productTab-layout .productTab-top .nav-tabs > li.tabs-dropdown.active_dropdown.open > a, body .shopify-section .home-productTab-layout .productTab-top .nav-tabs > li.tabs-dropdown.active_dropdown.open > a:focus, body .shopify-section .home-productTab-layout .productTab-top .nav-tabs > li.tabs-dropdown.active_dropdown.open > a:hover {
    background-color: transparent;
    border-width: 0
}

body .shopify-section .home-productTab-layout .productTab-top .nav-tabs > li.tabs-dropdown.active_dropdown.open > a .cs-icon::before, body .shopify-section .home-productTab-layout .productTab-top .nav-tabs > li.tabs-dropdown.active_dropdown.open > a:focus .cs-icon::before, body .shopify-section .home-productTab-layout .productTab-top .nav-tabs > li.tabs-dropdown.active_dropdown.open > a:hover .cs-icon::before {
    color: #ee2c1f
}

body .shopify-section .home-productTab-layout .productTab-top .nav-tabs > li.tabs-dropdown.active_dropdown.open > .dropdown-menu {
    display: block !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2)
}

body .shopify-section .home-productTab-layout .productTab-top .nav-tabs > li.tabs-dropdown .sub-tabs {
    display: none
}

body .shopify-section .home-productTab-layout .productTab-top .nav-tabs > li.tabs-dropdown .sub-tabs.active {
    display: block
}

body .shopify-section .home-productTab-layout .productTab-bottom {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

body .shopify-section .home-productTab-layout .productTab-bottom.position-right {
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

body .shopify-section .home-productTab-layout .productTab-bottom .productTab-banner {
    width: 233px;
    max-width: 100%
}

body .shopify-section .home-productTab-layout .productTab-bottom .productTab-banner > a {
    display: block;
    position: relative;
    padding-bottom: 147%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden
}

body .shopify-section .home-productTab-layout .productTab-bottom .productTab-banner > a:before {
    position: absolute;
    top: 0;
    right: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -ms-linear-gradient(right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    transform: skewX(25deg)
}

body .shopify-section .home-productTab-layout .productTab-bottom .productTab-banner > a:focus:before, body .shopify-section .home-productTab-layout .productTab-bottom .productTab-banner > a:hover:before {
    animation: shine .75s
}

body .shopify-section .home-productTab-layout .productTab-bottom .productTab-banner > a.banner-content {
    background-repeat: none
}

body .shopify-section .home-productTab-layout .productTab-bottom .productTab-banner > a .group-caption {
    position: absolute;
    right: 10px;
    left: 10px;
    text-align: center;
    color: #000;
    font-family: Roboto
}

body .shopify-section .home-productTab-layout .productTab-bottom .productTab-banner > a .group-caption p {
    margin-bottom: 0
}

body .shopify-section .home-productTab-layout .productTab-bottom .productTab-banner > a .group-caption .title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500
}

body .shopify-section .home-productTab-layout .productTab-bottom .productTab-banner > a .group-caption .caption {
    font-size: 14px
}

body .shopify-section .home-productTab-layout .productTab-bottom .productTab-banner > a .group-caption.style-top {
    top: 20px;
    bottom: auto
}

body .shopify-section .home-productTab-layout .productTab-bottom .productTab-banner > a .group-caption.style-bottom {
    top: auto;
    bottom: 20px
}

body .shopify-section .home-productTab-layout .productTab-bottom .productTab-banner > a .group-caption.style-bottom .caption, body .shopify-section .home-productTab-layout .productTab-bottom .productTab-banner > a .group-caption.style-bottom .title {
    background-color: rgba(19, 184, 233, .9);
    color: #fff;
    padding-right: 5px;
    padding-left: 5px
}

body .shopify-section .home-productTab-layout .productTab-bottom .productTab-banner > a .group-caption.style-bottom .title {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 2px
}

body .shopify-section .home-productTab-layout .productTab-bottom .productTab-banner > a .group-caption.style-bottom .caption {
    font-size: 15px
}

body .shopify-section .home-productTab-layout .productTab-bottom .tab-content {
    width: calc(100% - 233px)
}

body .shopify-section .home-productTab-layout .productTab-bottom .tab-content .owl-wrapper {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

body .shopify-section .home-productTab-layout .productTab-bottom .tab-content .owl-item {
    padding-right: 20px;
    padding-left: 20px
}

body .shopify-section .home-productTab-layout .productTab-bottom .owl-controls .owl-buttons > div {
    border-radius: 50%
}

body .shopify-section .home-productTab-layout .productTab-bottom .owl-controls .owl-buttons .owl-prev {
    left: 30px;
    transform: translate(50%, -50%)
}

body .shopify-section .home-productTab-layout .productTab-bottom .owl-controls .owl-buttons .owl-next {
    right: 30px;
    transform: translate(-50%, -50%)
}

@media only screen and (min-width: 1200px) {
    body .shopify-section .home-productTab-layout .productTab-bottom .owl-controls {
        transition: all .5s ease;
        opacity: 0
    }

    body .shopify-section .home-productTab-layout .productTab-bottom:hover .owl-controls {
        opacity: 1
    }
}

@media only screen and (max-width: 700px) {
    body .shopify-section .home-productTab-layout .productTab-bottom {
        -ms-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    body .shopify-section .home-productTab-layout .productTab-bottom .productTab-banner {
        margin-top: 15px;
        margin-bottom: 15px
    }

    body .shopify-section .home-productTab-layout .productTab-bottom .tab-content {
        width: 100%
    }
}

body .shopify-section .home-productTab-layout .product {
    margin-bottom: 0
}

body .shopify-section .home-productTab-layout .product .product-title {
    margin-top: 0
}

body .shopify-section .home-productTab-layout .product .row-right {
    padding-top: 5px
}

body .shopify-section .home-productTab-layout .owl-item {
    border-right: 1px solid #e3e5e7;
    margin-top: 10px;
    margin-bottom: 15px
}

body .shopify-section .home-productTab-layout .owl-item:first-child {
    border-right: 0
}

@media only screen and (max-width: 1228px) {
    body .shopify-section .home-productTab-layout .productTab-bottom .owl-controls .owl-buttons .owl-prev {
        right: 25px
    }

    body .shopify-section .home-productTab-layout .productTab-bottom .owl-controls .owl-buttons .owl-next {
        right: 25px
    }
}

@media only screen and (max-width: 991px) {
    body .shopify-section .home-productTab-layout .productTab-top .nav-tabs {
        width: 50%
    }
}

@media only screen and (max-width: 540px) {
    body .shopify-section .home-productTab-layout .productTab-top .nav-tabs {
        width: 100%;
        position: relative;
        transform: none;
        left: 0;
        right: 0;
        text-align: right;
        padding-right: 0;
        padding-left: 60px
    }

    body .shopify-section .home-productTab-layout .productTab-top .nav-tabs > li {
        padding-top: 15px;
        padding-bottom: 15px;
        margin-right: 20px;
        margin-left: 20px
    }

    body .shopify-section .home-productTab-layout .productTab-top .nav-tabs > .tabs-dropdown {
        left: 20px !important
    }
}

body .shopify-section .home-categories-layout ul {
    margin: 0
}

body .shopify-section .home-categories-layout ul li {
    list-style: none
}

body .shopify-section .home-categories-layout .home-categories-content {
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

body .shopify-section .home-categories-layout .home-categories-content::after {
    content: '';
    display: table;
    clear: both
}

body .shopify-section .home-categories-layout .categories-item {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px
}

body .shopify-section .home-categories-layout .categories-item .categories-title {
    color: #121212;
    font-size: 20px;
    margin-bottom: 5px
}

body .shopify-section .home-categories-layout .categories-item img {
    border-radius: 50%;
    margin: 10px auto;
    border: 2px solid transparent;
    transition: all .5s ease
}

body .shopify-section .home-categories-layout .categories-item img:hover {
    border-color: #ee2c1f
}

body .shopify-section .home-categories-layout .categories-item ul li a {
    font-size: 15px;
    color: #1a1a1a;
    line-height: 2em
}

body .shopify-section .home-categories-layout .categories-item ul li a:focus, body .shopify-section .home-categories-layout .categories-item ul li a:hover {
    color: #ee2c1f
}

@media only screen and (max-width: 991px) {
    body .shopify-section .home-categories-layout .home-categories-content {
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    body .shopify-section .home-categories-layout .categories-item {
        width: 33.33333% !important
    }
}

@media only screen and (max-width: 991px) {
    body .shopify-section .home-categories-layout .home-categories-content {
        -ms-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    body .shopify-section .home-categories-layout .categories-item {
        width: 50% !important
    }
}

@media only screen and (max-width: 425px) {
    body .shopify-section .home-categories-layout .home-categories-content {
        -ms-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    body .shopify-section .home-categories-layout .categories-item {
        width: 100% !important
    }
}

body .shopify-section .home-blog-layout .home-blog-content {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fff;
    padding-top: 5px;
    padding-bottom: 15px
}

body .shopify-section .home-blog-layout .home-blog-content > div {
    width: 50%
}

body .shopify-section .home-blog-layout .home-blog-content .article-content {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 50%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 20px;
    padding-left: 20px
}

body .shopify-section .home-blog-layout .home-blog-content .article-content .group-blog-left {
    width: 40%
}

body .shopify-section .home-blog-layout .home-blog-content .article-content .group-blog-right {
    width: 60%
}

body .shopify-section .home-blog-layout .home-blog-content .article-content .article-image {
    padding-left: 20px
}

body .shopify-section .home-blog-layout .home-blog-content .article-content .article-image > a {
    display: inline-block;
    zoom: 1;
    overflow: hidden
}

body .shopify-section .home-blog-layout .home-blog-content .article-content .article-image > a img {
    transition: all .5s ease
}

body .shopify-section .home-blog-layout .home-blog-content .article-content .article-image > a:hover img {
    transform: scale(1.2, 1.2)
}

body .shopify-section .home-blog-layout .home-blog-content .article-content .article-info span {
    font-weight: 500;
    color: #88898b
}

body .shopify-section .home-blog-layout .home-blog-content .article-content .article-info .user {
    color: #ee2c1f
}

body .shopify-section .home-blog-layout .home-blog-content .article-content .article-title {
    font-size: 0;
    line-height: 1em
}

body .shopify-section .home-blog-layout .home-blog-content .article-content .article-title .article-name {
    font-size: 0;
    line-height: 1em;
    margin: 0
}

body .shopify-section .home-blog-layout .home-blog-content .article-content .article-title a {
    font-size: 20px;
    color: #121212;
    line-height: 1.3em
}

body .shopify-section .home-blog-layout .home-blog-content .article-content .article-title a:focus, body .shopify-section .home-blog-layout .home-blog-content .article-content .article-title a:hover {
    color: #ee2c1f
}

@media only screen and (max-width: 991px) {
    body .shopify-section .home-blog-layout .home-blog-content .article-content {
        width: 100%
    }
}

@media only screen and (max-width: 540px) {
    body .shopify-section .home-blog-layout .home-blog-content .article-content {
        width: 50% !important
    }

    body .shopify-section .home-blog-layout .home-blog-content .article-content .article-image {
        padding-left: 0;
        margin-bottom: 15px
    }

    body .shopify-section .home-blog-layout .home-blog-content .article-content > div {
        width: 100% !important
    }
}

@media only screen and (max-width: 425px) {
    body .shopify-section .home-blog-layout .home-blog-content .article-content {
        width: 100% !important
    }
}

body .shopify-section .home-trending-layout .home-trending-title {
    position: relative
}

body .shopify-section .home-trending-layout .home-trending-title .page-title {
    padding-left: 30%
}

body .shopify-section .home-trending-layout .home-trending-title .action {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    color: #ee2c1f;
    font-size: 15px
}

body .shopify-section .home-trending-layout .home-trending-title .action:hover {
    color: #ee2c1f
}

@media only screen and (max-width: 425px) {
    body .shopify-section .home-trending-layout .home-trending-title .page-title {
        padding-left: 0;
        padding-bottom: 25px
    }

    body .shopify-section .home-trending-layout .home-trending-title .action {
        right: 50px;
        bottom: 10px;
        top: auto;
        transform: none
    }
}

body .shopify-section .home-trending-layout .home-trending-content {
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px
}

body .shopify-section .home-trending-layout .owl-item {
    padding-right: 20px;
    padding-left: 20px;
    border-right: 1px solid #e3e5e7
}

body .shopify-section .home-trending-layout .owl-item:first-child {
    border-right: 0
}

body .shopify-section .home-trending-layout .owl-controls .owl-buttons .owl-next, body .shopify-section .home-trending-layout .owl-controls .owl-buttons .owl-prev {
    border-radius: 50%
}

body .shopify-section .home-trending-layout .owl-controls .owl-buttons .owl-next {
    right: 0;
    transform: translate(-50%, -50%)
}

body .shopify-section .home-trending-layout .owl-controls .owl-buttons .owl-prev {
    left: 0;
    transform: translate(50%, -50%)
}

@media only screen and (max-width: 1228px) {
    body .shopify-section .home-trending-layout .owl-controls .owl-buttons .owl-next {
        left: 25px
    }

    body .shopify-section .home-trending-layout .owl-controls .owl-buttons .owl-prev {
        left: 25px
    }
}

@media only screen and (min-width: 1200px) {
    body .shopify-section .home-trending-layout .owl-controls {
        opacity: 0;
        transition: all .5s ease
    }

    body .shopify-section .home-trending-layout:hover .owl-controls {
        opacity: 1
    }
}

body .shopify-section .home-trending-layout .product {
    margin-bottom: 0
}

body .shopify-section .home-trending-layout .product .row-right {
    padding-top: 15px
}

body:not(.index-template) {
    background-color: #fff
}

body:not(.index-template) .sub-title {
    text-align: center
}

body:not(.index-template) .sub-title * {
    color: #121212;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px
}

body:not(.index-template) main .shopify-section {
    padding-top: 15px;
    padding-bottom: 15px
}

body:not(.index-template) .index-section.index-section-banner {
    padding: 0
}

body ul.filter-content .fe-checkbox {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    right: 0;
    margin-top: -8px;
    border-radius: 0;
    background-image: url(//cdn.shopify.com/s/files/1/0004/7313/7217/t/6/assets/bg_none_check.png?v=587902257102999938);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    border: 0
}

body ul.filter-content .fe-checkbox-active, body ul.filter-content li.active a span.fe-checkbox {
    background-image: url(//cdn.shopify.com/s/files/1/0004/7313/7217/t/6/assets/bg_check.png?v=3278982792710682503)
}

body ul.filter-content li {
    margin-bottom: 5px
}

body ul.filter-content li a {
    position: relative;
    padding-right: 31px
}

body ul.filter-content:not(.filter-color) {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center
}

body ul.filter-content:not(.filter-color) li {
    width: 50%
}

body ul.filter-content.filter-color li {
    display: inline-block;
    zoom: 1;
    margin-left: 7px
}

body ul.filter-content.filter-color li a {
    padding-right: 0
}

body ul.filter-content.filter-color li.active a {
    cursor: default
}

body ul.filter-content.filter-color li.active a span, body ul.filter-content.filter-color li:focus a span, body ul.filter-content.filter-color li:hover a span {
    position: relative
}

body ul.filter-content.filter-color li.active a span:before, body ul.filter-content.filter-color li:focus a span:before, body ul.filter-content.filter-color li:hover a span:before {
    display: inline-block;
    zoom: 1;
    display: inline-block;
    zoom: 1;
    font-smooth: always;
    -ms-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    content: "\f00c";
    color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    text-align: center;
    font-size: 12px;
    margin-top: -6px
}

body ul.filter-content.filter-color .color-swatch {
    width: 20px;
    height: 20px;
    border-radius: 0;
    display: block;
    background-size: 110%;
    background-position: center center;
    border: 1px solid #e0e0e0
}

body .sidebar {
    position: relative
}

body .sidebar ul {
    margin: 0
}

body .sidebar ul li {
    list-style: none
}

body .sidebar .sidebarMobile {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 10px;
    background-color: #000;
    border-top: 1px solid #e3e5e7;
    z-index: 22
}

body .sidebar .sidebarMobile ._btn {
    margin-left: 3px;
    font-size: 12px;
    border-width: 1px;
    height: 40px;
    line-height: 38px;
    padding: 0 16px;
    font-weight: 700;
    padding: 0 13px
}

body .sidebar .sidebarMobile ._btn:last-child {
    margin-left: 0
}

body .sidebar .sidebarMobile ._btn.sidebarMobile-close {
    color: #fff;
    border-color: #ee2c1f;
    background-color: #ee2c1f
}

body .sidebar .sidebarMobile ._btn.sidebarMobile-close * {
    color: currentcolor
}

body .sidebar .sidebarMobile ._btn.sidebarMobile-clear {
    color: #fff;
    border-color: #ee2c1f;
    background-color: #ee2c1f
}

body .sidebar .sidebarMobile ._btn.sidebarMobile-clear * {
    color: currentcolor
}

@media only screen and (max-width: 425px) {
    body .sidebar .sidebarMobile ._btn {
        margin-top: 0
    }
}

body .sidebar .sidebar-title {
    position: relative;
    margin: 0;
    padding-left: 25px
}

body .sidebar .sidebar-title .text {
    text-transform: capitalize;
    color: #121212;
    font-size: 20px;
    display: block;
    line-height: 1.5em;
    font-weight: 500
}

body .sidebar .sidebar-title .cs-icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
    font-size: 0
}

body .sidebar .sidebar-title .cs-icon:before {
    text-align: center;
    font-weight: 700;
    color: #121212;
    font-size: 20px
}

body .sidebar .sidebar-content {
    padding-top: 15px;
    padding-bottom: 30px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e3e5e7
}

body .sidebar .sidebar-content .category, body .sidebar .sidebar-content .list-cat, body .sidebar .sidebar-content .type-content, body .sidebar .sidebar-content .vendor-content {
    margin-top: -5px
}

body .sidebar .sidebar-content .category li:not(:last-child), body .sidebar .sidebar-content .list-cat li:not(:last-child), body .sidebar .sidebar-content .type-content li:not(:last-child), body .sidebar .sidebar-content .vendor-content li:not(:last-child) {
    margin-bottom: 11px
}

body .sidebar .sidebar-content .category li a, body .sidebar .sidebar-content .list-cat li a, body .sidebar .sidebar-content .type-content li a, body .sidebar .sidebar-content .vendor-content li a {
    font-size: 15px;
    color: #121212;
    line-height: 1.5em;
    text-transform: capitalize;
    font-weight: 500
}

body .sidebar .sidebar-content .category li a:focus, body .sidebar .sidebar-content .category li a:hover, body .sidebar .sidebar-content .list-cat li a:focus, body .sidebar .sidebar-content .list-cat li a:hover, body .sidebar .sidebar-content .type-content li a:focus, body .sidebar .sidebar-content .type-content li a:hover, body .sidebar .sidebar-content .vendor-content li a:focus, body .sidebar .sidebar-content .vendor-content li a:hover {
    color: #ee2c1f
}

body .sidebar .sidebar-content .list-cat li {
    position: relative;
    width: 100%
}

body .sidebar .sidebar-content .list-cat li a span {
    background-color: #fff;
    position: relative
}

body .sidebar .sidebar-content .products-item:last-child .product {
    margin-bottom: 0
}

body .sidebar .sidebar-content .product {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start
}

body .sidebar .sidebar-content .product .row-left {
    width: 30%
}

body .sidebar .sidebar-content .product .row-right {
    padding-right: 15px;
    text-align: right;
    width: 70%;
    padding-top: 0
}

body .sidebar .sidebar-content .product .row-right > div {
    margin-bottom: 5px
}

body .sidebar .sidebar-content .product .row-right .product-title {
    margin-bottom: 1px
}

body .sidebar .sidebar-block.blog-category .category {
    margin-top: -5px
}

body .sidebar .sidebar-block.blog-instagram .instagram-content {
    margin-right: -5px;
    margin-left: -5px
}

body .sidebar .sidebar-block.blog-instagram #instafeed {
    margin-top: -5px
}

body .sidebar .sidebar-block.blog-instagram #instafeed > a {
    display: inline-block;
    zoom: 1;
    width: 33.33333%;
    max-width: 107px;
    padding: 5px
}

@media only screen and (max-width: 1199px) {
    body .sidebar .sidebar-block.blog-instagram #instafeed > a {
        width: 50%
    }
}

@media only screen and (max-width: 767px) {
    body .sidebar .sidebar-block.blog-instagram #instafeed > a {
        width: 33.33333%
    }
}

body .sidebar .sidebar-block.price-block .price-bottom {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center
}

body .sidebar .sidebar-block.price-block .price-bottom .price-show {
    color: #121212;
    font-size: 16px;
    font-weight: 700
}

body .sidebar .sidebar-block.price-block .price-bottom ._btn {
    font-size: 12px;
    border-width: 1px;
    height: 40px;
    line-height: 38px;
    padding: 0 16px;
    font-weight: 700
}

body .sidebar .sidebar-block.blog-tags ul {
    margin-right: -3px;
    margin-left: -3px
}

body .sidebar .sidebar-block.blog-tags ul li {
    display: inline-block;
    zoom: 1;
    margin: 5px 3px
}

body .sidebar .sidebar-block.blog-tags ul li a {
    font-size: 14px;
    padding: 5px 15px;
    background-color: #f7f7f7;
    color: #88898b;
    display: block
}

body .sidebar .sidebar-block.blog-tags ul li.active a, body .sidebar .sidebar-block.blog-tags ul li:focus a, body .sidebar .sidebar-block.blog-tags ul li:hover a {
    background-color: #ee2c1f;
    color: #fff
}

body .sidebar .sidebar-block.blog-banner .sidebar-content {
    margin: 15px 0;
    padding: 0;
    border-bottom-width: 0
}

body .sidebar .sidebar-block:nth-last-child(2) .sidebar-content {
    border-bottom: 0 !important
}

body .sidebar .blog-search .sidebar-content {
    padding-top: 0
}

body .sidebar .blog-search form {
    position: relative;
    padding-left: 40px;
    height: 40px
}

body .sidebar .blog-search form input[type=text] {
    width: 100%;
    padding: 15px;
    background-color: transparent;
    box-shadow: none;
    border-width: 0;
    height: 100%;
    line-height: 40px
}

body .sidebar .blog-search form button[type=submit] {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-appearance: none;
    appearance: none;
    border-width: 0;
    background-color: transparent;
    color: #121212
}

body .sidebar .blog-search form button[type=submit] * {
    font-weight: 800;
    line-height: 40px
}

body .sidebar .blog-search form {
    background-color: #f7f7f7
}

body .sidebar.collection-leftsidebar .close-leftsidebar {
    display: none
}

body .sidebar.collection-fullwidth-sidebar, body .sidebar.collection-leftsidebar.active {
    visibility: hidden;
    transform: translateX(100%);
    transition: all .5s ease;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100% !important;
    max-width: 340px;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    box-shadow: none;
    z-index: 22
}

body .sidebar.collection-fullwidth-sidebar.active, body .sidebar.collection-leftsidebar.active.active {
    visibility: visible;
    transform: translateX(0)
}

body .sidebar.collection-fullwidth-sidebar::-webkit-scrollbar, body .sidebar.collection-leftsidebar.active::-webkit-scrollbar {
    display: none
}

@media only screen and (max-width: 425px) {
    body .sidebar.collection-fullwidth-sidebar, body .sidebar.collection-leftsidebar.active {
        max-width: 300px
    }
}

body .sidebar.collection-fullwidth-sidebar .collection-leftsidebar-group, body .sidebar.collection-leftsidebar.active .collection-leftsidebar-group {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 15px;
    padding-left: 15px
}

body .sidebar.collection-fullwidth-sidebar .collection-leftsidebar-group::-webkit-scrollbar, body .sidebar.collection-leftsidebar.active .collection-leftsidebar-group::-webkit-scrollbar {
    display: none
}

body .sidebar.collection-fullwidth-sidebar .collection-leftsidebar-group .close-leftsidebar, body .sidebar.collection-leftsidebar.active .collection-leftsidebar-group .close-leftsidebar {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    background-color: transparent;
    text-align: center;
    line-height: 40px;
    color: #ee2c1f
}

body .sidebar.collection-fullwidth-sidebar .collection-leftsidebar-group .close-leftsidebar .cs-icon:before, body .sidebar.collection-leftsidebar.active .collection-leftsidebar-group .close-leftsidebar .cs-icon:before {
    font-size: 20px;
    font-weight: 700;
    line-height: 40px
}

body .sidebar.collection-fullwidth-sidebar .collection-leftsidebar-group .close-leftsidebar:focus, body .sidebar.collection-fullwidth-sidebar .collection-leftsidebar-group .close-leftsidebar:hover, body .sidebar.collection-leftsidebar.active .collection-leftsidebar-group .close-leftsidebar:focus, body .sidebar.collection-leftsidebar.active .collection-leftsidebar-group .close-leftsidebar:hover {
    color: #ee2c1f
}

body .sidebar.collection-fullwidth-sidebar .sidebarMobile, body .sidebar.collection-leftsidebar.active .sidebarMobile {
    display: block !important
}

body .sidebar.sidebar-blog .blogs-recent .recent-article .ra-item {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

body .sidebar.sidebar-blog .blogs-recent .recent-article .ra-item:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e3e5e7
}

@media only screen and (max-width: 767px) {
    body .sidebar.sidebar-blog .blogs-recent .recent-article .ra-item:not(:last-child) {
        padding-bottom: 15px;
        margin-bottom: 15px
    }
}

body .sidebar.sidebar-blog .blogs-recent .recent-article .ra-item .article-left {
    width: 35%;
    position: relative
}

body .sidebar.sidebar-blog .blogs-recent .recent-article .ra-item .article-left img {
    transition: all .5s ease
}

body .sidebar.sidebar-blog .blogs-recent .recent-article .ra-item .article-left:focus img, body .sidebar.sidebar-blog .blogs-recent .recent-article .ra-item .article-left:hover img {
    transform: scale(1.05, 1.05)
}

body .sidebar.sidebar-blog .blogs-recent .recent-article .ra-item .article-right {
    width: 65%;
    padding-right: 20px
}

body .sidebar.sidebar-blog .blogs-recent .recent-article .ra-item .article-right h5 {
    font-size: 0;
    margin: -5px 0 5px 0
}

body .sidebar.sidebar-blog .blogs-recent .recent-article .ra-item .article-right h5 a {
    font-size: 16px;
    color: #121212;
    font-weight: 700;
    line-height: 1.3em
}

body .sidebar.sidebar-blog .blogs-recent .recent-article .ra-item .article-right h5 a:focus, body .sidebar.sidebar-blog .blogs-recent .recent-article .ra-item .article-right h5 a:hover {
    color: #ee2c1f
}

body .sidebar.sidebar-blog .blog-banner .sidebar-content a {
    display: inline-block;
    zoom: 1;
    position: relative
}

body .sidebar.sidebar-blog .blog-banner .sidebar-content a:before {
    content: '';
    position: absolute;
    right: 10px;
    top: 10px;
    left: 10px;
    bottom: 10px;
    background-color: #000;
    opacity: 0;
    transition: all .5s ease
}

body .sidebar.sidebar-blog .blog-banner .sidebar-content a:focus:before, body .sidebar.sidebar-blog .blog-banner .sidebar-content a:hover:before {
    opacity: .3
}

body.active-sidebar {
    transition: all .5s ease;
    overflow: hidden;
    margin-right: 340px;
    margin-left: -340px
}

@media only screen and (min-width: 992px) {
    body.active-sidebar header.affix {
        right: 340px
    }
}

body .collection-layout ul {
    margin: 0
}

body .collection-layout ul li {
    list-style: none
}

body .collection-layout::after {
    content: '';
    display: table;
    clear: both
}

body .collection-layout .shopify-section {
    padding-top: 7.5px !important;
    padding-bottom: 17.5px !important
}

body .collection-layout #collection .collection-content-inner {
    margin-right: -15px;
    margin-left: -15px
}

body .collection-layout #collection .collection-mainarea {
    padding-right: 30px
}

@media only screen and (min-width: 992px) {
    body .collection-layout .filterCollections-layout {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    body .collection-layout .filterCollections-layout {
        margin-bottom: 5px
    }
}

@media only screen and (min-width: 992px) {
    body .collection-layout .collection-toolbar._mobile {
        display: none
    }
}

body .collection-layout .collection-toolbar .collection-title {
    color: #121212;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-right: 10px
}

@media only screen and (max-width: 1199px) {
    body .collection-layout .collection-toolbar .collection-title {
        padding-right: 0
    }
}

body .collection-layout .collection-toolbar .collection-banner-top {
    display: block;
    margin-bottom: 30px
}

body .collection-layout .collection-toolbar .group_toolbar {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    background-color: #f3f3f4;
    padding: 10px
}

body .collection-layout .collection-toolbar .group_toolbar .grid_list ul {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    margin-right: 0
}

body .collection-layout .collection-toolbar .group_toolbar .grid_list ul li {
    width: 30px;
    height: 30px;
    border: 0 solid #e3e5e7;
    text-align: center;
    background-color: #fff;
    cursor: pointer;
    padding: 0;
    margin-right: 5px;
    margin-left: 5px
}

body .collection-layout .collection-toolbar .group_toolbar .grid_list ul li .cs-icon {
    color: #88898b;
    font-size: 27px;
    line-height: 30px
}

body .collection-layout .collection-toolbar .group_toolbar .grid_list ul li.active {
    background-color: #ee2c1f
}

body .collection-layout .collection-toolbar .group_toolbar .grid_list ul li.active .cs-icon {
    color: #fff
}

@media only screen and (max-width: 767px) {
    body .collection-layout .collection-toolbar .group_toolbar .grid_list {
        display: none
    }
}

body .collection-layout .collection-toolbar .group_toolbar .filter-mobile {
    display: none
}

body .collection-layout .collection-toolbar .group_toolbar .filter-mobile .filter-icon {
    width: 40px;
    height: 40px;
    display: block;
    background-color: #fff;
    border: 1px solid #e3e5e7;
    color: #1a1a1a;
    text-align: center
}

body .collection-layout .collection-toolbar .group_toolbar .filter-mobile .filter-icon .cs-icon {
    line-height: 38px;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 700
}

body .collection-layout .collection-toolbar .group_toolbar .filter-mobile .filter-icon.active-filter {
    border-color: #ee2c1f;
    background-color: #ee2c1f;
    color: #fff
}

body .collection-layout .collection-toolbar .group_toolbar .filter-mobile .filter-icon.active-filter .cs-icon {
    color: #fff
}

@media only screen and (max-width: 991px) {
    body .collection-layout .collection-toolbar .group_toolbar .filter-mobile {
        display: inline-block;
        zoom: 1;
        margin-left: 15px
    }
}

body .collection-layout .collection-toolbar .group_toolbar .showPerPage, body .collection-layout .collection-toolbar .group_toolbar .sortBy {
    position: relative
}

body .collection-layout .collection-toolbar .group_toolbar .showPerPage .sub-dropdown, body .collection-layout .collection-toolbar .group_toolbar .showPerPage .sub-dropdown1, body .collection-layout .collection-toolbar .group_toolbar .sortBy .sub-dropdown, body .collection-layout .collection-toolbar .group_toolbar .sortBy .sub-dropdown1 {
    display: none
}

body .collection-layout .collection-toolbar .group_toolbar .showPerPage .toolbar-title, body .collection-layout .collection-toolbar .group_toolbar .sortBy .toolbar-title {
    font-size: 15px;
    color: #121212;
    margin-left: 5px;
    display: inline-block;
    zoom: 1
}

@media only screen and (max-width: 1199px) {
    body .collection-layout .collection-toolbar .group_toolbar .showPerPage .toolbar-title, body .collection-layout .collection-toolbar .group_toolbar .sortBy .toolbar-title {
        display: none
    }
}

body .collection-layout .collection-toolbar .group_toolbar .showPerPage button, body .collection-layout .collection-toolbar .group_toolbar .sortBy button {
    height: 32px;
    padding-right: 20px;
    background-color: #fff;
    border: 1px solid #e3e5e7;
    border-radius: 0;
    font-size: 14px;
    width: 200px;
    max-width: 100%;
    position: relative;
    padding-left: 32px;
    text-align: right
}

body .collection-layout .collection-toolbar .group_toolbar .showPerPage button span, body .collection-layout .collection-toolbar .group_toolbar .sortBy button span {
    font-weight: 500;
    color: #1a1a1a;
    line-height: 30px;
    display: block
}

body .collection-layout .collection-toolbar .group_toolbar .showPerPage button .cs-icon, body .collection-layout .collection-toolbar .group_toolbar .sortBy button .cs-icon {
    color: #88898b;
    margin-right: 5px;
    margin-left: 5px;
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -6.5px
}

body .collection-layout .collection-toolbar .group_toolbar .showPerPage button:focus, body .collection-layout .collection-toolbar .group_toolbar .sortBy button:focus {
    outline: 0
}

body .collection-layout .collection-toolbar .group_toolbar .showPerPage .control-container, body .collection-layout .collection-toolbar .group_toolbar .sortBy .control-container {
    left: 0;
    right: auto;
    top: 100%;
    padding: 0 15px;
    border-radius: 0;
    margin-top: 0;
    border: 1px solid #e3e5e7;
    border-top-width: 0;
    width: 100%;
    max-width: 200px
}

body .collection-layout .collection-toolbar .group_toolbar .showPerPage .control-container ul, body .collection-layout .collection-toolbar .group_toolbar .sortBy .control-container ul {
    margin: 0;
    margin-bottom: 0;
    font-size: 14px
}

body .collection-layout .collection-toolbar .group_toolbar .showPerPage .control-container ul li, body .collection-layout .collection-toolbar .group_toolbar .sortBy .control-container ul li {
    list-style: none;
    padding: 9.5px 0;
    border-bottom: 1px solid #e3e5e7
}

body .collection-layout .collection-toolbar .group_toolbar .showPerPage .control-container ul li:last-child, body .collection-layout .collection-toolbar .group_toolbar .sortBy .control-container ul li:last-child {
    border-bottom: 0
}

@media only screen and (max-width: 540px) {
    body .collection-layout .collection-toolbar .group_toolbar .showPerPage, body .collection-layout .collection-toolbar .group_toolbar .sortBy {
        margin-top: 5px;
        width: auto
    }
}

@media only screen and (max-width: 425px) {
    body .collection-layout .collection-toolbar .group_toolbar .showPerPage .toolbar-title, body .collection-layout .collection-toolbar .group_toolbar .sortBy .toolbar-title {
        display: none
    }

    body .collection-layout .collection-toolbar .group_toolbar .showPerPage .control-container, body .collection-layout .collection-toolbar .group_toolbar .sortBy .control-container {
        max-width: 100%;
        right: 0 !important;
        left: auto;
        border: 1px solid #e3e5e7
    }

    body .collection-layout .collection-toolbar .group_toolbar .showPerPage button, body .collection-layout .collection-toolbar .group_toolbar .sortBy button {
        max-width: 100%;
        width: 100%
    }

    body .collection-layout .collection-toolbar .group_toolbar .showPerPage .control-container *, body .collection-layout .collection-toolbar .group_toolbar .showPerPage button *, body .collection-layout .collection-toolbar .group_toolbar .sortBy .control-container *, body .collection-layout .collection-toolbar .group_toolbar .sortBy button * {
        font-size: 12px
    }
}

body .collection-layout .collection-toolbar .group_toolbar .filterCollections-layout a {
    display: table;
    width: auto
}

body .collection-layout .collection-toolbar .group_toolbar .filterCollections-layout a > span {
    display: table-cell;
    vertical-align: middle
}

body .collection-layout .collection-toolbar .group_toolbar .filterCollections-layout a .filterCollections-title {
    font-size: 16px;
    font-weight: 500;
    padding-left: 10px
}

body .collection-layout .collection-toolbar .group_toolbar .filterCollections-layout a .cs-icon {
    font-size: 20px;
    color: #121212
}

body .collection-layout .collection-toolbar .group_toolbar .group-right {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: auto
}

body .collection-layout .collection-toolbar .group_toolbar .group-right > div {
    margin-right: 20px
}

body .collection-layout .collection-toolbar .group_toolbar .product-counter {
    font-size: 18px
}

body .collection-layout .collection-toolbar .group_toolbar .pagination_group {
    margin-top: 0
}

@media only screen and (max-width: 1199px) {
    body .collection-layout .collection-toolbar .group_toolbar .pagination-toolbar {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    body .collection-layout .collection-toolbar .group_toolbar .group-left {
        display: none !important
    }
}

@media only screen and (max-width: 767px) {
    body .collection-layout .collection-toolbar .group_toolbar {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    body .collection-layout .collection-toolbar .group_toolbar .filterCollections-layout {
        width: 100%
    }

    body .collection-layout .collection-toolbar .group_toolbar .toolbar-title {
        display: none !important
    }
}

body .collection-layout .collection-content {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

body .collection-layout .collection-content .sidebar {
    border-left: 1px solid #e3e5e7
}

body .collection-layout .collection-items {
    margin-right: -15px;
    margin-left: -15px
}

@media only screen and (max-width: 425px) {
    body .collection-layout .collection-items {
        margin-right: -5px;
        margin-left: -5px
    }

    body .collection-layout .collection-items .products .product-item {
        padding: 0 5px
    }
}

body .collection-layout .collection-items .products {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

body .collection-layout .collection-items .products .product-item {
    border-left: 1px solid #e3e5e7;
    margin-bottom: 35px
}

body .collection-layout .collection-items .products .product-item .product {
    margin-bottom: 0
}

body .collection-layout .collection-items .products .product-item:last-child {
    border-left-width: 0
}

body .collection-layout .collection-items .products .product-item:nth-child(4n) {
    border-left-width: 0
}

body .collection-layout .collection-items.listMode .product-item {
    width: 100% !important;
    padding-right: 15px;
    padding-left: 15px
}

body .collection-layout .collection-items.listMode .product-item .product > div {
    padding: 0;
    width: 100%
}

body .collection-layout .collection-items.listMode .product-item:not(:last-child) .product {
    border-bottom: 1px solid #e3e5e7;
    padding-bottom: 30px;
    margin-bottom: 30px
}

body .collection-layout .collection-items.listMode .product {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

body .collection-layout .collection-items.listMode .product > .product-title {
    display: none
}

body .collection-layout .collection-items.listMode .product .row-left {
    max-width: 370px
}

body .collection-layout .collection-items.listMode .product .row-left .hover-mask {
    display: none !important
}

body .collection-layout .collection-items.listMode .product .row-right {
    padding-right: 35px !important
}

body .collection-layout .collection-items.listMode .product .list-mode {
    text-align: right
}

body .collection-layout .collection-items.listMode .product .list-mode .list-collection-left .group {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

body .collection-layout .collection-items.listMode .product .list-mode .list-collection-left .group > div {
    width: 50%
}

body .collection-layout .collection-items.listMode .product .list-mode .list-collection-left .product-title a {
    font-size: 24px;
    font-weight: 500
}

body .collection-layout .collection-items.listMode .product .list-mode .list-collection-left .rating-star {
    text-align: left
}

body .collection-layout .collection-items.listMode .product .list-mode .list-collection-left .rating-star .spr-badge-caption {
    display: block !important;
    margin-top: 13px;
    font-size: 14px;
    font-style: italic
}

body .collection-layout .collection-items.listMode .product .list-mode .list-collection-left .rating-star .spr-icon {
    margin-right: 5px
}

body .collection-layout .collection-items.listMode .product .list-mode .list-collection-left .product-price {
    margin-bottom: 20px
}

body .collection-layout .collection-items.listMode .product .list-mode .list-collection-left .product-price .price_sale {
    font-size: 18px
}

body .collection-layout .collection-items.listMode .product .list-mode .list-collection-left .product-price .price_compare {
    font-size: 16px
}

body .collection-layout .collection-items.listMode .product .list-mode .product-description {
    color: #1a1a1a;
    font-size: 16px;
    margin-bottom: 30px
}

body .collection-layout .collection-items.listMode .product .list-mode .group-actionbutton .product-addtocart {
    float: right
}

body .collection-layout .collection-items.listMode .product .list-mode .group-actionbutton .compare, body .collection-layout .collection-items.listMode .product .list-mode .group-actionbutton .effect-ajax-cart, body .collection-layout .collection-items.listMode .product .list-mode .group-actionbutton .quickview {
    transform: translateX(0);
    transform: translateY(0);
    opacity: 1
}

body .collection-layout .collection-items.listMode .product .list-mode .group-actionbutton .compare a, body .collection-layout .collection-items.listMode .product .list-mode .group-actionbutton .effect-ajax-cart ._btn, body .collection-layout .collection-items.listMode .product .list-mode .group-actionbutton .quickview a {
    margin-top: 0;
    border-radius: 0
}

body .collection-layout .collection-items.listMode .product .list-mode .group-actionbutton .compare a.compare-added, body .collection-layout .collection-items.listMode .product .list-mode .group-actionbutton .compare a.compare-added:focus, body .collection-layout .collection-items.listMode .product .list-mode .group-actionbutton .compare a.compare-added:hover, body .collection-layout .collection-items.listMode .product .list-mode .group-actionbutton .compare a:focus, body .collection-layout .collection-items.listMode .product .list-mode .group-actionbutton .compare a:hover, body .collection-layout .collection-items.listMode .product .list-mode .group-actionbutton .quickview a.compare-added, body .collection-layout .collection-items.listMode .product .list-mode .group-actionbutton .quickview a.compare-added:focus, body .collection-layout .collection-items.listMode .product .list-mode .group-actionbutton .quickview a.compare-added:hover, body .collection-layout .collection-items.listMode .product .list-mode .group-actionbutton .quickview a:focus, body .collection-layout .collection-items.listMode .product .list-mode .group-actionbutton .quickview a:hover {
    opacity: 1
}

body .collection-layout .collection-items.listMode .product .list-mode .group-actionbutton .effect-ajax-cart ._btn {
    width: auto;
    font-size: 12px;
    border-width: 1px;
    height: 40px;
    line-height: 38px;
    padding: 0 16px;
    font-weight: 700;
    height: 40px;
    line-height: 38px;
    padding-right: 30px;
    padding-left: 30px
}

@media only screen and (max-width: 1199px) {
    body .collection-layout .collection-items.listMode .product .list-mode .group-actionbutton .effect-ajax-cart ._btn {
        padding-right: 20px;
        padding-left: 20px
    }
}

body .collection-layout .collection-items.listMode .product .list-mode .group-actionbutton .quickview-wishlist-wrapper {
    -ms-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

body .collection-layout .collection-items.listMode .product .list-mode .group-actionbutton .quickview-wishlist-wrapper li {
    margin-right: 10px
}

@media only screen and (max-width: 1199px) {
    body .collection-layout .collection-items.listMode .product .list-mode .group-actionbutton .quickview-wishlist-wrapper li {
        margin-right: 5px
    }
}

body .collection-layout .collection-bottom-toolbar .pagination_group {
    margin-top: 0
}

body .collection-layout .collection-bottom-toolbar .product-pagination {
    width: auto;
    max-width: 50%
}

body .collection-layout .collection-bottom-toolbar .collection-bottom-toolbar-inner {
    background-color: #f3f3f4;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px
}

body .collection-layout .collection-bottom-toolbar .collection-bottom-toolbar-inner > div {
    padding: 0
}

@media only screen and (max-width: 767px) {
    body .collection-layout .collection-bottom-toolbar .collection-bottom-toolbar-inner > div {
        width: 100%;
        max-width: 100%;
        text-align: center;
        margin-top: 5px;
        margin-bottom: 5px
    }
}

@media only screen and (max-width: 1199px) {
    body .collection-layout .collection-items .products .product-item {
        width: 33.33333%
    }

    body .collection-layout .collection-items .products .product-item:nth-child(4n) {
        border-left-width: 1px
    }

    body .collection-layout .collection-items .products .product-item:nth-child(3n) {
        border-left-width: 0
    }
}

@media only screen and (max-width: 991px) {
    body .collection-layout .collection-leftsidebar:not(.active) {
        width: 0;
        overflow: hidden;
        padding: 0;
        margin: 0;
        display: none
    }

    body .collection-layout .collection-mainarea {
        width: 100% !important;
        padding-right: 15px !important
    }
}

@media only screen and (max-width: 1199px) {
    body .collection-layout .sidebar {
        width: 33.33333%
    }

    body .collection-layout .collection-mainarea {
        width: 66.66667%
    }
}

@media only screen and (max-width: 991px) {
    body .collection-layout .products .product-item {
        width: 33.33333%
    }
}

@media only screen and (max-width: 767px) {
    body .collection-layout .collection-items .products .product-item {
        width: 50%
    }

    body .collection-layout .collection-items .products .product-item:nth-child(3n) {
        border-left-width: 1px
    }

    body .collection-layout .collection-items .products .product-item:nth-child(2n) {
        border-left-width: 0
    }
}

body .list-collection-layout {
    padding: 30px 0
}

body .list-collection-layout .list-collection-inner {
    margin-right: -15px;
    margin-left: -15px
}

body .list-collection-layout .list-collection-content {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

body .list-collection-layout .list-collection-content > div {
    margin-bottom: 30px
}

body .list-collection-layout .collection-content {
    position: relative
}

body .list-collection-layout .collection-content .info {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    background-color: rgba(255, 255, 255, .7);
    opacity: 0;
    transition: all .5s ease
}

body .list-collection-layout .collection-content .info .info-group {
    transition: all .5s ease;
    transform: translateY(30px)
}

body .list-collection-layout .collection-content .info .info-group .title {
    background-color: #ee2c1f;
    color: #fff;
    font-size: 18px;
    line-height: 1em;
    text-transform: uppercase;
    font-family: Roboto Condensed;
    letter-spacing: 5px;
    padding: 3.5px 15px;
    margin-bottom: 5px
}

body .list-collection-layout .collection-content .info .info-group .count, body .list-collection-layout .collection-content .info .info-group .hover_button {
    padding: 0 15px
}

body .list-collection-layout .collection-content .info .info-group .count, body .list-collection-layout .collection-content .info .info-group .hover_button a {
    font-size: 16px;
    letter-spacing: 5px
}

body .list-collection-layout .collection-content .info .info-group .count {
    color: #1a1a1a
}

body .list-collection-layout .collection-content .info .info-group .hover_button a {
    text-decoration: underline;
    color: #ee2c1f
}

body .list-collection-layout .collection-content:focus .info, body .list-collection-layout .collection-content:hover .info {
    opacity: 1
}

body .list-collection-layout .collection-content:focus .info .info-group, body .list-collection-layout .collection-content:hover .info .info-group {
    transform: translateY(0)
}

@media only screen and (max-width: 991px) {
    body .list-collection-layout .list-collection-content > div {
        width: 50%
    }

    body .list-collection-layout .collection-content .info {
        opacity: 1;
        background-color: rgba(255, 255, 255, .4)
    }

    body .list-collection-layout .collection-content .info .info-group {
        transform: translateY(0)
    }
}

@media only screen and (max-width: 767px) {
    body .list-collection-layout .collection-content .info .info-group .title {
        font-size: 12px;
        letter-spacing: 4px;
        padding: 3px 10px 3px
    }

    body .list-collection-layout .collection-content .info .info-group .count, body .list-collection-layout .collection-content .info .info-group .hover_button a {
        font-size: 12px;
        letter-spacing: 2px
    }
}

@media only screen and (max-width: 767px) {
    body .list-collection-layout .list-collection-content > div {
        width: 100%
    }
}

body .modal.quick-shop .no-options .swatch_quick, body .no-options .modal.quick-shop .swatch_quick, body .no-options .swatch {
    display: none !important
}

body .modal.quick-shop .swatch_quick .header, body .swatch .header {
    font-family: Roboto Condensed;
    font-size: 15px;
    font-weight: 500;
    color: #88898b;
    text-transform: capitalize
}

body .modal.quick-shop .swatch_quick .swatch-element, body .swatch .swatch-element {
    float: right;
    border-width: 0;
    transition: all .5s ease;
    position: relative;
    margin-top: 2px !important;
    margin-bottom: 2px !important
}

body .modal.quick-shop .swatch_quick .swatch-element .crossed-out, body .swatch .swatch-element .crossed-out {
    display: none
}

body .modal.quick-shop .swatch_quick .swatch-element input, body .swatch .swatch-element input {
    display: none
}

body .modal.quick-shop .swatch_quick .swatch-element label, body .swatch .swatch-element label {
    width: 100%;
    height: 100%;
    padding-right: 5px;
    padding-left: 5px;
    border: 1px solid #ddd;
    background-color: transparent;
    font-weight: 400;
    text-align: center;
    line-height: 27px;
    background-position: -1px -1px;
    font-size: 14px;
    cursor: pointer
}

body .modal.quick-shop .swatch_quick .swatch-element input:checked + label, body .modal.quick-shop .swatch_quick .swatch-element.active label, body .swatch .swatch-element input:checked + label, body .swatch .swatch-element.active label {
    cursor: default
}

body .modal.quick-shop .swatch_quick:not(.color) .swatch-element, body .swatch:not(.color) .swatch-element {
    min-width: 30px;
    height: 30px;
    border-radius: 0;
    background-position: -1px -1px;
    margin-left: -1px
}

body .modal.quick-shop .swatch_quick:not(.color) .swatch-element label, body .swatch:not(.color) .swatch-element label {
    border-radius: 0
}

body .modal.quick-shop .swatch_quick:not(.color) .swatch-element input:checked + label, body .modal.quick-shop .swatch_quick:not(.color) .swatch-element.active label, body .modal.quick-shop .swatch_quick:not(.color) .swatch-element:hover label, body .swatch:not(.color) .swatch-element input:checked + label, body .swatch:not(.color) .swatch-element.active label, body .swatch:not(.color) .swatch-element:hover label {
    background-color: #ee2c1f;
    color: #fff
}

body .modal.quick-shop .color.swatch_quick, body .swatch.color {
    padding: 0;
    cursor: pointer
}

body .modal.quick-shop .color.swatch_quick .swatch-element, body .swatch.color .swatch-element {
    min-width: 30px;
    height: 30px;
    border-radius: 0;
    border-width: 0
}

body .modal.quick-shop .color.swatch_quick .swatch-element label, body .swatch.color .swatch-element label {
    border-radius: 0;
    border-width: 0 !important;
    margin: 0 !important
}

body .modal.quick-shop .color.swatch_quick .swatch-element input:checked + label:before, body .modal.quick-shop .color.swatch_quick .swatch-element.active label:before, body .modal.quick-shop .color.swatch_quick .swatch-element:hover label:before, body .swatch.color .swatch-element input:checked + label:before, body .swatch.color .swatch-element.active label:before, body .swatch.color .swatch-element:hover label:before {
    display: inline-block;
    zoom: 1;
    font-smooth: always;
    -ms-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    content: "\f00c";
    color: rgba(255, 255, 255, .9);
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    text-align: center;
    font-size: 16px;
    margin-top: -8px
}

@media only screen and (max-width: 425px) {
    body .modal.quick-shop .swatch_quick .header, body .swatch .header {
        font-size: 14px -2px
    }

    body .modal.quick-shop .swatch_quick .swatch-element, body .swatch .swatch-element {
        margin-bottom: 7px
    }
}

body .modal.quick-shop .quantity-wrapper {
    float: right !important
}

body .modal.quick-shop .variants-wrapper {
    display: none !important
}

body .modal.quick-shop .modal-dialog {
    width: 100% !important;
    max-width: 900px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

body .modal.quick-shop .modal-dialog .modal-content {
    border-radius: 0
}

body .modal.quick-shop .modal-dialog .modal-content .modal-header {
    height: 50px;
    border-width: 0
}

body .modal.quick-shop .modal-dialog .modal-content .modal-header .close {
    opacity: 1;
    transition: all .5s ease
}

body .modal.quick-shop .modal-dialog .modal-content .modal-header .close:hover {
    color: #ee2c1f
}

body .modal.quick-shop .modal-dialog .modal-content .modal-body {
    padding: 0 50px 50px 50px
}

body .modal.quick-shop .modal-dialog .modal-content .product-image, body .modal.quick-shop .modal-dialog .modal-content .product-information {
    width: 50%;
    float: right
}

body .modal.quick-shop .modal-dialog .modal-content .product-image {
    padding-right: 0
}

body .modal.quick-shop .modal-dialog .modal-content .product-image .gallery-images-layout {
    overflow: hidden;
    position: relative
}

body .modal.quick-shop .modal-dialog .modal-content .product-image #featuted-image {
    border-width: 0;
    text-align: center;
    margin-bottom: 10px
}

body .modal.quick-shop .modal-dialog .modal-content .product-image #featuted-image > span {
    display: block !important
}

body .modal.quick-shop .modal-dialog .modal-content .product-image #featuted-image iframe, body .modal.quick-shop .modal-dialog .modal-content .product-image #featuted-image video {
    width: 100%;
    height: 100%
}

body .modal.quick-shop .modal-dialog .modal-content .product-image .show-image-load {
    text-align: center;
    width: 100%;
    z-index: 9
}

body .modal.quick-shop .modal-dialog .modal-content .product-image .show-image-load i {
    color: #ee2c1f
}

body .modal.quick-shop .modal-dialog .modal-content .product-image .gallery-images-inner {
    margin-right: -5px;
    margin-left: -5px
}

body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content .image-vertical {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center
}

body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content .image-vertical a {
    display: block
}

body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content .image-vertical.active img, body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content .image-vertical:hover img {
    border: 1px solid rgba(0, 0, 0, .7);
    opacity: .4
}

body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content .image-vertical .product-thumbnail-badge {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 20px;
    height: 20px
}

body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content .image-vertical .product-thumbnail-badge svg {
    fill: #fff;
    width: 100%;
    height: 100%;
    vertical-align: baseline
}

body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content .image-vertical .product-thumbnail-badge svg .icon-3d-badge-full-color-outline, body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content .image-vertical .product-thumbnail-badge svg .icon-video-badge-full-color-outline {
    stroke: rgba(61, 66, 70, 0.05)
}

body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content .image-vertical .product-thumbnail-badge svg .icon-3d-badge-full-color-element, body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content .image-vertical .product-thumbnail-badge svg .icon-video-badge-full-color-element {
    fill: #3d4246
}

body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content .owl-controls .owl-next, body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content .owl-controls .owl-prev {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3);
    color: #1d1d1d;
    border-color: transparent;
    background-color: #fff
}

body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content .owl-controls .owl-next *, body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content .owl-controls .owl-prev * {
    color: currentcolor
}

body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content .owl-controls .owl-next:focus, body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content .owl-controls .owl-next:hover, body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content .owl-controls .owl-prev:focus, body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content .owl-controls .owl-prev:hover {
    color: #ee2c1f;
    border-color: #ee2c1f;
    background-color: #fff
}

body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content .owl-controls .owl-next:focus *, body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content .owl-controls .owl-next:hover *, body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content .owl-controls .owl-prev:focus *, body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content .owl-controls .owl-prev:hover * {
    color: currentcolor
}

body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content .owl-controls .owl-prev {
    right: 10px
}

body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content .owl-controls .owl-next {
    left: 10px
}

body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content:focus .owl-controls, body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content:hover .owl-controls {
    opacity: 1
}

body .modal.quick-shop .modal-dialog .modal-content .product-image #featuted-image {
    margin-bottom: 30px
}

body .modal.quick-shop .modal-dialog .modal-content .product-information {
    padding-left: 0
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .title {
    margin-top: 0;
    font-family: Roboto Condensed;
    text-transform: capitalize;
    color: #1a1a1a;
    font-weight: 300;
    font-size: 34px;
    line-height: 1.1em;
    margin-bottom: 10px;
    width: 100%;
    float: right
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .title * {
    margin-top: 0;
    font-family: Roboto Condensed;
    text-transform: capitalize;
    color: #1a1a1a;
    font-weight: 300;
    font-size: 34px
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .description {
    font-size: 16px;
    color: #161616;
    line-height: 1.7em;
    margin-bottom: 15px
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .product-price {
    text-align: right;
    margin-bottom: 15px
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .product-price h2 {
    margin: 0;
    font-size: 0
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .product-price .money {
    color: #df1e31;
    font-family: Roboto;
    font-weight: 500;
    font-size: 20px
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .product-price del {
    margin-right: 10px;
    color: #696969
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .product-price del .money {
    color: #696969
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .product-price del .money {
    font-weight: 500;
    font-size: 16px
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .quantity-wrapper {
    min-width: 65px;
    float: right;
    margin-left: 10px
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .quantity-wrapper .wrapper-title {
    font-family: Roboto Condensed;
    font-size: 15px;
    font-weight: 500;
    color: #88898b;
    text-transform: capitalize
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .quantity-wrapper .wrapper {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    height: 32px;
    min-width: auto;
    max-width: 127px;
    padding: 0 10px 0 15px;
    border-radius: 0;
    position: relative;
    border: 1px solid #e3e5e7;
    background-color: #fff;
    border-radius: 0
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .quantity-wrapper .wrapper .qty-down, body .modal.quick-shop .modal-dialog .modal-content .product-information .quantity-wrapper .wrapper .qty-up {
    position: absolute;
    text-align: left;
    width: 30px;
    height: 15px;
    line-height: 15px;
    left: 0;
    padding-left: 5px
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .quantity-wrapper .wrapper .qty-down.cs-icon, body .modal.quick-shop .modal-dialog .modal-content .product-information .quantity-wrapper .wrapper .qty-up.cs-icon {
    color: #121212;
    font-weight: 700;
    font-size: 12px
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .quantity-wrapper .wrapper .qty-down {
    bottom: 0;
    top: auto
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .quantity-wrapper .wrapper .qty-up {
    top: 0;
    bottom: auto
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .quantity-wrapper .wrapper input[type=text] {
    text-align: right;
    border-width: 0;
    font-size: 14px;
    height: 100%;
    padding: 5px;
    color: #121212;
    font-weight: 500;
    font-family: Roboto;
    background-color: transparent
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .quantity-wrapper .wrapper ::-webkit-input-placeholder {
    font-size: 15px;
    color: #121212
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .quantity-wrapper .wrapper ::-moz-placeholder {
    font-size: 15px;
    color: #121212
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .quantity-wrapper .wrapper :-ms-input-placeholder {
    font-size: 15px;
    color: #121212
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .quantity-wrapper .wrapper ::-ms-input-placeholder {
    font-size: 15px;
    color: #121212
}

@media only screen and (max-width: 1199px) {
    body .modal.quick-shop .modal-dialog .modal-content .product-information .quantity-wrapper .wrapper {
        padding: 0
    }

    body .modal.quick-shop .modal-dialog .modal-content .product-information .quantity-wrapper .wrapper .qty-btn-vertical {
        display: none !important
    }
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .purchase-section {
    float: right
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .purchase-section .purchase {
    float: right
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .purchase-section .purchase .add-to-cart {
    font-size: 14px;
    padding: 0 16px;
    font-weight: 700;
    border-width: 1px;
    height: 50px;
    line-height: 48px;
    color: #fff;
    border-color: #ee2c1f;
    background-color: #ee2c1f;
    text-align: center;
    padding: 0 20px;
    height: 32px;
    line-height: 1em;
    text-transform: capitalize;
    font-weight: 400 !important;
    font-family: Roboto !important;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .purchase-section .purchase .add-to-cart * {
    color: currentcolor
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .purchase-section .purchase .add-to-cart span {
    line-height: 1em;
    display: inline-block;
    zoom: 1
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .purchase-section .purchase .add-to-cart .icon-cs-cart {
    margin-left: 5px
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .purchase-section .purchase .add-to-cart:focus, body .modal.quick-shop .modal-dialog .modal-content .product-information .purchase-section .purchase .add-to-cart:hover {
    color: #fff;
    border-color: #ee2c1f;
    background-color: #ee2c1f
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .purchase-section .purchase .add-to-cart:focus *, body .modal.quick-shop .modal-dialog .modal-content .product-information .purchase-section .purchase .add-to-cart:hover * {
    color: currentcolor
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .comWish-content {
    display: inline-block;
    zoom: 1;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: auto;
    margin: 0
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .comWish-content::after {
    content: '';
    display: table;
    clear: both
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .comWish-content > a {
    vertical-align: top;
    font-size: 14px;
    color: #121212;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    height: 32px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: auto !important;
    border-width: 0;
    margin-right: 20px
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .comWish-content > a > span {
    display: inline-block;
    zoom: 1;
    text-transform: capitalize;
    font-family: Roboto
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .comWish-content > a .cs-icon {
    margin-left: 5px
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .comWish-content > a .cs-icon:before {
    font-size: 20px;
    color: #ee2c1f
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .comWish-content > a .cs-icon.icon-heart:before {
    font-size: 15px
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .comWish-content > a.compare-added, body .modal.quick-shop .modal-dialog .modal-content .product-information .comWish-content > a.wishlist-added, body .modal.quick-shop .modal-dialog .modal-content .product-information .comWish-content > a:focus, body .modal.quick-shop .modal-dialog .modal-content .product-information .comWish-content > a:hover {
    color: #ee2c1f;
    border-color: #ee2c1f;
    background-color: #fff;
    cursor: default
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .comWish-content > a.compare-added *, body .modal.quick-shop .modal-dialog .modal-content .product-information .comWish-content > a.wishlist-added *, body .modal.quick-shop .modal-dialog .modal-content .product-information .comWish-content > a:focus *, body .modal.quick-shop .modal-dialog .modal-content .product-information .comWish-content > a:hover * {
    color: currentcolor
}

@media only screen and (max-width: 991px) {
    body .modal.quick-shop .modal-dialog .modal-content .product-information .comWish-content ._compareWishlist-text {
        display: none !important
    }

    body .modal.quick-shop .modal-dialog .modal-content .product-information .comWish-content > a {
        margin-right: 10px
    }
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .product-type {
    margin: 0
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .product-type .selector-wrapper {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 10px;
    margin-top: 10px
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .product-type .selector-wrapper label {
    font-family: Roboto Condensed;
    font-size: 15px;
    font-weight: 500;
    color: #88898b;
    text-transform: capitalize;
    width: 60px;
    line-height: 1em;
    margin-bottom: 0 !important
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .product-type .selector-wrapper select {
    padding-right: 10px;
    padding-left: 10px;
    background-color: #fff;
    border: 1px solid #e3e5e7;
    text-align: right;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    height: 30px;
    max-width: 95px;
    text-transform: capitalize;
    color: #121212
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .spr-badge[data-rating="0.0"] {
    display: none !important
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .spr-badge[data-rating="0.0"] + .review-link {
    margin-right: 0
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .quantity-wrapper {
    margin-bottom: 25px
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .rating-content {
    margin-bottom: 17px
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .spr-badge-caption {
    color: #1a1a1a;
    font-size: 14px;
    font-style: italic
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .quick-shop-management {
    margin-bottom: 6px
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .quick-shop-management .management-title {
    text-transform: uppercase;
    color: #121212;
    font-weight: 700;
    margin-left: 5px;
    font-size: 14px
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .quick-shop-management .management-description {
    color: #ee2c1f;
    font-style: italic;
    display: inline-block;
    zoom: 1;
    font-size: 14px
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .product-price {
    margin-bottom: 6px
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .product-price del {
    margin-left: 10px
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .supports-fontface {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    border-top: 1px solid #e3e5e7;
    padding-top: 25px;
    margin-top: 23px
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .supports-fontface::after {
    content: '';
    display: table;
    clear: both
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .supports-fontface .social-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #121212;
    margin-left: 45px
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .supports-fontface .quick-shop-social a {
    border-width: 0;
    background-color: transparent;
    margin-left: 15px
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .supports-fontface .quick-shop-social .fa {
    font-size: 16px
}

body .modal.quick-shop .swatch_quick {
    margin-bottom: 25px
}

body .modal.quick-shop .swatch_quick:not(.color) {
    margin-left: 30px
}

body .modal.quick-shop .swatch_quick > label {
    display: block
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .quantity-wrapper {
    min-width: 65px
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .quantity-wrapper .wrapper {
    max-width: 65px !important
}

body .product-detail-layout::after {
    content: '';
    display: table;
    clear: both
}

body .product-detail-layout .product-detail-inner {
    margin-right: -15px;
    margin-left: -15px
}

body .product-detail-layout .product-detail-inner.positionSidebar-left .v_product_group {
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

body .product-detail-layout .product-detail-inner.positionSidebar-left .product-detail-content {
    padding-right: 30px
}

body .product-detail-layout .product-detail-inner.positionSidebar-left .sidebar {
    border-left: 1px solid #e3e5e7
}

body .product-detail-layout .product-detail-content .info-detail-layout::after {
    content: '';
    display: table;
    clear: both
}

body .product-detail-layout .product-detail-content .info-detail-content .info-detail-pro {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 30px;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

body .product-detail-layout .product-detail-content #product-information {
    width: 55%
}

body .product-detail-layout .product-detail-content #product-image {
    width: 45%
}

body .product-detail-layout .product-detail-content #product-image {
    padding-right: 0
}

body .product-detail-layout .product-detail-content #product-image .gallery-images-layout {
    overflow: hidden;
    position: relative
}

body .product-detail-layout .product-detail-content #product-image #featuted-image {
    border-width: 0;
    text-align: center;
    margin-bottom: 30px
}

body .product-detail-layout .product-detail-content #product-image #featuted-image > span {
    display: block !important
}

body .product-detail-layout .product-detail-content #product-image #featuted-image iframe, body .product-detail-layout .product-detail-content #product-image #featuted-image video {
    width: 100%;
    height: 100%
}

body .product-detail-layout .product-detail-content #product-image .show-image-load {
    text-align: center;
    width: 100%;
    z-index: 9
}

body .product-detail-layout .product-detail-content #product-image .show-image-load i {
    color: #ee2c1f
}

body .product-detail-layout .product-detail-content #product-image .gallery-images-inner {
    margin-right: -15px;
    margin-left: -15px
}

body .product-detail-layout .product-detail-content #product-image .vertical-image-content .image-vertical {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center
}

body .product-detail-layout .product-detail-content #product-image .vertical-image-content .image-vertical a {
    display: block
}

body .product-detail-layout .product-detail-content #product-image .vertical-image-content .image-vertical.active img, body .product-detail-layout .product-detail-content #product-image .vertical-image-content .image-vertical:hover img {
    border: 1px solid rgba(0, 0, 0, .7);
    opacity: .4
}

body .product-detail-layout .product-detail-content #product-image .vertical-image-content .image-vertical .product-thumbnail-badge {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 20px;
    height: 20px
}

body .product-detail-layout .product-detail-content #product-image .vertical-image-content .image-vertical .product-thumbnail-badge svg {
    fill: #fff;
    width: 100%;
    height: 100%;
    vertical-align: baseline
}

body .product-detail-layout .product-detail-content #product-image .vertical-image-content .image-vertical .product-thumbnail-badge svg .icon-3d-badge-full-color-outline, body .product-detail-layout .product-detail-content #product-image .vertical-image-content .image-vertical .product-thumbnail-badge svg .icon-video-badge-full-color-outline {
    stroke: rgba(61, 66, 70, 0.05)
}

body .product-detail-layout .product-detail-content #product-image .vertical-image-content .image-vertical .product-thumbnail-badge svg .icon-3d-badge-full-color-element, body .product-detail-layout .product-detail-content #product-image .vertical-image-content .image-vertical .product-thumbnail-badge svg .icon-video-badge-full-color-element {
    fill: #3d4246
}

body .product-detail-layout .product-detail-content #product-image .vertical-image-content .owl-controls .owl-next, body .product-detail-layout .product-detail-content #product-image .vertical-image-content .owl-controls .owl-prev {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3);
    color: #1d1d1d;
    border-color: transparent;
    background-color: #fff
}

body .product-detail-layout .product-detail-content #product-image .vertical-image-content .owl-controls .owl-next *, body .product-detail-layout .product-detail-content #product-image .vertical-image-content .owl-controls .owl-prev * {
    color: currentcolor
}

body .product-detail-layout .product-detail-content #product-image .vertical-image-content .owl-controls .owl-next:focus, body .product-detail-layout .product-detail-content #product-image .vertical-image-content .owl-controls .owl-next:hover, body .product-detail-layout .product-detail-content #product-image .vertical-image-content .owl-controls .owl-prev:focus, body .product-detail-layout .product-detail-content #product-image .vertical-image-content .owl-controls .owl-prev:hover {
    color: #ee2c1f;
    border-color: #ee2c1f;
    background-color: #fff
}

body .product-detail-layout .product-detail-content #product-image .vertical-image-content .owl-controls .owl-next:focus *, body .product-detail-layout .product-detail-content #product-image .vertical-image-content .owl-controls .owl-next:hover *, body .product-detail-layout .product-detail-content #product-image .vertical-image-content .owl-controls .owl-prev:focus *, body .product-detail-layout .product-detail-content #product-image .vertical-image-content .owl-controls .owl-prev:hover * {
    color: currentcolor
}

body .product-detail-layout .product-detail-content #product-image .vertical-image-content .owl-controls .owl-prev {
    right: 20px
}

body .product-detail-layout .product-detail-content #product-image .vertical-image-content .owl-controls .owl-next {
    left: 20px
}

body .product-detail-layout .product-detail-content #product-image .vertical-image-content:focus .owl-controls, body .product-detail-layout .product-detail-content #product-image .vertical-image-content:hover .owl-controls {
    opacity: 1
}

body .product-detail-layout .product-detail-content #product-information {
    padding-left: 0
}

body .product-detail-layout .product-detail-content #product-information .title {
    margin-top: 0;
    font-family: Roboto Condensed;
    text-transform: capitalize;
    color: #1a1a1a;
    font-weight: 300;
    font-size: 34px;
    line-height: 1.1em;
    margin-bottom: 10px;
    width: 100%;
    float: right
}

body .product-detail-layout .product-detail-content #product-information .title * {
    margin-top: 0;
    font-family: Roboto Condensed;
    text-transform: capitalize;
    color: #1a1a1a;
    font-weight: 300;
    font-size: 34px
}

body .product-detail-layout .product-detail-content #product-information .description {
    font-size: 16px;
    color: #161616;
    line-height: 1.7em;
    margin-bottom: 15px
}

body .product-detail-layout .product-detail-content #product-information .product-price {
    text-align: right;
    margin-bottom: 15px
}

body .product-detail-layout .product-detail-content #product-information .product-price h2 {
    margin: 0;
    font-size: 0
}

body .product-detail-layout .product-detail-content #product-information .product-price .money {
    color: #df1e31;
    font-family: Roboto;
    font-weight: 500;
    font-size: 28px
}

body .product-detail-layout .product-detail-content #product-information .product-price del {
    margin-right: 10px;
    color: #696969
}

body .product-detail-layout .product-detail-content #product-information .product-price del .money {
    color: #696969
}

body .product-detail-layout .product-detail-content #product-information .product-price del .money {
    font-weight: 500;
    font-size: 16px
}

body .product-detail-layout .product-detail-content #product-information .quantity-wrapper {
    min-width: 65px;
    float: right;
    margin-left: 10px
}

body .product-detail-layout .product-detail-content #product-information .quantity-wrapper .wrapper-title {
    font-family: Roboto Condensed;
    font-size: 15px;
    font-weight: 500;
    color: #88898b;
    text-transform: capitalize
}

body .product-detail-layout .product-detail-content #product-information .quantity-wrapper .wrapper {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    height: 32px;
    min-width: auto;
    max-width: 127px;
    padding: 0 10px 0 15px;
    border-radius: 0;
    position: relative;
    border: 1px solid #e3e5e7;
    background-color: #fff;
    border-radius: 0
}

body .product-detail-layout .product-detail-content #product-information .quantity-wrapper .wrapper .qty-down, body .product-detail-layout .product-detail-content #product-information .quantity-wrapper .wrapper .qty-up {
    position: absolute;
    text-align: left;
    width: 30px;
    height: 15px;
    line-height: 15px;
    left: 0;
    padding-left: 5px
}

body .product-detail-layout .product-detail-content #product-information .quantity-wrapper .wrapper .qty-down.cs-icon, body .product-detail-layout .product-detail-content #product-information .quantity-wrapper .wrapper .qty-up.cs-icon {
    color: #121212;
    font-weight: 700;
    font-size: 12px
}

body .product-detail-layout .product-detail-content #product-information .quantity-wrapper .wrapper .qty-down {
    bottom: 0;
    top: auto
}

body .product-detail-layout .product-detail-content #product-information .quantity-wrapper .wrapper .qty-up {
    top: 0;
    bottom: auto
}

body .product-detail-layout .product-detail-content #product-information .quantity-wrapper .wrapper input[type=text] {
    text-align: right;
    border-width: 0;
    font-size: 14px;
    height: 100%;
    padding: 5px;
    color: #121212;
    font-weight: 500;
    font-family: Roboto;
    background-color: transparent
}

body .product-detail-layout .product-detail-content #product-information .quantity-wrapper .wrapper ::-webkit-input-placeholder {
    font-size: 15px;
    color: #121212
}

body .product-detail-layout .product-detail-content #product-information .quantity-wrapper .wrapper ::-moz-placeholder {
    font-size: 15px;
    color: #121212
}

body .product-detail-layout .product-detail-content #product-information .quantity-wrapper .wrapper :-ms-input-placeholder {
    font-size: 15px;
    color: #121212
}

body .product-detail-layout .product-detail-content #product-information .quantity-wrapper .wrapper ::-ms-input-placeholder {
    font-size: 15px;
    color: #121212
}

@media only screen and (max-width: 1199px) {
    body .product-detail-layout .product-detail-content #product-information .quantity-wrapper .wrapper {
        padding: 0
    }

    body .product-detail-layout .product-detail-content #product-information .quantity-wrapper .wrapper .qty-btn-vertical {
        display: none !important
    }
}

body .product-detail-layout .product-detail-content #product-information .purchase-section {
    float: right
}

body .product-detail-layout .product-detail-content #product-information .purchase-section .purchase {
    float: right
}

body .product-detail-layout .product-detail-content #product-information .purchase-section .purchase .add-to-cart {
    font-size: 14px;
    padding: 0 16px;
    font-weight: 700;
    border-width: 1px;
    height: 50px;
    line-height: 48px;
    color: #fff;
    border-color: #ee2c1f;
    background-color: #ee2c1f;
    text-align: center;
    padding: 0 20px;
    height: 32px;
    line-height: 1em;
    text-transform: capitalize;
    font-weight: 400 !important;
    font-family: Roboto !important;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto
}

body .product-detail-layout .product-detail-content #product-information .purchase-section .purchase .add-to-cart * {
    color: currentcolor
}

body .product-detail-layout .product-detail-content #product-information .purchase-section .purchase .add-to-cart span {
    line-height: 1em;
    display: inline-block;
    zoom: 1
}

body .product-detail-layout .product-detail-content #product-information .purchase-section .purchase .add-to-cart .icon-cs-cart {
    margin-left: 5px
}

body .product-detail-layout .product-detail-content #product-information .purchase-section .purchase .add-to-cart:focus, body .product-detail-layout .product-detail-content #product-information .purchase-section .purchase .add-to-cart:hover {
    color: #fff;
    border-color: #ee2c1f;
    background-color: #ee2c1f
}

body .product-detail-layout .product-detail-content #product-information .purchase-section .purchase .add-to-cart:focus *, body .product-detail-layout .product-detail-content #product-information .purchase-section .purchase .add-to-cart:hover * {
    color: currentcolor
}

body .product-detail-layout .product-detail-content #product-information .comWish-content {
    display: inline-block;
    zoom: 1;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: auto;
    margin: 0
}

body .product-detail-layout .product-detail-content #product-information .comWish-content::after {
    content: '';
    display: table;
    clear: both
}

body .product-detail-layout .product-detail-content #product-information .comWish-content > a {
    vertical-align: top;
    font-size: 14px;
    color: #121212;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    height: 32px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: auto !important;
    border-width: 0;
    margin-right: 20px
}

body .product-detail-layout .product-detail-content #product-information .comWish-content > a > span {
    display: inline-block;
    zoom: 1;
    text-transform: capitalize;
    font-family: Roboto
}

body .product-detail-layout .product-detail-content #product-information .comWish-content > a .cs-icon {
    margin-left: 5px
}

body .product-detail-layout .product-detail-content #product-information .comWish-content > a .cs-icon:before {
    font-size: 20px;
    color: #ee2c1f
}

body .product-detail-layout .product-detail-content #product-information .comWish-content > a .cs-icon.icon-heart:before {
    font-size: 15px
}

body .product-detail-layout .product-detail-content #product-information .comWish-content > a.compare-added, body .product-detail-layout .product-detail-content #product-information .comWish-content > a.wishlist-added, body .product-detail-layout .product-detail-content #product-information .comWish-content > a:focus, body .product-detail-layout .product-detail-content #product-information .comWish-content > a:hover {
    color: #ee2c1f;
    border-color: #ee2c1f;
    background-color: #fff;
    cursor: default
}

body .product-detail-layout .product-detail-content #product-information .comWish-content > a.compare-added *, body .product-detail-layout .product-detail-content #product-information .comWish-content > a.wishlist-added *, body .product-detail-layout .product-detail-content #product-information .comWish-content > a:focus *, body .product-detail-layout .product-detail-content #product-information .comWish-content > a:hover * {
    color: currentcolor
}

@media only screen and (max-width: 991px) {
    body .product-detail-layout .product-detail-content #product-information .comWish-content ._compareWishlist-text {
        display: none !important
    }

    body .product-detail-layout .product-detail-content #product-information .comWish-content > a {
        margin-right: 10px
    }
}

body .product-detail-layout .product-detail-content #product-information .product-type {
    margin: 0
}

body .product-detail-layout .product-detail-content #product-information .product-type .selector-wrapper {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 10px;
    margin-top: 10px
}

body .product-detail-layout .product-detail-content #product-information .product-type .selector-wrapper label {
    font-family: Roboto Condensed;
    font-size: 15px;
    font-weight: 500;
    color: #88898b;
    text-transform: capitalize;
    width: 60px;
    line-height: 1em;
    margin-bottom: 0 !important
}

body .product-detail-layout .product-detail-content #product-information .product-type .selector-wrapper select {
    padding-right: 10px;
    padding-left: 10px;
    background-color: #fff;
    border: 1px solid #e3e5e7;
    text-align: right;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    height: 30px;
    max-width: 95px;
    text-transform: capitalize;
    color: #121212
}

body .product-detail-layout .product-detail-content #product-information .spr-badge[data-rating="0.0"] {
    display: none !important
}

body .product-detail-layout .product-detail-content #product-information .spr-badge[data-rating="0.0"] + .review-link {
    margin-right: 0
}

body .product-detail-layout .product-detail-content #product-information .quantity-wrapper .wrapper {
    max-width: 65px
}

body .product-detail-layout .product-detail-content #product-information .information-top {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px
}

body .product-detail-layout .product-detail-content #product-information .information-top .top-left, body .product-detail-layout .product-detail-content #product-information .information-top .top-right {
    width: 50%
}

body .product-detail-layout .product-detail-content #product-information .product-rating {
    margin-bottom: 16px
}

body .product-detail-layout .product-detail-content #product-information .product-rating > .rating-content * {
    display: inline-block;
    zoom: 1
}

body .product-detail-layout .product-detail-content #product-information .product-rating > .rating-content .rating-title {
    font-weight: 700;
    padding-left: 5px
}

body .product-detail-layout .product-detail-content #product-information .rating-content {
    margin-bottom: 15px
}

body .product-detail-layout .product-detail-content #product-information .rating-content .rating-description {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center
}

body .product-detail-layout .product-detail-content #product-information .rating-content .rating-description > span {
    display: inline-block;
    zoom: 1
}

body .product-detail-layout .product-detail-content #product-information .rating-content .rating-description .review-link a {
    color: #ee2c1f;
    font-size: 15px
}

body .product-detail-layout .product-detail-content #product-information .rating-content .rating-description .spr-badge > span {
    display: inline-block;
    zoom: 1;
    margin: 0
}

body .product-detail-layout .product-detail-content #product-information .rating-content .rating-description .spr-badge .spr-badge-caption {
    color: #121212;
    font-size: 15px;
    margin-right: 10px;
    margin-left: 10px
}

body .product-detail-layout .product-detail-content #product-information .rating-content .rating-description .spr-badge .spr-badge-caption * {
    color: #121212
}

body .product-detail-layout .product-detail-content #product-information .rating-content .rating-description .spr-badge .spr-badge-caption:before {
    content: '('
}

body .product-detail-layout .product-detail-content #product-information .rating-content .rating-description .spr-badge .spr-badge-caption:after {
    content: ')'
}

body .product-detail-layout .product-detail-content #product-information .product-management {
    margin-top: 16px;
    margin-bottom: 16px
}

body .product-detail-layout .product-detail-content #product-information .product-management .management-content {
    margin-bottom: 4px
}

body .product-detail-layout .product-detail-content #product-information .product-management .management-content .management-description, body .product-detail-layout .product-detail-content #product-information .product-management .management-content .management-title {
    display: inline-block;
    zoom: 1;
    font-size: 14px
}

body .product-detail-layout .product-detail-content #product-information .product-management .management-content .management-title {
    text-transform: uppercase;
    color: #121212;
    font-weight: 700;
    margin-left: 5px;
    font-size: 14px
}

body .product-detail-layout .product-detail-content #product-information .product-management .management-content .management-description {
    color: rgba(248, 119, 51, .8);
    font-style: italic
}

body .product-detail-layout .product-detail-content #product-information .product-management .management-content.management-out .management-description {
    color: red
}

body .product-detail-layout .product-detail-content #product-information .supports-fontface {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    border-top: 1px solid #e3e5e7;
    padding-top: 15px;
    margin-top: 25px
}

body .product-detail-layout .product-detail-content #product-information .supports-fontface::after {
    content: '';
    display: table;
    clear: both
}

body .product-detail-layout .product-detail-content #product-information .supports-fontface .social-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #121212;
    margin-left: 45px
}

body .product-detail-layout .product-detail-content #product-information .supports-fontface .social-sharing.is-clean a {
    border-width: 0;
    margin-left: 5px
}

body .product-detail-layout .product-detail-content #product-information .supports-fontface .social-sharing .fa {
    font-size: 16px
}

body .product-detail-layout .product-detail-content #product-information .group-product-information {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

body .product-detail-layout .product-detail-content #product-information .group-product-information .product-rating {
    border-bottom: 1px solid #e3e5e7;
    padding-bottom: 13px;
    margin-bottom: 15px
}

body .product-detail-layout .product-detail-content #product-information .group-product-information .product-rating .rating-content {
    margin-bottom: 5px
}

body .product-detail-layout .product-detail-content #product-information .group-product-information .product-rating .rating-content .rating-title {
    width: 100px;
    display: inline-block;
    zoom: 1
}

body .product-detail-layout .product-detail-content #product-information .group-product-information .product-rating .rating-content .rating-description {
    display: inline-block;
    zoom: 1
}

body .product-detail-layout .product-detail-content #product-information .group-product-information .product-rating .rating-content .rating-description .spr-badge-starrating {
    margin-left: 10px
}

body .product-detail-layout .product-detail-content #product-information .product-share {
    margin-bottom: 20px;
    margin-top: 25px
}

body .product-detail-layout .product-detail-content #product-information .product-share .share-item {
    text-align: right;
    display: table;
    vertical-align: middle
}

body .product-detail-layout .product-detail-content #product-information .product-share .share-item:not(:last-child) {
    margin-bottom: 15px
}

body .product-detail-layout .product-detail-content #product-information .product-share .share-item > * {
    display: table-cell
}

body .product-detail-layout .product-detail-content #product-information .product-share .share-item .share-title {
    font-size: 16px;
    text-transform: capitalize;
    color: #161616;
    width: auto;
    font-weight: 500
}

body .product-detail-layout .product-detail-content #product-information .product-share .share-item .share-info {
    color: #ee2c1f
}

body .product-detail-layout .product-detail-content #product-information .product-share .share-item .share-info * {
    color: #ee2c1f
}

body .product-detail-layout .product-detail-content #product-information .product-share .share-item .share-info a span {
    margin-right: 5px;
    margin-left: 0;
    opacity: .6
}

body .product-detail-layout .product-detail-content #product-information .product-share .social-sharing.is-clean a span {
    height: auto;
    line-height: 1em;
    font-size: 13px
}

body .product-detail-layout .product-detail-content #product-information .product-share .social-sharing.is-clean a {
    border-width: 0;
    height: auto;
    line-height: 1em;
    margin-left: 5px
}

body .product-detail-layout .product-detail-content #product-information .product-share .social-sharing a {
    margin: 0 0 0 5px
}

body .product-detail-layout .product-detail-content #product-information .product-type {
    margin-bottom: 20px
}

body .product-detail-layout .product-detail-content #product-information .product-type::after {
    content: '';
    display: table;
    clear: both
}

body .product-detail-layout .product-detail-content #product-information .product-type .product-type-items {
    width: 31.33333%;
    margin-left: 1%;
    display: inline-block;
    zoom: 1;
    float: right
}

body .product-detail-layout .product-detail-content #product-information .comWish-content {
    text-align: right
}

@media only screen and (max-width: 1199px) {
    body .product-detail-layout .product-detail-content #product-information .information-top .top-left, body .product-detail-layout .product-detail-content #product-information .information-top .top-right {
        width: 100%
    }

    body .product-detail-layout .product-detail-content #product-information .rating-content .rating-description {
        text-align: right;
        margin-top: 20px
    }
}

@media only screen and (max-width: 767px) {
    body .product-detail-layout .product-detail-content #product-image, body .product-detail-layout .product-detail-content #product-information {
        width: 100%;
        padding: 0
    }

    body .product-detail-layout .product-detail-content #product-information {
        padding-top: 15px
    }
}

@media only screen and (max-width: 540px) {
    body .product-detail-layout .product-detail-content .info-detail-content .info-detail-pro {
        margin-bottom: 15px
    }
}

@media only screen and (max-width: 425px) {
    body .product-detail-layout .product-detail-content #product-information .product-type .product-type-items {
        width: 100%;
        margin: 10px 0 10px 0
    }

    body .product-detail-layout .product-detail-content #product-information .product-share .share-item .share-title {
        width: 110px
    }
}

body .product-detail-layout #product-information .information-top {
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

body .product-detail-layout #product-information .information-top > div {
    width: 100% !important
}

body .product-detail-layout #product-information .information-top .rating-content .rating-description {
    text-align: right;
    margin-bottom: 20px
}

body .product-detail-layout #product-information .information-top .rating-content .rating-description .spr-badge > span {
    display: inline-block;
    zoom: 1;
    margin-left: 15px;
    line-height: 1em;
    font-size: 0
}

body .product-detail-layout .v_product_group {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

body .product-detail-layout #gallery-images {
    margin-bottom: 15px
}

body .product-detail-layout #gallery-images .image-vertical > a {
    display: block;
    display: inline-block;
    zoom: 1;
    position: relative
}

body .product-detail-layout #gallery-images .image-vertical > a:before {
    content: '';
    position: absolute;
    right: 10px;
    top: 10px;
    left: 10px;
    bottom: 10px;
    background-color: #000;
    opacity: 0;
    transition: all .5s ease
}

body .product-detail-layout #gallery-images .image-vertical > a:focus:before, body .product-detail-layout #gallery-images .image-vertical > a:hover:before {
    opacity: .3
}

body .product-detail-layout .related-products-layout .related-products-content {
    border-top: 2px solid #ee2c1f;
    margin-top: 40px
}

body .product-detail-layout .related-products-layout .related-products-content::after {
    content: '';
    display: table;
    clear: both
}

body .product-detail-layout .related-products-layout .related-products-content .related-products {
    padding: 0
}

body .product-detail-layout .related-products-layout .related-products-content .sub-title {
    padding: 8px 0;
    display: block;
    text-align: right;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid #e3e5e7
}

body .product-detail-layout .related-products-layout .related-products-content .sub-title img {
    margin-left: 10px;
    max-width: 34px
}

body .product-detail-layout .related-products-layout .related-products-content .sub-title * {
    margin: 0;
    padding: 0
}

body .product-detail-layout .related-products-layout .group-related .group-related-inner {
    margin-right: -15px;
    margin-left: -15px
}

body .product-detail-layout .related-products-layout .group-related .group-related-inner > div {
    padding-top: 20px
}

@media only screen and (max-width: 425px) {
    body .product-detail-layout .related-products-layout .group-related .group-related-inner > div {
        padding-top: 50px
    }
}

body .product-detail-layout .related-products-layout .group-related .owl-item {
    padding-right: 15px;
    padding-left: 15px
}

body .product-detail-layout .related-products-layout .product {
    margin-bottom: 0
}

body .product-detail-layout .related-products-layout .owl-controls .owl-buttons .owl-next, body .product-detail-layout .related-products-layout .owl-controls .owl-buttons .owl-prev {
    color: #1d1d1d;
    border-color: transparent;
    background-color: #fff;
    bottom: 100%;
    top: auto;
    left: 26px;
    right: auto;
    margin-bottom: 11px;
    box-shadow: none;
    transform: none
}

body .product-detail-layout .related-products-layout .owl-controls .owl-buttons .owl-prev {
    left: 0px;
}

body .product-detail-layout .related-products-layout .owl-controls .owl-buttons .owl-next *, body .product-detail-layout .related-products-layout .owl-controls .owl-buttons .owl-prev * {
    color: currentcolor
}

body .product-detail-layout .related-products-layout .owl-controls .owl-buttons .owl-next:before, body .product-detail-layout .related-products-layout .owl-controls .owl-buttons .owl-prev:before {
    text-align: center
}

body .product-detail-layout .related-products-layout .owl-controls .owl-buttons .owl-next:focus, body .product-detail-layout .related-products-layout .owl-controls .owl-buttons .owl-next:hover, body .product-detail-layout .related-products-layout .owl-controls .owl-buttons .owl-prev:focus, body .product-detail-layout .related-products-layout .owl-controls .owl-buttons .owl-prev:hover {
    color: #ee2c1f;
    border-color: #ee2c1f;
    background-color: #fff
}

body .product-detail-layout .related-products-layout .owl-controls .owl-buttons .owl-next:focus *, body .product-detail-layout .related-products-layout .owl-controls .owl-buttons .owl-next:hover *, body .product-detail-layout .related-products-layout .owl-controls .owl-buttons .owl-prev:focus *, body .product-detail-layout .related-products-layout .owl-controls .owl-buttons .owl-prev:hover * {
    color: currentcolor
}

body .product-detail-layout .related-products-layout .owl-controls .owl-buttons .owl-prev {
    margin-right: 40px
}

@media only screen and (max-width: 767px) {
    body .product-detail-layout .related-products-layout .group-related .group-related-inner {
        margin-right: -5px;
        margin-left: -5px
    }

    body .product-detail-layout .related-products-layout .group-related .owl-item {
        padding-right: 5px;
        padding-left: 5px
    }

    body .product-detail-layout .related-products-layout .owl-controls .owl-buttons .owl-next, body .product-detail-layout .related-products-layout .owl-controls .owl-buttons .owl-prev {
        left: 5px
    }
}

@media only screen and (max-width: 425px) {
    body .product-detail-layout .related-products-layout .owl-controls .owl-buttons .owl-next, body .product-detail-layout .related-products-layout .owl-controls .owl-buttons .owl-prev {
        margin-bottom: 0;
        top: 10px;
        bottom: auto
    }
}

@media only screen and (min-width: 1200px) {
    body .product-detail-layout .filterCollections-layout {
        display: none
    }
}

@media only screen and (max-width: 1199px) {
    body .product-detail-layout .filterCollections-layout {
        margin-bottom: 20px
    }

    body .product-detail-layout .filterCollections-layout a {
        display: table;
        width: auto
    }

    body .product-detail-layout .filterCollections-layout a > span {
        display: table-cell;
        vertical-align: middle
    }

    body .product-detail-layout .filterCollections-layout a .filterCollections-title {
        font-size: 16px;
        font-weight: 500;
        padding-left: 10px
    }

    body .product-detail-layout .filterCollections-layout a .cs-icon {
        font-size: 20px;
        color: #121212
    }

    body .product-detail-layout .v_product_group .product-detail-content {
        width: 100%;
        padding-right: 15px !important
    }

    body .product-detail-layout .v_product_group .sidebar:not(.active) {
        display: none !important
    }
}

@media only screen and (max-width: 991px) {
    body .product-detail-layout .product-detail-content {
        padding-top: 30px
    }

    body .product-detail-layout .product-detail-content .filterCollections-layout {
        display: none !important
    }
}

body .tabs-information-layout {
    border: 1px solid #e3e5e7
}

body .tabs-information-layout::after {
    content: '';
    display: table;
    clear: both
}

body .tabs-information-layout .tabs-information-content {
    width: 100%;
    margin: 0 auto
}

body .tabs-information-layout .tabs-information-content::after {
    content: '';
    display: table;
    clear: both
}

body .tabs-information-layout .tabs-information {
    padding: 0;
    margin-bottom: 35px;
    margin-top: 0
}

body .tabs-information-layout .tabs-information .tabs-title {
    padding-right: 0;
    padding-left: 0
}

body .tabs-information-layout .tabs-information .tabs-title .nav-tabs > li {
    margin-right: 0;
    margin-left: 0
}

body .tabs-information-layout .tabs-information .tabs-title .nav-tabs {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0
}

body .tabs-information-layout .tabs-information .tabs-title .nav-tabs:after, body .tabs-information-layout .tabs-information .tabs-title .nav-tabs:before {
    display: none
}

body .tabs-information-layout .tabs-information .tabs-title .nav-tabs > li {
    list-style: none;
    float: none;
    display: block;
    margin-bottom: 0;
    padding: 17px 40px;
    border: 1px solid #e3e5e7;
    border-top: 0;
    border-right: 0
}

body .tabs-information-layout .tabs-information .tabs-title .nav-tabs > li a {
    margin-left: 0;
    line-height: 1em;
    border-radius: 0;
    text-transform: uppercase;
    color: #121212;
    font-weight: 800;
    font-size: 15px
}

@media (min-width: 1200px) {
    body .tabs-information-layout .tabs-information .tabs-title .nav-tabs > li a {
        transition: all .5s ease
    }
}

body .tabs-information-layout .tabs-information .tabs-title .nav-tabs > li a:focus, body .tabs-information-layout .tabs-information .tabs-title .nav-tabs > li a:hover {
    background-color: transparent;
    color: #ee2c1f
}

body .tabs-information-layout .tabs-information .tabs-title .nav-tabs > li.active {
    border-bottom-width: 0;
    position: relative
}

body .tabs-information-layout .tabs-information .tabs-title .nav-tabs > li.active:before {
    position: absolute;
    width: 100%;
    right: 0;
    top: -1px;
    content: '';
    height: 2px;
    background-color: #ee2c1f
}

body .tabs-information-layout .tabs-information .tabs-title .nav-tabs > li.active > a, body .tabs-information-layout .tabs-information .tabs-title .nav-tabs > li.active > a:focus, body .tabs-information-layout .tabs-information .tabs-title .nav-tabs > li.active > a:hover {
    color: #ee2c1f;
    text-decoration: none
}

@media only screen and (max-width: 767px) {
    body .tabs-information-layout .tabs-information .tabs-title .nav-tabs > li {
        width: 100%;
        border-left: 0px
    }

    body .tabs-information-layout .tabs-information .tabs-title .nav-tabs > li.active {
        border-bottom-width: 1px
    }
}

body .tabs-information-layout .tabs-information .tabs-content {
    padding: 30px 20px;
    overflow: hidden;
    color: #1a1a1a
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content {
    overflow: hidden
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content .tab-pane.active {
    animation: moveFromLeft .6s ease both
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content .table tbody tr td:nth-of-type(2), body .tabs-information-layout .tabs-information .tabs-content .tab-content .table tbody tr th:nth-of-type(2), body .tabs-information-layout .tabs-information .tabs-content .tab-content .table thead tr td:nth-of-type(2), body .tabs-information-layout .tabs-information .tabs-content .tab-content .table thead tr th:nth-of-type(2) {
    min-width: 100px
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content p {
    color: #1a1a1a
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content iframe {
    width: 100% !important;
    margin-bottom: 20px
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content .tags > span {
    margin-left: 10px
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content .tags > a {
    margin-left: 5px
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content h2 {
    font-size: 16px;
    text-transform: uppercase
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content ul.angle-right {
    margin: 0;
    margin-top: 31px;
    padding-right: 35px;
    margin-bottom: 40px
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content ul.angle-right li {
    list-style: none;
    line-height: 2em;
    padding-right: 21px;
    position: relative
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content ul.angle-right li:before {
    position: absolute;
    right: 0;
    top: 50%;
    display: inline-block;
    zoom: 1;
    font-smooth: always;
    -ms-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    font-size: 16px;
    margin-top: -8px;
    content: "\f105"
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content img {
    margin-top: 20px;
    margin-bottom: 20px
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container {
    border-width: 0;
    padding: 0
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-form, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header {
    background-color: #f7f7f7
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header {
    padding: 30px 40px;
    position: relative;
    border-radius: 0 0 3px 3px;
    min-height: 120px
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header .spr-header-title {
    display: none
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header .spr-summary-actions > a {
    border-style: solid;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-right: 16px;
    padding-left: 16px;
    transition: all .5s ease;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    zoom: 1;
    font-smooth: always;
    -ms-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 1px;
    width: auto;
    border-radius: 0;
    font-family: Roboto Condensed;
    color: #fff;
    border-color: #ee2c1f;
    background-color: #ee2c1f;
    color: #fff;
    border-color: #ee2c1f;
    background-color: #ee2c1f;
    font-size: 12px;
    border-width: 1px;
    height: 40px;
    line-height: 38px;
    padding: 0 16px;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 40px;
    margin-left: 40px
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header .spr-summary-actions > a[disabled] {
    cursor: default;
    opacity: .5;
    color: #fff;
    border-color: #ee2c1f;
    background-color: #ee2c1f
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header .spr-summary-actions > a[disabled] * {
    color: currentcolor
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header .spr-summary-actions > a.active, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header .spr-summary-actions > a:active {
    box-shadow: none
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header .spr-summary-actions > a:focus {
    outline: 0 !important;
    box-shadow: none !important
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header .spr-summary-actions > a .fa, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header .spr-summary-actions > a .lnr, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header .spr-summary-actions > a span {
    color: currentColor
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header .spr-summary-actions > a svg {
    fill: currentColor
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header .spr-summary-actions > a * {
    color: currentcolor
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header .spr-summary-actions > a * {
    color: currentcolor
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header .spr-summary-actions > a:hover {
    color: #ee2c1f;
    border-color: #ee2c1f;
    background-color: #fff
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header .spr-summary-actions > a:hover * {
    color: currentcolor
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header .spr-summary {
    text-align: center;
    float: right
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header .spr-summary .spr-summary-starrating {
    display: block
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header .spr-summary .spr-summary-starrating::after {
    content: '';
    display: table;
    clear: both
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header .spr-summary .spr-summary-starrating i.spr-icon {
    font-size: 26px !important
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header .spr-summary .spr-summary-caption {
    padding-top: 8px;
    display: block;
    font-size: 16px;
    font-weight: 700
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form {
    padding: 0 40px 40px 40px;
    border-radius: 3px 0 0 3px;
    border-top-width: 0;
    margin-top: 0
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0.5px 1px 5px 0 rgba(0, 0, 0, .2);
    padding: 30px
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-form-title {
    display: none
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-form-label {
    color: #121212;
    font-weight: 700;
    font-size: 14px
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-form-input {
    font-size: 14px
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-form-input textarea {
    min-height: 160px;
    max-height: 160px
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-starrating a {
    width: 18px;
    height: 18px;
    line-height: 18px
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-starrating a:before {
    font-size: 16px
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-button {
    float: right;
    border-style: solid;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-right: 16px;
    padding-left: 16px;
    transition: all .5s ease;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    zoom: 1;
    font-smooth: always;
    -ms-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 1px;
    width: auto;
    border-radius: 0;
    font-family: Roboto Condensed;
    color: #fff;
    border-color: #ee2c1f;
    background-color: #ee2c1f;
    color: #fff;
    border-color: #ee2c1f;
    background-color: #ee2c1f;
    font-size: 12px;
    border-width: 1px;
    height: 40px;
    line-height: 38px;
    padding: 0 16px;
    font-weight: 700
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-button[disabled] {
    cursor: default;
    opacity: .5;
    color: #fff;
    border-color: #ee2c1f;
    background-color: #ee2c1f
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-button[disabled] * {
    color: currentcolor
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-button.active, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-button:active {
    box-shadow: none
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-button:focus {
    outline: 0 !important;
    box-shadow: none !important
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-button .fa, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-button .lnr, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-button span {
    color: currentColor
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-button svg {
    fill: currentColor
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-button * {
    color: currentcolor
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-button * {
    color: currentcolor
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-button:hover {
    color: #ee2c1f;
    border-color: #ee2c1f;
    background-color: #fff
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-button:hover * {
    color: currentcolor
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form ::-webkit-input-placeholder {
    font-size: 14px
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form ::-moz-placeholder {
    font-size: 14px
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form :-ms-input-placeholder {
    font-size: 14px
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form ::-ms-input-placeholder {
    font-size: 14px
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews {
    margin-top: 0;
    padding: 40px 40px 0 40px
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews > div:first-child {
    border-top-width: 0;
    margin-top: 0;
    padding-top: 0
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review::after {
    content: '';
    display: table;
    clear: both
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review .spr-review-header {
    float: right;
    width: 33.33333%;
    padding-left: 40px
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review .spr-review-header .spr-review-header-starratings {
    margin-bottom: 8px
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review .spr-review-header .spr-review-header-starratings i.spr-icon {
    font-size: 14px
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review .spr-review-header .spr-review-header-title {
    font-weight: 700;
    color: #121212;
    font-size: 16px;
    margin-bottom: 5px
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review .spr-review-header .spr-review-header-byline {
    font-size: 14px;
    width: 100%;
    opacity: 1
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review .spr-review-content {
    float: right;
    width: 66.66667%
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review .spr-review-content .spr-review-content-body {
    font-size: 14px;
    line-height: 1.6em
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review .spr-review-footer {
    width: 100%;
    text-align: right;
    padding-right: 33.33333%
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review .spr-review-footer .spr-review-reportreview {
    float: right
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review .spr-review-footer a {
    font-size: 14px;
    color: #121212;
    font-weight: 700
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review .spr-review-footer a:hover {
    color: #ee2c1f
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content input, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content textarea {
    background-color: #f7f7f7;
    color: #1a1a1a
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content ::-webkit-input-placeholder {
    color: #1a1a1a
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content ::-moz-placeholder {
    color: #1a1a1a
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content :-ms-input-placeholder {
    color: #1a1a1a
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content ::-ms-input-placeholder {
    color: #1a1a1a
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination {
    height: 32px;
    padding: 0 !important;
    border-top-width: 0
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-page {
    border-style: solid;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-right: 16px;
    padding-left: 16px;
    transition: all .5s ease;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    zoom: 1;
    font-smooth: always;
    -ms-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 1px;
    width: auto;
    border-radius: 0;
    font-family: Roboto Condensed;
    color: #fff;
    border-color: #ee2c1f;
    background-color: #ee2c1f;
    border-width: 1px;
    height: 32px;
    line-height: 30px;
    color: #1a1a1a;
    border-color: #e3e5e7;
    background-color: #fff;
    border-radius: 0;
    text-align: center;
    width: 32px;
    overflow: hidden;
    padding: 0 !important
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-page[disabled] {
    cursor: default;
    opacity: .5;
    color: #fff;
    border-color: #ee2c1f;
    background-color: #ee2c1f
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-page[disabled] * {
    color: currentcolor
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-page.active, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-page:active {
    box-shadow: none
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-page:focus {
    outline: 0 !important;
    box-shadow: none !important
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-page .fa, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-page .lnr, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-page span {
    color: currentColor
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-page svg {
    fill: currentColor
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-page * {
    color: currentcolor
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-page * {
    color: currentcolor
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-page.is-active, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-page:hover {
    color: #1d1d1d;
    border-color: transparent;
    background-color: #fff;
    font-weight: 500
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-page.is-active *, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-page:hover * {
    color: currentcolor
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev {
    top: 0
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next a, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next span, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev a, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev span {
    border-style: solid;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-right: 16px;
    padding-left: 16px;
    transition: all .5s ease;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    zoom: 1;
    font-smooth: always;
    -ms-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 1px;
    width: auto;
    border-radius: 0;
    font-family: Roboto Condensed;
    color: #fff;
    border-color: #ee2c1f;
    background-color: #ee2c1f;
    border-width: 1px;
    height: 32px;
    line-height: 30px;
    color: #1a1a1a;
    border-color: #e3e5e7;
    background-color: #fff;
    border-radius: 0;
    text-align: center;
    width: 32px;
    overflow: hidden;
    padding: 0 !important;
    position: relative;
    font-size: 0
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next a[disabled], body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next span[disabled], body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev a[disabled], body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev span[disabled] {
    cursor: default;
    opacity: .5;
    color: #fff;
    border-color: #ee2c1f;
    background-color: #ee2c1f
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next a[disabled] *, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next span[disabled] *, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev a[disabled] *, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev span[disabled] * {
    color: currentcolor
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next a.active, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next a:active, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next span.active, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next span:active, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev a.active, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev a:active, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev span.active, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev span:active {
    box-shadow: none
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next a:focus, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next span:focus, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev a:focus, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev span:focus {
    outline: 0 !important;
    box-shadow: none !important
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next a .fa, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next a .lnr, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next a span, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next span .fa, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next span .lnr, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next span span, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev a .fa, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev a .lnr, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev a span, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev span .fa, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev span .lnr, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev span span {
    color: currentColor
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next a svg, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next span svg, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev a svg, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev span svg {
    fill: currentColor
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next a *, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next span *, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev a *, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev span * {
    color: currentcolor
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next a *, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next span *, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev a *, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev span * {
    color: currentcolor
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next a:before, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next span:before, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev a:before, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev span:before {
    display: inline-block;
    zoom: 1;
    font-smooth: always;
    -ms-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    line-height: 30px;
    text-align: center;
    text-indent: 0;
    font-size: 18px
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next:hover a, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev:hover a {
    color: #1d1d1d;
    border-color: transparent;
    background-color: #fff;
    font-weight: 500
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next:hover a *, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev:hover a * {
    color: currentcolor
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next a {
    text-indent: 60px
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev a {
    text-indent: 60px
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #shipping .shipping-item {
    margin-bottom: 30px
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #shipping .shipping-item:last-child {
    margin-bottom: 0
}

body .tabs-information-layout .tabs-information .tabs-content .tab-content #shipping .shipping-item .item-title {
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    color: #121212;
    line-height: 1em
}

@media only screen and (max-width: 1199px) {
    body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review .spr-review-header {
        width: 33.33333%
    }

    body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review .spr-review-content {
        width: 66.66667%
    }

    body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review .spr-review-footer {
        padding-right: 33.33333%
    }
}

@media only screen and (max-width: 767px) {
    body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header .spr-summary {
        width: 100%
    }

    body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header .spr-summary-actions > a {
        position: static;
        display: inline-block;
        zoom: 1;
        margin: 25px auto 0;
        float: none
    }

    body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review .spr-review-header {
        padding-left: 0
    }

    body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review .spr-review-content, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review .spr-review-header {
        width: 100%
    }

    body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review .spr-review-footer {
        padding-right: 0
    }
}

@media only screen and (max-width: 425px) {
    body .tabs-information-layout .tabs-information .tabs-content {
        font-size: 14px
    }

    body .tabs-information-layout .tabs-information .tabs-content .tab-content p {
        line-height: 1.7em
    }

    body .tabs-information-layout .tabs-information .tabs-content .tab-content img {
        margin-top: 7px;
        margin-bottom: 7px
    }

    body .tabs-information-layout .tabs-information .tabs-content .tab-content ul.angle-right {
        margin-top: 20px;
        margin-bottom: 24px
    }

    body .tabs-information-layout .tabs-information .tabs-content .tab-content ul.angle-right li {
        line-height: 1.7em;
        margin-bottom: 5px;
        padding-right: 15px
    }

    body .tabs-information-layout .tabs-information .tabs-content .tab-content ul.angle-right li:before {
        font-size: 14px;
        top: 0;
        margin-top: 4px
    }

    body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header {
        padding-right: 10px;
        padding-left: 10px
    }

    body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews {
        padding-right: 0;
        padding-left: 0
    }

    body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review .spr-review-content .spr-review-content-body, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review .spr-review-footer a, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review .spr-review-header .spr-review-header-title {
        font-size: 14px
    }

    body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form {
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 10px
    }

    body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form {
        padding: 15px
    }

    body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form ::-webkit-input-placeholder {
        font-size: 14px
    }

    body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form ::-moz-placeholder {
        font-size: 14px
    }

    body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form :-ms-input-placeholder {
        font-size: 14px
    }

    body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form ::-ms-input-placeholder {
        font-size: 14px
    }

    body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-form-input {
        font-size: 14px
    }

    body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-form-input textarea {
        min-height: 100px;
        max-height: 100px
    }
}

body section.cart-content {
    margin-top: 15px;
    margin-bottom: 15px
}

body section.cart-content table {
    margin-bottom: 30px
}

body section.cart-content table .price_compare {
    font-size: 14px;
    color: #696969;
    padding-right: 10px
}

body section.cart-content table .price_compare .money {
    color: #696969;
    font-weight: 500
}

body section.cart-content table .money {
    color: #212121;
    font-weight: 700
}

body section.cart-content table .product_name {
    font-size: 14px;
    color: #161616
}

body section.cart-content table .product_name > a {
    color: #88898b;
    font-weight: 500;
    display: inline-block;
    zoom: 1;
    margin-bottom: 15px
}

body section.cart-content table .product_variant > p {
    color: #121212;
    margin-bottom: 5px
}

body section.cart-content table .product_variant > p .variant-title {
    color: #1a1a1a
}

body section.cart-content table .quantity-wrapper .quantity-title, body section.cart-content table .quantity-wrapper label {
    font-size: 14px;
    margin-left: 5px;
    color: #1a1a1a;
    display: inline-block;
    zoom: 1;
    line-height: 25px;
    width: 60px
}

body section.cart-content table .quantity-wrapper input, body section.cart-content table .quantity-wrapper select {
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

body section.cart-content table .quantity-wrapper input:not(._btn), body section.cart-content table .quantity-wrapper select:not(._btn) {
    width: 75px;
    height: 25px;
    border: 1px solid #e3e5e7;
    border-radius: 0;
    padding: 0 5px;
    line-height: 23px;
    font-size: 12px;
    text-align: center
}

body section.cart-content table .product_image {
    max-width: 100%
}

body section.cart-content table .product_image > a {
    display: block
}

body section.cart-content table thead {
    background-color: #fff;
    border-bottom: 1px solid #e3e5e7
}

body section.cart-content table thead tr th {
    font-size: 16px;
    color: #1a1a1a;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    font-weight: 800;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 13px;
    padding-bottom: 13px
}

body section.cart-content table thead tr th.image, body section.cart-content table thead tr th.wishlist-image {
    text-align: right
}

body section.cart-content table thead tr th:first-child {
    padding-right: 0
}

body section.cart-content table tbody tr {
    border-style: solid;
    border-color: #e3e5e7;
    border-width: 1px;
    border-width: 0;
    border-bottom-width: 1px
}

body section.cart-content table tbody tr td {
    text-align: center;
    vertical-align: middle;
    padding: 30px
}

@media only screen and (max-width: 991px) {
    body section.cart-content table tbody tr td {
        padding: 15px
    }
}

body section.cart-content table tbody tr td.image {
    width: 110px;
    padding-right: 0 !important;
    padding-left: 0 !important
}

body section.cart-content table tbody tr td.image img {
    max-width: 100%
}

body section.cart-content table tbody tr td.image-info {
    text-align: right;
    min-width: 100px
}

body section.cart-content table tbody tr.summary {
    color: #121212
}

body section.cart-content table tbody tr.summary .total_label {
    text-align: right;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding-right: 0
}

body section.cart-content table tbody tr.summary .price {
    text-align: left;
    padding-left: 0
}

body section.cart-content table tbody tr.summary .price .money {
    font-size: 24px;
    color: #121212;
    font-weight: 700
}

body section.cart-content ._btn {
    color: #fff;
    border-color: #ee2c1f;
    background-color: #ee2c1f;
    font-size: 14px;
    padding: 0 16px;
    font-weight: 700;
    border-width: 1px;
    height: 50px;
    line-height: 48px;
    padding-right: 20px;
    padding-left: 20px
}

body section.cart-content ._btn * {
    color: currentcolor
}

body section.cart-content ._btn:focus, body section.cart-content ._btn:hover {
    color: #ee2c1f;
    border-color: #ee2c1f;
    background-color: #fff
}

body section.cart-content ._btn:focus *, body section.cart-content ._btn:hover * {
    color: currentcolor
}

body section.cart-content .group-button::after {
    content: '';
    display: table;
    clear: both
}

body section.cart-content .group-button .group_btn_right {
    float: left
}

body section.cart-content .group-button .group_btn_right ._btn {
    margin-right: 28px
}

body section.cart-content .group-checkout-input {
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 30px
}

body section.cart-content .group-checkout-input .form-action, body section.cart-content .group-checkout-input .form-item {
    padding: 10px 0
}

body section.cart-content .group-checkout-input input:not(._btn), body section.cart-content .group-checkout-input select:not(._btn) {
    height: 40px;
    line-height: 38px;
    padding: 0 15px
}

body section.cart-content .group-checkout-input textarea {
    height: 200px;
    padding: 20px 15px
}

body section.cart-content .group-checkout-input input:not(._btn), body section.cart-content .group-checkout-input select:not(._btn), body section.cart-content .group-checkout-input textarea:not(._btn) {
    width: 100%;
    background-color: #f7f7f7
}

body section.cart-content .group-checkout-input::after {
    content: '';
    display: table;
    clear: both
}

body section.cart-content .group-checkout-input .shipping-calculator h3 {
    color: #121212;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1em;
    margin-bottom: 20px
}

@media only screen and (max-width: 1199px) {
    body section.cart-content .group-checkout-input .shipping-calculator h3 {
        line-height: 1.6em
    }
}

body section.cart-content .group-checkout-input .shipping-calculator .group_form::after {
    content: '';
    display: table;
    clear: both
}

body section.cart-content .group-checkout-input .shipping-calculator .group_form .form-action ._btn {
    float: right
}

body section.cart-content .group-checkout-input .shipping-calculator #wrapper-response {
    margin-top: 30px
}

body section.cart-content .group-checkout-input .shipping-calculator #wrapper-response::after {
    content: '';
    display: table;
    clear: both
}

body section.cart-content .group-checkout-input .shipping-calculator #wrapper-response #shipping-rates-feedback {
    margin-bottom: 0
}

body section.cart-content .group-checkout-input .checkout-buttons .note-content label {
    color: #121212;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1em;
    margin-bottom: 30px
}

@media only screen and (max-width: 1199px) {
    body section.cart-content .group-checkout-input .checkout-buttons .note-content label {
        line-height: 1.6em
    }
}

@media only screen and (max-width: 767px) {
    body section.cart-content .group-checkout-input {
        margin-right: 0;
        margin-left: 0
    }
}

body section.cart-content .group_mobile .price-mobile, body section.cart-content .group_mobile .quantity-mobile {
    margin-bottom: 5px
}

body section.cart-content .group_mobile .price-mobile {
    display: block
}

@media only screen and (min-width: 768px) {
    body section.cart-content .group_mobile {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    body section.cart-content table {
        margin-right: -10px;
        margin-left: -10px;
        width: auto
    }

    body section.cart-content table .product_name > a {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 10px
    }

    body section.cart-content table thead {
        display: none
    }

    body section.cart-content table tbody {
        display: block;
        text-align: center;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        align-items: flex-start
    }

    body section.cart-content table tbody tr {
        padding: 0 10px;
        margin-bottom: 15px;
        vertical-align: top;
        display: block;
        border-width: 0
    }

    body section.cart-content table tbody tr.summary {
        width: 100%
    }

    body section.cart-content table tbody tr.summary::after {
        content: '';
        display: table;
        clear: both
    }

    body section.cart-content table tbody tr.summary td {
        width: 50%;
        display: block;
        float: right;
        padding: 15px;
        border: 1px solid #e3e5e7;
        border-right-width: 0;
        border-left-width: 0
    }

    body section.cart-content table tbody tr.summary td.total_label {
        font-size: 24px
    }

    body section.cart-content table tbody tr:not(.summary) {
        width: 50%;
        margin-bottom: 30px
    }

    body section.cart-content table tbody tr:not(.summary) .money {
        font-size: 24px;
        color: #121212;
        font-weight: 500
    }

    body section.cart-content table tbody tr:not(.summary) td {
        display: block;
        width: 100%;
        max-width: 100%;
        padding: 0 !important
    }

    body section.cart-content table tbody tr:not(.summary) td.price, body section.cart-content table tbody tr:not(.summary) td.qty, body section.cart-content table tbody tr:not(.summary) td.remove, body section.cart-content table tbody tr:not(.summary) td.total.title-1 {
        display: none !important;
        width: 0;
        max-width: 0;
        min-width: 0
    }

    body section.cart-content table tbody tr:not(.summary) td.image {
        max-width: 100%;
        min-width: 0;
        margin-bottom: 25px
    }

    body section.cart-content .group-button ._btn {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 10px
    }

    body section.cart-content .group-button .group_btn_right {
        width: 100%
    }

    body section.cart-content .group-checkout-input > div {
        padding-right: 0;
        padding-left: 0
    }

    body section.cart-content .group-checkout-input .shipping-calculator #wrapper-response {
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 425px) {
    body section.cart-content {
        margin-top: 7.5px;
        margin-bottom: 7.5px
    }

    body section.cart-content table .product_name > a {
        font-size: 12px
    }

    body section.cart-content table tbody tr:not(.summary) .money {
        font-size: 14px
    }

    body section.cart-content table tbody tr:not(.summary) td.image {
        margin-bottom: 10px
    }
}

body #wishlistcontent {
    margin-top: 30px;
    margin-bottom: 30px
}

body #wishlistcontent ul {
    margin: 0
}

body #wishlistcontent ul li {
    list-style: none
}

body #wishlistcontent .wishlist-count, body #wishlistcontent span.none {
    text-align: center;
    text-transform: uppercase;
    color: #88898b;
    display: block
}

body #wishlistcontent .wishlist-count {
    margin-bottom: 20px;
    font-weight: 700
}

@media only screen and (min-width: 768px) {
    body #wishlistcontent .wishlist-heading, body #wishlistcontent .wlr {
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    body #wishlistcontent .wishlist-heading > div, body #wishlistcontent .wlr > div {
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

body #wishlistcontent .wishlist-heading > div, body #wishlistcontent .wlr > div {
    text-align: center;
    vertical-align: middle;
    padding: 30px
}

@media only screen and (max-width: 991px) {
    body #wishlistcontent .wishlist-heading > div, body #wishlistcontent .wlr > div {
        padding: 15px
    }
}

body #wishlistcontent .wishlist-heading .wishlist-addCart, body #wishlistcontent .wlr .wishlist-addCart {
    min-width: 215px;
    max-width: 215px;
    text-align: right
}

body #wishlistcontent .wishlist-heading .wishlist-name, body #wishlistcontent .wlr .wishlist-name {
    min-width: 100px;
    text-align: right
}

body #wishlistcontent .wishlist-heading .wishlist-image, body #wishlistcontent .wlr .wishlist-image {
    width: 110px;
    padding-right: 0 !important;
    padding-left: 0 !important
}

body #wishlistcontent .wishlist-heading .wishlist-image img, body #wishlistcontent .wlr .wishlist-image img {
    max-width: 100%
}

body #wishlistcontent .wishlist-heading {
    background-color: #fff;
    border-bottom: 1px solid #e3e5e7
}

body #wishlistcontent .wishlist-heading > div {
    font-size: 16px;
    color: #1a1a1a;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    font-weight: 800;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 13px;
    padding-bottom: 13px
}

body #wishlistcontent .wishlist-heading > div.image, body #wishlistcontent .wishlist-heading > div.wishlist-image {
    text-align: right
}

@media only screen and (max-width: 767px) {
    body #wishlistcontent .wishlist-heading {
        display: none
    }
}

body #wishlistcontent .wlr {
    border-style: solid;
    border-color: #e3e5e7;
    border-width: 1px;
    border-width: 0;
    border-bottom-width: 1px
}

body #wishlistcontent .wlr .wishlist-name {
    font-size: 14px;
    color: #161616
}

body #wishlistcontent .wlr .wishlist-name > a {
    color: #88898b;
    font-weight: 500;
    display: inline-block;
    zoom: 1;
    margin-bottom: 15px
}

body #wishlistcontent .wlr .wishlist-name a {
    margin-bottom: 0
}

body #wishlistcontent .wlr .wishlist-price .price_compare {
    font-size: 14px;
    color: #696969;
    padding-right: 10px
}

body #wishlistcontent .wlr .wishlist-price .price_compare .money {
    color: #696969;
    font-weight: 500
}

body #wishlistcontent .wlr .wishlist-price .money {
    color: #212121;
    font-weight: 700
}

body #wishlistcontent .wlr .wishlist-addCart ._btn {
    font-size: 12px;
    border-width: 1px;
    height: 40px;
    line-height: 38px;
    padding: 0 16px;
    font-weight: 700;
    padding: 0 30px
}

body #wishlistcontent .wlr .wishlist-addCart .quantity-content .quantity-title, body #wishlistcontent .wlr .wishlist-addCart .quantity-content label, body #wishlistcontent .wlr .wishlist-addCart .selector-wrapper .quantity-title, body #wishlistcontent .wlr .wishlist-addCart .selector-wrapper label {
    font-size: 14px;
    margin-left: 5px;
    color: #1a1a1a;
    display: inline-block;
    zoom: 1;
    line-height: 25px;
    width: 60px
}

body #wishlistcontent .wlr .wishlist-addCart .quantity-content input, body #wishlistcontent .wlr .wishlist-addCart .quantity-content select, body #wishlistcontent .wlr .wishlist-addCart .selector-wrapper input, body #wishlistcontent .wlr .wishlist-addCart .selector-wrapper select {
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

body #wishlistcontent .wlr .wishlist-addCart .quantity-content input:not(._btn), body #wishlistcontent .wlr .wishlist-addCart .quantity-content select:not(._btn), body #wishlistcontent .wlr .wishlist-addCart .selector-wrapper input:not(._btn), body #wishlistcontent .wlr .wishlist-addCart .selector-wrapper select:not(._btn) {
    width: 75px;
    height: 25px;
    border: 1px solid #e3e5e7;
    border-radius: 0;
    padding: 0 5px;
    line-height: 23px;
    font-size: 12px;
    text-align: center
}

body #wishlistcontent .wlr .wishlist-addCart .others-bottom {
    margin-top: 20px
}

body #wishlistcontent .wlr .wishlist-remove .cs-icon {
    font-weight: 900;
    color: #121212
}

@media only screen and (max-width: 767px) {
    body #wishlistcontent {
        margin-right: -10px;
        margin-left: -10px;
        margin-bottom: -15px
    }

    body #wishlistcontent > ul {
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    body #wishlistcontent .wishlist-added {
        border-width: 0;
        display: block;
        width: 50%;
        padding: 0 10px;
        margin-bottom: 30px
    }

    body #wishlistcontent .wishlist-added > div {
        padding: 0 !important
    }

    body #wishlistcontent .wishlist-added .wishlist-image {
        max-width: 100%;
        min-width: 100%;
        margin-bottom: 20px
    }

    body #wishlistcontent .wishlist-added .wishlist-addCart .others-bottom {
        float: right
    }

    body #wishlistcontent .wishlist-added .wishlist-remove {
        float: right;
        margin-top: 20px
    }

    body #wishlistcontent .wishlist-added .wishlist-remove > span {
        font-size: 12px;
        border-width: 1px;
        height: 40px;
        line-height: 38px;
        padding: 0 16px;
        font-weight: 700;
        padding-left: 0;
        padding-right: 10px
    }

    body #wishlistcontent .wishlist-added .wishlist-price {
        text-align: right;
        margin-bottom: 10px
    }

    body #wishlistcontent .wishlist-added .wishlist-name {
        margin-bottom: 15px
    }

    body #wishlistcontent .wishlist-added .wishlist-name a {
        font-weight: 500;
        font-size: 16px
    }

    body #wishlistcontent .wishlist-added .wishlist-addCart {
        min-width: 100%;
        max-width: 100%
    }
}

@media only screen and (max-width: 425px) {
    body #wishlistcontent .wishlist-added .wishlist-name {
        margin-bottom: 5px
    }

    body #wishlistcontent .wishlist-added .wishlist-addCart ._btn {
        font-size: 12px;
        border-width: 1px;
        height: 35px;
        line-height: 33px;
        padding: 0 15px;
        font-weight: 700;
        letter-spacing: .05em
    }

    body #wishlistcontent .wishlist-added .wishlist-remove > span {
        font-size: 12px;
        border-width: 1px;
        height: 35px;
        line-height: 33px;
        padding: 0 15px;
        font-weight: 700;
        letter-spacing: .05em;
        padding-right: 3px;
        padding-left: 0
    }

    body #wishlistcontent .wishlist-added .wishlist-image {
        margin-bottom: 10px
    }
}

body .compare-page #comparecontent {
    margin-top: 30px;
    margin-bottom: 30px
}

@media only screen and (max-width: 540px) {
    body .compare-page #comparecontent {
        margin-top: 15px;
        margin-bottom: 15px
    }
}

body .compare-page #comparecontent span.none {
    text-transform: uppercase;
    text-align: center
}

body .compare-page #comparecontent ul {
    margin: 0
}

body .compare-page #comparecontent ul li {
    list-style: none
}

body .compare-page #comparecontent .compare-count {
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    display: block;
    font-weight: 700
}

body .compare-page #comparecontent .compare-heading {
    display: none
}

body .compare-page #comparecontent > ul {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-right: 25%
}

body .compare-page #comparecontent > ul .compare {
    background-color: #fff;
    width: 33.33333%;
    position: relative;
    border-style: solid;
    border-color: #f7f7f7;
    border-width: 0;
    border-right-width: 1px
}

body .compare-page #comparecontent > ul .compare:nth-of-type(2) > div:not(.compare-remove) {
    position: relative
}

body .compare-page #comparecontent > ul .compare:nth-of-type(2) > div:not(.compare-remove):before {
    font-size: 16px;
    color: #1a1a1a;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    font-weight: 800;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 13px;
    padding-bottom: 13px;
    position: absolute;
    width: 100%;
    left: 100%;
    top: 0;
    bottom: 0;
    text-align: left;
    padding-right: 0;
    padding-left: 15px;
    padding-top: 17px;
    padding-bottom: 17px;
    margin-bottom: -1px
}

body .compare-page #comparecontent > ul .compare:nth-of-type(2) > div:not(.compare-remove):before.image, body .compare-page #comparecontent > ul .compare:nth-of-type(2) > div:not(.compare-remove):before.wishlist-image {
    text-align: right
}

body .compare-page #comparecontent > ul .compare:nth-of-type(2) .compare-image:before {
    content: "product"
}

body .compare-page #comparecontent > ul .compare:nth-of-type(2) .compare-addCart:before {
    content: "add to cart"
}

body .compare-page #comparecontent > ul .compare:nth-of-type(2) .compare-price:before {
    content: '';
    border-bottom: 1px solid #e3e5e7
}

body .compare-page #comparecontent > ul .compare > div {
    padding: 15px
}

body .compare-page #comparecontent > ul .compare .compare-addCart {
    padding-top: 30px;
    padding-bottom: 30px
}

body .compare-page #comparecontent > ul .compare .compare-addCart .quantity-title, body .compare-page #comparecontent > ul .compare .compare-addCart label {
    font-size: 14px;
    margin-left: 5px;
    color: #1a1a1a;
    display: inline-block;
    zoom: 1;
    line-height: 25px;
    width: 60px
}

body .compare-page #comparecontent > ul .compare .compare-addCart input, body .compare-page #comparecontent > ul .compare .compare-addCart select {
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

body .compare-page #comparecontent > ul .compare .compare-addCart input:not(._btn), body .compare-page #comparecontent > ul .compare .compare-addCart select:not(._btn) {
    width: 75px;
    height: 25px;
    border: 1px solid #e3e5e7;
    border-radius: 0;
    padding: 0 5px;
    line-height: 23px;
    font-size: 12px;
    text-align: center
}

body .compare-page #comparecontent > ul .compare .others-bottom {
    margin-top: 15px
}

body .compare-page #comparecontent > ul .compare .others-bottom::after {
    content: '';
    display: table;
    clear: both
}

body .compare-page #comparecontent > ul .compare .others-bottom ._btn {
    font-size: 12px;
    border-width: 1px;
    height: 40px;
    line-height: 38px;
    padding: 0 16px;
    font-weight: 700;
    color: #fff;
    border-color: #ee2c1f;
    background-color: #ee2c1f;
    padding: 0 23px;
    float: right
}

body .compare-page #comparecontent > ul .compare .others-bottom ._btn * {
    color: currentcolor
}

body .compare-page #comparecontent > ul .compare .others-bottom ._btn:focus, body .compare-page #comparecontent > ul .compare .others-bottom ._btn:hover {
    color: #ee2c1f;
    border-color: #ee2c1f;
    background-color: #fff
}

body .compare-page #comparecontent > ul .compare .others-bottom ._btn:focus *, body .compare-page #comparecontent > ul .compare .others-bottom ._btn:hover * {
    color: currentcolor
}

body .compare-page #comparecontent > ul .compare .others-bottom .compare-remove > span {
    font-size: 12px;
    border-width: 1px;
    height: 40px;
    line-height: 38px;
    padding: 0 16px;
    font-weight: 700;
    cursor: pointer
}

body .compare-page #comparecontent > ul .compare .compare-image {
    margin-bottom: 10px
}

body .compare-page #comparecontent > ul .compare .compare-name {
    font-size: 16px;
    color: #88898b;
    font-weight: 500;
    margin-bottom: 6px;
    padding-top: 0;
    padding-bottom: 0
}

body .compare-page #comparecontent > ul .compare .compare-price {
    font-size: 24px;
    color: #212121;
    border-bottom: 1px solid #e3e5e7;
    padding-bottom: 28px;
    padding-top: 0
}

body .compare-page #comparecontent > ul .compare .compare-price .price_compare {
    margin-right: 10px;
    font-size: 16px;
    color: #696969
}

body .compare-page #comparecontent > ul .compare .compare-price .price_compare .money {
    color: #696969
}

body .compare-page #comparecontent > ul .compare > .compare-remove {
    position: absolute;
    top: 25px;
    left: 25px;
    border: 1px solid #121212;
    border-radius: 50%;
    text-align: center;
    z-index: 1;
    color: #121212;
    width: 24px;
    height: 24px;
    line-height: 24px;
    padding: 0
}

body .compare-page #comparecontent > ul .compare > .compare-remove .cs-icon {
    line-height: 22px;
    display: block;
    font-size: 12px;
    font-weight: 700
}

@media only screen and (max-width: 1199px) {
    body .compare-page .container {
        width: 100%;
        padding: 0 15px
    }
}

@media only screen and (max-width: 991px) {
    body .compare-page #comparecontent > ul .compare .others-bottom ._btn {
        width: 100%;
        max-width: 140px;
        padding-right: 15px;
        padding-left: 15px
    }

    body .compare-page #comparecontent > ul .compare .others-bottom .compare-remove > span {
        font-size: 12px;
        border-width: 1px;
        height: 35px;
        line-height: 33px;
        padding: 0 15px;
        font-weight: 700;
        letter-spacing: .05em;
        padding-right: 5px;
        padding-left: 5px
    }
}

@media only screen and (max-width: 767px) {
    body .compare-page #comparecontent {
        overflow-x: auto;
        width: 100%
    }

    body .compare-page #comparecontent > ul {
        width: 747px;
        min-width: 747px;
        max-width: 747px;
        padding-right: 186.75px
    }

    body .compare-page #comparecontent > ul .compare .others-bottom ._btn {
        padding: 0 25px
    }
}

body .article-layout ._btn, body .blog-layout ._btn {
    font-size: 14px;
    padding: 0 16px;
    font-weight: 700;
    border-width: 1px;
    height: 50px;
    line-height: 48px;
    color: #fff;
    border-color: #ee2c1f;
    background-color: #ee2c1f;
    padding-right: 25px;
    padding-left: 25px
}

body .article-layout ._btn *, body .blog-layout ._btn * {
    color: currentcolor
}

body .article-layout ._btn:focus, body .article-layout ._btn:hover, body .blog-layout ._btn:focus, body .blog-layout ._btn:hover {
    color: #ee2c1f;
    border-color: #ee2c1f;
    background-color: #fff
}

body .article-layout ._btn:focus *, body .article-layout ._btn:hover *, body .blog-layout ._btn:focus *, body .blog-layout ._btn:hover * {
    color: currentcolor
}

body .article-layout .sidebar, body .blog-layout .sidebar {
    border-right: 1px solid #e3e5e7
}

@media only screen and (max-width: 767px) {
    body .article-layout .sidebar, body .blog-layout .sidebar {
        padding-top: 15px
    }

    body .article-layout .sidebar .sidebar-block:not(.blog-banner) .sidebar-content, body .blog-layout .sidebar .sidebar-block:not(.blog-banner) .sidebar-content {
        padding-bottom: 15px;
        margin-bottom: 10px
    }

    body .article-layout .sidebar .sidebar-block.blog-banner .sidebar-content, body .blog-layout .sidebar .sidebar-block.blog-banner .sidebar-content {
        margin: 7.5px 0
    }
}

body .blog-layout .article-image > a {
    display: inline-block;
    zoom: 1;
    position: relative
}

body .blog-layout .article-image > a:before {
    content: '';
    position: absolute;
    right: 10px;
    top: 10px;
    left: 10px;
    bottom: 10px;
    background-color: #000;
    opacity: 0;
    transition: all .5s ease
}

body .blog-layout .article-image > a:focus:before, body .blog-layout .article-image > a:hover:before {
    opacity: .3
}

body .blog-layout .blog-inner {
    margin-right: -15px;
    margin-left: -15px
}

body .blog-layout .article {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

body .blog-layout .article .group-blog-left {
    width: 35%
}

body .blog-layout .article .group-blog-right {
    width: 65%;
    padding-right: 30px
}

body .blog-layout .pagination_group {
    margin-top: 50px
}

body .blog-layout .article-title {
    display: block;
    font-size: 0
}

body .blog-layout .article-title * {
    color: #121212;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 1.3em;
    margin: 0
}

body .blog-layout .article-title :focus, body .blog-layout .article-title :hover {
    color: #ee2c1f
}

body .blog-layout .article-info > li {
    color: #121212
}

body .blog-layout .article-info > li * {
    color: #121212
}

body .blog-layout .article-info > li span {
    font-size: 15px
}

body .blog-layout .article-info > li .user {
    color: #ee2c1f
}

body .blog-layout .article-title {
    margin-bottom: 10px
}

body .blog-layout .article-title * {
    font-size: 25px;
    margin-bottom: 0
}

@media only screen and (max-width: 767px) {
    body .blog-layout .article-title * {
        font-size: 18px
    }
}

body .blog-layout #blog .article-bottom {
    padding: 25px;
    border: 1px solid #e3e5e7
}

body .blog-layout #blog .action {
    color: #121212;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    zoom: 1;
    margin-top: 15px
}

body .blog-layout #blog .action:focus, body .blog-layout #blog .action:hover {
    text-decoration: underline;
    color: #ee2c1f
}

body .blog-layout #blog .article {
    margin-bottom: 30px
}

body .blog-layout #blog .article .article-content, body .blog-layout #blog .article .article-description {
    font-size: 17px;
    margin-bottom: 40px;
    margin-top: 30px
}

body .blog-layout #blog .article .article-content strong, body .blog-layout #blog .article .article-description strong {
    color: #121212
}

body .blog-layout #blog .article .article-content p, body .blog-layout #blog .article .article-description p {
    line-height: 1.8em;
    color: #88898b;
    font-weight: 500
}

@media only screen and (max-width: 991px) {
    body .blog-layout #blog .article > div {
        width: 100%
    }

    body .blog-layout #blog .article .group-blog-left {
        margin-bottom: 20px
    }

    body .blog-layout #blog .article .group-blog-right {
        padding-right: 0
    }
}

@media only screen and (max-width: 767px) {
    body .blog-layout #blog .action {
        margin-top: 7.5px
    }

    body .blog-layout #blog .article-bottom {
        padding: 12.5px
    }
}

@media only screen and (max-width: 425px) {
    body .blog-layout #blog .article {
        width: 100%;
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    body .blog-layout #blog .article:last-child {
        margin-bottom: 0
    }
}

@media only screen and (max-width: 991px) {
    body .blog-layout .sidebar {
        width: 33.33333%
    }

    body .blog-layout .articles {
        width: 66.66667%
    }
}

@media only screen and (max-width: 767px) {
    body .blog-layout .articles, body .blog-layout .sidebar {
        width: 100% !important
    }
}

body .article-layout .article-title {
    display: block;
    font-size: 0
}

body .article-layout .article-title * {
    color: #121212;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 1.3em;
    margin: 0
}

body .article-layout .article-title :focus, body .article-layout .article-title :hover {
    color: #ee2c1f
}

body .article-layout .article-info > li {
    color: #121212
}

body .article-layout .article-info > li * {
    color: #121212
}

body .article-layout .article-info > li span {
    font-size: 15px
}

body .article-layout .article-info > li .user {
    color: #ee2c1f
}

body .article-layout .article-title * {
    font-size: 35px
}

body .article-layout .article-title .article-name {
    font-size: 15px;
    color: #88898b;
    margin-bottom: 20px
}

body .article-layout .article-image {
    margin-bottom: 25px
}

body .article-layout .articleinfo_group {
    margin-top: 30px
}

body .article-layout .article-inner {
    margin-right: -15px;
    margin-left: -15px
}

body .article-layout .article .article-description {
    font-size: 17px
}

body .article-layout .article .article-description strong {
    color: #121212
}

body .article-layout .article .article-description p {
    line-height: 1.8em;
    color: #88898b;
    font-weight: 500
}

body .article-layout .article-description .group_img {
    float: right;
    margin-left: 50px;
    margin-bottom: 20px
}

body .article-layout .article-description .group_img img {
    margin-bottom: 11px
}

body .article-layout .article-description .group_img p {
    margin-bottom: 0
}

body .article-layout .group-blog-btm {
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e5e7
}

body .article-layout .group-blog-btm > div {
    width: 100%
}

body .article-layout .group-blog-btm .tags-area {
    color: #ee2c1f
}

body .article-layout .group-blog-btm .tags-area > span {
    text-transform: uppercase;
    font-size: 20px;
    color: #121212;
    padding-left: 15px
}

body .article-layout .group-blog-btm .tags-area a {
    color: #ee2c1f
}

body .article-layout .group-blog-btm .tags-area a:hover {
    text-decoration: underline
}

body .article-layout .group-blog-btm .share-with {
    margin-bottom: 10px
}

body .article-layout .comments, body .article-layout .related-body {
    margin-top: 30px
}

@media only screen and (max-width: 540px) {
    body .article-layout .comments, body .article-layout .related-body {
        margin-top: 15px
    }
}

body .article-layout .comments .article-title {
    margin-bottom: 18px
}

body .article-layout .comments .article-title * {
    font-size: 25px
}

body .article-layout .comments .group_form {
    margin-right: -15px;
    margin-left: -15px
}

body .article-layout .comments .group_form::after {
    content: '';
    display: table;
    clear: both
}

body .article-layout .comments .group_form > div {
    margin-bottom: 5px;
    margin-top: 5px
}

body .article-layout .comments .group_form input:not(._btn), body .article-layout .comments .group_form textarea:not(._btn) {
    width: 100%;
    border-color: #e3e5e7;
    background-color: #fff
}

body .article-layout .comments .comment_form {
    padding: 20px;
    background-color: #f1f2f3;
    margin-top: 10px
}

body .article-layout .comments .comment_form ._btn {
    color: #fff;
    border-color: #ee2c1f;
    background-color: #ee2c1f;
    font-size: 14px;
    padding: 0 16px;
    font-weight: 700;
    border-width: 1px;
    height: 50px;
    line-height: 48px;
    width: 100%;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    height: 35px;
    line-height: 33px
}

body .article-layout .comments .comment_form ._btn * {
    color: currentcolor
}

body .article-layout .comments .comment_form ._btn:hover {
    color: #ee2c1f;
    border-color: #ee2c1f;
    background-color: #fff
}

body .article-layout .comments .comment_form ._btn:hover * {
    color: currentcolor
}

body .article-layout .comments .comment:not(::last-child) {
    border-bottom: 1px solid #e3e5e7;
    margin-bottom: 20px
}

body .article-layout .comments .comment .cmt-author {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 15px;
    color: #88898b;
    margin-bottom: 6px
}

body .article-layout .comments .comment .cmt-author > b {
    margin-left: 10px;
    color: #ee2c1f
}

body .article-layout .comments .comment .cmt-content p {
    line-height: 1.5em
}

body .article-layout .comments .comment .cmt-content * {
    color: #121212
}

body .article-layout .related-body .related-content {
    margin-right: -10px;
    margin-left: -10px
}

body .article-layout .related-body .related-content .related-content-inner {
    padding-top: 30px
}

body .article-layout .related-body .related-content .related-group {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

body .article-layout .related-body .related-content .related-group .related-top {
    margin-bottom: 20px
}

body .article-layout .related-body .related-content .related-group .related-bottom {
    text-align: right
}

body .article-layout .related-body .related-content .related-group .related-bottom .article-title {
    margin-top: -5px;
    margin-bottom: 10px
}

body .article-layout .related-body .related-content .related-group .related-bottom .article-title * {
    font-size: 25px;
    line-height: 1.3em
}

body .article-layout .related-body .related-content .related-group .related-bottom ._btn {
    font-size: 12px;
    border-width: 1px;
    height: 40px;
    line-height: 38px;
    padding: 0 16px;
    font-weight: 700;
    width: 100%
}

body .article-layout .related-body .related-content .owl-item {
    padding-right: 10px;
    padding-left: 10px
}

body .article-layout .related-body .article-title {
    margin-bottom: 5px
}

body .article-layout .related-body .article-title * {
    text-align: right;
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 700
}

body .article-layout .related-body .owl-controls {
    width: auto;
    position: absolute;
    bottom: 100%;
    left: 0;
    margin-bottom: 1px
}

body .article-layout .related-body .owl-controls .owl-buttons {
    text-align: left
}

body .article-layout .related-body .owl-controls .owl-buttons .owl-next, body .article-layout .related-body .owl-controls .owl-buttons .owl-prev {
    position: static;
    margin: 0;
    box-shadow: none;
    display: inline-block;
    zoom: 1;
    transform: translateY(0);
    color: #1d1d1d;
    border-color: transparent;
    background-color: #fff
}

body .article-layout .related-body .owl-controls .owl-buttons .owl-next *, body .article-layout .related-body .owl-controls .owl-buttons .owl-prev * {
    color: currentcolor
}

body .article-layout .related-body .owl-controls .owl-buttons .owl-next:before, body .article-layout .related-body .owl-controls .owl-buttons .owl-prev:before {
    text-align: left
}

body .article-layout .related-body .owl-controls .owl-buttons .owl-next:hover, body .article-layout .related-body .owl-controls .owl-buttons .owl-prev:hover {
    color: #ee2c1f;
    border-color: #ee2c1f;
    background-color: #fff
}

body .article-layout .related-body .owl-controls .owl-buttons .owl-next:hover *, body .article-layout .related-body .owl-controls .owl-buttons .owl-prev:hover * {
    color: currentcolor
}

body .article-layout .related-body .related-title.article-title {
    position: relative;
    margin-bottom: 0
}

body .article-layout .related-body .related-title.article-title h2 {
    display: inline-block;
    zoom: 1;
    background-color: #fff;
    position: relative;
    padding-left: 20px
}

body .article-layout .related-body .related-title.article-title * {
    margin-bottom: 0;
    font-size: 25px;
    text-transform: capitalize;
    font-weight: 500
}

body .article-layout .related-body .related-title.article-title:before {
    content: '';
    height: 5px;
    background-color: #e3e5e7;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
    z-index: 0
}

@media only screen and (max-width: 991px) {
    body .article-layout .sidebar {
        width: 33.33333%
    }

    body .article-layout .article {
        width: 66.66667%
    }

    body .article-layout .related-body .related-content .related-group > div {
        width: 100% !important;
        padding-left: 0 !important
    }

    body .article-layout .related-body .related-content .related-group > div.related-right {
        padding-top: 25px
    }
}

@media only screen and (max-width: 767px) {
    body .article-layout .article, body .article-layout .sidebar {
        width: 100% !important
    }
}

@media only screen and (max-width: 540px) {
    body .article-layout .article-title * {
        font-size: 24px
    }
}

body .contact-content {
    color: #1a1a1a
}

body .contact-content .contact-title {
    color: #121212;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 30px
}

body .contact-content .detail-layout .contact-title {
    margin-bottom: 30px
}

body .contact-content .detail-layout .detail-content {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

body .contact-content .detail-layout .detail-content .detail-item {
    width: 33.33333%;
    text-align: center;
    padding: 0 7%;
    position: relative
}

body .contact-content .detail-layout .detail-content .detail-item .title {
    font-size: 16px;
    color: #121212;
    text-transform: uppercase;
    font-weight: 800;
    margin: 33px 0 0 0
}

body .contact-content .detail-layout .detail-content .detail-item .caption {
    margin-top: 15px
}

body .contact-content .detail-layout .detail-content .detail-item .caption a, body .contact-content .detail-layout .detail-content .detail-item .caption address {
    color: #1a1a1a;
    display: block;
    line-height: 1.6em
}

body .contact-content .detail-layout .detail-content .detail-item .caption a {
    font-size: 14px
}

body .contact-content .detail-layout .detail-content .detail-item .caption address {
    font-size: 16px
}

body .contact-content .detail-layout .detail-content .detail-item:not(:last-child):before {
    content: '';
    height: 134px;
    max-height: 100%;
    width: 1px;
    background-color: #e3e5e7;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

@media only screen and (max-width: 767px) {
    body .contact-content .detail-layout .detail-content .detail-item {
        width: 100%;
        padding: 7.5px 0
    }

    body .contact-content .detail-layout .detail-content .detail-item:before {
        display: none
    }

    body .contact-content .detail-layout .detail-content .detail-item:first-child {
        padding-top: 0
    }

    body .contact-content .detail-layout .detail-content .detail-item:last-child {
        padding-bottom: 0
    }
}

body .contact-content .form-layout {
    margin-bottom: 60px
}

body .contact-content .form-layout .form-caption {
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 15px
}

body .contact-content .form-layout .form_group {
    width: 770px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto
}

body .contact-content .form-layout ::-webkit-input-placeholder {
    color: #1a1a1a
}

body .contact-content .form-layout ::-moz-placeholder {
    color: #1a1a1a
}

body .contact-content .form-layout :-ms-input-placeholder {
    color: #1a1a1a
}

body .contact-content .form-layout ::-ms-input-placeholder {
    color: #1a1a1a
}

body .contact-content .form-layout .form-item {
    padding: 15px 0
}

body .contact-content .form-layout input:not(._btn), body .contact-content .form-layout textarea:not(._btn) {
    width: 100%;
    background-color: #f7f7f7
}

body .contact-content .form-layout ._btn {
    font-size: 14px;
    padding: 0 16px;
    font-weight: 700;
    border-width: 1px;
    height: 50px;
    line-height: 48px;
    width: 100%;
    max-width: 160px
}

body .contact-content .form-layout ._btn:focus, body .contact-content .form-layout ._btn:hover {
    color: #ee2c1f;
    border-color: #ee2c1f;
    background-color: #fff
}

body .contact-content .form-layout ._btn:focus *, body .contact-content .form-layout ._btn:hover * {
    color: currentcolor
}

@media only screen and (max-width: 540px) {
    body .contact-content .form-layout {
        margin-bottom: 15px
    }
}

body .contact-content .google-maps-layout > div {
    margin-bottom: -37.5px
}

body .about-content .quote-layout .quote-content {
    text-align: center;
    width: 50%;
    margin: 0 auto 15px
}

body .about-content .quote-layout .quote-content .title {
    color: #121212;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-bottom: 40px
}

body .about-content .quote-layout .quote-content .name-position span {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    position: relative
}

body .about-content .quote-layout .quote-content .name-position span:first-child {
    color: #121212
}

body .about-content .quote-layout .quote-content .name-position span:not(:last-child):after {
    content: '/';
    margin: 0 5px
}

body .about-content .info-layout {
    color: #1a1a1a;
    margin-bottom: 22.5px
}

body .about-content .info-layout .info-inner {
    margin-right: -15px;
    margin-left: -15px
}

body .about-content .info-layout .info-inner::after {
    content: '';
    display: table;
    clear: both
}

body .about-content .info-layout .info-content {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 1000px;
    max-width: 100%;
    margin: 0 auto
}

body .about-content .info-layout .info-content > div {
    width: 50%;
    padding: 0 15px
}

body .about-content .info-layout .info-content > div.info-left .group_info {
    padding-right: 100px;
    padding-top: 70px
}

body .about-content .info-layout .info-content > div.info-left .title {
    color: #121212;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 16px;
    display: block;
    margin-bottom: 12px
}

body .about-content .info-layout .info-content > div.info-left .info-contact .contact-item {
    margin-bottom: 34px
}

body .about-content .info-layout .info-content > div.info-left .info-contact .contact-item address {
    margin-bottom: 0
}

body .about-content .info-layout .info-content > div.info-left .info-contact .contact-item .item:not(:last-child) {
    margin-bottom: 7px
}

body .about-content .info-layout .info-content > div.info-left .info-social {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

body .about-content .info-layout .info-content > div.info-left .info-social .title {
    margin-bottom: 0;
    margin-left: 60px
}

body .about-content .info-layout .info-content > div.info-left .info-social .social-content a {
    display: inline-block;
    zoom: 1;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    border: 1px solid #e3e5e7;
    color: #1a1a1a;
    border-radius: 50%;
    margin-right: 7px
}

body .about-content .info-layout .info-content > div.info-left .info-social .social-content a:focus, body .about-content .info-layout .info-content > div.info-left .info-social .social-content a:hover {
    color: #fff;
    background-color: #ee2c1f;
    border: 1px solid #ee2c1f
}

body .about-content .info-layout .info-content > div.info-right {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 50%
}

body .about-content .info-layout .info-content > div.info-right .info-our {
    padding-right: 70px;
    padding-top: 70px
}

body .about-content .info-layout .info-content > div.info-right .info-our .our-title {
    color: #121212;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 24px
}

body .about-content .info-layout .info-content > div.info-right .info-our .our-caption {
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 15px
}

@media only screen and (max-width: 1199px) {
    body .about-content .info-layout .info-content > div.info-left .group_info, body .about-content .info-layout .info-content > div.info-right .info-our {
        padding-right: 0;
        padding-top: 30px
    }
}

body .about-content .team-layout {
    position: relative;
    background-color: #fff
}

body .about-content .team-layout .team-title {
    text-align: center;
    width: 100%
}

@media only screen and (min-width: 768px) {
    body .about-content .team-layout .team-title {
        margin-bottom: 60px;
        margin-top: 60px
    }
}

body .about-content .team-layout .team-title .title {
    color: #121212;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 80px;
    text-align: center;
    display: inline-block;
    zoom: 1;
    border-bottom: 3px solid #121212;
    margin-bottom: 0;
    line-height: 1em
}

body .about-content .team-layout .team-inner {
    padding-bottom: 15px;
    padding-top: 15px;
    margin-right: -15px;
    margin-left: -15px
}

body .about-content .team-layout .team-inner .team-item {
    padding: 0 15px
}

body .about-content .team-layout .team-inner .team-item .content {
    background-color: #fff;
    padding: 20px;
    text-align: center
}

body .about-content .team-layout .team-inner .team-item .content .name {
    color: #121212;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 18px;
    margin-bottom: 10px
}

body .about-content .team-layout .team-inner .team-item .content .position {
    font-size: 12px;
    text-transform: uppercase;
    color: #88898b;
    margin-bottom: 5px
}

body .about-content .team-layout .owl-controls {
    text-align: center;
    padding: 15px 0
}

body .about-content .team-layout .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    margin: 0 5px
}

body .about-content .team-layout .owl-controls .owl-page span {
    display: block;
    background-color: #88898b;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 3px solid #f7f7f7
}

body .about-content .team-layout .owl-controls .owl-page.active span, body .about-content .team-layout .owl-controls .owl-page:focus span, body .about-content .team-layout .owl-controls .owl-page:hover span {
    background-color: #ee2c1f;
    border: 1px solid #ee2c1f
}

@media only screen and (max-width: 767px) {
    body .about-content .info-layout .info-content > div {
        width: 100% !important;
        text-align: center
    }

    body .about-content .info-layout .info-content > div.info-left .info-social {
        -ms-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 15px
    }

    body .about-content .info-layout .info-content > div.info-left .info-social .title {
        margin-left: 15px
    }

    body .about-content .info-layout .info-content > div.info-right {
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    body .about-content .info-layout .info-content > div.info-right .info-our .our-caption {
        margin-bottom: 0
    }

    body .about-content .quote-layout .quote-content {
        width: 100%
    }

    body .about-content .team-layout .team-inner {
        margin-right: -5px;
        margin-left: -5px
    }

    body .about-content .team-layout .team-inner .team-item {
        padding: 0 5px
    }
}

@media only screen and (max-width: 540px) {
    body .about-content .quote-layout .quote-content {
        margin-bottom: 15px
    }

    body .about-content .quote-layout .quote-content .title {
        font-size: 24px
    }

    body .about-content .info-layout {
        margin-bottom: 30px
    }

    body .about-content .team-layout {
        margin-bottom: -15px
    }

    body .about-content .team-layout .team-title .title {
        font-size: 40px
    }

    body .about-content .team-layout .team-inner {
        padding-bottom: 0;
        padding-top: 30px
    }
}

body .page-404-layout {
    min-height: 100vh;
    padding-top: 15px;
    padding-bottom: 15px;
    background-image: url(//cdn.shopify.com/s/files/1/0004/7313/7217/files/35-404page.jpg?v=1521435461);
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

body .page-404-layout .page-404-content .page-group {
    margin-top: 50vh;
    width: 53%;
    float: right;
    padding-top: 15px;
    padding-bottom: 15px;
    transform: translateY(-50%);
    text-align: center
}

body .page-404-layout .page-404-content .page-group .title {
    font-size: 80px;
    color: #121212;
    font-weight: 800
}

body .page-404-layout .page-404-content .page-group .caption {
    text-transform: uppercase;
    color: #1a1a1a;
    font-size: 14px;
    letter-spacing: 4px;
    font-weight: 800
}

body .page-404-layout .page-404-content .page-group .caption strong {
    color: #121212
}

@media only screen and (max-width: 767px) {
    body .page-404-layout .page-404-content .page-group {
        width: 70%
    }

    body .page-404-layout .page-404-content .page-group .title {
        font-size: 30px
    }
}

body .faqs-content {
    width: 100%;
    float: right;
    margin-bottom: 15px
}

@media only screen and (max-width: 540px) {
    body .faqs-content {
        margin-bottom: 0
    }
}

body .faqs-content .nav-tabs {
    border-bottom: 0
}

body .faqs-content .nav-tabs > li {
    width: 100%;
    border-bottom: 1px solid #e3e5e7;
    margin-bottom: 0
}

body .faqs-content .nav-tabs > li > a {
    font-size: 14px;
    background-color: #fff;
    color: #88898b;
    margin-left: 0;
    border-radius: 0;
    padding: 8px 30px;
    position: relative
}

body .faqs-content .nav-tabs > li > a .fa {
    position: absolute;
    top: 8px;
    right: 0;
    height: 20px;
    line-height: 20px
}

body .faqs-content .nav-tabs > li:last-child {
    border-bottom: 0
}

body .faqs-content .nav-tabs > li:hover:before {
    color: #ee2c1f
}

@media (max-width: 991px) {
    body .faqs-content .nav-tabs {
        margin-bottom: 30px
    }
}

body .faqs-content .nav-tabs > li.active > a, body .faqs-content .nav-tabs > li.active > a:focus, body .faqs-content .nav-tabs > li.active > a:hover, body .faqs-content .nav-tabs > li > a {
    border: 0
}

body .faqs-content .nav-tabs > li.active > a, body .faqs-content .nav-tabs > li.active > a:focus, body .faqs-content .nav-tabs > li.active > a:hover, body .faqs-content .nav-tabs > li:hover > a {
    background-color: #fff;
    color: #ee2c1f !important
}

body .faqs-content .panel-title {
    color: #121212
}

body .faqs-content .faqs-inner {
    margin-right: -15px;
    margin-left: -15px
}

body .faqs-content .faqs-inner > .col-md-7 {
    border-right: 1px solid #e3e5e7
}

@media (max-width: 991px) {
    body .faqs-content .faqs-inner > .col-md-7 {
        border-right: 0
    }
}

body .faqs-content .faqs-inner .tab-content .panel-group .panel + .panel {
    margin-top: 10px
}

body .faqs-content .faqs-inner .tab-content .panel-group .panel {
    border-radius: 0;
    box-shadow: none
}

body .faqs-content .faqs-inner .tab-content .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent
}

body .faqs-content .faqs-inner .tab-content .panel-default > .panel-heading {
    background-color: transparent
}

body .faqs-content .faqs-inner .tab-content .panel-body {
    padding: 0 20px 25px;
    font-size: 15px
}

body .faqs-content .faqs-inner .tab-content .faq-heading {
    padding: 0 15px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top: 0;
    margin-bottom: 13px;
    position: relative;
    font-style: normal;
    font-size: 22px;
    color: #121212;
    font-weight: 700
}

@media (max-width: 991px) {
    body .faqs-content .faqs-inner .tab-content .faq-heading {
        padding: 0
    }
}

body .faqs-content .faqs-inner .tab-content .faq-content {
    padding-right: 15px;
    line-height: 1.95em
}

@media (max-width: 991px) {
    body .faqs-content .faqs-inner .tab-content .faq-content {
        padding-right: 0
    }
}

body .faqs-content .faqs-inner .tab-content .clearfix {
    display: block;
    margin-bottom: 29px
}

@media (max-width: 767px) {
    body .faqs-content .faqs-inner {
        margin-right: 0;
        margin-left: 0
    }
}

body .faqs-content .faqs-title {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #121212;
    margin-bottom: 15px;
    margin-top: 60px
}

body .faqs-content .panel-body {
    line-height: 1.8em
}

body .faqs-content .panel-heading .cs-icon {
    font-weight: 900 !important
}

body .faqs-content .panel-heading.active a, body .faqs-content .panel-heading:focus a, body .faqs-content .panel-heading:hover a {
    color: #ee2c1f
}

body .faqs-content .questions-layout {
    margin-bottom: 30px
}

body .faqs-content .contact-layout .contact-content {
    margin-right: -15px;
    margin-left: -15px;
    margin-top: -15px
}

body .faqs-content .contact-layout .contact-content::after {
    content: '';
    display: table;
    clear: both
}

@media only screen and (max-width: 767px) {
    body .faqs-content .contact-layout .contact-content {
        margin-right: -10px;
        margin-left: -10px
    }
}

body .faqs-content .contact-layout #contactFormWrapper ::-webkit-input-placeholder {
    color: #1a1a1a
}

body .faqs-content .contact-layout #contactFormWrapper ::-moz-placeholder {
    color: #1a1a1a
}

body .faqs-content .contact-layout #contactFormWrapper :-ms-input-placeholder {
    color: #1a1a1a
}

body .faqs-content .contact-layout #contactFormWrapper ::-ms-input-placeholder {
    color: #1a1a1a
}

body .faqs-content .contact-layout #contactFormWrapper .form-item {
    padding: 15px 0
}

body .faqs-content .contact-layout #contactFormWrapper input:not(._btn), body .faqs-content .contact-layout #contactFormWrapper textarea:not(._btn) {
    width: 100%;
    background-color: #f7f7f7
}

body .faqs-content .contact-layout #contactFormWrapper > div:last-child {
    margin-bottom: 0
}

body .faqs-content .contact-layout #contactFormWrapper textarea {
    max-height: 98px
}

body .faqs-content .contact-layout #contactFormWrapper ._btn {
    float: left;
    max-width: 200px;
    width: 100%;
    font-size: 14px;
    padding: 0 16px;
    font-weight: 700;
    border-width: 1px;
    height: 50px;
    line-height: 48px
}

body .faqs-content > div:last-child {
    margin-bottom: 0
}

@media only screen and (max-width: 767px) {
    body .faqs-content #contactFormWrapper > div {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media only screen and (max-width: 425px) {
    body .faqs-content {
        font-size: 12px;
        margin-top: 0
    }

    body .faqs-content .faqs-title {
        font-size: 16px
    }

    body .faqs-content .questions-layout {
        margin-bottom: 15px
    }

    body .faqs-content .contact-layout #contactFormWrapper ._btn {
        font-size: 12px;
        border-width: 1px;
        height: 40px;
        line-height: 38px;
        padding: 0 16px;
        font-weight: 700
    }
}

body .page-lookbook .lookbook-content-inner {
    margin-right: -15px;
    margin-left: -15px
}

body .page-lookbook .lookbook-content {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

body .page-lookbook .lookbook-content .lookbook-item {
    width: 50%;
    padding: 15px
}

body .page-lookbook .lookbook-content .lookbook-item .item .lb-element a {
    display: block;
    position: relative
}

body .page-lookbook .lookbook-content .lookbook-item .item .lb-element a:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    transition: all .5s ease;
    visibility: hidden;
    opacity: 0
}

body .page-lookbook .lookbook-content .lookbook-item .item .lb-element a:focus:before, body .page-lookbook .lookbook-content .lookbook-item .item .lb-element a:hover:before {
    visibility: visible;
    opacity: 1
}

body .products-deals {
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 15px
}

body .products-deals .products-deals-inner {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media only screen and (max-width: 991px) {
    body .products-deals .products-deals-inner .product-item-wrapper {
        width: 33.33333%
    }
}

@media only screen and (max-width: 767px) {
    body .products-deals {
        margin-right: -10px;
        margin-left: -10px
    }

    body .products-deals .products-deals-inner .product-item-wrapper {
        width: 50%;
        padding-right: 10px;
        padding-left: 10px
    }
}

@media only screen and (max-width: 425px) {
    body .products-deals {
        margin-top: 0
    }
}

body .customers-layout {
    margin: 30px 0
}

body .customers-layout .customers-content {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

body .customers-layout .customers-content input {
    height: 50px;
    line-height: 48px;
    padding: 0 15px
}

body .customers-layout .customers-content > div {
    padding: 0 15px;
    text-align: center;
    padding: 50px
}

body .customers-layout .customers-content > div ::-webkit-input-placeholder {
    color: #1a1a1a
}

body .customers-layout .customers-content > div ::-moz-placeholder {
    color: #1a1a1a
}

body .customers-layout .customers-content > div :-ms-input-placeholder {
    color: #1a1a1a
}

body .customers-layout .customers-content > div ::-ms-input-placeholder {
    color: #1a1a1a
}

body .customers-layout .customers-content > div .form-item {
    padding: 15px 0
}

body .customers-layout .customers-content > div input:not(._btn), body .customers-layout .customers-content > div textarea:not(._btn) {
    width: 100%;
    background-color: #f7f7f7
}

body .customers-layout .customers-content > div .form-item {
    padding: 15px;
    position: relative
}

body .customers-layout .customers-content > div .form-item .cs-icon {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%)
}

body .customers-layout .customers-content > div:first-child {
    background-color: #f7f7f7;
    padding: 50px
}

body .customers-layout .customers-content > div:first-child ::-webkit-input-placeholder {
    color: #1a1a1a
}

body .customers-layout .customers-content > div:first-child ::-moz-placeholder {
    color: #1a1a1a
}

body .customers-layout .customers-content > div:first-child :-ms-input-placeholder {
    color: #1a1a1a
}

body .customers-layout .customers-content > div:first-child ::-ms-input-placeholder {
    color: #1a1a1a
}

body .customers-layout .customers-content > div:first-child .form-item {
    padding: 15px 0
}

body .customers-layout .customers-content > div:first-child input:not(._btn), body .customers-layout .customers-content > div:first-child textarea:not(._btn) {
    width: 100%;
    background-color: #fff
}

body .customers-layout .customers-content > div:first-child .form-item {
    padding: 15px
}

body .customers-layout .customers-content > div h2 {
    color: #121212;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: center
}

body .customers-layout .customers-content > div .action_bottom {
    padding-top: 15px
}

body .customers-layout .customers-content > div .create-account {
    margin-top: 30px
}

body .customers-layout .customers-content > div .create-account h4 {
    color: #121212;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 24px;
    margin-bottom: 30px
}

body .customers-layout .customers-content > div form {
    margin: 0 -15px
}

body .customers-layout .customers-content > div.login-layout {
    width: 40%
}

body .customers-layout .customers-content > div.login-layout .note {
    padding: 15px 0
}

body .customers-layout .customers-content > div.login-layout .note a {
    font-size: 16px;
    color: #ee2c1f;
    font-style: italic
}

body .customers-layout .customers-content > div.register-layout {
    width: 60%
}

body .customers-layout .customers-content > div.register-layout .form-item {
    width: 50%;
    float: right
}

body .customers-layout .customers-content > div.register-layout .note {
    margin-right: 10px
}

body .customers-layout .customers-content > div.register-layout .note span {
    margin-left: 10px
}

body .customers-layout .customers-content > div.register-layout .note a {
    font-size: 16px;
    color: #ee2c1f;
    font-style: italic
}

body .customers-layout .customers-content > div.register-layout .action_bottom {
    padding: 15px 15px 0 15px;
    width: 100%;
    float: right
}

body .customers-layout .customers-content > div.register-layout .action_bottom::after {
    content: '';
    display: table;
    clear: both
}

body .customers-layout .customers-content ._btn {
    font-size: 14px;
    padding: 0 16px;
    font-weight: 700;
    border-width: 1px;
    height: 50px;
    line-height: 48px;
    color: #fff;
    border-color: #ee2c1f;
    background-color: #ee2c1f;
    padding-right: 30px;
    padding-left: 30px;
    width: 100%;
    max-width: 220px
}

body .customers-layout .customers-content ._btn * {
    color: currentcolor
}

body .customers-layout .customers-content ._btn:focus, body .customers-layout .customers-content ._btn:hover {
    color: #ee2c1f;
    border-color: #ee2c1f;
    background-color: #fff
}

body .customers-layout .customers-content ._btn:focus *, body .customers-layout .customers-content ._btn:hover * {
    color: currentcolor
}

body .customers-layout.activate_account-layout form, body .customers-layout.reset_password-layout form {
    width: 50%
}

body .customers-layout.activate_account-layout .form-item, body .customers-layout.reset_password-layout .form-item {
    padding: 10px 0
}

body .customers-layout.activate_account-layout .form-item *, body .customers-layout.reset_password-layout .form-item * {
    width: 100%
}

body .customers-layout.activate_account-layout .action_bottom, body .customers-layout.reset_password-layout .action_bottom {
    padding: 10px 0
}

body .customers-layout.activate_account-layout .action_bottom ._btn, body .customers-layout.activate_account-layout .action_bottom a, body .customers-layout.reset_password-layout .action_bottom ._btn, body .customers-layout.reset_password-layout .action_bottom a {
    font-size: 14px;
    padding: 0 16px;
    font-weight: 700;
    border-width: 1px;
    height: 50px;
    line-height: 48px;
    margin-top: 0
}

body .customers-layout.activate_account-layout .action_bottom a, body .customers-layout.reset_password-layout .action_bottom a {
    display: inline-block;
    zoom: 1;
    text-align: right
}

body .customers-layout.activate_account-layout .action_bottom a:hover, body .customers-layout.reset_password-layout .action_bottom a:hover {
    color: #ee2c1f
}

body .customers-layout.activate_account-layout .activate_account-inner #customer-activate, body .customers-layout.reset_password-layout .activate_account-inner #customer-activate {
    padding: 50px
}

body .customers-layout.activate_account-layout .activate_account-inner #customer-activate::after, body .customers-layout.reset_password-layout .activate_account-inner #customer-activate::after {
    content: '';
    display: table;
    clear: both
}

body .customers-layout.activate_account-layout .activate_account-inner #customer-activate .note, body .customers-layout.reset_password-layout .activate_account-inner #customer-activate .note {
    color: #121212;
    font-weight: 800;
    font-size: 34px
}

@media only screen and (max-width: 767px) {
    body .customers-layout.activate_account-layout .activate_account-inner #customer-activate, body .customers-layout.reset_password-layout .activate_account-inner #customer-activate {
        padding: 20px
    }
}

@media only screen and (max-width: 991px) {
    body .customers-layout.activate_account-layout form, body .customers-layout.reset_password-layout form {
        width: 70%
    }
}

@media only screen and (max-width: 767px) {
    body .customers-layout.activate_account-layout form, body .customers-layout.reset_password-layout form {
        width: 100%
    }
}

@media only screen and (max-width: 425px) {
    body .customers-layout.activate_account-layout .action_bottom ._btn, body .customers-layout.activate_account-layout .action_bottom a, body .customers-layout.reset_password-layout .action_bottom ._btn, body .customers-layout.reset_password-layout .action_bottom a {
        width: 100%;
        margin-bottom: 5px;
        display: block;
        float: none;
        text-align: center
    }
}

@media only screen and (max-width: 991px) {
    body .customers-layout .container {
        width: 100%
    }

    body .customers-layout .customers-content ._btn {
        width: auto
    }

    body .customers-layout .customers-content .login-layout .action_bottom {
        padding: 0 15px
    }

    body .customers-layout .customers-content .login-layout ._btn {
        width: 100%;
        padding: 0 10px
    }
}

@media only screen and (max-width: 767px) {
    body .customers-layout .customers-content > div {
        width: 100% !important;
        padding-right: 30px !important;
        padding-left: 30px !important
    }
}

@media only screen and (max-width: 540px) {
    body .customers-layout {
        margin: 15px 0
    }

    body .customers-layout .customers-content > div.register-layout ._btn {
        width: 100%;
        max-width: 100%;
        margin-bottom: 15px
    }

    body .customers-layout .customers-content > div.register-layout .form-item {
        width: 100%
    }
}

body .account-layout {
    padding-top: 15px;
    padding-bottom: 15px
}

body .account-layout .account-inner {
    width: 100%;
    max-width: 800px;
    margin: 0 auto
}

body .account-layout .account-content {
@inclide padding_container(15 px);
}

@media only screen and (max-width: 767px) {
    body .account-layout .account-content {
    @inclide padding_container(10 x);
    }
}

body .account-layout .account-info {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

body .account-layout .account-info > div {
    margin-bottom: 30px;
    width: 50%
}

@media only screen and (max-width: 767px) {
    body .account-layout .account-info > div {
        width: 100%
    }
}

body .account-layout .account-details .details-title {
    color: #121212;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase
}

@media only screen and (max-width: 425px) {
    body .account-layout .account-details .details-title {
        font-size: 14px
    }
}

body .account-layout .account-details .details-content {
    font-size: 14px
}

body .account-layout .account-details .details-content .details-item {
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center
}

body .account-layout .account-details .details-content .details-item .title {
    color: #121212;
    width: 100px;
    max-width: 100px;
    padding-left: 10px;
    display: inline-block;
    zoom: 1;
    white-space: nowrap
}

body .account-layout .account-details .details-content .details-item.name .content {
    font-weight: 700
}

body .account-layout .account-details .details-content .details-item address {
    display: inline-block;
    zoom: 1;
    margin-bottom: 0
}

body .account-layout .account-details .details-content .details-item:last-child {
    margin-bottom: 0
}

@media only screen and (max-width: 425px) {
    body .account-layout .account-details .details-content .details-item * {
        font-size: 14px
    }
}

body .account-layout .account-link .link-title {
    color: #fff;
    background-color: #ee2c1f;
    padding: 10.5px 25px;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0
}

@media only screen and (max-width: 425px) {
    body .account-layout .account-link .link-title {
        font-size: 14px
    }
}

body .account-layout .account-link .link-content {
    border-style: solid;
    border-width: 1px;
    border-color: #e3e5e7;
    border-top-width: 0;
    padding: 23px 20px;
    font-size: 14px;
    color: #121212
}

body .account-layout .account-link .link-content .link-list li {
    list-style: disc;
    margin-bottom: 10px
}

body .account-layout .account-link .link-content .link-list li:last-child {
    margin-bottom: 0
}

body .account-layout .account-banner {
    text-align: center
}

body .account-layout .account-banner a {
    display: block
}

body .account-layout .account-orders {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    width: 100%
}

@media only screen and (max-width: 991px) {
    body .account-layout .account-orders .account-orders-inner {
        max-width: 100%;
        overflow-x: auto
    }
}

@media only screen and (max-width: 767px) {
    body .account-layout .account-orders {
        padding-right: 0;
        padding-left: 0
    }
}

body .account-layout .account-orders table thead tr {
    background-color: #ee2c1f;
    padding: 10px 0
}

body .account-layout .account-orders table thead tr th {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 30px;
    white-space: nowrap
}

@media only screen and (max-width: 425px) {
    body .account-layout .account-orders table thead tr th {
        font-size: 14px
    }
}

body .account-layout .account-orders table tbody {
    font-size: 14px;
    border: 1px solid #e3e5e7
}

body .account-layout .account-orders table tbody * {
    color: #121212
}

body .account-layout .account-orders table tbody tr {
    border-bottom: 1px solid #e3e5e7
}

body .account-layout .account-orders table tbody tr td {
    padding: 23px 30px
}

body .account-layout .account-orders table tbody tr td.td-note {
    white-space: nowrap
}

body .account-layout .account-orders table tbody tr:last-child {
    border-bottom-width: 0
}

body .account-layout .account-orders table tfoot {
    font-size: 14px;
    color: #121212
}

body .account-layout .account-orders table tfoot td {
    border: 1px solid #e3e5e7;
    padding: 10px 30px
}

@media only screen and (max-width: 767px) {
    body .account-layout .account-info > div {
        padding-right: 0;
        padding-left: 0
    }
}

@media only screen and (max-width: 425px) {
    body .account-layout {
        padding-top: 35px;
        padding-bottom: 35px
    }

    body .account-layout .account-details .details-content .details-item .title {
        width: 80px;
        max-width: 80px
    }

    body .account-layout .account-link .link-content {
        font-size: 14px
    }

    body .account-layout .account-orders table tbody {
        font-size: 14px
    }
}

body .order-layout {
    padding-top: 15px;
    padding-bottom: 15px
}

body .order-layout .order-inner {
    width: 100%;
    max-width: 800px;
    margin: 0 auto
}

body .order-layout .order-content .order-id {
    margin-bottom: 30px;
    padding-right: 15px;
    padding-left: 15px
}

body .order-layout .order-content .order-id h2 {
    text-transform: uppercase;
    color: #121212;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px
}

body .order-layout .order-content .order-id .date {
    font-size: 14px;
    color: #1a1a1a
}

body .order-layout .order-content .order-id .notice {
    margin-top: 8px
}

body .order-layout .order-content .order-id .notice h5 {
    color: #121212;
    font-size: 16px;
    margin-bottom: 8px
}

body .order-layout .order-content .order-id .notice .note {
    font-size: 14px;
    color: #1a1a1a
}

body .order-layout .order-content .order-address {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

body .order-layout .order-content .order-address::after {
    content: '';
    display: table;
    clear: both
}

body .order-layout .order-content .order-address .address-items {
    margin-bottom: 30px;
    width: 50%
}

body .order-layout .order-content .order-address .address-items .address-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background-color: #ee2c1f;
    font-weight: 700;
    padding: 11px 25px;
    margin-bottom: 0
}

body .order-layout .order-content .order-address .address-items .address-content {
    padding: 23px 25px;
    border: 1px solid #e3e5e7
}

body .order-layout .order-content .order-address .address-items .address-content .address-item {
    font-size: 14px;
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center
}

body .order-layout .order-content .order-address .address-items .address-content .address-item .title {
    color: #121212;
    width: 140px;
    max-width: 140px;
    padding-left: 10px;
    display: inline-block;
    zoom: 1;
    white-space: nowrap
}

body .order-layout .order-content .order-address .address-items .address-content .address-item.name .content {
    font-weight: 700
}

body .order-layout .order-content .order-address .address-items .address-content .address-item address {
    display: inline-block;
    zoom: 1;
    margin-bottom: 0
}

body .order-layout .order-content .order-address .address-items .address-content .address-item:last-child {
    margin-bottom: 0
}

@media only screen and (max-width: 425px) {
    body .order-layout .order-content .order-address .address-items .address-content .address-item * {
        font-size: 14px
    }
}

body .order-layout .order-content .order-info {
    padding-right: 15px;
    padding-left: 15px
}

body .order-layout .order-content .order-info .order-info-inner {
    width: 100%
}

body .order-layout .order-content .order-info table thead tr {
    background-color: #ee2c1f;
    padding: 10px 0
}

body .order-layout .order-content .order-info table thead tr th {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 30px;
    white-space: nowrap
}

@media only screen and (max-width: 425px) {
    body .order-layout .order-content .order-info table thead tr th {
        font-size: 14px
    }
}

body .order-layout .order-content .order-info table tbody {
    font-size: 14px;
    border: 1px solid #e3e5e7
}

body .order-layout .order-content .order-info table tbody * {
    color: #121212
}

body .order-layout .order-content .order-info table tbody tr {
    border-bottom: 1px solid #e3e5e7
}

body .order-layout .order-content .order-info table tbody tr td {
    padding: 23px 30px
}

body .order-layout .order-content .order-info table tbody tr td.td-note {
    white-space: nowrap
}

body .order-layout .order-content .order-info table tbody tr:last-child {
    border-bottom-width: 0
}

body .order-layout .order-content .order-info table tfoot {
    font-size: 14px;
    color: #121212
}

body .order-layout .order-content .order-info table tfoot td {
    border: 1px solid #e3e5e7;
    padding: 10px 30px
}

body .order-layout .order-content .order-info table tbody tr {
    border-bottom: 0
}

body .order-layout .order-content .order-info table tbody tr:first-child td {
    padding-top: 30px
}

body .order-layout .order-content .order-info table tbody tr:last-child td {
    padding-bottom: 30px
}

body .order-layout .order-content .order-info table tbody tr td {
    padding: 5px 30px
}

@media only screen and (max-width: 767px) {
    body .order-layout .order-content .order-address .address-items {
        width: 100%;
        padding-right: 0;
        padding-left: 0
    }

    body .order-layout .order-content .order-address .address-items .address-content {
        padding: 15px 10px
    }

    body .order-layout .order-content .order-address .address-items .address-content .address-item .title {
        width: 110px;
        max-width: 110px
    }

    body .order-layout .order-content .order-info {
        padding-right: 0;
        padding-left: 0
    }

    body .order-layout .order-content .order-info .order-info-inner {
        overflow-x: auto;
        padding-bottom: 20px
    }

    body .order-layout .order-content .order-info .order-info-inner .td-product {
        min-width: 200px
    }

    body .order-layout .order-content .order-id {
        padding-right: 0;
        padding-left: 0
    }
}

@media only screen and (max-width: 425px) {
    body .order-layout {
        padding-top: 35px;
        padding-bottom: 35px
    }

    body .order-layout * {
        font-size: 14px
    }
}

body .address-layout {
    padding-top: 15px;
    padding-bottom: 15px
}

body .address-layout .group_form .form-item {
    margin-bottom: 20px
}

body .address-layout .group_form .form-item label {
    font-size: 14px;
    color: #88898b;
    margin-bottom: 10px;
    display: block
}

body .address-layout .group_form .form-item input:not(._btn), body .address-layout .group_form .form-item select:not(._btn), body .address-layout .group_form .form-item textarea:not(._btn) {
    border-radius: 0;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    color: #1a1a1a;
    font-size: 14px
}

body .address-layout .group_form .form-item input:not(._btn), body .address-layout .group_form .form-item select {
    height: 40px;
    line-height: 40px;
    border-width: 1px;
    border-style: solid;
    border-color: #e3e5e7;
    padding-top: 0;
    padding-bottom: 0
}

body .address-layout .group_form .form-item textarea {
    min-height: 132px;
    padding-top: 10px;
    padding-bottom: 10px
}

body .address-layout .group_form .form-item.form-password {
    position: relative
}

body .address-layout .group_form .form-item.form-password input {
    padding-left: 30px
}

body .address-layout .group_form .form-item.form-password .cs-icon {
    position: absolute;
    top: 50%;
    left: 15px;
    font-size: 12px !important;
    margin-top: -6px;
    font-weight: 700
}

body .address-layout .group_form .form-item.form-password .cs-icon:hover {
    cursor: pointer
}

body .address-layout .group_form .form-item input[type=checkbox] {
    line-height: 1em;
    height: auto;
    width: auto;
    margin: 0 0 0 5px;
    padding: 5px;
    -webkit-appearance: checkbox;
    appearance: checkbox
}

body .address-layout .group_form ._btn {
    font-size: 14px;
    padding: 0 16px;
    font-weight: 700;
    border-width: 1px;
    height: 50px;
    line-height: 48px;
    float: left;
    margin-top: 3px
}

body .address-layout .group_form ::-webkit-input-placeholder {
    color: #1a1a1a;
    font-size: 14px
}

body .address-layout .group_form ::-moz-placeholder {
    color: #1a1a1a;
    font-size: 14px
}

body .address-layout .group_form :-ms-input-placeholder {
    color: #1a1a1a;
    font-size: 14px
}

body .address-layout .group_form ::-ms-input-placeholder {
    color: #1a1a1a;
    font-size: 14px
}

body .address-layout .address-inner {
    width: 100%;
    max-width: 800px;
    margin: 0 auto
}

body .address-layout .address-content ._btn {
    font-size: 12px;
    border-width: 1px;
    height: 40px;
    line-height: 38px;
    padding: 0 16px;
    font-weight: 700;
    color: #fff;
    border-color: #ee2c1f;
    background-color: #ee2c1f
}

body .address-layout .address-content ._btn * {
    color: currentcolor
}

body .address-layout .address-content ._btn:focus, body .address-layout .address-content ._btn:hover {
    color: #ee2c1f;
    border-color: #ee2c1f;
    background-color: #fff
}

body .address-layout .address-content ._btn:focus *, body .address-layout .address-content ._btn:hover * {
    color: currentcolor
}

body .address-layout .address-content .address-tables .address-items {
    margin-bottom: 30px
}

body .address-layout .address-content .address-tables .address-items form .customer-address-table {
    margin-right: -13px;
    margin-left: -13px
}

body .address-layout .address-content .address-tables .address-items form #add_address_title {
    display: none
}

body .address-layout .address-content .address-tables .address-items form .group_form {
    padding: 50px;
    border: 1px solid #e3e5e7;
    margin-top: 30px
}

body .address-layout .address-content .address-tables .address-items form .group_form .form-item {
    width: 50%;
    padding: 0 13px;
    float: right
}

body .address-layout .address-content .address-tables .address-items form .group_form .form-item label {
    text-align: right
}

body .address-layout .address-content .address-tables .address-items form .group_form .form-item .form-item-inner {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

body .address-layout .address-content .address-tables .address-items form .group_form .form-item:last-child {
    width: 100%;
    float: none;
    text-align: right
}

body .address-layout .address-content .address-tables .address-items form .group_form .form-item:last-child * {
    text-align: right
}

body .address-layout .address-content .address-tables .address-items form .action_bottom {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center
}

body .address-layout .address-content .address-tables .address-items form .action_bottom::after {
    content: '';
    display: table;
    clear: both
}

body .address-layout .address-content .address-tables .address-items form .action_bottom ._btn {
    margin: 0 0 0 5px
}

body .address-layout .address-content .address-tables .address-items form .action_bottom > span {
    padding: 0 5px
}

body .address-layout .address-content .address-tables .address-items .errors ul {
    margin: 0
}

body .address-layout .address-content .address-tables .address-items .errors ul li {
    list-style: none
}

@media only screen and (max-width: 767px) {
    body .address-layout .address-content .address-tables .address-items form .group_form {
        padding: 20px 10px
    }

    body .address-layout .address-content .address-tables .address-items form .group_form .form-item {
        width: 100%
    }
}

body .address-layout .address-content .address-tables .address-items .tables-title {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    background-color: #ee2c1f;
    padding: 10.5px 30px;
    color: #fff;
    margin-bottom: 0
}

@media only screen and (max-width: 425px) {
    body .address-layout .address-content .address-tables .address-items .tables-title {
        font-size: 14px
    }
}

body .address-layout .address-content .address-tables .address-items .tables-content {
    border: 1px solid #e3e5e7;
    padding: 25px;
    font-size: 14px;
    color: #121212;
    position: relative
}

body .address-layout .address-content .address-tables .address-items .tables-content .action-link {
    width: 20px;
    position: absolute;
    left: 40px;
    top: 20px;
    text-align: left
}

body .address-layout .address-content .address-tables .address-items .tables-content .action-link > a {
    display: block;
    margin-bottom: 15px
}

body .address-layout .address-content .address-tables .address-items .tables-content .action-link > a:focus > span, body .address-layout .address-content .address-tables .address-items .tables-content .action-link > a:hover > span {
    color: #ee2c1f
}

body .address-layout .address-content .address-tables .address-items .tables-content .tables-item {
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center
}

body .address-layout .address-content .address-tables .address-items .tables-content .tables-item .title {
    color: #121212;
    width: 150px;
    max-width: 150px;
    padding-left: 10px;
    display: inline-block;
    zoom: 1;
    white-space: nowrap
}

body .address-layout .address-content .address-tables .address-items .tables-content .tables-item.name .content {
    font-weight: 700
}

body .address-layout .address-content .address-tables .address-items .tables-content .tables-item address {
    display: inline-block;
    zoom: 1;
    margin-bottom: 0
}

body .address-layout .address-content .address-tables .address-items .tables-content .tables-item:last-child {
    margin-bottom: 0
}

@media only screen and (max-width: 425px) {
    body .address-layout .address-content .address-tables .address-items .tables-content .tables-item * {
        font-size: 14px
    }
}

body .address-layout .address-content .address-new form .customer-address-table {
    margin-right: -13px;
    margin-left: -13px
}

body .address-layout .address-content .address-new form #add_address_title {
    display: none
}

body .address-layout .address-content .address-new form .group_form {
    padding: 50px;
    border: 1px solid #e3e5e7;
    margin-top: 30px
}

body .address-layout .address-content .address-new form .group_form .form-item {
    width: 50%;
    padding: 0 13px;
    float: right
}

body .address-layout .address-content .address-new form .group_form .form-item label {
    text-align: right
}

body .address-layout .address-content .address-new form .group_form .form-item .form-item-inner {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

body .address-layout .address-content .address-new form .group_form .form-item:last-child {
    width: 100%;
    float: none;
    text-align: right
}

body .address-layout .address-content .address-new form .group_form .form-item:last-child * {
    text-align: right
}

body .address-layout .address-content .address-new form .action_bottom {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center
}

body .address-layout .address-content .address-new form .action_bottom::after {
    content: '';
    display: table;
    clear: both
}

body .address-layout .address-content .address-new form .action_bottom ._btn {
    margin: 0 0 0 5px
}

body .address-layout .address-content .address-new form .action_bottom > span {
    padding: 0 5px
}

body .address-layout .address-content .address-new .errors ul {
    margin: 0
}

body .address-layout .address-content .address-new .errors ul li {
    list-style: none
}

@media only screen and (max-width: 767px) {
    body .address-layout .address-content .address-new form .group_form {
        padding: 20px 10px
    }

    body .address-layout .address-content .address-new form .group_form .form-item {
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    body .address-layout .address-content .address-tables .address-items .tables-content {
        padding: 15px 10px
    }

    body .address-layout .address-content .address-tables .address-items .tables-content .action-link {
        left: 10px;
        top: 10px
    }

    body .address-layout .address-content .address-tables .address-items .tables-content .action-link > a {
        margin-bottom: 5px
    }

    body .address-layout .address-content .address-tables .address-items .tables-content .tables-item .title {
        width: 110px;
        max-width: 110px
    }

    body .address-layout .address-content .address-tables .address-items .tables-title {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media only screen and (max-width: 425px) {
    body .address-layout {
        padding-top: 35px;
        padding-bottom: 35px
    }

    body .address-layout .address-content * {
        font-size: 14px
    }

    body .address-layout .address-content .address-tables .address-items .tables-content .tables-item .title {
        width: 90px;
        max-width: 90px
    }
}

body .main-content > .search-content {
    margin-top: 15px;
    margin-bottom: 15px
}

body .main-content > .search-content .search-field form.search {
    position: relative;
    height: 50px;
    padding-left: 60px;
    border-radius: 3px;
    border: 1px solid #e3e5e7;
    background-color: #e8e8e8
}

body .main-content > .search-content .search-field form.search .search_box {
    padding: 0 20px;
    width: 100%;
    height: 100%;
    color: #88898b;
    border-width: 0;
    line-height: 48px;
    background-color: transparent;
    font-size: 16px
}

body .main-content > .search-content .search-field form.search .search-submit {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    margin-top: -1px;
    margin-bottom: -1px;
    width: 50px;
    background-color: #343434;
    border-color: #343434;
    border-radius: 3px 0 0 3px
}

body .main-content > .search-content .search-field form.search .search-submit:focus {
    outline: 0
}

body .main-content > .search-content .search-field form.search .search-submit * {
    font-size: 26px;
    color: #fff;
    line-height: 48px
}

body .main-content > .search-content .search-field form.search .search-clear {
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 75px;
    margin-top: -8px;
    color: #88898b;
    font-size: 14px;
    font-weight: 700
}

body .main-content > .search-content .search-field ::-webkit-input-placeholder {
    color: #88898b;
    font-size: 16px;
    font-weight: 500
}

body .main-content > .search-content .search-field ::-moz-placeholder {
    color: #88898b;
    font-size: 16px;
    font-weight: 500
}

body .main-content > .search-content .search-field :-ms-input-placeholder {
    color: #88898b;
    font-size: 16px;
    font-weight: 500
}

body .main-content > .search-content .search-field ::-ms-input-placeholder {
    color: #88898b;
    font-size: 16px;
    font-weight: 500
}

body .main-content > .search-content .search-field form.search {
    background-color: transparent
}

body .main-content > .search-content .search-content-inner {
    margin-right: -15px;
    margin-left: -15px
}

body .main-content > .search-content .expanded-message {
    padding-right: 125px;
    padding-left: 125px;
    margin-bottom: 65px;
    text-align: center;
    width: 100%
}

body .main-content > .search-content .expanded-message .subtext {
    margin-top: 35px;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase
}

body .main-content > .search-content .expanded-message h2 {
    font-size: 15px;
    color: #ee2c1f;
    text-transform: uppercase;
    font-weight: 700
}

body .main-content > .search-content .expanded-message .search-results {
    display: none !important
}

body .main-content > .search-content .product-item-group .product-item-inner {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

body .main-content > .search-content .search-bottom-toolbar {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    color: #121212
}

body .main-content > .search-content .search-bottom-toolbar .pagination_group {
    margin: 0
}

body .main-content > .search-content .search-bottom-toolbar .pagination_group .pagination {
    -ms-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

body .main-content > .search-content .search-bottom-toolbar .search-counter {
    text-align: left;
    font-size: 14px
}

body .main-content > .search-content .article {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px
}

@media only screen and (max-width: 1199px) {
    body .main-content > .search-content .product-item-group {
        margin-right: -10px;
        margin-left: -10px
    }

    body .main-content > .search-content .product-item-group .product-item-wrapper {
        padding: 10px
    }

    body .main-content > .search-content .search-content-inner {
        margin-right: 0;
        margin-left: 0
    }

    body .main-content > .search-content .search-bottom-toolbar > div {
        padding: 0
    }
}

@media only screen and (max-width: 767px) {
    body .main-content > .search-content .product-item-wrapper {
        width: 33.33333%;
        padding-right: 10px;
        padding-left: 10px
    }

    body .main-content > .search-content .product-item-wrapper .product {
        margin-bottom: 0
    }

    body .main-content > .search-content .article {
        width: 100%;
        margin-bottom: 30px
    }

    body .main-content > .search-content .article:last-child {
        margin-bottom: 0
    }
}

@media only screen and (max-width: 540px) {
    body .main-content > .search-content .product-item-wrapper {
        width: 50%
    }

    body .main-content > .search-content .expanded-message {
        padding-right: 0;
        padding-left: 0
    }

    body .main-content > .search-content .search-bottom-toolbar > div {
        width: 100%;
        margin-bottom: 10px
    }

    body .main-content > .search-content .search-bottom-toolbar .pagination_group .pagination {
        -ms-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    body .main-content > .search-content .search-bottom-toolbar .search-counter {
        text-align: center
    }
}

@media only screen and (max-width: 425px) {
    body .main-content > .search-content {
        margin-top: 20px
    }

    body .main-content > .search-content .search-field form.search .search_box {
        font-size: 12px
    }

    body .main-content > .search-content .expanded-message {
        margin-bottom: 10px
    }

    body .main-content > .search-content .expanded-message .subtext {
        margin-top: 20px;
        margin-bottom: 0
    }

    body .main-content > .search-content .expanded-message .results, body .main-content > .search-content .expanded-message .subtext {
        font-size: 12px
    }

    body .main-content > .search-content .search-bottom-toolbar .search-counter {
        font-size: 12px
    }
}

@media only screen and (max-width: 319px) {
    body .main-content > .search-content .product-item-wrapper {
        width: 100%
    }
}

footer {
    color: #393939;
    background-color: #fff;
    border-top: 2px solid #ee2c1f;
    margin-top: 22.5px
}

footer ul {
    margin: 0
}

footer ul li {
    list-style: none
}

footer .footer-top-layout {
    background-color: #fff
}

footer .footer-top-layout .footer-top-content {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0
}

footer .footer-top-layout .footer-top-content > div {
    text-align: center;
    border-left: 1px solid #b6b4b4
}

footer .footer-top-layout .footer-top-content > div:last-child {
    border-left: 0
}

footer .footer-top-layout .footer-top-content ._icon {
    max-width: 58px;
    overflow: hidden;
    display: inline-block;
    zoom: 1
}

footer .footer-top-layout .footer-top-content ._icon img {
    transition: all .5s ease
}

footer .footer-top-layout .footer-top-content > div:hover img {
    transform: scale(.8, .8)
}

footer .footer-top-layout .footer-top-content .content {
    padding-top: 15px
}

footer .footer-top-layout .footer-top-content .content .title {
    font-size: 20px;
    color: #2b2b2b;
    margin-bottom: 5px
}

footer .footer-top-layout .footer-top-content .content .caption {
    font-size: 15px;
    color: #393939;
    line-height: 1.7em;
    margin-bottom: 0 !important
}

@media only screen and (max-width: 991px) {
    footer .footer-top-layout .footer-top-content > div {
        width: 50%;
        padding-top: 15px;
        padding-bottom: 15px
    }

    footer .footer-top-layout .footer-top-content > div:nth-child(even) {
        border-left: 0
    }
}

@media only screen and (max-width: 425px) {
    footer .footer-top-layout .footer-top-content > div {
        width: 100%;
        border-left: 0
    }
}

footer .footer-bottom-layout {
    background-color: #f1f2f4;
    padding-top: 30px
}

footer .footer-bottom-layout .footer-bottom-inner {
    margin-right: -15px;
    margin-left: -15px
}

footer .footer-bottom-layout .footer-bottom-inner .menufooter-content {
    text-align: center;
    margin-top: 30px
}

footer .footer-bottom-layout .footer-bottom-inner .menufooter-content ul li {
    display: inline-block;
    zoom: 1;
    padding-right: 10px;
    padding-left: 10px;
    position: relative
}

footer .footer-bottom-layout .footer-bottom-inner .menufooter-content ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin-left: -3px;
    width: 1px;
    height: 100%;
    background-color: #b6b4b4
}

footer .footer-bottom-layout .footer-bottom-inner .menufooter-content ul li:last-child:before {
    display: none !important
}

footer .footer-bottom-layout .footer-bottom-inner .menufooter-content a {
    color: #454545
}

footer .footer-bottom-layout .footer-bottom-inner .menufooter-content a:hover {
    color: #f9925c
}

footer .footer-bottom-layout .footer-bottom-inner .copyright-content {
    text-align: center;
    margin: 10px 0 15px;
    color: #454545
}

footer .footer-bottom-layout .footer-bottom-inner .copyright-content a {
    color: #f9925c
}

footer .footer-bottom-layout .footer-bottom-inner .payment-content {
    text-align: center;
    margin-bottom: 30px
}

footer .footer-bottom-layout .footer-bottom-inner .payment-content .payment-caption > img {
    margin: 0 4px
}

footer .footer-bottom-layout .footer-bottom-inner .keywords-content {
    padding-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px
}

footer .footer-bottom-layout .footer-bottom-inner .keywords-content .keywords-title {
    font-size: 14px;
    color: rgba(18, 18, 18, .96);
    font-weight: 700;
    float: right;
    margin-left: 10px
}

footer .footer-bottom-layout .footer-bottom-inner .keywords-content .keywords-link > li {
    display: inline-block;
    zoom: 1;
    margin-left: 15px;
    margin-bottom: 10px
}

footer .footer-bottom-layout .footer-bottom-inner .keywords-content .keywords-link > li a {
    color: #454545
}

footer .footer-bottom-layout .footer-bottom-inner .keywords-content .keywords-link > li a:hover {
    color: #f9925c
}

footer .footer-content {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width: 425px) {
    footer .footer-content {
        text-align: center
    }
}

footer .footer-title {
    font-size: 0;
    margin-bottom: 10px
}

footer .footer-title h5 {
    font-size: 18px;
    color: #050505;
    font-weight: 500;
    margin-bottom: 0
}

footer .newsletter-content .newsletter-caption {
    color: #1a1a1a;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 500
}

footer .newsletter-content .newsletter-form form {
    position: relative;
    height: 35px;
    padding-left: 90px;
    border-radius: 0;
    border-width: 0;
    background-color: #fff
}

footer .newsletter-content .newsletter-form form input {
    padding: 0 15px 0 15px;
    width: 100%;
    height: 100%;
    color: #88898b;
    border-width: 0;
    line-height: 35px;
    background-color: transparent;
    font-size: 14px;
    box-shadow: none
}

footer .newsletter-content .newsletter-form form input:focus {
    box-shadow: none
}

footer .newsletter-content .newsletter-form form input:focus::-webkit-input-placeholder {
    color: transparent
}

footer .newsletter-content .newsletter-form form input:focus::-moz-placeholder {
    color: transparent
}

footer .newsletter-content .newsletter-form form input:focus:-ms-input-placeholder {
    color: transparent
}

footer .newsletter-content .newsletter-form form input:focus::-ms-input-placeholder {
    color: transparent
}

footer .newsletter-content .newsletter-form form button {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    width: 90px;
    background-color: #ee2c1f;
    border-width: 0;
    color: #fff;
    font-size: 14px;
    padding-right: 15px;
    padding-left: 15px
}

footer .newsletter-content .newsletter-form form button:focus, footer .newsletter-content .newsletter-form form button:hover {
    outline: 0;
    background-color: #000
}

footer .newsletter-content .newsletter-form form button:focus .cs-icon, footer .newsletter-content .newsletter-form form button:hover .cs-icon {
    color: #ee2c1f
}

footer .newsletter-content .newsletter-form form button * {
    font-size: 26px;
    color: #2b2b2b;
    line-height: 35px
}

footer .newsletter-content .newsletter-form ::-webkit-input-placeholder {
    color: #88898b;
    font-size: 14px;
    font-weight: 500
}

footer .newsletter-content .newsletter-form ::-moz-placeholder {
    color: #88898b;
    font-size: 14px;
    font-weight: 500
}

footer .newsletter-content .newsletter-form :-ms-input-placeholder {
    color: #88898b;
    font-size: 14px;
    font-weight: 500
}

footer .newsletter-content .newsletter-form ::-ms-input-placeholder {
    color: #88898b;
    font-size: 14px;
    font-weight: 500
}

footer .social-content {
    padding-top: 20px
}

footer .social-content > a {
    display: inline-block;
    zoom: 1;
    cursor: pointer;
    height: 40px;
    width: 40px;
    text-align: center;
    border: 1px solid #b6b4b4;
    line-height: 38px;
    background-color: transparent;
    color: #1a1a1a;
    border-radius: 50%;
    margin-left: 6px
}

footer .social-content .social-caption > a {
    display: inline-block;
    zoom: 1;
    margin: 3px 1.5px;
    background-color: #88898b;
    padding: 5px;
    text-align: center;
    transition: all .5s ease
}

footer .social-content .social-caption > a:focus, footer .social-content .social-caption > a:hover {
    opacity: .5
}

footer .social-content .social-caption > a .cs-icon {
    font-size: 20px;
    color: #fff
}

footer .social-content .social-caption > a.facebook {
    background-color: #236cbe
}

footer .social-content .social-caption > a.twitter {
    background-color: #1da1f3
}

footer .social-content .social-caption > a.google-plus {
    background-color: #d6492f
}

footer .social-content .social-caption > a.pinterest {
    background-color: #cb2026
}

footer .social-content .social-caption > a.instagram {
    background-color: #517ea3
}

footer .social-content .social-caption > a.youtube {
    background-color: red
}

footer .social-content .social-caption > a.wordpress {
    background-color: #21759b
}

footer .social-content .social-caption > a.vimeo {
    background-color: #1bb7ea
}

footer .social-content .social-caption > a.tumblr {
    background-color: #2b4660
}

@media only screen and (min-width: 992px) {
    footer .social-content > a {
        transition: all .5s ease
    }

    footer .social-content > a:focus, footer .social-content > a:hover {
        background-color: #121212;
        color: #fff;
        border-color: #121212
    }
}

footer .link-content ul li {
    margin-bottom: 7px
}

footer .link-content ul li a {
    line-height: 1.5em;
    font-size: 15px;
    font-weight: 500;
    color: #454545
}

footer .link-content ul li a:focus, footer .link-content ul li a:hover {
    color: #f9925c;
    text-decoration: underline
}

footer .linklist-content {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

footer .linklist-content::after {
    content: '';
    display: table;
    clear: both
}

@media only screen and (max-width: 991px) {
    footer .linklist-content > div {
        width: 50%;
        padding-top: 15px;
        padding-bottom: 15px
    }
}

@media only screen and (max-width: 540px) {
    footer .linklist-content > div {
        width: 100%;
        text-align: center
    }

    footer .linklist-content ul li {
        display: inline-block;
        zoom: 1
    }

    footer .linklist-content ul li:not(:last-child) {
        border-left: 1px solid #b6b4b4;
        padding-left: 8px;
        margin-left: 5px
    }
}

footer .copyright {
    margin-top: 70px;
    color: #454545;
    text-transform: uppercase;
    line-height: 2.4em;
    font-weight: 700
}

footer .copyright a {
    color: #f9925c;
    font-weight: 700;
    transition: all .5s ease
}

footer .copyright a:focus, footer .copyright a:hover {
    color: #ee2c1f
}

body #newsletter-popup {
    background-color: rgba(0, 0, 0, .3);
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

body #newsletter-popup .nl-popup-close {
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    top: -15px;
    left: -15px;
    background-color: rgba(255, 255, 255, .9);
    border-radius: 0;
    text-align: center;
    z-index: 9
}

body #newsletter-popup .nl-popup-close .cs-icon {
    font-size: 0
}

body #newsletter-popup .nl-popup-close .cs-icon:before {
    font-size: 16px;
    color: #121212;
    font-weight: 700;
    height: 30px;
    line-height: 30px
}

@media only screen and (max-width: 767px) {
    body #newsletter-popup .nl-popup-close {
        top: 0;
        left: 0
    }
}

body #newsletter-popup .popup-image {
    text-align: center;
    position: relative;
    padding: 40px;
    width: 100%;
    background-position: center center
}

body #newsletter-popup .popup-image::after {
    content: '';
    display: table;
    clear: both
}

body #newsletter-popup .popup-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5)
}

body #newsletter-popup .popup-image h4 {
    position: relative;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 10px;
    white-space: nowrap
}

@media only screen and (max-width: 540px) {
    body #newsletter-popup .popup-image h4 {
        letter-spacing: 5px
    }
}

body #newsletter-popup .nl-wraper-popup {
    position: relative;
    width: 480px;
    max-width: 90%;
    padding: 0 0 40px 0;
    margin: 0 auto;
    background-color: #fff;
    color: #121212;
    z-index: 999
}

body #newsletter-popup .nl-wraper-popup .nl-wraper-popup-inner {
    padding: 30px 40px 0
}

body #newsletter-popup .nl-wraper-popup .nl-wraper-popup-inner p {
    font-size: 16px;
    font-weight: 700
}

body #newsletter-popup .nl-wraper-popup form {
    text-align: center;
    width: 100%;
    padding: 0
}

body #newsletter-popup .nl-wraper-popup form::after {
    content: '';
    display: table;
    clear: both
}

body #newsletter-popup .nl-wraper-popup .group_input {
    margin-top: 30px
}

body #newsletter-popup .nl-wraper-popup .group_input ._btn {
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-transform: capitalize
}

body #newsletter-popup .nl-wraper-popup .group_input .form-control {
    height: 40px;
    margin-bottom: 15px;
    width: 100%;
    box-shadow: none;
    border: 1px solid #e3e5e7;
    padding: 0 15px;
    border-radius: 0
}

body #newsletter-popup .nl-wraper-popup #popup-hide {
    position: relative;
    margin-top: 20px;
    margin-bottom: 0;
    width: 100%;
    float: right;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

body #newsletter-popup .nl-wraper-popup #popup-hide * {
    display: inline-block;
    zoom: 1
}

body #newsletter-popup .nl-wraper-popup #popup-hide input {
    margin: 0 0 0 5px
}

body #newsletter-popup .nl-wraper-popup #popup-hide label {
    color: #1a1a1a;
    font-size: 13px;
    margin: 0;
    font-style: italic
}

body #newsletter-popup ::-webkit-input-placeholder {
    color: #fff;
    font-size: 16px;
    font-weight: 500
}

body #newsletter-popup ::-moz-placeholder {
    color: #fff;
    font-size: 16px;
    font-weight: 500
}

body #newsletter-popup :-ms-input-placeholder {
    color: #fff;
    font-size: 16px;
    font-weight: 500
}

body #newsletter-popup ::-ms-input-placeholder {
    color: #fff;
    font-size: 16px;
    font-weight: 500
}

body .float-right-icon {
    overflow: hidden;
    position: fixed;
    left: 20px;
    bottom: 75px;
    padding: 5px
}

body .float-right-icon ul {
    list-style: none
}

body .float-right-icon #scroll-to-top {
    position: relative;
    transition: all .5s ease;
    margin-right: auto;
    padding: 0;
    text-align: center;
    background-color: #ee2c1f;
    border-width: 1px;
    height: 50px;
    line-height: 48px;
    width: 50px;
    border-radius: 50%;
    color: #fff
}

body .float-right-icon #scroll-to-top:after {
    content: '';
    position: absolute;
    top: 4px;
    right: 4px;
    left: 0;
    bottom: 0;
    margin-right: -1px;
    margin-bottom: -1px;
    border-radius: 50%;
    box-shadow: -1px 1px 0 #fff
}

body .float-right-icon #scroll-to-top:hover {
    cursor: pointer
}

body .float-right-icon #scroll-to-top:hover:after {
    animation: spinAround 2s linear infinite
}

body .float-right-icon #scroll-to-top.off {
    margin-left: -100px
}

@media (max-width: 767px) {
    body .float-right-icon {
        display: none
    }
}

body .popup-pro-wrapper {
    z-index: 999;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center
}

body .popup-pro-wrapper .ajax-cart-overlay {
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper {
    margin: 15px auto;
    width: 900px;
    padding-right: 15px;
    padding-left: 15px
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box {
    position: relative;
    background-color: #fff
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-close {
    margin-top: 10px;
    margin-left: 10px;
    position: absolute;
    top: 0;
    right: auto;
    left: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    padding: 0
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-close .cs-icon {
    font-size: 15px;
    color: #fff;
    line-height: 30px;
    width: 100%;
    text-align: center;
    transition: all .5s ease
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-close:focus .cs-icon, body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-close:hover .cs-icon {
    color: #121212
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 30px
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-left {
    width: 42%
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right {
    width: 58%
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-left {
    padding-right: 30px;
    padding-left: 30px;
    border-left: 1px solid #e3e5e7
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-left .ajax-cart-product::after {
    content: '';
    display: table;
    clear: both
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-left .ajax-cart-product > div {
    padding: 0
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-left .ajax-cart-product .ajax-cart-image {
    padding-left: 25px
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-left .ajax-cart-product .ajax-cart-image > a {
    display: block
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-left .ajax-cart-product .ajax-cart-desc .ajax-cart-product-title {
    line-height: 2em;
    margin-bottom: 15px
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-left .ajax-cart-product .ajax-cart-desc .ajax-cart-product-title a {
    font-size: 16px;
    color: #161616;
    font-weight: 700
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-left .ajax-cart-product .ajax-cart-desc .ajax-cart-product-title a:hover {
    color: #f76b6a
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-left .ajax-cart-product .ajax-cart-desc .ajax-cart-price {
    margin-bottom: 15px;
    font-weight: 700
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-left .ajax-cart-product .ajax-cart-desc .ajax-cart-price .money {
    font-size: 16px;
    color: #212121
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-left .ajax-cart-product .ajax-cart-desc .ajax-cart-qty, body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-left .ajax-cart-product .ajax-cart-desc .ajax-cart-variant {
    font-size: 14px;
    color: #1a1a1a;
    margin-bottom: 5px
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right {
    padding-right: 30px;
    padding-left: 30px
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right .ajax-cart-number-product {
    margin-bottom: 15px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: #121212
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right .ajax-cart-subtotal span {
    font-weight: 500;
    font-size: 30px;
    color: #121212
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right .ajax-cart-group-actions {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    margin-top: 50px
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right .ajax-cart-group-actions ._btn {
    font-size: 14px;
    padding: 0 16px;
    font-weight: 700;
    border-width: 1px;
    height: 50px;
    line-height: 48px
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right .ajax-cart-group-actions .ajax-cart-continue ._btn, body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right .ajax-cart-group-actions .ajax-cart-next ._btn {
    color: #fff;
    border-color: #ee2c1f;
    background-color: #ee2c1f;
    padding: 0 30px
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right .ajax-cart-group-actions .ajax-cart-continue ._btn *, body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right .ajax-cart-group-actions .ajax-cart-next ._btn * {
    color: currentcolor
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right .ajax-cart-group-actions .ajax-cart-continue ._btn:focus, body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right .ajax-cart-group-actions .ajax-cart-continue ._btn:hover, body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right .ajax-cart-group-actions .ajax-cart-next ._btn:focus, body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right .ajax-cart-group-actions .ajax-cart-next ._btn:hover {
    color: #ee2c1f;
    border-color: #ee2c1f;
    background-color: #fff
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right .ajax-cart-group-actions .ajax-cart-continue ._btn:focus *, body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right .ajax-cart-group-actions .ajax-cart-continue ._btn:hover *, body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right .ajax-cart-group-actions .ajax-cart-next ._btn:focus *, body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right .ajax-cart-group-actions .ajax-cart-next ._btn:hover * {
    color: currentcolor
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right .ajax-cart-group-actions .ajax-cart-next {
    margin-left: 10px
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right .countDiv {
    font-size: 14px;
    font-style: italic;
    display: block;
    width: 100%;
    float: right;
    margin-top: 22px
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right .countDiv span {
    color: #ee2c1f
}

body .popup-pro-wrapper .ajax-cart-note {
    max-width: 100%;
    margin-bottom: 0;
    padding-left: 50px
}

@media only screen and (max-width: 991px) {
    body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-left {
        width: 100%;
        max-width: 250px
    }

    body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-left .ajax-cart-product .ajax-cart-image {
        padding-left: 0;
        margin-bottom: 15px
    }

    body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right {
        width: 100%
    }
}

body .fb-overlay .fb-skin {
    border-radius: 0
}

body .fb-overlay .fb-close, body .fb-overlay .fb-next span, body .fb-overlay .fb-prev span {
    background-image: none
}

body .fb-overlay .fb-next span, body .fb-overlay .fb-prev span {
    position: absolute;
    top: 50%;
    font-size: 0;
    width: 40px;
    text-align: center;
    border-style: solid;
    background-image: none !important;
    border-radius: 0;
    transform: translateY(-50%);
    border-width: 1px;
    height: 40px;
    line-height: 38px;
    color: #1d1d1d;
    border-color: transparent;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3)
}

body .fb-overlay .fb-next span *, body .fb-overlay .fb-prev span * {
    color: currentcolor
}

@media (min-width: 1200px) {
    body .fb-overlay .fb-next span, body .fb-overlay .fb-prev span {
        transition: all .5s ease
    }
}

body .fb-overlay .fb-next span:before, body .fb-overlay .fb-prev span:before {
    font-family: cs-icon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    font-size: 18px;
    right: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%)
}

body .fb-overlay .fb-next span:focus, body .fb-overlay .fb-next span:hover, body .fb-overlay .fb-prev span:focus, body .fb-overlay .fb-prev span:hover {
    color: #ee2c1f;
    border-color: #ee2c1f;
    background-color: #fff
}

body .fb-overlay .fb-next span:focus *, body .fb-overlay .fb-next span:hover *, body .fb-overlay .fb-prev span:focus *, body .fb-overlay .fb-prev span:hover * {
    color: currentcolor
}

body .fb-overlay .fb-close {
    top: 15px;
    left: 15px
}

body .fb-overlay .fb-close .cs-icon {
    font-weight: 800;
    color: #121212;
    font-size: 12px;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-right: -6px;
    margin-top: -6px
}

@media only screen and (max-width: 1199px) {
    body .fb-overlay .fb-nav span {
        visibility: visible
    }
}

body .wishlist-model .modal {
    padding-left: 0 !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

body .wishlist-model .modal:not(.in) {
    z-index: -1
}

body .wishlist-model .modal .modal-dialog {
    margin: auto;
    width: 100%;
    max-width: 700px
}

body .wishlist-model .modal .modal-dialog .modal-content {
    margin: 0 auto;
    border-width: 0;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    text-align: center
}

body .wishlist-model .modal .modal-dialog .modal-content > div {
    width: 100%;
    margin: 0 auto
}

body .wishlist-model .modal .modal-dialog .modal-content .modal-header {
    margin-bottom: 13px;
    border-width: 0
}

body .wishlist-model .modal .modal-dialog .modal-content .modal-header .modal-title {
    display: none
}

body .wishlist-model .modal .modal-dialog .modal-content .modal-header .close {
    opacity: 1;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    text-shadow: none;
    float: none
}

body .wishlist-model .modal .modal-dialog .modal-content .modal-header .close .cs-icon {
    font-size: 35px;
    color: #fff;
    font-weight: 400;
    padding: 0;
    border-radius: 50%;
    border: 3px solid #fff;
    width: 72px;
    height: 72px;
    line-height: 66px;
    display: inline-block;
    zoom: 1
}

body .wishlist-model .modal .modal-dialog .modal-content .modal-header .close:focus {
    outline: 0
}

body .wishlist-model .modal .modal-dialog .modal-content .modal-body {
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    padding: 30px
}

@media only screen and (max-width: 767px) {
    body .wishlist-model .modal .modal-header {
        padding: 0;
        margin-top: 13px
    }

    body .wishlist-model .modal .modal-content .modal-header .close .cs-icon {
        font-size: 12px !important;
        border-width: 2px !important;
        width: 32px !important;
        height: 32px !important;
        line-height: 28px !important
    }
}

body .wishlist-model .modal .max_compare {
    padding-top: 30px;
    margin-bottom: 0
}

body .wishlist-model .modal-body {
    padding: 0 30px 30px 30px !important
}

body .wishlist-model .modal-body .modal-note {
    margin-bottom: 30px;
    margin-right: -30px;
    margin-left: -30px;
    max-width: inherit;
    width: auto;
    text-align: right !important
}

body .wishlist-model .modal-body .product-right {
    margin-bottom: 20px;
    text-align: right
}

body .wishlist-model .modal-body .product-right .name {
    font-size: 16px
}

body .wishlist-model .modal-body .product-right .price {
    color: #212121;
    font-size: 24px
}

body .wishlist-model .modal-body .product-right .price_compare {
    color: #696969;
    font-size: 16px;
    margin-right: 10px
}

body .wishlist-model .modal-body form ._btn {
    font-size: 12px;
    border-width: 1px;
    height: 40px;
    line-height: 38px;
    padding: 0 16px;
    font-weight: 700;
    width: 100%;
    margin-bottom: 10px;
    color: #fff;
    border-color: #ee2c1f;
    background-color: #ee2c1f
}

body .wishlist-model .modal-body form ._btn * {
    color: currentcolor
}

body .wishlist-model .modal-body form ._btn:focus, body .wishlist-model .modal-body form ._btn:hover {
    color: #ee2c1f;
    border-color: #ee2c1f;
    background-color: #fff
}

body .wishlist-model .modal-body form ._btn:focus *, body .wishlist-model .modal-body form ._btn:hover * {
    color: currentcolor
}

body .wishlist-model .modal-body form .quantity-content, body .wishlist-model .modal-body form .selector-wrapper {
    text-align: right
}

body .wishlist-model .modal-body form .quantity-content .quantity-title, body .wishlist-model .modal-body form .quantity-content label, body .wishlist-model .modal-body form .selector-wrapper .quantity-title, body .wishlist-model .modal-body form .selector-wrapper label {
    font-size: 14px;
    margin-left: 5px;
    color: #1a1a1a;
    display: inline-block;
    zoom: 1;
    line-height: 25px;
    width: 60px
}

body .wishlist-model .modal-body form .quantity-content input, body .wishlist-model .modal-body form .quantity-content select, body .wishlist-model .modal-body form .selector-wrapper input, body .wishlist-model .modal-body form .selector-wrapper select {
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

body .wishlist-model .modal-body form .quantity-content input:not(._btn), body .wishlist-model .modal-body form .quantity-content select:not(._btn), body .wishlist-model .modal-body form .selector-wrapper input:not(._btn), body .wishlist-model .modal-body form .selector-wrapper select:not(._btn) {
    width: 75px;
    height: 25px;
    border: 1px solid #e3e5e7;
    border-radius: 0;
    padding: 0 5px;
    line-height: 23px;
    font-size: 12px;
    text-align: center
}

body .wishlist-model .modal-body form .quantity-content input:not(._btn), body .wishlist-model .modal-body form .quantity-content select:not(._btn), body .wishlist-model .modal-body form .selector-wrapper input:not(._btn), body .wishlist-model .modal-body form .selector-wrapper select:not(._btn) {
    height: 40px;
    line-height: 36px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 10px
}

body .wishlist-model .modal-body form .quantity-content label {
    margin-left: 2px
}

body .wishlist-model .modal-body .modal-body-inner {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

body .wishlist-model .modal-body .modal-body-inner .modal-left {
    width: 30%;
    padding-left: 30px
}

body .wishlist-model .modal-body .modal-body-inner .modal-right {
    width: 70%
}

body .wishlist-model .modal-body .modal-body-inner .modal-right form {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

body .wishlist-model .modal-body .modal-body-inner .modal-right form > div {
    width: 50%
}

body .wishlist-model .modal-body .modal-body-inner .modal-right form .form-right {
    border-right: 1px solid #e3e5e7;
    padding-right: 30px
}

@media only screen and (max-width: 767px) {
    body .wishlist-model .modal-dialog {
        max-width: 300px !important
    }

    body .wishlist-model .modal-body .product-left, body .wishlist-model .modal-body .product-right {
        width: 100%
    }

    body .wishlist-model .modal-body .product-left {
        padding-left: 0;
        margin-bottom: 15px
    }

    body .wishlist-model .modal-body .modal-body-inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    body .wishlist-model .modal-body .modal-body-inner .modal-left {
        padding-left: 0
    }

    body .wishlist-model .modal-body .modal-body-inner .modal-left, body .wishlist-model .modal-body .modal-body-inner .modal-right {
        width: 100%
    }

    body .wishlist-model .modal-body .modal-body-inner .modal-right {
        margin-top: 15px
    }

    body .wishlist-model .modal-body .modal-body-inner .modal-right form > div {
        width: 100%
    }

    body .wishlist-model .modal-body .modal-body-inner .modal-right form .form-right {
        border-right-width: 0;
        padding-right: 0;
        margin-top: 20px
    }
}

body .compare-model .modal {
    padding-left: 0 !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

body .compare-model .modal:not(.in) {
    z-index: -1
}

body .compare-model .modal .modal-dialog {
    margin: auto;
    width: 100%;
    max-width: 700px
}

body .compare-model .modal .modal-dialog .modal-content {
    margin: 0 auto;
    border-width: 0;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    text-align: center
}

body .compare-model .modal .modal-dialog .modal-content > div {
    width: 100%;
    margin: 0 auto
}

body .compare-model .modal .modal-dialog .modal-content .modal-header {
    margin-bottom: 13px;
    border-width: 0
}

body .compare-model .modal .modal-dialog .modal-content .modal-header .modal-title {
    display: none
}

body .compare-model .modal .modal-dialog .modal-content .modal-header .close {
    opacity: 1;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    text-shadow: none;
    float: none
}

body .compare-model .modal .modal-dialog .modal-content .modal-header .close .cs-icon {
    font-size: 35px;
    color: #fff;
    font-weight: 400;
    padding: 0;
    border-radius: 50%;
    border: 3px solid #fff;
    width: 72px;
    height: 72px;
    line-height: 66px;
    display: inline-block;
    zoom: 1
}

body .compare-model .modal .modal-dialog .modal-content .modal-header .close:focus {
    outline: 0
}

body .compare-model .modal .modal-dialog .modal-content .modal-body {
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    padding: 30px
}

@media only screen and (max-width: 767px) {
    body .compare-model .modal .modal-header {
        padding: 0;
        margin-top: 13px
    }

    body .compare-model .modal .modal-content .modal-header .close .cs-icon {
        font-size: 12px !important;
        border-width: 2px !important;
        width: 32px !important;
        height: 32px !important;
        line-height: 28px !important
    }
}

body .compare-model .modal .max_compare {
    padding-top: 30px;
    margin-bottom: 0
}

body .compare-model .modal-body {
    padding: 0 30px 30px 30px !important
}

body .compare-model .modal-body .modal-note {
    margin-bottom: 30px;
    margin-right: -30px;
    margin-left: -30px;
    max-width: inherit;
    width: auto;
    text-align: right !important
}

body .compare-model .modal-body .product-right {
    margin-bottom: 20px;
    text-align: right
}

body .compare-model .modal-body .product-right .name {
    font-size: 16px
}

body .compare-model .modal-body .product-right .price {
    color: #212121;
    font-size: 24px
}

body .compare-model .modal-body .product-right .price_compare {
    color: #696969;
    font-size: 16px;
    margin-right: 10px
}

body .compare-model .modal-body form ._btn {
    font-size: 12px;
    border-width: 1px;
    height: 40px;
    line-height: 38px;
    padding: 0 16px;
    font-weight: 700;
    width: 100%;
    margin-bottom: 10px;
    color: #fff;
    border-color: #ee2c1f;
    background-color: #ee2c1f
}

body .compare-model .modal-body form ._btn * {
    color: currentcolor
}

body .compare-model .modal-body form ._btn:focus, body .compare-model .modal-body form ._btn:hover {
    color: #ee2c1f;
    border-color: #ee2c1f;
    background-color: #fff
}

body .compare-model .modal-body form ._btn:focus *, body .compare-model .modal-body form ._btn:hover * {
    color: currentcolor
}

body .compare-model .modal-body form .quantity-content, body .compare-model .modal-body form .selector-wrapper {
    text-align: right
}

body .compare-model .modal-body form .quantity-content .quantity-title, body .compare-model .modal-body form .quantity-content label, body .compare-model .modal-body form .selector-wrapper .quantity-title, body .compare-model .modal-body form .selector-wrapper label {
    font-size: 14px;
    margin-left: 5px;
    color: #1a1a1a;
    display: inline-block;
    zoom: 1;
    line-height: 25px;
    width: 60px
}

body .compare-model .modal-body form .quantity-content input, body .compare-model .modal-body form .quantity-content select, body .compare-model .modal-body form .selector-wrapper input, body .compare-model .modal-body form .selector-wrapper select {
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

body .compare-model .modal-body form .quantity-content input:not(._btn), body .compare-model .modal-body form .quantity-content select:not(._btn), body .compare-model .modal-body form .selector-wrapper input:not(._btn), body .compare-model .modal-body form .selector-wrapper select:not(._btn) {
    width: 75px;
    height: 25px;
    border: 1px solid #e3e5e7;
    border-radius: 0;
    padding: 0 5px;
    line-height: 23px;
    font-size: 12px;
    text-align: center
}

body .compare-model .modal-body form .quantity-content input:not(._btn), body .compare-model .modal-body form .quantity-content select:not(._btn), body .compare-model .modal-body form .selector-wrapper input:not(._btn), body .compare-model .modal-body form .selector-wrapper select:not(._btn) {
    height: 40px;
    line-height: 36px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 10px
}

body .compare-model .modal-body form .quantity-content label {
    margin-left: 2px
}

body .compare-model .modal-body .modal-body-inner {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

body .compare-model .modal-body .modal-body-inner .modal-left {
    width: 30%;
    padding-left: 30px
}

body .compare-model .modal-body .modal-body-inner .modal-right {
    width: 70%
}

body .compare-model .modal-body .modal-body-inner .modal-right form {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

body .compare-model .modal-body .modal-body-inner .modal-right form > div {
    width: 50%
}

body .compare-model .modal-body .modal-body-inner .modal-right form .form-right {
    border-right: 1px solid #e3e5e7;
    padding-right: 30px
}

@media only screen and (max-width: 767px) {
    body .compare-model .modal-dialog {
        max-width: 300px !important
    }

    body .compare-model .modal-body .product-left, body .compare-model .modal-body .product-right {
        width: 100%
    }

    body .compare-model .modal-body .product-left {
        padding-left: 0;
        margin-bottom: 15px
    }

    body .compare-model .modal-body .modal-body-inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    body .compare-model .modal-body .modal-body-inner .modal-left {
        padding-left: 0
    }

    body .compare-model .modal-body .modal-body-inner .modal-left, body .compare-model .modal-body .modal-body-inner .modal-right {
        width: 100%
    }

    body .compare-model .modal-body .modal-body-inner .modal-right {
        margin-top: 15px
    }

    body .compare-model .modal-body .modal-body-inner .modal-right form > div {
        width: 100%
    }

    body .compare-model .modal-body .modal-body-inner .modal-right form .form-right {
        border-right-width: 0;
        padding-right: 0;
        margin-top: 20px
    }
}

body .addToCartMobile {
    position: fixed;
    bottom: 0;
    right: 50%;
    border-radius: 3px;
    z-index: 22;
    transform: translateX(50%);
    border-color: #ee2c1f !important;
    background-color: #fff !important;
    color: #ee2c1f;
    border-color: #ee2c1f;
    background-color: #fff;
    font-size: 12px;
    border-width: 1px;
    height: 40px;
    line-height: 38px;
    padding: 0 16px;
    font-weight: 700;
    box-shadow: none;
    margin-bottom: 20px
}

@media only screen and (min-width: 768px) {
    body .addToCartMobile {
        display: none !important
    }
}

body .addToCartMobile > span {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

body .addToCartMobile * {
    color: currentcolor
}

body .addToCartMobile .cs-icon {
    font-size: 20px;
    margin-left: 5px
}

body .addToCartMobile:focus, body .addToCartMobile:hover {
    color: #fff;
    border-color: #ee2c1f;
    background-color: #ee2c1f
}

body .addToCartMobile:focus *, body .addToCartMobile:hover * {
    color: currentcolor
}

body .addToCartMobile.hide-button {
    display: none !important
}

.fb-type-image {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important
}

.fb-type-image img {
    width: auto !important;
    height: auto !important
}

.fb-type-image .fb-inner {
    width: auto !important;
    height: auto !important
}

footer .footer-top-layout .footer-top-inner {
    margin-right: -15px;
    margin-left: -15px
}

.sidebar.collection-leftsidebar .collection-leftsidebar-group {
    position: relative;
    padding-top: 0 !important
}

.sidebar.collection-leftsidebar .collection-leftsidebar-group .group {
    width: 100%;
    height: 100%;
    overflow-y: auto
}

.sidebar.collection-fullwidth-sidebar .collection-leftsidebar-group .close-leftsidebar, .sidebar.collection-leftsidebar.active .collection-leftsidebar-group .close-leftsidebar {
    top: 40px !important
}

@media only screen and (max-width: 991px) {
    .collection-layout .collection-leftsidebar:not(.active) {
        visibility: visible;
        display: block !important;
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        padding-left: 15px !important;
        padding-right: 15px !important;
        max-width: 340px !important;
        width: 100%;
        opacity: 0;
        transform: translateX(100%)
    }
}

@media only screen and (max-width: 425px) {
    .collection-layout .collection-leftsidebar {
        width: 100% !important;
        max-width: 100% !important
    }
}

body.active-sidebar {
    margin: 0 !important
}

body.active-sidebar .collection-leftsidebar {
    z-index: 1001 !important
}

body .info-header, body .navigation_dropdown_scroll {
    z-index: 1001
}

.nav-icon .m_search .search .collections-selector:before {
    pointer-events: none
}

.home-productTab-layout .home-productTab-inner {
    position: relative
}

.home-productTab-layout .productTab-product-load {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: all 250ms ease
}

.home-productTab-layout .productTab-product-load.active-load {
    opacity: 1;
    background-color: rgba(255, 255, 255, .9);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9
}

.home-productTab-layout .productTab-product-load.active-load img {
    margin: 0 auto
}

body .shopify-section .home-productTab-layout .productTab-top .nav-tabs > li.tabs-dropdown.active_dropdown.hover .cs-icon::before {
    color: #ee2c1f
}

body .collection-layout .collection-description {
    padding-right: 0;
    margin-bottom: 15px
}

body .collection-layout .collection-toolbar .collection-title {
    padding-right: 0
}

body .collection-layout #collection .collection-mainarea .collection-navigation {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 30px;
    border-right: 1px solid rgba(0, 0, 0, .1);
    border-top: 1px solid rgba(0, 0, 0, .1)
}

body .collection-layout #collection .collection-mainarea .collection-navigation .collection-navigation-item {
    border-left: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    float: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px
}

body .collection-layout #collection .collection-mainarea .collection-navigation .collection-navigation-item .item-content {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between
}

body .collection-layout #collection .collection-mainarea .collection-navigation .collection-navigation-item .item-content .item-image {
    width: 30%
}

body .collection-layout #collection .collection-mainarea .collection-navigation .collection-navigation-item .item-content .item-description {
    width: 70%;
    padding-right: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start
}

body .collection-layout #collection .collection-mainarea .collection-navigation .collection-navigation-item .item-content .item-description .item-title {
    margin-bottom: 0;
    font-size: 14px;
    float: right;
    display: inline
}

body .collection-layout #collection .collection-mainarea .collection-navigation .collection-navigation-item .item-content .item-description .item-title:focus, body .collection-layout #collection .collection-mainarea .collection-navigation .collection-navigation-item .item-content .item-description .item-title:hover {
    color: #ee2c1f
}

body .collection-layout #collection .collection-mainarea .collection-navigation .collection-navigation-item .item-content .item-description .item-products-count {
    padding: 0 2px;
    border: 1px solid rgba(0, 0, 0, .1);
    font-size: 12px;
    line-height: .8em;
    display: inline;
    margin-right: 5px
}

@media screen and (min-width: 426px) and (max-width: 767px) {
    body .collection-layout #collection .collection-mainarea .collection-navigation .collection-navigation-item .item-content .item-description .item-title {
        font-size: 18px
    }

    body .collection-layout #collection .collection-mainarea .collection-navigation .collection-navigation-item .item-content .item-description .item-products-count {
        font-size: 16px
    }
}

body .product-detail-layout .product-detail-content #product-information .purchase-section .purchase {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-start
}

body .product-detail-layout .product-detail-content #product-information .comWish-content {
    width: 100% !important;
    padding-top: 15px
}

body .product-detail-layout .product-detail-content #product-information .comWish-content > a {
    margin-left: 20px;
    margin-right: 0 !important
}

body .product-detail-layout .product-detail-content #product-information .purchase-section .purchase ._btn {
    font-size: 14px;
    border-width: 1px;
    color: #fff;
    border-color: #ee2c1f;
    background-color: #ee2c1f;
    text-align: center;
    padding: 0 20px;
    height: 32px;
    line-height: 1em;
    text-transform: capitalize;
    font-weight: 400 !important;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: auto;
    margin-right: 10px
}

body .product-detail-layout .product-detail-content #product-information .purchase-section .purchase ._btn:hover {
    border-color: #ee2c1f;
    background-color: #ee2c1f
}

body .product-detail-layout .product-detail-content #product-information .quantity-wrapper {
    margin-left: 0 !important
}

@media only screen and (max-width: 991px) {
    body .product-detail-layout .product-detail-content #product-information .comWish-content ._compareWishlist-text {
        display: inline-block !important
    }
}

body {
    direction: rtl;
}

.hover-mask {
    direction: rtl !important;
}

h1, .title, p, h2, h3, h4, h5, h6, input {
    font-family: ArbFONTS !important;
    font-weight: bold;

}


.product-item.col-sm-3:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -14px;
    height: 1px;
    width: 84%;
    border-bottom: 1px solid #e2e5e7;
    transform: translateX(-50%);
}
@media only screen and (max-width: 1200px) {
    body {
        transform: scale(0.9);
        transform-origin: 0 0;

    }
}


/*.not_active {*/
/*    background: red;*/
/*    padding: 2px 11px 7px 11px;*/
/*    color: white;*/
/*    font-size: 11px;*/
/*    border-radius: 28px;*/
/*    position: absolute;*/
/*    bottom: 10px;*/
/*    left: 0px;*/
/*}*/

.not_active {
    background: red;
    padding: 2px 11px 7px 11px;
    color: white;
    font-size: 11px;
    border-radius: 28px;
    position: absolute;
    bottom: 55px;
    /* top: 18px; */
    left: 2px;
    z-index: 10;
}

.new_brand {
    background: #0e95cb;
    padding: 2px 11px 7px 11px;
    color: white;
    font-size: 11px;
    /* border-radius: 28px; */
    position: absolute;
    top: 43px;
    right: 0px;
    z-index: 10;
}
/*.price_compare span::before{*/
/*    content: '';*/
/*    width: 36px;*/
/*    position: absolute;*/
/*    right: 50%;*/
/*    !* top: calc( 50% - 1.5px ); *!*/
/*    border-bottom: 1px solid black;*/
/*    transform: translate(50%, 10px);*/
/*}*/


.container-fluid {
    padding: 0px 23px !important;
}

.new_bran_quick {
    background: #0e95cb;
    padding: 2px 11px 7px 11px;
    color: white;
    font-size: 11px;
    /* border-radius: 28px; */
    position: absolute;
    top: 43px;
    left: 17px;
    z-index: 10;
}