/* jsTree default theme */
.jstree-node,
.jstree-children,
.jstree-container-ul {
    display: block;
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.jstree-node {
    white-space: nowrap;
}

.jstree-anchor {
    color: black;
    display: inline-block;
    margin: 0;
    padding: 0 4px 0 1px;
    vertical-align: top;
    white-space: nowrap;
}

.jstree-anchor:focus {
    outline: 0;
}

.jstree-anchor,
.jstree-anchor:link,
.jstree-anchor:visited,
.jstree-anchor:hover,
.jstree-anchor:active {
    color: inherit;
    text-decoration: none;
}

.jstree-icon {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
}

.jstree-icon:empty {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
}

.jstree-ocl {
    cursor: pointer;
}

.jstree-leaf>.jstree-ocl {
    cursor: default;
}

.jstree .jstree-open>.jstree-children {
    display: block;
}

.jstree .jstree-closed>.jstree-children,
.jstree .jstree-leaf>.jstree-children {
    display: none;
}

.jstree-anchor>.jstree-themeicon {
    margin-right: 2px;
}

.jstree-no-icons .jstree-themeicon,
.jstree-anchor>.jstree-themeicon-hidden {
    display: none;
}

.jstree-hidden {
    display: none;
}

.jstree-rtl .jstree-anchor {
    padding: 0 1px 0 4px;
}

.jstree-rtl .jstree-anchor>.jstree-themeicon {
    margin-left: 2px;
    margin-right: 0;
}

.jstree-rtl .jstree-node {
    margin-left: 0;
}

.jstree-rtl .jstree-container-ul>.jstree-node {
    margin-right: 0;
}

.jstree-wholerow-ul {
    display: inline-block;
    min-width: 100%;
    position: relative;
}

.jstree-wholerow-ul .jstree-leaf>.jstree-ocl {
    cursor: pointer;
}

.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
    position: relative;
}

.jstree-wholerow-ul .jstree-wholerow {
    cursor: pointer;
    left: 0;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.vakata-context {
    display: none;
}

.vakata-context,
.vakata-context ul {
    background: #f5f5f5;
    border: 1px solid #979797;
    box-shadow: 2px 2px 2px #999;
    margin: 0;
    padding: 2px;
    position: absolute;
}

.vakata-context ul {
    left: 100%;
    list-style: none;
    margin-left: -4px;
    margin-top: -2.7em;
}

.vakata-context .vakata-context-right ul {
    left: auto;
    margin-left: auto;
    margin-right: -4px;
    right: 100%;
}

.vakata-context li {
    display: inline;
    list-style: none;
}

.vakata-context li>a {
    border-radius: 1px;
    color: black;
    display: block;
    line-height: 2.4em;
    padding: 0 2em;
    text-decoration: none;
    text-shadow: 1px 1px 0 white;
    white-space: nowrap;
    width: auto;
}

.vakata-context li>a:hover {
    background-color: #e8eff7;
    box-shadow: 0 0 2px #0a6aa1;
    position: relative;
}

.vakata-context li>a.vakata-context-parent {
    background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
    background-position: right center;
    background-repeat: no-repeat;
}

.vakata-context li>a:focus {
    outline: 0;
}

.vakata-context .vakata-context-hover>a {
    background-color: #e8eff7;
    box-shadow: 0 0 2px #0a6aa1;
    position: relative;
}

.vakata-context .vakata-context-separator>a,
.vakata-context .vakata-context-separator>a:hover {
    background: white;
    border: 0;
    border-left: 1px solid #e0e0e0;
    border-radius: 0;
    border-top: 1px solid #e2e3e3;
    box-shadow: 0 0 0 transparent;
    height: 1px;
    margin: 0 0 0 2.4em;
    max-height: 1px;
    min-height: 1px;
    padding: 0;
    text-shadow: 0 0 0 transparent;
}

.vakata-context .vakata-contextmenu-disabled a,
.vakata-context .vakata-contextmenu-disabled a:hover {
    background-color: transparent;
    border: 0;
    box-shadow: 0 0 0;
    color: silver;
}

.vakata-context li>a>i {
    background: transparent;
    display: inline-block;
    height: 2.4em;
    line-height: 2.4em;
    margin: 0 0 0 -2em;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    width: 2.4em;
}

.vakata-context li>a>i:empty {
    line-height: 2.4em;
    width: 2.4em;
}

.vakata-context li>a .vakata-contextmenu-sep {
    background: white;
    border-left: 1px solid #e2e3e3;
    display: inline-block;
    height: 2.4em;
    margin: 0 0.5em 0 0;
    width: 1px;
}

.vakata-context .vakata-contextmenu-shortcut {
    color: silver;
    display: none;
    font-size: 0.8em;
    opacity: 0.5;
}

.vakata-context-rtl ul {
    left: auto;
    margin-left: auto;
    margin-right: -4px;
    right: 100%;
}

.vakata-context-rtl li>a.vakata-context-parent {
    background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
    background-position: left center;
    background-repeat: no-repeat;
}

.vakata-context-rtl .vakata-context-separator>a {
    border-left: 0;
    border-right: 1px solid #e2e3e3;
    margin: 0 2.4em 0 0;
}

.vakata-context-rtl .vakata-context-left ul {
    left: 100%;
    margin-left: -4px;
    margin-right: auto;
    right: auto;
}

.vakata-context-rtl li>a>i {
    margin: 0 -2em 0 0;
}

.vakata-context-rtl li>a .vakata-contextmenu-sep {
    background: #e2e3e3;
    border-left-color: white;
    margin: 0 0 0 0.5em;
}

#jstree-marker {
    border-bottom: 5px solid transparent;
    border-left: 5px solid;
    border-right: 0;
    border-top: 5px solid transparent;
    font-size: 0;
    height: 0;
    left: 0;
    line-height: 0;
    margin: -5px 0 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 0;
}

#jstree-dnd {
    line-height: 16px;
    margin: 0;
    padding: 4px;
}

#jstree-dnd .jstree-icon,
#jstree-dnd .jstree-copy {
    display: inline-block;
    height: 16px;
    margin: 0 2px 0 0;
    padding: 0;
    text-decoration: none;
    width: 16px;
}

#jstree-dnd .jstree-ok {
    background: green;
}

#jstree-dnd .jstree-er {
    background: red;
}

#jstree-dnd .jstree-copy {
    margin: 0 2px;
}

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
    background-color: transparent;
    background-repeat: no-repeat;
}

.jstree-default .jstree-anchor,
.jstree-default .jstree-wholerow {
    transition: background-color 0.15s, box-shadow 0.15s;
}

.jstree-default .jstree-hovered {
    background: #e7f4f9;
    border-radius: 2px;
    box-shadow: inset 0 0 1px #ccc;
}

.jstree-default .jstree-clicked {
    background: #beebff;
    border-radius: 2px;
    box-shadow: inset 0 0 1px #999;
}

.jstree-default .jstree-no-icons .jstree-anchor>.jstree-themeicon {
    display: none;
}

.jstree-default .jstree-disabled {
    background: transparent;
    color: #666;
}

.jstree-default .jstree-disabled.jstree-hovered {
    background: transparent;
    box-shadow: none;
}

.jstree-default .jstree-disabled.jstree-clicked {
    background: #efefef;
}

.jstree-default .jstree-disabled>.jstree-icon {
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
    /* Firefox 10+ */
    filter: gray;
    /* IE6-9 */
    opacity: 0.8;
}

.jstree-default .jstree-search {
    color: #8b0000;
    font-style: italic;
    font-weight: bold;
}

.jstree-default .jstree-no-checkboxes .jstree-checkbox {
    display: none !important;
}

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
    background: transparent;
    box-shadow: none;
}

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
    background: #e7f4f9;
}

.jstree-default.jstree-checkbox-no-clicked>.jstree-wholerow-ul .jstree-wholerow-clicked {
    background: transparent;
}

.jstree-default.jstree-checkbox-no-clicked>.jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
    background: #e7f4f9;
}

.jstree-default>.jstree-striped {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat;
    display: inline-block;
    min-width: 100%;
}

.jstree-default>.jstree-wholerow-ul .jstree-hovered,
.jstree-default>.jstree-wholerow-ul .jstree-clicked {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}

.jstree-default .jstree-wholerow {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jstree-default .jstree-wholerow-hovered {
    background: #e7f4f9;
}

.jstree-default .jstree-wholerow-clicked {
    background: #beebff;
    background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
    background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%);
}

.jstree-default .jstree-node {
    line-height: 24px;
    margin-left: 24px;
    min-height: 24px;
    min-width: 24px;
}

.jstree-default .jstree-anchor {
    height: 24px;
    line-height: 24px;
}

.jstree-default .jstree-icon {
    height: 24px;
    line-height: 24px;
    width: 24px;
}

.jstree-default .jstree-icon:empty {
    height: 24px;
    line-height: 24px;
    width: 24px;
}

.jstree-default.jstree-rtl .jstree-node {
    margin-right: 24px;
}

.jstree-default .jstree-wholerow {
    height: 24px;
}

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
    background-image: url("../../../img/vendor/jstree/32px.png");
}

.jstree-default .jstree-node {
    background-position: -292px -4px;
    background-repeat: repeat-y;
}

.jstree-default .jstree-last {
    background: transparent;
}

.jstree-default .jstree-open>.jstree-ocl {
    background-position: -132px -4px;
}

.jstree-default .jstree-closed>.jstree-ocl {
    background-position: -100px -4px;
}

.jstree-default .jstree-leaf>.jstree-ocl {
    background-position: -68px -4px;
}

.jstree-default .jstree-themeicon {
    background-position: -260px -4px;
}

.jstree-default>.jstree-no-dots .jstree-node,
.jstree-default>.jstree-no-dots .jstree-leaf>.jstree-ocl {
    background: transparent;
}

.jstree-default>.jstree-no-dots .jstree-open>.jstree-ocl {
    background-position: -36px -4px;
}

.jstree-default>.jstree-no-dots .jstree-closed>.jstree-ocl {
    background-position: -4px -4px;
}

.jstree-default .jstree-disabled {
    background: transparent;
}

.jstree-default .jstree-disabled.jstree-hovered {
    background: transparent;
}

.jstree-default .jstree-disabled.jstree-clicked {
    background: #efefef;
}

.jstree-default .jstree-checkbox {
    background-position: -164px -4px;
}

.jstree-default .jstree-checkbox:hover {
    background-position: -164px -36px;
}

.jstree-default.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox,
.jstree-default .jstree-checked>.jstree-checkbox {
    background-position: -228px -4px;
}

.jstree-default.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox:hover,
.jstree-default .jstree-checked>.jstree-checkbox:hover {
    background-position: -228px -36px;
}

.jstree-default .jstree-anchor>.jstree-undetermined {
    background-position: -196px -4px;
}

.jstree-default .jstree-anchor>.jstree-undetermined:hover {
    background-position: -196px -36px;
}

.jstree-default .jstree-checkbox-disabled {
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
    /* Firefox 10+ */
    filter: gray;
    /* IE6-9 */
    opacity: 0.8;
}

.jstree-default>.jstree-striped {
    background-size: auto 48px;
}

.jstree-default.jstree-rtl .jstree-node {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
    background-position: 100% 1px;
    background-repeat: repeat-y;
}

.jstree-default.jstree-rtl .jstree-last {
    background: transparent;
}

.jstree-default.jstree-rtl .jstree-open>.jstree-ocl {
    background-position: -132px -36px;
}

.jstree-default.jstree-rtl .jstree-closed>.jstree-ocl {
    background-position: -100px -36px;
}

.jstree-default.jstree-rtl .jstree-leaf>.jstree-ocl {
    background-position: -68px -36px;
}

.jstree-default.jstree-rtl>.jstree-no-dots .jstree-node,
.jstree-default.jstree-rtl>.jstree-no-dots .jstree-leaf>.jstree-ocl {
    background: transparent;
}

.jstree-default.jstree-rtl>.jstree-no-dots .jstree-open>.jstree-ocl {
    background-position: -36px -36px;
}

.jstree-default.jstree-rtl>.jstree-no-dots .jstree-closed>.jstree-ocl {
    background-position: -4px -36px;
}

.jstree-default .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0;
}

.jstree-default>.jstree-container-ul .jstree-loading>.jstree-ocl {
    background: url("../../../img/vendor/jstree/throbber.gif") center center no-repeat;
}

.jstree-default .jstree-file {
    background: url("../../../img/vendor/jstree/32px.png") -100px -68px no-repeat;
}

.jstree-default .jstree-folder {
    background: url("../../../img/vendor/jstree/32px.png") -260px -4px no-repeat;
}

.jstree-default>.jstree-container-ul>.jstree-node {
    margin-left: 0;
    margin-right: 0;
}

#jstree-dnd.jstree-default {
    line-height: 24px;
    padding: 0 4px;
}

#jstree-dnd.jstree-default .jstree-ok,
#jstree-dnd.jstree-default .jstree-er {
    background-color: transparent;
    background-image: url("../../../img/vendor/jstree/32px.png");
    background-repeat: no-repeat;
}

#jstree-dnd.jstree-default i {
    background: transparent;
    height: 24px;
    line-height: 24px;
    width: 24px;
}

#jstree-dnd.jstree-default .jstree-ok {
    background-position: -4px -68px;
}

#jstree-dnd.jstree-default .jstree-er {
    background-position: -36px -68px;
}

.jstree-default.jstree-rtl .jstree-node {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
}

.jstree-default.jstree-rtl .jstree-last {
    background: transparent;
}

.jstree-default-small .jstree-node {
    line-height: 18px;
    margin-left: 18px;
    min-height: 18px;
    min-width: 18px;
}

.jstree-default-small .jstree-anchor {
    height: 18px;
    line-height: 18px;
}

.jstree-default-small .jstree-icon {
    height: 18px;
    line-height: 18px;
    width: 18px;
}

.jstree-default-small .jstree-icon:empty {
    height: 18px;
    line-height: 18px;
    width: 18px;
}

.jstree-default-small.jstree-rtl .jstree-node {
    margin-right: 18px;
}

.jstree-default-small .jstree-wholerow {
    height: 18px;
}

.jstree-default-small .jstree-node,
.jstree-default-small .jstree-icon {
    background-image: url("../../../img/vendor/jstree/32px.png");
}

.jstree-default-small .jstree-node {
    background-position: -295px -7px;
    background-repeat: repeat-y;
}

.jstree-default-small .jstree-last {
    background: transparent;
}

.jstree-default-small .jstree-open>.jstree-ocl {
    background-position: -135px -7px;
}

.jstree-default-small .jstree-closed>.jstree-ocl {
    background-position: -103px -7px;
}

.jstree-default-small .jstree-leaf>.jstree-ocl {
    background-position: -71px -7px;
}

.jstree-default-small .jstree-themeicon {
    background-position: -263px -7px;
}

.jstree-default-small>.jstree-no-dots .jstree-node,
.jstree-default-small>.jstree-no-dots .jstree-leaf>.jstree-ocl {
    background: transparent;
}

.jstree-default-small>.jstree-no-dots .jstree-open>.jstree-ocl {
    background-position: -39px -7px;
}

.jstree-default-small>.jstree-no-dots .jstree-closed>.jstree-ocl {
    background-position: -7px -7px;
}

.jstree-default-small .jstree-disabled {
    background: transparent;
}

.jstree-default-small .jstree-disabled.jstree-hovered {
    background: transparent;
}

