@import url("https://fonts.cdnfonts.com/css/gotham-serif-bold");

body {
    font-family: 'Gotham-bold', sans-serif;
    font-weight: bold;
}

#cssmenu .filter_product li,
#cssmenu>ul>li>a,
#menu .sidemenu_title h6,
.addtocart,
.breakcrumbs,
.button_content h6,
.form_wrapper button,
.irregular_title,
.item_details h6,
.menu_title,
.product_details .like_compare ul li a,
.product_details h1,
.product_title h1,
.quickview,
.review_sendbutton,
.side_nav,
.sidemenu_title h6,
.voucher_input input[type=submit] {
    text-transform: uppercase
}

*,
.columns {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a,
html {
    color: #565656;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

caption,
td,
th {
    text-align: left
}

.fancybox-nav,
.owl-controls {
    -webkit-tap-highlight-color: transparent
}

.clearfix,
.clearfix:after,
.row:after,
.ui-helper-clearfix:after,
hr {
    clear: both
}

.fa,
body {
    -moz-osx-font-smoothing: grayscale
}

.button,
input[type=email],
input[type=password],
input[type=text],
select,
textarea {
    -webkit-appearance: none
}

* html {
    font-size: 100%
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

h1,
h2,
h3,
h4,
h5,
h6,
li {
    padding-bottom: .273em
}

caption,
p,
td,
th {
    font-weight: 400
}

em,
small,
strong {
    line-height: 1
}

body,
html {
    font-family: 'Raleway', sans-serif;
}

html {
    font-size: 14px;
    line-height: 19px
}

.page_loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: #f9f9f9;
    display: none
}

.page_loader img {
    position: absolute;
    top: 35%;
    left: 50%;
    width: 110px;
    margin-left: -55px;
    -webkit-animation: page_loader 1s infinite;
    -moz-animation: page_loader 1s infinite;
    -o-animation: page_loader 1s infinite;
    animation: page_loader 1s infinite
}

@-webkit-keyframes page_loader {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: .6
    }
}

@-moz-keyframes page_loader {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: .6
    }
}

@-o-keyframes page_loader {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: .6
    }
}

@keyframes page_loader {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: .6
    }
}

body {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-font-smoothing: antialiased;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,
td,
th {
    vertical-align: middle
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

a img {
    border: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table
}

.height {
    height: 15px
}

.none_important {
    display: none !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    text-rendering: optimizeLegibility;
    padding-top: .273em;
    line-height: 1.15538em;
}

h1 {
    font-size: 68px
}

h2 {
    font-size: 42px
}

h3 {
    font-size: 30px
}

h4 {
    font-size: 26px
}

h5 {
    font-size: 18px
}

dl dt,
h6 {
    font-size: 16px
}

p {
    margin-bottom: 13px;
    line-height: 1.625em
}

dl dt,
strong {
    font-weight: 700
}

a {
    text-decoration: none;
    outline: 0
}

.current_sidebar a,
a:hover {
    outline: 0;
    color: #777777;
}

ol,
ul {
    margin-bottom: .273em
}

ul {
    list-style: none
}

ol {
    list-style: decimal;
    margin-left: 30px
}

ul.circle,
ul.disc,
ul.square {
    margin-left: 25px
}

ul.square {
    list-style: square
}

ul.circle {
    list-style: circle
}

ul.disc {
    list-style: disc
}

ul ul {
    margin: 4px 0 5px 25px
}

ol ol {
    margin: 4px 0 5px 30px
}

dl dt {
    font-size: 1rem
}

em {
    font-style: italic
}

small {
    font-size: 10px;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small {
    color: #777
}

hr {
    border: 1px solid #ccc;
    margin: 16px 0 18px;
    height: 0
}

.columns,
.owl-carousel .owl-item {
    float: left
}

.hide {
    display: none
}

.clearfix:after,
.clearfix:before,
.row:after,
.row:before {
    content: "";
    display: table
}

.fixed {
    position: fixed
}

.button_cart.float_right {
    margin-left: 5px
}

.row {
    width: 100%;
    max-width: 1780px;
    max-width: 1200px;
    min-width: 300px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px
}

.row.row-full {
    max-width: 100%;
}

.row.row-full-padding-0 {
    padding: 0;
    max-width: 100%;
    margin-top: -125px;
}

@media screen and (max-width: 1200px) {
  .row.row-full-padding-0 {
    margin-top: 0;
  }
}

.row .row {
    min-width: 0;
    padding-left: 0;
    padding-right: 0
}

.columns {
    margin-left: 2.12766%;
    min-height: 1px
}

.columns:first-child {
    margin-left: 0
}

.row .one.columns {
    width: 6.38298%
}

.row .two.columns {
    width: 14.89362%
}

.row .three.columns {
    width: 23.40426%
}

.row .four.columns {
    width: 31.91489%
}

.row .five.columns {
    width: 40.42553%
}

.row .six.columns {
    width: 48.93617%
}

.row .seven.columns {
    width: 57.44681%
}

.row .eight.columns {
    width: 65.95745%
}

.row .nine.columns {
    width: 74.46809%
}

.row .ten.columns {
    width: 82.97872%
}

.row .eleven.columns {
    width: 91.48936%
}

.row .twelve.columns {
    width: 100%
}

.row .two2.columns {
    width: 18.298245%
}

.row_margin_padding_0 {
    /*padding: 0;*/
    max-width: 100%;
}

.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
}

.bx-wrapper img {
    max-width: 100%;
    display: block
}

.bx-wrapper .bx-viewport {
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0)
}

.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
    position: relative;
    bottom: -30px;
    width: 100%
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../../../../Images/AjaxLoader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000
}

.bx-wrapper .bx-pager {
    bottom: 10px;
    position: absolute;
    text-align: center;
    font-size: .85em;
    font-weight: 700;
    color: #666
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item,
.bx-wrapper .bx-pager .bx-pager-item {
    display: inline-block
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: rgba(192, 23, 30, .3);
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #c98512
}

.bx-wrapper .bx-prev {
    left: 10px
}

.bx-wrapper .bx-next {
    right: 10px
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    outline: 0;
    font-size: 45px;
    z-index: 10
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none
}

.bx-wrapper .bx-controls-auto {
    text-align: center
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(../../../../Images/controls.png) -86px -11px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:hover {
    background-position: -86px 0
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(../../../../Images/controls.png) -86px -44px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:hover {
    background-position: -86px -33px
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(80, 80, 80, .75);
    width: 100%
}

.bx-wrapper .bx-caption span {
    color: #fff;
    display: block;
    font-size: .85em;
    padding: 10px
}

.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top
}

.ui-button,
.ui-spinner,
.ui-spinner-input {
    vertical-align: middle
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    margin: auto
}

.fancybox-inner,
.fancybox-outer {
    position: relative;
    padding: 15px 0
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-iframe,
.fancybox-image {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
    background-image: url(../../../../Images/fancybox_sprite.png)
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

.fancybox-close,
.fancybox-nav,
.fancybox-nav span {
    z-index: 8040;
    position: absolute;
    cursor: pointer
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(../../../../Images/icon_loading.gif) center center no-repeat
}

.fancybox-close {
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px
}

.fancybox-nav {
    top: 0;
    width: 40%;
    height: 100%;
    text-decoration: none;
    background: url(../../../../Images/blank.gif)
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock,
.fancybox-lock body {
    overflow: hidden !important
}

.fancybox-lock {
    width: auto
}

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(../../../../Images/fancybox_overlay.png)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: 400 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: 0 0;
    background: rgba(0, 0, 0, .8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8)
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel,
.owl-carousel .owl-wrapper {
    display: none;
    position: relative
}

.owl-carousel {
    width: 100%;
    overflow: hidden;
    margin: 0;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-next,
.owl-prev {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.owl-controls .owl-buttons div,
.owl-controls .owl-page {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.grabbing {
    cursor: url(../../../../Images/grabbing.png) 8 8, move
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-theme .owl-controls .owl-buttons div {
    display: none !important;
    width: 40px;
    height: 100%;
    top: 0;
    position: absolute;
    padding: 151px 0;
    color: #fff;
    display: inline-block;
    zoom: 1;
    font-size: 12px;
    filter: Alpha(Opacity=50);
    opacity: .5
}

.owl-prev {
    left: -50px;
    background: url(../../../../Images/carousel_controls.png) 9px center no-repeat #fff
}

.owl-next {
    right: -50px;
    background: url(../../../../Images/carousel_controls.png) -45px center no-repeat #fff
}

.form_wrapper button {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.owl-carousel:hover .owl-prev {
    left: 0
}

.owl-carousel:hover .owl-next {
    right: 0
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 25px;
    height: 5px;
    margin: 3px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    background: #c98512;
    background: #000;
}

.owl-theme .owl-controls .owl-pagination {
    padding: 10px 0 0;
    margin: 0 auto;
    text-align: center
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-item.loading {
    min-height: 150px;
    background: url(../../../../Images/AjaxLoader.gif) center center no-repeat
}

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px
}

.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease
}

.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease
}

.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both
}

.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both
}

@-webkit-keyframes empty {
    0% {
        opacity: 1
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1
    }
}

@keyframes empty {
    0% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }

    100%,
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }

    100%,
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%)
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px)
    }

    100%,
    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%)
    }
}

@-webkit-keyframes backSlideIn {

    0%,
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%)
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0)
    }
}

@-moz-keyframes backSlideIn {

    0%,
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%)
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0)
    }
}

@keyframes backSlideIn {

    0%,
    25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%)
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px)
    }

    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0)
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8)
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(.8)
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(.8)
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%)
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%)
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%)
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5)
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5)
    }
}

.ui-carousel {
    height: 100px;
    margin: 0;
    overflow: auto;
    padding: 0;
    position: relative;
    width: 300px
}

.ui-carousel>.wrapper {
    margin: 0;
    padding: 0;
    width: 9999px
}

.ui-carousel>.wrapper>* {
    border: 0;
    display: block;
    float: left;
    height: 100px;
    overflow: hidden;
    width: 100px
}

.bttrlazyloading-wrapper {
    background-repeat: no-repeat;
    background-position: center
}

.bttrlazyloading,
.bttrlazyloading-clone {
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
    height: auto;
    max-width: 100%
}

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-zfix,
.ui-widget-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix {
    min-height: 0
}

.ui-helper-zfix {
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-overlay {
    position: fixed
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0;
    padding: .5em .5em .5em .7em;
    min-height: 0;
    font-size: 100%
}

.ui-accordion .ui-accordion-icons,
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    text-align: center;
    overflow: visible
}

.ui-button,
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
    text-decoration: none
}

.ui-button-icon-only {
    width: 2.2em
}

button.ui-button-icon-only {
    width: 2.4em
}

.ui-button-icons-only {
    width: 3.4em
}

button.ui-button-icons-only {
    width: 3.7em
}

.ui-button .ui-button-text {
    display: block;
    line-height: normal
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em
}

input.ui-button {
    padding: .4em 1em
}

.ui-button-icon-only .ui-icon,
.ui-button-icons-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px
}

.ui-button-icons-only .ui-button-icon-primary,
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary {
    left: .5em
}

.ui-button-icons-only .ui-button-icon-secondary,
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary {
    right: .5em
}

.ui-buttonset {
    margin-right: 7px
}

.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -.3em
}

button.ui-button::-moz-focus-inner,
input.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 700;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td a,
.ui-datepicker td span {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-multi .ui-datepicker-group,
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-dialog {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0;
    padding: 1px;
    height: 20px
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: 0 0;
    overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer
}

.ui-dialog .ui-resizable-se {
    width: 12px;
    height: 12px;
    right: -5px;
    bottom: -5px;
    background-position: 16px 16px
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0
}

.ui-menu .ui-menu {
    position: absolute
}

.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 3px 1em 3px .4em;
    cursor: pointer;
    min-height: 0;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0
}

