#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,
uby,
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: 'Gotham Bold', 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-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,
h5,
h6 {
    font-weight: 600;
    text-rendering: optimizeLegibility;
    padding-top: .273em;
    line-height: 1.15538em;
}

h1 {
    font-size: 68px
}

h2 {
    font-size: 44px
}

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;
    width: 33.3333%;
}

.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%;

}

.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: 70%
}

.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 {
    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 {

    left: 95%;
    /* Centers horizontally */
    transform: translateX(-50%);
    /* Keeps it centered even on small screens */
    position: absolute;
    text-align: center;
    font-size: .85em;
    font-weight: 700;
    color: #b5b5b5;
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.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(61, 46, 47, 0.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: #fff9ee
}

.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)
}

.my-carousel .owl-pagination {
  display: none !important;
}

.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.875);
    /* color: white; */
    border: none;
    border-radius: 50%;
    padding: 6px 8px;
    font-size: 20px;
    cursor: pointer;
    /* width: 40px;
    height: 100%;
    top: 0;
    position: absolute;
    padding: 151px 0; */
    color: #807f7f;
    /* display: inline-block;
    zoom: 1;
    font-size: 12px;
    filter: Alpha(Opacity=50);
    opacity: .5 */
}

.owl-prev {
    left: 0px;
    /* background: url(../../../../Images/carousel_controls.png) 9px center no-repeat #fff */
}

.owl-next {
    right: 0px;
    /* background: url(../../../../Images/carousel_controls.png) -45px center no-repeat #fff */
}

@media (max-width: 768px) {
    .owl-carousel .owl-product {
        display: block !important;
        flex-direction: column !important;
        flex-wrap: nowrap !important;
    }
    
    .how-we-do-it-container {
        width: 100% !important;
        margin: 10px auto !important;
        flex: none !important;
    }
    
    .how-we-do-it-container img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
    }
}

.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: 5px;
    height: 5px;
    margin: 3px;
    border-radius: 50%;
    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
}

.cbp-hropen .cbp-hrsub {
    border: 1px solid #ddd;
    -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
}

.cbp-hropen .cbp-hrsub {
    display: block;
    z-index: 20;
    opacity: 1;
    padding-bottom: 20px;
    transition: all .3s ease-in-out
}

#menu,
#menu_background {
    display: none;
    position: fixed;
    height: 100%;
    top: 0
}

.cbp-hrsub h6 {
    color: #454545;
    padding: 15px 0 5px;
    margin: 0;
    font-size: 14px
}

#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_ul .cbp-hrsub>li>a {
    padding-left: 30px
}

.menu_ul .cbp-hrsub>li>ul>li>a {
    padding-left: 45px
}

.menu_box {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: scroll
}

.item_thumb,
.rating,
.rating_meter,
.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
}

.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;
}

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: contain;
    /*height: 40vw;*/
    /*aspect-ratio: 1/1;*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.item_thumb_image_box {
    padding-top: 100%;
    width: 100%;
    position: relative;
}

.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_price {
    float: left;
    width: 115px;
    padding: 10px;
    visibility: visible;
    opacity: 1;
    font-size: 14px;
    display: block;
    border: none;
    cursor: pointer;
    border-radius: 50px;
    background-color: #eb5524;
    height: 36.8px !important;
}

.item_details {
    position: absolute;
    bottom: -5px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
}

@media (min-width: 1200px) {
    .search-section {
        margin-left: 0% !important;
    }
}

@media (min-width: 864px) {
    .search-section {
        margin-left: 5%;
    }
}

@media (max-width: 768px){
    .item_details {
        bottom: 5px;
        justify-content: space-between;
    }
}

@media (min-width: 768px) and (max-width: 864px) {
    .search-section {
        margin-left: 2% !important;
    }
}
@media (max-width: 1024px) {
    .how-to-reddem-title {
        padding-top: 50px !important;
    }
    
    .search-section {
        margin-top: 10px !important;
    }
}

.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: #fff;
    font-size: 14px;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .item_sales_price {
        font-size: 14px;

    }
}



.ori_price span {
    font-size: 11px
}

.addtocart {
    padding: 12px;
    color: #fff;
    background: #fd8e18;
    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: 10px !important;
}

.addtocart:hover {
    background: #fc992f !important;
}

.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;
} */

.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: #84590e;
}

#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: #84590e;
}

.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: #36B9CB
}

.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 {
    width: 225px;
    margin: 0 auto
}

.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-top: 1px;
    font-size: 11px
}

.pagination-div li a:hover,
.pagination-div ul li.active a {
    color: #c98512;
    border: 1px solid #c98512
}

.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
}

.rating {
    display: inline-block;
    margin: 0 auto;
    width: 80px
}

.rating-input {
    float: right;
    width: 16px;
    height: 16px;
    padding: 0 5px 0 0;
    margin: 0 0 0 -16px;
    opacity: 0
}

.rating-input:checked~.rating-star,
.rating:hover .rating-star:hover,
.rating:hover .rating-star:hover~.rating-star {
    background-position: 0 0;
    padding: 0 5px 0 0
}

.rating-star,
.rating:hover .rating-star {
    position: relative;
    float: right;
    display: block;
    width: 16px;
    height: 16px;
    background: url(../../../../Images/star.png) 0 -16px no-repeat;
    background-size: 16px 32px;
    padding: 0 5px 0 0
}

.meter_star,
.product_details .socialmedia_likebutton ul,
.product_minimum_box,
.product_minimum_img {
    float: left
}

.rating_meter {
    background-color: #f3f3f3;
    border: 0;
    height: 35px;
    width: 100%;
    border-radius: 5px
}

.meter_star {
    display: block;
    height: 35px;
    text-indent: -9999px
}

.meter_5 {
    background: #399519
}

.meter_4 {
    background: #70be1d
}

.meter_3 {
    background: #ebed24
}

.meter_2 {
    background: #edc524
}

.meter_1 {
    background: #c98512
}

.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;
    font-family: 'Helvetica Neue Bold';
}

.main_product_box {
    padding: 80px 0 15px;
    background-color: #fff7e4;
}

@media (max-width: 1024px) {
    .main_product_box {
        padding: 50px 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;
    font-family: 'Helvetica Neue';
}

.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;
    background: white;
}

.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%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.sp-minus {
    width: 42px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.sp-input {
    width: 65%;
    border-left: 0;
    border-right: 0;
}

.sp-plus {
    width: 42px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.sp-input input,
.sp-minus a,
.sp-plus a {
    width: 100%;
    height: 100%;
    text-align: center
}

.sp-input input {
    border: none
}
.sp-input, .sp-minus, .sp-plus {
    height: 50px;
}

.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: 100%;
    padding: 10px;
    visibility: visible;
    opacity: 1;
    font-size: 14px;
    display: block;
    border: none;
    cursor: pointer;
    border-radius: 50px;
    background: #F6A81D
}

.product_addcart:hover {
    color: #fff;
    background: #f1be05
}
.product_addcart2 {
    float: left;
    width: 80%;
    height: 50px;
    padding: 10px;
    visibility: visible;
    opacity: 1;
    font-size: 18px;
    display: block;
    border: none;
    cursor: pointer;
    border-radius: 50px;
}

.product_addcart2: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,
.checkout_box button {
    width: 100%;
    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
}

.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
}

.addreview_blur {
    padding: 20px;
    -webkit-filter: blur(4px);
    filter: blur(4px)
}

.comment_blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url(../../../../Images/transparent_blur.png)
}

#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
}

.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;
}

.footer_top {
    padding: 35px 0;
}

.footer,
.footer h6,
.footer a {
    font-weight: 500;
    letter-spacing: 2px;
}

.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;
    border-bottom: 2px solid #000;
    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_columns a:hover {
    text-decoration: underline;
}

.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 {
    border-top: 1px solid #fff;
    color: #fff;
    padding: 15px 0;
    background: #36b9cb;
    text-align: center;
}

.footer-copyright .copyright {
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
}

.footer-copyright a {
    color: #ffffff;
}

.footer-copyright a:hover {
    text-decoration: underline;
}

.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;
    /* border: 5px solid #fd8e18; */
    border-radius: 30px;
}

.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 {
    position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, .7);
    background: url(../../../../Images/bgzz.png)\9;
    z-index: 100000;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

#first_preview_detail {
    position: fixed;
    top: 10%;
    left: 50%;
    margin-left: -400px;
    z-index: 100001;
    width: 800px;
    padding: 0;
    text-align: center;
    background-color: #fff;
    overflow: auto;
    -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)
}

#first_preview_detail img {
    width: 100%;
    display: block
}

#first_preview_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.first_preview_detail_close:hover {
    color: #ed1c24
}

.first_preview_detail_close {
    color: #000;
    font-size: 25px;
    position: absolute;
    z-index: 11;
    top: 5px;
    right: 5px;
    padding: 10px 15px;
    background: #fff;
    box-shadow: 0 0 5px #000
}

.first_preview_detail_href {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
}

.mobile_view {
    display: none
}

.first_preview_detail_content {
    width: 800px;
    height: 500px;
    padding: 20px;
    background-size: 800px 500px;
    background-repeat: no-repeat;
    position: relative;
}

.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: 39.7vw;
    margin-top: 37px;
    z-index: 1000 !important;
    background-size: cover !important;
    background-attachment: inherit !important;
}

@media screen and (max-width: 480px) {
    .slide_scrollable {
        margin-top: 0px;
    }

    .search-section {
        margin-top: 40px !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: 50px;
}

.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 {

    width: 100%;
    color: #fff;
    border: none;
    font-weight: 100;
    line-height: 35px;
    text-align: center;
    padding: initial;
    font-family: 'Gotham light', sans-serif;
    background-color: #fd8e18;

}

.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;
    color: #000000;
}