.jstree-default-small .jstree-disabled.jstree-clicked {
    background: #efefef;
}

.jstree-default-small .jstree-checkbox {
    background-position: -167px -7px;
}

.jstree-default-small .jstree-checkbox:hover {
    background-position: -167px -39px;
}

.jstree-default-small.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox,
.jstree-default-small .jstree-checked>.jstree-checkbox {
    background-position: -231px -7px;
}

.jstree-default-small.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox:hover,
.jstree-default-small .jstree-checked>.jstree-checkbox:hover {
    background-position: -231px -39px;
}

.jstree-default-small .jstree-anchor>.jstree-undetermined {
    background-position: -199px -7px;
}

.jstree-default-small .jstree-anchor>.jstree-undetermined:hover {
    background-position: -199px -39px;
}

.jstree-default-small .jstree-checkbox-disabled {
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
    /* Firefox 10+ */
    filter: gray;
    /* IE6-9 */
    opacity: 0.8;
}

.jstree-default-small>.jstree-striped {
    background-size: auto 36px;
}

.jstree-default-small.jstree-rtl .jstree-node {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
    background-position: 100% 1px;
    background-repeat: repeat-y;
}

.jstree-default-small.jstree-rtl .jstree-last {
    background: transparent;
}

.jstree-default-small.jstree-rtl .jstree-open>.jstree-ocl {
    background-position: -135px -39px;
}

.jstree-default-small.jstree-rtl .jstree-closed>.jstree-ocl {
    background-position: -103px -39px;
}

.jstree-default-small.jstree-rtl .jstree-leaf>.jstree-ocl {
    background-position: -71px -39px;
}

.jstree-default-small.jstree-rtl>.jstree-no-dots .jstree-node,
.jstree-default-small.jstree-rtl>.jstree-no-dots .jstree-leaf>.jstree-ocl {
    background: transparent;
}

.jstree-default-small.jstree-rtl>.jstree-no-dots .jstree-open>.jstree-ocl {
    background-position: -39px -39px;
}

.jstree-default-small.jstree-rtl>.jstree-no-dots .jstree-closed>.jstree-ocl {
    background-position: -7px -39px;
}

.jstree-default-small .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0;
}

.jstree-default-small>.jstree-container-ul .jstree-loading>.jstree-ocl {
    background: url("../../../img/vendor/jstree/throbber.gif") center center no-repeat;
}

.jstree-default-small .jstree-file {
    background: url("../../../img/vendor/jstree/32px.png") -103px -71px no-repeat;
}

.jstree-default-small .jstree-folder {
    background: url("../../../img/vendor/jstree/32px.png") -263px -7px no-repeat;
}

.jstree-default-small>.jstree-container-ul>.jstree-node {
    margin-left: 0;
    margin-right: 0;
}

#jstree-dnd.jstree-default-small {
    line-height: 18px;
    padding: 0 4px;
}

#jstree-dnd.jstree-default-small .jstree-ok,
#jstree-dnd.jstree-default-small .jstree-er {
    background-color: transparent;
    background-image: url("../../../img/vendor/jstree/32px.png");
    background-repeat: no-repeat;
}

#jstree-dnd.jstree-default-small i {
    background: transparent;
    height: 18px;
    line-height: 18px;
    width: 18px;
}

#jstree-dnd.jstree-default-small .jstree-ok {
    background-position: -7px -71px;
}

#jstree-dnd.jstree-default-small .jstree-er {
    background-position: -39px -71px;
}

.jstree-default-small.jstree-rtl .jstree-node {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg==");
}

.jstree-default-small.jstree-rtl .jstree-last {
    background: transparent;
}

.jstree-default-large .jstree-node {
    line-height: 32px;
    margin-left: 32px;
    min-height: 32px;
    min-width: 32px;
}

.jstree-default-large .jstree-anchor {
    height: 32px;
    line-height: 32px;
}

.jstree-default-large .jstree-icon {
    height: 32px;
    line-height: 32px;
    width: 32px;
}

.jstree-default-large .jstree-icon:empty {
    height: 32px;
    line-height: 32px;
    width: 32px;
}

.jstree-default-large.jstree-rtl .jstree-node {
    margin-right: 32px;
}

.jstree-default-large .jstree-wholerow {
    height: 32px;
}

.jstree-default-large .jstree-node,
.jstree-default-large .jstree-icon {
    background-image: url("../../../img/vendor/jstree/32px.png");
}

.jstree-default-large .jstree-node {
    background-position: -288px 0;
    background-repeat: repeat-y;
}

.jstree-default-large .jstree-last {
    background: transparent;
}

.jstree-default-large .jstree-open>.jstree-ocl {
    background-position: -128px 0;
}

.jstree-default-large .jstree-closed>.jstree-ocl {
    background-position: -96px 0;
}

.jstree-default-large .jstree-leaf>.jstree-ocl {
    background-position: -64px 0;
}

.jstree-default-large .jstree-themeicon {
    background-position: -256px 0;
}

.jstree-default-large>.jstree-no-dots .jstree-node,
.jstree-default-large>.jstree-no-dots .jstree-leaf>.jstree-ocl {
    background: transparent;
}

.jstree-default-large>.jstree-no-dots .jstree-open>.jstree-ocl {
    background-position: -32px 0;
}

.jstree-default-large>.jstree-no-dots .jstree-closed>.jstree-ocl {
    background-position: 0 0;
}

.jstree-default-large .jstree-disabled {
    background: transparent;
}

.jstree-default-large .jstree-disabled.jstree-hovered {
    background: transparent;
}

.jstree-default-large .jstree-disabled.jstree-clicked {
    background: #efefef;
}

.jstree-default-large .jstree-checkbox {
    background-position: -160px 0;
}

.jstree-default-large .jstree-checkbox:hover {
    background-position: -160px -32px;
}

.jstree-default-large.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox,
.jstree-default-large .jstree-checked>.jstree-checkbox {
    background-position: -224px 0;
}

.jstree-default-large.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox:hover,
.jstree-default-large .jstree-checked>.jstree-checkbox:hover {
    background-position: -224px -32px;
}

.jstree-default-large .jstree-anchor>.jstree-undetermined {
    background-position: -192px 0;
}

.jstree-default-large .jstree-anchor>.jstree-undetermined:hover {
    background-position: -192px -32px;
}

.jstree-default-large .jstree-checkbox-disabled {
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
    /* Firefox 10+ */
    filter: gray;
    /* IE6-9 */
    opacity: 0.8;
}

.jstree-default-large>.jstree-striped {
    background-size: auto 64px;
}

.jstree-default-large.jstree-rtl .jstree-node {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
    background-position: 100% 1px;
    background-repeat: repeat-y;
}

.jstree-default-large.jstree-rtl .jstree-last {
    background: transparent;
}

.jstree-default-large.jstree-rtl .jstree-open>.jstree-ocl {
    background-position: -128px -32px;
}

.jstree-default-large.jstree-rtl .jstree-closed>.jstree-ocl {
    background-position: -96px -32px;
}

.jstree-default-large.jstree-rtl .jstree-leaf>.jstree-ocl {
    background-position: -64px -32px;
}

.jstree-default-large.jstree-rtl>.jstree-no-dots .jstree-node,
.jstree-default-large.jstree-rtl>.jstree-no-dots .jstree-leaf>.jstree-ocl {
    background: transparent;
}

.jstree-default-large.jstree-rtl>.jstree-no-dots .jstree-open>.jstree-ocl {
    background-position: -32px -32px;
}

.jstree-default-large.jstree-rtl>.jstree-no-dots .jstree-closed>.jstree-ocl {
    background-position: 0 -32px;
}

.jstree-default-large .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0;
}

.jstree-default-large>.jstree-container-ul .jstree-loading>.jstree-ocl {
    background: url("../../../img/vendor/jstree/throbber.gif") center center no-repeat;
}

.jstree-default-large .jstree-file {
    background: url("../../../img/vendor/jstree/32px.png") -96px -64px no-repeat;
}

.jstree-default-large .jstree-folder {
    background: url("../../../img/vendor/jstree/32px.png") -256px 0 no-repeat;
}

.jstree-default-large>.jstree-container-ul>.jstree-node {
    margin-left: 0;
    margin-right: 0;
}

#jstree-dnd.jstree-default-large {
    line-height: 32px;
    padding: 0 4px;
}

#jstree-dnd.jstree-default-large .jstree-ok,
#jstree-dnd.jstree-default-large .jstree-er {
    background-color: transparent;
    background-image: url("../../../img/vendor/jstree/32px.png");
    background-repeat: no-repeat;
}

#jstree-dnd.jstree-default-large i {
    background: transparent;
    height: 32px;
    line-height: 32px;
    width: 32px;
}

#jstree-dnd.jstree-default-large .jstree-ok {
    background-position: 0 -64px;
}

#jstree-dnd.jstree-default-large .jstree-er {
    background-position: -32px -64px;
}

.jstree-default-large.jstree-rtl .jstree-node {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg==");
}

.jstree-default-large.jstree-rtl .jstree-last {
    background: transparent;
}

@media (max-width: 768px) {
    #jstree-dnd.jstree-dnd-responsive {
        font-size: 1.1em;
        font-weight: bold;
        line-height: 40px;
        text-shadow: 1px 1px white;
    }

    #jstree-dnd.jstree-dnd-responsive>i {
        background: transparent;
        height: 40px;
        width: 40px;
    }

    #jstree-dnd.jstree-dnd-responsive>.jstree-ok {
        background-image: url("../../../img/vendor/jstree/40px.png");
        background-position: 0 -200px;
        background-size: 120px 240px;
    }

    #jstree-dnd.jstree-dnd-responsive>.jstree-er {
        background-image: url("../../../img/vendor/jstree/40px.png");
        background-position: -40px -200px;
        background-size: 120px 240px;
    }

    #jstree-marker.jstree-dnd-responsive {
        border-bottom-width: 10px;
        border-left-width: 10px;
        border-top-width: 10px;
        margin-top: -10px;
    }
}

@media (max-width: 768px) {
    .jstree-default-responsive .jstree-icon {
        background-image: url("../../../img/vendor/jstree/40px.png");
    }

    .jstree-default-responsive .jstree-node,
    .jstree-default-responsive .jstree-leaf>.jstree-ocl {
        background: transparent;
    }

    .jstree-default-responsive .jstree-node {
        line-height: 40px;
        margin-left: 40px;
        min-height: 40px;
        min-width: 40px;
        white-space: nowrap;
    }

    .jstree-default-responsive .jstree-anchor {
        height: 40px;
        line-height: 40px;
    }

    .jstree-default-responsive .jstree-icon,
    .jstree-default-responsive .jstree-icon:empty {
        height: 40px;
        line-height: 40px;
        width: 40px;
    }

    .jstree-default-responsive>.jstree-container-ul>.jstree-node {
        margin-left: 0;
    }

    .jstree-default-responsive.jstree-rtl .jstree-node {
        margin-left: 0;
        margin-right: 40px;
    }

    .jstree-default-responsive.jstree-rtl .jstree-container-ul>.jstree-node {
        margin-right: 0;
    }

    .jstree-default-responsive .jstree-ocl,
    .jstree-default-responsive .jstree-themeicon,
    .jstree-default-responsive .jstree-checkbox {
        background-size: 120px 240px;
    }

    .jstree-default-responsive .jstree-leaf>.jstree-ocl {
        background: transparent;
    }

    .jstree-default-responsive .jstree-open>.jstree-ocl {
        background-position: 0 0 !important;
    }

    .jstree-default-responsive .jstree-closed>.jstree-ocl {
        background-position: 0 -40px !important;
    }

    .jstree-default-responsive.jstree-rtl .jstree-closed>.jstree-ocl {
        background-position: -40px 0 !important;
    }

    .jstree-default-responsive .jstree-themeicon {
        background-position: -40px -40px;
    }

    .jstree-default-responsive .jstree-checkbox,
    .jstree-default-responsive .jstree-checkbox:hover {
        background-position: -40px -80px;
    }

    .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox,
    .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox:hover,
    .jstree-default-responsive .jstree-checked>.jstree-checkbox,
    .jstree-default-responsive .jstree-checked>.jstree-checkbox:hover {
        background-position: 0 -80px;
    }

    .jstree-default-responsive .jstree-anchor>.jstree-undetermined,
    .jstree-default-responsive .jstree-anchor>.jstree-undetermined:hover {
        background-position: 0 -120px;
    }

    .jstree-default-responsive .jstree-anchor {
        font-size: 1.1em;
        font-weight: bold;
        text-shadow: 1px 1px white;
    }

    .jstree-default-responsive>.jstree-striped {
        background: transparent;
    }

    .jstree-default-responsive .jstree-wholerow {
        background: #ebebeb;
        border-bottom: 1px solid rgba(64, 64, 64, 0.2);
        border-top: 1px solid rgba(255, 255, 255, 0.7);
        height: 40px;
    }

    .jstree-default-responsive .jstree-wholerow-hovered {
        background: #e7f4f9;
    }

    .jstree-default-responsive .jstree-wholerow-clicked {
        background: #beebff;
    }

    .jstree-default-responsive .jstree-children .jstree-last>.jstree-wholerow {
        box-shadow: inset 0 -6px 3px -5px #666;
    }

    .jstree-default-responsive .jstree-children .jstree-open>.jstree-wholerow {
        border-top: 0;
        box-shadow: inset 0 6px 3px -5px #666;
    }

    .jstree-default-responsive .jstree-children .jstree-open+.jstree-open {
        box-shadow: none;
    }

    .jstree-default-responsive .jstree-node,
    .jstree-default-responsive .jstree-icon,
    .jstree-default-responsive .jstree-node>.jstree-ocl,
    .jstree-default-responsive .jstree-themeicon,
    .jstree-default-responsive .jstree-checkbox {
        background-image: url("../../../img/vendor/jstree/40px.png");
        background-size: 120px 240px;
    }

    .jstree-default-responsive .jstree-node {
        background-position: -80px 0;
        background-repeat: repeat-y;
    }

    .jstree-default-responsive .jstree-last {
        background: transparent;
    }

    .jstree-default-responsive .jstree-leaf>.jstree-ocl {
        background-position: -40px -120px;
    }

    .jstree-default-responsive .jstree-last>.jstree-ocl {
        background-position: -40px -160px;
    }

    .jstree-default-responsive .jstree-themeicon-custom {
        background-color: transparent;
        background-image: none;
        background-position: 0 0;
    }

    .jstree-default-responsive .jstree-file {
        background: url("../../../img/vendor/jstree/40px.png") 0 -160px no-repeat;
        background-size: 120px 240px;
    }

    .jstree-default-responsive .jstree-folder {
        background: url("../../../img/vendor/jstree/40px.png") -40px -40px no-repeat;
        background-size: 120px 240px;
    }

    .jstree-default-responsive>.jstree-container-ul>.jstree-node {
        margin-left: 0;
        margin-right: 0;
    }
}


@media (min-width:450px) and (max-width:800px) {
    ul.navList.catpage li {
        width: 33.3% !important;
    }
}


@media (min-width:800px) and (max-width:860px) {
    ul.navList.catpage li {
        width: 33.3% !important;
    }
}