.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
    margin: -1px
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item {
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
    background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
    height: 100%;
    filter: alpha(opacity=25);
    opacity: .25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
    display: none
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.ui-slider-vertical .ui-slider-range-min,
.ui-spinner-down {
    bottom: 0
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5;
    padding: 2px .4em;
    margin: .5em 0 0;
    height: auto;
    border: 0
}

.ui-selectmenu-open {
    display: block
}

.ui-selectmenu-button {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    cursor: pointer
}

.ui-selectmenu-button span.ui-icon {
    right: .5em;
    left: auto;
    margin-top: -8px;
    position: absolute;
    top: 50%
}

.ui-selectmenu-button span.ui-selectmenu-text {
    text-align: left;
    padding: .4em 2.1em .4em 1em;
    display: block;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ui-slider {
    position: relative;
    text-align: left
}

.cart_table .cart_remove,
.fa-fw,
.fa-li,
.fa-stack-1x,
.fa-stack-2x,
.irregular_title,
.ui-spinner-button {
    text-align: center
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0
}

.ui-spinner-input {
    border: none;
    background: 0 0;
    color: inherit;
    padding: 0;
    margin: .2em 22px .2em .4em
}

.ui-widget-content a,
.ui-widget-header,
.ui-widget-header a {
    color: #222
}

.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
}

.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none
}

.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0
}

.ui-spinner-up {
    top: 0
}

.ui-spinner .ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-tabs {
    position: relative;
    padding: .2em
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: 0 0
}

.slide_box .bx-controls-direction,
.slide_box li {
    display: none
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa
}

body .ui-tooltip {
    border-width: 2px
}

.ui-widget {
    font-size: 1.1em
}

.ui-widget .ui-widget,
.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
    font-size: 1em
}

.ui-widget-content {
    border: 1px solid #aaa;
    background: url(../../../../Images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x #fff;
    color: #222
}

.ui-widget-header {
    border: 1px solid #aaa;
    background: url(../../../../Images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x #ccc;
    font-weight: 700
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: url(../../../../Images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x #e6e6e6;
    font-weight: 400;
    color: #555
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #555;
    text-decoration: none
}

.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
    border: 1px solid #999;
    background: url(../../../../Images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x #dadada;
    font-weight: 400;
    color: #212121
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
    color: #212121;
    text-decoration: none
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #aaa;
    background: url(../../../../Images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x #fff;
    font-weight: 400;
    color: #212121
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #212121;
    text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: url(../../../../Images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x #fbf9ee;
    color: #363636
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: url(../../../../Images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x #fef1ec;
    color: #cd0a0a
}

.ui-state-error a,
.ui-state-error-text,
.ui-widget-content .ui-state-error a,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error a,
.ui-widget-header .ui-state-error-text {
    color: #cd0a0a
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: 700
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: 400
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon {
    background-image: url(../../../../Images/ui-icons_222222_256x240.png)
}

.ui-state-default .ui-icon {
    background-image: url(../../../../Images/ui-icons_888888_256x240.png)
}

.ui-state-active .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
    background-image: url(../../../../Images/ui-icons_454545_256x240.png)
}

.ui-state-highlight .ui-icon {
    background-image: url(../../../../Images/ui-icons_2e83ff_256x240.png)
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(../../../../Images/ui-icons_cd0a0a_256x240.png)
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-carat-1-n {
    background-position: 0 0
}

.ui-icon-carat-1-ne {
    background-position: -16px 0
}

.ui-icon-carat-1-e {
    background-position: -32px 0
}

.ui-icon-carat-1-se {
    background-position: -48px 0
}

.ui-icon-carat-1-s {
    background-position: -64px 0
}

.ui-icon-carat-1-sw {
    background-position: -80px 0
}

.ui-icon-carat-1-w {
    background-position: -96px 0
}

.ui-icon-carat-1-nw {
    background-position: -112px 0
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-first,
.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-widget-overlay,
.ui-widget-shadow {
    background: url(../../../../Images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x #aaa;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
    border-top-left-radius: 4px
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
    border-top-right-radius: 4px
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
    border-bottom-left-radius: 4px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
    border-bottom-right-radius: 4px
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    border-radius: 8px
}

.bxslider li,
.bxslider_slogan li {
    float: left;
    margin: 0;
    padding: 0
}

.bx-controls {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.bx-controls-direction {
    position: absolute;
    width: 100%;
    height: 46px;
    top: 50%;
    margin-top: -23px
}

.slide_box,
.slide_box .bx-controls {
    position: relative
}

.slide_box {
    visibility: hidden;
    width: 100%;
    height: auto;
}

.slide_box i {
    color: #fff;
    font-size: 100px;
}

.slide_box img {
    width: 100%:
}

.slide_loading {
    background: url(../../../../Images/loading.gif) center center no-repeat
}

.fa,
.fa-stack {
    display: inline-block
}

#bx_slide_next,
#bx_slide_prev {
    top: 50%;
    width: 50px;
    z-index: 100;
    height: 100px;
    display: block;
    cursor: pointer;
    font-size: 50px;
    margin-left: 20px;
    position: absolute;
    text-align: center;
    line-height: 100px;
    transform: translate(0, -50%);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

#bx_slide_next {
    right: 0;
    margin-right: 20px
}

#bx_slide_next:hover,
#bx_slide_prev:hover {
    color: #000;
}

#bx_slide_next:hover i,
#bx_slide_prev:hover i {
    color: #000;
}

.search_recommendation {
    font-size: 12px
}


/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'FontAwesome';
    src: url('../../../../Fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../../../../Fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../../../Fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../../../../Fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../../../Fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../../../Fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

::selection {
    color: #fff;
    background: #000;
}

.container {
    position: relative;
    min-height: 100%
}

.middle {
    position: relative
}

.irregular_big a img,
.irregular_big a:hover img {
    -webkit-transition: all .5s ease-in-out
}

.middle {
    margin: 0;
    /*margin-top:18px;*/
}

footer {
    margin-bottom: -20px
}

.language_div {
    position: absolute;
    top: 0;
    right: 0;
}

.web-header-scroll {
    top: 0;
    height: 85px;
    position: fixed;
    /* box-shadow: 0 0px 10px grey; */
}

.cf:after,
.cf:before {
    content: "";
    display: table
}

.cf {
    zoom: 1
}

.product_breadcrumbs {
    margin: 0
}

.irregular_ul {
    width: 101%;
    margin: 0 0 0 -1%;
    padding: 0;
    list-style: none
}

.irregular_big {
    width: 32.3333%;
    height: 550px;
    margin-left: 1%;
    padding: 0;
    float: left;
    position: relative;
    overflow: hidden
}

.irregular_big a:hover img {
    -webkit-transform: scale(1.3, 1.3) rotate(0)
}

.irregular_small {
    width: 100%;
    height: 270px;
    margin-bottom: 10px;
    overflow: hidden
}

.irregular_big a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%
}

.irregular_title {
    color: #fff;
    font-weight: 700;
    border-top: 3px solid;
    border-bottom: 3px solid;
    width: 240px;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin: -28px 0 0 -120px
}

.irregular_image {
    opacity: .6
}

.filter_catelog {
    background: #f4f4f4;
    padding: 15px
}

#cssmenu .filter_product a {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 20px;
    margin-top: 5px
}

#cssmenu .filter_product li {
    padding: 12px 5px;
    display: block;
    font-size: 13px;
    position: relative
}

.filter_product i.fa.fa-times {
    position: relative;
    color: inherit;
    margin: 0
}

#cssmenu .filter_product li.filter_clear_all {
    padding: 0;
    text-align: center
}

#cssmenu .filter_product .filter_clear_all a {
    position: relative;
    margin: 0;
    padding: 6px 5px;
    right: 0;
    font-size: 16px;
    background: #c98512;
    color: #fff
}

#cssmenu .filter_product .filter_clear_all a:hover {
    background: #c0171e
}

.form_wrapper {
    width: 100%
}

.form_wrapper input,
.form_wrapper button,
#search_bar_view_close {
    height: 39px;
}

.search_form {
    margin: 20px auto 0;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.form_wrapper button {
    width: 20%;
    overflow: visible;
    position: relative;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 40px;
    color: #fff;
    background: #c98512;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    transition: all .4s ease-in-out
}

.form_wrapper button:hover {
    background: #e19617;
}

.form_wrapper button:active,
.form_wrapper button:focus {
    background: #c98512;
    outline: 0
}

.form_wrapper button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.form_wrapper input {
    width: 100%;
    height: 40px;
    padding: 10px;
    float: right;
    font: 15px 'Open Sans', Arial, Tahoma, sans-serif;
    border: 1px solid #ddd;
    background: #fff;
}

.form_wrapper input:focus {
    outline: 0;
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .8) inset
}

.form_wrapper input::-webkit-input-placeholder {
    color: #999;
    font-weight: 400;
    font-style: italic
}

.form_wrapper input:-moz-placeholder {
    color: #999;
    font-weight: 400;
    font-style: italic
}

.form_wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: 400;
    font-style: italic
}

.comment_failed,
.comment_success {
    font-size: 13px;
    color: red
}

.comment_success {
    color: #13a01a
}

.cart_item {
    top: 50%;
    right: 5px;
    color: #fff;
    width: 18px;
    font-size: 12px;
    margin-top: -20px;
    line-height: 18px;
    position: absolute;
    text-align: center;
    border-radius: 50%;
    background-color: #000;
}

.cart_table {
    width: 100%;
    font-size: 13px
}

.cart_table>tbody>tr>td,
.cart_table>tbody>tr>th {
    padding: 8px 10px;
    line-height: 19px;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}

.cart_table>tbody>tr:first-child td {
    border: none;
}

.cart_table>tbody>th {
    font-weight: 700;
    vertical-align: bottom;
    border: none;
}

.cart_table .cart_remove {
    font-size: 1.4em;
    font-weight: 700;
    width: 40px
}

.cart_remove i.fa.fa-times {
    position: relative;
    color: inherit;
    margin: 0
}

.cart_table .cart_image {
    width: 65px
}

.cart_table .cart_image img {
    width: 50px;
    margin-bottom: 0
}

.cart_shipping {
    font-size: 12px;
    line-height: 1.4
}

.cart_shipping .size_notice {
    font-size: 11px
}

.cart_table .cart_price,
.cart_table .cart_quantity,
.cart_table .cart_subtotal {
    width: 100px;
    text-align: right
}

.cart_area,
.cart_table .cart_quantity input[type=number] {
    display: inline-block;
    width: 60px;
    padding: 5px;
    color: #555;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    vertical-align: middle;
    text-align: center;
    margin: 0;
    border: 1px solid #ccc
}

.cart_table input[type=email],
.cart_table input[type=number],
.cart_table input[type=password],
.cart_table input[type=search],
.cart_table input[type=text],
.cart_table select,
.cart_table textarea {
    padding: 7px 10px;
    border: 1px solid #d4d4d4;
    width: 100%;
    height: auto;
    display: block;
    font-size: 1em;
    line-height: 1em;
    color: rgba(0, 0, 0, .75);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    transition: all .15s linear
}

.cart_table textarea {
    resize: vertical;
}

.cart_table .cart_right {
    text-align: right
}

.cart_table .cart_noborder {
    border: none
}

.table_checkout .cart_price,
.table_checkout .cart_subtotal {
    width: 60px;
    text-align: right
}

.table_checkout .cart_quantity {
    width: 70px
}

.cart_tr_order {
    background: #000;
}

.cart_tr_order td {
    color: #fff;
    padding: 8px 10px;
    font-weight: bold;
}

.order_view_tr {
    background: #e4e4e4;
}

.order_view_tr td {
    color: #555;
    padding: 8px 10px;
    font-weight: 700;
    font-size: 14px;
}

.radio_button {
    border: 3px solid #000;
    display: inline-block;
    padding: 3px 10px;
    position: relative;
    text-align: center;
    transition: background 600ms ease, color 600ms ease;
}

