.main-header button {background:none;border:none;}
audio,canvas,progress,video  {
    display: inline-block;
    vertical-align: baseline
}
audio:not([controls])  {
    display: none;
    height: 0
}
[hidden],template  {
    display: none
}
mark  {
    color: #000;
    background: #ff0
}
small  {
    font-size: 80%
}
sub,sup  {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}
sup  {
    top: -.5em
}
sub  {
    bottom: -.25em
}
figure  {
    margin: 1em 40px
}
hr  {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}
pre  {
    overflow: auto
}
code,kbd,pre,samp  {
    font-family: monospace,monospace;
    font-size: 1em
}
button[disabled],html input[disabled]  {
    cursor: default
}
button::-moz-focus-inner,input::-moz-focus-inner  {
    padding: 0;
    border: 0
}
input[type=checkbox],input[type=radio]  {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button  {
    height: auto
}
input[type=search]  {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration  {
    -webkit-appearance: none
}
fieldset  {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}
legend  {
    padding: 0;
    border: 0
}
textarea  {
    overflow: auto
}
optgroup  {
    font-weight: 700
}
a:focus,a:hover  {
    color: #23527c;
    text-decoration: underline
}
a:focus  {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
figure  {
    margin: 0
}
.img-rounded  {
    border-radius: 6px
}
.img-thumbnail  {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
.img-circle  {
    border-radius: 50%
}
hr  {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}
.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
}
[role=button]  {
    cursor: pointer
}
.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small  {
    font-weight: 400;
    line-height: 1;
    color: #777
}
.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small  {
    font-size: 65%
}
.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small  {
    font-size: 75%
}
.lead  {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}
@media (min-width: 768px)  {
    .lead  {
        font-size:21px
    }
}
.small,small  {
    font-size: 85%
}
.mark,mark  {
    padding: .2em;
    background-color: #fcf8e3
}
.text-justify  {
    text-align: justify
}
.text-nowrap  {
    white-space: nowrap
}
.text-lowercase  {
    text-transform: lowercase
}
.text-uppercase  {
    text-transform: uppercase
}
.text-capitalize  {
    text-transform: capitalize
}
.text-muted  {
    color: #777
}
.text-primary  {
    color: #337ab7
}
a.text-primary:focus,a.text-primary:hover  {
    color: #286090
}
.text-success  {
    color: #3c763d
}
a.text-success:focus,a.text-success:hover  {
    color: #2b542c
}
.text-info  {
    color: #31708f
}
a.text-info:focus,a.text-info:hover  {
    color: #245269
}
.text-warning  {
    color: #8a6d3b
}
a.text-warning:focus,a.text-warning:hover  {
    color: #66512c
}
.text-danger  {
    color: #a94442
}
a.text-danger:focus,a.text-danger:hover  {
    color: #843534
}
.bg-primary  {
    color: #fff;
    background-color: #337ab7
}
a.bg-primary:focus,a.bg-primary:hover  {
    background-color: #286090
}
.bg-success  {
    background-color: #dff0d8
}
a.bg-success:focus,a.bg-success:hover  {
    background-color: #c1e2b3
}
.bg-info  {
    background-color: #d9edf7
}
a.bg-info:focus,a.bg-info:hover  {
    background-color: #afd9ee
}
.bg-warning  {
    background-color: #fcf8e3
}
a.bg-warning:focus,a.bg-warning:hover  {
    background-color: #f7ecb5
}
.bg-danger  {
    background-color: #f2dede
}
a.bg-danger:focus,a.bg-danger:hover  {
    background-color: #e4b9b9
}
.page-header  {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}
.list-unstyled  {
    padding-left: 0;
    list-style: none
}
.list-inline  {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}
.list-inline>li  {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}
dl  {
    margin-top: 0;
    margin-bottom: 20px
}
dd,dt  {
    line-height: 1.42857143
}
dt  {
    font-weight: 700
}
dd  {
    margin-left: 0
}
@media (min-width: 768px)  {
    .dl-horizontal dt  {
        float:left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd  {
        margin-left: 180px
    }
}
abbr[data-original-title],abbr[title]  {
    cursor: help;
    border-bottom: 1px dotted #777
}
.initialism  {
    font-size: 90%;
    text-transform: uppercase
}
blockquote  {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}
blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child  {
    margin-bottom: 0
}
blockquote .small,blockquote footer,blockquote small  {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}
blockquote .small:before,blockquote footer:before,blockquote small:before  {
    content: '\2014 \00A0'
}
.blockquote-reverse,blockquote.pull-right  {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0
}
.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before  {
    content: ''
}
.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after  {
    content: '\00A0 \2014'
}
address  {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}
code,kbd,pre,samp  {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace
}
code  {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}
kbd  {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25)
}
kbd kbd  {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none
}
pre  {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}
pre code  {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}
.pre-scrollable  {
    max-height: 340px;
    overflow-y: scroll
}
.col-xs-11  {
    width: 91.66666667%
}
.col-xs-10  {
    width: 83.33333333%
}
.col-xs-9  {
    width: 75%
}
.col-xs-8  {
    width: 66.66666667%
}
.col-xs-7  {
    width: 58.33333333%
}
.col-xs-5  {
    width: 41.66666667%
}
.col-xs-4  {
    width: 33.33333333%
}
.col-xs-3  {
    width: 25%
}
.col-xs-2  {
    width: 16.66666667%
}
.col-xs-1  {
    width: 8.33333333%
}
.col-xs-pull-12  {
    right: 100%
}
.col-xs-pull-11  {
    right: 91.66666667%
}
.col-xs-pull-10  {
    right: 83.33333333%
}
.col-xs-pull-9  {
    right: 75%
}
.col-xs-pull-8  {
    right: 66.66666667%
}
.col-xs-pull-7  {
    right: 58.33333333%
}
.col-xs-pull-6  {
    right: 50%
}
.col-xs-pull-5  {
    right: 41.66666667%
}
.col-xs-pull-4  {
    right: 33.33333333%
}
.col-xs-pull-3  {
    right: 25%
}
.col-xs-pull-2  {
    right: 16.66666667%
}
.col-xs-pull-1  {
    right: 8.33333333%
}
.col-xs-pull-0  {
    right: auto
}
.col-xs-push-12  {
    left: 100%
}
.col-xs-push-11  {
    left: 91.66666667%
}
.col-xs-push-10  {
    left: 83.33333333%
}
.col-xs-push-9  {
    left: 75%
}
.col-xs-push-8  {
    left: 66.66666667%
}
.col-xs-push-7  {
    left: 58.33333333%
}
.col-xs-push-6  {
    left: 50%
}
.col-xs-push-5  {
    left: 41.66666667%
}
.col-xs-push-4  {
    left: 33.33333333%
}
.col-xs-push-3  {
    left: 25%
}
.col-xs-push-2  {
    left: 16.66666667%
}
.col-xs-push-1  {
    left: 8.33333333%
}
.col-xs-push-0  {
    left: auto
}
.col-xs-offset-12  {
    margin-left: 100%
}
.col-xs-offset-11  {
    margin-left: 91.66666667%
}
.col-xs-offset-10  {
    margin-left: 83.33333333%
}
.col-xs-offset-9  {
    margin-left: 75%
}
.col-xs-offset-8  {
    margin-left: 66.66666667%
}
.col-xs-offset-7  {
    margin-left: 58.33333333%
}
.col-xs-offset-6  {
    margin-left: 50%
}
.col-xs-offset-5  {
    margin-left: 41.66666667%
}
.col-xs-offset-4  {
    margin-left: 33.33333333%
}
.col-xs-offset-3  {
    margin-left: 25%
}
.col-xs-offset-2  {
    margin-left: 16.66666667%
}
.col-xs-offset-1  {
    margin-left: 8.33333333%
}
.col-xs-offset-0  {
    margin-left: 0
}
caption  {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}
th  {
    text-align: left
}
.table  {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}
.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th  {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}
.table>thead>tr>th  {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}
.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th  {
    border-top: 0
}
.table>tbody+tbody  {
    border-top: 2px solid #ddd
}
.table .table  {
    background-color: #fff
}
.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th  {
    padding: 5px
}
.table-bordered  {
    border: 1px solid #ddd
}
.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th  {
    border: 1px solid #ddd
}
.table-bordered>thead>tr>td,.table-bordered>thead>tr>th  {
    border-bottom-width: 2px
}
.table-striped>tbody>tr:nth-of-type(odd)  {
    background-color: #f9f9f9
}
.table-hover>tbody>tr:hover  {
    background-color: #f5f5f5
}
table col[class*=col-]  {
    position: static;
    display: table-column;
    float: none
}
table td[class*=col-],table th[class*=col-]  {
    position: static;
    display: table-cell;
    float: none
}
.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active  {
    background-color: #f5f5f5
}
.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover  {
    background-color: #e8e8e8
}
.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success  {
    background-color: #dff0d8
}
.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover  {
    background-color: #d0e9c6
}
.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info  {
    background-color: #d9edf7
}
.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover  {
    background-color: #c4e3f3
}
.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning  {
    background-color: #fcf8e3
}
.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover  {
    background-color: #faf2cc
}
.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger  {
    background-color: #f2dede
}
.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover  {
    background-color: #ebcccc
}
.table-responsive  {
    min-height: .01%;
    overflow-x: auto
}
@media screen and (max-width: 767px)  {
    .table-responsive  {
        width:100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive>.table  {
        margin-bottom: 0
    }
    .table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th  {
        white-space: nowrap
    }
    .table-responsive>.table-bordered  {
        border: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child  {
        border-left: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child  {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th  {
        border-bottom: 0
    }
    .wrap-collection-body {
        margin: 0 10px;
    }
    .filter-here {
      margin-left:-10px;
      margin-right:-10px;
    }
}
fieldset  {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}
legend  {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}
label  {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}
input[type=search]  {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
input[type=checkbox],input[type=radio]  {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}
input[type=file]  {
    display: block
}
input[type=range]  {
    display: block;
    width: 100%
}
select[multiple],select[size]  {
    height: auto
}
input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus  {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
output  {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}
.form-control  {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}
.form-control:focus  {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}
.form-control::-moz-placeholder  {
    color: #999;
    opacity: 1
}
.form-control:-ms-input-placeholder  {
    color: #999
}
.form-control::-webkit-input-placeholder  {
    color: #999
}
.form-control::-ms-expand  {
    background-color: transparent;
    border: 0
}
.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control  {
    background-color: #eee;
    opacity: 1
}
.form-control[disabled],fieldset[disabled] .form-control  {
    cursor: not-allowed
}
textarea.form-control  {
    height: auto
}
input[type=search]  {
    -webkit-appearance: none
}
@media screen and (-webkit-min-device-pixel-ratio: 0)  {
    input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control  {
        line-height:34px
    }
    .input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm  {
        line-height: 30px
    }
    .input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg  {
        line-height: 46px
    }
}
.form-group  {
    margin-bottom: 15px
}
.checkbox,.radio  {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}
.checkbox label,.radio label  {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}
.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]  {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px
}
.checkbox+.checkbox,.radio+.radio  {
    margin-top: -5px
}
.checkbox-inline,.radio-inline  {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}
.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline  {
    margin-top: 0;
    margin-left: 10px
}
fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]  {
    cursor: not-allowed
}
.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline  {
    cursor: not-allowed
}
.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label  {
    cursor: not-allowed
}
.form-control-static  {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}
.form-control-static.input-lg,.form-control-static.input-sm  {
    padding-right: 0;
    padding-left: 0
}
.input-sm  {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
select.input-sm  {
    height: 30px;
    line-height: 30px
}
select[multiple].input-sm,textarea.input-sm  {
    height: auto
}
.form-group-sm .form-control  {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
.form-group-sm select.form-control  {
    height: 30px;
    line-height: 30px
}
.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control  {
    height: auto
}
.form-group-sm .form-control-static  {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}
.input-lg  {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}
select.input-lg  {
    height: 46px;
    line-height: 46px
}
select[multiple].input-lg,textarea.input-lg  {
    height: auto
}
.form-group-lg .form-control  {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}
.form-group-lg select.form-control  {
    height: 46px;
    line-height: 46px
}
.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control  {
    height: auto
}
.form-group-lg .form-control-static  {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}
.has-feedback  {
    position: relative
}
.has-feedback .form-control  {
    padding-right: 42.5px
}
.form-control-feedback  {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}
.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback  {
    width: 46px;
    height: 46px;
    line-height: 46px
}
.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback  {
    width: 30px;
    height: 30px;
    line-height: 30px
}
.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label  {
    color: #3c763d
}
.has-success .form-control  {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}
.has-success .form-control:focus  {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168
}
.has-success .input-group-addon  {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}
.has-success .form-control-feedback  {
    color: #3c763d
}
.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label  {
    color: #8a6d3b
}
.has-warning .form-control  {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}
.has-warning .form-control:focus  {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b
}
.has-warning .input-group-addon  {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}
.has-warning .form-control-feedback  {
    color: #8a6d3b
}
.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label  {
    color: #a94442
}
.has-error .form-control  {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}
.has-error .form-control:focus  {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
}
.has-error .input-group-addon  {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}
.has-error .form-control-feedback  {
    color: #a94442
}
.has-feedback label~.form-control-feedback  {
    top: 25px
}
.has-feedback label.sr-only~.form-control-feedback  {
    top: 0
}
.help-block  {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}
@media (min-width: 768px)  {
    .form-inline .form-group  {
        display:inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control  {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static  {
        display: inline-block
    }
    .form-inline .input-group  {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn  {
        width: auto
    }
    .form-inline .input-group>.form-control  {
        width: 100%
    }
    .form-inline .control-label  {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox,.form-inline .radio  {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox label,.form-inline .radio label  {
        padding-left: 0
    }
    .form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]  {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback  {
        top: 0
    }
}
.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline  {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}
.form-horizontal .checkbox,.form-horizontal .radio  {
    min-height: 27px
}
.form-horizontal .form-group  {
    margin-right: -15px;
    margin-left: -15px
}
@media (min-width: 768px)  {
    .form-horizontal .control-label  {
        padding-top:7px;
        margin-bottom: 0;
        text-align: right
    }
}
.form-horizontal .has-feedback .form-control-feedback  {
    right: 15px
}
@media (min-width: 768px)  {
    .form-horizontal .form-group-lg .control-label  {
        padding-top:11px;
        font-size: 18px
    }
}
@media (min-width: 768px)  {
    .form-horizontal .form-group-sm .control-label  {
        padding-top:6px;
        font-size: 12px
    }
}
.btn  {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}
.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus  {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
.btn.focus,.btn:focus,.btn:hover  {
    color: #333;
    text-decoration: none
}
.btn.active,.btn:active  {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}
.btn.disabled,.btn[disabled],fieldset[disabled] .btn  {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}
a.btn.disabled,fieldset[disabled] a.btn  {
    pointer-events: none
}
.btn-default  {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}
.btn-default.focus,.btn-default:focus  {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}
.btn-default:hover  {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}
.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default  {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}
.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover  {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}
.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default  {
    background-image: none
}
.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover  {
    background-color: #fff;
    border-color: #ccc
}
.btn-default .badge  {
    color: #fff;
    background-color: #333
}
.btn-primary  {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}
.btn-primary.focus,.btn-primary:focus  {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}
.btn-primary:hover  {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}
.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary  {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}
.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover  {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}
.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary  {
    background-image: none
}
.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover  {
    background-color: #337ab7;
    border-color: #2e6da4
}
.btn-primary .badge  {
    color: #337ab7;
    background-color: #fff
}
.btn-success  {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}
.btn-success.focus,.btn-success:focus  {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}
.btn-success:hover  {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}
.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success  {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}
.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover  {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}
.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success  {
    background-image: none
}
.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover  {
    background-color: #5cb85c;
    border-color: #4cae4c
}
.btn-success .badge  {
    color: #5cb85c;
    background-color: #fff
}
.btn-info  {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}
.btn-info.focus,.btn-info:focus  {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}
.btn-info:hover  {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}
.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info  {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}
.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover  {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}
.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info  {
    background-image: none
}
.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover  {
    background-color: #5bc0de;
    border-color: #46b8da
}
.btn-info .badge  {
    color: #5bc0de;
    background-color: #fff
}
.btn-warning  {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}
.btn-warning.focus,.btn-warning:focus  {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}
.btn-warning:hover  {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}
.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning  {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}
.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover  {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}
.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning  {
    background-image: none
}
.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover  {
    background-color: #f0ad4e;
    border-color: #eea236
}
.btn-warning .badge  {
    color: #f0ad4e;
    background-color: #fff
}
.btn-danger  {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}
.btn-danger.focus,.btn-danger:focus  {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}
.btn-danger:hover  {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}
.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger  {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}
.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover  {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}
.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger  {
    background-image: none
}
.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover  {
    background-color: #d9534f;
    border-color: #d43f3a
}
.btn-danger .badge  {
    color: #d9534f;
    background-color: #fff
}
.btn-link  {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0
}
.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link  {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover  {
    border-color: transparent
}
.btn-link:focus,.btn-link:hover  {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}
.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover  {
    color: #777;
    text-decoration: none
}
.btn-group-lg>.btn,.btn-lg  {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}
.btn-group-sm>.btn,.btn-sm  {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
.btn-group-xs>.btn,.btn-xs  {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
.btn-block  {
    display: block;
    width: 100%
}
.btn-block+.btn-block  {
    margin-top: 5px
}
input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block  {
    width: 100%
}
.fade  {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}
.fade.in  {
    opacity: 1
}

.collapse.in  {
    display: block
}
tr.collapse.in  {
    display: table-row
}
tbody.collapse.in  {
    display: table-row-group
}
.collapsing  {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height,visibility;
    -o-transition-property: height,visibility;
    transition-property: height,visibility
}
.caret  {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}
.dropdown,.dropup  {
    position: relative
}
.dropdown-toggle:focus  {
    outline: 0
}
.dropdown-menu  {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175)
}
.dropdown-menu.pull-right  {
    right: 0;
    left: auto
}
.dropdown-menu .divider  {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}
.dropdown-menu>li>a  {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}
.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover  {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}
.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover  {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0
}
.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover  {
    color: #777
}
.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover  {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.open>.dropdown-menu  {
    display: block
}
.open>a  {
    outline: 0
}
.dropdown-menu-right  {
    right: 0;
    left: auto
}
.dropdown-menu-left  {
    right: auto;
    left: 0
}
.dropdown-header  {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}
.dropdown-backdrop  {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}
.pull-right>.dropdown-menu  {
    right: 0;
    left: auto
}
.dropup .caret,.navbar-fixed-bottom .dropdown .caret  {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9
}
.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu  {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}
@media (min-width: 768px)  {
    .navbar-right .dropdown-menu  {
        right:0;
        left: auto
    }
    .navbar-right .dropdown-menu-left  {
        right: auto;
        left: 0
    }
}
.btn-group,.btn-group-vertical  {
    position: relative;
    display: inline-block;
    vertical-align: middle
}
.btn-group-vertical>.btn,.btn-group>.btn  {
    position: relative;
    float: left
}
.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover  {
    z-index: 2
}
.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group  {
    margin-left: -1px
}
.btn-toolbar  {
    margin-left: -5px
}
.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group  {
    float: left
}
.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group  {
    margin-left: 5px
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle)  {
    border-radius: 0
}
.btn-group>.btn:first-child  {
    margin-left: 0
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle)  {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}
.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child)  {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}
.btn-group>.btn-group  {
    float: left
}
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn  {
    border-radius: 0
}
.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle  {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}
.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child  {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}
.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle  {
    outline: 0
}
.btn-group>.btn+.dropdown-toggle  {
    padding-right: 8px;
    padding-left: 8px
}
.btn-group>.btn-lg+.dropdown-toggle  {
    padding-right: 12px;
    padding-left: 12px
}
.btn-group.open .dropdown-toggle  {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}
.btn-group.open .dropdown-toggle.btn-link  {
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn .caret  {
    margin-left: 0
}
.btn-lg .caret  {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}
.dropup .btn-lg .caret  {
    border-width: 0 5px 5px
}
.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn  {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}
.btn-group-vertical>.btn-group>.btn  {
    float: none
}
.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group  {
    margin-top: -1px;
    margin-left: 0
}
.btn-group-vertical>.btn:not(:first-child):not(:last-child)  {
    border-radius: 0
}
.btn-group-vertical>.btn:first-child:not(:last-child)  {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.btn-group-vertical>.btn:last-child:not(:first-child)  {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn  {
    border-radius: 0
}
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle  {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child  {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.btn-group-justified  {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}
.btn-group-justified>.btn,.btn-group-justified>.btn-group  {
    display: table-cell;
    float: none;
    width: 1%
}
.btn-group-justified>.btn-group .btn  {
    width: 100%
}
.btn-group-justified>.btn-group .dropdown-menu  {
    left: auto
}
[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]  {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

.input-group[class*=col-]  {
    float: none;
    padding-right: 0;
    padding-left: 0
}
.input-group .form-control  {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}
.input-group .form-control:focus  {
    z-index: 3
}
.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn  {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}
select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn  {
    height: 46px;
    line-height: 46px
}
select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn  {
    height: auto
}
.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn  {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn  {
    height: 30px;
    line-height: 30px
}
select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn  {
    height: auto
}
.input-group .form-control,.input-group-addon,.input-group-btn  {
    display: table-cell
}
.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child)  {
    border-radius: 0
}
.input-group-addon,.input-group-btn  {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}
.input-group-addon  {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}
.input-group-addon.input-sm  {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}
.input-group-addon.input-lg  {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}
.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]  {
    margin-top: 0
}
.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle)  {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}
.input-group-addon:first-child  {
    border-right: 0
}
.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle  {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}
.input-group-addon:last-child  {
    border-left: 0
}
.input-group-btn  {
    position: relative;
    font-size: 0;
    white-space: nowrap
}
.input-group-btn>.btn  {
    position: relative
}
.input-group-btn>.btn+.btn  {
    margin-left: -1px
}
.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover  {
    z-index: 2
}
.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group  {
    margin-right: -1px
}
.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group  {
    z-index: 2;
    margin-left: -1px
}
.nav  {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}
.nav>li  {
    position: relative;
    display: block
}
.nav>li>a  {
    position: relative;
    display: block;
    padding: 10px 15px
}
.nav>li>a:focus,.nav>li>a:hover  {
    text-decoration: none;
    background-color: #eee
}
.nav>li.disabled>a  {
    color: #777
}
.nav>li.disabled>a:focus,.nav>li.disabled>a:hover  {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}
.nav .open>a,.nav .open>a:focus,.nav .open>a:hover  {
    background-color: #eee;
    border-color: #337ab7
}
.nav .nav-divider  {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}
.nav>li>a>img  {
    max-width: none
}
.nav-tabs  {
    border-bottom: 1px solid #ddd
}
.nav-tabs>li  {
    float: left;
    margin-bottom: -1px
}
.nav-tabs>li>a  {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}
.nav-tabs>li>a:hover  {
    border-color: #eee #eee #ddd
}
.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover  {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}
.nav-tabs.nav-justified  {
    width: 100%;
    border-bottom: 0
}
.nav-tabs.nav-justified>li  {
    float: none
}
.nav-tabs.nav-justified>li>a  {
    margin-bottom: 5px;
    text-align: center
}
.nav-tabs.nav-justified>.dropdown .dropdown-menu  {
    top: auto;
    left: auto
}
@media (min-width: 768px)  {
    .nav-tabs.nav-justified>li  {
        display:table-cell;
        width: 1%
    }
    .nav-tabs.nav-justified>li>a  {
        margin-bottom: 0
    }
}
.nav-tabs.nav-justified>li>a  {
    margin-right: 0;
    border-radius: 4px
}
.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover  {
    border: 1px solid #ddd
}
@media (min-width: 768px)  {
    .nav-tabs.nav-justified>li>a  {
        border-bottom:1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover  {
        border-bottom-color: #fff
    }
}
.nav-pills>li  {
    float: left
}
.nav-pills>li>a  {
    border-radius: 4px
}
.nav-pills>li+li  {
    margin-left: 2px
}
.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover  {
    color: #fff;
    background-color: #337ab7
}
.nav-stacked>li  {
    float: none
}
.nav-stacked>li+li  {
    margin-top: 2px;
    margin-left: 0
}
.nav-justified  {
    width: 100%
}
.nav-justified>li  {
    float: none
}
.nav-justified>li>a  {
    margin-bottom: 5px;
    text-align: center
}
.nav-justified>.dropdown .dropdown-menu  {
    top: auto;
    left: auto
}
@media (min-width: 768px)  {
    .nav-justified>li  {
        display:table-cell;
        width: 1%
    }
    .nav-justified>li>a  {
        margin-bottom: 0
    }
}
.nav-tabs-justified  {
    border-bottom: 0
}
.nav-tabs-justified>li>a  {
    margin-right: 0;
    border-radius: 4px
}
.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover  {
    border: 1px solid #ddd
}
@media (min-width: 768px)  {
    .nav-tabs-justified>li>a  {
        border-bottom:1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover  {
        border-bottom-color: #fff
    }
}
.tab-content>.tab-pane  {
    display: none
}
.tab-content>.active  {
    display: block
}
.nav-tabs .dropdown-menu  {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.navbar  {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}
@media (min-width: 768px)  {
    .navbar  {
        border-radius:4px
    }
}
@media (min-width: 768px)  {
    .navbar-header  {
        float:left
    }
}
.navbar-collapse  {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1)
}
.navbar-collapse.in  {
    overflow-y: auto
}
@media (min-width: 768px)  {
    .navbar-collapse  {
        width:auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-collapse.collapse  {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important
    }
    .navbar-collapse.in  {
        overflow-y: visible
    }
    .navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse  {
        padding-right: 0;
        padding-left: 0
    }
}
.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse  {
    max-height: 340px
}
@media (max-device-width: 480px) and (orientation:landscape)  {
    .navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse  {
        max-height:200px
    }
}
.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header  {
    margin-right: -15px;
    margin-left: -15px
}
@media (min-width: 768px)  {
    .container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header  {
        margin-right:0;
        margin-left: 0
    }
}
.navbar-static-top  {
    z-index: 1000;
    border-width: 0 0 1px
}
@media (min-width: 768px)  {
    .navbar-static-top  {
        border-radius:0
    }
}
.navbar-fixed-bottom,.navbar-fixed-top  {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}
@media (min-width: 768px)  {
    .navbar-fixed-bottom,.navbar-fixed-top  {
        border-radius:0
    }
}
.navbar-fixed-top  {
    top: 0;
    border-width: 0 0 1px
}
.navbar-fixed-bottom  {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}
.navbar-brand  {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}
.navbar-brand:focus,.navbar-brand:hover  {
    text-decoration: none
}
.navbar-brand>img  {
    display: block
}
@media (min-width: 768px)  {
    .navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand  {
        margin-left:-15px
    }
}
.navbar-toggle  {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}
.navbar-toggle:focus  {
    outline: 0
}
.navbar-toggle .icon-bar  {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}
.navbar-toggle .icon-bar+.icon-bar  {
    margin-top: 4px
}
@media (min-width: 768px)  {
    .navbar-toggle  {
        display:none
    }
}
.navbar-nav  {
    margin: 7.5px -15px
}
.navbar-nav>li>a  {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}
@media (max-width: 767px)  {
    .navbar-nav .open .dropdown-menu  {
        position:static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a  {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a  {
        line-height: 20px
    }
    .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover  {
        background-image: none
    }
}
@media (min-width: 768px)  {
    .navbar-nav  {
        float:left;
        margin: 0
    }
    .navbar-nav>li  {
        float: left
    }
    .navbar-nav>li>a  {
        padding-top: 15px;
        padding-bottom: 15px
    }
}
.navbar-form  {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)
}
@media (min-width: 768px)  {
    .navbar-form .form-group  {
        display:inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .form-control  {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .navbar-form .form-control-static  {
        display: inline-block
    }
    .navbar-form .input-group  {
        display: inline-table;
        vertical-align: middle
    }
    .navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn  {
        width: auto
    }
    .navbar-form .input-group>.form-control  {
        width: 100%
    }
    .navbar-form .control-label  {
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .checkbox,.navbar-form .radio  {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .checkbox label,.navbar-form .radio label  {
        padding-left: 0
    }
    .navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]  {
        position: relative;
        margin-left: 0
    }
    .navbar-form .has-feedback .form-control-feedback  {
        top: 0
    }
}
@media (max-width: 767px)  {
    .navbar-form .form-group  {
        margin-bottom:5px
    }
    .navbar-form .form-group:last-child  {
        margin-bottom: 0
    }
}
@media (min-width: 768px)  {
    .navbar-form  {
        width:auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}
.navbar-nav>li>.dropdown-menu  {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu  {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.navbar-btn  {
    margin-top: 8px;
    margin-bottom: 8px
}
.navbar-btn.btn-sm  {
    margin-top: 10px;
    margin-bottom: 10px
}
.navbar-btn.btn-xs  {
    margin-top: 14px;
    margin-bottom: 14px
}
.navbar-text  {
    margin-top: 15px;
    margin-bottom: 15px
}
@media (min-width: 768px)  {
    .navbar-text  {
        float:left;
        margin-right: 15px;
        margin-left: 15px
    }
}
@media (min-width: 768px)  {
    .navbar-left  {
        float:left!important
    }
    .navbar-right  {
        float: right!important;
        margin-right: -15px
    }
    .navbar-right~.navbar-right  {
        margin-right: 0
    }
}
.navbar-default  {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}
.navbar-default .navbar-brand  {
    color: #777
}
.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover  {
    color: #5e5e5e;
    background-color: transparent
}
.navbar-default .navbar-text  {
    color: #777
}
.navbar-default .navbar-nav>li>a  {
    color: #777
}
.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover  {
    color: #333;
    background-color: transparent
}
.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover  {
    color: #555;
    background-color: #e7e7e7
}
.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover  {
    color: #ccc;
    background-color: transparent
}
.navbar-default .navbar-toggle  {
    border-color: #ddd
}
.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover  {
    background-color: #ddd
}
.navbar-default .navbar-toggle .icon-bar  {
    background-color: #888
}
.navbar-default .navbar-collapse,.navbar-default .navbar-form  {
    border-color: #e7e7e7
}
.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover  {
    color: #555;
    background-color: #e7e7e7
}
@media (max-width: 767px)  {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a  {
        color:#777
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover  {
        color: #333;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover  {
        color: #555;
        background-color: #e7e7e7
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover  {
        color: #ccc;
        background-color: transparent
    }
}
.navbar-default .navbar-link  {
    color: #777
}
.navbar-default .navbar-link:hover  {
    color: #333
}
.navbar-default .btn-link  {
    color: #777
}
.navbar-default .btn-link:focus,.navbar-default .btn-link:hover  {
    color: #333
}
.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover  {
    color: #ccc
}
.navbar-inverse  {
    background-color: #222;
    border-color: #080808
}
.navbar-inverse .navbar-brand  {
    color: #9d9d9d
}
.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover  {
    color: #fff;
    background-color: transparent
}
.navbar-inverse .navbar-text  {
    color: #9d9d9d
}
.navbar-inverse .navbar-nav>li>a  {
    color: #9d9d9d
}
.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover  {
    color: #fff;
    background-color: transparent
}
.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover  {
    color: #fff;
    background-color: #080808
}
.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover  {
    color: #444;
    background-color: transparent
}
.navbar-inverse .navbar-toggle  {
    border-color: #333
}
.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover  {
    background-color: #333
}
.navbar-inverse .navbar-toggle .icon-bar  {
    background-color: #fff
}
.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form  {
    border-color: #101010
}
.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover  {
    color: #fff;
    background-color: #080808
}
@media (max-width: 767px)  {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header  {
        border-color:#080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider  {
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a  {
        color: #9d9d9d
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover  {
        color: #fff;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover  {
        color: #fff;
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover  {
        color: #444;
        background-color: transparent
    }
}
.navbar-inverse .navbar-link  {
    color: #9d9d9d
}
.navbar-inverse .navbar-link:hover  {
    color: #fff
}
.navbar-inverse .btn-link  {
    color: #9d9d9d
}
.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover  {
    color: #fff
}
.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover  {
    color: #444
}
.breadcrumb  {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}
.breadcrumb>li  {
    display: inline-block
}
.breadcrumb>li+li:before  {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}
.breadcrumb>.active  {
    color: #777
}
.pagination  {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}
.pagination>li  {
    display: inline
}
.pagination>li>a,.pagination>li>span  {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}
.pagination>li:first-child>a,.pagination>li:first-child>span  {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}
.pagination>li:last-child>a,.pagination>li:last-child>span  {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover  {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover  {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}
.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover  {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}
.pagination-lg>li>a,.pagination-lg>li>span  {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}
.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span  {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}
.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span  {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}
.pagination-sm>li>a,.pagination-sm>li>span  {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}
.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span  {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}
.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span  {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}
.pager  {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}
.pager li  {
    display: inline
}
.pager li>a,.pager li>span  {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}
.pager li>a:focus,.pager li>a:hover  {
    text-decoration: none;
    background-color: #eee
}
.pager .next>a,.pager .next>span  {
    float: right
}
.pager .previous>a,.pager .previous>span  {
    float: left
}
.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span  {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}
.label  {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}
a.label:focus,a.label:hover  {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}
.label:empty  {
    display: none
}
.btn .label  {
    position: relative;
    top: -1px
}
.label-default  {
    background-color: #777
}
.label-default[href]:focus,.label-default[href]:hover  {
    background-color: #5e5e5e
}
.label-primary  {
    background-color: #337ab7
}
.label-primary[href]:focus,.label-primary[href]:hover  {
    background-color: #286090
}
.label-success  {
    background-color: #5cb85c
}
.label-success[href]:focus,.label-success[href]:hover  {
    background-color: #449d44
}
.label-info  {
    background-color: #5bc0de
}
.label-info[href]:focus,.label-info[href]:hover  {
    background-color: #31b0d5
}
.label-warning  {
    background-color: #f0ad4e
}
.label-warning[href]:focus,.label-warning[href]:hover  {
    background-color: #ec971f
}
.label-danger  {
    background-color: #d9534f
}
.label-danger[href]:focus,.label-danger[href]:hover  {
    background-color: #c9302c
}
.badge  {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px
}
.badge:empty  {
    display: none
}
.btn .badge  {
    position: relative;
    top: -1px
}
.btn-group-xs>.btn .badge,.btn-xs .badge  {
    top: 0;
    padding: 1px 5px
}
a.badge:focus,a.badge:hover  {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}
.list-group-item.active>.badge,.nav-pills>.active>a>.badge  {
    color: #337ab7;
    background-color: #fff
}
.list-group-item>.badge  {
    float: right
}
.list-group-item>.badge+.badge  {
    margin-right: 5px
}
.nav-pills>li>a>.badge  {
    margin-left: 3px
}
.jumbotron  {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}
.jumbotron .h1,.jumbotron h1  {
    color: inherit
}
.jumbotron p  {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}
.jumbotron>hr  {
    border-top-color: #d5d5d5
}
.container .jumbotron,.container-fluid .jumbotron  {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px
}
.jumbotron .container  {
    max-width: 100%
}
@media screen and (min-width: 768px)  {
    .jumbotron  {
        padding-top:48px;
        padding-bottom: 48px
    }
    .container .jumbotron,.container-fluid .jumbotron  {
        padding-right: 60px;
        padding-left: 60px
    }
    .jumbotron .h1,.jumbotron h1  {
        font-size: 63px
    }
}
.thumbnail  {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}
.thumbnail a>img,.thumbnail>img  {
    margin-right: auto;
    margin-left: auto
}
a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover  {
    border-color: #337ab7
}
.thumbnail .caption  {
    padding: 9px;
    color: #333
}
.alert  {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}
.alert h4  {
    margin-top: 0;
    color: inherit
}
.alert .alert-link  {
    font-weight: 700
}
.alert>p,.alert>ul  {
    margin-bottom: 0
}
.alert>p+p  {
    margin-top: 5px
}
.alert-dismissable,.alert-dismissible  {
    padding-right: 35px
}
.alert-dismissable .close,.alert-dismissible .close  {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}
.alert-success  {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}
.alert-success hr  {
    border-top-color: #c9e2b3
}
.alert-success .alert-link  {
    color: #2b542c
}
.alert-info  {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}
.alert-info hr  {
    border-top-color: #a6e1ec
}
.alert-info .alert-link  {
    color: #245269
}
.alert-warning  {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}
.alert-warning hr  {
    border-top-color: #f7e1b5
}
.alert-warning .alert-link  {
    color: #66512c
}
.alert-danger  {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}
.alert-danger hr  {
    border-top-color: #e4b9c0
}
.alert-danger .alert-link  {
    color: #843534
}
@-webkit-keyframes progress-bar-stripes  {
    from  {
        background-position: 40px 0
    }
    to  {
        background-position: 0 0
    }
}
@-o-keyframes progress-bar-stripes  {
    from  {
        background-position: 40px 0
    }
    to  {
        background-position: 0 0
    }
}
@keyframes progress-bar-stripes  {
    from  {
        background-position: 40px 0
    }
    to  {
        background-position: 0 0
    }
}
.progress  {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}
.progress-bar  {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}
.progress-bar-striped,.progress-striped .progress-bar  {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}
.progress-bar.active,.progress.active .progress-bar  {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}
.progress-bar-success  {
    background-color: #5cb85c
}
.progress-striped .progress-bar-success  {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}
.progress-bar-info  {
    background-color: #5bc0de
}
.progress-striped .progress-bar-info  {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}
.progress-bar-warning  {
    background-color: #f0ad4e
}
.progress-striped .progress-bar-warning  {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}
.progress-bar-danger  {
    background-color: #d9534f
}
.progress-striped .progress-bar-danger  {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}
.media  {
    margin-top: 15px
}
.media:first-child  {
    margin-top: 0
}
.media,.media-body  {
    overflow: hidden;
    zoom:1
}
.media-body  {
    width: 10000px
}
.media-object  {
    display: block
}
.media-object.img-thumbnail  {
    max-width: none
}
.media-right,.media>.pull-right  {
    padding-left: 10px
}
.media-left,.media>.pull-left  {
    padding-right: 10px
}
.media-body,.media-left,.media-right  {
    display: table-cell;
    vertical-align: top
}
.media-middle  {
    vertical-align: middle
}
.media-bottom  {
    vertical-align: bottom
}
.media-heading  {
    margin-top: 0;
    margin-bottom: 5px
}
.media-list  {
    padding-left: 0;
    list-style: none
}
.list-group  {
    padding-left: 0;
    margin-bottom: 20px
}
.list-group-item  {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}
.list-group-item:first-child  {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}
.list-group-item:last-child  {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}
a.list-group-item,button.list-group-item  {
    color: #555
}
a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading  {
    color: #333
}
a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover  {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}
button.list-group-item  {
    width: 100%;
    text-align: left
}
.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover  {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}
.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading  {
    color: inherit
}
.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text  {
    color: #777
}
.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover  {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}
.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small  {
    color: inherit
}
.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text  {
    color: #c7ddef
}
.list-group-item-success  {
    color: #3c763d;
    background-color: #dff0d8
}
a.list-group-item-success,button.list-group-item-success  {
    color: #3c763d
}
a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading  {
    color: inherit
}
a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover  {
    color: #3c763d;
    background-color: #d0e9c6
}
a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover  {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}
.list-group-item-info  {
    color: #31708f;
    background-color: #d9edf7
}
a.list-group-item-info,button.list-group-item-info  {
    color: #31708f
}
a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading  {
    color: inherit
}
a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover  {
    color: #31708f;
    background-color: #c4e3f3
}
a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover  {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}
.list-group-item-warning  {
    color: #8a6d3b;
    background-color: #fcf8e3
}
a.list-group-item-warning,button.list-group-item-warning  {
    color: #8a6d3b
}
a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading  {
    color: inherit
}
a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover  {
    color: #8a6d3b;
    background-color: #faf2cc
}
a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover  {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}
.list-group-item-danger  {
    color: #a94442;
    background-color: #f2dede
}
a.list-group-item-danger,button.list-group-item-danger  {
    color: #a94442
}
a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading  {
    color: inherit
}
a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover  {
    color: #a94442;
    background-color: #ebcccc
}
a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover  {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}
.list-group-item-heading  {
    margin-top: 0;
    margin-bottom: 5px
}
.list-group-item-text  {
    margin-bottom: 0;
    line-height: 1.3
}
.panel  {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05)
}
.panel-body  {
    padding: 15px
}
.panel-heading  {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}
.panel-heading>.dropdown .dropdown-toggle  {
    color: inherit
}
.panel-title  {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}
.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a  {
    color: inherit
}
.panel-footer  {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}
.panel>.list-group,.panel>.panel-collapse>.list-group  {
    margin-bottom: 0
}
.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item  {
    border-width: 1px 0;
    border-radius: 0
}
.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child  {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}
.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child  {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}
.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child  {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.panel-heading+.list-group .list-group-item:first-child  {
    border-top-width: 0
}
.list-group+.panel-footer  {
    border-top-width: 0
}
.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table  {
    margin-bottom: 0
}
.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption  {
    padding-right: 15px;
    padding-left: 15px
}
.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child  {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child  {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child  {
    border-top-left-radius: 3px
}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child  {
    border-top-right-radius: 3px
}
.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child  {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child  {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child  {
    border-bottom-left-radius: 3px
}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child  {
    border-bottom-right-radius: 3px
}
.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body  {
    border-top: 1px solid #ddd
}
.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th  {
    border-top: 0
}
.panel>.table-bordered,.panel>.table-responsive>.table-bordered  {
    border: 0
}
.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child  {
    border-left: 0
}
.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child  {
    border-right: 0
}
.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th  {
    border-bottom: 0
}
.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th  {
    border-bottom: 0
}
.panel>.table-responsive  {
    margin-bottom: 0;
    border: 0
}
.panel-group  {
    margin-bottom: 20px
}
.panel-group .panel  {
    margin-bottom: 0;
    border-radius: 4px
}
.panel-group .panel+.panel  {
    margin-top: 5px
}
.panel-group .panel-heading  {
    border-bottom: 0
}
.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body  {
    border-top: 1px solid #ddd
}
.panel-group .panel-footer  {
    border-top: 0
}
.panel-group .panel-footer+.panel-collapse .panel-body  {
    border-bottom: 1px solid #ddd
}
.panel-default  {
    border-color: #ddd
}
.panel-default>.panel-heading  {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}
.panel-default>.panel-heading+.panel-collapse>.panel-body  {
    border-top-color: #ddd
}
.panel-default>.panel-heading .badge  {
    color: #f5f5f5;
    background-color: #333
}
.panel-default>.panel-footer+.panel-collapse>.panel-body  {
    border-bottom-color: #ddd
}
.panel-primary  {
    border-color: #337ab7
}
.panel-primary>.panel-heading  {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}
.panel-primary>.panel-heading+.panel-collapse>.panel-body  {
    border-top-color: #337ab7
}
.panel-primary>.panel-heading .badge  {
    color: #337ab7;
    background-color: #fff
}
.panel-primary>.panel-footer+.panel-collapse>.panel-body  {
    border-bottom-color: #337ab7
}
.panel-success  {
    border-color: #d6e9c6
}
.panel-success>.panel-heading  {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}
.panel-success>.panel-heading+.panel-collapse>.panel-body  {
    border-top-color: #d6e9c6
}
.panel-success>.panel-heading .badge  {
    color: #dff0d8;
    background-color: #3c763d
}
.panel-success>.panel-footer+.panel-collapse>.panel-body  {
    border-bottom-color: #d6e9c6
}
.panel-info  {
    border-color: #bce8f1
}
.panel-info>.panel-heading  {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}
.panel-info>.panel-heading+.panel-collapse>.panel-body  {
    border-top-color: #bce8f1
}
.panel-info>.panel-heading .badge  {
    color: #d9edf7;
    background-color: #31708f
}
.panel-info>.panel-footer+.panel-collapse>.panel-body  {
    border-bottom-color: #bce8f1
}
.panel-warning  {
    border-color: #faebcc
}
.panel-warning>.panel-heading  {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}
.panel-warning>.panel-heading+.panel-collapse>.panel-body  {
    border-top-color: #faebcc
}
.panel-warning>.panel-heading .badge  {
    color: #fcf8e3;
    background-color: #8a6d3b
}
.panel-warning>.panel-footer+.panel-collapse>.panel-body  {
    border-bottom-color: #faebcc
}
.panel-danger  {
    border-color: #ebccd1
}
.panel-danger>.panel-heading  {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}
.panel-danger>.panel-heading+.panel-collapse>.panel-body  {
    border-top-color: #ebccd1
}
.panel-danger>.panel-heading .badge  {
    color: #f2dede;
    background-color: #a94442
}
.panel-danger>.panel-footer+.panel-collapse>.panel-body  {
    border-bottom-color: #ebccd1
}
.embed-responsive  {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}
.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video  {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}
.embed-responsive-16by9  {
    padding-bottom: 56.25%
}
.embed-responsive-4by3  {
    padding-bottom: 75%
}
.well  {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}
.well blockquote  {
    border-color: #ddd;
    border-color: rgba(0,0,0,.15)
}
.well-lg  {
    padding: 24px;
    border-radius: 6px
}
.well-sm  {
    padding: 9px;
    border-radius: 3px
}
.close  {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}
.close:focus,.close:hover  {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}
button.close  {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}
.modal-open  {
    overflow: hidden
}
.modal  {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}
.modal.fade .modal-dialog  {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%)
}
.modal.in .modal-dialog  {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0)
}
.modal-open .modal  {
    overflow-x: hidden;
    overflow-y: auto
}
.modal-dialog  {
    position: relative;
    width: auto;
    margin: 10px
}
.modal-content  {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5)
}
.modal-backdrop  {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}
.modal-backdrop.fade  {
    filter: alpha(opacity=0);
    opacity: 0
}
.modal-backdrop.in  {
    filter: alpha(opacity=50);
    opacity: .5
}
.modal-header  {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}
.modal-header .close  {
    margin-top: -2px
}
.modal-title  {
    margin: 0;
    line-height: 1.42857143
}
.modal-body  {
    position: relative;
    padding: 15px
}
.modal-footer  {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}
.modal-footer .btn+.btn  {
    margin-bottom: 0;
    margin-left: 5px
}
.modal-footer .btn-group .btn+.btn  {
    margin-left: -1px
}
.modal-footer .btn-block+.btn-block  {
    margin-left: 0
}
.modal-scrollbar-measure  {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}
@media (min-width: 768px)  {
    .modal-dialog  {
        width:600px;
        margin: 30px auto
    }
    .modal-content  {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }
    .modal-sm  {
        width: 300px
    }
}
@media (min-width: 992px)  {
    .modal-lg  {
        width:900px
    }
}
.tooltip  {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto
}
.tooltip.in  {
    filter: alpha(opacity=90);
    opacity: .9
}
.tooltip.top  {
    padding: 5px 0;
    margin-top: -3px
}
.tooltip.right  {
    padding: 0 5px;
    margin-left: 3px
}
.tooltip.bottom  {
    padding: 5px 0;
    margin-top: 3px
}
.tooltip.left  {
    padding: 0 5px;
    margin-left: -3px
}
.tooltip-inner  {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}
.tooltip-arrow  {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}
.tooltip.top .tooltip-arrow  {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}
.tooltip.top-left .tooltip-arrow  {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}
.tooltip.top-right .tooltip-arrow  {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}
.tooltip.right .tooltip-arrow  {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}
.tooltip.left .tooltip-arrow  {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}
.tooltip.bottom .tooltip-arrow  {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}
.tooltip.bottom-left .tooltip-arrow  {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}
.tooltip.bottom-right .tooltip-arrow  {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}
.popover  {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    line-break: auto
}
.popover.top  {
    margin-top: -10px
}
.popover.right  {
    margin-left: 10px
}
.popover.bottom  {
    margin-top: 10px
}
.popover.left  {
    margin-left: -10px
}
.popover-title  {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}
.popover-content  {
    padding: 9px 14px
}
.popover>.arrow,.popover>.arrow:after  {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}
.popover>.arrow  {
    border-width: 11px
}
.popover>.arrow:after  {
    content: "";
    border-width: 10px
}
.popover.top>.arrow  {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    border-bottom-width: 0
}
.popover.top>.arrow:after  {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}
.popover.right>.arrow  {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25);
    border-left-width: 0
}
.popover.right>.arrow:after  {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}
.popover.bottom>.arrow  {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25)
}
.popover.bottom>.arrow:after  {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}
.popover.left>.arrow  {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25)
}
.popover.left>.arrow:after  {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}
.carousel  {
    position: relative
}
.carousel-inner  {
    position: relative;
    width: 100%;
    overflow: hidden
}
.carousel-inner>.item  {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}
.carousel-inner>.item>a>img,.carousel-inner>.item>img  {
    line-height: 1
}
@media all and (transform-3d),(-webkit-transform-3d)  {
    .carousel-inner>.item  {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }
    .carousel-inner>.item.active.right,.carousel-inner>.item.next  {
        left: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
    .carousel-inner>.item.active.left,.carousel-inner>.item.prev  {
        left: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
    .carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right  {
        left: 0;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}
.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev  {
    display: block
}
.carousel-inner>.active  {
    left: 0
}
.carousel-inner>.next,.carousel-inner>.prev  {
    position: absolute;
    top: 0;
    width: 100%
}
.carousel-inner>.next  {
    left: 100%
}
.carousel-inner>.prev  {
    left: -100%
}
.carousel-inner>.next.left,.carousel-inner>.prev.right  {
    left: 0
}
.carousel-inner>.active.left  {
    left: -100%
}
.carousel-inner>.active.right  {
    left: 100%
}
.carousel-control  {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5
}
.carousel-control.left  {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x
}
.carousel-control.right  {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}
.carousel-control:focus,.carousel-control:hover  {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9
}
.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev  {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}
.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev  {
    left: 50%;
    margin-left: -10px
}
.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next  {
    right: 50%;
    margin-right: -10px
}
.carousel-control .icon-next,.carousel-control .icon-prev  {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1
}
.carousel-control .icon-prev:before  {
    content: '\2039'
}
.carousel-control .icon-next:before  {
    content: '\203a'
}
.carousel-indicators  {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}
.carousel-indicators li  {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px
}
.carousel-indicators .active  {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}
.carousel-caption  {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6)
}
.carousel-caption .btn  {
    text-shadow: none
}
@media screen and (min-width: 768px)  {
    .carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev  {
        width:30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }
    .carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev  {
        margin-left: -10px
    }
    .carousel-control .glyphicon-chevron-right,.carousel-control .icon-next  {
        margin-right: -10px
    }
    .carousel-caption  {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators  {
        bottom: 20px
    }
}
.center-block  {
    display: block;
    margin-right: auto;
    margin-left: auto
}
.pull-right  {
    float: right!important
}
.pull-left  {
    float: left!important
}
.hide  {
    display: none!important
}
.show  {
    display: block!important
}
.invisible  {
    visibility: hidden
}
.text-hide  {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}
html  {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}
body  {
    margin: 0
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary  {
    display: block
}
a  {
    background-color: transparent
}
a:active,a:hover  {
    outline: 0
}
b,strong  {
    font-weight: 700
}
h1  {
    margin: .67em 0;
    font-size: 2em
}
img  {
    border: 0
}
svg:not(:root)  {
    overflow: hidden
}
button,input,optgroup,select,textarea  {
    margin: 0;
    font: inherit;
    color: inherit
}
button  {
    overflow: visible
}
button,select  {
    text-transform: none
}
button,html input[type=button],input[type=reset],input[type=submit]  {
    -webkit-appearance: button;
    cursor: pointer
}
input  {
    line-height: normal
}
table  {
    border-spacing: 0;
    border-collapse: collapse
}
td,th  {
    padding: 0
}
*  {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
:after,:before  {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
html  {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}
body  {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}
button,input,select,textarea  {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}
a  {
    color: #333;
    text-decoration: none
}
a:focus,a:hover  {
    color: #23527c;
    text-decoration: underline
}
img  {
    vertical-align: middle
}
.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img  {
    display: block;
    max-width: 100%;
    height: auto
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6  {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}
.h1,.h2,.h3,h1,h2,h3  {
    margin-top: 20px;
    margin-bottom: 10px
}
.h4,.h5,.h6,h4,h5,h6  {
    margin-top: 10px;
    margin-bottom: 10px
}
.h1,h1  {
    font-size: 36px
}
.h2,h2  {
    font-size: 30px
}
.h3,h3  {
    font-size: 24px
}
.h4,h4  {
    font-size: 18px
}
p  {
    margin: 0 0 10px
}
.text-left  {
    text-align: left
}
.text-right  {
    text-align: right
}
.text-center  {
    text-align: center
}
ol,ul  {
    margin-top: 0;
    margin-bottom: 10px
}
ol ol,ol ul,ul ol,ul ul  {
    margin-bottom: 0
}
.container  {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
@media (min-width: 768px)  {
    .container  {
        width:750px
    }
}
@media (min-width: 992px)  {
    .container  {
        width:970px
    }
}
@media (min-width: 1200px)  {
    .container  {
        width:1170px
    }
}
.container-fluid  {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
.row  {
    margin-right: -15px;
    margin-left: -15px
}
.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9  {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}
.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9  {
    float: left
}
.col-xs-12  {
    width: 100%
}
.col-xs-6  {
    width: 50%
}
@media (min-width: 768px)  {
    .col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9  {
        float:left
    }
    .col-sm-12  {
        width: 100%
    }
    .col-sm-11  {
        width: 91.66666667%
    }
    .col-sm-10  {
        width: 83.33333333%
    }
    .col-sm-9  {
        width: 75%
    }
    .col-sm-8  {
        width: 66.66666667%
    }
    .col-sm-7  {
        width: 58.33333333%
    }
    .col-sm-6  {
        width: 50%
    }
    .col-sm-5  {
        width: 41.66666667%
    }
    .col-sm-4  {
        width: 33.33333333%
    }
    .col-sm-3  {
        width: 25%
    }
    .col-sm-2  {
        width: 16.66666667%
    }
    .col-sm-1  {
        width: 8.33333333%
    }
    .col-sm-pull-12  {
        right: 100%
    }
    .col-sm-pull-11  {
        right: 91.66666667%
    }
    .col-sm-pull-10  {
        right: 83.33333333%
    }
    .col-sm-pull-9  {
        right: 75%
    }
    .col-sm-pull-8  {
        right: 66.66666667%
    }
    .col-sm-pull-7  {
        right: 58.33333333%
    }
    .col-sm-pull-6  {
        right: 50%
    }
    .col-sm-pull-5  {
        right: 41.66666667%
    }
    .col-sm-pull-4  {
        right: 33.33333333%
    }
    .col-sm-pull-3  {
        right: 25%
    }
    .col-sm-pull-2  {
        right: 16.66666667%
    }
    .col-sm-pull-1  {
        right: 8.33333333%
    }
    .col-sm-pull-0  {
        right: auto
    }
    .col-sm-push-12  {
        left: 100%
    }
    .col-sm-push-11  {
        left: 91.66666667%
    }
    .col-sm-push-10  {
        left: 83.33333333%
    }
    .col-sm-push-9  {
        left: 75%
    }
    .col-sm-push-8  {
        left: 66.66666667%
    }
    .col-sm-push-7  {
        left: 58.33333333%
    }
    .col-sm-push-6  {
        left: 50%
    }
    .col-sm-push-5  {
        left: 41.66666667%
    }
    .col-sm-push-4  {
        left: 33.33333333%
    }
    .col-sm-push-3  {
        left: 25%
    }
    .col-sm-push-2  {
        left: 16.66666667%
    }
    .col-sm-push-1  {
        left: 8.33333333%
    }
    .col-sm-push-0  {
        left: auto
    }
    .col-sm-offset-12  {
        margin-left: 100%
    }
    .col-sm-offset-11  {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10  {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9  {
        margin-left: 75%
    }
    .col-sm-offset-8  {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7  {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6  {
        margin-left: 50%
    }
    .col-sm-offset-5  {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4  {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3  {
        margin-left: 25%
    }
    .col-sm-offset-2  {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1  {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0  {
        margin-left: 0
    }
}
@media (min-width: 992px)  {
    .col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9  {
        float:left
    }
    .col-md-12  {
        width: 100%
    }
    .col-md-11  {
        width: 91.66666667%
    }
    .col-md-10  {
        width: 83.33333333%
    }
    .col-md-9  {
        width: 75%
    }
    .col-md-8  {
        width: 66.66666667%
    }
    .col-md-7  {
        width: 58.33333333%
    }
    .col-md-6  {
        width: 50%
    }
    .col-md-5  {
        width: 41.66666667%
    }
    .col-md-4  {
        width: 33.33333333%
    }
    .col-md-3  {
        width: 25%
    }
    .col-md-2  {
        width: 16.66666667%
    }
    .col-md-1  {
        width: 8.33333333%
    }
    .col-md-pull-12  {
        right: 100%
    }
    .col-md-pull-11  {
        right: 91.66666667%
    }
    .col-md-pull-10  {
        right: 83.33333333%
    }
    .col-md-pull-9  {
        right: 75%
    }
    .col-md-pull-8  {
        right: 66.66666667%
    }
    .col-md-pull-7  {
        right: 58.33333333%
    }
    .col-md-pull-6  {
        right: 50%
    }
    .col-md-pull-5  {
        right: 41.66666667%
    }
    .col-md-pull-4  {
        right: 33.33333333%
    }
    .col-md-pull-3  {
        right: 25%
    }
    .col-md-pull-2  {
        right: 16.66666667%
    }
    .col-md-pull-1  {
        right: 8.33333333%
    }
    .col-md-pull-0  {
        right: auto
    }
    .col-md-push-12  {
        left: 100%
    }
    .col-md-push-11  {
        left: 91.66666667%
    }
    .col-md-push-10  {
        left: 83.33333333%
    }
    .col-md-push-9  {
        left: 75%
    }
    .col-md-push-8  {
        left: 66.66666667%
    }
    .col-md-push-7  {
        left: 58.33333333%
    }
    .col-md-push-6  {
        left: 50%
    }
    .col-md-push-5  {
        left: 41.66666667%
    }
    .col-md-push-4  {
        left: 33.33333333%
    }
    .col-md-push-3  {
        left: 25%
    }
    .col-md-push-2  {
        left: 16.66666667%
    }
    .col-md-push-1  {
        left: 8.33333333%
    }
    .col-md-push-0  {
        left: auto
    }
    .col-md-offset-12  {
        margin-left: 100%
    }
    .col-md-offset-11  {
        margin-left: 91.66666667%
    }
    .col-md-offset-10  {
        margin-left: 83.33333333%
    }
    .col-md-offset-9  {
        margin-left: 75%
    }
    .col-md-offset-8  {
        margin-left: 66.66666667%
    }
    .col-md-offset-7  {
        margin-left: 58.33333333%
    }
    .col-md-offset-6  {
        margin-left: 50%
    }
    .col-md-offset-5  {
        margin-left: 41.66666667%
    }
    .col-md-offset-4  {
        margin-left: 33.33333333%
    }
    .col-md-offset-3  {
        margin-left: 25%
    }
    .col-md-offset-2  {
        margin-left: 16.66666667%
    }
    .col-md-offset-1  {
        margin-left: 8.33333333%
    }
    .col-md-offset-0  {
        margin-left: 0
    }
}
@media (min-width: 1200px)  {
    .col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9  {
        float:left
    }
    .col-lg-12  {
        width: 100%
    }
    .col-lg-11  {
        width: 91.66666667%
    }
    .col-lg-10  {
        width: 83.33333333%
    }
    .col-lg-9  {
        width: 75%
    }
    .col-lg-8  {
        width: 66.66666667%
    }
    .col-lg-7  {
        width: 58.33333333%
    }
    .col-lg-6  {
        width: 50%
    }
    .col-lg-5  {
        width: 41.66666667%
    }
    .col-lg-4  {
        width: 33.33333333%
    }
    .col-lg-3  {
        width: 25%
    }
    .col-lg-2  {
        width: 16.66666667%
    }
    .col-lg-1  {
        width: 8.33333333%
    }
    .col-lg-pull-12  {
        right: 100%
    }
    .col-lg-pull-11  {
        right: 91.66666667%
    }
    .col-lg-pull-10  {
        right: 83.33333333%
    }
    .col-lg-pull-9  {
        right: 75%
    }
    .col-lg-pull-8  {
        right: 66.66666667%
    }
    .col-lg-pull-7  {
        right: 58.33333333%
    }
    .col-lg-pull-6  {
        right: 50%
    }
    .col-lg-pull-5  {
        right: 41.66666667%
    }
    .col-lg-pull-4  {
        right: 33.33333333%
    }
    .col-lg-pull-3  {
        right: 25%
    }
    .col-lg-pull-2  {
        right: 16.66666667%
    }
    .col-lg-pull-1  {
        right: 8.33333333%
    }
    .col-lg-pull-0  {
        right: auto
    }
    .col-lg-push-12  {
        left: 100%
    }
    .col-lg-push-11  {
        left: 91.66666667%
    }
    .col-lg-push-10  {
        left: 83.33333333%
    }
    .col-lg-push-9  {
        left: 75%
    }
    .col-lg-push-8  {
        left: 66.66666667%
    }
    .col-lg-push-7  {
        left: 58.33333333%
    }
    .col-lg-push-6  {
        left: 50%
    }
    .col-lg-push-5  {
        left: 41.66666667%
    }
    .col-lg-push-4  {
        left: 33.33333333%
    }
    .col-lg-push-3  {
        left: 25%
    }
    .col-lg-push-2  {
        left: 16.66666667%
    }
    .col-lg-push-1  {
        left: 8.33333333%
    }
    .col-lg-push-0  {
        left: auto
    }
    .col-lg-offset-12  {
        margin-left: 100%
    }
    .col-lg-offset-11  {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10  {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9  {
        margin-left: 75%
    }
    .col-lg-offset-8  {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7  {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6  {
        margin-left: 50%
    }
    .col-lg-offset-5  {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4  {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3  {
        margin-left: 25%
    }
    .col-lg-offset-2  {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1  {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0  {
        margin-left: 0
    }
}
table  {
    background-color: transparent
}
.collapse  {
    display: none
}
.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before  {
    display: table;
    content: " "
}
.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after  {
    clear: both
}
.hidden  {
    display: none!important
}
.visible-lg,.visible-md,.visible-sm,.visible-xs  {
    display: none!important
}
.fa,.fa-stack  {
    display: inline-block
}
.fa  {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.fa-chevron-right:before  {
    content: "\f054"
}
.fa-chevron-down:before  {
    content: "\f078"
}
.fa-phone:before  {
    content: "\f095"
}
.fa-twitter:before  {
    content: "\f099"
}
.fa-facebook-f:before,.fa-facebook:before  {
    content: "\f09a"
}
.fa-instagram:before  {
    content: "\f16d"
}
@font-face  {
    font-family: 'FontAwesome';
    src: url('//theme.hstatic.net/200000522195/1001090351/14/fontawesome.eot?v=3189');
    src: url('//theme.hstatic.net/200000522195/1001090351/14/fontawesome.eot?v=3189') format('embedded-opentype'), url('//theme.hstatic.net/200000522195/1001090351/14/fontawesome.woff?v=3189') format('woff'), url('//theme.hstatic.net/200000522195/1001090351/14/fontawesome.ttf?v=3189') format('truetype'), url('//theme.hstatic.net/200000522195/1001090351/14/fontawesome.svg?v=3189') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*  {
    font-family: 'Quicksand', sans-serif!important;
    font-display: swap;
    margin: 0;
    padding: 0;
}
.glyphicon  {
    font-family: 'Glyphicons Halflings'!important;
    font-display: swap;
}
.fa  {
    font-family: 'FontAwesome'!important;
    font-display: swap;
}
html,body  {
    border: 0;
    background-color: #fff;
}
html  {
    font-size: 62.5%;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: 100%;
}
img  {
    max-width: 100%;
}
body  {
    line-height: 1.4;
    font-size: 15px;
    color: #252a2b;
    overflow-x: hidden;
    background: #fff;
    position: initial !important;
}
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section  {
    display: block;
}
h1,h2,h3,h4,h5,h6  {
    color: #252a2b;
    margin: 0 0 13px 0;
    font-weight: 500;
    line-height: 1.2
}
h1  {
    font-size: 36px;
}
h2  {
    font-size: 28px;
}
h3  {
    font-size: 24px;
}
h4  {
    font-size: 13px;
    line-height: 18px;
}
h5  {
    font-size: 12px;
    line-height: 18px;
}
h6  {
    font-size: 10px;
    line-height: 18px;
    text-transform: uppercase;
}
p  {
    margin: 0 0 10px 0;
    line-height: 1.5em;
}
a  {
    color: #252a2b;
    text-decoration: none;
    outline: none;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a:hover,a:focus  {
    color: #d0011b;
    text-decoration: none;
    outline: none;
}
a:active  {
    outline: none;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a  {
    color: #252a2b;
    line-height: 1.1;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover  {
    color: #d0011b;
}
table  {
    width: 100%;
    border-spacing: 0;
}
table tr td  {
    border: 1px solid #dddddd;
}
table tr td, table tr th  {
    padding: 10px;
    text-align: left;
}
table tr td:first-child, table tr th:first-child  {
    padding-left: 0px;
}
.description-productdetail table tr td:first-child, table tr th:first-child  {
    padding-left: 10px;
}
.content-page table tr td:first-child, table tr th:first-child  {
    padding-left: 5px;
}
.content-page table tr td:last-child, table tr th:last-child  {
    padding-right: 5px;
}
table tr td:last-child, table tr th:last-child  {
    padding-right: 0px;
}
strong  {
    font-weight: 700;
}
em  {
    font-style: italic;
}
ul  {
    padding: 0;
    list-style-type: none;
}
ul.unstyled, ol.unstyled  {
    margin: 0;
    list-style: none outside none;
}
ul.unstyled > li, ol.unstyled > li  {
    list-style: none;
}
ul.horizontal > li, ol.horizontal > li  {
    display: block;
    float: left;
}
ul.horizontal-inline, ol.horizontal-inline  {
    text-align: center;
}
ul.horizontal-inline > li, ol.horizontal-inline > li  {
    display: inline;
    margin: 0 5px;
}
ul.expanded > li, ol.expanded > li  {
    margin-bottom: 10px;
}
a  {
    transition: opacity 150ms linear, color 150ms linear, background 150ms linear;
}
input:focus  {
    outline: none;
}
.owl-carousel .owl-item img, .owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""]  {
    max-height: initial !important;
}
img.owl-lazy:not([src])  {
    visibility: hidden;
}
.owl-carousel .owl-item img  {
    width: auto!important;
    text-align: center;
    margin: auto;
    overflow: hidden;
}
.ratiobox  {
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
}
.ratiobox div  {
    margin-right: 10px;
    flex: 50%;
}
.ratiobox div:last-child  {
    margin-right: 0px;
}
.ratiobox .ls-blur-up-is-loading,.ratiobox .lazyload:not([src])  {
    visibility: hidden;
}
.ratiobox .ls-blur-up-img  {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    font-family: "blur-up: auto", "object-fit: contain";
    -o-object-fit: contain;
    object-fit: contain;
    filter: blur(8px);
    opacity: 1;
    transition: opacity 500ms, filter 700ms;
}
.ratiobox .ls-blur-up-img.ls-inview.ls-original-loaded  {
    opacity: 0;
    filter: blur(5px);
}
@media(min-width: 1200px)  {
    .container-fluid  {
        /*max-width: 1400px;*/
        padding: 0 75px;
    }
  .wrap-collection-body {margin:0 15px;}
    .wrapper-home-information .container-fluid  {
        padding-left: 0;
    }
    .layout-pageContact .container-fluid  {
        padding-left: 0;
    }
}
.mainContent-theme  {
    min-height: 80vh;
}
main.main-index  {
    position: relative;
    z-index: 99;
}
.button  {
    position: relative;
    display: inline-block;
    line-height: normal;
    border: 1px solid #ffffff;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
    background-color: transparent;
    -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: 1;
    color: #252a2b;
    overflow: hidden;
}
.button:before  {
    position: absolute;
    content: '';
    display: block;
    left: -2px;
    top: 0;
    right: -2px;
    bottom: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    z-index: -1;
    background-color: #ffffff;
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),-webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.button.dark  {
    color: #fff;
    border-color: #d0011b;
    font-weight: 700;
}
.button.dark:before  {
    background-color: #d0011b;
}
.wrap-flex-align  {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.flex-column  {
    -webkit-flex-direction: column;
    flex-direction: column;
}
button:focus  {
    border-color: transparent;
    outline: none;
}
.heading-page  {
    margin-bottom: 15px;
}
.heading-page h1  {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 0px;
}
.sitebox-recaptcha  {
    padding: 6px 0 0;
    text-align: left;
    color: #9e9e9e;
    font-size: 13px;
    clear: both;
}
.sitebox-recaptcha a  {
    color: #2962ff;
}
.grecaptcha-badge  {
    visibility: hidden;
}
.pd-page  {
    padding-top: 30px;
}
.pd-page h2 {
    font-size:21px;
}
.main-body  {
    position: relative;
}
@media(min-width: 1200px)  {
    .animation-tran .site-animation  {
        -webkit-transform:translateY(60px);
        -moz-transform: translateY(60px);
        -o-transform: translateY(60px);
        transform: translateY(60px);
        opacity: 0;
        -webkit-transition: opacity 300ms linear, transform 300ms linear;
        -moz-transition: opacity 300ms linear, transform 300ms linear;
        -o-transition: opacity 300ms linear, transform 300ms linear;
        transition: opacity 300ms linear, transform 300ms linear
    }
    .animation-tran.active .site-animation  {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}
.search-bar-mobile  {
    display: none;
    padding: 0px 16px 10px;
    position: relative;
}
.search-bar-mobile form.searchform  {
    position: relative;
}
.search-bar-mobile form.searchform input.searchinput  {
    padding: 0 40px 0 10px;
    height: 32px;
    font-size: 12px;
}
.search-bar-mobile form.searchform .btn-search  {
    top: 0px;
    right: 0px;
    width: 40px;
    height: 32px;
    line-height: 32px;
}
.search-bar-mobile form.searchform .btn-search svg  {
    width: 14px;
    height: 30px;
}
.search-bar-mobile form.searchform .close-search  {
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    z-index: 100;
    margin: auto;
    height: 24px;
    width: 40px;
    text-align: center;
    cursor: pointer;
    visibility: hidden;
}
.search-bar-mobile form.searchform .close-search svg  {
    width: 20px;
    fill: #d0011b;
}
.search-bar-mobile form.searchform.expanded .close-search  {
    visibility: visible;
}
.search-bar-mobile form.searchform.expanded .btn-search  {
    visibility: hidden;
}
.search-bar-mobile form.searchform input.searchinput:focus  {
    border: 1px solid #ececec;
}
.search-bar-mobile .smart-search-wrapper  {
    position: absolute;
    right: 0px;
    left: 0px;
    top: 100%;
    z-index: 100;
    width: initial;
    background: #fff;
    padding: 0 5px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.08);
}

.topbar  {
    font-size: 12px;
}
.topbar p  {
    padding: 4px 0;
    margin-bottom: 0;
}
.main-header.hSticky-nav .topbar  {
    display: none
}
.flexContainer-header  {
    margin: 0 -15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
.flexContainer-header>div[class*='header-upper-']  {
    padding: 0 15px 5px 13px;
}
.header-upper-navbar .header-action  {
    display: inline-block;
    vertical-align: middle;
}
.header-upper-navbar .header-action_backlink  {
    display: none;
    width: 25px;
    padding-left: 2px;
    margin-right: 5px;
}
.header-upper-navbar .header-action_backlink a  {
    display: block;
    font-size: 28px;
}
.header-wrap-icon  {
    position: relative;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
.header-wrap-icon .header-action  {
    display: inline-block;
    transition: opacity 150ms linear;
    font-size: 12px;
    margin-left: 12px;
    color: #333333;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.header-action_text .header-action__link  {
    position: relative;
    display: block;
    font-size: 13px;
    color: #fff;
}
.header-action_text .header-action__link .box-icon, .header-action_text .header-action__link .box-text  {
    display: inline-block;
    vertical-align: middle;
}
.header-action_text .header-action__link .box-text  {
    padding-left: 2px;
}
.header-action_text .header-action__link .box-text .txtbl  {
    font-size: 14px;
    display: block;
    font-weight: 500;
}
.header-action_text .header-action__link .box-text .txt-overflow  {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
    max-width: 115px;
    overflow: hidden;
}
.header-action_text .header-action__link .box-text .fa  {
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
    margin-left: 3px;
}
.header-action_text .header-action__link .box-icon  {
    position: relative;
    width: 32px;
    text-align: center
}
.header-action_text .header-action__link .box-icon .box-icon--close  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}
.header-action_text .header-action__link .box-icon .count-holder  {
    position: absolute;
    top: 2px;
    height: 18px;
    line-height: 18px;
    left: 6px;
    right: 0;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    overflow: hidden;
}
.header-action_text .header-action__link .box-icon .count  {
    transition: top 150ms linear;
    position: relative;
    top: 0px;
    animation-duration: 300ms;
  color:#d0011b;
}
.header-action_text .header-action__link .box-icon .count  {
    animation-name: scroll-in
}
.header-action_dropdown  {
    position: absolute;
    top: calc(100% + 15px);
    left: auto;
    right: -15px;
    z-index: 990;
    min-width: 280px;
    border-radius: 3px;
    color: #677279;
    background: #fff;
    border: solid 1px #dfe3e8;
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out;
    will-change: transform;
}
.header-action_dropdown .box-triangle  {
    position: absolute;
    bottom: calc(100% - 5px);
    margin: 0 auto;
    width: 22px;
    height: 15px;
    right: 20px;
}
.header-action_dropdown .box-triangle svg  {
    -webkit-filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12));
    filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12));
}
.header-action_dropdown .header-dropdown_content  {
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    padding: 20px 15px;
}
.header-action_cart .header-action_dropdown .header-dropdown_content  {
    padding-left: 0;
    padding-right: 0;
}

.site-overlay  {
    background: rgba(225, 225, 225, 0.05);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: all 200ms linear;
}
.main-header  {
    background: #d0011b;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.1) inset;
    box-shadow: 0 0 2px rgba(0,0,0,0.1) inset;
    -webkit-transition: background 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
.main-header .wrap-logo a  {
    font-size: 30px;
    font-weight: bold;
    color: #d0011b
}
.main-header:not(.hSticky-nav) .wrap-logo a img  {
    max-width: 100%;
    max-height: 70px;
}
.header-navbar-menu .wrap-logo-sticky  {
    display: none;
}

@media(min-width: 992px)  {
    .header-navbar-menu .wrap-logo-sticky,.main-header .wrap-logo  {
        min-width:180px;
    }
    .header-action_cart .header-action_dropdown  {
        width: 450px;
    }
    .header-action_search .header-action_dropdown  {
        width: 400px;
    }
    .header-action_account .header-action_dropdown  {
        width: 340px;
    }
    .header-action_account .header-action_dropdown.header-action_widthAuto  {
        width: auto;
        min-width: 250px
    }
    .main-header.hSticky-nav .header-action_dropdown  {
        top: calc(100% + 5px);
    }
    .main-header.hSticky-nav .wrap-logo a img  {
        max-height: 50px;
    }
    .hSticky .header-action.show-action .header-action_dropdown, .hSticky-nav .header-action.show-action .header-action_dropdown  {
        visibility: hidden;
        opacity: 0;
    }
    .hSticky-nav.hSticky-up .header-action.show-action .header-action_dropdown  {
        visibility: visible;
        opacity: 1;
    }
    .locked-scroll .hSticky ~ .site-overlay, .locked-scroll .hSticky-nav ~ .site-overlay  {
        opacity: 0;
        visibility: hidden;
    }
    .locked-scroll .hSticky-nav.hSticky-up ~ .site-overlay  {
        opacity: 1;
        visibility: visible;
    }
}
@media(max-width: 991px)  {
    .locked-scroll  {
        overflow: hidden;
        width: 100%;
        top: 0;
    }
    .locked-scroll .main-header  {
        position: fixed;
        top: 0;
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .locked-scroll .main-header.hSticky.hSticky-nav.hSticky-up, .locked-scroll .main-header.hSticky.hSticky-nav  {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .main-header .header-upper-middle  {
        padding: 10px 0px;
        position: relative;
        background: #d0011b;
    }
    .flexContainer-header>div.header-upper-logo  {
        padding-right: 5px;
        padding-left: 5px;
        text-align: center;
    }
    .flexContainer-header>div.header-upper-icon  {
        padding-left: 0;
    }
    .flexContainer-header>div.header-upper-logo .wrap-logo img  {
        max-width: 180px;
        max-height: 60px;
    }
    .flexContainer-header>div[class*='header-upper-'], .flexContainer-header .header-wrap-icon  {
        position: initial;
    }
    .header-action_text .header-action__link .box-text  {
        display: none
    }
    .search-bar-mobile  {
        display: block;
    }
    .main-header:not(.hSticky-nav) .header-search-mobile  {
        border-top: none;
    }
    .main-header.hSticky-nav .header-search-mobile  {
        position: absolute;
        right: 0;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        visibility: hidden;
        padding: 0px 100px 0px 60px;
    }
    .main-header.hSticky-nav .search-bar-mobile form.searchform  {
        position: relative;
        visibility: visible;
        margin: 0 auto;
    }
    .main-header.hSticky-nav .search-bar-mobile .smart-search-wrapper  {
        visibility: visible;
        top: calc(100% + 10px);
    }
    .main-header.hSticky-nav .header-upper-logo  {
        display: none;
    }
    .main-header:not(.hSticky-nav) .wrap-logo a img  {
        margin: 0 auto;
    }
    .main-body-product .main-header.hSticky-nav .header-upper-navbar .header-action_backlink  {
        display: inline-block;
        height: 30px;
        line-height: 30px;
    }
    .main-body-product .main-header.hSticky-nav .header-search-mobile  {
        display: none;
    }
    .main-body-product .main-header.hSticky-nav .header-wrap-icon .header-action.header-action_search  {
        display: block;
    }
    .main-body-product .main-header.hSticky-nav .header-action_menu .box-triangle  {
        left: 50px;
    }
    .header-action_dropdown  {
        right: 0;
        left: 0;
        top: 100%;
        width: 100vw;
        height: 100vh;
    }
    .header-action_dropdown .header-dropdown_content  {
        overflow: auto;
        padding-bottom: 210px;
        -webkit-overflow-scrolling: touch;
    }
    .header-action_menu .header-action_dropdown .header-dropdown_content  {
        padding: 0 0px 80px;
    }
    .header-action.show-action .header-action_text .header-action__link .box-icon .box-icon--close  {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .header-action.show-action .header-action_text .header-action__link .box-icon>svg, .header-action.show-action .header-action_text .header-action__link .box-icon .count-holder  {
        opacity: 0;
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .header-wrap-icon .header-action.header-action_search  {
        display: none;
    }
    .header-action_dropdown .box-triangle  {
        right: 20px;
    }
    .header-action_account .header-action_dropdown .box-triangle  {
        right: 64px;
    }
    .header-action_search .header-action_dropdown .box-triangle  {
        right: 108px;
    }
    .header-action_menu .box-triangle  {
        right: initial;
        left: 15px;
        bottom: calc(100% - 3px);
    }
}
@media(max-width: 767px)  {
    .flexContainer-header>div.header-upper-logo .wrap-logo a  {
        font-size:24px;
    }
    .flexContainer-header>div.header-upper-logo .wrap-logo img  {
        max-width: 160px;
    }
    .mobile-actionbar-ontop-show  {
        display: block !important;
    }
    .mobile-actionbar-ontop-content  {
        display: flex !important;
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
        -webkit-transition: padding .3s ease;
        transition: padding .3s ease;
        transition: transform .5s;
        height: 48px;
        align-items: center;
    }
    .pd-page  {
        padding-top: 0px;
    }
}
.topbar_temp03  {
    background: #FF9800;
    color: #fff;
}
.mainHeader_temp03 .header-upper-middle .header-search  {
    position: relative;
    max-width: 680px;
    margin: 0 auto;
    padding-bottom: 4px;
}
.mainHeader_temp03 .header-upper-middle .header-search .searchform-product  {
    position: relative;
    z-index: 100;
}
.mainHeader_temp03 .header-upper-middle .header-search .searchform-product .input-search  {
    padding: 9px 50px 10px 9px;
    width: 100%;
    background: #fff;
    border: 1px solid #ececec;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    display: inline-block;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
}
.mainHeader_temp03 .header-upper-middle .header-search .searchform-product .btn-search  {
    position: absolute;
    padding: 0;
    top: 0px;
    bottom: 0;
    right: 0px;
    border-radius: 0 4px 4px 0;
    border: 0;
    width: 50px;
    background: #ffffff;
    transition: opacity 150ms linear;
}
.mainHeader_temp03 .header-upper-middle .header-search .searchform-product .btn-search svg  {
    width: 18px;
    height: 40px;
    display: block;
    margin: auto;
    fill: #d0011b;
}
.mainHeader_temp03 .header-upper-middle .header-search .searchform-product .close-search  {
    position: absolute;
    right: 58px;
    top: 0;
    bottom: 0;
    z-index: 100;
    margin: auto;
    height: 25px;
    cursor: pointer;
    visibility: hidden;
}
.mainHeader_temp03 .header-upper-middle .header-search .searchform-product .close-search svg  {
    width: 20px;
}
.mainHeader_temp03 .header-upper-middle .header-search .smart-search-wrapper  {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 80;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.08);
}
.mainHeader_temp03 .header-upper-middle .header-search .searchform-backdrop  {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 99;
    background-color: black;
    display: none;
    opacity: 0.2;
}

@media(min-width: 992px)  {
    .mainHeader_temp03:not(.hSticky-nav) .wrap-logo a  {
        color:#ffffff;
    }
    .mainHeader_temp03:not(.hSticky-nav) .header-upper-middle  {
        background: #d0011b;
    }
    .mainHeader_temp03:not(.hSticky-nav) .header-action_text .header-action__link .box-icon svg  {
        fill: #ffffff;
    }
    .mainHeader_temp03:not(.hSticky-nav) .header-action_text .header-action__link  {
        color: #ffffff;
    }
    .mainHeader_temp03 .header-upper-middle  {
        padding: 20px 0 10px;
    }
    .mainHeader_temp03 .flexContainer-header .header-upper-search  {
        -webkit-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .mainHeader_temp03 .flexContainer-header .header-upper-search  {
        padding-left: 40px;
    }
    .mainHeader_temp03 .header-upper-middle .header-action_search  {
        display: none;
    }
    .mainHeader_temp03:not(.hSticky-nav) .header-wrap-icon .header-action  {
        position: relative;
        margin-left: 25px;
    }
    .mainHeader_temp03:not(.hSticky-nav) .menu-desktop #nav .main-nav > ul>li>a  {
        margin-left: 0;
        margin-right: 25px;
    }
    .mainHeader_temp03:not(.hSticky-nav) .menu-desktop .main-nav  {
        text-align: left;
    }
    .mainHeader_temp03:not(.hSticky-nav) .header-action .header-action_dropdown .box-triangle  {
        right: 25px;
    }
    .mainHeader_temp03.hSticky-nav .header-upper-logo, .mainHeader_temp03.hSticky-nav .header-upper-search  {
        display: none!important;
    }
    .mainHeader_temp03.hSticky-nav .header-upper-middle  {
        visibility: hidden;
        z-index: 5;
        position: absolute;
        right: 0;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .mainHeader_temp03.hSticky-nav .flexContainer-header  {
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    }
    .mainHeader_temp03.hSticky-nav .header-upper-icon  {
        visibility: visible;
        opacity: 1;
        width: initial;
    }
    .mainHeader_temp03.hSticky-nav .header-navbar-menu  {
        display: -webkit-flex;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
    }
    .mainHeader_temp03.hSticky-nav .header-navbar-menu .wrap-logo-sticky  {
        text-align: left;
        position: relative;
        z-index: 6;
        display: block;
        max-width: 20%;
    }
    .mainHeader_temp03.hSticky-nav .header-navbar-menu .navbar-mainmenu  {
        -webkit-flex: 1 1 auto;
        flex: 1 1 auto;
        padding-left: 15px;
        padding-right: 140px;
    }
    .mainHeader_temp03.hSticky-nav .header-upper-middle .header-action_search  {
        display: block;
    }
    .mainHeader_temp03.hSticky-nav .header-action_text .header-action__link .box-text  {
        display: none
    }
}
@media(max-width: 991px)  {
    .mainHeader_temp03 .header-upper-search  {
        display:none
    }
}

button.btn-addtocart  {
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: none;
}
.selector-wrapper,.select  {
    display: none;
}
.contact-form .input-group  {
    width: 100%;
    margin-bottom: 20px;
}
.contact-form .input-group input, .contact-form .input-group textarea  {
    border: 1px solid #e7e7e7;
    box-shadow: none;
    height: 45px;
    font-weight: 500;
    padding: 0 20px;
    background: #fbfbfb;
    color: #252a2b;
    width: 100%!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.input-group  {
    margin: 15px 0px;
}
.main-footer  {
    padding: 40px 0 30px;
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
}
.bottom-footer  {
    padding: 20px 0px 0px;
}
.footer h4  {
    font-size: 20px;
    letter-spacing: 0.02em;
    margin: 5px 0 20px;
    position: relative;
    line-height: 30px;
    font-weight: 700;
}
.footer-content ul  {
    margin-bottom: 15px;
}
.footer-content ul li  {
    display: block;
    line-height: 28px;
    position: relative;
    padding-left: 0px;
    margin-bottom: 6px;
}
.footer-content ul li a  {
    position: relative;
    overflow: hidden;
}
.footer-contact ul li  {
    padding: 0;
}
.footer-contact ul > li  {
    padding: 0 0px 5px 25px;
    background-size: 15px 15px!important;
    line-height: 22px;
    font-size: 14px;
    position: relative;
}
.footer-contact ul > li:before  {
    font-family: 'FontAwesome'!important;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    font-size: 16px;
}
.footer-contact ul > li.contact-1:before  {
    content: "\f041";
    top: 20px;
}
.footer-contact ul > li.contact-2:before  {
    content: "\f095";
    top: 3px;
}
.footer-contact ul > li.contact-4:before  {
    content: "\f0e0";
    top: 3px;
}
.footer-content .footerNav-social  {
    margin-top: 10px;
}
.footer-content .footerNav-social li  {
    display: inline-block;
}
.footer-content .footerNav-social li a  {
    width: 32px;
    height: 32px;
    line-height: 30px;
    color: #252a2b;
    font-size: 14px;
    background-color: transparent;
    border: 1px solid #e7e7e7;
    display: block;
    margin-right: 8px;
    margin-top: 8px;
    text-align: center;
    border-radius: 4px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.logo-footer  {
    margin-bottom: 10px;
}
.logo-footer img  {
}
.footer .footer-content1  {
    margin-bottom: 20px;
}
.top-footer  {
    background: #f3f3f3;
    padding: 15px 0;
}
.top-footer .area_newsletter  {
    margin-bottom: 10px;
}
.top-footer .area_newsletter .title_newsletter  {
    background-repeat: no-repeat;
    background-image: url(//theme.hstatic.net/200000522195/1001090351/14/icon_footer.png?v=3189);
    background-position: 0;
    background-size: 20px;
    padding-left: 35px;
    padding-right: 10px;
    height: 20px;
    line-height: 24px;
    margin-bottom: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.top-footer .area_newsletter .form_newsletter  {
    width: 100%;
}
.footer .contact-form  {
    position: relative;
}
.footer .contact-form .input-group  {
    display: inline-block;
    margin: 0;
    width: 100%;
}
.footer .contact-form .input-group input  {
    height: 46px;
    padding-right: 120px;
}
.footer .contact-form .input-group button  {
    position: absolute;
    right: 0;
    top: 0;
    padding: 13px 25px;
    height: 45px;
}
.top-footer .area_newsletter h4  {
    margin-bottom: 0;
    line-height: inherit;
    font-size: 14px;
}
.area_phone_contact .number_phone  {
    margin: 10px 0;
}
.area_phone_contact .number_phone i  {
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 50%;
    background: #000;
    color: #fff;
    line-height: 24px;
    margin-right: 5px;
}
.area_phone_contact .number_phone a  {
    color: #d0011b;
    font-size: 19px;
    margin-left: 5px;
    font-weight: 700;
}
.footer .collapse  {
    display: block;
    visibility: visible;
}
.footer .title-expand  {
    text-align: center;
    margin: 0;
}
.smart-search-wrapper  {
    width: 100%;
    z-index: 100;
}
.site-cart .cart-ttbold  {
    padding: 0 20px
}
.site-cart .cart-ttbold .ttbold  {
    font-size: 16px;
    color: #000;
    margin: 0 0 15px;
    font-weight: 500;
    padding: 6px 10px;
    background: #f3f5f6;
    border: 1px solid #e7ebec;
    text-align: center;
    border-radius: 4px;
}
.cart-view .cart-view-scroll  {
    padding: 0 20px;
}
.cart-view .cart-view-total  {
    padding: 0 20px;
}
.cart-view table  {
    width: 100%;
}
table#cart-view tr  {
    border-bottom: 1px dotted #bcbcbc;
}
table#cart-view tr td  {
    position: relative;
    border: none;
    vertical-align: top;
}
table#cart-view tr td:first-child  {
    padding-left: 10px;
}
table#cart-view tr td:last-child  {
    padding-right: 10px;
}
table#cart-view tr:last-child  {
    border: 0;
}
.cart-view table .item-cart_empty td  {
    position: relative;
    padding: 0px;
    text-align: center;
}
.cart-view table .item-cart_empty td .svgico-mini-cart  {
    padding: 10px 0 5px;
}
.cart-view table .item-cart_empty td .svgico-mini-cart svg  {
    width: 50px;
    height: 50px;
    margin: auto;
}
.cart-view table #total-view-cart  {
    font-weight: 600;
    font-size: 16px;
    color: red;
}
#cart-view tr td ,.table-total tr td  {
    border: none!important;
}
.table-total .close-cart-view {
  color:#337ab7;
  text-align:center;
  font-weight:700;
}
.cart-view .line  {
    float: left;
    width: 100%;
    border-top: 1px solid #e1e3e4;
    margin: 10px 0px;
}
.cart-view a.linktocheckout,.cart-view a.linktocart  {
    padding: 14px 15px;
    position: relative;
    width: 100%;
    white-space: nowrap;
}
@media(min-width: 992px)  {
    .cart-view .cart-view-scroll  {
        overflow-y: scroll;
        max-height: 320px;
        -webkit-overflow-scrolling: touch;
        -ms-scroll-chaining: none;
        overscroll-behavior: none;
    }
    .cart-view .cart-view-scroll::-webkit-scrollbar  {
        width: 2px;
        height: 2px;
    }
    .cart-view .cart-view-scroll::-webkit-scrollbar-track  {
        -webkit-border-radius: 0px;
        border-radius: 0px;
    }
    .cart-view .cart-view-scroll::-webkit-scrollbar-thumb  {
        -webkit-border-radius: 0px;
        border-radius: 0px;
        background: #e1e3e4;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    }
    .cart-view .cart-view-scroll::-webkit-scrollbar-thumb:window-inactive  {
        background: #e1e3e4;
    }
}
.topbar-content  {
    padding: 5px;
}
.topbar-content a  {
    font-weight: 700;
    color: #fff;
}
.topbar-content svg  {
    padding-top: 3px;
    margin-right: 2px;
}
button.btn-addtocart  {
    padding: 15px;
}
.btn-addtocart  {
  font-size: 13px;
  line-height: 40px;
  padding: 0px 35px;
  border-radius: 5px;
  margin-top: 0px;
  border: solid 1px transparent;
  background: #ff9153 !important;
  font-weight: 600;
  align-items: center;
  text-align: center;
  justify-content: center;
  -webkit-box-align: center;
  display: flex;
  flex-flow: column;
  -webkit-box-pack: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  line-height: 16px;
}
#add-to-cart  {
    flex: 1;
    display: flex;
}
button.add-to-cart-related  {
    min-width: unset;
    margin-top: 10px;
    background: #ffb400 !important;
    border-color: #ffb400 !important;
    display: none !important;
    padding: 3px 9px;
    height: 30px;
    font-size: 10px;
}
p i  {
    float: right
}
.ezca-reviews-badge span  {
    border-left: none;
    font-size: 14px;
    padding-left: 0px;
}
.wpo-search-inner  {
    padding: 0px 0px;
}
.section-collection  {
    padding-left: 0px;
    margin-bottom: 50px;
}
.footer-icons  {
    margin-bottom: 25px;
}
.footer-icons p  {
    font-weight: 500;
    margin-bottom: 9px;
    font-size: 14px;
    text-align: center;
}
.footer-icons .icons  {
    display: flex;
    justify-content: center;
}
.footer-icons .icons a  {
    margin-right: 5px;
    max-width: calc(20%);
    height: auto;
    max-height: 48px;
    font-weight: 700;
    cursor: pointer;
    display: block;
}
.footer-icons .icons a.has-border  {
    border: 1.5px solid #d9d9d9;
    border-radius: 5px;
    padding: 0px 2px;
}
.footer-icons .icons img  {
    width: 100%;
}
.coolmom-marketplaces a  {
    color: #fff;
    max-width: 100% !important;
    padding: 10px;
    max-height: fit-content !important;
}
.footer-icons .icons .shopee  {
    background: #d0011a;
}
.footer-icons .icons .lazada  {
    background: #0f156d;
}
.box-freeship  {
  display: inline-block;
  clear:both;
  margin-top:3px;
}
.box-freeship .vi-momo  {
  text-align: center !important;
  margin-right: 0px;
  background-color: #000;
}
.box-freeship a  {
    color: #333;
}
.footer-company-info  {
    margin-bottom: 15px;
}
.footer-company-info p  {
    margin-bottom: 7px;
}
.text-center  {
    text-align: center;
}
.dt-width-100  {
    width: 100%;
    height: auto;
}
.copyrights  {
  background: #000;
  margin: 0px -15px;
  padding: 15px 20px 20px;
  color: #fff;
  border-bottom: 5px solid #d0011b;
}
.copyrights p {
  margin-bottom:0px;
}
.copyrights a {
  color:#fff;
}
img.img-responsive.logoimg  {
    width: 170px;
    max-width: initial;
}
.home-categorize  {
    margin-bottom: 50px;
}
.home-categorize .container  {
    padding-left: 0px;
    padding-right: 0px;
}
@media (min-width: 1200px)  {
    .home-categorize .container, .home-categorize .container-fluid  {
        max-width: 1400px;
    }
}
.home-categorize .wrapbox  {
    background-size: cover;
    border-radius: 5px;
    margin: 0;
    align-items: center;
    -ms-align-items: center;
    color: var(--home-categorize-color);
    background: #ffffff;
    position: relative;
}
.wrapbox-right .row  {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.home-categorize .section-heading  {
    width: 100%;
    padding: 20px 15px 20px 0px;
    margin: 0;
    text-align: center;
}
.home-categorize .section-heading .hTitle  {
    font-size: 30px;
    font-weight: 500;
    margin: 0;
  margin-top:30px;
}
.home-categorize .section-heading .hTitle  {
    white-space: initial;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
@media (min-width: 992px)  {
    .home-categorize .col-lg-12  {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 768px)  {
    .home-categorize .col-md-12  {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.home-categorize .col-12  {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.home-categorize .col7-cus  {
    flex: 0 0 calc(100%/6);
    max-width: calc(100%/6);
}
.home-categorize .wrapbox .listCategorize .item-icon  {
    position: relative;
    padding: 15px 15px;
    height: 100%;
    border: 0.5px solid rgba(0, 0, 0, 0.05);
}
.home-categorize .wrapbox .listCategorize .item-icon .item-img  {
    max-width: 100px;
    max-height: 100px;
    margin: 0 auto 8px;
}
.home-categorize .boxlazy-img__insert  {
    position: relative;
    height: 0;
    display: block;
    width: 100%;
    padding-bottom: 100%;
}
.home-categorize .boxlazy-img__insert img  {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    object-fit: contain;
}
.home-categorize .wrapbox .listCategorize .item-icon .item-title h3  {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    color: var(--home-categorize-color);
}
.home-categorize .wrapbox .listCategorize .item-icon .item-link  {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.box-pro-prices  {
    margin-bottom: 6px;
}
.box-pro-prices .pro-price-del  {
    margin-left: 0 !important;
}
.sale-price-box  {
    float: left;
    margin-right: 5px;
    font-size: 13px;
}
.sale-price-box, .compare-price-box .discount  {
    font-weight: 600;
}
html  {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}
body  {
    margin: 0
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary  {
    display: block
}

a  {
    background-color: transparent
}
a:active,a:hover  {
    outline: 0
}
abbr[title]  {
    border-bottom: 1px dotted
}
b,strong  {
    font-weight: 700
}
dfn  {
    font-style: italic
}
h1  {
    margin: .67em 0;
    font-size: 2em
}

img  {
    border: 0
}
svg:not(:root)  {
    overflow: hidden
}

button,input,optgroup,select,textarea  {
    margin: 0;
    font: inherit;
    color: inherit
}
button  {
    overflow: visible
}
button,select  {
    text-transform: none
}
button,html input[type=button],input[type=reset],input[type=submit]  {
    -webkit-appearance: button;
    cursor: pointer
}

input  {
    line-height: normal
}

table  {
    border-spacing: 0;
    border-collapse: collapse
}
td,th  {
    padding: 0
}
*  {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
:after,:before  {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
html  {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}
body  {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}
button,input,select,textarea  {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

img  {
    vertical-align: middle
}
.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img  {
    display: block;
    max-width: 100%;
    height: auto
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6  {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}
.h1,.h2,.h3,h1,h2,h3  {
    margin-top: 20px;
    margin-bottom: 10px
}

.h4,.h5,.h6,h4,h5,h6  {
    margin-top: 10px;
    margin-bottom: 10px
}
.h1,h1  {
    font-size: 36px
}
.h2,h2  {
    font-size: 30px
}
.h3,h3  {
    font-size: 24px
}
.h4,h4  {
    font-size: 18px
}
p  {
    margin: 0 0 10px
}

.text-left  {
    text-align: left
}
.text-right  {
    text-align: right
}
.text-center  {
    text-align: center
}

ol,ul  {
    margin-top: 0;
    margin-bottom: 10px
}
ol ol,ol ul,ul ol,ul ul  {
    margin-bottom: 0
}

.container  {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
@media (min-width: 768px)  {
    .container  {
        width:750px
    }
}
@media (min-width: 992px)  {
    .container  {
        width:970px
    }
}
@media (min-width: 1200px)  {
    .container  {
        width:1170px
    }
}
.container-fluid  {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
.row  {
    margin-right: -15px;
    margin-left: -15px
}
.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9  {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}
.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9  {
    float: left
}
.col-xs-12  {
    width: 100%
}

.col-xs-6  {
    width: 50%
}

@media (min-width: 768px)  {
    .col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9  {
        float:left
    }
    .col-sm-12  {
        width: 100%
    }
    .col-sm-11  {
        width: 91.66666667%
    }
    .col-sm-10  {
        width: 83.33333333%
    }
    .col-sm-9  {
        width: 75%
    }
    .col-sm-8  {
        width: 66.66666667%
    }
    .col-sm-7  {
        width: 58.33333333%
    }
    .col-sm-6  {
        width: 50%
    }
    .col-sm-5  {
        width: 41.66666667%
    }
    .col-sm-4  {
        width: 33.33333333%
    }
    .col-sm-3  {
        width: 25%
    }
    .col-sm-2  {
        width: 16.66666667%
    }
    .col-sm-1  {
        width: 8.33333333%
    }
    .col-sm-pull-12  {
        right: 100%
    }
    .col-sm-pull-11  {
        right: 91.66666667%
    }
    .col-sm-pull-10  {
        right: 83.33333333%
    }
    .col-sm-pull-9  {
        right: 75%
    }
    .col-sm-pull-8  {
        right: 66.66666667%
    }
    .col-sm-pull-7  {
        right: 58.33333333%
    }
    .col-sm-pull-6  {
        right: 50%
    }
    .col-sm-pull-5  {
        right: 41.66666667%
    }
    .col-sm-pull-4  {
        right: 33.33333333%
    }
    .col-sm-pull-3  {
        right: 25%
    }
    .col-sm-pull-2  {
        right: 16.66666667%
    }
    .col-sm-pull-1  {
        right: 8.33333333%
    }
    .col-sm-pull-0  {
        right: auto
    }
    .col-sm-push-12  {
        left: 100%
    }
    .col-sm-push-11  {
        left: 91.66666667%
    }
    .col-sm-push-10  {
        left: 83.33333333%
    }
    .col-sm-push-9  {
        left: 75%
    }
    .col-sm-push-8  {
        left: 66.66666667%
    }
    .col-sm-push-7  {
        left: 58.33333333%
    }
    .col-sm-push-6  {
        left: 50%
    }
    .col-sm-push-5  {
        left: 41.66666667%
    }
    .col-sm-push-4  {
        left: 33.33333333%
    }
    .col-sm-push-3  {
        left: 25%
    }
    .col-sm-push-2  {
        left: 16.66666667%
    }
    .col-sm-push-1  {
        left: 8.33333333%
    }
    .col-sm-push-0  {
        left: auto
    }
    .col-sm-offset-12  {
        margin-left: 100%
    }
    .col-sm-offset-11  {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10  {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9  {
        margin-left: 75%
    }
    .col-sm-offset-8  {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7  {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6  {
        margin-left: 50%
    }
    .col-sm-offset-5  {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4  {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3  {
        margin-left: 25%
    }
    .col-sm-offset-2  {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1  {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0  {
        margin-left: 0
    }
}
@media (min-width: 992px)  {
    .col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9  {
        float:left
    }
    .col-md-12  {
        width: 100%
    }
    .col-md-11  {
        width: 91.66666667%
    }
    .col-md-10  {
        width: 83.33333333%
    }
    .col-md-9  {
        width: 75%
    }
    .col-md-8  {
        width: 66.66666667%
    }
    .col-md-7  {
        width: 58.33333333%
    }
    .col-md-6  {
        width: 50%
    }
    .col-md-5  {
        width: 41.66666667%
    }
    .col-md-4  {
        width: 33.33333333%
    }
    .col-md-3  {
        width: 25%
    }
    .col-md-2  {
        width: 16.66666667%
    }
    .col-md-1  {
        width: 8.33333333%
    }
    .col-md-pull-12  {
        right: 100%
    }
    .col-md-pull-11  {
        right: 91.66666667%
    }
    .col-md-pull-10  {
        right: 83.33333333%
    }
    .col-md-pull-9  {
        right: 75%
    }
    .col-md-pull-8  {
        right: 66.66666667%
    }
    .col-md-pull-7  {
        right: 58.33333333%
    }
    .col-md-pull-6  {
        right: 50%
    }
    .col-md-pull-5  {
        right: 41.66666667%
    }
    .col-md-pull-4  {
        right: 33.33333333%
    }
    .col-md-pull-3  {
        right: 25%
    }
    .col-md-pull-2  {
        right: 16.66666667%
    }
    .col-md-pull-1  {
        right: 8.33333333%
    }
    .col-md-pull-0  {
        right: auto
    }
    .col-md-push-12  {
        left: 100%
    }
    .col-md-push-11  {
        left: 91.66666667%
    }
    .col-md-push-10  {
        left: 83.33333333%
    }
    .col-md-push-9  {
        left: 75%
    }
    .col-md-push-8  {
        left: 66.66666667%
    }
    .col-md-push-7  {
        left: 58.33333333%
    }
    .col-md-push-6  {
        left: 50%
    }
    .col-md-push-5  {
        left: 41.66666667%
    }
    .col-md-push-4  {
        left: 33.33333333%
    }
    .col-md-push-3  {
        left: 25%
    }
    .col-md-push-2  {
        left: 16.66666667%
    }
    .col-md-push-1  {
        left: 8.33333333%
    }
    .col-md-push-0  {
        left: auto
    }
    .col-md-offset-12  {
        margin-left: 100%
    }
    .col-md-offset-11  {
        margin-left: 91.66666667%
    }
    .col-md-offset-10  {
        margin-left: 83.33333333%
    }
    .col-md-offset-9  {
        margin-left: 75%
    }
    .col-md-offset-8  {
        margin-left: 66.66666667%
    }
    .col-md-offset-7  {
        margin-left: 58.33333333%
    }
    .col-md-offset-6  {
        margin-left: 50%
    }
    .col-md-offset-5  {
        margin-left: 41.66666667%
    }
    .col-md-offset-4  {
        margin-left: 33.33333333%
    }
    .col-md-offset-3  {
        margin-left: 25%
    }
    .col-md-offset-2  {
        margin-left: 16.66666667%
    }
    .col-md-offset-1  {
        margin-left: 8.33333333%
    }
    .col-md-offset-0  {
        margin-left: 0
    }
}
@media (min-width: 1200px)  {
    .col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9  {
        float:left
    }
    .col-lg-12  {
        width: 100%
    }
    .col-lg-11  {
        width: 91.66666667%
    }
    .col-lg-10  {
        width: 83.33333333%
    }
    .col-lg-9  {
        width: 75%
    }
    .col-lg-8  {
        width: 66.66666667%
    }
    .col-lg-7  {
        width: 58.33333333%
    }
    .col-lg-6  {
        width: 50%
    }
    .col-lg-5  {
        width: 41.66666667%
    }
    .col-lg-4  {
        width: 33.33333333%
    }
    .col-lg-3  {
        width: 25%
    }
    .col-lg-2  {
        width: 16.66666667%
    }
    .col-lg-1  {
        width: 8.33333333%
    }
    .col-lg-pull-12  {
        right: 100%
    }
    .col-lg-pull-11  {
        right: 91.66666667%
    }
    .col-lg-pull-10  {
        right: 83.33333333%
    }
    .col-lg-pull-9  {
        right: 75%
    }
    .col-lg-pull-8  {
        right: 66.66666667%
    }
    .col-lg-pull-7  {
        right: 58.33333333%
    }
    .col-lg-pull-6  {
        right: 50%
    }
    .col-lg-pull-5  {
        right: 41.66666667%
    }
    .col-lg-pull-4  {
        right: 33.33333333%
    }
    .col-lg-pull-3  {
        right: 25%
    }
    .col-lg-pull-2  {
        right: 16.66666667%
    }
    .col-lg-pull-1  {
        right: 8.33333333%
    }
    .col-lg-pull-0  {
        right: auto
    }
    .col-lg-push-12  {
        left: 100%
    }
    .col-lg-push-11  {
        left: 91.66666667%
    }
    .col-lg-push-10  {
        left: 83.33333333%
    }
    .col-lg-push-9  {
        left: 75%
    }
    .col-lg-push-8  {
        left: 66.66666667%
    }
    .col-lg-push-7  {
        left: 58.33333333%
    }
    .col-lg-push-6  {
        left: 50%
    }
    .col-lg-push-5  {
        left: 41.66666667%
    }
    .col-lg-push-4  {
        left: 33.33333333%
    }
    .col-lg-push-3  {
        left: 25%
    }
    .col-lg-push-2  {
        left: 16.66666667%
    }
    .col-lg-push-1  {
        left: 8.33333333%
    }
    .col-lg-push-0  {
        left: auto
    }
    .col-lg-offset-12  {
        margin-left: 100%
    }
    .col-lg-offset-11  {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10  {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9  {
        margin-left: 75%
    }
    .col-lg-offset-8  {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7  {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6  {
        margin-left: 50%
    }
    .col-lg-offset-5  {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4  {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3  {
        margin-left: 25%
    }
    .col-lg-offset-2  {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1  {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0  {
        margin-left: 0
    }
}
table  {
    background-color: transparent
}

.collapse  {
    display: none
}
.input-group  {
    position: relative;
    display: table;
    border-collapse: separate
}
.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before  {
    display: table;
    content: " "
}
.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after  {
    clear: both
}

.hidden  {
    display: none!important
}
.affix  {
    position: fixed
}
@-ms-viewport  {
    width: device-width
}
.visible-lg,.visible-md,.visible-sm,.visible-xs  {
    display: none!important
}
.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block  {
    display: none!important
}
@media (max-width: 767px)  {
    .visible-xs  {
        display:block!important
    }
    table.visible-xs  {
        display: table!important
    }
    tr.visible-xs  {
        display: table-row!important
    }
    td.visible-xs,th.visible-xs  {
        display: table-cell!important
    }
}
@media (max-width: 767px)  {
    .visible-xs-block  {
        display:block!important
    }
}
@media (max-width: 767px)  {
    .visible-xs-inline  {
        display:inline!important
    }
}
@media (max-width: 767px)  {
    .visible-xs-inline-block  {
        display:inline-block!important
    }
}
@media (min-width: 768px) and (max-width:991px)  {
    .visible-sm  {
        display:block!important
    }
    table.visible-sm  {
        display: table!important
    }
    tr.visible-sm  {
        display: table-row!important
    }
    td.visible-sm,th.visible-sm  {
        display: table-cell!important
    }
}
@media (min-width: 768px) and (max-width:991px)  {
    .visible-sm-block  {
        display:block!important
    }
}
@media (min-width: 768px) and (max-width:991px)  {
    .visible-sm-inline  {
        display:inline!important
    }
}
@media (min-width: 768px) and (max-width:991px)  {
    .visible-sm-inline-block  {
        display:inline-block!important
    }
}
@media (min-width: 992px) and (max-width:1199px)  {
    .visible-md  {
        display:block!important
    }
    table.visible-md  {
        display: table!important
    }
    tr.visible-md  {
        display: table-row!important
    }
    td.visible-md,th.visible-md  {
        display: table-cell!important
    }
}
@media (min-width: 992px) and (max-width:1199px)  {
    .visible-md-block  {
        display:block!important
    }
}
@media (min-width: 992px) and (max-width:1199px)  {
    .visible-md-inline  {
        display:inline!important
    }
}
@media (min-width: 992px) and (max-width:1199px)  {
    .visible-md-inline-block  {
        display:inline-block!important
    }
}
@media (min-width: 1200px)  {
    .visible-lg  {
        display:block!important
    }
    table.visible-lg  {
        display: table!important
    }
    tr.visible-lg  {
        display: table-row!important
    }
    td.visible-lg,th.visible-lg  {
        display: table-cell!important
    }
}
@media (min-width: 1200px)  {
    .visible-lg-block  {
        display:block!important
    }
}
@media (min-width: 1200px)  {
    .visible-lg-inline  {
        display:inline!important
    }
}
@media (min-width: 1200px)  {
    .visible-lg-inline-block  {
        display:inline-block!important
    }
}
@media (max-width: 767px)  {
    .hidden-xs  {
        display:none!important
    }
}
@media (min-width: 768px) and (max-width:991px)  {
    .hidden-sm  {
        display:none!important
    }
}
@media (min-width: 992px) and (max-width:1199px)  {
    .hidden-md  {
        display:none!important
    }
}
@media (min-width: 1200px)  {
    .hidden-lg  {
        display:none!important
    }
}
.visible-print  {
    display: none!important
}
@media print  {
    .visible-print  {
        display: block!important
    }
    table.visible-print  {
        display: table!important
    }
    tr.visible-print  {
        display: table-row!important
    }
    td.visible-print,th.visible-print  {
        display: table-cell!important
    }
}
.visible-print-block  {
    display: none!important
}
@media print  {
    .visible-print-block  {
        display: block!important
    }
}
.visible-print-inline  {
    display: none!important
}
@media print  {
    .visible-print-inline  {
        display: inline!important
    }
}
.visible-print-inline-block  {
    display: none!important
}
@media print  {
    .visible-print-inline-block  {
        display: inline-block!important
    }
}
@media print  {
    .hidden-print  {
        display: none!important
    }
}
.fa.fa-pull-left,.fa.pull-left  {
    margin-right: .3em
}
.fa,.fa-stack  {
    display: inline-block
}
.fa-fw,.fa-li  {
    text-align: center
}
.fa  {
    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
}
.fa-ul  {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}
.fa.fa-pull-right,.fa.pull-right  {
    margin-left: .3em
}
.fa-ul>li  {
    position: relative
}
.fa-li  {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em
}
.fa-li.fa-lg  {
    left: -1.85714286em
}
.fa-border  {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}
.fa-pull-left  {
    float: left
}
.fa-pull-right,.pull-right  {
    float: right
}
.pull-left  {
    float: left
}
.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(0);
        transform: rotate(0)
    }
    100%  {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
@keyframes fa-spin  {
    0%  {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    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-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90  {
    filter: none
}
.fa-stack  {
    position: relative;
    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-close:before,.fa-remove: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-cog:before,.fa-gear: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-repeat:before,.fa-rotate-right: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-image:before,.fa-photo: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-exclamation-triangle:before,.fa-warning: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-cogs:before,.fa-gears: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-floppy-o:before,.fa-save:before  {
    content: "\f0c7"
}
.fa-square:before  {
    content: "\f0c8"
}
.fa-bars:before,.fa-navicon:before,.fa-reorder: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-sort:before,.fa-unsorted:before  {
    content: "\f0dc"
}
.fa-sort-desc:before,.fa-sort-down:before  {
    content: "\f0dd"
}
.fa-sort-asc:before,.fa-sort-up:before  {
    content: "\f0de"
}
.fa-envelope:before  {
    content: "\f0e0"
}
.fa-linkedin:before  {
    content: "\f0e1"
}
.fa-rotate-left:before,.fa-undo:before  {
    content: "\f0e2"
}
.fa-gavel:before,.fa-legal:before  {
    content: "\f0e3"
}
.fa-dashboard:before,.fa-tachometer:before  {
    content: "\f0e4"
}
.fa-comment-o:before  {
    content: "\f0e5"
}
.fa-comments-o:before  {
    content: "\f0e6"
}
.fa-bolt:before,.fa-flash:before  {
    content: "\f0e7"
}
.fa-sitemap:before  {
    content: "\f0e8"
}
.fa-umbrella:before  {
    content: "\f0e9"
}
.fa-clipboard:before,.fa-paste: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-chain-broken:before,.fa-unlink: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-caret-square-o-down:before,.fa-toggle-down:before  {
    content: "\f150"
}
.fa-caret-square-o-up:before,.fa-toggle-up:before  {
    content: "\f151"
}
.fa-caret-square-o-right:before,.fa-toggle-right:before  {
    content: "\f152"
}
.fa-eur:before,.fa-euro:before  {
    content: "\f153"
}
.fa-gbp:before  {
    content: "\f154"
}
.fa-dollar:before,.fa-usd:before  {
    content: "\f155"
}
.fa-inr:before,.fa-rupee:before  {
    content: "\f156"
}
.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before  {
    content: "\f157"
}
.fa-rouble:before,.fa-rub:before,.fa-ruble:before  {
    content: "\f158"
}
.fa-krw:before,.fa-won: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-caret-square-o-left:before,.fa-toggle-left:before  {
    content: "\f191"
}
.fa-dot-circle-o:before  {
    content: "\f192"
}
.fa-wheelchair:before  {
    content: "\f193"
}
.fa-vimeo-square:before  {
    content: "\f194"
}
.fa-try:before,.fa-turkish-lira: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-bank:before,.fa-institution:before,.fa-university:before  {
    content: "\f19c"
}
.fa-graduation-cap:before,.fa-mortar-board: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-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before  {
    content: "\f1c5"
}
.fa-file-archive-o:before,.fa-file-zip-o:before  {
    content: "\f1c6"
}
.fa-file-audio-o:before,.fa-file-sound-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-ring:before,.fa-life-saver:before,.fa-support:before  {
    content: "\f1cd"
}
.fa-circle-o-notch:before  {
    content: "\f1ce"
}
.fa-ra:before,.fa-rebel:before,.fa-resistance:before  {
    content: "\f1d0"
}
.fa-empire:before,.fa-ge:before  {
    content: "\f1d1"
}
.fa-git-square:before  {
    content: "\f1d2"
}
.fa-git:before  {
    content: "\f1d3"
}
.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before  {
    content: "\f1d4"
}
.fa-tencent-weibo:before  {
    content: "\f1d5"
}
.fa-qq:before  {
    content: "\f1d6"
}
.fa-wechat:before,.fa-weixin:before  {
    content: "\f1d7"
}
.fa-paper-plane:before,.fa-send:before  {
    content: "\f1d8"
}
.fa-paper-plane-o:before,.fa-send-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-futbol-o:before,.fa-soccer-ball-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-ils:before,.fa-shekel:before,.fa-sheqel: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-bed:before,.fa-hotel:before  {
    content: "\f236"
}
.fa-viacoin:before  {
    content: "\f237"
}
.fa-train:before  {
    content: "\f238"
}
.fa-subway:before  {
    content: "\f239"
}
.fa-medium:before  {
    content: "\f23a"
}
.fa-y-combinator:before,.fa-yc: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-full:before,.fa-battery: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-paper-o:before,.fa-hand-stop-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-television:before,.fa-tv: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-american-sign-language-interpreting:before,.fa-asl-interpreting:before  {
    content: "\f2a3"
}
.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before  {
    content: "\f2a4"
}
.fa-glide:before  {
    content: "\f2a5"
}
.fa-glide-g:before  {
    content: "\f2a6"
}
.fa-sign-language:before,.fa-signing: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-address-card:before,.fa-vcard:before  {
    content: "\f2bb"
}
.fa-address-card-o:before,.fa-vcard-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-full:before,.fa-thermometer: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-bath:before,.fa-bathtub:before,.fa-s15: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
}
.pro-loop .product-img .product-sale,.pro-loop .product-img .sold-out{
	position: absolute;
	font-size: 12px;
	line-height: 1;
	padding: 3px;
	font-weight: bold;
	z-index: 9;
	color: #252a2b;
	background: #fff;
  border-radius:3px;
}
.pro-loop .product-img .product-sale {top: 10px;left: 10px;color:#fff;background-color:#d0011b;}
.pro-loop .product-img .sold-out {right: 10px;top:10px}
.pro-loop .product-img .sold-out span{opacity: .66;}
.pro-price-mb {display:none;}
.pro-loop .product-img button {
	border-radius: 0;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	border: 0;
	background: #191919;
	color: #fff;
	padding: 6px 20px;
}

/*--------------------------------------------------------------------
PRODUCT DETAIL 
--------------------------------------------------------------------*/
.product-detail-wrapper {padding: 30px 0;}
.product-detail-wrapper h2 {}
.product-detail-main {margin-bottom: 30px;}
.product-title {
  padding: 0px;
  margin-top:-6px;
}
.product-title h1 {
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 5px;
	line-height: initial;
  display: contents;
}
#pro_sku {margin-right: 0px;margin-top: 6px;}
.hook-reviews {border-bottom: 1px dotted #dfe0e1;padding-bottom: 15px;}
.hook-reviews .rating {
	line-height: 1;
	position: relative;
	white-space: nowrap;
	display: inline-block;
	width
}
.hook-reviews .rating .rating {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
	overflow: hidden;
	line-height: 1;
}
.hook-reviews .rating .icon {display: inline-block;}
.hook-reviews .rating .icon::before {
	color: #d5d5d5;
	content: "\f005";
	font-family: "FontAwesome",sans-serif;
	font-size: 13px;
	font-style: normal;
}
.hook-reviews .rating .icon.star-full::before {color: #ffae00;}
.number-rating {padding-left: 5px;font-size: 13px;}
.product-price {padding: 0px 0 9px;}
.product-price span.pro-price {
	font-size: 26px;
	font-weight: bold;
	color:#fff;
	margin-right:5px;
  display:block;
}
.product-price span.pro-sale{
    font-size: 15px;
    font-weight: 700;
    font-style: italic;
    color:#fff;
  display: none;
}
.product-price del{font-size:13px;color:#e9b0b0;font-weight:500;margin-right:5px;}
.selector-actions {margin-top:12px; width: 100%;}
.quantity-area {margin-bottom:15px;}
.quantity-area input#quantity {
	background: #fff;
	font-weight: 600;
	height: 32px;
	padding: 0;
	text-align: center;
	width: 70px;
	border: 1px solid #f5f5f5;
	border-left: none;
	border-right: none;
	border-radius: 1px;
	float: left;
	-webkit-appearance: none;
}
.quantity-area input.qty-btn {
	float: left;
	background: #f5f5f5;
	border: solid 1px #f5f5f5;
	cursor: pointer;
	font-weight: 600;
	font-size: 16px;
	outline: none;
	height: 32px;
	width: 32px;
	text-align: center;
	border-radius: 0;
}
button.btn-addtocart[disabled] {opacity: 0.8;}
.product-description {margin: 0px 0 0px;padding-top: 15px;}
.product-description .title-bl h2,
.product-description h2{
	font-size:19px;	
	font-weight:700;
	line-height:1.3em;
}
.product-description h3{
	font-size:16px;	
	font-weight:700;
	line-height:1.3em;
}
.description-productdetail * { max-width: 100% !important; }
.description-productdetail a {color:#337ab7;font-weight:700;}
.description-productdetail ul {list-style: initial; padding-left: 20px; }
.description-productdetail ol {list-style-type: decimal; padding-left: 20px; }
.description-productdetail ol li, .description-productdetail ul li {margin-top:9px;}
.description-productdetail ul ul {list-style-type: circle; }
..description-productdetail ul ul ul {list-style-type: square; }
..description-productdetail ul li, .description-productdetail ol li { margin: 5px 0; }
.product-gallery__thumbs-container {
	width: 9%;
	margin-right: 10px;
}
.product-gallery__thumbs {
	box-sizing: border-box;	width: 100%;padding-bottom:1px;
	position: -webkit-sticky;position: sticky;top: 65px;

}
.product-gallery__thumb a {background-color: #f3f3f3;display: block;}
.product-gallery__thumb {
	line-height: 0;
	margin-bottom: 10px;
	border: 1px solid #f7f7f8;
	width: 100%
}
.product-gallery__thumb:last-child {margin-bottom: 0}
.product-gallery__thumb:hover {border-color: #a3a5a7}
.product-gallery__thumb img {
	cursor: pointer;
	background-color: #f7f7f8;
	width: 100%;
	height:100%;
}
.product-gallery__thumb.active,
.product-gallery__thumb.active:hover {border-color: #808284}
.product-gallery__thumb.active img {opacity: .9;width: 100%}
.product-gallery {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.product-image-detail {
	width: 91%;
	padding-left: 10px;
	position:relative;
}
.product-gallery-item {text-align:center;margin-bottom: 10px}
.product-full-img {text-align: center;}
.product-full-img .no_image {width: 50%;}
.product-image-detail ul {margin:0;}
.swatch { padding:10px 0 0;width: 100%; float: left;}
.swatch .header{
	margin:0 0 8px;
	font-size:13px;
	text-align:left;
	line-height: initial;
  color: #fff;
}
.swatch input { display:none;}
.swatch > label.tt-label {
	margin-right: 10px;
	font-size: 14px;
	font-weight: 500; 
	vertical-align: middle;
	text-transform: uppercase;
	width: 85px;
	text-align: right;
}
.swatch .select-swap {display: inline-block;	vertical-align: middle;}
.swatch input {display: none;}
.swatch .swatch-element {display: inline-block;	margin-bottom: 5px; margin-right: 3px;position: relative;vertical-align: bottom;}
.swatch .swatch-element label{
	display: block;
	margin: 0;
	background: #fff;
	width: auto;
	min-width:40px;
	padding: 0px 5px;
	line-height: 2em;
	position: relative;
	border: 1px solid #e5e5e5;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	cursor: pointer;
  border-radius: 2px;
}
.swatch .swatch-element.color.soldout label span {overflow: hidden;position: relative;}
.swatch .swatch-element.color.soldout label span:before {
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 50%;
	height:50%;
	background: url(//theme.hstatic.net/200000522195/1001379083/14/sold_out.png?v=173) no-repeat;
	background-size: contain;
}
//.swatch .swatch-element.soldout label{opacity:0.5}
.swatch .swatch-element.color label{
	width:50px;
	height:50px;
	padding:3px;
	border-radius: 50%;
	border: none;
}
.swatch .swatch-element.color span {
	display: block;
	width: 100%;
	height: 100%;
	margin-top: 0;
	font-size: 0;
	border-radius: 50%;
	border: 1px solid #dfe0e1;
}
.swatch .swatch-element.color label.sd {background: transparent;border:1px solid #808284}
.swatch .swatch-element label.sd{
	border: 1px solid #000;
	background: #000;
	color: #fff;
}
.swatch .swatch-element.soldout:not(.color) label {overflow: hidden;}
.swatch .swatch-element.soldout:not(.color) label:before {
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 50%;
	height:50%;
	background: url(//theme.hstatic.net/200000522195/1001379083/14/sold_out.png?v=173) no-repeat;
	background-size: contain;
}

label[for="product-select-option-0"] { display: none; }
label[for="product-select-option-1"] { display: none; }
label[for="product-select-option-2"] { display: none; }
#product-select-option-0 { display: none; }
#product-select-option-1 { display: none; }
#product-select-option-2 { display: none; }
#product-select-option-0 + .custom-style-select-box { display: none !important; }
#product-select-option-1 + .custom-style-select-box { display: none !important; }
#product-select-option-2 + .custom-style-select-box { display: none !important; }
@media (max-width:767px) {
	.swatch .swatch-element.color {margin:5px 8px 5px 0;}
  .fb-messenger {display:inline !important;}
}

/* ------------------- Setting varian màu sắc -------------------- */

/* ------------------- Setting varian màu sắc -------------------- */




.color.swatch-element label.trang-nature span {
	background: #ffffff !important;
}




.color.swatch-element label.vang-vanilla span {
	background: #ffd32a !important;
}




.color.swatch-element label.hong-ruby span {
	background: #ff00c4 !important;
}




.color.swatch-element label.hong-pastel span {
	background: #9013fe !important;
}




.color.swatch-element label.hong-rouge span {
	background: #9013fe !important;
}




.color.swatch-element label.hong-flamingo span {
	background: #bd10e0 !important;
}




.color.swatch-element label.xam-fog span {
	background: #9b9b9b !important;
}




.color.swatch-element label.xam-iron span {
	background: #9b9b9b !important;
}




.color.swatch-element label.den-metal span {
	background: #000000 !important;
}




.color.swatch-element label.xanh-cyan span {
	background: #4a90e2 !important;
}




.color.swatch-element label.xanh-pickle span {
	background: #417505 !important;
}




.color.swatch-element label.pure-apple span {
	background: #6ab04c !important;
}




.color.swatch-element label.blue span {
	background: #0c2461 !important;
}




.color.swatch-element label.kem span {
	background: #f1a874 !important;
}




.color.swatch-element label. span {
	background: #ffffff !important;
}




.color.swatch-element label. span {
	background: #ffffff !important;
}




.color.swatch-element label. span {
	background: #ffffff !important;
}




.color.swatch-element label. span {
	background: #ffffff !important;
}




.color.swatch-element label. span {
	background: #ffffff !important;
}




.color.swatch-element label. span {
	background: #ffffff !important;
}




.color.swatch-element label. span {
	background: #ffffff !important;
}




.color.swatch-element label. span {
	background: #ffffff !important;
}




.color.swatch-element label. span {
	background: #ffffff !important;
}




.color.swatch-element label. span {
	background: #ffffff !important;
}




.color.swatch-element label. span {
	background: #ffffff !important;
}




.color.swatch-element label. span {
	background: #ffffff !important;
}




.color.swatch-element label. span {
	background: #ffffff !important;
}




.color.swatch-element label. span {
	background: #ffffff !important;
}




.color.swatch-element label. span {
	background: #ffffff !important;
}




.color.swatch-element label. span {
	background: #ffffff !important;
}


.tag-wrapper label{	display: inline-block;margin-right:10px;font-size:14px;font-weight:700;}
.tag-wrapper ul.tags {display: inline-block;}
.tag-wrapper ul.tags li {display: inline-block;list-style-type: none;margin-right:3px;}
.tag-wrapper ul.tags li:after {content: ",";}
.product-image__button {
	position: -webkit-sticky;
	position: sticky;
	bottom: 0;
	z-index:10;
}
.product-sharing,.product-zoom,.gallery-index{
	position: absolute;
	z-index: 6;
}
.product-sharing{	
	display: none;
	height: auto;	
	width: 26px;
	left: 10%;	
	bottom: 50px;
	cursor: pointer;
	padding-bottom: 30px;
	-ms-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition:transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.product-sharing .icon {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
}
.product-sharing a {
	width: 26px;
	position: absolute;
	text-align: center;
	padding: 30px 0;
	margin-bottom: 0;	
	opacity: 0;
	visibility: hidden;
	display: block;
	-ms-transform:transform: translateY(50%);
	-webkit-transform:transform: translateY(50%);
	transform: translateY(50%);
}
.product-sharing a:nth-child(2){bottom:30px;-ms-transition:all 150ms linear;-webkit-transition:all 150ms linear;transition:all 150ms linear}
.product-sharing a:nth-child(3){bottom:80px;-ms-transition:all 150ms linear 100ms;-webkit-transition:all 150ms linear 100ms;transition:all 150ms linear 100ms}
.product-sharing a:nth-child(4){bottom:130px;-ms-transition:all 150ms linear 200ms;-webkit-transition:all 150ms linear 200ms;transition:all 150ms linear 200ms}
.product-sharing a:nth-child(5){bottom:130px;-ms-transition:all 150ms linear 200ms;-webkit-transition:all 150ms linear 200ms;transition:all 150ms linear 200ms}.product-sharing a:nth-child(5){bottom:180px;-ms-transition:all 150ms linear 300ms;-webkit-transition:all 150ms linear 300ms;transition:all 150ms linear 300ms}
.product-sharing:hover a{-ms-transform:translateY(0);-webkit-transform:translateY(0);transform:translateY(0);opacity:1;visibility:visible}
.product-sharing a svg{fill:#000;width:24px;height:24px;}
.product-sharing a:hover svg{fill:#65d1e6;}
.product-zoom {
	width: 30px;
	height: 30px;
	overflow: visible;
	cursor: pointer;
	top: auto;
	bottom: 68px;
	right: 0;
	left: 0;
	margin:auto;
	-ms-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94),right 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
	-webkit-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94),right 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94),right 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
.product-zoom polyline,.product-sharing .icon svg{fill:#000;}
.product-zoom polyline{-ms-transform:scale(0.9);-webkit-transform:scale(0.9);transform:scale(0.9);transform-origin:center;-ms-transition:transform 150ms linear;-webkit-transition:transform 150ms linear;transition:transform 150ms linear}
@media(min-width:992px){
	.product-zoom:hover polyline:nth-child(1){-ms-transform: scale(0.9) translate3d(-2px, -2px, 0);	-webkit-transform: scale(0.9) translate3d(-2px, -2px, 0);transform: scale(0.9) translate3d(-2px, -2px, 0);}
	.product-zoom:hover polyline:nth-child(2){-ms-transform:scale(0.9) translate3d(2px, -2px, 0);-webkit-transform:scale(0.9) translate3d(2px, -2px, 0);transform: scale(0.9) translate3d(2px, -2px, 0);}
	.product-zoom:hover polyline:nth-child(3){-ms-transform:scale(0.9) translate3d(2px, 2px, 0);-webkit-transform:scale(0.9) translate3d(2px, 2px, 0);transform: scale(0.9) translate3d(2px, 2px, 0);}
	.product-zoom:hover polyline:nth-child(4){-ms-transform:scale(0.9) translate3d(-2px, 2px, 0);-webkit-transform:scale(0.9) translate3d(-2px, 2px, 0);transform:scale(0.9) translate3d(-2px, 2px, 0)}
}

.gallery-index {
	display: none;
	bottom: 55px;
	width: 47px;
	font-size:13px;
	text-align: center;
	font-weight: bold;
	cursor: default;
	right: 10%;
	-ms-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.icon-pr-fix{-ms-transition:transition: all 300ms linear;-webkit-transition:transition: all 300ms linear;transition:all 300ms linear}

/* ------------------- Zoom product  ------------------------ */
#divzoom {
	position: fixed;
	display: none;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100vh;
	overflow: hidden;
	width: 100vw;
	background: #fff;
}
#divzoom #closedivZoom {
	position: absolute;
	z-index: 1000;
	border: 2px solid #333;
	top: 15px;
	right: 20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: transparent;
}
#divzoom #closedivZoom i:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 2px;
	background: #333;
	left: 20%;
	top: calc(50% - 3px);
	z-index: 1001;
	display: block;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform: rotate(45deg);
}
#divzoom #closedivZoom i:after {
	content: "";
	position: absolute;
	width: 20px;
	height: 2px;
	background: #333;
	right: 30%;
	top: calc(50% - 3px);
	z-index: 1001;
	display: block;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform: rotate(-45deg);
}
#divzoom #closedivZoom i {position: relative;width: 40px;height: 40px;display: block;}
.divzoom_main{ height: calc(100vh - 40px);}
.divzoom_main .product-thumb{height:100%;width:100%;}
.divzoom_main .product-thumb img{max-height:100%;}
body.open_layer {overflow: hidden;}
.list-productRelated .heading-title {padding:10px;margin-bottom:20px;}
.list-productRelated h2 {padding: 15px 0px 10px;font-weight:700;color:#fff;}
.list-productRelated .pro-loop .product-img button {width: 70%;}


.description-productdetail table {min-width: initial!important;}
/* STYLE PRODUCT PAGE */
.pr_style_02 .product-image-detail {width: 100%;padding-left: 0px;position:relative;}
.pr_style_02 .product-gallery-item {margin-bottom: 10px}
@media(min-width:992px){
	.pr_style_02 .product-gallery-item {width: 50%;	padding-right:5px;float:left;}
	.pr_style_02 .product-gallery-item:nth-of-type(2n) {padding-left:5px;	padding-right:0;}
	/*.pr_style_03 button.btn-addtocart {width: 100%;}*/
	.pr_style_02 .product-gallery-item:nth-of-type(2n+1){clear: both;}
	.pr_style_03 .product-gallery__thumbs {position: initial;top: 0;}
	.pr_style_03 .product-content-img {position: -webkit-sticky;position: sticky;top: 70px;}
	.pr_style_03 .product-content-desc {position: initial;top:0;}
}
/*--------------------------------------------------------------------------------
COLLECTION 
--------------------------------------------------------------------------------*/
.wrap-collection-title .heading-collection {margin: 20px 0 0px -15px;}
.wrap-collection-title .heading-collection h1{
	font-size:24px;	
	font-weight: 700;
	margin:0;
}
.alert-no p,.alert-no-filter p{margin:10px 0 20px;}

/* ---------------------------  MENU CATEGORY  --------------------------- */
.tree-menu li a {
	padding: 5px 5px 5px 0;
	color: #666;
	line-height: 26px; 
	font-size: 12px;
}
.tree-menu > li > a {
	color: #252a2b;
	font-weight: 500;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 1px;
}
.tree-menu li.has-child ul {display: none;}
.tree-menu li.has-child:first-child ul {display: block;}
.tree-menu li.has-child > ul {padding-left: 15px;}
.tree-menu li a .icon-control {
	font-size:8px;
	position:relative;
	top: -2px;
}

/* ---------------------------  FILTER  --------------------------- */
.content-filter .option{margin-top:30px;}
.option .lb-filter{	display: block;	font-size: 15px;	opacity: .92;	margin-bottom: 0px;}
.custom-dropdown {
	display: inline-block;
	position: relative;
	vertical-align: middle;	
	max-width: 100%;
	overflow: hidden;
	border-radius:0px;
} 
.custom-dropdown::after {
	content: "\f078";
	font-family: FontAwesome;
	font-size: 13px;
	color: #252a2b;
	opacity: .42;
	display: block;
	position: absolute;
	top: 10px;
	right: 17px;
}
.option .custom-dropdown .custom-dropdown__select {
	font-size: 14px;
	width: 100%;
	display: block;
	height: 30px;
	padding: 0 20px 0 0;
	border-color: transparent;
	border-bottom: 1px solid #000;
	background-color: #fff;
	outline: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
	text-indent: 1px;
}
.option .custom-dropdown{	width: 100%;}
.option .custom-dropdown::after{
	content: "\f103";
	font-family: FontAwesome;
	font-size: 14px;
	color: #000;
	display: block;
	position: absolute;
	top: 9px;
	right: 2px;
}
.option .option-children:not(:first-child) {margin-bottom: 30px;}
.option select option { background: #fff;}
.option.browse-tags {text-align:right;}
.option.browse-tags .lb-filter{display: inline-block;}
.option.browse-tags .custom-dropdown {width: auto;margin-bottom:25px;}

.left-module {margin-bottom: 20px;overflow: hidden;}
.block .title_block {
	display: block;
	font-size: 14px;
	margin: 0 0 5px;
	font-weight: 700;
	text-transform: uppercase;
	background: #f5f5f5;
	padding: 8px 15px;
}
.layered .layered_subtitle{
	text-transform: uppercase;
	font-size: 14px;
	line-height: 22px;
	padding: 10px 0 10px;
	cursor: pointer;
	position: relative;
}
.layered .layered_subtitle span {font-weight: 600;font-size: 13px;}
.layered span.icon-control {
	position: relative;
	top:-2px;
	left: 5px;
	font-size: 8px;
}
.group-filter[aria-expanded=false] .dropdown-filter .icon-control i:before {
	content: "\f067";
}
.group-filter[aria-expanded=false] .layered-content {display: none;height:0;}
.group-filter[aria-expanded=true] .layered-content {height: auto;}
.group-filter .layered-content {
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.check-box-list {
  margin: 0px;
  display: inline-flex;
  overflow: auto;
  width: 100%;
  padding:10px 0px;
}
.check-box-list li{
  font-size: 12px;
  display:inline-flex;
  margin-right: 9px;
  align-items: center;
  background: #fff;
  padding: 5px 7px;
  border-radius: 5px;
  border: 1px solid #f1f1f1;
}
.check-box-list label{
	display: inline-block;
	cursor: pointer;
	line-height: 18px;
	font-weight: normal;
	margin-bottom:0;
  width:max-content;
	color:#252a2b;
}
.check-box-list li:hover label {color:#d0011b;}
.check-box-list input[type="checkbox"]{display: none;}
.filter-price {margin-bottom:0px;}
.filter-price li:last-child {margin-bottom:0;}
.filter-price li span {font-size: 12px;}
.filter-color ul{
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.filter-color li{
	display: inline;
	margin: 0 10px 10px 0;
	line-height: normal;
	float: left;
}
.filter-color li label{
	border: 1px solid #eaeaea;
	width: 25px;
	height: 25px;
	border-radius: 0;
	float: left;
	position: relative;
	background-size: contain;
}
.filter-color li input[type="checkbox"]:checked + label:before{
	position: absolute;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	content: '';
	border-width: 0 0 2px 2px !important;
	height: 5px;
	width: 9px;
	z-index: 99;
	border: solid #fff;
	margin: 7px 0 0 7px;
}
.filter-size li {
	text-align: center;
	margin-right: -1px;
	margin-bottom: -1px;
	float: left;
}
.filter-size li label {
	width: 42px;
	height: 42px;
	line-height: 42px;
	position: relative;
	border: 1px solid #e5e5e5;
}
.filter-size li input[type="checkbox"]:checked + label,.size-filter li:hover label {
	background-color: #111;
	color: #fff;
	border: 1px solid #111;
}
.block .block_content {overflow-y: auto;overflow-x: hidden;}
.bl-filter [type="checkbox"]:not(:checked),
.bl-filter [type="checkbox"]:checked {
	position: absolute;
	left: -9999px; 
}
.bl-filter [type="checkbox"]:not(:checked) + label,
.bl-filter [type="checkbox"]:checked + label {
	position: relative;
	padding-left: 18px;
	cursor: pointer;
  margin-right:0px;
}
.bl-filter [type="checkbox"]:not(:checked) + label:before,
.bl-filter [type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 14px;
	height: 14px;
	border: 1px solid #e5e5e5;
	background: #fff;
	border-radius: 2px; 
}
.bl-filter [type="checkbox"]:checked + label:before {border: 1px solid #000; }
.bl-filter [type="checkbox"]:not(:checked) + label:after,
.bl-filter [type="checkbox"]:checked + label:after {
	position: absolute;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	content: '';
	border-width: 0 0 2px 2px !important;
	height: 4px;
	width: 7px;
	border: solid #111;
	margin: 9px 0 0 4px;
	left: 0;
	top: -3px;
	transition: all .2s; 
}
.bl-filter [type="checkbox"]:not(:checked) + label:after {opacity: 0; }
.bl-filter [type="checkbox"]:checked + label:after {opacity: 1; }
.bl-filter label:hover:before {border: 1px solid #000 !important;}

/*--------------------------------------------------------------------------------
BLOG - ARTICLE
--------------------------------------------------------------------------------*/
.list-article-content .news-content{
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}
.blog-posts .blog-loop {margin-bottom: 25px}
.blog-posts .blog-loop:nth-of-type(3n+1){clear: both;}
.blog-posts .blog-post .blog-post-thumbnail {display: block;overflow: hidden}
.blog-posts .blog-post .blog-post-thumbnail img {
	-webkit-transition: all 1s ease-in-out 0s;
	-khtml-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	-webkit-transform: scale(1);
	-khtml-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}
.blog-posts .blog-post .blog-post-thumbnail:hover img {
	-webkit-transform: scale(1.2);
	-khtml-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2)
}
.blog-posts .blog-post .blog-post-title {
	margin-bottom: 10px;
	font-size: 16px;
	text-transform: none;
	letter-spacing: 0
}
.blog-posts .blog-post .blog-post-meta {margin-bottom: 15px;color: #999}
.blog-posts .blog-post .blog-post-meta>span:after {content: '/';padding-left: 4px}
.blog-posts .blog-post .blog-post-meta>span:last-child:after {content: ''}
.blog-posts .blog-post .blog-post-meta a {color: #999}
.blog-posts .blog-post .blog-post-meta a:hover {color: #000000}

/* article */
.box-article-heading h1{margin:0px 0;font-size: 24px;font-weight: 600;margin-bottom:5px;}
.box-article-heading .header-page {z-index:9;}
.box-article-heading .header-page:after {background:#000;}
ul.article-info-more li{opacity: 0.85;display: inline-block;margin-right: 10px;	font-size: 13px;}
ul.article-info-more li i{margin-right:5px;}
.meta-tags .tags-title{font-weight: 500;}
.meta-tags a.tag{opacity: 0.8;font-style: italic;font-size: 14px;}
.meta-tags a.tag:after {content: ",";	margin: 1px;}
.post-navigation {width: 100%;float: left;font-size: 16px;font-weight:600;}
.post-navigation .right{float: right;}
.post-navigation .left{float:left;}
.article-pages,.meta-tags,.article-comment .comment_form,.post-navigation { margin-bottom: 40px;}
.article-pages * {max-width: 100%!important;}
.article-pages ul, ol {list-style: initial; padding-left: 40px;}
.article-pages table ul, .article-pages table ol {list-style: initial; padding-left: 10px !important;}
.article-pages ul li, .article-pages ol li {margin-top:10px;}
.article-pages ol{list-style-type: decimal;}
.article-pages ul ul{ list-style-type: circle;}
.article-pages ul ul ul{  list-style-type: square;}
.article-comment .title-bl h2 {	font-size: 20px;text-transform: uppercase;	font-weight: 600;	margin-bottom:30px;}
.article-comment .title-bl h2:after {
	content: "";
	display: block;
	margin-top: 25px;
	width: 30px;
	height: 3px;
	background:#252a2b;
}
.article-comment .comment_form .form-group input,.article-comment .comment_form .form-group textarea{
	box-shadow: none;
	background: #ededed;
	color: #252a2b;
	border: 0;border-radius: 0;
}
.article-comment .comment_form .form-group input{	padding: 0 20px; height: 55px;}
.article-comment .comment_form .form-group textarea{padding:20px;resize: none;}
.article-comment .comment_form  button.btn-rb{
	background:#d0011b;
	border: 0;
	height: 55px;
	display: inline-block;
	padding: 0 30px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
}
.article-comment .comment_form  button.btn-rb:hover{background: #65d1e6;}
#article h3.author {font-size: 14px;font-style: normal;	text-transform: capitalize;}
#binhluan .date {float: right;color: rgb(51, 51, 51);font-size: 12px;}
#binhluan .comment-user{padding: 25px 0;border-bottom: 1px solid #ededed;}
.article-comment .comment_form .notice{margin-bottom: 15px;}

/* Table of Contents Article */
.table-of-contents {
	background:#fcfcfc; border: 1px solid #e3e5ec;	border-radius: 6px;
	display: block;	padding:8px 15px;box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);		
	position: relative;margin:15px 0 20px;width: 100%;display:table;
}	
.table-of-contents .table-title{font-weight: 700;font-size: 16px;margin:0;padding:10px 0;	}
.table-of-contents .table-title .toc_toggle{font-size: 13px;color:#bcbdc1;display: inline-block;vertical-align: 2px; margin-left: 8px;}
.table-of-contents .table-title .toc_toggle a {color:#4a90e2;padding: 0 1px;}
.table-of-contents ul{list-style: none;counter-reset: item;margin:0;list-style-type: none;}
.table-of-contents ul li { list-style: none; margin:6px 0 0;}	
.table-of-contents ul li::before{margin-right:5px;font-size: 13px;}
.table-of-contents li a {	text-decoration: none;color:#4a90e2;}
.table-of-contents > ul{counter-reset: nav0;padding-bottom:10px;}
.table-of-contents > ul ul{padding-left:14px}
.table-of-contents > ul > li {counter-increment: nav0;counter-reset: nav1;}
.table-of-contents > ul > li li {counter-increment: nav1;counter-reset: nav2;}
.table-of-contents > ul > li li li {counter-increment: nav2;counter-reset: nav3;}
.table-of-contents > ul > li li li li {counter-increment: nav3;counter-reset: nav4;}
.table-of-contents > ul > li li li li li {counter-increment: nav4;counter-reset: nav5;}
.table-of-contents > ul > li li li li li li {counter-increment: nav5;counter-reset: nav6;}
.table-of-contents > ul > li::before {content: counter(nav0)". ";}
.table-of-contents > ul > li li::before {content: counter(nav0)"."counter(nav1) "  ";}
.table-of-contents > ul > li li li::before {content: counter(nav0)"."counter(nav1)"."counter(nav2)"  ";}
.table-of-contents > ul > li li li li::before {content: counter(nav0)"."counter(nav1)"."counter(nav2)"."counter(nav3)"  ";}
.table-of-contents > ul > li li li li li::before {content: counter(nav0)"."counter(nav1)"."counter(nav2)"."counter(nav3)"."counter(nav4)"  ";}
.table-of-contents > ul > li li li li li li::before {	content: counter(nav0)"."counter(nav1)"."counter(nav2)"."counter(nav3)"."counter(nav4)"."counter(nav5)"  ";}
.table-of-contents > ul > li li li li li li li::before {content: counter(nav0)"."counter(nav1)"."counter(nav2)"."counter(nav3)"."counter(nav4)"."counter(nav5)"."counter(nav6)"  ";}
.table-content-fixed{
	position: fixed;top:20%; left: 10px;z-index:10;
	background:#fcfcfc; border: 1px solid #e3e5ec;
	width: 35px;height: 35px;margin-right: 15px;
	opacity: 0;visibility: hidden;direction: ltr;
	max-width:350px;max-height: calc(100% - 26%);overflow: hidden;		 
	-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;transition: all 0.3s ease;
}
.table-content-fixed .table-of-contents{visibility: hidden;opacity: 0; padding-top: 0; margin: 0;border: none;background: none;box-shadow: none;}
.table-content-fixed .table-of-contents .table-title{padding-top:0;display:none}
.table-content-fixed .table-of-header{cursor: pointer;display: -ms-flexbox;  display: flex;	-ms-flex-align: center; align-items: center;}
.table-content-fixed .table-of-header .btn-icolist {font-size:18px;width: 35px;height: 35px;line-height: 35px;outline: none;float: left;border: none;background: none;}
.table-content-fixed .table-of-header .hTitle{display: none;margin-left:10px;font-weight:600;font-size: 14px;}
.table-content-fixed .table-of-contents .toc_toggle{display: none;}
.table-content-fixed.show{ opacity: 1;visibility: visible;}
.table-content-fixed.show.active .table-of-header .hTitle{display: block;}
.table-content-fixed.show.active{
	height: auto;width: auto;overflow-y: scroll;max-height: calc(100% - 26%);
	-webkit-overflow-scrolling: touch;-ms-scroll-chaining: none;overscroll-behavior: none;
}
.table-content-fixed.show.active .table-of-contents{visibility: visible;opacity: 1;}
/* style - scroll */
.table-content-fixed.show.active::-webkit-scrollbar {width: 3px;height: 30px; }
.table-content-fixed.show.active::-webkit-scrollbar-track {-webkit-border-radius: 0px;border-radius: 0px; }
.table-content-fixed.show.active::-webkit-scrollbar-thumb {-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
.table-content-fixed.show.active::-webkit-scrollbar-thumb:window-inactive {	background: #e1e3e4; }
.table-content-fixed.show.active::-webkit-scrollbar-thumb:hover {	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4); } 
@media(max-width:991px){	.table-content-fixed{display:none!important}	}

/*Sidebar Blog*/
.news-latest, .menu-blog {
	margin: 0 0 30px;
	position: relative;
	padding: 20px;
	border: 1px solid #e3e5ec;
}
.sidebarblog-title h2 {
	font-size: 18px;
	text-transform:uppercase;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #000;
	text-align: center;
}
.sidebarblog-title h2 span {display: none;}
.list-news-latest .item-article {
	border-bottom: 1px #efefef dotted;
	padding: 15px 0;
	margin: 0;
}
.list-news-latest .item-article:last-child{border-bottom:none;}
.list-news-latest .item-article .post-image {
	width: 30%;
	float: left;
	position: relative;
}
.list-news-latest .item-article .post-content {
	width: 70%;
	float: left;
	padding-left: 10px;
}
.list-news-latest .item-article .post-content h3 {margin: 0 0 5px;font-size: 14px;}
.list-news-latest .item-article .post-content span.author {font-size: 12px;}


/*--------------------------------------------------------------------------------
ABOUT - CONTACT
--------------------------------------------------------------------------------*/
.page-contact main{	min-height:85vh;}
.page-wrapper ul, .page-wrapper ol {
	margin-bottom:15px;
	padding-left: 40px;
}
.page-wrapper ul {list-style-type: initial;}
.page-wrapper .button_share {float:none !important;justify-content:left;margin-left:0;}
.header-page-contact h1{font-size:30px;font-weight:700;margin:0px 0}
.header-page-contact:after {
	content: "";
	display: block;
	width: 50px;
	height: 4px;
	margin-top: 30px;
	background:#252a2b;
	margin-bottom: 50px;
}
.box-info-contact li {margin-bottom: 30px;}
.box-info-contact li p {margin-bottom: 0;color:#666;font-weight: 500;}
.box-info-contact li p strong{font-weight:600;color:#252a2b;}
.box-send-contact h2 {font-weight:700;font-size: 25px;margin:40px 0 35px;}
.box-send-contact h2:after {content: "";display: block;margin-top: 25px;width: 30px;height: 3px;background:#252a2b;}
.contact-form .input-group textarea {width: 100%;height:130px;padding:20px 20px;}
.contact-form .input-group textarea:focus {outline: none;}
.box-send-contact button {
	height: 55px;
	line-height: 55px;
	padding: 0 30px;
	border-radius: 0;
	font-weight: 600;
	text-transform: uppercase;
}
.wrapbox-content-page-contact{padding:50px;}
.wrapbox-content-page {padding-bottom: 30px;}
.sidebar-page .group-menu {
	margin: 0 0 30px;
	position: relative;
	padding: 20px;
	border: 1px solid #e3e5ec;
  margin-top:15px;
}
.sidebar-page .page_menu_title h2 {
	font-size: 18px;
	text-transform:uppercase;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #000;
	text-align: center;
}
.sidebar-page .box_image {margin-bottom: 30px;}
.box_image .banner {position: relative;overflow: hidden;}
.box_image .banner img {
	width:100%;
	-webkit-transition: all 1s ease-in-out 0s;
	-khtml-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	-webkit-transform: scale(1);
	-khtml-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.box_image .banner:hover img {
	-webkit-transform: scale(1.2);
	-khtml-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

/* --------------------------------------------------------------------------------
CART PAGE
-------------------------------------------------------------------------------- */
.wrapper-cart-detail{padding: 35px 0 50px}
.layoutPage-cart .heading-page{position: relative;text-align:center;padding: 0 0 30px 0;}
.layoutPage-cart .heading-page:after {content: "";background:#252a2b;display: block;width: 60px;height: 4px;margin: 25px auto 0;}
.layoutPage-cart .heading-page h1{font-size: 30px;margin: 0 0 10px;}
.layoutPage-cart .heading-page .count-cart span{font-weight: 500;}
.layoutPage-cart .cart-empty {font-size: 20px; margin: 30px 0 ;}
table.table-cart {margin-bottom:30px;border-bottom: 1px solid #ededed;}
table.table-cart thead{display:none;}
table.table-cart tr td {padding: 20px 0;border-top: 1px solid #ededed;vertical-align: top;}
table.table-cart tr:first-child td{}
table.table-cart tr td.image {text-align: center; width:110px;}
table.table-cart tr td.image img {max-width:100px;}
table.table-cart tr td.item{padding-left:15px}
table.table-cart tr td.item h3{margin:0 0 5px;font-size:16px;font-weight:bold;padding-right:30px}
table.table-cart tr td.item p {margin-bottom:5px;}
table.table-cart tr td.item p .pri{font-weight:500;}
table.table-cart tr td.item p del{font-size:12px;color: #939393;margin-left: 5px;}
table.table-cart tr td.item .price{margin:0;float: right;}
table.table-cart tr td.item .price span.text{display:none;}
table.table-cart tr td.item .price span{font-size:16px;padding-right:10px;font-weight:600;}
table.table-cart tr td.item .variant{margin-bottom:5px;}
table.table-cart tr td.remove{text-align: right;padding: 10px 15px;}
.qty-click input.item-quantity {	
	font-weight: 500;
	font-size: 15px;height: 25px;	padding: 0;text-align: center;	
	width: 35px;background: #ededed;border: 1px solid #dadbdd;
	border-radius: 0;	float: left;-webkit-appearance: none;
}
.qty-click {float: left;}
.qty-click button.qty-btn {
	background: #fff;
	font-weight: 500;
	font-size: 14px;
	color: #abafb2;
	height: 25px;
	padding: 0;
	text-align: center;
	width: 25px;
	border: 1px solid #dadbdd;
	border-radius: 0;
	float: left;
	-webkit-appearance: none;
}
.qty-click button.qtyplus.qty-btn{border-left: none;}
.qty-click button.qtyminus.qty-btn{border-right: none;}
.qty-click button.qty-btn:focus {outline: none;}
.checkout-note label{}
.checkout-note textarea{
	border-radius: 0;
	background: #ededed;
	color: #252a2b;
	font-size: 15px;
	padding: 20px 15px;
	outline: none;
	width: 100%!important;
	min-height: 130px;
	font-weight: 500;
	border: 1px solid transparent;
	transition: all 150ms linear;
	-webkit-appearance: none;-ms-appearance: none;appearance: none;
}
.cart-buttons a,.cart-buttons .btn-checkout, .cart-buttons .btn-update{
	display: inline-block;vertical-align: top;padding: 19px 20px;
}
.cart-buttons .link-continue {margin-left: 0;}
.link-continue{ margin:10px 0 0;text-align: center;}
.link-continue a{color:#d0011b;}
.link-continue a i{margin-right:4px;}
.sidebox-order{
	background: #fff; padding: 15px;
	position: relative;margin-bottom:30px;
	border: 1px solid #e1e3e4; border-radius: 2px;
}
.sidebox-order div[class^="sidebox-order_"]{margin-bottom:15px}
.sidebox-order div[class^="sidebox-order_"]:last-child{margin-bottom:0px}
.sidebox-order_title h3{font-size: 20px;font-weight: bold;margin:10px 0;}
.sidebox-order_total {
	font-size: 16px;color: #5c5c5c;font-weight: 600;padding: 15px 0;
	border-top: 1px dotted #dfe0e1;	border-bottom: 1px dotted #dfe0e1;
}
.sidebox-order_total p{margin:0;}
.sidebox-order_total p .total-price{float: right;color: red;font-size: 24px;}
.sidebox-order_action .btncart-checkout {border-radius: 4px;cursor: pointer;width: 100%;font-size: 15px; font-weight: 400;padding: 12px 20px;border-color: #e00707;}
.sidebox-order_action .btncart-checkout:before {background-color: #e00707;}
.sidebox-group h4{margin-bottom: 10px;font-weight: 700;font-size: 16px;color: #666666;}
.sidebox-policy ul li{
	display: block;
	line-height: 25px;
	position: relative;
	padding-left: 20px;
	overflow: hidden;
}
.sidebox-policy ul li:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	content: "\f178";
	font-size: 10px;
	left: 0;
	opacity: 1;
	position: absolute;
	transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
}
/*---------------------------------------------------------------------------------
PAGINATION - 404 - SEARCH PAGE 
-------------------------------------------------------------------------------- */
.breadcrumb-shop {background:#f5f5f5;}
.breadcrumb-shop .breadcrumb-arrows{padding: 10px 0;background: transparent;border-radius: 0;	margin: 0;}
.breadcrumb-shop .breadcrumb>li+li:before{padding:0 3px;}
.breadcrumb-shop .breadcrumb-arrows li{font-size:13px;}
#pagination .page-node,#pagination .next, #pagination .prev{display:inline-block;margin: 30px 8px;font-size: 15px;font-weight: 600;opacity: 0.4;}
#pagination .next{margin-left:30px}
#pagination .prev{margin-right:30px;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}
#pagination .page-node.current,#pagination .page-node:hover,#pagination .next:hover, #pagination .prev:hover{ opacity: 1;}
.pageNot{min-height: 80vh;}
.content-pagenot h1{font-weight: 700; font-size: 40px;}
.content-pagenot p.subtext{font-weight: 500; opacity: 0.66;}
.content-pagenot:after {content: "";display: block;background:#252a2b;width:80px;height: 4px;margin:50px auto 0;}
.content-pagenot a{font-weight: 500;font-size: 16px;margin: 30px 0 0;display: block;}
.searchPage .heading-page{position: relative;text-align:center;padding: 0 0 30px 0;}
.searchPage .heading-page:after {content: "";background:#252a2b;display: block;width: 60px;height: 4px;}
.searchPage .heading-page h1{font-size: 30px;margin: 0 0 10px;}
.wrapbox-content-search {padding-bottom: 30px;}
.searchPage .subtxt {opacity: .66;	margin-top: 15px;}
.search-field {width: 60%;display: block;margin:auto;}
input#go {
	width: 55px;
	height: 55px;
	float: right;
	background: url(//theme.hstatic.net/200000522195/1001379083/14/iconsearch.png?v=173) #252a2b center no-repeat;
	margin: 0px;
	position: relative;
	top: 0;
	border-radius: 0;
	font-size: 0;
	border: 0;
}
#search .search_box{width: calc(100% - 55px);outline: none;height: 55px;padding: 0 20px;background: #ededed;border: 0;box-shadow: none;}
.expanded-message .message-txt{width: 100%;padding-top: 25px;text-align:center;}
.expanded-message .message-txt p{margin: 0; font-size: 14px;font-weight: 400;}
.expanded-message h2{font-weight: 600; font-size: 22px;}
.expanded-message .subtext {margin-bottom: 40px;display: block;}
.search-item{	margin-bottom: 20px;position: relative;width: 100%;float: left;}
.search-item .thumb-image {	display: block;	width: 80px;	position: relative;	overflow: hidden;	float:left;}
.search-item .thumb-image img{vertical-align:middle;-webkit-transition:transform 250ms linear;-moz-transition:transform 250ms linear;-o-transition:transform 250ms linear;transition:transform 250ms linear}
.search-item .thumb-image:after{display:block;position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.1);transition:opacity 250ms linear;opacity:0;content:""}
.search-item .content {	float:left;padding-left:35px;width: calc(100% - 80px);}
.search-item .content .title {font-size: 15px;font-weight: bold;text-transform: uppercase;display: block;}
.search-item .content .caption {opacity: .66;display: block;	margin-top: 5px;font-size: 14px;}
.search-item .content .caption del{font-size: 13px; margin-left: 15px; opacity: 0.5;}
.subtext-result{margin-bottom:30px;}
.search-item:hover .thumb-image:after {	opacity: 1;}

/*--------------------------------------------------------------------------------
ACCOUNT
--------------------------------------------------------------------------------*/
.wrapbox-heading-account{display:flex;display:-webkit-flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center}
.wrapbox-heading-account .header-page{position: relative;}
.wrapbox-heading-account .header-page:after {content: "";background:#000;display: block;width: 60px;height: 4px;margin-top: 70px;}
.wrapbox-heading-account .header-page h1{font-size: 54px;font-weight: 700;margin: 0px 0;line-height: initial;}
.wrapbox-heading-account .header-page p{font-size: 14px;opacity: .66;	margin: 20px 0 0 0;position: relative;}
.wrapbox-heading-account .header-page p span{font-weight: 600;}

.userbox h2 {font-size:20px;margin: 0 0 20px; font-weight: 600;}
.large_form {margin-bottom:30px;}
.large_form.large_form-mr10{margin-bottom:10px;}
.icon-field {display:none;}
.userbox input[type=email],.userbox input[type=password],.userbox input[type=text] {
	width: 100%;
	height: 55px;
	border: 1px solid transparent;
	background: #ededed;
	color: #252a2b;
	padding: 0 20px;
	font-weight: 500;
	-webkit-appearance: none;
}
.userbox input[type=email]:focus, .userbox input[type=password]:focus,
.userbox input[type=text]:focus{
	background: #fff;
	border-color: #ededed;
}
.action_account_custommer .action_bottom,.action_account_custommer .req_pass{	display: inline-block;vertical-align: middle;}
.action_account_custommer .req_pass{margin-left:20px;}
.userbox .action_bottom {padding: 0;}
.userbox .action_bottom .btn {
	display: inline-block;
	border-radius: 0;
	padding: 0 30px;
	height: 55px;
	line-height: 55px;
	text-transform: uppercase;
	font-weight: 600;
	background: transparent;
}
.req_pass{ color:#959898; font-weight: 500;}
.come-back{margin-top:35px; display: block;font-weight: 500;}
.come-back i{margin-right:20px}
.userbox .errors a {color: red;}

@-moz-keyframes ripple {
	5%, 100% {
		opacity: 0;
	}
	5% {
		opacity: 1;
	}
}
@-webkit-keyframes ripple {
	5%, 100% {
		opacity: 0;
	}
	5% {
		opacity: 1;
	}
}
@keyframes ripple {
	5%, 100% {
		opacity: 0;
	}
	5% {
		opacity: 1;
	}
}
#form-gender input[type="radio"] {display: none;}
#form-gender input[type="radio"] + label {
	position: relative;
	cursor: pointer;
	padding-left: 28px;
	margin: 0 20px 0 0;
}
#form-gender input[type="radio"] + label:before, input[type="radio"] + label:after {
	content: "";
	position: absolute;
	border-radius: 50%;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#form-gender input[type="radio"] + label:before {
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	background: #d0011b;
	-moz-box-shadow: inset 0 0 0 18px #efefef;
	-webkit-box-shadow: inset 0 0 0 18px #efefef;
	box-shadow: inset 0 0 0 18px #efefef;
}
#form-gender input[type="radio"] + label:after {
	top: 49%;
	left: 9px;
	width: 54px;
	height: 54px;
	opacity: 0;
	background: rgba(255, 255, 255, 0.3);
	-moz-transform: translate(-50%, -50%) scale(0);
	-ms-transform: translate(-50%, -50%) scale(0);
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
}
#form-gender input[type="radio"]:checked + label:before {
	-moz-box-shadow: inset 0 0 0 4px #efefef;
	-webkit-box-shadow: inset 0 0 0 4px #efefef;
	box-shadow: inset 0 0 0 4px #efefef;
}
#form-gender input[type="radio"]:checked + label:after {
	-moz-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	-moz-animation: ripple 1s none;
	-webkit-animation: ripple 1s none;
	animation: ripple 1s none;
}
/* --------------------- order ---- account -- address -----------------------  */
.layout-info-account {padding-bottom:50px;}
.title-infor-account{
	padding: 30px 15px;
	border-bottom: 1px solid #ededed;
	margin-bottom: 60px;
}
.title-infor-account h1{
	font-size: 42px;
	font-weight: 700;
	margin: 0;
	text-align: center;
}
.title-infor-account h1:after {
	content: "";
	display: block;
	width: 60px;
	height: 4px;
	margin:50px auto 0;
	background:#252a2b;
}
.title-detail{
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
	position: relative;
	border-bottom: 1px solid #ededed;
	padding-bottom:8px;
}
.sb-title:after{
	content: "";
	display: block;
	margin-top: 25px;
	width: 30px;
	height: 3px;
	background: #252a2b;
}
.name_account {
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	margin:10px 0 5px
}
#customer_sidebar p{ margin-bottom: 0;font-size: 14px;}
.customer-table-wrap {background: #f7f7f7; padding: 10px;}
.customer-table-bg {background: #fff; padding: 10px;}
.customer-table-bg p {margin:0;}
#customer_orders table thead th, #order_details tr th { font-weight:600; font-size: 14px;}
#customer_orders table tr a {
	font-weight: 500;
	float: left;
	width: 85%;
	margin-left: 3px;
	line-height: 20px;
	opacity: 0.66;
}
#customer_orders table, #order_details {width: 100%;background: #fff;}
#customer_orders table tr, #order_details tr { height: 25px;line-height: 30px;}
#customer_orders table tr.odd, #order_details tr {background: #fff;}
#customer_orders table tr td, #order_details tr td {vertical-align: middle;	border-top: none;	font-size: 14px;}
#order_details tr td{	line-height:21px;}
#order_details tr td a,#order_details b{font-weight:500;}
#order_details tr td.total b{font-weight: 600;}
#order_details tr td.total,#order_details tr th.total{padding-right:8px;}
#order_details tr.order_border{border-top: 1px solid #ededed;}
#order_details tr td.order-image{width:70px;}
#order_details tr td.order-image a{display:block;width:60px;border: 1px solid #f7f7f7;}
a#view_address {font-weight: 500; opacity: 0.8;}
#customer_orders,#order_payment, #order_shipping{ margin-bottom: 30px; margin-top: 30px;}
.customer-table-bg .table>tbody>tr>th {border-top: none;}
.detail-table-order { margin-top: 30px;}
.name-order {
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	text-transform: uppercase;
}
.order_section_title {
	font-size: 15px;
	font-weight: 600;
	line-height: 20px;
	margin: 0 0 10px;
	padding: 10px 0px;
	position: relative;
	text-transform: uppercase;
}
.order_date {font-weight: normal;font-size: 14px;text-transform: none;}
.text_status {font-weight: 500;}
.address p {margin-bottom: 5px;}
.account-order .address {margin: 0px 0px 30px;padding: 10px;background-color: #fbfbfb;}
span.variant_acc { font-size: 13px; opacity: 0.8;}
.alert-info {border-radius: 0; margin-bottom: 0;}
.address_title {
	margin-bottom: 0;
	font-size: 16px;
	padding: 10px 70px 10px 10px;
	background-color: #d9edf7;
	border-color: #bce8f1;
	position: relative;
}
.address_table {
	margin-bottom: 10px;
	border-top: 0px solid #ddd;
	background: #fafafa;
	padding:15px;
}
.address_title h3 { margin: 0;font-size: 14px;}
.account-address .note { border: none; padding: 0;}
p.address_actions.text-right {margin:7px 5px 0px 0;position: absolute;z-index: 99;top:0;right:0;}
.action_link a {text-transform: uppercase; font-size: 15px;}
span.action_link {padding: 5px;}
.view_address p > b {font-weight: 500; font-size: 14px;}
.view_address p { margin: 5px 0; line-height: 15px;font-size: 14px;}
.add-new-address {
	padding-bottom: 10px;
	display: inline-block;
	padding: 10px;
	background:#d0011b;
	color:#fff!important;
	text-transform: uppercase;
}
.add-new-address:focus { color:#fff;}
.account-address .input-group-addon{display:none}
.input-group .input-group-addon {
	padding: 6px 10px;
	border-radius: 0;
	color: #DAD9D9;
	background-color: #ebebeb;
	border-color: #ebebeb;
}
.input-group .form-control {
	-webkit-border-radius: 0; 
	border-radius: 0; 
	-webkit-box-shadow: none; 
	box-shadow: none; 
	border-color: #ebebeb;
}
.icon-user:after {content: url(//hstatic.net/0/0/global/design/theme-default/userico.png);}
.icon-envelope:after {content: url(//hstatic.net/0/0/global/design/theme-default/email.png);}
.icon-shield:after {content: url(//hstatic.net/0/0/global/design/theme-default/pass.png);}
.layout-info-account .action_bottom .btn {
	height: 35px;
	line-height: 35px;
	outline: 0;
	margin-right: 5px;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0 30px;
	border: 0;
	background:#d0011b;
	color: #fff;
	display: inline-block;
	border-radius: 0;
}
.AccountTitle{
	text-transform: uppercase;
	margin-bottom: 30px;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
	position: relative;
}
.AccountList ul > li > a {display: block;	position: relative;	padding: 5px 0px;}
.AccountList ul > li > a:before {
	content: "\f192";
	font-family: "FontAwesome";
	font-size: 8px;
	display: inline-block;
	margin-right: 8px;
	vertical-align: 2px;
}
#order_cancelled {margin-bottom:15px;}
#order_cancelled h5 {margin:0;}
.footer-contact ul > li.contact-3:before {content: "\f1ac";top: 3px;}
.footer-content .footerNav-social li a:hover {color:#d0011b;border-color:#d0011b; }
.footer-static-content iframe {width:100%!important;position:relative!important;}
.footer-static-content .fb_iframe_widget > span {width:100%!important;}
.top-footer .area_newsletter .form_newsletter .error-box,
.top-footer .area_newsletter .form_newsletter .success.feedback{font-size:13px;padding: 5px 5px 0;margin:0;;}
.top-footer .area_newsletter .form_newsletter .success.feedback{color: #27a208;}
.top-footer .area_newsletter .form_newsletter .error-box{color: red;}
.footer .contact-form.form_disable,
.footer .contact-form.form_disable button{pointer-events: none;opacity: 0.75;}
.footer .title-expand a{font-weight: 600;font-size:18px;padding: 20px 15px;display: block;}
.footer .title-expand a span {
	font-size:18px;
	opacity: .78;
	padding: 0px 20px;
	font-weight: bold;
	vertical-align: text-bottom;
	padding-left: 20px;
	-webkit-transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
	-moz-transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
	-o-transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
	transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
}
.footer .title-expand a[aria-expanded=true] span {transform: rotate(180deg);	-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);	-ms-transform: rotate(180deg);-o-transform: rotate(180deg);}
@media(max-width:767px){
	.main-footer {padding: 20px 0;border-top:0;}
	.footer .title-expand {border-bottom: 1px solid #e7e7e7;}
	.footer .collapse {display: none;visibility: hidden;}
	.footer .collapse.in {display: block;visibility: visible;}
	.main-footer .footer-content {display: none;}
	.main-footer .footer-col {border-bottom: 1px solid #efefef;margin-bottom:0;}
	.main-footer .footer-col.noborder{border-bottom:0;}	
	.main-footer .footer-title {
		line-height: 20px;
		position: relative;
		font-size: 14px;
		text-transform: uppercase;
		margin: 0px;
		padding: 10px 0;
	}
	.main-footer h4.footer-title:before {
		content: "\f107";
		font-family: "FontAwesome";
		font-size: 14px;
		position: absolute;
		top: 0px;
		right: 5px;
		text-align: center;
		line-height: 36px;
	}
	.main-footer h4.footer-title.active:before {content: "\f106";}
	.main-footer .col-lg:last-child .footer-col {border-bottom: none;}
  .section-collection .container-fluid {
    padding-right: 5px !important;
    padding-left: 6px !important;
  }
  .option.browse-tags {text-align:center;}
}
/*---------------------- Sroll to Top -------------------*/
.back-to-top {position: fixed;right: 10px;	bottom: 15px;	opacity: 0;	visibility: hidden;	z-index: 99;}
.back-to-top.show {	opacity: 1;	visibility: visible;-webkit-transition: opacity .3s ease;	-moz-transition: opacity .3s ease;transition: opacity .3s ease;}
.back-to-top .btt-label-back {
	display: inline-block;	vertical-align: middle;	line-height: 40px;
	-webkit-transform: rotate(-90deg) translateX(50%) translateY(50%);
	-moz-transform: rotate(-90deg) translateX(50%) translateY(50%);
	transform: rotate(-90deg) translateX(50%) translateY(50%);
}
.back-to-top .btt-icon-back {
	position: absolute;bottom: 250%;left: 80%;
	-webkit-transform: translateX(-50%) translateY(0);
	-moz-transform: translateX(-50%) translateY(0);
	transform: translateX(-50%) translateY(0);
	-webkit-transition: -webkit-transform .45s cubic-bezier(0,.95,.77,1);
	transition: transform .45s cubic-bezier(0,.95,.77,1);
	will-change: transform;
}
/*----------------------------------------------------------------------------------
MAIN SIDEBAR
----------------------------------------------------------------------------------*/
/* - Mini box Account - */
.header-dropdown_content .site_account{text-align: center;}
.site_account .site_account_panel_list .site_account_inner{font-size: 12px;}
.site_account .site_account_panel_list .site_account_header .site_account_title{
	margin-bottom: 4px;	font-size: 17px;font-weight: 500;
	font-style: normal;	text-transform: uppercase;
} 
.site_account .site_account_panel_list .site_account_inner form .form__input-wrapper{	position: relative;	width: 100%;margin-bottom: 12px;}
.site_account .site_account_panel_list .site_account_inner form .form__input-wrapper .form__field {
	display: block;
	padding: 14px 10px 3px;
	border-radius: 2px;
	border: 1px solid #d4d6d8;
	width: 100%;
	line-height: normal;
	height: 42px;
	color: #1e2d7d;
	-webkit-appearance: none;
	resize: none;
	font-size: 12px;
	outline: none;
	box-shadow: 0 1px rgba(212, 214, 216, 0.25) inset;
	transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
}
.site_account .site_account_panel_list .site_account_inner form .form__input-wrapper .form__floating-label{
	position: absolute;left: 10px;top: 0;
	line-height: 42px;	font-size: 12px;margin-bottom: 0;
	color: #677279;	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transform-origin: left top;	transform-origin: left top;
	transition: -webkit-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
	pointer-events: none;
}
.site_account .site_account_panel_list .site_account_inner form .form__input-wrapper .form__field:focus + .form__floating-label,
.site_account .site_account_panel_list .site_account_inner form .form__input-wrapper .form__field.is-filled + .form__floating-label {
	-webkit-transform: translateY(-6px) scale(0.8);	transform: translateY(-6px) scale(0.8); 
}
.site_account .site_account_panel_list .site_account_inner form .form__submit{
	width: 100%;outline: none;padding: 0px 28px;height: 42px; line-height: 42px;
}
.site_account .site_account_panel_list .site_account_inner .site_account_secondary-action{margin-top: 16px;font-size: 12px;}
.site_account .site_account_panel_list .site_account_inner .site_account_secondary-action > p{margin-bottom:4px;}
.site_account .site_account_panel_list .site_account_inner .site_account_secondary-action > p .link{
	color:#d0011b;	transition: color 0.2s ease-in-out;	background: transparent;
	border: none;border-radius: 0;padding: 0;	outline: none;
}
.site_account .site_account_panel_list{
	position: relative;height: 100%;
	overflow: hidden;	transition: height 0.2s ease-in-out;
}
.site_account .site_account_panel_list .site_account_info{text-align: left;font-size: 14px;}
.site_account .site_account_panel_list .site_account_info .site_account_header{
	text-align: center;border-bottom: 1px solid #ededed;
	padding: 0 0 10px;margin-bottom: 12px;
}
.site_account .site_account_panel_list .site_account_info .site_account_header .site_account_title{margin-bottom:0}
.site_account .site_account_panel_list .site_account_info ul{margin: 0;}
.site_account .site_account_panel_list .site_account_info li span{font-size: 15px;color: #282c2d;font-weight: 500;}
.site_account .site_account_panel_list .site_account_info li{padding:0 4px;margin-bottom: 10px;}
.site_account .site_account_panel_list .site_account_info li a:hover{color:#d0011b;}
.site_account .site_account_panel_list .site_account_panel {
	width: 100%;visibility: hidden;
	transition: visibility 500ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
	transition: transform 500ms cubic-bezier(0.23, 1, 0.32, 1), visibility 500ms cubic-bezier(0.23, 1, 0.32, 1);
	transition: transform 500ms cubic-bezier(0.23, 1, 0.32, 1), visibility 500ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
}
.site_account .site_account_panel_list .site_account_panel.site_account_default.is-selected{-webkit-transform: translateX(0);	transform: translateX(0);}
.site_account .site_account_panel_list .site_account_panel.site_account_sliding.is-selected{-webkit-transform: translateX(0);	transform: translateX(0);}
.site_account .site_account_panel_list .site_account_panel.site_account_default{-webkit-transform: translateX(-100%);	transform: translateX(-100%);}
.site_account .site_account_panel_list .site_account_panel.site_account_sliding{
	position: absolute;top: 0;left: 0;
	-webkit-transform: translateX(100%);	transform: translateX(100%);
}
.show-action .header-action_dropdown .site_account_panel.is-selected{	visibility: visible;}

@keyframes scroll-in{0%{top:2px}49%{top:-14px}50%{top:19px}100%{top:2px}}
@keyframes scroll-out{0%{top:2px}49%{top:19px}50%{top:-14px}100%{top:2px}}

.header-action_text .header-action__link:hover .box-icon .count  {
    animation-name: scroll-out
}
.header-action_text .header-action__link:hover svg.svg-ico-search  {
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.header-action_account .header-action_dropdown .box-triangle  {
    right: 64px;
}
.header-action_search .header-action_dropdown .box-triangle  {
    right: 108px;
}
.header-action_search .header-action_dropdown .header-dropdown_content .ttbold  {
    font-size: 17px;
    color: #252a2b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 20px;
    font-weight: 500;
    padding: 6px 10px;
    text-align: center;
    border-bottom: 1px solid #ededed;
}
.header-action.show-action .header-action_dropdown  {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), visibility 0.4s linear, -webkit-transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1);
    transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear;
    transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear, -webkit-transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1);
}

.locked-scroll .site-overlay  {
    opacity: 1;
    visibility: visible;
}
.main-header.hSticky  {
    visibility: hidden;
    opacity: 0;
}
.main-header.hSticky.hSticky-nav  {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease;
}
.main-header.hSticky.hSticky-nav.hSticky-up  {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease;
}
.main-header.hSticky-nav .wrap-logo-sticky a  {
    font-size: 24px;
}
.hSticky-nav #nav .main-nav > ul>li>a  {
    padding: 20px 0
}
@media(max-width: 1199px) and (min-width:992px)  {
    #nav nav.main-nav ul li a  {
        font-size:14px;
        margin: 0 10px;
    }
    .main-header .wrap-logo a  {
        font-size: 24px;
    }
}
/* ---------------------  search sidebar --------------------- */
table#cart-view tr td.img{width:65px;}
.cart-view table td.img img{width: 65px;border: 1px solid #ededed;max-width: none;}
.cart-view table td .pro-title {padding-right: 30px;}
.cart-view table td .pro-title a.pro-title-view {	font-size: 12px;font-weight:600;text-transform: uppercase;}
.cart-view table td .pro-title .variant {font-size: 12px;display:block;width: 100%;}
.cart-view table td .remove-cart {
	position: absolute; right:10px;top: 10px;
	width:20px;height: 20px;line-height: 20px;text-align: center;   
	background: #E7EBEC;
}
.cart-view table td .remove-cart svg{height: 20px;width:8px; fill: #000;}
.mini-cart_quantity{
	margin-top:4px;
	display: -ms-flexbox; display: -webkit-flex;   display: flex;
	-webkit-align-items:center;  -ms-align-items:center; align-items:center;
	-webkit-justify-content: space-between;-ms-justify-content: space-between;justify-content: space-between;
	-webkit-flex-flow: row nowrap; -ms-flex-flow: row nowrap;  flex-flow: row nowrap;
}
.mini-cart_quantity .pro-quantity-view .qty-value{
	display: inline-block;
	height: 23px; line-height: 23px;min-width:25px;padding:0 3px;text-align: center;  
	background: #f5f5f5;font-size: 13px;font-weight: 500;
	border-radius: 3px;	box-shadow: 0 1px 1px rgba(225, 227, 228, 0.2);
	-webkit-appearance: none; -moz-appearance: none;  -o-appearance: none; appearance: none;
}
.mini-cart_quantity .pro-quantity-view .qty-btn{width:30px;font-size: 20px;background: #f5f5f5;}
.mini-cart_quantity .pro-price-view {font-size: 13px;font-weight: 600;color: #333;}
.hamburger-menu {width:30px;height:20px;text-align: center;cursor: pointer;display: block;	transition: all 150ms linear;}
.hamburger-menu .bar, .hamburger-menu .bar:after, .hamburger-menu .bar:before {width: 25px;height: 2px;}
.hamburger-menu .bar {	
	position: relative;background: #fff;	
	display: inline-block; vertical-align: middle;
	-ms-transition:all 0ms 100ms, width 150ms linear;
	-webkit-transition:all 0ms 100ms, width 150ms linear;
	transition: all 0ms 100ms, width 150ms linear;
}
.hamburger-menu .bar:before {
	content: "";
	position: absolute;left: 0;top:-6px;background: #fff;
	-ms-transition:bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1),transform 300ms cubic-bezier(0.23, 1, 0.32, 1),width 150ms linear,background 150ms linear;
	-webkit-transition:bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1),transform 300ms cubic-bezier(0.23, 1, 0.32, 1),width 150ms linear,background 150ms linear;
	transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1),transform 300ms cubic-bezier(0.23, 1, 0.32, 1),width 150ms linear,background 150ms linear;
}
.hamburger-menu .bar:after {
	content: "";
	position: absolute;	left: 0;	bottom:-6px;background: #fff;
	-ms-transition:top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1),transform 300ms cubic-bezier(0.23, 1, 0.32, 1),width 150ms linear,background 150ms linear;
	-webkit-transition:top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1),transform 300ms cubic-bezier(0.23, 1, 0.32, 1),width 150ms linear,background 150ms linear;
	transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1),transform 300ms cubic-bezier(0.23, 1, 0.32, 1),width 150ms linear,background 150ms linear;
}
.show-action .hamburger-menu .bar {height: 0;background: transparent; }
.show-action .hamburger-menu .bar:before {
	position: absolute;top: 0px;
	-webkit-transform: rotate(45deg);	-ms-transform: rotate(45deg);transform: rotate(45deg);	
}
.show-action .hamburger-menu .bar:after {
	position: absolute;top: 0px; 
	-webkit-transform: rotate(-45deg);	-ms-transform: rotate(-45deg);transform: rotate(-45deg);
}
.show-action .hamburger-menu .bar:before {-ms-transform: rotate(-45deg);transform: rotateZ(-45deg);}
.show-action .hamburger-menu .bar:after {-ms-transform: rotate(45deg);transform: rotateZ(45deg);}
/* ============ 	ADDTHIS ** addthis ============== */
.fb_dialog.fb_dialog_advanced iframe{right:0px!important;}
.addThis_listSharing {
	position: fixed;bottom:110px;z-index: 999;	
	right:-15px;opacity: 0;	visibility: hidden;
	transition: all .3s ease;	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;
}
.addThis_listSharing.is-show{right: 0;opacity: 1;	visibility: visible;}
.addThis_listing .addThis_item{margin-bottom:5px;margin-right:18px;}

.addThis_listing .addThis_item .addThis_item--icon {
	position: relative;display: inline-block;text-align: center;
	width: 44px;height: 44px;line-height: 44px;color: #fff;
	border-radius: 50%;cursor: pointer;box-shadow: 0 2px 5px 0 rgba(0,0,0,.11);
	background-size: auto;background-repeat: no-repeat;background-position: center;
}
.addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
	position: absolute;top: 4px;right: 55px;z-index: 9;
	height: 32px;line-height: 26px;padding:3px 10px;
	width: auto;border-radius: 5px;font-size: 11px;color: #fff;text-align: center;
	white-space: nowrap;cursor: pointer;background-color: rgba(0, 0, 0, 1);
	visibility: hidden;opacity: 0;
	-ms-transition: all 200ms linear ;-webkit-transition: all 200ms linear ;transition: all 200ms linear ;
}
.addThis_listing .addThis_item .addThis_item--icon .tooltip-text:after{
	content: "";width: 0;height: 0;
	border-width:5px;border-style: solid;
	border-color: transparent transparent transparent rgba(0, 0, 0, 1);
	position: absolute;left: 100%;top: 0;bottom: 0;margin: auto;
	-ms-transition: all 200ms linear ;-webkit-transition: all 200ms linear ;transition: all 200ms linear ;
}
.addThis_listing .addThis_item .addThis_item--icon:hover {text-decoration: none; opacity: .9;box-shadow: 0 5px 10px rgba(0,0,0,.15), 0 4px 15px rgba(0,0,0,.13);}
.addThis_listing .addThis_item .addThis_item--icon:hover .tooltip-text{visibility: visible;opacity: 1;}
.actionToolbar_mobile {
	position: fixed;bottom: 0;left: 0; right: 0;margin: 0 auto;z-index: 999;
	height:45px;width: 100%;border-top: 1px solid #e7e7e7;background: #fff; padding:5px 10px;
}
.actionToolbar_mobile  ul.actionToolbar_listing{
	margin:0;
	display: -webkit-flex;display: -moz-flex;display: flex;
	-webkit-justify-content: space-between;justify-content: space-between;
	-webkit-align-items: center;align-items: center;
}
.actionToolbar_mobile  ul.actionToolbar_listing li{width: 20%;float: left;}
.actionToolbar_mobile  ul.actionToolbar_listing li a {display: block;color: #696969;font-size: 12px;text-align: center;position: relative;}
.actionToolbar_mobile  ul.actionToolbar_listing li a svg {fill: #696969;width: 35px;height: 35px;	display: inline-block;vertical-align: middle;}
.actionToolbar_mobile  ul.actionToolbar_listing li.actionToolbar_chatbot a .messenger_absolute {margin-top: -25px;display: inline-block;vertical-align: top;}
.actionToolbar_mobile  ul.actionToolbar_listing li.actionToolbar_chatbot a svg{width:44px;height:44px;}
/* modal- center */
.modal-addThis{font-size:0;text-align:center;padding:0!important;background: rgba(3, 17, 27, 0.7);-webkit-transition: opacity .35s linear;-o-transition: opacity .35s linear;transition: opacity .35s linear;}
.modal-addThis:before {	content: '';display: inline-block;height: 100%;vertical-align: middle;margin-right: -4px;}
.modal-addThis .modal-dialog-centered {font-size:14px;display: inline-block;text-align: left;vertical-align: middle;}
.modal-addThis.fade .modal-dialog{-webkit-transform: translate(0,0);-ms-transform: translate(0,0);-o-transform: translate(0,0);transform: translate(0,0);}
.modal-addThis .modal-dialog-centered .modal-content {width: 100%; }
.modal-addThis .modal-dialog-centered{ margin:30px auto 50px;}
.modal-addThis.fade .modal-dialog-centered {
	opacity: 0;
	-webkit-transform: scale(0.8);-moz-transform: scale(0.8);-ms-transform: scale(0.8);transform: scale(0.8);
	-webkit-transition: all .2s;-moz-transition: all .2s;-ms-transition: all .2s;transition: all .2s;
}
.modal-addThis.fade.in .modal-dialog-centered {	opacity: 1;-webkit-transform: scale(1);-moz-transform: scale(1);	-ms-transform: scale(1);transform: scale(1);}
@media(max-width:767px){
	.modal-addThis .modal-dialog-centered{ margin:30px 10px 40px;}
}
.modal-backdrop.in {display: none;opacity: 0!important;}
/* modal-succes */
.modal-succesform .modal-title{font-size: 18px;font-weight: 600;margin:0;color:#d0011b;}
.modal-succesform p:not(.modal-title){font-size: 15px;margin:10px 0 5px}
.modal-succesform p.txtloading{color: #aaa;font-size: 13px;}
@keyframes rotatePlaceholder{0%{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}5%{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}12%{-webkit-transform:rotate(-405deg);-moz-transform:rotate(-405deg);-o-transform:rotate(-405deg);transform:rotate(-405deg)}100%{-webkit-transform:rotate(-405deg);-moz-transform:rotate(-405deg);-o-transform:rotate(-405deg);transform:rotate(-405deg)}}
@keyframes animateSuccessTip{0%{width:0;left:1px;top:19px}54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}100%{width:25px;left:14px;top:45px}}
@keyframes animateSuccessLong{0%{width:0;right:46px;top:54px}65%{width:0;right:46px;top:54px}84%{width:55px;right:0px;top:35px}100%{width:47px;right:8px;top:38px}}
.modal-icon.sweet-alert {padding-top: 15px;}
.animateSuccessTip {animation: animateSuccessTip 0.75s;}
.animateSuccessLong {animation: animateSuccessLong 0.75s;}
.sa-icon.sa-success.animate::after {animation: rotatePlaceholder 4.25s ease-in;}
.sweet-alert .sa-icon.sa-success{width:80px;height:80px;border:4px solid #4cae4c;border-radius:50%;margin:20px auto 0;position:relative;box-sizing:content-box}
.sweet-alert .sa-icon.sa-success::before,.sweet-alert .sa-icon.sa-success::after{content:'';border-radius:50%;position:absolute;width:60px;height:120px;background:#fff;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.sweet-alert .sa-icon.sa-success::before{border-radius:120px 0 0 120px;top:-7px;left:-33px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:60px 60px;-moz-transform-origin:60px 60px;-o-transform-origin:60px 60px;transform-origin:60px 60px}
.sweet-alert .sa-icon.sa-success::after{border-radius:0 120px 120px 0;top:-11px;left:30px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0px 60px;-moz-transform-origin:0px 60px;-o-transform-origin:0px 60px;transform-origin:0px 60px}
.sweet-alert .sa-icon.sa-success .sa-placeholder{width:80px;height:80px;border:4px solid rgba(92, 184, 92, 0.2);border-radius:50%;box-sizing:content-box;position:absolute;left:-4px;top:-4px;z-index:2}
.sweet-alert .sa-icon.sa-success .sa-fix{width:5px;height:90px;background-color:#fff;position:absolute;left:28px;top:8px;z-index:1;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
.sweet-alert .sa-icon.sa-success .sa-line{height:5px;background-color:#5cb85c;display:block;border-radius:2px;position:absolute;z-index:2}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip{width:25px;left:14px;top:46px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long{width:47px;right:8px;top:38px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
/* modal-contactform */  
.modal-contactform .modal-header h4.modal-title {text-align: center;font-size: 18px;font-weight: 500;}
.modal-contactform .modal-header .close {	margin-top: -10px;opacity: 0.5;font-size: 26px;width: 30px;	margin-right: -8px;}
.modal-contactform .content_popupform .input-group{ width: 100%;margin:0 0 15px;}
.modal-contactform .content_popupform .input-group input,
.modal-contactform .content_popupform .input-group textarea{
	border: 1px solid #e7e7e7;
	box-shadow: none;
	height: 40px;
	font-weight: 500;
	padding:5px 20px;
	background: #fbfbfb;
	color: #252a2b;
	width: 100%;
}
.modal-contactform .content_popupform .input-group textarea{resize: none;height:80px;}
.modal-contactform .content_popupform .error-formcontact{display: none;margin: 0 0 10px;padding: 10px 15px;font-size: 12px;border: 1px dashed red;background: #fff;color: red;border-radius: 0;transition: height .1s ease;}
.modal-contactform .content_popupform .sitebox-recaptcha{margin-bottom: 15px;padding: 0;}
/* - Harafunnel mobile */
.harafunnel-mb {
	position: fixed;right: 20px;bottom:98px;
	z-index: 9999;width: 60px;height: 60px;padding:8px;
	background: #fff;	border-radius: 50%;
	box-shadow: 0 3px 12px rgba(0, 0, 0, .15);
	transition: box-shadow 150ms linear;
}
.harafunnel-mb:hover {box-shadow: 0 5px 24px rgba(0, 0, 0, .3);}
.harafunnel-mb a {display: block;}
.harafunnel-mb a svg{width:100%;height:100%;}
@media(min-width:992px){
	.modal-addThis.modal-contactform .modal-dialog{width: 600px;}
	.modal-addThis.modal-succesform .modal-dialog{width:450px;}
}
@media(max-width:767px){
	.mainfooter-toolbar{margin-bottom: 50px;}
	.mainfooter-product {margin-bottom: 60px;}
	.actionToolbar_product{
		opacity: 0;   visibility: hidden;
		-webkit-transform: translateY(100%);transform: translateY(100%);
		-webkit-transition: all .3s ease;transition: all .3s ease;
	}
	.product-action-bottom {
		position:fixed;
    left:0;
    bottom:0;
    right: 0;
		z-index:100;
    background: #fff;
    display:block;
		box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
		padding: 8px 10px;
		-webkit-transition: padding .3s ease;transition: padding .3s ease;
		transition: transform .5s;
		transform: translateY(100%);
    height:75px;
	}
.product-action-bottom a{display:inline-flex;}
.product-action-bottom a img {
  width:59px;
  height:59px;
  margin-left:6px;
  border-radius: 50%;
  padding: 7px;
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.2);
}
	.product-action-bottom.is-show{
		transform: translateY(0);
	}
	.layoutProduct_scroll.scroll-down .actionToolbar_product{
		opacity: 1;	visibility: visible;
		-webkit-transform: translateY(0px);transform: translateY(0px);
	}
	.layoutProduct_scroll.scroll-down .product-action-bottom{padding-bottom:60px;}
}
/*===== APP COMBO - BUY X TANG Y ============================================*/
.modal-productApp{
	text-align: center;padding: 0!important;
	font-size:0;background: rgba(3, 17, 27, 0.7);
	-webkit-transition: opacity .35s linear;-o-transition: opacity .35s linear;transition: opacity .35s linear;
}
.modal-productApp:before {content: '';display: inline-block;height: 100%;vertical-align: middle;margin-right: -4px;}
.modal-productApp .modal-dialog-centered {display: inline-block;text-align: left;vertical-align: middle;font-size:14px;}
.modal-productApp.fade .modal-dialog{-webkit-transform: translate(0,0);-ms-transform: translate(0,0);-o-transform: translate(0,0);transform: translate(0,0);}
.modal-productApp .modal-dialog-centered .modal-content {width: 100%; }
.modal-productApp.fade .modal-dialog-centered {
	opacity: 0;
	-webkit-transform: scale(0.8);-moz-transform: scale(0.8);-ms-transform: scale(0.8);transform: scale(0.8);
	-webkit-transition: all .2s;-moz-transition: all .2s;-ms-transition: all .2s;transition: all .2s;
}
.modal-productApp.fade.in .modal-dialog-centered {	opacity: 1;-webkit-transform: scale(1);-moz-transform: scale(1);	-ms-transform: scale(1);transform: scale(1);}
.modal-productApp .modal-footer {padding: 15px;text-align: center;}
.modal-productApp .modal-footer .button{margin:0 5px;}
.modal-productApp .modal-header{padding:15px 20px ;}
.modal-productApp .modal-header .name-combo,
.modal-productApp .modal-header .modal-title {margin: 0;font-weight: bold;font-size:22px;padding: 0px 30px 0px 0px;}
.modal-productApp .modal-header .combo-title {margin:10px 0 0;font-size: 14px;	font-weight: bold;}
.modal-productApp .modal-header .close-modal-app {display: inline-block;position: absolute;background-color: #ffffff;width: 30px;height: 30px;	border-radius: 50%;	border: 1px solid #333;	right: 13px;top: 9px;z-index: 9;	opacity: 1;margin: 0;}
.modal-productApp .modal-header .close-modal-app svg {display: inline-block;fill: currentColor;position: relative;width: 12px;line-height: 30px;margin-top:-2px;}
#combo-program {max-height:400px;    overflow: auto;}
#combo-program .combo-title b {color: #ff0707;}
#combo-program .combo-w {border: 0;margin-bottom:0px;padding:0px 10px 0px 40px;position: relative;}
#combo-program .combo-w:after {content: '\2714\fe0e';font-size: 16px;position: absolute;top: calc(50% - 11px);left: 11px;color:#d0011b;opacity: 0;}
#combo-program .combo-w:before {content: '';width: 20px;height: 20px;border: 1px solid #e1e1e1;border-radius: 3px;position: absolute;top: calc(50% - 10px);left: 7px;}
#combo-program .combo-w.checked:after {opacity: 1;}
#combo-program .combo-w.checked:before {border: 1px solid #d0011b;}
#combo-program table tr {margin-bottom: 3px;}
#combo-program table tr:first-child td { border-top:0; }
#combo-program table label {font-weight: normal;font-size: 13px;display: block;border: none;padding: 2px 5px;cursor: pointer;}
#combo-program table label:after {content: "";display: table;clear: both;}
#combo-program table label img {display: inline-block;width:85px;	float: left;}
#combo-program table label p {display: inline-block;width: calc(100% - 85px);float: left;margin-bottom: 0px;padding-left: 15px;}
#combo-program table label .discount-promotion-price b {color: #fa0303;}
#combo-program table label .discount-promotion-price del {margin-left: 5px;}
#combo-program table input {display: none;}
#combo-program table input:checked + label {color: #000;background: #fff8f8;}
#buyxgety-program {margin:20px 0;border: 2px dotted #d0011b;padding:10px;position: relative;min-height: 100px;z-index: 0;}
#buyxgety-program .buyxgety-heading{padding:5px 10px;position: relative;padding-right:60px;}
#buyxgety-program .buyxgety-heading h3{font-size: 18px;font-weight: 600;margin: 0 0 4px;}
#buyxgety-program .buyxgety-heading:after {
	content: "";
	position: absolute;width:35px;height:35px;right: 10px;	top:6px;
	background-image: url(//theme.hstatic.net/200000522195/1001379083/14/appbuyxgety-icon.png?v=173');
	background-repeat: no-repeat;background-size: contain;
}
#buyxgety-program .modal-body{padding:15px 30px;}
.buyxgety_item {display: -webkit-flex;display: flex;padding: 5px 10px 10px;}
.buyxgety_item .buyxgety_checkbox {width:35px;float: left;padding-top:7px;}
.buyxgety_item .buyxgety_image {width: 60px;float: right;}
.buyxgety_item .buyxgety_item_title{width:calc(100% - 95px);float: right;padding-left:15px;}
.buyxgety_item .buyxgety_list_variant select{font-size: 94%; font-style: italic;min-width:110px;	outline: none; padding: 1px 15px 2px;	margin:2px 0 5px;}
.buyxgety_item .buyxgety_checkbox input[type=radio]{cursor: pointer;width:15px;height:15px;}
/* edit +++  
.pro-loop .product-img .sold-out == bottom:10 
.qty-click input.item-quantity 
table.table-cart tr td.item h3
.selector-actions
*/
.pro-loop .product-img .product_gift_label {width: 25px;position: absolute;top: 10px;right: 10px;z-index:1;}
.product-loop-special .product-col-left{position: relative;}
.product-loop-special .product-col-left .product_gift_label{position: absolute;width: 50px;top: 15px;	z-index: 2;left: 20px;}
button.btn-product-gift{width: 100%;padding: 14px 35px; font-size: 16px;}
table.table-cart tr td.item .ico-gift{display: inline-block;width: 16px;vertical-align: text-bottom;margin-left: 10px;}
@media(max-width:767px){
	.modal-productApp .modal-dialog-centered{margin:30px 10px 50px;}
	.modal-productApp .modal-header{padding-left:15px;}
	.modal-productApp .modal-header .name-combo,
	.modal-productApp .modal-header .modal-title{ font-size: 18px;}
	.modal-productApp .modal-footer .button{width:100%;margin: 0;}
	.modal-productApp .modal-footer .button + .button{margin-top:15px;}
}
/*====== POPUP CONTACT ====================================================================*/
.modal-popupContact{
	font-size: 0; text-align: center; padding: 0 !important;
	color:#333;	background: rgba(3, 17, 27, 0.7);
	-webkit-transition: opacity .35s linear;-o-transition: opacity .35s linear;transition: opacity .35s linear;
}
.modal-popupContact:before {content: '';display: inline-block;height: 100%;vertical-align: middle;margin-right: -4px;}
.modal-popupContact .modal-dialog-centered {font-size:14px;display: inline-block;text-align: left;	vertical-align: middle;}
.modal-popupContact.fade .modal-dialog{-webkit-transform: translate(0,0);-ms-transform: translate(0,0);-o-transform: translate(0,0);transform: translate(0,0);}
.modal-popupContact .modal-dialog-centered .modal-content {width: 100%; }
.modal-popupContact .modal-dialog-centered{ margin:30px auto 50px;}
.modal-popupContact.fade .modal-dialog-centered {
	opacity: 0;
	-webkit-transform: scale(0.8);-moz-transform: scale(0.8);-ms-transform: scale(0.8);transform: scale(0.8);
	-webkit-transition: all .2s;-moz-transition: all .2s;-ms-transition: all .2s;transition: all .2s;
}
.modal-popupContact.fade.in .modal-dialog-centered {opacity: 1;-webkit-transform: scale(1);-moz-transform: scale(1);	-ms-transform: scale(1);transform: scale(1);}
.modal-popupContact .close-popup-contact{
	background-color: rgba(0, 0, 0, .3);	
	height:30px;width:30px;line-height: 30px;	
	position: absolute;right: 10px;top: 10px;z-index: 2;
	border-radius: 50%;opacity: 1;text-align: center;outline: none;
}
.modal-popupContact .close-popup-contact svg{display: block;margin: auto;height: 30px;width: 14px;text-align: center;fill:#f3f3f3}
.modal-popupContact .close-popup-contact:hover{background-color: rgba(0,0,0,.6);}
.modal-popupContact.popupBanner .modal-content{background-color: transparent;width: auto;margin-left:auto;margin-right:auto;}
.modal-popupContact.popupForm .modal-content {
	position: relative;overflow: hidden;padding: 0;
	background-size: cover;background-repeat: no-repeat;background-color: #e6e6e6;
}
.modal-popupContact.popupForm .modal-content.lazyloaded{	background-image: url(//theme.hstatic.net/200000522195/1001379083/14/popup_contact_bkg.jpg?v=173);}
.modal-popupContact.popupForm .modal-content:before{content:"";	position: absolute;top: 0;bottom: 0;right: 0;background:#f3f3f3;opacity: 0.75;}
.modal-popupContact.popupForm .modal-content:before,
.modal-popupContact.popupForm .modal-content .modal-wrapper-contact{width:58%}
.modal-popupContact.popupForm .modal-content .modal-wrapper-contact{position: relative;padding: 50px 25px 30px;float:right;}
.title-popup-contact {font-size: 24px;	margin: 0px 0px 10px;font-weight: 500;}
.message-popup-contact {margin-bottom: 25px;}
.title-adv-popup-contact {font-size: 14px;margin-bottom: 5px;}
.list-adv-popup-contact li {list-style-type: disc;margin-left: 25px;font-size: 14px;}
.popup-form-customer{margin-bottom:15px;}
.popup-form-customer .input-group {width: 100%;display: block;margin-bottom:0}
.popup-form-customer .input-group input{-moz-appearance: none;-webkit-appearance: none;appearance: none;}
.popup-form-customer .input-group input,
.popup-form-customer .input-group .input-group-addon{
	width:100%;margin-bottom:15px;
	height: 45px;padding:10px 20px;line-height: 25px;
	background: #fff;border:1px solid #e7e7e7;
}
.popup-form-customer .input-group .input-group-addon {margin-bottom:8px;font-weight: 700;color: #fff;cursor: pointer;border-color:#d0011b;}
.popup-form-customer .input-group .input-group-addon:hover,
.popup-form-customer .input-group .input-group-addon:focus{
	background-color:#fff;border-color:#d0011b;color:#d0011b;
}
.popup-form-customer .succes-popup{font-size:12px;min-height: 25px; visibility: hidden;margin: 0;text-align: center;}
.popup-form-customer .succes-popup.error{visibility: visible;color: red;}
.popup-form-customer .succes-popup.success{visibility: visible;color: #27a208;}
@media (min-width: 768px) {
	.modal-popupContact .modal-dialog-centered{width:650px;}
}
@media (max-width: 767px) {
	.modal-popupContact .modal-dialog-centered{margin:35px 10px 50px;}
	.modal-popupContact.popupForm .modal-content:before, 
	.modal-popupContact.popupForm .modal-content .modal-wrapper-contact{width:100%;}
}
/*** End popup-contact.css ***/
/*---------------------------------------------------------------------------------
RESPONSIVE
---------------------------------------------------------------------------------*/
@media(min-width:992px) and (max-width:1199px){
	/*index */
	.box-banner-inf{width: 80%;	z-index:4;}
	.list-slider-banner.owl-carousel .owl-nav .owl-next{right: 65px;}
	.list-slider-banner.owl-carousel .owl-nav .owl-prev{left: 65px;}
	/*account*/
	.wrapbox-content-account{padding: 100px 60px;}
	.wrapbox-heading-account .header-page{ width:80%;}
}
@media(min-width:992px){
	.wrapbox-heading-account{
		position: -webkit-sticky;position: sticky;top: 0;
		border-right: 1px solid #ededed;
		height: 100vh;	padding:0;
	}
	.wrapbox-heading-account .header-page{padding-bottom: 70px; }
	.box-heading-contact{
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		border-right: 1px solid #ededed;
		height: 100vh;
		padding:0;
	}
	.box-map iframe{height:100vh!important}

	/**** INDEX ****/
	.wrap-pd-infor.box_stick{
		position: -webkit-sticky;
		position: sticky!important;
		max-height:100vh;
		top: 0;
		border-right: 1px solid #ededed;
	}
	.wrap-pd-infor .inf-content{padding: 100px 15px;max-width: 80%;margin:auto;}
	/**** COLLECTION ****/
	.sidebar-fix {
		position: -webkit-sticky;
		position: sticky;
		top: 0px;
		margin-top: 0px;
	}
	/**** PRODUCT DETAIL ****/
	.icon-pr-fix.out-with-you {  opacity: 0;}
	.product-content-desc{
		position: -webkit-sticky;
		position: sticky;
		top: 65px;
	}
	/**** BLOG ****/
	.list-article-content .news-content{height: 50vh;}
	/**** FOOTER ****/
	.top-footer .area_newsletter {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		margin-bottom:0;
	}
	.top-footer .area_newsletter .title_newsletter {
		width: 32%;
		border-right: 1px solid #e7e7e7;
		margin-right: 20px;
		margin-bottom:0;
	}
}
@media(min-width:1200px){
	.wrapbox-content-account{padding: 100px;}
	.wrapbox-heading-account .header-page{ width:60%;}
	.block-banner-category img{
		-webkit-transition: -webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		transition: -webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94),-webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}
	.block-banner-category:hover img{-ms-transform: scale(1.2);-webkit-transform: scale(1.2);transform: scale(1.2);}
	.box-banner-inf{width: 80%;	z-index:4;}
	.top-footer .area_newsletter .title_newsletter {width: 26%;}
	.wrapbox-content-search {padding: 0 100px 30px;}
	#homepage_slider:not(.owl-loaded),
	.list-slider-banner.owl-carousel:not(.owl-loaded){min-height:300px;visibility: hidden;}
}
@media(min-width:768px){
	table.table-cart tr td.remove {position:absolute;right: 15px;}
	.sidebarCart-sticky{position: -webkit-sticky;position: sticky;top:70px;}
}
@media(max-width:991px) and (min-width:768px){
	.wrapbox-heading-account{height: 50vh;border-bottom: 1px solid #ededed;}
	.wrapbox-heading-account .header-page{ width:80%;text-align: center;padding-bottom:50px; }
	.wrapbox-heading-account .header-page:after {margin: 50px auto 0;}
	.wrapbox-content-account{padding: 100px 80px;}
	#site-menu-handle{padding-right: 80px;display:inline-block!important;}
	span#site-menu-handle:after {
		font-size: 13px;
		display: inline-block;
		content: "Menu";
		text-transform: uppercase;
		position: absolute;
		right: 0;
		top:0px;
		opacity: 0.6;
	}
	.box-heading-contact{height: 50vh;border-bottom: 1px solid #ededed;}
	.box-map iframe{height:50vh!important}	

	/* INDEX */
	.wrap-pd-infor.box_stick{	height:50vh;}
	.box-banner-inf{width: 70%;	z-index:4;text-align: center;}
	.wrap-pd-infor .inf-content{padding: 100px 15px;max-width: 80%;margin:auto;}
	/* COLLECTION */
	.no-product{text-align:center}
	/* PRODUCT DETAIL*/
	.icon-pr-fix{position: absolute;  bottom:25px;}
	.product-zoom.icon-pr-fix {	right: 15px;left: initial;margin: 0;}
	.gallery-index.icon-pr-fix {display: none;}
	.divzoom_main .product-thumb{display: -webkit-flex;display: flex;-webkit-align-items: center;align-items: center;}
	.box__product-gallery{height:70vh;overflow: visible;}
	.slide_product{ width: 100%;height: 100%;}
	.slide_product li.gallery-item{height:100%;width:100%;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}

  .slide_product li.gallery-item img {
     width:100%; 
  }
	.box__product-gallery.scroll .site-box-content:after {content: 'flickity';display: none;}
	/* CART */
	.checkout-note textarea{margin-bottom:20px}
	.sidebox-order_title h3 {font-size: 18px;}
	.sidebox-order_total p .total-price{font-size: 20px;}
	.sidebox-order_text {font-size: 12px;}
	.sidebox-order_action .btncart-checkout{font-size:8px 15px;}
	/* BLOGS */
	.list-article-content .news-content{height: 50vh;}
	/* Footer */
	footer.footer .col-lg:nth-of-type(2n+1) {clear: both;}
}
@media(max-width:991px) {
	.header-wrap-icon > span.icon-account,
	.header-wrap-icon > span.icon-search {display: none!important;}
	.block .title_block {position: relative;display: inline-block;margin:0 0 5px;}
	.block .title_block span {display: block;top:8px;right:10px;position: absolute;}
	.block .block_content {display: none;}
	.filter-default {padding: 0 15px;} 
	.product-image-detail {width:100%;padding:0;}
	.flickity-page-dots {bottom:-55px; z-index:2;}
	.product-title h1 {font-size:24px; margin-top:65px;}
	.caption_banner {padding: 0 15px;bottom: 10px;}
	.caption_banner h3{font-size:18px;}
	/* collection */
	.wrap-collection-title .heading-collection {margin: 0;}
	.wrap-collection-title .heading-collection h1 {font-size: 20px; text-align:center;margin: 20px 0 0;}
	.no-product{text-align:center}
	.left-module {margin: 20px 0 0;}
	.wrapper-collection-1 .pro-loop:nth-child(odd),
	.wrapper-collection-2 .pro-loop:nth-child(odd),
	#collection-body .pro-loop:nth-child(odd),
	.list-productRelated .pro-loop:nth-child(odd){	padding-right:5px;}
	.wrapper-collection-1 .pro-loop:nth-child(even),
	.wrapper-collection-2 .pro-loop:nth-child(even),
	#collection-body .pro-loop:nth-child(even),
	.list-productRelated .pro-loop:nth-child(even){	padding-left:5px;}
	/* Blog Article */
	.blog-loop:nth-of-type(2n+1) {clear: both;}
	.sidebar-blog .layered, .sidebar-page .layered {display: none;}
  .product-detail-box-freeship .icon {
  margin-top:-3px !important;
}
}
.wrapper-heading-home {text-align: center;padding-bottom: 30px;}
@media(max-width:767px){
	.wrapbox-heading-account {padding: 30px 15px;border-bottom: 1px solid #ededed;}
	.wrapbox-heading-account .header-page{text-align: center;}
	.wrapbox-heading-account .header-page h1 {font-size: 34px;}
	.wrapbox-heading-account .header-page:after {margin: 20px auto 0;}
	.wrapbox-content-account{padding:60px 15px;}
	.heading-page{position: relative;text-align:center;padding: 30px 0 30px 0;margin-bottom: 0px;}
	.heading-page:after {content: "";background:#252a2b;display: block;width: 60px;height: 4px;margin: 25px auto 0;}
	.heading-page h1{font-size: 30px;margin:0;margin-bottom:15px;}
  .page-wrapper .button_share {justify-content: center !important;}
	.wrapbox-content-page-contact{padding:40px 15px;}
	.breadcrumb-shop {}
	.breadcrumb-shop .breadcrumb-arrows {padding: 2px 0 5px}
  .breadcrumb-shop .breadcrumb-arrows a {color:#337ab7;}
	/* index */
	.list-slider-banner.owl-carousel .owl-nav.disabled,
	.list-slider-banner.owl-carousel .owl-nav{display:none;}
	.list-slider-banner .caption_banner_slide{padding:10px 15px;}
	.list-slider-banner .caption_banner_slide h3{font-size:16px;}
	.wrapper-heading-home h2{font-size: 28px;}
	.wrap-collection-title h2,.wrap-collection-title .link-more{font-size:24px;}
	.wrap-collection-title.image-resize{padding-top: 0px;}
	.wrapper-home-banner .home-banner-pd {padding:0 5px;margin-bottom:0px;}
	.box-banner-inf{width: 100%;padding: 50px 15px;z-index:4;text-align: center;}
	.wrap-pd-infor.box_stick{height:50vh}
	.wrap-pd-infor .inf-content{padding:50px 30px;max-width:100%;margin:auto;}
	.box-banner-inf h2{font-size:40px;}
	.box-banner-inf a.button { margin-top: 33px;}
	#homepage_slider .owl-dots{    bottom: 8px;}
	/* product detail*/
	.product-detail-wrapper{padding-top:5px;}
	.product-image-detail{border-bottom: none;}
	.icon-pr-fix{position: absolute;  bottom:25px;}
	.product-sharing.icon-pr-fix {left: 15px;}
	.product-zoom.icon-pr-fix {	bottom:68px;}
	.gallery-index.icon-pr-fix {display: none;}
	.divzoom_main .product-thumb{display: -webkit-flex;display: flex;-webkit-align-items: center;align-items: center;}
	.box__product-gallery{overflow:visible; }
	.slide_product{ 
		width: 100%;height: 100%;
		transition: opacity 300ms linear, transform 300ms linear;
	}
	.box__product-gallery .flickity-enabled .flickity-viewport {
		transition: height 300ms linear;
	}
	.slide_product li.gallery-item {
		height: 100%;	width: 100%;    
    overflow: hidden;
		display: -webkit-flex;
    display: flex;
		-webkit-align-items: center;	
    align-items: center;    
	}
	.box__product-gallery.scroll .site-box-content:after {content: 'flickity';display: none;}
	.slide_product li.gallery-item img{
		height: 100%;width: 100%;
		object-fit: cover;
		font-family: "object-fit: cover";
		pointer-events: none;
	}

	.product-image-detail .flickity-page-dots .dot{ transition: all 300ms linear;margin: 0 4px;}
	.slide_product .flickity-page-dots{bottom: -35px;z-index: 99;}
	.input-bottom{width: 54px;float:left;margin-right: 15px;}
	.input-bottom input{
		width: 54px;
		height: 45px;
		border: 1px solid #d1d1d1;
		text-align: center;
		outline: none;
		box-shadow: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	.add-cart-bottom{
		font-weight: 600;
		width:fit-content;
		border-radius: 4px;
		float:left;
		padding-bottom:3px;
		margin-left:5px;
	}
	.add-cart-bottom:hover {
		background-color:#e92229;
	}
	.list-productRelated .pro-loop-title .product-resize,
	.list-productRelated .pro-loop-title .wrap-collection-title.image-resize{height: initial!important}
	.list-productRelated .wrap-collection-title.image-resize{padding-bottom:45px;}
	.list-productRelated .wrap-collection-title .block-pding:after{
		content: "";
		display: block;
		width: 50px;
		height: 4px;
		margin: 30px auto auto;
		background:#252a2b;
	}
	/******* blog -article *******/
	.list-article-content .news-content{ min-height: 250px;height: 50vh;}
	.article-body h2.title-article {font-size: 24px;}
	.sidebarblog-title h2 {text-align: center;margin-bottom: 10px;}
	.sidebarblog-title h2 span {display: inline-block;}
	.blog-posts .blog-post .blog-post-thumbnail {margin-bottom: 20px;}
	/******* ABOUT-CONTACT *******/
	.box-heading-contact{padding:0;}
	.header-page-contact h1{font-size:35px;}
	.box-send-contact h2{font-size:20px}
	.box-map iframe{height:50vh!important}
	/* CART PAGE */
	.layoutPage-cart .heading-page h1 {font-size: 25px;margin: 0 0 10px;}
	table.table-cart {margin-bottom:25px;border:0;}
	table.table-cart thead tr{display:none;}
	table.table-cart tr td{ border:0;padding:0 5px;}
	table.table-cart tbody>tr {
		background:#ffffff;
		padding:20px 0;
		display: block;
		border-radius: 2px;
		-webkit-border-radius: 2px;
		border-bottom: 1px solid #e8e8e8;
		position: relative;
		margin-bottom: 10px;
	}
	table.table-cart tr td.image{width:80px;float:left;}
	table.table-cart tr td.image img { max-width:70px;background:#fff}
	table.table-cart tr td.item {	width:calc(100% - 80px);	float: left; padding-left:5px;}
	table.table-cart tr td.item h3 {margin: 0 0 5px;display: block;padding-right: 20px;}
	table.table-cart tr td.qty {padding: 0px;float: right;	margin-right: 8px;text-align: right;position: absolute;right: 0px;bottom: 35%;}
	table.table-cart tr td.item .price {width: 100%;float: left;text-align: left;margin: 15px 0;}
	table.table-cart tr td.item .price del{margin-top:2px;}
	table.table-cart tr td.item .price span.text{display:inline-block;font-size:12px;} 
	table.table-cart tr td.remove a {position: absolute;	top: 22px;	right: 0;}
	table.table-cart tr:last-child td {border: none;}
	.checkout-note textarea {margin-bottom:20px;}
	.cart-buttons .btn-checkout, .cart-buttons a, .cart-buttons .btn-update {
		font-size: 10px;
		margin:0;
		padding: 15px 8px;
	}
	/* SEARCH ++	ACCOUNT */
	.search-field{width:100%;}
	.title-infor-account h1 {font-size: 30px;}
	.title-infor-account h1:after{margin-top:32px;}
	.AccountSidebar {margin-bottom: 40px;}
	.table-responsive {padding: 0 8px 10px}

	.breadcrumb-shop .breadcrumb-arrows li {font-size:10px;}
}

/* ADDITION BY COOLMOM */
.customer-services-star {
	vertical-align:baseline;
}
.pages a, .article-pages a {
	color: #337ab7 !important;
}
.pages a:hover, .article-pages a:hover {
	text-decoration: underline;
	color: #d0021b !important;
}
.inf-content li {
  margin-bottom:5px;
}
.description-productdetail blockquote a, .inf-content a {
	color: #337ab7;
  border-bottom: 1px dotted #337ab7;
}
.description-productdetail a:hover {
	text-decoration: underline;
	color: #d0021b;
  border-bottom: none;
}
.title-bl {
	margin-bottom:10px;
}
.title-bl h2 {
	font-size: 19px !important;
	margin: 0px;
	font-weight: 700 !important;
}

.coolmom-information {
	margin-top: 20px;
}
.coolmom-information a {
	margin-top: 20px;
	color: #337ab7 !important;
}
.coolmom-information a:hover {
	text-decoration:underline;
}
.coolmom-information .why-choose-coolmom {
	margin-bottom: 20px;
}
.coolmom-information blockquote {
	margin-top:10px;
	font-size:14px !important;
}
.btn-buynow{
  font-size:16px;
	display: flex;
  width: 50%;
  margin-right:10px;
}
.b_kkk a {
	border-bottom: 1px dotted #337ab7;
	color: #337ab7;
}
.b_kkk p {margin-bottom:5px;}
.b_kkk {
	margin-top: 10px;
	margin-bottom:0px;
	align-items: center;
	justify-content: center;
}
.b_kkk .btn_ecom {
	flex: 1;
	background: #ff5722;
	color: #fff;
	font-weight: 600;
	border-radius: 5px;
	min-height: 59px;
	display: grid;
	align-items: center;
	justify-content: center;
	transition: 0.4s all;
  margin-top:10px;
  text-align:center;
  text-transform:uppercase;
}
.b_kkk .btn_ecom span {
  margin-top:-21px;
}
.b_kkk .btn_ecom:first-child {
	/*margin-right: 5px;*/
}
.b_kkk .btn_messenger {
  background-color:#0a7cff;                                                                                          
}

@media (max-width: 768px){
	.b_kkk .btn_ecom {
		width: 100%;
	}
	.b_kkk{
		width: 100%;
    margin-bottom:15px;
	}
}
@media (max-width: 370px){
	.b_kkk .btn_ecom {
		width: 100%;
		line-height: 50px;
		text-align: center;
		margin-bottom: 10px;
	}
	.b_kkk{
		display: block;
	}
}


.wrap-addcart {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
	display:flex;
	flex-flow: row wrap;
  margin-top: 19px;
}

.wrap-addcart #add-to-cart{
	border-color: #f38c25 !important;
  color: #fff !important;
}
.wrap-addcart #add-to-cart:hover {
	color: #fff;
}
.wrap-addcart #add-to-cart:before {
	background: #f38c25 !important;
}
.block__promo {
	border-radius: 4px;
	margin-bottom: 25px;
  background:#4a90e2;
  padding:5px;
  margin-top:15px;
}
.block__promo .pr-content {
  background:#fff;
  border-radius:3px;
}

.pr-top {
	background-color: #4a90e2;
	padding: 9px 8px 11px;
}

.pr-content .pr-item {
	padding: 15px 10px 10px 10px;
}

.pr-content .pr-item:last-child {
	border: none;
}
.pr-top .pr-txtb {
	margin:0;
	padding:0;
	font-size:14px;
  color:#fff;
  text-transform:uppercase;
}
.divb div {
  margin-bottom:9px;
  display:block;
}
.divb div div {
  margin-left:29px;
  font-size:14px;
}

.divb div span.number {
  border-radius: 10px;
  background: #4a90e2;
  padding: 1px 6px;
  color: #fff;
  margin-right: 6px;
  font-size:11px;
  float:left;
  margin-top:2px;
  width: 18px;
  text-align: center;
}

.divb a {
	color: #337ab7;
	border-bottom: 1px dotted #337ab7;
}
.divb a:hover {
	text-decoration:underline;
	border-bottom:none;
}
.divb span {
	display: block;
	overflow: hidden;
	font-size: 14px;
	color: #333;
	padding: 3px 0px 10px 20px;
}

.product-description {
	text-align: inherit;
}
@media (max-width: 767px){
	.productDetail-page .wrap-addcart {
		flex-direction: column;
	}
	.productDetail-page .wrap-addcart .btn-buynow {
		margin: 10px 0px 15px;
    width: 100%;
    font-size:16px;
	}
  .button.btn-addtocart {
    margin-bottom: 5px;
  }
}
.btn-addtocartbottom {
	background-color:#ff8d00 !important;
	border-color:#ff8d00 !important;
	color:#fff;
	text-transform:uppercase;
}
.product-description h3 {
	margin-top: 20px;
}


.mivideo {
	padding-top: 83%;
}
.mivideo i{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.sold-out-detail .product-action-bottom{display: none !important;}
.flashsale img {
  width: 125px;
  height: 25px;
}
.flashsale-countdown-label{
  font-family:'FontAwesome' !important;
  font-weight:700;
  font-size:17px;
  float:left;
  color:#fff;
}
.flashsale-countdown {border: none;
	background: transparent;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
  margin-top:5px;
}
.flashsale-countdown a {
	color: #337ab7;
	border-bottom:dotted 1px #337ab7;
}
.flashsale-countdown-item{
  background:#000;
  padding:3px;
  display:inline-block;
  border-radius:2px;
  width:25px;
  text-align:center;
  font-weight:700;
}

.product-metadata {
  position: relative;
  display:flow-root;
}
.product-metadata span.stars-rating {
  display: flex;
  margin-top: 0px;
	border-left: none;
	margin-left:0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	--background-image: url(https://file.hstatic.net/200000522195/file/5stars-99x18px_bf37e5d94f4c463fa80fc7851d2ccf42_grande.png);
}
.product-metadata span.stars-rating:hover {
	cursor: pointer;
}
.product-metadata span {
	float: left;
	margin-left: 0px;
	padding-left: 0px;
	color: #333;
	font-size: 12px;
}
.product-metadata span.scrollto-product-desc {
	position: absolute;
    padding-right: 21px;
    height: 18px;
    display: inline-block;
    text-decoration: none;
    vertical-align: text-center;
    background: url("https://file.hstatic.net/200000522195/file/arrow-down-icon-18x18_cbdbbb907d284414990a23311d7c691a_grande.png") right no-repeat;
    right: 0px;
    border-left: none;
}
.product-metadata span.scrollto-product-desc a {
	color: #337ab7;
  font-size:13px;
}
.product-metadata .brand-and-stock a {
  color: #337ab7;
  border-bottom: 1px dashed;
}
.header-action_account {display: none !important;}


/*** Cus New***/
#list-productRelated .owl-dots {position: absolute;bottom: -20px;text-align:center;width:100%;}
#list-productRelated .owl-dots .owl-dot {display: inline-block;}
#list-productRelated .owl-dots .owl-dot span {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border-radius: 50%;
	cursor: pointer;
	background: transparent;
	border: 2px solid #92a187;
	-webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}
#list-productRelated .owl-dots .owl-dot.active span {background: #92a187;}
#list-productRelated .owl-item:not(.active) {opacity:0.6}
#list-productRelated .owl-carousel .owl-nav .owl-prev,
#list-productRelated .owl-carousel .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0;
	border: none;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	text-align: center;
	z-index: 1;
	-webkit-box-shadow: 0 2px 10px rgba(54,54,54,0.15);
	box-shadow: 0 2px 10px rgba(54,54,54,0.15);
	vertical-align: middle;
	line-height: 0;
}
#list-productRelated .owl-carousel .owl-nav .owl-prev:before,
#list-productRelated .owl-carousel .owl-nav .owl-next:before {
	content: "";
	font-family: "FontAwesome";
	font-size: 25px;
	line-height: 50px;
	width: 50px;
	height: 50px;
	display: inline-block;
	-webkit-box-shadow: 0 2px 10px rgba(54,54,54,0.15);
	box-shadow: 0 2px 10px rgba(54,54,54,0.15);
	border-radius: 50%;
}
#list-productRelated .owl-carousel .owl-nav .owl-prev {left:-15px;}
#list-productRelated .owl-carousel .owl-nav .owl-prev:before {content: "\f104";}
#list-productRelated .owl-carousel .owl-nav .owl-next {right:-15px;}
#list-productRelated .owl-carousel .owl-nav .owl-next:before {  content: "\f105";}
#list-productRelated .owl-carousel .owl-stage{margin: 0 auto;}
#list-productRelated {
	padding-bottom: 30px;
  margin: 0px 15px;
  background: #004a2c;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom:35px;
  margin-top:15px;
  border-radius:3px;
}
@media (max-width: 992px) {
 #list-productRelated .owl-carousel .owl-nav .owl-prev {left:-15px;} 
  #list-productRelated .owl-carousel .owl-nav .owl-next {right:-15px;}
  #product {overflow: hidden;}
}
button.add-to-cart-related:before {
	background: #ffb400 !important;
}
#product button.add-to-cart-related { 
	display: block !important;
}
#product button.add-to-cart-related { 
	line-height:21px;
}
.category-desc {
	background: #fff;
	margin-bottom: 25px;
	padding: 15px 10px 15px 15px;
	border-radius: 3px;
}
.category-desc a {
	color: #337ab7 !important;
	font-weight: 700;
}
.category-desc h3 {
	margin-top:15px;
}
.category-desc ul {
	list-style-type: inherit;
  margin-left: 25px;
  margin-top: 10px;
}
.category-desc ul li {
  margin-top: 5px;
}
.category-desc a:hover {
	text-decoration:underline;
}
.coolmom-information-box {
	text-align: left;
	background: #ebfffe;
	padding: 10px;
	font-size: 13px;
	border-radius: 3px;
	border: 2px dotted #004a2c;
}
.coolmom-information-box p {
	margin-bottom:5px;
}
.coolmom-information-box h3 {
	font-size:18px;
  font-weight:700;
}
.description-productdetail .btn-warning {
	color:#fff;
	margin: 20px 0px;
}

.description-content.expandable-toggle.opened .description-productdetail {
	max-height: 500px;
	overflow: hidden;
}
.product-description .description-content .description-btn {
	position: relative;
}
.product-description .description-content .description-btn:before {
	content: "";
	position: absolute;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4) 15%, #fff);
}
.product-description .expandable-content_toggle {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	border: 1px solid #ff8d00;
	padding: 7px 15px;
	color: #fff;
	position: relative;
	margin: 0 auto;
	border-radius: 4px;
	text-align: center;
	font-weight: 500;
	background: #ff8d00;
	z-index: 99;
	outline: none;
}
.product-description .description-content .expandable-content_toggle {
	outline: none;
}
.product-description .expandable-content_toggle-icon {
	position: relative;
	margin-right: 15px;
	width: 10px;
	height: 10px;
	-webkit-transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
  background:#fff;
}
.product-description .expandable-content_toggle-icon:before,  .product-description .expandable-content_toggle-icon:after {
	content: "";
	position: absolute;
	background: #ff8d00;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: -webkit-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	top: 50%;
	left: 50%;
}
.product-description .expandable-content_toggle-icon:before {
	width: 2px;
	height: 10px;
}
.product-description .expandable-content_toggle-icon:after {
	width: 10px;
	height: 2px;
}
.product-description .description-content:not(.opened) .expandable-content_toggle {
	margin-top: 30px;
}
.question {
	margin-top: 0px;
}
.question .title h2 {
	font-size: 19px;
	font-weight: 700 !important;
}
.question a {
	color: #337ab7;
	border-bottom: 1px dotted #337ab7;
}

.click{
	background:#f5f5f5;
	height:auto;
	cursor:pointer;
	padding:10px;
	font-weight:500;
	font-size:13px;
}

.click i{
	color: #b7acac;
	font-size: 12px;
	margin-top: 5px;
}

.content{
	display:none;
	font-size: 13px;
  padding: 10px;
}
.content p{
	margin-bottom:5px;
}

.rotate {
	transform: rotate(-180deg);
	/*transform: rotate(180deg);*/
	transition: .5s;
}
.rotate-reset {
	transform: rotate(0deg);
	transition: .5s;
}
.product-selling {
	margin-top: 0px;
	border-radius: 5px;
	/*border: 1px solid #e0e0e0;*/
	padding: 15px 0px;
  margin-top:15px;
}
.product-selling .title {
	font-size: 19px;
	font-weight: 700;
	margin-bottom:20px;
}

#product-selling .owl-dots {position: absolute;bottom: 0;text-align:center;width:100%;}
#product-selling .owl-dots .owl-dot {display: inline-block;}
#product-selling .owl-dots .owl-dot span {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border-radius: 50%;
	cursor: pointer;
	background: transparent;
	border: 2px solid #92a187;
	-webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}
#product-selling .owl-dots .owl-dot.active span {background: #92a187;}
#product-selling .owl-item:not(.active) {opacity:0.6}
#product-selling .owl-carousel .owl-nav .owl-prev,
#product-selling .owl-carousel .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0;
	border: none;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	text-align: center;
	z-index: 1;
	-webkit-box-shadow: 0 2px 10px rgba(54,54,54,0.15);
	box-shadow: 0 2px 10px rgba(54,54,54,0.15);
	vertical-align: middle;
	line-height: 0;
}
#product-selling .owl-carousel .owl-nav .owl-prev:before,
#product-selling .owl-carousel .owl-nav .owl-next:before {
	content: "";
	font-family: "FontAwesome";
	font-size: 25px;
	line-height: 50px;
	width: 50px;
	height: 50px;
	display: inline-block;
	-webkit-box-shadow: 0 2px 10px rgba(54,54,54,0.15);
	box-shadow: 0 2px 10px rgba(54,54,54,0.15);
	border-radius: 50%;
}
#product-selling .owl-carousel .owl-nav .owl-prev {left:-15px;}
#product-selling .owl-carousel .owl-nav .owl-prev:before {content: "\f104";}
#product-selling .owl-carousel .owl-nav .owl-next {right:-15px;}
#product-selling .owl-carousel .owl-nav .owl-next:before {  content: "\f105";}
#product-selling .owl-carousel .owl-stage{margin: 0 auto;}

@media (max-width: 768px) {
	.product-selling {
		margin-top: 15px;
		width:99%;
		border:none;
	}
	.question .title {
		font-size: 20px;
	}
}
.jss1 {
	display:none !important;
}
.sold-out, .stock-quantity {
	margin: 6px 10px 0px 0px !important;
}
.button_share {
	margin: -5px 0px 0px 5px;
}
.button_share{
  float:right;
  display:flex;
}
.button_share span{
    margin-left: 0px;
    border-left: none;
    padding-left: 0px;
    margin-right:5px;
    margin-top:3px;
}
.button_share a {
  min-width: 19px;
  text-align: center;
  margin-right:5px;
}
.button_share a:last-child {
  margin-right:0px;
}
.button_share .fa {
  color:#337ab7;
}
#heading-review, #heading-video {
	font-size:19px;
	font-weight:700 !important;
}
#aRGdrj_g9wEBPY9T {
	margin-bottom:70px;
}
.tawk-text-center {
	display:none;
}
button#add-to-cartbottom {
  height:59px;
  font-size:19px;
	padding:10px;
  margin-right:10px;
  width:calc(100% - 155px);
  display: block;
}
#product-selling .product-img img {
    width: 100% !important;
    height: auto;
}
@media (max-width:767px){
	#product-selling .content-product-list {
		display: flex;
		flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -20px;
	}
	#product-selling .content-product-list > .pro-loop {
		flex: 0 0 50%;
    padding-left: 5px;
    padding-right: 5px;
	}
}
.c_camket {
	display: flex;
  align-items: start;
  margin: 20px auto;
}
.c_camket img {
	height:59px;
	margin-bottom:10px;
}
.c_camket p {
	font-size:13px;
}
.video-responsive {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
	display: block;
}
.video-responsive iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}
.product-gallery__thumb-placeholder.thumb-video {
    width: 100%;
    text-align: center;
	justify-content: center;
}
@media (max-width: 991px) {
	.video-wrapper.product-image-feature {
		height: auto;
		width: 100%; 
	}
	.video-wrapper.product-image-feature iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		max-width: 100%; 
	} 	
}
@media (max-width:767px){
	.slide_product .flickity-viewport {
		padding-top: 100%;
	}
	.slide_product .flickity-viewport .flickity-slider {
		top: 0;
	}
	#sliderproduct:not(.flickity-enabled) {
		display: flex;
		flex-wrap: nowrap;    overflow: hidden;
	}
	#sliderproduct:not(.flickity-enabled) li.product-gallery-item {
		flex: 0 0 100%;
	}
	.slide_product li.gallery-item .product-image-feature {
    object-fit: contain;
  }
  
}
.iframe-youtube-embed {
  max-width:100% !important;
}
.article-body h3 {margin-top: 15px;font-weight:700;font-size: 16px !important;}
.description-collectiondetail h3, .pages h3 {margin-top: 15px;font-weight:700;font-size: 21px !important;}
.article-body h2, .description-collectiondetail h2, .pages h2 {margin-top: 15px;font-weight:700;}
.article-body a {
  border-bottom: 1px dotted;
}
  .block__voucher {
  }
.block__voucher ul {
  list-style-type:disc;
  margin-left:15px;
  font-size:13px;
}
.block__voucher hr {
  border-top:1px dashed #eee;
  margin:10px 0px;
}
.block__voucher span {
  display:block;
  font-size:12px;
  color:#000;
  font-style:italic;
}
.block__voucher .voucher {
  border-bottom:1px dotted #000;
}
.buynow-tagline {
  font-size:9px;
  text-transform:none;
  display:block;
  margin-top:2px;
  line-height:11px;
}

.block__commit {
  display:flex;
  text-align:center;
  margin-top:20px;
  margin-bottom:15px;
  font-size:13px;
}
.block__commit div {
  min-width: 25%;
  padding:0px 1px;
  font-size:12px;
}
.block__commit span {
  display:block;
  margin-top:5px;
  font-weight:600;
}
.block__commit span a {
  color:#000;
  font-size:12px;
}
.block__commit img {
  height:69px;
}
.fbgroup-coolmomclub {
    background-color:#004a2c;
    margin: 0 auto;
    padding: 10px;
    display:flow-root;
  font-size:12px;
  }
.fbgroup-coolmomclub .fbgroup-coolmomclub-left {
  float:left;
  display:grid;
}
.fbgroup-coolmomclub .fbgroup-coolmomclub-right {
  float:right;
  margin-top: 8px;
}
.fbgroup-coolmomclub .fbgroup-coolmomclub-right a {
    color: #004a2c;
    background: #fff;
    height: 25px;
    display: block;
    width: auto;
    padding: 3px 7px;
    font-size: 12px;
    line-height:18px;
    font-weight: 700;
    border-radius: 3px;
}
.fbgroup-coolmomclub .fbgroup-coolmomclub-label-small {
  font-weight:700;
  float:left;
  color:#fff;
}
.fbgroup-coolmomclub .fbgroup-coolmomclub-label-big {
  font-weight:700;
  font-size:17px;
  float:left;
  color:#fff;
}
.fb-messenger {display:none;}
.brand-and-stock {
  display:flow-root;
  padding-bottom:5px;
}
.brand-and-stock .brand {
  border-left:none;
  padding-left:0;
  margin-left:0;
  margin-right:0px;
  margin-top:6px;
}
.brand-and-stock .stock {
  margin-right:0px;
  margin-top:6px;
}
.btn-messenger-bottom {
  margin-left:9px;
display:block;
}
.coolmom-cetificate {
  font-size:12px;
  padding: 5px;
  border: 1px dashed #333;
  margin-bottom: 10px;
}
.coolmom-cetificate a {
  color: #337ab7;
  border-bottom: 1px dotted #337ab7;
  font-weight:700;
}
.content-page-button {
  border: 1px solid;
  padding: 9px;
  border-radius: 3px;
  margin-top: 10px;
  display: inline-block;
}
.product-description .description-btn {
    position: relative;
    margin-top: 2px;
  }
.btn_hotline {
  font-size:19px;
}
.pus-flashsale.pus-flashsale-container, .pus-upsell.pus-upsell-container {
  background-color:#004a2c !important;
}
.pus-flashsale .pus-flashsale-timer .pus-timer-item-label {
  color:#fff !important;
}
.pus-flashsale .pus-flashsale-timer .pus-timer-item:not(:last-child):after, .pus-flashsale .pus-flashsale-timer .pus-timer-item:not(:last-child):before{
  background-color:#fff !important;
}
.pus-flashsale .pus-flashsale-header__title, .pus-upsell .pus-upsell-header__title {
  color:#ffb400 !important;
}
.pus-upsell .pus-upsell-header__btn-show-all a {
  color:#fff;
}
.pus-flashsale__girds-0 .tns-item {
  background:#fff;
  padding:10px 20px;
  border-right:1px solid #d0d0d0;
}
.pus-slide__img-top {
  border:none !important;
}
.pus-flashsale--row, .pus-upsell--row {
  width:auto !important;
}
.pus-slide-btn-add{
  background-color: #ffb400 !important;
  border: 1px solid #ffb400 !important;
  padding: 5px !important;
}
.pus-flashsale.pus-flashsale-container, .pus-upsell.pus-upsell-container {
    margin-top:56px !important;
}
@media(min-width: 992px) {
  .pus-flashsale.pus-flashsale-container, .pus-upsell.pus-upsell-container {
    margin:70px 56px 0px !important;
  }
}
.pus-flashsale-header__btn-show-all a {
  color:#fff !important;
}
.pus-flashsale .pus-flashsale-header {
  padding-bottom:0px !important;
}
.pus-flashsale .pus-flashsale-header {
  border-bottom:none !important;
}
.pus-flashsale .pus-flashsale-header__btn-show-all, .pus-upsell .pus-upsell-header__btn-show-all {
  text-decoration:none !important;
}
#home-slider {
  margin-bottom:0px;
}
.dlpm-coupon__girds-0 .dlpm-coupons {
  margin-top:0px;
}
.description-productdetail blockquote, .article-body blockquote {
  margin: 15px 0px;
  border: none;
  background: #f3f9ff;
  border-radius: 12px;
  padding: 10px 20px 20px;
}
.description-productdetail blockquote p {
  content: '';
  background: url(https://theme.hstatic.net/200000522195/1001090351/14/arrow-right.png) 0px 8px;
  background-size: 14px 14px;
  margin-right: 0;
  margin-top: 4px;
  background-repeat: no-repeat;
  padding-left: 21px;
}
.description-productdetail blockquote a, .article-body blockquote a{
  font-weight:700;
  margin-top:5px;
}
  .coolmom-1111 {
    background: #004a2c;
    margin-bottom: 10px;
    border-radius: 20px;
    padding: 5px 15px;
    color: #fff;
    font-size: 12px;
    line-height: 21px;
    height: 31px;
  }
.coolmom-1111 a {
  color:#fff;
  float:right;
  border-bottom: 1px solid;
  line-height:17px;
}
.product-attribute {
  
}
.product-detail-main .dlpm-coupons, .wrap-collection-body .dlpm-coupons {
  padding:0px;
}
.product-detail-main .dlpm-coupons .dlpm-heading, .wrap-collection-body .dlpm-coupons .dlpm-heading {
  display:none !important;
}
.product-detail-main .dlpm-minimum {
  padding:6px 8px 9px;
}
.product-detail-main .dlpm-mini-content .mini-voucher {
  gap: 5px;
  padding:6px 8px;
}
.product-detail-main .dlpm-minimum .dlpm-mini-heading {
  margin-bottom: 8px;
}
.product-detail-main .dlpm-mini-heading .dlpm-mini-heading__label {
  font-size:15px;
}
.product-detail-main .dlpm-mini-heading .dlpm-mini-heading__show-all {
  font-size:12px;
}
.product-detail-main .dlpm-mini-content .mini-voucher {
  border:1px dashed #333;
}
.product-attributes {
  border-radius:0px;
  padding-bottom:1px;
  margin-bottom:15px;
  padding-top:15px;
}
.product-attributes-title {
  background: #f1f1f1;
  border-radius: 5px;
  padding: 8px 15px;
  color: #fff;
  display: flex;
  position: relative;
}
.product-attributes-title h2 {
  font-size:19px;
  font-weight:700;
  margin-right:9px;
  margin-bottom:0px;
  margin-top: 0px;
  color: #333;
}
.product-attributes-title a {
  color: #005eff;
  border-bottom: 1px solid;
  line-height: 13px;
  position: absolute;
  right: 13px;
}
.product-attributes-content {
  font-size:13px;
}
.product-attributes-content .attr-row {
  display:flex;
  border: 1px solid #f0f0f0;
  border-top:0;
  align-items:center;
  background: #fafafa;
}
.product-attributes-content .attr-row a {
  color:#005eff;
  border-bottom:1px dashed #005eff;
}
.product-attributes-content .attr-row:last-child {
  
}
.product-attributes-content .key {
  min-width: 145px;
  width: 145px;
  padding-left: 10px;
  padding-right: 5px;
}
.product-attributes-content .value {
  padding: 9px 10px 9px;
  background: #fff;
  width: 100%;
}
.product-attributes-content .highlight {
  font-weight: 700;
  color: #ff6600;
}
.footer-icons .iconsa:last-child {
  margin-right:0px;
}
.promotion-box {
  position:absolute;
  bottom:0;
  left:0;
  display:flex;
  color:#fff;
  font-size:11px;
}
.promotion-box div{
  max-width:65px;
  max-height: 32px;
  padding: 3px 1px;
  line-height: 1.2em;
  font-weight: 500;
}
.promotion-box .freeship {
  background-color: #00c97d;
  z-index: 999;
  width:35px;
  font-weight:600;
}
.promotion-box .vi-momo{
  background-color:#ae1f6f;
  border-radius: 6px;
  margin-left: -6px;
  padding-left: 8px;
  max-width:125px;
}
.product-detail-box-freeship {
  display:block;
  margin-bottom: 11px;
  text-align: left;    
  background-image: url(https://theme.hstatic.net/200000522195/1001090351/14/checked_large.png);
  background-position: 0px 2px;
  background-size: 12px;
  background-repeat: no-repeat;
  padding-left: 19px;
  padding-top: 1px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1em;
}
.product-detail-box-freeship a {
  color:#337ab7;
  border-bottom: 1px dotted;
}
.product-detail-box-freeship .icon {
  width:12px;
  height:12px;
  margin-top:-1px;
}
.product-detail-box-freeship span {
  margin-top: -2px;
  line-height:1.3em;
}

.box-freeship .vi-momo span {
  border-radius: 10px;
  background: #e0e0e0;
  padding: 0px 4px 0px 5px;
  margin: 0px;
}
.container-111 {text-align:center;padding:5px 5px 10px}
.container-111 a {font-size: 12px;
  color: #4a90e2;
  border: 1px solid #4a90e2;
  padding: 1px 9px 2px;
  border-radius: 10px;}
.mivideo {
  display: flex;
  height: 100%;
  border: 1px solid #ccc;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: red; }

.mivideo2 {
  padding: 4px;
  font-size: 28px;
  color: red;
  position: absolute;
  bottom: -37px;
  left: -3px;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff; }
  .mivideo2 b {
    font-size: 11px;
    margin-left: 5px; }
  @media (min-width: 991px) {
    .mivideo2 {
      display: none; } }

#html5-watermark {
  display: none !important; }

@media (min-width: 992px) {
  .pr_style_03 .product-gallery__thumbs:not(.owl-loaded) {
    display: flex;
    overflow: hidden;
    flex-wrap: nowrap; }
  .pr_style_03 .product-gallery__thumbs:not(.owl-loaded) .product-gallery__thumb {
    flex: 0 0 20%; } }

@media (min-width: 768px) {
  .pr_style_03 .product-gallery__thumb {
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    height: 68px; }
  .pr_style_03 .product-gallery__thumb a {
    display: flex;
    height: 100%;
    align-items: center; }
  .pr_style_03 .product-gallery__thumbs {
    display: flex;
    margin-right: -5px;
    position: relative;
    /*width:calc(100%/10 - 10px);*/ }
    .pr_style_03 .product-gallery__thumbs .owl-prev {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: -15px;
      font-size: 30px !important; }
    .pr_style_03 .product-gallery__thumbs .owl-next {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: -15px;
      font-size: 30px !important; }
  .pr_style_03 .product-image-detail {
    width: 100%;
    padding-left: 0px; }
  .pr_style_03 .product-gallery__thumbs-container {
    width: 100%;
    margin-right: 0px;
    margin-top: 7px; }
  .pr_style_03 .product-gallery {
    flex-wrap: wrap;
    flex-direction: column-reverse; } }

@media (max-width: 540px) {
  .box-6969 {margin-top:10px;}
  .product-content-img {margin-bottom:59px;}
  .pr_style_03 .product-gallery {
    flex-wrap: wrap;
    flex-direction: column-reverse; }
  .pr_style_03 .product-gallery__thumbs-container {
    width: 100%;
    margin-right: 0px;
    margin-top: 7px;}
    .pr_style_03 .product-gallery__thumbs-container .product-gallery__thumbs {
      top: 0; }
  .product-gallery__thumb a {
    display: flex;
    height: 100%;
    align-items: center; }
  .product-gallery__thumbs {
    display: flex;
    margin-right: -5px;
    position: relative; }
    .product-gallery__thumbs .owl-prev {
      position: absolute;
      top: 35%;
      transform: translateY(-50%);
      left: -10px;
      font-size: 30px !important; }
    .product-gallery__thumbs .owl-next {
      position: absolute;
      top: 35%;
      transform: translateY(-50%);
      right: -10px;
      font-size: 30px !important; }
  .pr_style_03 .product-gallery__thumbs:not(.owl-loaded) {
    display: flex;
    overflow: hidden;
    flex-wrap: nowrap; }
  .pr_style_03 .product-gallery__thumbs:not(.owl-loaded) .product-gallery__thumb {
    flex: 0 0 25%; } }

.list-owl-selling:not(.owl-loaded) {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden; }

.list-owl-selling:not(.owl-loaded) .item {
  flex: 0 0 20%; }
  @media (max-width: 767px) {
    .list-owl-selling:not(.owl-loaded) .item {
      flex: 0 0 50%; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block;
    cursor: pointer;
    margin: 0 auto; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }
  .slick_thumb .slick-slide {
    opacity: 0.4;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease; }
    .slick_thumb .slick-slide.slick-current {
      opacity: 1; }
    .slick_thumb .slick-slide .img {
      padding: 5px; }
    .slick_thumb .slick-slide img {
      border: 2px solid #ccc; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-loading .slick-list {
}

@font-face {
  font-family: "slick";
  src: url("slick.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;}

/* Arrows */
.slick-prev,
.slick-next {
  z-index: 2;
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 35px;
  cursor: pointer;
  background: transparent;
  color: rgba(0, 0, 0, 0.5);
  top: calc(50% - 15px);
  margin-top: -10px\9;
  /*lte IE 8*/
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev.small_nav,
  .slick-next.small_nav {
    height: 25px;
    width: 25px;
    line-height: 25px;
    font-size: 25px;
    color: rgba(0, 0, 0, 0.3);
    left: -20px; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: rgba(0, 0, 0, 0.7); }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev i,
  .slick-next i {
    line-height: 30px; }
  .slick-vertical.slick_thumb .slick-prev, .slick-vertical.slick_thumb
  .slick-next {
    top: 0;
    width: calc(100% - 15px);
    height: 20px; }
    .slick-vertical.slick_thumb .slick-prev i, .slick-vertical.slick_thumb
    .slick-next i {
      line-height: 20px;
      vertical-align: top; }
  #slider .slick-prev,
  .pd_slide .slick-prev,
  .pd_slide_qv .slick-prev, #slider
  .slick-next,
  .pd_slide
  .slick-next,
  .pd_slide_qv
  .slick-next {
    height: 70px;
    width: 25px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    top: calc(50% - 35px); }

.slick-prev {
  left: 0px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }

.slick-next {
  right: 0px; }
  .slick-next.small_nav {
    left: auto;
    right: -20px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-vertical.slick_thumb .slick-next {
    top: auto;
    bottom: 0;
    left: 0; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.slick_thumb.slick-vertical {
  padding-top: 20px;
  padding-bottom: 20px; }
  .slick_thumb.slick-vertical .slick-prev {
    transform: rotate(90deg);
    left: 25px !important; }
  .slick_thumb.slick-vertical .slick-next {
    transform: rotate(90deg);
    left: 25px !important; }
blockquote {margin:20px 0 20px;}
.mobile-actionbar-ontop{
  display:none;
  position: fixed;
  top: 0px;
  z-index: 9999;
  background: #f7f7f7;
  font-size: 12px;
  height: 48px;
  width: 100%;
  align-items: center;
}
.mobile-actionbar-ontop span{
  padding:5px;
  text-align:center;
  width:100%;
  line-height:1.2em;
  border-right: 1px solid #e9e9e9;
  cursor:pointer;
}
.mobile-actionbar-ontop span:last-child{
  border-right:none;
}
.mobile-actionbar-ontop .active{
  font-weight:700;
}
.home-categorize .section-heading .hTitle a {
    color: var(--shop-color-title);
}
.article-body h4, .description-collectiondetail h4 {font-size: 19px;margin-top:15px;line-height:1.2em;font-weight:700;}
.collection-top-guide {display:flex;position:relative;background:#acf7d9;color:#004a2c;padding:20px;font-size:19px;align-items:center;font-weight:700;}
.collection-top-guide span {max-width:70%;text-wrap:wrap;}
.collection-top-guide a {position:absolute;right:15px;font-size:14px;background-color:#004a2c;border-radius:3px;color:#fff;padding:5px 10px;}
.content-page h2 {font-weight:700;margin-top:15px;}
.layered_subtitle {font-weight:500;}
.layered_subtitle span {
}
.description-content.opened .description-collectiondetail {
	max-height: 140px;
	overflow: hidden;
}
.description-content.collection-desc {
  margin-bottom:40px;
  background:#f9f9f9;
  margin-top:25px;
  border-radius:3px;
}
.description-content {
	&:not(.opened) .col-expandable-content_toggle {margin-top: 30px;}
	.col-expandable-content_toggle {outline: none;border-color: initial;}
	.description-btn {position: relative;}
	.description-btn:before {
		content: "";
		position: absolute;
		top: -100%;
		left: 0;
		width: 100%;
		height: 100%;
		pointer-events: none;
		background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 27%, #f9f9f9 100%); 
	}
}
.col-expandable-content_toggle{
	&{display: -webkit-flex;display: flex;-webkit-align-items: center;align-items: center;border: 1px solid #171718;
		padding: 7px 15px;color: #171718;position: relative;margin: 0 auto;border-radius: 4px;
		text-align: center;font-weight: 500;background: #fff;z-index: 99;outline: none;
	}
	&-icon {
		&{position: relative;
			margin-right: 15px;
			width: 10px;
			height: 10px;
			-webkit-transition: transform 0.2s ease-in-out;
			transition: transform 0.2s ease-in-out;
		}
		&:before, &:after {
			content: "";
			position: absolute;
			background: #171718;
			-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
			transition: -webkit-transform 0.2s ease-in-out;
			transition: transform 0.2s ease-in-out;
			top: 50%;
			left: 50%;
		}
		&:before {width: 2px;height: 10px;}
		&:after {width: 10px;height: 2px;}
	}
	&.btn-closemore .col-expandable-content_toggle-icon:before{content: none;}
}
.product-detail-main .footer-icons p {font-size:13px !important;}
.article-content h2 {font-size:21px;}
.video-on-mobile {text-align:center;font-size:13px;bottom: -75px;
    right: auto;
    left: auto;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;}
.video-on-mobile i {color:#d0011b;}
.video-on-mobile i:before {margin-right:5px;}
.video-on-mobile a {border:1px solid #d0011b;padding:3px 10px 4px;border-radius:20px;}
.cm-product-details {margin-top:5px;background: #fff;}
.box-6868 {margin-bottom:10px;
    font-size: 11px;
    color: #d0011b;
    font-weight: 500;}
.box-6868 .flashsale {
  display:flow-root;
}

.breadcrumb-shop {}
.article-content {margin-top:15px;}
.box-gifts {
  width: 100%;
  background-color: #ebf7f3;
  color: #333;
  display: block;
  border: 2px dotted #0aa06e;
  border-radius: 7px;
  padding: 7px;
  margin-top: 16px;
}
.box-gifts .box-gifts-item {
  text-align: left;
}
.box-gifts .box-gifts-item p:before {
    content: "*";
    margin-right: 5px;
}
.box-gifts .box-gifts-item p {
  margin-bottom:0px;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2em;
  margin-bottom:5px;
  display: flex;
}
.box-gifts .box-gifts-item img {
  margin-top: 5px;
}
.box-gifts .box-gifts-item span {
  font-size: 12px;
}
#wrap_ezca-product-reviews {
  padding-bottom:0px;
}
.box-6969 {
  background: linear-gradient(272.75deg, #f38c25 28.99%, #d0011b 96.29%);
  border-radius: 10px;
  padding: 5px;
  padding-top: 15px;
}
.box-6969 .bs_content {
  background-color:#fff;
  padding:10px;
  padding-top:15px;
  border-radius: 4px;
}
.box-6969 .bs_content .highlight span {
  
}
.product-price .flashsale {
  display: block;
  font-size: 19px;
  font-weight: 700;
  color: #fff;
}
.box-6969 .bs-time {
  text-align: right;
  float: right;
  margin-top: -79px;
  margin-right: 10px;
}
.box-6969 .bs-count {
  float: right;
  margin-top: -48px;
  margin-right: 10px;
  color: #fff;
  background: #f1f1f1;
  height: 7px;
  width: 165px;
  border-radius: 25px;
  position:relative;
}
.box-6969 .bs-count i {
  position: absolute;
  left: 0;
  background: linear-gradient(90deg, #ffecb3 0%, #ffb200 100%);
  border-radius: 25px;
  height: 100%;
  z-index: 0;
}
.box-6969 .bs-count p {
  float:right;
  margin-top:10px;
}
.box-6969 .flashsale-time {
  padding:2px 3px;
  background-color:#fff;
  font-weight:700;
  border-radius:3px;
  color:#d0011b;
}
.bs_price {margin-left:5px;}
.footer-hot-keywords {
  display:inline-block;
  margin-bottom: 20px;
}
.footer-hot-keywords ul {
  list-style-type:none;
}
.footer-hot-keywords ul li {
  background: #f1f1f1;
  border-radius: 15px;
  margin-right: 5px;
  padding: 3px 9px;
  display: inline-block;
  margin-bottom: 10px;
}
.footer-hot-keywords ul li:hover {
  background: #000;
  color:#fff;
}
.footer-hot-keywords ul li a:hover {
  color:#fff;
}
.main-content {
  margin-bottom:15px;
}
.filter-here {
}
.box-999 {
  padding: 15px 10px;
  border-radius: 5px;
  display:flex;
}
 .box-999 p {
  margin-bottom: 0px;
  margin-left: 10px;
  margin-top: -3px;
}
.box-999 a {
  font-weight: 700;
  color: #22463e;
  border-bottom: 1px dotted;
}
.product-content-desc .content {
  padding:0px;
}
.product-content-desc .click {
  margin-bottom:0px;
  font-weight: 700;
}
.overlap-ezca {
  position: relative;
  z-index: 9;
  height: 23px;
  background: #fff;
  bottom: 27px;
  width: 100%;
  border-top: 1px solid #d9d9d9;
}

// Hiệu ứng chữ nhấp nháy
@-webkit-keyframes my {
	 0% { color: #000; } 
	 50% { color: #f38c25;  } 
	 100% { color: #d0011b;font-weight:700;} 
 }
 @-moz-keyframes my { 
	 0% { color: #000;  } 
	 50% { color: #f38c25;  }
	 100% { color: #d0011b;font-weight:700;} 
 }
 @-o-keyframes my { 
	 0% { color: #000; } 
	 50% { color: #f38c25; } 
	 100% { color: #d0011b;font-weight:700;} 
 }
 @keyframes my { 
	 0% { color: #000;  } 
	 50% { color: #f38c25;  }
	 100% { color: #d0011b;font-weight:700;} 
 } 
 .nhap_nhay {
	 -webkit-animation: my 500ms infinite;
	 -moz-animation: my 500ms infinite; 
	 -o-animation: my 500ms infinite; 
	 animation: my 500ms infinite;
}
.article-body .btn, .content-page .btn {
  border:1px solid;
  font-weight: 700;
}
span.brand a {
  text-transform:uppercase;
  font-size:12px;
  color:#337ab7;
  font-weight: 500;
}
  .gift-left {
  color:#d0011b;
  }
.product-detail-main .product-metadata .brand-and-stock a {
  font-weight:700;
}
  .wrapper-heading-home .flashsale-countdown {
    color:#000;
}
.wrapper-heading-home .flashsale-time {
  padding:2px 3px;
  background-color:#000;
  font-weight:700;
  border-radius:3px;
  color:#fff;
}
.box_sidebar {
  padding:10px 0px 0px;
}
.group-filter {
  margin-bottom: 10px;
}
.layered-content {
  display:flex;
}
.online-giare {
  font-size:24px;
  color:#fff;
  font-weight:700;
}
.warning-fake {
  background: #ffe9e8;
  padding: 5px 5px 8px;
  margin: 10px 0px;
  border-radius: 5px;
}
.warning-fake a {
  color:#d0011b;
  font-weight:700;
  margin-top: 5px;
  display: block;
  text-decoration:underline;
}
.warning-fake svg {
  float: left;
  margin-top: 2px;
  margin-left: 5px;
  margin-right: 7px;
}

.rules-voucher {
  display:flex;
  margin-bottom:5px;
}
.rules-voucher svg {
  margin-top: 2px;
  margin-right: 5px;
}
.rules-voucher div {
  float: left;
  padding: 2px 9px 1px;
  color: #fff;
  margin-bottom: 6px;
  border-radius: 11px;
  margin-right: 9px;
  font-size: 11px;
  font-weight: 700;
}
.rules-voucher .gift {
  background:#fff;
  color: #d0011b;
  border: 1px solid #d0011b;
  display:flex;
}
.rules-voucher .freeship {
  background:#fff;
  color: #006218;
  border: 1px solid #006218;
  display:flex;
}
.rules-voucher .discount {
  background:#fff;
  color: #d35400;
  border: 1px solid #d35400;
  display:flex;
}
/*.btncart-checkout[data-check="0"] {
    opacity: .65;    pointer-events: none;
}*/

.btn-coolmom-ai {  
  width: 100%;
  margin-top: 10px;
  border-radius: 5px;
  padding: 12px;
  font-size: 13px;
  background-color: #fff !important;
  color: #0b4dad !important;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid #0b4dad;
  text-align: center;
}
.chat-zalo-oa {
  width: 100%;
  margin-top: 10px;
  border-radius: 5px;
  padding: 12px;
  font-size: 13px;
  background-color: #fff !important;
  color: #0b4dad !important;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid #0b4dad;
  text-align: center;
}
.chat-zalo-oa span {
  background-image: url(https://theme.hstatic.net/200000522195/1001304447/14/zalo-round-16x16px_small.png);
  background-position: 0px 2px;
  background-size: 13px;
  background-repeat: no-repeat;
  padding-left: 11px;
  padding-top: 0px;
}
.divider {
  clear:both;
  margin-bottom: 25px;
  height:1px;
  background-color:#f1f1f1;
  width:100%;
}

.small-box {
    border-radius: .25rem;
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.bg-info {
    background-color: #17a2b8 !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

.bg-success {
    background-color: #28a745 !important;
}

.bg-info, .bg-info>a {
    color: #fff !important;
}

.small-box>.inner {
    padding: 10px;
}

.small-box h3 {
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0 0 10px;
    padding: 0;
    white-space: nowrap;
}

.small-box p {
    font-size: 1rem;
}

.small-box .icon {
    color: rgba(0, 0, 0, .15);
    z-index: 0;
}

.small-box .icon>i {
    font-size: 90px;
    position: absolute;
    right: 15px;
    top: 15px;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear;
}

.small-box .icon>i.fa, .small-box .icon>i.fab, .small-box .icon>i.fad, .small-box .icon>i.fal, .small-box .icon>i.far, .small-box .icon>i.fas, .small-box .icon>i.ion {
    font-size: 70px;
    top: 20px;
}

.ion, .ionicons, .ion-alert:before, .ion-alert-circled:before, .ion-android-add:before, .ion-android-add-circle:before, .ion-android-alarm-clock:before, .ion-android-alert:before, .ion-android-apps:before, .ion-android-archive:before, .ion-android-arrow-back:before, .ion-android-arrow-down:before, .ion-android-arrow-dropdown:before, .ion-android-arrow-dropdown-circle:before, .ion-android-arrow-dropleft:before, .ion-android-arrow-dropleft-circle:before, .ion-android-arrow-dropright:before, .ion-android-arrow-dropright-circle:before, .ion-android-arrow-dropup:before, .ion-android-arrow-dropup-circle:before, .ion-android-arrow-forward:before, .ion-android-arrow-up:before, .ion-android-attach:before, .ion-android-bar:before, .ion-android-bicycle:before, .ion-android-boat:before, .ion-android-bookmark:before, .ion-android-bulb:before, .ion-android-bus:before, .ion-android-calendar:before, .ion-android-call:before, .ion-android-camera:before, .ion-android-cancel:before, .ion-android-car:before, .ion-android-cart:before, .ion-android-chat:before, .ion-android-checkbox:before, .ion-android-checkbox-blank:before, .ion-android-checkbox-outline:before, .ion-android-checkbox-outline-blank:before, .ion-android-checkmark-circle:before, .ion-android-clipboard:before, .ion-android-close:before, .ion-android-cloud:before, .ion-android-cloud-circle:before, .ion-android-cloud-done:before, .ion-android-cloud-outline:before, .ion-android-color-palette:before, .ion-android-compass:before, .ion-android-contact:before, .ion-android-contacts:before, .ion-android-contract:before, .ion-android-create:before, .ion-android-delete:before, .ion-android-desktop:before, .ion-android-document:before, .ion-android-done:before, .ion-android-done-all:before, .ion-android-download:before, .ion-android-drafts:before, .ion-android-exit:before, .ion-android-expand:before, .ion-android-favorite:before, .ion-android-favorite-outline:before, .ion-android-film:before, .ion-android-folder:before, .ion-android-folder-open:before, .ion-android-funnel:before, .ion-android-globe:before, .ion-android-hand:before, .ion-android-hangout:before, .ion-android-happy:before, .ion-android-home:before, .ion-android-image:before, .ion-android-laptop:before, .ion-android-list:before, .ion-android-locate:before, .ion-android-lock:before, .ion-android-mail:before, .ion-android-map:before, .ion-android-menu:before, .ion-android-microphone:before, .ion-android-microphone-off:before, .ion-android-more-horizontal:before, .ion-android-more-vertical:before, .ion-android-navigate:before, .ion-android-notifications:before, .ion-android-notifications-none:before, .ion-android-notifications-off:before, .ion-android-open:before, .ion-android-options:before, .ion-android-people:before, .ion-android-person:before, .ion-android-person-add:before, .ion-android-phone-landscape:before, .ion-android-phone-portrait:before, .ion-android-pin:before, .ion-android-plane:before, .ion-android-playstore:before, .ion-android-print:before, .ion-android-radio-button-off:before, .ion-android-radio-button-on:before, .ion-android-refresh:before, .ion-android-remove:before, .ion-android-remove-circle:before, .ion-android-restaurant:before, .ion-android-sad:before, .ion-android-search:before, .ion-android-send:before, .ion-android-settings:before, .ion-android-share:before, .ion-android-share-alt:before, .ion-android-star:before, .ion-android-star-half:before, .ion-android-star-outline:before, .ion-android-stopwatch:before, .ion-android-subway:before, .ion-android-sunny:before, .ion-android-sync:before, .ion-android-textsms:before, .ion-android-time:before, .ion-android-train:before, .ion-android-unlock:before, .ion-android-upload:before, .ion-android-volume-down:before, .ion-android-volume-mute:before, .ion-android-volume-off:before, .ion-android-volume-up:before, .ion-android-walk:before, .ion-android-warning:before, .ion-android-watch:before, .ion-android-wifi:before, .ion-aperture:before, .ion-archive:before, .ion-arrow-down-a:before, .ion-arrow-down-b:before, .ion-arrow-down-c:before, .ion-arrow-expand:before, .ion-arrow-graph-down-left:before, .ion-arrow-graph-down-right:before, .ion-arrow-graph-up-left:before, .ion-arrow-graph-up-right:before, .ion-arrow-left-a:before, .ion-arrow-left-b:before, .ion-arrow-left-c:before, .ion-arrow-move:before, .ion-arrow-resize:before, .ion-arrow-return-left:before, .ion-arrow-return-right:before, .ion-arrow-right-a:before, .ion-arrow-right-b:before, .ion-arrow-right-c:before, .ion-arrow-shrink:before, .ion-arrow-swap:before, .ion-arrow-up-a:before, .ion-arrow-up-b:before, .ion-arrow-up-c:before, .ion-asterisk:before, .ion-at:before, .ion-backspace:before, .ion-backspace-outline:before, .ion-bag:before, .ion-battery-charging:before, .ion-battery-empty:before, .ion-battery-full:before, .ion-battery-half:before, .ion-battery-low:before, .ion-beaker:before, .ion-beer:before, .ion-bluetooth:before, .ion-bonfire:before, .ion-bookmark:before, .ion-bowtie:before, .ion-briefcase:before, .ion-bug:before, .ion-calculator:before, .ion-calendar:before, .ion-camera:before, .ion-card:before, .ion-cash:before, .ion-chatbox:before, .ion-chatbox-working:before, .ion-chatboxes:before, .ion-chatbubble:before, .ion-chatbubble-working:before, .ion-chatbubbles:before, .ion-checkmark:before, .ion-checkmark-circled:before, .ion-checkmark-round:before, .ion-chevron-down:before, .ion-chevron-left:before, .ion-chevron-right:before, .ion-chevron-up:before, .ion-clipboard:before, .ion-clock:before, .ion-close:before, .ion-close-circled:before, .ion-close-round:before, .ion-closed-captioning:before, .ion-cloud:before, .ion-code:before, .ion-code-download:before, .ion-code-working:before, .ion-coffee:before, .ion-compass:before, .ion-compose:before, .ion-connection-bars:before, .ion-contrast:before, .ion-crop:before, .ion-cube:before, .ion-disc:before, .ion-document:before, .ion-document-text:before, .ion-drag:before, .ion-earth:before, .ion-easel:before, .ion-edit:before, .ion-egg:before, .ion-eject:before, .ion-email:before, .ion-email-unread:before, .ion-erlenmeyer-flask:before, .ion-erlenmeyer-flask-bubbles:before, .ion-eye:before, .ion-eye-disabled:before, .ion-female:before, .ion-filing:before, .ion-film-marker:before, .ion-fireball:before, .ion-flag:before, .ion-flame:before, .ion-flash:before, .ion-flash-off:before, .ion-folder:before, .ion-fork:before, .ion-fork-repo:before, .ion-forward:before, .ion-funnel:before, .ion-gear-a:before, .ion-gear-b:before, .ion-grid:before, .ion-hammer:before, .ion-happy:before, .ion-happy-outline:before, .ion-headphone:before, .ion-heart:before, .ion-heart-broken:before, .ion-help:before, .ion-help-buoy:before, .ion-help-circled:before, .ion-home:before, .ion-icecream:before, .ion-image:before, .ion-images:before, .ion-information:before, .ion-information-circled:before, .ion-ionic:before, .ion-ios-alarm:before, .ion-ios-alarm-outline:before, .ion-ios-albums:before, .ion-ios-albums-outline:before, .ion-ios-americanfootball:before, .ion-ios-americanfootball-outline:before, .ion-ios-analytics:before, .ion-ios-analytics-outline:before, .ion-ios-arrow-back:before, .ion-ios-arrow-down:before, .ion-ios-arrow-forward:before, .ion-ios-arrow-left:before, .ion-ios-arrow-right:before, .ion-ios-arrow-thin-down:before, .ion-ios-arrow-thin-left:before, .ion-ios-arrow-thin-right:before, .ion-ios-arrow-thin-up:before, .ion-ios-arrow-up:before, .ion-ios-at:before, .ion-ios-at-outline:before, .ion-ios-barcode:before, .ion-ios-barcode-outline:before, .ion-ios-baseball:before, .ion-ios-baseball-outline:before, .ion-ios-basketball:before, .ion-ios-basketball-outline:before, .ion-ios-bell:before, .ion-ios-bell-outline:before, .ion-ios-body:before, .ion-ios-body-outline:before, .ion-ios-bolt:before, .ion-ios-bolt-outline:before, .ion-ios-book:before, .ion-ios-book-outline:before, .ion-ios-bookmarks:before, .ion-ios-bookmarks-outline:before, .ion-ios-box:before, .ion-ios-box-outline:before, .ion-ios-briefcase:before, .ion-ios-briefcase-outline:before, .ion-ios-browsers:before, .ion-ios-browsers-outline:before, .ion-ios-calculator:before, .ion-ios-calculator-outline:before, .ion-ios-calendar:before, .ion-ios-calendar-outline:before, .ion-ios-camera:before, .ion-ios-camera-outline:before, .ion-ios-cart:before, .ion-ios-cart-outline:before, .ion-ios-chatboxes:before, .ion-ios-chatboxes-outline:before, .ion-ios-chatbubble:before, .ion-ios-chatbubble-outline:before, .ion-ios-checkmark:before, .ion-ios-checkmark-empty:before, .ion-ios-checkmark-outline:before, .ion-ios-circle-filled:before, .ion-ios-circle-outline:before, .ion-ios-clock:before, .ion-ios-clock-outline:before, .ion-ios-close:before, .ion-ios-close-empty:before, .ion-ios-close-outline:before, .ion-ios-cloud:before, .ion-ios-cloud-download:before, .ion-ios-cloud-download-outline:before, .ion-ios-cloud-outline:before, .ion-ios-cloud-upload:before, .ion-ios-cloud-upload-outline:before, .ion-ios-cloudy:before, .ion-ios-cloudy-night:before, .ion-ios-cloudy-night-outline:before, .ion-ios-cloudy-outline:before, .ion-ios-cog:before, .ion-ios-cog-outline:before, .ion-ios-color-filter:before, .ion-ios-color-filter-outline:before, .ion-ios-color-wand:before, .ion-ios-color-wand-outline:before, .ion-ios-compose:before, .ion-ios-compose-outline:before, .ion-ios-contact:before, .ion-ios-contact-outline:before, .ion-ios-copy:before, .ion-ios-copy-outline:before, .ion-ios-crop:before, .ion-ios-crop-strong:before, .ion-ios-download:before, .ion-ios-download-outline:before, .ion-ios-drag:before, .ion-ios-email:before, .ion-ios-email-outline:before, .ion-ios-eye:before, .ion-ios-eye-outline:before, .ion-ios-fastforward:before, .ion-ios-fastforward-outline:before, .ion-ios-filing:before, .ion-ios-filing-outline:before, .ion-ios-film:before, .ion-ios-film-outline:before, .ion-ios-flag:before, .ion-ios-flag-outline:before, .ion-ios-flame:before, .ion-ios-flame-outline:before, .ion-ios-flask:before, .ion-ios-flask-outline:before, .ion-ios-flower:before, .ion-ios-flower-outline:before, .ion-ios-folder:before, .ion-ios-folder-outline:before, .ion-ios-football:before, .ion-ios-football-outline:before, .ion-ios-game-controller-a:before, .ion-ios-game-controller-a-outline:before, .ion-ios-game-controller-b:before, .ion-ios-game-controller-b-outline:before, .ion-ios-gear:before, .ion-ios-gear-outline:before, .ion-ios-glasses:before, .ion-ios-glasses-outline:before, .ion-ios-grid-view:before, .ion-ios-grid-view-outline:before, .ion-ios-heart:before, .ion-ios-heart-outline:before, .ion-ios-help:before, .ion-ios-help-empty:before, .ion-ios-help-outline:before, .ion-ios-home:before, .ion-ios-home-outline:before, .ion-ios-infinite:before, .ion-ios-infinite-outline:before, .ion-ios-information:before, .ion-ios-information-empty:before, .ion-ios-information-outline:before, .ion-ios-ionic-outline:before, .ion-ios-keypad:before, .ion-ios-keypad-outline:before, .ion-ios-lightbulb:before, .ion-ios-lightbulb-outline:before, .ion-ios-list:before, .ion-ios-list-outline:before, .ion-ios-location:before, .ion-ios-location-outline:before, .ion-ios-locked:before, .ion-ios-locked-outline:before, .ion-ios-loop:before, .ion-ios-loop-strong:before, .ion-ios-medical:before, .ion-ios-medical-outline:before, .ion-ios-medkit:before, .ion-ios-medkit-outline:before, .ion-ios-mic:before, .ion-ios-mic-off:before, .ion-ios-mic-outline:before, .ion-ios-minus:before, .ion-ios-minus-empty:before, .ion-ios-minus-outline:before, .ion-ios-monitor:before, .ion-ios-monitor-outline:before, .ion-ios-moon:before, .ion-ios-moon-outline:before, .ion-ios-more:before, .ion-ios-more-outline:before, .ion-ios-musical-note:before, .ion-ios-musical-notes:before, .ion-ios-navigate:before, .ion-ios-navigate-outline:before, .ion-ios-nutrition:before, .ion-ios-nutrition-outline:before, .ion-ios-paper:before, .ion-ios-paper-outline:before, .ion-ios-paperplane:before, .ion-ios-paperplane-outline:before, .ion-ios-partlysunny:before, .ion-ios-partlysunny-outline:before, .ion-ios-pause:before, .ion-ios-pause-outline:before, .ion-ios-paw:before, .ion-ios-paw-outline:before, .ion-ios-people:before, .ion-ios-people-outline:before, .ion-ios-person:before, .ion-ios-person-outline:before, .ion-ios-personadd:before, .ion-ios-personadd-outline:before, .ion-ios-photos:before, .ion-ios-photos-outline:before, .ion-ios-pie:before, .ion-ios-pie-outline:before, .ion-ios-pint:before, .ion-ios-pint-outline:before, .ion-ios-play:before, .ion-ios-play-outline:before, .ion-ios-plus:before, .ion-ios-plus-empty:before, .ion-ios-plus-outline:before, .ion-ios-pricetag:before, .ion-ios-pricetag-outline:before, .ion-ios-pricetags:before, .ion-ios-pricetags-outline:before, .ion-ios-printer:before, .ion-ios-printer-outline:before, .ion-ios-pulse:before, .ion-ios-pulse-strong:before, .ion-ios-rainy:before, .ion-ios-rainy-outline:before, .ion-ios-recording:before, .ion-ios-recording-outline:before, .ion-ios-redo:before, .ion-ios-redo-outline:before, .ion-ios-refresh:before, .ion-ios-refresh-empty:before, .ion-ios-refresh-outline:before, .ion-ios-reload:before, .ion-ios-reverse-camera:before, .ion-ios-reverse-camera-outline:before, .ion-ios-rewind:before, .ion-ios-rewind-outline:before, .ion-ios-rose:before, .ion-ios-rose-outline:before, .ion-ios-search:before, .ion-ios-search-strong:before, .ion-ios-settings:before, .ion-ios-settings-strong:before, .ion-ios-shuffle:before, .ion-ios-shuffle-strong:before, .ion-ios-skipbackward:before, .ion-ios-skipbackward-outline:before, .ion-ios-skipforward:before, .ion-ios-skipforward-outline:before, .ion-ios-snowy:before, .ion-ios-speedometer:before, .ion-ios-speedometer-outline:before, .ion-ios-star:before, .ion-ios-star-half:before, .ion-ios-star-outline:before, .ion-ios-stopwatch:before, .ion-ios-stopwatch-outline:before, .ion-ios-sunny:before, .ion-ios-sunny-outline:before, .ion-ios-telephone:before, .ion-ios-telephone-outline:before, .ion-ios-tennisball:before, .ion-ios-tennisball-outline:before, .ion-ios-thunderstorm:before, .ion-ios-thunderstorm-outline:before, .ion-ios-time:before, .ion-ios-time-outline:before, .ion-ios-timer:before, .ion-ios-timer-outline:before, .ion-ios-toggle:before, .ion-ios-toggle-outline:before, .ion-ios-trash:before, .ion-ios-trash-outline:before, .ion-ios-undo:before, .ion-ios-undo-outline:before, .ion-ios-unlocked:before, .ion-ios-unlocked-outline:before, .ion-ios-upload:before, .ion-ios-upload-outline:before, .ion-ios-videocam:before, .ion-ios-videocam-outline:before, .ion-ios-volume-high:before, .ion-ios-volume-low:before, .ion-ios-wineglass:before, .ion-ios-wineglass-outline:before, .ion-ios-world:before, .ion-ios-world-outline:before, .ion-ipad:before, .ion-iphone:before, .ion-ipod:before, .ion-jet:before, .ion-key:before, .ion-knife:before, .ion-laptop:before, .ion-leaf:before, .ion-levels:before, .ion-lightbulb:before, .ion-link:before, .ion-load-a:before, .ion-load-b:before, .ion-load-c:before, .ion-load-d:before, .ion-location:before, .ion-lock-combination:before, .ion-locked:before, .ion-log-in:before, .ion-log-out:before, .ion-loop:before, .ion-magnet:before, .ion-male:before, .ion-man:before, .ion-map:before, .ion-medkit:before, .ion-merge:before, .ion-mic-a:before, .ion-mic-b:before, .ion-mic-c:before, .ion-minus:before, .ion-minus-circled:before, .ion-minus-round:before, .ion-model-s:before, .ion-monitor:before, .ion-more:before, .ion-mouse:before, .ion-music-note:before, .ion-navicon:before, .ion-navicon-round:before, .ion-navigate:before, .ion-network:before, .ion-no-smoking:before, .ion-nuclear:before, .ion-outlet:before, .ion-paintbrush:before, .ion-paintbucket:before, .ion-paper-airplane:before, .ion-paperclip:before, .ion-pause:before, .ion-person:before, .ion-person-add:before, .ion-person-stalker:before, .ion-pie-graph:before, .ion-pin:before, .ion-pinpoint:before, .ion-pizza:before, .ion-plane:before, .ion-planet:before, .ion-play:before, .ion-playstation:before, .ion-plus:before, .ion-plus-circled:before, .ion-plus-round:before, .ion-podium:before, .ion-pound:before, .ion-power:before, .ion-pricetag:before, .ion-pricetags:before, .ion-printer:before, .ion-pull-request:before, .ion-qr-scanner:before, .ion-quote:before, .ion-radio-waves:before, .ion-record:before, .ion-refresh:before, .ion-reply:before, .ion-reply-all:before, .ion-ribbon-a:before, .ion-ribbon-b:before, .ion-sad:before, .ion-sad-outline:before, .ion-scissors:before, .ion-search:before, .ion-settings:before, .ion-share:before, .ion-shuffle:before, .ion-skip-backward:before, .ion-skip-forward:before, .ion-social-android:before, .ion-social-android-outline:before, .ion-social-angular:before, .ion-social-angular-outline:before, .ion-social-apple:before, .ion-social-apple-outline:before, .ion-social-bitcoin:before, .ion-social-bitcoin-outline:before, .ion-social-buffer:before, .ion-social-buffer-outline:before, .ion-social-chrome:before, .ion-social-chrome-outline:before, .ion-social-codepen:before, .ion-social-codepen-outline:before, .ion-social-css3:before, .ion-social-css3-outline:before, .ion-social-designernews:before, .ion-social-designernews-outline:before, .ion-social-dribbble:before, .ion-social-dribbble-outline:before, .ion-social-dropbox:before, .ion-social-dropbox-outline:before, .ion-social-euro:before, .ion-social-euro-outline:before, .ion-social-facebook:before, .ion-social-facebook-outline:before, .ion-social-foursquare:before, .ion-social-foursquare-outline:before, .ion-social-freebsd-devil:before, .ion-social-github:before, .ion-social-github-outline:before, .ion-social-google:before, .ion-social-google-outline:before, .ion-social-googleplus:before, .ion-social-googleplus-outline:before, .ion-social-hackernews:before, .ion-social-hackernews-outline:before, .ion-social-html5:before, .ion-social-html5-outline:before, .ion-social-instagram:before, .ion-social-instagram-outline:before, .ion-social-javascript:before, .ion-social-javascript-outline:before, .ion-social-linkedin:before, .ion-social-linkedin-outline:before, .ion-social-markdown:before, .ion-social-nodejs:before, .ion-social-octocat:before, .ion-social-pinterest:before, .ion-social-pinterest-outline:before, .ion-social-python:before, .ion-social-reddit:before, .ion-social-reddit-outline:before, .ion-social-rss:before, .ion-social-rss-outline:before, .ion-social-sass:before, .ion-social-skype:before, .ion-social-skype-outline:before, .ion-social-snapchat:before, .ion-social-snapchat-outline:before, .ion-social-tumblr:before, .ion-social-tumblr-outline:before, .ion-social-tux:before, .ion-social-twitch:before, .ion-social-twitch-outline:before, .ion-social-twitter:before, .ion-social-twitter-outline:before, .ion-social-usd:before, .ion-social-usd-outline:before, .ion-social-vimeo:before, .ion-social-vimeo-outline:before, .ion-social-whatsapp:before, .ion-social-whatsapp-outline:before, .ion-social-windows:before, .ion-social-windows-outline:before, .ion-social-wordpress:before, .ion-social-wordpress-outline:before, .ion-social-yahoo:before, .ion-social-yahoo-outline:before, .ion-social-yen:before, .ion-social-yen-outline:before, .ion-social-youtube:before, .ion-social-youtube-outline:before, .ion-soup-can:before, .ion-soup-can-outline:before, .ion-speakerphone:before, .ion-speedometer:before, .ion-spoon:before, .ion-star:before, .ion-stats-bars:before, .ion-steam:before, .ion-stop:before, .ion-thermometer:before, .ion-thumbsdown:before, .ion-thumbsup:before, .ion-toggle:before, .ion-toggle-filled:before, .ion-transgender:before, .ion-trash-a:before, .ion-trash-b:before, .ion-trophy:before, .ion-tshirt:before, .ion-tshirt-outline:before, .ion-umbrella:before, .ion-university:before, .ion-unlocked:before, .ion-upload:before, .ion-usb:before, .ion-videocamera:before, .ion-volume-high:before, .ion-volume-low:before, .ion-volume-medium:before, .ion-volume-mute:before, .ion-wand:before, .ion-waterdrop:before, .ion-wifi:before, .ion-wineglass:before, .ion-woman:before, .ion-wrench:before, .ion-xbox:before {
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ion-bag:before {
    content: "\f110";
}

.small-box>.small-box-footer {
    background-color: rgba(0, 0, 0, .1);
    color: rgba(255, 255, 255, .8);
    display: block;
    padding: 3px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 10;
}
.product-title .line {
  width: 20%;
  height: 3px;
  background: #333;
  margin-bottom: 9px;
  margin-top: 9px;
  border-radius: 15px;
}
.product-title .usp {
  margin-bottom: 5px;
  margin-top: 10px;
  font-size: 12px;
  padding: 12px;
  background: #fbfbfb;
  border-radius: 5px;
  border-left: 3px solid;
}
.product-title .usp span {
  font-weight: 700;
}
.product-title .usp a {
  color: #337ab7;
  border-bottom: 1px dotted;
  font-style: italic;
}
.homepage-brand h2 {
  margin-top: 0px !important;
}
.homepage-brand .item-icon {
  padding: 0 !important;
  height: auto !important;
}
.homepage-brand .item-img {
  margin-bottom: 0px !important;
}
.gift-box {
  border-top: 2px dashed #9E9E9E;
  padding: 15px 0px 0px;
  margin-top: 19px;
  margin-left: 3px;
  margin-right: 3px;
}
.gift-box div.voucher-code {
  background-color: #fff;
  color: #7a7a7a;
  display: block;
  background-image: url('https://theme.hstatic.net/200000522195/1001304447/14/voucher-code_large.png');
  background-position: 0px 4px;
  background-size:11px;
  background-repeat:no-repeat;
  padding-left:15px;
  padding-top:3px;
  font-size:11px;
  font-weight: 500;
  line-height:1.2em;
  margin-bottom: 10px !important;
}
.gift-box div.gift {
  background-color: #fff;
  color: #7a7a7a;
  display: block;
  background-image: url('https://theme.hstatic.net/200000522195/1001304447/14/gift-icon-3_large.png');
  background-position: 0px 4px !important;
  background-size:11px;
  background-repeat:no-repeat;
  padding-left:15px;
  padding-top:0px;
  font-size:11px;
  font-weight: 500;
  line-height:1.3em;
}
.gift-box div a {
  display: inline;
  color: inherit;
}
.bs_content .gift-box div {
  font-size: 13px;
  font-weight: 700;
  color: #d0011b;
  background-size: 14px;
  background-position: 0px 0px;
  padding-left: 26px;
  padding-top: 0px;
  margin-bottom: 7px;
}
.bs_content .gift-box div a {
  display: inline;
  color: #337ab7;
  border-bottom: 1px dashed;
}
.buttons-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: baseline;
  padding: 9px 5px;
  margin-left: -5px;
}
.buttons-box .buynow-box, .buttons-box .compare-box {
  margin-right: 5px;
}
.buttons-box button {
  background-color: #f5f5f5;
  border: 0.5px solid #f0f0f0;
  color: #333;
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.buttons-box .compare-box {
  text-align: right;
}
.buttons-box .buynow-box button {
  background: #d0011b;
  color: #fff;
}

/* Blog trang chủ */
/* Styles cho blog slider */
.recent-blog-posts {
  padding: 0px 0 40px 0px;
}

.section-title {
  font-size: 28px;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
}

.section-title:after {
  content: '';
  width: 60px;
  height: 3px;
  background: #D0011B;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
}

.blog-posts-slider {
  margin-top: 30px;
  position: relative;
}

/* Blog Card styles */
.blog-card {
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  margin: 10px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  background-color: #fff;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Phần hiển thị hình ảnh vuông */
.blog-card-image {
  position: relative;
  width: 100%;
  padding-bottom: 100%; /* Tạo khung hình vuông */
  overflow: hidden;
  background-color: #f9f9f9;
}

.blog-card-image a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
}

.blog-card-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: transform 0.5s ease;
}

.blog-card:hover .blog-card-image img {
  transform: scale(1.05);
}

.blog-card-content {
  padding: 15px;
}

.blog-card-title {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 1.4;
  height: 45px;
  overflow: hidden;
}

.blog-card-title a {
  color: #333;
  text-decoration: none;
}

.blog-card-title a:hover {
  color: #D0011B;
}

.blog-card-meta {
  font-size: 12px;
  color: #777;
  margin-bottom: 10px;
}

.blog-date, .blog-comments {
  display: inline-block;
  margin-right: 10px;
}

.blog-card-excerpt {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
  line-height: 1.5;
  height: 65px;
  overflow: hidden;
}

.btn-read-more {
  display: inline-block;
  color: #D0011B;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}

.btn-read-more:after {
  content: '→';
  margin-left: 5px;
  transition: transform 0.3s ease;
}

.btn-read-more:hover:after {
  transform: translateX(3px);
}

/* Owl Carousel custom styles */
.blog-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 2;
}

.blog-carousel .owl-nav button.owl-prev,
.blog-carousel .owl-nav button.owl-next {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.8) !important;
  border-radius: 50%;
  color: #333 !important;
  font-size: 24px !important;
  line-height: 40px !important;
  margin: 0 -20px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-carousel .owl-nav button.owl-prev:hover,
.blog-carousel .owl-nav button.owl-next:hover {
  background: #D0011B !important;
  color: #fff !important;
}

.blog-carousel .owl-dots {
  margin-top: 20px;
}

.blog-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px;
  background: #ccc;
}

.blog-carousel .owl-dots .owl-dot.active span,
.blog-carousel .owl-dots .owl-dot:hover span {
  background: #FF3366;
}

@media (max-width: 767px) {
  /* Không cần thay đổi cấu trúc hình ảnh trên mobile vì đã xử lý ở trên */
  
  .blog-carousel .owl-nav button.owl-prev,
  .blog-carousel .owl-nav button.owl-next {
    width: 30px;
    height: 30px;
    font-size: 18px !important;
    margin: 0 -15px;
  }
  
  /* Điều chỉnh kích thước text trên mobile nếu cần */
  .blog-card-title {
    font-size: 15px;
    height: 42px;
  }
  
  .blog-card-excerpt {
    font-size: 13px;
    height: 60px;
  }
}

/* Hiệu ứng fade-in khi tải trang */
.listCategorize .col7-cus {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s ease forwards;
  padding: 10px 15px; /* Thêm padding 15px để tạo khoảng cách */
  margin-bottom: 15px; /* Thêm margin dưới để tạo khoảng cách giữa các hàng */
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Tạo hiệu ứng cascade (lần lượt từng item xuất hiện) */
.listCategorize .col7-cus:nth-child(1) { animation-delay: 0.1s; }
.listCategorize .col7-cus:nth-child(2) { animation-delay: 0.2s; }
.listCategorize .col7-cus:nth-child(3) { animation-delay: 0.3s; }
.listCategorize .col7-cus:nth-child(4) { animation-delay: 0.4s; }
.listCategorize .col7-cus:nth-child(5) { animation-delay: 0.5s; }
.listCategorize .col7-cus:nth-child(6) { animation-delay: 0.6s; }
.listCategorize .col7-cus:nth-child(7) { animation-delay: 0.7s; }
.listCategorize .col7-cus:nth-child(8) { animation-delay: 0.8s; }
.listCategorize .col7-cus:nth-child(9) { animation-delay: 0.9s; }
.listCategorize .col7-cus:nth-child(10) { animation-delay: 1.0s; }
.listCategorize .col7-cus:nth-child(11) { animation-delay: 1.1s; }
.listCategorize .col7-cus:nth-child(12) { animation-delay: 1.2s; }

/* Hiệu ứng hover tinh tế */
.listCategorize .item-icon {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  padding: 20px 15px; /* Thêm padding bên trong */
  height: 100%; /* Đảm bảo chiều cao đồng nhất */
}

.listCategorize .item-icon:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

/* Hiệu ứng màu nền gradient khi hover */
.listCategorize .item-icon:before {
  display: none;
}

/* Hiệu ứng ảnh phóng to nhẹ nhàng khi hover */
.listCategorize .boxlazy-img__insert img {
  transition: transform 0.5s ease;
}

.listCategorize .item-icon:hover .boxlazy-img__insert img {
  transform: scale(1.08);
}

/* Hiệu ứng tiêu đề */
.listCategorize .item-title h3 {
  transition: color 0.3s ease;
  position: relative;
  min-height: 40px; /* Đảm bảo chiều cao tối thiểu */
  margin-top: 15px; /* Thêm khoảng cách trên */
  display: flex; /* Giúp căn giữa tiêu đề */
  align-items: center;
  justify-content: center;
}

.listCategorize .item-icon:hover .item-title h3 {
  color: #FF3366;
}

/* Hiệu ứng underline tiêu đề khi hover */
.listCategorize .item-title h3:after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #D0011B;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.listCategorize .item-icon:hover .item-title h3:after {
  width: 50px;
}

/* Hiệu ứng cho tiêu đề mục */
.section-heading .hTitle {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  font-weight: 600;
}

.section-heading .hTitle:before, 
.section-heading .hTitle:after {
  content: '';
  position: absolute;
  bottom: -10px;
  height: 3px;
  background: #D0011B;
  transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.section-heading .hTitle:before {
  left: 0;
  width: 40px;
}

.section-heading .hTitle:after {
  left: 45px;
  width: 0;
}

.section-heading:hover .hTitle:before {
  width: 60px;
}

.section-heading:hover .hTitle:after {
  width: 30px;
}

/* Chuẩn bị hiệu ứng scroll reveal */
/* Hiệu ứng và khoảng cách cho desktop */
.listCategorize {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.listCategorize .col7-cus {
  padding: 5px 8px;
  margin-bottom: 10px;
}

.listCategorize .item-icon {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  padding: 15px 10px;
  height: 100%;
}

/* Loại bỏ hiệu ứng background gradient */
.listCategorize .item-icon:before {
  display: none;
}

/* Reset về hiển thị liền mạch cho mobile */
@media (max-width: 767px) {
  .listCategorize {
    margin: 0; /* Bỏ margin âm */
  }
  
  .listCategorize .col7-cus {
    padding: 0; /* Bỏ padding */
    margin-bottom: 0; /* Bỏ margin dưới */
  }
  
  .listCategorize .item-icon {
    border-radius: 0; /* Bỏ bo góc */
    box-shadow: none; /* Bỏ đổ bóng */
    padding: 10px; /* Giữ một chút padding bên trong */
  }
  
  /* Thêm border mỏng để phân cách các mục */
  .listCategorize .item-icon {
    border: 1px solid #f0f0f0;
  }
}

/* Reset và thiết lập chung */
.main-nav {
  position: relative;
  background-color: #c10016; /* Màu đỏ của Coolmom */
}

.main-menu {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: flex-start;
}

.main-menu-item {
  position: relative;
  margin: 0;
}

.main-menu-item > a {
  display: block;
  padding: 15px 20px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.3s;
}

.main-menu-item:hover > a,
.main-menu-item.active > a {
  background-color: rgba(255, 255, 255, 0.1);
}

.main-menu-item.has-mega-menu > a {
  position: relative;
  padding-right: 30px;
}

.main-menu-item.has-mega-menu > a .fa {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
}

/* Mega Menu */
.mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100vw;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-top: 2px solid #f0f0f0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

.main-menu-item:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mega-menu-container {
  display: flex;
  padding: 30px;
}

.mega-menu-columns {
  column-count: 6; /* 5 cột hoặc điều chỉnh theo nhu cầu */
  column-gap: 30px;
  column-fill: auto;
  max-height: 450px; /* Điều chỉnh chiều cao phù hợp */
}

.mega-menu-column {
  display: inline-block;
  width: 100%;
  margin: 0 0 15px 0;
  break-inside: avoid; /* Tránh cắt nội dung giữa các cột */
}

.mega-menu-title {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 15px;
  padding-bottom: 8px;
  color: #333;
}

.mega-menu-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #c10016;
}

.mega-menu-title a {
  color: #333;
  text-decoration: none;
}

.mega-menu-items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mega-menu-items li {
  margin-bottom: 10px;
}

.mega-menu-items a {
  color: #666;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s;
}

.mega-menu-items a:hover {
  color: #c10016;
}

/* Responsive */
@media (max-width: 991px) {
  .mega-menu-column {
    width: 33.333%;
  }
}

@media (max-width: 767px) {
  /* Chuyển về menu dropdown cũ trên mobile */
  .mega-menu {
    display: none;
  }
}
.pro-loop  {
    display: block;
    position: relative;
    overflow: hidden;
    height: 425px;
    background: #fff;
    border: 0.5px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 9px;
}
  .product-selling .pro-loop {
    min-height:395px;
  }
.pro-loop a  {
    display: block;
}
.pro-loop .product-detail  {
    padding: 5px 0;
}
.pro-loop .product-img  {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.pro-loop .product-img .is_bestseller  {
    font-size: 12px;
    line-height: 1;
    padding: 3px;
    font-weight: 500;
    z-index: 9;
    color: #fff;
    background: #FF9800;
    border-radius: 3px;
    float:left;
    margin-right:5px;
    margin-top:5px;
}
  .pro-loop .product-img .is_flashsale  {
    font-size: 12px;
    line-height: 1;
    padding: 3px;
    font-weight: 500;
    z-index: 9;
    color: #d0011b;
    background: #FFC107;
    border-radius: 3px;
    float:left;
    margin-right:5px;
    margin-top:5px;
}
.product-detail .box-pro-detail  {
    z-index: 9;
    width: 100%;
}
.pro-loop .product-detail h3  {
    margin: 7px 0 5px;
    font-size: 14px;
    position: relative;
}
.pro-loop .product-detail h3 a  {
    line-height: 16px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.pro-price  {
    color: #252a2b;
    font-size: 12px;
    margin: 0;
}
.pro-price.highlight  {
    color: #d0011b;
}
.pro-price span.pro-price-del  {
    color: #333;
    margin-left: 5px;
    margin-right: 5px;
  font-weight:600;
}
.pro-loop .product-img .button-add  {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 37%;
    //transform: translateY(-37%);
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.pro-loop .product-img picture  {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.pro-loop .product-img picture:nth-of-type(2)  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}
@media(max-width: 1023px)  {
  .compare-box {
    width: auto !important;
  }
}
@media(min-width: 1024px)  {
    
}
@media(min-width: 768px)  {
    
    .pro-loop  {
        padding-left: 5px;
        padding-right: 5px;
    }
}
  @media(max-width: 539px)  {
    .pro-loop {
      height:365px;
    }
  }
  @media(max-width:767px) and (min-width:540px) {
    .pro-loop {
      height:435px;
    }
  }
  @media(max-width:912px) and (min-width:768px) {
    .pro-loop {
      height:625px;
    }
  }
    
  @media(max-width:1024px) and (min-width:913px) {
    .pro-loop {
      height:425px;
    }
  }
  .pro-loop .product-img .video-icon {
    position: absolute;
    top: 5px;
    z-index: 1;
    right: 5px;
  }
  .compare-product-add .btn-primary {
    background-color: #d0011b;
    border-color: #d0011b;
  }
.actionbar-bottom-chat img {
  border: none !important;
}

#coolmom-fab {
    position: fixed; /* Giữ nút cố định khi cuộn trang */
    bottom: 10px;    /* Cách đáy 20px */
    right: 20px;     /* Cách phải 20px */
    width: 48px;     /* Chiều rộng nút */
    height: 48px;    /* Chiều cao nút */
    background-color: #d0011b; /* Màu nền đỏ */
    border-radius: 50%; /* Bo tròn thành hình tròn */
    border: none;       /* Bỏ viền mặc định của button */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Đổ bóng nhẹ */
    cursor: pointer;    /* Con trỏ chuột hình bàn tay */
    display: flex;      /* Sử dụng flexbox để căn giữa icon */
    align-items: center;
    justify-content: center;
    z-index: 1000;      /* Đảm bảo nút nổi lên trên các phần tử khác */
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out; /* Hiệu ứng chuyển động */
}

#coolmom-fab:hover {
    transform: scale(1.1); /* Phóng to nhẹ khi hover */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); /* Tăng độ đổ bóng */
}

/* Để đảm bảo SVG bên trong không bị ảnh hưởng bởi các style khác */
#coolmom-fab svg {
    display: block; /* Loại bỏ khoảng trống thừa nếu có */
}

/* Tùy chọn: Style cho focus state để tăng khả năng truy cập */
#coolmom-fab:focus {
    outline: 2px solid #0056b3; /* Hoặc một màu tương phản khác với nền coolmom.vn */
    outline-offset: 3px;
}
#coolmom-fab:focus:not(:focus-visible) {
  outline: none; /* Bỏ outline nếu focus không phải do bàn phím */
}

.button-loader {
    display: inline-block; /* Hoặc block nếu bạn muốn nó chiếm toàn bộ không gian */
    width: 20px;       /* Kích thước của spinner */
    height: 20px;      /* Kích thước của spinner */
    border: 3px solid rgba(255, 255, 255, 0.3); /* Màu nền của vòng tròn */
    border-radius: 50%;
    border-top-color: #fff; /* Màu của phần xoay */
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    vertical-align: middle; /* Căn giữa spinner nếu text vẫn còn */
}

@keyframes spin {
    to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    to { -webkit-transform: rotate(360deg); }
}

/* Tùy chọn: CSS khi nút đang tải */
.btn-buynow.loading .button-text {
    display: none;
}
.btn-buynow.loading .button-loader {
    display: inline-block; /* Hoặc block */
}

/* coolmom reviews */
#coolmom-review-system {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: #333;
}
.review-section {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.review-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.review-col {
  flex: 1;
  min-width: 280px;
}
.review-col h4 {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 600;
}
.rating-summary-header { display: flex; align-items: center; margin-bottom: 20px; }
.rating-summary-header .avg-rating { font-size: 42px; font-weight: 700; line-height: 1; }
.rating-summary-header .avg-stars { color: #ffc107; font-size: 24px; margin-left: 10px; }
.rating-summary-header .total-reviews { margin-left: 10px; color: #777; }
.rating-breakdown .star-row { display: flex; align-items: center; margin-bottom: 5px; font-size: 14px; }
.rating-breakdown .star-label { white-space: nowrap; }
.rating-breakdown .star-icon { color: #ffc107; margin: 0 5px; }
.rating-breakdown .bar-container { flex-grow: 1; height: 8px; background-color: #f1f1f1; border-radius: 4px; overflow: hidden; margin: 0 10px; }
.rating-breakdown .bar-fill { height: 100%; background-color: #b0b0b0; border-radius: 4px; }
.rating-breakdown .star-count { color: #777; min-width: 30px; text-align: right; }
.photo-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(80px, 1fr)); gap: 10px; }
.photo-gallery .review-photo-item { aspect-ratio: 1 / 1; background-size: cover; background-position: center; cursor: pointer; border-radius: 8px; }

.cm-attribute-slider {
  margin-bottom: 25px;
}
.cm-attribute-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 10px;
}
.cm-attribute-label {
  font-weight: 500;
  font-size: 15px;
}
.cm-slider-labels {
  font-size: 13px;
  color: #777;
  flex-shrink: 0;
  padding-left: 10px;
}
.cm-slider-visuals {
  position: relative;
  padding: 0px; 
}
.cm-slider-track {
  position: relative;
  height: 2px;
  background-color: #b0b0b0;
}
.cm-slider-track::before {
  content: '';
  position: absolute;
  height: 100%;
  left: 0;
  background-color: #dedede;
  width: var(--progress-width, 0%);
}
.cm-slider-dots {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
}
.cm-slider-dot {
  width: 8px;
  height: 8px;
  background-color: #e0e0e0;
  border-radius: 50%;
  border: 1px solid #fff; 
}
.cm-slider-thumb {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 3px solid #333;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  left: var(--progress-width, 0%);
}

.admin-summary-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.admin-summary-header h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.ai-tooltip-icon {
  position: relative;
  cursor: help;
  width: 16px;
  height: 16px;
  margin-top: -5px;
}
.ai-tooltip-icon svg {
  vertical-align: middle;
}
.ai-tooltip-icon .tooltip-text {
  visibility: hidden;
  width: 220px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -110px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 12px;
  font-weight: 400;
}
.ai-tooltip-icon .tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}
.ai-tooltip-icon:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}
.admin-summary-content { background-color: transparent; padding: 0; border-radius: 0; font-style: normal; color: #555; line-height: 1.6;}

.review-list-item { display: flex; gap: 15px; padding: 20px 0; border-top: 1px solid #f1f1f1; }
.review-list-item .author-avatar { width: 40px; height: 40px; background-color: #d0011b; color: #fff; display: flex; align-items: center; justify-content: center; border-radius: 50%; font-weight: 700; flex-shrink: 0; }
.review-list-item .review-content { width: 100%; }
.review-list-item .review-header { display: flex; justify-content: space-between; align-items: flex-start; }
.review-list-item .author-info { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.review-list-item .author-name { font-weight: 600; }
.review-list-item .review-content .verified-buyer { color: #008000; font-size: 12px; margin-left: 0; }
.review-list-item .review-content .review-rating { color: #ffc107; margin: 5px 0; }
.review-list-item .review-text { margin: 10px 0; line-height: 1.6; }
.review-list-item .review-photos-in-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 10px; }
.review-list-item .review-photos-in-list .review-photo-item { width: 70px; height: 70px; object-fit: cover; border-radius: 5px; cursor: pointer; }
.shop-reply { background-color: #f8f9fa; border-left: 3px solid #d0011b; padding: 15px; margin-top: 15px; border-radius: 0 8px 8px 0; }
.shop-reply .shop-reply-header { font-weight: 700; color: #333; margin-bottom: 8px; display: flex; align-items: center; }
.shop-reply .shop-reply-header img { width: 24px; height: 24px; margin-right: 8px; border-radius: 50%; }
.shop-reply .shop-reply-content { color: #555; line-height: 1.6; }
.load-more-container { margin-top: 20px; display: flex; justify-content: center; }
#load-more-reviews-btn { background-color: #fff; color: #333; border: 1px solid #ccc; padding: 10px 30px; border-radius: 5px; cursor: pointer; }
#load-more-reviews-btn:disabled { background-color: #f1f1f1; cursor: not-allowed; }
.cm-review-loader { text-align: center; padding: 40px; }
.review-list-item .review-date { font-size: 13px; color: #808080; margin-top: 4px; margin-bottom: 5px; }
.review-interactive-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; flex-wrap: wrap; gap: 15px; }
.review-interactive-header h4 { margin: 0; }
.btn-write-review { background-color: #d0011b; color: #fff; padding: 10px 20px; border: none; border-radius: 5px; cursor: pointer; font-weight: 700; }
.review-filter-container { background-color: #f9f9f9; padding: 15px; border-radius: 8px; margin-bottom: 20px; display: flex; flex-wrap: wrap; gap: 10px; }
.filter-btn { background-color: #fff; border: 1px solid #ddd; padding: 8px 15px; border-radius: 20px; cursor: pointer; font-size: 14px; transition: all .2s ease; color: #333; }
.filter-btn:hover { border-color: #000; color: #333; }
.filter-btn.active { background-color: #333; color: #fff; border-color: #000; }
.cm-review-lightbox { display: none; position: fixed; z-index: 99999; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.85); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); opacity: 0; transition: opacity .2s ease-in-out; }
.cm-review-lightbox.show { display: flex; opacity: 1; }
.cm-review-lightbox-content {margin-top: 10px !important; position: relative; background-color: #fff; margin: auto; padding: 0; width: 95vw; max-width: 1200px; height: 90vh; max-height: 800px; display: flex; flex-direction: column; box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4); border-radius: 8px; overflow: hidden; transform: scale(.95); transition: transform .2s ease-in-out; }
.cm-review-lightbox.show .cm-review-lightbox-content { transform: scale(1); }
.lightbox-main-area { display: flex; flex: 1; overflow: hidden; }
.cm-review-lightbox-close { position: fixed; right: 15px; top: 15px; color: #fff; font-size: 40px; font-weight: 300; cursor: pointer; z-index: 10001; line-height: 1; text-shadow: 0 1px 3px rgba(0, 0, 0, .5); transition: transform .2s ease; }
.cm-review-lightbox-close:hover { transform: scale(1.2); }
.lightbox-image-col { flex: 1 1 65%; position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; user-select: none; -webkit-user-select: none; }
.lightbox-image-col img { max-width: 100%; max-height: 100%; object-fit: contain; transition: opacity .2s ease; opacity: 1; }
.lightbox-image-col img.loading { opacity: 0; }
.lightbox-details-col { flex: 1 1 35%; padding: 30px; overflow-y: auto; background: #fff; color: #333; border-left: 1px solid #eee; }
.lightbox-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; background-color: rgba(30, 30, 30, 0.5); color: #fff; border: 1px solid rgba(255, 255, 255, 0.2); font-size: 28px; cursor: pointer; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: background-color .2s ease; z-index: 1; }
.lightbox-nav:hover { background-color: rgba(0, 0, 0, 0.8); }
.lightbox-nav.prev { left: 15px; }
.lightbox-nav.next { right: 15px; }
.lightbox-nav:disabled { opacity: .3; cursor: not-allowed; pointer-events: none; }
.lightbox-author { display: flex; align-items: center; gap: 12px; margin-bottom: 15px; }
.lightbox-author-avatar { width: 45px; height: 45px; background-color: #d0011b; color: #fff; display: flex; align-items: center; justify-content: center; border-radius: 50%; font-weight: 700; font-size: 22px; flex-shrink: 0; }
.lightbox-author-name { font-weight: 600; font-size: 16px; }
.lightbox-rating { color: #ffc107; font-size: 16px; }
.lightbox-date { color: #999; font-size: 12px; margin-top: 4px; }
.lightbox-content { margin-top: 15px; line-height: 1.7; font-size: 14px; color: #333; word-break: break-word; }
.lightbox-thumbnail-strip { flex-shrink: 0; background-color: #f7f7f7; padding: 10px; text-align: center; overflow-x: auto; white-space: nowrap; border-top: 1px solid #ddd; }
.lightbox-thumbnail-strip::-webkit-scrollbar { height: 6px; }
.lightbox-thumbnail-strip::-webkit-scrollbar-thumb { background: #ccc; border-radius: 3px; }
.lightbox-thumb { display: inline-block; width: 60px; height: 60px; object-fit: cover; cursor: pointer; border-radius: 4px; margin: 0 4px; border: 2px solid transparent; transition: border-color .2s ease, transform .2s ease; }
.lightbox-thumb:hover { transform: scale(1.05); }
.lightbox-thumb.active { border-color: #d0011b; }
@media (max-width: 991px) {
  .lightbox-main-area { flex-direction: column; height: calc(100% - 84px); }
  .cm-review-lightbox-content { height: 90vh; max-height: none; }
  .lightbox-details-col { flex-grow: 0; flex-shrink: 1; height: auto; max-height: 45vh; min-height: 150px; border-left: none; border-top: 1px solid #eee; padding: 20px; }
  .cm-review-lightbox-close { color: #000; background: rgba(255, 255, 255, 0.7); border-radius: 50%; width: 32px; height: 32px; font-size: 30px; line-height: 30px; text-align: center; text-shadow: none; }
}