/* customized */
/* Mobile Devices CSS Start */
@media only screen and (max-width: 568px) and (min-width: 321px) {
    ul.maintop li.bannerpart label {
        font-size: 8px !important;
    }

    ul.maintop li.bannerpart input#mce-EMAIL {
        width: 40%;
    }

    span.imgclss {
        height: auto;
    }

    ul.maintop li.banr,
    ul.maintop li.lastnew.banr {
        height: 100px !important;
    }

    ul.maintop li.made p {
        font-size: 8px;
    }

    ul.maintop li.made {
        height: 71px;
    }

    ul.free li a {
        font-size: 8px;
    }

    ul.by li span {
        font-size: 11px;
    }

    ul.by li {
        height: 102px;
    }

    a.tipbtn {
        font-size: 8px;
    }

    ul.maintop li.lastnew.thank {
        min-height: 103px;
    }
}

/* Mobile Devices CSS End */

/* Menu Dropdown Hover Effect CSS Start */
#menu .navPages ul.navPages-list>li.navPages-item:hover>a+div.navPage-subMenu {
    display: block;
    top: 42px;
    left: 1px;
    width: 100%;
}

@media all and (max-width:800px) {
    #menu .navPages ul.navPages-list>li.navPages-item:hover>a+div.navPage-subMenu {
        display: none;
    }

    #menu .navPages ul.navPages-list>li.navPages-item>a+div.navPage-subMenu.is-open {
        display: block;
    }
}

/* Menu Dropdown Hover Effect CSS End */

ul.ullistleftknifes {
    margin: 0 -0.50rem;
    display: table;
    width: 101%;
}

ul.ullistleftknifes li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: inline-block;
    float: left;
    width: 20%;
}

ul.ullistleftknifes li:hover span {
    background: #454545;
}

ul.ullistleftknifes li span {
    background: #292929;
    display: block;
    padding: 15px 2px;
    min-height: 94px;
    text-align: center;
}

ul.ullistleftknifes li span a {
    color: #fff;
    text-decoration: none;
    font-weight: 900;
    line-height: 18px;
    padding: 0px 0px;
    display: block;
    text-align: center;
}

h3#topbs a {
    display: block;
    text-decoration: none;
    color: #fff;
}

h3#specialc a {
    display: block;
    text-decoration: none;
    color: #fff;
}

a.button.button--primary.addbtn {
    background: #fa9500;
    color: #000;
    font-weight: bold;
    font-size: 15px;
}

button#checkout-payment-continue {
    background: #fa9500;
    color: #000;
    font-weight: bold;
}

.previewCartAction-checkoutMultiple {
    display: none !important;
}

img.norlogo {
    float: right;
    height: 50px;
    margin-left: 20px;
}

link {
    display: block !important;
}

h1.abc {
    text-align: center;
    margin: 0px auto;
}

.abc a {
    color: #000;
    font-weight: 500;
    font-size: 26px;
    text-decoration: none;
}

.header-logo-image {
    position: relative;
}

.card-image {
    position: relative;
}

.card-img-container:after {
    display: initial;
}

.productView-thumbnails .slick-next {
    right: 0;
    top: 60px;
}

.productView-thumbnails .slick-prev {
    right: 0;
    top: 60px;
}

.productView-thumbnails img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 90px !important;
    max-width: 90px !important;
    height: 67px !important;
    margin: auto;
    width: 90px !important;
}

.productView-img-container:after {
    padding-bottom: 100%;
}

address {
    font-size: 1.2rem;
    color: #fff;
    line-height: 2.4rem;
}

img.icondtop {
    float: left;
    width: 55px;
    height: auto;
    max-width: 60px !important;
    margin-top: 32px;
    border: none;
    padding-right: 0px !important;
}

ul.maintop li.bannerpart div#mc_embed_signup_scroll {
    width: 90%;
}

a.tipbtn {
    float: right;
}

a.tipbtn {
    float: right;
    margin-top: -33px;
    text-decoration: underline;
    color: #fff;
}

.productView-thumbnail {
    height: 70px;
    margin-bottom: 10px;
}

/*body{font-family: 'Ubuntu', sans-serif; }*/
.navUser {
    border-bottom: #676767 1px solid;
    background: rgba(55, 54, 55, .6);
}

.navUser-action {
    padding-top: 10px;
    padding-bottom: 5px;
    font-weight: 300;
    color: #fff !important;
    font-size: 12px;
    text-transform: capitalize;
}

.navUser-action:hover {
    color: #8b8b8b !important;
}

.navUser {
    padding: 0px !important;
}

.mainleftop .header {
    border-bottom: #676767 1px solid !important;
    background: rgba(55, 54, 55, .9);
    position: fixed;
    top: 0;
    left: 0;
    height: auto;
}

.fixH {
    width: 100%;
    height: 141px;
}
.header {
    border-bottom: 1px solid #e8e8e8;
    overflow: visible;
    position: relative;
    display: inline-block;
    width: 100%;
    background-color: #3f3f3f;
}

.page-heading {
    font-size: 24px;
    background: #292929;
    color: #fff;
    padding: 10px;
    word-break: break-word;
}

.page-sub-heading {
    font-size: 24px;
    text-align: center;
    padding: 10px;
    margin: 0px auto;
}

.header-logo {
    display: inline-block;
    margin: 0px;
    vertical-align: top;
    padding-top: 0px;
    padding-bottom: 0px;
}

.navPages-container {
    display: inline-block;
    float: left;
}

.topship {
    display: inline-block;
    color: #fff;
}

.topship p {
    margin-bottom: 0;
    padding: 8px 0 0px;
    text-transform: uppercase;
    font-size: 14px;
    font-style: italic;
}
.headfile .navmenu {
    float: left;
}

.headfile .navUser.pronave {
    float: left;
    width: 94px;
    background: #1d1d1d;
    border-bottom: none;
    padding: 0 5px;
    border-left: #676767 1px solid;
    border-right: #676767 1px solid;
    z-index: 1;
}

.headfile .navUser.pronave ul.navUser-section--alt {
    float: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0 auto;
}

.headfile .navUser.pronave:hover {
    background: #000;
}

.headfile .navUser.pronave .navUser-action {
    padding: 0;
    font-family: Merriweather, serif;
    font-size: 14px;
    font-style: italic;
    text-align: center;
}

.headfile .navPages-action {
    width: 100%;
    height: 100%;
    padding: 20px 34px;
    border-left: #676767 1px solid;
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
}

.navUser-action.navUser-action--quickSearch {
    padding: 10px 12px;
    background: #1d1d1d;
    border-left: #676767 1px solid;
    border-right: #676767 1px solid;
}

.topmainmenu {
    float: right;
}

.navPages-action svg {
    fill: rgb(255, 255, 255);
    stroke: rgb(255, 255, 255);
    transition: all 0.15s ease;
}

.navPages-item .icon svg {
    fill: #ffffff;
}

.navPages-action.is-open {
    background-color: #1d1d1d;
}

.navPage-subMenu {
    background-color: #1d1d1d;
}

.headfile .navPage-subMenu-action.navPages-action {
    border-left: none;
}

ul.maintop {
    list-style: none;
    display: inline-block;
    width: 100%;
    padding: 0px;
    margin: 10px 0 0;
    float: left;
}

ul.maintop li {
    list-style: none;
    width: 22.2%;
    float: left;
}

ul.maintop li.banr {
    overflow: hidden;
    height: 232px;
}

ul.maintop li.firstnew.banr {
    display: none;
}

ul.maintop li img {
    max-width: 100%;
    padding-right: 15px;
}

ul.maintop li.lastnew {
    list-style: none;
    display: inline-block;
    width: 33.3%;
}

ul.maintop li.lastnew.banr {
    position: relative;
}

ul.maintop li.lastnew.banr img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

ul.maintop li.lastnew img {
    padding-right: 0px;
}

ul.maintop li.lastnew.thank img {
    max-width: 80%;
}

ul.maintop li.bannerpart {
    width: 66.6%;
}

li.lastnew.thank {
    background: #262626;
}

li.lastnew.thank:hover {
    background: #262626;
}

li.lastnew.thank a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    padding: 0px;
}

.card--alternate .card-body {
    background-color: #363435;
}

ul.maintop li.made {
    width: 33.3%;
    position: relative;
    height: 170px;
    overflow: hidden;
    margin-right: 0px;
}

ul.maintop li.made span {
    position: absolute;
    top: 85%;
    left: 62px;
    display: block;
    z-index: 1;
    padding: 15px;
    color: #fff;
    font-size: 16px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

ul.maintop li.made span p {
    display: block;
    margin-bottom: 20px;
}

ul.maintop li.made.last {
    margin-right: 0;
    width: 33.3%;
}

ul.free li.freeback a {
    margin-right: 0px;
    margin-bottom: 10px;
}

.lastnew.thank {
    margin-top: 0px;
    text-align: center;
}

ul.maintop li.made.last img {
    padding-right: 0px;
    top: -9px;
}

ul.maintop li.made img {
    top: 0;
    left: 0;
    position: absolute;
}

ul.maintop li.made p {
    position: absolute;
    z-index: 5;
    color: #fff;
    left: 48%;
    top: 49px;
    width: 86%;
    min-height: 60px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    font-size: 16px;
    text-transform: uppercase;
}

ul.maintop li.made p a {
    color: #fff;
    text-decoration: none;
}

ul.free {
    width: 100%;
    margin: 10px 0 0;
    padding: 0;
    display: inline-block;
    float: left;
}

ul.free li {
    width: 33.3%;
    float: left;
    position: relative;
    list-style: none;
    text-align: center;
}

ul.free li a {
    background: #757575;
    margin: 0px;
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-size: 12px
}

ul.free li a:hover {
    background: #292929 !important;
}

ul.free li.freeback a {
    margin-right: 15px;
}

ul.free li.freeback01 a {
    margin: 0 15px 0px 0;
    display: block;
}

ul.free li a img {
    margin-right: 10px;
    width: inherit;
}

a.readmore {
    position: relative;
    display: inline-block;
    float: left;
    padding: 0px;
    padding: 0px 0px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

a.readmore:hover {
    color: #969696;
}

a.readmore:before {
    content: "";
    position: absolute;
    right: -16px;
    top: 11px;
    width: 10px;
    height: 3px;
    background: #fff;
}

.mainpart h3 {
    background: #292929;
    color: #fff;
    text-align: center;
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.main.full .page-heading {
    background: #292929;
    color: #fff;
    text-align: center;
    padding: 15px;
    margin-top: 0px;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 20px
}

.mainfav ul {
    list-style: none;
    margin: 0 -.75rem 0px;
    padding: 0px;
    display: table;
    float: left;
    width: auto;
}

.mainfav li a {
    display: block;
    margin: 0px 7.5px 10px 7.5px;
    text-decoration: none;
    cursor: pointer;
}

.mainfav li {
    width: 25%;
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: left;
    overflow: hidden;
}

.mainfav li span {
    display: block;
    padding: 10px 0px;
    background: #292929;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
}

.mainfav li span:hover {
    background: #3b3b3b;
    color: #fff;
}

.mainfav li img {
    width: 100%;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

span.imgclss {
    height: auto;
    overflow: hidden;
    margin: 0 0px;
    display: inline-block;
    padding: 0px !important;
}

.aboutpart {
    display: inline-block;
    padding: 20px;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.aboutpart:hover {
    opacity: 0.8;
}

.headfile .navPage-subMenu-action.navPages-action:hover {
    color: #757575;
}

h3.martop {
    background: #292929;
    color: #fff;
    text-align: center;
    padding: 15px;
    margin-top: 0px;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

h3.martop a {
    text-decoration: none;
    color: #fff;
}

.leftab {
    width: 50%;
    float: left;
}

.leftab p {
    color: #fff;
    font-size: 15px;
}

.icon.icon--ratingFull svg {
    fill: #ed8a19;
}

ul.by {
    display: inline-block;
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
    float: left;
}

ul.by li {
    display: inline-block;
    list-style: none;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    width: 33.3%;
    float: left;
    height: 235px;
    overflow: hidden;
    position: relative;
}

ul.by li span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    width: 100%;
    font-size: 16px;
}

ul.by li img {
    max-width: 100%;
    margin: 0 auto;
}

ul.by li.bybrand01 {
    margin-right: 0px;
}

ul.by li.bybrand01 img {
    padding-right: 15px;
}

ul.by li.bybrand02 {
    margin-right: 0px;
}

ul.by li.bybrand02 img {
    padding-right: 15px;
}

ul.by li.bybrand03 {
    margin-right: 0px;
}

ul.by li.bybrand03 img {
    padding-right: 0px;
}

.footer {
    background: #232323;
    padding: 0px;
    float: left;
    width: 100%;
}

.footer-info h5 {
    color: #fff;
    text-transform: uppercase;
}

.wrap .form-input {
    width: 50%;
}

.wrap .button {}

ul.sco {
    list-style: none;
    display: block;
    margin: 0px;
    padding: 0px;
}

ul.sco li {
    list-style: none;
    display: inline-block;
    margin: 0px 5px 0px 5px;
    padding: 0px;
}

ul.sco li a {
    list-style: none;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    line-height: 34px;
    width: 48px;
    height: 48px;
    border-radius: 100px;
    /*border:#5c5c5c 2px solid;*/
    text-align: center;
}

ul.sco li a img {
    margin: 10px 0
}

ul.sco li a:hover {
    opacity: 0.5;
}

.fotmain {
    width: 100%;
    display: inline-block;
    background: #161616;
    padding: 20px 0px;
    float: left;
}

.fotleft {
    float: left;
}

.fotright {
    float: right;
    margin: -8px auto;
}

.fotleft img {
    float: left;
    margin-right: 15px;
}

.fotterright {
    float: left;
}

.footer-copyright {
    text-transform: uppercase;
}

.cfot {
    display: inline-block;
    width: 33%;
    background: none;
    min-height: 307px;
}

.footer-info-col {
    padding-left: 0;
    padding-right: 0;
}

.cfot article {
    width: 50%;
    display: inline-block;
}

.footer-info h5 {
    margin-top: 30px !important;
    margin-bottom: 20px;
}

.form-field {
    margin: 0 0 0px;
}

.heroCarousel {
    margin-bottom: 0px !important;
}

ul.brandby {
    list-style: none;
    padding: 0;
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    float: left;
}

ul.brandby li a {
    display: inline-block;
    margin: 0px 7.5px 15px 7.5px;
}

ul.brandby li {
    width: 16.6%;
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    float: left;
}

ul.brandby li img {
    width: 100%;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ul.feedup {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    width: 100%;
    float: left;
}

ul.feedup li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    width: 100%;
}

ul.feedup li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    width: 33.3%;
    float: left;
}

ul.feedup li a {
    text-decoration: none;
}

ul.feedup li:last-child .scren {
    margin-right: 0px;
}

.scren {
    display: block;
    margin-right: 15px;
    background: #f5f5f5;
    padding: 15px 30px;
    text-align: left;
}

.scren em {
    color: #6f6f6f;
    margin-bottom: 15px;
}

.scren p {
    margin-bottom: 10px;
    color: #000;
}

p.textby {
    margin-bottom: 0px;
    color: #000;
    display: block;
}

p.starrate {
    display: inline-block;
    margin-right: 15px;
}

p.dateyear {
    display: inline-block;
    margin-right: 15px;
    color: #9a9a9a;
}

.navPage-subMenu-item .navPages-action {
    padding: 10px 0px !important;
    font-weight: 300;
    margin-bottom: 0px;
    font-size: 14px;
}

.currencybar .navUser-action {
    padding: 10px 12px;
    background: #1d1d1d;
    border-left: #676767 1px solid;
}

.navUser .dropdown-menu.is-open::before {
    left: auto;
    right: 0px;
    border-color: transparent transparent #fff;
}

li.navUser-item.navUser-item--cart {
    padding: 0 16px;
}

.navUser .dropdown-menu.is-open:after {
    left: 175px;
}

.headfile .navPages-action:hover {
    background: #1d1d1d;
}

.mainpart {
    display: inline-block;
    width: 100%;
}

.main.full {
    display: inline-block;
    width: 100%;
    float: left;
}

img:hover {
    opacity: 1;
}

a.searchicon {
    margin-left: 5px;
}

.card-title>a {
    color: #fff;
    font-size: 12px;
    display: block;
}

.margintop0 {
    margin-top: 0px;
}

.card {
    border: #e4e4e4 1px solid;
    margin-bottom: 20px;
}

img.searchicon {
    float: right;
    margin-left: 7px;
    margin-top: 0px;
}

.countPill--positive {
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
}

span.countPill.countPill--positive.countPill--alt {
    position: initial;
}

ul.breadcrumbs {
    margin-bottom: 15px;
}

#Header {
    background: #292929;
}

.dropdown--quickSearch.is-open {
    position: absolute;
    background: #363435;
    top: 39px !important;
}

.navUser-or {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
}

.martop0 {
    margin-top: 0px !important;
}

.productGrid {
    margin-bottom: 0px !important;
}

.wrap .form-input {
    border: #5c5c5c 1px solid;
    border-radius: 0px;
    background: transparent;
}

.form-prefixPostfix-button--postfix {
    margin: 0 0 0 -1px;
    border-radius: 0px;
}

.navUser-item--cart .dropdown-menu {
    left: -150px !important;
    width: 350px;
}

.container {
    padding: 0px 5rem;
    width: 100%;
}

.navUser-item--account {
    position: relative;
}

.navUser-item--account:after {
    content: "";
    position: absolute;
    background: #737373;
    width: 1px;
    height: 10px;
    right: -2px;
    top: 15px;
}

.navUser-action.tblog {
    position: relative;
}

.navUser-action.tblog:after {
    content: "";
    position: absolute;
    background: #737373;
    width: 1px;
    height: 10px;
    right: -2px;
    top: 15px;
}

.navUser-action.tnews {
    position: relative;
}

.navUser-action.tnews:after {
    content: "";
    position: absolute;
    background: #737373;
    width: 1px;
    height: 10px;
    right: -2px;
    top: 15px;
}

.navUser-action.myacc {
    position: relative;
}

.navUser-action.myacc:after {
    content: "";
    position: absolute;
    background: #737373;
    width: 1px;
    height: 10px;
    right: -2px;
    top: 15px;
}

.navUser-action.odrst {
    position: relative;
}

.navUser-action.odrst:after {
    content: "";
    position: absolute;
    background: #737373;
    width: 1px;
    height: 10px;
    right: -2px;
    top: 15px;
}

.navUser-action.sigut {
    position: relative;
}

.navUser-action.sigut:after {
    content: "";
    position: absolute;
    background: #737373;
    width: 1px;
    height: 10px;
    right: -2px;
    top: 15px;
}

.navUser-item--account:last-child:after {
    display: none;
}

.login {
    margin: 0rem auto !important;
    max-width: 100% !important;
}

.card-figcaption-button {
    background-color: rgba(0, 0, 0, 0.9);
    color: #ffffff;
}

.card-figcaption-button:hover {
    background-color: #292929;
    color: #fff;
}

#flexiselDemo1,
#flexiselDemo2,
#flexiselDemo3 {
    display: none;
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}

.nbs-flexisel-ul {
    position: relative;
    width: 99999px;
    margin: 0px;
    margin-right: -15px;
    margin-left: -15px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 15px;
}

.nbs-flexisel-item img {
    max-width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0 5px;
}

.productView-options .form-action.addbtn {
    background: #fa9500;
    color: #000;
}

/*** Navigation CSS ***/
ul.maintop li.bannerpart input#mc-embedded-subscribe {
    padding: 0px;
    border: none;
    margin-bottom: -17px;
}

ul.maintop li.bannerpart input#mce-EMAIL {
    padding-left: 15px;
    width: 40%;
    height: 45px;
    float: none;
    border-radius: 5px;
    border: #cacaca 1px solid;
}