.btn_left_top_bottom {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.btn_right_top_bottom {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.radio_relative {
    position: relative;
}

.radio_absolute {
    position: absolute;
    top: 0;
    right: 0;
}

.radio_div>.toggle {
    display: none;
}

.radio_div>.toggle+label {
    cursor: pointer;
    min-width: 60px;
}

.radio_div>.toggle+label:hover {
    background: none;
    color: #1a1a1a;
}

.radio_div>.toggle+label:after {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    transition: left 200ms cubic-bezier(0.77, 0, 0.175, 1);
    width: 100%;
    z-index: -1;
}

.radio_div>.toggle.toggle-left+label {
    border-right: 0;
}

.radio_div>.toggle.toggle-left+label:after {
    left: 100%;
}

.radio_div>.toggle.toggle-right+label {
    margin-left: -5px;
}

.radio_div>.toggle.toggle-right+label:after {
    left: -100%;
}

.radio_div>.toggle:checked+label {
    cursor: default;
    color: #fff;
    transition: color 200ms;
    background: #000;
}

.radio_div>.toggle:checked+label:after {
    left: 0;
}

.invoice_table tr:hover {
    background: #f4f4f4
}

#menu,
#menu_background {
    display: none;
    position: fixed;
    height: 100%;
    top: 0
}

#menu,
.menu_ul li a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

#menu {
    background-color: #222;
    z-index: 10;
    width: 280px;
    color: #bbb;
    -moz-box-shadow: 2px 2px 2px #ccc;
    -webkit-box-shadow: 2px 2px 2px #ccc;
    box-shadow: 2px 2px 2px #ccc;
    opacity: 1
}

#menu_background {
    background: url(../../../../Images/opacity.png);
    width: 100%;
    z-index: 1
}

#menu_background.show_background,
.menu_ul li a,
.menu_ul li a.active+ul {
    display: block
}

.menu_ul {
    list-style: none;
    margin: 0 0 15px;
    padding: 0
}

.menu_ul li {
    border-bottom: 1px solid #2a2a2a;
    padding: 0;
    position: relative
}

.menu_ul li:last-child {
    border: 0
}

.menu_ul li a {
    color: inherit;
    font-size: 13px;
    padding: 7px 15px;
    text-decoration: none;
    font-weight: 600
}

.menu_ul a i {
    margin-right: 10px;
    font-size: 18px;
    margin-top: 3px;
    width: 20px
}

.menu_ul a i[class*=fa-caret] {
    float: right
}

.menu_ul a.active,
.menu_ul a:hover {
    background-color: #111
}

.menu_ul li ul {
    margin-top: 0;
    padding: 0;
    display: none
}

.menu_ul li ul li {
    border-bottom: none
}

.menu_ul li ul li a:hover {
    background-color: #1A1A1A
}

.menu_ul ul {
    margin: 0
}

.menu_box {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: scroll
}

.item_thumb,
.zoom_lens {
    overflow: hidden
}

.left {
    left: -280px
}

.show {
    left: 0
}

#showmenu {
    position: absolute;
    top: 0;
    right: 0;
    margin: 70px 20px 0;
    padding: 0;
    display: none;
    color: #c98512;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.menu_sidebar_logo {
    text-align: center;
    padding: 20px 0;
    border-bottom: 2px solid #fff
}

#menu .sidemenu_title {
    border: 0
}

#menu .sidemenu_title h6,
.menu_title {
    font-size: 18px;
    margin: 0;
    padding: 12px 15px;
    color: #fff;
    font-weight: 400
}

#menu #cssmenu>ul>li {
    background: inherit;
    color: inherit
}

#menu #cssmenu>ul>li>a>span {
    display: inherit;
    padding: inherit
}

#menu .filter_catelog .sidemenu_title h6 {
    padding-left: 0;
    padding-right: 0;
    color: #565656
}

#menu .filter_catelog {
    color: #565656
}

#menu .filter_catelog .menu_ul {
    margin: 0
}

#menu .filter_catelog .filter_product a {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 20px;
    margin-top: 5px;
    padding: 0
}

#menu .filter_catelog .filter_product .filter_clear_all a {
    position: relative
}

#menu .filter_catelog .filter_product a:hover {
    background: inherit;
    color: #c98512
}

#menu .filter_catelog li {
    padding: 7px 0
}

.side_nav {
    background: #f1f1f1;
    padding: 15px;
    line-height: 16px;
    margin: 0 0 15px;
}

.side_nav li {
    margin: 0;
    padding: 0;
}

.side_nav li a {
    display: block;
    padding: 5px 0;
    cursor: pointer;
}

.type_col {
    padding: 15px 0;
}

.yellow {
    background: #fee853
}

.green {
    background: #16b89f
}

.blue {
    background: #13336e
}

.red {
    background: #d00000
}

.color_red {
    color: #d00000
}

.section {
    margin: 0 0 15px;
}

.section_fullwidth {
    min-height: 300px;
    margin-top: 100px;
}

.dividing_line_col {
    display: block;
    line-height: 17px;
    /*margin: 35px 0 0 0*/
}

.title {
    text-align: center
}

.intro_person {
    position: absolute;
    top: 20%;
    color: #fff;
    width: 100%;
    max-width: 600px;
}

.intro_person_title {
    font-size: 36px;
    line-height: 1.5;
    font-weight: bold;
}

.intro_person_desc {
    font-size: 24px;
    line-height: 1.5;
}

.handbook_title {
    color: #ffcb05;
    line-height: 1;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}

.handbook_desc {
    color: #4c3513;
    font-size: 22px;
    line-height: 1.5;
}

.handbook_title_right {
    color: #ffcb05;
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.2;
    text-align: right;
}

.handbook_desc_right {
    color: #4c3513;
    font-size: 22px;
    line-height: 1.5;
    text-align: right;
}

.company_detail,
.company_detail a {
    margin-top: 4%;
    color: #000;
}

.news_ul {
    width: 100%;
    display: block;
    list-style: none !important;
    margin-top: 20px;
    margin-bottom: 10%;
}

.news_image_li img {
    width: 100%;
    display: block;
}

.news_details_li {
    display: inline-flex;
    width: 100%;
}

.news_date {
    width: 20%;
    margin-left: 10%;
    float: left;
    font-style: italic;
    display: inline-block;
    line-height: 1.7;
    font-size: 16px;
}

.news_date hr {
    border: 1px solid #000;
    margin: 16px 0 18px;
    width: 400px;
    width: 50px;
}

.news_details {
    width: 70%;
    display: block;
}

h6.news_title {
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

ul.contact_social {
    margin: 0;
    padding: 14px 0;
    list-style: none;
    margin: -2% 0 30px -2%;
    display: inline;
}

.contact_social li {
    float: right;
    margin: 2% 0 0 2%;
    padding: 0;
    /* width: 48%; */
    display: inline-block;
}

table.policy_table tr,
table.policy_table td,
table.policy_table th {
    border: 1px solid #000;
    padding: 8px;
}

table.policy_table ul {
    margin-left: 18px;
}

.button_content h6 {
    color: #202020;
    font-size: 22px;
    font-weight: 500;
    line-height: 24px;
    position: relative;
    font-style: normal;
    margin: 18px 0 18px;
    display: inline-block;
}

.button_content h6:before {
    top: 50%;
    left: -75px;
    content: "";
    width: 60px;
    height: 2px;
    background: #222;
    position: absolute;
    transform: translate(0, 50%);
}

.button_content h6:after {
    top: 50%;
    content: "";
    width: 60px;
    height: 2px;
    right: -75px;
    background: #222;
    position: absolute;
    transform: translate(0, 50%);
}

#owl-demo .item {
    margin: 3px;
    width: 100%;
    min-height: 225px;
}

.item_details_tag {
    text-align: center;
    font-size: 12px;
    position: absolute;
    left: 0;
    margin: 0;
    width: 100%;
    height: 30px;
    bottom: 10px;
    opacity: 0;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transition: all all 0.4s ease 0s ease;
    -moz-transition: all all 0.4s ease 0s ease;
    -ms-transition: all all 0.4s ease 0s ease;
    -o-transition: all all 0.4s ease 0s ease;
    transition: all all 0.4s ease 0s ease;
}

.item_details_tag,
.item_details_tag a {
    color: #fff;
}

/*.item:hover .item_details_tag {*/
.item .item_details_tag {
    opacity: 1;
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);

}

.item_details_tag .fa-circle {
    color: #ababab;
}

li.item_details_tag_li.item_details_active .fa-circle,
li.item_details_tag_li .color_red .fa-circle {
    color: #c98512;
}

.testimonials_col #owl-demo .item {
    min-height: inherit
}

.item_thumb {
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.item_thumb a {
    display: block;
}

.item_thumb img {
    width: 100%;
    border: none;
    display: block;
    object-fit: cover;
}

.item_details_tag_li {
    margin: 2px;
    padding: 0;
    text-align: center;
    display: inline-block;
}

.item_details_tag_li_first {
    margin-left: 0
}

.item_details_tag_li img {
    width: 100%;
    display: block
}

.item_details {
    position: relative;
}

.item_addtocart {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.sm_logo {
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10
}

.sm_logo .sm_logo_img {
    float: right;
    padding: 4px;
    position: relative
}

.sm_logo_img_box {
    position: relative;
    display: block
}

.sm_logo_content_box {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px
}

#owl-demo .sm_logo img,
.sm_logo span img {
    width: 40px;
    height: 40px;
    display: block
}

.sm_logo_content {
    width: 125px;
    top: 6px;
    right: 50px;
    padding: 8px;
    position: absolute;
    color: #fff;
    background: rgba(0, 0, 0, .8);
    font-size: 12px;
    line-height: 15px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.quickview {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out
}

.arrow-right {
    width: 0;
    height: 0;
    top: 0;
    right: -8px;
    margin-top: 7px;
    position: absolute;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid rgba(0, 0, 0, .8)
}

.sm_logo span:hover .sm_logo_content {
    visibility: visible;
    opacity: 1
}

.quickview {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -49px;
    padding: 5px 15px;
    color: #fff !important;
    background: #000;
    background: rgba(0, 0, 0, .7);
    font-size: 12px;
    opacity: 0;
    display: none\9;
    transition: all .4s ease-in-out
}

.like_compare ul {
    margin: 0
}

.ori_price span {
    display: inline-block;
    text-decoration: line-through
}

.item_ori_price span {
    margin: 0 3px;
    text-decoration: line-through;
    font-size: 12px;
}

.wishlist_count_box {
    position: relative
}

.wishlist_count_title {
    text-shadow: 1px 1px #ccc
}

.like_compare ul li {
    float: left;
    padding: 8px 10px 8px 0;
    line-height: 0
}

.socialmedia_likebutton ul {
    float: right;
    margin: 0
}

.socialmedia_likebutton ul li {
    float: left;
    padding: 0 4px 0 0;
    line-height: 0
}

.item_sales_price {
    margin: 0 3px;
    color: #000;
    font-size: 18px;
}

.ori_price span {
    font-size: 11px
}

.addtocart {
    padding: 12px;
    color: #fff;
    background: #d3b480;
    font-size: 12px;
    display: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-align: center;
    border-radius: 50px;
}

/* .addtocart:hover {
    background: #f1be05;
} */

.item_thumb:hover .quickview {
    opacity: 1;
    display: block\9
}

.item:hover .addtocart {
    display: block;
    color: #fff
}

.nine columns {
    border-radius: 5px;
}

.top_banner {
    margin-bottom: 15px
}

.top_banner a,
.top_banner a img {
    display: block
}

.top_banner .bx-controls {
    display: none
}

.item .item_thumb .fancybox.iframe {
    width: 70%;
    height: 80%;
    max-height: 850px;
    min-height: 750px
}

.bestsellers_smcol {
    float: left;
    margin: 0 0 3% 3%;
    min-height: 180px;
}

.bestsellers_smcol {
    width: 19%;
    padding: 0
}

.product_page .bestsellers_smcol {
    width: 24%
}

.product_page {
    padding: 0 50px;
    display: flex;
    flex-wrap: wrap;
    gap:20px;
}

.product_page > * {
    flex: 1 1 calc(33.333% - 20px);
    box-sizing: border-box;
}

/* 2 columns for 801px–1024px */
@media (min-width: 801px) and (max-width: 1024px) {
    .product_page > * {
        flex: 1 1 calc(50% - 20px);
    }
}

/* 2 columns for 545px–800px */
@media (min-width: 545px) and (max-width: 800px) {
    .product_page > * {
        flex: 1 1 calc(50% - 20px);
    }
}

/* Mobile: 1 per row for ≤544px */
@media (max-width: 544px) {
    .product_page > * {
        flex: 1 1 100%;
    }
}

.testimonials {
    background: #f1f1f1
}

.subscribe-form input {
    font-style: italic;
    font-size: 1.125em;
    border-color: transparent;
    background-color: #f6f6f6;
    color: #1c1d1d;
    -webkit-transition: opacity 0.4s ease-out;
    -moz-transition: opacity 0.4s ease-out;
    -ms-transition: opacity 0.4s ease-out;
    -o-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out;
}

.subscribe-form input[type="email"],
.subscribe-form input[type="text"] {
    width: 70%;
    height: 35px;
    font-size: 12px;
    border: none;
    padding-left: 7px;
}

.subscribe-form .input-group__btn {
    width: 30%;
    float: right;
}

.subscribe-form button[type="submit"] {
    width: 100%;
    height: 35px;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    color: #fff;
    background-color: #000;
    cursor: pointer;
    border: none;
}

#contact_form input[type=submit] {
    float: right;
    background: #ffcb05;
    padding: 8px 20px;
    color: #fff;
}

#contact_form #ajax_loading {
    float: left;
    margin: 8px 0 0 10px
}

p.form_success {
    display: none;
    color: #0dab10
}

#contact_form .button {
    margin: 0
}