.header_title_div h1 {
    color: #000000;
    font-size: 36px;
    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 **/
/** 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: 768px) and (max-width: 980px) {
    .irregular_title {
        width: 180px;
        margin-left: -90px;
        font-size: 25px
    }

    .cart_item {
        right: 0px;
    }

    .product_addcart a {
        padding: 10px
    }

    .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%
    }

    #first_preview_detail {
        width: 750px;
        margin-left: -375px
    }

    .first_preview_detail_content {
        width: 750px;
        height: 469px;
        background-size: 750px 469px
    }

    .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: 767px) {

    .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
    }

    .cbp-hrsub h4 {
        padding-top: 9px
    }

    .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
    }

    #first_preview_detail {
        margin: 0 5% 0 -225px;
        width: 450px;
        left: 50%
    }

    a.first_preview_detail_close {
        right: 0
    }

    .mobile_view {
        display: block
    }

    .first_preview_detail_content {
        width: 450px;
        height: 500px;
        background-size: 450px 500px
    }

    .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;
        color: #000000 !important; 
    }

    .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%
    }

    #first_preview_detail {
        width: 225px;
        margin-left: -112.5px
    }

    .first_preview_detail_content {
        width: 225px;
        height: 400px;
        background-size: 225px 400px
    }

    .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;
        color: #000000 !important; 
    }

    .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;
    }
}

@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
    }
}

img {
    max-width: 100%;
}

.ag-format-container {
    width: 1160px;
    margin: 0 auto;
    position: relative;
}

.ag-timeline-block {
    padding: 0px 0;
}

.ag-timeline_title-box {
    padding: 0 0 30px;
    text-align: center;
}

.ag-timeline_tagline {
    font-size: 40px;
    color: rgb(84, 89, 95);
}

.ag-timeline_title {
    background-image: url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/images/bg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    color: transparent;
    font-size: 80px;
}

.ag-timeline_item {
    margin: 0 0 50px;
    position: relative;
}

.ag-timeline_item:nth-child(2n) {
    text-align: right;
}

.ag-timeline {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.ag-timeline_line {
    width: 2px;
    background-color: yellow;
    position: absolute;
    top: 2px;
    left: 50%;
    bottom: 0;
    overflow: hidden;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.ag-timeline_line-progress {
    width: 100%;
    height: 20%;
    background-color: orange;
}

.ag-timeline-card_box {
    padding: 0 0 0px 50%;
}

.ag-timeline_item:nth-child(2n) .ag-timeline-card_box {
    padding: 0 50% 20px 0;
}

.ag-timeline-card_point-box {
    display: inline-block;
    margin: 0 14px 0 -28px;
}

.ag-timeline_item:nth-child(2n) .ag-timeline-card_point-box {
    margin: 0 -28px 0 14px;
}

.ag-timeline-card_point {
    height: 50px;
    line-height: 50px;
    width: 50px;
    border: 1px solid #FFF;
    background-color: #e8e8f6;
    text-align: center;
    font-family: "ESL Legend", sans-serif;
    font-size: 20px;
    color: #FFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.ag-timeline-card_point img {
    margin: 11px 0;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}

.js-ag-active .ag-timeline-card_point {
    color: #FFF;
    background-color: #36b9cb;
}

.ag-timeline-card_meta-box {
    display: inline-block;
}

.ag-timeline-card_meta {
    margin: 10px 0 0;
    font-family: "ESL Legend", sans-serif;
    font-weight: normal;
    font-size: 17px;
    color: #55cdff;
}

.ag-timeline-card_item {
    display: inline-block;
    width: 45%;
    margin: -77px 0 0;
    background-color: #282828;
    opacity: 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, .5);
    -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .5);
    -webkit-transition: -webkit-transform .5s, opacity .5s;
    -moz-transition: -moz-transform .5s, opacity .5s;
    -o-transition: -o-transform .5s, opacity .5s;
    transition: transform .5s, opacity .5s;
    position: relative;
}

.ag-timeline_item:nth-child(2n+1) .ag-timeline-card_item {
    -webkit-transform: translateX(-200%);
    -moz-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    -o-transform: translateX(-200%);
    transform: translateX(-200%);
}

.ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    -ms-transform: translateX(200%);
    -o-transform: translateX(200%);
    transform: translateX(200%);
}

.js-ag-active.ag-timeline_item:nth-child(2n+1) .ag-timeline-card_item,
.js-ag-active.ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.ag-timeline-card_arrow {
    height: 18px;
    width: 18px;
    margin-top: 0px;
    background-color: transparent;
    z-index: -1;
    position: absolute;
    top: 38%;
    right: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}

.ag-timeline_item:nth-child(2n+1) .ag-timeline-card_arrow {
    margin-left: calc(-18px / 2);
    margin-right: calc(-18px / 2);
}

.ag-timeline_item:nth-child(2n) .ag-timeline-card_arrow {
    margin-left: -10px;
    right: auto;
    left: 0;
}

.ag-timeline-card_img {
    width: 100%;
}

.ag-timeline-card_info {
    padding: 20px 30px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    background: #fff;
    color: #111;
    text-align: left;
}

.ag-timeline-card_title {
    display: none;
    margin: 10px 0 0;
    font-family: "ESL Legend", sans-serif;
    font-weight: bold;
    font-size: 28px;
    color: #FF0;
}

.ag-timeline-card_desc {
    line-height: 1.45;
    font-size: 16px;
    font-weight: bold;
}

@media only screen and (max-width: 979px) {
    .ag-timeline_line {
        left: 30px;
    }

    .ag-timeline_item:nth-child(2n) {
        text-align: left;
    }

    .ag-timeline-card_box,
    .ag-timeline_item:nth-child(2n) .ag-timeline-card_box {
        padding: 0 0 20px;
    }

    .ag-timeline-card_meta-box {
        display: none;
    }

    .ag-timeline-card_point-box,
    .ag-timeline_item:nth-child(2n) .ag-timeline-card_point-box {
        margin: 0 0 0 8px;
    }

    .ag-timeline-card_point {
        height: 40px;
        line-height: 40px;
        width: 40px;
    }

    .ag-timeline-card_item {
        width: auto;
        margin: -65px 0 0 75px
    }

    .ag-timeline_item:nth-child(2n+1) .ag-timeline-card_item,
    .ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
        -webkit-transform: translateX(200%);
        -moz-transform: translateX(200%);
        -ms-transform: translateX(200%);
        -o-transform: translateX(200%);
        transform: translateX(200%);
    }

    .ag-timeline_item:nth-child(2n+1) .ag-timeline-card_arrow {
        right: auto;
        left: 0;
    }

    .ag-timeline-card_title {
        display: block;
    }

    .ag-timeline-card_arrow {
        margin-top: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .ag-format-container {
        width: 96%;
    }

    .ag-timeline-card_img {
        height: auto;
        width: auto;
    }
}

@media only screen and (max-width: 639px) {
    .ag-timeline_title {
        font-size: 60px;
    }

    .ag-timeline-card_info {
        padding: 10px 15px;
    }

    .ag-timeline-card_desc {
        font-size: 14px;
    }
}

@media only screen and (max-width: 479px) {}

@media (min-width: 768px) and (max-width: 979px) {
    .ag-format-container {
        width: 750px;
    }
}

@media (min-width: 980px) and (max-width: 1161px) {
    .ag-format-container {
        width: 960px;
    }
}

.tab-dropdown {
    color: #fff;
}

.tab-dropdown:active {
    color: #fff;
}

.location_inputs {
    margin-bottom: 20px;
    margin-top: 20px;
}

.btnSearchNow p {
    line-height: 46px;
    font-size: 14px;
}

.iconLocateMe,
.iconSearchNow {
    height: 15px;
    width: 15px;
    margin-right: 11px;
    margin-left: 0;
}

.btnSearchNow {
    width: fit-content;
    margin: 0px;
    padding: 0 15px;
    text-align: center;
    text-wrap-mode: nowrap;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle;
}

img {
    border: 0;
}

/* @media screen and (max-width:480px) {
    img {
        max-width: 180%;
        background-position: center;
    }
} */

.btnSearchNow p {
    line-height: 46px;
    font-size: 18px;
}

.btnSearchNow {
    color: #fff;
    height: 46px;
    width: 100%;
    height: fit-content;
    border-radius: 0;
    line-height: 46px;
    background-color: rgba(253, 142, 24, 255);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    padding: 0 20px;
}

.loc-icon {
    width: 19px;
    float: left;
}

.loc-txt {
    width: 80%;
    font-size: 16px;
    line-height: 1.2;
}

.locationbtn {
    width: 100%;
    max-width: 40px;
    display: inline-block;
    padding-top: 15px;
}

.msrItem {
    /* width:calc(100%/3) ; */
}

.con-tai-n {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 120px;
}

.clearfix {
    clear: both;
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: " ";
}

.outletf {
    border-radius: 5px;
    padding: 5px;
    background: #f9f9f9;
    padding: 30px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    height: 445px;
    width: 100%;
}

.outlettit {
    font-weight: 700;
    height: 100%;
    width: 100%;
    min-width: 320px;
    max-width: min-content;
    position: relative;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    transition: background-color 0.5s;
    cursor: pointer;
}

@media (min-width: 1200px) {
    .outlettit {
        min-width: 297px;
    }
}

@media (max-width: 1200px) {
    .outlettit {
        min-width: fit-content;
    }
}

@media (max-width: 968px) {
    .outlettit {
        max-width: 355px !important;
    }
}

.title {
    /* text-align: center; */
    font-size: 1.5em;
    padding-bottom: 25px;
}

.each_state {
    font-size: 25px;
    padding: 15px 0 15px 0;
    text-align: center;
    background-color: rgba(253, 142, 24, 255);
    color: #fff;
}

.outletmarbtm {
    padding: 0rem 0rem 0rem !important;
    position: relative;
    flex-wrap: wrap;

}

.v3b2title2 {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding: 12px 10px;
    border-radius: 4px;
    color: #ffffff;
    background-color: rgba(253, 142, 24, 255);
    margin: 20px 0px 10px 0px;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 1024px) {
    .tab-box {
        padding: 0% !important;
    }

    .slide_scrollable {
        margin-top: 0px;
    }

}

@media screen and (max-width: 876px) {
    .outlets-group-details {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    /* .msrItem {
        width: calc(100%/2) !important;
    } */
}

@media screen and (max-width: 673px) {
    .outlettit {
        min-width: 389px;
    }
}

@media screen and (max-width: 480px) {
    .outlets-group-details {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .outlettit {
        min-width: 240px;
    }

}

.fa fa-plus {
    color: white !important;
}

.container {
    position: relative;
    min-height: 100%;
    padding: 15px 60px 0px 60px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 2px solid #f6f6f6;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    text-align: left;
    padding-left: 10px;
    padding-right: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.franchising_button {
    font-family: 'Gotham Thin', sans-serif;
    background: transparent;
    background-color: #36b9cb;
    font-weight: bold;
    border: none;
    color: white;
    padding: 10px 10px;
    text-align: center;
    font-size: 13px;
    border-radius: 15px;
}

.login_title_button {
    font-family: 'Gotham thin', sans-serif;
    background: transparent;
    background-color: #fd8e31e0;
    font-weight: bold;
    border: none;
    color: white;
    padding: 10px 10px;
    text-align: center;
    font-size: 13px;
    border-radius: 15px;
}
@media (max-width: 768px) {
    .login_title_button {
        border-radius: 10px;
    }
}

.login_title_button:hover {
    background-color: #ee6c00e0;
    transition: 0.2s;
}

.parent_login a:hover {
    background: none !important;
}

/* .section {
    overflow-x: hidden;
} */

.item-icon-ul,
.item-icon-ul:after {
    clear: both;
}

.item-icon-ul {
    top: 0;
    z-index: 1;
    font-size: 16px;
    font-weight: 500;
    position: absolute;
}

.item-icon-ul li {
    color: #fff;
    float: left;
    padding: 5px 10px;
    margin-right: 10px;
    margin-bottom: 5px;
    background-color: red;
}

.owl-item image {
    object-fit: contain;
}

.owl-item image {
    object-fit: contain;
}

.join-us-text {
    width: 100%;
    position: absolute;
    text-align: center;
    text-wrap: nowrap;
    letter-spacing: 2px;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: black;
    font-size: 24px;
    font-weight: bold;
    padding: 10px 20px;
}

.video-section {
    position: relative;
    width: 100%;
    background: #36B9CB;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 40px;
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
    overflow: hidden;
    z-index: 4;
}

/* .franchise-testimonial {
    background: #db6036;
    justify-items: center;
    position: relative;
    padding: 50px 20px;
    width: 100%;
    border-radius: 0 0 80px 80px;
    overflow: hidden;
    z-index: 4;
} */

.video-section p {
    margin-top: 25px;
    width: fit-content;
    padding: 10px 60px;
    background: #4E438F;
    color: white;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 25px;
}

.video-section p:hover {
    background: #f79322;

}

.program-title span {
    font-size: 45px !important;
}

.benefits-section {
    position: relative;
    width: 100%;
    height: fit-content;
    background: #F6A81D;
    /* margin-top: -80px; */
    padding: 30px 0;
    position: relative;
    z-index: 1;
}

.benefits-list {
    width: 100%;
    display: flex;
    justify-content: space-around;
    overflow: hidden;
}

.benefits-image {
    justify-items: center;
}

.benefits-image img {
    object-fit: contain;
}

.benefits-item {
    padding: 30px;
    min-width: 250px;
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #EB5524;
    border-radius: 25px;
}

.benefits-desc {
    color: white;
    text-align: justify;
}

.benefits-desc p {
    text-align: left;
    font-weight: bold;
}


@font-face {
    font-family: 'Helvetica';
    src: url('../../../../Fonts/Helvetica.ttc') format('truetype-collection');
}


@font-face {
    font-family: 'Helvetica Neue';
    src: url('../../../../Fonts/HelveticaNeue.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto Black';
    src: url('../../../../Fonts/Roboto-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto Bold';
    src: url('../../../../Fonts/Roboto-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Helvetica Neue Thin';
    src: url('../../../../Fonts/HelveticaNeue-Thin.ttf') format('truetype');
}

@font-face {
    font-family: 'Helvetica Neue Light';
    src: url('../../../../Fonts/HelveticaNeue-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Helvetica Neue Bold';
    src: url('../../../../Fonts/HelveticaNeue-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Helvetica Neue Medium';
    src: url('../../../../Fonts/HelveticaNeue-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Glacial Indifference Regular';
    src: url('../../../../Fonts/GlacialIndifference-Regular.otf') format('opentype');

}

@font-face {
    font-family: 'Gotham Bold';
    src: url('../../../../Fonts/Gotham-Bold.otf') format('opentype');

}

@font-face {
    font-family: 'Gotham Book';
    src: url('../../../../Fonts/Gotham-Book.otf') format('opentype');

}

@font-face {
    font-family: 'Gotham Thin';
    src: url('../../../../Fonts/Gotham-Thin.otf') format('opentype');

}

@font-face {
    font-family: 'Gotham Black';
    src: url('../../../../Fonts/Gotham-Black.otf') format('opentype');

}

@font-face {
    font-family: 'Gotham Black Regular';
    src: url('../../../../Fonts/Gotham-Black-Regular.ttf') format('truetype');

}

.email-us p {
    margin-bottom: 0 !important;
    font-family: 'Gotham Bold', sans-serif !important;
    text-align: center !important;
}

.email-us p span span {
    font-family: 'Gotham Bold', sans-serif;
}

.right-freetrial p {
    font-weight: 300 !important;
    font-family: 'Gotham Bold', sans-serif;

}

/* Home */
.left ul li::marker {
    color: #febd1f;
    /* Changes bullet color */
    font-size: 20px;
    /* Adjust bullet size */
}

.background-image {
    background-image: url(https://test.littlemaster.asia/Uploads/MediaFiles/b/1740360730-631.png);
    background-size: contain;
    background-position: top;
    /* height: 26vh */
    min-height: 30vh;
    background-repeat: no-repeat;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    max-height: 32vh;

}

.background-image p {
    margin-top: 30px;
}

.owl-item img {
    object-fit: cover;
    display: block;
    border-radius: 20px;
    padding: 10px;
    height: 350px;
}

.vid-container {
    display: flex;
    justify-content: center;
    width: 100% !important;
}

.vid p {
    margin-bottom: 0 !important;
}


/* program section */

.right ul,
.left ul {
    font-family: 'Gotham Bold';

}

.programs-title {
    font-family: 'Gotham Bold', sans-serif !important;
    background-color: #febd1f;
    border-radius: 13px;
    font-size: medium;
    margin-bottom: 15px;
    margin-top: -68px;
    padding: 8px 61px 1px 61px;
    text-align: center;

}

.programs-title2 {
    font-family: 'Gotham Bold', sans-serif !important;

    background-color: #eb5524;
    border-radius: 13px;
    font-size: medium;
    margin-bottom: 15px;
    margin-top: -68px;
    padding: 8px 61px 1px 61px;
    text-align: center;
}


.programs-title p,
.programs-title2 p {
    font-family: 'Gotham Bold';
    margin-bottom: 5px !important;
}



.how-we-do-it {
    gap: 20px;
    font-family: 'Gotham Bold';


}

.how-we-do-it img {
    width: 100%;
    /* Make images responsive */
    height: auto;
    border-radius: 10px;
    /* Optional: rounded corners */
}

.lmls-tab {
    font-family: 'Gotham Bold', sans-serif !important;
}

.features-container-row {
    display: flex;
    flex-direction: row;
}

.features-container img {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.feature-box {
    position: relative;
}

.feature-box p {
    font-family: 'Helvetica Neue Bold';
    font-size: 26px;
    margin-bottom: 0;
}

.step {
    /* width: 100%;    */
    height: 356px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    /* border-radius: 50%; */
    color: white;
    font-weight: bold;
    margin-top: 30px;
    margin-left: 15px;
    margin-right: 15px;


}

.step p {
    font-family: 'Helvetica Neue Bold';
}

.review-container {
    background-color: #eb5524;
    border-radius: 30px;
    /* padding: 14px; */
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px;
    height: fit-content;
}

/* User Images */
.review-container img {
    width: 100%;

    border-radius: 30px;

    height: 50%;
}

/* Chat Bubble */
.chat-bubble {
    background: white;
    padding: 15px;
    border-radius: 19px;
    position: relative;
    margin-top: -43px;
    width: 88%;
    /* height: 55%; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.star {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.star img {
    width: 27px;
    height: 27px !important;
    padding: 4px;
    border-radius: 0;
}

.learning-level p {
    margin-bottom: 0 !important;
}

.feature-label {
    align-items: center;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    display: flex;
    height: 27%;
    justify-content: center;
    margin-top: -30px;
    position: absolute;
    /* top: 83%; */
    width: 100%;
    bottom: 0;
}

#home-vid {
    padding: 20px;
}

@media screen and (max-width:1440px) {

    .background-image {
        min-height: 30vh;
    }

}

@media screen and (max-width:1024px) {
    .feature-box p {
        font-size: 20px;
    }

    .lmls-tab {
        margin-bottom: -12px !important;
        padding: 13px 119px !important;
    }

    .background-image {
        min-height: 22vh;
    }

    .learning-level img {
        width: 200px !important;
    }

    .age {
        padding: 5px 20px !important;
    }

}

@media screen and (max-width:768px) {

    .step {
        padding: 20px !important;
        width: 95% !important;
        margin: 20px auto;
    }

    .features-container-row {
        display: flex;
        flex-direction: column;
    }

    .feature-box p {
        font-size: 18px;
        margin-bottom: 0;

    }

    .lmls-tab {
        margin-bottom: -25px !important;
        padding: 12px 75px !important;

    }

    .understanding img,
    .application img {

        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .how-we-do-it {
        margin-left: 50px !important;
        margin-right: 50px !important;
    }

    .lmls-tab span {
        font-size: 18px !important;
    }

    /* .table-approach img,
    .three-steps img {
        width: 100% !important;
        
    } */

    .program-title span {
        font-size: 30px !important;
    }

}

@media screen and (max-width: 480px) {
    .how-we-do-it {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .feature-label {
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
    }

    .feature-box p {
        font-size: 14px;
    }

    .lmls-tab {
        margin-bottom: -17px !important;
        padding: 8px 62px !important;
    }

    .lmls-tab span {
        font-size: 14px !important;
    }

    .three-steps img,
    .table-approach img {
        width: 330px !important;
    }

    .learning-level img {
        width: 230px !important;
    }

}

/* about us section */

.vision-background {
    background-image: linear-gradient(45deg, #029192, #34b7c8);
}

.gallery-filter {
    gap: 15px;

}

.vision-background p {
    font-family: 'Gotham Bold', sans-serif;
    font-size: 20px;
}

.gallery-filter a {
    font-family: 'Helvetica Neue';
    position: relative;
    /* Needed for ::after to position correctly */

}

.gallery-filter input:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 65%;
    background-color: #ffffff;
}

.left-vision,
.right-vision {
    padding: 0 20px !important;
}

.left-vision {
    padding: 40px 0 40px 45px !important;
}

.right-vision {
    padding-top: 40px !important;
}

.left-vision p {
    font-family: 'Gotham Bold', sans-serif;
}

@media screen and (max-width: 768px) {
    .vision-container {
        flex-direction: column !important;
        padding-top: 20px;

    }

    .left-vision,
    .right-vision {
        width: 100% !important;
        text-align: center !important;

    }

    .right-vision {
        padding-top: 0px !important;
    }
}


/* free assessment section */
.fox {
    margin-bottom: -100px;
    margin-top: -153px;
    margin-left: -62px;
}

@media screen and (max-width: 1200px) {
    .assessment img {
        width: 250px !important;
        height: auto !important;
    }

    #joinus-step {
        min-height: fit-content;
        /* max-height: 100%;
        height: 450px; */
        margin: 30px auto;
        width: 95% !important;
    }

    #joinus-step p {
        font-size: 10px;
    }

}

@media screen and (max-width:1024px) {
    .details-button span {
        padding: 15px 25px !important;
    }

    .fox {
        margin-bottom: -93px;
        margin-top: -106px;
    }

    .assessment img {
        width: 150px !important;
        height: auto !important;
    }

    .assessment span {
        font-size: 28px !important;
    }

    .assessment p {
        margin-bottom: 0 !important;
        letter-spacing: 0 !important;
        line-height: normal;
    }

    .voucher {
        margin-right: -600px ! important;
    }
}

@media screen and (max-width: 988px) {
    .recruitment-form_select {
        padding: 0 10px !important;
    }

    .recruitment-form .select2-container .select2-selection--single .select2-selection__rendered {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 768px) {
    .freetrial-container {
        display: flex;
        justify-content: flex-end;
        padding: 10% 0 0% 0 !important;
        flex-direction: column;
        align-items: center;
    }

    #company-map iframe {
        /* padding-left: 20px; */
        /* padding-right: 20px; */
        max-width: 350px !important;
        /* height: auto !important; */
    }


    #login_bg {
        background-image: url('https://test.littlemaster.asia/Uploads/MediaFiles/b/1739253811-610.png') !important;
        /* align-items: center; */
    }

    #search-section .four.columns .input,
    #search-section .btnSearchNow p,
    #search-section .select2-container .select2-selection--single .select2-selection__rendered {
        line-height: 30px !important;
        height: fit-content;
    }

    #search-section .select2-container--default .select2-selection--single {
        padding: 0 15px;
    }

    #search-section .five.columns {
        width: 30%;
    }

    .details-button span {
        padding: 10px 20px !important;
        font-size: 18px !important;
        border-radius: 15px !important;
    }

    .details-button a {
        margin-right: 5%;
    }

    #contact-us-row p,
    #contact-us-row a {
        font-size: 14px !important;
    }

    .join-us-text {
        font-size: 13px;
    }

    .join-us-text img {
        width: 100px;
    }

    .right-freetrial {
        width: 90% !important;
    }

    .freetrial-container img {
        position: relative !important;
        order: 3;

        right: 0 !important;
    }

    .programs-content {
        display: flex;
        flex-direction: column !important;
        align-items: center !important;
        gap: 60px !important;

    }



    .programs-title {
        top: 17% !important;
    }

    .programs-title2 {
        top: 55% !important;
    }



    .vid-container iframe {
        width: 90% !important;
        height: 440px !important;
    }

    .fox {
        margin-bottom: -84px;

    }

    .fox img {
        width: 250px !important;
        height: auto !important;
        margin-left: 30px !important;
    }

    .assessment span {
        font-size: 20px !important;
    }

    .assessment img {
        width: 100px !important;
        height: auto !important;
    }

    .voucher {
        margin-right: -350px ! important;
    }

    #joinus-step {
        /* min-height: fit-content; */
        max-height: 100%;
        height: 300px;
    }



    #joinus-step p {
        font-size: 14px !important;
    }

    .franchise-button {
        font-size: 12px !important;
    }

    .video-section p {
        font-size: 12px;
    }

    .divider-line {
        height: 53px !important;
    }
}

@media screen and (max-width: 740px) {
    #contact-us-row {
        flex-direction: column-reverse;
    }

    .company_detail {
        padding: 40px 30px 0px 30px !important;
    }
    
}

@media screen and (max-width:480px) {
    #login_bg {
        background-image: url('https://test.littlemaster.asia/Uploads/MediaFiles/b/1739254164-611.png') !important;
        /* align-items: flex-start; */
    }

    #search-section .row {
        display: flex;
        align-items: flex-start !important;
        flex-direction: column;
        margin-top: -30px;
    }

    #search-section .select2-container--default .select2-selection--single {
        width: 100%;
    }

    #search-section .row .five.columns {
        margin: 0;
        margin-bottom: 10px;
    }

    .btnSearchNow {
        padding: 10px !important;
    }

    .btnSearchNow p {
        display: none;
    }

    .btnSearchNow img {
        display: inline-block !important;
        min-width: 15px;
        width: 30px;
    }

    #contact-us-row {
        padding: 0% 5% 5% 5% !important;
    }

    .company_detail-heading {
        font-size: 18px !important;
        letter-spacing: none !important;
    }

    .company_detail-code {
        font-size: 12px !important;
    }

    #company-map {
        margin-top: 50px;
    }


    .login-content div h3 {
        font-size: 26px !important;
    }

    .login-img {
        bottom: 57% !important;
    }

    #joinus-step {
        min-width: 200px;
        width: auto;
    }

    .fox img {
        width: 182px !important;
        height: auto !important;
    }

    .fox {
        margin-bottom: -61px;
        margin-top: -64px;
        margin-left: -38px;
    }

    .assessment {
        bottom: 110px !important;
    }

    .assessment span {
        font-size: 18px !important;
    }

    .voucher {
        margin-right: -287px ! important;
        margin-bottom: -10px !important;
    }

    .apply-form {

        padding-left: 25px !important;
        padding-right: 25px !important;

    }

    @media screen and (max-width: 425px) {
        .assessment {
            bottom: 96px !important;
        }

        .assessment img {
            width: 70px !important;
            height: auto !important;
        }

        .voucher {
            margin-right: -233px ! important;
        }

    }

}