ul.maintop li.bannerpart label {
    text-transform: uppercase;
    margin-bottom: 8px;
    color: #fff;
    font-size: 16px;
}

ul.maintop li.bannerpart div#mc_embed_signup_scroll {
    width: 90%;
}

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    padding: 5px 10px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 40%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    width: 30px;
}

.nbs-flexisel-nav-left {
    left: 10px;
}

.nbs-flexisel-nav-left:before {
    content: "<"
}

.nbs-flexisel-nav-left.disabled {
    opacity: 0.9;
}

.nbs-flexisel-nav-right {
    right: 5px;
}

.nbs-flexisel-nav-right:before {
    content: ">"
}

.nbs-flexisel-nav-right.disabled {
    opacity: 0.9;
}

.addthis_toolbox a.at300b,
.addthis_toolbox a.at300m {
    width: 30px !important;
}

.pin_it_iframe_widget {
    display: none;
}

.navPages {
    background-color: #292929;
    height: initial;
}

.mobileMenu-toggle .mobileMenu-toggleIcon::before {
    background: #fff;
}

.mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #fff;
}

.mobileMenu-toggle .mobileMenu-toggleIcon {
    background: #fff;
}

.mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
    background: #fff;
}

.mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
    background: #fff;
}

.navUser-item.currencybar .navUser-action svg {
    fill: #eaeaea;
    stroke: #ffffff;
}

.productView-options {
    margin-bottom: 5px;
}

.productView-options .form-action {
    display: inline-block;
    border-radius: 5px;
    padding: 6px 15px;
    width: auto;
}

.productView-options .form-action:hover {
    opacity: 0.7;
}

.productView-options .form-action img {
    float: left;
    margin-left: 15px;
    margin-top: 9px;
}

.productView-options .form-action.addbtn img {
    float: left;
    margin-left: 0px;
    margin-top: 3px;
}

.productView-options .form-action .button {
    text-transform: uppercase;
    margin-right: 0;
    width: auto;
    margin-bottom: 0;
    background: 0 0;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

.navUser-item-cartLabel {
    display: block;
}

.slick-slide {
    height: auto;
}

.page-content--centered {
    width: 100%;
    padding: 0px;
}

.imgpartleft {
    float: left;
    width: 16.6%;
}

.imgpartleft img {
    max-width: 100%;
    padding: 5px;
    height: 145px;
}

.paratext {
    display: block;
    float: left;
    width: 100%;
    margin-top: 20px;
}

.banneryum {
    width: 100%;
    display: inline-block;
    margin-bottom: 8px;
    margin-top: 15px;
}

.banneryum img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    float: left;
}

.page-content--centered table {
    border-spacing: 0;
    width: 100%;
    margin-bottom: 20px;
}

.lefttextpart {
    width: 20%;
    float: left;
    margin-bottom: 20px;
}

.lefttextpart img {
    max-width: 100%;
}

.righttextpart {
    width: 80%;
    float: left;
    padding-left: 15px;
}

a {
    color: #2357d2;
}

a.catsub {
    color: #000;
    text-decoration: none;
    display: block;
}

a.catsub:hover {
    color: #ccc;
    text-decoration: none !important;
}

a:hover {
    color: #ccc;
    text-decoration: underline;
}

.tabover {
    margin-bottom: 0px;
    width: 100%;
    float: left;
}

.page {
    margin: 0 0;
}

.page-heading.subcat a {
    display: block;
}

.partone {
    width: 100%;
    float: left;
}

.feedleft {
    display: block;
    padding: 0px 10px;
    margin-bottom: 0px;
    padding-bottom: 20px;
}

.toptable {
    width: 100%;
    float: left;
}

ul.ullist {
    margin: 0 -0.50rem;
    display: table;
    width: 101%;
}

ul.ullist li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: inline-block;
    float: left;
    width: 25%;
}

ul.ullist li:hover span {
    background: #454545;
}

ul.ullist li span {
    background: #292929;
    display: block;
    padding: 15px 2px;
    min-height: 94px;
    text-align: center;
}

ul.ullist.second li span {
    min-height: 69px;
}

ul.ullist li span a {
    color: #fff;
    text-decoration: none;
    font-weight: 900;
    line-height: 18px;
    padding: 0px 0px;
    display: block;
    text-align: center;
}

.divcate {
    margin: 0px 7px 15px;
    display: block;
}

.imgmainimg img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.imgmainimg {
    display: block;
    margin: 0 auto;
}

.leftlet {
    float: left;
    width: 73%;
}

.rightrit {
    display: block;
    margin-left: 73%;
}

.page h5 {
    padding: 10px;
    display: inline-block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
}

.page .page-heading {
    margin-bottom: 0px;
}

.page-content.page-content--centered p {
    margin-bottom: 10px;
}

.page-content.page-content--centered h4 {
    display: inline-block;
    width: 100%;
    margin-top: 2px;
    margin-bottom: 13px;
    font-size: 24px;
}

ul.ullist.first li span {
    min-height: 50px;
}

.page-sidebar .sidebarBlock {
    border: #ddd 1px solid;
    background: #efefef;
    padding-top: 0px;
}

.page-sidebar nav .navList-action {
    margin-bottom: 0;
    border-bottom: #ddd 1px solid;
    padding: 5px 10px;
}

.page-sidebar nav .navList-action:hover {
    text-decoration: underline;
    color: #000;
}

.sidebarBlock-heading {
    text-transform: uppercase;
    padding: 10px 10px;
    background: #292929;
    color: #fff;
}

.card-figure {
    overflow: hidden;
    padding: 0px;
}

a.jumper {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #161616;
    color: #fff;
    z-index: 1000;
    bottom: 76px;
    right: 29px;
    text-align: center;
    text-decoration: none;
    padding-top: 3px;
    font-size: 20px;
}

.footer {
    position: relative;
}

.slick-slide img {
    height: inherit;
    width: -webkit-fill-available;
    visibility: inherit !important;
}

.productView-image .easyzoom-flyout img {
    height: auto;
}

.easyzoom-flyout {
    z-index: 100;
    top: 0px;
}

.slick-next::before {
    background-image: url(https://www.hocho-knife.com/content/rightarrow.png);
}

.slick-prev::before {
    background-image: url(https://www.hocho-knife.com/content/leftarrow.png);
}

.slick-next:hover::before {
    background-image: url(https://www.hocho-knife.com/content/rightarrow.png);
}

.slick-prev:hover::before {
    background-image: url(https://www.hocho-knife.com/content/leftarrow.png);
}

.mainpart {
    margin-bottom: 10px;
}

.mainpartleft {
    float: left;
    width: 250px;
    margin-bottom: 15px;
}

.mainpartleft img {
    width: 100%;
}

.mainpartright {
    display: block;
    margin-left: 275px;
}

ul.navList.catpage {
    list-style: none;
    border-bottom: #ddd 1px solid;
    padding-bottom: 10px;
    margin-bottom: 12px;
    margin: 0;
    display: inline-block;
    width: 100%;
}

#quickpv .slick-next,
#quickpv .slick-prev {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background: rgba(128, 128, 128, 0.5);
    border: #fff 2px solid;
    top: 55%;
    padding: 0px;
}

#quickpv .slick-next {
    right: 30px;
}

#quickpv .slick-prev {
    left: 30px;
}

#quickpv .slick-next::before,
#quickpv .slick-prev::before {
    display: table;
    margin: -3px auto;
}

.page-heading.subcat {
    margin-bottom: 12px;
}

ul.navList.catpage li {
    width: 20%;
    float: left;
    list-style: none;
    margin-bottom: 10px;
}

ul.navList.catpage li img {
    width: 100%;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    height: 100%;
}

a.navList-action.catpage {
    margin: 0px 7px;
    position: relative;
}

a.navList-action.catpage:first-child {
    height: 170px;
    overflow: hidden;
}

a.navList-action.catpage:last-child {
    background: #292929;
    text-decoration: none;
    text-align: center;
    color: #fff;
    line-height: normal;
    font-weight: 400;
    padding: 10px;
    /*display: -webkit-box;*/
    max-width: 100%;
    height: 50px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
    text-overflow: ellipsis;
    font-size: 13px;
}

.socialLinks .socialLinks-item.socialLinks-item--facebook_like {
    display: none;
}

.socialLinks--alt .icon {
    height: 2.5rem;
    width: 2.5rem;
    border: 1px solid #fff;
}

.socialLinks .icon svg {
    fill: #000;
}

.mc-field-group {
    width: 100%;
}

.mc-field-group .Button {
    height: 45px;
    width: auto;
    margin-left: 15px;
}

.mc-field-group label {
    display: block;
}

.orleft {
    width: 100%;
}

#mce-EMAIL {
    float: left;
}

ul.maintop li.bannerpart div#mc_embed_signup {
    margin-right: 15px;
    padding: 11px 19px 10px;
    border: 1px solid #ddd;
    text-align: center;
    background: #292929;
}

.page h3 {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 8px;
    font-size: 18px;
}

ul.ullist.designlist li {
    width: 20%;
    float: left;
}

ul.ullist.designlist li .divcate .imgmainimg {
    height: 170px;
    overflow: hidden;
}

ul.ullistleftknifes.second li .divcate .imgmainimg {
    height: 170px;
    overflow: hidden;
}

ul.ullistleftknifes.second li span {
    min-height: 70px;
}

ul.ullist.designlist li span {
    min-height: 50px;
}

a.tabname {
    padding: 5px;
    text-decoration: none;
    text-align: center;
    background: transparent;
    color: #000;
    display: inline-block;
    width: 100%;
}

.arrowrightt {
    display: inline-block;
    width: 100%;
}

.arrowrightt span {
    height: 60px;
    float: left;
    margin-right: 10px;
}

.arrowrightt span img {
    height: 60px;
    display: inline-block;
}

ul.ullist.thirdfile .divcate .imgmainimg {
    height: 225px;
    overflow: hidden;
}

.toppagepart {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.lefttoppart {
    float: left;
    width: 50%;
}

.lefttoppart img {
    width: 100%;
    padding: 10px;
}

ul.ullist.thirdfile li span {
    min-height: 50px;
    font-size: 12px;
    padding: 10px;
}

h3.martop.martop0 {
    display: block;
}

h3.martop.martop0 a {
    display: block;
}

.topship a {
    color: #fff;
    text-decoration: none;
    padding: 0;
}

.topship a:hover {
    color: #ccc;
}

body {
    overflow-x: hidden;
    overflow-y: auto;
}

.leftfeed {
    float: left;
    width: 50%;
}

.rwd-table {
    margin: 0px;
    width: 100%;
}

.rwd-table tr {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-color: #ccc;
    border-right: 1px solid #ccc;
}

.rwd-table th {
    display: none;
}

.rwd-table td {
    display: block;
}

.rwd-table td:first-child {
    padding-top: .5em;
}

.rwd-table td:last-child {
    padding-bottom: .5em;
}

.rwd-table td:before {
    content: attr(data-th) " ";
    font-weight: bold;
    width: 0;
    display: inline-block;
}

/* Mobile Devices CSS Start */
@media (min-width: 480px) {
    .rwd-table td:before {
        display: none;
    }

    .rwd-table th,
    .rwd-table td {
        display: table-cell;
        padding: .25em .5em;
    }

    .rwd-table th:first-child,
    .rwd-table td:first-child {
        padding-left: 0;
    }

    .rwd-table th:last-child,
    .rwd-table td:last-child {
        padding-right: 0;
    }

    .rwd-table th,
    .rwd-table td {
        padding: 1em !important;
    }

    section#quickpv .slick-list.draggable {
        display: none !important;
    }
}