.login_form {
    font-size: 13px;
    color: #000;
}

.login_form .capcha #captcha {
    margin-top: 0
}

.login_form .capcha #new {
    float: left;
    margin: 8px 10px
}

.subscribe_form {
    padding: 5px 0;
    box-shadow: 0 38px 12px -2px rgba(0, 0, 0, .6)
}

.subscribe_form button {
    float: right;
    width: 25%;
    background: #565656
}

.subscribe_form button:hover {
    background: #c98512
}

.subscribe_form.subscribe_form_newsletter button {
    background: #c98512
}

.subscribe_form.subscribe_form_newsletter button:hover {
    background: #c98512
}

.subscribe_form input {
    float: left;
    width: 75%
}

#cssmenu,
.top_banner img {
    width: 100%
}

.subscribe_form input::-webkit-input-placeholder {
    font-style: normal
}

.subscribe_form input:-moz-placeholder {
    font-style: normal
}

.subscribe_form input:-ms-input-placeholder {
    font-style: normal
}

.sidemenu.scroll-to-fixed-fixed {
    margin-top: 0
}

.catelog,
.filter_price_col {
    margin: 0 0 10px
}

.filter_size_col {
    margin-bottom: 10px
}

.sidemenu_title {
    width: 100%;
    border-bottom: 3px solid #454545
}

.sidemenu_title h6 {
    font-size: 12px
}

#cssmenu,
#cssmenu a,
#cssmenu li,
#cssmenu ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    font-weight: 400;
    text-decoration: none;
    line-height: 1;
    font-size: 14px;
    position: relative
}

#cssmenu a {
    line-height: 1.3
}

#cssmenu>ul>li {
    background: #fff;
    border-bottom: 1px solid #e1e1e1
}

#cssmenu>ul>li:last-child {
    border-bottom: none
}

#cssmenu>ul>li>a {
    font-size: 13px;
    display: block;
    color: #454545
}

#cssmenu>ul>li>a>span {
    display: block;
    padding: 12px 0
}

#cssmenu>ul>li>a:hover {
    color: #c98512;
    text-decoration: none
}

#cssmenu>ul>li.has-sub>a span {
    background: url(../../../../Images/icon_plus.png) 96% center no-repeat
}

#cssmenu>ul>li.has-sub.active>a span {
    background: url(../../../../Images/icon_minus.png) 96% center no-repeat
}

#cssmenu ul ul {
    display: none;
    background: #fff
}

#cssmenu ul ul li {
    padding: 0;
    border-top: 1px solid #e1e1e1
}

#cssmenu ul ul a {
    padding: 10px 10px 10px 30px;
    display: block;
    color: #676767;
    font-size: 12px;
    font-weight: 400
}

#cssmenu ul ul a:before {
    content: "\00bb";
    position: absolute;
    left: 20px;
    color: #e94f31
}

#cssmenu ul ul a:hover {
    color: #e94f31
}

.product_header {
    margin-bottom: 15px
}

.product_header img {
    display: block;
    width: 100%
}

.product_title h1 {
    margin: 0;
    padding: 0;
    font-size: 19px
}

.product_title h1,
.sidemenu_title h6 {
    font-weight: 700
}

.product_title_col {
    margin: 0 0 15px
}

.regular-checkbox {
    display: none;
}

.regular-checkbox+label {
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
}

.regular-checkbox+label:active,
.regular-checkbox:checked+label:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.regular-checkbox:checked+label {
    background-color: #e9ecee;
    border: 1px solid #adb8c0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
    color: #99a1a7;
}

.regular-checkbox:checked+label:after {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    color: #99a1a7;
}


.big-checkbox+label {
    padding: 10px;
}

.big-checkbox:checked+label:after {
    font-size: 18px;
    left: 3px;
}

.sortby {
    float: right;
    font-size: 12px;
    color: #454545;
    padding: 1px 5px
}

#offline_payment_form {
    margin-top: 20px
}

#offline_payment_form input[type=email],
#offline_payment_form input[type=text],
#offline_payment_form textarea {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #ccc;
    margin: 3px 0;
}

.pagination-div {
    margin: 20px 0;
    width: 100%;
    padding: 0 3px
}

.pagination-div ul {
    display: flex;
    justify-content: center; /* centers the li items */
    list-style: none;
    padding: 0;
    margin: 0 auto; /* centers ul itself */
}

.pagination-div li {
    float: left;
    margin-left: 5px;
    padding-bottom: 0;
}

.pagination-div li a {
    min-width: 20px;
    min-height: 20px;
    border: 1px solid #ddd;
    display: block;
    text-align: center;
    padding: 5px 10px;
    font-size: 15px;
    border-radius: 15%;
}

.pagination-div li a:hover,
.pagination-div ul li.active a {
    color: #000;
    border: 2px solid #000
}

.filter_price {
    margin: 0 0 15px
}

.filter_size ul {
    margin: 0;
    padding: 0
}

.filter_size ul li {
    border-bottom: 1px solid #f5f5f5;
    padding: 9px 0;
    font-size: 13px
}

.size {
    width: 80%;
    padding: 0;
    float: left
}

.product_details .socialmedia_likebutton ul,
.product_minimum_box,
.product_minimum_img {
    float: left
}

.addtowishlist {
    position: relative
}

.wishlist_product_total {
    font-size: 8px;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    color: #3c3a3a;
    right: 50%;
    margin-right: -1.5px;
    font-weight: 700;
}

.wishlist_product_total_details {
    position: relative;
    top: inherit;
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    right: inherit
}

#wishlist_product_hidden_1,
#wishlist_product_hidden_2 {
    display: none
}

.breakcrumbs {
    font-size: 12px;
    padding-bottom: 15px
}

.zoom_lens {
    position: relative
}

.zoom_lens,
.zoom_lens img {
    width: 100%;
    border: none;
    display: block;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out
}

.zoom_box {
    position: absolute;
}

.zoom_box img {
    width: 100%;
    max-width: 60px;
    margin: 6px;
    display: block;
}

.sp-input,
.sp-minus,
.sp-plus {
    height: 40px;
    float: left;
    text-align: center
}

.out_of_stock_div {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
}

.out_of_stock_img {
    padding: 15px;
    margin: 0 auto;
    display: block;
    object-fit: contain !important;
}

.zoom_fancybox {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 8px 15px;
    background: rgba(255, 255, 255, .5)
}

.zoom_fancybox:hover {
    color: #333;
    background: rgba(255, 255, 255, .8)
}

.product_details h1 {
    margin-bottom: 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #ddd;
    font-size: 26px
}

.main_product_box {
    padding: 0 0 15px
}

.product_details .like_compare ul li {
    padding: 0 22px 0 0
}

.product_details .like_compare ul li:last-child {
    padding: 0
}

.product_details .like_compare ul li a {
    font-size: 12px;
    line-height: 19px
}

.stock_details {
    padding: 0 0 10px;
    font-size: 12px
}

.stock_code {
    padding: 10px 0 0;
    font-size: 12px
}

.stock_code span,
.stock_details span {
    color: #159d0e;
    font-weight: 700
}

.stock_details span.stock_details_out {
    color: #c98512
}

.product_info,
.product_info p {
    font-size: 14px;
    text-align: justify;
    /*white-space: nowrap;*/
}

.product_smicon_details {
    padding: 10px 0;
    font-size: 12px
}

.product_details .socialmedia_likebutton {
    padding: 10px 0
}

.product_price {
    margin: 10px 0 15px;
    padding: 0;
    font-size: 30px;
    font-weight: 100;
    line-height: 1
}

.product_price .ori_price {
    margin-top: 3px
}

.product_price .ori_price span {
    font-size: 15px
}

.product_minimum_order {
    font-size: 13px;
}

.product_minimum_img {
    width: 17px;
    display: none;
    margin: 4px 0 4px 5px
}

.size_option {
    border: 1px solid #fff;
    padding: 5px;
    margin-bottom: 5px
}

.sp-input,
.sp-minus,
.sp-plus {
    border: 1px solid #bcbcbc;
}

.size_option_title {
    padding: 8px 10px;
    background: #f0f0f0;
    font-size: 13px
}

.size_option_title span {
    margin-right: 5px;
    color: #c98512
}

.size_notice {
    margin-left: 3px;
    padding: 0 5px;
    color: #fff;
    background: #c98512;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.size_option label:hover .size_notice {
    background: #c0171e
}

#radio1 {
    left: 0;
    margin-left: -2px;
    font-size: 6px
}

.product_quantity {
    padding: 0 0 15px
}

.sp-quantity {
    width: 100%
}

.sp-minus {
    width: 42px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.sp-input {
    width: 80px;
    border-left: 0;
    border-right: 0;
}

.sp-plus {
    width: 42px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.sp-input input,
.sp-minus a,
.sp-plus a {
    width: 100%;
    height: 100%;
    text-align: center
}

.sp-input input {
    border: none
}

.sp-input input:focus {
    border: 1px solid #bcbcbc;
    border: none
}

.sp-minus a,
.sp-plus a {
    display: block;
    text-decoration: none
}

.product_addcart {
    float: left;
    width: 140px;
    padding: 10px;
    visibility: visible;
    opacity: 1;
    font-size: 14px;
    display: block;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

/* .product_addcart:hover {
    color: #fff;
    background: #f1be05
} */

.product_details_bottom {
    margin: 40px 0 30px;
    padding: 10px 0;
    border-top: 1px solid #ebebeb
}

.item_code span {
    font-weight: 700
}

.categories a {
    color: #c98512
}

.categories a:hover {
    color: #c0171e
}

.jcarousel-skin-tango .jcarousel-container-vertical,
.jcarousel-skin-tango .jcarousel-item {
    width: 150px;
    height: 205px
}

.jcarousel-skin-tango .jcarousel-clip-vertical,
.jcarousel-skin-tango .jcarousel-container-vertical {
    height: 409px
}

.jcarousel-skin-tango .jcarousel-next-vertical,
.jcarousel-skin-tango .jcarousel-prev-vertical {
    background: url(../../../../Images/jcarousel_pagination.png) no-repeat;
    cursor: pointer;
    width: 20px;
    height: 12px;
    position: absolute;
    left: 50%;
    margin-left: -12px
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    opacity: .7
}

.jcarousel-skin-tango .jcarousel-next-vertical {
    bottom: -17px;
    background-position: 0 -13px
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    top: -17px
}

.other_voucher_code,
.voucher_input {
    position: relative;
    display: block;
    margin-top: 5px
}

.voucher-code-other {
    padding-right: 25%
}

.voucher_input input[type=submit] {
    display: inline-block;
    padding: 6px 12px;
    margin: 0;
    line-height: 10px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #e0dede;
    color: #fff;
    background: #faa71b;
    font-size: 11px;
    outline: 0;
    float: left
}

.voucher_input input[type=submit]:hover {
    background: #e57e25
}

.voucher_used {
    color: #828281
}

.voucher_used span {
    position: relative
}

.voucher_used span:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid;
    border-color: inherit;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg)
}

#form_checkout #ajax_loading {
    margin: 8px 10px 0 0
}