.job-description ul {
    list-style-type: disc;
    padding-left: 30px;
    flex-wrap: wrap;
    padding-top: 30px;
}

.career-form {
    margin-top: -350px;
}

/* category details section */
/* Inner container */
.twelve.columns.redeem-container {
    display: flex;
    margin-left: -1px;
    padding: 0 15px
}

/* Image container */

.image-container1,
.image-container2 {
    background-color: #fff;
    width: 100%;
    margin-bottom: 60px;
}

.image-container1 {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.image-container2 {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.lower-container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: -28px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
    height: 100%;
}

.upper-container {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    margin-top: -28px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
    height: 100%;
}

/* Images */
.upper-container img,
.lower-container img {
    width: 30.6%;
    max-width: 150px;
}

/* Divider line */
.division-line {
    border: solid 1px #727272;
    height: 61%;
    margin: 85px 8px 0 8px;
}

.division-line-franchise {
    border: solid 1px #ffffff;
    height: 61%;
    margin: 85px 8px 0 8px;
}



/* @media screen and (max-width: 1024px) {
    .twelve.columns.redeem-container {
        flex-direction: column;
        align-items: center;
    }

    .image-container1,
    .image-container2 {
        width: 82%;
        display: flex;
        justify-content: center;
        border-radius: 30px;
    }

    .upper-container,
    .lower-container {
        height: auto;
        justify-content: center;
    }

    .upper-container .division-line:last-child {
        display: none;
    }

    .division-line-franchise:last-child {
        display: none;
    }

} */
.redeem-container2 {
    display: none !important;
}

@media (max-width: 768px) {
    .redeem-container {
        display: none !important;
    }

    .redeem-container2 {
        display: block !important;
    }

    .career-form {
        margin-top: -40px;
    }
}



/* @media screen and (max-width: 480px) {

    .upper-container,
    .lower-container {
        margin-top: -17px;
    }

    .upper-container img,
    .lower-container img {
        width: 27.6%;
    }

    .division-line-franchise {
        height: 45%;
        margin: 49px 8px 0 8px;

    }

    .division-line {
        height: 45%;
        margin: 49px 8px 0 8px;
    }


} */

#joinus-step {
    /* justify-content: center; */
    font-family: 'Gotham Bold', sans-serif;
    /* margin: 20px; */
    height: 500px;
    /* width: fit-content; */
    /* height: 560px; */
    /* width: 316px; */
    display: flex;
}