/* Mobile Devices CSS End */

.rwd-table th,
.rwd-table td {
    text-align: left;
    padding: 5px 7px;
}

.heroCarousel .slick-next,
.heroCarousel .slick-prev {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background: rgba(128, 128, 128, .5);
    border: 2px solid #fff;
    padding: 0px;
    top: 50%;
}

.heroCarousel .slick-next::before,
.heroCarousel .slick-prev::before {
    height: 1.3rem;
    width: 100%;
}

.rwd-table {
    background: transparent;
    color: #000;
    border-radius: 0px;
    width: 100%;
    border: #cccccc 1px solid;
}

.rwd-table tr {
    border-color: #cccccc;
}

.rwd-table th,
.rwd-table td {
    margin: .5em 1em;
}

.rwd-table th,
.rwd-table td:before {
    color: #000;
}

/* Mobile Devices CSS Start */
@media (min-width: 801px) {
    #videoGallery-content {
        width: 560px;
    }

    .productView-images {
        overflow: hidden;
    }

    .heroCarousel {
        margin-bottom: 0px !important;
        margin-top: 0px;
    }

    .navPage-subMenu {
        padding: 3px 10px 14px 10px !important;
    }

    .body {
        margin-top: 0px;
        display: inline-block;
        width: 100%;
        margin-bottom: 10px;
    }

    .productView-title {
        margin-top: 0;
    }

    .productView-details {
        width: 40%;
    }

    .productView-images {
        width: 60%;
    }

    .price-section.price-section--withTax {
        display: inline-block;
    }

    .price-section.price-section--saving {
        font-size: 20px;
        color: #fa9500;
        display: inline-block;
    }

    .heroCarousel-slide .heroCarousel-image-wrapper {
        /*max-height: 29.8rem;*/
    }

    .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
        height: .57143rem;
        width: .57143rem;
        margin: 0 0 0 .58571rem;
    }

    .previewCart .productView {
        flex-direction: inherit !important;
    }

    .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 30.9rem !important;
    }
}

/* Mobile Devices CSS End */

/* Mobile Devices CSS Start */
@media (min-width: 551px) {
    .card-body {
        text-align: center;
        background: #292929;
        padding: 0px 0px;
        cursor: pointer;
    }

    .card-text a {
        color: #ccc;
        text-decoration: none;
    }

    a.navList-action.catpage:last-child:hover {
        background: #525252;
    }

    .breadcrumbs {
        margin-top: 15px;
    }

    .dropdown--quickSearch {
        padding: .5rem;
    }

    .heroCarousel-slide .heroCarousel-image-wrapper {
        /*max-height: 29.8rem !important;*/
    }
}

/* Mobile Devices CSS End */

/* Mobile Devices CSS Start */
@media (max-width: 551px) {
    .navUser-item--cart__hidden-s {
        display: block;
    }
}

/* Mobile Devices CSS End */

ul.maintop.firstline {
    margin-top: 10px;
    margin-bottom: 10px;
}

ul.by {
    margin-bottom: 10px;
}

.heroCarousel.slick-initialized {
    height: auto;
}

.tabs-contents .slick-next.slick-arrow {
    border: none;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, .5);
}

.tabs-contents .slick-next::before,
.tabs-contents .slick-prev::before {
    width: 18px;
    height: 18px;
}

.tabs-contents .slick-prev.slick-arrow {
    border: none;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, .5);
}

.tabs-contents .slick-prev::before,
.tabs-contents .slick-prev::before {
    width: 18px;
    height: 18px;
}

.heroCarousel-image {
    max-height: 29.85rem;
}

.heroCarousel.homepage {
    min-width: 100%;
    min-height: 30.6vw !important;
}

.productView .productView-images.heroCarousel {
    min-width: inherit;
}

.quickSearchResults .yotpo.bottomLine.yotpo-small {
    display: none !important;
}

.heroCarousel .slick-dots {
    position: initial !important;
}

.heroCarousel .slick-dots li {
    background-color: transparent !important;
}

.yotpo .text-m {
    color: blue !important;
}

.yotpo .text-m:hover {
    color: blue !important;
    text-decoration: underline !important;
}

#facetedSearch-navList h5.accordion-title {
    text-align: left;
    padding: 0px 5px;
    background: #757575;
    margin: 0;
    color: #fff;
    font-weight: bold;
}

#facetedSearch-navList a.navList-action.navList-action--checkbox {
    padding: 5px 20px;
    color: #000;
}

#facetedSearch-navList .accordion-block {
    margin: 0;
}

#facetedSearch-navList {
    margin: 0;
}

#facetedSearch-navList .accordion-indicator {
    visibility: visible;
    fill: #000;
}

.productView-options label.form-label.form-label--alternate.form-label--inlineSmall {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #757575;
    padding: 5px;
}

ul.productOptions-list li:first-child {
    display: none;
}

ul.productOptions-list .productOptions-list-item-figure {
    width: 5rem;
}

.productView-options .form-field label.form-label.form-label--alternate.form-label--inlineSmall {
    display: none;
}

.productView-options .form-field:first-child label.form-label.form-label--alternate.form-label--inlineSmall {
    display: block;
}

.dropdown-menu.is-open {
    display: block;
    width: 350px !important;
    right: 0px !important;
    left: inherit !important;
}

/* Mobile Devices CSS Start */
@media(min-width: 1400px) {
    .heroCarousel.homepage.slick-initialized {
        width: 1400px;
        margin: 0 auto;
        min-width: 1400px;
    }

    .heroCarousel.homepage {
        min-height: auto !important;
    }
}

/* Mobile Devices CSS End */

/* Mobile Devices CSS Start */
@media (min-width:1100px) {
    .heroCarousel-image {
        max-height: inherit;
    }
}

/* Mobile Devices CSS End */

/* Mobile Devices CSS Start */
@media (max-width:1100px) {
    .stockchk {
        padding: 0px 0px 0px 10px;
        text-align: left;
        display: inline-block;
        float: left;
        width: 100%;
    }

    .lefttoppart {
        width: 100%;
    }

    ul.maintop li.made span {
        left: 44px;
    }

    ul.maintop li.bannerpart label {
        font-size: 10px;
    }

    ul.maintop li.bannerpart div#mc_embed_signup {
        padding: 14px 19px 14px;
    }
}

/* Mobile Devices CSS End */

/* Mobile Devices CSS Start */
@media (max-width:1024px) {
    .heroCarousel.slick-initialized {
        max-height: -webkit-fill-available;
    }

    .header-logo>a {
        padding: 0px;
    }

    ul.maintop.btmpart {
        margin: 10px 0 0px;
    }

    ul.by {
        margin-bottom: 10px;
    }

    img.icondtop {
        display: none;
    }

    ul.free li a {
        font-size: 12px
    }

    ul.maintop li.lastnew {
        min-height: 100px;
        position: relative;
        overflow: hidden;
    }

    ul.maintop li.lastnew.thank img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
    }

    ul.maintop li.made p {
        font-size: 12px;
    }

    ul.ullist.thirdfile .divcate .imgmainimg {
        height: 160px;
    }

    ul.ullistleftknifes.second li {
        width: 25%;
    }

    ul.ullist.thirdfile li {
        width: 25%;
    }

    ul.ullist.designlist li {
        width: 25%;
        float: left;
    }

    ul.navList.catpage li {
        width: 25%;
    }

    a.navList-action.catpage:first-child {
        height: 170px;
    }

    a.navList-action.catpage:last-child {
        min-height: 60px;
        padding-top: 12px;
    }

    .arrowrightt span {
        height: 60px;
        float: left;
        margin-right: 0px;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .banneryum img {
        width: 100%;
    }

    ul.ullist li span {
        font-size: 10px;
        min-height: 73px;
    }

    .banneryum {
        margin-top: 5px;
    }

    .card-body {
        background: #292929;
        cursor: pointer;
    }

    .card-body a {
        color: #fff;
        text-decoration: none;
    }

    .body {
        margin-top: 0px;
    }

    body {
        padding-top: 0px;
    }

    .headfile .header-logo,
    .topmainmenu {
        float: none;
        height: auto;
        display: table;
        padding-top: 0px;
    }

    ul.maintop li.made {
        height: 131px;
    }

    li.lastnew.thank a {
        padding: 0;
        font-size: 14px;
    }

    ul.by li {
        height: 180px;
    }

    .slick-slide {
        height: inherit;
    }

    span.imgclss {
        height: auto;
    }

    .topmainmenu {
        border-top: #676767 1px solid;
        display: table;
        margin: 0 auto;
        float: none;
    }

    ul.maintop li.banr {
        height: 180px;
    }

    ul.maintop li.made span p {
        font-size: 12px;
    }

    a.readmore {
        font-size: 10px;
    }

    a.readmore:before {
        top: 7px;
    }

    .leftlet {
        float: left;
        width: 100%;
    }

    .rightrit {
        width: 100%;
        float: left;
        margin: 0px 0px 10px;
    }

    .productView-thumbnail {
        min-height: inherit;
        height: 80px;
        overflow: hidden;
    }

    .productView-thumbnail-link img {
        width: 100%;
    }

    a.tipbtn {
        font-size: 10px;
    }

    .productView-details {
        padding-top: 10px;
    }

    .productView-title {
        margin-top: inherit;
    }
}

/* Mobile Devices CSS End */

/* Mobile Devices CSS Start */
@media only screen and (max-width: 840px) and (min-width: 767px) {
    li.navUser-item:nth-child(7) a {
        padding: 12px 5px 16px;
    }

    .topship p {
        padding: 4px 0 0px;
    }

    .navUser-action {
        padding-top: 6px;
        padding-bottom: 4px;
        font-size: 12px;
    }

    .currencybar .navUser-action {
        padding: 5px 12px;
    }

    ul.maintop.btmpart {
        margin: 10px 0px 0px 0px;
    }

    .fotterright {
        width: 100%;
    }

    .cfot {
        width: 50%;
    }

    ul.maintop li.bannerpart div#mc_embed_signup {
        padding: 15px 19px 14px;
    }

    .aboutpart {
        margin-bottom: 0;
    }

    .form-prefixPostfix-button--postfix {
        margin: 10px 0 0 -1px;
    }

    .footer-info-col {
        width: 50%;
    }

    .footer-info-col--small {
        width: 50%;
    }

    ul.by {
        margin-bottom: 0 !important;
    }

    ul.by li {
        margin-bottom: 10px;
        height: 155px;
    }

    ul.maintop li.made {
        height: 110px;
        margin-right: 0;
    }

    .headfile .navPages-action {
        padding: 20px 12px;
    }

    ul.maintop li.bannerpart input#mce-EMAIL {
        width: 30%;
    }

    ul.free li a,
    ul.maintop li.made p {
        font-size: 10px;
    }

    ul.maintop li.lastnew.banr img {
        position: relative;
        left: inherit;
        top: inherit;
        -webkit-transform: none;
        transform: none;
    }

    ul.maintop li.made span {
        position: absolute;
        top: 68%;
    }

    .container {
        padding: 0 2rem;
    }

    .navUser ul li.navUser-item:nth-child(2) {
        display: none;
    }

    .navUser ul li.navUser-item:nth-child(4) {
        display: none;
    }

    .navUser ul li.navUser-item:nth-child(5) {
        display: none;
    }
}

/* Mobile Devices CSS End */