.checkout_payment table td {
    padding: 0;
    vertical-align: top;
    border: 0
}

.checkout_payment table td span {
    font-size: 12px
}

.checkout_payment label input[type=radio] {
    float: left;
    margin-top: 3px
}

.checkout_payment .footer_payment span {
    margin: 0 0 0 15px
}

.checkout_payment .footer_payment img {
    width: auto;
    height: 15px;
    opacity: .5
}

.checkout_title {
    float: left
}

.checkout_information {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
    font-size: 13px;
    font-weight: 400
}

.cart_title,
.option_title,
.order_bar,
.order_title,
.product_description_col h6,
.username {
    font-weight: 700
}

.checkout_information li {
    float: left;
    margin-left: 10px
}

.checkout_information li span {
    margin-left: 2px
}

.cart_table input[type=text].plus_minus_textbox {
    width: 50px;
    display: block;
    text-align: center;
    float: left;
    height: 40px;
}

.checkout_box,
.checkout_box td {
    text-align: right
}

.cart_title {
    font-size: 14px
}

.cart_sub_option {
    line-height: 1.3;
    font-size: 12px
}

.option_box {
    margin-top: 3px
}

.option_title {}

.option_content {
    font-size: 11px;
    padding-left: 5px;
}

.checkout_box {
    /*max-width: 300px;
    float: right;*/
    margin: 5px 0 10px;
    padding: 15px;
    background: #f4f4f4;
    line-height: 2;
    width: 100%
}

.checkout_box table {
    width: 100%
}

.checkout_box a {
    display: block;
    text-align: center;
}

.footer_molpay img {
    width: 100%;
    display: block
}

.search_product_column {
    color: #555;
    padding: 3px 10px;
    line-height: 2;
    background-color: #e4e4e4;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.home_item_page {
    min-height: inherit
}

.product_bg_page {
    padding: 50px 0;
    background: rgba(0, 0, 0, .5);
}

.product_title_page {
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}

.product_breadcrumbs {
    margin-top: 15px;
    margin-bottom: 15px
}

.product_breadcrumbs_full {
    margin-bottom: 1px;
    padding: 0 0 10px;
    font-size: 13px
}

.product_breadcrumbs_full a {
    color: #555
}

.product_breadcrumbs_ol {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none
}

.order_unpaid a,
.quality_score p a {
    text-decoration: underline
}

.product_breadcrumbs_ol li {
    padding: 0;
    margin: 0;
    display: inline-block
}

.search_product_column .float_left {
    margin-right: 15px
}

.search_product_column select,
.search_product_column span {
    float: left;
    margin-right: 5px;
    font-size: .9em
}

.search_product_column select {
    width: 120px;
    margin: 2px 0;
    padding: 3px;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 13px
}

.order_box {
    font-size: 13px;
    padding: 10px
}

.order_title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
    padding-bottom: 5px
}

.view_image {
    width: 65px
}

.view_price,
.view_voucher {
    text-align: right
}

.invoice_delivered,
.order_paid {
    color: #59ab2c;
    text-transform: capitalize;
}

.invoice_nodelivered,
.order_cancelled,
.order_unpaid,
.order_unpaid a {
    color: red;
    text-transform: capitalize;
}

.message_box {
    padding: 8px 15px 0
}

.other_remark {
    padding: 8px 15px
}

.message_box p:last-child {
    margin: 0
}

i.fa.fa-times {
    right: 0;
    margin-right: -37px;
    margin-top: 5px;
    color: #fff;
    background: 0 0;
    position: inherit
}

#carousel {
    position: absolute;
    top: 50px
}

#carousel img {
    border: 0
}

#ui-carousel-next,
#ui-carousel-next2,
#ui-carousel-prev,
#ui-carousel-prev2 {
    width: 150px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -6.5px;
    font-size: 20px;
    z-index: 10
}

#ui-carousel-next,
#ui-carousel-next2 {
    top: 0
}

#ui-carousel-prev,
#ui-carousel-prev2 {
    bottom: 0
}

#ui-carousel-next2 {
    margin-top: -20px
}

#ui-carousel-next2>span,
#ui-carousel-next>span,
#ui-carousel-prev2>span,
#ui-carousel-prev>span {
    display: none
}

.customer_comment_box {
    position: relative
}

.product_description_col {
    margin-bottom: 10px;
    padding: 10px 0;
    /* border-top: 2px solid #424242 */
}

.product_description_box {
    margin: 0
}

.product_description_information img {
    width: 100% !important;
    display: block;
    height: auto !important
}

.product_description_col h6 {
    margin-bottom: 6px;
    padding: 0;
    font-size: 15px
}

.product_description table tr td {
    vertical-align: top;
    text-align: left;
    padding: 0 0 15px
}

.barchart_label ul li,
.pagination_column,
.payment_loading,
.quality_score p,
.score_col {
    text-align: center
}

.product_description table tr td.title {
    width: 30%
}

.product_description table tr td.content {
    width: 70%
}

.customer_details img,
.youtube_video img {
    width: 100%
}

.customer_comment {
    margin-bottom: 55px
}

.comment_box {
    margin: 0;
    /* overflow-y: scroll; */
    height: 350px
}

.comment_box>li {
    padding: 0;
    margin-top: 15px
}

.comment_box>li:first-child,
.customer_review_outer ul {
    margin: 0
}

.profile_pic {
    width: 30%;
    float: left
}

.username_col {
    width: 70%;
    float: right;
    padding: 5px 0 0 10px
}

.username {
    font-size: 13px
}

.review_date {
    font-size: 11.5px
}

.customer_review_outer ul li {
    float: left;
    padding: 0 40px 0 0
}

.customer_review_outer .rating_type_title {
    display: block;
    float: none;
    font-size: 12px;
    font-weight: 700
}

.customer_review {
    padding: 5px 0 0
}

.customer_review .line {
    width: 20%;
    border: 2px solid
}

.customer_content {
    font-weight: 400;
    margin-bottom: 5px;
    line-height: 1.5em
}

.pagination_column {
    padding: 8px 3px;
    border-top: 1px solid #bcbcbc;
    margin-top: 10px
}

.pagination_column span {
    width: auto;
    margin: 0 5px;
    padding: 0
}

.pagination_column .pagination-div {
    float: left
}

.pagination_column .total_result {
    float: right
}

.reviewform_title {
    width: auto;
    display: block
}

.review_form label span {
    color: #c98512
}

.review_form input[type=email],
.review_form input[type=text] {
    width: 100%;
    padding: 8px;
    margin: 5px 0
}

.review_form textarea {
    width: 100%;
    min-height: 100px;
    margin: 5px 0;
    resize: vertical
}

.rating_type_col ul {
    margin-top: 5px
}

.rating_type_col ul li {
    float: left;
    font-size: 13px;
    min-width: 190px;
    padding-bottom: 0
}

.rating_type_title {
    display: block;
    float: left;
    padding: 0 5px 0 0;
    margin-top: -1px;
        font-weight: 600;
    color: #4a5568;
}

.review_sendbutton {
    margin: 10px 0 0;
    padding: 8px 20px;
    border: none;
    cursor: pointer;
    color: #fff;
    background: #c98512;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

/* .review_sendbutton:hover {
    background: #c0171e
}

.review_sendbutton:active,
.review_sendbutton:focus {
    background: #f50101;
    outline: 0
} */

.comment_loading {
    display: none;
    background: url(../../../../Images/shadow.png);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.comment_loading img {
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -64px
}

.addreview_col {
    position: relative;
    background: white;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.addreview_blur {
    padding: 20px;
    -webkit-filter: blur(4px);
    filter: blur(4px)
}

.comment_blur {
    position: absolute; /* or relative to parent */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url(../../../../Images/transparent_blur.png) center center / cover no-repeat;
    display: flex;
    justify-content: center; /* horizontal center */
    align-items: center;     /* vertical center */
}

.comment_blur_box {
    text-align: center;
    background: rgba(255, 255, 255, 0.9); /* optional: semi-transparent box */
    padding: 20px 30px;
    border-radius: 8px;
}

.comment_blur_box h6 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}

.comment_blur_box p {
    margin-bottom: 15px;
    font-size: 14px;
}

.comment_blur_box button {
    padding: 8px 16px;
    font-size: 14px;
    cursor: pointer;
}

#star_barchart progress,
progress {
    background-color: #f3f3f3;
    width: 100%
}

.payment_loading {
    display: none
}

.rating_col {
    padding-bottom: 30px
}

.rating_col h6,
.star_col h6 {
    font-size: 13px;
    padding: 5px 0 6px
}

.progressbar_title {
    top: -25px;
    left: 1%;
    position: relative;
    font-size: 12px;
    font-weight: bolder;
    line-height: 10px;
    color: #fff
}

.progressbar_percent {
    top: -19px;
    right: 10px;
    float: right;
    position: relative;
    font-size: 11px;
    line-height: 10px;
    color: #000
}

progress {
    border: 0;
    height: 25px;
    border-radius: 5px
}

progress::-webkit-progress-bar {
    background-color: #f1f1f1;
    border-radius: 5px
}

progress::-webkit-progress-value {
    background-color: #c98512;
    border-radius: 5px
}

progress::-moz-progress-bar {
    background-color: #c98512;
    border-radius: 5px
}

.star_col {
    padding-bottom: 55px
}

#star_barchart progress {
    border: 0;
    height: 35px;
    border-radius: 25px
}

#star_barchartprogress::-webkit-progress-bar {
    background-color: #f1f1f1;
    border-radius: 25px
}

#star_barchartprogress::-webkit-progress-value {
    background-color: #c98512;
    border-radius: 25px
}

#star_barchartprogress::-moz-progress-bar {
    background-color: #c98512;
    border-radius: 25px
}

.barchart_label {
    padding: 8px 0
}

.barchart_label ul {
    width: 100%;
    margin-left: -2%
}

.barchart_label ul li {
    float: left;
    margin: 0 0 0 2%;
    padding: 0;
    width: 18%;
    font-size: 12px
}

.barchart_label ul li span {
    display: block
}

.label_square {
    width: 15px;
    height: 15px;
    margin: 3px 5px 0 0;
    float: left;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
}

.label_square_box {
    width: 60px
}

.label_colour5 {
    background: #399519
}

.label_colour4 {
    background: #70be1d
}

.label_colour3 {
    background: #ebed24
}

.label_colour2 {
    background: #edc524
}

.label_colour1 {
    background: #c98512
}

.blog_list {
    border-top: 1px dashed #ccc;
    margin-top: 10px;
    padding-top: 10px
}

.blog_menu_div li,
.blog_menu_div ul {
    margin: 0;
    padding: 0
}

.blog_menu_div li {
    float: left
}

.blog_menu_div li a {
    padding: 5px 10px
}

.blog_menu_div li.active a {
    color: #c98512
}