@media (max-width: 1200px) {
    #joinus-step {
        height: 700px;
    }
}

@media (min-width: 1200px) {
    #joinus-step {
        height: 600px;
    }
}

@media (max-width: 980px) {
    #joinus-step {
        height: 600px;
    }
}

#joinus-step p {
    font-size: 18px;
    font-family: 'Gotham Book', sans-serif;
}

#joinus-learninglevel {
    margin-top: 20px;
    margin-bottom: 20px;
    max-height: 50%;
    height: 200px;
    width: 350px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#joinus-learninglevel img {
    padding: 20px !important;
    min-height: 50px;
    max-height: 230px;
    /* width: 60%; */
    /* height: 120px !important; */
}

.franchise-banner {
    background-image: url('https://test.littlemaster.asia/Uploads/MediaFiles/b/1754129198-788.png');
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    height: 847px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 50px;
    /* padding-bottom: 40px; */
    color: white;
    position: relative;
    /* padding-left: 140px; */
    /* padding-top: 120px; */
    gap: 20px;
    background-color: #36b9cb;

}
@media (max-width: 768px) {
    .franchise-banner {
        background-image: url('https://test.littlemaster.asia/Uploads/MediaFiles/b/1754056907-774.png');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain; /* show entire image without cropping */
        height: 60vh; /* responsive height */
        margin-top: -50px;
    }
}

.franchise-banner-second-row {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    gap: 30px;
    /* Vertically center */
    justify-content: flex-start;
    flex-wrap: wrap;
}

.franchise-banner-button {
    font-family: 'Gotham Book', sans-serif;
    margin-top: 30px;
    width: fit-content;
    padding: 20px 55px;
    text-align: center;
    background: #36b9cb;
    color: white;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1px;
    border-radius: 20px;
}

.franchise-banner-button:hover {
    background: #f6a81d;
    transition: 0.2s;
}

.franchise-banner-text h2{
    font-size: 36px;
}

.franchise-banner-img {
    width: 30%;
}

.program-banner {
    background-image: url('https://test.littlemaster.asia/Uploads/MediaFiles/b/1754275299-794.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-family: 'Gotham Book', sans-serif;
    height: 847px;
    /* min-height: 500px; */
    /* min-height: 700px; */
    /* Adjust to fit your design */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* Vertically center */
    justify-content: center;
    /* Align content to the left */
    /* padding-left: 50px; */
    /* margin-bottom: 40px; */
    /* Add space from the left */
    color: white;
    /* Ensure text is readable */
    position: relative;
    /* padding-left: 140px; */
    padding-right: 70px;
    gap: 8px;
}

.program-banner-title {
    display: flex;
    /* flex-direction: row; */
    align-items: center;
    gap: 20px;
    justify-content: flex-start;
}

.program-banner-title h1,
.program-banner-title p {
    margin: 0;
    margin-bottom: -22px;
    /* font-size: 70px; */
}

.program-banner-title h1 {
    margin-top: -20px;
    font-weight: 2000;
}

.program-banner-title h2 {
    /* margin-top: -20px; */
    font-weight: 1500;
}

.program-banner-text-container {
    max-width: 900px;
}

.program-title h1 {
    padding: 0;
}

@media (max-width: 1100px) {
    .what-do-we-provide > div > span {
        font-size: 45px !important;
    }
}
    
@media(max-width: 768px) {

    .program-banner {
        background-image: url('https://test.littlemaster.asia/Uploads/MediaFiles/b/1754280868-795.png');
        background-size: 120%;
        background-position: top;
        background-repeat: no-repeat;
        font-family: 'Gotham Book', sans-serif;
        height: 550px;
        /* Adjust to fit your design */
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        /* Vertically center */
        justify-content: center;
        /* Align content to the left */
        padding-left: 50px;
        /* Add space from the left */
        color: white;
        /* Ensure text is readable */
        position: relative;
        padding-left: 140px;
        gap: 8px;

    }

    #joinus-learninglevel {
        margin-bottom: 20px;
        max-height: 50%;
        height: 260px;
        width: 350px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    #joinus-learninglevel img {
        /* padding: 10 !important; */
        min-height: 50px;
        /* max-height: 60%; */
        /* width: 158px !important; */
        height: auto !important;
    }

    #joinus-step {
        justify-content: center;
        font-family: 'Gotham Bold', sans-serif;
        height: 500px;
        /* margin: 20px; */
        /* height: fit-content; */
        /* width: fit-content; */
    }


    .franchise-banner h1 {
        /* background-color: pink; */
        padding: 2px 4px;
        display: inline;
        font-size: 2rem;
    }

    .franchise-banner img {
        width: 200px;
    }

    /* .franchise-banner-text {
        gap: 20px;
    } */

    @media screen and (max-width: 480px) {
        .franchise-banner-text {
            width: 100%;
        }
        .franchise-banner h1 {
            font-size: 30px;
        }
        
        .franchise-banner-button span{
            font-size: 20px !important;
        }

        /* .franchise-banner {
            background-size: 200%;
        } */
         .franchise-banner {
            height: 300px;
            margin-top: -20px;
        }
    }

    @media screen and (max-width: 384px) {
        .franchise-banner-text {
            width: 100%;
            margin-top: 20px;
        }
        .franchise-banner h1 {
            font-size: 20px;
        }

        .franchise-banner-button span{
            font-size: 14px !important;
        }

        .outlettit {
            min-width: 230px;
        }
        
    }

    .franchise-banner-second-row {
        margin-top: 10px;
        display: flex;
        /* flex-direction: column; */
        align-items: center;
        gap: 10px;
        /* Vertically center */
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .franchise-banner-button {
        font-family: 'Gotham Book', sans-serif;
        margin-top: 20px;
        width: fit-content;
        padding: 14px 25px;
        text-align: center;
        background: #36b9cb;
        color: white;
        font-size: 14px;
        font-weight: 200;
        letter-spacing: 1px;
        border-radius: 20px;
    }

    /* .franchise-banner-button span {
        font-size: 14px;
        font-weight: 200;
        letter-spacing: 1px;
    } */

    .franchise-banner-button:hover {
        background: #f6a81d;
        transition: 0.2s;
    }

    .program-banner {
        background-image: url('https://test.littlemaster.asia/Uploads/MediaFiles/b/1754280868-795.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        font-family: 'Gotham Book', sans-serif;
        /* height: 900px; */
        /* width: 458px; */
        /* Adjust to fit your design */
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        /* Vertically center */
        justify-content: flex-start;
        /* Align content to the left */
        padding-left: 50px;
        /* margin-bottom: 40px; */
        /* Add space from the left */
        color: white;
        /* Ensure text is readable */
        position: relative;
        /* padding-left: 20px; */
        padding-top: 40px;
        gap: 8px;

    }

    .program-button a {
        padding: 10px 15px;
        width: 200px;
        height: 50px;
        /* width: fit-content; */
    }

    .program-banner-title {
        gap: 15px;
        /* max-width: 300px; */
    }

    .program-banner-title h1 {
        margin-top: -10px;
        /* font-weight: 2000; */
        /* font-size: 26px !important; */
    }

    .program-banner-title h1 span {
        /* margin-top: -20px; */
        /* font-weight: 2000; */
        font-size: 26px !important;
    }

    .program-banner-title p span {
        /* margin-top: -40px; */
        font-size: 26px !important;
    }

    .program-banner h2 {
        /* margin-top: -20px; */
        /* font-weight: 1500; */
        margin-top: 20px;
        font-size: 24px !important;
        flex-wrap: wrap;
        max-width: 300px;
        font-weight: bolder;
    }

    .program-banner-text-container {
        /* font-size: 18px; */
        width: 300px;
    }

    .program-banner-text-container p span {
        font-size: 14px !important;
        /* width: 300px; */
    }
}


.benefits-title {
    font-weight: bold;
}

.franchise-testimonial {
    background: #db6036;
    justify-items: center;
    position: relative;
    padding: 30px 30px 40px 30px;
    width: 100%;
    border-radius: 0 0 80px 80px;
    overflow: hidden;
    z-index: 4;
}

.franchise-button {
    font-family: 'Gotham Book', sans-serif;
    margin-top: 40px;
    width: fit-content;
    padding: 16px 35px;
    text-align: center;
    background: #4B3A9B;
    color: white;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
    border-radius: 25px;
}

.franchise-button:hover {
    background: #51419a;
    transition: 0.2s;
}

#franchise-button2 p {
    font-family: 'Gotham Book', sans-serif;
    border-radius: 50px;
    background: #fefefe;
    color: #ee5b31;
    padding: 4px 12px; /* reduced padding */
    font-weight: bold;
    letter-spacing: 0.5px;
    font-size: 24px;
}

#franchise-button2 p:hover {
    background: #f6a81d;
    color: #fefefe;
    transition: 0.2s;
}

#joinus-recruitment div {
    font-family: 'Gotham Bold', sans-serif;
    letter-spacing: 1.5px;
    color: white;
    margin-bottom: 30px;
    font-size: 45px;
    font-weight: bold;
    text-align: center;
}
@media only screen and (max-width: 768px) {
  #joinus-recruitment div {
    font-size: 24px !important;
  }
}

.franchise-testimonial p,
.franchise-button p {
    margin: 0;
    font-size: 20px;
    color: white;
    font-weight: bold;
}

.franchise-testimonial h2 {
    font-family: 'Gotham Bold', sans-serif !important;
}

.joinus-process {
    position: relative;
    width: 100%;
    background: #f2b943;
    padding: 100px;
    position: relative;
    z-index: 3;
}

.joinus-section {
    padding: 5% 3%;
    justify-items: center;
    background: #fdf8e7;
}

.joinus-section p {
    color: #566060;
    font-size: 18px;
    font-weight: bold;
}

#branch-page {
    padding: 0 !important;
}