/* Mobile Devices CSS Start */
@media (max-width:768px) {
    .heroCarousel-slide .heroCarousel-image-wrapper {
        /*max-height: 16.65rem!important;*/
    }

    header#pliip {
        height: auto;
    }

    .navUser-item {
        float: left;
    }

    p.addtxt {
        display: inline-block;
        width: 100%;
    }

    .form-field.form-field--increments {
        float: left;
    }

    .price-section.price-section--withTax {
        display: inline-block;
    }

    .price-section.price-section--saving {
        font-size: 20px;
        color: #fa9500;
        display: inline-block;
    }

    .productView-thumbnails img {
        max-height: 100% !important;
        height: 100% !important;
        margin: auto;
        width: 100% !important;
        max-width: 100% !important;
    }

    .productView-thumbnail-link {
        max-width: 100%;
        width: 100%;
    }

    .headfile .navUser.pronave .navUser-action {
        padding: 7px 0;
        height: 39px;
    }

    .navUser-action {
        padding-top: 5px;
        padding-bottom: 5px;
        font-weight: 300;
        color: #fff !important;
        font-size: 12px;
    }

    .currencybar .navUser-action {
        padding: 5px 12px;
    }

    .mobileMenu-toggle .mobileMenu-toggleIcon {
        top: 50%;
        transform: translateY(-50%);
    }

    .navUser .dropdown-menu {
        width: 200px !important;
        right: 30px !important;
        left: inherit !important;
    }

    li.navUser-item.currencybar {
        display: inline-block;
    }

    li.navUser-item.currencybar ul.navUser-section {
        float: none;
    }

    li.navUser-item.currencybar .navUser-item {
        display: inline-block;
    }

    nav.navPages::-webkit-scrollbar-thumb {
        background: #000;
        border-radius: 5px;
        background-color: rgba(0, 0, 0, .5);
        -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
    }

    nav.navPages::-webkit-scrollbar {
        display: block;
    }

    ul.maintop li.lastnew.thank {
        min-height: 87px;
    }

    ul.maintop.btmpart {
        margin: 10px 0 10px;
    }

    ul.by {
        margin-bottom: 0px !important;
    }

    .productView-thumbnail {
        height: 125px;
    }

    .imgpartleft img {
        height: 200px;
    }

    .imgpartleft {
        float: left;
        width: 33.3%;
    }

    ul.maintop li.bannerpart input#mc-embedded-subscribe {
        height: 32px;
    }

    ul.maintop li.bannerpart input#mce-EMAIL {
        height: 32px;
    }

    ul.maintop li.made p {
        left: 49%;
        min-height: 60px;
        font-size: 10px;
        top: 38px;
    }

    ul.ullist.thirdfile .divcate .imgmainimg {
        height: 284px;
    }

    ul.ullist.thirdfile li {
        width: 50%;
    }

    ul.ullistleftknifes.second li {
        width: 33.3%;
    }

    ul.ullist.designlist li {
        width: 33.3%;
        float: left;
    }

    ul.navList.catpage li {
        width: 33.3%;
    }

    .headfile .navUser.pronave {
        height: 37px;
    }

    .heroCarousel .slick-next,
    .heroCarousel .slick-prev {
        width: 40px;
        height: 40px;
        border-radius: 100px;
        background: rgba(128, 128, 128, .5);
        border: 2px solid #fff;
        padding: 0px;
        top: 50%;
    }

    .navUser-item:nth-child(4) {
        display: block;
    }

    .navUser-action.tnews {
        padding-right: 0px;
    }

    ul.maintop li.lastnew.banr {
        height: 144px;
    }

    ul.free {
        margin: 10px 0 10px;
    }

    .topship p {
        padding: 5px 0 0px;
    }

    .heroCarousel {
        margin-top: 0px;
    }

    .mobileMenu-toggle {
        top: 28px;
        height: 38px;
        border-right: #676767 1px solid;
        width: 60px;
        padding-left: 20px;
    }

    .navPages-container {
        display: none;
    }

    .mainleftop .header,
    .navUser {
        background: #292929;
        position: relative;
    }

    .headfile .header-logo,
    .topmainmenu {
        float: none;
        margin: 0 auto 1px;
        display: table;
        position: relative;
        z-index: 0;
    }

    li.lastnew.thank a {
        padding: 0;
        font-size: 14px;
    }

    ul.maintop li.made.last img {
        padding-right: 0px;
    }

    ul.maintop li.made img {
        padding-right: 15px;
    }

    ul.maintop li.made span {
        padding: 7px;
    }

    ul.maintop li.made.last {
        margin-right: 0;
    }

    ul.maintop li.made {
        height: 103px;
        margin-right: 0px;
    }

    ul.by li {
        height: 180px;
    }

    .slick-slide {
        height: inherit;
    }

    span.imgclss {
        height: auto;
    }

    .topmainmenu {
        float: none;
        border-top: none;
        display: inline-block;
        margin: 0 auto;
        position: absolute;
        right: 0px;
        top: 0px;
        width: 100%;
    }

    ul.maintop li.banr {
        height: 145px;
    }

    ul.maintop.firstline {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    ul.free li a {
        font-size: 10px;
        margin-bottom: 0px !important;
    }

    ul.free li a img {
        margin-right: -5px;
    }

    ul.maintop li.made span p {
        display: block;
        margin-bottom: 0px;
        font-size: 10px;
    }

    .mainfav li {
        width: 25%;
        height: auto;
    }

    .leftab {
        width: 100%;
    }

    ul.by li {
        height: 128px;
        margin-bottom: 10px;
    }

    .headfile .navmenu {
        width: 100%;
    }

    .cfot {
        width: 50%;
    }

    .navUser {
        border-bottom: #676767 1px solid;
        transform: none;
        background: #000;
        top: 0px;
        position: relative;
    }

    .navPages-container.is-open {
        display: block;
        padding: 0px;
        margin-left: 0;
        width: 100%;
        position: relative;
        margin-top: 35px;
        border-top: #676767 1px solid;
    }

    nav.navPages {
        width: 100%;
        float: left;
        height: 700px;
    }

    .navPages ul {
        list-style: none;
        float: left;
        width: 100%;
    }

    .navPages-item a {
        display: inline-block;
    }

    .headfile .navUser.pronave {
        float: right;
        position: absolute;
        border-bottom: none;
    }

    .headfile .is-open .navUser.pronave {
        border-bottom: none;
    }

    .headfile .navPages-action {
        padding: 7px 5px !important;
        border-left: none;
        display: block !important;
        text-align: left;
    }

    ul.breadcrumbs {
        margin-top: 15px;
    }

    .headfile .header-logo,
    .topmainmenu {
        text-align: center;
    }

    .header-logo>a {
        width: 100%;
    }

    .headfile .header-logo,
    .topmainmenu {
        padding-top: 2px;
        padding-bottom: 1px;
    }

    ul.by li {
        height: 140px;
    }

    .headfile .navUser.pronave ul {
        float: none;
    }

    .navUser-item--cart {
        float: none;
    }

    .container {
        padding: 0 2rem;
        width: 100%;
    }

    .navUser-action.tblog {
        display: none;
    }

    .navUser-item--account:after {
        display: none;
    }

    .navUser-item--account {
        padding-right: 0px;
    }

    .navUser-item:nth-child(3) {
        margin-right: 10px;
    }

    a.tipbtn {
        margin-top: -23px;
    }

    .mainpartright iframe {
        width: 100% !important;
    }
}

/* Mobile Devices CSS End */

/* Mobile Devices CSS Start */
@media (max-width:812px) {
    a.tipbtn {
        display: none;
    }

    ul.maintop li.bannerpart div#mc_embed_signup_scroll {
        width: 100%;
    }

    ul.maintop li.bannerpart input#mce-EMAIL {
        width: 50%;
    }

    ul.maintop li.lastnew.thank img {
        max-width: 100%;
    }

    ul.maintop li.bannerpart label {
        font-size: 11px;
    }

    .mainpartright iframe {
        width: 100% !important;
    }

    li.navUser-item:nth-child(7) {
        display: inline-block;
        font-size: 0px;
        vertical-align: super;
    }

    li.navUser-item:nth-child(7) a {
        font-size: 0;
        padding: 12px 5px 16px;
        line-height: 0;
    }

    li.navUser-item:nth-child(7) img.searchicon {
        margin-left: 4px;
        margin-top: -6px;
    }

    .mobileMenu-toggle {
        z-index: 5;
    }

    .dropdown--quickSearch.is-open {
        top: 29px !important;
    }
}

/* Mobile Devices CSS End */


/* Mobile Devices CSS Start */
@media only screen and (max-width: 640px) and (min-width: 321px) {
    ul.maintop li.bannerpart input#mce-EMAIL {
        width: 45%;
    }
}

/* Mobile Devices CSS End */

/* Mobile Devices CSS Start */
@media (max-width:767px) {
    ul.maintop li.lastnew.thank img {
        max-width: 100%;
    }

    span.imgclss {
        height: auto;
    }

    .aboutpart {
        margin-bottom: 0px;
    }

    ul.free li a {
        font-size: 9px;
    }

    .mainfav li span {
        font-size: 13px;
    }

    .tabover p {
        margin-bottom: 0px;
    }

    ul.maintop li.lastnew.thank {
        min-height: 103px;
    }

    ul.maintop li.bannerpart div#mc_embed_signup_scroll {}

    .body {
        margin-bottom: 20px;
    }

    .bannerstop2 {
        margin-top: 20px;
    }

    .productView-thumbnail {
        height: 125px;
    }

    a.tipbtn {
        margin-top: -29px;
    }

    .leftfeed {
        width: 100%;
    }

    .toppagepart {
        background: transparent;
    }

    ul.ullist.thirdfile .divcate .imgmainimg {
        height: 200px;
    }

    ul.ullist.thirdfile li {
        width: 50%;
    }

    ul.ullistleftknifes.second li {
        width: 50%;
    }

    ul.ullist.designlist li {
        width: 50%;
        float: left;
    }

    ul.navList.catpage li {
        width: 50%;
    }

    .leftlet {
        width: 100%;
        margin-bottom: 15px;
    }

    .rightrit {
        margin-left: 0px;
        width: 100%;
        margin-bottom: 15px;
    }

    ul.ullist li {
        width: 50%;
    }

    .feedleft {
        width: 100%;
    }

    .tabover img {
        max-width: initial;
        overflow: auto;
    }

    .tabover {
        width: 100%;
        overflow-x: scroll;
    }

    .tabover::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 5px;
        height: 10px;
    }

    .tabover::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-color: rgba(0, 0, 0, .5);
        -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
    }

    .feedleft::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 5px;
        height: 10px;
    }

    .feedleft::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-color: rgba(0, 0, 0, .5);
        -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
    }

    .feedleft {
        overflow: auto;
    }

    .socialLinks {
        display: table;
        margin: 0 auto;
    }

    .socialLinks li {
        margin: 0 5px;
    }

    .actionBar-section {
        float: none;
    }

    .actionBar-section .form-field {
        display: table;
        margin: 0 auto;
    }

    .form-prefixPostfix .button {
        margin-top: 15px;
    }

    ul.maintop li.banr {
        height: 140px;
    }

    ul.maintop li.lastnew.banr {
        height: 140px;
    }

    li.lastnew.thank a {
        padding: 0;
        font-size: 14px;
    }

    .container {
        padding: 0 2rem;
    }

    .headfile .navUser.pronave .navUser-action {
        padding: 7px 0;
        height: 38px;
    }

    .page-heading {
        font-size: 16px;
        margin: 20px 0;
    }
    .navBar.navBar--sub {
        margin-bottom: 20px;
    }

    .fotleft {
        float: left;
        width: 50%;
    }

    .heroCarousel .slick-next,
    .heroCarousel .slick-prev {
        top: 50%;
        width: 25px;
        height: 25px;
    }

    .cfot article {
        width: 50%;
    }

    ul.free li a img {
        width: 24px;
    }

    ul.maintop li.made img {
        position: relative;
        width: 100%;
    }

    ul.maintop li.made span p {
        display: block;
        margin-bottom: 0;
        font-size: 10px;
        height: 62px;
    }

    ul.maintop li.made {
        height: 106px;
        margin-right: 0px;
    }

    .page-content.page-content--centered h4 {
        margin-top: 10px;
        margin-bottom: 12px;
    }

    .orleft::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 5px;
        height: 10px;
    }

    .orleft::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-color: rgba(0, 0, 0, .5);
        -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
    }

    .orleft {
        width: 100%;
        overflow: auto;
    }

    .lefttoppart {
        width: 100%;
    }

    .slick-dots {
        margin: 10px;
    }

    ul.maintop li.bannerpart input#mc-embedded-subscribe {
        height: 35px;
    }

    ul.maintop li.bannerpart input#mce-EMAIL {
        height: 35px;
    }

    ul.maintop li.bannerpart label {
        font-size: 10px;
        margin-bottom: 15px;
        margin-top: 7px;
    }

    a.tipbtn {
        margin-top: -26px;
        font-size: 10px;
    }
}

/* Mobile Devices CSS End */



/* Mobile Devices CSS Start */
@media (max-width:480px) {
    .yotpo-star-ratings-clickable {
        text-align: center !important;
        justify-content: center !important;
    }

    .dropdown--quickSearch {
        padding: 0rem 0;
    }

    .cart-additionalCheckoutButtons .FloatRight p,
    .previewCart-additionalCheckoutButtons .FloatRight p {
        text-align: center !important;
    }

    ul.breadcrumbs {
        display: block;
        margin: -5px;
    }

    .container.bantopc {
        max-width: none;
        display: block;
        margin-right: 0px;
        margin-left: 0px;
        width: auto;
        overflow: hidden;
        padding: 0px;
    }

    .catcont {
        padding: 0px 7.5px;
    }

    a.navList-action.catpage {
        margin: 0 2px;
        position: relative;
    }

    ul.navList.catpage li {
        margin-bottom: 4px;
    }

    .heroCarousel {
        margin-top: -6px;
    }

    .modal {
        left: 0 !important;
        transform: none !important;
    }

    ul.maintop li.lastnew.thank img {
        max-width: 80%;
    }

    nav.navPages {
        height: 600px;
    }

    ul.navPages-list.navPages-list--user {
        margin-bottom: 50px;
    }

    ul.by li img {
        width: 100%;
    }

    ul.maintop li.bannerpart label {
        font-size: 12px !important;
    }

    dd.productView-info-value.upcustom {
        color: #989898 !important;
        cursor: default !important;
    }

    .bannerstop2 {
        display: none;
    }

    .bannerstop3 {
        display: block !important;
        margin-top: 10px;
    }

    .tab-title {
        color: blue;
        display: block;
        font-size: 15px;
    }

    .tab-title {
        color: blue;
    }

    .yotpo .pull-left {
        text-align: center !important;
        float: none !important;
    }

    #quickpv .slick-next,
    #quickpv .slick-prev {
        width: 25px;
        height: 25px;
    }

    .slick-slide img {
        height: auto;
    }

    #quickpv .slick-next,
    #quickpv .slick-prev {
        top: 70%;
    }

    .form-field.form-field--increments {
        float: none;
    }

    .slick-next::before,
    .slick-prev::before {
        height: 1.3rem;
        width: 2rem;
    }

    .navUser-item-cartLabel {
        display: none;
    }

    .headfile .navUser.pronave .navUser-action {
        padding: 7px 0;
    }

    img.norlogo {
        float: right;
        height: 50px;
    }

    .header-logo-image {
        display: table;
        margin: 0 auto;
    }

    .mainpart {
        margin-bottom: 10px;
    }

    a.tipbtn {
        float: none;
        margin-top: 0px;
        padding: 15px 15px 10px;
        display: block;
        margin-top: 0px;
        font-size: 14px;
        line-height: 1.8em;
    }

    ul.maintop.firstline {
        margin-top: 0px;
    }

    ul.by {
        margin-bottom: 0px;
    }

    ul.maintop li.bannerpart input#mc-embedded-subscribe {
        width: 100%;
    }

    ul.maintop li.bannerpart div#mc_embed_signup_scroll {
        width: 100%;
        display: table;
        margin: 0 auto;
    }

    .productView-thumbnail {
        min-height: inherit;
        height: 50px;
    }

    ul.maintop {
        margin-top: 0px;
    }

    ul.maintop li.bannerpart div#mc_embed_signup {
        margin-right: 0;
        display: table;
        margin: 0 auto;
    }

    ul.maintop li.bannerpart input#mc-embedded-subscribe {
        padding: 0;
        border: none;
        width: 100%;
        height: auto;
        margin-left: 0px;
    }

    ul.maintop li.bannerpart input#mce-EMAIL {
        width: 100%;
        height: 45px;
    }

    a.navList-action.catpage:first-child {
        height: 170px;
    }

    ul.navList.catpage li img {
        height: 100%;
    }

    ul.maintop li.made span {
        left: 57px;
        top: 83%;
    }

    ul.maintop li.made p {
        font-size: 14px;
        top: 46px;
    }

    .mc-field-group .Button {
        margin-top: 10px;
        margin-left: 25px;
    }

    .lefttoppart img {
        width: initial;
        max-width: inherit;
    }

    ul.ullist.thirdfile .divcate .imgmainimg {
        height: auto;
    }

    ul.ullist.thirdfile li {
        width: 100%;
    }

    .feedleft {
        min-height: inherit;
    }

    ul.ullistleftknifes.second li span {
        min-height: inherit;
    }

    ul.ullistleftknifes.second li {
        width: 100%;
    }

    ul.ullist.designlist li {
        width: 100%;
        float: left;
    }

    .mainpartleft {
        float: left;
        width: 100%;
        margin-bottom: 15px;
    }

    .mainpartleft img {
        width: 100%;
    }

    .mainpartright {
        display: inline-block;
        width: 100%;
        margin-left: 0px;
    }

    ul.ullist li {
        width: 100%;
    }

    ul.ullist li span {
        font-size: 16px;
        min-height: initial;
    }

    .divcate {
        margin: 10px 0px;
    }

    .toptable {
        overflow: auto;
    }

    .lefttextpart {
        width: 100%;
        float: left;
        text-align: center;
    }

    .lefttextpart img {
        display: block;
        margin: 20px auto;
    }

    .righttextpart {
        width: 100%;
        float: left;
        text-align: center;
        padding-left: 0px;
    }

    .page-content--centered table {}

    .imgpartleft {
        width: 100%;
    }

    .imgpartleft img {
        width: 100%;
        padding: 5px;
        display: block;
        margin: 0 auto;
        height: auto;
    }

    .productView-info-name {
        float: none;
        display: inline-block;
        color: #989898;
    }

    .productView-info-value {
        text-align: center;
        float: none;
        display: inline-block;
        color: #989898;
    }

    .productView {
        text-align: center;
    }

    .mobileMenu-toggle {
        top: 28px;
    }

    .topship p {
        padding: 5px 0;
        font-size: 12px;
    }

    .currencybar .navUser-action {
        padding: 5px 12px;
    }

    .navUser-item:nth-child(3) {
        display: none;
    }

    .navUser-item:nth-child(4) {
        display: none;
    }

    ul.free li a img {
        width: 40px;
    }

    ul.maintop li.made span p {
        margin-bottom: 15px;
        font-size: 14px;
    }

    a.readmore {
        font-size: 12px;
    }

    ul.maintop li.made img {
        padding: 0px;
    }

    .fotleft {
        width: 100%;
    }

    .heroCarousel .slick-next,
    .heroCarousel .slick-prev {
        top: 50%;
    }

    .heroCarousel-slide .heroCarousel-image-wrapper {
        /*height: 10.25rem !important;*/
    }

    ul.free li a {
        margin: 0px 0px 10px !important;
        font-size: 12px;
    }

    ul.by li.bybrand01 img,
    ul.by li.bybrand02 img {
        padding-right: 0;
        width: 100%;
    }

    ul.maintop li.banr {
        height: auto !important;
        width: 32.5%;
        margin-bottom: 5px;
        margin-right: 1%;
        float: left;
    }

    ul.maintop li.banr:nth-child(3) {
        margin-right: 0%;
        margin-left: 0.2%;
    }

    ul.maintop li.banr:nth-child(4) {
        margin-right: 0%;
        margin-left: 1.2%;
    }

    ul.maintop li.lastnew.banr {
        margin-bottom: 0px;
        height: auto !important;
        display: none;
    }

    ul.maintop li.firstnew.banr {
        display: block;
        margin-bottom: 10px;
        height: auto !important;
        width: 100%;
        margin-right: 0px;
        margin-top: 10px;
    }

    ul.maintop li.lastnew.banr a {
        display: table;
        margin: 0 auto;
        text-align: center;
    }

    ul.maintop li.lastnew.banr img {}

    ul.maintop li img {
        max-width: 100%;
        padding-right: 0;
    }

    ul.maintop li.bannerpart {
        width: 100%;
        margin-bottom: 10px;
    }

    ul.maintop li.lastnew.thank {
        margin-bottom: 0px;
        min-height: 100px;
    }

    ul.maintop li.lastnew {
        width: 100%;
    }

    ul.maintop li.made {
        height: auto;
        width: 100%;
        margin-bottom: 10px;
    }

    ul.maintop li.made.last {
        width: 100%;
        margin-bottom: 2px;
    }

    ul.free li {
        width: 100%;
    }

    .mainfav li {
        width: 50%;
        height: auto;
    }

    span.imgclss {
        height: auto;
    }

    .mainfav li a {
        margin: 2px 2px;
    }

    ul.by li {
        height: auto;
        margin-bottom: 10px;
        width: 100%;
    }

    ul.free {
        margin: 0px 0 0;
    }

    .footer-info-col {
        margin-bottom: 0;
    }

    .fotleft {
        float: none;
        margin: 0 auto;
        text-align: center;
        display: table;
        width: 100%;
    }

    .fotleft img {
        margin-right: 0px;
        float: none;
    }

    .fotterright {
        float: none;
    }

    .fotright {
        float: none;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .topship {
        color: #fff;
        display: block;
        float: left;
    }

    .countPill--positive {
        top: 0px;
    }

    .footer-info-col>:last-child {
        margin-bottom: 15px;
    }

    .cfot {
        width: 100%;
        min-height: inherit;
    }

    .mainpart h3 {
        margin-top: 0px;
    }

    .container {
        padding: 0 .75rem;
    }

    .mainfav ul {
        margin: 0 -.25rem;
        display: table;
        width: auto;
    }

    ul.navList.catpage {
        list-style: none;
        border-bottom: #ddd 1px solid;
        padding-bottom: 10px;
        margin: 0 -.5rem;
        display: inline-block;
        width: 104%;
    }

    .page-sidebar {
        padding-left: 0;
        padding-right: 0;
    }

    .page-content {
        padding-left: 5px;
        padding-right: 5px;
    }
/*edit 3-20*/
    .productGrid .product {
        width: 50%;
    }
    
    .productGrid .product {
    padding-left: 0rem;
    padding-right: 0rem;}

    .page-sidebar .sidebarBlock {
        display: block;
    }

    .stockchk {
        padding: 0px 0px 0px 30px;
        text-align: center;
        display: inline-block;
        float: left;
        width: 100%;
    }

    section#quickpv .slick-list.draggable {
        display: none !important;
    }

    #previewModal {
        top: 10px !important;
    }

    .slick-next {
        right: 15px;
    }

    .slick-prev {
        left: 15px;
    }
    
    .productGrid li:nth-child(odd) {
    padding-right: 0.1rem !important;
}