.quality_score p,
.quality_score span {
    font-size: 12px
}

.score_col {
    padding: 100px 0
}

.score {
    font-size: 80px;
    font-weight: 600;
    color: #232323
}

.score span {
    font-size: 130px;
    font-weight: 600
}

#result_quickview_text,
#result_text,
.comment_failed,
.comment_success,
.share_friend_loading {
    display: none
}

#result_quickview_text,
#result_text,
.result_bg,
.result_quickview_bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../../../../Images/bg_opacity.png);
    z-index: 3001
}

.result_bg,
.result_quickview_bg {
    z-index: 1
}

.result_box,
.result_quickview_box {
    z-index: 2;
    position: relative;
    width: 100%;
    max-width: 1120px;
    height: 80%;
    margin: 50px auto;
    padding: 50px 0 20px;
    top: 0;
    left: 0;
    background: #fff;
    overflow-y: scroll;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, .5);
    -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, .5);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .5)
}

.result_box_share {
    padding: 20px
}

.result_box,
.result_payment_successful {
    max-width: 800px;
    margin: 80px auto 0;
    height: auto;
    overflow: hidden
}

.result_payment_successful img {
    width: 100%;
    border: none;
    display: block
}

.result_bg h2 {
    font-size: 26px;
    padding: 0 0 15px
}

.result_bg h4 {
    font-size: 20px;
    padding: 0 0 15px
}

.share_friend_loading {
    position: absolute;
    margin: 15px 0 0 10px
}

.error {
    outline: 2px solid #c00;
}

.result_close,
.result_quickview_close {
    width: 50px;
    height: 40px;
    background: #c98512;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 43px
}

.result_row_close {
    position: fixed;
    top: 0;
    max-width: 1120px;
    left: 50%;
    margin-left: -560px;
    z-index: 1
}

.result_close:hover,
.result_quickview_close:hover {
    background: #c0171e
}

.result_close i.fa.fa-times,
.result_quickview_close i.fa.fa-times {
    position: relative;
    top: inherit;
    right: inherit;
    margin: 0;
    padding: 0;
    font-size: 25px
}

.page_register h4,
.section_user h4 {
    margin-bottom: 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #ddd;
    color: #454545
}

.login_form input[type=email],
.login_form input[type=password],
.login_form input[type=text],
.login_form select,
.login_form textarea {
    width: 100%;
    padding: 7px;
    margin: 0 0 8px;
    border: 1px solid #d4d4d4;
    font-size: 13px;
}

.login_form .birthday_box select {
    width: 32.2333%;
    margin: 0 0 10px 1%;
    float: left
}

.login_form .birthday_box select:first-child {
    margin: 0
}

.login_form .button {
    margin-top: 0
}

.login_form table {
    width: 100%
}

#ajax_loading {
    margin: 4px 0 0 10px
}

input[type=email].error,
input[type=password].error,
input[type=text].error,
select.error,
textarea.error {
    border: 1px solid red;
    text-align: left
}

.cart_error,
.cart_success,
.voucher_error,
.voucher_success {
    background-color: #e3f8e2;
    border: 1px solid #b7d5a1;
    color: #6fab43;
    padding: 5px 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: none;
    margin-bottom: 10px;
}

.voucher_error,
.voucher_success {
    display: block
}

.cart_error,
.voucher_error {
    background-color: #ffa9b0;
    border-color: #ff2a3b;
    color: red
}

.display_none {
    display: none
}

.login_form strong font {
    font-size: 15px
}

.login_form table tr td {
    padding-right: 10px
}

.login_form table tr td:last-child {
    padding: 0
}

.footer {
    width: 100%;
    min-height: 100px;
    position: relative;
    background: #f6f6f8 !important;
}

.footer_top {
    padding: 35px 0;
}

.footer,
.footer a {
    font-weight: 500;
    font-family: Aleo,HelveticaNeue,Helvetica Neue,sans-serif;
}

.footer h6 {
    font-weight: bold !important;
    font-family: Gotham-Bold, sans-serif;
}

.footer_columns h6 {
    position: relative;
    color: #222;
    line-height: 24px;
    font-style: normal;
    font-size: 18px;
    padding: 0 0 8px;
    margin: 0 0 15px;
    font-weight: 500;
    letter-spacing: 1px;
}

.footer_columns h6::after {
    content: '';
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
    width: 60px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.footer_columns ul {
    margin: 0;
    line-height: 2.4;
}

.footer_columns ul li {
    padding: 0;
    font-size: 14px;
}

.footer_columns a {
    color: #222;
}
.footer-social {
    margin-bottom: 5px;
}

.footer-social a {
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    border-radius: 30px;
    color: #888;
    transition: all 300ms ease-out;
    margin: 0 4px 0 4px;
}

#ajax_loading {
    display: none
}

.footer-copyright {
    color: #878787;
    padding: 15px 0;
    background: #fff;
    text-align: center;
}

.footer-copyright .copyright {
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
}

.footer-copyright a {
    color: #000;
}

.footer-copyright a:hover {
    text-decoration: underline;
}

/* App Store CSS */
ul.app_store {
    margin: 0;
    padding: 14px 0;
    list-style: none;
    margin: -2% 0 30px -2%;
}

ul.app_store li {
    float: left;
    margin: 2% 0 0 2%;
    padding: 0;
    width: 18%;
}

ul.app_store li img {
    width: 100%;
    max-width: 200px;
    display: block;
}

/* End App Store CSS */

.button {
    color: #fff;
    border: none;
    margin-top: 5px;
    cursor: pointer;
    padding: 0 15px;
    background: #000;
    line-height: 26px;
    border-radius: 2px;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none ；
}

.button:hover {
    color: #fff;
    background: #777777;
    border-color: #777777;
}

label.capcha a,
label.capcha img {
    float: left
}

.section_user {
    min-height: 150px
}

.page_register {
    margin: 0 0 15px
}

.blog_item {
    float: left
}

.crop_box {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    margin: auto;
    text-align: center
}

.lazy_load_img {
    display: inline-block;
    max-width: 100%;
    min-width: 48px;
    min-height: 48px;
    background-repeat: no-repeat;
    background-image: url(../../../../Images/AjaxLoader.gif);
    background-position: center center
}

.isotope:after {
    content: '';
    display: block;
    clear: both
}

.grid-sizer {
    width: auto;
}

.description_box .grid-sizer {
    width: 50%
}

#first_preview {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    position: fixed;
    background: rgba(0, 0, 0, .7);
    background: url(../../../../Images/bgzz.png)\9;
}

#first_preview_bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

#first_preview_detail {
    top: 10%;
    left: 50%;
    padding: 0;
    width: 800px;
    z-index: 100001;
    overflow: auto;
    position: fixed;
    text-align: center;
    margin-left: -400px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
}

@media (min-width: 545px) and (max-width: 980px) {
    #first_preview_detail {
        width: 750px;
        margin-left: -375px;
    }
}

@media only screen and (max-width: 544px) {
    #first_preview_detail {
        width: 450px;
        margin: 0 5% 0 -225px;
    }
}

@media (max-width: 480px) {
    #first_preview_detail {
        width: 225px;
        margin-left: -112.5px;
    }
}

#first_preview_detail img {
    width: 100%;
    display: block;
}

.first_preview_detail_close {
    top: 5px;
    right: 5px;
    color: #000;
    z-index: 11;
    font-size: 16px;
    background: #fff;
    padding: 5px 10px;
    position: absolute;
    box-shadow: 0 0 5px #000;
}

.first_preview_detail_close:hover {
    color: #ed1c24;
}

.first_preview_detail_href {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
}

.first_preview_detail_content {
    width: 800px;
    height: 500px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (min-width: 545px) and (max-width: 980px) {
    .first_preview_detail_content {
        width: 750px;
        height: 469px;
    }
}

@media only screen and (max-width: 544px) {
    .first_preview_detail_content {
        width: 450px;
        height: 500px;
    }
}

@media (max-width: 480px) {
    .first_preview_detail_content {
        width: 225px;
        height: 400px;
    }
}

.subscribe_form_newsletter {
    width: 80%;
    margin: 0 auto
}

.carousel li {
    margin-right: 5px
}

.bx-controls {
    display: none
}

.navigation_menu .mobile_navigation_li {
    display: none;
}

.slide_scrollable {
    height: 41.7vw;
    z-index: 1000 !important;
    background-size: cover !important;
    background-attachment: inherit !important;
}

.cart_quantity .sp-minus,
.cart_quantity .sp-plus {
    width: 25px;
    display: block;
    float: left;
    height: 40px;
}

.cart_quantity .plus_minus_textbox {
    float: left;
    height: 40px;
}

.cart_quantity .plus_minus_textbox {
    float: left;
    height: 40px;
}

.cart_main_table .cart_quantity {
    padding: 0;
}

#search_bar_view_close {
    margin-top: 0;
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieopacity)';
    filter: alpha(opacity=100);
    position: absolute;
    z-index: 3;
    width: 38px;
    right: 15px;
    top: 15px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-tap-highlight-color: transparent;

    border: 0;
    background: #776b5d;
    outline: none;
}

#search_bar_view_close:hover {
    opacity: 0.65;
}

.search_bar_view_close_wrapper {
    display: block;
    width: 100%;
    height: 100%;
}

.search_bar_view_close_left,
.search_bar_view_close_right {
    height: 18px;
    width: 1px;
    background: #474747;
    position: absolute;
    display: block;
    top: 8px;
    z-index: 1;
}

.search_bar_view_close_left {
    right: 12px;
    -webkit-transform: scale3d(1, 0.65, 1);
    transform: scale3d(1, 0.65, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.search_bar_view_close_right {
    left: 12px;
    -webkit-transform: scale3d(1, 0.65, 1);
    transform: scale3d(1, 0.65, 1);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* -----   Vincent   ----- */
.cart_minus,
.cart_plus {
    width: 100%;
    color: #bcbcbc;
    display: block;
    line-height: 38px;
}

.product_hover {
    position: relative;
}

.product_hover_image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 2001;
    transition: .5s ease;
}

.product_hover:hover .overlay {
    opacity: 1;
}

#product_slider .sp-thumbnail-image-container {
    width: 100%;
    height: 80px;
    overflow: hidden;
    float: left;
}

#product_slider .sp-thumbnail-image {
    width: 60px;
    height: 100%;
    object-fit: cover;
}

#product_slider .sp-thumbnail-text {
    width: 170px;
    float: right;
    padding: 8px;
    background-color: #F0F0F0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#product_slider .sp-thumbnail-title {
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #333;
}

#product_slider .sp-thumbnail-description {
    font-size: 14px;
    color: #333;
}

.section .page_ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.page_ul li {
    float: left;
    padding-bottom: 0;
    padding-left: 10px;
}

.invoice_box {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ccc;
}

.report_table {
    width: 100%;
    font-size: 13px;
}

.report_table th,
.report_table td {
    padding: 8px 10px;
    line-height: 19px;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}

.report_table th {
    font-weight: 700;
    vertical-align: bottom;
}

.report_table tfoot tr {
    border-top: 3px double #ddd;
    border-bottom: 3px double #ddd;
}

.order_report_table {
    width: 100%;
    font-size: 13px;
}

.order_report_table th,
.order_report_table td {
    padding: 8px 10px;
    line-height: 19px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ddd;
}

.order_report_table th {
    font-weight: 700;
    vertical-align: middle;
    ;
}

.order_report_table tfoot tr {
    border-top: 3px double #ddd;
    border-bottom: 3px double #ddd;
}