.outlets-button {
    background-color: #fd8e18;
    transition: 0.25s;
    cursor: pointer;
}

.outlets-button:hover {
    background-color: rgba(247, 147, 34, 0.55);
}

.outlets-details-div {
    display: flex;
    justify-content: center;
    align-items: center;
    border: unset;
    border-radius: 0px;
    padding: 25px 30px;
    width: 50%;
}

.outlets-details-div:hover {
    box-shadow: unset;
}

.outlets-group-details {
    background: none;
    margin-top: 1rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: flex-start;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.msrItem>div>div {
    background: white;
    border-radius: 10px;
    /* height: inherit; */
}

.outlettit .title {
    text-align: left;
}

.outlets-group-details .msrItem>div {
    padding: 0rem 6rem 2rem;
    height: inherit;
    /* margin-top: 200px; */

}

.outlets-group-details .msrItem:first-child>div {
    padding: 5rem 6rem 2rem;
}

.outlets-group-details .msrItem:last-child>div {
    padding: 0rem 6rem 5rem;
}

.outlets-header .title {
    color: #fd8e18;
    font-size: 25px;
    overflow: unset;
    position: relative;
    text-align: left;
    line-height: 1;
    -webkit-line-clamp: unset;
}

.outlets-table tr td {
    font-size: 18px;
    color: #000;
    line-height: 1.9em;
    font-weight: 500;
}

.outlets-header {
    border-bottom: unset;
    height: unset;
}

.msrItem:not(:last-child)>div:after {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fd8e18;
    margin-top: 1.5rem;
}

.outlets-table tr td b {
    font-weight: bold;
}

.outlets-table tr td a {
    color: #007bff;
    word-wrap: anywhere;
}

/* 
iframe{
    width: 100%;
    height: 300px;
} */

.outlets-details-div img {
    width: 100%;
}

.outlets-table tr td a.outlets-contact-btn {
    color: #fff;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    transition: 0.25s;
    padding: 10px 20px 15px;
    font-size: 12px;
    display: inline-block;
    font-weight: 700;
    width: 45%;
    text-align: center;
    line-height: 1.5;
}

.outlets-contact-btn-td {
    display: flex;
}

.outlets-details-div-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.askfordetails {
    background-color: #36b9cb;
    margin-right: 1.5%;
}

.askfordetails:hover {
    background-color: rgba(54, 185, 203, 0.55);
}

.bookafreetest {
    background-color: #f79322;
    margin-left: 1.5%;
}

.bookafreetest:hover {
    background-color: rgba(247, 147, 34, 0.55);
}

@media (max-width: 990px) {
    .msrItem.clearfix {
        /* min-width: 45%; */
        width: auto;
    }

    .outlets-group-details .msrItem:first-child>div {
        padding: 4rem 4rem 2rem;
    }

    .outlets-group-details .msrItem>div {
        padding: 0rem 4rem 2rem;
    }

    .outlets-group-details .msrItem:last-child>div {
        padding: 0rem 4rem 4rem;
    }
}

@media(max-width: 768px) {

    .btnSearchNow p,
    .select2-container .select2-selection--single .select2-selection__rendered {
        font-size: 14px !important;
        margin-right: 28px;
    }

    #area {
        font-size: 14px !important;
        padding: 0 25px !important;
    }

    .select2-container--default .select2-selection--single {
        padding: 5 10px !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-width: 4px 3px 0 3px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 15px !important;
        width: 15px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 !important;
        position: unset;
    }

    #search-section {
        padding: 0 20px;
    }

    .outlets-group-details {
        justify-content: center;
    }

    .outlets-details-div {
        width: 100%;
    }

    .outlets-header .title {
        text-align: center;
        font-size: 21px;
    }

    .outlets-table tr td {
        font-size: 14px;
    }

    .outlets-table tr td a.outlets-contact-btn {
        width: 50%;
    }

    /* iframe{
        height: 250px;
    } */

    .recruitment_section {
        width: 100%;
        padding: 0 5%;
        max-width: 500px;
        position: absolute;
        top: 20%;
        font-family: 'Gotham Bold', sans-serif;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        /* right: 45%; */
    }
}

@media(max-width: 480px) {
    .msrItem.clearfix {
        min-width: 100%;
    }

    .outlets-group-details .msrItem:first-child>div {
        padding: 3rem 2rem 2rem;
    }

    .outlets-group-details .msrItem>div {
        padding: 0rem 2rem 2rem;
    }

    .outlets-group-details .msrItem:last-child>div {
        padding: 0rem 2rem 3rem;
    }

    .outlets-details-div {
        width: 100%;
    }

    .outlets-header .title {
        text-align: center;
        font-size: 21px;
    }

    .outlets-table tr td {
        font-size: 14px;
    }

    .outlets-table tr td a.outlets-contact-btn {
        width: 50%;
    }

    /* iframe{
        height: 250px;
    } */
}


.dropbtn {
    background-color: rgba(253, 142, 24, 255);
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropbtn:hover,
.dropbtn:focus {
    background-color: orange;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {
    background-color: #ddd;
}

.show {
    display: block;
}


.select2-container--default .select2-selection--single {
    background-color: transparent;
    width: inherit;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 20px;
    /* border: 0; */
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    position: unset !important;
    margin: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    /* width: 80%; */
    position: relative;
    color: gray;
    border-radius: inherit;
    letter-spacing: 1px;
    font-family: Arial;
    font-size: 18px;
    text-align: center;
    padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    border-radius: 25px;
    /* box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2); */
    background: white;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: unset;
    transform: unset;
}

.btnSearchNow,
.btnSearhcNow p {
    border-radius: 25px;
    background: #F79322;
}

.btnSearchNow:hover {
    border-radius: 15px;
    background: #4e438f;
}

.btnSearchNow img {
    display: none;
}

.location_inputs {
    margin-top: 20px 60px;
    padding: 20px;
    margin: 0;
    background: #36B9CB;
}

.outlettit {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    /* border: none; */
}

.address img {
    width: 20px;
}

#contact-us-row {
    max-width: unset;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-image: linear-gradient(to right, #dc6239, #e0643c);
    width: 100%;
    margin: 0;
}

.company_detail {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: 0;
}

#contact-us-row p,
#contact-us-row a {
    font-size: 18px;
    letter-spacing: .3px;
    font-weight: 500;
    color: white;
}

@media (max-width: 876px) {
    .company_detail-heading{
        font-size: 26px !important;
        line-height: normal;
    }

    .company_detail-p {
        font-size: 16px !important;
    }

    .media-details p {
        font-size: 16px !important;
    }

}

.media-details {
    margin-top: 10px;
    width: fit-content;
    padding: 5px 15px;
    display: flex;
    flex-direction: row;
    letter-spacing: .4px;
    justify-content: flex-start;
    align-items: center;
    background: white;
    border-radius: 50px;
}

.media-details img {
    margin-right: 2px;
    width: 20px;
}

.details-button {
    margin-top: 5%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.details-button span {
    text-align: center;
    text-wrap-mode: nowrap;
    box-shadow: 5px 5px 0 #FFF7E4;
    padding: 20px 40px;
    color: white;
    font-family: 'Roboto Black';
    font-weight: 500;
    font-size: 24px;
    border: none;
    border-radius: 20px;
}

.recruitment_section {
    width: 100%;
    padding: 0 5%;
    max-width: 600px;
    position: absolute;
    top: 10%;
    font-family: 'Gotham Bold', sans-serif;
    /* right: 45%; */
}

.recruitment-desc {
    /* max-width: 600px;
    position: absolute;
    top: 10%;
    right: 45%; */
}

.recruitment-desc h2 {
    color: #fe5320;
    font-family: 'Gotham Bold', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
}

.recruitment-desc p {
    font-size: 16px;
    letter-spacing: .5px;
    font-family: 'Gotham light', sans-serif;
    padding-right: 100px;

}

.recruitment-form {
    margin-top: 5%;
    padding-right: 20%;
}

.recruitment-form_select {
    width: 100%;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 20px;
    background-color: white;
    border-radius: 50px;
    border: 2px solid #eb9840;
}

.recruitment-form_select img {
    margin-right: 10px;
    min-width: 10px;
    max-width: 30px;
    width: auto !important;
}

.recruitment-form_select .select2-container--default .select2-selection--single,
.recruitment-form_select .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    justify-content: space-between;
    border: 0;
}

#search-section .select2-container--default .select2-selection--single {
    border: 0;
    justify-content: space-between;
}

#category-search .select2-container .select2-selection--single .select2-selection__rendered {
    width: 60% !important;
}

#search-section .select2-container .select2-selection--single .select2-selection__rendered {
    width: fit-content;
    margin-right: 10px;
    text-align: end;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .4px;
    color: white;
}

#search-section .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

#search-now {
    background: none;
}

.btnSearchNow {
    font-family: 'Gotham Bold', sans-serif !important;
}

.btnSearchNow p {
    font-family: 'Gotham Bold', sans-serif;
    font-weight: bold !important;
    margin-bottom: 0;
}

.recruitment-form .select2-container .select2-selection--single .select2-selection__rendered {
    color: black;
    font-weight: 200;
    opacity: .2;
}

.recruitment_section .btnSearchNow {
    padding: 0 90px !important;
    background: #eb5524;
    font-family: 'Gotham Book', sans-serif;
    font-weight: 100;
    border-radius: 28px;
}

.recruitment_section .btnSearchNow:hover {
    background: #febd1f;
}

.recruitment_section .btnSearchNow p {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 2px;
    margin: 0;
}