.productGrid li:nth-child(even) {
    padding-left: 0.1rem !important;
}


}

/* Mobile Devices CSS End */



table.tblistview {
    width: 700px !important;
}

table.tblistview.large {
    width: 800px !important;
}

h2#instagram_h2 {
    margin: 0px;
}

h2#instagram_h2 a {
    font-weight: 700;
    font-size: 26px;
    text-decoration: none;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
}

h2#instagram_h2 a:hover {
    color: #ccc !important;
    text-decoration: underline;
}

#evm-insta {
    margin: 0 !important;
}

.sec_evmbox {
    padding: 0 !important;
}

/* Instagram CSS Start */
.eui-widget-title.eapps-instagram-feed-title {
    font-family: Montserrat, Arial, Helvetica, sans-serif !important;
    font-size: 26px !important;
    font-weight: 500 !important;
    color: #000 !important;
    padding: 5px 5px !important;
}

/* Instagram CSS End */

.page-content a.catsub {
    color: #fff;
}

.productView-thumbnail-link:hover {
    border-color: #ffffff;
}

p.addtxt {
    margin-top: 5px;
}

.productView-options .form-field {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
    width: 100%;
    float: left;
}

.card-body .card-text {
    color: #ffffff;
}

.previewCartCheckout-subtotal {
    margin: 0;
}

#quickpv .slick-next::before,
.slick-prev::before {
    height: 1.3rem;
    width: 100%;
}

.yotpo .promoted-products-box .yotpo-main-title {
    text-align: center !important;
    text-transform: uppercase !important;
    border-top: 1px solid #e3e3e3 !important;
    padding-top: 20px !important;
}

.yotpo-shoppers-say .shoppers-say-title {
    font-size: 21px !important;
    font-weight: normal !important;
    line-height: 18px !important;
    color: #6B6D76 !important;
    text-align: center !important;
    margin-top: 25px !important;
    border-top: 1px solid #e3e3e3 !important;
    padding: 20px !important;
}

.vg-app-wrapper {
    width: 100%;
    float: left;
}

.page p a:hover {
    color: purple;
}

ul.sitelinks li a:hover {
    color: purple;
}

.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .y-slider-container .single-carousel .product-image-container {
    float: left !important;
}

/*Product Page Description Table Start*/
table.tblistview td {
    border: #000 1px solid;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    font-family: "Times New Roman", serif;
    height: 25px;
}

table.tblistview td a {
    text-decoration: underline;
    color: #0000CC;
}

/*Product Page Description Table End*/

/* Mobile Devices CSS Start */
@media only screen and (max-width: 960px) {
    .flextemp {
        display: flex;
        flex-direction: column-reverse;
    }
}

/* Mobile Devices CSS End */

/* Mobile Devices CSS Start */
@media (max-width:320px) {

    .heroCarousel .slick-next,
    .heroCarousel .slick-prev {
        top: 50%;
    }

    .heroCarousel-slide .heroCarousel-image-wrapper {
        /*height: 6.75rem !important;*/
    }

    .productView-thumbnail {
        height: 35px;
    }

    .abc a {
        font-size: 20px !important;
    }

    a.navList-action.catpage:first-child {
        height: inherit;
        padding: 0px;
    }

    ul.navList.catpage li {
        width: 100%;
    }

    .headfile .navUser.pronave {
        width: 55px;
    }

    span.imgclss {
        height: auto;
    }

    .mainfav li a {
        margin: 2px;
    }

    .mobileMenu-toggle {
        padding-left: 15px;
        width: 49px;
    }

    .topship p {
        font-size: 9px;
        line-height: 18px;
    }

    .mobileMenu-toggle {
        top: 28px;
    }

    ul.navList.catpage li img {
        position: relative;
        transform: none;
        left: 0px;
        top: 0px;
        height: inherit;
    }

    .navUser {
        height: 29px;
    }
}

/* Mobile Devices CSS End */

section#quickpv .slick-list.draggable {
    display: none !important;
}

.previewCartCheckout-additionalCheckoutButtons .CheckoutButton:last-child {
    margin-bottom: 0rem;
}

.bannerstop3 {
    display: none;
}

.breadcrumb-label {
    cursor: pointer;
    text-decoration: none;
}

ul#currencySelection:before {
    border: 0;
}

[contenteditable=true]:focus,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
button:focus,
details:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0px solid #2e8fff !important;
    outline-offset: 0px !important;
}

.heroCarousel-slide .heroCarousel-image-wrapper {
    height: 30.6vw !important;
}

.heroCarousel-slide .heroCarousel-image {
    object-fit: cover;
}

.productView-details.product-data {
    order: 0 !important;
}

.productView-images {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
}

.paypalCommerce-smart-buttons {
    min-width: 250px !important;
}

.socialLinks .socialLinks-item:last-child {
    margin-right: 0;
    margin-left: -5px !important;
}

@media (width: 736px) {
    ul.free {
        margin: 5px 0 10px;
    }
}

@media (width: 667px) {
    ul.maintop li.made {
        height: 90px;
        margin-right: 0;
    }

    ul.maintop li.lastnew.banr {
        height: 120px;
    }

    ul.by li {
        height: 125px;
    }
}

/* ul li.breadcrumb:last-child {
    display: none;} */

.navUser-or {
    color: #fff;
    text-transform: lowercase;
    font-size: 12px;
}

.mobileor {
    color: #ffffff;
    text-align: left;
    padding: 0px 5px;
}

a.navUser-action.has-dropdown {
    color: #ffffff !important;
}
a.navUser-action.has-dropdown .globa {
    display: inline-block;
    width: 20px;
    margin-right: 5px;
}
a.navUser-action.has-dropdown .globa img {
    width: 100%;
    aspect-ratio: 1/1;
}
.PaypalCommerceButton {
    width: 260px !important;
}

.card-body .yotpo .pull-left {
    text-align: center !important;
    float: left !important;
    display: contents !important;
}

.standalone-bottomline {
    text-align: center !important;
    float: none !important;
}

/*New Css Updated Theme START*/

li.banr h2 {
    margin-top: 0 !important;
}

.leftab h2 {
    font-size: 14px;
    color: #fff;
}

.breadcrumbs {
    text-align: center;
}

h2.abc {
    text-align: center;
    margin: 0 auto;
}

h3.page-sub-heading {
    font-size: 24px !important;
}

.yotpo .standalone-bottomline .star-clickable {
    cursor: pointer;
    display: inline-block !important;
}

.carousel-tooltip {
    margin-top: 0px;
    display: none;
}

.productCarousel-slide {
    padding-left: 5px;
    padding-right: 5px;
}

.productCarousel {
    margin: 0px;
}

.tabs-contents {
    margin-bottom: 0px;
}

/*New Css Updated Theme END*/

/*New Css Contextual Filter START*/

a.facetLabel:hover {
    text-decoration: underline;
    color: #2357d2;
    background: #e5e5e5;
    border-radius: 4px;
}

.facetedSearch-clearLink {
    color: #000;
    text-decoration: none;
}

.facetedSearch-clearLink:hover {
    color: #333;
    text-decoration: underline;
}

a.clearall:hover {
    color: #000;
}

a.navList-action.navList-action--checkbox span {
    color: blue !important;
}

.facetedSearch-refineFilters {
    display: block;
}

.facetedSearch-toggle {
    margin-bottom: 0rem;
}

/*New Css Contextual Filter END*/


/*Footer space Nui 2023-08-29*/
.footer-info-list a {
    line-height: 2.4rem;
    font-size: 1.2rem;
}

/*END Footer space Nui 2023-08-29*/

h5.footer-info-heading {
    font-size: 1.2rem;
    font-weight: bolder;
}

.footer-info-list a:hover {
    color: #757575;
}

.footer-info-list a {
    color: #ffffff;
    text-decoration: none;
}

article.footer-info-col p {
    font-size: 1.2rem;
    color: #ffffff;
}

.footer-copyright a {
    color: #ffffff;
    text-decoration: none;
}

.footer-copyright a:hover {
    color: #757575;
}

input#nl_email::placeholder {
    color: #ffffff;
}

input#nl_email {
    color: #ffffff;
}

.footer-copyright>.powered-by {
    color: #ffffff;
}

@media only screen and (max-width: 360px) {
    .topship a {
        color: #fff;
        text-decoration: none;
        padding: 9px;
    }
}


/*UP date youtube iframe*/

#background-video {

    /* Your background image */

    background-image: url("https://import-japancominc-sandbox.mybigcommerce.com/product_images/uploaded_images/h1.jpg");

    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;

}

#background-video2 {

    /* Your background image */

    background-image: url("https://import-japancominc-sandbox.mybigcommerce.com/product_images/uploaded_images/h2.jpg");

    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;

}

#background-video3 {

    /* Your background image */

    background-image: url("https://import-japancominc-sandbox.mybigcommerce.com/product_images/uploaded_images/h3.jpg");

    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;

}

#background-video4 {

    /* Your background image */

    background-image: url("https://import-japancominc-sandbox.mybigcommerce.com/product_images/uploaded_images/h4.jpg");

    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;

}

#background-video5 {

    /* Your background image */

    background-image: url("https://import-japancominc-sandbox.mybigcommerce.com/product_images/uploaded_images/h5.jpg");

    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;

}

#background-video6 {

    /* Your background image */

    background-image: url("https://import-japancominc-sandbox.mybigcommerce.com/product_images/uploaded_images/h6.jpg");

    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;

}

#background-video7 {

    /* Your background image */

    background-image: url("https://import-japancominc-sandbox.mybigcommerce.com/product_images/uploaded_images/h7.jpg");

    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;

}

#vidwrap {

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat;
    width: 100%;
    height: 450px;
    cursor: pointer;
}

#vidwrap2 {



    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat;
    width: 100%;
    height: 450px;
    cursor: pointer;
}

#vidwrap3 {

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat;
    width: 100%;
    height: 450px;
    cursor: pointer;
}

#vidwrap4 {

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat;
    width: 100%;
    height: 450px;
    cursor: pointer;
}

#vidwrap5 {



    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat;
    width: 100%;
    height: 450px;
    cursor: pointer;
}

#vidwrap6 {


    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat;
    width: 100%;
    height: 450px;
    cursor: pointer;
}

#vidwrap7 {

    /* Your thumbnail image */

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat;
    width: 100%;
    height: 450px;
    cursor: pointer;
}

