body {
    position: relative
}

h3 code {
    font-size: 14px;
    font-weight: normal
}

body > .navbar {
    font-size: 13px
}

body > .navbar .brand {
    padding-right: 0;
    padding-left: 0;
    margin-left: 20px;
    float: right;
    font-weight: bold;
    color: #000;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 30px rgba(255, 255, 255, 0.125);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear
}

body > .navbar .brand:hover {
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 30px rgba(255, 255, 255, 0.4)
}

section {
    padding-top: 30px
}

section > .page-header, section > .lead {
    color: #5a5a5a
}

section > ul li {
    margin-bottom: 5px
}

.bs-docs-separator {
    margin: 40px 0 39px
}

hr.soften {
    height: 1px;
    margin: 70px 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
    border: 0
}

.jumbotron {
    position: relative;
    padding: 40px 0;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 0 30px rgba(0, 0, 0, 0.075);
    background: #020031;
    background: -moz-linear-gradient(45deg, #020031 0, #6d3353 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0, #020031), color-stop(100%, #6d3353));
    background: -webkit-linear-gradient(45deg, #020031 0, #6d3353 100%);
    background: -o-linear-gradient(45deg, #020031 0, #6d3353 100%);
    background: -ms-linear-gradient(45deg, #020031 0, #6d3353 100%);
    background: linear-gradient(45deg, #020031 0, #6d3353 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#020031', endColorstr='#6d3353', GradientType=1);
    -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.2), inset 0 -3px 7px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.2), inset 0 -3px 7px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.2), inset 0 -3px 7px rgba(0, 0, 0, 0.2)
}

.jumbotron h1 {
    font-size: 80px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1
}

.jumbotron p {
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 30px
}

.jumbotron a {
    color: #fff;
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.jumbotron a:hover {
    color: #fff;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.25)
}

.masthead .btn {
    padding: 14px 24px;
    font-size: 24px;
    font-weight: 200;
    color: #fff;
    border: 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 5px rgba(0, 0, 0, 0.25);
    -webkit-transition: none;
    -moz-transition: none;
    transition: none
}

.masthead .btn:hover {
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 5px rgba(0, 0, 0, 0.25)
}

.masthead .btn:active {
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1)
}

.jumbotron .container {
    position: relative;
    z-index: 2
}

.jumbotron:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(/skin/frontend/sm-shoppystore/default/css/img/bs-docs-masthead-pattern.png) repeat center center;
    opacity: .4
}

.masthead {
    padding: 70px 0 80px;
    margin-bottom: 0;
    color: #fff
}

.masthead h1 {
    font-size: 120px;
    line-height: 1;
    letter-spacing: -2px
}

.masthead p {
    font-size: 40px;
    font-weight: 200;
    line-height: 1.25
}

.masthead-links {
    margin: 0;
    list-style: none
}

.masthead-links li {
    display: inline;
    padding: 0 10px;
    color: rgba(255, 255, 255, 0.25)
}

.bs-docs-social {
    padding: 15px 0;
    text-align: center;
    background-color: #f5f5f5;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ddd
}

.bs-docs-social-buttons {
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.bs-docs-social-buttons li {
    display: inline-block;
    padding: 5px 8px;
    line-height: 1;
    *display: inline;
    *zoom: 1
}

.subhead {
    text-align: left;
    border-bottom: 1px solid #ddd
}

.subhead h1 {
    font-size: 60px
}

.subhead p {
    margin-bottom: 20px
}

.subhead .navbar {
    display: none
}

.marketing {
    text-align: center;
    color: #5a5a5a
}

.marketing h1 {
    margin: 60px 0 10px;
    font-size: 60px;
    font-weight: 200;
    line-height: 1;
    letter-spacing: -1px
}

.marketing h2 {
    font-weight: 200;
    margin-bottom: 5px
}

.marketing p {
    font-size: 16px;
    line-height: 1.5
}

.marketing .marketing-byline {
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
    color: #999
}

.marketing img {
    display: block;
    margin: 0 auto 30px
}

.footer {
    padding: 70px 0;
    margin-top: 70px;
    border-top: 1px solid #e5e5e5;
    background-color: #f5f5f5
}

.footer p {
    margin-bottom: 0;
    color: #777
}

.footer-links {
    margin: 10px 0
}

.footer-links li {
    display: inline;
    margin-right: 10px
}

.show-grid {
    margin-top: 10px;
    margin-bottom: 20px
}

.show-grid [class*="span"] {
    background-color: #eee;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    min-height: 40px;
    line-height: 40px
}

.show-grid:hover [class*="span"] {
    background: #ddd
}

.show-grid .show-grid {
    margin-top: 0;
    margin-bottom: 0
}

.show-grid .show-grid [class*="span"] {
    background-color: #ccc
}

.mini-layout {
    border: 1px solid #ddd;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075)
}

.mini-layout, .mini-layout .mini-layout-body, .mini-layout.fluid .mini-layout-sidebar {
    height: 300px
}

.mini-layout {
    margin-bottom: 20px;
    padding: 9px
}

.mini-layout div {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.mini-layout .mini-layout-body {
    background-color: #dceaf4;
    margin: 0 auto;
    width: 70%
}

.mini-layout.fluid .mini-layout-sidebar, .mini-layout.fluid .mini-layout-header, .mini-layout.fluid .mini-layout-body {
    float: left
}

.mini-layout.fluid .mini-layout-sidebar {
    background-color: #bbd8e9;
    width: 20%
}

.mini-layout.fluid .mini-layout-body {
    width: 77.5%;
    margin-left: 2.5%
}

.download .page-header {
    margin-top: 36px
}

.page-header .toggle-all {
    margin-top: 5px
}

.download h3 {
    margin-bottom: 5px
}

.download-builder input + h3, .download-builder .checkbox + h3 {
    margin-top: 9px
}

.download-builder input[type=text] {
    margin-bottom: 9px;
    font-family: Menlo, Monaco, "Courier New", monospace;
    font-size: 12px;
    color: #d14
}

.download-builder input[type=text]:focus {
    background-color: #fff
}

.download .checkbox {
    padding: 6px 10px 6px 25px;
    font-size: 13px;
    line-height: 18px;
    color: #555;
    background-color: #f9f9f9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer
}

.download .checkbox:hover {
    color: #333;
    background-color: #f5f5f5
}

.download .checkbox small {
    font-size: 12px;
    color: #777
}

#variables label {
    margin-bottom: 0
}

.download-btn {
    margin: 36px 0 108px
}

#download p, #download h4 {
    max-width: 50%;
    margin: 0 auto;
    color: #999;
    text-align: center
}

#download h4 {
    margin-bottom: 0
}

#download p {
    margin-bottom: 18px
}

.download-btn .btn {
    display: block;
    width: auto;
    padding: 19px 24px;
    margin-bottom: 27px;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

h2 + table, h3 + table, h4 + table, h2 + .row {
    margin-top: 5px
}

.example-sites {
    xmargin-left: 20px
}

.example-sites img {
    max-width: 100%;
    margin: 0 auto
}

.scrollspy-example {
    height: 200px;
    overflow: auto;
    position: relative
}

.focused {
    border-color: rgba(82, 168, 236, 0.8);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0
}

.docs-input-sizes select, .docs-input-sizes input[type=text] {
    display: block;
    margin-bottom: 9px
}

.the-icons {
    margin-left: 0;
    list-style: none
}

.the-icons li {
    float: left;
    width: 25%;
    line-height: 25px
}

.the-icons i:hover {
    background-color: rgba(255, 0, 0, 0.25)
}

.bootstrap-examples p {
    font-size: 13px;
    line-height: 18px
}

.bootstrap-examples .thumbnail {
    margin-bottom: 9px;
    background-color: #fff
}

.bs-docs-example {
    position: relative;
    margin: 15px 0;
    padding: 39px 19px 14px;
    *padding-top: 19px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.bs-docs-example:after {
    content: "Example";
    position: absolute;
    top: -1px;
    left: -1px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    color: #9da0a4;
    -webkit-border-radius: 4px 0 4px 0;
    -moz-border-radius: 4px 0 4px 0;
    border-radius: 4px 0 4px 0
}

.bs-docs-example + .prettyprint {
    margin-top: -20px;
    padding-top: 15px
}

.bs-docs-example > p:last-child {
    margin-bottom: 0
}

.bs-docs-example .table, .bs-docs-example .progress, .bs-docs-example .well, .bs-docs-example .alert, .bs-docs-example .hero-unit, .bs-docs-example .pagination, .bs-docs-example .navbar, .bs-docs-example > .nav, .bs-docs-example blockquote {
    margin-bottom: 5px
}

.bs-docs-example .pagination {
    margin-top: 0
}

.bs-navbar-top-example, .bs-navbar-bottom-example {
    z-index: 1;
    padding: 0;
    height: 90px;
    overflow: hidden
}

.bs-navbar-top-example .navbar-fixed-top, .bs-navbar-bottom-example .navbar-fixed-bottom {
    margin-left: 0;
    margin-right: 0
}

.bs-navbar-top-example {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px
}

.bs-navbar-top-example:after {
    top: auto;
    bottom: -1px;
    -webkit-border-radius: 0 4px 0 4px;
    -moz-border-radius: 0 4px 0 4px;
    border-radius: 0 4px 0 4px
}

.bs-navbar-bottom-example {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0
}

.bs-navbar-bottom-example .navbar {
    margin-bottom: 0
}

form.bs-docs-example {
    padding-bottom: 19px
}

.bs-docs-example-images img {
    margin: 10px;
    display: inline-block
}

.bs-docs-tooltip-examples {
    text-align: center;
    margin: 0 0 10px;
    list-style: none
}

.bs-docs-tooltip-examples li {
    display: inline;
    padding: 0 10px
}

.bs-docs-example-popover {
    padding-bottom: 24px;
    background-color: #f9f9f9
}

.bs-docs-example-popover .popover {
    position: relative;
    display: block;
    float: left;
    width: 260px;
    margin: 20px
}

.responsive-utilities th small {
    display: block;
    font-weight: normal;
    color: #999
}

.responsive-utilities tbody th {
    font-weight: normal
}

.responsive-utilities td {
    text-align: center
}

.responsive-utilities td.is-visible {
    color: #468847;
    background-color: #dff0d8 !important
}

.responsive-utilities td.is-hidden {
    color: #ccc;
    background-color: #f9f9f9 !important
}

.responsive-utilities-test {
    margin-top: 5px;
    margin-left: 0;
    list-style: none;
    overflow: hidden
}

.responsive-utilities-test li {
    position: relative;
    float: left;
    width: 25%;
    height: 43px;
    font-size: 14px;
    font-weight: bold;
    line-height: 43px;
    color: #999;
    text-align: center;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.responsive-utilities-test li + li {
    margin-left: 10px
}

.responsive-utilities-test span {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.responsive-utilities-test span {
    color: #468847;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6
}

.bs-docs-sidenav {
    width: 228px;
    margin: 30px 0 0;
    padding: 0;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065)
}

.bs-docs-sidenav > li > a {
    display: block;
    *width: 190px;
    margin: 0 0 -1px;
    padding: 8px 14px;
    border: 1px solid #e5e5e5
}

.bs-docs-sidenav > li:first-child > a {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0
}

.bs-docs-sidenav > li:last-child > a {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px
}

.bs-docs-sidenav > .active > a {
    position: relative;
    z-index: 2;
    padding: 9px 15px;
    border: 0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1), inset -1px 0 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1), inset -1px 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1), inset -1px 0 0 rgba(0, 0, 0, 0.1)
}

.bs-docs-sidenav .icon-chevron-right {
    float: right;
    margin-top: 2px;
    margin-right: -6px;
    opacity: .25
}

.bs-docs-sidenav > li > a:hover {
    background-color: #f5f5f5
}

.bs-docs-sidenav a:hover .icon-chevron-right {
    opacity: .5
}

.bs-docs-sidenav .active .icon-chevron-right, .bs-docs-sidenav .active a:hover .icon-chevron-right {
    background-image: url(/skin/frontend/sm-shoppystore/default/css/img/glyphicons-halflings-white.png);
    opacity: 1
}

.bs-docs-sidenav.affix {
    top: 40px
}

.bs-docs-sidenav.affix-bottom {
    position: absolute;
    top: auto;
    bottom: 270px
}

@media (min-width: 1200px) {
    .bs-docs-container {
        max-width: 970px
    }

    .bs-docs-sidenav {
        width: 258px
    }
}

@media (max-width: 980px) {
    body > .navbar-fixed-top .brand {
        float: left;
        margin-left: 0;
        padding-left: 10px;
        padding-right: 10px
    }

    .quick-links li {
        display: inline-block;
        margin: 5px
    }

    .bs-docs-sidenav {
        top: 0;
        margin-top: 30px;
        margin-right: 0
    }
}

@media (min-width: 768px) and (max-width: 980px) {
    body {
        padding-top: 0
    }

    .jumbotron {
        margin-top: -20px
    }

    .bs-docs-sidenav {
        width: 166px;
        margin-top: 20px
    }

    .bs-docs-sidenav.affix {
        top: 0
    }
}

@media (max-width: 767px) {
    body {
        padding-top: 0
    }

    .jumbotron {
        padding: 40px 20px;
        margin-top: -20px;
        margin-right: -20px;
        margin-left: -20px
    }

    .masthead h1 {
        font-size: 90px
    }

    .masthead p, .masthead .btn {
        font-size: 24px
    }

    .marketing .span4 {
        margin-bottom: 40px
    }

    .bs-docs-social {
        margin: 0 -20px
    }

    .show-grid [class*="span"] {
        margin-bottom: 5px
    }

    .bs-docs-sidenav {
        width: auto;
        margin-bottom: 20px
    }

    .bs-docs-sidenav.affix {
        position: static;
        width: auto;
        top: 0
    }

    .footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px
    }

    .footer p {
        margin-bottom: 9px
    }
}

@media (max-width: 480px) {
    body {
        padding-top: 0
    }

    h2 small {
        display: block
    }

    .jumbotron h1 {
        font-size: 60px
    }

    .jumbotron p, .jumbotron .btn {
        font-size: 20px
    }

    .jumbotron .btn {
        display: block;
        margin: 0 auto
    }

    .subhead h1, .subhead p {
        text-align: center
    }

    .marketing h1 {
        font-size: 40px
    }

    .example-sites {
        margin-left: 0
    }

    .example-sites > li {
        float: none;
        display: block;
        max-width: 280px;
        margin: 0 auto 18px;
        text-align: center
    }

    .example-sites .thumbnail > img {
        max-width: 270px
    }

    table code {
        white-space: normal;
        word-wrap: break-word;
        word-break: break-all
    }

    .modal-example .modal {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto
    }

    .footer .pull-right {
        float: none
    }
}

body, html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent
}

body {
    line-height: 1
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: ''
}

ul, ol {
    list-style: none
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

table {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 100%
}

* html .clearfix {
    height: 1%
}

html[xmlns] .clearfix {
    display: block
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

*:first-child + html .clearfix {
    display: inline-block
}

.clear, .divider {
    clear: both
}

.no-display {
    display: none !important
}

.nowrap, th .nobr {
    white-space: nowrap !important
}

.no-border {
    border: 0 !important
}

.no-padding {
    padding: 0 !important
}

.no-margin {
    margin: 0 !important
}

.pipe {
    padding: 0 4px;
    text-align: center;
    color: #999
}

.v-top {
    vertical-align: top
}

.v-middle {
    vertical-align: middle
}

.v-bottom {
    vertical-align: bottom
}

.a-left {
    text-align: left
}

.a-center {
    text-align: center
}

.a-right {
    text-align: right
}

.left {
    float: left
}

.right {
    float: right
}

.normal-weight {
    font-weight: normal
}

.auto-width {
    width: auto
}

.clear:after, .col2-set:after, .col3-set:after, .col4-set:after, .col2-alt-set:after, .head:after, .inner-head:after, .box .head:after, .box ol li:after, .header-top:after, .quick-access:after, .header-nav:after, .middle:after, .more-views ul:after, .button-set:after, .actions:after, .legend:after, .form-list li:after, .button-container:after, .ratings:after, .page-head:after, .page-head-alt:after, .page-popup .print-head:after, .group-select li:after, .search-autocomplete li:after, .tool-tip .btn-close:after, .account-box li:after, .address-list li:after, .generic-product-list li:after, .listing-type-list .listing-item:after, .listing-type-list .product-info .product-reviews:after, .listing-type-grid .item:after, .my-review-detail:after, .product-options dt:after, .product-options-bottom:after, .product-options dd ul.options-list li:after, .add-to-holder:after, .listing-type-grid .grid-row:after, .advanced-search-summary-box:after, .shopping-cart-totals .checkout-types:after, #nav ul li:after, .clearer:after, .header-container:after, .header-container .top-container:after, .header:after, .header .quick-access:after, #nav:after, .main:after, .footer:after, .footer-container .bottom-container:after, .col-main:after, .col2-set:after, .col3-set:after, .col4-set:after, .search-autocomplete li:after, .block .block-content:after, .block .actions:after, .block li.item:after, .block-poll li:after, .block-layered-nav .currently li:after, .page-title:after, .products-grid:after, .products-list li.item:after, .box-account .box-head:after, .dashboard .box .box-title:after, .box-reviews li.item:after, .box-tags li.item:after, .pager:after, .toolbar-inner:after, .sorter:after, .ratings:after, .add-to-box:after, .add-to-cart:after, .product-essential:after, .product-collateral:after, .product-view .product-img-box .more-views ul:after, .product-view .box-tags .form-add:after, .product-options .options-list li:after, .product-options-bottom:after, .product-review:after, .cart:after, .cart-collaterals:after, .cart .crosssell li.item:after, .opc .step-title:after, .checkout-progress:after, .multiple-checkout .place-order:after, .group-select li:after, .form-list li:after, .form-list .field:after, .buttons-set:after, .page-print .print-head:after, .advanced-search-summary:after, .gift-messages-form .item:after, .send-friend .form-list li p:after, #nav li:after, .ytm-tabs-title:after, .ytm-tabs-title:after, .product-options dl:after, .yt-top .block-currency:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    overflow: hidden
}

.cms-index-index #nav li.level0:hover {
    background-color: #5e92df
}

.cms-index-index #nav li.level0:hover > a {
    color: #fff
}

.cms-index-index #nav li.level0:hover a:before {
    color: #fff
}

.cms-index-index #nav li.level0:hover a:after {
    color: #fff
}

.cms-index-index #nav .shown-sub span {
    color: #333
}

.yt-menu-nav {
    position: absolute;
    z-index: 99
}

.ver-megamenu-header .yt-menu-nav .nav-home {
    display: none
}

.ver-megamenu-header .sm_megamenu_wrapper_vertical_menu .level0 > a::before {
    color: #666;
    content: "\f009";
    font-family: "FontAwesome";
    font-size: 6px;
    margin-right: 5px;
    position: relative;
    top: -2px
}

#nav .level0.nav-1 {
    margin-top: 10px
}

#nav li.parent > a:after {
    font-family: "FontAwesome";
    font-size: 12px;
    content: "\f0da";
    float: right
}

#nav {
    margin-top: -8px
}

#nav .more-wrap {
    padding: 5px 15px 10px 20px
}

#nav > li {
    position: relative;
    width: 100%
}

#nav > li > a {
    display: block;
    line-height: 34px;
    padding: 0 15px 0 20px
}

#nav > li ul {
    display: none;
    position: absolute;
    right: -221px;
    top: -1px;
    background: #fff;
    width: 220px;
    z-index: 99;
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.15)
}

#nav > li ul li {
    position: relative
}

#nav > li ul li a {
    padding: 8px 14px;
    display: block;
    border-top: 1px solid #ddd
}

#nav > li ul li:hover > a {
    background-color: #f4f4f4
}

#nav > li ul li ul {
    position: absolute;
    top: 0;
    left: 220px
}

#nav > li ul li:hover > ul {
    display: block
}

#nav > li ul li:last-child a {
    border-bottom: 0
}

#nav > li:hover > ul {
    display: block
}

#nav > li:first-child {
    margin-left: 0
}

#nav > li.active:before {
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% 11px;
    bottom: -11px;
    content: "";
    display: inline-block;
    height: 11px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 9
}

.cms-index-index .header-default li.nav-home:before {
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% 11px;
    bottom: -11px;
    content: "";
    display: inline-block;
    height: 11px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 9
}

#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    overflow: hidden
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left
}

#cboxContent {
    position: relative;
    overflow: visible
}

#cboxLoadedContent {
    overflow: auto
}

#cboxLoadedContent iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0
}

#cboxTitle {
    margin: 0
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer
}

#cboxOverlay {
    background: #000
}

#cboxTopLeft {
    width: 14px;
    height: 14px;
    background: url(/skin/frontend/sm-shoppystore/default/css/images/controls.gif) 0 0 no-repeat
}

#cboxTopCenter {
    height: 14px;
    background: url(/skin/frontend/sm-shoppystore/default/css/images/border.gif) top left repeat-x
}

#cboxTopRight {
    width: 14px;
    height: 14px;
    background: url(/skin/frontend/sm-shoppystore/default/css/images/controls.gif) -36px 0 no-repeat
}

#cboxBottomLeft {
    width: 14px;
    height: 43px;
    background: url(/skin/frontend/sm-shoppystore/default/css/images/controls.gif) 0 -32px no-repeat
}

#cboxBottomCenter {
    height: 43px;
    background: url(/skin/frontend/sm-shoppystore/default/css/images/border.gif) bottom left repeat-x
}

#cboxBottomRight {
    width: 14px;
    height: 43px;
    background: url(/skin/frontend/sm-shoppystore/default/css/images/controls.gif) -36px -32px no-repeat
}

#cboxMiddleLeft {
    width: 14px;
    background: url(/skin/frontend/sm-shoppystore/default/css/images/controls.gif) -175px 0 repeat-y
}

#cboxMiddleRight {
    width: 14px;
    background: url(/skin/frontend/sm-shoppystore/default/css/images/controls.gif) -211px 0 repeat-y
}

#cboxContent {
    background: #fff
}

#cboxLoadedContent {
    margin-bottom: 0
}

#cboxLoadingGraphic {
    background: url(/skin/frontend/sm-shoppystore/default/css/images/loading.gif) center center no-repeat
}

#cboxTitle {
    position: absolute;
    bottom: -25px;
    left: 0;
    text-align: center;
    width: 100%;
    font-weight: bold;
    color: #7c7c7c
}

#cboxCurrent {
    position: absolute;
    bottom: 0;
    left: 2px;
    font-weight: bold;
    color: #7c7c7c
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    position: absolute;
    bottom: -29px;
    background: url(/skin/frontend/sm-shoppystore/default/css/images/controls.gif) 0 0 no-repeat;
    width: 23px;
    height: 23px;
    text-indent: -9999px
}

#cboxPrevious {
    left: 0;
    background-position: -51px -25px
}

#cboxPrevious.hover {
    background-position: -51px 0
}

#cboxNext {
    left: 27px;
    background-position: -75px -25px
}

#cboxNext.hover {
    background-position: -75px 0
}

#cboxClose {
    right: 0;
    background-position: -100px -25px
}

#cboxClose.hover {
    background-position: -100px 0
}

.cboxSlideshow_on #cboxSlideshow {
    background-position: -125px 0;
    right: 27px
}

.cboxSlideshow_on #cboxSlideshow.hover {
    background-position: -150px 0
}

.cboxSlideshow_off #cboxSlideshow {
    background-position: -150px -25px;
    right: 27px
}

.cboxSlideshow_off #cboxSlideshow.hover {
    background-position: -125px 0
}

.widget .widget-title {
    clear: both;
    padding: 15px 0 0;
    margin: 0 0 7px
}

.widget .widget-title h2 {
    font-size: 15px;
    font-weight: bold;
    color: #ce4515
}

.widget .mini-products-images-list .product-image {
    display: block;
    width: 76px;
    height: 76px;
    border: 1px solid #252525;
    margin: 0 auto
}

.widget .mini-products-images-list li.item {
    float: left;
    width: 77px;
    height: 77px
}

.widget-new-products {
    display: block
}

.col-main .widget-new-products {
    margin: 7px 0
}

.widget-new-products .products-grid .product-image, .widget-new-products .products-list .product-image {
    width: 85px;
    height: 85px
}

.widget-new-products .products-list .product-shop {
    margin-left: 100px
}

.sidebar .widget-new-products .block {
    font-size: 11px;
    line-height: 1.25
}

.sidebar .widget-new-products .block-title strong {
    background: url(/skin/frontend/sm-shoppystore/default/css/images/widgets/i_widget-new.gif) 0 1px no-repeat;
    padding-left: 21px;
    color: #ce4515
}

.widget-viewed {
    display: block
}

.col-main .widget-viewed {
    margin: 7px 0
}

.widget-viewed .products-grid .product-image, .widget-viewed .products-list .product-image {
    width: 85px;
    height: 85px
}

.widget-viewed .products-list .product-shop {
    margin-left: 100px
}

.sidebar .widget-viewed .block {
    font-size: 11px;
    line-height: 1.25
}

.sidebar .widget-viewed .block-title strong {
    background: url(/skin/frontend/sm-shoppystore/default/css/images/widgets/i_block-list.gif) 0 0 no-repeat;
    padding-left: 21px
}

.widget-compared {
    display: block
}

.col-main .widget-compared {
    margin: 7px 0
}

.widget-compared .products-grid .product-image, .widget-compared .products-list .product-image {
    width: 85px;
    height: 85px
}

.widget-compared .products-list .product-shop {
    margin-left: 100px
}

.sidebar .widget-compared .block {
    font-size: 11px;
    line-height: 1.25
}

.sidebar .widget-compared .block-title strong {
    background: url(/skin/frontend/sm-shoppystore/default/css/images/widgets/i_block-list.gif) 0 0 no-repeat;
    padding-left: 21px
}

.widget-static-block {
    margin-bottom: 20px
}

.sidebar .widget-static-block {
    display: block;
    margin: 0 0 15px
}

.top-container .widget a {
    padding: 0 0 0 7px
}

.bottom-container .widget a {
    padding: 0 3px
}

.widget-product-link-inline {
    display: inline
}

.col-main .widget-product-link {
    display: block;
    text-align: right;
    margin: 7px 0
}

.col-main .widget-product-link a {
    background: url(/skin/frontend/sm-shoppystore/default/css/images/widgets/i_widget-link.gif) 100% 4px no-repeat;
    padding-right: 15px
}

.sidebar .widget-product-link {
    display: block;
    margin: 0 0 15px;
    padding: 0 10px
}

.sidebar .widget-product-link a {
    background: url(/skin/frontend/sm-shoppystore/default/css/images/widgets/i_widget-link.gif) 100% 4px no-repeat;
    padding: 0 15px 0 0
}

.widget-category-link-inline {
    display: inline
}

.col-main .widget-category-link {
    display: block;
    text-align: right;
    margin: 7px 0
}

.col-main .widget-category-link a {
    background: url(/skin/frontend/sm-shoppystore/default/css/images/widgets/i_widget-link.gif) 100% 4px no-repeat;
    padding-right: 15px
}

.sidebar .widget-category-link {
    display: block;
    margin: 0 0 15px;
    padding: 0 10px
}

.sidebar .widget-category-link a {
    background: url(/skin/frontend/sm-shoppystore/default/css/images/widgets/i_widget-link.gif) 100% 4px no-repeat;
    padding: 0 15px 0 0
}

.widget-cms-link-inline {
    display: inline
}

.col-main .widget-cms-link {
    display: block;
    text-align: right;
    margin: 7px 0
}

.col-main .widget-cms-link a {
    background: url(/skin/frontend/sm-shoppystore/default/css/images/widgets/i_widget-link.gif) 100% 4px no-repeat;
    padding-right: 15px
}

.sidebar .widget-cms-link {
    display: block;
    margin: 0 0 15px;
    padding: 0 10px
}

.sidebar .widget-cms-link a {
    background: url(/skin/frontend/sm-shoppystore/default/css/images/widgets/i_widget-link.gif) 100% 4px no-repeat;
    padding: 0 15px 0 0
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    z-index: 1104;
    display: none
}

#fancybox-loading div {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px;
    background-image: url('/skin/frontend/sm-shoppystore/default/images/fancybox/fancybox.png')
}

#fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9991;
    display: none
}

#fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    overflow: auto;
    display: none
}

#fancybox-wrap-quickview {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    z-index: 9991;
    outline: 0;
    display: none
}

#fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 20px
}

#fancybox-content {
    width: 0;
    height: 0;
    padding: 0;
    outline: 0;
    position: relative;
    overflow: hidden;
    z-index: 9991;
    border: 0 solid #fff !important
}

#fancybox-hide-sel-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1101
}

#fancybox-error {
    color: #444;
    font: normal 12px/20px Arial;
    padding: 14px;
    margin: 0
}

#fancybox-img {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 0;
    vertical-align: top
}

#fancybox-frame {
    width: 100%;
    height: 100%;
    border: 0;
    display: block
}

#fancybox-left, #fancybox-right {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 35%;
    cursor: pointer;
    outline: 0;
    z-index: 1102;
    display: none
}

#fancybox-left {
    left: 0
}

#fancybox-right {
    right: 0
}

#fancybox-left-ico, #fancybox-right-ico {
    position: absolute;
    top: 50%;
    left: -9999px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    cursor: pointer;
    z-index: 1102;
    display: block
}

#fancybox-left-ico {
    background-image: url('/skin/frontend/sm-shoppystore/default/images/fancybox/fancybox.png');
    background-position: -40px -30px
}

#fancybox-right-ico {
    background-image: url('/skin/frontend/sm-shoppystore/default/images/fancybox/fancybox.png');
    background-position: -40px -60px
}

#fancybox-left:hover, #fancybox-right:hover {
    visibility: visible
}

#fancybox-left:hover span {
    left: 20px
}

#fancybox-right:hover span {
    left: auto;
    right: 20px
}

.fancybox-bg {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    width: 20px;
    height: 20px;
    z-index: 1001;
    display: none
}

#fancybox-bg-n {
    top: -20px;
    left: 0;
    width: 100%;
    background-image: url('/skin/frontend/sm-shoppystore/default/images/fancybox/fancybox-x.png')
}

#fancybox-bg-ne {
    top: -20px;
    right: -20px;
    background-image: url('/skin/frontend/sm-shoppystore/default/images/fancybox/fancybox.png');
    background-position: -40px -162px
}

#fancybox-bg-e {
    top: 0;
    right: -20px;
    height: 100%;
    background-image: url('/skin/frontend/sm-shoppystore/default/images/fancybox/fancybox-y.png');
    background-position: -20px 0
}

#fancybox-bg-se {
    bottom: -20px;
    right: -20px;
    background-image: url('/skin/frontend/sm-shoppystore/default/images/fancybox/fancybox.png');
    background-position: -40px -182px
}

#fancybox-bg-s {
    bottom: -20px;
    left: 0;
    width: 100%;
    background-image: url('/skin/frontend/sm-shoppystore/default/images/fancybox/fancybox-x.png');
    background-position: 0 -20px
}

#fancybox-bg-sw {
    bottom: -20px;
    left: -20px;
    background-image: url('/skin/frontend/sm-shoppystore/default/images/fancybox/fancybox.png');
    background-position: -40px -142px
}

#fancybox-bg-w {
    top: 0;
    left: -20px;
    height: 100%;
    background-image: url('/skin/frontend/sm-shoppystore/default/images/fancybox/fancybox-y.png')
}

#fancybox-bg-nw {
    top: -20px;
    left: -20px;
    background-image: url('/skin/frontend/sm-shoppystore/default/images/fancybox/fancybox.png');
    background-position: -40px -122px
}

#fancybox-title {
    font-family: Helvetica;
    font-size: 12px;
    z-index: 1102
}

.fancybox-title-inside {
    padding-bottom: 10px;
    text-align: center;
    color: #333;
    background: #fff;
    position: relative
}

.fancybox-title-outside {
    padding-top: 10px;
    color: #fff
}

.fancybox-title-over {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFF;
    text-align: left
}

#fancybox-title-over {
    padding: 10px;
    background-image: url('/skin/frontend/sm-shoppystore/default/css/path/fancy_title_over.png');
    display: block
}

.fancybox-title-float {
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 32px
}

#fancybox-title-float-wrap {
    border: 0;
    border-collapse: collapse;
    width: auto;
    display: none
}

#fancybox-title-float-wrap td {
    border: 0;
    white-space: nowrap
}

#fancybox-title-float-left {
    padding: 0 0 0 15px;
    background: url('/skin/frontend/sm-shoppystore/default/images/fancybox/fancybox.png') -40px -90px no-repeat
}

#fancybox-title-float-main {
    color: #FFF;
    line-height: 29px;
    font-weight: bold;
    padding: 0 0 3px 0;
    background: url('/skin/frontend/sm-shoppystore/default/images/fancybox/fancybox-x.png') 0 -40px
}

#fancybox-title-float-right {
    padding: 0 0 0 15px;
    background: url('/skin/frontend/sm-shoppystore/default/images/fancybox/fancybox.png') -55px -90px no-repeat
}

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    background: #949494;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-outer, .fancybox-inner {
    position: relative;
    background: #fff
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -28px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060;
    display: inline-block;
    background: url(/skin/frontend/sm-shoppystore/default/images/fancybox_loading.gif) no-repeat center center #000 !important;
    border-radius: 3px
}

#fancybox-loading div {
    width: 44px;
    height: 44px
}

.fancybox-close {
    position: absolute;
    top: 5px;
    right: 0;
    width: 25px;
    height: 25px;
    cursor: pointer;
    z-index: 8040;
    color: #666;
    background: 0
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
    display: none
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto
}

.fancybox-lock body {
    overflow: hidden !important
}

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('/skin/frontend/sm-shoppystore/default/images/fancybox_overlay.png') repeat
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    background: url(/skin/frontend/sm-shoppystore/default/images/fancybox_overlay.png) repeat
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 10px;
    background: transparent;
    background: rgba(0, 0, 0, 0.8);
    color: #FFF;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('/skin/frontend/sm-shoppystore/default/css/path/fancybox_sprite@2x.png');
        background-size: 44px 152px
    }

    #fancybox-loading div {
        background-image: url('/skin/frontend/sm-shoppystore/default/css/path/fancybox_loading@2x.gif');
        background-size: 24px 24px
    }
}

#fancybox-buttons {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 9999
}

#fancybox-buttons.top {
    top: 10px
}

#fancybox-buttons.bottom {
    bottom: 10px
}

#fancybox-buttons ul {
    display: block;
    width: 166px;
    height: 30px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    border: 1px solid #111;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    background: #323232;
    background: -moz-linear-gradient(top, #444 0, #343434 50%, #292929 50%, #333 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #444), color-stop(50%, #343434), color-stop(50%, #292929), color-stop(100%, #333));
    background: -webkit-linear-gradient(top, #444 0, #343434 50%, #292929 50%, #333 100%);
    background: -o-linear-gradient(top, #444 0, #343434 50%, #292929 50%, #333 100%)
}

#fancybox-buttons ul li {
    float: left;
    margin: 0;
    padding: 0
}

#fancybox-buttons a {
    display: block;
    width: 30px;
    height: 28px;
    text-indent: -9999px;
    background-color: transparent;
    background-image: url('/skin/frontend/sm-shoppystore/default/images/fancybox_buttons.png');
    background-repeat: no-repeat;
    outline: 0;
    opacity: .8
}

#fancybox-buttons a:hover {
    opacity: 1
}

#fancybox-buttons a.btnPrev {
    background-position: 5px 0
}

#fancybox-buttons a.btnNext {
    background-position: -33px 0;
    border-right: 1px solid #3e3e3e
}

#fancybox-buttons a.btnPlay {
    background-position: 0 -30px
}

#fancybox-buttons a.btnPlayOn {
    background-position: -30px -30px
}

#fancybox-buttons a.btnToggle {
    background-position: 3px -60px;
    border-left: 1px solid #111;
    border-right: 1px solid #3e3e3e;
    width: 35px
}

#fancybox-buttons a.btnToggleOn {
    background-position: -27px -60px
}

#fancybox-buttons a.btnClose {
    border-left: 1px solid #111;
    width: 35px;
    background-position: -56px 0
}

#fancybox-buttons a.btnDisabled {
    opacity: .4;
    cursor: default
}

.cloudzoom-lens {
    border: 0;
    width: 100px;
    height: 100px;
    cursor: crosshair
}

.cloudzoom-zoom {
    border: 1px solid #888
}

.cloud-zoom-gallery .border {
    border-width: 1px;
    border-style: solid;
    border-right: 0
}

.border-right {
    border-right-width: 1px;
    border-right-style: solid
}

.cloudzoom-caption {
    display: none;
    text-align: left;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    font-family: sans-serif;
    font-size: 11px
}

.cloud-zoom-lens {
    margin: 0;
    cursor: move
}

.cloud-zoom-title {
    display: none;
    font-family: Arial, Helvetica, sans-serif;
    position: absolute !important;
    background-color: #000;
    color: #fff;
    padding: 5px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    top: 0
}

.cloud-zoom-big {
    overflow: hidden
}

.cloud-zoom-loading {
    color: white;
    background: #222;
    padding: 3px;
    border: 1px solid #000
}

#cpanel_wrapper {
    background: #e5e5e5;
    border: 1px solid #f3f3f3;
    border-right: 0;
    color: #555;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding: 8px;
    position: fixed;
    top: 40px;
    width: 300px;
    z-index: 999;
    right: -302px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.4)
}

#cpanel_btn {
    background: url(/skin/frontend/sm-shoppystore/default/images/cpanel/bg-cpanel-head.png) repeat left center #666;
    width: 40px;
    border-right: 0;
    position: absolute;
    left: -41px;
    top: 8px;
    padding: 8px 0 9px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    border-radius: 3px 0 0 3px;
    display: block !important;
    height: 37px !important;
    opacity: 1 !important
}

#cpanel_wrapper .cpanel-head {
    background: url(/skin/frontend/sm-shoppystore/default/images/cpanel/bg-cpanel-head.png) repeat left center #666;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    padding: 3px 10px 0 10px;
    float: left;
    color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset
}

#cpanel_wrapper .cpanel-reset {
    float: right;
    margin: -3px -10px 0 0;
    position: relative;
    z-index: 1
}

#cpanel_wrapper .cpanel-reset:before {
    border-color: rgba(0, 0, 0, 0) #0291ff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 8px 8px 8px 0;
    content: "";
    left: 3px;
    position: absolute;
    top: 9px
}

#cpanel_wrapper .cpanel-reset .btn {
    background: none repeat scroll 0 0 #0291ff;
    border: medium none;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
    font-weight: normal;
    padding: 8px 15px;
    text-transform: none;
    transition: all .2s ease 0;
    color: #fff !important
}

#cpanel_wrapper .cpanel-reset .btn:hover, #cpanel_wrapper .cpanel-reset .btn:focus {
    outline: 0
}

#cpanel_wrapper .cpanel-reset:hover .btn {
    padding-right: 25px;
    outline: 0
}

#ytcpanel_accordion .accordion-heading {
    background-color: #f9f9f9;
    background-image: linear-gradient(to bottom, #fff, #f1f1f1);
    background-repeat: repeat-x;
    border: 1px solid #bcbcbc;
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.5) inset;
    margin: -1px;
    padding: 7px 10px
}

#ytcpanel_accordion .accordion-heading:hover {
    background-color: #ededed;
    background-image: linear-gradient(to bottom, #f5f5f5, #e0e0e0);
    background-repeat: repeat-x
}

#ytcpanel_accordion .accordion-heading.accordion-open {
    background: #888;
    background: linear-gradient(to bottom, #999, #777) repeat-x scroll 0 0 #8b8b8b;
    border-color: #777;
    box-shadow: none
}

#ytcpanel_accordion .accordion-heading .accordion-toggle {
    color: #555 !important;
    font-size: 12px;
    font-weight: bold
}

#ytcpanel_accordion .accordion-heading .accordion-toggle i {
    color: #999;
    float: left;
    font-size: 14px;
    margin: 2px 5px 0 0
}

#ytcpanel_accordion .accordion-heading.accordion-open .accordion-toggle, #ytcpanel_accordion .accordion-heading.accordion-open .accordion-toggle i {
    color: #fff !important
}

#ytcpanel_accordion .accordion-heading.accordion-open .accordion-toggle .icon-expand-alt:before {
    content: "\f117"
}

#ytcpanel_accordion .accordion-group .collapse {
    background: none repeat scroll 0 0 #fff;
    overflow: hidden;
    position: relative;
    z-index: 2
}

#ytcpanel_accordion .accordion-group .collapse:before {
    border-color: #777 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 8px 8px 0;
    content: "";
    left: 15px;
    position: absolute;
    top: -2px
}

#ytcpanel_accordion {
    float: left;
    margin-top: 10px;
    width: 100%
}

#ytcpanel_accordion .accordion-inner {
    padding: 15px 10px 10px;
    border: 0
}

#cpanel_wrapper option, #cpanel_wrapper optgroup, #cpanel_wrapper input, #cpanel_wrapper select {
    background: 0;
    color: #333
}

#cpanel_wrapper select#select-store {
    padding: 3px 2px
}

#cpanel_wrapper input.inputbox {
    border-radius: 0 0 0 0 !important;
    box-shadow: none !important;
    font-size: 11px !important;
    margin: 0 3px 0 0 !important;
    padding: 0 3px !important;
    width: 80px !important
}

select.cp_select {
    font-size: 11px;
    height: auto;
    padding: 3px 2px;
    width: 120px;
    border-radius: 0;
    color: #333
}

.cpanel-head > span {
    float: left;
    margin-top: 5px;
    text-transform: uppercase
}

.theme-color-heading {
    font-weight: bold;
    padding: 5px 0;
    display: block
}

.cpanel-theme-color .theme-color.active {
    box-shadow: 0 0 0 2px #ad2323 inset
}

.cpanel-theme-color .theme-color {
    background-color: #CCC;
    width: 38px;
    height: 25px;
    line-height: 35px;
    text-align: center;
    float: left;
    margin: 0 4px 5px 0;
    cursor: pointer;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap
}

.cpanel-theme-color .theme-color:hover {
    opacity: .7
}

.cpanel-theme-color .theme-color.cyan {
    background-color: #009688
}

.cpanel-theme-color .theme-color.blue {
    background-color: #5f87d1
}

.cpanel-theme-color .theme-color.green {
    background-color: #20bc5a
}

.cpanel-theme-color .theme-color.orange {
    background-color: #fe5621
}

.cpanel-theme-color .theme-color.avocado {
    background-color: #72723e
}

.cpanel-theme-color .theme-color.yellow {
    background-color: #f2c204
}

.cpanel-theme-color .theme-color.red {
    background-color: #f44336
}

.cpanel-theme-color .theme-color.pink {
    background-color: #e81d62
}

#ytcpanel_accordion .accordion-group {
    border: 1px solid #bcbcbc;
    margin-bottom: 5px
}

#ytcpanel_accordion .accordion-inner {
    background: #fff
}

#ytcpanel_accordion .cp-item {
    width: 33%;
    float: left
}

#ytcpanel_accordion .cp-item > span, #ytcpanel_accordion .store-switcher > span {
    width: 100%;
    float: left;
    margin-bottom: 2px
}

#ytitem_3 .cp-item, #ytitem_7 .cp-item {
    margin-bottom: 5px
}

#ytitem_4 .cp-item, #ytitem_5 .cp-item {
    margin-bottom: 5px;
    width: 100%
}

#ytcpanel_accordion .cp-item.body-background-image {
    width: 100%;
    margin-bottom: 0
}

#ytcpanel_accordion .cpanel-typography .cp-item {
    width: 50%
}

.cp-item .pattern {
    height: 20px;
    margin: 0 5px 5px 0;
    width: 30px;
    border: 1px solid #CCC;
    float: left;
    cursor: pointer;
    text-indent: -999em;
    background-color: #f5f5f5
}

.cp-item .pattern:hover {
    background-color: #ccc;
    border-color: #535353
}

.cp-item .pattern.active {
    border-color: #535353
}

#cpanel_wrapper a.reset {
    margin: 0 0 0 10px;
    color: #000
}

.cpanel-input {
    padding: 1px 5px !important;
    width: 30px;
    font-size: 11px !important
}

.cpanel-select {
    height: auto;
    padding: 2px !important;
    width: 90px;
    font-size: 11px !important
}

#cpanel_btn i {
    vertical-align: top
}

#cpanel_btn i:before {
    font-size: 18px
}

input.miniColors {
    border-radius: 0 0 0 0 !important;
    font-size: 11px !important;
    padding: 3px !important;
    width: 60px !important;
    box-shadow: none !important;
    float: left
}

.miniColors-selector {
    position: absolute;
    width: 187px;
    height: 162px;
    background: white;
    border: solid 1px #bababa;
    padding: 5px;
    z-index: 999999
}

.miniColors.opacity.miniColors-selector {
    width: 200px
}

.miniColors-selector.black {
    background: black;
    border-color: black
}

.miniColors-colors {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 150px;
    height: 150px;
    background: url(/skin/frontend/sm-shoppystore/default/images/colors.png) -40px 0 no-repeat;
    cursor: crosshair
}

.miniColors.opacity .miniColors-colors {
    left: 30px
}

.miniColors-hues {
    position: absolute;
    top: 5px;
    left: 160px;
    width: 20px;
    height: 150px;
    background: url(/skin/frontend/sm-shoppystore/default/images/colors.png) 0 0 no-repeat;
    cursor: crosshair
}

.miniColors.opacity .miniColors-hues {
    left: 185px
}

.miniColors-opacity {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 20px;
    height: 150px;
    background: url(/skin/frontend/sm-shoppystore/default/images/colors.png) -20px 0 no-repeat;
    cursor: crosshair
}

.miniColors-colorPicker {
    position: absolute;
    width: 11px;
    height: 11px;
    border: 1px solid black;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px
}

.miniColors-colorPicker-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 7px;
    border: 2px solid white;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px
}

.miniColors-huePicker, .miniColors-opacityPicker {
    position: absolute;
    left: 0;
    width: 20px;
    height: 2px;
    border: 1px solid black;
    background: white;
    margin-top: -2px;
    border-radius: 2px
}

.miniColors-trigger, .miniColors-triggerWrap {
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-right: 3px
}

.miniColors-triggerWrap {
    background: url(/skin/frontend/sm-shoppystore/default/images/trigger.png) -22px 0 no-repeat
}

.miniColors-triggerWrap.disabled {
    filter: alpha(opacity=50);
    opacity: .5
}

.miniColors-trigger {
    vertical-align: middle;
    outline: 0;
    background: url(/skin/frontend/sm-shoppystore/default/images/trigger.png) 0 0 no-repeat
}

.miniColors-triggerWrap.disabled .miniColors-trigger {
    cursor: default
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item {
    float: left
}

.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px
}

.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease
}

.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease
}

.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both
}

.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both
}

@-webkit-keyframes empty {

0
{
    opacity: 1
}
}
@-moz-keyframes empty {

0
{
    opacity: 1
}
}
@keyframes empty {

0
{
    opacity: 1
}
}
@-webkit-keyframes fadeIn {

0
{
    opacity: 0
}
100
%
{
    opacity: 1
}
}
@-moz-keyframes fadeIn {

0
{
    opacity: 0
}
100
%
{
    opacity: 1
}
}
@keyframes fadeIn {

0
{
    opacity: 0
}
100
%
{
    opacity: 1
}
}
@-webkit-keyframes fadeOut {

0
{
    opacity: 1
}
100
%
{
    opacity: 0
}
}
@-moz-keyframes fadeOut {

0
{
    opacity: 1
}
100
%
{
    opacity: 0
}
}
@keyframes fadeOut {

0
{
    opacity: 1
}
100
%
{
    opacity: 0
}
}
@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%)
    }
    100% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%)
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px)
    }
    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%)
    }
    100% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%)
    }
}

@-webkit-keyframes backSlideIn {

0
,
25
%
{
    opacity: .5
;
    -webkit-transform: translateZ(-500px) translateX(200%)
}
75
%
{
    opacity: .5
;
    -webkit-transform: translateZ(-500px)
}
100
%
{
    opacity: 1
;
    -webkit-transform: translateZ(0) translateX(0)
}
}
@-moz-keyframes backSlideIn {

0
,
25
%
{
    opacity: .5
;
    -moz-transform: translateZ(-500px) translateX(200%)
}
75
%
{
    opacity: .5
;
    -moz-transform: translateZ(-500px)
}
100
%
{
    opacity: 1
;
    -moz-transform: translateZ(0) translateX(0)
}
}
@keyframes backSlideIn {

0
,
25
%
{
    opacity: .5
;
    transform: translateZ(-500px) translateX(200%)
}
75
%
{
    opacity: .5
;
    transform: translateZ(-500px)
}
100
%
{
    opacity: 1
;
    transform: translateZ(0) translateX(0)
}
}
@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(0.8)
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(0.8)
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(0.8)
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%)
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%)
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%)
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5)
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5)
    }
}

ul.resp-tabs-list, p {
    margin: 0;
    padding: 0
}

.resp-tabs-list li {
    display: inline-block;
    list-style: none;
    cursor: pointer;
    float: left;
    font-size: 133.33%;
    text-transform: uppercase;
    position: relative;
    font-weight: bold;
    border: 1px solid #ddd;
    margin-left: -1px;
    border-bottom: 0
}

.resp-tabs-list li:first-child {
    margin-left: 0
}

.resp-tabs-list li a {
    padding: 6px 37px;
    display: block
}

.resp-tabs-list li:hover a {
    color: #fff
}

.resp-tab-active a {
    color: #fff
}

.resp-tabs-container {
    padding: 0;
    clear: left
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none
}

.resp-tab-content {
    display: none;
    padding: 20px 30px
}

.resp-tab-active {
    border-bottom: 0
}

.resp-content-active, .resp-accordion-active {
    display: block
}

h2.resp-accordion {
    font-size: 13px;
    margin: 0;
    padding: 10px 15px
}

h2.resp-tab-active {
    margin-bottom: 0 !important;
    padding: 10px 15px !important
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue
}

.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0;
    cursor: pointer;
    float: none;
    border: 1px solid #ccc;
    margin-top: -1px;
    border-right: 0
}

.resp-vtabs .resp-tabs-list li:first-child {
    margin-top: 0
}

.resp-vtabs .resp-tabs-container {
    padding: 0;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 276px;
    clear: none
}

.resp-vtabs .resp-tab-content {
    border: 0
}

.resp-vtabs li.resp-tab-active {
    border: 1px solid #c1c1c1;
    border-right: 0;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-right: 0 !important
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1
}

h2.resp-tab-active span.resp-arrow {
    border: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #fff
}

.resp-easy-accordion h2.resp-accordion {
    display: block
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important
}

.resp-jfit {
    width: 100%;
    margin: 0
}

.resp-tab-content-active {
    display: block;
    border: 1px solid #ddd
}

@media only screen and (max-width: 767px) {
    ul.resp-tabs-list {
        display: none
    }

    h2.resp-accordion {
        display: block;
        text-transform: uppercase;
        margin-bottom: 20px;
        color: #333;
        border: 1px solid #ddd;
        background-color: #fafafa
    }

    h2.resp-tab-active, h2.resp-tab-active a {
        color: #fff
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #c1c1c1
    }

    .resp-tab-content-active {
        margin-bottom: 20px
    }

    .resp-vtabs .resp-tabs-container {
        border: 0;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none
    }

    .resp-accordion-closed {
        display: none !important
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important
    }
}

.tt_popup_login {
    height: 36px;
    border-bottom: 3px solid;
    background-color: #242424;
    margin: 0 -20px
}

.tt_popup_login strong {
    line-height: 37px;
    display: inline-block;
    padding-left: 55px;
    text-transform: uppercase;
    font-size: 133.33%;
    color: #fff;
    background-image: url(/skin/frontend/sm-shoppystore/default/images/icon-login-popup.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    position: relative;
    padding-right: 10px;
    top: -4px
}

.tt_popup_login strong:before {
    content: "";
    display: inline-block;
    position: absolute;
    right: -20px;
    top: 0;
    width: 0;
    height: 0;
    border-right: 20px solid transparent
}

.block-popup-login {
    margin-top: 170px;
    width: 600px;
    padding: 0 20px 0;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5)
}

.block-popup-login .block-content {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: normal
}

.block-popup-login .block-content .list-log li {
    padding: 2px 0 2px 14px;
    font-style: italic;
    position: relative
}

.block-popup-login .block-content .list-log li:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #666;
    position: absolute;
    left: 0;
    top: 10px
}

.block-popup-login .block-content .note-reg {
    margin: 10px 0;
    font-style: italic
}

.block-popup-login .block-content .btn-reg-popup {
    height: 42px;
    line-height: 42px;
    padding: 0 42px;
    text-transform: uppercase;
    display: inline-block;
    font-size: 116.67%;
    margin-top: 15px;
    color: #fff;
    font-weight: bold
}

.block-popup-login .block-content .col-reg {
    width: 50%;
    float: left;
    min-height: 188px
}

.block-popup-login .block-content .col-reg.registered-account {
    padding-right: 30px;
    border-right: 1px solid #d0d0d0
}

.block-popup-login .block-content .col-reg.login-customer {
    padding-left: 30px
}

.block-popup-login .block-content .col-reg.login-customer h2 {
    font-size: 116.67%;
    font-weight: bold
}

.block-popup-login .email-input, .block-popup-login .pass-input {
    position: relative
}

.block-popup-login .email-input:before {
    background: url(/skin/frontend/sm-shoppystore/default/images/icon-username.png) no-repeat top left #f7f7f7;
    content: "";
    display: inline-block;
    width: 42px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0
}

.block-popup-login .pass-input:before {
    background: url(/skin/frontend/sm-shoppystore/default/images/icon-pass.png) no-repeat top left #f7f7f7;
    content: "";
    display: inline-block;
    width: 42px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0
}

.block-popup-login #mini-login:-webkit-autofill, .block-popup-login #mini-password:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fafafa inset !important
}

.block-popup-login .btn-submit-login {
    background-repeat: no-repeat;
    background-position: 25px center;
    padding: 0 25px 0 48px;
    height: 42px;
    font-size: 116.67%;
    font-weight: bold;
    background-image: url(/skin/frontend/sm-shoppystore/default/images/icon-btn-login.png)
}

.block-popup-login .input-text {
    border: 0;
    margin-bottom: 14px;
    width: 100%;
    padding: 0 5px 0 52px;
    height: 40px;
    font-size: 108.33%;
    border: 1px solid #cecece;
    background-color: #f7f7f7
}

.block-popup-login .submit-login {
    margin-top: 19px
}

.block-popup-login .button-reg:hover {
    text-decoration: underline
}

.block-popup-login .more-actions {
    margin: 25px -20px 0
}

.block-popup-login .more-actions .ft-link-p {
    background: #f3f3f3;
    margin-bottom: 1px;
    padding: 0 20px
}

.block-popup-login .more-actions .ft-link-p a {
    display: inline-block;
    padding: 10px 0
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_actived > a {
    color: #5e92df
}

.cms-home .home-item-parent .sm_megamenu_title {
    color: #5e92df
}

.cms-home .home-item-parent .sm_megamenu_icon {
    color: #5e92df
}

.block-popup-login .checker > span > #chk_remember {
    opacity: 0
}

.block-popup-login .close-login {
    display: inline-block;
    background: url(/skin/frontend/sm-shoppystore/default/images/btn-close-login.png) no-repeat top left;
    width: 26px;
    height: 26px;
    overflow: hidden;
    text-indent: -9999px;
    right: 10px;
    top: 3px;
    position: absolute;
    opacity: 1
}

.block-popup-login .close-login:hover {
    background-position: left bottom
}

.header-v0.header-v2 .logo-wrapper {
    text-align: left
}

.header-v0.header-v2 .yt-header-top .block-action-header .jqTransformSelectWrapper ul {
    top: 40px;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15);
    right: 0;
    left: auto
}

.header-v0.header-v2 .yt-header-top .block-action-header:hover .jqTransformSelectWrapper > div span {
    background-color: transparent
}

.header-v0.header-v2 .yt-header-top .my-account-link > ul > li .dropdown-link-account {
    top: 40px;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15)
}

.header-v0.header-v3 .logo-wrapper {
    text-align: left
}

.header-v0.header-v3 .yt-header-top .block-action-header .jqTransformSelectWrapper ul {
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15);
    right: 0;
    left: auto
}

.header-v0.header-v3 .yt-header-top .block-action-header:hover .jqTransformSelectWrapper > div span {
    background-color: transparent
}

.header-v0.header-v3 .yt-header-top .my-account-link > ul > li .dropdown-link-account {
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15)
}

.header-v0.header-v3 {
    background: #fff
}

.header-v0.header-v3 .yt-header-middle {
    padding: 20px 0 30px
}

.header-v0.header-v3 .mega-left-title {
    background-color: #0288d1;
    color: #fff
}

.header-v0.header-v3 .mega-left-title strong:before {
    background-image: url(/skin/frontend/sm-shoppystore/default/images/icon-mega-v3.png)
}

.header-v0.header-v3 .rw-url .sm_megamenu_dropdown_2columns {
    width: 50%;
    top: 41px !important
}

.header-v0.header-v3 .ver-megamenu-header:hover .sm_megamenu_wrapper_vertical_menu {
    display: block !important
}

.header-v0.header-v3 .sm_megamenu_wrapper_vertical_menu {
    display: none !important;
    background: #fff;
    margin: 0 !important
}

.header-v0.header-v3 .sm_megamenu_wrapper_vertical_menu:before {
    background-image: none !important
}

.header-v0.header-v3 .yt-header-under2 {
    float: right
}

.header-v0.header-v3 .yt-header-top {
    height: 33px;
    background: #f7f7f7
}

.header-v0.header-v3 .yt-header-top .offer-wrapper {
    line-height: 32px;
    max-height: 32px
}

.header-v0.header-v3 .yt-header-top .top-link-account > ul > li {
    margin-top: 7px
}

.header-v0.header-v3 .yt-header-top .top-link-account > ul > li:hover a {
    background: transparent
}

.header-v0.header-v3 .yt-header-top .block-action-header .jqTransformSelectWrapper > div span {
    line-height: 32px
}

.header-v0.header-v3 .yt-header-top .block-action-header:hover .jqTransformSelectWrapper > div span {
    background-color: transparent
}

.header-v0.header-v3 .yt-header-top .block-action-header .jqTransformSelectWrapper ul {
    top: 32px
}

.header-v0.header-v3 .yt-header-top .my-account-link > ul > li .dropdown-link-account {
    top: 32px
}

.header-v0.header-v3 .sm-serachbox-pro .form-search .input-search #search {
    padding: 0 60px 0 35px !important
}

.header-v0.header-v3 .sm-serachbox-pro .form-search .cat-wrapper span:after {
    border-radius: 0;
    border: 0;
    right: 15px
}

.header-v0.header-v3 .sm-serachbox-pro .form-search .button-search-pro {
    color: #999
}

.header-v0.header-v3 .sm-serachbox-pro .form-search .button-search-pro:hover {
    color: #5e92df
}

.header-v0.header-v3 .header-under-2-wrapper {
    border: 0
}

.header-v0.header-v3 .header-under-2-wrapper .yt-searchbox-vermenu {
    background: #5e92df
}

.header-v0.header-v3 .header-under-2-wrapper .yt-header-under {
    padding: 0
}

.header-v0.header-v3 .header-under-2-wrapper .yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li a.sm_megamenu_head {
    color: #fff
}

.header-v0.header-v3 .header-under-2-wrapper .yt-header-under .yt-menu {
    display: inline-block;
    margin-top: 11px;
    margin-left: -15px
}

.header-v0.header-v3 .header-under-2-wrapper .mini-cart-headerv3 {
    float: right;
    position: relative
}

.header-v0.header-v3 .header-under-2-wrapper .mini-cart-headerv3 .block-title {
    padding: 0 20px 0 7px;
    height: 52px;
    line-height: 52px;
    border-left: 1px solid #2cbdff;
    font-size: 116.67%;
    color: #fff
}

.header-v0.header-v3 .header-under-2-wrapper .mini-cart-headerv3 .block-title .btn-toggle {
    text-align: center;
    display: inline-block;
    padding-left: 40px;
    height: 32px;
    line-height: 30px;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    padding-right: 10px
}

.header-v0.header-v3 .header-under-2-wrapper .mini-cart-headerv3 .block-title .btn-toggle:after {
    content: "";
    display: inline-block;
    width: 22px;
    height: 20px;
    background-image: url(/skin/frontend/sm-shoppystore/default/images/icon-cart-v3.png);
    position: absolute;
    top: 5px;
    left: 12px
}

.header-v0.header-v3 .header-under-2-wrapper .mini-cart-headerv3 .block-title .btn-toggle .cart-title {
    text-transform: uppercase;
    font-weight: bold
}

.header-v0.header-v3 .header-under-2-wrapper .mini-cart-headerv3 .block-content {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.45);
    width: 318px;
    position: absolute;
    right: 0;
    top: 52px;
    z-index: 40
}

.header-v0.header-v3 .header-under-2-wrapper .mini-cart-headerv3 .block-content:before {
    position: absolute;
    content: "";
    border-bottom: 7px solid #666;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    z-index: 10;
    top: -7px;
    right: 50%
}

.header-v0.header-v3 .header-under-2-wrapper .mini-cart-headerv3 .block-content .additems {
    background-color: #666;
    color: #fff;
    font-size: 116.67%;
    height: 40px;
    line-height: 40px;
    padding: 0 30px 0 25px;
    position: relative
}

.header-v0.header-v3 .header-under-2-wrapper .mini-cart-headerv3 .block-content .additems span {
    float: left
}

.header-v0.header-v3 .header-under-2-wrapper .mini-cart-headerv3 .block-content .additems p {
    float: right
}

.header-v0.header-v3 .header-under-2-wrapper .mini-cart-headerv3 .block-content #minicart-sidebar {
    padding-bottom: 20px;
    max-height: 285px;
    overflow: auto;
    background-color: #f2f2f2
}

.header-v0.header-v3 .header-under-2-wrapper .mini-cart-headerv3 .block-content #minicart-sidebar li.item {
    padding: 20px 20px 0 20px
}

.header-v0.header-v3 .header-under-2-wrapper .mini-cart-headerv3 .block-content #minicart-sidebar li.item .product-image {
    width: 72px;
    display: inline-block;
    float: left
}

.header-v0.header-v3 .header-under-2-wrapper .mini-cart-headerv3 .block-content #minicart-sidebar li.item .product-image img {
    width: 100%;
    border: 1px solid #ddd
}

.header-v0.header-v3 .header-under-2-wrapper .mini-cart-headerv3 .block-content #minicart-sidebar li.item .detail-item {
    margin-left: 85px;
    position: relative
}

.header-v0.header-v3 .header-under-2-wrapper .mini-cart-headerv3 .block-content #minicart-sidebar li.item .detail-item .rating-container {
    display: none
}

.header-v0.header-v3 .header-under-2-wrapper .mini-cart-headerv3 .block-content #minicart-sidebar li.item .detail-item .ratings .rating-box {
    margin-top: 0;
    display: none
}

.header-v0.header-v3 .header-under-2-wrapper .mini-cart-headerv3 .block-content #minicart-sidebar li.item .detail-item .ratings .rating-links {
    display: none
}

.header-v0.header-v3 .header-under-2-wrapper .mini-cart-headerv3 .block-content #minicart-sidebar li.item .detail-item .product-name {
    position: relative;
    padding-right: 30px;
    margin-top: -5px
}

.header-v0.header-v3 .header-under-2-wrapper .mini-cart-headerv3 .block-content #minicart-sidebar li.item .detail-item .product-name a {
    font-size: 100%;
    display: inline-block;
    padding: 0 0 3px;
    font-weight: bold;
    margin-right: 40px
}

.header-v0.header-v3 .header-under-2-wrapper .mini-cart-headerv3 .block-content #minicart-sidebar li.item .detail-item .product-name .qty-number {
    display: inline-block;
    width: 26px;
    height: 26px;
    border: 1px solid #ddd;
    line-height: 26px;
    text-align: center;
    color: #444;
    position: absolute;
    top: 6px;
    right: 0
}

.header-v0.header-v3 .header-under-2-wrapper .mini-cart-headerv3 .block-content #minicart-sidebar li.item .detail-item .product-details-bottom {
    position: absolute;
    top: 10px;
    right: 0
}

.header-v0.header-v3 .header-under-2-wrapper .mini-cart-headerv3 .block-content #minicart-sidebar li.item .detail-item .product-details-bottom .price {
    font-size: 100%;
    background-color: #999;
    color: #fff;
    padding: 7px 12px;
    font-weight: bold;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer
}

.header-v0.header-v3 .header-under-2-wrapper .mini-cart-headerv3 .block-content #minicart-sidebar li.item .detail-item .product-details-bottom .price:hover {
    background-color: #5e92df
}

.header-v0.header-v3 .header-under-2-wrapper .mini-cart-headerv3 .block-content #minicart-sidebar li.item .detail-item .product-details-bottom .truncated {
    display: none
}

.header-v0.header-v3 .header-under-2-wrapper .mini-cart-headerv3 .bottom-action {
    border-top: 1px solid #ddd;
    padding: 10px 0 10px
}

.header-v0.header-v3 .header-under-2-wrapper .mini-cart-headerv3 .bottom-action .button {
    height: 36px;
    line-height: 36px;
    font-weight: bold;
    margin-right: 7px
}

.header-v0.header-v3 .header-under-2-wrapper .mini-cart-headerv3 .bottom-action .button-total {
    padding: 10px 20px 0;
    border-top: 1px solid #ddd
}

.header-v0.header-v3 .header-under-2-wrapper .mini-cart-headerv3 .bottom-action .price-total {
    padding: 0 20px;
    font-weight: bold;
    font-size: 133.33%;
    text-transform: uppercase;
    margin-bottom: 10px
}

.header-v0.header-v3 .header-under-2-wrapper .mini-cart-headerv3 .bottom-action .price-total .price-total-w {
    float: right
}

.cms-index-index .header-v0 .ver-megamenu-header .sm_megamenu_wrapper_vertical_menu {
    display: block;
    min-height: 463px
}

.header-v0 .yt-header-top .language-switcher .jqTransformSelectWrapper > div span {
    padding: 0 0 0 38px !important
}

.header-v0 {
    background-color: #FFF
}

.header-v0 .yt-header-top {
    height: 36px;
    background-color: #fff;
    border-bottom: 1px solid #ddd
}

.header-v0 .yt-header-top .block-currency .jqTransformSelectOpen {
    border-right: 1px solid #ddd
}

.header-v0 .yt-header-top .sl-header-text .label-offer-slider {
    background-color: #e67e22;
    border-radius: 3px;
    color: #fff;
    float: left;
    margin-right: 10px;
    margin-top: 6px;
    padding: 2px 10px
}

.header-v0 .yt-header-top .offer-wrapper {
    line-height: 35px;
    max-height: 35px;
    overflow: hidden
}

.header-v0 .yt-header-top .offer-wrapper .sp-ic {
    color: #5e92df !important
}

.header-v0 .yt-header-top .block-action-header {
    float: right;
    position: relative
}

.header-v0 .yt-header-top .block-action-header select {
    display: none
}

.header-v0 .yt-header-top .block-action-header:hover .jqTransformSelectWrapper > div span {
    background-color: #fff
}

.header-v0 .yt-header-top .block-action-header .jqTransformSelectWrapper {
    width: auto !important
}

.header-v0 .yt-header-top .block-action-header .jqTransformSelectWrapper > div span {
    line-height: 35px;
    display: inline-block;
    width: auto !important;
    cursor: pointer;
    padding: 0 13px
}

.header-v0 .yt-header-top .block-action-header .jqTransformSelectWrapper > div span:after {
    content: "\f0d7";
    font-family: 'FontAwesome';
    font-size: 12px;
    margin-left: 4px
}

.header-v0 .yt-header-top .block-action-header .jqTransformSelectWrapper ul {
    background: none repeat scroll 0 0 #fff;
    height: auto !important;
    right: 0;
    display: block !important;
    position: absolute;
    top: 35px;
    width: 100% !important;
    z-index: 999;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform-origin: top center;
    -moz-transform-origin: top center;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15)
}

.header-v0 .yt-header-top .block-action-header .jqTransformSelectWrapper ul li a {
    display: block;
    padding: 3px 0 3px 14px
}

.header-v0 .yt-header-top .block-action-header .jqTransformSelectWrapper ul li a:hover {
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    font-weight: bold;
    color: #fff;
    background-color: #5e92df
}

.header-v0 .yt-header-top .block-action-header .jqTransformSelectWrapper ul li .selected {
    color: #fff
}

.header-v0 .yt-header-top .block-action-header:hover .jqTransformSelectWrapper ul {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1)
}

.header-v0 .yt-header-top .language-switcher .jqTransformSelectWrapper > div span {
    background-position: 15px center;
    background-repeat: no-repeat;
    background-size: 16px 14px;
    padding-left: 35px
}

.header-v0 .yt-header-top .language-switcher .jqTransformSelectWrapper ul {
    width: 130px !important
}

.header-v0 .yt-header-top .language-switcher .jqTransformSelectWrapper ul li a {
    background-repeat: no-repeat;
    background-position: 13px center;
    padding-left: 36px;
    background-size: 16px 14px
}

.header-v0 .yt-header-top .top-link-account > ul > li {
    float: left;
    margin-top: 8px;
    height: 35px
}

.header-v0 .yt-header-top .top-link-account > ul > li > a {
    padding: 0 15px;
    display: block;
    cursor: pointer;
    border-right: 1px solid #ddd
}

.header-v0 .yt-header-top .top-link-account > ul > li .dropdown-ict:after {
    content: "\f0d7";
    font-family: 'FontAwesome';
    font-size: 12px;
    margin-left: 5px
}

.header-v0 .yt-header-top .top-link-account > ul > li:hover > a {
    background-color: #fff
}

.header-v0 .yt-header-top .my-account-link > ul > li .dropdown-link-account {
    width: 172px;
    position: absolute;
    left: 0;
    top: 35px;
    background-color: #fff;
    z-index: 999;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform-origin: top center;
    -moz-transform-origin: top center;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center
}

.header-v0 .yt-header-top .my-account-link > ul > li .dropdown-link-account li a {
    display: block;
    padding: 8px 10px 8px 15px
}

.header-v0 .yt-header-top .my-account-link > ul > li .dropdown-link-account li a:hover {
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    color: #fff;
    font-weight: bold
}

.header-v0 .yt-header-top .my-account-link > ul > li:hover .dropdown-link-account {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1)
}

.header-v0 .yt-header-top .login-link > ul > li > a.login-btn:before {
    content: "\f023";
    font-family: 'FontAwesome';
    font-size: 13px;
    margin-right: 7px
}

.header-v0 .yt-header-top .login-link > ul > li > a.logout-btn:before {
    content: "\f09c";
    font-family: 'FontAwesome';
    font-size: 13px;
    margin-right: 7px
}

.header-v0 .header-under-2-wrapper {
    border: 1px solid #2b394d;
    height: 53px;
    background-color: #2b394d
}

.header-v0 .header-under-2-wrapper .sm-serachbox-pro {
    margin-right: 5px
}

.header-v0 .header-under-2-wrapper .sm-serachbox-pro .form-search {
    height: 40px;
    line-height: 37px;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-top: 5px;
    width: 100%
}

.header-v0 .header-under-2-wrapper .sm-serachbox-pro .form-search .input-search #search {
    margin-top: 4px;
    width: 100%;
    color: #999;
    padding-left: 30px
}

.header-v0 .header-under-2-wrapper .sm-serachbox-pro .form-search .button-search-pro {
    top: 0;
    position: absolute;
    background-color: #5e92df;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: -1px;
    margin-top: -1px;
    z-index: 9;
    color: #fff
}

.header-v0 .header-under-2-wrapper .sm-serachbox-pro .form-search .button-search-pro:hover {
    background-color: #999
}

.header-v0 .header-under-2-wrapper .header-customer-links {
    float: right
}

.header-v0 .header-under-2-wrapper .header-customer-links ul li > a {
    line-height: 46px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 18px 0 0;
    font-weight: bold;
    cursor: pointer
}

.header-v0 .header-under-2-wrapper .header-customer-links ul li > a:before {
    content: "\f007";
    font-size: 14px;
    font-family: fontawesome;
    margin-right: 5px
}

.header-v0 .yt-header-middle {
    padding: 10px 0 20px
}

.header-v0 .yt-header-middle .mini-cart-header {
    float: right;
    position: relative;
    top: 10px
}

.header-v0 .yt-header-middle .mini-cart-header .block-title {
    background-color: #fff;
    line-height: 38px;
    height: 40px;
    padding-right: 3px;
    padding-left: 3px;
    border: 1px solid #ddd
}

.header-v0 .yt-header-middle .mini-cart-header .block-title .btn-toggle {
    text-align: center;
    display: inline-block;
    border: 1px solid #eee;
    padding-left: 40px;
    height: 32px;
    line-height: 30px;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    padding-right: 10px
}

.header-v0 .yt-header-middle .mini-cart-header .block-title .btn-toggle:after {
    content: "";
    display: inline-block;
    width: 22px;
    height: 20px;
    position: absolute;
    top: 5px;
    left: 12px
}

.header-v0 .yt-header-middle .mini-cart-header .block-title .btn-toggle .cart-title {
    text-transform: uppercase;
    font-weight: bold
}

.header-v0 .yt-header-middle .mini-cart-header .block-content {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.45);
    width: 318px;
    position: absolute;
    right: 0;
    top: 46px;
    z-index: 40
}

.header-v0 .yt-header-middle .mini-cart-header .block-content:before {
    position: absolute;
    content: "";
    border-bottom: 7px solid #666;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    z-index: 10;
    top: -7px;
    right: 25%
}

.header-v0 .yt-header-middle .mini-cart-header .block-content .additems {
    background-color: #666;
    color: #fff;
    font-size: 116.67%;
    height: 40px;
    line-height: 40px;
    padding: 0 30px 0 25px;
    position: relative
}

.header-v0 .yt-header-middle .mini-cart-header .block-content .additems span {
    float: left
}

.header-v0 .yt-header-middle .mini-cart-header .block-content .additems p {
    float: right
}

.header-v0 .yt-header-middle .mini-cart-header .block-content #minicart-sidebar {
    padding-bottom: 20px;
    max-height: 285px;
    overflow: auto;
    background-color: #f2f2f2
}

.header-v0 .yt-header-middle .mini-cart-header .block-content #minicart-sidebar li.item {
    padding: 20px 20px 0 20px
}

.header-v0 .yt-header-middle .mini-cart-header .block-content #minicart-sidebar li.item .product-image {
    width: 72px;
    display: inline-block;
    float: left
}

.header-v0 .yt-header-middle .mini-cart-header .block-content #minicart-sidebar li.item .product-image img {
    width: 100%;
    border: 1px solid #ddd
}

.header-v0 .yt-header-middle .mini-cart-header .block-content #minicart-sidebar li.item .product-image img:hover {
    opacity: .7
}

.header-v0 .yt-header-middle .mini-cart-header .block-content #minicart-sidebar li.item .detail-item {
    margin-left: 85px;
    position: relative
}

.header-v0 .yt-header-middle .mini-cart-header .block-content #minicart-sidebar li.item .detail-item .rating-container {
    display: none
}

.header-v0 .yt-header-middle .mini-cart-header .block-content #minicart-sidebar li.item .detail-item .ratings .rating-box {
    margin-top: 0;
    display: none
}

.header-v0 .yt-header-middle .mini-cart-header .block-content #minicart-sidebar li.item .detail-item .ratings .rating-links {
    display: none
}

.header-v0 .yt-header-middle .mini-cart-header .block-content #minicart-sidebar li.item .detail-item .product-name {
    position: relative;
    padding-right: 30px;
    margin-top: -5px
}

.header-v0 .yt-header-middle .mini-cart-header .block-content #minicart-sidebar li.item .detail-item .product-name a {
    font-size: 100%;
    display: inline-block;
    padding: 0 0 3px;
    font-weight: bold;
    margin-right: 55px
}

.header-v0 .yt-header-middle .mini-cart-header .block-content #minicart-sidebar li.item .detail-item .product-name .qty-number {
    display: inline-block;
    width: 26px;
    height: 26px;
    border: 1px solid #ddd;
    line-height: 26px;
    text-align: center;
    color: #444;
    position: absolute;
    top: 6px;
    right: 0
}

.header-v0 .yt-header-middle .mini-cart-header .block-content #minicart-sidebar li.item .detail-item .product-details-bottom {
    position: absolute;
    top: 10px;
    right: 0
}

.header-v0 .yt-header-middle .mini-cart-header .block-content #minicart-sidebar li.item .detail-item .product-details-bottom .price {
    font-size: 100%;
    background-color: #999;
    color: #fff;
    padding: 7px 12px;
    font-weight: bold;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer
}

.header-v0 .yt-header-middle .mini-cart-header .block-content #minicart-sidebar li.item .detail-item .product-details-bottom .price:hover {
    background-color: #5e92df
}

.header-v0 .yt-header-middle .mini-cart-header .block-content #minicart-sidebar li.item .detail-item .product-details-bottom .truncated {
    display: none
}

.header-v0 .yt-header-middle .mini-cart-header .bottom-action {
    border-top: 1px solid #ddd;
    padding: 10px 0 10px
}

.header-v0 .yt-header-middle .mini-cart-header .bottom-action .button {
    height: 36px;
    line-height: 36px;
    font-weight: bold;
    margin-right: 7px
}

.header-v0 .yt-header-middle .mini-cart-header .bottom-action .button-total {
    padding: 10px 20px 0;
    border-top: 1px solid #ddd
}

.header-v0 .yt-header-middle .mini-cart-header .bottom-action .price-total {
    padding: 0 20px;
    font-weight: bold;
    font-size: 133.33%;
    text-transform: uppercase;
    margin-bottom: 10px
}

.header-v0 .yt-header-middle .mini-cart-header .bottom-action .price-total .price-total-w {
    float: right
}

.header-v0 .yt-header-middle .hot-lilne-wrapper {
    background: url(/skin/frontend/sm-shoppystore/default/images/hot-line-icon.png) no-repeat left center;
    padding-left: 48px;
    float: right;
    margin-top: 5px
}

.header-v0 .yt-header-middle .hot-lilne-wrapper h2 {
    font-weight: bold;
    margin-bottom: 2px
}

.header-v0 .yt-header-under {
    background-color: transparent;
    padding-top: 5px
}

.header-v0 .yt-header-under .sm_megamenu_wrapper_horizontal_menu.css_effect .sm_megamenu_lv1 > div {
    top: 28px
}

.header-v0 .yt-header-under .sm_megamenu_wrapper_horizontal_menu.css_effect .sm_megamenu_lv1 > div:hover {
    display: block !important
}

.header-v0 .yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li a.sm_megamenu_head .item-icon {
    right: 0
}

.header-v0 .yt-header-under .home-wrapper-item .color-block ul li a {
    width: 32px;
    height: 32px
}

.header-v0 .yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:first-child a.sm_megamenu_head, .header-v0 .yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li a.sm_megamenu_head {
    border: 0;
    line-height: 28px;
    font-weight: normal;
    font-size: 117.67%
}

.header-v0 .yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li a.sm_megamenu_head {
    margin-right: 1px
}

.header-v0 .ver-megamenu-header {
    position: relative
}

.header-v0 .ver-megamenu-header .mega-left-title strong {
    color: #fff
}

.header-v0 .ver-megamenu-header .sm_megamenu_wrapper_vertical_menu {
    display: none;
    position: absolute;
    width: 100%;
    margin-top: 0;
    margin-left: -1px
}

.header-v0 .ver-megamenu-header .sm_megamenu_wrapper_vertical_menu:before {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url(/skin/frontend/sm-shoppystore/default/images/icon-ver-menu2.png);
    background-repeat: no-repeat;
    background-position: center center;
    top: -8.9px;
    left: 20px;
    width: 14px;
    height: 10px
}

.header-v0 .ver-megamenu-header .button-ver-menu {
    line-height: 46px;
    padding: 0 26px 0 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    background-color: #0288d1;
    font-size: 150%
}

.header-v0 .ver-megamenu-header .button-ver-menu:before {
    content: "\f107";
    font-family: fontawesome;
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 13px
}

.yt-header-under .sm_megamenu_wrapper_horizontal_menu.css_effect .sm_megamenu_lv1:hover > div {
    display: block !important
}

.yt-header-under .sm_megamenu_wrapper_horizontal_menu.css_effect .sm_megamenu_lv1 > div {
    display: none !important
}

.header-v0 .yt-header-under .sm_megamenu_wrapper_horizontal_menu.css_effect .sm_megamenu_lv1 > div {
    top: 28px
}

.sm_megamenu_lv1 .sm_megamenu_dropdown_3columns {
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3)
}

.sm_megamenu_lv1 .sm_megamenu_dropdown_2columns {
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3)
}

.header-v0.header-v2 {
    display: block
}

.header-v0.header-v2 .rw-url .sm_megamenu_dropdown_2columns {
    width: 50%;
    left: 15px
}

.header-v0.header-v2 .sm-serachbox-pro .form-search .input-search #search {
    width: auto
}

.header-v0.header-v2 .yt-searchpro .sm-serachbox-pro .form-search {
    bottom: -59px
}

.header-v0.header-v2 .yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:first-child a.sm_megamenu_head, .header-v0.header-v2 .yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li a.sm_megamenu_head {
    font-weight: bold
}

.header-v0.header-v2 .yt-header-middle .mini-cart-header .block-title .btn-toggle:after {
    background-image: url(/skin/frontend/sm-shoppystore/default/images/red/icon-cartv2.png);
    margin-top: 6px
}

.header-v0.header-v2 .yt-header-middle .mini-cart-header .block-title {
    background: 0;
    padding: 0;
    border: 0
}

.header-v0.header-v2 .yt-header-middle .mini-cart-header .block-title .btn-toggle {
    background-color: #5e92df;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 0;
    font-size: 116.67%;
    height: 45px;
    line-height: 42px;
    padding: 0 15px 0 45px
}

.header-v0.header-v2 .yt-header-middle .mini-cart-header .block-title .btn-toggle:after {
    left: 15px
}

.header-v0.header-v2 .yt-header-top {
    border-top: 2px solid #5e92df;
    height: initial;
    background-color: #fff;
    border-bottom: 0
}

.header-v0.header-v2 .yt-header-top .yt-header-topv2 {
    margin-left: 15px;
    border-bottom: 1px solid #ddd;
    height: 40px
}

.header-v0.header-v2 .yt-header-top .yt-header-topv2 .offer-wrapper {
    line-height: 40px
}

.header-v0.header-v2 .yt-header-top .yt-header-topv2 .offer-wrapper .sp-ic {
    color: #444 !important
}

.header-v0.header-v2 .yt-header-top .yt-header-topv2 .block-action-header .jqTransformSelectWrapper > div span {
    line-height: 40px
}

.header-v0.header-v2 .yt-header-top .yt-header-topv2 .block-currency .jqTransformSelectOpen {
    border: 0
}

.header-v0.header-v2 .yt-header-top .yt-header-topv2 .top-link-account > ul > li {
    margin-top: 10px
}

.header-v0.header-v2 .yt-header-top .yt-header-topv2 .top-link-account > ul > li a {
    border: 0
}

.header-v0.header-v2 .yt-header-top .logo-wrapper {
    padding-right: 10px
}

.header-v0.header-v2 .yt-header-top .logo-wrapperv2 {
    min-height: 120px;
    padding: 20px 0 0 20px;
    background-color: #5e92df
}

.header-v0.header-v2 .yt-header-middle .yt-header-under .yt-menu {
    margin: 8px 0 0 0;
    display: inline-block
}

.header-v0.header-v2 .yt-header-middle .mini-cart-header {
    top: 2px
}

.header-v0.header-v2 .yt-searchpro {
    float: right;
    margin-left: 10px;
    position: relative;
    top: 2px
}

.sambar {
    position: relative
}

.sambar ul li {
    background: 0;
    margin: 0;
    padding: 0;
    position: relative
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li a.sm_megamenu_head .item-icon {
    display: inline-block;
    height: 21px;
    position: absolute;
    top: -16px;
    width: 50px
}

.sm_megamenu_wrapper_menu_full {
    width: 100%;
    margin: 0;
    display: block;
    position: relative;
    z-index: 9999
}

.sm_megamenu_wrapper_menu_full .sm_megamenu_menu {
    list-style: none;
    width: 940px;
    margin: 0 auto 0 auto;
    height: 43px;
    padding: 0 20px 0 20px
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li {
    display: inline-block;
    position: static;
    padding: 0;
    border: 0;
    float: left
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.fullwidth {
    position: static !important
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover a.sm_megamenu_head {
    text-shadow: none;
    position: relative;
    z-index: 11
}

.women-cat-parent .categories-item .sm_megamenu_col_2 {
    padding-left: 0 !important
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_right {
    float: right;
    right: 0;
    margin-right: 0
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_right:hover {
    margin-right: 0
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column, .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns, .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns, .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns, .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns, .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns, .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
    margin: 0 auto;
    position: absolute;
    text-align: left;
    z-index: 999
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {
    width: 16.6666666667%
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {
    width: 33.3333333333%
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {
    width: 50%
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {
    width: 66.6666666667%
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {
    width: 83.3333333333%
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
    width: 100%
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1columns > .sm_megamenu_firstcolumn, .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns > .sm_megamenu_firstcolumn, .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns > .sm_megamenu_firstcolumn, .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns > .sm_megamenu_firstcolumn, .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns > .sm_megamenu_firstcolumn, .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns > .sm_megamenu_firstcolumn {
    width: 100% !important;
    padding: 0 !important;
    direction: ltr
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_fullwidth {
    left: 21px;
    top: 33px;
    display: block
}

.sm_megamenu_wrapper_menu_full .sm_megamenu_menu li:hover .sm_megamenu_dropdown_fullwidth {
    left: 50%;
    margin-left: -470px;
    top: 32px;
    display: block
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_align_right {
    left: auto;
    right: 0
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_align_right {
    left: auto;
    right: 0
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_right:hover .sm_megamenu_dropdown_fullwidth {
    right: 18px;
    top: 33px
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_1, .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2, .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_3, .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_4, .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_5, .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6 {
    display: inline;
    float: left
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_1 {
    width: 16.6666666667%;
    padding: 0 15px
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2 {
    width: 33.3333333333%;
    padding: 0 15px
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_3 {
    width: 50%;
    padding: 0 15px
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_4 {
    width: 66.6666666667%;
    padding: 0 15px
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_5 {
    width: 83.3333333333%;
    padding: 0 15px
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6 {
    width: 100%
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_1, .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2, .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_3, .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_4, .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_5, .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6 {
    text-align: left
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column > .sm_megamenu_firstcolumn, .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns > .sm_megamenu_firstcolumn, .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns > .sm_megamenu_firstcolumn, .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns > .sm_megamenu_firstcolumn, .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns > .sm_megamenu_firstcolumn, .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns > .sm_megamenu_firstcolumn {
    width: 100% !important;
    padding: 0 !important
}

.yt-header-under {
    height: 70px
}

.yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:first-child {
    margin-left: 0
}

.yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li a.sm_megamenu_head {
    position: relative;
    line-height: 40px;
    outline: 0;
    padding: 0 15px 0 15px;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    border-right: 1px solid #555
}

.yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:first-child a.sm_megamenu_head {
    border-left: 1px solid #555
}

.yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > div {
    background-color: #fff;
    padding: 20px 0 30px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2)
}

.yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > div .sm_megamenu_title > a {
    display: block;
    padding: 6px 0
}

.yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li .sm_megamenu_title > span {
    margin-bottom: 10px;
    display: block;
    font-weight: bold
}

.yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li .border-column {
    border-right: 1px solid #ddd
}

.yt-header-under .sm_megamenu_wrapper_horizontal_menu.css_effect .sm_megamenu_lv1 > div {
    display: none;
    top: 40px
}

.yt-header-under .sm_megamenu_wrapper_horizontal_menu.css_effect .sm_megamenu_lv1:hover > div {
    display: block
}

.yt-header-under .image-st-botttom {
    padding: 0 30px
}

.image-st-botttom a img, .img-st-h a img {
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s
}

.image-st-botttom a img:hover, .img-st-h a img:hover {
    opacity: .8
}

.sm_megamenu_wrapper_horizontal_menu .sm-megamenu-hover .sm_megamenu_drop .sm_megamenu_icon:before {
    content: "\f0d7";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: .5em;
    position: absolute;
    top: 2px;
    right: -4px;
    font-size: 12px
}

.sambar {
    position: relative
}

.sambar a:focus {
    outline: 0
}

.mega-left-title {
    height: 52px;
    padding-left: 42px;
    position: relative
}

.mega-left-title strong {
    font-size: 125%;
    font-weight: bold;
    line-height: 52px;
    text-transform: uppercase
}

.mega-left-title strong:before {
    width: 52px;
    height: 52px;
    content: "";
    display: inline-block;
    background-image: url(/skin/frontend/sm-shoppystore/default/images/icon-ver-menu.png);
    background-repeat: no-repeat;
    background-position: center center;
    left: 0;
    top: 0;
    position: absolute
}

.sm_megamenu_wrapper_vertical_menu {
    display: block;
    position: relative;
    z-index: 29;
    border: 1px solid #ddd;
    border-top: 0;
    padding: 8px 0;
    margin-bottom: 30px
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu {
    list-style: none;
    padding: 0
}

.ver-megamenu-header .sm_megamenu_wrapper_vertical_menu .sm_megamenu_lv1 > a:before {
    font-family: "FontAwesome";
    font-size: 6px;
    content: "\f009";
    color: #666;
    margin-right: 5px;
    top: -2px;
    position: relative
}

.ver-megamenu-header .sm_megamenu_wrapper_vertical_menu li.sm_megamenu_drop > a:after {
    font-family: "FontAwesome";
    font-size: 12px;
    content: "\f0da";
    float: right;
    color: #999
}

.cmspage2 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_lv1 > a:before {
    font-family: "FontAwesome";
    font-size: 6px;
    content: "\f009";
    color: #666;
    margin-right: 5px;
    top: -2px;
    position: relative
}

.cmspage2 .sm_megamenu_wrapper_vertical_menu li.computer-hight-light > a:after, .cmspage2 .sm_megamenu_wrapper_vertical_menu .drop2-menu-parent > a:after {
    font-family: "FontAwesome";
    font-size: 12px;
    content: "\f0da";
    float: right;
    color: #999
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column, .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns, .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns, .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns, .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns, .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns, .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
    margin: 0 auto;
    top: -9999em;
    position: absolute;
    text-align: left;
    z-index: 999
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {
    width: 125px
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {
    width: 250px
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {
    width: 500px
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {
    width: 500px
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {
    width: 612px
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
    width: 814px
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
    width: 750px
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_1column, .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_2columns, .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_3columns, .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_4columns, .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_5columns, .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_6columns, .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_1column, .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_2columns, .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_3columns, .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_4columns, .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_5columns, .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_6columns {
    left: 268px;
    top: 0
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_fullwidth, .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.open .sm_megamenu_dropdown_fullwidth {
    left: 138px;
    top: -1px
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_1, .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_2, .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_3, .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_4, .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_5, .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_6 {
    display: inline;
    float: left
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_1 {
    width: 16.6666666667%;
    padding: 0 1%
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_2 {
    width: 33.3333333333%
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_3 {
    width: 50%
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_4 {
    width: 66.6666666667%
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_5 {
    width: 83.3333333333%
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_6 {
    width: 100%;
    padding: 0 5px
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1columns > .sm_megamenu_firstcolumn {
    width: 125px
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns > .sm_megamenu_firstcolumn {
    width: 250px
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns > .sm_megamenu_firstcolumn {
    width: 500px
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns > .sm_megamenu_firstcolumn {
    width: 500px
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns > .sm_megamenu_firstcolumn {
    width: 612px
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns > .sm_megamenu_firstcolumn {
    width: 814px
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.width-3columns-parent > div, .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.width-3columns-parent .width-3columns {
    width: 420px !important
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.width-3columns-parent > div .border-right-cols, .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.width-3columns-parent .width-3columns .border-right-cols {
    width: 50%
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.width-3columns-parent > div .cat1, .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.width-3columns-parent .width-3columns .cat1 {
    margin-bottom: 20px
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.width-3columns-parent > div .cat2, .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.width-3columns-parent .width-3columns .cat2 {
    padding-left: 35px
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.width-3columns-parent > div .border-right-col, .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.width-3columns-parent .width-3columns .border-right-col {
    padding-left: 25px !important;
    width: 50%
}

.megamenu-tag {
    width: 100% !important
}

.megamenu-tag .tag-menu {
    padding: 0 60px;
    background-color: #eee;
    position: relative;
    height: 50px;
    line-height: 50px
}

.megamenu-tag .tag-menu li {
    float: left;
    margin-right: 6px !important
}

.megamenu-tag .tag-menu li span {
    color: #333;
    font-weight: bold
}

.megamenu-tag .tag-menu li a {
    color: #333
}

.megamenu-tag .tag-menu li a:hover {
    color: #5e92df
}

.megamenu-text-menu {
    width: 42.9% !important;
    margin-bottom: 15px;
    padding: 0 25px !important
}

.megamenu-text-menu .megamenu-text h2 {
    font-size: 183.33%;
    font-weight: bold;
    margin-bottom: 15px
}

.img-menu {
    width: 57.1% !important;
    padding: 0 !important
}

.drop-menu {
    padding-left: 5px
}

.drop-menu .menu-title {
    margin-top: 25px;
    margin-bottom: 5px
}

.drop-menu .menu-content li {
    line-height: 27px
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {
    width: 500px !important
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns > .sm_megamenu_firstcolumn {
    width: 500px !important;
    padding: 0 !important
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li > div {
    padding: 0 !important
}

.megamenu-product {
    margin-left: 25px
}

.megamenu-product .bs-item {
    float: left
}

.megamenu-product .bs-image {
    position: relative;
    display: inline-block
}

.megamenu-product .bs-image .sale-item {
    top: 7px;
    left: 7px
}

.megamenu-product .bs-image .new-item {
    top: 7px;
    right: 7px
}

.megamenu-product .bs-content {
    padding: 10px 0 0
}

.megamenu-product .bs-content .bs-title {
    margin: 5px 0 3px
}

.megamenu-product .bs-content .bs-title a {
    font-size: 116.67%
}

.megamenu-product .bs-content .bs-price .price-box {
    height: 30px;
    line-height: 30px
}

.megamenu-product .bs-content .bs-price .price-box .price {
    font-size: 150%;
    font-weight: bold;
    color: #ea3a3c
}

.megamenu-product .bs-content .bs-price .price-box .special-price {
    margin-right: 1px
}

.megamenu-product .bs-content .bs-price .price-box .old-price .price {
    font-size: 100%;
    font-weight: bold;
    color: #999;
    position: relative;
    top: 2px
}

.megamenu-product .bs-content .bs-review .rating-links {
    display: none
}

.featured-product-menu .bs-item {
    padding-right: 25px;
    margin-right: 25px;
    border-right: 1px solid #ddd
}

.featured-product-menu .bs-item:last-child {
    border-right: 0;
    margin: 0;
    padding: 0
}

.drop-menu-v0 {
    margin-left: 30px
}

.drop-menu-v0 .menu-title {
    margin-top: 25px;
    margin-bottom: 5px
}

.drop-menu-v0 .menu-content li {
    line-height: 27px
}

.drop-menu-v0 .sub-memnu {
    width: 50%;
    float: left
}

.drop-menu-v0 .menuv2, .drop-menu-v0 .menuv4 {
    padding-left: 20px
}

.img-menu2 {
    width: 38.3% !important
}

.sub-menu2 {
    width: 61.7% !important
}

.computer-hight-light .featured-product-menu {
    width: 79% !important;
    padding: 25px 0 0 0 !important
}

.computer-hight-light .featured-product-menu .sm_megamenu_title {
    padding-left: 23px
}

.more-wrap {
    padding: 8px 10px 10px 20px
}

.more-wrap > a {
    font-weight: bold
}

.more-wrap > a:before {
    font-family: "FontAwesome";
    font-size: 6px;
    content: "\f009";
    color: #666;
    margin-right: 8px;
    top: -2px;
    position: relative;
    font-weight: normal
}

.more-wrap > a:hover:before {
    color: #5e92df
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li > a {
    display: block;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    height: 36px;
    line-height: 33px;
    padding: 0 20px 0 20px
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li:hover > a {
    background-color: #5e92df;
    color: #fff !important
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li:hover > a:after {
    color: #fff
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li:hover > a:before {
    color: #fff
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li > div {
    background-color: #fff;
    padding: 10px 0 21px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border: 0
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li .sm_megamenu_title > span {
    font-size: 150%;
    margin-bottom: 4px;
    display: block
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li div.sm_megamenu_title a {
    text-decoration: none;
    text-shadow: none;
    border: 0;
    padding: 5px 0;
    display: block
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li.parent-child > a:before {
    font-family: "FontAwesome";
    font-size: 12px;
    content: "\f105";
    float: right
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li.sm_megamenu_actived > a {
    background-color: #eee
}

.sm_megamenu_wrapper_vertical_menu.css_effect .sm_megamenu_lv1 > div {
    display: none;
    left: 268px
}

.sm_megamenu_wrapper_vertical_menu.css_effect .sm_megamenu_lv1:hover > div {
    display: block
}

.image-category-menu {
    margin-bottom: 10px
}

.sm-serachbox-pro .form-search {
    border: 1px solid #ddd;
    display: inline-block;
    position: relative
}

.sm-serachbox-pro .form-search .cat-wrapper {
    width: 140px;
    float: left;
    position: relative;
    cursor: pointer;
    height: 39px;
    border-right: 1px solid #ddd
}

.sm-serachbox-pro .form-search .cat-wrapper:after {
    content: "\f0d7";
    font-family: FontAwesome;
    font-style: normal;
    text-align: center;
    right: -7px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #999;
    border: 1px solid #ddd;
    width: 13px;
    height: 13px;
    line-height: 11px;
    position: absolute;
    top: 12px;
    background-color: #fff
}

.sm-serachbox-pro .form-search .cat-wrapper span {
    display: inline-block;
    line-height: 37px;
    overflow: hidden;
    padding-left: 20px;
    white-space: nowrap;
    position: relative;
    cursor: pointer
}

.sm-serachbox-pro .form-search .cat-wrapper select {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 40px;
    opacity: 0;
    cursor: pointer
}

.sm-serachbox-pro .form-search .input-search {
    position: relative
}

.sm-serachbox-pro .form-search .input-search #search {
    border: 0;
    background: 0;
    height: 24px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 5px;
    width: 100%;
    padding-left: 35px
}

.sm-serachbox-pro .form-search .input-search #search:focus {
    border: 0;
    background: 0
}

.sm-serachbox-pro .form-search .button-search-pro {
    font-size: 16px;
    position: absolute;
    right: 9px;
    top: 9px
}

.sm-serachbox-pro .form-search .button-search-pro:hover {
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2)
}

.sm-serachbox-pro .sm-searchbox-popular .sm-searchbox-popular-title {
    float: left
}

.sm-serachbox-pro .sm-searchbox-popular .sm-searchbox-keyword {
    float: left
}

.sm-serachbox-pro .sm-searchbox-popular .sm-searchbox-keyword .sm-searchbox-keyword-list li {
    display: inline-block
}

.sm-serachbox-pro .sm-searchbox-advanced {
    clear: both
}

.btn-search-mobilev2 {
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    color: #999
}

.btn-search-mobilev2:hover {
    background: #5e92df;
    color: #fff;
    border-color: #5e92df;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s
}

.yt-searchpro .sm-serachbox-pro .form-search {
    position: absolute;
    right: 0;
    bottom: -70px;
    background: #fff;
    display: none
}

.price_filter {
    height: 24px;
    margin: 10px 0 5px;
    overflow: hidden;
    background-repeat: repeat-x;
    background-position: left center;
    position: relative
}

.price_filter:before, .price_filter:after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    z-index: 1
}

.price_filter:before {
    left: 0
}

.price_filter:after {
    right: 0
}

#layered-navigation .block-title strong {
    font-size: 167.67%;
    position: relative;
    top: -10px;
    text-transform: uppercase;
    padding-left: 0
}

.button.btn-shopby {
    line-height: 35px;
    height: 35px;
    padding: 0 8px;
    font-weight: bold
}

#narrow-by-list .check-shopby {
    display: none
}

.block-layered-nav {
    border-top: 1px solid #5e92df !important
}

.block-layered-nav .filter-wrapp {
    margin-bottom: 22px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ddd
}

.block-layered-nav .filter-wrapp:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.block-layered-nav .filter-wrapp .wrap-price-shopby .ac-shopby {
    padding: 10px 0 5px
}

.block-layered-nav .filter-wrapp .wrap-price-shopby > ul {
    display: none
}

.block-layered-nav .filter-wrapp .wrap-price-shopby .price-input {
    display: inline-block
}

.block-layered-nav .filter-wrapp .wrap-price-shopby .btn-shopby-wrapper {
    display: inline-block;
    float: right
}

.block-layered-nav .filter-wrapp .wrap-price-shopby .btn-shopby-wrapper .btn-shopby {
    border-radius: 2px;
    -webkit-border-radius: 2px
}

.block-layered-nav .filter-wrapp:first-child {
    padding-top: 0
}

.block-layered-nav .filter-wrapp .txt-price-shopby {
    border: 1px solid #ddd;
    width: 74px;
    height: 35px;
    padding: 0;
    text-align: left;
    padding: 0 10px;
    border-radius: 2px;
    -webkit-border-radius: 2px
}

.block-layered-nav .filter-wrapp #price-filter-min-text {
    margin-right: 6px
}

.block-layered-nav .filter-wrapp dt {
    font-size: 116.67%;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 5px;
    color: #444
}

.layer-noshopby #narrow-by-list > div:first-child {
    padding-top: 5px
}

.block-layered-nav #narrow-by-list ol li {
    padding: 5px 0;
    position: relative;
    height: 27px;
    clear: none !important
}

.block-layered-nav #narrow-by-list ol li:before {
    width: 11px;
    height: 11px;
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    z-index: 10;
    display: inline-block;
    background-image: url(/skin/frontend/sm-shoppystore/default/images/check-shopby.png);
    background-repeat: no-repeat;
    background-position: left top
}

.block-layered-nav #narrow-by-list ol li a.checked:after {
    background-color: #fff;
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 7px;
    left: 2px;
    z-index: 99
}

.block-layered-nav #narrow-by-list ol li:hover a:before {
    background-color: #fff;
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 7px;
    left: 2px;
    z-index: 55
}

.block-layered-nav #narrow-by-list ol li.active:before {
    background-color: #999
}

.block-layered-nav #narrow-by-list ol li.active:before {
    background-position: left bottom;
    z-index: 33
}

.block-layered-nav #narrow-by-list ol li a {
    padding: 2px 0 2px 20px;
    position: relative
}

.block-layered-nav #narrow-by-list ol li a:before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 44
}

.price_filter {
    background: url(/skin/frontend/sm-shoppystore/default/images/bg-fillter-price.png) repeat-x left center
}

.price_filter .price-from, .price_filter .price-to {
    height: 18px;
    width: 18px;
    border: 2px solid #999;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #fff;
    cursor: e-resize;
    display: block;
    margin-top: 3px;
    position: relative;
    z-index: 2
}

.price_filter .price-to {
    cursor: w-resize;
    margin-top: -18px
}

#price-filter-max-display {
    float: right
}

.price_filter .price-from:before, .price_filter .price-to:before {
    content: "";
    display: inline-block;
    height: 4px;
    position: absolute;
    top: 5px;
    width: 1000px;
    background: #ababab
}

.price_filter .price-from:before {
    left: -1000px
}

.price_filter .price-to:before {
    right: -1000px
}

.sp-right {
    float: right
}

#loading {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999
}

#loading img {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -17px;
    z-index: 99999;
    padding: 5px;
    background-color: black;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px
}

.block-layered-nav .currently {
    padding: 20px 0 0 0
}

.block-layered-nav .currently .block-subtitle {
    text-transform: uppercase;
    font-size: 116.67%;
    margin-bottom: 5px
}

.block-layered-nav .currently ol {
    border-bottom: 1px dotted #ddd;
    padding-bottom: 10px
}

.block-layered-nav .currently ol li {
    padding: 4px 0
}

.block-layered-nav .currently ol li .btn-remove:before {
    content: '\f00d';
    font-family: 'FontAwesome';
    font-size: 12px;
    padding: 5px
}

.block-layered-nav .currently ol li .btn-remove:before:hover {
    color: red
}

.clear-fillter {
    position: relative;
    background-color: #999;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 20px;
    display: inline-block;
    margin-bottom: 20px
}

.block-layered-nav #narrow-by-list ol li {
    position: relative
}

.block-layered-nav #narrow-by-list ol li:after {
    position: absolute;
    top: 8px;
    left: 0;
    width: 11px;
    height: 11px;
    display: inline-block;
    content: "";
    z-index: 44
}

.block-layered-nav #narrow-by-list ol li.Black:after {
    background: #000
}

.block-layered-nav #narrow-by-list ol li.Blue:after {
    background: #00f
}

.block-layered-nav #narrow-by-list ol li.Brown:after {
    background: #a52a2a
}

.block-layered-nav #narrow-by-list ol li.Charcoal:after {
    background: #222
}

.block-layered-nav #narrow-by-list ol li.Cyan:after {
    background: #45c0d6
}

.block-layered-nav #narrow-by-list ol li.Green:after {
    background: #008000
}

.block-layered-nav #narrow-by-list ol li.Gray:after {
    background: gray
}

.block-layered-nav #narrow-by-list ol li.Indigo:after {
    background: #460082
}

.block-layered-nav #narrow-by-list ol li.Ivory:after {
    background: #fffff0
}

.block-layered-nav #narrow-by-list ol li.Khaki:after {
    background: #f0e68c
}

.block-layered-nav #narrow-by-list ol li.Orange:after {
    background: orange
}

.block-layered-nav #narrow-by-list ol li.Pink:after {
    background: #ffc0cb
}

.block-layered-nav #narrow-by-list ol li.Red:after {
    background: red
}

.block-layered-nav #narrow-by-list ol li.Royal_Blue:after {
    background: #4169e1
}

.block-layered-nav #narrow-by-list ol li.Silver:after {
    background: silver
}

.block-layered-nav #narrow-by-list ol li.Taupe:after {
    background: #8b8589
}

.block-layered-nav #narrow-by-list ol li.White:after {
    background: #fff
}

.block-layered-nav #narrow-by-list ol li.Yellow:after {
    background: #ece12d
}

.block-layered-nav #narrow-by-list ol li.Magenta:after {
    background: #f0f
}

.block-layered-nav .filter-wrapp.Material ol li a:after {
    background-color: transparent !important
}

.nicescroll-rails {
    width: 14px !important;
    border-radius: 7px
}

#narrow-by-list ol li a.checked:after {
    content: "";
    width: 11px;
    height: 11px;
    display: inline-block;
    position: absolute;
    left: 0
}

.block-layered-nav .filter-wrapp.Price dd {
    max-height: inherit !important;
    overflow: visible !important
}

.cmspage1 .item-time {
    position: absolute;
    top: -35px;
    right: 0
}

.cmspage1 .item-time .item-timer {
    background: #5e92df;
    display: inline-flex;
    position: relative;
    color: #fff;
    font-size: 15px;
    line-height: 27px
}

.cmspage1 .item-time .item-timer .item-time {
    background-color: #0288d1 !important
}

.cmspage1 .item-time .item-timer .time-min {
    background-color: #0288d1 !important
}

.cmspage1 .item-time .item-timer .time-hour {
    background-color: #5e92df !important;
    width: 26px !important
}

.cmspage1 .item-time .item-timer .time-sec {
    background-color: #5e92df !important;
    width: 26px !important
}

.cmspage1 .item-time .item-timer .time-item {
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #5e92df;
    display: inline-block;
    color: #fff;
    padding: 5px 0 2px;
    line-height: 20px;
    font-size: 12px !important;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s
}

.cmspage1 .item-time .item-timer .time-item .num-time {
    font-size: 116.67%;
    font-weight: bold
}

.cmspage1 .item-time .item-timer .time-item .name-time {
    font-size: 83.33%
}

.item-time {
    position: absolute;
    top: -35px;
    right: 0
}

.item-time .item-timer .item-time {
    background-color: #0288d1 !important
}

.item-time .item-timer .time-item {
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #5e92df;
    display: inline-block;
    color: #fff;
    padding: 5px 0 2px;
    line-height: 15px;
    font-size: 12px !important;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s
}

.item-time .item-timer .time-item .num-time {
    font-size: 116.67%;
    font-weight: bold
}

.item-time .item-timer .time-item .name-time {
    font-size: 83.33%
}

.cmspage1 .w-deal-res .owl-wrapper-outer:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 14px;
    width: 84px;
    height: 84px;
    background: url(/skin/frontend/sm-shoppystore/default/images/icon-deal.png) no-repeat top left;
    z-index: 9;
    cursor: pointer
}

.w-deal-res {
    position: relative
}

.w-deal-res .owl-controls .owl-pagination .owl-page {
    width: 10px;
    height: 10px
}

.w-deal-res .respl-item .item-inner .item-info {
    padding-left: 5px;
    text-align: left
}

.w-deal-res .respl-item .item-inner .item-info .item-price {
    margin-bottom: 8px;
    text-align: center
}

.w-deal-res .owl-theme .owl-controls {
    top: 5px;
    line-height: 35px;
    height: 35px;
    background-color: #eee;
    border-top: 1px solid #ddd
}

.w-deal-res .owl-controls .owl-pagination .owl-page {
    border-radius: 0
}

.w-deal-res .respl-item .item-inner .w-image-box {
    margin-top: 35px
}

.w-deal-res .customNavigation .button-default1 {
    position: absolute;
    top: 35%;
    z-index: 9;
    border: 0;
    font-size: 30px;
    color: #999;
    cursor: pointer
}

.w-deal-res .customNavigation .prev-deal {
    left: 10px
}

.w-deal-res .customNavigation .prev-deal:hover {
    color: #5e92df
}

.w-deal-res .customNavigation .next-deal {
    right: 10px
}

.w-deal-res .customNavigation .next-deal:hover {
    color: #5e92df
}

.w-deal-res:hover .customNavigation .button-default {
    background-color: transparent
}

.slider-deal .respl-item {
    margin-bottom: 0
}

.home-top-right {
    padding-left: 0
}

.deal-wrapper {
    position: relative;
    top: 0;
    clear: both;
    border: 1px solid #ddd
}

.deal-wrapper .block-title-default {
    margin-bottom: 20px
}

.cms-home-v3 .deal-wrapper {
    margin-bottom: 18px;
    padding-bottom: 10px;
    overflow: hidden;
    border: 0
}

.cms-home-v3 .deal-wrapper .overflow-owl-slider {
    overflow: visible
}

.cms-home-v3 .deal-wrapper .owl-carousel .owl-wrapper-outer {
    overflow: visible
}

.cms-home-v3 .deal-wrapper .block-title-default {
    border-bottom: 2px solid #5e92df;
    height: 45px;
    margin-bottom: 30px
}

.cms-home-v3 .deal-wrapper .block-title-default span {
    font-size: 133.33%;
    background-color: #5e92df;
    color: #fff;
    padding: 0 20px;
    height: 43px;
    line-height: 43px
}

.cms-home-v3 .deal-wrapper .item-inner {
    padding: 15px 15px 30px
}

.cms-home-v3 .deal-wrapper .item-inner .hover-image {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0
}

.cms-home-v3 .deal-wrapper .item-inner:hover {
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3)
}

.cms-home-v3 .deal-wrapper .item-inner:hover .item-time {
    display: block;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s
}

.cms-home-v3 .deal-wrapper .item-inner:hover .hover-image {
    visibility: visible;
    opacity: 1;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s
}

.cms-home-v3 .deal-wrapper .item-inner .btn-cart:hover {
    background: #f44336 !important;
    color: #fff !important;
    border-color: #f44336 !important
}

.cms-home-v3 .deal-wrapper .item-inner:before {
    background: 0
}

.cms-home-v3 .deal-wrapper .item-inner .w-image-box {
    margin: 0
}

.cms-home-v3 .deal-wrapper .item-inner .item-info {
    text-align: center;
    padding-left: 0
}

.cms-home-v3 .deal-wrapper .item-time {
    display: none;
    position: absolute;
    top: 33%;
    right: 27%
}

.cms-home-v3 .deal-wrapper .item-time .item-timer {
    background: #5e92df;
    display: inline-flex;
    font-size: 15px;
    position: relative;
    color: #fff;
    line-height: 35px !important
}

.cms-home-v3 .deal-wrapper .item-time .item-timer .time-item {
    width: 32px !important;
    height: 37px !important;
    background-color: #5e92df;
    display: inline-block;
    line-height: 28px !important
}

.cms-home-v3 .deal-wrapper .item-time .item-timer .time-item.time-min {
    width: 37px !important;
    background-color: #0288d1;
    display: inline-block
}

.cms-home-v3 .deal-wrapper .custom-nav-default {
    position: absolute;
    right: 0;
    top: 9px
}

.cms-home-v3 .deal-wrapper .custom-nav-default .prev-deal {
    margin-right: -3px
}

.cms-home-v3 .deal-wrapper .custom-nav-default .button-default1 {
    width: 34px;
    height: 34px;
    display: inline-block;
    background: #ddd;
    line-height: 34px;
    font-size: 18px;
    color: #999
}

.cms-home-v3 .deal-wrapper .custom-nav-default .button-default1:hover {
    background: #5e92df;
    color: #fff
}

.cms-home-v3 .slider-deal .respl-item {
    background: #fff
}

.sj-listing-tabs .block-title {
    position: relative
}

.sj-listing-tabs .block-title strong {
    font-size: 116.67%;
    padding-left: 40px;
    line-height: 35px;
    text-transform: uppercase
}

.cmspage1 .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel span {
    color: #5e92df
}

.cmspage1 .sj-listing-tabs .ltabs-items-container.show-slider .owl-theme .owl-controls {
    background: 0;
    top: -2px;
    right: 10px
}

.cmspage1 .sj-listing-tabs .ltabs-items-container.show-slider .owl-theme .owl-controls .owl-nav > div {
    background: #fff
}

.cmspage1 .sj-listing-tabs .block-title {
    position: relative;
    background: #eee;
    height: 40px;
    border-bottom: 1px solid #5e92df
}

.cmspage1 .sj-listing-tabs .block-title strong {
    font-size: 116.67%;
    padding-left: 50px;
    line-height: 40px;
    text-transform: uppercase
}

.cmspage1 .sj-listing-tabs .ltabs-tab-img {
    margin-bottom: 16px
}

.cmspage1 .sj-listing-tabs .ltabs-tab-img img {
    margin-bottom: 10px
}

.cmspage1 .sj-listing-tabs .ltabs-tab-img span {
    font-weight: bold;
    color: #666
}

.cmspage1 .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li:first-child {
    border-left: 1px solid #ddd
}

.cmspage1 .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd
}

.cmspage1 .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs .ltabs-tab.tab-sel:hover {
    background-color: #fff
}

.cmspage1 .sj-listing-tabs .ltabs-items-container .ltabs-items {
    width: auto
}

.cmspage1 .slider-brand-bottom-wrapper .slider-brand-bottom {
    margin-top: 30px
}

.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs {
    display: block;
    margin-bottom: 30px
}

.ltabs-tabs-wrap {
    margin-top: 30px
}

.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs .ltabs-tab:hover {
    background-color: #f7f7f7
}

.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs .ltabs-tab:hover span {
    color: #5e92df
}

.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel > span {
    color: #5e92df
}

.cmspage2 .sj-listing-tabs.sj-listing-tabs-v2-2 .ltabs-items-container.show-slider .owl-theme .owl-controls {
    top: 50px
}

.sj-listing-tabs .ltabs-items-container .ltabs-items-selected .owl-controls .owl-prev:hover {
    color: #5e92df;
    border-color: #5e92df
}

.sj-listing-tabs .ltabs-items-container .ltabs-items-selected .owl-controls .owl-next:hover {
    color: #5e92df;
    border-color: #5e92df
}

.cmspage2 .sj-listing-tabs .ltabs-tabs-wrap {
    margin-top: 0
}

.cmspage2 .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs {
    border: 0;
    margin-bottom: 0
}

.cmspage2 .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li {
    border: 0;
    background: transparent;
    max-width: 100%;
    min-width: auto
}

.cmspage2 .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel {
    border: 0;
    margin: 0
}

.cmspage2 .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel span {
    color: #444 !important
}

.cmspage2 .sj-listing-tabs .ltabs-items-container .ltabs-items-selected {
    width: 100%
}

.cmspage2 .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li.ltabs-tab > span {
    margin-bottom: -2px !important;
    padding-bottom: 7px !important;
    color: #999;
    margin-left: -20px;
    font-size: 150%;
    text-transform: uppercase;
    padding: 0;
    margin-top: -8px
}

.cmspage2 .sj-listing-tabs .ltabs-items-container.show-slider .ltabs-items .ltabs-item .item-inner {
    margin-left: 0
}

.cmspage2 .sj-listing-tabs .ltabs-items-container.show-slider .owl-theme .owl-controls {
    background: transparent;
    top: -15px
}

.cmspage2 .sj-listing-tabs .block-title-v2 ul li:first-child span {
    border-bottom: 2px solid #5e92df !important
}

.cmspage2 .sj-listing-tabs .respl-item .item-inner .w-image-box img {
    border-bottom: 1px solid #ddd
}

.cmspage2 .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li {
    padding: 0 20px
}

.cmspage2 .sj-listing-tabs .respl-item .item-inner {
    padding: 0 0 15px
}

.cmspage2 .sj-listing-tabs .respl-item .item-inner .add-to-links {
    margin-left: 0;
    display: inline-block
}

.cmspage2 .super-cat-wrapper .respl-item .item-inner:hover {
    box-shadow: none
}

.cmspage2 .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li:after {
    content: "";
    background: url(/skin/frontend/sm-shoppystore/default/images/sn-v2.png) no-repeat center center;
    position: absolute;
    width: 20px;
    height: 15px
}

.cmspage2 .sj-listing-tabs.sj-listing-tabs-v2-2 .ltabs-tabs-container .ltabs-tabs li:after {
    display: none
}

.cmspage2 .sj-listing-tabs {
    margin-bottom: 30px
}

.cmspage2 .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs .ltabs-tab:hover {
    background: 0
}

.cmspage2 .sj-listing-tabs-v2-2 .block-titlev2 {
    font-size: 150%;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 2px solid #ddd;
    padding-bottom: 7px
}

.cmspage2 .sj-listing-tabs-v2-2 .block-titlev2 span {
    border-bottom: 2px solid #5e92df;
    padding-bottom: 8px
}

.cmspage2 .sj-listing-tabs.sj-listing-tabs-v2-2 .ltabs-tabs-container .ltabs-tabs li {
    padding: 0
}

.cmspage2 .sj-listing-tabs.sj-listing-tabs-v2-2 .ltabs-tabs-container .ltabs-tabs li {
    margin: 0
}

.cmspage2 .sj-listing-tabs.sj-listing-tabs-v2-2 .ltabs-tabs-container .ltabs-tabs li.tab-sel span {
    border-color: #5e92df;
    color: #fff !important;
    background: #5e92df
}

.cmspage2 .sj-listing-tabs.sj-listing-tabs-v2-2 .ltabs-tabs-container .ltabs-tabs li.tab-sel:before {
    position: absolute;
    content: "";
    border-top: 9px solid #fff;
    border-right: 9px solid transparent;
    border-left: 0 solid transparent;
    margin-left: 3px
}

.cmspage2 .sj-listing-tabs.sj-listing-tabs-v2-2 .ltabs-tabs-container .ltabs-tabs li {
    margin: 22px 5px 35px 0
}

.cmspage2 .sj-listing-tabs.sj-listing-tabs-v2-2 .ltabs-tabs-container .ltabs-tabs li span {
    border: 1px solid #ddd;
    margin: 0;
    padding: 5px 20px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    color: #444
}

.cmspage2 .sj-listing-tabs.sj-listing-tabs-v2-2 .ltabs-tabs-container .ltabs-tabs li span:hover {
    border-color: #5e92df;
    color: #fff !important;
    background: #5e92df
}

.cmspage2 .sn-inner:first-child {
    margin-bottom: 28px
}

.cmspage2.catalog-category-view .yt-content-inner #layered-navigation {
    margin-bottom: 15px
}

.cmspage2.catalog-category-view .brand-footer {
    border: 1px solid #ddd;
    margin-bottom: 30px
}

.blog-testimino {
    display: none
}

.cmspage2.cms-index-index .blog-testimino {
    display: block
}

.sj-listing-tabs-v2-1 .ltabs-items-container.show-slider .ltabs-items .ltabs-item .item-inner {
    margin-bottom: 1px
}

.margin-sl-image {
    margin: 0 -5px
}

.sm_imageslider_wrap {
    overflow: hidden
}

.sm_imageslider_wrap .pre-text, .sm_imageslider_wrap .post-text {
    margin: 10px 0
}

.sm_imageslider_wrap .title-imageslider {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px
}

.sm_imageslider .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.sm_imageslider .owl-animated-in {
    z-index: 0
}

.sm_imageslider .owl-animated-out {
    z-index: 1
}

.sm_imageslider .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {

0
{
    opacity: 1
}
100
%
{
    opacity: 0
}
}
@keyframes fadeOut {

0
{
    opacity: 1
}
100
%
{
    opacity: 0
}
}
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.sm_imageslider {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.sm_imageslider .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.sm_imageslider .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.sm_imageslider .owl-stage-outer {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0)
}

.sm_imageslider .owl-controls .owl-nav .owl-prev, .sm_imageslider .owl-controls .owl-nav .owl-next, .sm_imageslider .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.sm_imageslider .owl-dots .owl-dot {
    display: inline-block
}

.sm_imageslider.owl-loaded {
    display: block
}

.sm_imageslider.owl-loading {
    opacity: 0;
    display: block
}

.sm_imageslider.owl-hidden {
    opacity: 0
}

.sm_imageslider .owl-refresh .owl-item {
    display: none
}

.sm_imageslider .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    padding: 0 5px;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.sm_imageslider .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.sm_imageslider.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.sm_imageslider .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.sm_imageslider.owl-rtl {
    direction: rtl
}

.sm_imageslider.owl-rtl .owl-item {
    float: right
}

.no-js .sm_imageslider {
    display: block
}

.sm_imageslider .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.sm_imageslider .owl-item img {
    transform-style: preserve-3d
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    background: none repeat scroll 0 0 #d6d6d6;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block !important;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px
}

.sm_imageslider .owl-controls .owl-dot, .sm_imageslider .owl-controls .owl-nav .owl-next, .sm_imageslider .owl-controls .owl-nav .owl-prev {
    -moz-user-select: none;
    cursor: pointer
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: none repeat scroll 0 0 #869791
}

.owl-theme .owl-dots .owl-dot span {
    background: none repeat scroll 0 0 #d6d6d6;
    border-radius: 30px;
    display: block;
    height: 10px;
    margin: 5px 7px;
    transition: opacity 200ms ease 0;
    width: 10px
}

.clear {
    clear: both
}

.categories-title-text {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase
}

.sm-categories {
    margin: 20px 0;
    overflow: hidden
}

.sm-categories .intro_text, .sm-categories .footer_text {
    margin: 10px 0
}

.sm-categories .cat-wrap {
    width: 100%;
    display: inline-block
}

.sm-categories.lt-ie9.preset01-1 .cat-wrap .content-box {
    float: left;
    margin: 0;
    width: 100%
}

.sm-categories.lt-ie9.preset01-2 .cat-wrap .content-box {
    float: left;
    margin: 0 1%;
    width: 48%
}

.sm-categories.lt-ie9.preset01-3 .cat-wrap .content-box {
    float: left;
    margin: 0 1%;
    width: 31.3333%
}

.sm-categories.lt-ie9.preset01-4 .cat-wrap .content-box {
    float: left;
    margin: 0 1%;
    width: 23%
}

.sm-categories.lt-ie9.preset01-5 .cat-wrap .content-box {
    float: left;
    margin: 0 1%;
    width: 18%
}

.sm-categories.lt-ie9.preset01-6 .cat-wrap .content-box {
    float: left;
    margin: 0 1%;
    width: 14.6666%
}

.sm-categories.lt-ie9.preset01-1 .clr1, .sm-categories.lt-ie9.preset01-2 .clr2, .sm-categories.lt-ie9.preset01-3 .clr3, .sm-categories.lt-ie9.preset01-4 .clr4, .sm-categories.lt-ie9.preset01-5 .clr5, .sm-categories.lt-ie9.preset01-6 .clr6 {
    clear: both
}

@media all and (max-width: 320px) {
    .sm-categories.preset05-1 .cat-wrap .content-box {
        float: left;
        margin: 0;
        width: 100%
    }

    .sm-categories.preset05-2 .cat-wrap .content-box {
        float: left;
        margin: 0 1%;
        width: 48%
    }

    .sm-categories.preset05-3 .cat-wrap .content-box {
        float: left;
        margin: 0 1%;
        width: 31.3333%
    }

    .sm-categories.preset05-4 .cat-wrap .content-box {
        float: left;
        margin: 0 1%;
        width: 23%
    }

    .sm-categories.preset05-5 .cat-wrap .content-box {
        float: left;
        margin: 0 1%;
        width: 18%
    }

    .sm-categories.preset05-6 .cat-wrap .content-box {
        float: left;
        margin: 0 1%;
        width: 14.6666%
    }

    .sm-categories.preset05-1 .clr1, .sm-categories.preset05-2 .clr2, .sm-categories.preset05-3 .clr3, .sm-categories.preset05-4 .clr4, .sm-categories.preset05-5 .clr5, .sm-categories.preset05-6 .clr6 {
        clear: both
    }
}

@media all and (min-width: 321px) and (max-width: 480px) {
    .sm-categories.preset04-1 .cat-wrap .content-box {
        float: left;
        margin: 0;
        width: 100%
    }

    .sm-categories.preset04-2 .cat-wrap .content-box {
        float: left;
        margin: 0 1%;
        width: 48%
    }

    .sm-categories.preset04-3 .cat-wrap .content-box {
        float: left;
        margin: 0 1%;
        width: 31.3333%
    }

    .sm-categories.preset04-4 .cat-wrap .content-box {
        float: left;
        margin: 0 1%;
        width: 23%
    }

    .sm-categories.preset04-5 .cat-wrap .content-box {
        float: left;
        margin: 0 1%;
        width: 18%
    }

    .sm-categories.preset04-6 .cat-wrap .content-box {
        float: left;
        margin: 0 1%;
        width: 14.6666%
    }

    .sm-categories.preset04-1 .clr1, .sm-categories.preset04-2 .clr2, .sm-categories.preset04-3 .clr3, .sm-categories.preset04-4 .clr4, .sm-categories.preset04-5 .clr5, .sm-categories.preset04-6 .clr6 {
        clear: both
    }
}

@media all and (min-width: 481px) and (max-width: 768px) {
    .sm-categories.preset03-1 .cat-wrap .content-box {
        float: left;
        margin: 0;
        width: 100%
    }

    .sm-categories.preset03-2 .cat-wrap .content-box {
        float: left;
        margin: 0 1%;
        width: 48%
    }

    .sm-categories.preset03-3 .cat-wrap .content-box {
        float: left;
        margin: 0 1%;
        width: 31.3333%
    }

    .sm-categories.preset03-4 .cat-wrap .content-box {
        float: left;
        margin: 0 1%;
        width: 23%
    }

    .sm-categories.preset03-5 .cat-wrap .content-box {
        float: left;
        margin: 0 1%;
        width: 18%
    }

    .sm-categories.preset03-6 .cat-wrap .content-box {
        float: left;
        margin: 0 1%;
        width: 14.6666%
    }

    .sm-categories.preset03-1 .clr1, .sm-categories.preset03-2 .clr2, .sm-categories.preset03-3 .clr3, .sm-categories.preset03-4 .clr4, .sm-categories.preset03-5 .clr5, .sm-categories.preset03-6 .clr6 {
        clear: both
    }
}

@media all and (min-width: 769px) and (max-width: 1200px) {
    .sm-categories.preset02-1 .cat-wrap .content-box {
        float: left;
        margin: 0;
        width: 100%
    }

    .sm-categories.preset02-2 .cat-wrap .content-box {
        float: left;
        margin: 0 1%;
        width: 48%
    }

    .sm-categories.preset02-3 .cat-wrap .content-box {
        float: left;
        margin: 0 1%;
        width: 31.3333%
    }

    .sm-categories.preset02-4 .cat-wrap .content-box {
        float: left;
        margin: 0 1%;
        width: 23%
    }

    .sm-categories.preset02-5 .cat-wrap .content-box {
        float: left;
        margin: 0 1%;
        width: 18%
    }

    .sm-categories.preset02-6 .cat-wrap .content-box {
        float: left;
        margin: 0 1%;
        width: 14.6666%
    }

    .sm-categories.preset02-1 .clr1, .sm-categories.preset02-2 .clr2, .sm-categories.preset02-3 .clr3, .sm-categories.preset02-4 .clr4, .sm-categories.preset02-5 .clr5, .sm-categories.preset02-6 .clr6 {
        clear: both
    }
}

@media all and (min-width: 1201px) {
    .sm-categories.preset01-1 .cat-wrap .content-box {
        float: left;
        margin: 0;
        width: 100%
    }

    .sm-categories.preset01-2 .cat-wrap .content-box {
        float: left;
        margin: 0 1%;
        width: 48%
    }

    .sm-categories.preset01-3 .cat-wrap .content-box {
        float: left;
        margin: 0 1%;
        width: 31.3333%
    }

    .sm-categories.preset01-4 .cat-wrap .content-box {
        float: left;
        margin: 0 1%;
        width: 23%
    }

    .sm-categories.preset01-5 .cat-wrap .content-box {
        float: left;
        margin: 0 1%;
        width: 18%
    }

    .sm-categories.preset01-6 .cat-wrap .content-box {
        float: left;
        margin: 0 1%;
        width: 14.6666%
    }

    .sm-categories.preset01-1 .clr1, .sm-categories.preset01-2 .clr2, .sm-categories.preset01-3 .clr3, .sm-categories.preset01-4 .clr4, .sm-categories.preset01-5 .clr5, .sm-categories.preset01-6 .clr6 {
        clear: both
    }
}

.sm-categories .cat-wrap .content-box {
    overflow: hidden;
    line-height: 20px;
    padding-bottom: 15px
}

.sm-categories .cat-wrap .content-box .cat-title a {
    font-weight: bold
}

.sm-categories .cat-wrap.theme1 .content-box .child-cat .child-cat-title {
    float: none;
    padding: 0
}

.sm-categories .cat-wrap .content-box .child-cat .child-cat-title {
    float: left;
    padding-right: 5px
}

.sm-categories .cat-wrap.theme3 .content-box .child-cat .child-cat-title {
    float: left;
    display: inline
}

.sm-categories .cat-wrap.theme2 .content-box img, .sm-categories .cat-wrap.theme3 .content-box img {
    width: 100%;
    display: block;
    max-width: 100%;
    box-shadow: #000 0 0 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.sm-categories .cat-wrap .image-cat {
    overflow: hidden
}

.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat .child-cat-info .image-cat {
    float: left;
    margin: 0;
    margin: 0 13px 0 0;
    overflow: hidden;
    padding-top: 5px
}

.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat .child-cat-info .image-cat a {
    display: block;
    border: 0;
    width: 100%;
    float: left;
    overflow: hidden
}

.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat .child-cat-info .image-cat img {
    width: 100%;
    display: block;
    max-width: 100%;
    box-shadow: #000 0 0 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.sm-categories .cat-wrap img:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    box-shadow: #000 0 0 0;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.sm-categories .cat-wrap.theme2 .arrow {
    background: url(/skin/frontend/sm-shoppystore/default/css/path/images/arrow.png) no-repeat;
    margin-top: 6px;
    width: 6px;
    height: 7px;
    float: left;
    padding-right: 5px
}

.sm-categories .cat-wrap.theme2 .content-box .parent-cat {
    float: left;
    margin: 0 10px 10px 0;
    max-width: 50%
}

.sm-categories .cat-wrap.theme2 .content-box .parent-cat .cat-title {
    padding-bottom: 5px
}

.sm-categories .cat-wrap.theme2 .content-box .child-cat .child-cat-title {
    float: none;
    overflow: hidden;
    padding-left: 5px
}

.sm-categories .cat-wrap.theme2 .content-box .child-cat {
    padding-top: 20px
}

.sm-categories .cat-wrap.theme3 .content-box .cat-title {
    padding-top: 5px;
    margin-bottom: 10px
}

.sm-categories.theme4 {
    padding: 1px
}

.sm-categories .cat-wrap.theme4 {
    border: 1px solid #ccc;
    width: 100%;
    margin: 0 -1px;
    height: auto
}

.sm-categories .cat-wrap.theme4 .sm-categories-inner {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0
}

.sm-categories .cat-wrap.theme4 .sm-categories-heading {
    background: url(/skin/frontend/sm-shoppystore/default/css/path/images/bk.gif) repeat-x;
    height: 24px;
    cursor: pointer
}

.sm-categories .cat-wrap.theme4 .sm-categories-heading .icon_left {
    background: url(/skin/frontend/sm-shoppystore/default/css/path/images/icon.png) no-repeat;
    margin-top: 8px;
    width: 7px;
    height: 7px;
    margin-left: 5px;
    float: left
}

.sm-categories .cat-wrap.theme4 .sm-categories-heading .icon_right {
    background: url(/skin/frontend/sm-shoppystore/default/css/path/images/plus.gif) no-repeat;
    margin-top: 5px;
    margin-right: 5px;
    width: 13px;
    height: 13px;
    float: right
}

.sm-categories .cat-wrap.theme4 .sm-categories-inner.selected .icon_right {
    background: url(/skin/frontend/sm-shoppystore/default/css/path/images/minus.gif) no-repeat
}

.sm-categories .cat-wrap.theme4 .sm-categories-heading .cat-title {
    padding-left: 5px;
    line-height: 24px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 75%
}

.sm-categories .cat-wrap.theme4 .sm-categories-content {
    height: 0;
    overflow: hidden;
    width: 100%
}

.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat {
    padding: 15px;
    padding-bottom: 0;
    overflow: hidden
}

.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat.cat-lastitem {
    padding-bottom: 15px
}

.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat.subcat-empty {
    padding: 10px
}

.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat .child-cat-info {
    display: block
}

.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat .image-cat {
    float: left;
    margin-right: 10px;
    overflow: hidden
}

.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat .child-cat-desc .child-cat-title, .sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat .child-cat-desc .child-cat-title a {
    float: left;
    font-weight: bold;
    padding-right: 3px
}

@media all and (max-width: 480px) {
    .sm-categories .cat-wrap.theme2 .content-box .parent-cat {
        margin: 0 0 10px 0;
        width: 100%;
        float: none;
        max-width: 100%
    }

    .sm-categories .cat-wrap.theme2 .content-box img {
        width: 100%;
        display: block;
        max-width: 100%
    }
}

.cf:before, .cf:after {
    content: " ";
    display: table
}

.cf:after {
    clear: both
}

.blog-wrapper > div:last-child {
    border-bottom: 0
}

.blog-cat-view .blog {
    display: none !important
}

.latest-blogs .block-title {
    position: relative;
    background: #eee;
    border-bottom: 1px solid #5e92df;
    height: 40px
}

.latest-blogs .block-title strong {
    font-size: 116.67%;
    padding-left: 50px;
    line-height: 40px;
    text-transform: uppercase
}

.cms-index-index.cms-home-v2 .postContent {
    text-align: justify
}

.postWrapper {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc
}

.lastes-blog .postWrapper {
    border: 0;
    margin-bottom: 7px;
    padding-bottom: 0
}

.lastes-blog .postWrapper .postTitle h2 {
    font-size: 100%
}

.blog-post-view .postContent p:first-child {
    text-align: center
}

.blog-post-view .postContent p {
    text-align: justify
}

.blog-post-view .postDetails {
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd
}

.blog-post-view .postWrapper .postTitle h2 {
    font-weight: bold
}

.blog-post-view .blog {
    display: none !important
}

.blog-post-view .page-title-blog {
    margin: 0
}

.blog-post-view .validation-advice {
    color: red
}

.blog-post-view .postWrapper {
    margin-bottom: 20px;
    border: 0
}

.blog-post-view .postWrapper .postBookmarks {
    margin: 10px 0
}

.blog-post-view .postWrapper .tags {
    margin: 0 0 10px
}

.postWrapper .date-blog {
    padding: 5px 0 5px
}

.blog-info .postContent > * {
    display: inline
}

.blog-info .aw-blog-read-more {
    margin-left: 10px
}

.postWrapper .postTitle h2 {
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-size: 133.33%
}

.blog-post-view .postContent img {
    margin: 20px 0 30px;
    max-width: 100%;
    width: auto
}

#postComment .form-list .input-box {
    width: 50%;
    float: left
}

#postComment .form-list .input-box .input-text {
    width: 100% !important
}

.postTitle h3 {
    font-size: 10px;
    margin: 0;
    padding: 7px 0 10px;
    padding-left: 0
}

#postComment .form-list li > div:first-child .input-text {
    border-right: 0
}

.img-blog-list {
    float: left;
    position: relative;
    width: 270px
}

.img-blog-list img {
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    width: auto;
    max-width: 100%
}

.img-blog-list img:hover {
    opacity: .7
}

.info-wrapper-blog {
    margin-left: 300px
}

.info-wrapper-blog .postBookmarks {
    margin: 10px 0
}

.info-wrapper-blog .tags {
    margin-bottom: 10px
}

.ovl-link {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    z-index: 99;
    width: 100%;
    height: 100%
}

.postBookmarks h4 {
    font-family: dosis semibold;
    font-size: 100%;
    display: inline;
    position: relative;
    margin-right: 5px
}

.bm > img {
    position: relative;
    top: -2px
}

.commentWrapper {
    padding-bottom: 15px
}

.commentContent {
    padding-bottom: 0
}

.commentDetails {
    margin-bottom: 5px;
    padding: 0
}

.commentDetails h4.username {
    display: inline;
    font-size: 120%;
    font-weight: bold
}

.t-comment {
    font-family: dosis semibold;
    padding-bottom: 5px;
    text-transform: uppercase;
    color: #333
}

.postError {
    font-size: 16px
}

.tags {
    font-weight: bold
}

.tags UL {
    display: inline
}

.tags UL LI {
    font-weight: normal;
    display: inline;
    padding-right: 6px
}

.tags h4 {
    font-family: dosis semibold;
    font-size: 100%;
    display: inline;
    margin-right: 5px
}

.menu-tags h5, .menu-categories h5, .menu-recent h5 {
    font-size: 11px
}

.block-blog .menu-tags UL LI {
    display: inline;
    margin-right: 10px
}

.tag-count-1 {
    font-size: 1em !important
}

.tag-count-2 {
    font-size: 1.2em !important
}

.tag-count-3 {
    font-size: 1.4em !important
}

.tag-count-4 {
    font-size: 1.6em !important
}

.tag-count-5 {
    font-size: 1.8em !important
}

.tag-count-6 {
    font-size: 2em !important
}

.tag-count-7 {
    font-size: 2em !important
}

.tag-count-8 {
    font-size: 2em !important
}

.tag-count-9 {
    font-size: 2em !important
}

.tag-count-10 {
    font-size: 2em !important
}

.block-blog .head h4 {
    padding-left: 20px
}

.postWrapper .poster {
    display: inline
}

.input-box.aw-blog-comment-area {
    width: 100% !important;
    margin-top: 10px;
    margin-bottom: 15px
}

.widget-latest li {
    font-size: 12px;
    padding: 5px 10px
}

.block-blog .menu-categories {
    margin-top: 20px;
    margin-bottom: 25px
}

.blog-wrapper .postWrapper {
    display: inline-block;
    width: 100%
}

.recent-posts ul li a, .categories-blog ul li a {
    padding: 5px 0 13px;
    display: block;
    border-bottom: 1px dotted #ddd
}

.page-title-blog {
    margin: -5px 0 35px
}

.page-title-blog h1 {
    font-size: 166.67%;
    text-transform: uppercase;
    font-weight: bold;
    color: #444
}

.toolbar-blog .toolbar {
    margin-bottom: 0
}

.toolbar-post .toolbar {
    margin-bottom: 18px
}

.blog-bottomv3 .accordion-open {
    display: none
}

.blog-bottomv3 .accordion {
    padding-left: 10px;
    position: relative
}

.blog-bottomv3 .accordion a {
    font-weight: bold;
    color: #777
}

.blog-bottomv3 .accordion a:hover {
    color: #5e92df
}

.blog-bottomv3 .accordion:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #999;
    left: 0;
    margin-top: 5px
}

.blog-bottomv3 .blog-bottomv-3 {
    background: #fff
}

.blog-bottomv3 .latest-blog-bottom {
    padding: 30px 30px 25px
}

.blog-bottomv3 .latest-blog-bottom .item-blog {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%
}

.blog-bottomv3 .latest-blog-bottom .item-blog:last-child {
    margin-bottom: 0
}

.blog-bottomv3 .latest-blog-bottom .item-blog .postTitle1 {
    margin-left: 140px;
    position: relative;
    margin-bottom: 15px
}

.blog-bottomv3 .latest-blog-bottom .item-blog .postTitle1 a {
    font-weight: bold
}

.blog-bottomv3 .latest-blog-bottom .item-blog .postTitle1 a:hover {
    color: #5e92df
}

.blog-bottomv3 .latest-blog-bottom .item-blog .postContent {
    margin-left: 140px;
    position: relative
}

.blog-bottomv3 .latest-blog-bottom .item-blog .postTitle {
    margin-bottom: 10px
}

.blog-bottomv3 .latest-blog-bottom .item-blog .postTitle h2 a {
    font-weight: bold
}

.blog-bottomv3 .latest-blog-bottom .date-blog-left {
    width: 70px;
    height: 70px;
    float: left;
    background-color: #eee;
    font-size: 116.67%;
    text-align: center
}

.blog-bottomv3 .latest-blog-bottom .date-blog-left .d-blog {
    margin-top: 12px
}

.blog-bottomv3 .latest-blog-bottom .date-blog-left .m-blog {
    font-weight: bold
}

.blog-bottomv3 .latest-blog-bottom .blog-info {
    margin-bottom: 8px;
    padding-bottom: 35px;
    border-bottom: 1px solid #ddd
}

.blog-bottomv3 .latest-blog-bottom .blog-info img {
    width: 120px;
    height: 90px;
    float: left
}

.aw-blog-read-more {
    display: none
}

.blog-wrapper {
    margin-top: -28px
}

.catalog-category-view .home-top-wrap {
    margin: 0
}

.catalog-category-view .yt-breadcrumbs {
    margin-bottom: 0
}

.sn-blog .postWrapper {
    border: 0
}

.sn-blog .postWrapper .date-blog {
    color: #999;
    background: url(/skin/frontend/sm-shoppystore/default/images/date-blog.png) no-repeat left center;
    padding-left: 18px
}

.sn-blog .info-wrapper-blog .aw-blog-read-more {
    display: none
}

.sn-blog .info-wrapper-blog .bottom-blog-list {
    margin-top: 10px
}

.sn-blog .info-wrapper-blog .postTitle h2 {
    font-weight: bold;
    margin: -5px 0 0
}

.yt-header-under.menu-on-top .mini-cart-header {
    display: none
}

.category-blog .basic2 .new-item, .blog-post-view .basic2 .new-item {
    right: 0
}

.block-left-products .owl-controls .owl-pagination {
    padding-top: 15px
}

.block-left-products .bs-item {
    padding: 0 0 11px 0;
    margin-bottom: 11px;
    display: inline-block;
    width: 100%
}

.block-left-products .bs-item .bs-item-inner .bs-image {
    float: left;
    border: 1px solid #ddd
}

.block-left-products .bs-item .bs-item-inner .bs-image a img {
    margin: 18px 0 19px 0;
    width: 100%;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s
}

.block-left-products .bs-item .bs-item-inner .bs-image a img:hover {
    opacity: .8
}

.block-left-products .bs-item .bs-item-inner .bs-content {
    margin-left: 130px
}

.block-left-products .bs-item .bs-item-inner .bs-content .bs-title a {
    font-size: 110%;
    display: inline-block;
    padding: 5px 0 1px
}

.block-left-products .bs-item .bs-item-inner .bs-content .price-box {
    height: 30px;
    line-height: 30px
}

.block-left-products .bs-item .bs-item-inner .bs-content .price-box .price {
    color: #5e92df;
    font-size: 125%;
    font-weight: bold
}

.block-left-products .bs-item .bs-item-inner .bs-content .price-box .old-price .price {
    font-size: 100%;
    color: #999;
    position: relative;
    top: 1px;
    font-weight: normal
}

.block-left-products .bs-item .bs-item-inner .bs-content .r-price-box {
    line-height: 20px;
    height: auto
}

.block-left-products .bs-item .bs-item-inner .bs-content .r-price-box .price {
    font-size: 100%;
    font-weight: normal
}

.block-left-products .bs-item .bs-item-inner .bs-content .bs-review .rating-box {
    top: 0
}

.block-left-products .bs-item .bs-item-inner .bs-content .bs-review .rating-links, .block-left-products .bs-item .bs-item-inner .bs-content .bs-review .amount {
    display: none
}

.block-left-products .bs-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0
}

.basic-product-bottom .basic-product-content .bs-item {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px
}

.basic-product-bottom .basic-product-content .bs-item .bs-image {
    width: 70px;
    float: left;
    border: 1px solid #ddd
}

.basic-product-bottom .basic-product-content .bs-item .bs-image img {
    width: 100%
}

.basic-product-bottom .basic-product-content .bs-item .bs-content {
    margin-left: 85px
}

.basic-product-bottom .basic-product-content .bs-item .bs-content .bs-title {
    font-size: 116.67%
}

.basic-product-bottom .basic-product-content .bs-item .bs-content .regular-price .price, .basic-product-bottom .basic-product-content .bs-item .bs-content .special-price .price {
    color: #5e92df;
    font-size: 133.33%;
    font-weight: bold
}

.basic-product-bottom .basic-product-content .bs-item .bs-content .old-price .price {
    font-size: 100%;
    color: #999;
    position: relative;
    top: 4px
}

.basic2 .new-item {
    position: absolute;
    right: 15px;
    z-index: 9
}

.block-left-products1.block-left-products-left .block-left-products .bs-item .bs-item-inner .bs-image {
    float: none;
    width: 100%;
    border: 0
}

.block-left-products1.block-left-products-left .block-left-products .bs-item {
    margin-bottom: 0;
    padding: 0 0 1px
}

.block-left-products1.block-left-products-left .block-left-products .bs-item .bs-item-inner .bs-content {
    margin-left: 0;
    text-align: center;
    margin-top: 6px
}

.block-left-products1.block-left-products-left .block-left-products .bs-item .bs-item-inner .bs-content .bs-price {
    display: block !important;
    padding-bottom: 15px
}

.block-left-products1.block-left-products-left .accordion-open {
    display: none
}

.block-left-products1.block-left-products-left .left-bs.accordion-close {
    line-height: 40px;
    padding-left: 40px;
    background-color: #eee;
    font-size: 110%
}

.block-left-products1.block-left-products-left .left-bs.accordion-close a {
    font-weight: bold;
    color: #666
}

.block-left-products1.block-left-products-left .left-bs.accordion-close a:hover {
    color: #5e92df
}

.block-left-product-blog .bs-image .item-count {
    left: 0
}

.block-left-product-blog .basic2 .new-item {
    right: 0
}

.accordion-close .item-count {
    width: 25px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    position: absolute;
    z-index: 9;
    background-color: #2b394d;
    margin-left: -40px
}

.basic2 .bs-item-inner {
    border: 1px solid #ddd;
    margin-bottom: -1px
}

.sn-basic-v1 .bs-item .bs-item-inner .bs-image a img {
    width: 110px
}

.clear {
    clear: both
}

.categories-title-text {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase
}

.sm-categories {
    margin: 20px 0;
    overflow: hidden
}

.sm-categories .intro_text, .sm-categories .footer_text {
    margin: 10px 0
}

.sm-categories .cat-wrap {
    width: 100%;
    display: inline-block
}

.sm-categories.lt-ie9.preset01-1 .cat-wrap .content-box {
    float: left;
    margin: 0;
    width: 100%
}

.sm-categories.lt-ie9.preset01-2 .cat-wrap .content-box {
    float: left;
    margin: 0 1%;
    width: 48%
}

.sm-categories.lt-ie9.preset01-3 .cat-wrap .content-box {
    float: left;
    margin: 0 1%;
    width: 31.3333%
}

.sm-categories.lt-ie9.preset01-4 .cat-wrap .content-box {
    float: left;
    margin: 0 1%;
    width: 23%
}

.sm-categories.lt-ie9.preset01-5 .cat-wrap .content-box {
    float: left;
    margin: 0 1%;
    width: 18%
}

.sm-categories.lt-ie9.preset01-6 .cat-wrap .content-box {
    float: left;
    margin: 0 1%;
    width: 14.6666%
}

.sm-categories.lt-ie9.preset01-1 .clr1, .sm-categories.lt-ie9.preset01-2 .clr2, .sm-categories.lt-ie9.preset01-3 .clr3, .sm-categories.lt-ie9.preset01-4 .clr4, .sm-categories.lt-ie9.preset01-5 .clr5, .sm-categories.lt-ie9.preset01-6 .clr6 {
    clear: both
}

@media all and (max-width: 320px) {
    .sm-categories.preset05-1 .cat-wrap .content-box {
        float: left;
        margin: 0;
        width: 100%
    }

    .sm-categories.preset05-2 .cat-wrap .content-box {
        float: left;
        margin: 0 1%;
        width: 48%
    }

    .sm-categories.preset05-3 .cat-wrap .content-box {
        float: left;
        margin: 0 1%;
        width: 31.3333%
    }

    .sm-categories.preset05-4 .cat-wrap .content-box {
        float: left;
        margin: 0 1%;
        width: 23%
    }

    .sm-categories.preset05-5 .cat-wrap .content-box {
        float: left;
        margin: 0 1%;
        width: 18%
    }

    .sm-categories.preset05-6 .cat-wrap .content-box {
        float: left;
        margin: 0 1%;
        width: 14.6666%
    }

    .sm-categories.preset05-1 .clr1, .sm-categories.preset05-2 .clr2, .sm-categories.preset05-3 .clr3, .sm-categories.preset05-4 .clr4, .sm-categories.preset05-5 .clr5, .sm-categories.preset05-6 .clr6 {
        clear: both
    }
}

@media all and (min-width: 321px) and (max-width: 480px) {
    .sm-categories.preset04-1 .cat-wrap .content-box {
        float: left;
        margin: 0;
        width: 100%
    }

    .sm-categories.preset04-2 .cat-wrap .content-box {
        float: left;
        margin: 0 1%;
        width: 48%
    }

    .sm-categories.preset04-3 .cat-wrap .content-box {
        float: left;
        margin: 0 1%;
        width: 31.3333%
    }

    .sm-categories.preset04-4 .cat-wrap .content-box {
        float: left;
        margin: 0 1%;
        width: 23%
    }

    .sm-categories.preset04-5 .cat-wrap .content-box {
        float: left;
        margin: 0 1%;
        width: 18%
    }

    .sm-categories.preset04-6 .cat-wrap .content-box {
        float: left;
        margin: 0 1%;
        width: 14.6666%
    }

    .sm-categories.preset04-1 .clr1, .sm-categories.preset04-2 .clr2, .sm-categories.preset04-3 .clr3, .sm-categories.preset04-4 .clr4, .sm-categories.preset04-5 .clr5, .sm-categories.preset04-6 .clr6 {
        clear: both
    }
}

@media all and (min-width: 481px) and (max-width: 768px) {
    .sm-categories.preset03-1 .cat-wrap .content-box {
        float: left;
        margin: 0;
        width: 100%
    }

    .sm-categories.preset03-2 .cat-wrap .content-box {
        float: left;
        margin: 0 1%;
        width: 48%
    }

    .sm-categories.preset03-3 .cat-wrap .content-box {
        float: left;
        margin: 0 1%;
        width: 31.3333%
    }

    .sm-categories.preset03-4 .cat-wrap .content-box {
        float: left;
        margin: 0 1%;
        width: 23%
    }

    .sm-categories.preset03-5 .cat-wrap .content-box {
        float: left;
        margin: 0 1%;
        width: 18%
    }

    .sm-categories.preset03-6 .cat-wrap .content-box {
        float: left;
        margin: 0 1%;
        width: 14.6666%
    }

    .sm-categories.preset03-1 .clr1, .sm-categories.preset03-2 .clr2, .sm-categories.preset03-3 .clr3, .sm-categories.preset03-4 .clr4, .sm-categories.preset03-5 .clr5, .sm-categories.preset03-6 .clr6 {
        clear: both
    }
}

@media all and (min-width: 769px) and (max-width: 1200px) {
    .sm-categories.preset02-1 .cat-wrap .content-box {
        float: left;
        margin: 0;
        width: 100%
    }

    .sm-categories.preset02-2 .cat-wrap .content-box {
        float: left;
        margin: 0 1%;
        width: 48%
    }

    .sm-categories.preset02-3 .cat-wrap .content-box {
        float: left;
        margin: 0 1%;
        width: 31.3333%
    }

    .sm-categories.preset02-4 .cat-wrap .content-box {
        float: left;
        margin: 0 1%;
        width: 23%
    }

    .sm-categories.preset02-5 .cat-wrap .content-box {
        float: left;
        margin: 0 1%;
        width: 18%
    }

    .sm-categories.preset02-6 .cat-wrap .content-box {
        float: left;
        margin: 0 1%;
        width: 14.6666%
    }

    .sm-categories.preset02-1 .clr1, .sm-categories.preset02-2 .clr2, .sm-categories.preset02-3 .clr3, .sm-categories.preset02-4 .clr4, .sm-categories.preset02-5 .clr5, .sm-categories.preset02-6 .clr6 {
        clear: both
    }
}

@media all and (min-width: 1201px) {
    .sm-categories.preset01-1 .cat-wrap .content-box {
        float: left;
        margin: 0;
        width: 100%
    }

    .sm-categories.preset01-2 .cat-wrap .content-box {
        float: left;
        margin: 0 1%;
        width: 48%
    }

    .sm-categories.preset01-3 .cat-wrap .content-box {
        float: left;
        margin: 0 1%;
        width: 31.3333%
    }

    .sm-categories.preset01-4 .cat-wrap .content-box {
        float: left;
        margin: 0 1%;
        width: 23%
    }

    .sm-categories.preset01-5 .cat-wrap .content-box {
        float: left;
        margin: 0 1%;
        width: 18%
    }

    .sm-categories.preset01-6 .cat-wrap .content-box {
        float: left;
        margin: 0 1%;
        width: 14.6666%
    }

    .sm-categories.preset01-1 .clr1, .sm-categories.preset01-2 .clr2, .sm-categories.preset01-3 .clr3, .sm-categories.preset01-4 .clr4, .sm-categories.preset01-5 .clr5, .sm-categories.preset01-6 .clr6 {
        clear: both
    }
}

.sm-categories .cat-wrap .content-box {
    overflow: hidden;
    line-height: 20px;
    padding-bottom: 15px
}

.sm-categories .cat-wrap .content-box .cat-title a {
    font-weight: bold
}

.sm-categories .cat-wrap.theme1 .content-box .child-cat .child-cat-title {
    float: none;
    padding: 0
}

.sm-categories .cat-wrap .content-box .child-cat .child-cat-title {
    float: left;
    padding-right: 5px
}

.sm-categories .cat-wrap.theme3 .content-box .child-cat .child-cat-title {
    float: left;
    display: inline
}

.sm-categories .cat-wrap.theme2 .content-box img, .sm-categories .cat-wrap.theme3 .content-box img {
    width: 100%;
    display: block;
    max-width: 100%;
    box-shadow: #000 0 0 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.sm-categories .cat-wrap .image-cat {
    overflow: hidden
}

.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat .child-cat-info .image-cat {
    float: left;
    margin: 0;
    margin: 0 13px 0 0;
    overflow: hidden;
    padding-top: 5px
}

.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat .child-cat-info .image-cat a {
    display: block;
    border: 0;
    width: 100%;
    float: left;
    overflow: hidden
}

.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat .child-cat-info .image-cat img {
    width: 100%;
    display: block;
    max-width: 100%;
    box-shadow: #000 0 0 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.sm-categories .cat-wrap img:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    box-shadow: #000 0 0 0;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.sm-categories .cat-wrap.theme2 .arrow {
    background: url(/skin/frontend/sm-shoppystore/default/css/path/images/arrow.png) no-repeat;
    margin-top: 6px;
    width: 6px;
    height: 7px;
    float: left;
    padding-right: 5px
}

.sm-categories .cat-wrap.theme2 .content-box .parent-cat {
    float: left;
    margin: 0 10px 10px 0;
    max-width: 50%
}

.sm-categories .cat-wrap.theme2 .content-box .parent-cat .cat-title {
    padding-bottom: 5px
}

.sm-categories .cat-wrap.theme2 .content-box .child-cat .child-cat-title {
    float: none;
    overflow: hidden;
    padding-left: 5px
}

.sm-categories .cat-wrap.theme2 .content-box .child-cat {
    padding-top: 20px
}

.sm-categories .cat-wrap.theme3 .content-box .cat-title {
    padding-top: 5px;
    margin-bottom: 10px
}

.sm-categories.theme4 {
    padding: 1px
}

.sm-categories .cat-wrap.theme4 {
    border: 1px solid #ccc;
    width: 100%;
    margin: 0 -1px;
    height: auto
}

.sm-categories .cat-wrap.theme4 .sm-categories-inner {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0
}

.sm-categories .cat-wrap.theme4 .sm-categories-heading {
    background: url(/skin/frontend/sm-shoppystore/default/css/path/images/bk.gif) repeat-x;
    height: 24px;
    cursor: pointer
}

.sm-categories .cat-wrap.theme4 .sm-categories-heading .icon_left {
    background: url(/skin/frontend/sm-shoppystore/default/css/path/images/icon.png) no-repeat;
    margin-top: 8px;
    width: 7px;
    height: 7px;
    margin-left: 5px;
    float: left
}

.sm-categories .cat-wrap.theme4 .sm-categories-heading .icon_right {
    background: url(/skin/frontend/sm-shoppystore/default/css/path/images/plus.gif) no-repeat;
    margin-top: 5px;
    margin-right: 5px;
    width: 13px;
    height: 13px;
    float: right
}

.sm-categories .cat-wrap.theme4 .sm-categories-inner.selected .icon_right {
    background: url(/skin/frontend/sm-shoppystore/default/css/path/images/minus.gif) no-repeat
}

.sm-categories .cat-wrap.theme4 .sm-categories-heading .cat-title {
    padding-left: 5px;
    line-height: 24px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 75%
}

.sm-categories .cat-wrap.theme4 .sm-categories-content {
    height: 0;
    overflow: hidden;
    width: 100%
}

.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat {
    padding: 15px;
    padding-bottom: 0;
    overflow: hidden
}

.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat.cat-lastitem {
    padding-bottom: 15px
}

.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat.subcat-empty {
    padding: 10px
}

.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat .child-cat-info {
    display: block
}

.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat .image-cat {
    float: left;
    margin-right: 10px;
    overflow: hidden
}

.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat .child-cat-desc .child-cat-title, .sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat .child-cat-desc .child-cat-title a {
    float: left;
    font-weight: bold;
    padding-right: 3px
}

@media all and (max-width: 480px) {
    .sm-categories .cat-wrap.theme2 .content-box .parent-cat {
        margin: 0 0 10px 0;
        width: 100%;
        float: none;
        max-width: 100%
    }

    .sm-categories .cat-wrap.theme2 .content-box img {
        width: 100%;
        display: block;
        max-width: 100%
    }
}

.cf:before, .cf:after {
    content: " ";
    display: table
}

.cf:after {
    clear: both
}

.sn-category-block {
    margin-bottom: 30px
}

.sn-category-block .custom-nav-default {
    display: inline-block;
    padding-left: 10px;
    position: absolute;
    right: 10px;
    top: -4px
}

.sn-category-block .custom-nav-default .button-default {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    font-size: 16px;
    height: 26px;
    line-height: 23px;
    width: 26px
}

.sn-category-block .custom-nav-default .button-default:hover {
    color: #5e92df;
    background: #fff
}

.sn-category-block .block-title {
    position: relative;
    height: 40px;
    background: #eee;
    border-bottom: 1px solid #5e92df
}

.sn-category-block .block-title strong {
    font-size: 116.67%;
    padding-left: 50px;
    line-height: 40px;
    text-transform: uppercase
}

.sn-category-block .supercat-des img {
    width: auto;
    max-width: 100%
}

.sn-category-block .supercat-des a.img-class {
    position: relative;
    display: block
}

.sn-category-block .supercat-des a.img-class:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s
}

.sn-category-block .supercat-des a.img-class:hover:before {
    opacity: 1
}

.sn-category-block .block-title-default h2 a {
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s
}

.sn-category-block .block-title-default h2 a:hover {
    text-shadow: 0 0 10px #ff0;
    -webkit-text-shadow: 0 0 10px #ff0;
    -moz-text-shadow: 0 0 10px #ff0
}

.category-wrap-cat {
    display: inline-block;
    float: right;
    height: 33px;
    position: relative;
    top: 9px;
    right: 80px
}

.category-wrap-cat .cat-list li {
    display: inline-block;
    float: left;
    margin-left: 10px
}

.category-wrap-cat .cat-list li a {
    line-height: 22px;
    display: inline-block;
    padding: 0 15px;
    font-weight: bold;
    color: #999
}

.category-wrap-cat .cat-list li a:before {
    background-color: #999 !important
}

.category-wrap-cat .cat-list li a:hover {
    color: #444
}

.category-wrap-cat .cat-list li a:hover:before {
    background-color: #444 !important
}

.category-wrap-cat .cat-list li:last-child a {
    border-right: 0
}

.blog-post-view .sn-basic-v1, .category-blog .sn-basic-v1 {
    margin-top: 30px
}

.super-cat-wrapper {
    margin-top: 15px;
    clear: both
}

.super-cat-wrapper .rw-margin {
    margin-left: 0;
    margin-right: 0
}

.super-cat-wrapper .rw-margin .owl-item {
    padding: 0
}

.super-cat-wrapper .border-cat {
    -webkit-box-shadow: 0 0 1px #868585 inset;
    -moz-box-shadow: 0 0 1px #868585 inset;
    box-shadow: 0 0 1px #868585 inset
}

.super-cat-wrapper .respl-item {
    margin-bottom: 0
}

.super-cat-wrapper .respl-item .item-inner:firt-child {
    border-left: 1px solid #ddd
}

.super-cat-wrapper .respl-item .item-inner {
    border: 0;
    border-right: 1px solid #ddd
}

.super-cat-wrapper .custom-nav-default .button-default {
    position: absolute;
    top: 35%
}

.super-cat-wrapper .custom-nav-default .next-cat {
    right: -18px
}

.super-cat-wrapper .custom-nav-default .prev-cat {
    left: -18px
}

.cms-home-v3 .super-category-block .custom-nav-default {
    position: absolute;
    right: 0;
    top: 3px
}

.cms-home-v3 .super-category-block .custom-nav-default .button-default {
    width: 34px;
    height: 34px;
    font-size: 18px;
    background-color: #ddd;
    color: #999;
    line-height: 34px
}

.cms-home-v3 .super-category-block .custom-nav-default .button-default:hover {
    background-color: #5e92df;
    color: #fff
}

.super-cat-wrapper-h5 {
    margin-top: 0;
    background: #fff
}

.super-cat-wrapper-h5 .item-inner .w-image-box .sale-item {
    top: 0 !important;
    right: 0 !important
}

.super-cat-wrapper-h5 .item-inner .w-image-box .new-item {
    top: 0 !important;
    right: 0 !important
}

.border-cat-inner {
    box-shadow: 0 0 1px #868585 inset;
    margin-top: 10px;
    border-top: 2px solid #5e92df
}

.border-cat-inner .border-cat {
    box-shadow: none
}

.sub-super-category .sub-wrapper-cat {
    width: 241px
}

.sub-super-category .sub-wrapper-cat img {
    position: relative;
    left: 0;
    top: 0;
    z-index: 9
}

.sub-super-category .sub-wrapper-cat img:hover {
    opacity: .8
}

.sub-super-category .sub-wrapper-cat .cat-list {
    padding: 8px 18px;
    min-height: 133px
}

.sub-super-category .sub-wrapper-cat .cat-list li.item {
    padding: 2px 0
}

.sub-super-category .sub-wrapper-cat .cat-list li.item a:before {
    content: "\f0da";
    margin-right: 3px;
    font-family: fontawesome
}

.cmspage3 .super-cat-wrapper-h5 .item-inner {
    padding: 0 0 33px
}

.cmspage3 .super-cat-wrapper .respl-item .item-inner:hover {
    box-shadow: none
}

select, .input-text, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    height: 30px;
    border: 1px solid #ddd;
    color: #666;
    outline: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

label {
    font-weight: normal
}

input[type="text"], .input-text, #qty, .quantity-controls, textarea {
    -webkit-box-shadow: none !important;
    -webkit-border-radius: 0 !important;
    -webkit-appearance: none
}

dt, dd {
    font-weight: normal
}

.qty:focus, #coupon_code:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, textarea:focus {
    background-color: #fafafa
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit !important
}

select {
    padding: 0 6px 0 10px
}

input[type="checkbox"], input[type="radio"] {
    border: 0
}

textarea:focus, select:focus, textarea:hover, select:hover, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, input[type="radio"]:focus, .uneditable-input:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

input[type="checkbox"], input[type="radio"], input[type="checkbox"]:focus, input[type="radio"]:focus {
    border: 0
}

input[type="radio"], input[type="checkbox"] {
    float: left;
    margin: 0 7px 0 0
}

textarea {
    width: 100%;
    border: 1px solid #ddd;
    padding: 5px 10px;
    color: #666;
    min-height: 150px
}

ul, ol {
    padding: 0;
    margin: 0;
    list-style: none
}

body {
    line-height: 1.6;
    outline: 0;
    overflow-y: scroll !important;
    overflow-x: hidden
}

.page-popup {
    overflow-x: visible
}

#modal-login {
    overflow-y: auto !important
}

body *:focus {
    outline: 0
}

a, a:focus, a:hover {
    text-decoration: none;
    outline: 0
}

.title-buttons .link-print {
    margin: 0 20px;
    position: relative;
    top: -3px
}

.clearfix {
    clear: both
}

.advanced-search .multiselect {
    width: 230px
}

.yt-content-inner {
    margin-top: 15px
}

.layout-boxed {
    margin: 0 auto;
    display: block;
    max-width: 1200px
}

.layout-boxed #yt_wrapper {
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
}

#yt_wrapper {
    display: inline-block;
    width: 100%
}

.add-to-cart .btn-cart {
    transition: 0;
    -moz-transition: 0;
    -webkit-transition: 0
}

#yt_header, #yt_content, #yt_footer {
    width: 100%
}

#yt_footer {
    clear: both;
    float: none
}

.yt-header-under.menu-on-top {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5)
}

#yt_wrapper .yt-main-home .yt-content-inner {
    padding-top: 50px
}

.messages {
    margin: 0 0 20px;
    width: 100%;
    clear: both
}

.error-msg {
    background: none repeat scroll 0 0 #f64848;
    border-radius: 3px;
    color: #fff;
    padding: 5px 10px
}

.label {
    font-size: 100%;
    padding: 0;
    color: inherit;
    font-weight: normal
}

.demo-notice .notice-inner p {
    display: none
}

.block-tags-left {
    margin-bottom: 20px
}

.block-tags-left .tags-list > li {
    border: 1px solid #ddd;
    margin: 0 5px 5px 0 !important
}

.block-tags-left .tags-list > li a {
    padding: 5px !important
}

.button {
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    transition: background-color .2s;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    white-space: nowrap;
    font-size: 100%;
    text-transform: uppercase;
    background-color: #666;
    border: 0;
    color: #fff
}

.header-content-right .form-search .input-text {
    border: 0;
    padding-right: 90px;
    margin-top: 3px;
    width: 100%
}

.header-v1, .header-v2 {
    display: inline-block;
    width: 100%
}

.header-content-right .form-search .input-text:focus {
    background-color: transparent
}

.cloud-zoom-big {
    background: #fff
}

.rating-links {
    float: left;
    position: relative
}

.rating-links a {
    color: #909090;
    font-size: 91.67%
}

label .required {
    color: red
}

.block-compare .block-content ol#compare-items li {
    margin-bottom: 10px
}

.block-compare .block-content ol#compare-items li .product-name {
    display: inline-block;
    margin-right: 5px
}

.block-compare .block-content ol#compare-items li a.btn-remove {
    display: inline-block;
    position: relative;
    top: 2px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: url(/skin/frontend/sm-shoppystore/default/images/remove_btn.png) no-repeat top left
}

.block-compare .block-content ol#compare-items li a.btn-remove:hover {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3)
}

.block-compare .block-content .actions {
    padding-top: 10px;
    border-top: 1px solid #e5e5e5
}

.block-compare .block-content .actions a {
    position: relative;
    top: 10px
}

.block-compare .block-content .actions .button {
    float: right
}

.page-popup.catalog-product-compare-index {
    padding: 10px
}

.fancybox-item.fancybox-close {
    width: 30px;
    height: 30px;
    background: url(/skin/frontend/sm-shoppystore/default/images/btn-close-fancy.png) no-repeat center center;
    top: -15px;
    right: -15px
}

.yt-slideshow {
    display: inline-block;
    margin-bottom: 10px
}

.yt-slideshow .owl-buttons .owl-next, .yt-slideshow .owl-buttons .owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -18px
}

.yt-slideshow .owl-buttons .owl-next {
    right: 15px;
    text-indent: 0;
    background-image: none;
    width: 36px;
    height: 36px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid;
    color: #fff;
    background-color: transparent;
    opacity: .7
}

.yt-slideshow .owl-buttons .owl-next:hover {
    background-color: transparent !important;
    opacity: 1
}

.yt-slideshow .owl-buttons .owl-next:before {
    font-family: FontAwesome;
    content: "\f105";
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    line-height: 30px
}

.yt-slideshow .owl-buttons .owl-prev {
    left: 15px;
    text-indent: 0;
    background-image: none;
    width: 36px;
    height: 36px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid;
    color: #fff;
    background-color: transparent;
    opacity: .7
}

.yt-slideshow .owl-buttons .owl-prev:hover {
    background-color: transparent !important;
    opacity: 1
}

.yt-slideshow .owl-buttons .owl-prev:before {
    font-family: FontAwesome;
    content: "\f104";
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    line-height: 30px
}

.yt-slideshow .owl-controls {
    margin: 0
}

.yt-slideshow .owl-controls .owl-pagination {
    position: absolute;
    bottom: 10px;
    width: 100%
}

.yt-slideshow .owl-controls .owl-pagination .owl-page {
    width: 10px;
    height: 10px;
    border: 1px solid transparent
}

.yt-slideshow .owl-controls .owl-pagination .owl-page:hover {
    border: 1px solid #fff
}

.yt-slideshow .owl-controls .owl-pagination .owl-page.active {
    border: 1px solid #fff
}

.overflow-owl-slider {
    overflow: hidden
}

.rw-margin {
    margin-left: -15px;
    margin-right: -15px
}

.rw-margin .owl-item {
    padding: 0 4px
}

.custom-nav-default {
    text-align: center
}

.custom-nav-default .button-default {
    width: 36px;
    height: 36px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    border: 1px solid #ddd;
    font-size: 22px;
    color: #ddd;
    cursor: pointer;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    background-color: #fff;
    z-index: 9;
    margin: 10px 0
}

.custom-nav-default .button-default:hover {
    color: #fff
}

.block-title-default {
    border-bottom: 3px solid;
    margin-top: -5px;
    position: relative
}

.block-title-default h2 {
    display: inline
}

.block-title-default h2 span {
    display: inline-block;
    font-size: 133.33%;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 37px;
    position: relative
}

.list-services li a {
    border: 3px solid #ddd;
    display: block;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s
}

.list-services li a img {
    width: auto;
    max-width: 100%
}

.static-home-2 {
    margin-bottom: 33px;
    display: inline-block;
    width: 100%
}

.static-home-2 > ul > li {
    float: left
}

.static-home-2 > ul > li a {
    display: block;
    clear: both;
    position: relative
}

.static-home-2 > ul > li a:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    z-index: 20
}

.static-home-2 > ul > li a img {
    width: 100%
}

.static-home-2 > ul > li a img:hover {
    position: relative;
    z-index: 9
}

.static-home-2 > ul > li a:hover:before {
    opacity: 1
}

.data-table {
    width: 100%
}

.data-table th.wrap {
    white-space: normal
}

.data-table th {
    padding: 10px;
    border: 1px solid #e9e9e9;
    text-align: center
}

.data-table tbody tr {
    border: 1px solid #e9e9e9
}

.data-table tr td {
    padding: 10px;
    border: 1px solid #e9e9e9;
    vertical-align: middle
}

.data-table td h3 {
    margin: 0;
    line-height: 100%
}

body table.data-table {
    border-collapse: collapse
}

.data-table thead {
    border: 1px solid #e9e9e9
}

.data-table tfoot {
    border-top: 0;
    border-top: 1px solid #e9e9e9
}

.data-table .first.odd, .box-account .data-table .odd {
    background: 0
}

.a-center input.checkbox {
    float: none
}

label.required em {
    font-weight: normal;
    padding: 0 5px 0 0;
    vertical-align: middle;
    color: red
}

.account-login .content {
    padding: 20px;
    border: 1px solid #ddd;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    min-height: 220px
}

#advice-validate-email-email {
    color: red
}

.my-account .tags-list li {
    display: inline-block;
    margin-right: 5px
}

.my-account .tags-list li > a:after {
    content: ","
}

#yt_header .yt-header-under {
    float: left;
    width: 100%;
    position: relative;
    z-index: 30
}

#yt_header .yt-header-under .yt-header-under-wrap {
    position: relative
}

.main-content {
    padding-top: 35px
}

.catalog-product-compare-index .link-wishlist {
    background-color: #666;
    color: #fff;
    text-transform: uppercase;
    padding: 5px
}

.catalog-product-compare-index .link-wishlist:hover {
    background-color: #5e92df
}

.block .customNavigation {
    position: absolute;
    top: 6px;
    right: 5px
}

.block .customNavigation .btn-bs {
    width: 17px;
    height: 30px;
    text-align: center;
    display: inline-block;
    line-height: 30px;
    font-size: 28px;
    cursor: pointer;
    color: #999
}

.recent-posts {
    display: none
}

.categories-blog {
    margin-bottom: 18px;
    margin-top: -10px
}

.categories-blog .block-title {
    line-height: 33px;
    text-transform: uppercase;
    font-size: 133.37%;
    border-bottom: 1px solid #ddd
}

.sn-basic-v1 .item-left-products .bs-price {
    display: block !important
}

.latest-blog {
    margin-top: 14px
}

.latest-blog .block-content {
    padding: 0 !important
}

.latest-blog .block-content .owl-theme .owl-controls {
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #ddd
}

.latest-blog .item-blog {
    padding-top: 20px
}

.latest-blog .item-blog .img-blog {
    position: relative;
    margin: 20px
}

.latest-blog .item-blog .img-blog img {
    width: auto;
    max-width: 100%
}

.latest-blog .item-blog .img-blog .img-link:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s
}

.latest-blog .item-blog .img-blog:hover .img-link:before {
    opacity: 1
}

.latest-blog .blog-info {
    padding: 6px 20px 10px
}

.latest-blog .blog-info .postTitle {
    padding-bottom: 10px
}

.latest-blog .blog-info .postTitle h2 a {
    font-size: 116.67%;
    font-weight: bold
}

.client-say .owl-controls {
    position: absolute;
    right: 35%;
    top: 115px
}

.client-say .owl-controls .owl-prev {
    text-indent: inherit;
    background: 0;
    right: 110%;
    position: relative;
    color: #9c948f
}

.client-say .owl-controls .owl-prev:hover {
    color: #fff
}

.client-say .owl-controls .owl-prev:before {
    content: "\f053";
    font-family: FontAwesome;
    font-size: 24px
}

.client-say .owl-controls .owl-next {
    text-indent: inherit;
    background: 0;
    right: -50%;
    position: relative;
    color: #9c948f
}

.client-say .owl-controls .owl-next:hover {
    color: #fff
}

.client-say .owl-controls .owl-next:before {
    content: "\f054";
    font-family: FontAwesome;
    font-size: 24px
}

.client-say .item-client-say {
    padding-right: 15px
}

.client-say .item-client-say .client-comment:before {
    position: absolute;
    content: "";
    background: url(/skin/frontend/sm-shoppystore/default/images/Forma-18.png) no-repeat center center;
    width: 20px;
    height: 20px
}

.client-say .item-client-say .client-comment:after {
    position: absolute;
    content: "";
    background: url(/skin/frontend/sm-shoppystore/default/images/Forma-19.png) no-repeat center center;
    width: 20px;
    height: 20px;
    right: 10px;
    bottom: 0
}

.client-say .item-client-say .client-comment .sn-tamiv2 {
    display: inline-block;
    margin: 0 20px 0 30px;
    text-align: center
}

.client-say .item-client-say .client-say-info {
    margin-top: 95px;
    margin-bottom: 30px;
    position: relative;
    right: 35%
}

.client-say .item-client-say .client-say-info .image-client {
    width: 95px
}

.client-say .item-client-say .client-say-info .image-client:hover {
    opacity: .6
}

.client-say .item-client-say .client-say-info .name-client {
    margin-left: 78px;
    padding-top: 10px
}

.client-say .item-client-say .client-say-info .name-client h2 a {
    font-size: 116.67%;
    font-weight: bold;
    color: #ea3a3c;
    display: inline-block;
    padding: 5px 0
}

.client-say .owl-controls .owl-pagination {
    background-color: #eee;
    margin: 0 -18px 0;
    padding: 5px 0;
    position: relative;
    bottom: -20px
}

.client-say .owl-controls .owl-pagination .owl-page {
    width: 10px !important;
    height: 10px !important;
    border: 1px solid #eee;
    background-color: #bbb;
    margin: 0 2px
}

.client-say .owl-controls .owl-pagination .owl-page:hover {
    background-color: #999;
    border: 1px solid #fff
}

.client-say .owl-controls .owl-pagination .owl-page.active {
    background-color: #999;
    border: 1px solid #fff
}

.faqs-block .faq-wrapper {
    background-color: #eee;
    margin: -20px -18px
}

.faqs-block .faq-wrapper .accordion.accordion-close {
    background-color: #fff;
    border-bottom: 1px solid #ddd
}

.faqs-block .faq-wrapper .accordion {
    font-size: 100%;
    font-weight: bold;
    position: relative;
    line-height: 38px;
    padding-left: 47px;
    cursor: pointer
}

.faqs-block .faq-wrapper .accordion span:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    position: absolute;
    left: 22px;
    top: 11px;
    background: url(/skin/frontend/sm-shoppystore/default/images/show-c.png) no-repeat top left #999
}

.faqs-block .faq-wrapper .accordion-open span:before {
    background-position: left bottom
}

.faqs-block .faq-wrapper .container-accordion {
    padding: 0 10px 10px 47px;
    border-bottom: 1px solid #ddd
}

.faqs-block .faq-wrapper .faq-item:last-child .accordion, .faqs-block .faq-wrapper .faq-item:last-child .container-accordion {
    border-bottom: 0
}

.block-brand .block-title .view-all-brand {
    display: inline-block;
    float: right;
    margin: 11px 11px 0 0
}

.block-brand .block-title .view-all-brand:after {
    content: "\f0da";
    font-family: FontAwesome;
    font-size: 12px;
    margin-left: 5px
}

.block-brand .brand-wrapper {
    margin: -20px -19px -21px -18px;
    line-height: 0
}

.block-brand .brand-wrapper ul {
    display: inline-block;
    width: 100%
}

.block-brand .brand-wrapper ul li {
    float: left;
    width: 50%;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd
}

.block-brand .brand-wrapper ul li:hover {
    position: relative;
    z-index: 9
}

.block-brand .brand-wrapper ul li a img {
    width: 100%;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s
}

.block-brand .brand-wrapper ul li a img:hover {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3)
}

.no-padding {
    padding-left: 0
}

.yt-related {
    margin-top: -8px
}

.yt-footer-wrap .footer-top {
    color: #fff;
    padding: 12px 0 0;
    background-color: #444
}

.yt-footer-wrap .footer-top .block-subscribe-footer .title-block {
    float: left;
    display: inline-block
}

.yt-footer-wrap .footer-top .block-subscribe-footer .title-block h2 {
    text-align: left;
    font-size: 133.33%;
    font-weight: bold;
    margin: 6px 0 3px
}

.yt-footer-wrap .footer-top .block-subscribe-footer .block-content {
    float: right;
    padding-top: 5px;
    display: inline-block
}

.yt-footer-wrap .footer-top .block-subscribe-footer .block-content .input-box, .yt-footer-wrap .footer-top .block-subscribe-footer .block-content .actions {
    display: inline-block;
    vertical-align: top
}

.yt-footer-wrap .footer-top .block-subscribe-footer .block-content .input-box {
    margin-right: -4px
}

.yt-footer-wrap .footer-top .block-subscribe-footer .block-content .input-box #newsletter {
    width: 470px;
    height: 42px;
    border: 0;
    border-radius: 4px 0 0 4px !important;
    -moz-border-radius: 4px 0 0 4px !important;
    -webkit-border-radius: 4px 0 0 4px !important;
    border-bottom: 2px solid #ccc
}

.yt-footer-wrap .footer-top .block-subscribe-footer .block-content .actions button {
    text-transform: none;
    font-weight: bold !important;
    height: 43px;
    line-height: 42px;
    border-radius: 0 4px 4px 0 !important;
    -moz-border-radius: 0 4px 4px 0 !important;
    -webkit-border-radius: 0 4px 4px 0 !important;
    border-bottom: 2px solid #0288d1
}

.yt-footer-wrap .footer-top .socials-wrap {
    text-align: center;
    background-color: #3a3a3a
}

.yt-footer-wrap .footer-top .socials-wrap ul li {
    display: inline-block
}

.yt-footer-wrap .footer-top .socials-wrap ul li a {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    margin: 0 5px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center
}

.yt-footer-wrap .footer-top .socials-wrap ul li a span {
    display: none
}

.yt-footer-wrap .footer-bottom-sevicer {
    background-color: #ddd;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

.yt-footer-wrap .footer-bottom-sevicer .sn-sevirce {
    margin-top: 40px;
    float: left;
    width: 20%;
    text-align: center
}

.yt-footer-wrap .footer-bottom-sevicer .sn-sevirce .img-sevirce {
    margin-bottom: 15px;
    text-align: center;
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url(/skin/frontend/sm-shoppystore/default/images/shoppy-img.png) no-repeat
}

.yt-footer-wrap .footer-bottom-sevicer .sn-sevirce .img-sevirce1 {
    background-position: left 0
}

.yt-footer-wrap .footer-bottom-sevicer .sn-sevirce .img-sevirce2 {
    background-position: -50px 0
}

.yt-footer-wrap .footer-bottom-sevicer .sn-sevirce .img-sevirce3 {
    background-position: -100px 0;
    width: 55px
}

.yt-footer-wrap .footer-bottom-sevicer .sn-sevirce .img-sevirce4 {
    background-position: -165px 0;
    width: 50px
}

.yt-footer-wrap .footer-bottom-sevicer .sn-sevirce .img-sevirce5 {
    background-position: -220px 0
}

.yt-footer-wrap .footer-bottom-sevicer .sn-sevirce .content-service {
    margin-bottom: 45px;
    text-align: center
}

.yt-footer-wrap .footer-bottom-sevicer .sn-sevirce .content-service a {
    display: block;
    font-weight: bold
}

.yt-footer-wrap .footer-bottom-sevicer .sn-sevirce .content-service span {
    display: inline-block;
    max-width: 170px
}

.yt-footer-wrap .footer-bottom-tag {
    background-color: #eee
}

.yt-footer-wrap .footer-bottom-tag .block-tags {
    margin-top: 15px;
    border-bottom: 1px solid #ddd
}

.yt-footer-wrap .footer-bottom-tag .block-tags .block-title {
    margin-bottom: 10px
}

.yt-footer-wrap .footer-bottom-tag .block-tags .block-content {
    margin-bottom: 25px
}

.yt-footer-wrap .footer-bottom-tag .block-tags .tags-list li {
    float: left;
    margin-right: 5px;
    margin-bottom: 0;
    color: #ccc
}

.yt-footer-wrap .footer-bottom-tag .block-tags .tags-list li a:first-child {
    padding: 0 5px 0 0
}

.yt-footer-wrap .footer-bottom-tag .block-tags .tags-list li a {
    font-size: 100% !important;
    display: inline-block;
    padding: 0 5px
}

.yt-footer-wrap .footer-bottom {
    background-color: #eee;
    padding: 8px 0
}

.yt-footer-wrap .footer-bottom .payment-method {
    float: right
}

.yt-footer-wrap .footer-bottom .payment-method > li {
    display: inline-block;
    margin-left: 5px
}

.yt-footer-wrap .footer-bottom .payment-method > li:hover {
    opacity: .8
}

.yt-footer-wrap .block-subscribe-footer .form-list input.input-text, .yt-footer-wrap input.input-text {
    padding: 0 20px
}

.yt-footer-wrap .footer-middle {
    background-color: #fff;
    padding: 21px 0 16px
}

.yt-footer-wrap .footer-middle .sn-middle {
    width: 20%;
    display: inline-block;
    float: left
}

.yt-footer-wrap .footer-middle .col-footer {
    padding: 5px 0 2px
}

.yt-footer-wrap .footer-middle .footer-title {
    margin-bottom: 20px
}

.yt-footer-wrap .footer-middle .footer-title h2 {
    font-size: 116.67%
}

.yt-footer-wrap .footer-middle .content-block-footer .icon-caret-right {
    margin-right: 5px
}

.yt-footer-wrap .footer-middle .content-block-footer .footer-logo {
    margin-bottom: 10px
}

.yt-footer-wrap .footer-middle .content-block-footer ul li {
    padding-bottom: 9px
}

.yt-footer-wrap .footer-middle .content-block-footer ul li:last-child {
    padding-bottom: 0
}

.yt-footer-wrap .footer-middle .content-block-footer ul li .sp-ic {
    width: 20px;
    display: inline-block;
    text-align: center
}

.yt-footer-wrap .footer-middle .content-block-footer .payment-method {
    padding-top: 0
}

.yt-footer-wrap .footer-middle .content-block-footer .payment-method li {
    display: inline-block;
    margin-right: 7px;
    float: left
}

.yt-footer-wrap .footer-middle .content-block-footer .payment-method img {
    max-height: 77px;
    max-width: 180px
}

.yt-footer-wrap .footer-middle .content-block-footer .payment-method li:last-child {
    margin-right: 0
}

.yt-footer-wrap .footer-middle .contact-block .content-block-footer ul li {
    padding-bottom: 5px;
    color: #444
}

#yt-totop {
    background: url("/skin/frontend/sm-shoppystore/default/images/up-arrow.png") no-repeat scroll center center #333;
    bottom: 30px;
    height: 45px;
    overflow: hidden;
    position: fixed;
    right: 20px;
    width: 45px;
    z-index: 9999;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}

#yt_content .yt-slideshow {
    width: 100%;
    position: relative
}

#yt_content .yt-slideshow .owl-controls {
    margin-top: 0 !important
}

.owl-controls .owl-pagination {
    text-align: center
}

.owl-controls .owl-pagination .owl-page {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin: 0 3px;
    background-color: #b4b4b4;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px
}

#confirmbox .btn-cart {
    background-image: url(/skin/frontend/sm-shoppystore/default/images/btn-cart-bs.png);
    background-repeat: no-repeat;
    background-position: center center
}

.resp-tabs-container .owl-item {
    padding-left: 30px
}

.owl-buttons .owl-next, .owl-buttons .owl-prev {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-color: #575757;
    overflow: hidden;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: center center
}

.owl-buttons .owl-next {
    background-image: url(/skin/frontend/sm-shoppystore/default/images/btn-next-owl.png)
}

.owl-buttons .owl-prev {
    background-image: url(/skin/frontend/sm-shoppystore/default/images/btn-prev-owl.png)
}

.resp-tab-content .btn-nav {
    position: absolute;
    top: 48%;
    z-index: 99
}

.resp-tab-content .btn-nav.btn-prev {
    left: 0
}

.resp-tab-content .btn-nav.btn-next {
    right: 0
}

.resp-vtabs ul.resp-tabs-list {
    width: 170px !important
}

.resp-vtabs .resp-tabs-container {
    margin-left: 169px;
    clear: inherit !important;
    float: none !important;
    width: auto !important;
    padding: 15px 20px !important
}

.old-price .price {
    text-decoration: line-through
}

.slider-ourmember .owl-item {
    padding-left: 30px
}

.slider-ourmember .owl-item .sm_quickview_handler {
    display: none !important;
    left: 9999px !important
}

.slider-ourmember .owl-item .item-inner {
    padding: 0;
    border: none !important
}

.wrapper-owl-slider {
    margin-left: -30px
}

.overflow-owl-slider {
    overflow: hidden
}

.our-member .owl-pagination {
    padding-left: 30px
}

.over-flow-padding {
    overflow: hidden
}

.carousel-dotted > li {
    width: 10px;
    height: 10px;
    background: #efefef;
    border-radius: 50%;
    display: inline-block;
    border: 0;
    margin: 0 !important;
    margin-left: 2px
}

.carousel-dotted > li.active {
    width: 10px;
    height: 10px
}

.wrapper-client-say {
    background: #f7f7f7;
    padding-right: 10px
}

.client-say-wrapper {
    margin-top: 26px;
    margin-bottom: 25px
}

.client-image {
    width: 139px;
    float: left;
    position: relative
}

.img-wrapper > a:before {
    background: rgba(0, 0, 0, 0.3);
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0)
}

.img-wrapper:hover > a:before {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1)
}

.btn-button-st:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5)
}

.client-info {
    margin-left: 165px
}

.des-client {
    font-size: 116.67%;
    padding: 10px 0 15px 0
}

.carousel-dotted {
    width: auto;
    left: inherit;
    right: 0;
    top: -58px
}

.client-bottom > a {
    color: #000
}

.client-bottom > a .color-client {
    font-weight: bold
}

.shop-info .shop-info-wrapper {
    margin-top: 23px
}

.shop-info .tt-info {
    color: #000
}

.shop-info .info-list > li {
    padding: 5px 0 5px 35px;
    background-repeat: no-repeat;
    background-position: left center
}

.block-related {
    border: 1px solid #ddd;
    display: inline-block;
    width: 100%;
    margin-bottom: 34px
}

.block-related .bs-item {
    padding: 15px 15px 0;
    border-top: 1px solid #ddd
}

.block-related .bs-item .bs-item-inner .bs-content {
    margin-left: 100px
}

.block-related .bs-item:first-child {
    border-top: 0
}

.block-related .bs-item:last-child {
    border-top: 1px solid #ddd !important
}

#yt_left .block, #yt_right .block {
    padding-left: 18px;
    padding-right: 18px;
    border: 1px solid #ddd
}

#yt_left .block .block-title, #yt_right .block .block-title {
    position: relative;
    border-bottom: 3px solid;
    margin: -5px -19px 0 -19px
}

#yt_left .block .block-title strong, #yt_right .block .block-title strong {
    display: inline-block;
    font-size: 133.33%;
    text-transform: uppercase;
    position: relative;
    color: #fff;
    line-height: 37px;
    padding: 0 18px
}

#yt_left .block .block-title strong:before, #yt_right .block .block-title strong:before {
    content: "";
    display: inline-block;
    position: absolute;
    right: -20px;
    top: 0;
    width: 0;
    height: 0;
    border-right: 20px solid transparent
}

#yt_left .block .block-content, #yt_right .block .block-content {
    padding: 20px 0
}

.block-tags .tags-list li {
    float: left;
    margin-right: 5px;
    margin-bottom: 10px
}

.block-tags .tags-list li a {
    font-size: 100% !important;
    display: inline-block;
    padding: 6px 9px
}

.block-tags .view-all-tag {
    clear: both;
    text-align: right
}

.block-tags .view-all-tag a {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: right center;
    font-style: italic
}

.btn-button-st {
    color: #fff !important;
    display: inline-block !important;
    margin-top: 10px;
    padding: 10px 15px !important;
    text-transform: uppercase
}

.st-categories .category-wrap h2, .detail-st-img h2 {
    color: #000;
    margin: 15px 0 10px;
    text-transform: uppercase
}

.yt-breadcrumbs {
    margin-top: 8px;
    margin-bottom: 30px
}

.yt-breadcrumbs .breadcrumbs ul {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px
}

.yt-breadcrumbs .breadcrumbs ul li {
    display: inline-block;
    padding: 0 0 0 8px;
    vertical-align: top
}

.yt-breadcrumbs .breadcrumbs ul li:first-child {
    padding-left: 0;
    padding-right: 0
}

.yt-breadcrumbs .breadcrumbs ul li:last-child {
    background: 0
}

.yt-breadcrumbs .breadcrumbs ul li:last-child:after {
    display: none
}

.yt-breadcrumbs .breadcrumbs ul li strong {
    font-weight: bold;
    color: #5e92df
}

.yt-breadcrumbs .breadcrumbs ul li:after {
    font-family: fontawesome;
    content: "\F105";
    float: right;
    font-size: 12px;
    margin-left: 10px
}

.breadcrumbs-style2 {
    background-color: #c9c9c9
}

.breadcrumbs-style4 {
    border-top: 1px solid #e5e5e5
}

#yt_wrapper .page-title {
    margin-bottom: 20px
}

#yt_wrapper .page-title h1 {
    font-size: 166.67%;
    text-transform: uppercase
}

.category-description {
    margin-bottom: 30px
}

.category-description img {
    width: auto;
    max-width: 100%
}

.catalog-category-view .yt-content-inner {
    margin-top: 30px
}

.customer-account-index .mega-left-title, .wishlist-index-index .mega-left-title, .checkout-cart-index .mega-left-title, .opc-index-index .mega-left-title, .catalog-product-view .mega-left-title, .catalog-category-view .ver-megamenu-header .mega-left-title {
    cursor: pointer
}

.customer-account-index .mega-left-title:after, .wishlist-index-index .mega-left-title:after, .checkout-cart-index .mega-left-title:after, .opc-index-index .mega-left-title:after, .catalog-product-view .mega-left-title:after, .cms-page-view .mega-left-title:after, .checkout-onepage-index .mega-left-title:after, .customer-account-login .mega-left-title:after, .catalogsearch-result-index .mega-left-title:after, .catalog-category-view .ver-megamenu-header .mega-left-title:after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    width: 15px;
    height: 15px;
    line-height: 12px;
    border: 1px solid;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    right: 20px;
    top: 18px;
    text-align: center;
    color: #fff
}

.customer-account-index .ver-megamenu-header:hover .mega-left-title:after, .wishlist-index-index .ver-megamenu-header:hover .mega-left-title:after, .checkout-cart-index .ver-megamenu-header:hover .mega-left-title:after, .opc-index-index .ver-megamenu-header:hover .mega-left-title:after, .catalog-product-view .ver-megamenu-header:hover .mega-left-title:after, .cms-page-view .ver-megamenu-header:hover .mega-left-title:after, ..checkout-onepage-index .ver-megamenu-header:hover .mega-left-title:after, .customer-account-login .ver-megamenu-header:hover .mega-left-title:after, .catalogsearch-result-index .ver-megamenu-header:hover .mega-left-title:after, .catalog-category-view .ver-megamenu-header:hover .mega-left-title:after {
    content: "\f106"
}

.header-v0 .ver-megamenu-header:hover .sm_megamenu_wrapper_vertical_menu {
    background-color: #fff;
    display: block !important;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s
}

.no-rating a {
    font-size: 91.67%;
    color: #909090
}

.ratings {
    padding: 0;
    direction: ltr;
    display: inline-block
}

.rating-box {
    background: url(/skin/frontend/sm-shoppystore/default/images/bkg_rating.png) 0 -25px repeat-x;
    height: 12px;
    display: inline-block;
    width: 68px;
    float: left;
    margin-right: 18px;
    position: relative;
    top: 4px
}

.rating-box .rating {
    background: url(/skin/frontend/sm-shoppystore/default/images/bkg_rating.png) 0 0 repeat-x;
    height: 12px;
    left: 0;
    position: absolute;
    top: -1px
}

.ratings .amount {
    display: inline-block;
    float: left
}

.amount a {
    font-size: 91.67%;
    color: #909090
}

.ratings-table {
    margin: 5px 0
}

.ratings-table td, .ratings-table th {
    padding: 3px 0
}

.ratings-table td.label, .ratings-table th {
    font-weight: bold;
    padding-right: 8px
}

.toolbar {
    border: 1px solid #ddd;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    padding: 6px
}

.toolbar .limiter-wrap label, .toolbar .limiter-wrap .select-new, .toolbar .sort-by-wrap .select-new {
    float: left
}

.toolbar .sort-by-wrap, .toolbar .view-mode-wrap, .toolbar .limiter-wrap {
    float: left
}

.toolbar .view-mode-wrap {
    margin-right: 10px
}

.toolbar .view-mode-wrap .view-mode strong, .toolbar .view-mode-wrap .view-mode a {
    display: inline-block;
    float: left;
    width: 30px;
    height: 30px;
    overflow: hidden;
    text-indent: -9999px;
    background-repeat: no-repeat;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s
}

.toolbar .view-mode-wrap .view-mode strong, .toolbar .view-mode-wrap .view-mode a:hover {
    background-position: left bottom
}

.toolbar .limiter-wrap, .toolbar .sort-by-wrap, .toolbar .pagination-wrap {
    position: relative;
    height: 30px
}

.toolbar .pagination-wrap .icon-angle-right {
    font-size: 167.67%
}

.toolbar .select-inner {
    background: url(/skin/frontend/sm-shoppystore/default/images/bg-selectbox.png) no-repeat right 13px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ddd;
    position: relative
}

.toolbar .limiter .select-inner {
    width: 51px
}

.toolbar .sort-by-wrap .select-inner {
    width: 91px
}

.toolbar .overwrite-sortby, .toolbar .overwrite-limiter {
    color: #404040;
    padding: 0 19px 0 10px;
    height: 100%;
    line-height: 29px
}

.toolbar label {
    line-height: 30px;
    margin-right: 10px;
    font-weight: normal;
    float: left;
    color: #404040
}

.toolbar .limiter-wrap {
    margin-right: 20px;
    margin-left: 20px
}

.toolbar .select-inner {
    cursor: pointer;
    display: block !important;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s
}

.toolbar .select-inner:hover {
    border: 1px solid #aaa
}

.toolbar .select-inner > ul {
    min-width: inherit;
    background: #fff;
    padding: 0 10px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100%;
    top: 27px;
    left: 0;
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    font-size: inherit
}

.toolbar .select-inner > ul li a {
    display: block;
    padding: 5px 0;
    color: inherit;
    border-bottom: 1px solid #ddd
}

.toolbar .select-inner > ul li a:hover {
    background: 0
}

.toolbar .select-inner > ul li:last-child {
    border-bottom: 0
}

.toolbar .pagination-wrap {
    float: right
}

.toolbar .pagination-wrap .pagination {
    margin: 0;
    border-radius: 0;
    padding: 0
}

.toolbar .pagination-wrap .pagination .pages label {
    display: none
}

.toolbar .pagination-wrap .pagination .pages ol {
    display: inline-block
}

.toolbar .pagination-wrap .pagination .pages ol li {
    display: inline-block;
    vertical-align: top
}

.toolbar .pagination-wrap .pagination .pages ol li a {
    display: inline-block;
    height: 28px;
    line-height: 27px;
    border: 1px solid #ddd;
    padding: 0 10px;
    color: #404040;
    text-align: center;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s
}

.toolbar .pagination-wrap .pagination .pages ol li a:hover {
    color: #fff
}

.toolbar .pagination-wrap .pagination .pages ol li.current a {
    color: #fff
}

.toolbar .btn-toolbar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.toolbar .btn-sortby {
    width: 16px;
    height: 30px;
    background-position: center center;
    display: inline-block;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    margin-left: 2px
}

.toolbar .set-desc {
    background-image: url(/skin/frontend/sm-shoppystore/default/images/down-icon.png)
}

.toolbar .set-asc {
    background-image: url(/skin/frontend/sm-shoppystore/default/images/up-icon.png)
}

.price-box {
    display: inline-block
}

.old-price {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-left: 5px
}

.old-price .price-label {
    display: none
}

.special-price {
    display: inline-block;
    vertical-align: top;
    float: left
}

.special-price .price-label {
    display: none
}

.special-price > .price {
    font-size: 100% !important
}

.price-from, .price-to {
    display: inline-block
}

.price-from .price, .price-to .price {
    font-size: 100% !important;
    font-weight: normal !important
}

.products-grid .respl-item .item-inner .item-info {
    text-align: center
}

.block-image-static {
    margin-bottom: 30px
}

.block-image-static a img {
    width: auto;
    max-width: 100%;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s
}

.block-image-static a:hover img {
    opacity: .8
}

.respl-item {
    margin-bottom: 30px
}

.respl-item .item-inner {
    padding: 15px;
    overflow: hidden;
    position: relative
}

.respl-item .item-inner .add-info {
    text-align: center;
    position: relative
}

.respl-item .item-inner .add-info .add-wishlist {
    opacity: 0;
    visibility: hidden;
    position: relative;
    vertical-align: top;
    display: inline-block;
    right: -39px
}

.respl-item .item-inner .add-info .add-compare {
    opacity: 0;
    visibility: hidden;
    position: relative;
    text-align: right;
    left: -39px;
    vertical-align: top;
    text-indent: -999;
    display: inline-block
}

.respl-item .item-inner .add-to-links {
    position: absolute;
    top: 20%;
    width: 100%;
    margin-left: -15px;
    text-align: center
}

.respl-item .item-inner .add-to-links a {
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.respl-item .item-inner:hover .add-info {
    transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s
}

.respl-item .item-inner:hover .add-info .add-compare, .respl-item .item-inner:hover .add-info .add-wishlist {
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    opacity: 1;
    visibility: visible
}

.respl-item .item-inner:hover .add-info .add-compare {
    left: 8px
}

.respl-item .item-inner:hover .add-info .add-wishlist {
    right: 8px
}

.respl-item .item-inner:hover .add-to-cart .btn-pd.btn-cart {
    background-color: #5e92df;
    border-color: #5e92df;
    color: #fff !important
}

.respl-item .item-inner:hover .btn-pd.sm_quickview_handler {
    border-color: #5e92df;
    background: #5e92df
}

.respl-item .item-inner:hover .add-to-links a {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.respl-item .item-inner .add-to-cart {
    vertical-align: top;
    text-align: center;
    display: inline-block
}

.respl-item .item-inner .add-to-cart .btn-pd.btn-cart {
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    height: 35px;
    padding: 0 11px;
    border: 1px solid #ddd;
    color: #999;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.respl-item .item-inner .w-image-box {
    position: relative
}

.respl-item .item-inner .w-image-box .item-image a img {
    width: 100%
}

.respl-item .item-inner .w-image-box .sale-item {
    width: 55px;
    height: 55px;
    background: url(/skin/frontend/sm-shoppystore/default/images/sale-label-product.png) no-repeat top left;
    position: absolute;
    top: -15px;
    left: -15px;
    overflow: hidden
}

.respl-item .item-inner .w-image-box .sale-item span {
    display: none
}

.respl-item .item-inner .w-image-box .new-item {
    width: 55px;
    height: 55px;
    background: url(/skin/frontend/sm-shoppystore/default/images/new-label-product.png) no-repeat top left;
    position: absolute;
    top: -15px;
    right: -15px;
    overflow: hidden
}

.respl-item .item-inner .w-image-box .new-item span {
    display: none
}

.respl-item .item-inner .item-info {
    position: relative;
    text-align: center
}

.respl-item .item-inner .item-info .item-title {
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 0 2px
}

.respl-item .item-inner .item-info .item-title a {
    font-size: 110%;
    white-space: nowrap;
    color: #222
}

.respl-item .item-inner .item-info .item-title a:hover {
    color: #5e92df
}

.respl-item .item-inner .item-info .item-price {
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px
}

.respl-item .item-inner .item-info .item-price .price-box .price {
    font-size: 125%;
    font-weight: bold;
    color: #5e92df
}

.respl-item .item-inner .item-info .item-price .price-box .special-price {
    margin-right: 1px
}

.respl-item .item-inner .item-info .item-price .price-box .old-price .price {
    font-size: 100%;
    font-weight: normal;
    color: #999;
    position: relative;
    top: 1px
}

.respl-item .item-inner .item-info .item-price .r-price-box .price {
    font-size: 100%;
    font-weight: normal
}

.respl-item .item-inner .item-info .item-review {
    height: 18px;
    padding-top: 0
}

.respl-item .item-inner .item-info .item-review .rating-box {
    top: 0
}

.respl-item .item-inner .item-info .item-review .ratings {
    position: relative;
    top: 3px
}

.respl-item .item-inner .item-info .item-review .ratings .amount {
    display: none
}

.respl-item .item-inner .btn-pd {
    display: inline-block !important;
    height: 35px;
    z-index: 20;
    border: 1px solid #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.respl-item .item-inner .btn-pd.item-wishlist {
    text-indent: -9999px;
    width: 35px;
    background-image: url(/skin/frontend/sm-shoppystore/default/images/btn-wishlist.png);
    background-position: center 10px;
    z-index: 9
}

.respl-item .item-inner .btn-pd.item-wishlist:hover {
    background-position: center -37px;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    border-color: #5e92df;
    z-index: 99
}

.respl-item .item-inner .btn-pd.item-compare {
    width: 35px;
    text-indent: -9999px;
    background-image: url(/skin/frontend/sm-shoppystore/default/images/btn-compare.png);
    background-position: center 10px;
    z-index: 9
}

.respl-item .item-inner .btn-pd.item-compare:hover {
    background-position: center -37px;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    border-color: #5e92df;
    z-index: 99
}

.respl-item .item-inner .btn-pd.sm_quickview_handler {
    height: 40px;
    background-position: center 10px;
    width: 40px;
    z-index: 9;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.respl-item .item-inner .btn-pd.sm_quickview_handler:before {
    content: "\f002";
    font-family: FontAwesome;
    position: absolute;
    line-height: 38px;
    font-size: 14px;
    color: #fff;
    left: 0;
    right: 0
}

.respl-item .item-inner .btn-pd.sm_quickview_handler span {
    display: none
}

.respl-item .item-inner .btn-pd.sm_quickview_handler:hover {
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    border-color: #fff;
    background: #fff
}

.respl-item .item-inner .btn-pd.sm_quickview_handler:hover:before {
    color: #333
}

.mutil-col-slider {
    position: relative
}

.customNavigation .btn-nav {
    width: 46px;
    height: 46px;
    background-color: #999;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    overflow: hidden;
    text-indent: -9999px;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -23px;
    z-index: 9;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: background-color .2s ease 0;
    -webkit-transition: background-color .2s ease 0;
    -moz-transition: background-color .2s ease 0
}

.customNavigation .btn-nav.btn-next {
    background-image: url(/skin/frontend/sm-shoppystore/default/images/btn-next-owl.png);
    right: -23px
}

.customNavigation .btn-nav.btn-prev {
    background-image: url(/skin/frontend/sm-shoppystore/default/images/btn-prev-owl.png);
    left: -23px
}

.sale-item {
    width: 55px;
    height: 55px;
    background: url(/skin/frontend/sm-shoppystore/default/images/sale-label-product.png) no-repeat top left;
    position: absolute;
    overflow: hidden
}

.sale-item span {
    display: none
}

.new-item {
    width: 55px;
    height: 55px;
    background: url(/skin/frontend/sm-shoppystore/default/images/new-label-product.png) no-repeat top left;
    position: absolute;
    overflow: hidden
}

.new-item span {
    display: none
}

.products-list .respl-item-list {
    border: 1px solid #ddd;
    margin-top: -1px;
    z-index: 1;
    position: relative
}

.products-list .respl-item-list:hover {
    border-color: #aaa;
    z-index: 99;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s
}

.products-list .respl-item-list .item-inner {
    position: relative;
    padding: 15px 5px;
    border: 0
}

.products-list .respl-item-list .w-image-box {
    float: left;
    width: 194px;
    position: relative
}

.products-list .respl-item-list .w-image-box:hover {
    border-color: #aaa
}

.products-list .respl-item-list .w-image-box .sale-item {
    top: -15px;
    left: -5px
}

.products-list .respl-item-list .w-image-box .new-item {
    top: -15px;
    right: -15px
}

.products-list .respl-item-list .w-image-box .item-image {
    position: relative
}

.products-list .respl-item-list .w-image-box .item-image a {
    display: block
}

.products-list .respl-item-list .w-image-box .item-image a img {
    width: 100%
}

.products-list .respl-item-list .w-image-box .item-image .sm_quickview_handler {
    display: inline-block !important;
    width: 35px;
    height: 35px;
    overflow: hidden;
    text-indent: -9999px;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: 50%;
    margin-top: -15px;
    background: url(/skin/frontend/sm-shoppystore/default/images/btn-quickview.png) no-repeat center 10px #fff;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    border: 1px solid #ddd
}

.products-list .respl-item-list .w-image-box .item-image .sm_quickview_handler:hover {
    background-color: #5e92df;
    border: 1px solid #5e92df;
    background-position: center -37px
}

.products-list .respl-item-list .w-image-box .item-image .sm_quickview_handler span {
    display: none
}

.products-list .respl-item-list .w-image-box .item-image:hover .sm_quickview_handler {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1)
}

.products-list .respl-item-list .product-shop {
    margin-left: 224px
}

.products-list .respl-item-list .product-shop .f-fix .product-name {
    margin: 3px 0 5px
}

.products-list .respl-item-list .product-shop .f-fix .product-name a {
    font-size: 110%;
    color: #222
}

.products-list .respl-item-list .product-shop .f-fix .product-name a:hover {
    color: #5e92df
}

.products-list .respl-item-list .product-shop .f-fix .item-price {
    height: 30px;
    line-height: 30px
}

.products-list .respl-item-list .product-shop .f-fix .item-price .price-box .price {
    font-size: 125%;
    font-weight: bold;
    color: #5e92df
}

.products-list .respl-item-list .product-shop .f-fix .item-price .price-box .special-price {
    margin-right: 1px
}

.products-list .respl-item-list .product-shop .f-fix .item-price .price-box .old-price .price {
    font-size: 100%;
    font-weight: normal;
    color: #999;
    position: relative;
    top: 2px;
    margin-left: 5px
}

.products-list .respl-item-list .product-shop .f-fix .item-price .rating-box {
    margin-bottom: 5px
}

.products-list .respl-item-list .product-shop .f-fix .item-price .amount {
    display: none
}

.products-list .respl-item-list .product-shop .f-fix .item-price .no-rating {
    position: relative;
    top: -3px
}

.products-list .respl-item-list .product-shop .f-fix .item-price .rating-links {
    display: none
}

.products-list .respl-item-list .product-shop .f-fix .desc {
    padding: 5px 5px 0 0;
    text-align: justify
}

.products-list .respl-item-list .product-shop .f-fix .list-action {
    padding: 15px 0 0
}

.products-list .respl-item-list .product-shop .f-fix .list-action .btn-cart {
    height: 35px;
    line-height: 35px;
    color: #999;
    text-transform: uppercase;
    padding: 0 15px;
    background: #fff;
    display: inline-block;
    vertical-align: top;
    margin-right: 3px;
    font-weight: bold;
    border: 1px solid #ddd;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s
}

.products-list .respl-item-list .product-shop .f-fix .list-action .btn-cart:hover {
    background-color: #5e92df;
    border-color: #5e92df;
    color: #fff
}

.products-list .respl-item-list .product-shop .f-fix .list-action .item-wishlist, .products-list .respl-item-list .product-shop .f-fix .list-action .item-compare {
    display: inline-block !important;
    width: 35px;
    height: 35px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    vertical-align: top;
    margin-right: 3px;
    border: 1px solid #ddd;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s
}

.products-list .respl-item-list .product-shop .f-fix .list-action .item-wishlist:hover, .products-list .respl-item-list .product-shop .f-fix .list-action .item-compare:hover {
    background-color: #5e92df;
    border-color: #5e92df;
    background-position: center -37px
}

.products-list .respl-item-list .product-shop .f-fix .list-action .item-wishlist span, .products-list .respl-item-list .product-shop .f-fix .list-action .item-compare span {
    display: none
}

.products-list .respl-item-list .product-shop .f-fix .list-action .item-wishlist {
    background-image: url(/skin/frontend/sm-shoppystore/default/images/btn-wishlist.png);
    background-position: center 10px
}

.products-list .respl-item-list .product-shop .f-fix .list-action .item-compare {
    background-image: url(/skin/frontend/sm-shoppystore/default/images/btn-compare.png);
    background-position: center 10px
}

.account-login .cus-wrapper-login, .account-login .reg-container {
    border: 1px solid #d9d9d9;
    min-height: 282px;
    padding: 15px 15px 10px
}

.account-login .cus-wrapper-login .input-text, .account-login .reg-container .input-text {
    width: 100%
}

.account-login .content > h2 {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 117%;
    font-family: inherit;
    border-bottom: medium double #f6f6f6;
    display: inline-block;
    padding-bottom: 5px
}

.product-tags > li {
    display: inline-block;
    margin-right: 5px
}

#yt_tab_reviewform .box-reviews dl dd {
    margin-bottom: 10px
}

.yt-product-detail .qty-set {
    margin-right: 15px
}

.yt-product-detail .tier-prices {
    margin-bottom: 20px;
    background-color: #fafafa;
    padding: 5px 10px
}

.yt-product-detail .tier-prices li {
    padding: 5px 0
}

.yt-product-detail .image-box-detail {
    margin-bottom: 40px
}

.yt-product-detail .box-collateral.box-tags > h2 {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: bold
}

.yt-product-detail .box-collateral.box-tags > h3 {
    font-family: inherit;
    margin-bottom: 5px
}

.yt-product-detail .box-collateral.box-tags .input-text {
    width: 100%;
    margin-bottom: 5px
}

.yt-product-detail .yt-detail-right {
    margin-bottom: 30px
}

.yt-product-detail .yt-detail-right .add-to-cart {
    float: left
}

.yt-product-detail .yt-detail-right .add-to-cart .btn-cart {
    height: 35px;
    line-height: 35px;
    border: 1px solid #ddd;
    background-color: transparent !important;
    color: #999;
    font-weight: bold;
    padding: 0 8px
}

.yt-product-detail .yt-detail-right .add-to-cart .btn-cart:hover {
    border: 1px solid #5e92df;
    background-color: #5e92df !important;
    color: #fff
}

.yt-product-detail .yt-detail-right .short-description li {
    display: inline-block
}

.yt-product-detail .yt-detail-right .short-description li:after {
    content: "."
}

.yt-product-detail .yt-detail-right .availability {
    font-weight: bold;
    color: #444
}

.yt-product-detail .yt-detail-right .like-social {
    display: inline-block;
    width: 100%;
    padding-top: 20px
}

.yt-product-detail .yt-detail-right .product-shop .buttons-set {
    margin-top: 20px
}

.yt-product-detail .yt-detail-right .product-shop .product-name {
    font-size: 166.67%;
    margin-bottom: 8px;
    font-weight: bold;
    color: #444
}

.yt-product-detail .yt-detail-right .product-shop .product-review {
    margin: 13px 0 10px
}

.yt-product-detail .yt-detail-right .product-shop .short-description {
    clear: both;
    margin: 0 0 20px
}

.yt-product-detail .yt-detail-right .product-shop .short-description .quick-overview {
    font-weight: bold;
    font-size: 116.67%;
    margin-bottom: 7px;
    color: #444
}

.yt-product-detail .yt-detail-right .product-shop .price-box-bundle .price-box {
    margin: 15px 0 0
}

.yt-product-detail .yt-detail-right .product-shop .price-box {
    margin: 12px 0 15px
}

.yt-product-detail .yt-detail-right .product-shop .price-box .regular-price .price {
    font-size: 150%;
    font-weight: bold
}

.yt-product-detail .yt-detail-right .product-shop .price-box .special-price {
    margin-right: 10px;
    font-weight: bold
}

.yt-product-detail .yt-detail-right .product-shop .price-box .special-price .price {
    font-size: 150%
}

.yt-product-detail .yt-detail-right .product-shop .price-box .old-price {
    top: 6px
}

.yt-product-detail .yt-detail-right .product-shop .price-box .old-price .price {
    font-size: 100%;
    font-weight: normal;
    color: #999
}

.yt-product-detail .yt-detail-right .product-options {
    margin: 0 -15px
}

.yt-product-detail .yt-detail-right .product-options .w-option {
    padding: 0 15px;
    width: 50%;
    float: left
}

.yt-product-detail .yt-detail-right .product-options label {
    font-weight: normal;
    margin-bottom: 2px
}

.yt-product-detail .yt-detail-right .product-options dd, .yt-product-detail .yt-detail-right .product-options select, .yt-product-detail .yt-detail-right .product-options .options-list {
    margin-bottom: 5px
}

.yt-product-detail .yt-detail-right .product-options .selector {
    position: relative;
    width: 100% !important
}

.yt-product-detail .yt-detail-right .product-options .selector span {
    display: inline-block;
    padding: 0 43px 0 10px;
    width: 100% !important;
    line-height: 31px;
    background: url("/skin/frontend/sm-shoppystore/default/images/select-btn-detail.png") no-repeat right top #fff;
    border: 1px solid #ccc
}

.yt-product-detail .yt-detail-right .product-options .selector select {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 33px
}

.yt-product-detail .yt-detail-right .quantity-input.qty {
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 38px;
    float: left;
    padding: 0;
    margin-left: -1px;
    font-size: 107.14%;
    border: 1px solid #ddd;
    font-weight: bold
}

.yt-product-detail .yt-detail-right .wrap-qty {
    float: left;
    margin-right: 5px
}

.yt-product-detail .yt-detail-right .qty-title {
    display: inline-block;
    float: left;
    line-height: 30px;
    margin-right: 7px;
    text-transform: uppercase;
    font-weight: bold
}

.yt-product-detail .yt-detail-right .product-add-box {
    float: left
}

.yt-product-detail .yt-detail-right .product-add-box .add-to-links li {
    margin-left: 5px;
    float: left
}

.yt-product-detail .yt-detail-right .product-add-box .add-to-links li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: transparent;
    border: 1px solid #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    text-indent: -9999px;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s
}

.yt-product-detail .yt-detail-right .product-add-box .add-to-links li a:hover {
    background-color: #5e92df;
    border: 1px solid #5e92df
}

.yt-product-detail .yt-detail-right .product-add-box .add-to-links li .link-wishlist {
    background-image: url(/skin/frontend/sm-shoppystore/default/images/btn-wishlist.png);
    background-position: center 11px
}

.yt-product-detail .yt-detail-right .product-add-box .add-to-links li .link-wishlist:hover {
    background-position: center -38px;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s
}

.yt-product-detail .yt-detail-right .product-add-box .add-to-links li .link-compare {
    background-image: url(/skin/frontend/sm-shoppystore/default/images/btn-compare.png);
    background-position: center 11px
}

.yt-product-detail .yt-detail-right .product-add-box .add-to-links li .link-compare:hover {
    background-position: center -38px;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s
}

.yt-product-detail .jCarouselLite li {
    margin-bottom: 11px
}

.yt-product-detail .popup-btn.hidden-phone {
    position: absolute;
    right: 3px;
    bottom: 3px;
    display: inline-block;
    z-index: 9999
}

.yt-product-detail .popup-btn.hidden-phone a {
    background: url(/skin/frontend/sm-shoppystore/default/images/icon-zoom.png) no-repeat center center;
    line-height: 100%;
    text-align: center;
    display: inline-block;
    width: 38px;
    height: 38px;
    overflow: hidden;
    text-indent: -999em
}

.yt-product-detail .product-img-box {
    position: relative;
    z-index: 1;
    float: left;
    width: 100%
}

.yt-product-detail .product-img-box .yt-detail-image {
    position: relative;
    direction: ltr;
    margin-right: 109px
}

.yt-product-detail .product-img-box .more-views {
    width: 98px;
    float: right;
    position: relative;
    top: 18px
}

.yt-product-detail .product-img-box .more-views ul li img {
    border: 1px solid #ddd
}

.yt-product-detail .product-img-box .more-views .btn_thumb {
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #999;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    overflow: hidden;
    position: absolute;
    left: 37px;
    z-index: 9;
    cursor: pointer;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s
}

.yt-product-detail .product-img-box .more-views .next {
    bottom: -18px
}

.yt-product-detail .product-img-box .more-views .prev {
    top: -31px
}

.yt-product-detail .product-image-zoom .product-image-zoom {
    position: relative;
    border: 1px solid #ddd
}

.yt-product-detail .product-image-zoom .product-image-zoom #wrap img {
    width: 100%
}

.yt-product-detail .product-image-zoom .product-image-zoom .cloud-zoom {
    overflow: hidden
}

.yt-product-detail .product-image-zoom .product-image-zoom .mousetrap {
    width: 100% !important;
    height: 100% !important
}

#yt_tab_reviewform .box-reviews h2 {
    text-transform: uppercase;
    margin: 4px 0 20px 0;
    font-weight: bold
}

#yt_tab_reviewform .box-reviews dl {
    margin-bottom: 20px
}

.yt-product-detail .upsell-product-wrapper .custom-nav-default {
    position: absolute;
    top: -2px;
    right: 10px;
    padding-left: 10px;
    display: inline-block
}

.yt-product-detail .upsell-product-wrapper .custom-nav-default > a {
    background-color: #fff
}

.yt-product-detail .upsell-product-wrapper .custom-nav-default > a:hover {
    color: #5e92df
}

.yt-product-detail .upsell-product-wrapper .custom-nav-default .button-default {
    width: 26px;
    height: 26px;
    line-height: 23px;
    font-size: 16px;
    border-radius: 50%
}

.yt-product-detail .upsell-product-wrapper .block-title-default {
    height: 41px;
    padding-left: 50px;
    border-bottom: 1px solid #5e92df;
    background: #eee
}

.yt-product-detail .upsell-product-wrapper .block-title-default h2 span {
    font-size: 116.67%
}

.sn-img:before {
    background: url(/skin/frontend/sm-shoppystore/default/images/add1.png) no-repeat 1px -2px #5e92df;
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0
}

.sn-text {
    border-top: 1px solid #5e92df;
    padding-left: 42px;
    margin-top: -5px;
    color: #666
}

.block-left-products1 .block-title {
    height: 40px;
    background: #eee;
    border-bottom: 1px solid #5e92df;
    position: relative
}

.block-left-products1 .block-title strong {
    line-height: 35px;
    padding-left: 50px;
    font-size: 116.67%;
    text-transform: uppercase
}

.block-left-products1 .block-title .sn-img.icon-bacsic:before {
    background: url(/skin/frontend/sm-shoppystore/default/images/add1.png) no-repeat left -47px #5e92df;
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0
}

.sn-img.sn-blog:before {
    background-position: 1px -48px
}

.sn-img.icon-bacsic2:before {
    background-position: 1px -91px
}

.sn-img.item1:before {
    background-position: -4px -135px
}

.sn-img.item2:before {
    background-position: -4px -185px
}

.sn-img.item3:before {
    background-position: -5px -232px
}

.upsell-product-wrapper {
    clear: both;
    padding-top: 15px;
    padding-left: 1px;
    margin-right: 1px;
    overflow: hidden
}

.upsell-product-wrapper .respl-item .item-inner .item-info .item-title a {
    font-size: 110%
}

.upsell-product-wrapper .sn-img:before {
    left: -1px
}

.upsell-product-wrapper .owl-wrapper-outer {
    overflow: inherit
}

.upsell-product-wrapper .overflow-owl-slider {
    overflow: inherit
}

.upsell-product-wrapper .upsell-wrapper-slider {
    position: relative
}

.upsell-product-wrapper .upsell-wrapper-slider .button-default {
    position: absolute;
    top: 40%
}

.upsell-product-wrapper .upsell-wrapper-slider .prev-upsell {
    left: -18px
}

.upsell-product-wrapper .upsell-wrapper-slider .next-upsell {
    right: -18px
}

.upsell-product-wrapper .owl-item {
    padding: 0 !important
}

.upsell-product-wrapper .respl-item {
    margin-bottom: 0
}

.upsell-product-wrapper .respl-item .item-inner {
    border: 1px solid #ddd;
    margin-left: -1px
}

.upsell-product-wrapper .respl-item .item-info {
    text-align: left
}

.upsell-product-wrapper .block-title-default {
    margin-bottom: 15px
}

.category-products .toolbar-bottom {
    margin-top: 30px;
    margin-bottom: -30px
}

.yt-border {
    padding: 0 15px;
    border-left: 1px solid #ddd
}

.yt-border .respl-item {
    margin: 0;
    padding: 0;
    border-top: 1px solid #ddd;
    margin-bottom: -1px
}

.yt-border .respl-item .item-inner {
    border: 1px solid #ddd;
    border-left: 0;
    border-top: 0
}

.yt-border .respl-item .item-inner:hover {
    -webkit-box-shadow: inset 0 0 6px 4px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 6px 4px rgba(0, 0, 0, 0.1);
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s
}

.home-wrapper-item {
    padding: 0 20px
}

.home-wrapper-item .item-feature {
    float: left;
    width: 50%;
    padding: 0 10px
}

.home-wrapper-item .item-feature .title-item-feature {
    margin-bottom: 12px;
    margin-top: 4px;
    text-transform: uppercase
}

.home-wrapper-item .item-feature .title-item-feature h2 {
    font-weight: bold
}

.home-wrapper-item .item-feature > ul > li {
    display: block;
    float: none
}

.home-wrapper-item .item-feature > ul > li a {
    display: block;
    padding: 6px 0
}

.home-wrapper-item .layout-block {
    border-right: 1px solid #ddd
}

.home-wrapper-item .color-block {
    padding-left: 30px
}

.home-wrapper-item .color-block ul li {
    float: left;
    margin-right: 10px;
    margin-top: 4px
}

.home-wrapper-item .color-block ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    text-indent: -9999px;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s
}

.home-wrapper-item .color-block ul li a:hover {
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.3)
}

.home-wrapper-item .color-block ul .red a {
    background-color: #ea3a3c
}

.home-wrapper-item .color-block ul .green a {
    background-color: #8ac249
}

.home-wrapper-item .color-block ul .blue a {
    background-color: #5e92df
}

.home-wrapper-item .color-block ul .orange a {
    background-color: #fe5621
}

.home-wrapper-item .color-block ul .pink a {
    background-color: #e81d62
}

.customer-review > h4 {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: bold
}

#product-options-wrapper dd .qty-holder {
    display: inline-block;
    margin-top: 10px
}

#product-options-wrapper dd .qty-holder label {
    font-weight: normal;
    margin-right: 6px
}

#yt_tab_custom img {
    width: auto;
    max-width: 100%
}

.yt-product-detail .yt-detail-right .add-to-holder, .yt-product-detail .yt-detail-right .add-to-box {
    margin-top: 5px
}

.yt-product-detail .yt-detail-right .add-to-holder .price-box {
    display: none
}

.qty-set {
    display: inline-block;
    position: relative;
    margin-right: 0
}

.bundle-product .product-options {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.product-options ul.options-list .label {
    color: #909090;
    font-size: 100%;
    line-height: 170%;
    padding: 0
}

#product-options-wrapper.product-options dd {
    margin-bottom: 15px
}

#product-options-wrapper.product-options .validation-advice {
    min-width: 200px;
    color: red
}

#product-options-wrapper ul.options-list label {
    font-weight: normal
}

#downloadable-links-list > li {
    margin: 5px 0
}

.data-table.grouped-items-table {
    margin-bottom: 15px
}

.data-table.grouped-items-table tr td, .data-table.grouped-items-table input.input-text, #product-options-wrapper .qty-holder input.input-text {
    text-align: center
}

#product-options-wrapper .qty-holder input.input-text {
    width: 50px
}

.yt-product-detail .price-as-configured {
    margin-bottom: 15px;
    margin-top: 10px
}

.yt-product-detail .tab-product-detail {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    top: -3px
}

.yt-product-detail .tab-product-detail .box-tags .note {
    padding-top: 5px
}

.yt-product-detail .tab-product-detail .product-tags {
    margin-bottom: 10px
}

.yt-product-detail .tab-product-detail .product-tags li:after {
    content: ","
}

.yt-product-detail .tab-product-detail #yt_tab_reviewform input[type="radio"] {
    margin: 0 0 0 48%
}

.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews .pager {
    padding: 5px 10px;
    border: 1px solid #e9e9e9;
    line-height: 230%;
    margin: 10px 0 20px 0;
    border-bottom: 4px solid #e9e9e9
}

.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews .pager .amount {
    float: left
}

.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews .pager .amount strong {
    font-weight: normal
}

.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews .pager .limiter {
    float: right
}

.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews .pager .limiter select {
    margin: 0 10px
}

.yt-product-detail .tab-product-detail .yt-tab-content #yt_tab_reviewform .form-add .customer-review {
    margin-bottom: 30px
}

.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews dl dd {
    padding-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 10px
}

.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews dl dd:last-child {
    border: 0
}

.block-map {
    margin-bottom: 20px
}

.contact-map-wrap #map {
    height: 297px;
    border: 6px solid #ececec
}

.form-wrapper .input-box .input-text {
    width: 100%;
    max-width: 395px
}

.form-wrapper .input-box #comment {
    width: 100%;
    max-width: none
}

.form-wrapper li .field {
    margin-bottom: 10px
}

.form-wrapper .form-list li {
    margin-bottom: 0
}

.store-info .list-info .item-info {
    padding-left: 52px;
    position: relative;
    margin-bottom: 20px
}

.store-info .list-info .item-info > div:before {
    content: "";
    width: 34px;
    height: 34px;
    display: inline-block;
    background-color: #f0f0f0;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%
}

.store-info .list-info .item-info .info-content > h2 {
    text-transform: uppercase;
    font-size: 116.67%
}

.store-info .list-info .item-info .info-content .des-info {
    line-height: 18px;
    padding-top: 5px
}

.store-info .list-info .item-info.main-info > div:before {
    background-image: url(/skin/frontend/sm-shoppystore/default/images/add_contact.png)
}

.store-info .list-info .item-info.email-info > div:before {
    background-image: url(/skin/frontend/sm-shoppystore/default/images/email_contact.png)
}

.store-info .list-info .item-info.phone-info > div:before {
    background-image: url(/skin/frontend/sm-shoppystore/default/images/phone_contact.png)
}

.contact-form .buttons-set {
    border: 0
}

.contact-form .buttons-set .button {
    float: left;
    margin-left: 0
}

.cms-about-us .page-title-blog {
    margin-top: 0;
    margin-bottom: 25px
}

.title-about-us {
    background: url(/skin/frontend/sm-shoppystore/default/images/bg-title-about.png) repeat-x left center;
    margin-bottom: 17px
}

.title-about-us h2 {
    background: #fff;
    display: inline-block;
    font-size: 166.67%;
    padding: 0 25px 6px 0
}

.welcome-about-us .image-about-us {
    float: left;
    width: 270px;
    padding-top: 6px
}

.welcome-about-us .des-about-us {
    margin-left: 300px;
    line-height: 18px
}

.our-member {
    clear: both;
    padding-top: 30px
}

.our-member .owl-nav {
    display: none !important
}

.our-member .sm_quickview_handler {
    display: none !important
}

.our-member .owl-controls {
    position: absolute;
    top: -45px;
    left: 0;
    width: 100%
}

.our-member .title-about-us {
    background: url(/skin/frontend/sm-shoppystore/default/images/bg-title-about.png) repeat-x left center;
    margin-bottom: 17px;
    text-align: center
}

.our-member .title-about-us h2 {
    padding: 0 15px 6px 15px;
    font-size: 166.67%
}

.our-member .short-des {
    text-align: center;
    color: #909090;
    margin-bottom: 35px
}

.our-member .overflow-owl-slider {
    padding-top: 50px
}

.our-member .respl-item {
    border: 1px solid #ddd
}

.our-member .respl-item .item-inner {
    padding: 20px
}

.our-member .respl-item .w-image-box {
    float: left;
    overflow: hidden
}

.our-member .respl-item .info-member {
    text-align: left;
    margin-left: 185px
}

.our-member .respl-item .info-member li {
    float: left
}

.our-member .respl-item .info-member li .fa {
    width: 29px;
    height: 29px;
    border: 1px solid #999;
    line-height: 27px;
    text-align: center;
    color: #999;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-right: 5px;
    display: inline-block
}

.our-member .respl-item .info-member li .fa:hover {
    color: #5e92df;
    border-color: #5e92df
}

.our-member .respl-item .info-member li .fa-f:before {
    content: "\f09a";
    font-family: FontAwesome
}

.our-member .respl-item .info-member li .fa-t:before {
    content: "\f099";
    font-family: FontAwesome
}

.our-member .respl-item .info-member li .fa-s:before {
    content: "\f17e";
    font-family: FontAwesome
}

.our-member .respl-item .info-member li .fa-g:before {
    content: "\f0d5";
    font-family: FontAwesome
}

.our-member .respl-item .info-member .cl-name > a {
    font-size: 125%;
    text-transform: uppercase;
    font-weight: bold;
    color: #444 !important
}

.our-member .respl-item .info-member .cl-name > a:hover {
    color: #5e92df !important
}

.our-member .respl-item .info-member .cl-job {
    padding: 15px 0 10px;
    text-transform: uppercase
}

.our-member .respl-item .info-member .cl-des {
    color: #909090;
    margin-bottom: 15px
}

.why-list li {
    position: relative;
    padding-left: 29px
}

.why-list li:before {
    content: "";
    width: 14px;
    height: 12px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 10px;
    background-repeat: no-repeat;
    background-position: top left;
    background-image: url(/skin/frontend/sm-shoppystore/default/images/icon-whylist.png)
}

.why-list li a {
    display: block;
    padding: 5px 0 7px;
    background: url("/skin/frontend/sm-shoppystore/default/images/border-bottom-bs.png") repeat-x left bottom
}

.why-list li:last-child > a {
    background: 0
}

.happy-about-us {
    clear: both;
    padding-top: 10px
}

.happy-about-us .happy-ab {
    border: 1px solid #e9e9e9;
    padding: 33px 8px 20px
}

.happy-about-us .happy-ab .title-happy-about {
    background: #fff;
    display: inline-block;
    left: 20px;
    padding: 5px 10px;
    position: absolute;
    top: -17px
}

.happy-about-us .happy-ab .title-happy-about h2 {
    font-size: 150%;
    position: relative;
    top: -2px;
    color: #444
}

.happy-about-us .happy-ab .ct-why {
    padding: 0 10px 0 25px;
    position: relative
}

.happy-about-us .happy-ab .ct-why .client-say {
    font-size: 107.69%;
    color: #909090;
    margin-bottom: 10px
}

.happy-about-us .happy-ab .ct-why .client-info-about {
    color: #000
}

.happy-about-us .happy-ab .ct-why .client-info-about .name {
    font-size: 133.33%
}

.happy-about-us .owl-controls {
    background: #fff;
    padding: 0 5px;
    position: absolute;
    right: 2px;
    top: -57px
}

.happy-about-us .owl-controls .owl-prev, .happy-about-us .owl-controls .owl-next {
    border: 0;
    display: inline-block;
    width: 26px !important;
    height: 26px !important;
    background-position: left top;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    background-color: transparent !important;
    top: 0;
    margin: 0 3px;
    position: relative
}

.happy-about-us .owl-controls .owl-prev {
    background-image: url(/skin/frontend/sm-shoppystore/default/images/btn-prev-hp.png) !important;
    margin-right: 3px;
    right: 0 !important;
    left: inherit !important
}

.happy-about-us .owl-controls .owl-nav {
    width: 68px;
    display: inline-block;
    height: 26px;
    background: #fff
}

.happy-about-us .owl-controls .owl-next {
    background-image: url(/skin/frontend/sm-shoppystore/default/images/btn-next-hp.png) !important;
    right: 0 !important
}

.happy-about-us .item > div:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 12px;
    left: 0;
    top: 6px
}

.happy-about-us .owl-dots {
    display: none !important
}

.contacts-index-index #yt_main > .container {
    background: 0;
    margin-bottom: 5px;
    padding-bottom: 0
}

.blog-index-list .toolbar > div:before {
    display: none
}

.toolbar-bottom .toolbar > div:before {
    display: none !important
}

#catalog-listing.toolbar-bottom {
    margin-top: 30px
}

.cms-home .menu-on-top .yt-header-under-wrap .yt-main-menu {
    padding-left: 0;
    padding-right: 0
}

.listing-tabs-slider .slider-tabl .respl-item {
    width: 100% !important
}

.cmspage1 .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs .ltabs-tab.tab-sel:hover {
    color: #666;
    background: #eee
}

.payment-method {
    margin-top: 10px
}

.payment-method .payment1 {
    background-position: 1px -53px
}

.payment-method .payment2 {
    background-position: -49px -53px
}

.payment-method .payment3 {
    background-position: -99px -53px
}

.payment-method .payment4 {
    background-position: -149px -53px
}

.crosssell {
    margin-top: 20px
}

.crosssell h2 {
    margin-bottom: 15px
}

#yt_wrapper .cart form, #yt_wrapper .cart .title-buttons {
    float: left;
    width: 100%
}

#yt_wrapper .cart .title-buttons > .page-title {
    float: left
}

#yt_wrapper .checkout-types {
    margin-bottom: 20px;
    text-align: right
}

#yt_wrapper .cart-collaterals .totals, #yt_wrapper .cart-collaterals .col2-set #discount-coupon-form, #yt_wrapper .cart-collaterals .col2-set #discount-reward-form, #yt_wrapper .cart-collaterals .col2-set .shipping {
    border: 1px solid #e9e9e9;
    padding: 15px;
    margin-top: 20px;
    float: left;
    width: 100%;
    line-height: 200%
}

#yt_wrapper #shipping-zip-form, #yt_wrapper #checkout-payment-method-load dt {
    line-height: 170%
}

#yt_wrapper .cart-collaterals .totals td {
    overflow: hidden;
    text-align: left;
    white-space: nowrap;
    padding-right: 0
}

#yt_wrapper .cart-collaterals .totals .checkout-types {
    margin: 5px 0 0;
    text-align: right
}

.totals > table {
    width: 100%;
    text-align: right
}

#yt_wrapper .cart-collaterals .totals .checkout-types .btn-proceed-checkout {
    margin-bottom: 5px
}

#checkout-progress-wrapper .block-content dt {
    border: 1px solid #e9e9e9;
    font-weight: normal;
    padding: 7px;
    margin-top: 10px
}

.block-progress #billing-progress-opcheckout dt {
    margin-top: 0
}

#checkout-progress-wrapper .block-content dd.complete {
    padding: 10px;
    border: 1px solid #e9e9e9;
    border-top: 0
}

#checkoutSteps > li {
    position: relative;
    margin-bottom: 10px;
    float: left;
    width: 100%
}

#checkoutSteps .step-title {
    background: #777;
    color: #fff;
    line-height: 100%;
    padding: 12px 20px;
    border: 0;
    cursor: pointer
}

#checkout-step-payment .input-text, #checkout-step-payment select {
    max-width: 300px
}

label em {
    float: right
}

#checkoutSteps .step-title > span.number {
    font-weight: bold;
    float: left;
    margin-right: 10px;
    font-size: 130%;
    line-height: 100%
}

#checkoutSteps .step-title > h2, #checkoutSteps .step-title > span {
    font-size: 120%;
    line-height: 110%;
    font-weight: bold;
    font-family: inherit;
    text-transform: uppercase
}

#checkoutSteps.opc .step-title a {
    display: none
}

#checkoutSteps > li > div {
    padding: 20px;
    border: 1px solid #e1e1e1;
    border-top: 0;
    float: left;
    width: 100%;
    background: #fff
}

.item-options > dt, .item-options > dd {
    display: inline-block
}

#checkoutSteps .input-text, #checkoutSteps select {
    width: 100%
}

#checkoutSteps .col2-set > div:first-child {
    padding-left: 0
}

#checkoutSteps .col2-set > div:last-child {
    padding-right: 0
}

#checkoutSteps h3 {
    font-weight: bold;
    margin-bottom: 10px
}

#checkoutSteps .col2-set .buttons-set .button {
    float: right
}

#payment_form_ccsave {
    margin-top: 15px
}

#payment_form_ccsave .v-fix {
    float: left;
    margin-right: 10px
}

#login-form .buttons-set .f-left {
    margin-top: 10px;
    display: inline-block
}

#checkoutSteps #opc-login .buttons-set .f-left {
    float: left;
    width: auto;
    margin-top: 10px
}

#checkoutSteps .please-wait {
    float: right;
    margin-right: 10px;
    margin-top: 7px
}

#checkout-progress-state {
    margin-bottom: 20px
}

#checkout-progress-state > li {
    background: #777;
    color: #fff;
    float: left;
    padding: 5px 0;
    text-align: center;
    width: 20%
}

#checkout_multishipping_form .multiple-checkout .title-buttons {
    float: left;
    width: 100%
}

#checkout_multishipping_form .multiple-checkout .title-buttons .page-title {
    float: left
}

.multiple-checkout .button {
    float: right
}

#checkout_multishipping_form #multiship-addresses-table {
    margin-top: 15px
}

.multiple-checkout h2.legend {
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase
}

.multiple-checkout h3.legend {
    font-weight: bold;
    margin-bottom: 10px
}

.multiple-checkout .col-wide h3, .multiple-checkout .col-wide h4 {
    font-weight: bold;
    margin-bottom: 10px
}

.multiple-checkout .box-title {
    background: #777
}

.multiple-checkout .box .box-content {
    padding: 15px;
    border: 1px solid #e9e9e9;
    margin-bottom: 15px
}

.multiple-checkout .messages {
    float: none
}

#multishipping-billing-form .sp-methods dt {
    line-height: 170%
}

.multiple-checkout .box-title > h3, .multiple-checkout .box-title > h2, .multiple-checkout .box-title > h4 {
    color: #fff;
    line-height: 100%;
    padding: 8px
}

.multiple-checkout .box-title > h3 > a, .multiple-checkout .box-title > h2 > a, .multiple-checkout .box-title > h4 > a {
    color: #fff
}

#checkout-review-submit .place-order .grand-total {
    float: right
}

#checkout-review-submit .place-order .grand-total big {
    line-height: 200%;
    font-size: 120%
}

#yt_wrapper #yt_left .block-account .title-header {
    position: relative
}

.my-account .input-text, .my-account select {
    width: 100% !important
}

.my-account .my-tag-edit .btn-remove:hover {
    color: #fff
}

.block-account .block-content a {
    border-bottom: 1px solid #f3f3f3;
    display: block;
    padding: 7px 0
}

.my-account .product-name {
    font-weight: bold;
    margin: 5px 0;
    font-family: inherit
}

.my-account > .title-buttons {
    float: left;
    width: 100%
}

.my-account #wishlist-view-form .buttons-set {
    float: right
}

.my-account #wishlist-view-form textarea {
    width: 100%;
    margin-top: 5px
}

.my-account #wishlist-view-form .price-box {
    font-size: 116.67%;
    margin-bottom: 5px
}

.my-account > #form-validate > .buttons-set {
    display: inline-block;
    width: 100%
}

.my-account > #form-validate > .buttons-set .back-link {
    float: left
}

.my-account .box-account {
    margin-top: 10px
}

.my-account .box-account .box-head {
    background: none repeat scroll 0 0 #777;
    color: #fff;
    line-height: 100%;
    padding: 10px
}

.my-account .box-account .box-head > h2 {
    float: left;
    font-family: inherit;
    text-transform: uppercase
}

#product-options-wrapper .success-msg {
    background: #5e92df;
    color: #fff;
    border-radius: 3px;
    padding: 5px 10px
}

.my-account .box-account .box-head > a {
    float: right;
    color: #fff
}

#checkout-step-login #login-form {
    margin-left: 0
}

.my-account .col2-set .col-1, .account-login .col2-set .col-1 {
    float: left;
    width: 50%
}

.title-buttons > h1 {
    float: left
}

.my-account .col2-set .col-2, .account-login .col2-set .col-2 {
    float: right;
    width: 50%;
    padding-left: 30px
}

.my-account .data-table {
    width: 100%;
    margin-bottom: 10px
}

.my-account .data-table#my-orders-table {
    margin-top: 10px;
    margin-bottom: 20px
}

.my-account .data-table .input-text.qty {
    width: 36px !important;
    margin-bottom: 10px
}

.my-account .data-table .link-edit {
    float: left;
    margin-top: 5px;
    width: 100%
}

.my-account .box-title {
    overflow: hidden;
    border-bottom: 1px dashed #e9e9e9;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-bottom: 5px
}

.my-account .box-title > h3 {
    line-height: 180%;
    font-weight: bold;
    float: left;
    font-family: inherit
}

.my-account .box-title > a {
    float: right;
    line-height: 180%
}

.my-account .box-title > a:hover {
    text-decoration: underline
}

.my-account .box-content h4 {
    line-height: 180%;
    font-weight: bold;
    margin-bottom: 5px;
    font-family: inherit
}

.my-account .box-account .number {
    background: none repeat scroll 0 0 #777;
    color: #fff;
    float: left;
    line-height: 100%;
    margin: 0 10px 0 0;
    padding: 2px 5px
}

#my_recent_tags .product-name {
    bottom: -2px;
    margin: 5px 0;
    position: relative
}

.cms-index-index .note-mes .messages {
    margin-bottom: 0;
    margin-top: 20px
}

.sm-deal-wrap-home-v2 {
    margin-top: 20px
}

.effect-deal .item-title a {
    text-transform: uppercase
}

.effect-deal {
    width: 200%;
    display: inline-block;
    margin-left: -100%;
    -moz-transition: all .3s ease-in-out .3s;
    -webkit-transition: all .3s ease-in-out .3s;
    -o-transition: all .3s ease-in-out .3s;
    -ms-transition: all .3s ease-in-out .3s;
    transition: all .3s ease-in-out .3s
}

.effect-deal:hover {
    margin-left: 0
}

.effect-wrapper:hover .title-deal {
    opacity: 0
}

.effect-wrapper .item-inner {
    overflow: hidden
}

.effect-deal .w-image-box, .effect-deal .item-info {
    width: 50%;
    float: left
}

.effect-deal .item-info {
    padding: 10px 15px 0 15px
}

.effect-wrapper .owl-controls.clickable {
    top: 0 !important;
    position: static !important
}

.effect-wrapper .owl-controls .owl-next, .effect-wrapper .owl-controls .owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    border: 1px solid #ccc;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transition: transform .3s ease 0, background-color .3s ease 0;
    -webkit-transition: transform .3s ease 0, background-color .3s ease 0;
    -moz-transition: transform .3s ease 0, background-color .3s ease 0
}

.effect-wrapper:hover .owl-controls .owl-next, .effect-wrapper:hover .owl-controls .owl-prev {
    transform: scale(0);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1)
}

.effect-wrapper .owl-controls .owl-next {
    right: -12px
}

.effect-wrapper .owl-controls .owl-prev {
    left: -12px
}

#my_recent_tags, #my_recent_reviews {
    padding-top: 10px
}

.my-account .box-account .ratings > strong {
    float: left;
    margin: 3px 10px 0 0;
    line-height: 110%
}

.fieldset {
    margin-bottom: 20px
}

.account-create .input-text {
    width: 100% !important
}

.links-second a {
    cursor: pointer
}

.fieldset .legend {
    font-weight: bold;
    text-transform: uppercase;
    font-family: inherit;
    margin-bottom: 10px;
    border-bottom: medium double #f6f6f6;
    display: inline-block;
    padding-bottom: 5px;
    font-size: 117%
}

.buttons-set {
    border-top: 1px solid #e9e9e9;
    text-align: right;
    margin-top: 10px;
    padding-top: 10px
}

.buttons-set .button {
    float: right;
    margin-left: 5px
}

.my-account .buttons-set.buttons-set2 {
    border: 0;
    padding: 0;
    margin: 0
}

.buttons-set .back-link {
    float: left;
    margin: 0
}

.my-account .form-list .field {
    float: left;
    width: 50%
}

.col2-set .content > h2 {
    font-weight: bold;
    margin-bottom: 5px
}

.form-list li {
    margin-bottom: 5px
}

.form-list input.input-text, input.input-text {
    width: 230px;
    padding: 0 5px
}

input.input-text.qty {
    width: 36px;
    height: 36px;
    text-align: center
}

.product-essential input.input-text.qty {
    width: 35px;
    height: 35px;
    float: left;
    margin-right: 5px
}

.add-to-cart > label {
    float: left;
    margin-right: 5px;
    line-height: 30px
}

.discount-form .input-text, .shipping-form .input-text, .shipping-form select {
    width: 100% !important
}

.discount > h2, .shipping > h2 {
    font-family: inherit;
    font-size: 107.69%;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase
}

.pager {
    border-top: 1px solid #ccc;
    border-bottom: double #ccc;
    padding: 5px 0;
    margin: 0 0 20px 0;
    display: inline-block;
    width: 100%
}

.write-your-review {
    padding-top: 20px
}

.write-your-review > h4 {
    text-transform: uppercase;
    color: #444;
    font-weight: bold;
    margin-bottom: 10px
}

.pager li > a, .pager li > span {
    border-radius: 0;
    line-height: 100%;
    padding: 5px 10px;
    background-color: #f4f4f4;
    margin-left: 5px;
    float: left;
    border: 1px solid #e9e9e9
}

.pager li > a:hover, .pager li > a:focus, .pager li.current > a {
    color: #fff;
    border: 1px solid transparent
}

.pager .amount {
    float: left;
    line-height: 30px;
    margin-right: 30px
}

.prev-super-cat-146, .prev-super-cat-142 {
    right: -5px;
    position: relative
}

.pager .amount strong {
    font-weight: normal
}

.pager .limiter {
    float: right
}

.my-account .pager .pages {
    display: inline-block;
    float: right
}

.my-account .pager > .pages > ol {
    display: inline
}

.pager .limiter label {
    font-weight: normal;
    float: left;
    line-height: 30px
}

.pager .limiter select {
    margin: 0;
    width: auto !important;
    position: relative;
    padding: 2px;
    margin-left: 5px
}

.my-account .title-buttons .page-title {
    float: left
}

.my-account .title-buttons .button, .my-account .link-print {
    float: right
}

.my-account .link-print {
    margin-right: 10px
}

.my-account .addresses-list h3, .my-account .addresses-list h2, .my-account .order-info-box h2 {
    float: left;
    width: 100%;
    margin: 10px 0 7px 0
}

.my-account .addresses-list h2 {
    border-bottom: 1px dashed #e9e9e9;
    padding-bottom: 5px;
    margin: 0
}

.pattern1 {
    background-image: url(/skin/frontend/sm-shoppystore/default/images/pattern/pattern1.png);
    background-attachment: fixed
}

.pattern2 {
    background-image: url(/skin/frontend/sm-shoppystore/default/images/pattern/pattern2.png);
    background-attachment: fixed
}

.pattern3 {
    background-image: url(/skin/frontend/sm-shoppystore/default/images/pattern/pattern3.png);
    background-attachment: fixed
}

.pattern4 {
    background-image: url(/skin/frontend/sm-shoppystore/default/images/pattern/pattern4.png);
    background-attachment: fixed
}

.pattern5 {
    background-image: url(/skin/frontend/sm-shoppystore/default/images/pattern/pattern5.png);
    background-attachment: fixed
}

.pattern6 {
    background-image: url(/skin/frontend/sm-shoppystore/default/images/pattern/pattern6.png);
    background-attachment: fixed
}

.pattern7 {
    background-image: url(/skin/frontend/sm-shoppystore/default/images/pattern/pattern7.png);
    background-attachment: fixed
}

.pattern8 {
    background-image: url(/skin/frontend/sm-shoppystore/default/images/pattern/pattern8.png);
    background-attachment: fixed
}

#product-options-wrapper .input-box .input-text {
    width: 100%
}

.tab-product-ex .tab-pane {
    opacity: 0 !important;
    height: 0 !important;
    display: block !important;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0)
}

.tab-product-ex .tab-pane.active {
    opacity: 1 !important;
    height: auto !important;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1)
}

.quickview-main {
    max-width: 980px;
    padding: 0 20px;
    background: #fff;
    padding-top: 20px
}

.quickview-main .yt-product-detail .image-box-detail {
    margin-bottom: 0
}

.quickview-main .yt-product-detail .yt-detail-right {
    margin-bottom: 0
}

.quickview-main #product-options-wrapper select {
    width: 99%
}

.quickview-main .tab-product-detail {
    display: none !important
}

.block-bottom {
    padding-top: 20px !important
}

.mini-cartpro .block-title .c-item {
    border: 2px solid #fff;
    border-radius: 50%;
    display: none;
    font-family: Arial;
    font-size: 107.69%;
    height: 30px;
    left: 11px;
    line-height: 28px;
    position: absolute;
    text-align: center;
    top: -20px;
    width: 30px
}

.slidershow-megamenu {
    background-color: #ededed;
    padding: 20px 0
}

.review-product-list #yt_main > .container {
    background: none !important;
    padding-top: 0;
    padding-bottom: 0
}

#product_comparison .product-name {
    margin: 10px 0;
    font-family: inherit;
    font-size: 113.33%
}

#product_comparison .ratings {
    width: 100%
}

#product_comparison .ratings .rating-box, #product_comparison .ratings .amount {
    display: inline-block;
    float: none
}

#product_comparison .ratings .amount {
    position: relative;
    top: 2px
}

#product_comparison .btn-cart {
    margin: 10px 0
}

#product_comparison td {
    vertical-align: top;
    text-align: center
}

#product_comparison .add-to-links li {
    float: none
}

.add-to-links .separator {
    display: none
}

.checkout-cart-configure .add-to-holder .product-add-box .add-to-links li {
    margin-left: 1px
}

.my-wishlist .buttons-set .button {
    margin-bottom: 5px
}

.slider-happy-client .owl-controls .owl-next:hover, .slider-happy-client .owl-controls .owl-prev:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1)
}

.mini-cartpro .truncated .price {
    font-size: 100% !important;
    position: relative;
    top: -1px;
    margin-left: 5px
}

#shopping-cart-table .item-options > dt {
    display: inline-block
}

#shopping-cart-table .item-options > dd {
    display: inline-block;
    margin-right: 5px;
    font-weight: bold
}

.button.link-wishlist {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #fff;
    margin-top: 10px
}

.cart-cell .truncated {
    position: relative
}

.cart-cell .truncated_full_value {
    background-color: #fff;
    border: 1px solid #ccc;
    display: none;
    left: -200px;
    padding: 10px 15px;
    position: absolute;
    top: 0;
    width: 200px
}

.cart-cell .truncated_full_value.show {
    display: block
}

.cart-cell .truncated_full_value.show dd {
    margin-right: 5px
}

.cart-cell .truncated_full_value.show dt, .cart-cell .truncated_full_value.show dd {
    display: inline-block
}

#_atssh {
    display: none
}

.wrapper_404page {
    background-color: #eee;
    border-radius: 3px;
    padding: 0 15px;
    display: inline-block;
    width: 100%
}

.wrapper_404page .content-404page {
    max-width: 500px;
    float: right;
    text-align: center;
    margin-top: 40px
}

.wrapper_404page .content-404page .top-text, .wrapper_404page .content-404page .bottom-text {
    font-size: 133.33%
}

.wrapper_404page .content-404page .img-404 {
    margin: 30px 0
}

.wrapper_404page .content-404page .img-404 img {
    width: auto;
    max-width: 100%
}

.wrapper_404page .content-404page .button-404 {
    padding-top: 40px
}

.wrapper_404page .content-404page .btn-404 {
    height: 38px;
    line-height: 38px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    display: inline-block;
    vert-align: top;
    padding: 0 20px;
    color: #fff;
    margin: 0 4px;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    text-transform: uppercase;
    margin-bottom: 10px
}

.wrapper_404page .content-404page .prev-page-btn {
    background-color: #ea3a3c
}

.wrapper_404page .content-404page .prev-page-btn:hover {
    background-color: #c43031
}

.wrapper_404page .content-404page .back2home {
    background-color: #3cb7e7
}

.wrapper_404page .content-404page .back2home:hover {
    background-color: #3094bb
}

.wrapper_404page .img-right-404 {
    margin-top: 60px
}

.button:hover, .header-default .yt-header-top .block-action-header .jqTransformSelectWrapper ul li:hover, .header-default .yt-header-top .my-account-link > ul > li .dropdown-link-account li a:hover, .header-default .yt-header-under .mini-cart-header .block-title .btn-toggle, .header-v3 .yt-header-top .block-action-header .jqTransformSelectWrapper ul li:hover, .header-v3 .yt-header-top .my-account-link > ul > li .dropdown-link-account li a:hover, .header-v3 .yt-header-under .mini-cart-header .block-title .btn-toggle, .header-v0 .yt-header-top .block-action-header .jqTransformSelectWrapper ul li:hover, .header-v0 .yt-header-top .my-account-link > ul > li .dropdown-link-account li a:hover, .header-v5 .yt-header-top .block-action-header .jqTransformSelectWrapper ul li:hover, .header-v5 .yt-header-top .my-account-link > ul > li .dropdown-link-account li a:hover, .header-v5 .yt-header-under .mini-cart-header .block-title .btn-toggle, .respl-item .item-inner .btn-pd:hover, .toolbar .pagination-wrap .pagination .pages ol li a:hover, .toolbar .pagination-wrap .pagination .pages ol li.current a, #yt_left .block .block-title strong, #yt_right .block .block-title strong, .block-related .block-title strong, .yt-footer-wrap .footer-top .block-subscribe-footer .block-content button, .block-layered-nav .filter-wrapp .wrap-price-shopby .btn-shopby-wrapper .btn-shopby, .products-list .respl-item-list .product-shop .f-fix .list-action .item-wishlist:hover, .products-list .respl-item-list .product-shop .f-fix .list-action .item-compare:hover, .products-list .respl-item-list .product-shop .f-fix .list-action .btn-cart:hover, .products-list .respl-item-list .w-image-box .item-image .sm_quickview_handler:hover, .block-popup-login .block-content .btn-reg-popup, .tt_popup_login strong, .faqs-block .faq-wrapper .accordion:hover span:before, .owl-pagination .owl-page:hover, .owl-pagination .owl-page.active, .custom-nav-default .button-default:hover, .yt-slideshow .owl-buttons .owl-next:hover, .yt-slideshow .owl-buttons .owl-prev:hover, .quantity-controls:hover, .yt-product-detail .yt-detail-right .product-add-box .add-to-links li a:hover, .yt-product-detail .yt-detail-right .product-shop .add-to-cart .btn-cart, .resp-tabs-list li.resp-tab-active a, .resp-tabs-list li:hover a, #checkoutSteps .active .step-title, #confirmbox #btnavi li > #btccart:hover, #yt-totop:hover, .resp-accordion.resp-tab-active, .header-default .yt-header-top .jqTransformSelectWrapper ul li a.selected, .header-v3 .yt-header-top .jqTransformSelectWrapper ul li a.selected, .header-v0 .yt-header-top .jqTransformSelectWrapper ul li a.selected, .header-v5 .yt-header-top .jqTransformSelectWrapper ul li a.selected {
    background-color: #5e92df
}

.header-default .yt-header-under .mini-cart-header .block-title .btn-toggle .item-cart, .header-v3 .yt-header-under .mini-cart-header .block-title .btn-toggle .item-cart, .header-v5 .yt-header-under .mini-cart-header .block-title .btn-toggle .item-cart, .yt-footer-wrap .footer-top .block-subscribe-footer .block-content button:hover, .block-layered-nav .filter-wrapp .wrap-price-shopby .btn-shopby-wrapper .btn-shopby:hover, .block-popup-login .block-content .btn-reg-popup:hover, .yt-product-detail .yt-detail-right .product-shop .add-to-cart .btn-cart:hover {
    background-color: #0288d1
}

.header-default .yt-header-under .mini-cart-header .bottom-action, .header-v3 .yt-header-under .mini-cart-header .bottom-action, .header-v5 .yt-header-under .mini-cart-header .bottom-action, .toolbar .pagination-wrap .pagination .pages ol li a:hover, .toolbar .pagination-wrap .pagination .pages ol li.current a, #yt_left .block .block-title, #yt_right .block .block-title, .block-related .block-title, .price_filter .price-from:hover, .price_filter .price-to:hover, .tt_popup_login, .custom-nav-default .button-default:hover, .block-title-default, .list-services li a:hover, .yt-product-detail .product-img-box .more-views ul li img:hover, .yt-product-detail .product-img-box .more-views ul li.selected img, .resp-accordion.resp-tab-active {
    border-color: #5e92df
}

#yt_left .block .block-title strong:before, #yt_right .block .block-title strong:before, .block-related .block-title strong:before, .tt_popup_login strong:before, .block-title-default h2 span:before {
    border-bottom: 37px solid #5e92df
}

.header-default .yt-header-under .mini-cart-header .block-title .btn-toggle:before, .header-v5 .yt-header-under .mini-cart-header .block-title .btn-toggle:before, .header-v3 .yt-header-under .mini-cart-header .block-title .btn-toggle:before {
    border-right: 15px solid #5e92df
}

.sm-serachbox-pro .form-search .button-search-pro, .sm-cartpro .product-details-bottom .price, .toolbar .select-inner > ul li a:hover, .toolbar .select-inner > ul li a.selected, .yt-footer-wrap .footer-top .socials-wrap ul li a:hover, .copyright-footer a, .yt-footer-wrap .footer-middle .content-block-footer ul li .sp-ic, .block .customNavigation .btn-bs:hover, #nav > li ul li:hover > a, .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li:hover > a, .faqs-block .faq-wrapper .accordion:hover, .yt-product-detail .yt-detail-right .availability span, .yt-product-detail .yt-detail-right .product-shop .price-box .special-price .price, .yt-product-detail .yt-detail-right .product-shop .price-box .regular-price .price, .yt-product-detail .product-img-box .more-views .btn_thumb:hover, .why-list li a:hover, .our-member .respl-item .info-member .cl-name > a, .happy-about-us .happy-ab .ct-why .client-info-about .name, .block-account .block-content ul li.current a, .block-account .block-content ul li a:hover {
    color: #5e92df
}

.our-member .respl-item .info-member .cl-name > a:hover {
    color: #0288d1
}

.cmspage1 #yt_left .block .customNavigation, .cmspage1 #yt_right .block .customNavigation {
    top: 4px
}

.cmspage1 #yt_left .block .block-title, .cmspage1 #yt_right .block .block-title {
    margin-top: 0;
    border-color: #ddd
}

.cmspage1 #yt_left .block .block-title strong, .cmspage1 #yt_right .block .block-title strong {
    background: 0;
    color: inherit
}

.cmspage1 #yt_left .block .block-title strong:before, .cmspage1 #yt_right .block .block-title strong:before {
    display: none
}

.cmspage1 .block.block-related {
    margin-top: -2px
}

.cmspage1 .block.block-related .customNavigation {
    top: 4px
}

.cmspage1 .block.block-related .block-title {
    margin-top: 0;
    border-color: #ddd
}

.cmspage1 .block.block-related .block-title strong {
    background: 0;
    color: inherit
}

.cmspage1 .block.block-related .block-title strong:before {
    display: none
}

.cmspage1 .block-title-default {
    margin-top: 0;
    border: 1px solid #ddd;
    border-bottom-width: 3px;
    margin-top: -1px
}

.cmspage1 .block-title-default h2 span {
    background-color: transparent;
    color: inherit
}

.cmspage1 .block-title-default h2 span:before {
    display: none
}

.cmspage1 .category-wrap-cat {
    padding-top: 4px;
    border-right: 0
}

.cms-index-index.cmspage3 {
    background: #f7f7f7 !important
}

.cms-index-index.cmspage3 .col-2-wrapper {
    margin-top: -25px
}

.cms-index-index.cmspage3 .yt-content-inner {
    margin-bottom: 30px
}

.cms-index-index.cmspage3 .block-left-products .bs-item {
    margin-bottom: 7px;
    padding: 0 0 7px
}

.cmspage3.catalog-category-view {
    background-color: #fff !important
}

.cmspage3 .slider-brand-bottom {
    margin-top: 15px !important
}

.cmspage3 .super-category-block {
    margin-bottom: 25px
}

.cmspage3 .faqs-block .faq-wrapper {
    margin: -21px -18px -20px
}

.cmspage3 .latest-blog .block-content {
    position: relative;
    top: -2px
}

.cmspage3 #yt_left .block .customNavigation, .cmspage3 #yt_right .block .customNavigation {
    top: 6px;
    z-index: 9
}

.cmspage3 #yt_left .block .customNavigation .btn-bs, .cmspage3 #yt_right .block .customNavigation .btn-bs {
    width: 24px;
    height: 24px;
    line-height: 21px;
    border: 1px solid #ddd;
    font-size: 16px
}

.cmspage3 #yt_left .block .customNavigation .btn-bs:hover, .cmspage3 #yt_right .block .customNavigation .btn-bs:hover {
    background-color: #5e92df;
    border-color: #5e92df;
    color: #fff
}

.cmspage3 #yt_left .block .block-title, .cmspage3 #yt_right .block .block-title {
    margin-top: 0;
    border-color: #ddd;
    border-left: 5px solid #5e92df;
    border-bottom: 0;
    margin-bottom: 0;
    border-right: 1px solid #ddd;
    position: relative;
    top: -1px
}

.cmspage3 #yt_left .block .block-title:before, .cmspage3 #yt_right .block .block-title:before {
    width: 100%;
    height: 1px;
    position: absolute;
    display: inline-block;
    background: #ddd;
    content: "";
    bottom: 0;
    left: 0
}

.cmspage3 #yt_left .block .block-title strong, .cmspage3 #yt_right .block .block-title strong {
    background: 0;
    color: inherit
}

.cmspage3 #yt_left .block .block-title strong:before, .cmspage3 #yt_right .block .block-title strong:before {
    display: none
}

.cmspage3 #yt_left .block.block-left-products, .cmspage3 #yt_right .block.block-left-products {
    border: 0;
    padding-left: 0;
    padding-right: 0
}

.cmspage3 #yt_left .block.block-left-products .block-title, .cmspage3 #yt_right .block.block-left-products .block-title {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0
}

.cmspage3 #yt_left .block.block-left-products .block-title:after, .cmspage3 #yt_right .block.block-left-products .block-title:after {
    width: 100%;
    height: 1px;
    position: absolute;
    display: inline-block;
    background: #ddd;
    content: "";
    top: 0;
    left: 0
}

.cmspage3 #yt_left .block.block-left-products .block-content, .cmspage3 #yt_right .block.block-left-products .block-content {
    border: 1px solid #ddd;
    padding: 11px 14px 10px !important
}

.cmspage3 .block-title-default {
    border: 0;
    margin-top: 0
}

.cmspage3 .block-title-default .title-v3 {
    font-size: 166.67%;
    display: inline
}

.cmspage3 .block-title-default .cat-list li a:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background: #444;
    margin-top: 9px;
    margin-left: -10px
}

.cmspage3 .block-title-default h2 span {
    background-color: transparent;
    color: #5e92df;
    font-size: 20px;
    padding: 0
}

.cmspage3 .block-title-default h2 span:before {
    display: none
}

.slider-brand-bottom-wrapper {
    position: relative;
    clear: both;
    margin-bottom: 30px
}

.slider-brand-bottom-wrapper .slider-brand-bottom {
    border: 1px solid #ddd;
    margin-top: 10px
}

.slider-brand-bottom-wrapper .slider-brand-bottom .owl-item {
    padding: 0 15px
}

.slider-brand-bottom-wrapper .slider-brand-bottom .owl-item img {
    width: 100%;
    max-height: 80px
}

.slider-brand-bottom-wrapper .slider-brand-bottom .owl-item .item {
    position: relative;
    top: 0
}

.slider-brand-bottom-wrapper .customNavigation .button-default {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    font-size: 40px
}

.slider-brand-bottom-wrapper .customNavigation .button-default.prev-brand-bottom {
    left: 0;
    border: 0;
    background-color: transparent
}

.slider-brand-bottom-wrapper .customNavigation .button-default.prev-brand-bottom:hover {
    color: #5e92df
}

.slider-brand-bottom-wrapper .customNavigation .button-default.next-brand-bottom {
    right: 0;
    border: 0;
    background-color: transparent
}

.slider-brand-bottom-wrapper .customNavigation .button-default.next-brand-bottom:hover {
    color: #5e92df
}

.banner-right li a img {
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s
}

.banner-right li a img:hover {
    opacity: .8
}

.static-image-home-right img {
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    width: auto;
    max-width: 100%
}

.static-image-home-right img:hover {
    opacity: .8
}

.section1 {
    display: block !important
}

.block-title-bottom {
    position: relative;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #eee;
    padding-left: 20px
}

.block-title-bottom h2 {
    font-size: 133.33%;
    font-weight: bold;
    line-height: 50px;
    text-transform: uppercase
}

.client-wrapper-b {
    background-color: #fff
}

.client-wrapper-b .image-client {
    width: auto;
    height: auto;
    margin: 35px 0 28px;
    text-align: center
}

.client-wrapper-b .client-say-info {
    position: relative;
    margin: 0 30px 70px 30px
}

.client-wrapper-b .client-say-info:before {
    content: "\f10d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #f44336;
    position: absolute;
    left: -5px;
    top: -5px;
    font-size: 24px
}

.client-wrapper-b .client-say-info:after {
    content: "\f10e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #f44336;
    position: absolute;
    right: -5px;
    bottom: 0;
    font-size: 24px
}

.client-wrapper-b .client-say-info .sn-tamiv3 {
    display: inline-block;
    margin: 0 15px 0;
    text-align: center;
    font-style: italic
}

.client-wrapper-b .client-say-info h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 116.67%
}

.client-wrapper-b .client-say-info h2 a {
    color: #ea3a3c
}

.client-wrapper-b .nav-custom {
    position: absolute;
    right: 10px;
    top: 0
}

.client-wrapper-b .nav-custom a {
    color: #666;
    font-size: 15px;
    cursor: pointer;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid #ddd;
    width: 25px;
    height: 25px;
    display: inline-block;
    line-height: 23px;
    text-align: center
}

.client-wrapper-b .nav-custom a:hover {
    background: #5e92df;
    color: #fff;
    border-color: #5e92df
}

.client-wrapper-b .nav-custom a span {
    display: none
}

.blog-bottom, .basic-product-bottom, .client-say-bottom {
    padding-top: 10px
}

.block.block-related {
    border-top: 1px solid #5e92df !important
}

.block-related .item-left-products .bs-item .bs-item-inner .bs-image {
    border: 0
}

.yt-related .block-title {
    text-transform: uppercase;
    font-size: 116.67%;
    height: 25px
}

.no-padding-r {
    padding-right: 0
}

.no-padding {
    padding-right: 0
}

.no-padding-l {
    padding-left: 0
}

.cms-home #yt_content .yt-breadcrumbs {
    display: none
}

.home-top-wrap {
    margin-top: 30px
}

.home-top-wrap .home-top-center {
    width: 53.1%;
    padding-right: 10px
}

.home-top-wrap .home-top-right {
    width: 21.9%
}

.home-top-wrap .home-top-center2 .img-banner3 {
    float: right
}

.home-top-wrap .home-top-center2 .img-banner1 {
    margin-right: 7px
}

.img-effect {
    position: relative;
    display: inline-block
}

.img-effect .img-class img {
    width: 100%
}

.img-effect:hover .img-class:before {
    opacity: .35;
    visibility: visible;
    transform: scale(1) rotateY(0);
    -webkit-transform: scale(1) rotateY(0);
    -moz-transform: scale(1) rotateY(0)
}

.img-effect .img-class:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    visibility: hidden;
    left: 0;
    top: 0;
    opacity: 0;
    background: url(/skin/frontend/sm-shoppystore/default/images/heo2.png) no-repeat center center #222;
    transform: scale(0.5) rotateY(180deg);
    -webkit-transform: scale(0.5) rotateY(180deg);
    -moz-transform: scale(0.5) rotateY(180deg);
    transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    z-index: 99
}

.brand-footer {
    display: none
}

.cmspage2 .brand-footer {
    display: block
}

.cmspage2 .block-subscribe-footer {
    display: none
}

.content-home-img3 {
    margin-bottom: 31px
}

.content-home-img {
    margin-bottom: 30px
}

#layered-navigation {
    margin-bottom: 30px
}

.block-left-products1.sn-basic-v1 .block-left-products {
    margin-top: 20px
}

.home-banner-wrap .bannerhomev2 {
    margin-top: -40px
}

.home-banner-wrap .bannerhomev2 .img-effect {
    float: left;
    z-index: 9;
    position: relative
}

.content-home-img-v2 .img-effect.img-content-homev2 {
    width: 44%;
    float: left;
    margin-right: 1%
}

.content-home-img-v2 .img-content-homev2 {
    display: inline-block;
    width: 55%
}

.content-home-img-v2 .img-content-homev2 .img-content-homev2-1 {
    margin-bottom: 10px
}

.cmspage2.cms-index-index .yt-content-inner {
    margin-bottom: 0
}

.cmspage2.cms-index-index .yt-breadcrumbs {
    display: none
}

.cmspage2 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li > a {
    height: 38.1px
}

.cmspage2 .latest-blogs .block-title {
    background: transparent;
    border: 0
}

.cmspage2 .img-classv2 {
    display: block;
    overflow: hidden
}

.cmspage2 .img-classv2 img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: transform .2s linear 0;
    -moz-transition: transform .2s linear 0;
    -o-transition: transform .2s linear 0;
    transition: transform .2s linear 0
}

.cmspage2 .header-v0 .yt-header-middle .mini-cart-header .block-content {
    top: 52px
}

.cmspage2 .yt-slideshow .owl-buttons .owl-next {
    right: 45px
}

.cmspage2 .yt-slideshow .owl-buttons .owl-prev {
    left: 45px
}

.cmspage2 .yt-content-inner {
    margin-top: 30px
}

.cmspage2 #yt_content {
    display: inline-block
}

.cmspage2 .content-home-img-v2 {
    margin-bottom: 25px
}

.cmspage2 .home-top-wrap {
    margin: 0
}

.cmspage2 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li > div {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
}

.cmspage2 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_1column, .cmspage2 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_2columns, .cmspage2 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_3columns, .cmspage2 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_4columns, .cmspage2 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_5columns, .cmspage2 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_6columns, .cmspage2 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_1column, .cmspage2 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_2columns, .cmspage2 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_3columns, .cmspage2 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_4columns, .cmspage2 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_5columns, .cmspage2 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_6columns {
    left: 269px
}

.cmspage2 .sm_megamenu_wrapper_vertical_menu li.width-3columns-parent > a:before {
    font-family: "FontAwesome";
    float: right;
    content: "\f105"
}

.cmspage2 .yt-footer-wrap .footer-top {
    background: 0;
    min-height: 100px;
    padding: 0
}

.cmspage2 .yt-footer-wrap .footer-top .slider-brand-bottom-wrapper .slider-brand-bottom {
    padding-top: 10px;
    margin: 0;
    border: 0
}

.cmspage2 .yt-footer-wrap .footer-top .slider-brand-bottom-wrapper .slider-brand-bottom .owl-item .item {
    opacity: .8 !important
}

.cmspage2 .yt-footer-wrap .footer-top .slider-brand-bottom-wrapper .slider-brand-bottom .owl-item .item:hover {
    top: 0;
    opacity: 1 !important
}

.cmspage2 .tami-v2 {
    background: url(/skin/frontend/sm-shoppystore/default/images/tami.jpg) repeat-x center center;
    min-height: 470px
}

.cmspage2 .tami-v2 .client-say .item-client-say .client-comment {
    display: inline-block;
    padding-left: 13%;
    color: #fff
}

.cmspage2 .tami-v2 .client-say .item-client-say .client-say-info {
    float: right
}

.cmspage2 .blog-v2 {
    background-color: #ddd;
    min-height: 470px
}

.cmspage2 .blog-v2 .latest-blog .block-content {
    margin: 0
}

.cmspage2 .blog-v2 .latest-blog .item-blog .img-blog {
    float: left;
    margin: 0 20px 30px 15px;
    border: 2px solid #5e92df
}

.cmspage2 .blog-v2 .latest-blog .item-blog .img-blog:hover {
    border-color: #999
}

.cmspage2 .blog-v2 .latest-blog .item-blog .img-blog:hover .sn-datev2 {
    background: #999
}

.cmspage2 .blog-v2 .latest-blog .item-blog .img-blog img {
    height: 160px;
    width: 220px
}

.cmspage2 .blog-v2 .latest-blog .item-blog .img-blog .sn-datev2 {
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 40px;
    background: #5e92df;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold
}

.cmspage2 .blog-v2 .latest-blog .item-blog .img-blog .sn-datev2 .d-blog {
    padding: 2px 0 0
}

.cmspage2 .blog-v2 .latest-blog .blog-info .postTitle {
    margin-top: -5px
}

.cmspage2 .blog-v2 .latest-blog .item-blog {
    padding-top: 0;
    clear: both
}

.cmspage2 .blog-v2 .latest-blogs {
    margin-top: 20px
}

.cmspage2 .blog-v2 .latest-blog .blog-info {
    padding-right: 14%
}

.cmspage2 .blog-v2 .latest-blogs .block-title strong {
    padding-left: 15px;
    background: url(/skin/frontend/sm-shoppystore/default/images/sn-botblog.png) repeat-x 48% center;
    display: inline-block;
    width: 100%
}

.cmspage2 .blog-v2 .latest-blogs .block-title strong span {
    font-size: 137%;
    background-color: #ddd;
    padding-left: 20px;
    margin-left: -20px;
    padding-right: 10px
}

.cmspage2 .blog-v2 .latest-blogs .block-title strong .sn-view {
    font-weight: 100;
    font-size: 12px;
    text-transform: none;
    float: right;
    padding-right: 14%;
    background-color: #ddd;
    padding-left: 10px
}

.cmspage2 .block-title-v2 {
    border-bottom: 2px solid #ddd;
    margin-bottom: 30px
}

.cmspage2 .block-title-v2 span {
    margin-bottom: -2px;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 150%;
    display: inline-block
}

.cmspage2 .block-title-v2 h2 span {
    border-bottom: 2px solid #5e92df
}

.cmspage2 .sn-category-block .custom-nav-default {
    background: transparent;
    top: -10px
}

.cmspage2 .deal-wrapper.deal-home-v2 {
    margin-top: 30px;
    border: 0
}

.cmspage2 .deal-wrapper.deal-home-v2 .w-deal-res {
    border: 1px solid #ddd;
    position: static
}

.cmspage2 .w-deal-res .respl-item .item-inner {
    padding: 0
}

.cmspage2 .w-deal-res .respl-item .item-inner .item-info {
    padding: 20px 15px 15px
}

.cmspage2 .w-deal-res .respl-item .item-inner .item-info .item-review {
    margin-top: 15px;
    margin-bottom: 7px
}

.cmspage2 .w-deal-res .respl-item .item-inner .w-image-box {
    border-bottom: 1px solid #ddd;
    padding: 0;
    margin: 0
}

.cmspage2 .w-deal-res .item-inner:before {
    position: absolute;
    content: "";
    background: 0
}

.cmspage2 .item-time {
    position: relative;
    top: 74%
}

.cmspage2 .item-time .item-timer .item-time {
    background-color: #e80037 !important
}

.cmspage2 .item-time .item-timer .time-item {
    margin-right: 2px;
    width: 55px;
    height: 60px;
    text-align: center;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    display: inline-block;
    color: #444;
    padding: 10px 0 0;
    line-height: 15px;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s
}

.cmspage2 .item-time .item-timer .time-item .num-time {
    font-weight: bold;
    font-size: 150%;
    margin-bottom: 8px
}

.cmspage2 .item-time .item-timer .time-item .name-time {
    font-size: 12px;
    text-transform: uppercase
}

.cmspage2 .yt-left-wrap .mega-left-title {
    color: #fff;
    background-color: #5e92df
}

.cmspage2 .yt-left-wrap .mega-left-title:before {
    position: absolute;
    content: "";
    border-top: 7px solid #5e92df;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    left: 20px;
    bottom: -7px
}

.cmspage2 .yt-left-wrap .mega-left-title strong:before {
    content: "\f0c9";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    background-image: none;
    position: absolute;
    left: 20px;
    top: 0;
    font-size: 18px
}

.cmspage2 .yt-left-wrap .sn-lettter {
    background: url(/skin/frontend/sm-shoppystore/default/images/letter.jpg) no-repeat center center;
    padding: 35px 20px 45px;
    color: #fff
}

.cmspage2 .yt-left-wrap .sn-lettter .block-title {
    font-size: 216.67%;
    text-transform: uppercase;
    margin-bottom: 5px
}

.cmspage2 .yt-left-wrap .sn-lettter .form-list input.input-text, .cmspage2 .yt-left-wrap .sn-lettter input.input-text {
    width: 100%;
    padding: 0 15px;
    height: 42px
}

.cmspage2 .yt-left-wrap .sn-lettter .form-subscribe-header {
    margin-bottom: 25px
}

.cmspage2 .yt-left-wrap .sn-lettter .actions .button {
    background: url(/skin/frontend/sm-shoppystore/default/images/plane-2.png) no-repeat center center #5e92df;
    width: 47px;
    height: 42px;
    position: absolute;
    right: 35px
}

.cmspage2 .yt-left-wrap .sn-lettter .actions .button:hover {
    background-color: #999
}

.cmspage2 .img-effect .img-class:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    background: transparent;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    width: 100%
}

.cmspage2 .img-effect:hover .img-class:before {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.6) inset
}

.cmspage3 .sm_megamenu_icon .sm_megamenu_title {
    height: 42px;
    display: inline-block
}

.cmspage3 .header-v0 .header-under-2-wrapper {
    background: transparent;
    height: 52px
}

.cmspage3 .super-cat-wrapper .respl-item .item-inner .add-info {
    margin: 0 5px
}

.cmspage3 .w-deal-res .respl-item .item-inner .add-to-cart {
    width: 100%
}

.cms-home-v3 .super-cat-wrapper .respl-item .item-inner .add-to-links {
    margin-left: 0
}

.cms-home-v3 .respl-item .item-inner .add-to-cart .btn-pd.btn-cart {
    padding: 0 18px
}

.cms-home-v3 .respl-item .item-inner .add-to-cart .btn-pd.btn-cart:hover {
    background-color: #5e92df !important;
    border-color: #5e92df !important
}

.cms-home-v3 .slider-brand-bottom-wrapper .slider-brand-bottom .owl-item .item:hover {
    top: 0
}

.cms-home-v3 .slider-brand-bottom-wrapper .slider-brand-bottom .owl-item .item a {
    opacity: .7
}

.cms-home-v3 .slider-brand-bottom-wrapper .slider-brand-bottom .owl-item .item a:hover {
    opacity: 1
}

.cms-home-v3 .blog-bottomv3 .latest-blog-bottom .blog-info img:hover {
    opacity: .6
}

.cms-home-v3 .client-say-slider .image-client img:hover {
    opacity: .8
}

.cms-home-v3 .super-category-block .title-v3 span {
    cursor: pointer
}

.cms-home-v3 .slider-brand-bottom-wrapper {
    margin: 0 15px 40px;
    background: #fff
}

.cms-home-v3 .slider-brand-bottom-wrapper .slider-brand-bottom {
    border: 0
}

.cms-home-v3 .slider-brand-bottom-wrapper .owl-carousel .owl-wrapper-outer {
    padding: 7px 0
}

.cms-home-v3 .super-category-block .border-cat-inner {
    box-shadow: none
}

.cms-home-v3 .sm_megamenu_icon .sm_megamenu_title {
    height: 42px;
    display: inline-block
}

.cms-home-v3 .yt-content .yt-breadcrumbs {
    display: none
}

.cms-home-v3 .yt-content .yt-content-inner {
    margin-top: 0
}

.cms-home-v3 .yt-slideshow {
    margin-bottom: 40px
}

.cms-home-v3 .yt-slideshow .owl-buttons .owl-next {
    border: 0;
    border-radius: 0;
    line-height: 34px;
    background: #fff;
    color: #5e92df;
    right: 5px;
    opacity: .5
}

.cms-home-v3 .yt-slideshow .owl-buttons .owl-next:hover {
    opacity: 1;
    background-color: #fff !important
}

.cms-home-v3 .yt-slideshow .owl-buttons .owl-prev {
    border: 0;
    border-radius: 0;
    line-height: 34px;
    background: #fff;
    color: #5e92df;
    left: 5px;
    opacity: .5
}

.cms-home-v3 .yt-slideshow .owl-buttons .owl-prev:hover {
    opacity: 1;
    background-color: #fff !important
}

.cms-home-v3 .img-banner-v3 {
    margin-bottom: 40px
}

.cms-home-v3 .img-effect .img-class:before {
    background: url(/skin/frontend/sm-shoppystore/default/images/sn-eff-v3.png) no-repeat center center #fff
}

.cms-home-v3 .footer-top {
    display: none
}

.cmspage1 .deal-home-df .respl-item .item-inner .item-info .item-review {
    height: 35px;
    padding-top: 10px
}

.cmspage1 .latest-blogs {
    margin-top: 30px
}

.cmspage1 .latest-blog {
    margin: 0
}

.cmspage1 .block-left-products .block-content {
    padding: 0 !important
}

.cmspage1 .super-cat-wrapper {
    margin-top: 0
}

.cmspage1 .sj-listing-tabs .ltabs-items-container .ltabs-items-inner {
    padding-bottom: 1px
}

.cmspage1 .sj-listing-tabs .item-title {
    margin-bottom: 4px
}

.cmspage1 .header-v0 .yt-header-under .sm_megamenu_wrapper_horizontal_menu.css_effect .sm_megamenu_lv1 > div {
    top: 40px;
    margin-left: 15px
}

.cmspage1 .home-item-parent .sm_megamenu_title {
    height: 40px;
    display: inline-block
}

.cmspage1.cms-index-index .block-left-products .bs-item .bs-item-inner .bs-content .bs-title a {
    font-weight: bold;
    color: #666
}

.cmspage1.cms-index-index .block-left-products .bs-item .bs-item-inner .bs-content .bs-title a:hover {
    color: #5e92df
}

.cmspage1.cms-index-index .slider-deal .respl-item .item-inner .item-info .item-title a {
    font-weight: normal
}

.cmspage1.cms-index-index .respl-item .item-inner .item-info .item-title a {
    color: #666;
    font-weight: bold
}

.cmspage1.cms-index-index .respl-item .item-inner .item-info .item-title a:hover {
    color: #5e92df
}

.cmspage1.cms-index-index .yt-content-inner {
    margin-top: 30px
}

.cmspage1.cms-index-index .content-home-img {
    margin-bottom: 30px
}

.cmspage1.cms-index-index .ltabs-tabs-wrap {
    margin-top: -1px
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .header-v0 .header-under-2-wrapper .sm-serachbox-pro .form-search {
        line-height: 30px
    }

    .sm-serachbox-pro .form-search .cat-wrapper span:after {
        line-height: 12px
    }

    .home-banner-wrap .bannerhomev2 .img-effect {
        margin-right: -1px
    }

    .cms-home-v3 .deal-wrapper .custom-nav-default .prev-deal {
        margin-right: -2px
    }

    .prev-super-cat-146, .prev-super-cat-142 {
        right: -4px
    }

    #narrow-by-list .item-count {
        padding-left: 5px
    }

    .block-left-products1.block-left-products-left .left-bs.accordion-close {
        line-height: 41px
    }

    .sm-serachbox-pro .form-search .cat-wrapper:after {
        line-height: 13px
    }

    .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li:after {
        content: "";
        background: url(/skin/frontend/sm-shoppystore/images/sn-v2.png) no-repeat center center;
        position: absolute;
        width: 20px;
        height: 15px;
        display: none
    }

    .catalog-product-view .mega-left-title:after, .catalog-category-view .ver-megamenu-header .mega-left-title:after {
        line-height: 15px;
        color: #fff
    }

    .cmspage3 .super-cat-wrapper-h5 .item-inner {
        padding: 0 0 40px
    }

    .basic2 .bs-item-inner {
        margin-bottom: -5px
    }

    .products-grid .respl-item .item-inner {
        overflow: initial
    }

    .cmspage1 .sj-listing-tabs .item-title {
        margin-bottom: 6px
    }

    .cmspage1 .w-deal-res .respl-item .item-inner .item-info .item-title {
        padding: 0 0 4px
    }

    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li > div {
        padding: 10px 0 23px
    }

    .header-v0 .ver-megamenu-header .sm_megamenu_wrapper_vertical_menu:before {
        top: -10px
    }

    .quantity-controls.quantity-plus {
        width: 17px
    }
}

.overflow-table {
    overflow-x: auto
}

#yt-responsivemenu {
    display: block;
    height: 40px;
    position: relative
}

.yt_ressidebar_screennav {
    display: block
}

#yt_wrapper, .yt_ressidebar_screennav {
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s
}

.cms-index-index #yt_resmenu_collapse li.nav-home:before {
    display: none !important
}

#yt-responsivemenu .btn.btn-navbar {
    top: 0;
    left: 0;
    position: absolute;
    width: 50px;
    height: 50px !important;
    background: url(/skin/frontend/sm-shoppystore/default/images/btn-menu-mobile.png) no-repeat center center #525252;
    border-radius: 0
}

#yt_resmenu_sidebar {
    display: none
}

#yt_wrapper {
    position: relative;
    left: 0
}

.onpen-sidebar #yt_wrapper {
    left: 220px
}

.onpen-sidebar .yt_ressidebar_screennav {
    left: 0;
    display: block
}

.yt_ressidebar_screennav {
    background: #333;
    box-shadow: -5px 0 5px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: -5px 0 5px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow: -5px 0 5px rgba(0, 0, 0, 0.5) inset;
    left: -220px;
    top: 0;
    margin: 0;
    position: absolute;
    width: 220px;
    height: 100%;
    z-index: 99;
    display: none
}

.overlay_nav {
    background: rgba(0, 0, 0, 0.3);
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%
}

#yt_screennav ul.siderbar-menu li ul {
    padding-left: 15px
}

#yt_screennav ul.siderbar-menu li a {
    padding: 9px 0 9px 10px;
    line-height: 100%;
    display: block;
    border-bottom: 1px solid #444;
    color: #ccc
}

#yt_screennav ul.siderbar-menu li a:hover {
    color: #fff
}

#yt_resmenu_collapse {
    position: absolute;
    left: 0;
    z-index: 100;
    top: 40px;
    width: 100%;
    border-style: solid;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2)
}

#yt_resmenu_collapse ul.nav-menu > li:hover, #yt_resmenu_collapse ul.nav-menu > li.active {
    color: #FFF
}

#yt_resmenu_collapse ul.nav-menu > li > a {
    border-bottom: 1px solid #dedede
}

.nav-collapse .nav-menu > li > a, .nav-collapse .dropdown-menu a {
    padding: 8px 10px;
    display: block
}

.nav-collapse .nav-menu > li {
    float: none;
    position: relative;
    z-index: 10
}

ul.nav-menu li.parent {
    position: relative
}

.nav-collapse .nav > li {
    float: none
}

ul.nav-menu li.parent .menuress-toggle.menuress-toggle:before {
    content: "\f107";
    font-family: 'FontAwesome';
    font-size: 20px;
    display: block
}

ul.nav-menu li.parent.open .menuress-toggle.menuress-toggle:before {
    content: "\f106";
    font-family: 'FontAwesome';
    font-size: 20px;
    display: block
}

ul.nav-menu li.parent .menuress-toggle {
    cursor: pointer;
    position: absolute;
    right: 0;
    text-align: center;
    top: 2px;
    vertical-align: middle;
    width: 40px;
    color: #909090
}

ul.nav-menu li.parent > .res-wrapnav {
    height: 0;
    opacity: 0
}

ul.nav-menu li.parent > .res-wrapnav ul {
    position: relative;
    z-index: 1
}

ul.nav-menu li.parent.open > .res-wrapnav {
    display: block;
    opacity: 1;
    background: #f3f3f3;
    border-bottom: 1px solid #dedede
}

ul.nav-menu li.parent > .res-wrapnav ul li {
    padding: 5px 5px 5px 15px
}

.menu-selectbox .icon-reorder {
    top: -10px;
    left: 0;
    margin: 0;
    position: absolute;
    padding: 8px 11px;
    line-height: 100%;
    font-size: 21px;
    color: #fff;
    outline: 0;
    border-radius: 0
}

#yt-responsivemenu .menu-selectbox {
    position: relative
}

#yt-responsivemenu .menu-selectbox > select {
    height: 54px;
    opacity: 0;
    padding: 0;
    width: 44px;
    top: -1px;
    position: relative;
    cursor: pointer
}

#yt-responsivemenu .menu-selectbox > select > option {
    width: 301px;
    padding: 5px 10px
}

.link-mobile {
    position: absolute;
    right: 130px;
    top: 0
}

.link-mobile #btn-account-links {
    width: 45px;
    height: 42px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-repeat: no-repeat;
    background-position: 7px 10px
}

.content-myaccount-m {
    width: 205px;
    position: absolute;
    right: -45px;
    top: 43px;
    border: 1px solid #ccc;
    padding: 5px 15px;
    z-index: 99;
    background: #fff;
    display: none
}

.content-myaccount-m li {
    padding: 3px 0 5px;
    border-bottom: 1px solid #ccc
}

.content-myaccount-m li a {
    display: block
}

.content-myaccount-m .links li:last-child {
    border-bottom: 0
}

.container {
    position: relative
}

@media (min-width: 1200px) {
    #yt-responsivemenu {
        display: none
    }

    .header-default .action-mobile {
        display: none
    }

    .header-default .btn-search-mobile {
        display: none
    }

    .header-v3 .action-mobile {
        display: none
    }

    .header-v3 .btn-search-mobile {
        display: none
    }

    .header-v0 .action-mobile {
        display: none
    }

    .header-v0 .btn-search-mobile {
        display: none
    }

    .header-v0 .header-under-2-wrapper .sm-serachbox-pro .form-search .input-search #search {
        width: 100%
    }

    .header-v5 .action-mobile {
        display: none
    }

    .header-v5 .btn-search-mobile {
        display: none
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #yt-responsivemenu {
        display: none
    }

    .header-default .sm-serachbox-pro .form-search .input-search #search {
        width: 175px
    }

    .header-default .action-mobile, .header-default .btn-search-mobile {
        display: none
    }

    .header-v2 .yt-header-top .logo-wrapper {
        padding-right: 0 !important
    }

    .header-v2 .yt-header-top .logo-wrapper .logo-wrapperv2 {
        padding: 20px 0 0 5px
    }

    .header-v2 .yt-searchpro .sm-serachbox-pro .form-search {
        bottom: -59px
    }

    .header-v2 .sm-serachbox-pro .form-search .input-search #search {
        width: auto
    }

    .header-v0 .action-mobile {
        display: none
    }

    .header-v0 .ver-megamenu-header .sm_megamenu_wrapper_vertical_menu {
        min-height: auto !important
    }

    .header-v0 .yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li a.sm_megamenu_head {
        padding: 0 13px
    }

    .header-v0 .header-under-2-wrapper .sm-serachbox-pro .form-search .input-search #search {
        width: 340px
    }

    .super-cat-wrapper-h5 {
        margin-left: 28px
    }

    .cmspage3 .super-cat-wrapper-h5 .item-inner {
        padding: 0 0 36px
    }

    .super-cat-wrapper-h5.super-cat-wrapper-h5-2 {
        margin-left: 0;
        margin-right: 30px
    }

    .blog-bottomv3 .latest-blog-bottom .blog-info img {
        float: none
    }

    .blog-bottomv3 .latest-blog-bottom .item-blog .postTitle1 {
        margin-left: 0;
        margin-top: 10px
    }

    .blog-bottomv3 .latest-blog-bottom .item-blog .postContent {
        margin-left: 0
    }

    .prev-super-cat-146, .prev-super-cat-142 {
        right: -4px
    }

    .cms-home-v3 .deal-wrapper .custom-nav-default .prev-deal {
        margin-right: -2px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .sm_megamenu_wrapper_horizontal_menu {
        display: none
    }

    .yt-menu-container-home {
        display: none
    }

    .header-v0.header-v3 #yt-responsivemenu .btn.btn-navbar {
        height: 50px !important
    }

    .header-v3 .sl-header-text {
        display: none
    }

    .header-v3 .header-under-2-wrapper {
        background-color: #5e92df !important
    }

    .header-v3 .action-mobile {
        display: none
    }

    .header-v3 .logo-wrapper {
        text-align: center !important
    }

    .header-v3 .header-under-2-wrapper .mini-cart-headerv3 .block-content:before {
        right: 6%
    }

    .header-v3 .sm-serachbox-pro .form-search .input-search #search {
        width: auto !important
    }

    .header-v3 .yt-searchbox-vermenu {
        position: absolute;
        top: 0;
        right: 15px
    }

    .header-v3 .yt-searchbox-vermenu .yt-header-under {
        height: 49px
    }

    .header-v3 .yt-searchbox-vermenu .yt-header-under .mini-cart-headerv3 .block-title {
        padding: 0;
        height: 49px
    }

    .header-v3 .yt-searchbox-vermenu .yt-header-under .mini-cart-headerv3 .block-title .btn-toggle:after {
        top: 15px
    }

    .header-v3 .yt-searchbox-vermenu .yt-header-under .info-mini-cart {
        display: none
    }

    .header-v3 .sm-serachbox-pro {
        width: 50px;
        height: 50px;
        border-left: 1px solid #2cbdff;
        position: absolute;
        z-index: 99;
        top: 31px;
        right: 66px;
        cursor: pointer
    }

    .header-v3 .sm-serachbox-pro:before {
        content: "\f002";
        font-family: fontawesome;
        font-size: 18px;
        color: #fff;
        width: 100%;
        display: inline-block;
        line-height: 50px;
        text-align: center
    }

    .header-v3 .sm-serachbox-pro .sm-searbox-content {
        position: absolute;
        top: 50px;
        right: 0;
        display: none
    }

    .header-v3 .sm-serachbox-pro .sm-searbox-content .form-search {
        margin: 0
    }

    .header-v3 .sm-serachbox-pro:hover .sm-searbox-content {
        display: block;
        background-color: #fff;
        padding: 10px
    }

    .header-v3 .yt-header-under .yt-menu {
        position: relative;
        top: -39px
    }

    .header-v3 #yt-responsivemenu {
        z-index: 10
    }

    .header-v3 #yt-responsivemenu .btn.btn-navbar {
        left: 0
    }

    .header-v3 #yt-responsivemenu #yt_resmenu_collapse {
        top: 46px
    }

    .header-v3 #yt-responsivemenu .menu-selectbox > select {
        height: 46px
    }

    .header-v2 #yt-responsivemenu {
        display: inline-block
    }

    .header-v2 .yt-responsivemenu-v2 {
        position: absolute;
        left: 218px;
        bottom: 19px;
        display: inline-block;
        z-index: 999
    }

    .header-v2 .yt-searchpro .sm-serachbox-pro .form-search {
        bottom: -59px
    }

    .header-v2 .sm-serachbox-pro .form-search .input-search #search {
        width: auto
    }

    .header-v0 .sl-header-text, .header-v0 .ver-megamenu-header, .header-v0 .action-mobile {
        display: none
    }

    .header-v0 .header-under-2-wrapper .sm-serachbox-pro .form-search .button-search-pro {
        background-color: #0288d1
    }

    .header-v0 .header-under-2-wrapper {
        height: 50px
    }

    .header-v0 .header-under-2-wrapper .search-pro {
        position: absolute;
        right: 0;
        top: 0;
        width: 90%;
    }

    .header-v0 .header-under-2-wrapper .sm-serachbox-pro {
        margin-right: 20px
    }

    .header-v0 .header-under-2-wrapper .sm-serachbox-pro .form-search .input-search #search {
        width: 400px
    }

    .header-v0 #yt-responsivemenu .btn.btn-navbar {
        height: 48px !important;
        z-index: 9
    }

    .header-v0 #yt_resmenu_collapse {
        top: 47px
    }

    .header-v0 #yt-responsivemenu .menu-selectbox > select {
        position: absolute;
        z-index: 10;
        height: 48px
    }
}

@media (max-width: 767px) {
    .super-category-block .category-wrap-cat {
        background: url(/skin/frontend/sm-shoppystore/default/images/btn-menu-mobile.png) no-repeat center center #525252
    }

    .sm_megamenu_wrapper_horizontal_menu {
        display: none
    }

    .sn-ip {
        display: none
    }

    .yt-menu-container-home {
        display: none
    }

    .header-v2 .yt-header-top .yt-header-topv2 {
        margin: 0 !important
    }

    .header-v2 .yt-searchpro .sm-serachbox-pro .form-search {
        bottom: -42px
    }

    .header-v2 .sm-serachbox-pro .form-search .input-search #search {
        width: 230px;
        height: 40px;
        line-height: 40px;
        margin: 0
    }

    .header-v2 .block-action-header.top-link-account.login-link.login-mobile-btn li {
        height: 39px !important
    }

    .header-v2 .action-mobile {
        height: 39px !important
    }

    .header-v2 .action-mobile .block-action-header .login-btn {
        padding-top: 2px
    }

    .header-v2 .account-mobile-btn ul li .acc-mobile:after {
        font-family: "FontAwesome";
        content: "\f007";
        font-size: 13px
    }

    .header-v2 .sm-serachbox-pro .form-search .input-search {
        margin-left: 0
    }

    .header-v2 .sm-serachbox-pro .form-search .cat-wrapper {
        display: none
    }

    .header-v2 .yt-header-top .logo-wrapperv2 {
        min-height: 80px !important;
        text-align: center;
        padding: 5px !important
    }

    .header-v2 .yt-header-top .logo-wrapper {
        padding-right: 15px !important;
        padding-top: 4px
    }

    .header-v2 .yt-header-middle {
        padding: 0 !important
    }

    .header-v2 .yt-searchpro {
        position: absolute !important;
        right: 0;
        top: 73px !important;
        margin-right: 47px
    }

    .header-v2 .yt-searchpro .btn-search-mobilev2 {
        border-radius: 0 !important;
        border: none !important;
        width: 47px !important;
        height: 47px !important;
        background-color: #525252
    }

    .header-v2 .mini-cart-header {
        position: absolute !important;
        top: 74px !important;
        right: 0
    }

    .header-v2 .mini-cart-header .btn-toggle {
        background-color: #525252 !important;
        padding-right: 0 !important;
        border-radius: 0 !important;
        width: 47px !important;
        height: 46px !important
    }

    .header-v2 .block-title .info-mini-cart span {
        right: 12px !important
    }

    .header-v2 .yt-responsivemenu-v2 {
        background-color: #444;
        display: inline-block;
        height: 47px;
        margin-top: 5px;
        width: 100%
    }

    .header-v3 .sl-header-text, .header-v3 .hot-line, .header-v3 .login-link, .header-v3 .my-account-link, .header-v3 .checkout-link {
        display: none
    }

    .header-v3 .btn-search-mobile, .header-v3 .action-mobile, .header-v3 .login-mobile-btn, .header-v3 .account-mobile-btn {
        display: block;
        position: relative
    }

    .header-v3 .login-mobile-btn ul li .acc-mobile:after, .header-v3 .account-mobile-btn ul li .acc-mobile:after {
        font-family: "FontAwesome";
        content: "\f007";
        font-size: 13px
    }

    .header-v3 .yt-header-top .block-currency, .header-v3 .yt-header-top .language-switcher {
        float: left;
        margin-left: -1px
    }

    .header-v3 .yt-header-top .block-currency {
        margin-left: 0
    }

    .header-v3 .block-action-header.top-link-account.login-link.login-mobile-btn li {
        height: 33px !important
    }

    .header-v3 .action-mobile {
        height: 33px !important
    }

    .header-v3 .action-mobile .block-action-header > ul > li {
        border-right: 1px solid #76a6fe
    }

    .header-v3 .action-mobile .block-action-header > ul > li > a {
        width: 46px;
        text-align: center;
        text-indent: 5px
    }

    .header-v3 .action-mobile .block-action-header:hover .dropdown-mobile {
        display: block
    }

    .header-v3 .action-mobile .my-account-link > ul > li {
        border-right: 0
    }

    .header-v3 .dropdown-mobile {
        position: absolute;
        top: 35px;
        right: 0;
        width: 170px;
        border: 1px solid #ddd;
        padding: 10px;
        z-index: 100;
        background-color: #fff;
        display: none
    }

    .header-v3 .dropdown-mobile ul li a {
        display: block;
        padding: 4px 0
    }

    .header-v3 .yt-header-middle .mini-cart-header .mini-cartpro.block {
        margin-right: -28px
    }

    .header-v3 .sm-serachbox-pro {
        background: #525252;
        width: 50px;
        height: 50px;
        border-left: 1px solid #474e58;
        position: relative;
        z-index: 99
    }

    .header-v3 .sm-serachbox-pro:before {
        content: "\f002";
        font-family: fontawesome;
        font-size: 20px;
        color: #fff;
        width: 100%;
        display: inline-block;
        line-height: 50px;
        text-align: center
    }

    .header-v3 .sm-serachbox-pro .sm-searbox-content {
        position: absolute;
        top: 50px;
        right: 0;
        display: none
    }

    .header-v3 .sm-serachbox-pro .sm-searbox-content .form-search {
        margin: 0
    }

    .header-v3 .sm-serachbox-pro:hover .sm-searbox-content {
        display: block;
        padding: 10px
    }

    .header-v3 .yt-header-under .yt-menu {
        position: relative;
        top: -39px
    }

    .header-v3 #yt-responsivemenu {
        z-index: 10;
        background: #666;
        position: relative;
        display: inline-block;
        height: 47px;
        width: 100%
    }

    .header-v3 #yt-responsivemenu #yt_resmenu_collapse {
        top: 46px
    }

    .header-v3 #yt-responsivemenu .menu-selectbox > select {
        height: 46px
    }

    .header-v3 .mini-cart-headerv3 {
        top: -17px;
        background: #525252
    }

    .header-v3 .yt-header-under2 {
        position: absolute;
        right: 63px;
        bottom: -77px
    }

    .header-v3 .yt-header-under2 .sm-serachbox-pro {
        width: 47px;
        height: 47px
    }

    .header-v3 .yt-header-under2 .sm-serachbox-pro:before {
        font-size: 16px;
        line-height: 47px
    }

    .header-v3 .yt-header-under2 .sm-serachbox-pro .sm-searbox-content {
        background: #fff;
        top: 47px
    }

    .header-v3 .yt-header-middle .logo-wrapper {
        text-align: center
    }

    .header-v3 .yt-header-middle .mini-cart-header {
        text-align: center
    }

    .header-v3 .yt-header-middle .mini-cart-header .mini-cartpro {
        float: none;
        margin: 20px auto 0 !important;
        display: inline-block;
        text-align: left
    }

    .header-v3 .yt-header-middle .mini-cart-header .block-title .btn-toggle .info-mini-cart {
        padding-right: 0;
        border: 0
    }

    .header-v3 .yt-header-middle .mini-cart-header .block-content {
        right: -82px
    }

    .header-v0 .sl-header-text, .header-v0 .hot-line, .header-v0 .login-link, .header-v0 .my-account-link, .header-v0 .checkout-link, .header-v0 .ver-megamenu-header {
        display: none
    }

    .header-v0 .btn-search-mobile, .header-v0 .action-mobile, .header-v0 .login-mobile-btn, .header-v0 .account-mobile-btn {
        display: block;
        position: relative
    }

    .header-v0 .account-mobile-btn ul li .acc-mobile:after {
        font-family: "FontAwesome";
        content: "\f007";
        font-size: 13px
    }

    .header-v0 .yt-header-top .block-currency, .header-v0 .yt-header-top .language-switcher {
        float: left;
        border-right: 1px solid #ddd
    }

    .header-v0 .yt-header-top .block-currency .jqTransformSelectOpen, .header-v0 .yt-header-top .language-switcher .jqTransformSelectOpen {
        border: 0
    }

    .header-v0 .top-link-account > ul > li > a {
        border: none !important
    }

    .header-v0 .block-action-header .jqTransformSelectWrapper ul {
        left: 0;
        right: auto
    }

    .header-v0 .yt-header-top .language-switcher {
        border-left: 1px solid #ddd
    }

    .header-v0 .yt-header-top .language-switcher .jqTransformSelectWrapper {
        padding-right: 10px
    }

    .header-v0 .yt-header-under {
        position: absolute !important;
        right: 16px;
        width: auto !important;
        top: 17px
    }

    .header-v0 .yt-header-under .mini-cart-header {
        top: 0;
        display: block !important
    }

    .header-v0 .yt-header-under .block-title {
        padding: 0 !important;
        border: none !important;
        background-color: transparent;
        width: 46px;
        height: 45px !important
    }

    .header-v0 .yt-header-under .block-title .btn-toggle {
        border: none !important
    }

    .header-v0 .yt-header-under .block-title .btn-toggle:after {
        margin-top: 7px
    }

    .header-v0 .yt-header-under .block-title .info-mini-cart span {
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        position: absolute;
        width: 18px;
        height: 18px;
        background: #5e92df;
        display:;
        text-align: center;
        line-height: 18px;
        overflow: hidden;
        top: -5px;
        right: 18px;
        color: #fff
    }

    .header-v0 .yt-header-under .block-title .info-mini-cart .price {
        display: none
    }

    .header-v0 .yt-header-top .block-currency {
        margin-left: 0
    }

    .header-v0 .block-action-header.top-link-account.login-link.login-mobile-btn li {
        border-right: 1px solid #ddd;
        height: 36px;
        margin: 0 !important;
        padding-top: 8px
    }

    .header-v0 .action-mobile {
        display: inline-block;
        height: 36px;
        float: right;
        border-right: 1px solid #ddd;
        border-left: 1px solid #ddd
    }

    .header-v0 .action-mobile .block-action-header > ul > li > a {
        width: 46px;
        text-align: center;
        text-indent: 0
    }

    .header-v0 .action-mobile .block-action-header .login-btn {
        padding-right: 3px
    }

    .header-v0 .action-mobile .block-action-header:hover .dropdown-mobile {
        display: block
    }

    .header-v0 .action-mobile .my-account-link > ul > li {
        border-right: 0
    }

    .header-v0 .dropdown-mobile {
        position: absolute;
        top: 35px;
        right: 0;
        width: 170px;
        border: 1px solid #ddd;
        padding: 10px;
        z-index: 100;
        background-color: #fff;
        display: none
    }

    .header-v0 .dropdown-mobile ul li a {
        display: block;
        padding: 4px 0
    }

    .header-v0 .logo-wrapper {
        text-align: center
    }

    .header-v0 .yt-searchbox-vermenu {
        position: absolute;
        top: 0;
        right: 60px;
        width:60%;
    }

    .header-v0 .header-under-2-wrapper {
        height: 47px
    }

    .header-v0 .header-under-2-wrapper .sm-serachbox-pro {
        width: 46px;
        height: 46px;
        position: relative;
        top: -1px;
        z-index: 99;
        margin-right: 46px;
        border-left: 1px solid #2b394d;
        border-right: 1px solid #2b394d;
        background-color: #2b394d
    }

    .header-v0 .header-under-2-wrapper .sm-serachbox-pro:before {
        content: "\f002";
        display: block;
        width: 100%;
        text-align: center;
        line-height: 47px;
        color: #5e92df;
        font-size: 16px;
        font-family: fontawesome
    }

    .header-v0 .header-under-2-wrapper .sm-serachbox-pro .sm-searbox-content {
        display: none
    }

    .header-v0 .header-under-2-wrapper .sm-serachbox-pro .form-search {
        margin-top: 0
    }

    .header-v0 .header-under-2-wrapper .sm-serachbox-pro .form-search .input-search #search {
        width: 277px
    }

    .header-v0 .header-under-2-wrapper .sm-serachbox-pro .sm-searbox-content {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        padding: 3px 3px 3px 5px;
        background-color: #666
    }

    .header-v0 .header-under-2-wrapper .mini-cart-header {
        display: block !important;
        background-color: #525252;
        background-image: none;
        margin-left: 1px;
        width: 47px;
        height: 47px;
        position: relative;
        top: -1px
    }

    .header-v0 .header-under-2-wrapper .mini-cart-header .block-title .btn-toggle:after {
        left: 16px
    }

    .header-v0 .header-under-2-wrapper .mini-cart-header .block-content {
        top: 47px
    }

    .header-v0 .header-under-2-wrapper .header-customer-links {
        display: none
    }

    .header-v0 #yt-responsivemenu .btn.btn-navbar {
        height: 46px !important;
        z-index: 9
    }

    .header-v0 #yt_resmenu_collapse {
        top: 47px
    }

    .header-v0 #yt-responsivemenu .menu-selectbox > select {
        position: absolute;
        z-index: 10;
        height: 48px
    }

    .header-v0 .header-under-2-wrapper .mini-cart-header .block-title .btn-toggle .info-mini-cart, .header-v0 .header-under-2-wrapper .mini-cart-header .block-title .btn-toggle:before {
        display: none
    }

    .header-v5 #yt-responsivemenu .menu-selectbox > select {
        height: 41px
    }

    .header-v5 .sl-header-text, .header-v5 .hot-line, .header-v5 .login-link, .header-v5 .my-account-link, .header-v5 .checkout-link, .header-v5 .ver-megamenu-header {
        display: none
    }

    .header-v5 .btn-search-mobile, .header-v5 .action-mobile, .header-v5 .login-mobile-btn, .header-v5 .account-mobile-btn {
        display: block;
        position: relative
    }

    .header-v5 .login-mobile-btn ul li a:after, .header-v5 .account-mobile-btn ul li a:after {
        display: none
    }

    .header-v5 .yt-header-top .block-currency, .header-v5 .yt-header-top .language-switcher {
        float: left;
        margin-left: -1px
    }

    .header-v5 .yt-header-top .block-currency {
        margin-left: 0
    }

    .header-v5 .action-mobile .block-action-header > ul > li {
        border-right: 1px solid #ddd
    }

    .header-v5 .action-mobile .block-action-header > ul > li > a {
        width: 46px;
        text-align: center;
        text-indent: 5px
    }

    .header-v5 .action-mobile .block-action-header:hover .dropdown-mobile {
        display: block
    }

    .header-v5 .dropdown-mobile {
        position: absolute;
        top: 35px;
        right: 0;
        width: 170px;
        border: 1px solid #ddd;
        padding: 10px;
        z-index: 100;
        background-color: #fff;
        display: none
    }

    .header-v5 .dropdown-mobile ul li a {
        display: block;
        padding: 4px 0
    }

    .header-v5 .yt-menu {
        position: absolute;
        right: 15px;
        top: 0
    }

    .header-v5 .yt-menu .search-pro {
        height: 40px;
        position: absolute;
        right: 0;
        width: 40px;
        background-color: #0288d1
    }

    .header-v5 .yt-menu .search-pro:before {
        content: "\f002";
        font-family: fontawesome;
        font-size: 16px;
        display: block;
        text-align: center;
        line-height: 40px;
        color: #fff
    }

    .header-v5 .yt-menu .search-pro .sm-searbox-content {
        display: none;
        position: absolute;
        right: 0;
        padding: 5px
    }

    .header-v5 .yt-menu .search-pro .sm-searbox-content .form-search {
        margin: 0
    }

    .header-v5 .yt-menu .search-pro:hover .sm-searbox-content {
        display: inline-block;
        background-color: #0288d1
    }

    .header-v5 .yt-header-middle .mini-cart-header {
        position: absolute;
        bottom: -64px;
        right: 56px;
        z-index: 99
    }

    .header-v5 .yt-header-middle .mini-cart-header .block-title {
        background-color: #0288d1;
        background-image: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0
    }

    .header-v5 .yt-header-middle .mini-cart-header .block-content {
        right: -41px
    }

    .logo-wrapper {
        text-align: center
    }
}

@media (max-width: 480px) {
    .header-default .toplinks-setting {
        padding: 0;
        text-align: center
    }

    .header-default .toplinks-setting > div {
        display: inline-block;
        vertical-align: top;
        float: none
    }

    .header-default .toplinks-setting .setting-page {
        margin: 0 5px
    }

    .header-default .logo-w {
        width: 100%;
        text-align: center
    }

    .header-default .car-header-wrapper {
        width: 100%;
        padding-top: 25px
    }

    .header-default .car-header-wrapper .header-cart {
        float: none
    }

    .header-default .car-header-wrapper .header-cart .mini-cartpro {
        text-align: center
    }

    .header-default .car-header-wrapper .header-cart .mini-cartpro .block-title {
        display: inline-block;
        text-align: left
    }

    .header-default .car-header-wrapper .header-cart .mini-cartpro .block-content {
        left: 50%;
        right: auto;
        margin-left: -159px
    }

    .header-default .links-top .account-link, .header-default .setting-page .btn-setting {
        padding: 0 24px 0 7px
    }

    .header-default .links-top .account-link a:before, .header-default .setting-page .btn-setting a:before {
        background: 0
    }

    .header-default .links-top .account-link a:after, .header-default .setting-page .btn-setting a:after {
        right: 8px
    }

    .header-default .dropdown-block {
        text-align: left
    }

    .header-style-1 .search-header {
        right: 65px
    }

    .header-style-1 .search-header .form-search #search {
        width: 188px
    }

    .header-style-1 .block-content {
        right: -14px
    }

    .header-style-1 .yt-header-top .info-header li {
        margin: 0 10px !important
    }

    .header-style-2 .search-header .form-search #search {
        width: 188px
    }

    .header-v3 .sm-serachbox-pro .form-search .cat-wrapper {
        display: none
    }

    .header-v3 .sm-serachbox-pro .form-search .input-search {
        margin-left: 0
    }

    .header-v3 .sm-serachbox-pro .form-search .input-search #search {
        width: 270px;
        margin-top: 0;
        height: 30px
    }

    .header-v0 .header-under-2-wrapper .sm-serachbox-pro .form-search .cat-wrapper {
        display: none
    }

    .header-v0 .header-under-2-wrapper .sm-serachbox-pro .form-search .input-search {
        margin-left: 0
    }

    .header-v0 .header-under-2-wrapper .sm-serachbox-pro .form-search .input-search #search {
        width: 233px
    }

    .header-v0 .header-under-2-wrapper .mini-cart-header .block-content {
        width: 290px
    }

    .header-v5 .yt-header-middle .mini-cart-header .block-content {
        width: 290px
    }

    .header-v5 .yt-header-under .sm-serachbox-pro .cat-wrapper {
        display: none
    }

    .header-v5 .yt-header-under .sm-serachbox-pro .form-search .input-search {
        margin-left: 0
    }

    .header-v5 .yt-header-under .sm-serachbox-pro .form-search .input-search #search {
        width: 280px
    }
}

@media (max-width: 320px) {
    .yt-header-under .mini-cart-header .block-content {
        width: 290px !important
    }

    .header-v3 .sm-serachbox-pro .form-search .input-search #search {
        width: 220px !important
    }
}

.clearfix:after, .configurable-swatch-list:after, .product-view .product-options .swatch-attr:after {
    content: '';
    display: table;
    clear: both
}

.swatch-link, .swatch-label {
    display: block;
    text-transform: uppercase
}

.swatch-link {
    border: 1px solid #ccc;
    margin: 0 0 3px
}

.swatch-link:hover {
    cursor: pointer;
    text-decoration: none
}

.swatch-link .x {
    display: none;
    text-indent: -999em;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(/skin/frontend/sm-shoppystore/default/images/bg_x.png) center no-repeat transparent;
    z-index: 10
}

.swatch-link.has-image .swatch-label {
    position: relative
}

.swatch-link.has-image img {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #fff
}

.configurable-swatch-list {
    clear: both
}

.configurable-swatch-list .not-available .x {
    display: block
}

.configurable-swatch-list .not-available .swatch-link {
    border-color: #ededed;
    position: relative
}

.configurable-swatch-list .not-available .swatch-link.has-image img {
    opacity: .4
}

.configurable-swatch-list .not-available .swatch-label {
    color: #aaa;
    background: #fff
}

.configurable-swatch-list .wide-swatch .swatch-label {
    padding: 0 6px
}

.configurable-swatch-list .not-available a:focus {
    outline: 0
}

#narrow-by-list dd .swatch-link {
    border: 0;
    line-height: 25px;
    margin-right: 2px;
    text-align: left
}

#narrow-by-list dd .swatch-link.has-image {
    line-height: inherit
}

#narrow-by-list dd .swatch-label {
    display: block;
    float: left;
    line-height: 1.5em;
    margin: 0 5px 0 0;
    padding: 1px 5px;
    white-space: nowrap;
    border: 1px solid #ddd
}

#narrow-by-list dd .configurable-swatch-list li a:hover .swatch-label {
    border-color: #39c
}

#narrow-by-list dd .has-image .swatch-label {
    padding: 0
}

@media only screen and (max-width: 770px) {
    #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
        clear: left
    }
}

.currently .swatch-current {
    position: relative
}

.currently .swatch-current .btn-remove {
    margin-top: -10px;
    position: absolute;
    right: 0;
    top: 50%
}

.currently .swatch-current span {
    display: block;
    float: left
}

.currently .swatch-link {
    display: inline-block;
    margin: 0 0 0 3px
}

.currently .swatch-link:hover {
    border-color: #ccc;
    cursor: default
}

.configurable-swatch-list .hover .swatch-link, .configurable-swatch-list .selected .swatch-link, .swatch-link:hover {
    border-color: #39c
}

.configurable-swatch-box {
    background: none !important
}

.configurable-swatch-box select.swatch-select {
    display: none
}

.configurable-swatch-box .validation-advice {
    margin: 0 0 5px;
    background: #df280a;
    padding: 2px 5px !important;
    font-weight: bold;
    color: #fff !important;
    float: left;
    display: block;
    border-radius: 3px
}

.configurable-swatch-list li {
    display: inline-block
}

.configurable-swatch-list li .swatch-label {
    text-align: center
}

.product-image .configurable-swatch-list {
    text-align: center
}

#narrow-by-list .configurable-swatch-list li {
    width: 33%;
    float: left
}

.configurable-swatch-list li a {
    padding-left: 0 !important
}

.configurable-swatch-list li a:before {
    display: none
}

#layered-navigation #narrow-by-list dd .configurable-swatch-list li a:hover:after, #layered-navigation #narrow-by-list dd .configurable-swatch-list li a.checked:after {
    display: none
}

.products-grid .product-image .hidden {
    display: none !important
}

.products-grid .configurable-swatch-list {
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    z-index: 10
}

.yt-product-detail .product-options .option-config {
    margin-left: 0;
    margin-right: 0
}

.product-image-gallery img {
    display: none !important
}

.btn-cart.out-of-stock {
    background-color: #e0e0e0 !important;
    border-color: #e0e0e0 !important
}

.btn-cart.out-of-stock:hover {
    background-color: #e0e0e0 !important;
    border-color: #e0e0e0 !important;
    color: #666 !important
}

.btn-cart.out-of-stock:hover:before {
    background-position: right center
}

.configurable-swatch-list li:before {
    display: none !important
}

.configurable-swatch-list li:hover a:before {
    background: none !important
}

.layer-noshopby .configurable-swatch-list {
    padding-bottom: 30px
}

.products-list .item-image .configurable-swatch-list {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%
}

.swatch-attr {
    padding: 0 15px
}

dd.swatch-attr {
    margin-bottom: 5px !important
}

.swatch-attr.last {
    margin-bottom: 10px !important
}

.toolbar .view-mode-wrap .view-mode .list {
    background-image: url(/skin/frontend/sm-shoppystore/default/images/blue/listing-btn.png)
}

.toolbar .view-mode-wrap .view-mode .grid {
    background-image: url(/skin/frontend/sm-shoppystore/default/images/blue/grid-btn.png)
}

.header-v0 .yt-header-middle .mini-cart-header .block-title .btn-toggle:after {
    font-family: FontAwesome;
    content: "\f07a";
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 9px;
    color: #5e92df
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
        max-width: 1200px !important
    }

    .footer-bottom {
        line-height: 52px
    }

    .header-v3 .rw-url .sm_megamenu_dropdown_2columns {
        left: -15px
    }

    .blog-bottomv3, .client-say-bottom {
        width: 37.5% !important
    }

    .catalog-category-view .toolbar .sort-by-wrap {
        margin-left: 202px
    }

    .upsell-product-wrapper .block-title-default {
        margin-bottom: 0
    }

    .catalog-category-view .info-wrapper-blog .postContent {
        text-align: justify
    }

    .cmspage1.cms-index-index .slider-brand-bottom-wrapper .owl-carousel .owl-wrapper-outer {
        height: 80px
    }

    .sn-put1 {
        padding-right: 50px
    }

    .sn-put2 {
        padding-right: 10px
    }

    .sn-put5 {
        padding-left: 40px
    }

    .sn-put4 {
        padding-left: 10px
    }

    .super-cat-wrapper-h5.super-cat-wrapper-h5-2 {
        margin-right: -30px;
        margin-left: 0
    }

    .super-cat-wrapper-h5 {
        margin-left: -30px
    }

    .latest-blog .item-blog .img-blog img {
        height: 140px;
        width: 230px;
        text-align: center
    }

    .cmspage1 .sj-listing-tabs .ltabs-items-container .ltabs-items-selected {
        margin-left: -30px
    }

    .yt-megamenu.no-padding-l {
        margin-left: -7px
    }

    .yt-header-under .yt-menu {
        margin-left: -70px;
        margin-top: -10px
    }

    .search-pro.no-padding-l {
        margin-left: -7px;
        padding-right: 10px
    }

    #yt_header .header-v0 .yt-header-under.menu-on-top {
        position: fixed;
        top: 0;
        z-index: 999;
        background-color: #fff !important
    }

    #yt_header .header-v0 .yt-header-under.menu-on-top .sm_megamenu_wrapper_horizontal_menu.css_effect .sm_megamenu_lv1 > div {
        top: 35px !important
    }

    #yt_header .header-v0 .yt-header-under.menu-on-top .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li a.sm_megamenu_head {
        color: #444 !important
    }

    #yt_header .header-v0 .yt-header-under.menu-on-top .yt-header-under .sm_megamenu_wrapper_horizontal_menu.css_effect .sm_megamenu_lv1 > div {
        display: none
    }

    #yt_header .header-v0 .yt-header-under.menu-on-top .yt-menu {
        padding: 0 !important
    }

    #yt_header .header-v0 .yt-header-under.menu-on-top .item-icon {
        display: none !important
    }

    #yt_header .header-v0.header-v2 .yt-header-under.menu-on-top .yt-menu {
        padding-left: 20% !important
    }

    #yt_header .header-v0.header-v2 .yt-header-under.menu-on-top .yt-searchpro {
        display: none
    }

    #yt_header .header-v3 .yt-header-under.menu-on-top {
        position: fixed;
        top: 0;
        height: 50px;
        z-index: 999;
        background-color: #323a45
    }

    #yt_header .header-v3 .yt-header-under.menu-on-top .mini-cart-headerv3 {
        display: none
    }

    #yt_header .header-v3 .yt-header-under.menu-on-top .yt-menu {
        margin-top: 10px !important;
        border-radius: 0;
        padding-left: 25% !important
    }

    #yt_header .header-v3 .yt-header-under.menu-on-top .sm_megamenu_wrapper_horizontal_menu.css_effect .sm_megamenu_lv1 > div {
        top: 40px !important
    }

    #yt_header .header-v3 .yt-header-under.menu-on-top .item-icon {
        display: none !important
    }

    #yt_header .header-v3 .yt-header-under.menu-on-top .sm-serachbox-pro .form-search {
        margin-right: 0
    }

    #yt_header .header-v3 .yt-header-under.menu-on-top .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:first-child > a {
        border-radius: 0
    }

    #yt_header .header-v0 .yt-header-under.menu-on-top {
        position: fixed;
        top: 0;
        left: 0;
        background-color: #5e92df;
        z-index: 999
    }

    #yt_header .header-v0 .yt-header-under.menu-on-top .yt-menu {
        padding: 0 15px;
        max-width: 1200px;
        margin: 0 auto
    }

    #yt_header .header-v0 .yt-header-under.menu-on-top .item-icon {
        display: none !important
    }

    #yt_header .header-v0 .yt-header-under.menu-on-top .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li a.sm_megamenu_head {
        color: #fff
    }

    .mobile-item-parent > div {
        width: 630px !important
    }

    .mobile-item-parent > div .border-column {
        padding-left: 30px !important;
        width: 31% !important
    }

    .mobile-item-parent > div .img-st-h {
        padding-left: 25px !important
    }

    .electronic-item-parent > div {
        width: 630px !important
    }

    .electronic-item-parent > div .border-column {
        padding-left: 30px !important;
        width: 31% !important
    }

    .electronic-item-parent > div .border-last {
        border: none !important
    }

    .electronic-item-parent > div .accessories-electronic {
        width: 34% !important
    }

    .electronic-item-parent > div .img-st-h {
        padding-left: 25px !important
    }

    .clear-block {
        clear: both
    }

    .padding-top {
        padding-top: 20px
    }

    .static-home-2 > ul > li.col-s-1 {
        width: 25.64%
    }

    .static-home-2 > ul > li.col-s-2 {
        width: 34.188%
    }

    .static-home-2 > ul > li.col-s-3 {
        width: 17.09%
    }

    .static-home-2 > ul > li.col-s-4 {
        width: 23.082%
    }

    .header-default.header-v2 .sm-serachbox-pro .form-search {
        width: 95%
    }

    .header-default.header-v2 .sm-serachbox-pro .form-search .input-search #search {
        width: 100%
    }

    .header-default.header-v2 .sm-serachbox-pro .form-search .cat-wrapper {
        width: 142px
    }

    .header-default.header-v2 .sm-serachbox-pro .form-search .cat-wrapper span {
        text-align: center;
        width: 111px !important
    }

    .header-default.header-v2 .sm-serachbox-pro .form-search .input-search {
        margin-left: 142px
    }

    .yt-footer-wrap .footer-top {
        min-height: 115px;
        padding: 32px 0 0
    }

    .yt-footer-wrap .footer-top .validation-advice {
        color: #f44336;
        margin-bottom: 5px
    }

    .yt-footer-wrap .footer-top .socials-wrap {
        height: 70px;
        margin-top: -12px;
        margin-right: -15px
    }

    .yt-footer-wrap .footer-top .socials-wrap ul li a {
        height: 70px;
        line-height: 70px
    }

    .yt-footer-wrap .footer-top .block-subscribe-footer .title-block {
        margin-left: 5px
    }

    .quickview-main .product-img-box .more-views {
        top: 14px
    }

    .quickview-main .product-img-box .wrap-jCarouselLite {
        height: 326px;
        overflow: hidden
    }

    .quickview-main .product-img-box .popup-btn {
        display: none !important
    }

    .latest-blog .block-content {
        margin: -20px -19px 0
    }

    .block-image-static {
        margin-bottom: 0
    }

    .cmspage3 .list-services {
        margin-left: -15px;
        margin-right: -15px
    }

    .cmspage3 .list-services li {
        margin-bottom: 30px
    }

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

    .banner-right li {
        margin-bottom: 10px
    }

    .client-wrapper-b {
        position: relative;
        top: -10px
    }

    .cmspage2 .sj-listing-tabs .respl-item .item-inner .add-info {
        margin: 0 30px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .customNavigation .button-default {
        transform: scale(1) !important;
        -webkit-transform: scale(1) !important;
        -moz-transform: scale(1) !important;
        -ms-transform: scale(1) !important
    }

    .cmspage1.sm_shoppy .col-md-3 {
        width: 25%
    }

    .cmspage2 .w-deal-res .respl-item .item-inner .item-info {
        padding: 20px 10px 15px
    }

    .cmspage2 .sm_megamenu_wrapper_vertical_menu.css_effect .sm_megamenu_lv1:hover > div {
        left: 260px
    }

    .cmspage2 .header-v0.header-v2 .yt-header-middle .mini-cart-header .block-title .btn-toggle {
        font-size: 12px
    }

    .header-v0.header-v2 .yt-searchpro .sm-serachbox-pro .form-search {
        bottom: -56px
    }

    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li > a {
        height: 37.7px
    }

    .header-v0 .yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li a.sm_megamenu_head {
        padding: 0 10px
    }

    .super-cat-wrapper .respl-item .item-inner {
        border: 1px solid #ddd
    }

    .super-cat-wrapper .border-cat {
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none
    }

    .catalog-category-view .info-wrapper-blog .postContent {
        text-align: justify
    }

    .sn-text {
        overflow: hidden
    }

    .col-2-wrapper #yt_left, .col-2-wrapper #yt_right {
        width: 30% !important
    }

    .col-2-wrapper #yt_main {
        width: 70% !important
    }

    .header-v0 .yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:first-child a.sm_megamenu_head, .header-v0 .yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li a.sm_megamenu_head {
        font-size: 12px
    }

    .header-v0.header-v3 .header-under-2-wrapper .mini-cart-headerv3 .block-title {
        font-size: 12px
    }

    .header-v3 .rw-url .sm_megamenu_dropdown_2columns {
        left: -15px
    }

    .cmspage2 .bannerhomev2 .img-banner1, .cmspage2 .bannerhomev2 .img-banner2 {
        width: 31%;
        margin-right: 1%
    }

    .cmspage2 .bannerhomev2 .img-banner3 {
        width: 36%
    }

    .cmspage2 .col-2-wrapper1 #yt_left {
        width: 30%
    }

    .cmspage2 .col-2-wrapper1 #yt_main {
        width: 70%
    }

    .cmspage2 .blog-v2 .latest-blogs .block-title strong .sn-view {
        background: #ddd;
        padding-left: 10px
    }

    .cmspage2 .blog-v2 .latest-blogs .block-title strong span {
        padding-right: 10px;
        background: #ddd
    }

    .cmspage3 .sm_megamenu_wrapper_vertical_menu.css_effect .sm_megamenu_lv1:hover > div {
        left: 212px !important;
        box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15) !important
    }

    .cmspage3 .super-cat-wrapper .respl-item .item-inner {
        border: 0;
        border-right: 1px solid #ddd
    }

    .cmspage3 .sub-super-category.sub-super-categoryv2-2 {
        float: right
    }

    .cmspage3 .sub-super-category.sub-super-categoryv2-2 .sub-wrapper-cat {
        width: auto
    }

    .cmspage3 .client-say-bottom {
        padding-top: 0
    }

    .cmspage3 .blog-bottomv-3, .cmspage3 .client-wrapper-b {
        min-height: 480px
    }

    .cmspage1.cms-index-index .home-top-center2, .cmspage1.cms-index-index .search-pro, .cmspage1.cms-index-index #yt_main {
        width: 70% !important
    }

    .catalog-category-view .vertical-mega, .catalog-category-view #yt_left {
        width: 30% !important
    }

    .catalog-category-view .search-pro, .catalog-category-view #yt_main {
        width: 70% !important
    }

    .cmspage1 .img-banner3 {
        display: none
    }

    .cmspage1 .sn-text > span {
        white-space: nowrap
    }

    .cmspage1 .latest-blogs {
        margin-bottom: 15px
    }

    .cmspage1 .home-top-wrap .home-top-center {
        width: 70%;
        padding-right: 15px
    }

    .cmspage1 .home-top-center2 .img-banner1 {
        float: left;
        margin-right: 0
    }

    .cmspage1 .home-top-center2 .img-banner1 {
        float: right
    }

    .cmspage1 .latest-blog .blog-info .postContent {
        height: 25px
    }

    .cmspage1 .latest-blog .blog-info .postTitle h2 a {
        white-space: nowrap
    }

    .cmspage1 .sn10, .cmspage1 .sn9, .cmspage1 .sn11, .cmspage1 .sn12, .cmspage1 .sn13 {
        display: none
    }

    .cmspage1 .sj-listing-tabs .ltabs-items-container .ltabs-items {
        margin-left: -30px
    }

    .cmspage1 .sj-listing-tabs .ltabs-items-container.show-slider .ltabs-items .ltabs-item {
        padding-left: 15px
    }

    .cmspage1 .super-category-block .super-cat-wrapper .respl-item .item-inner {
        margin-right: -1px
    }

    .block-layered-nav .filter-wrapp .txt-price-shopby {
        width: 65px
    }

    .home-wrapper-item .color-block ul li a {
        width: 35px;
        height: 35px
    }

    .mobile-item-parent > div {
        width: 630px !important
    }

    .mobile-item-parent > div .border-column {
        padding-left: 30px !important;
        width: 31% !important
    }

    .mobile-item-parent > div .img-st-h {
        padding-left: 25px !important
    }

    .electronic-item-parent > div {
        width: 630px !important
    }

    .electronic-item-parent > div .border-column {
        padding-left: 30px !important;
        width: 31% !important
    }

    .electronic-item-parent > div .border-last {
        border: none !important
    }

    .electronic-item-parent > div .accessories-electronic {
        width: 34% !important
    }

    .electronic-item-parent > div .img-st-h {
        padding-left: 25px !important
    }

    .clear-block {
        clear: both
    }

    .padding-top {
        padding-top: 20px
    }

    .latest-blog .block-content {
        margin: -20px -19px 0
    }

    .sm_megamenu_wrapper_vertical_menu.css_effect .sm_megamenu_lv1:hover > div {
        left: 259px
    }

    .home-wrapper-item .color-block {
        padding-left: 10px
    }

    .yt-footer-wrap .footer-top {
        min-height: 70px
    }

    .yt-footer-wrap .footer-top .validation-advice {
        color: #f44336;
        margin-bottom: 5px
    }

    .yt-footer-wrap .footer-top .socials-wrap {
        height: 70px;
        margin-top: -12px;
        margin-right: -15px
    }

    .yt-footer-wrap .footer-top .socials-wrap ul li a {
        height: 70px;
        line-height: 70px
    }

    .yt-footer-wrap .footer-top .block-subscribe-footer .title-block {
        margin-left: 5px
    }

    .yt-footer-wrap .footer-top .block-subscribe-footer .block-content .input-box #newsletter {
        width: 330px
    }

    .yt-footer-wrap .footer-middle .content-block-footer .payment-method li {
        margin-right: 0
    }

    .products-list .respl-item-list .w-image-box .item-image .sm_quickview_handler {
        display: none !important
    }

    .product-img-box .wrap-jCarouselLite {
        height: 326px;
        overflow: hidden
    }

    .yt-product-detail .related-col-3 {
        width: 30% !important
    }

    .yt-product-detail .tab-col-9 {
        width: 70% !important
    }

    .yt-product-detail .resp-tabs-list li a {
        padding: 6px 15px
    }

    .yt-product-detail .product-img-box .more-views {
        top: 14px
    }

    .minimal-price-link {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .cmspage1 .deal-home-df .respl-item .item-inner .item-info .item-review {
        height: 26px;
        padding-top: 5px
    }

    .home-top-wrap .home-top-center {
        width: 70%
    }

    .home-top-wrap .home-top-right {
        width: 30%
    }

    .upsell-product-wrapper .block-title-default {
        margin-bottom: 0
    }

    .cmspage2 .sj-listing-tabs .respl-item .item-inner .add-info {
        margin: 0 5px
    }

    .our-member .respl-item .w-image-box {
        float: none;
        width: 50%
    }

    .our-member .respl-item .info-member {
        margin-left: 0;
        margin-top: 15px
    }

    .w-deal-res .owl-theme .owl-controls {
        margin-top: -5px
    }

    .w-deal-res .respl-item .item-inner .item-info .item-review {
        margin: 0
    }

    .home-top-center2 .img-effect {
        width: 49%
    }

    .home-top-wrap .home-top-center2 .img-banner1 {
        float: left;
        margin-right: 2%
    }

    .cmspage1 .latest-blogs {
        margin-top: 0;
        margin-bottom: 30px
    }

    .img-banner3 {
        display: none
    }

    .yt-footer-wrap .footer-bottom-sevicer .sn-sevirce {
        width: 33%
    }

    .yt-footer-wrap .footer-bottom-sevicer .sn-sevirce.sn-put4 {
        width: 50%
    }

    .yt-footer-wrap .footer-bottom-sevicer .sn-sevirce.sn-put5 {
        width: 50%
    }

    .yt-footer-wrap .footer-middle .sn-middle {
        width: 33%
    }

    .no-padding {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .customNavigation .button-default {
        transform: scale(1) !important;
        -webkit-transform: scale(1) !important;
        -moz-transform: scale(1) !important;
        -ms-transform: scale(1) !important
    }

    .cmspage1 .w-deal-res .respl-item .item-inner {
        padding-bottom: 0
    }

    .cmspage1 .postContent {
        text-align: justify
    }

    .blog-bottomv3 {
        clear: both;
        padding-top: 40px
    }

    .client-say-bottom {
        padding-top: 0
    }

    .sub-super-category .sub-wrapper-cat {
        width: auto
    }

    .sub-super-category .sub-wrapper-cat img {
        width: 100%
    }

    .cmspage1 .basic2 {
        display: none
    }

    .cmspage1 .sn7, .cmspage1 .sn8, .cmspage1 .sn9, .cmspage1 .sn10, .cmspage1 .sn11, .cmspage1 .sn12, .cmspage1 .sn13 {
        display: none
    }

    .cmspage1 .ltabs-items .owl-carousel .owl-stage-outer {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd
    }

    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li.parent-child > a:before {
        display: none
    }

    .mega-left-title, .sm_megamenu_wrapper_vertical_menu {
        display: none
    }

    .sm_megamenu_wrapper_vertical_menu.css_effect .sm_megamenu_lv1 > div {
        display: none !important
    }

    .sm_megamenu_wrapper_vertical_menu ul {
        display: inline-block;
        width: 100%
    }

    .sm_megamenu_wrapper_vertical_menu ul > li {
        width: 50%;
        float: left
    }

    .latest-blog .block-content {
        margin-left: -10px;
        margin-right: -10px
    }

    .latest-blog .owl-item .item-blog {
        padding: 0 15px
    }

    .latest-blog .owl-item .item-blog .blog-info {
        padding-left: 0;
        padding-right: 0;
        padding-top: 10px
    }

    .latest-blog .owl-item .item-blog .blog-info .postTitle h2 a {
        line-height: 21px
    }

    .block-brand .brand-wrapper ul li {
        width: 25%
    }

    .yt-footer-wrap .footer-top .socials-wrap {
        margin-bottom: 10px
    }

    .yt-footer-wrap .footer-top .socials-wrap ul li a {
        margin: 0 15px
    }

    .yt-footer-wrap .footer-middle .col-footer {
        padding: 5px 0 10px
    }

    .yt-footer-wrap .footer-top {
        padding-bottom: 12px
    }

    .yt-footer-wrap .footer-top .validation-advice {
        color: #f44336
    }

    .yt-footer-wrap .footer-top .block-subscribe-footer .block-content .input-box #newsletter {
        width: 220px
    }

    .cmspage3 .banner-right ul {
        margin: 0 -15px
    }

    .cmspage3 .banner-right ul li {
        padding: 0 15px;
        margin-bottom: 30px;
        float: left;
        width: 33.33%
    }

    .cmspage3 .banner-right ul li img {
        width: 100%
    }

    .cmspage3 .list-services {
        margin: 0 -15px
    }

    .cmspage3 .list-services li {
        margin-bottom: 30px
    }

    .cmspage3 .yt-main-left {
        clear: both
    }

    .cmspage3 .static-image-home-right {
        margin-bottom: 30px
    }

    .cmspage2 .bannerhomev2 .img-effect {
        width: 50%;
        float: left
    }

    .cmspage2 .yt-left-wrap .sn-lettter {
        background: url(/skin/frontend/sm-shoppystore/default/images/letter1.png) no-repeat center center
    }

    .cmspage2 .yt-left-wrap .sn-lettter input.input-text {
        width: 100% !important
    }

    .cmspage2 .w-deal-res {
        border: none !important
    }

    .cmspage2 .w-deal-res .respl-item .item-inner {
        border: 1px solid #ddd
    }

    .cmspage2 .tami-v2 .client-say .item-client-say .client-comment {
        padding: 0 2% !important
    }

    .cmspage2 .blog-v2 .latest-blogs {
        padding-left: 5%
    }

    .products-list .respl-item-list .w-image-box .item-image .sm_quickview_handler, .respl-item .item-inner .btn-pd.sm_quickview_handler {
        display: none !important
    }

    .respl-item .item-inner .btn-pd {
        right: 7px !important
    }

    .yt-product-detail .product-img-box .more-views {
        top: 49px
    }

    .yt-product-detail .product-img-box .wrap-jCarouselLite {
        height: 326px;
        overflow: hidden
    }

    .yt-product-detail .yt-detail-right {
        clear: both
    }

    .yt-product-detail .resp-tabs-list li a {
        padding: 6px 20px
    }

    .cmspage2 .yt-content .blog-testimino {
        overflow-x: hidden !important
    }

    .wrapper_404page .content-404page {
        float: none;
        margin-left: auto;
        margin-right: auto
    }

    .blog-bottomv3 .latest-blog-bottom .blog-info {
        min-height: 110px
    }

    .img-right-404 {
        text-align: center;
        margin-top: 30px
    }

    .cmspage3 .prev-super-cat-146, .prev-super-cat-142 {
        right: -4px
    }

    .cms-home-v3 .deal-wrapper .custom-nav-default .prev-deal {
        margin-right: -2px
    }

    .header-v0 .header-under-2-wrapper {
        background: #fff;
        border-color: #ddd
    }

    .sn-blog {
        margin: 0
    }
}

@media (max-width: 767px) {
    /*Bowen*/
    .searchautocomplete .form-search {
        float: right;
        line-height: 50px;
        width: 100%;
        margin-top: -3px;
    }
    .cmspage2 .sj-listing-tabs .respl-item .item-inner .add-info {
        margin: 0 5px
    }

    .home-top-wrap .home-top-center {
        width: 100%;
        padding-right: 15px
    }

    .home-top-wrap .home-top-right {
        width: 100%;
        padding-left: 15px
    }

    .home-top-wrap .home-top-center2 .img-banner1 {
        margin: 0
    }

    .home-top-wrap .home-top-center2 .img-banner1 img {
        width: 100%
    }

    .our-member .respl-item .w-image-box {
        float: none;
        width: 50%
    }

    .our-member .respl-item .info-member {
        margin-left: 0;
        margin-top: 15px
    }

    .header-v0 .header-under-2-wrapper {
        background: #fff;
        border-color: #ddd
    }

    .home-top-center2 .img-effect {
        width: 50%;
        float: left
    }

    .home-top-center2 .img-banner1 {
        padding-right: 2px
    }

    .home-top-center2 .img-banner2 {
        padding-left: 2px
    }

    .img-class img {
        width: 100%
    }

    .img-content-home1 {
        padding-bottom: 5px
    }

    .home-top-wrap .home-top-center2 .img-banner3 {
        display: none
    }

    .yt-footer-wrap .footer-middle .sn-middle {
        width: 100%
    }

    .yt-footer-wrap .footer-bottom-sevicer .sn-sevirce {
        width: 100%
    }

    .upsell-product-wrapper .upsell-wrapper-slider {
        margin-top: 20px
    }

    #cpanel_wrapper {
        display: none
    }

    .yt-footer-wrap .footer-top .block-subscribe-footer .title-block {
        float: none
    }

    .yt-footer-wrap .footer-top .block-subscribe-footer .block-content .input-box #newsletter {
        width: 180px
    }

    .yt-footer-wrap .footer-top .block-subscribe-footer .title-block h2 {
        text-align: center;
        margin: 0
    }

    .no-padding {
        padding-left: 15px;
        padding-right: 15px
    }

    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li.parent-child > a:before {
        display: none
    }

    .mega-left-title, .sm_megamenu_wrapper_vertical_menu {
        display: none
    }

    .list-services li {
        margin-bottom: 20px
    }

    .deal-wrapper .block-title-default {
        margin-bottom: 0
    }

    .sm_megamenu_wrapper_vertical_menu.css_effect .sm_megamenu_lv1 > div {
        display: none !important
    }

    .super-cat-wrapper {
        margin-top: 10px
    }

    .super-cat-wrapper .respl-item .item-inner {
        border: 1px solid #ddd
    }

    .super-cat-wrapper .border-cat {
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none
    }

    .ltabs-tabs-wrap {
        margin: 10px 0
    }

    .imgleft.img-effect {
        margin-bottom: 20px
    }

    .products-list .respl-item-list .item-inner {
        border: none !important
    }

    .respl-item .item-inner .add-to-links a {
        opacity: 1;
        visibility: visible
    }

    .super-category-block .category-wrap-cat {
        height: 34px;
        position: relative;
        right: -1px;
        top: 13px !important;
        width: 35px;
        cursor: pointer
    }

    .super-category-block .category-wrap-cat:hover {
        background-color: #444
    }

    .super-category-block .category-wrap-cat > ul {
        display: none;
        position: absolute;
        width: 150px;
        border: 1px solid #ddd;
        background-color: #fff;
        padding: 10px 0;
        top: 34px;
        right: 0;
        z-index: 99
    }

    .super-category-block .category-wrap-cat > ul li {
        display: block;
        float: none
    }

    .super-category-block .category-wrap-cat > ul li a {
        display: block;
        border: 0;
        padding: 4px 10px
    }

    .super-category-block .category-wrap-cat:hover > ul {
        display: block
    }

    .yt-footer-wrap .footer-top .block-subscribe-footer .title-block {
        background: 0;
        padding: 0;
        margin-bottom: 10px
    }

    .yt-footer-wrap .footer-top .block-subscribe-footer {
        text-align: center;
        padding-top: 10px
    }

    .yt-footer-wrap .footer-top .block-subscribe-footer .block-content {
        float: none
    }

    .yt-footer-wrap .footer-top .block-subscribe-footer .validation-advice {
        width: 270px
    }

    .yt-footer-wrap .footer-middle .col-footer {
        padding: 15px 0
    }

    .cmspage2 .yt-content .blog-testimino {
        overflow-x: hidden !important
    }

    .cmspage2 .home-banner-wrap .bannerhomev2 {
        margin-top: 0
    }

    .cmspage2 .yt-left-wrap .sn-lettter {
        background: url(/skin/frontend/sm-shoppystore/default/images/letter1.png) no-repeat center center
    }

    .cmspage2 .yt-left-wrap .sn-lettter input.input-text {
        width: 100% !important
    }

    .respl-item .item-inner .btn-pd {
        right: 7px !important
    }

    .products-list .respl-item-list .w-image-box .item-image .sm_quickview_handler, .respl-item .item-inner .btn-pd.sm_quickview_handler {
        display: none !important
    }

    .toolbar .pagination-wrap {
        display: none
    }

    .toolbar-bottom .toolbar .sort-by-wrap, .toolbar-bottom .toolbar .limiter-wrap {
        display: none
    }

    .toolbar-bottom .toolbar .pagination-wrap {
        display: block
    }

    .sm_quickview_handler {
        display: none !important
    }

    .yt-product-detail .yt-detail-right {
        padding-top: 20px;
        clear: both
    }

    .upsell-product-wrapper .block-title-default {
        margin-bottom: 0
    }

    .cart-collaterals {
        clear: both
    }

    .a-right {
        text-align: center
    }

    .description .inner {
        min-width: 200px
    }

    .my-wishlist .buttons-set .button {
        float: right
    }

    .my-account .data-table#my-orders-table .item-options > dt {
        clear: none;
        float: none;
        margin-right: 0
    }

    .new-users {
        margin-bottom: 20px
    }

    .new-users .cus-wrapper-login {
        min-height: inherit
    }

    .content-about-us .des-about-us {
        clear: both;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 15px 0 20px
    }

    .contact-map-wrap .contact-des {
        padding-bottom: 15px
    }

    .yt-footer-wrap .footer-top {
        padding-bottom: 12px
    }

    .yt-footer-wrap .footer-top .validation-advice {
        max-width: 270px
    }

    .wrapper_404page .content-404page {
        float: none;
        margin-left: auto;
        margin-right: auto
    }

    .wrapper_404page .content-404page .button-404 {
        padding-bottom: 30px
    }

    .img-right-404 {
        display: none
    }

    .cms-home-v3 .yt-slideshow {
        margin-bottom: 30px
    }

    .cms-home-v3 .img-banner-v3 {
        margin-bottom: 30px
    }

    .payment {
        display: inline-block;
        text-align: center
    }

    .block-account {
        margin-bottom: 20px
    }

    .my-account {
        padding: 20px;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
    }

    .block-account {
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        border: 0
    }

    .yt-footer-wrap .footer-bottom .payment-method {
        float: none
    }

    .header-v0.header-v3 .yt-header-top .block-action-header .jqTransformSelectWrapper ul {
        left: 0
    }

    .my-account .col2-set .col-1, .account-login .col2-set .col-1 {
        width: 100%
    }

    .my-account .col2-set .col-2, .account-login .col2-set .col-2 {
        width: 100%;
        padding-left: 0
    }

    .info-wrapper-blog {
        margin-left: 0
    }

    .info-wrapper-blog .postContent {
        text-align: justify
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    /*Bowen*/
    .searchautocomplete .form-search {
        float: right;
        line-height: 50px;
        width: 100%;
        margin-top: -3px;
    }
    .static-home-2 > ul > li.col-s-1 {
        width: 25.64%
    }

    .img-blog-list {
        float: none;
        margin-bottom: 20px
    }

    .cmspage1 .sn6, .cmspage1 .sn7, .cmspage1 .sn8, .cmspage1 .sn9, .cmspage1 .sn10 {
        display: none
    }

    .cmspage3 .img-effect {
        display: block
    }

    .super-category-block .category-wrap-cat {
        right: 70px;
        top: 13px
    }

    .sm_megamenu_wrapper_vertical_menu ul {
        display: inline-block;
        width: 100%
    }

    .sm_megamenu_wrapper_vertical_menu ul > li {
        width: 50%;
        float: left
    }

    .block-brand .brand-wrapper ul li {
        width: 25%
    }

    .latest-blog .block-content {
        margin-left: -15px;
        margin-right: -15px
    }

    .latest-blog .owl-item .item-blog {
        padding: 0 15px
    }

    .latest-blog .owl-item .item-blog .blog-info {
        padding-left: 0;
        padding-right: 0;
        padding-top: 10px
    }

    .latest-blog .owl-item .item-blog .blog-info .postTitle h2 a {
        line-height: 21px
    }

    .cmspage1 .img-effect {
        display: block
    }

    .cmspage1 .super-category-block .super-cat-wrapper .respl-item {
        padding-right: 5px
    }

    .cmspage1 .super-category-block .super-cat-wrapper .respl-item .item-inner {
        margin-right: -4px
    }

    .cmspage1 .sj-listing-tabs .ltabs-items-container.show-slider .ltabs-items .ltabs-item .item-inner {
        border-left: 0
    }

    .cmspage1 .sj-listing-tabs .owl-carousel .owl-stage-outer {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd
    }

    .products-grid .respl-item {
        width: 50%;
        float: left
    }

    .cmspage2 .home-banner-wrap {
        margin-top: -15px
    }

    .cmspage2 .home-banner-wrap .img-banner1, .cmspage2 .home-banner-wrap .img-banner2 {
        width: 50%
    }

    .cmspage2 .home-banner-wrap .img-banner3 {
        display: none
    }

    .prev-super-cat-146, .prev-super-cat-142 {
        right: -3px
    }

    .cms-home-v3 .deal-wrapper .custom-nav-default .prev-deal {
        margin-right: -2px
    }

    .cms-home-v3 .super-cat-wrapper {
        margin-top: 30px
    }

    .yt-product-detail .wrap-jCarouselLite {
        height: 326px;
        overflow: hidden
    }

    .cmspage2 .yt-content .blog-testimino {
        overflow-x: hidden !important
    }

    .yt-footer-wrap .footer-middle .sn-middle {
        width: 50%
    }

    .jCarouselLite li {
        width: 100% !important;
        height: auto !important
    }

    .jCarouselLite li img {
        width: 100% !important;
        height: auto !important
    }
}

@media (max-width: 480px) {
    /*Bowen*/
    .searchautocomplete .form-search {
        float: right;
        line-height: 50px;
        width: 100%;
        margin-top: -3px;
    }
    .img-classv2 > img {
        width: 100%;
        margin-bottom: 2px
    }

    .cmspage2 .sj-listing-tabs .block-title-v2 ul li:first-child span {
        border-bottom: none !important
    }

    .latest-blog .item-blog .img-blog img {
        width: 100%
    }

    .block-title-default h2 span {
        padding: 0 13px;
        font-size: 120%
    }

    .static-home-2 > ul > li {
        width: 100%
    }

    .static-home-2 > ul > li a img {
        width: 100%
    }

    .products-list .respl-item-list .w-image-box .sale-item {
        left: -10px;
        top: -10px
    }

    .products-list .respl-item-list .w-image-box .new-item {
        right: -10px;
        top: -10px
    }

    .my-wishlist .page-title {
        margin-top: 20px
    }

    .happy-about-us .happy-ab .title-happy-about {
        left: 10px
    }

    .blog-bottomv3 .latest-blog-bottom .blog-info img {
        float: none
    }

    .blog-bottomv3 .latest-blog-bottom .item-blog .postTitle1 {
        margin-left: 0;
        margin-top: 10px
    }

    .blog-bottomv3 .latest-blog-bottom .item-blog .postContent {
        margin-left: 0
    }

    .cmspage3 .block-title-default h2 span {
        font-size: 14px
    }

    .cmspage3 .block-title-default .title-v3 {
        font-size: 14px
    }

    .super-category-block .category-wrap-cat {
        right: 70px;
        top: 13px
    }

    .blog-bottomv3 .latest-blog-bottom .item-blog .postContent {
        margin: 0 10px
    }

    .ltabs-tabs-wrap .ltabs-tab-arrow:before {
        content: "\f0d7";
        font-family: FontAwesome;
        font-size: 16px
    }

    .cmspage2 .yt-content .blog-testimino {
        overflow-x: hidden !important
    }

    .cmspage2 .yt-footer-wrap .footer-top {
        min-height: auto !important
    }

    .prev-super-cat-146, .prev-super-cat-142 {
        right: -3px
    }

    .cms-home-v3 .deal-wrapper .custom-nav-default .prev-deal {
        margin-right: -2px
    }

    .cms-home-v3 .super-cat-wrapper {
        margin-top: 30px
    }

    .yt-footer-wrap .footer-top .block-subscribe-footer .block-content .input-box #newsletter {
        margin-bottom: 5px
    }

    .cmspage1 .sj-listing-tabs .ltabs-items-container.show-slider .ltabs-items .ltabs-item:first-child {
        border-left: 1px solid #ddd
    }

    .cmspage1 .sj-listing-tabs .ltabs-items-container.show-slider .owl-theme .owl-controls {
        height: 40px
    }

    .cmspage1 .sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li {
        max-width: 100%;
        text-align: left
    }

    .latest-blog .blog-info {
        padding-left: 0;
        padding-right: 0
    }

    .cmspage5 .banner-right ul li {
        width: 100%
    }

    .cmspage5 .banner-right ul li img {
        width: 100%
    }

    .cmspage5 .sub-super-category .sub-wrapper-cat {
        width: auto;
        display: inline-block;
        width: 100%;
        padding-bottom: 1px;
        border-bottom: 1px solid #ddd;
        margin-bottom: 0
    }

    .cmspage5 .sub-super-category .sub-wrapper-cat > a {
        width: 100%;
        padding-right: 1px
    }

    .cmspage5 .sub-super-category .sub-wrapper-cat .cat-list {
        margin-left: 0;
        clear: both;
        min-height: auto
    }

    .toolbar .limiter-wrap {
        height: 43px;
        border-top: 1px solid #ddd;
        display: block;
        margin: 10px 0 0;
        padding-top: 10px;
        width: 100%
    }

    .toolbar-bottom .view-mode-wrap {
        margin-right: 0
    }

    .products-list .respl-item-list .item-inner {
        border: 1px solid #ddd;
        padding: 10px
    }

    .products-list .respl-item-list .item-inner .w-image-box {
        border: 0;
        width: 100%
    }

    .products-list .respl-item-list .item-inner .product-shop {
        margin: 0;
        clear: both;
        padding-top: 15px
    }

    .yt-product-detail .yt-detail-right .quantity-input.qty {
        width: 30px
    }

    .yt-product-detail .yt-detail-right .product-options .w-option {
        width: 100%
    }

    .yt-product-detail .wrap-jCarouselLite {
        height: 171px;
        overflow: hidden
    }

    .yt-product-detail .jCarouselLite li img {
        width: 100% !important;
        height: auto !important
    }

    .yt-product-detail .product-img-box .more-views {
        width: 75px;
        top: 23px
    }

    .yt-product-detail .product-img-box .more-views .btn_thumb {
        left: 25px
    }

    .yt-product-detail .product-img-box .yt-detail-image {
        margin-left: 85px
    }

    .yt-product-detail .qty-set {
        margin-right: 0
    }

    .yt-product-detail .resp-tab-content-active {
        padding: 10px 15px
    }

    .blog-wrapper .postWrapper .img-blog-list {
        width: 100%
    }

    .blog-wrapper .postWrapper .info-wrapper-blog {
        clear: both;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-top: 10px
    }

    .my-account .edit-account-form .field {
        width: 100%
    }

    .my-account .title-buttons .button {
        float: left;
        margin-top: 5px;
        clear: both
    }

    .yt-footer-wrap .footer-top .block-subscribe-footer .block-content .input-box #newsletter {
        text-align: center
    }
}

.top-banner img {
    max-width: 100%
}

.item-description {
    overflow: auto;
    max-width: 800px
}

@media (max-width: 1200px) {
    .top-banner {
        display: none
    }
}

.std h3 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px
}