.recruitment-page {
    background-image: url('https://test.littlemaster.asia/Uploads/MediaFiles/b/1739153844-556.png');
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#login_bg {
    /* padding-right: 8%; */
    padding-left: 8%;
    background-image: url(https://test.littlemaster.asia/Uploads/MediaFiles/b/1739253601-609.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
}

.owl-item image {
    object-fit: contain;
}





.benefits-list {
    width: 100%;
    display: flex;
    justify-content: space-around;
    overflow: hidden;
}

.benefits-image {
    justify-items: center;
}

.benefits-image img {
    object-fit: contain;
}

.benefits-item {
    padding: 30px;
    min-width: 250px;
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #EB5524;
    border-radius: 25px;
}

.benefits-desc {
    color: white;
    text-align: justify;
}

.benefits-desc p {
    text-align: left;
    font-weight: bold;
}


input[type="button"] {
    text-decoration: none;
    background-color: #e5e5e5;
    color: #000;
    padding: 10px 50px !important;
    border-radius: 25px;
    border: none !important;
    box-shadow: none !important;
    text-align: center;
}

.filter-tag {
    display: none;

}

@media screen and (max-width: 768px) {
    .email-us span {
        font-size: 14px !important;
    }

    a.button-link span {
        font-size: 14px !important;
    }
}



.joinus-form {
    padding: 50px 50px 20px 50px;
    background: #eb9840;
    border-radius: 30px;
    width: 100%;
    max-width: 500px;
}

.joinus-form .form-group {
    color: white;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.joinus-form .field-Submit button {
    background-color: #eb5524;
    border-radius: 12px;
    width: 80px;
    font-family: 'Gotham Bold', sans-serif;
    color: white;
    font-weight: 500
}

.joinus-form label {
    display: none !important;
}

.joinus-form input,
.joinus-form textarea {
    background-color: #fff;
    border-radius: 20px;
}

.joinus-form input::placeholder,
.joinus-form textarea::placeholder {
    color: #6f6f6f77;
    text-align: center;
    font-family: 'Montserrat', serif;
    font-size: 14px;
}

.joinus-form .select2-container--default .select2-selection--single {
    background-color: #fff;
    border-radius: 20px;
    padding: 0;
    justify-content: center;

}


.joinus-form .select2-container .select2-selection--single .select2-selection__rendered {
    color: #6f6f6f77 !important;
    font-family: 'Montserrat', serif;
    font-size: 14px;
    text-align: center;
}


.free-trial {
    background: #eb5524;
    padding: 50px 20px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: 'Gotham Bold', sans-serif;
    font-size: 20px;
    text-align: center;
}

.free-trial:hover {
    background: #febd1f;
    transition: 0.2s;

}

.discover-btn {
    background: #36b9cb;
    padding: 10px 20px;
    border-radius: 30px;
    color: white;
    font-family: 'Gotham Book', sans-serif !important;
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
}

.discover-btn:hover {
    background: #4e438f;
    transition: 0.2s;

}

.free-trial2 {
    background: #eb5524;
    padding: 50px 20px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: 'Gotham Book', sans-serif !important;
    font-size: 20px;
    text-align: center;
}

.free-trial2:hover {
    background: #f79322;
    transition: 0.2s;

}

.three-steps2 {
    background: #029192;
    padding: 50px 20px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: 'Gotham Book', sans-serif;
    font-size: 20px;
    text-align: center;
    height: 50px;
    width: 400px;
}

.three-steps2:hover {
    background: #f79322;
    transition: 0.2s;

}

.three-steps3 {
    background: #029192;
    padding: 50px 20px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: 'Gotham Book', sans-serif;
    font-size: 20px;
    text-align: center;
    height: 50px;
    width: 400px;
}

.three-steps3:hover {
    background: #f79322;
    transition: 0.2s;

}

.three-steps3 {
    background: #029192;
    padding: 50px 20px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: 'Gotham Book', sans-serif;
    font-size: 20px;
    text-align: center;
    height: 50px;
    width: 400px;
}

.three-steps3:hover {
    background: #f79322;
    transition: 0.2s;

}

/* .read-more-btn {
    background-color: #eb5524;
}

.read-more-btn:hover {
    background-color: #029192;
    transition: 0.2s;
} */

.learning-level2 {
    background: #4E438F;
    padding: 50px 20px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: 'Gotham Book', sans-serif;
    font-size: 20px;
    text-align: center;
    margin: 26px !important;
    height: 50px;
    width: 400px;


}

.learning-level2:hover {
    background: #36B9CB;
    transition: 0.2s;

}

.testi-btn {
    background: #36b9cb;
    padding: 10px 20px;
    border-radius: 30px;
    color: white;
    font-family: 'Gotham Bold', sans-serif;
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
}

.testi-btn:hover {
    background: #f79322;
    padding: 10px 20px;
    border-radius: 30px;
    color: white;
    font-family: 'Gotham Bold', sans-serif;
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
    transition: 0.2s;
}

.recognized {
    font-family: 'Gotham light', sans-serif !important;
    font-weight: 100;
}

.recognized-p {
    font-family: 'Gotham Bold', sans-serif;
    font-size: 33px;
    color: #eb5524;

}

.what-lms {
    margin-bottom: 10px;
}

.what-lms>div>span>span {
    font-family: 'Gotham Bold', sans-serif !important;
    font-size: 32px;
    color: #fff;
    line-height: normal;
}

.what-lms2>p {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
    color: #fff;

}

.what-lms2>p>span>span {
    font-size: 20px;
    font-weight: inherit;
}

.what-lms>div>span>span {
    font-size: 45px;
}

.how-we-do-it-container img {
    width: 85%;
    margin-left: 20px;
    margin-right: 20px;
}

.why-choose {
    font-family: 'Gotham Bold', sans-serif !important;
    font-size: 33px;
    color: #fff;
}

.why-choose span {
    font-size: 24px;
}

@media screen and (max-width: 768px) {
    .why-choose span {
        font-size: 1.5rem;
    }
}
.why-choose2 {
    font-family: 'Gotham Bold', sans-serif !important;
    font-size: 33px;
    color: #fff;
}

.why-choose2 span {
    font-size: 24px;
}

@media screen and (max-width: 768px) {
    .why-choose2 span {
        font-size: 1.5rem;
    }
}

.how-title {
    font-family: 'Gotham Bold', sans-serif !important;
    font-size: 34px;
    font-weight: bold;
    color: #fff;
}

.provide {
    font-family: 'Gotham Bold', sans-serif !important;
    font-size: 34px;
    font-weight: bold;
}

.navigation_menu {
    font-family: 'Gotham thin', sans-serif !important;
    font-size: 5px;

}

.parent-testi-title {
    font-family: 'Gotham Bold', sans-serif !important;
    font-size: 33px;
}

.level-title {
    font-family: 'Gotham Bold', sans-serif !important;
    font-size: 33px;
}

.age1 {
    font-family: 'Gotham Bold', sans-serif !important;
}

.age2 {
    font-family: 'Gotham Bold', sans-serif !important;
}

.age3 {
    font-family: 'Gotham Bold', sans-serif !important;
}

.franchise-testimonial .franchise-title {
    font-family: 'Gotham Bold', sans-serif !important;

}

.gallery1 {
    font-family: 'Gotham Bold', sans-serif !important;

}

.programs-title p span strong {
    font-family: 'Gotham Bold', sans-serif !important;
    font-size: 22px;
    color: #eb5524;
}

.programs-title p span {
    font-family: 'Gotham Bold', sans-serif !important;
    font-size: 22px;
    color: #eb5524;
}

.programs-title2 p strong {
    font-family: 'Gotham Bold', sans-serif !important;
    font-size: 21px;
}

.programs-title2 p span {
    font-family: 'Gotham Bold', sans-serif !important;
}

.programs-content .left>ul>li {
    font-family: 'Gotham Bold', sans-serif !important;
}

.programs-content .right>ul>li {
    font-family: 'Gotham Bold', sans-serif !important;
}


.left-vision h2 span {
    font-family: 'Gotham Bold', sans-serif;
    font-size: 36px;
    margin-bottom: 20px;
}

.left-vision p span {
    font-family: 'Gotham book', sans-serif !important;
    font-size: 21px;
    margin-bottom: 20px;
}

@media  (max-width: 768px) {
    .left-vision{
        padding-bottom: 0 !important;
        padding-left: 0 !important;
    }

    .left-vision p {
        margin-top: 18px;
        margin-bottom: 34px;
        padding: 0px 10%;
        font-size: 15px;
    }

    .left-vision p span {
        font-size: 26px;
    }

    .milestone-header > div {
        font-size: 34px !important;
        margin-top: 40px;
        margin-bottom: 10px;
        padding: 0px 30px;
    }

    .milestone-header>h4 {
        font-size: 18px !important;
        line-height: 1.2em;
        margin-bottom: 40px;
        padding: 0px 30px;
    }
}

@media  (max-width: 480px) {
    .left-vision p {
        margin-top: 15px;
        margin-bottom: 30px;
    }

    .left-vision p span {
        font-size: 18px;
    }

    .about-title{
        font-size: 14px;
    }

    .milestone-header > div {
        font-size: 28px !important;
        margin-top: 40px;
        margin-bottom: 10px;
    }

    .milestone-header>h4 {
        line-height: 1.2em;
        margin-bottom: 40px;
    }
}

/* @media  (max-width: 420px) {
    .milestone-header > div {
        font-size: 24px !important;
        margin-top: 40px;
        margin-bottom: 10px;
    }

    .milestone-header>h4 {
        line-height: 1.2em;
        margin-bottom: 30px;
        font-size: 20px !important;
    }
} */

@media  (max-width: 364px) {
    .left-vision p {
        margin-top: 15px;
        margin-bottom: 30px;
    }

    .left-vision p span {
        font-size: 18px;
    }

    .milestone-header > div {
        font-size: 24px !important;
        margin-top: 40px;
        margin-bottom: 10px;
    }

    .milestone-header>h4 {
        line-height: 1.2em;
        margin-bottom: 30px;
        font-size: 20px !important;
    }
}

.twelve.columns iframe {
    width: 100% !important;
    border-radius: none !important;
}

/* .floating-div label {
    top: 20px !important;
} */

.assessment-btn>p {
    font-family: 'Gotham Black Regular', sans-serif !important;
    font-size: 38px;
    font-weight: bolder !important;
    line-height: 0.4em !important;
}

.assessment-btn span {
    font-weight: bolder !important;
}

.apply-now-btn:hover {
    background-color: #eb5524 !important;
    transition: 0.2s;

}

.assessment-apply-form {
    font-family: 'Gotham Book', sans-serif !important;
}

/* trial form  style*/

form#rendered-form {
    /* padding: 20px 30px; */
    border-radius: 30px;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

form#rendered-form button {
    background-color: #EB5524;
    border-radius: 30px;
    width: 250px;
    padding: 10px 50px;
    display: block;
    margin: 20px auto;
    font-size: 18px;
}

form#rendered-form button:hover {
    background-color: #36b9cb;
    transition: 0.2s;

}

/* form#rendered-form>div>label {
    display: ;
} */

form#rendered-form input,
form#rendered-form textarea,
form#rendered-form select {
    background-color: #ffffff;
    font-size: 12px;
    color: #000000;
    border-radius: 20px !important;
    margin-bottom: 10px;
    padding: 8px;
}

form#rendered-form input::placeholder,
form#rendered-form textarea::placeholder {
    color: #a2a2a2;
    font-size: 12px;
    text-align: center;
}

.alphagrid-row-content .apply-form {
    padding-left: 320px !important;
    padding-right: 320px !important;

}

.checkbox-group>div {
    color: #918f8f;
    text-align: center;
    font-size: 12px;
}


.floating-container {
    display: flex;
    flex-direction: row;
    /* Side-by-side on desktop */
    /* align-items: center; */
    /* Vertically center items */
    gap: 20px;
    /* Spacing between image and text */
    max-width: 1200px;
    /* Optional: Limit container width */
    margin: 0 auto;
    /* Center the container */
}

.pandemic-challenge {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.pandemic-challenge img {
    width: 100%;
    /* height: auto; */
    /* Maintain aspect ratio */
    flex: 1;
}

.our-story-container-right {
    display: flex;
    flex-direction: row;
    /* Side-by-side on desktop */
    align-items: center;
    /* Vertically center items */
    gap: 20px;
    /* Spacing between image and text */
    max-width: 1200px;
    /* Optional: Limit container width */
    margin: 0 auto;
    /* Center the container */
}


.our-story-container-left img {
    float: left;
    /* margin-bottom: 3px; */
    margin-right: 15px;
    max-width: 300px;
    width: 100%;
}

.desktop-program-image {
    display: block;
    width: 75% !important;
}

.mobile-program-image {
    display: none;

    /* width: 75% !important; */
}

#desktop-franchise {
    display: block;
}

#mobile-franchise {
    display: none;
}

.our-story-header h3 {
    /* margin-bottom: 0; */
    margin-bottom: -30px;
    /* margin-top: 10px; */
}

.our-story-header h2 {
    margin-top: -10px;
    font-size: 48px;
}

@media (min-width: 768px) {
    .footer-search-bar{
        text-align: left !important;
    }
    
}

@media (max-width: 768px) {

    .footer-search-bar{
        max-width: 330px !important;
        font-size: 18px !important;
        height: 45px !important;
        font-weight: 400 !important;
        border-radius: 10px !important;
    }

    .searchable {
        line-height: normal;
    }

    .program-title h1 {
        font-size: 24px;
        font-family: 'Gotham Bold', sans-serif !important;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #desktop-franchise {
        display: none !important;
    }

    #mobile-franchise {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .our-story-header h1 span {
        margin-top: -10px;
        margin-bottom: 0;
        /* font-size: 30px; */
    }

    .our-story-header  {
        /* margin-top: -10px; */
        margin-bottom: 0;
        /* font-size: 30px; */
    }
    .ourstorygotham > div > span {
        font-family: 'Gotham Bold', sans-serif !important;
    }

    .our-story-header h3 span {
        margin-bottom: 0;
        /* font-size: 20px; */
    }

    .our-story-header h2 span {
        /* margin-top: -10px; */
        /* font-size: 30px; */

        /* gap: -10px; */
    }

    .our-story-header h2 {
        margin-top: -20px;
        margin-bottom: 0;
        line-height: 0.5em;
        /* gap: 0; */

        /* font-size: 24px; */
    }

    .desktop-program-image {
        display: none;
    }

    .mobile-program-image {
        display: block;
        width: 85% !important;
    }

    .our-story-container-left {
        overflow: hidden
    }

    .our-story-container-left img {
        float: left;
        /* margin-bottom: 3px; */
        margin-right: 15px;
        max-width: 220px;
        width: 100%
    }

    .floating-container {
        display: flex;
        flex-direction: column;
        /* Side-by-side on desktop */
        /* align-items: center; */
        /* Vertically center items */
        gap: 20px;
        /* Spacing between image and text */
        /* max-width: 1200px; */
        /* Optional: Limit container width */
        margin: 0 auto;
        /* Center the container */
    }

    .pandemic-challenge {
        display: flex;
        flex-direction: column;
        /* gap: 15px; */
    }

    .pandemic-challenge img {
        width: 50%;
        /* height: auto; */
        /* Maintain aspect ratio */
        /* flex: 1; */
    }


    .our-story-container-right {
        display: flex;
        flex-direction: column;
        /* Side-by-side on desktop */
        align-items: center;
        /* Vertically center items */
        gap: 20px;
        /* Spacing between image and text */
        max-width: 1200px;
        /* Optional: Limit container width */
        margin: 0 auto;
        /* Center the container */
    }

    .our-story-container-right img {
        order: 1;
    }

    .our-story-container-right p {
        order: 2;
    }


    .three-steps2 {
        background: #029192;
        padding: 50px 20px;
        border-radius: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: white;
        font-family: 'Gotham Book', sans-serif;
        font-size: 20px;
        text-align: center;
        height: 50px;
        width: 300px;
    }

    .learning-level2 {
        background: #4E438F;
        padding: 50px 20px;
        border-radius: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: white;
        font-family: 'Gotham Book', sans-serif;
        font-size: 20px;
        text-align: center;
        height: 50px;
        width: 300px;


    }
}