.login_button {
    width: 100%;
    color: #fff;
    border: none;
    cursor: pointer;
    line-height: 1.5;
    background: #000;
    padding: 9px 15px;
    border-radius: 2px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.login_button:hover {
    color: #fff;
    background: #777777;
    border-color: #777777;
}

.capcha {
    position: relative;
}

.capcha_image {
    top: 0;
    right: 0;
    height: 37px;
    position: absolute;
}

.capcha_reset {
    right: 0;
    bottom: 0;
    padding: 0px 4px;
    position: absolute;
    background-color: #fff;
}

/** Button Start **/
.btn-default {
    display: inline-block;
    padding: 18px 40px;
    border: 1px solid #000;
    cursor: pointer;
    min-width: 210px;
    text-align: center;
    border-radius: 8px;
    font-size: 20px;
}

.btn-info {
    background: #6D6B6B;
    border: 1px solid #979797;
    border-radius: 8px;
    border-radius: 8px;
    line-height: 56px;
    display: block;
    width: 138px;
    padding: 0;
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 32px;
    margin-bottom: 32px;
}

/** Button End **/



/** Page Header Start **/
.header_background_div {
    height: 245px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.header_title_div,
.header_breadcrumbs_div {
    width: 100%;
    display: table;
    height: 122.5px;
    text-align: center;
}

.header_title_div h1 {
    color: #000000;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 5px;
    display: table-cell;
    padding-bottom: 10px;
    vertical-align: bottom;
    text-transform: uppercase;
}

.header_title_div h2 {
    color: #636363;
    padding: 25px 0;
    font-size: 32px;
    font-weight: bold;
    position: relative;
    margin-bottom: 25px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.header_title_div h2:after {
    left: 50%;
    bottom: 0;
    content: '';
    width: 200px;
    font-weight: 500;
    margin-left: -100px;
    position: absolute;
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 5px solid #ebebeb;
}

.header_breadcrumbs_div ol {
    font-size: 16px;
    display: table-cell;
    vertical-align: top;
    letter-spacing: 5px;
}

/** Page Header End **/



/** Category Start **/
.category_div {
    width: 25%;
    float: left;
    padding: 5px;
    margin-bottom: 10px;
}

.category_img_div {
    position: relative;
}

.category_img {
    width: 100%;
    display: block;
}

.category_title_div {}

.category_title_div a {
    margin: 0;
    width: 100%;
    height: 46px;
    display: block;
    text-align: center;
}

/** Category End **/

/** collection Start **/
.collection_div {
    width: 100%;
    float: left;
    padding: 5px;
    margin-bottom: 10px;
    position: relative;
}

.collection_img_div {
    position: relative;
}

.collection_img {
    width: 100%;
    display: block;
}

.collection_title_div {
    position: absolute;
    bottom: 11%;
    left: 5%;
}

.collection_title_div a {
    margin: 0;
    width: 100%;
    height: 46px;
    display: block;
    text-align: center;
    color: #fff;
}

.collection_title_div h2 {
    font-weight: 400;
    color: #e5e5e5;
}

.collection_title_div .button {
    padding: 3% 7%;
}

/** collection End **/

/** Product Start **/
.product_zoom_div {
    display: none;
}

.product_inforamtion img {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
    max-width: 800px;
    margin-bottom: 16px;
}

/** Product End **/



/** Account Start **/
.profile_table {
    width: 100%;
    font-size: 13px
}

.profile_table>tbody>tr>td,
.profile_table>tbody>tr>th {
    padding: 8px 10px;
    line-height: 19px;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}

.profile_table>tbody>tr:first-child td {
    border: none;
}

.profile_table>tbody>th {
    font-weight: 700;
    vertical-align: bottom;
    border: none;
}

/** Account End **/



/** Footer Start **/
.footer-grid-sizer,
.footer-item {
    width: 25%;
    float: left;
    padding-bottom: 15px;
}

.footer-empty {
    padding-bottom: 0;
}

.subscribe-div {
    width: 300px;
    float: right;
}

/** Footer End **/

/* -----   Vincent   ----- */

.menu-dropdown-icon:before {
    right: 0;
    z-index: 1;
    color: #333;
    display: none;
    cursor: pointer;
    content: "\f067";
    padding: 1.5em 2em;
    position: absolute;
    font-family: "Fontawesome";
}

.menu-dropdown-icon-open:before {
    right: 0;
    z-index: 1;
    color: #333;
    display: none;
    cursor: pointer;
    content: "\f068";
    padding: 1.5em 2em;
    position: absolute;
    font-family: "Fontawesome";
}

.menu>ul>li>ul>li>ul>li {
    float: left;
    width: 100%;
    padding: 5px 0;
    margin: 0;
    font-size: .8em;
}

.menu>ul>li>ul>li>ul>li a {
    border: 0;
}

.menu>ul>li>ul.normal-sub>li {
    width: 100%;
}

.menu>ul>li>ul.normal-sub>li a {
    border: 0;
    padding: 5px;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media (min-width: 1201px) and (max-width: 1400px) {}

@media (min-width: 981px) and (max-width: 1200px) {
    .row {
        max-width: 980px
    }

    .result_row_close {
        max-width: 100%;
        left: 0;
        margin-left: 0
    }

    .sm_logo span img {
        width: 35px
    }

    .sm_logo_content {
        left: inherit
    }

    .side_nav ul {
        height: auto
    }

    .bestsellers_smcol {
        height: 295px;
    }

    .result_quickview_close {
        right: 0
    }

    .result_payment_successful .result_quickview_close i.fa.fa-times {
        margin-top: 7px
    }

    .item_details_tag_li {
        margin: 0;
    }

    .slide_scrollable {
        height: 41.7vw;
    }

    /* -----   Vincent   ----- */
    /* -----   Vincent   ----- */
}

@media screen and (max-width: 860px) {}

@media (min-width: 646px) and (max-width: 980px) {
    .irregular_title {
        width: 180px;
        margin-left: -90px;
        font-size: 25px
    }

    .cart_item {
        right: 0px;
    }

    .product_addcart a {
        padding: 10px
    }

    #gallery_01,
    .quickview_zoomWrapper,
    .quickview_zoomWrapper img,
    .zoomWrapper,
    .zoomWrapper img {
        margin: 0 auto
    }

    .quickview_zoomWrapper,
    .quickview_zoomWrapper img,
    .zoomWrapper,
    .zoomWrapper img {
        margin: 0 auto
    }

    .bestsellers_smcol {
        width: 24%;
        min-height: 330px;
    }

    .zoom_box img {
        max-width: 70px;
    }

    .product_page .bestsellers_smcol {
        width: 32.3333%
    }

    .result_quickview_box {
        width: 90%
    }

    .result_row_close {
        left: 0;
        margin-left: 0;
        width: 100%;
        max-width: 100%
    }

    .result_quickview_close {
        right: 5%
    }

    .blog_item {
        width: 32.3333%
    }

    .columns_box_text {
        width: 60%;
    }

    #owl-demo .item {
        min-height: 150px;
    }

    .item_details_tag_li {
        margin: 0;
    }

    .slide_scrollable {
        height: 41.7vw;
    }

    .item_thumb img {
        height: 50vw;
    }

    /* -----   Vincent   ----- */
    /** Menu Start **/
    .menu>ul>li a {
        padding: 0 5px;
    }

    /** Menu End **/
    /* -----   Vincent   ----- */
}

@media only screen and (max-width: 545px) {

    .row,
    body {
        width: 100%
    }

    .columns,
    .row {
        margin-left: 0
    }

    .columns,
    .columns:last-child {
        margin-right: 0;
        float: none
    }

    .fixed {
        position: relative
    }

    body {
        -webkit-text-size-adjust: none;
        -ms-text-size-adjust: none;
        min-width: 0
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        word-wrap: break-word
    }

    h1 {
        font-size: 42px;
        font-size: 2.625rem
    }

    h2 {
        font-size: 36px;
        font-size: 2.25rem
    }

    p {
        line-height: 1.625em
    }

    .fixed {
        top: auto;
        left: auto
    }

    #menu,
    #showmenu,
    #showmenu span {
        display: block;
    }

    .row {
        margin-right: 0
    }

    .row .row .columns {
        padding: 0
    }

    .columns {
        width: auto !important
    }

    .web-header {
        position: relative;
    }

    #home_side_nav {
        margin-bottom: 15px
    }

    .slide_loading {
        background: 0 0
    }

    .irregular_big {
        width: 49%;
        height: 200px
    }

    .irregular_title {
        width: 180px;
        margin-left: -90px;
        font-size: 24px
    }

    .irregular_big_reset {
        margin: 0;
        width: 100%;
        height: 200px
    }

    .irregular_small {
        width: 49%;
        margin-top: 1%;
        margin-left: 1%;
        float: left;
        height: 200px
    }

    .addtocart {
        float: none
    }

    .item_details .addtocart {
        padding: 3px 8px
    }

    .green,
    .yellow {
        margin: 0 0 20px
    }

    .bestsellers_smcol {
        width: 32.3333%;
        min-height: 270px
    }

    .product_page .bestsellers_smcol {
        width: 32.3333%
    }

    #showmenu {
        margin-top: 92px
    }

    #showmenu .fa {
        font-size: 40px
    }

    #showmenu span {
        font-size: 11px;
        line-height: 1.2
    }

    #showmenu:hover {
        color: #c0171e
    }

    .sidemenu {
        display: none
    }

    #menu #cssmenu>ul>li {
        border-bottom: 1px solid #2a2a2a
    }

    #menu #cssmenu>ul>li a {
        font-size: 13px;
        display: block;
        padding: 7px 15px;
        font-weight: 600;
        color: inherit
    }

    #menu #cssmenu>ul>li>ul>li>a {
        padding-left: 30px
    }

    #menu #cssmenu>ul>li>ul>li>ul>li>a {
        padding-left: 45px
    }

    #menu #cssmenu>ul>li a span {
        padding: 0
    }

    #menu #cssmenu>ul>li a:hover {
        background-color: #111
    }

    #menu #cssmenu ul ul li {
        border: 0;
        background: #3b3b3b
    }

    .size_option {
        padding: 5px 0
    }

    .size_option_box {
        margin-top: 15px
    }

    .zoom_box {
        position: absolute;
        width: 100%;
        height: 100%
    }

    .result_box,
    .result_payment_successful {
        margin-top: 10px
    }

    .result_quickview_box {
        width: 90%
    }

    .result_row_close {
        left: 0;
        max-width: 100%
    }

    .result_quickview_close {
        right: 5%
    }

    .item .addtocart {
        display: none !important
    }

    .mobile_view {
        display: block
    }

    .dropdown-content {
        right: 0;
    }

    .navigation_menu .mobile_navigation_li {
        display: block;
    }

    .menu>ul>li .mobile_navigation_a {
        display: inline-block;
        width: auto;
    }

    .slide_scrollable {
        height: 42vw;
    }

    .zoomContainer {
        display: none !important;
    }

    .menu-dropdown-icon:before,
    .menu-dropdown-icon-open:before {
        display: block;
    }

    .menu>ul>li>ul>li>ul {
        position: relative;
    }

    .menu>ul>li>ul>li>ul>li {
        float: none;
    }

    .footer_box,
    .nav_bottom {
        padding: 10px 0;
    }

    /* -----   Vincent   ----- */
    .form-group .dialling_div {
        margin: 0 0 10px;
    }



    /** Page Header Start **/
    .header_title_div h1 {
        font-size: 28px;
    }

    .header_breadcrumbs_div ol {
        font-size: 16px;
    }

    /** Page Header End **/



    /** Home Page Start **/
    .slide_box i {
        font-size: 50px;
    }

    #bx_slide_prev {
        margin-left: 10px;
    }

    #bx_slide_next {
        margin-right: 10px;
    }

    /** Home Page End **/



    /** Category Start **/
    .category_div {
        width: 50%;
    }

    /** Category End **/



    /** Product Start **/
    .product_zoom_div {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
    }

    #product_slider .sp-thumbnail-image {
        width: 100%;
    }

    /** Product End **/

    /* -----   Vincent   ----- */

    /* -----   Adrienne   ----- */
    .header_background_div {
        height: 180px;
    }

    .header_title_div,
    .header_breadcrumbs_div {
        height: 88px;
    }

    .btn-info {
        line-height: 40px;
    }

    .intro_person {
        position: relative;
        color: #4c3513;
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .intro_person_title {
        font-size: 26px;
    }

    .intro_person_desc {
        font-size: 20px;
    }
}