@media only screen and (max-width: 480px) {


    #background-video {

        /* Your background image */

        background-image: url("https://import-japancominc-sandbox.mybigcommerce.com/product_images/uploaded_images/hocho1-sp.png");

        background-repeat: no-repeat;


    }

    #background-video2 {

        /* Your background image */

        background-image: url("https://import-japancominc-sandbox.mybigcommerce.com/product_images/uploaded_images/hocho2-sp.png");

        background-repeat: no-repeat;

    }

    #background-video3 {

        /* Your background image */

        background-image: url("https://import-japancominc-sandbox.mybigcommerce.com/product_images/uploaded_images/hocho3-sp.png");

        background-repeat: no-repeat;


    }

    #background-video4 {

        /* Your background image */

        background-image: url("https://import-japancominc-sandbox.mybigcommerce.com/product_images/uploaded_images/hocho41-sp.png");

        background-repeat: no-repeat;


    }

    #background-video5 {

        /* Your background image */

        background-image: url("https://import-japancominc-sandbox.mybigcommerce.com/product_images/uploaded_images/hocho5-sp.png");

        background-repeat: no-repeat;


    }

    #background-video6 {

        /* Your background image */

        background-image: url("https://import-japancominc-sandbox.mybigcommerce.com/product_images/uploaded_images/hocho6-sp.png");

        background-repeat: no-repeat;


    }

    #background-video7 {

        /* Your background image */

        background-image: url("https://import-japancominc-sandbox.mybigcommerce.com/product_images/uploaded_images/hocho7-sp.png");

        background-repeat: no-repeat;


    }
}

/*END UP date youtube iframe*/


/* change color 20231214 */
.toggleLink {
    color: #000 !important;
}

/* END change color 20231214 */


/* change color 20231222 */
.sale-flag-sash {
    background: #3155A6 !important;
}

/* END change color 20231222 */


/* COMMON */


p.sidebarBlock-heading {
    padding: 10px;
    display: inline-block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
}

p.sidebarBlock-heading {
    text-transform: uppercase;
    background: #292929;
    color: #fff;
}

p.sidebarBlock-heading {
    font-size: 1.07143rem;
}


/* HOME */
.page-heading.heading-simple {
    background-color: transparent;
    color: #000;
    margin-bottom: 15px;
}

@media (max-width: 550px) and (min-width: 351px) {
    .newProductBox .productGrid {
        display: flex;
        flex-wrap: wrap;
    }

    .newProductBox .productGrid .product {
        width: 50%;
        background: #292929;
        border: #e4e4e4 1px solid;
        margin-bottom: 20px;
    }

    .newProductBox .productGrid .product:nth-child(n+5) {
        display: none;
    }

    .newProductBox .productGrid .product .card {
        border: none;
        margin-bottom: 0;
    }
}

.boxTopsale dd h3 a {
    position: static !important;

    padding: 2px 35px !important;
    color: #fff !important;
    text-decoration: none !important;
    background: none !important;
}

@media (max-width: 480px) {
    .boxTopsale dd h3 a {
        margin-top: 0px !important;
    }
}

body .card-body .yotpo .text-m{
    color: #000!important;
    font-weight: bold;
}

/*----- change color 2025.01.03 ---*/
body .card-text .price-section.price-section--withTax .price.price--withTax {
    color: #890000 !important;
    font-weight: bold;
}

/*----- change color 2025.01.03 ---*/

.navUser .header-logo {
    display: none;
}
.headfile {
    display: flex;
    flex-wrap: wrap;
}
.headfile .fileWrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
    width: 100%;
}

.headfile .fileWrap .headerSearch {
    position: inherit;
    width: calc(100% - 350px);
}
.headfile .fileWrap .headerSearch .container {
    position: inherit;
    padding: 0;
}
.headfile .fileWrap .headerSearch .container .form {
    margin: 0;
}
.headfile .fileWrap .headerSearch .container .form .form-field {
    position: relative;
}
.headfile .fileWrap .headerSearch .container .form .form-field .form-input {
    height: 46px;
    padding: 0.75rem 2.7rem 0.75rem 1rem;
}
.headfile .fileWrap .headerSearch .container .form .form-field .searchicon {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    width: 30px;
    aspect-ratio: 1/1;
    padding: 0 0 3px;
    border-radius: 5px;
    background-color: #292929;
}
.headfile .fileWrap .headerSearch .container .quickSearchResults {
    position: fixed;
    width: 100%;
    max-width: 91.71429rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 11;
    margin: 0;
    padding: 0px 5rem;
}
.headfile .fileWrap .headerSearch .container .quickSearchResults .quickSearchMessage {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    font-size: 16px;
    background: rgba(55, 54, 55, 1);
    color: #fff;
    padding: 0 20px;
    margin: 0;
    word-break: break-word;
}
.headfile .fileWrap .headerSearch .container .quickSearchResults .productGrid {
    padding: 40px 10px 10px;
    margin: 0;
    background: rgba(55, 54, 55, 1);
}
.headfile .fileWrap .headerSearch .container .quickSearchResults .modal-close {
    display: block;
    top: 3px;
    right: 6rem;
}
.headfile .fileWrap .headerSearch .container .quickSearchResults .modal-close span {
    color: #fff;
}
.topmainmenu {
    width: 100%;
    float: none;    
    display: flex;
    flex-wrap: wrap;
}
.topmainmenu .navPages-container {
    position: relative;
    width: calc(100% - 94px);
}
.headfile .topmainmenu .navPages-container .navmenu {
    float: none;
    height: 100%;
}
.headfile .topmainmenu .navPages-container .navmenu .navPages {
    height: 100%;
}
.headfile .topmainmenu .navPages-container .navmenu .navPages .navPages-list:first-child {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}
.headfile .topmainmenu .navPages-container .navmenu .navPages .navPages-list .navPages-item {
    float: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: calc(100%/8);
    height: 100%;
}
.headfile .topmainmenu .navPages-container .navmenu .navPages .navPages-list .navPages-item:nth-child(7),
.headfile .topmainmenu .navPages-container .navmenu .navPages .navPages-list .navPages-item:nth-child(9) {
    display: none;
}
.headfile .topmainmenu .navPages-container .navmenu .navPages .navPages-list .navPages-action {
    justify-content: center;
    flex-wrap: wrap;
    height: 100%;
    padding: 10px 5px;
}
.navUser .dropdown-menu {
    z-index: 12;
}
.navUser .dropdown-menu.currencySelectionBox.show {
    display: block;
    left: auto;
    right: 0!important;
    width: 250px!important;
    max-width: 250px;
    border-radius: 10px;
    padding: 10px;
    border: none;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
.navUser .dropdown-menu.currencySelectionBox:before {
    content: "";
    position: absolute;
    top: -10px;
    right: 42px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #fff;
}
.navUser .dropdown-menu.currencySelectionBox .langcurcyTitle {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
.navUser .dropdown-menu.currencySelectionBox .langcurcyNote {
    margin-bottom: 10px;
}
.navUser .dropdown-menu.currencySelectionBox .langcurcySelectRow {
    margin-bottom: 10px;
}
.navUser .dropdown-menu.currencySelectionBox .langcurcySelectRow .langcurcySelectLabel {
    margin-bottom: 5px;
}
.navUser .dropdown-menu.currencySelectionBox .langcurcySelectRow .langcurcySelector {
    border-radius: 0;
    border-color: #dedede;
    padding: 5px;
}
.navUser .dropdown-menu.currencySelectionBox .langcurcySelectSubmit a {
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    background-color: #3f3e3f;
    padding: 5px 20px;
    margin: 0 auto;
    text-decoration: none;
}
.currencybar .navUser-action:hover {
    color: #8b8b8b!important;
}
.headfile .fileWrap .headerSearch .container .form .form-field .searchicon:hover {
    background-color: #1d1d1d;
}
a.navUser-action.has-dropdown:hover {
    text-decoration: none;
}
a.navUser-action.has-dropdown:hover .langcurcyActive {
    text-decoration: underline;
}
.navUser .dropdown-menu.currencySelectionBox .langcurcySelectSubmit a:hover {
    background-color: #1d1d1d;
}
@media(max-width: 1150px) and (min-width: 769px){
    .headfile .topmainmenu .navPages-container .navmenu .navPages .navPages-list .navPages-action {
        font-size: 12px;
    }
}
@media(max-width: 1035px) and (min-width: 769px) {
    .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
        width: 100%;
        margin: 0;
    }
}
@media(max-width: 835px) and (min-width: 769px) {
    .headfile .topmainmenu .navPages-container .navmenu .navPages .navPages-list .navPages-action {
        display: flex!important;
        align-items: center;
    }
    .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
        transform: rotate(0deg);
        text-align: center;
    }
    .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon svg {
        width: 13px;
    }
}
@media only screen and (max-width: 840px) and (min-width: 767px) {
    .headfile .fileWrap .headerSearch .container .quickSearchResults {
        padding: 0 2rem;
    }
    .headfile .fileWrap .headerSearch .container .quickSearchResults .modal-close {
        right: 3rem;
    }
}
@media (min-width: 769px) {
    .navUser {
        padding: 0 1.5rem;
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        z-index: 50;
    }
    .navUser-item {
        display: block;
    }
    .mobileMenu-toggle {
        display: none;
    }
    .navPages-list + .navPages-list {
        display: none!important;
    }
    .headfile .topmainmenu .navPages-container .navmenu .navPages {
        padding: 0;
    }
}
@media(max-width: 768px) {
    header#pliip {
        position: fixed;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        height: auto;
    }
    .fixH {
        height: 95px;
    }
    .navUser {
        width: 100%;
    }
    .navUser .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #1d1d1d;
        padding: 0 0.25rem;
    }
    .navUser .container .header-logo {
        display: block;
        width: 35%;
        height: auto;
    }
    .navUser .container .topship {
        width: 30%;
        margin-left: -4%;
    }
    .navUser .container .topship p {
        padding: 0;
    }
    .navUser .container .topship a {
        display: inline-block;
        text-align: center;
        width: 100%;
        font-size: 14px;
        padding: 0 0.5vw;
        line-height: 1.1;
    }
    .navUser .container a.navUser-action.has-dropdown {
        font-size: 18px;
        padding: 5px;
    }
    a.navUser-action.has-dropdown .globa {
        width: 25px;
    }
    header#pliip .mobileMenu-toggle {
        display: inline-block;
        position: relative;
        vertical-align: top;
        top: auto;
        left: auto;
        height: auto;
    }
    header#pliip > .container {
        display: flex;
        padding: 0;
        width: calc(100% - 60px - 3%);
        margin: 0;
    }
    header#pliip > .container .headfile {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    header#pliip > .container .headfile .fileWrap {
        display: inline-block;
        width: 82%;
        padding: 5px 0;
    }
    header#pliip > .container .headfile .fileWrap .header-logo {
        display: none;
    }
    header#pliip > .container .headfile .fileWrap .form-input {
        width: 100%;
        height: auto;
        font-size: 16px;
    }
    header#pliip > .container .topmainmenu {
        position: relative;
        display: inline-block;
        top: auto;
        right: auto;
        width: 14%;
        height: auto;
        padding: 0;
        margin: 0;
    }
    .headfile .fileWrap .headerSearch {
        width: 100%;
    }
    li.navUser-item.navUser-item--cart {
        padding: 0 7px;
    }
    .headfile .navUser.pronave {
        position: relative;
        float: none;
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
    }
    .headfile .navUser.pronave ul.navUser-section--alt {
        margin: 0;
        width: 100%;
    }
    .headfile .fileWrap .headerSearch .container .quickSearchResults {
        margin-top: 6px;
        padding: 0;
    }
    .header.hasQuickSearchResut .navUser {
        border: none;
    }
    .header.hasQuickSearchResut .navUser .container {
        background: #292929;
    }
    .header.hasQuickSearchResut .navUser,
    header#pliip.hasQuickSearchResut .mobileMenu-toggle,
    header#pliip.hasQuickSearchResut > .container .topmainmenu {
        display: none;
    }
    header#pliip.hasQuickSearchResut > .container {
        width: 100%;
    }
    header#pliip.hasQuickSearchResut > .container .headfile {
        width: 100%;
    }
    header#pliip.hasQuickSearchResut > .container .headfile .fileWrap {
        width: 100%;
        margin: 0;
    }
    header#pliip.hasQuickSearchResut > .container .headfile .fileWrap .headerSearch .container .form {
        width: 85%;
        margin: 0 auto;
    }
    .headfile .fileWrap .headerSearch .container .quickSearchResults .productGrid {
        height: calc(100vh - 52px);
        overflow-y: auto;
        padding: 10px;
        background-color: #fff;
        margin: 0;
    }
    .headfile .fileWrap .headerSearch .container .quickSearchResults .productGrid .product {
        width: 100%;
        padding: 10px 0;
    }
    .headfile .fileWrap .headerSearch .container .quickSearchResults .productGrid .product:not(:last-child) {
        border-bottom: 1px solid #000;
    }
    .headfile .fileWrap .headerSearch .container .quickSearchResults .productGrid .product .card  {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        margin: 0;
    }
    .headfile .fileWrap .headerSearch .container .quickSearchResults .productGrid .product .card:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 5vw;
        aspect-ratio: 1/1;
        background: url(https://cdn11.bigcommerce.com/s-attnwxa/content/icon-arrow-up.png) no-repeat top left/ 100%;
    }
    .headfile .fileWrap .headerSearch .container .quickSearchResults .productGrid .product .card .card-figure {
        width: 15%;
    }
    .headfile .fileWrap .headerSearch .container .quickSearchResults .productGrid .product .card .card-figure img {
        width: 100%;
        aspect-ratio: 4/3;
        object-fit: cover;
        object-position: center;
    }
    .headfile .fileWrap .headerSearch .container .quickSearchResults .productGrid .product .card .card-figure .sale-flag-sash {
        display: none;
    }
    .headfile .fileWrap .headerSearch .container .quickSearchResults .productGrid .product .card .card-body {
        width: 85%;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        padding: 0 5vw;
    }
    .headfile .fileWrap .headerSearch .container .quickSearchResults .productGrid .product .card .card-body .card-title {
        width: 100%;
        margin-bottom: 1vw;
    }
    .headfile .fileWrap .headerSearch .container .quickSearchResults .productGrid .product .card .card-body .card-title a {
        font-size: 14px;
        text-align: left;
    }
    .headfile .fileWrap .headerSearch .container .quickSearchResults .productGrid .product .card .card-body .card-text {
        display: none;
    }
    .header.hasQuickSearchResut .quickSearchResults .modal-close  {
        display: block;
    }
    .headfile .fileWrap .headerSearch .container .quickSearchResults .modal-close {
        top: -40px;
        right: 2vw;
        width: auto;
        height: auto;
        line-height: 1;
    }
    .headfile .topmainmenu .navPages-container {
        position: fixed;
        top: 84px;
        left: 0;
        right: auto;
        width: 100%;
        height: calc(100vh - 84px);
        margin: 0;
    }
    .headfile .topmainmenu .navPages-container .navmenu .navPages .navPages-list:first-child {
        height: auto;
    }
    .headfile .topmainmenu .navPages-container .navmenu .navPages .navPages-list .navPages-item {
        width: 100%;
        height: auto;
    }
    .headfile .topmainmenu .navPages-container .navmenu .navPages .navPages-list .navPages-action {
        height: auto;
        width: 100%;
    }
    #menu .navPages ul.navPages-list>li.navPages-item>a+div.navPage-subMenu.is-open {
        width: 100%;
    }
}
@media(max-width: 600px) {
    .navUser .container .topship a {
        font-size: 10px;
    }
    a.navUser-action.has-dropdown .globa {
        width: 20px;
    }
    .navUser .container a.navUser-action.has-dropdown {
        font-size: 13px;
    }
}