/* @media (max-width: 768px) {

    .how-we-do-it2 {
        height: 363px;
        width: auto;
        min-height: 363px;
    }
}


.how-we-do-it-container img {
    height: 363px;        
   
} */

/* @media (min-width: 768px) {
    .how-we-do-it-container img {
        height: 375px;     
    }
} */
/* Add this to your CSS */
.how-we-do-it-container {
    /* height: 400px; */
    /* Adjust as needed */
    max-width: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.how-we-do-it-container img {
    max-height: 100%;
    width: auto;
}

@media (min-width:1201px) {
    .special-container {
        height: 384px;
    }

    .special {
        height: 384px;
    }
}

@media (max-width:1200px) {
    .special-container {
        height: 310px;
    }

    .special {
        height: 310px;
    }
}

@media (max-width: 979px){
    .special {
        height: 426px ;
        /* margin-top: 50px !important; */
        
    }
}

@media (max-width:978px) {
    .special-container {
        height: 423px;
    }
}

@media (max-width:876px) {
    .special-container {
        height: 48vw;
    }

    .special {
        height: 48vw;
    }
}

@media (max-width:768px) {
    .special-container {
        height: 50vw;
    }

    .special {
        height: 50vw;
    }
}

@media (max-width:479px) {
    .special-container {
        height: 98vw;
    }

    .special {
        height: 100vw;
    }
}

@media (max-width:400px) {
    .special-container {
        height: 101vw;
    }

    .special {
        height: 101vw;
    }
}


.why-choose h4 {
    margin-top: -5px;
    font-style: italic;
    font-family: sans-serif !important;
}

.cbp-hrsub-inner.normal-sub li:first-child a {
    font-size: 1.2em;
}

.msrItem.clearfix {
    height: 445px;
    /* Adjust as needed */
    width: 356px;
    margin-bottom: 10px;
    display: flex;
    /* align-items: center; */
    justify-content: center;
}


.wide-image-container {
    width: 100%;
    overflow-x: auto;
    /* Enable horizontal scrolling */
    overflow-y: hidden;
    /* Prevent vertical scroll */
    white-space: nowrap;
    /* Keep image in a single line */
    scrollbar-width: none;
    /* Hide scrollbar (Firefox) */
    -ms-overflow-style: none;
    /* Hide scrollbar (IE/Edge) */
    cursor: grab;
    /* Indicate draggable content */
    margin: 20px 0;
}

.wide-image-container {
    transform: translateZ(0);
    /* Triggers GPU layer */
    will-change: transform;
    /* Hints for optimization */
}

/* Hide scrollbar (Chrome/Safari) */
.wide-image-container::-webkit-scrollbar {
    display: none;
}

.wide-image {
    height: auto;
    max-height: 80vh;
    /* Prevent excessive height */
    display: inline-block;
    /* Needed for horizontal scroll */
    user-select: none;
    /* Prevent accidental text selection */
}

/* Desktop: Center first 1200px, allow swipe for the rest */
@media (min-width: 769px) {
    .wide-image-container {
        text-align: center;
        /* Center the visible part */
    }

    .wide-image {
        max-width: none;
        /* Allow full image width */
        width: auto;
    }
}

/* Mobile: Scale down, allow swipe to pan */
@media (max-width: 768px) {
    .wide-image {
        max-width: none;
        /* Allow full width */
        width: auto;
    }
}

.milestone-header>h4 {
    font-style: italic;
    font-family: sans-serif;
    margin-top: 10px;
    margin-bottom: 60px;
    font-size: 22px;
}

@media (max-width: 768px) {
    .wide-image {
        margin-right: 0px !important;
        align-items: center;
    }
}

.founder-story-title>div>span {
    font-size: 38px;
    margin-bottom: 10px !important;

}

.founder-desc span {
    font-family: sans-serif !important;
    font-size: 19px !important;
    text-align: center !important;

}

.login-content {
    max-width: 450px;
    width: 100%;
    background: transparent;
    box-shadow: none;
    margin-left: 11px;
    margin-right: 50px;
    /* desktop default */
}

/* Mobile view: center and handle spacing */
@media (min-width: 768px) and (max-width: 1200px) {
    .login-content {
        margin: 0 auto;
        padding: 0 16px;
    }

    .login-img {
        bottom: 55.4% !important;
    }
}

@media (min-width: 768px) {
    .login-img {
        width: 120px !important;
    }

    .login-content-header img {
        width: 65%;
    }
}

@media (max-width: 768px) {
    .login-img {
        bottom: 54.8% !important;
        width: 120px !important;
        left: 10% !important;
    }

    .login-content{
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .login-content-header img {
        width: 65%;
    }
}

.footer-title-lms > span {
    font-family: 'Gotham Bold', sans-serif !important;
}

@media (max-width: 768px) {
    .footer-lms-columns {
        flex-direction: column !important;
        align-items: center;
        gap: 30px;
    }

    .footer-lms-columns>div {
        width: 100% !important;
        margin-left: 0 !important;
        text-align: center;
    }
}

.free-trial {
    display: inline-block;
    width: 400px;
    text-align: center;
    border-radius: 15px !important;
}

/* Mobile width */
@media (max-width: 768px) {
    .free-trial {
        width: 250px;
        font-size: 18px;
        /* Optional: reduce font size */
        border-radius: 30px !important;
    }
}

.free-trial2 {
    display: inline-block;
    width: 400px;
    text-align: center;
    border-radius: 15px !important;
}

/* Mobile width */
@media (max-width: 768px) {
    .free-trial2 {
        width: 400px !important;
        font-size: 18px;
        border-radius: 30px !important;
    }
}

@media (min-width: 480px) {
    /* .special {
        height: 400px;
        max-width: 420px;
        display: flex;
        align-items: center;
        justify-content: center;
    } */
}

@media (max-width: 480px){
    .special {
        height: 418px;
        max-width: 420px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 400px){
    .special {
        height: 99vw;
        max-width: 420px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 468px) {
    .free-trial2 {
        width: 300px !important;
        font-size: 16px;
        border-radius: 30px !important;
        margin: 30px !important;
        margin-top: 0px !important;
    }

    .free-trial2 span {
        font-size: 16px !important;
    }
}

@media (max-width: 356px) {
    .free-trial2 {
        width: 250px !important;
        font-size: 14px;
        border-radius: 30px !important;
    }

    .free-trial2 span {
        font-size: 12px !important;
    }
}

@media (max-width: 768px) {
    .founder-story-title>div>span {
        font-size: 16px !important;
    }

    .founder-story-title2>div>span {
        font-size: 26px !important;
        text-align: justify !important;
    }

    .recognized span {
        font-size: 18px !important;
    }

    .recognized-p span {
        font-size: 40px !important;
    }

}

@media (max-width: 600px){
    .recognized-p span {
        font-size: 34px !important;
    }
}

@media (max-width: 480px) {
    .founder-story-title>div>span {
        font-size: 13px !important;
    }

    .founder-story-title2>div>span {
        font-size: 26px !important;
        padding: 0 15px !important;
    }

    .recognized span {
        font-size: 18px !important;
    }

    .recognized-p span {
        font-size: 28px !important;
    }
}

@media (max-width: 364px) {
    .founder-story-title>div>span {
        font-size: 10px !important;
    }

    .founder-story-title2>div>span {
        font-size: 20px !important;
        padding: 0 15px !important;
    }

    .recognized-p span {
        font-size: 24px !important;
    }
}

@media (max-width: 768px) {
    .founder-desc span {
        font-size: 16px !important;
    }
}

@media (max-width: 768px) {
    .founder-desc>p {
        text-align: justify !important;
    }
}

@media (max-width: 768px) {
    .three-steps3 {
        width: 260px !important;
        font-size: 18px;
        /* Optional: reduce font size */
        border-radius: 30px !important;
    }
}

@media (max-width: 768px) {
    .three-steps2 {
        width: 260px !important;
        font-size: 18px;
        /* Optional: reduce font size */
        border-radius: 30px !important;
    }
}

@media (max-width: 768px) {
    .learning-level2 {
        width: 260px !important;
        font-size: 18px;
        /* Optional: reduce font size */
        border-radius: 30px !important;
    }
}

@media (max-width: 768px) {
    .how_to_redeem {
        font-size: 38px !important;
        margin-bottom: 30px !important;
    }

}

/* .footer-columns {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .footer-columns {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-columns > div {
    width: 100% !important;
    max-width: 400px;
    margin: 20px 0 !important;
  }
} */

.footer-columns {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

@media (max-width: 1200px) {
    .footer-columns {
        max-width: 960px;
    }

    .footer-input-container{
        max-width: 930px !important;
    }
}

/* @media (max-width: 1000px) {
    .footer-input-container{
        margin-left: 10px;
    }
} */

/* MOBILE VIEW */
@media (max-width: 768px) {
    .footer-columns {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 30px;
    }

    .footer-columns>div {
        width: 100% !important;
        max-width: 90%;
        margin-left: 0 !important;
    }

    .footer-columns .footer-title-lms {
        text-align: center;
    }

    .footer-input-container {
        width: 100% !important;
        margin-left: 0 !important;
        justify-content: center !important;
        padding: 0 10px;
        margin: 0 auto 20px auto !important;
    }
}

@media (max-width: 768px) {
    .footer-lms {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 30px;
    }

    .footer-icon {
        flex-direction: row;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    .footer-lms2 {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-column1 {
        width: 100% !important;
    }
}

.mobile-only {
    display: none !important;
}

/* Show desktop version by default */
.desktop-only {
    display: flex !important;
}

/* On mobile screens (typically less than 768px) */
@media (max-width: 767px) {
    .mobile-only {
        display: flex !important;
        display: block;
    }

    .desktop-only {
        display: none !important;
    }
}

/* .row{
     width: 1250px !important;
} */

.thankyou {
    color: white;
}

@media (max-width: 767px) {
    .why-choose h4 {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .why-choose2 h4 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    #login_bg {
        padding-right: 0%;
        padding-left: 0%;
    }
}
.header_title_div h1{
    color: #000000 !important; 
}
.sp-image{
    margin-top: 0px !important;
    height: auto !important;
    width: 370px !important;
    border-radius: 20px !important;
}
.sp-mask.sp-grab{
    height: 490px !important;
    margin-bottom: 50px;
}
.sp-slide.sp-selected{
    height: 490px !important;

}
.img-magnifier-container {
  position: relative;
}

.img-magnifier-glass {
  position: absolute;
  border: 3px solid #000;
  border-radius: 50%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 100px;
  height: 100px;
}
/* Base styles */
.img-magnifier-container {
    width: 100%;
    max-width: 550px; /* Maximum size on large screens */
    margin: 0 auto; /* Center the container */
    border-radius: 30px;
    overflow: hidden; /* Ensures border-radius applies to image */
}

.magnifier-image {
    width: 90vw;
    max-width: 550px;
    height: calc(90vw * (600/550)); /* Maintain aspect ratio */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .img-magnifier-container {
        max-width: 450px;
        border-radius: 20px;
    }
}

@media (max-width: 576px) {
    .img-magnifier-container {
        max-width: 100%;
        border-radius: 15px;
    }
    
    .magnifier-image {
        aspect-ratio: 1/1; /* Square on small devices if preferred */
    }
}

.item-button.item-buttonaddcart {
  display: block; 
  text-align: left; 
}

@media only screen and (max-width: 768px) {
  .item-button.item-buttonaddcart {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
  }
}
.sp-quantity.sp-quantityredeem {
  display: block; 
  text-align: left; 
}

@media only screen and (max-width: 768px) {
  .sp-quantity.sp-quantityredeem {
    display: flex !important;
    justify-content: center !important;
  }
}

@media only screen and (max-width: 768px) {
  .sp-input.sp-inputredeem {
    width: 100%;
    
  }
}
@media only screen and (max-width: 768px) {
  .addtocart {
    width: 100% !important;
  }
}
/* Pure CSS Zoom Solution */
.img-magnifier-container {
  position: relative;
  overflow: hidden;
  cursor: zoom-in;
}

.img-magnifier-container:hover img {
  transform: scale(1.5);
  transform-origin: center center;
  transition: transform 0.3s ease;
}

/* Zoom icon styling */
.zoom-icon-container {
  position: absolute;
  top: 16px;
  right: 40px;
  background: #eee;
  border-radius: 50%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  z-index: 2;
  pointer-events: none; /* Allows clicks to pass through to the image */
}

.product_details {
    margin-top: 25%;
}

 @media (max-width: 768px) {
    .cards-wrapper {
      gap: 20px !important;
    }

    .cards-wrapper .cardredeem {
      width: 190px !important;
      height: 190px !important;
    }

    .cards-wrapper .cardredeem:nth-child(n+3) {
      display: none !important;
    }
  }

    .story-content {
        max-width: 1240px;
        margin: 40px auto 100px auto;
        padding: 0px 30px;
    }

  .why-choose > div > span {
    font-family: 'Gotham Bold', sans-serif !important;
    font-size: 45px;
}
.why-choose2 > div > span {
    font-family: 'Gotham Bold', sans-serif !important;
    font-size: 45px;
}
@media (max-width: 768px) {
  .why-choose > div > span {
  font-size: 22px;
  }
  .why-choose2 > div > span {
  font-size: 2.4rem;
  }

  .product_details {
    margin-top: 10px;
  }
  
}

@media (max-width: 550px) {
  .why-choose > div > span {
  font-size: 22px;
  }

  .why-choose span {
    font-size: 1.3rem;
  }
  .why-choose2 > div > span {
  font-size: 2rem;
  }

  .why-choose2 span {
    font-size: 2rem;
    line-height: 1.3;
  }

  .thankyou span {
    font-size: 14px !important;
  }
}

@media (max-width: 440px) {
  .why-choose > div > span {
  font-size: 22px;
  }

  .why-choose span {
    font-size: 1.2rem;
  }
  .why-choose2 > div > span {
  font-size: 1.8rem;
  }

  .why-choose2 span {
    font-size: 1.2rem;
  }

  .thankyou span {
    font-size: 11px !important;
  }
}

@media (max-width: 386px) {
  .why-choose > div > span {
  font-size: 18px;
  }

  .why-choose span {
    font-size: 1rem;
  }
  .why-choose2 > div > span {
  font-size: 1.5rem;
  }

  .why-choose2 span {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .footer-bottom-left .mobile-hide {
    display: none !important;
  }
}
.parentstestimonial > div > span {
    font-family: 'Gotham Bold', sans-serif !important;
    font-size: 45px;
    line-height: 1.3;
}
.gallery1 > div > span {
    font-family: 'Gotham Bold', sans-serif !important;
    font-size: 45px;
    line-height: 1.3;
}
.milestone-header > div {
    font-family: 'Gotham Bold', sans-serif !important;
    font-size: 40px;
    line-height: 1.3;
    margin-top: 40px;;
}
.missionheader > div > span {
    font-family: 'Gotham Bold', sans-serif !important;
    font-size: 44px;
    line-height: 1.5 !important;
}
.left-vision > div > span {
    font-family: 'Gotham Bold', sans-serif !important;
    font-size: 44px;
    line-height: 1.5 !important;
}
.our-story-header > div > span {
    font-family: 'Gotham Bold', sans-serif !important;
    font-size: 38px;
    line-height: 1.5 !important;
}
.our-story-header > div > div > span > span {
    font-family: 'Gotham Bold', sans-serif !important;
    font-size: 68px !important;
    line-height: 1.5 !important;
}
.program-title > div > span {
    font-family: 'Gotham Bold', sans-serif !important;
    font-size: 45px !important;
    line-height: 1.5 !important;
}
.littlemasterlearninglevel > div  {
    font-family: 'Gotham Bold', sans-serif !important;
    font-size: 45px !important;
    line-height: 1.5 !important;
}
@media (max-width: 768px) {
    .littlemasterlearninglevel > div  {
        font-size: 22px !important;
    }
}

.parent-testi-title > div > span {
    font-family: 'Gotham Bold', sans-serif !important;
    font-size: 45px !important;
    line-height: 1.5 !important;
}
@media (max-width: 768px) {
    .parent-testi-title > div > span  {
    font-size: 24px !important;
}
}
.pandemic-challenge > div > div > div > span {
    font-family: 'Gotham Bold', sans-serif !important;
    font-size: 30px !important;
    line-height: 1.5 !important;
}
@media (max-width: 768px) {
    .pandemic-challenge > div > div > div > span  {
    font-size: 20px !important;
}
}
.what-do-we-provide > div > span {
    font-family: 'Gotham Bold', sans-serif !important;
    font-size: 45px;
    line-height: 1.5 !important;
}
@media (max-width: 768px) {
    .what-do-we-provide > div > span  {
    font-size: 28px !important;
}
}
.footer-title-lms{
    font-family: 'Gotham Bold', sans-serif !important;
}

.assess-form{
    background-color: #f5f5f5 !important;
}

/* RESPONSIVE Login styles */
@media (max-width: 550px) {
    .our-story-photo img{
        /* max-width: 432px !important; */
        max-width: 100% !important;
    }

    /* .txtsize {
        height: 100px !important;
    } */
}

@media (max-width: 480px) {
    .login-content-header img {
        width: 65%;
    }

    .res-login-username,
    .res-login-password {
        border-radius: 10px !important;
        width: 270px !important;
    }

    .login-button{
        width: 270px !important;
        border-radius: 10px !important;
    }

    .login-content-header img{
        max-width: 130px !important;
    }

    .login-content {
        max-width: 370px !important;
    }

    .login-title {
        font-size: 22px !important;
    }

    .login-img {
        bottom: 57% !important;
        width: 120px !important;
    }

    /* Slideshow */
    .slide_box {
        visibility: hidden;
        width: 100%;
        height: 38vh;
    }

    .bx-wrapper {
        position: relative;
    }

    .bx-wrapper .bx-pager {
        transform: translateX(-50%);
        position: absolute;
        bottom: 20px !important; 
        top: auto !important;
        left: 50%;
        text-align: center;
        font-size: .85em;
        font-weight: 700;
        color: #b5b5b5;
        display: flex;
        gap: 5px;
        flex-direction: row;
        z-index: 10;
    }

    .slide_scrollable {
        height: 325px;
        background-position: left center !important;
        background-size: cover;
    }

    /* What is Little Master Section */
    .what-lms2>p>span>span {
        font-size: 18px;
        font-weight: inherit;
    }

    /* Why Choose */
    .why-choose h4 {
        font-size: 20px;
        margin-top: -5px;
        font-style: italic;
        font-family: sans-serif !important;
    }

    /* Parent Testimonial */
    .parentstestimonial > div > span {
        font-size: 30px;
        line-height: 1.3;
    }

    /* Gallery */
    .gallery1 > div > span {
        font-family: 'Gotham Bold', sans-serif !important;
        font-size: 30px;
        line-height: 1.3;
    }

    .story-content {
        padding: 0px;
    }

    /* The story of Little Master */
    /* .our-story-header > div > span {
        font-size: 20px !important;
    }

    .our-story-header h3 span {
        font-size: 14px !important;
    }

    .our-story-header h2 span {
        font-size: 28px !important;
    } */

    /* .pandemic-challenge > div s > div > div > span {
        font-size: 15px !important;
    } */
}

@media screen and (max-height: 769px) {
    .bx-wrapper .bx-pager {
        bottom: 38px !important;
    }
}

@media screen and (max-height: 769px) {
    .bx-wrapper .bx-pager {
        bottom: 50px !important;
    }
}

@media screen and (max-height: 700px) {
    .bx-wrapper .bx-pager {
        bottom: 75px !important;
    }
}

@media screen and (max-height: 665px) {
    .bx-wrapper .bx-pager {
        bottom: 88px;
    }
}

@media screen and (max-height: 695px) {
    .bx-wrapper .bx-pager {
        bottom: 111px;
    }
}

@media screen and (max-height: 695px) {
    .bx-wrapper .bx-pager {
        bottom: 55px !important;
    }
}

/* @media (max-height: 848px) {
    .bx-wrapper .bx-pager {
        bottom: 10px !important; 
    }
} */

@media (max-width: 364px){
    .login-content div h3 {
        font-size: 23px !important;
    }

    .login-img {
        bottom: 58% !important;
        width: 120px !important;
    }

    /* .franchise-banner {
        padding-left: 25px;
    } */
}

@media (max-width: 340px) {
    .res-login-username,
    .res-login-password {
        border-radius: 10px !important;
        width: 230px !important;
    }

    .login-button{
        width: 230px !important;
        border-radius: 10px !important;
    }

    .login-content-header img{
        max-width: 110px !important;
    }

    .login-content {
        max-width: 310px !important;
    }

    .login-content div h3 {
        font-size: 20px !important;
    }

    .login-img {
        bottom: 63.4% !important;
        width: 100px !important;
    }

    .login-title{
        font-size: 18px;
    }
}

@media (max-width: 1047px) {
    .bold-text {
        font-size: 49px !important;
    }

    .forupdate-text {
        font-size: 49px !important;
    }

    .subscription-text {
        font-size: 16px !important;
    }

    .subscription-text2 {
        font-size: 24px !important;
    }

    .subscribe-btn {
        padding: 10px 30px !important;
    }


}
/* Hide everything by default */
.desktop-banner,
.mobile-banner {
  display: none;
  width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: cover;
}

/* Show desktop image only on screens wider than 768px */
@media screen and (min-width: 768px) {
  .desktop-banner {
    display: block;
    max-width: 100%;
    max-height: 600px;
  }
}

/* Show mobile image only on screens smaller than 768px */
@media screen and (max-width: 767px) {
  .mobile-banner {
    display: block;
    display: block;
    max-width: 100%;
    max-height: 800px;
  }
}
.desktop-break {
  display: none;
}

@media (min-width: 992px) {
  .desktop-break {
    display: inline-block;
    width: 100%;
    height: 0;
  }
}

.why-choose2 > div:first-child {
  font-family: 'Gotham Bold', sans-serif !important;
  color: #ffffff;
  font-size: 45px;
  line-height: 1.2;
  padding-top: 15px;
}

.mobile-subtitle2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
  color: #ffffff;
  font-size: 33px !important;
  line-height: 1.2;
  letter-spacing: 1.1px;
}
@media (max-width: 768px) {
  .mobile-subtitle2 {
    font-size: 18px !important;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
  }

  .why-choose2 > div:first-child {
    font-size: 28px;
    line-height: 1.2;
    padding-top: 15px;
    }

}
.littlemaster-desktop-img {
  display: block;
}
.littlemaster-mobile-img {
  display: none;
}

/* On mobile screens */
@media (max-width: 768px) {
  .littlemaster-desktop-img {
    display: none;
  }
  .littlemaster-mobile-img {
    display: block;
  }
}

.littlemaster-desktop-img-program {
  display: block;
}
.littlemaster-mobile-img-program {
  display: none;
}

/* On mobile screens */
@media (max-width: 768px) {
  .littlemaster-desktop-img-program {
    display: none;
  }
  .littlemaster-mobile-img-program {
    display: block;
  }
}
.franchise-heading {
  text-align: center;
  font-size: 45px;
  font-weight: bold;
  margin-top: 18px;
}

@media (max-width: 768px) {
  .franchise-heading {
    font-size: 22px;
  }
}