@media (max-width: 672px) {

    #owl-demo .item,
    .bestsellers_smcol {
        min-height: 238px
    }
}

@media (max-width: 576px) {

    #owl-demo .item,
    .bestsellers_smcol {
        min-height: 206px
    }

    .sm_logo_content {
        display: none
    }
}

@media (max-width: 480px) {

    .bestsellers_smcol,
    .product_page .bestsellers_smcol {
        width: 49%
    }

    .result_quickview_close {
        position: fixed;
        top: 0;
        right: 5%
    }

    .result_quickview_box {
        width: 90%
    }

    #showmenu {
        margin-top: 111px
    }

    .blog_item {
        width: 49%
    }

    .footer_columns {
        width: 100%;
    }

    .footer_columns h6 {
        padding: 0 0 5px;
        margin: 0 0 6px;
    }

    .score_col {
        padding: 60px 0;
    }

    .button_content h6:after,
    .button_content h6:before {
        display: none;
    }

    /* -----   Vincent   ----- */

    /** Page Header Start **/
    .header_title_div h1 {
        font-size: 20px;
        letter-spacing: 2px;
    }

    .header_breadcrumbs_div ol {
        font-size: 12px;
        letter-spacing: 2px;
    }

    /** Page Header End **/



    /** Category Start **/
    .category_div {
        width: 50%;
    }

    /** Category End **/



    /** Product Start **/
    .product_page {
        padding: 0;
    }

    /** Product End **/

    /* -----   Vincent   ----- */

    /* -----   Adrienne   ----- */
    .header_background_div {
        height: 138px;
    }

    .header_title_div,
    .header_breadcrumbs_div {
        height: 80px;
    }

    .intro_person_desc {
        font-size: 16px;
    }

    /* App Store CSS */
    ul.app_store li {
        width: 48%;
    }

    ul.app_store li img {
        margin: 0 auto;
        display: block;
    }

    /* End App Store CSS */
}

@media (max-width: 420px) {

    #owl-demo .item,
    .bestsellers_smcol {
        min-height: 100px
    }

    .item_details_tag_li {
        margin: 0;
    }

    .irregular_title {
        width: 120px;
        margin-left: -60px;
        font-size: 20px
    }

    #myModal .row {
        min-width: auto;
    }
}

@media (max-width: 400px) {

    #owl-demo .item,
    .bestsellers_smcol {
        min-height: 244px
    }

    .result_quickview_box,
    .result_row_close {
        width: 100%
    }

    .result_quickview_close {
        right: 0
    }
}

@media print {

    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid
    }

    * {
        background: 0 0 !important;
        color: #000 !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important
    }

    p a,
    p a:visited {
        color: #555 !important;
        text-decoration: underline
    }

    p a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }

    blockquote,
    pre {
        border: 1px solid #999
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }
}

#gallery_01 a.active,
#gallery_01 a:hover {
    border: 2px solid #c98512
}

#gallery_01 a img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

#gallery_01 {
    margin: 0 0 10px -1%;
}

#gallery_01 a {
    position: relative;
    display: block;
    width: 19%;
    height: auto;
    margin: 1% 0 0 1%;
    border: 2px solid #f3f3f3;
    height: 100px;
    overflow: hidden;
}

#gallery_01 a,
.item_thumb,
.zoom_lens {
    overflow: hidden
}

.quickviewWrapper #gallery_01 img {
    width: 23%
}

#gallery_01 a,
.product_details .socialmedia_likebutton ul,
.product_minimum_box,
.product_minimum_img {
    float: left
}

.zoom_lens {
    position: relative
}

.zoom_lens,
.zoom_lens img {
    width: 100%;
    border: none;
    display: block;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out
}

.zoom_box {
    position: absolute;
}

.zoom_box img {
    width: 100%;
    max-width: 60px;
    margin: 6px;
    display: block;
}

.cart-quantity2 .sp-minus {
    top: 0;
    left: 0;
    width: 35px;
    height: 37px;
    position: absolute;
}

.cart-quantity2 .sp-plus {
    top: 0;
    right: 0;
    width: 35px;
    height: 37px;
    position: absolute;
}

@media (min-width:320px) and (max-width:500px) {
    .payment-method-ul li {
        width: 51% !important;
    }
}

.WCZAN {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.12),
    0 4px 16px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  padding: 24px 24px 12px;
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.WCZAN::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  opacity: 0.6;
}

.Vy5mw {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 0;
  color: #1a1a1a;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

@media screen and (min-width: 480px) {
  .WCZAN {
    padding: 32px 40px 16px;
    border-radius: 28px;
  }
  .WCZAN:hover {
    transform: translateY(-2px);
    box-shadow: 
      0 12px 40px rgba(0, 0, 0, 0.15),
      0 6px 20px rgba(0, 0, 0, 0.1),
      inset 0 1px 0 rgba(255, 255, 255, 0.4);
  }
  .Vy5mw {
    font-size: 28px;
  }
  .flxiC {
    line-height: 1.5;
  }
  .P15Y1 {
    margin-top: 27px;
  }
  .hCZ-R {
    padding: 30px 35px;
  }
}

.j1q-N {
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  font-family: Gotham-Bold, sans-serif;
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 1.11;
  padding: 8px 30px;
}
div.j1q-N {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.j1q-N,
.j1q-N:active,
.j1q-N:hover,
.j1q-N:visited {
  text-decoration: none;
}

.ZXnks {
  background: linear-gradient(180deg, #2f2f2f, #2f2f2f);
  border: 1px solid #000;
  border-radius: 10px;
  box-shadow: inset 0 -10px 15px 1px #0e0e0e, inset 0 0 0 1px #676767;
  font-size: 18px;
  margin: 10px 0;
  padding: 0;
  transition: 0.15s;
  width: 100%;
}
.ZXnks:active {
  box-shadow: inset 0 10px 15px 1px #0e0e0e, inset 0 0 0 1px #676767;
  padding: 1px 0 0;
  transition: 0.15s;
}
@media only screen and (max-width: 600px) {
  .ZXnks {
    margin: 0;
  }
}
.kfhxb {
  /* background: #000; */
  color: #fff;
  display: block;
  height: 48px;
  line-height: 24px;
  text-align: center;
  width: 100%;
}

.u70q3 {
  /* background-color: #f3f3f3; */
  margin: 0 auto;
  max-width: 863px;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .u70q3 {
    padding: 0 20px;
  }
}
@media (max-width: 800px) {
  .u70q3 {
    max-width: 640px;
  }
}
@media screen and (min-width: 1024px) {
  .u70q3 {
    max-width: 1300px;
  }
}
@media screen and (min-width: 1350px) {
  .u70q3 {
    max-width: 1100px;
    padding: 0;
  }
}

._2lwp8 {
  font-family: Gotham-Bold, sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.11;
  padding: 60px 0 10px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  ._2lwp8 {
    font-size: 80px;
    padding: 60px 0 0;
  }
}

._0u-SR {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 1px -0.5px #0000000f,
    0 3px 3px -1.5px #0000000f, 0 6px 6px -3px #0000000f,
    0 12px 12px -6px #0000000f, 0 24px 24px -12px #0000000f;
  display: flex;
  flex-direction: column;
  margin: 0 auto auto;
  max-width: 150px;
  min-width: 100%;
  padding: 7px;
  width: 100%;
}

._64rx9 {
  height: 100%;
  max-width: unset !important;
  width: 90% !important;
}

._0u-SR.EvtpP .zr0xa {
  text-align: center;
}

.zr0xa {
  display: flex;
  flex: 1;
  flex-direction: column;
  font-family: Gotham-book, sans-serif;
  letter-spacing: -0.02em;
  line-height: 1.25;
  padding-top: 7px;
}

@media screen and (min-width: 1024px) {
  ._0u-SR {
    max-width: unset;
    min-width: 290px;
    padding: 15px;
  }
  ._0u-SR.EvtpP {
    max-width: 290px;
    min-width: 290px;
    padding: 13px;
    width: 290px;
  }
  ._0u-SR.EvtpP .Nc5Wk {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.17px;
    line-height: 18px;
  }
  ._0u-SR.EvtpP .IzAxV {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: -0.02px;
    line-height: 14px;
    padding-top: 0;
  }
  ._0u-SR.EvtpP .W96bd {
    padding: 0;
  }
  ._0u-SR.EvtpP .zr0xa {
    gap: 6px;
    padding-top: 10px;
  }
  .zr0xa {
    padding-top: 17px;
  }
  .Nc5Wk {
    font-size: 17px;
    line-height: 1.11;
  }
  .IzAxV {
    font-size: 14px;
    line-height: 19px;
    padding-bottom: 0;
  }
  .W96bd,
  .P1Ofw {
    padding-top: 10px;
  }
}

@media screen and (min-width: 1350px) {
  /* ._0u-SR {
    min-width: 320px;
  } */
  ._0u-SR.EvtpP {
    margin: 0 5px 10px;
    max-width: 255px;
    min-width: 255px;
    padding: 13px;
    width: 255px;
  }
  ._0u-SR.EvtpP .Nc5Wk {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.17px;
    line-height: 18px;
  }
  .zr0xa {
    padding-top: 10px;
  }
  .Nc5Wk {
    font-size: 24px;
  }
  .IzAxV {
    font-size: 14px;
  }
}

.owl-item{
    margin: 0 15px;
}

.form-input {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: white;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    color: #4a5568;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.form-textarea {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    font-size: 1rem;
    min-height: 120px;
    resize: vertical;
    transition: all 0.3s ease;
    font-family: inherit;
}


.file-upload-input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.review-card {
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: transform 0.2s ease;
}
.review-card:hover {
    transform: translateY(-2px);
}
.review-header {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.review-avatar img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}
.review-user-info {
    margin-left: 12px;
}
.review-username {
    font-weight: bold;
    font-size: 1.1em;
    display: block;
}
.review-date {
    color: #888;
    font-size: 0.9em;
}
.review-body {
    border-top: 1px solid #f0f0f0;
    padding-top: 10px;
}
.review-ratings {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 10px;
}
.review-text {
    font-size: 1em;
    line-height: 1.5;
    color: #444;
}
.review-media {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}
.review-image {
    max-width: 100px;
    border-radius: 8px;
}
.review-video {
    max-width: 150px;
    border-radius: 8px;
}
.dmTuD {
  border-top: 2px solid #f3f3f3;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  row-gap: 20px;
}
.dmTuD:last-child {
  padding-bottom: 0;
}
.PMCcW {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.PMCcW ._-6P8j {
  font-family: Gotham-Bold, sans-serif;
  font-size: 20px;
  font-weight: 400;
}
.PMCcW .QrSzW {
  font-family: Aleo, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
}
.FcrrY {
  align-items: center;
  color: #929292;
  -moz-column-gap: 7px;
  column-gap: 7px;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}
.FcrrY .FycXQ {
  color: #000;
  font-size: 12px;
  padding-top: 3px;
}
@media screen and (min-width: 768px) {
  .dmTuD {
    -moz-column-gap: 50px;
    column-gap: 50px;
    flex-direction: row;
    justify-content: space-between;
    padding: 30px 0;
  }
  .xyhSM {
    background-color: #f3f3f3;
    max-width: 350px;
    min-width: 350px;
    padding: 30px;
    row-gap: 15px;
  }
  .xyhSM p {
    font-size: 16px;
  }
  .IORWm {
    flex-direction: column;
  }
  .bHZxH {
    align-items: flex-start;
    padding: 0;
  }
  .gYxqR {
    display: none;
    top: 10px !important;
  }
  .gYxqR svg {
    color: #000;
  }
  .PMCcW .QrSzW {
    font-size: 16px;
  }

  .aleo {
    font-family: "Aleo", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }
}