@charset 'UTF-8';
.mobile-sock-bogo-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100
}

.mobile-sock-bogo-fixed .tooltipTextOne,
.mobile-sock-bogo-fixed .tooltipTextTwo {
    margin-top: -115px
}

.bogo-text-effect {
    text-align: center;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px
}

.shakeEffect {
    display: inline-block;
    color: #0f0;
    border-bottom: dotted;
    animation: shake, shake, shake;
    -webkit-animation-name: shake, shake, shake;
    font-size: 18px;
    animation-delay: 3s, 6s, 9s;
    -webkit-animation-delay: 3s, 6s, 9s;
    animation-iteration-count: 8, 8, 8;
    animation-duration: 150ms, 150ms, 150ms;
    z-index: 100000
}

@-webkit-keyframes shake {
    from {
        -webkit-transform: rotate(5deg)
    }
    to {
        -webkit-transform: rotate(-5deg)
    }
}

@-moz-keyframes shake {
    from {
        -webkit-transform: rotate(5deg)
    }
    to {
        -webkit-transform: rotate(-5deg)
    }
}

@-o-keyframes shake {
    from {
        -webkit-transform: rotate(5deg)
    }
    to {
        -webkit-transform: rotate(-5deg)
    }
}

@keyframes shake {
    from {
        transform: rotate(5deg)
    }
    to {
        transform: rotate(-5deg)
    }
}

.tooltipTextOne,
.tooltipTextTwo {
    display: none;
    width: 120px;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 100000;
    margin-left: -135px;
    font-size: 15px;
    margin-top: 23px
}

.tooltip:hover .tooltipTextOne,
.tooltip:hover .tooltipTextTwo {
    display: inline-block
}

.main-slideshow .flexslider .flex-direction-nav,
.slides:after {
    visibility: hidden
}

.btn {
    -webkit-user-select: none
}

.btn {
    text-align: center
}

.flex-container a:active,
.flex-container a:focus,
.flexslider a:active,
.flexslider a:focus,
.modal,
.modal-content,
.quick-view,
.quickview-template,
.selectboxit,
.selectboxit-container,
.selectboxit:active,
a,
a:active,
a:hover,
a:link {
    outline: 0
}

.fancybox-nav,
html {
    -webkit-tap-highlight-color: transparent
}

.grabbing {
    cursor: url(grabbing.png) 8 8, move
}

/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

.btn,
.btn-group,
.btn-group-vertical,
img {
    vertical-align: middle
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

.btn,
label {
    display: inline-block
}

a {
    background: 0 0;
    text-decoration: none
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

*,
.selectize-dropdown,
.selectize-input,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    max-width: 100%;
    background-color: transparent
}

.dropdown-menu,
body {
    background-color: #fff
}

td,
th {
    padding: 0
}

html {
    font-size: 62.5%
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a:focus,
a:hover {
    text-decoration: underline
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.close,
label {
    font-weight: 700
}

.close,
a:focus,
a:hover {
    color: #000
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 24px
}

p {
    margin: 0 0 10px
}

.page-header {
    padding-bottom: 9px
}

ol,
ul {
    margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

.container {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:992px) {
    .container {
        width: 980px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1200px
    }
}

.row {
    margin-right: -10px;
    margin-left: -10px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-9 {
    width: 75%
}

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

.col-xs-3 {
    width: 25%
}

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    line-height: normal
}

.btn {
    margin-bottom: 0;
    font-size: 14px;
    white-space: nowrap;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none
}

.btn:focus,
.btn:hover {
    text-decoration: none
}

.dropdown {
    position: relative
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.btn-group,
.btn-group-vertical,
.input-group,
.input-group-btn,
.input-group-btn>.btn,
.nav>li>a {
    position: relative
}

.modal,
.modal-backdrop {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child),
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group,
.btn-group-vertical {
    display: inline-block
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left
}

.input-group {
    display: table;
    border-collapse: separate
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-btn {
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    z-index: 2
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    margin-left: -1px
}

.nav>li>a {
    display: block;
    padding: 10px 15px
}

.breadcrumb {
    list-style: none;
    background-color: #f5f5f5
}

.close {
    float: right;
    font-size: 21px;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}

.modal {
    position: fixed;
    display: none;
    overflow: auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    align-items: center;
    z-index: 10000
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
    position: fixed;
    z-index: 1040;
    background-color: #000
}

.modal-body,
.selectize-control,
.selectize-input {
    position: relative
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.in {
    opacity: .5
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    padding: 20px
}

.modal-footer {
    padding: 19px 20px 20px;
    margin-top: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
    line-height: 20px;
    -webkit-font-smoothing: inherit
}

.selectize-control.single .selectize-input.input-active,
.selectize-input {
    cursor: text;
    display: inline-block
}

.selectize-input {
    border: 1px solid #ccc;
    padding: 6px 12px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.selectize-input>* {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1
}

.selectize-input>input {
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 !important;
    text-indent: 0 !important;
    border: 0 !important;
    background: 0 0 !important;
    line-height: inherit !important;
    -webkit-user-select: auto !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.selectize-input::after {
    content: ' ';
    display: block;
    clear: left
}

.selectize-dropdown {
    position: absolute;
    border: 1px solid #ccc
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
    cursor: pointer
}

.selectize-control.single .selectize-input:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    right: 17px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0;
    border-color: #333 transparent transparent
}

.selectize-dropdown,
.selectize-dropdown.form-control {
    height: auto;
    padding: 0;
    margin: 2px 0 0;
    z-index: 1000;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .15)
}

.selectize-input {
    min-height: 34px
}

.wrapper-container,
body {
    overflow-x: hidden
}

html {
    -webkit-font-smoothing: antialiased
}

body {
    margin: 0 auto;
    font-family: Arial, sans-serif;
    color: #2d2d2d;
    font-size: 12px;
    line-height: 20px;
    position: relative
}

fieldset,
legend {
    border: none
}

.input-append input[class*=span],
.input-prepend .uneditable-input[class*=span],
.input-prepend input[class*=span],
.row-fluid .input-append [class*=span],
.row-fluid .input-prepend [class*=span],
.row-fluid .uneditable-input[class*=span],
.row-fluid input[class*=span],
.row-fluid select[class*=span],
.row-fluid textarea[class*=span] {
    display: inline-block;
    padding: 1.384615385em .615384615em
}

.hidden,
.hide,
.section-title {
    display: none
}

.row-fluid textarea[class*=span] {
    padding-top: .5em;
    padding-bottom: .5em
}

blockquote {
    border-left: 5px solid #eee;
    font-size: 12px;
    font-style: italic;
    margin: 0 0 20px;
    padding: 10px 20px;
    line-height: 26px
}

input[type=image] {
    width: auto
}

textarea {
    border: 1px solid #d2d8db
}

input[type=checkbox] {
    vertical-align: top;
    margin-right: 10px
}

.uneditable-input,
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
    margin: 0;
    padding: .615384615em
}

input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select {
    padding: 5px 10px;
    line-height: 1.35;
    height: 36px;
    border: 1px solid #cbcbcb
}

label {
    margin-bottom: 7px
}

label em {
    color: #f1152f;
    font-weight: 400;
    font-style: normal;
    margin-left: 3px
}

.alert ul {
    margin-bottom: 0
}

ol,
ul {
    padding: 0 0 0 30px;
    margin-bottom: 20px
}

ul {
    list-style: disc inside
}

ol {
    list-style: decimal inside
}

li {
    margin-bottom: .25em
}

.center {
    text-align: center
}

.left {
    text-align: left
}

.right {
    text-align: right
}

.errors ul {
    padding-left: 0
}

.form-success {
    border: 1px solid #c8d9b9;
    background: url(icons_new20-06.png) 10px -1307px no-repeat;
    margin-bottom: 20px;
    padding: 5px 20px 5px 30px
}

.image,
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic
}

img {
    -webkit-transition: all 250ms ease-in-out 0s;
    -moz-transition: all 250ms ease-in-out 0s;
    -ms-transition: all 250ms ease-in-out 0s;
    -o-transition: all 250ms ease-in-out 0s;
    transition: all 250ms ease-in-out 0s
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    line-height: 1.25em;
    margin: 0;
    padding: 0
}

h1,
h2 {
    margin-bottom: 1em
}

h4,
h5,
h6 {
    margin-bottom: 1.5em
}

h1 {
    font-size: 2.307692308em
}

h2 {
    font-size: 2em
}

h3 {
    font-size: 20px;
    margin-bottom: 1.25em
}

h4 {
    font-size: 17px
}

h5 {
    font-size: 15px
}

h6 {
    font-size: 1em
}

p:last-child {
    margin-bottom: 0
}

small {
    font-size: 12px
}

.quickview-button a,
table th {
    font-size: 11px;
    text-transform: uppercase
}

h2 small.pull-right {
    padding-top: .538461538em
}

a {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    color: #188abb
}

a:focus {
    text-decoration: none
}

.no-style {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: 0 0 !important
}

.tal {
    text-align: left
}

.tar {
    text-align: right
}

.tac {
    text-align: center
}

.fl {
    float: left
}

.fr {
    float: right
}

.fn {
    float: none
}

.cl {
    clear: left
}

.cr {
    clear: right
}

.cb {
    clear: both
}

.move {
    cursor: move
}

.main-content {
    display: block;
    padding-bottom: 50px;
    min-height: 450px
}

.btn span.arrow,
.text-continue a {
    display: inline-block
}

.template-index .main-content {
    padding-bottom: 0
}

.btn,
.btn-secondary,
.btn:hover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

#get-rates-submit,
.btn,
.btn-secondary,
.infinite-scrolling a,
.infinite-scrolling-homepage a,
.spr-summary-actions a,
.text-continue a {
    padding: 0 25px;
    text-transform: uppercase;
    line-height: 34px;
    height: 36px;
    letter-spacing: .05em;
    font-weight: 700;
    border: 2px solid transparent;
    text-decoration: none
}

.btn span.arrow {
    text-align: left;
    text-indent: -999em;
    width: 0;
    height: 0;
    line-height: 0;
    margin-left: 10px;
    border: 5px solid transparent
}

.infinite-scrolling a,
.infinite-scrolling-homepage a {
    display: inline-block;
    width: 345px
}

.infinite-scrolling a.disabled,
.infinite-scrolling a.disabled:hover,
.infinite-scrolling-homepage a.disabled,
.infinite-scrolling-homepage a.disabled:hover {
    cursor: default;
    color: #fff;
    background: #f3f3f3;
    border-color: #f3f3f3 #f3f3f3 #ebebeb
}

.input-group .btn-secondary,
.input-group .input-group-field {
    height: 36px
}

.btn[disabled] {
    opacity: 1;
    background: 0 0 !important;
    border-color: #bebebe !important;
    color: #bebebe !important
}

#product-add-to-cart-mobile[disabled],
#product-add-to-cart[disabled] {
    background-color: grey !important
}

.quickview-button {
    margin-top: 80px;
    line-height: 1
}

.quickview-button a {
    padding: 5px 10px;
    font-weight: 400;
    background: #333;
    color: #fff;
    display: block;
    letter-spacing: .05em;
    text-decoration: none
}

.selectboxit-options .selectboxit-optgroup-header,
table th {
    font-weight: 700
}

table {
    border: 1px solid #dfe4e6;
    width: 100%
}

table td,
table th {
    border-bottom: 1px solid #dfe4e6;
    padding: 20px
}

.fancybox-title {
    display: none
}

.selectboxit-container {
    display: inline-block;
    width: 100%
}

.selectboxit {
    cursor: pointer;
    height: 35px;
    margin: 0;
    white-space: nowrap;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .08);
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .08);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .08);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s
}

.selectboxit,
.selectboxit-options {
    width: 100%
}

.selectboxit-default-icon {
    float: left
}

.selectboxit-text {
    text-indent: 10px;
    line-height: 35px;
    overflow: hidden;
    float: left;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

ul.selectboxit-options {
    cursor: pointer;
    display: none;
    list-style: none;
    margin-top: -1px;
    overflow: auto;
    padding: .5em 0;
    position: absolute;
    min-width: auto;
    max-height: 180px;
    white-space: nowrap;
    width: 100%;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .08);
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .08);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .08);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    z-index: 99999
}

.selectboxit-options.dropdown-menu li>a {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none
}

ul.selectboxit-options a {
    padding: 3px 15px
}

.selectboxit-options .selectboxit-optgroup-header,
.selectboxit-options li {
    line-height: 30px;
    text-indent: 5px;
    overflow: hidden;
    white-space: nowrap;
    list-style: none
}

.selectboxit-options .selectboxit-optgroup-option {
    text-indent: 20px
}

.selectboxit-options .selectboxit-optgroup-header[data-disabled=true]:hover {
    cursor: default
}

.selectboxit-arrow-container {
    padding-right: 5px;
    width: 19px;
    float: right
}

.selectboxit-arrow-container i.selectboxit-arrow {
    margin: 0 auto;
    display: block
}

.selectboxit-options li i {
    display: none;
    float: left
}

#add-comment-title,
#email-modal .window-window .window-content .title,
#shipping-calculator h3,
.banner h2,
.banner-home-bottom .des h4,
.collection-title a,
.free-shipping h3,
.newsletter .block-title h3 span,
.page-header h1,
.page-header h2,
.recently-viewed-products h2,
.refined-widgets>span,
.related-products h2,
.title-comment,
.widget-new-product .widget-title h2,
.widget-title h3 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .05em
}

.grid-item .spr-badge-caption {
    display: none
}

.page-header {
    margin: 0 0 23px;
    padding: 0;
    border: 0
}

.tukskin-pageheader {
    float: left
}

.tukskin-pageheader img {
    float: left;
    width: 55%
}

.tukskin-pageheader img:hover {
    opacity: 1
}

.tukskin-pageheader div:last-child {
    float: left;
    color: #fff;
    background-color: #181818
}

.page-header-images {
    width: 100%
}

center .page-header-images {
    width: unset
}

.page-header h1,
.page-header h2 {
    font-size: 20px;
    letter-spacing: .05em;
    margin: 0
}

.page-header .img_cart {
    margin: 3px 0 24px
}

.page-header .rte {
    position: relative;
    line-height: 26px
}

.template-collection .page-header .rte {
    line-height: 20px
}

.template-collection .page-header h2 {
    margin-bottom: 19px
}

.padding {
    clear: both;
    overflow: hidden
}

.pagination-page {
    text-align: right;
    margin: 0;
    padding: 0
}

.pagination-page li {
    display: inline;
    list-style: none
}

.pagination-page li a,
.pagination-page li>span {
    padding: 0;
    margin: 0 6px;
    letter-spacing: .02em
}

.pagination-page li>span {
    font-weight: 400
}

.pagination-page li.text a {
    border-bottom: 1px solid #000;
    color: #2d2d2d
}

.pagination-page li.text a:hover {
    border-bottom: 0;
    text-decoration: none
}

.sidebar {
    width: 20.5% !important
}

.col-main {
    width: 79.5% !important
}

.sidebar-banner {
    margin-bottom: 45px;
    text-align: center
}

.sidebar-banner img {
    border: 1px solid transparent;
    margin: -1px
}

.sidebar .widget-title {
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 10px;
    margin-bottom: 14px
}

.sidebar .sidebar-links .widget-title {
    margin-bottom: 5px
}

.sidebar .sidebar-cms-custom .widget-title {
    margin-bottom: 22px
}

.sidebar-links .widget-content>ul>li {
    margin: 19px 0
}

.sidebar-links .widget-content>ul>li>a {
    font-weight: 700;
    color: #000;
    letter-spacing: .05em;
    text-transform: uppercase;
    text-decoration: none
}

.sidebar-links .widget-content>ul>li>a.active:before,
.sidebar-links .widget-content>ul>li>a.focus:before,
.sidebar-links .widget-content>ul>li>a:hover:before {
    border: 5px solid transparent;
    border-left: 5px solid #000;
    width: 0;
    height: 0;
    content: "";
    display: inline-block;
    margin-right: 5px
}

.sidebar-custom .widget-title h3 span {
    cursor: pointer;
    font-size: 12px
}

.sidebar-custom .widget-title h3 span:before {
    content: '';
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #000;
    display: inline-block;
    margin: 0 10px -2px 0
}

.sidebar-custom .widget-title h3 a {
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 400;
    float: right;
    letter-spacing: 0
}

.sidebar-custom .widget-title.click h3 span:before {
    border-top-color: transparent;
    border-bottom-color: #000;
    margin-bottom: 2px
}

.sidebar-custom .widget-title {
    margin-bottom: 20px;
    padding: 21px 0 0;
    border-top: 1px solid #d0d0d0;
    border-bottom: 0
}

.sidebar-custom .widget-content {
    margin-bottom: 0
}

.sidebar-custom label {
    font-weight: 400
}

.sidebar-custom ul {
    overflow: hidden
}

.sidebar-custom ul li a {
    text-decoration: none
}

.sidebar-custom ul li a:hover,
.sidebar-custom ul li.active a {
    font-weight: 700
}

.sidebar-custom input[type=checkbox] {
    display: none
}

.sidebar-custom input[type=checkbox]+label {
    background: url(check-box.png) 0 center no-repeat;
    padding-left: 23px
}

.sidebar-custom input[type=checkbox]+label:hover,
.sidebar-custom input[type=checkbox]:checked+label {
    background: url(check-box-checked.png) 0 center no-repeat;
    cursor: pointer
}

.sidebar-custom.size ul li {
    float: left;
    width: 50%;
    padding-right: 10px
}

.sidebar-custom.color ul {
    margin: 0 -14px 10px 0
}

.sidebar-custom.color ul li {
    width: 34px;
    margin: 0 14px 14px 0;
    padding: 0;
    float: left
}

.sidebar-custom.color ul li a {
    display: block;
    border: 1px solid #eaeaea;
    width: 34px;
    height: 34px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none
}

.sidebar-custom.color ul li a img {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    opacity: 1
}

.sidebar-custom.color ul li a.active,
.sidebar-custom.color ul li a:hover {
    border: 3px solid #000
}

.refined-widgets {
    margin-bottom: 10px;
    overflow: hidden
}

.refined-widgets>span {
    font-size: 14px
}

.refined-widgets>a {
    float: right
}

.sidebar-cms-custom .widget-content {
    color: #797979;
    font-style: italic
}

.sidebar-cms-custom .widget-content p {
    margin-bottom: 19px
}

.sidebar .widget-featured-product {
    margin-top: 45px
}

.sidebar .widget-featured-product .widget-title {
    margin-bottom: 30px
}

.widget-featured-product .products-grid {
    margin: 0
}

.widget-featured-product .products-grid .owl-item .grid-item {
    margin: 0 0 40px;
    padding: 0;
    width: 100%
}

.sidebar .widget-featured-product .grid-item .product-grid-image img {
    max-width: 120px;
    max-height: 160px;
    border: 1px solid transparent
}

.widget-featured-product .product-title {
    margin-bottom: 4px
}

.widget-featured-product .price-box {
    margin-bottom: 15px
}

.widget-featured-product .products-grid .spr-badge {
    position: static;
    opacity: 1
}

.widget-featured-product .btn {
    height: 32px;
    line-height: 32px;
    border: 1px solid transparent;
    font-size: 11px !important
}

.widget-trending-product .widget-title {
    margin-bottom: 0
}

.widget-title h3 {
    font-size: 14px;
    margin: 0
}

.widget-content {
    margin-bottom: 47px
}

.widget-content ul {
    list-style: none;
    padding-left: 0
}

.sidebar .widget-recent-articles .widget-title {
    padding-bottom: 16px
}

.widget-recent-articles .article {
    border-bottom: 1px dotted #d0d0d0;
    margin-bottom: 15px;
    padding-bottom: 18px
}

.widget-recent-articles .article a {
    line-height: 20px
}

.widget-recent-articles .article em {
    display: block;
    padding-top: 11px;
    color: #848484
}

.widget-tags .widget-title {
    margin-bottom: 22px
}

.widget-tags .widget-content {
    margin-bottom: 40px
}

.widget-tags li {
    display: inline;
    margin-right: 10px
}

.widget-tags li a {
    font-size: 13px;
    font-style: italic;
    color: #848484;
    line-height: 30px
}

.widget-tags li a:hover {
    color: #000;
    border-bottom: 1px solid #000;
    text-decoration: none
}

.flex-control-nav,
.flex-direction-nav,
.slides {
    margin: 0;
    padding: 0;
    list-style: none
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
    position: relative
}

.flexslider .slides img {
    display: inline-block;
    cursor: pointer
}

.flex-pauseplay a,
.no-js .slides>li:first-child,
.slides:after,
html[xmlns] .slides {
    display: block
}

.flex-pauseplay span {
    text-transform: capitalize
}

.slides:after {
    content: "\0020";
    clear: both;
    line-height: 0;
    height: 0
}

* html .slides {
    height: 1%
}

.flexslider {
    padding: 0;
    margin: 0 0 23px;
    position: relative
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.carousel li {
    margin-right: 5px
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 2;
    overflow: hidden;
    cursor: pointer;
    color: rgba(0, 0, 0, .8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .3);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.flex-direction-nav .flex-prev {
    left: -50px
}

.flex-direction-nav .flex-next {
    right: -50px
}

.flexslider:hover .flex-prev {
    opacity: .7;
    left: 10px
}

.flexslider:hover .flex-next {
    opacity: .7;
    right: 10px
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    cursor: default
}

.flex-pauseplay a {
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: .8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000
}

.flex-pauseplay a:before {
    font-size: 20px;
    display: inline-block;
    content: '\f004'
}

.flex-pauseplay a:hover {
    opacity: 1
}

.flex-pauseplay a.flex-play:before {
    content: '\f003'
}

.flex-control-nav {
    position: absolute;
    bottom: -40px;
    text-align: center;
    left: 50%
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, .5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, .7)
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, .9);
    cursor: default
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer
}

.flex-control-thumbs img:hover {
    opacity: 1
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default
}

.breadcrumb {
    background: 0 0;
    padding: 7px 0 0;
    margin-bottom: 18px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    clear: both;
    letter-spacing: .02em
}

.breadcrumb a,
.breadcrumb span {
    color: #848484
}

.breadcrumb span.arrow {
    margin: 0 10px;
    line-height: 0;
    width: 0;
    height: 0;
    text-indent: -999em;
    display: inline-block;
    border-left: 4px solid #cbcbcb;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent
}

.header-top {
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    padding: 9px 0 6px;
    letter-spacing: .05em
}

.header-top a.link {
    color: #b05d5d;
    border-bottom: 1px solid #b05d5d;
    text-transform: capitalize
}

.header-top a.link:hover {
    text-decoration: none;
    border-bottom: 0;
    text-transform: capitalize
}

#contactFormWrapper h2,
#dropdown-cart .summary,
#dropdown-cart .text-cart a,
.banner-home-top h4 span,
.contact-form .location h4,
.content-blog .list-blog .button a,
.dropdown-links,
.footer-top h3,
.slide-heading,
.user-tags li label,
.user-tags li span {
    text-transform: uppercase
}

.header-top .close {
    text-indent: -999em;
    display: block;
    width: 9px;
    height: 9px;
    background: url(icons_new20-06.png) 0 -229px no-repeat;
    opacity: 1;
    margin-top: 3px
}

.header {
    padding: 16px 0 0
}

.header-mobile {
    display: none;
    position: relative;
    float: left;
    background: #000
}

.site-header p.text_order {
    float: right;
    margin: 0;
    line-height: 30px;
    letter-spacing: .02em;
    opacity: .7;
    text-decoration: underline
}

.content-blog .list-blog .button a:hover,
.header-bottom .top-cart a:focus,
.header-bottom .top-cart a:hover,
.site-footer a:hover,
.site-nav a,
.slide-des .slide-button {
    text-decoration: none
}

.header-bottom .selectize-control.single .selectize-input:after {
    right: 5px;
    border-width: 4px 4px 0
}

.header-bottom .selectize-control.single .selectize-input.dropdown-active:after {
    border-bottom-color: #000;
    border-width: 0 4px 4px;
    margin-top: -3px
}

.header-bottom .selectize-input.focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.header-bottom .selectize-control div.item {
    background-position: 0 10px !important;
    font-weight: 700;
    color: #fff
}

.header-desktop .item {
    padding-top: 7px
}

.header-bottom .selectize-control div.option {
    background-position: 12px 7px !important
}

.inline-list {
    text-align: right
}

.inline-list li {
    display: inline
}

.inline-list a {
    padding-left: 10px
}

.header-logo {
    margin: -15px 0 22px
}

.logo-title {
    display: block;
    padding: 30px
}

.header-bottom .top-cart a {
    text-align: center;
    position: relative;
    letter-spacing: .02em;
    color: #323232
}

.header-bottom .top-cart a span.first {
    position: relative
}

.header-bottom .top-cart a .cartCount {
    padding-top: 3px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    height: 25px;
    width: 25px
}

.header-bottom .top-cart .icon {
    background: url(Header_Footer_Sprite_Images.png) -93px -17px no-repeat;
    display: inline-block;
    width: 34px;
    height: 24px;
    background-size: 209px
}

.header-bottom.on .top-cart .icon {
    margin-right: 22px;
    margin-top: 15px
}

.mini-products-list .product-image {
    float: left;
    margin-right: 15px;
    display: block
}

.mini-products-list {
    display: block;
    clear: both;
    margin-bottom: 0;
    padding: 0;
    max-height: 387px;
    overflow-y: auto
}

.mini-products-list .item {
    clear: both;
    position: relative;
    padding-right: 15px;
    display: block;
    padding-bottom: 25px;
    margin: 0;
    overflow: hidden
}

.mini-products-list .item .btn-remove {
    position: absolute;
    right: 0;
    top: 6px;
    width: 9px;
    height: 9px;
    background: url(icons_new20-06.png) 0 -1394px no-repeat;
    font-size: 0
}

.site-nav,
.site-nav>li {
    position: relative;
    list-style: none
}

.mini-products-list .item:last-child {
    border-bottom: 1px solid #cbcbcb
}

.mini-products-list .product-details {
    overflow: hidden
}

#dropdown-cart .product-name {
    margin-bottom: 5px
}

#dropdown-cart .summary {
    display: block;
    clear: both;
    padding-top: 16px;
    padding-bottom: 18px;
    overflow: hidden
}

#dropdown-cart .summary .label {
    display: block;
    float: left;
    font-size: 11px;
    font-weight: 700;
    color: #797979;
    padding: 6px 0 0
}

#dropdown-cart .summary .price {
    display: block;
    float: right;
    font-size: 16px;
    font-weight: 700;
    color: #000
}

#dropdown-cart .actions {
    clear: both;
    margin-bottom: 12px
}

#dropdown-cart .actions .btn {
    width: 100%;
    height: 46px;
    background: #000;
    color: #fff;
    border-color: #000
}

#dropdown-cart .text-cart {
    text-align: center;
    margin-bottom: 5px
}

#dropdown-cart .text-cart a {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .05em;
    border-bottom: 1px solid #000
}

#dropdown-cart .text-cart a:hover {
    border-bottom: 0;
    text-decoration: none
}

#dropdown-cart .cart-collateral {
    color: #727272
}

#dropdown-cart .cart-collateral .price {
    font-weight: 700;
    color: #000
}

#dropdown-cart .product-name a {
    color: #191919
}

.product-details .option {
    margin-bottom: 5px
}

.site-nav {
    width: 100%;
    margin: 0;
    padding: 0
}

.site-nav li {
    display: block;
    margin: 0
}

.site-nav a {
    display: block;
    padding: 12px
}

.site-nav>li {
    display: inline-block
}

.header-bottom.on .dropdown-links {
    margin: 16px 3px 12px;
    padding: 0;
    letter-spacing: .05em
}

.site-nav>li:hover>a.current>span:first-child,
.site-nav>li:hover>a>span:first-child {
    border-bottom: 2px solid #fff
}

.site-nav-dropdown {
    text-align: left;
    display: none;
    position: absolute;
    top: 43px;
    left: 0;
    width: 215px;
    z-index: 101;
    padding: 0;
    margin-bottom: 0;
    border: 1px solid transparent
}

.banner,
.banner-home-top,
.banner-home-top h4,
.free-shipping,
.home-instagram,
.main-slideshow,
.newsletter .block-title span,
.slide-des {
    text-align: center
}

.site-nav-dropdown li a {
    padding: 8px 30px 8px 20px;
    position: relative
}

.wrapper-container .site-nav-dropdown ul {
    left: 100%;
    top: -1px;
    display: none;
    padding-left: 0;
    list-style: none
}

.wrapper-container .site-nav>.dropdown.open>ul,
.wrapper-container .site-nav>.dropdown:hover>ul,
.wrapper-container .site-nav>li>ul>.dropdown.open>ul,
.wrapper-container .site-nav>li>ul>.dropdown:hover>ul,
.wrapper-container .site-nav>li>ul>li>ul>.dropdown.open>ul,
.wrapper-container .site-nav>li>ul>li>ul>.dropdown:hover>ul,
.wrapper-container .site-nav>li>ul>li>ul>li>ul>.dropdown:hover>ul,
.wrapper-container .site-nav>li>ul>li>ul>ul>li>.dropdown.open>ul {
    display: block
}

.site-nav li.dropdown .icon-dropdown {
    height: 0;
    width: 0;
    border: 4px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    cursor: pointer
}

.site-nav-dropdown li.dropdown .icon-dropdown {
    position: absolute;
    top: 16px;
    right: 20px
}

.flexslider ul {
    list-style: none
}

.template-index .main-slideshow {
    overflow: hidden;
    padding-bottom: 10px
}

.main-slideshow {
    width: 100%
}

.main-slideshow .flexslider:hover .flex-direction-nav {
    visibility: visible
}

.main-slideshow .flex-direction-nav a {
    width: 72px;
    height: 72px;
    display: block;
    margin-top: -36px;
    text-indent: -999em
}

.main-slideshow .flex-direction-nav a.flex-prev {
    background: url(icons_new20-06.png) 0 -1017px no-repeat;
    left: 80px
}

.main-slideshow .flex-direction-nav a.flex-next {
    background: url(icons_new20-06.png) 0 -1160px no-repeat;
    right: 80px
}

.main-slideshow .flexslider {
    float: left;
    width: 100%
}

.main-slideshow .flexslider .flex-control-nav {
    bottom: 40px;
    visibility: hidden;
    z-index: 2
}

.main-slideshow .flexslider:hover .flex-control-nav {
    visibility: visible
}

.main-slideshow .flex-control-paging a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-indent: -999em;
    border: 4px solid #fff;
    background-color: #fff;
    width: 15px;
    height: 15px;
    font-size: 0;
    display: block;
    cursor: pointer;
    opacity: .5
}

.main-slideshow .flex-control-paging li a.flex-active,
.main-slideshow .flex-control-paging li a:hover {
    background-color: transparent;
    border-color: #fff;
    opacity: 1
}

.main-slideshow .flexslider .slides li:nth-child(2) .slide-des {
    bottom: 21%
}

.slide-des {
    position: absolute;
    bottom: 37%;
    left: 20px;
    right: 20px;
    padding: 0 20px;
    max-width: 500px
}

.slide-des .slide-button {
    padding: 0 20px 0 26px;
    min-width: 215px
}

.slide-text {
    letter-spacing: .02em;
    padding: 0 0 25px;
    margin: 0 auto;
    clear: both
}

.slide-heading {
    font-size: 40px;
    font-weight: 700;
    padding: 0 0 15px;
    margin-bottom: 0;
    letter-spacing: .05em
}

.slide-des p.line {
    width: 50px;
    margin: 0 auto 21px;
    height: 2px;
    background: #000
}

.free-shipping {
    clear: both
}

.free-shipping h3 {
    font-size: 13px;
    margin-bottom: 35px;
    font-weight: 400;
    line-height: 24px
}

.banner-home-top {
    clear: both;
    margin-top: 10px
}

.banner-home-top ul {
    margin-bottom: 0;
    list-style: none;
    padding-left: 0
}

.banner-home-top li {
    position: relative
}

.banner-home-top h4 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -13px
}

.banner-home-top h4 span {
    font-weight: 700
}

.banner {
    position: relative;
    clear: both;
    margin: 0 0 37px;
    padding: 10px
}

.banner.wow {
    margin: 0 auto
}

.banner>img:hover {
    opacity: 1
}

.banner .container {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -610px
}

.banner .inner {
    width: 460px;
    display: table;
    float: right;
    height: 100%
}

.banner .inner .content {
    display: table-cell;
    vertical-align: middle
}

.banner h2 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin: 0 0 15px;
    position: relative
}

.banner p {
    color: #2d2d2d;
    margin: 0 0 35px
}

.banner p.line {
    width: 50px;
    height: 2px;
    background: #000;
    margin: 0 auto 20px
}

.banner .inner a {
    padding: 0 15px 0 30px
}

.banner-home-bottom {
    clear: both
}

.banner-home-bottom .widget-title {
    margin-bottom: 45px
}

.banner-home-bottom ul {
    padding-left: 0;
    list-style: none
}

.banner-home-bottom li {
    position: relative;
    text-align: center;
    margin-bottom: 30px
}

.banner-home-bottom .des h4 {
    position: relative;
    margin: 35px 0 20px
}

.banner-home-bottom .des p {
    clear: both;
    margin-bottom: 26px
}

.banner-home-bottom .des a {
    padding: 0 25px 0 32px
}

.slider-brand-wrapper {
    overflow: hidden;
    clear: both
}

.slide_brand {
    position: relative;
    border-top: 1px dotted #000;
    padding: 39px 0 30px
}

.slide_brand .slides li {
    width: 200px !important
}

.home-instagram {
    background: #fff8ee;
    padding: 54px 0 60px;
    clear: both
}

.home-instagram .widget-title {
    margin-bottom: 35px
}

.home-instagram .widget-title h3 {
    margin: 0;
    padding: 0 0 19px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .05em
}

.instagram-des {
    color: #2d2d2d;
    letter-spacing: .02em
}

.instagram-des span {
    display: inline-block;
    margin-right: 7px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    background: url(social.png) -163px -10px no-repeat
}

.home-instagram a.btn {
    min-width: 225px;
    margin-top: 40px
}

#slider {
    margin-bottom: 30px
}

.footer-top {
    padding-bottom: 26px
}

.footer-top .col-1,
.footer-top .col-2,
.footer-top .col-3 {
    float: left;
    width: 20%;
    padding: 0 10px
}

.footer-top .col-4 {
    float: left;
    width: 40%;
    padding: 0 10px
}

.footer-top .text {
    float: left
}

.footer-top .text h3 {
    margin: 0 0 5px
}

.footer-top .text h3 img:hover {
    opacity: 1
}

.footer-top ul {
    padding: 0;
    list-style: none
}

.footer-top ul.social {
    margin: 4px 10px 20px 0
}

.footer-top ul.social li {
    display: inline-block;
    margin-right: 12px
}

.footer-top ul.social li a {
    display: inline-block;
    width: 36px;
    height: 36px;
    text-indent: -999em;
    background: url(social.png) no-repeat
}

#amazon-payment-method,
#like-us-facebook,
#paypal-payment-method {
    display: inline-block;
    height: 22px
}

.footer-top ul.social li a:hover {
    background-position: 0 -44px
}

.footer-top ul.social li.twitter a {
    background-position: -51px 0
}

.footer-top ul.social li.twitter a:hover {
    background-position: -51px -44px
}

.footer-top ul.social li.google a {
    background-position: -102px 0
}

.footer-top ul.social li.google a:hover {
    background-position: -102px -44px
}

.footer-top ul.social li.instagram a {
    background-position: -153px 0
}

.footer-top ul.social li.instagram a:hover {
    background-position: -153px -44px
}

.footer-top ul.social li.rss a {
    background-position: -204px 0
}

.footer-top ul.social li.rss a:hover {
    background-position: -204px -44px
}

.footer-top ul.social li.pinterest a {
    background-position: -254px 0
}

.footer-top ul.social li.pinterest a:hover {
    background-position: -254px -44px
}

.footer-top h3 {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .05em;
    margin-bottom: 16px
}

.footer-bottom {
    border-top: 1px solid #282828;
    padding-top: 25px
}

.footer-bottom address {
    color: #969696;
    margin-bottom: 6px;
    line-height: 1.6
}

#like-us-facebook {
    background: url(Header_Footer_Sprite_Images.png) -65px 14px no-repeat;
    width: 124px
}

.payment-method {
    padding: 0 20px 0 0
}

#visa-payment-method {
    background: url(Header_Footer_Sprite_Images.png) -66px -36px no-repeat;
    display: inline-block;
    width: 40px;
    height: 15px
}

#amex-payment-method {
    background: url(Header_Footer_Sprite_Images.png) -56px -49px no-repeat;
    display: inline-block;
    width: 50px;
    height: 19px
}

#mastercard-payment-method {
    background: url(Header_Footer_Sprite_Images.png) -69px -23px no-repeat;
    display: inline-block;
    width: 70px;
    height: 14px
}

#discover-payment-method {
    background: url(Header_Footer_Sprite_Images.png) -65px -8px no-repeat;
    display: inline-block;
    width: 77px;
    height: 17px
}

#paypal-payment-method {
    background: url(Header_Footer_Sprite_Images.png) -1px -41px no-repeat;
    width: 53px
}

#amazon-payment-method {
    background: url(Header_Footer_Sprite_Images.png) -193px 4px no-repeat;
    width: 115px
}

.site-footer {
    letter-spacing: .02em
}

.newsletter {
    clear: both;
    padding-top: 25px
}

.newsletter .block-content {
    min-height: 56px;
    margin: 0 auto;
    width: 100%;
    position: relative
}

.newsletter .block-content .input-group {
    display: block
}

.newsletter .input-group-field {
    background: 0 0;
    width: 300px;
    border: 1px solid #3b3b3b;
    color: #969696;
    float: left;
    margin: 0 5px 10px 0;
    padding: 0 15px;
    letter-spacing: .02em
}

.newsletter .input-group-btn {
    float: left
}

.newsletter .input-group-btn>.btn {
    background: #3b3b3b;
    color: #fff;
    border: 0;
    font-size: 11px
}

.newsletter .input-group-btn>.btn:hover {
    background: #fff;
    color: #000
}

.blog_author,
.blog_author a {
    color: #848484
}

#contact-us .breadcrumb {
    margin-bottom: 24px
}

.map {
    margin-bottom: 12px
}

#contactFormWrapper h2 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .05em;
    margin-bottom: 14px
}

.contact-form p.line {
    width: 48px;
    height: 2px;
    background: #000;
    margin-bottom: 20px
}

#contactFormWrapper input {
    margin-bottom: 15px
}

#contactFormWrapper label {
    margin-bottom: 10px;
    display: block
}

#contactFormWrapper input[type=email],
#contactFormWrapper input[type=tel],
#contactFormWrapper input[type=text] {
    width: 380px
}

#contactFormWrapper textarea {
    width: 620px
}

#contactFormWrapper .btn {
    margin-top: 20px;
    display: block
}

.contact-form .location h4 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .05em;
    margin: 6px 0 16px
}

.contact-form .location p {
    margin-bottom: 20px
}

.contact-form .location p.open-hours {
    border-top: 1px solid #eaeaea;
    padding-top: 25px;
    margin-top: 26px
}

.template-article .sidebar,
.template-blog .sidebar {
    margin-top: 7px
}

.content-blog ul {
    padding: 0;
    list-style: none
}

.content-blog .list-blog>li:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: none
}

.content-blog .list-blog>li {
    border-top: 1px solid #d0d0d0;
    padding-top: 36px;
    margin-top: 33px
}

.content-blog .list-blog h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px
}

.content-blog .list-blog .des p {
    margin-bottom: 19px
}

.content-blog .list-blog .des p img {
    margin-bottom: 5px
}

.content-blog .list-blog .des blockquote {
    margin-bottom: 36px
}

.content-blog .list-blog .button {
    margin: 0 0 20px
}

.content-blog .list-blog .button a {
    border: 1px solid transparent;
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    font-weight: 700;
    font-size: 11px !important
}

.blog_author {
    font-style: italic;
    margin-bottom: 25px
}

.blog_author .separator {
    padding: 0 3px
}

.user-tags {
    display: inline;
    padding: 0;
    margin: 0
}

.user-tags li {
    display: inline;
    font-style: italic
}

.user-tags li span {
    padding: 0 5px
}

.user-tags li label {
    text-decoration: underline;
    margin-right: 2px
}

.user-tags li label span {
    padding: 0
}

.user-tags li a {
    color: #2d2d2d;
    text-decoration: none
}

.user-tags li a:hover {
    color: #848484;
    border-bottom: 1px solid #848484
}

.blog-detail .page-header {
    margin-bottom: 10px
}

.blog-detail .page-header h1 {
    text-transform: none
}

.blog-detail img {
    margin-bottom: 15px;
    width: 100%
}

.blog-detail .rte {
    margin-bottom: 20px
}

.blog-detail .addthis {
    clear: both;
    padding: 22px 0
}

.blog-detail .action-btn {
    clear: both;
    padding-bottom: 40px
}

.blog-detail .action-btn .right {
    float: right
}

.blog-detail #comments {
    clear: both;
    padding-bottom: 20px
}

.blog-detail #comments ul {
    list-style: none;
    padding-left: 0
}

#comments>ul>li {
    padding-left: 120px;
    background: url(i-comment.jpg) 0 6px no-repeat;
    padding-bottom: 73px;
    margin: 0
}

#add-comment-title,
.title-comment {
    font-size: 20px;
    letter-spacing: .05em;
    border-top: 1px solid #d0d0d0;
    padding-top: 25px
}

.comment-form label {
    display: block;
    margin-bottom: 7px
}

.comment-form .comment-form input {
    display: block;
    width: 440px;
    margin-bottom: 16px
}

.message #comment-body {
    width: 500px;
    margin-bottom: 15px;
    min-height: 132px
}

.comment-head {
    color: #848484;
    font-style: italic;
    padding-bottom: 10px
}

.blog-detail p.note {
    margin-bottom: 22px;
    font-style: italic;
    color: #797979
}

.buzzworthyCollection {
    list-style: none;
    padding: 15px
}

#tinymce #email-modal,
#tinymce #email-modal .modal-window {
    display: block !important
}

#email-modal {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1041
}

#email-modal .modal-overlay {
    background: rgba(45, 45, 50, .8);
    height: 100%;
    position: absolute;
    width: 100%
}

#email-modal .modal-window {
    display: none;
    min-height: 320px;
    margin: 0 auto;
    position: relative;
    top: 25%;
    width: 847px
}

#email-modal .window-window {
    position: relative
}

#email-modal .window-window .window-background {
    opacity: .8
}

#email-modal .window-window .window-content {
    position: relative;
    background: #fff;
    float: left
}

#email-modal .window-window .window-content .left {
    width: 528px;
    float: left;
    padding: 68px 30px 30px 70px
}

#email-modal .window-window .window-content .right {
    width: 319px;
    float: right
}

#email-modal .window-window .window-content .btn.close,
.close-modal,
.close-modal-item,
.close-window {
    padding: 0;
    height: 29px;
    width: 29px;
    position: absolute;
    right: -15px;
    top: -15px;
    z-index: 9;
    text-indent: -999em;
    border: 0;
    background: url(icons_new20-06.png) 0 -877px #000;
    cursor: pointer;
    opacity: 1
}

#email-modal .window-window .window-content .btn.close:hover,
.close-modal-item:hover,
.close-modal:hover,
.close-window:hover {
    background-color: #e95144
}

#email-modal .window-window .window-content .title {
    font-size: 20px;
    position: relative;
    letter-spacing: .05em;
    margin-bottom: 8px
}

#email-modal .window-window .window-content .sub-title {
    margin-bottom: 15px;
    letter-spacing: .05em;
    color: #555
}

#email-modal .window-window .window-content .message {
    clear: both;
    padding: 15px 0 23px;
    margin-bottom: 0;
    letter-spacing: .02em;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px
}

#mce-EMAIL {
    border: 1px solid #000;
    color: #333;
    font: 16px arial, sans-serif;
    height: 36px;
    margin: 0 !important;
    padding: 8px !important;
    width: 217px
}

#mailchimp-email-subscibe {
    overflow: hidden
}

#mc_embed_signup {
    clear: left;
    overflow: hidden
}

#mc_embed_signup form {
    display: inline !important;
    padding: 0 !important;
    text-align: center !important
}

#mc_embed_signup input.input-group-field {
    display: block;
    border: none;
    width: 255px;
    background: #f5f5f5;
    color: #a3a3a3;
    font-style: italic;
    height: 36px;
    float: left;
    padding: 5px 10px;
    line-height: 36px;
    margin-right: 10px
}

#mc_embed_signup button {
    float: right;
    margin-left: -3px;
    border: none;
    background: 0 0;
    padding: 0
}

#mc_embed_signup .input-group-btn .btn {
    display: block;
    margin: 0;
    padding: 0 19px !important
}

#mc_embed_signup .input-group-btn {
    float: left
}

.modal-window .icon-social {
    overflow: hidden
}

.rte .icon-social {
    text-align: center
}

.rte .icon-social li {
    display: inline-block;
    float: none
}

.icon-social {
    text-align: left
}

.icon-social ul {
    padding: 0;
    list-style: none
}

.icon-social li {
    display: block;
    margin: 0 12px 0 0;
    float: left;
    white-space: nowrap;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #333;
    width: 36px;
    height: 36px;
    text-align: center;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.icon-social li a {
    text-indent: -999em;
    font-size: 0;
    display: block;
    height: 36px;
    width: 36px
}

.icon-social li.social-1 a {
    background: url(icons_new20-06.png) 11px -1675px no-repeat
}

.icon-social li.social-2 a {
    background: url(icons_new20-06.png) 11px -1710px no-repeat
}

.icon-social li.social-3 a {
    background: url(icons_new20-06.png) 11px -1747px no-repeat
}

.icon-social li.social-4 a {
    background: url(icons_new20-06.png) 11px -1783px no-repeat
}

.icon-social li.social-5 a {
    background: url(icons_new20-06.png) 11px -1818px no-repeat
}

.icon-social li.social-6 a {
    background: url(icons_new20-06.png) 11px -1855px no-repeat
}

.icon-social li.social-1:hover {
    background: #4a73bd
}

.icon-social li.social-2:hover {
    background: #46b0e2
}

.icon-social li.social-3:hover {
    background: #ea3b02
}

.icon-social li.social-4:hover {
    background: #f9bc2e
}

.icon-social li.social-5:hover {
    background: #cc2127
}

.icon-social li.social-6:hover {
    background: url(social.png) -153px -44px no-repeat
}

.icon-social li span {
    color: #013055
}

.price-box,
.top-cart .block-content .item .product-name a {
    color: #000
}

.icon-social li span span {
    display: block
}

.icon-social li img {
    margin-right: 10px;
    float: left
}

.widget-products .products-grid:after {
    clear: none
}

.input-group-btn {
    width: auto
}

.widget-title fieldset.box-title {
    text-align: center;
    border-top: 1px dotted #000;
    text-transform: uppercase
}

.widget-title fieldset.box-title legend {
    display: block;
    width: auto;
    margin: 0;
    padding: 0 20px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .05em
}

.widget-new-product {
    padding-bottom: 50px;
    clear: both
}

.product-shop .spr-badge {
    padding: 0;
    margin: 0 0 18px
}

.product-shop .spr-badge .spr-starrating {
    margin-right: 15px
}

.product-shop .spr-badge .spr-badge-caption {
    text-transform: lowercase
}

.product-label strong,
.toolbar {
    text-transform: uppercase;
    font-weight: 700
}

.spr-badge-starrating .spr-icon {
    font-size: 105% !important;
    padding: 0 1px
}

.grid-item .product-top {
    position: relative;
    overflow: hidden
}

.products-grid {
    clear: both
}

.products-grid .grid-item {
    position: relative;
    text-align: center
}

.products-grid .grid-item .product-top {
    margin-bottom: 0
}

.products-grid .grid-item .product-bottom {
    position: relative
}

.hover,
.products-grid .product-des {
    position: absolute;
    width: 100%;
    left: 0;
    opacity: 0
}

.products-grid .grid-item .product-grid-image {
    text-align: center;
    display: block
}

.products-grid .grid-item #product-actions {
    margin: 0
}

.products-grid .product-des {
    text-align: center;
    bottom: 100px
}

.products-grid .action {
    display: none
}

.grid-item #add-to-cart {
    display: block;
    width: 100%;
    text-align: center;
    height: 42px;
    line-height: 42px;
    -webkit-transition: all .5s ease .25s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.hover {
    top: 0;
    height: 100%;
    background-color: #fff;
    -webkit-transition: all 250ms ease-in-out .25s;
    -moz-transition: all 250ms ease-in-out .25s;
    -ms-transition: all 250ms ease-in-out 0s;
    -o-transition: all 250ms ease-in-out 0s;
    transition: all 250ms ease-in-out 0s
}

.ajax-product-title,
.product-name a,
.product-title {
    color: #000;
    display: block;
    margin-bottom: -8px;
    text-decoration: none !important
}

.price-box {
    font-size: 13px;
    font-weight: 700;
    display: block;
    margin-top: -5px
}

.price-box em {
    font-weight: 400
}

.old-price {
    margin-right: 6px
}

.compare-price,
.old-price {
    color: #969696 !important;
    text-decoration: line-through;
    display: inline;
    font-weight: 400
}

.compare-price:not(:empty) {
    margin-right: 10px
}

.price.on-sale,
.special-price {
    color: red !important
}

.special-price em {
    display: none
}

.product-label strong {
    color: #e95144;
    line-height: 16px;
    height: 20px;
    font-size: 10px;
    display: inline-block;
    padding: 0 5px;
    border: 2px solid #e95144;
    background: #fff;
    float: right;
    clear: both
}

.product-label strong.sold-out-label {
    color: #d2d8db;
    border-color: #d2d8db;
    display: none
}

.product-list {
    margin-bottom: 40px
}

.product-list .grid-item {
    width: auto;
    float: none;
    margin: 40px 0 0;
    clear: both;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #dfe4e6;
    padding-top: 40px;
    text-align: left
}

.product-list .grid-item:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: 0
}

.product-list .product-details {
    overflow: hidden
}

.product-list .product-list-thumb {
    display: block;
    float: left;
    max-width: 400px;
    position: relative
}

.product-list .short-description {
    margin-bottom: 10px
}

.product-list .action {
    margin-bottom: 20px
}

.product-list .grid-item #add-to-cart {
    width: auto
}

.product-list .product-label {
    left: 0;
    right: auto;
    top: 0
}

.product-list .product-label strong {
    float: left
}

.product-list .spr-badge {
    margin: 0 0 10px;
    padding: 0
}

.product-list .spr-badge:after {
    clear: none
}

.template-collection .breadcrumb {
    margin-bottom: 0
}

.list-category .grid-item {
    margin-bottom: 45px;
    text-align: center
}

.list-category .view {
    opacity: 0;
    text-indent: -999em;
    display: block;
    width: 42px;
    height: 42px;
    background: url(ico-view.png) -2px -2px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    border: 2px solid transparent
}

.list-category .view:hover {
    background-position: -2px -60px
}

.list-category .grid-item:hover .view {
    opacity: 1
}

.collection-title h3.h5 {
    font-size: 20px;
    font-weight: 700;
    padding: 25px 0 10px;
    margin: 0
}

.collection-title h3 a {
    display: block;
    color: #000;
    text-transform: uppercase;
    text-decoration: none
}

.collection-title .count-products {
    color: #828282;
    margin-bottom: 15px
}

.collection-title p.desc {
    margin: 0
}

.collection-title a.btn {
    margin-top: 22px
}

.toolbar {
    font-size: 11px;
    color: #fff;
    margin-bottom: 30px;
    position: relative;
    float: left;
    width: 100%;
    background: #fff;
    border: 1px solid #fff;
    display: block;
    text-align: right
}

.toolbar.toolbar-bottom {
    color: #2d2d2d;
    margin-bottom: 0
}

.toolbar-bottom .padding {
    padding-top: 0
}

.toolbar.toolbar-bottom .page-total {
    float: left;
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    text-transform: none
}

.toolbar label {
    color: #3c3c3c;
    letter-spacing: .05em;
    margin: 0 12px 0 0
}

.toolbar .view-mode {
    float: left;
    text-align: left
}

.toolbar .view-mode label {
    border-right: 1px solid #cbcbcb;
    padding: 16px 20px;
    margin: 0 20px 0 0
}

.toolbar .btn-group label {
    margin-top: 8px;
    float: left
}

.toolbar .btn-group {
    margin: 8px 8px 8px 22px;
    text-align: left
}

.toolbar button {
    color: #66787f;
    text-transform: uppercase;
    padding: 0;
    text-align: left;
    font-weight: 400;
    letter-spacing: 0
}

.toolbar button.btn-hover {
    color: #e95144;
    position: relative;
    z-index: 2
}

.toolbar button.btn-hover:before {
    background: #fff;
    border-right: 1px solid #dfe4e6;
    content: "";
    height: 91px;
    position: absolute;
    right: -30px;
    top: -40px;
    width: 119px;
    z-index: -1
}

.toolbar .right button.btn-hover:before {
    right: auto;
    left: -30px;
    border-left: 1px solid #dfe4e6;
    border-right: none
}

.toolbar .collection-filter-btn,
.toolbar .collection-filter-btn .icon-drop {
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top-color: #7a8e95;
    display: inline-block;
    vertical-align: middle;
    text-indent: -999em;
    cursor: pointer;
    margin: 3px 3px 0 10px;
    padding: 0;
    background: 0 0
}

.toolbar .collection-filter-btn.btn-hover .icon-drop {
    border-top-color: #e95144
}

.toolbar .grid,
.toolbar .list {
    width: 14px;
    height: 14px;
    text-indent: -999em;
    display: inline-block;
    background: url(icons_new20-06.png) no-repeat;
    line-height: 14px;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    letter-spacing: .05em
}

.toolbar .grid {
    margin-right: 20px
}

.toolbar span.grid {
    background-position: 0 -600px;
    color: #e95144
}

.toolbar a.grid {
    background-position: 0 -640px
}

.toolbar a.grid.active,
.toolbar a.grid:hover {
    background-position: 0 -600px;
    text-decoration: none;
    color: #e95144
}

.toolbar a.list {
    background-position: 0 -727px
}

.toolbar a.list.active,
.toolbar a.list:hover {
    background-position: 0 -768px;
    text-decoration: none;
    color: #e95144
}

.toolbar span.list {
    background-position: 0 -768px;
    color: #e95144
}

.toolbar .btn-group.filter-show {
    margin-left: 10px
}

.toolbar .filter-show button.dropdown-toggle {
    width: 120px
}

.toolbar .filter-show.open .dropdown-menu {
    min-width: 120px
}

.toolbar button.dropdown-toggle {
    float: none;
    border: 1px solid #cbcbcb;
    color: #505050;
    background: #fff;
    line-height: 34px;
    padding: 0 50px 0 10px;
    position: relative;
    text-transform: capitalize;
    width: 170px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.toolbar button.dropdown-toggle:after {
    content: "";
    width: 36px;
    height: 35px;
    border-left: 1px solid pink1px solid #cbcbcb;
    position: absolute;
    right: 0;
    top: 0
}

.toolbar button.dropdown-toggle:before {
    position: absolute;
    right: 14px;
    top: 16px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #000;
    content: ""
}

.panel-heading,
.toolbar .open .dropdown-menu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

.toolbar .btn-group.open .dropdown-toggle {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.toolbar .btn-group.open .dropdown-toggle:before {
    border-top-color: transparent;
    border-bottom-color: #000;
    margin-top: -5px
}

.toolbar .open .dropdown-menu {
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    left: auto;
    right: 0;
    min-width: 170px
}

.toolbar .open .dropdown-menu li.active {
    margin: 0
}

.dropdown-menu>li>a {
    color: #505050;
    font-size: 12px;
    text-transform: capitalize;
    padding: 3px 10px
}

.cart-title h2,
.nav-tabs,
.nav-tabs>li>a,
.panel-group .spr-form-title,
.product-shop .product-title a:first-letter,
.product-shop .product-title h2:first-letter,
.product-shop .tags .icon-tags {
    text-transform: uppercase
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    background-color: #f5f5f5;
    color: #66787f
}

.infinite-scrolling,
.infinite-scrolling-homepage {
    text-align: center;
    clear: both
}

.last-few-message {
    font-size: 18px;
    font-style: italic;
    padding: 5px;
    color: red;
    background-color: #fff;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    text-align: center
}

.template-product .breadcrumb {
    margin-bottom: 34px
}

.product-shop .product-title.has-btn {
    padding-right: 30px;
    position: relative
}

.product-shop .product-title a,
.product-shop .product-title h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 30px;
    text-decoration: none
}

.product-shop .product-infor label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 5px;
    margin: 0
}

.product-shop .product-title a.btn {
    display: block;
    text-indent: -999em;
    width: 8px;
    height: 13px;
    padding: 0;
    background: url(btn-product.png) no-repeat;
    border: 0;
    position: absolute;
    top: 10px;
    right: 20px
}

.product-shop .product-title a.btn.next {
    background-position: right center;
    right: 0
}

#product-variants {
    margin-bottom: 0;
    display: grid
}

.total-price label {
    margin: 0 5px 0 0
}

.product-shop .total-price {
    clear: both;
    margin-bottom: 22px
}

.product-shop .total-price>span {
    font-size: 14px;
    font-weight: 700;
    color: #000
}

.product-shop .prices .compare-price {
    font-size: 16px;
    font-weight: 400
}

#addToCartForm #product-add-to-cart,
#addToCartForm #product-add-to-cart-mobile {
    display: block;
    margin-bottom: 20px
}

#addToCartForm #quantity {
    width: 100px;
    margin-bottom: 20px
}

#productPrice span,
.product-shop .short-description {
    margin-bottom: 20px
}

#add-to-cart-form strong.h2 {
    margin-bottom: 20px;
    display: block;
    margin-top: 14px
}

.product-shop .price {
    font-size: 24px;
    color: #000
}

.product-shop .old-price {
    margin-right: 10px
}

label[for=quantity] {
    display: block;
    font-weight: 700;
    margin-bottom: 5px
}

.product-shop #add-to-cart-form .btn,
.quick-view .product-shop .btn {
    margin: 0 0 3px;
    min-width: 235px;
    float: left;
    height: 44px
}

.product-shop #add-to-cart-form .iWishButton {
    float: left;
    margin-bottom: 10px;
    margin-top: 10px
}

.product-shop #add-to-cart-form .iWishButton a {
    float: left;
    font-weight: 500;
    opacity: .8;
    margin-left: 20px;
    margin-top: 5px
}

.product-shop #add-to-cart-form .icon {
    background: url(icons_new15.png) 4px -173px no-repeat grey;
    display: inline-block;
    float: left;
    margin-left: 14px
}

.product-shop #add-to-cart-form iWishButton:hover {
    border-color: none;
    background-color: none;
    color: none
}

.product-shop #add-to-cart-form .iWishButton .iwishAdded {
    pointer-events: none
}

#I-Wish-Button {
    border: 1px solid #000;
    border-radius: 5px;
    background-color: gray;
    padding-right: 3px;
    padding-left: 21px
}

.product-shop .tags .icon-tags,
.product-shop .tags a,
.product-shop .tags span {
    padding-right: 7px
}

#I-Wish-Button .iWishAdd {
    color: #bebebe;
    font-weight: 500
}

.iWishButtonEnable {
    background-color: #188abb !important;
    pointer-events: unset
}

.iWishButtonEnable .iWishAdd {
    color: #fff !important
}

.iWishButtonDisable {
    pointer-events: none
}

.product-shop .tags {
    margin-bottom: 20px;
    clear: both
}

.product-shop .tags span:nth-child(1),
.product-shop .tags span:nth-of-type(1) {
    display: none
}

.product-shop .product-description {
    padding: 0
}

.share_toolbox {
    clear: both;
    border: 1px solid #e3e3e3;
    border-width: 1px 0;
    overflow: hidden;
    padding: 10px 0;
    margin-bottom: 15px
}

.share_toolbox p {
    float: left;
    color: #969696;
    margin: 0
}

.share_toolbox p strong {
    font-weight: 500
}

.share_toolbox ul {
    float: right;
    margin: 0;
    line-height: 18px;
    list-style: none;
    padding-left: 0
}

.share_toolbox ul li {
    display: inline-block;
    padding: 0 0 0 12px;
    margin: 0
}

.zoomWrapper>div {
    width: 64px !important;
    height: 64px !important;
    background-color: #fff !important;
    left: 50% !important;
    margin: -32px 0 0 -32px !important;
    top: 50% !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 99 !important
}

.zoomWrapper img {
    z-index: -1 !important
}

.product-img-box {
    position: relative;
    padding-right: 30px
}

.product-img-box .product-photo-container,
.product-img-box .product-photo-container-accessories {
    position: relative;
    overflow: hidden;
    text-align: center
}

.product-img-box .product-photo-thumbs li {
    margin: 0
}

.product-img-box .product-photo-thumbs li a {
    display: block
}

.more-view-wrapper {
    margin: 25px 0 0
}

.product-img-box.has-jcarousel .product-photo-container,
.product-img-box.has-jcarousel .product-photo-container-accessories {
    float: left;
    width: 290px
}

.product-img-box.has-jcarousel .more-view-wrapper {
    float: right;
    margin: 0
}

.product-img-box.has-jcarousel .product-photo-thumbs li {
    margin: 0 0 15px
}

.more-view-wrapper ul {
    padding: 0;
    list-style: none
}

.more-view-wrapper-jcarousel .product-photo-thumbs li {
    padding: 0;
    margin: 0 0 20px
}

.more-view-wrapper .jcarousel-skin-tango .jcarousel-prev-vertical {
    width: 15px;
    height: 10px;
    left: 50%;
    margin-left: -8px;
    background-position: 100% -456px;
    z-index: 2;
    top: 0
}

.more-view-wrapper .jcarousel-skin-tango .jcarousel-next-vertical {
    width: 15px;
    height: 10px;
    left: 50%;
    margin-left: -8px;
    background-position: 100% -523px;
    z-index: 2;
    bottom: 0
}

#more-view-carousel,
.quickview-more-views {
    padding: 0;
    margin: 0
}

.more-view-wrapper .jcarousel-clip-vertical {
    width: 55px;
    height: 346px
}

.more-view-wrapper .jcarousel-skin-tango .jcarousel-next-disabled,
.more-view-wrapper .jcarousel-skin-tango .jcarousel-prev-disabled {
    display: none !important
}

.more-view-wrapper .jcarousel-container {
    padding: 20px 0
}

.quick-view .product-img-box.has-jcarousel .product-photo-container,
.quick-view .product-img-box.has-jcarousel .product-photo-container-accessories {
    width: 280px
}

.at-share-tbx-element {
    display: none
}

.at-share-tbx-element:first-child {
    display: block
}

.selector-wrapper {
    padding-bottom: 10px
}

.selector-wrapper select {
    height: 45px;
    padding: 0
}

.selector-wrapper label {
    margin-right: 10px;
    display: block;
    margin-bottom: 5px
}

.button.dec,
.button.inc {
    float: left;
    width: 35px;
    height: 36px;
    border: 1px solid #cbcbcb;
    cursor: pointer;
    background: url(icons_new20-06.png) 12px -923px no-repeat;
    text-indent: -999em
}

.button.dec {
    border-right: 0
}

.button.inc {
    border-left: 0;
    background-position: 12px -965px
}

.product-shop #quantity,
.product-shop .quantity {
    float: left;
    width: 50px
}

#quantity {
    width: 100px;
    margin-bottom: 22px
}

label[for=productSelect] {
    margin-bottom: 10px
}

.quantity select {
    height: 30px;
    padding: 4px
}

.panel-group {
    margin: 0;
    clear: both
}

.nav-tabs {
    border-bottom: 1px solid #d0d0d0;
    font-weight: 700;
    letter-spacing: .05em;
    margin-bottom: 26px
}

.nav-tabs>li {
    background: #fafafa;
    margin: 0 -1px 0 0
}

.nav-tabs>li>a {
    font-weight: 700;
    color: #000;
    letter-spacing: .05em;
    margin: 0;
    border: 1px solid #d0d0d0;
    border-bottom: 0;
    padding: 14px 25px 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none
}

.nav-tabs>li.active,
.nav-tabs>li:hover {
    border-top: 2px solid #000
}

.nav-tabs>li.active>a,
.nav-tabs>li:hover>a {
    padding-bottom: 11px;
    padding-top: 13px;
    margin-bottom: -1px
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav-tabs>li:hover>a,
.nav-tabs>li:hover>a:hover,
.nav-tabs>li>a:hover {
    border: 1px solid #c8c8c8;
    border-width: 0 1px;
    color: #fff;
    background-color: #000
}

.nav>li>a:focus,
.nav>li>a:hover {
    background: #fff;
    color: #000
}

#myTab {
    list-style: none;
    padding-left: 0
}

#collapse-tab1.tab-pane,
#collapse-tab3.tab-pane,
#collapse-tab5.tab-pane,
#collapse-tab6.tab-pane {
    display: none
}

#collapse-tab1.active,
#collapse-tab3.active,
#collapse-tab5.active,
#collapse-tab6.active {
    display: block
}

.tab-content h4 {
    font-size: 12px;
    font-weight: 700;
    padding: 0 0 15px;
    margin: 0
}

.tab-content p {
    margin-bottom: 20px
}

#collapse-tab1 p {
    margin-bottom: 30px
}

#collapse-tab1 ol,
#collapse-tab1 ul {
    margin: 0 0 30px
}

.tab-content blockquote {
    font-style: normal;
    border: 0;
    padding: 0;
    margin: 0;
    line-height: 20px
}

.panel-group .spr-container {
    border: none;
    padding: 0 !important
}

.panel-group .spr-container h2.spr-header-title {
    display: none
}

#shopify-product-reviews {
    margin: 0;
    padding: 10px 0
}

.panel-group .spr-summary-caption,
.panel-group .spr-summary-starrating {
    margin: 0 20px 20px 0;
    display: inline-block
}

.panel-group .spr-review,
.tab-content .spr-form {
    border-top: 1px dotted #d0d0d0 !important;
    margin-top: 30px;
    padding-top: 23px;
    padding-bottom: 0
}

.panel-group .spr-review:first-child {
    margin-top: 30px
}

.panel-group .spr-review .spr-review-header-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 3px
}

.panel-group .spr-review .spr-review-header-byline {
    font-style: normal;
    font-size: 12px;
    margin-bottom: 8px;
    opacity: .6
}

.panel-group .spr-review .spr-review-header-byline strong {
    font-weight: 400
}

.panel-group .spr-review .spr-review-content {
    margin-bottom: 30px
}

.panel-group .spr-review .spr-review-content p {
    margin: 0
}

.panel-group .spr-form-title {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .05em
}

.panel-group .spr-form-label {
    display: block;
    font-size: 12px
}

.panel-group .spr-form-review-rating .spr-form-label {
    display: inline-block;
    margin-right: 20px
}

.panel-group .spr-form-review-rating .spr-starrating {
    display: inline-block;
    line-height: 25px
}

.panel-group .spr-form-input-email,
.panel-group .spr-form-input-text {
    max-width: 370px;
    width: 100%;
    clear: both
}

.panel-group .spr-form-input-textarea {
    max-width: 670px;
    width: 100%;
    clear: both
}

.panel-group .spr-form-actions {
    max-width: 670px;
    width: 100%
}

.spr-review-header .spr-review-header-starratings {
    margin: 0 0 6px
}

.recently-viewed-products .products-grid .grid-item,
.related-products .products-grid .grid-item {
    margin-bottom: 0
}

.spr-summary-actions a {
    line-height: 30px;
    height: 32px;
    border: 1px solid transparent
}

.spr-review-footer .spr-review-reportreview {
    color: #e95144
}

.product-shop .selectize-input {
    padding: 0 12px !important;
    min-height: 34px !important;
    border-color: #cbcbcb !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important
}

.product-shop .selectize-input.full {
    width: 100%
}

.product-shop .selectize-input>* {
    line-height: 36px
}

.product-shop .selectize-control.single .selectize-input:after {
    border-width: 4px 4px 0 !important;
    border-top-color: #000 !important;
    right: 14px !important;
    top: 20px !important
}

.product-shop .selectize-control.single .selectize-input.dropdown-active:after {
    border-width: 0 4px 4px !important;
    border-bottom-color: #000 !important;
    margin-top: -2px !important
}

.product-shop .selectize-control.single .selectize-input:before {
    position: absolute;
    content: '';
    width: 36px;
    height: 36px;
    border-left: 1px solid #cbcbcb;
    right: 0;
    top: 0
}

[class*=" spr-icon-"]:before,
[class^=spr-icon-]:before {
    font-size: 100% !important
}

.related-products h2 {
    font-size: 14px;
    padding: 27px 0
}

.recently-viewed-products {
    padding: 0;
    clear: both
}

.recently-viewed-products h2 {
    font-size: 14px;
    padding: 27px 0
}

.recently-viewed-products .price-box,
.recently-viewed-products .spr-badge {
    margin: 0 0 10px
}

.recently-viewed-products .product-bottom .action {
    z-index: 2;
    position: absolute;
    top: -152px;
    left: 0;
    width: 100%;
    opacity: 0
}

.strikethrough-cart-price {
    font-size: 13px;
    font-weight: 500;
    color: #999;
    text-decoration: line-through
}

.discount-cart-message {
    font-size: 13px;
    font-weight: 700;
    font-style: italic;
    color: #093
}

.regular-cart-price {
    font-size: 13px;
    font-weight: 700;
    color: #333;
    margin: 0 0 0 10px
}

.BOGO-Cart-Message {
    font-size: 12px;
    color: #e00
}

a.p65 {
    color: #0f7ba9;
    text-decoration: underline;
    font-size: 14px
}

.Discount-Cart-Button {
    height: 36px;
    width: 80px;
    background: #188abb;
    font-weight: 700;
    border: 0;
    color: #fff;
    text-align: center;
    margin-left: 5px
}

.Gift-Cert-Cart-Label,
.Gift-Cert-Cart-Message {
    font-size: 12px
}

.above-checkout-message {
    font-size: 13px;
    font-weight: 700;
    color: #c00;
    margin: 0
}

.cart-list li,
.cart-title h2 {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 40px
}

.template-cart .page-header {
    overflow: hidden
}

.template-cart .page-header h1 {
    float: left
}

.template-cart a.continue {
    letter-spacing: .02em;
    float: right;
    margin-top: 5px;
    padding-right: 35px;
    background: url(icons_new20-06.png) right -159px no-repeat
}

.cart-title h2 {
    color: #797979;
    font-weight: 700;
    font-size: 11px;
    background: #fafafa;
    padding: 12px 20px 8px;
    letter-spacing: .02em;
    line-height: 20px
}

.cart-list {
    padding: 0;
    list-style: none
}

.cart-list li {
    overflow: hidden;
    padding-bottom: 40px
}

.cart-list a.product-img {
    float: left;
    width: 20%;
    padding-right: 20px
}

.cart-list .product-details {
    float: left;
    width: 80%
}

.cart-list .product-name {
    display: inline-block;
    margin-bottom: 9px
}

.cart-list p.size {
    color: #717171;
    margin: 0 0 5px 10px
}

.cart-list p.vendor {
    color: #717171;
    font-weight: 700;
    margin: 0 0 10px 10px
}

.cart-list p.price {
    margin-bottom: 16px
}

.cart-list .price {
    font-size: 13px;
    font-weight: 700
}

.cart-list a.remove,
.cart-list input.update {
    font-size: 11px;
    letter-spacing: .02em;
    font-weight: 700;
    text-transform: uppercase
}

.cart-list .quantity label {
    margin-bottom: 9px;
    display: block
}

.cart-list input.qty {
    width: 110px;
    margin-right: 30px
}

.cart-list input.update {
    border: 0;
    background: 0 0;
    color: #000;
    border-bottom: 1px solid #000;
    padding: 0;
    line-height: 16px
}

.cart-list a.remove {
    color: #e95144;
    border-bottom: 1px solid #e95144;
    margin-right: 40px
}

.cart-list a.remove:hover,
.cart-list input.update:hover {
    border-bottom: 0;
    text-decoration: none
}

.cart-row h3 .money {
    font-size: 32px;
    font-style: normal;
    text-align: right;
    font-weight: 700
}

.main-content .total-price {
    text-align: center;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 0;
    margin-bottom: 0
}

.cart-row .total-price {
    text-align: center;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 0;
    margin-bottom: 0
}

.main-content .total-price h3 {
    color: #797979;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    background: #fafafa;
    border-bottom: 1px solid #eaeaea;
    padding: 12px 10px 8px;
    letter-spacing: .02em;
    line-height: 20px;
    margin-bottom: 10px;
    font-family: changa
}

.cart-row .total-price h3 {
    color: #797979;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    background: #fafafa;
    border-bottom: 1px solid #eaeaea;
    padding: 12px 10px 8px;
    letter-spacing: .02em;
    line-height: 20px;
    margin-bottom: 30px
}

.main-content .total-price .price {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 5px
}

#vwo-ab-test {
    display: none
}

.cart-row .total-price .price {
    font-size: 24px;
    font-weight: 700
}

.cart-row .btn {
    width: 100%;
    height: 52px;
    margin-bottom: 20px;
    padding: 0 10px
}

.cart-row .btn-secondary {
    display: block;
    float: right
}

.cart-row label.add-comments {
    display: block;
    font-weight: 400;
    margin-bottom: 13px
}

.cart-row label.add-comments span:first-child {
    background: #e95144;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 5px;
    margin-right: 10px;
    text-transform: uppercase
}

.cart-row textarea {
    height: 111px;
    width: 100%;
    margin-bottom: 28px
}

#shipping-calculator {
    padding-top: 37px;
    margin-bottom: 25px
}

#shipping-calculator h3 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .05em;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 16px
}

#shipping-calculator-form-wrapper p input[type=text],
#shipping-calculator-form-wrapper p select {
    width: 100%
}

#shipping-calculator-form-wrapper p select {
    margin-bottom: 8px
}

#shipping-calculator-form-wrapper label {
    display: block
}

#shipping-calculator-form-wrapper label[for=get-rates-submit] {
    display: none
}

#get-rates-submit {
    margin: 10px 0
}

.zoomContainer {
    z-index: 99;
    width: auto !important;
    height: auto !important
}

.create-an-account p.title {
    color: #323232;
    border: 1px solid #eaeaea;
    border-width: 1px 0;
    padding: 16px 0;
    margin-bottom: 26px
}

#create_customer label {
    display: block;
    padding-bottom: 5px
}

#create_customer input {
    display: block;
    margin-bottom: 15px;
    min-width: 200px;
    width: 380px
}

#create_customer .action-btn {
    padding-top: 5px
}

#create_customer .action-btn input {
    min-width: 0;
    width: auto
}

#customer_login .page-header h1 {
    text-align: center;
    font-size: 14px;
    background: #fafafa;
    border: 1px solid #eaeaea;
    border-width: 1px 0;
    padding: 15px 0 13px
}

#customer_login label {
    display: block
}

#customer_login input {
    display: block;
    margin-bottom: 15px;
    min-width: 200px;
    width: 380px
}

#customer_login .action-btn {
    margin-bottom: 50px;
    margin-top: 20px
}

#customer_login .action-btn input {
    min-width: 0;
    width: auto;
    margin-bottom: 24px
}

#customer_login .action-btn p.last span {
    color: #404e53;
    font-style: italic;
    padding: 0 3px
}

#recover_password label {
    display: block;
    padding-bottom: 5px
}

#recover_password input {
    display: block;
    margin-bottom: 15px;
    min-width: 200px;
    width: 380px
}

#recover_password .action-btn input {
    min-width: 0;
    width: auto
}

.grid-item .page-header {
    margin-bottom: 10px;
    margin-top: 30px
}

.grid-item .page-header h4 {
    margin-bottom: 0
}

.grid-item form input[type=tel],
.grid-item form input[type=text],
.grid-item select {
    width: 380px;
    display: block;
    margin-bottom: 10px
}

.grid-item h3 {
    font-size: 14px
}

.search-page .page-header h2 {
    margin-bottom: 20px
}

.search-page .search-bar .input-group-field {
    margin-right: 10px
}

.search-page .toolbar-bottom {
    margin-top: 30px
}

.quick-view,
.quickview-template {
    bottom: 0;
    left: 0;
    overflow-x: auto;
    overflow-y: scroll;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1050;
    display: none
}

.quick-view .content,
.quickview-template .content {
    position: relative;
    width: 90%;
    margin: 30px auto;
    background: #fff;
    padding: 50px
}

.ajax-success-modal .overlay,
.backpack_special_modal .overlay,
.item-success-modal .overlay,
.quick-view .overlay {
    background: rgba(45, 45, 50, .8);
    height: 100%;
    width: 100%;
    position: fixed
}

._quick-view-content {
    display: none
}

.quick-view .product-shop {
    float: right
}

.quick-view .product-img-box {
    margin: 0;
    float: left
}

.quick-view .product-img-box .image,
.quick-view .product-img-box .image-wrapper {
    width: 311px;
    height: 311px;
    overflow: hidden;
    position: relative
}

.quick-view .product-img-box .image img {
    display: block;
    position: relative;
    max-width: 110%
}

.quick-view .product-img-box .thumbnails {
    padding: 20px 0 0 40px;
    position: relative
}

.quick-view .product-img-box .thumbnails .jcarousel-next-horizontal,
.quick-view .product-img-box .thumbnails .jcarousel-prev-horizontal {
    width: 70px;
    height: 70px;
    position: absolute;
    display: block;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    float: left;
    top: 0
}

.quick-view .product-img-box .thumbnails .jcarousel-next-horizontal {
    right: 0;
    opacity: .2
}

.quick-view .product-img-box .thumbnails .jcarousel-next-horizontal:hover {
    opacity: 1
}

.quick-view .product-img-box .thumbnails .jcarousel-prev-horizontal {
    left: 0;
    opacity: .2
}

.quick-view .product-img-box .thumbnails .jcarousel-prev-horizontal:hover,
.quick-view .product-img-box .thumbnails ul li .active,
.quick-view .product-img-box .thumbnails ul li a:hover {
    opacity: 1
}

.quick-view .product-img-box .thumbnails ul {
    float: left;
    text-align: center;
    list-style: none;
    padding-left: 0;
    width: 266px
}

.quick-view .product-img-box .thumbnails ul li a img {
    max-width: 110%
}

.quick-view .product-shop p.custom {
    margin: 0
}

.quick-view .product-shop .prices {
    margin-top: 25px
}

.quick-view .product-shop .prices:first-child {
    margin-top: 0
}

.quick-view .product-shop .addthis {
    margin-bottom: 0
}

.ajax-form-submited-wrap {
    display: none;
    position: relative;
    width: 270px;
    height: 50px;
    float: right
}

.ajax-form-submited-success,
.quick-view .ajax-form-submited-error {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    font-weight: 700;
    width: 270px;
    margin-right: 30px;
    height: 50px;
    font-size: 14px
}

.ajax-form-submited-success {
    line-height: 50px
}

.ajax-form-loader {
    position: absolute;
    right: 0;
    top: 20px;
    width: 40px;
    height: 15px
}

.loading-modal {
    position: fixed;
    right: auto;
    top: 50% !important;
    left: 50%
}

.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .35;
    z-index: 700;
    display: none
}

.quick-view .product-shop .price {
    margin-bottom: 20px
}

.quick-view .product-shop .product-description {
    margin-bottom: 22px;
    padding: 0
}

.quick-view .product-shop .quantity {
    margin-bottom: 25px
}

.quick-view .product-shop .details input[type=number] {
    margin-bottom: 30px
}

.zoomWindowContainer .zoomWindow {
    border: 5px solid #fff !important
}

.loading-modal {
    background: url(loading.gif) center 14px no-repeat #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    bottom: auto;
    width: 56px;
    height: 56px;
    margin-left: -28px;
    margin-top: -28px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    text-indent: -999em;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.ajax-success-modal .ajax-left,
.backpack_special_modal .ajax-left {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px
}

.backpack_special_modal .ajax-left {
    margin-bottom: 10px
}

#backpackPrice {
    font-size: 20px;
    margin-bottom: 10px
}

.backpack_special_modal .money {
    text-decoration: line-through
}

#newBagPrice {
    color: red
}

.content .ajax-left {
    width: 100%;
    float: none;
    text-align: center
}

#modal-header {
    box-shadow: 0 2px 5px 1px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #000
}

.white-shirt {
    padding: 9px 40px 5px
}

.modalBtn {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    border-radius: .25rem;
    padding: .375rem .75rem
}

.giftCounterContainer {
    font-size: 21px;
    text-align: center;
    color: #fff
}

#giftCounter {
    border: 2px solid #000;
    color: red;
    width: 40px;
    display: inline-block;
    height: 32px;
    vertical-align: middle;
    font-weight: 700;
    padding-top: 4px;
    background-color: #fff
}

#closeFreeGiftModal {
    background: url(icons_new20-03.png) -1px -878px;
    position: absolute;
    right: 0;
    top: 35px;
    height: 30px;
    width: 30px
}

.item-success-modal .content {
    background: 0 0;
    left: 50%;
    position: absolute;
    top: 10% !important;
    width: 515px;
    height: unset;
    text-align: center;
    margin-left: -260px
}

.item-success-modal .itemHeading {
    text-align: center;
    font-size: 22px;
    font-family: Changa;
    color: #fff
}

.item-success-modal .row {
    text-align: center;
    font-family: Changa;
    font-size: 18px
}

.item-success-modal #black-shirt p,
.item-success-modal .white-shirt p {
    margin-top: 6%
}

.item-success-modal .theImage,
.item-success-modal .theImages {
    width: 35%;
    float: left;
    max-width: 200px;
    max-height: 266px
}

.item-success-modal h4 {
    margin-bottom: 0
}

.item-success-modal .white-shirt .rowColumn {
    margin-top: 21%;
    overflow: hidden
}

.item-success-modal .white-shirt .rowColumn-single {
    margin-top: 11%;
    overflow: hidden
}

.item-success-modal #black-shirt .addGift,
.item-success-modal .white-shirt .addGift {
    border: 1px solid #000;
    padding: 6px 12px;
    line-height: 1.43
}

.item-success-modal .actions {
    margin-top: 20px;
    margin-left: 70px
}

.ajax-error-modal {
    bottom: auto;
    left: 0;
    overflow: hidden;
    padding: 10px 20px;
    position: fixed;
    right: auto;
    top: 50%;
    width: 100%;
    text-align: center
}

.ajax-error-modal .modal-inner {
    color: #fff;
    background: #e95144;
    display: inline-block;
    padding: 10px 20px
}

.swatch .swatch-element .crossed-out,
.swatch input {
    display: none
}

.ajax-success-modal .continue-shopping,
.backpack_special_modal .continue-shopping {
    margin-right: 12px;
    padding: 0 20px
}

.ajax-success-modal .btn-secondary,
.backpack_special_modal .btn-secondary,
.item-success-modal .btn-secondary {
    padding: 0 20px;
    margin-bottom: 10px;
    background-color: #188abb !important;
    color: #fff !important
}

.item-success-modal .continue-shopping {
    margin-right: 12px;
    padding: 0 20px
}

.item-success-modal .btn-secondary {
    padding: 0 20px;
    margin-bottom: 10px
}

.success-message {
    text-align: center;
    color: #5f943c;
    margin-bottom: 7px;
    border-bottom: 1px solid #dde8d6;
    background-color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    box-shadow: 0 5px 18px #888
}

.has-been-added-message {
    margin-bottom: 5px;
    color: #00f000
}

.backpack_special_modal .success-message {
    background: url(icons_new20-06.png) 15px -1476px no-repeat #f5f8f3;
    margin-top: 21px;
    color: #5f943c;
    line-height: unset
}

#hasBeenAdded span {
    color: #000;
    display: block;
    width: 100%
}

.ajax-product-title {
    margin-bottom: 0;
    color: #fff;
    padding-top: 10px;
    width: 85%;
    font-weight: 700
}

.widget-product .grid-item,
.wow.animated {
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    animation-duration: 1.5s
}

.animated {
    -moz-opacity: 1;
    opacity: 1
}

#back-top {
    background: url(icons_new20-06.png) 13px -1553px no-repeat #000;
    z-index: 99;
    font-size: 0;
    height: 52px;
    position: fixed;
    right: 40px;
    top: 50%;
    width: 52px;
    cursor: pointer;
    margin: 0
}

#faqs .panel-title:before,
.swatch label {
    font-size: 11px;
    text-transform: uppercase
}

.swatch {
    margin: 0 0 11px
}

.swatch .header {
    margin: 0;
    border: none;
    padding-top: 30px;
    font-weight: 700;
    color: #000
}

.swatch label {
    border: 1px solid #cbcbcb;
    float: left;
    font-weight: 400;
    min-width: 34px !important;
    height: 34px !important;
    line-height: 32px;
    margin: 0;
    text-align: center;
    white-space: nowrap;
    cursor: pointer
}

.select-color,
.select-size {
    color: red
}

.swatch-element label {
    padding: 0 5px
}

.color.swatch-element label {
    padding: 0
}

.swatch input:checked+label,
.swatch label:hover {
    border-color: #000;
    border-width: 3px;
    line-height: 28px
}

.swatch .swatch-element {
    float: left;
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
    margin: 0 15px 15px 0;
    position: relative
}

.crossed-out {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.swatch .swatch-element.soldout .crossed-out {
    display: block;
    cursor: not-allowed
}

.swatch .swatch-element.soldout label {
    -khtml-opacity: .6;
    -moz-opacity: .6;
    opacity: .6
}

.swatch .tooltip {
    text-align: center;
    background: gray;
    color: #fff;
    bottom: 100%;
    padding: 10px;
    display: block;
    position: absolute;
    width: 100px;
    left: -28px;
    margin-bottom: 15px;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, .28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, .28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, .28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, .28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .28);
    z-index: 10000;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.swatch .tooltip:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%
}

.swatch .tooltip:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid gray 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0
}

.swatch .swatch-element:hover .tooltip {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.swatch.error {
    background-color: #e8d2d2 !important;
    color: #333 !important;
    padding: 1em;
    border-radius: 5px
}

.swatch.error p {
    margin: .7em 0
}

.panel-group .panel+.panel,
.swatch.error p:first-child {
    margin-top: 0
}

.swatch.error p:last-child {
    margin-bottom: 0
}

.swatch.error code {
    font-family: monospace
}

.product-photo-container #product-featured-image,
.product-photo-container-accessories #product-featured-image {
    position: static !important;
    height: auto !important;
    width: auto !important
}

.product-photo-container-accessories>a,
.product-photo-container>a {
    position: relative;
    display: block;
    width: 100%
}

.products-grid .grid-item .product-image {
    display: table;
    position: relative;
    table-layout: fixed;
    text-align: center;
    width: 100%
}

.products-grid .grid-item .product-image>a {
    display: table-cell;
    line-height: 0;
    vertical-align: middle;
    width: 100% !important
}

.product-list .grid-item .product-image {
    overflow: hidden;
    position: relative;
    text-align: left;
    float: left;
    width: auto
}

#bc-sf-filter-products.product-list .product-title {
    margin-bottom: 0;
    font-size: 18px
}

#bc-sf-filter-products.product-list .regular-product,
#bc-sf-filter-products.product-list .sale {
    display: inline-block;
    font-weight: 700
}

#bc-sf-filter-products.product-list .jdgm-widget.jdgm-preview-badge {
    display: inline-block
}

#bc-sf-filter-products.product-list .product-list-thumb {
    display: inline;
    float: none
}

@media (max-width:837px and min-width:768) {
    #bc-sf-filter-products.product-list .product-list-thumb.product-grid-image {
        display: inline
    }
}

.grid-item-border.product-img-box .product-photo-container,
.grid-item-border.product-img-box .product-photo-container-accessories,
.products-grid .grid-item-border .product-image {
    border: 1px solid #c4cdcd;
    padding: 10px
}

.products-grid .grid-item-border .product-des .product-title {
    padding-left: 10px;
    padding-right: 10px
}

.no_crop_image img {
    height: auto !important;
    position: static !important
}

.zoomWrapper {
    overflow: hidden;
    height: auto !important;
    width: auto !important;
    text-align: center
}

.zoomWrapper img:nth-child(2) {
    display: none
}

#faqs {
    border-top: 1px solid #d0d0d0;
    padding-top: 23px
}

#faqs .page-header {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 23px
}

#faqs .panel-group {
    margin-top: 25px
}

#faqs .panel-group .panel {
    border: 0;
    margin-bottom: 10px
}

#faqs .panel-group .panel-body:before,
#faqs .panel-title:before {
    left: 10px;
    float: left;
    margin: 0 20px 0 0;
    height: 20px;
    line-height: 20px;
    width: 77px;
    letter-spacing: .02em;
    text-align: center
}

#faqs .panel-default>.panel-heading {
    padding: 0
}

#faqs .panel-title {
    position: relative
}

#faqs .panel-title:before {
    position: absolute;
    top: 11px;
    content: "Question";
    color: #fff;
    background: #f02121;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

#faqs .panel-title>a {
    background: #141414;
    color: #fff;
    border-bottom: 1px solid transparent;
    text-transform: none;
    font-size: 13px;
    font-weight: 400;
    display: block;
    padding: 14px 40px 13px 103px
}

#faqs .panel-title>a:after {
    content: "Hide";
    position: absolute;
    right: 10px;
    top: 13px;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .02em;
    opacity: .6
}

#faqs .panel-title>a.collapsed:after {
    content: "Show";
    color: #66787f
}

#faqs .panel-title>a.collapsed {
    background: #eee;
    color: #000;
    border-bottom: 1px solid #d0d0d0
}

#faqs .panel-group .panel-body {
    padding: 15px 10px 20px 103px;
    position: relative
}

#faqs .panel-group .panel-body:before {
    position: absolute;
    top: 15px;
    content: "Answer";
    color: #fff;
    background: #00c4aa;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

#faqs .panel-group .panel-body img {
    margin-top: 30px
}

.lookbook .slide-des {
    width: 50% !important;
    top: 34%;
    left: auto !important;
    right: 0 !important
}

.lookbook .slide-des p:first-child {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .2em;
    margin: 0 0 5px
}

.lookbook .slide-des p.line {
    height: 3px;
    width: 37px;
    margin-bottom: 15px;
    display: block
}

.lookbook .slide-heading {
    padding-bottom: 8px
}

.lookbook .slide-text {
    font-size: 14px;
    font-style: italic;
    max-width: 100%;
    display: block
}

.lookbook .flexslider {
    margin: 0
}

.lookbook .flex-direction-nav a {
    background: url(icons_new20-06.png) no-repeat;
    width: 72px;
    height: 72px;
    text-indent: -999em;
    margin-top: -36px
}

.lookbook .flex-direction-nav a.flex-prev {
    left: -80px;
    background-position: 0 -1017px
}

.lookbook .flex-direction-nav a.flex-next {
    right: -80px;
    background-position: 0 -1160px
}

.lookbook .flex-control-nav {
    bottom: 0;
    display: none
}

.lookbook .flexslider .slides li {
    margin: 0
}

.lookbook .flexslider .slides li:nth-child(1) .slide-des {
    left: 0 !important
}

.lookbook .flexslider .slides li:nth-child(2) .slide-text {
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal
}

#displayTextLeft,
.panel-group .panel-title,
.site-nav-dropdown .col-1 .inner>a,
.sub-mega-menu .parent-link a,
.template-customers-account .grid .grid-item p>a,
.template-customers-account .page-header h4,
a.wishlist span,
button.wishlist {
    text-transform: uppercase;
    font-weight: 700
}

a.wishlist span,
button.wishlist {
    color: #2d2d2d;
    letter-spacing: .02em;
    font-size: 11px
}

.lookbook .footer-top {
    float: right;
    width: 100%;
    margin: 6px 0;
    padding: 0;
    position: relative;
    z-index: 9
}

.lookbook .footer-top ul.social {
    margin: 0 -10px 0 0;
    float: right
}

.products-grid .contact-form,
a.wishlist {
    display: inline-block;
    margin-bottom: 19px
}

.lookbook .footer-top ul.social li {
    margin-right: 0
}

.lookbook p.bottom {
    clear: both;
    text-align: center;
    border-top: 1px solid #d0d0d0;
    padding-top: 40px
}

.lookbook p.bottom .btn {
    height: 48px;
    line-height: 46px;
    min-width: 140px
}

.products-grid .wishlist,
a.wishlist .icon {
    width: 27px;
    height: 27px;
    background: url(icons_new20-06.png) 0 -267px no-repeat;
    display: inline-block
}

a.wishlist {
    text-decoration: none
}

a.wishlist .icon {
    margin-right: 10px;
    border: 0
}

a.wishlist span {
    border-bottom: 1px solid #7b7b7b;
    line-height: 14px
}

.product-shop a.wishlist:hover span,
a.wishlist:hover span {
    border: 0
}

button.wishlist {
    background: url(icons_new20-06.png) 0 -267px no-repeat;
    border: 0;
    padding: 0
}

.products-grid .wishlist {
    text-indent: -999em;
    padding: 0
}

.product-list a.wishlist .icon,
.products-grid .product-top>a.wishlist {
    display: none
}

.product-shop .wishlist {
    float: left;
    margin: 10px 0 19px
}

.product-shop button.wishlist {
    padding-left: 38px;
    line-height: 27px
}

.product-shop a.wishlist .icon {
    margin: 0 10px 0 0
}

.product-shop a.wishlist span {
    float: left;
    margin-top: 7px
}

.product-shop .contact-form {
    float: left
}

.product-list button.wishlist {
    background: 0 0;
    border-bottom: 1px solid #7b7b7b;
    line-height: 14px
}

.product-list button.wishlist:hover {
    border: 0
}

table.wishlist-product {
    border: 0;
    margin: 0 0 26px
}

table.wishlist-product a.product-title,
table.wishlist-product p>span {
    display: inline-block;
    margin-top: 17px;
    font-weight: 700
}

table.wishlist-product thead th {
    color: #797979;
    background: #fafafa;
    border-bottom: 1px solid #eaeaea;
    padding: 16px 20px 13px;
    white-space: nowrap;
    letter-spacing: .05em;
    line-height: 1
}

table.wishlist-product tbody td {
    padding: 30px 20px;
    vertical-align: top
}

table.wishlist-product tbody td img {
    max-width: 96px;
    max-height: 154px
}

table.wishlist-product p>span {
    font-size: 13px;
    color: #232323
}

table.wishlist-product .btn,
table.wishlist-product a.btn-remove-wishlist {
    width: 35px;
    height: 35px;
    margin-top: 7px;
    display: inline-block;
    text-indent: -999em
}

table.wishlist-product a.btn-remove-wishlist {
    background: url(btn-remove01.png) center -2px no-repeat;
    border: 2px solid #e95144
}

table.wishlist-product a.btn-remove-wishlist:hover {
    background-color: #e95144;
    background-position: center -37px
}

table.wishlist-product .btn {
    background: url(btn-cart01.png) center -2px no-repeat;
    border: 2px solid #2e2e2e;
    padding: 0
}

table.wishlist-product .btn:hover {
    background-color: #232323;
    border-color: #232323;
    background-position: center -37px
}

table.wishlist-product .a-right {
    text-align: right
}

table.wishlist-product .a-center {
    text-align: center
}

.wishlist-page a.share {
    color: #232323;
    letter-spacing: .02em;
    padding-left: 27px;
    background: url(icon-share01.png) 0 center no-repeat
}

.wishlist-page .page-header {
    margin: 0;
    padding-bottom: 21px
}

.template-customers-account .page-header {
    margin: 9px 0 25px
}

.template-customers-account .grid .page-header {
    border: 1px solid #eaeaea;
    border-width: 1px 0;
    margin: 0 0 24px;
    padding: 16px 0
}

.template-customers-account .page-header h4 {
    font-size: 13px;
    letter-spacing: .1em;
    padding: 0;
    margin: 0
}

.template-customers-account .grid .grid-item:first-child {
    padding-bottom: 48px
}

.template-customers-account .grid .grid-item>h5 {
    font-size: 16px;
    margin: 0 0 14px
}

.template-customers-account .grid .grid-item p>a {
    font-size: 11px;
    letter-spacing: .05em;
    display: inline-block;
    border: 1px solid #7d7d7d;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    min-width: 177px;
    text-align: center;
    text-decoration: none;
    margin: 13px 0
}

.template-customers-account .grid .grid-item p>a:hover {
    background: #000;
    border-color: #000;
    color: #fff
}

.template-customers-addresses .grid .page-header {
    margin: 24px 0 22px;
    position: relative
}

.template-customers-addresses .grid .page-header:first-child {
    margin: 9px 0 25px;
    padding: 0;
    border-bottom: 1px solid #eaeaea
}

.template-customers-addresses .grid .large--right,
.template-customers-addresses .grid .page-header .large--left {
    margin-bottom: 25px
}

.template-customers-addresses .grid .large--right a {
    font-size: 13px !important
}

.template-customers-addresses .grid .large--text-right a {
    color: #323232
}

.template-customers-addresses .grid .grid-item>h3 {
    font-size: 16px;
    margin: 0 0 15px
}

.template-customers-addresses .grid .grid-item>h3 em {
    font-style: normal
}

.template-customers-addresses .grid .page-header h2 {
    font-size: 13px;
    border: 1px solid #eaeaea;
    border-width: 1px 0;
    padding: 16px 0
}

.template-customers-addresses .grid .grid-item>p.button>a {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    padding: 0 10px;
    height: 32px;
    line-height: 30px;
    background: #e95144;
    color: #fff;
    display: inline-block;
    border: 1px solid transparent;
    min-width: 96px;
    text-align: center;
    text-decoration: none;
    margin: 15px 0 20px
}

.template-customers-addresses .grid .grid-item>p.button>a:first-child {
    border: 1px solid #7d7d7d;
    color: #000;
    background: 0 0;
    margin-right: 17px;
    min-width: 79px
}

.template-customers-addresses .grid .grid-item>p.button>a:hover {
    background: #000;
    color: #fff
}

.template-customers-addresses hr {
    border: 0
}

.site-nav>li.mega-menu {
    position: static
}

.wrapper-container .site-nav li.mega-menu:hover .site-nav-dropdown {
    display: block
}

.wrapper-container .site-nav li.dropdown:hover.mega-menu>a>.icon-dropdown {
    border-top-color: #9d0000;
    opacity: 1
}

.wrapper-container .site-nav li.mega-menu .site-nav-dropdown {
    width: 200%;
    left: -50%;
    right: -50%;
    border: 0;
    padding: 24px 0
}

.sub-mega-menu .parent-link {
    border-bottom: 1px solid #ed308f;
    color: #fff;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 15px
}

.sub-mega-menu .parent-link a {
    color: #fff;
    letter-spacing: .05em;
    display: inline-block;
    padding: 0;
    margin: 0
}

.sub-mega-menu .parent-link>span.up {
    text-indent: -999em;
    display: block;
    background: url(icon-menu-up.png) no-repeat;
    opacity: .5;
    width: 9px;
    height: 6px;
    position: absolute;
    left: 50%;
    top: 6px;
    cursor: pointer
}

.rte p img:hover,
.sub-mega-menu .parent-link>span.up:hover {
    opacity: 1
}

.sub-mega-menu .parent-link>span {
    padding: 0 10px
}

.site-nav-dropdown .col-1,
.site-nav-dropdown .col-2 {
    float: left
}

.site-nav-dropdown .col-3 {
    float: left;
    width: 20%;
    padding: 5px 0
}

.site-nav-dropdown .col-1 .inner {
    width: 33.3%
}

.site-nav-dropdown .col-1 .inner .dropdown {
    margin-bottom: 38px
}

.site-nav-dropdown .col-3 a {
    padding: 0
}

.site-nav-dropdown .col-1 .inner>a {
    letter-spacing: .02em;
    padding: 0;
    margin-bottom: 5px
}

.site-nav-dropdown .col-1 .inner p.toogleClick {
    display: none !important
}

.site-nav-dropdown .col-1 ul.dropdown {
    display: block;
    position: static;
    padding: 0
}

.site-nav-dropdown .col-1 ul.dropdown li:hover>a {
    padding-left: 0
}

.site-nav-dropdown .col-1 ul.dropdown li:hover>a:before {
    left: 0;
    top: 15px
}

.site-nav-dropdown .col-1 ul.dropdown li a {
    display: inline-block;
    padding: 5px 0
}

.col-1 ul.dropdown li .icon-dropdown {
    margin-left: 20px
}

.site-nav-dropdown .col-1 ul.dropdown li a:hover span {
    border-bottom: 1px solid #fff
}

.site-nav-dropdown .col-1 ul.dropdown li a:hover span.icon-dropdown {
    border-bottom: 0;
    margin-top: -3px
}

.site-nav li.mega-menu>.dropdown.open>.site-nav-dropdown,
.site-nav li.mega-menu>.dropdown:hover>.site-nav-dropdown {
    display: block;
    background: #000;
    background: rgba(0, 0, 0, .7)
}

.site-nav .widget-featured-product {
    float: left;
    width: 100%;
    text-align: center
}

.site-nav .widget-featured-product .widget-product .products-grid {
    margin: 0
}

.site-nav .widget-featured-product .widget-title {
    margin-bottom: 15px
}

.site-nav .widget-featured-product .widget-title h3 {
    font-size: 12px;
    letter-spacing: .02em;
    line-height: 20px
}

.site-nav .widget-featured-product .products-grid .grid-item {
    width: 100%;
    padding: 0;
    margin: 0
}

.site-nav .products-grid .grid-item .product-grid-image {
    display: inline-block;
    padding: 0;
    margin-bottom: 21px
}

.site-nav .widget-featured-product .product-title {
    padding: 0
}

.site-nav .widget-featured-product .spr-badge {
    margin-bottom: 6px
}

.site-nav .widget-featured-product .price-box {
    margin: 0
}

.site-nav .widget-featured-product .btn {
    padding: 0;
    border: 0;
    letter-spacing: .02em;
    border-bottom: 1px solid transparent;
    height: 25px;
    background: 0 0
}

.site-nav .widget-featured-product .btn:hover {
    border: 0;
    background: 0 0 !important;
    color: #000
}

.cbp-spmenu .site-nav-dropdown .col-1 {
    padding: 0
}

.cbp-spmenu .site-nav-dropdown .col-1 .inner {
    position: relative
}

.cbp-spmenu .site-nav-dropdown .col-1 .inner>a {
    margin: 0;
    padding: 11px 0 13px;
    font-size: 11px;
    letter-spacing: .02em;
    border-top: 1px solid #e5e5e5
}

.cbp-spmenu .site-nav-dropdown .col-1 ul.dropdown {
    display: none;
    padding: 0;
    margin-bottom: 27px
}

.cbp-spmenu .site-nav li.mega-menu li li a {
    font-size: 12px;
    padding: 9px 35px
}

.cbp-spmenu .site-nav li.mega-menu li li a:hover span {
    border-bottom: 1px solid #fff
}

.cbp-spmenu .site-nav li.mega-menu .site-nav-dropdown a:active,
.cbp-spmenu .site-nav li.mega-menu .site-nav-dropdown li:hover>a,
.cbp-spmenu .site-nav li.mega-menu .site-nav-dropdown li:hover>a:hover {
    background: 0 0
}

.cbp-spmenu .site-nav li.mega-menu .site-nav-dropdown>p.toogleClick {
    top: 0
}

.addthis_native_toolbox .at-share-tbx-element,
.sub-mega-menu {
    display: none
}

.addthis_native_toolbox .at-share-tbx-element:first-child {
    display: block
}

#displayTextLeft {
    font-size: 11px;
    background: rgba(0, 0, 0, .9);
    color: #fff;
    letter-spacing: .02em;
    padding: 0 20px;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 36px;
    line-height: 36px;
    width: 100%;
    text-align: center;
    display: none;
    z-index: 9
}

#displayTextLeft span {
    background: url(btn-sidebar.png) right 3px no-repeat;
    padding-right: 20px
}

#displayTextLeft.hidden-arrow-left span {
    background-position: right -42px
}

.product-shop .spr-badge .spr-badge-caption,
.sample-vendor {
    color: #848484
}

.panel-heading {
    border-radius: 0
}

.panel-group .panel {
    background: 0 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-top: 1px solid #e3e3e3;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.panel-group .panel-heading {
    padding: 12px 0
}

.panel-group .panel-title {
    letter-spacing: .1em
}

.panel-group .panel-title>a {
    color: #000;
    text-decoration: none
}

.panel-group .panel-heading+.panel-collapse .panel-body,
.panel-group .panel:first-child {
    border: 0
}

.panel-group .panel-body {
    padding: 15px 0 25px
}

.panel-group .panel-body h4 {
    font-weight: 700;
    color: #000
}

.panel-body #shopify-product-reviews {
    margin: 0
}

.countdown {
    margin-bottom: 25px
}

.countdown span {
    font-style: italic;
    border-bottom: 1px solid #6d6d6d;
    color: #000;
    margin-right: 10px
}

.countdown #clock,
.countdown .quickview-clock,
.products-grid .product-des .action .variants {
    display: inline-block
}

.products-grid .product-des .action .variants,
.products-grid .wishlist,
.quickview-button {
    position: relative;
    z-index: 2
}

.product-label,
.products-grid .spr-badge {
    z-index: 2
}

.products-grid .grid-item .product-grid-image {
    position: relative;
    z-index: 1
}

.sidebar .sidebar-block .widget-content {
    max-height: 320px;
    overflow-x: hidden;
    overflow-y: auto
}

.products-grid .action .variants {
    max-width: 100%
}

.products-grid .product-item .btn {
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis
}

.site-nav .products-grid .product-item .btn {
    width: auto
}

.lang-block {
    float: right
}

.lang-block .selectize-control {
    margin-left: 23px
}

.lang-block .selectize-input.full {
    width: 35px
}

.lang-block .selectize-control div.item {
    padding-left: 25px;
    text-indent: -999em
}

.lang-block .selectize-control div.option {
    padding-left: 37px;
    text-transform: none
}

.lang-block .selectize-dropdown {
    min-width: 95px
}

.header-bottom.on .lang-block {
    display: none
}

.site-nav-dropdown .col-1 {
    letter-spacing: -.31em
}

.site-nav-dropdown .col-1 .inner {
    float: none;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal
}

.list-category,
.products-grid {
    letter-spacing: -.31em
}

.list-category .grid-item,
.products-grid .grid-item {
    display: inline-block;
    float: none;
    vertical-align: top;
    letter-spacing: normal;
    margin-bottom: 10px
}

.list-category p,
.products-grid p {
    letter-spacing: normal
}

.products-grid .owl-item .grid-item {
    width: 100%;
    margin: 0;
    padding: 0 10px
}

.product-img-box .product-photo-thumbs li a {
    border-bottom: 3px solid transparent;
    padding-bottom: 5px
}

.product-img-box .product-photo-thumbs li a.active {
    border-bottom-color: #000
}

.header-logo img:not(:first-child),
.header-logo-desktop img:not(:first-child),
.header-logo-mobile img:not(:first-child) {
    display: none
}

.site-nav-dropdown .col-1 {
    width: 60%
}

.site-nav-dropdown .col-1 .inner {
    padding-right: 20px
}

.site-nav-dropdown .col-2 {
    width: 40%;
    padding: 0
}

.site-nav-dropdown .col-2 a {
    padding: 0;
    display: inline-block;
    max-width: 100%
}

.site-nav-dropdown .col-2 .col-left {
    width: 50%;
    padding-right: 20px;
    float: left
}

.site-nav-dropdown .col-2 .col-right {
    width: 50%;
    float: right
}

.site-nav-dropdown .style_2 .col-2 .col-left {
    padding-right: 0;
    text-align: right
}

.site-nav-dropdown .style_2 .col-2 .col-left a {
    padding: 0 6px 6px 0
}

.site-nav-dropdown .style_3 {
    padding: 0
}

.site-nav-dropdown .style_3 .col-1 {
    width: 100%;
    float: none
}

.site-nav-dropdown .style_3 .inner {
    width: 20%;
    padding: 0 10px
}

.site-nav-dropdown .style_3 .inner>a>img {
    padding: 8px 0
}

.site-nav-dropdown .style_4 .col-1 {
    float: right
}

.site-nav-dropdown .style_4 .col-2 {
    padding-right: 20px
}

.site-nav-dropdown .style_4 .col-2 .col-right {
    width: 100%
}

.products-grid .grid-item .price-box .sale {
    margin-bottom: 0
}

.item-swatch {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 0
}

.item-swatch li {
    display: inline-block;
    margin: 0 2px
}

.item-swatch li label {
    cursor: pointer;
    margin: 0;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

.jdgm-rev-widg__header,
.parentDiv {
    width: 100%
}

.cms-list ul.cms-list-items {
    list-style: none;
    padding-left: 0
}

.cms-list ul.cms-list-items li {
    font-size: 12px;
    font-size: 1.2rem
}

.cms-list ul.cms-list-items li h2 {
    margin-top: 30px;
    text-decoration: underline
}

.jdgm-carousel__item-wrapper.jdgm-carousel__item-wrapper {
    font-size: 16px;
    line-height: 1.4;
    height: 100%
}

.jdgm-carousel__left-arrow,
.jdgm-carousel__right-arrow {
    border-color: #000 !important
}

.jdgm-prev-badge__text {
    display: inline-block !important
}

.sizeRatingScale,
.widthRatingScale {
    height: 50px;
    background:url("//cdn.shopify.com/s/files/1/1210/8810/t/352/assets/circle_blue.png?v=6894242321739077597") no-repeat,
    url("//cdn.shopify.com/s/files/1/1210/8810/t/352/assets/lineGraph.svg?v=5486279493627894215") no-repeat;
    background-size: 4%, 100%
}

.bigWideText {
    text-align: right
}

.sizeText {
    clear: both
}

.sizeTrueFitText,
.widthTrueFitText {
    text-align: center
}

.fitRangeContainer {
    display: flex;
    justify-content: space-between
}

span.final-sale-sizing {
    color: #ed0000;
    font-family: arial;
    font-size: 12px;
    font-style: italic;
    font-weight: 700
}

span.BOGO-Cart-Message {
    font-size: 12px;
    color: #e00
}

.Blink-Collection,
.Collection-Header {
    font-family: Arial #000, Gadget, sans-serif;
    margin: 0 auto;
    font-size: 24px;
    font-weight: 700
}

.Blink-Collection {
    color: #242c35;
    animation-delay: 1s;
    -webkit-animation: colorchange .6s infinite alternate
}

@-webkit-keyframes colorchange {
    0% {
        color: #000
    }
    50% {
        color: #a2a2a2
    }
    100% {
        color: #d3c93b
    }
}

.Collection-Header {
    line-height: normal;
    color: #000;
    max-width: 800px
}

.speech-bubble {
    position: relative;
    background: #22b309;
    border-radius: .4em
}

.speech-bubble:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 17px solid transparent;
    border-top-color: #22b309;
    border-bottom: 0;
    margin-left: -17px;
    margin-bottom: -17px
}

.bag-message {
    border: 2px solid red
}

.bag-message-text {
    color: red;
    font-weight: 700;
    background: #fff;
    paddding: 5px;
    text-align: justify
}

.vegan-badge {
    margin-bottom: 5px
}

#bc-sf-filter-products .regular-product,
#bc-sf-filter-products .special-price {
    margin-bottom: -4px
}

/*! fancyBox v2.1.3 fancyapps.com | fancyapps.com/fancybox/#license */

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

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

.fancybox-inner,
.fancybox-outer,
.fancybox-skin {
    position: relative
}

.fancybox-skin {
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}

.fancybox-inner {
    overflow: hidden
}

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

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

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

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

#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
    background-image: url(fancybox_sprite.png)
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

.fancybox-close,
.fancybox-nav,
.fancybox-nav span {
    cursor: pointer;
    z-index: 8040;
    position: absolute
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(fancybox_loading.gif) center center no-repeat
}

.fancybox-close {
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px
}

.fancybox-nav {
    top: 0;
    width: 40%;
    height: 100%;
    text-decoration: none;
    background: url(blank.gif)
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    visibility: hidden
}

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

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

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

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

.fancybox-lock {
    overflow: hidden
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(fancybox_overlay.png)
}

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

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

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

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

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

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: 0 0;
    background: rgba(0, 0, 0, .8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #fff;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap
}

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

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

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

#judgeme_product_reviews .jdgm-cf-bar {
    margin: 2px 2px 0 0 !important
}

.social_icon_1,
.social_icon_2,
.social_icon_3,
.social_icon_4,
.social_icon_5 {
    width: 6px;
    height: 12px;
    display: inline-block;
    padding-right: 17px
}

.social_icon_1 {
    background: url(social_media_icon_sprite.png) -10px -10px
}

.social_icon_2 {
    background: url(social_media_icon_sprite.png) -79px -10px
}

.social_icon_3 {
    background: url(social_media_icon_sprite.png) -45px -10px
}

.social_icon_4 {
    background: url(social_media_icon_sprite.png) -43px -42px
}

.social_icon_5 {
    background: url(social_media_icon_sprite.png) -10px -42px
}

#size_rating_modal {
    display: none
}

.jdgm-carousel-wrapper {
    padding-top: 0 !important
}

.evergage-tooltip .widget-title {
    margin-bottom: 30px
}

.product-runs-largeSmall {
    color: #f03838;
    font-weight: 700;
    font-style: italic
}

.esc-size-guide--table-wrap p {
    color: red
}

#sizeChart_searchBar {
    font-size: 16px
}

#sizeChart__searchBarForm {
    width: 100%;
    display: flex
}

#sizeChart_searchBarInput {
    flex: 1;
    border: 2px solid #6495ed
}

#sizeChart_searchBarInput::placeholder {
    color: grey
}

#sizeChart__searchBarForm .btn {
    padding: 0 10px
}

#measureFoot_Instructions,
#sizeChart__Desktop {
    text-align: center
}

#zonos.US {
    display: none
}

#___ratingbadge_0 {
    z-index: 2147483640 !important
}

.cart__shippingMessage {
    font-size: 18px;
    font-weight: 700;
    color: #1eb120;
    margin-bottom: 0
}

.navBar_Sale_Link {
    color: red
}

.box-title,
.recently-viewed-products .box-title,
.related-products .box-title,
.widget-new-product.container .box-title {
    border-top: 1px dotted #000
}

.widget-new-product.container {
    padding-bottom: 0
}

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

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

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

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.main-slideshow .slick-slide img {
    width: 100%
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

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

.dy9068299-recs .slick-next:before,
.dy9068299-recs .slick-prev:before {
    color: #000
}

.slick-loading .slick-list {
    background:#fff url("//cdn.shopify.com/s/files/1/1210/8810/t/352/assets/ajax-loader.gif?v=17252394562530792104") center center no-repeat
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src:url("//cdn.shopify.com/s/files/1/1210/8810/t/352/assets/slick.eot?v=17123156284172370441");
    src:url("//cdn.shopify.com/s/files/1/1210/8810/t/352/assets/slick.eot?v=17123156284172370441") format('embedded-opentype'),
    url("//cdn.shopify.com/s/files/1/1210/8810/t/352/assets/slick.woff?v=11135428117531978957") format('woff'),
    url("//cdn.shopify.com/s/files/1/1210/8810/t/352/assets/slick.ttf?v=5172795765298367607") format('truetype'),
    url("//cdn.shopify.com/s/files/1/1210/8810/t/352/assets/slick.svg?v=3015255338646729236") format('svg')
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

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

.slick-prev:before {
    content: '←'
}

.slick-next {
    right: -25px
}

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

.slick-next:before {
    content: '→'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.slick-next:before,
.slick-prev:before {
    font-size: 40px
}

.slick-arrow {
    width: auto;
    height: auto
}

.slick-next.slick-disabled:before {
    opacity: 1
}

.slick-arrow {
    z-index: 100
}

.slick-prev {
    left: 0
}

.slick-next {
    right: 20px
}

.main-slideshow #slick-slide-control00:before,
.main-slideshow #slick-slide-control01:before,
.main-slideshow #slick-slide-control02:before {
    font-size: 10px
}

.main-slideshow .slick-dotted.slick-slider {
    margin-bottom: 20px
}

#newArrivals_Section {
    text-align: center
}

#newArrivals_Section .slick-next.slick-disabled:before {
    color: #000
}

#newArrivals_Section .slick-arrow {
    top: 40%
}

#newArrivals_shopAll-link {
    margin-top: 40%
}

#slide_brand .brand-slider-image {
    margin: auto
}

#slide_brand .slick-next:before,
#slide_brand .slick-prev:before {
    color: #000
}

#slide_brand .slick-next {
    right: 0
}

#recently-viewed-products-grid {
    text-align: center
}

#recently-viewed-products-grid .slick-arrow {
    top: 40%
}

#related-products-section {
    text-align: center
}

#related-products-section .slick-arrow {
    top: 35%;
    color: #fff
}

#related-products-section .slick-next:before {
    opacity: 1
}

.products-grid .product-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  	margin-bottom: 2px
}

#new-arrivals-carousel .vegan-badge {
    margin: 0 auto;
    margin-top: -7px
}

#new-arrivals-carousel .product-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 2px
}

#new-arrivals-carousel .regular-product {
    margin: 0;
    font-size: 16px
}

#social-sharing-icons {
    display: inline-block
}

#bestSellersSlick .grid-item {
    float: left;
    padding: 10px
}

#bestSellersSlick .vegan-badge {
    display: inline-block;
    margin-top: -10px
}

#bestSellersSlick .product-title {
    margin-bottom: 2px
}

.rec-header {
    font-family: changa;
    font-size: 22px;
    padding: 0 20px;
    font-weight: 700;
    text-transform: uppercase
}

#linkSimilarProductsContainer {
    background-color: #228b22
}

#linkSimilarProducts {
    color: #fff;
    font-size: 22px;
    line-height: initial
}

@media(min-width:541px) {
    #more-view-carousel .slick-arrow:before {
        color: #000
    }
    #more-view-carousel .slick-arrow {
        top: 110%
    }
    #more-view-carousel .slick-prev {
        left: 35%
    }
    #more-view-carousel .slick-next {
        right: 35%
    }
    #more-view-carousel {
        margin-bottom: 50px
    }
    #newFiltersContainer {
        display: none
    }
}

@media (max-width:767px) and (min-width:541px) {
    .product-img-box .more-view-wrapper {
        height: 240px
    }
}

@media (max-width:541px) {
    #more-view-carousel .slick-dots {
        bottom: -21px
    }
    #more-view-carousel .slick-dots li button:before {
        font-size: 12px
    }
}

@media (max-width:360px) {
    .pagination-page,
    .toolbar.toolbar-bottom {
        text-align: center
    }
    .infinite-scrolling a,
    .infinite-scrolling-homepage a,
    .newsletter .input-group-field {
        width: 100%
    }
    .button .btn {
        padding: 0 10px
    }
    .toolbar.toolbar-bottom .page-total {
        float: none;
        margin-bottom: 10px
    }
    table.full tbody td:nth-child(3),
    table.full thead th:nth-child(3) {
        visibility: hidden;
        padding: 0;
        font-size: 0
    }
}

@media (max-width:450px) {
    .toolbar .view-mode label {
        display: none
    }
    .header-panel-bottom {
        position: static !important
    }
    .header-bottom {
        position: relative
    }
    .header-bottom .top-header {
        background: #000;
        position: absolute;
        right: 0;
        bottom: 7px
    }
    #iStock-email-id {
        width: 100%
    }
}

@media (min-width:451px) and (max-width:767px) {
    .header-panel-bottom {
        position: static !important
    }
    .header-bottom {
        position: relative
    }
    .header-bottom .top-header {
        background: #000;
        position: absolute;
        right: 0;
        bottom: 7px
    }
}

@media (min-width:470px) {
    .header-logo-mobile {
        margin-bottom: 10px !important
    }
}

@media (min-width:481px) {
    .page-header #bc-sf-filter-header-description img[alt="MENS SALE"],
    .page-header #bc-sf-filter-header-description img[alt="WOMENS SALE"] {
        width: 50%
    }
}

@media (max-width:499px) {
    .newsletter .input-group-field {
        width: 63%
    }
    .products-grid {
        width: auto;
        margin: 0 -10px
    }
    .products-grid .product-label {
        right: 10px
    }
    .products-grid .product-item .btn {
        padding: 0 8px
    }
    .product-list .grid-item .product-image {
        margin-right: 10px
    }
    .product-img-box.has-jcarousel .product-photo-container,
    .product-img-box.has-jcarousel .product-photo-container-accessories {
        width: 230px
    }
    .more-view-wrapper .jcarousel-clip-vertical {
        height: 265px
    }
}

@media (max-width:530px) {
    .share_toolbox ul {
        float: none;
        margin-top: 0
    }
    .share_toolbox ul li:first-child {
        padding-left: 10px
    }
}

@media (min-width:541px) {
    .selector-wrapper select {
        width: fit-content
    }
    .add-to-cart-button-mobile,
    .last-few-mobile,
    .panel-group-mobile,
    .tab-content-mobile {
        display: none
    }
    .add-to-cart-desktop {
        height: 48px
    }
    .reviews-mobile {
        display: none !important
    }
    .accessories-mobile,
    .price-mobile,
    .style-stock-mobile {
        display: none
    }
    #SizeChart__Desktop {
        background:url("//cdn.shopify.com/s/files/1/1210/8810/t/352/assets/size_chart.jpg?v=2293677501611606961") no-repeat;
        height: 390px
    }
    #myTabContent {
        padding: 15px
    }
}

@media (min-width:541px) and (max-width:767px) {
    .template-product .col-main {
        padding: 15px
    }
}

@media (max-width:540px) {
    #more-view-carousel .mini-image-carousel {
        display: inline-block
    }
    .mobile-product-description .instagram-media.instagram-media-rendered {
        margin: 0
    }
    .product-shop #add-to-cart-form .icon {
        margin-left: 4px
    }
    #collapse-tab33 {
        background:url("//cdn.shopify.com/s/files/1/1210/8810/t/352/assets/size_chart.jpg?v=2293677501611606961") no-repeat;
        background-size: contain;
        height: 280px
    }
    #ReviewsModalWindow,
    #SizeModalWindow {
        padding: 10px
    }
    #ReviewsModalWindow .close,
    #SizeModalWindow .close {
        margin-top: -7%;
        margin-right: -12px
    }
    #ReviewsModalWindow .close span,
    #SizeModalWindow .close span {
        font-size: 28px
    }
    .onlyReviews {
        height: 35px;
        padding: 10px
    }
    .selector-wrapper select {
        width: 100%
    }
    .reviews-mobile {
        margin-bottom: 5px;
        text-align: end
    }
    .add-to-cart-mobile {
        height: 48px !important
    }
    .mobile-product-description iframe {
        width: 100%;
        border: none
    }
    .mobile-product-description iframe[src*=vimeo] {
        height: 199px
    }
    .mobile-product-description {
        padding: 15px
    }
    .product-shop .product-infor .product-vendor {
        width: 50%;
        float: left
    }
    .product-shop .product-infor .product-inventory {
        width: 50%;
        float: left;
        text-align: right;
        padding-right: 10px
    }
    #I-Wish-Button,
    .panel-group-mobile {
        text-align: center;
        margin-top: 20px
    }
    .product-shop .product-infor,
    .share_toolbox {
        padding-left: 5px
    }
    .recently-viewed-products h2 {
        padding: 15px 5px
    }
    #back-top {
        bottom: 91px
    }
    .product-img-box .product-photo-thumbs li a {
        border-bottom: none
    }
    .product-img-box .more-view-wrapper img:hover {
        opacity: 1
    }
    .recently-viewed-products {
        border-top: none;
        margin-top: 0
    }
    .product,
    .share_toolbox {
        margin-bottom: 0
    }
    .last-few-desktop {
        display: none
    }
    .last-few-mobile {
        display: inline-block;
        margin-top: 5px
    }
    .nav-tabs {
        margin-bottom: 2px;
        margin-top: 10px;
        padding-left: 0;
        list-style: none
    }
    .accessories-mobile,
    .price-mobile {
        margin-bottom: 0 !important;
        clear: none !important;
        height: 45px
    }
    .accessories-mobilen .on-sale-mobile,
    .price-mobile .on-sale-mobile {
        padding-top: 4px
    }
    .accessories-mobile .on-sale-mobile .money,
    .price-mobile .on-sale-mobile .money {
        color: #fff;
        background-color: red
    }
    .accessories-mobile .compare-price,
    .price-mobile .compare-price {
        display: inline-block;
        padding-top: 13px;
        font-weight: 300;
        font-size: 21px
    }
    ,
    .add-to-cart-button-desktop,
    .hidden-modal {
        display: none
    }
    .desktop-pdp-banner {
        display: none !important
    }
    .panel-group-mobile .nav-tabs>li a {
        color: #fff
    }
    .panel-group-mobile .nav-tabs>li {
        background: #279fe9
    }
    #reviewsTab,
    .sizeTab {
        float: left
    }
    .product-shop .iWishButton,
    .product-shop .icon {
        padding-left: 21px !important;
        padding-top: 0 !important
    }
    .accessories-mobile .price,
    .price-mobile .price {
        padding-top: 11px;
        color: #fff;
        display: inline-block
    }
    .product-shop .iWishButton .iWishAdd {
        padding-left: 14px;
        width: 127px
    }
    #I-Wish-Button {
        margin-left: 0;
        margin-top: 8px;
        float: left
    }
    .single-option-selector {
        background-color: #303030;
        color: #fff;
        font-weight: 700
    }
    .price-mobile {
        width: 50%;
        float: left;
        background-color: #000
    }
    .accessories-mobile {
        width: 100%;
        background-color: #303030;
        text-align: center
    }
    .price-mobile .price {
        float: right
    }
    #product-variants {
        float: left;
        width: 50% !important;
        overflow: auto !important
    }
    .selector-wrapper {
        padding-bottom: 0 !important
    }
    .product-shop {
        margin-top: 0 !important
    }
    .reviews-desktop {
        display: none !important
    }
    .col-xs-12 .product-photo-container,
    .selector-wrapper label,
    .style-stock-desktop {
        display: none
    }
    .add-to-cart-desktop {
        height: 45px;
        width: 100%
    }
    .add-to-cart-accessories {
        height: 44px;
        width: 50%
    }
    .add-to-cart-accessories-one-variant {
        height: 44px;
        width: 100%
    }
    .add-to-cart-mobile {
        width: 100%
    }
    .sezzle-shopify-info-button {
        padding: 5px
    }
    #pixlee-mobile {
        height: 254px
    }
    .product-list .product-list-thumb {
        max-width: 100%;
        display: block;
        float: none
    }
    #bc-sf-filter-products.product-list .product-title {
        margin-bottom: 0;
        font-size: 16px;
        font-weight: 700;
        text-align: center
    }
    .product-list .grid-item .product-image {
        float: none;
        margin-right: 0
    }
    #mobileListImage {
        display: block;
        margin: 0 auto
    }
    .product-list .product-bottom .price-box,
    .product-list .product-details .price-box {
        text-align: center;
        font-size: 26px;
        margin-top: 0;
        margin-bottom: 0
    }
    .product-list .regular-product {
        margin-bottom: 0 !important;
        margin-top: 6px
    }
    .product-list .product-details .price-box .regular-product,
    .product-list .product-details .price-box .sale {
        display: inline-block
    }
    .product-list .product-details .action {
        text-align: center;
        margin-bottom: 0
    }
    .product-list .grid-item {
        padding-top: 0;
        margin-top: 15px
    }
    .product-list .jdgm-widget.jdgm-widget {
        text-align: center;
        display: block !important
    }
    #bc-sf-filter-products .slick-dots li button:before {
        font-size: 12px;
        top: -7px
    }
    #bc-sf-filter-products .slick-dotted.slick-slider {
        margin-bottom: 15px
    }
    .sizeRatingScale,
    .widthRatingScale {
        background-size: 6%, 100%
    }
    #slick-slide00 {
        position: relative
    }
    #product-page-spacialBadge {
        left: 7px
    }
}

@media (max-width:767px) {
    #size_rating_modal {
        display: block
    }
    .main-content .sezzle-button-text.sezzle-left {
        text-align: center !important;
        font-size: 14px !important
    }
    #banner_ab_test_container,
    #bestSellers_pixlee,
    #blackFridayIsOn,
    #checkoutLink,
    #desktop-product-description,
    #desktop-shipping-info-link,
    #panel-group-desktop,
    #pixlee-desktop,
    #price_size_divider_desktop,
    #productDetailsContainer .price-desktop,
    #sizeChart__Desktop,
    #sock-bogo-desktop,
    #why,
    .BOGO-Cart-Message,
    .Gift-Cert-Cart-Label,
    .ab_test_temp,
    .banner_ab_test,
    .desktop-discount-code-field,
    .last-few-desktop,
    .semi_anual_sale,
    .size-message-desktop {
        display: none
    }
    #sock-bogo-mobile {
        letter-spacing: .5px;
        margin-bottom: 10px
    }
    .blackFridayMessage,
    .smallFontMessage {
        margin: 0;
        padding-left: 8px;
        padding-right: 8px;
        font-size: 16px
    }
    .mobile-discount-code-field,
    .privacy-browser-td {
        border-bottom: 1px solid #000
    }
    .product-photo-container #product-featured-image,
    .product-photo-container .zoomContainer,
    .product-photo-container-accessories #product-featured-image,
    .product-photo-container-accessories .zoomContainer,
    .zoomWrapper {
        max-width: 100%
    }
    .product-des,
    img:hover {
        opacity: 1
    }
    .template-collection .breadcrumb {
        margin-bottom: 1px
    }
    #promo-code {
        width: 75%
    }
    .Discount-Cart-Button {
        width: 25%;
        margin-left: -4px;
        background: #00a400
    }
    .parentDiv {
        clear: both
    }
    .widthRatingScale {
        right: unset
    }
    .sizeText,
    .widthText {
        width: 100%;
        float: none;
        padding-bottom: 0 !important;
        font-weight: 700;
        font-size: 14px
    }
    .privacy-table {
        display: grid
    }
    .privacy-row {
        display: block
    }
    .privacy-header-row {
        display: none
    }
    .privacy-browser-td {
        text-align: center;
        border-top: 1px solid #000
    }
    .privacy-browser-logo {
        height: 60px
    }
    .privacy-policy-container h2,
    .privacy-policy-container p {
        margin: 10px;
        text-align: justify
    }
    .privacy-policy-container li {
        margin-right: 30px;
        text-align: justify
    }
    .cart-row .sezzle-shopify-info-button {
        margin-left: 100px
    }
    .header-bottom .free_shipping_mobile {
        margin: 0 auto;
        width: fit-content;
        width: -moz-fit-content;
        display: table;
        font-size: 11px;
        color: #fff;
        font-family: Changa;
        letter-spacing: .05em
    }
    #currency-desktop,
    .header-desktop,
    .header-panel-bottom .free_shipping_desktop {
        display: none
    }
    .size-page-brands #slide_brand {
        padding: 0
    }
    .free_shipping_mobile .shipping-arrow {
        margin-bottom: -7px
    }
    #hamburgerIcon {
        background: url(Header_Footer_Sprite_Images.png) 7px -1px no-repeat;
        display: inline-block;
        width: 72px;
        height: 48px
    }
    .cbp-spmenu {
        position: fixed;
        background-color: #000
    }
    .cbp-spmenu .dropdown-links {
        display: block
    }
    .cbp-spmenu-vertical {
        width: 100%;
        height: 100%;
        z-index: 1000
    }
    .cbp-spmenu-left {
        top: 2220px
    }
    .cbp-spmenu,
    .cbp-spmenu-push {
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease
    }
    .cbp-spmenu .icon-search {
        background: url(icons_new15.png) -28px -26px no-repeat;
        text-indent: -999em;
        width: 100%;
        height: 38px;
        display: block;
        padding: 0;
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        border: 0;
        background-color: #000;
        border-radius: 23px
    }
    .cbp-spmenu .input-group-btn {
        width: 12%;
        background-color: #000;
        position: absolute;
        right: 1px;
        top: 1px;
        margin: 10px
    }
    .cbp-spmenu .input-group,
    .cbp-spmenu .input-group-field {
        width: 100%
    }
    .cbp-spmenu .input-group-field:focus {
        border: none
    }
    .cbp-spmenu .header-mobile {
        padding: 10px
    }
    .hold-menu-icons {
        height: 100%;
        width: fit-content;
        margin: -2px auto
    }
    #showLeftPush,
    .header-mobile {
        width: 100%;
        display: block
    }
    .hamburger-icon {
        float: left
    }
    #showLeftPush {
        height: 50px;
        text-indent: -999em;
        text-align: center;
        cursor: pointer;
        float: left
    }
    .customer-area {
        float: left;
        width: 50%;
        position: static;
        border: 1px solid #fff
    }
    .customer-area.open .dropdown-menu {
        display: block
    }
    .customer-area-links {
        float: left;
        width: 100%;
        height: 46px;
        border-right: 1px solid #868686;
        background: url(icon-customers.png) center center no-repeat;
        text-indent: -999em
    }
    .header-mobile .customer-links {
        margin: 0;
        padding-left: 0;
        float: left
    }
    .header-mobile .customer-links-link {
        padding: 1em
    }
    .dropdown-menu {
        background-color: #000;
        font-size: 12px;
        margin: 0;
        width: 100%;
        padding: 10px 15px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }
    .filter-sortby .dropdown-menu {
        background-color: #fff
    }
    .dropdown-menu .customer-links-list {
        text-decoration: underline;
        padding: 10px;
        list-style: none;
        float: left
    }
    .header-mobile .currency-mobile select {
        background-color: #000;
        color: #fff;
        height: 100%;
        width: 100%;
        font-weight: 700
    }
    .header-mobile .currency-mobile {
        width: 50%;
        float: left;
        border: 1px solid #fff;
        height: 48px
    }
    .header-mobile .selectize-control {
        width: 100%;
        margin-left: 0;
        height: 100%
    }
    .header-mobile .selectize-input {
        height: 100%;
        line-height: 30px;
        display: block;
        border: none
    }
    .header-mobile .selectize-dropdown {
        background-color: transparent;
        color: #fff;
        font-weight: 700;
        width: 200% !important;
        left: -100% !important;
        border: none
    }
    .header-mobile .selectize-dropdown-content {
        background-color: #000;
        width: 50%;
        float: right
    }
    .selectize-control.single .selectize-input input {
        display: none
    }
    .header-bottom .top-cart {
        float: left;
        padding: 0;
        width: 25%;
        height: 50px
    }
    .header-bottom .top-cart a {
        display: inline-block;
        width: 100%;
        height: inherit;
        padding-top: 10px
    }
    .header-bottom,
    .header-bottom .container,
    .header-top {
        padding: 0
    }
    .header-bottom .top-cart .icon-mobile {
        height: 25px
    }
    .header-bottom .top-cart a span.first {
        display: none
    }
    .header-bottom .top-cart a:hover {
        background-color: rgba(0, 0, 0, .8)
    }
    .header-bottom #dropdown-cart {
        left: auto;
        right: 0;
        top: 46px;
        border-width: 0 0 1px
    }
    #mibleCartLogo {
        background: url(Header_Footer_Sprite_Images.png) -93px -17px no-repeat;
        display: inline-block;
        width: 34px;
        height: 23px;
        background-size: 210px;
        vertical-align: middle
    }
    .header-logo-desktop,
    .site-header a.phone_number {
        display: none
    }
    .header-top .close {
        position: absolute;
        top: 5px;
        right: 10px;
        margin: 0
    }
    .header-top p {
        margin: 0 12px 0 auto
    }
    .header-bottom p.text_order {
        float: left;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #e7e7e7;
        padding: 9px 10px;
        text-decoration: underline
    }
    .header-logo {
        margin: 28px 0 30px;
        text-align: center;
        float: left;
        width: 100%
    }
    .header-logo-mobile {
        text-align: center;
        float: left;
        width: 50%;
        height: 50px;
        padding-left: 0;
        padding-right: 0
    }
    .logo-mobile-link {
        display: inline-block;
        height: inherit;
        width: 100%
    }
    .logo-mobile-img {
        height: 100%
    }
    #product-variants .desktop-swatches,
    .add-to-cart-desktop {
        display: none
    }
    #product-variants .selector-wrapper,
    #product-variants .selector-wrapper select[data-value=option1] {
        display: block !important
    }
    .product-title-mobile {
        margin: 0;
        background-color: #080808
    }
    .product-title-mobile h5 {
        margin-bottom: 0;
        font-weight: 700;
        color: #fff
    }
    .product-title-desktop {
        display: none
    }
    .product-carousel-desktop,
    .toolbar .filter-show.btn-group {
        display: none
    }
    .main-content {
        padding: 0
    }
    .more-view-wrapper {
        margin-top: 0
    }
    .product-img-box {
        margin-top: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    .template-product .breadcrumb {
        margin-bottom: 0;
        padding: 0;
        background-color: #080808
    }
    .toolbar .view-mode {
        margin: 11px 0 0
    }
    .toolbar .grid {
        margin-right: 5px
    }
    .toolbar .btn-group {
        margin: 4px 0 0;
        text-align: left
    }
    .page-header {
        margin: 0
    }
    .lang-block {
        clear: both;
        width: 100%;
        text-align: center;
        margin-top: 10px
    }
    .lang-block .selectize-control {
        float: none;
        margin: 0
    }
    .banner .container {
        position: static;
        margin-left: 0
    }
    .newsletterwrapper,
    .quickview-button {
        display: none !important
    }
    #slider {
        display: none
    }
    .hamburger-menu {
        display: block
    }
    .header-panel-top .currency-desktop .selectize-control.single .selectize-input input,
    .hidden-phone {
        display: none
    }
    .currency #currencies {
        height: 46px;
        border: 0;
        background: #141414;
        color: #fff;
        width: 100%;
        font-weight: 700;
        text-align: center;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-appearance: none
    }
    .header-panel-top .currency-desktop {
        float: left;
        width: 25%;
        background: #141414;
        border-right: 1px solid #868686
    }
    .header-panel-top .currency-desktop .selectize-control {
        height: 46px;
        width: 100%;
        margin: 0;
        position: static !important
    }
    .header-panel-top .currency-desktop .selectize-control.single .selectize-input,
    .header-panel-top .currency-desktop .selectize-control.single .selectize-input input {
        color: #fff;
        width: 100%;
        height: 46px;
        line-height: 46px;
        background: 0 0;
        cursor: pointer;
        text-align: center;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }
    .header-panel-top .currency-desktop .selectize-control div.item {
        background: 0 0;
        padding: 0
    }
    .header-panel-top .currency-desktop .selectize-control div.item:after {
        border: 4px solid transparent;
        border-top-color: #fff;
        content: '';
        height: 0;
        display: inline-block;
        margin-left: 8px
    }
    .header-panel-top .currency-desktop .selectize-control.single .selectize-input.dropdown-active {
        background-color: rgba(0, 0, 0, .8)
    }
    .header-panel-top .currency-desktop .selectize-control.single .selectize-input:after {
        border: 0
    }
    .header-panel-top .currency-desktop .selectize-control.single .selectize-input.dropdown-active div.item:after {
        border-top-color: transparent;
        border-bottom-color: #fff;
        margin-bottom: 4px
    }
    .header-panel-top .currency-desktop .selectize-dropdown {
        margin-top: 0;
        width: 100% !important;
        left: 0 !important
    }
    .header-panel-top .nav-search {
        display: none
    }
    .header-desktop .nav-search {
        width: 100%;
        margin: 24px 0 0;
        padding: 8px 10px;
        border: 1px solid #e7e7e7;
        border-width: 1px 0;
        display: block
    }
    .banner .inner,
    .banner-home-bottom .des h4 {
        margin-top: 20px
    }
    .header-desktop .nav-search:hover {
        background: #fafafa
    }
    .header-desktop .nav-search .input-group,
    .header-desktop .search-bar input.input-group-field {
        width: 100%;
        background: 0 0;
        border: 0
    }
    #back-top {
        width: 36px;
        height: 36px;
        right: 10px;
        top: auto;
        bottom: 66px;
        background-position: 0 -1914px;
        background-color: #fff
    }
    .footer-top .col-1,
    .footer-top .col-2 {
        width: 50%
    }
    .footer-top .col-3,
    .footer-top .col-4 {
        width: 100%
    }
    .banner .inner {
        position: static;
        width: 100%
    }
    .banner h2 {
        font-size: 20px
    }
    .banner p {
        margin-bottom: 20px
    }
    .banner-home-top li {
        margin-bottom: 10px
    }
    .widget-title fieldset.box-title legend {
        font-size: 18px
    }
    .flexslider {
        margin-bottom: 7px
    }
    .flexslider .slides {
        position: relative
    }
    .template-index .main-slideshow .flexslider .flex-control-nav {
        position: static;
        visibility: visible;
        padding-top: 17px
    }
    .template-index .main-slideshow .flex-control-paging li a {
        width: 11px;
        height: 11px;
        border: 3px solid #d5d8dc;
        background: #d5d8dc
    }
    .template-index .main-slideshow .flex-control-paging li a.flex-active,
    .template-index .main-slideshow .flex-control-paging li a:hover {
        border-color: #323232
    }
    .slide-heading {
        font-size: 20px !important;
        display: inline-block;
        border: 2px solid #000;
        background: rgba(255, 255, 255, .8);
        padding: 8px 12px 7px
    }
    .main-slideshow .flex-direction-nav,
    .main-slideshow .flexslider .slides li:nth-child(2) .slide-heading,
    .nav-bar,
    .slide-des .slide-button,
    .slide-text {
        display: none
    }
    .slide-text {
        font-size: 11px;
        line-height: 1.3;
        padding-bottom: 0
    }
    .slide-des {
        bottom: 30% !important
    }
    .slide-des p.line {
        margin-bottom: 5px;
        display: none
    }
    .main-slideshow .flexslider .flex-control-nav {
        bottom: 15px
    }
    .gf-menu-device-container .site-nav {
        display: block !important;
        overflow: hidden
    }
    .gf-menu-device-container .site-nav.gf-menu.clicked {
        visibility: visible;
        height: auto
    }
    .cbp-spmenu-left.cbp-spmenu-open {
        overflow-y: auto
    }
    .cbp-spmenu-push-toright {
        overflow-y: hidden;
        position: fixed;
        width: 100%
    }
    #megamenu-responsive-root {
        display: none !important
    }
    .menu-block {
        width: 25%;
        float: left;
        padding: 0;
        height: 50px
    }
    .site-nav>li:hover>a.current>span:first-child,
    .site-nav>li:hover>a>span:first-child,
    .site-nav>li>a.current>span:first-child {
        border: 0
    }
    .site-nav a {
        white-space: normal
    }
    .firstNavBarLink {
        border-top: 1px solid #fff
    }
    .lastNavBarLink {
        padding-bottom: 165px
    }
    .cbp-spmenu .input-group {
        padding: 10px
    }
    .cbp-spmenu .site-nav .dropdown-links {
        font-size: 13px;
        font-weight: 700;
        color: #fff;
        padding: 12px 20px;
        margin: 0;
        border-bottom: 1px solid #e5e5e5;
        letter-spacing: .05em;
        text-transform: uppercase
    }
    .cbp-spmenu .site-nav>li.dropdown.open>a {
        position: relative
    }
    .cbp-spmenu .site-nav>li.dropdown.open>a:before {
        border-top-color: transparent;
        border-bottom-color: #fff;
        top: 15px
    }
    .cbp-spmenu .input-group-field {
        border-radius: 20px;
        height: 40px
    }
    .header-mobile .input-group-field {
        background-color: #fff;
        color: #000;
        height: 40px;
        border-radius: 28px;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
        -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
        outline: 0 !important;
        font-size: 16px
    }
    .header-mobile .site-nav-dropdown .site-nav-dropdown-links {
        display: list-item;
        list-style-position: initial;
        padding-left: 10px
    }
    .header-mobile .site-nav-dropdown {
        color: #fff
    }
    .fixeHeader {
        position: fixed;
        top: 0;
        z-index: 10000;
        width: 100%
    }
    .menu-block .site-nav {
        border-bottom: none
    }
    .site-nav>li {
        display: block;
        clear: both
    }
    .site-nav>li>a {
        padding: 12px 0
    }
    .site-nav>li.dropdown>p.toogleClick {
        height: 0;
        width: 0;
        display: block;
        top: 2px;
        right: 5px;
        margin: 0;
        z-index: 2;
        padding: 20px
    }
    .site-nav>li.dropdown p.toogleClick {
        position: absolute;
        right: 0;
        text-indent: -999em;
        cursor: pointer;
        width: 100%;
        background: 0 0
    }
    .site-nav>li.dropdown>p.toogleClick:before {
        height: 0;
        width: 0;
        border: 5px solid transparent;
        border-top-color: #fff;
        display: block;
        text-indent: -999em;
        cursor: pointer;
        position: absolute;
        top: 19px;
        right: 15px;
        margin: 0;
        padding: 0;
        background: 0 0;
        z-index: 2;
        content: ""
    }
    .site-nav>li.dropdown:hover>p.toogleClick:before {
        border-top-color: #fff
    }
    .site-nav>li.dropdown>p.toogleClick.mobile-toggle-open:before {
        border-top-color: transparent;
        border-bottom-color: #000;
        top: 14px
    }
    .site-nav>li.dropdown:hover>p.toogleClick.mobile-toggle-open:before {
        border-bottom-color: #fff
    }
    .site-nav li.dropdown a>.icon-dropdown {
        display: none
    }
    .site-nav-dropdown {
        border: 0;
        background: 0 0;
        width: 100%;
        position: static;
        padding: 0 20px
    }
    .site-nav-dropdown .container {
        padding-left: 0;
        padding-right: 0
    }
    .site-nav>li.open>a:hover,
    .site-nav>li:hover>a,
    .site-nav>li:hover>a:hover {
        background: #1a1a1a
    }
    .site-nav>li.dropdown:hover>a {
        color: #fff
    }
    .site-nav>li.dropdown ul p.toogleClick.mobile-toggle-open:before {
        top: 10px
    }
    .site-nav-dropdown .col-1 .inner p.toogleClick:before,
    .site-nav>li.dropdown ul p.toogleClick:before {
        display: block;
        content: "";
        position: absolute;
        right: 0;
        top: -15px !important;
        width: 20px;
        height: 40px
    }
    .widget-featured-product .products-grid .grid-item,
    .zoomWrapper {
        position: relative
    }
    .site-nav-dropdown p.toogleClick {
        background-image:url("//cdn.shopify.com/s/files/1/1210/8810/t/352/assets/icon-menu-white.png?v=14991059245491705694") !important;
        background-repeat: no-repeat !important;
        background-position: right center !important;
        padding: 0;
        height: 100%;
        right: 0;
        z-index: 2;
        width: 50% !important
    }
    .site-nav-dropdown .col-1 .inner p.toogleClick {
        display: block !important
    }
    .site-nav-dropdown .col-1 .inner p.toogleClick.mobile-toggle-open,
    .site-nav>li.dropdown ul p.toogleClick.mobile-toggle-open {
        background-position: center bottom;
        height: 44px
    }
    .site-nav-dropdown li:hover a,
    .site-nav>li>.site-nav-dropdown>li:hover>a:before {
        background: 0 0
    }
    .site-nav>li>ul>.dropdown.open>ul,
    .site-nav>li>ul>li>ul>.dropdown.open>ul,
    .site-nav>li>ul>li>ul>ul>li>.dropdown.open>ul {
        display: block
    }
    .sidebar,
    .site-nav .product-label {
        display: none
    }
    .site-nav>li>.site-nav-dropdown {
        border-bottom: 1px solid #e5e5e5
    }
    .site-nav>li>.site-nav-dropdown>li>a {
        padding: 11px 0 13px;
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 700;
        border-top: 1px solid #e5e5e5
    }
    .cbp-spmenu .site-nav-dropdown .col-1 .inner:first-child>a,
    .site-nav>li>.site-nav-dropdown>li:first-child>a {
        border-top: 0
    }
    .site-nav>li li .site-nav-dropdown {
        padding: 0 15px;
        margin-bottom: 20px
    }
    .site-nav-dropdown a:active,
    .site-nav-dropdown li:hover a {
        padding-left: 0
    }
    .site-nav-dropdown li li a {
        padding: 7px 0
    }
    .site-nav-dropdown li li:hover a {
        padding: 7px 20px
    }
    .site-nav-dropdown li:hover>a:before {
        left: 0
    }
    .site-nav-dropdown .col-1,
    .site-nav-dropdown .col-2,
    .site-nav-dropdown .col-3 {
        width: 100%;
        padding: 0
    }
    .site-nav-dropdown .col-3 {
        padding-bottom: 28px
    }
    .site-nav-dropdown .col-1 .inner {
        width: 100%;
        padding: 0
    }
    .site-nav-dropdown .col-1 ul.dropdown li a {
        padding: 7px 15px;
        font-size: 12px;
        font-weight: 400;
        text-transform: none;
        border: 0
    }
    .site-nav-dropdown .col-1 ul.dropdown li:hover>a {
        padding-left: 40px
    }
    .site-nav-dropdown .col-1 ul.dropdown li:hover>a:before {
        left: 20px
    }
    .site-nav .widget-featured-product {
        text-align: left;
        border: 1px solid #e5e5e5;
        border-width: 1px 0;
        margin-bottom: 10px;
        padding-top: 23px;
        padding-bottom: 25px
    }
    .site-nav .products-grid .grid-item {
        text-align: left
    }
    .site-nav .products-grid .grid-item .product-grid-image {
        float: left;
        margin: 0 15px 0 0
    }
    .site-nav .widget-featured-product .widget-title h3 {
        font-size: 11px
    }
    .widget-featured-product .grid-item .product-grid-image img {
        width: 80px
    }
    .widget-featured-product .details {
        overflow: hidden
    }
    .site-nav .product-label strong {
        float: left
    }
    .cbp-spmenu .site-nav-dropdown .col-1 .inner {
        width: 100% !important;
        position: relative;
        padding: 0;
        float: left
    }
    .ajax-success-modal .btn-secondary,
    .backpack_special_modal .btn-secondary {
        font-size: 12px !important;
        height: 34px;
        line-height: 30px;
        padding: 0 8px
    }
    .ajax-success-modal .content,
    .backpack_special_modal .content {
        background-color: #fff;
        position: absolute;
        width: 100%;
        padding: 10px
    }
    .content .ajax-right {
        width: 100%;
        margin-left: 0 !important
    }
    .content .ajax-product-title {
        font-size: 16px
    }
    .ajax-success-modal .close-modal,
    .backpack_special_modal .close-modal {
        right: 0;
        top: 0;
        border-radius: 3px
    }
    .item-success-modal .close-modal-item {
        right: 0;
        top: -10px
    }
    .item-success-modal .content {
        width: 97%;
        margin-left: 5px;
        margin-top: 0;
        left: 0;
        top: 10px !important;
        min-height: 180px
    }
    .item-success-modal .itemHeading {
        font-size: 22px
    }
    .item-success-modal .row {
        font-size: 16px
    }
    .item-success-modal #black-shirt p {
        margin: 0
    }
    .item-success-modal .white-shirt .rowColumn {
        margin-top: 3%
    }
    .item-success-modal .white-shirt .addGift {
        padding: 1px 5px;
        font-size: 13px
    }
    .item-success-modal #black-shirt .addGift {
        padding: 1px 3px;
        font-size: 13px
    }
    .item-success-modal #trucker-hat .addGift {
        width: 65%
    }
    .item-success-modal .actions {
        margin-top: 20px;
        margin-left: 0;
        text-align: center
    }
    .item-success-modal .btn-secondary {
        font-size: 12px !important;
        height: 34px;
        line-height: 30px;
        padding: 0 8px
    }
    .item-success-modal .close-modal {
        right: 5px;
        top: -40px
    }
    .item-success-modal .continue-shopping {
        margin-right: 5px
    }
    .ajax-success-modal .ajax-right,
    .backpack_special_modal .ajax-right {
        margin-left: 80px
    }
    .ajax-success-modal .ajax-left,
    .backpack_special_modal .ajax-left {
        margin-right: 10px
    }
    .ajax-success-modal .continue-shopping,
    .backpack_special_modal .continue-shopping {
        margin-right: 5px
    }
    .toolbar .view-mode label {
        padding: 0 7px 0 0;
        border: 0;
        margin: 0
    }
    .col-main,
    .sidebar {
        width: 100% !important
    }
    .template-article #displayTextLeft,
    .template-blog #displayTextLeft {
        display: block
    }
    .widget-featured-product .products-grid {
        width: 100%
    }
    .product-shop {
        clear: both
    }
    .product-shop .addthis,
    .product-shop p.custom {
        margin-bottom: 20px
    }
    .product {
        margin-bottom: 30px
    }
    .product-shop #add-to-cart-form .btn {
        margin-bottom: 0;
        min-width: 50%
    }
    .nav-tabs {
        margin-bottom: 20px
    }
    .nav-tabs>li {
        margin-bottom: 0
    }
    .nav-tabs .reviewsTab,
    .nav-tabs .sizeTab {
        width: 50%
    }
    .nav-tabs>li>a {
        padding: 14px 20px 12px !important
    }
    .nav-tabs>li.active>a,
    .nav-tabs>li.active>a:focus,
    .nav-tabs>li.active>a:hover,
    .nav-tabs>li:hover>a,
    .nav-tabs>li:hover>a:hover,
    .nav-tabs>li>a:hover {
        border-color: transparent;
        color: #fff;
        background: #000;
        padding: 13px 20px !important
    }
    #shopify-product-reviews {
        padding: 0
    }
    #shopify-product-reviews .spr-summary {
        text-align: left
    }
    #shopify-product-reviews .spr-summary-actions {
        clear: both;
        float: left;
        width: 100%
    }
    .spr-summary-actions a {
        margin-top: 20px;
        clear: both;
        float: left
    }
    .product-img-box.has-jcarousel .product-photo-container,
    .product-img-box.has-jcarousel .product-photo-container-accessories {
        float: none;
        display: inline-block;
        margin-right: 10px
    }
    .product-img-box.has-jcarousel .more-view-wrapper {
        float: none;
        display: inline-block;
        overflow: hidden
    }
    .product-img-box {
        float: none;
        text-align: center
    }
    .product-img-box .product-photo-container,
    .product-img-box .product-photo-container-accessories {
        z-index: -1
    }
    .zoomWrapper {
        width: 100% !important;
        z-index: -1
    }
    .zoomContainer,
    .zoomLens,
    .zoomWindowContainer {
        display: none !important
    }
    .tab-content .spr-form-input-email,
    .tab-content .spr-form-input-text,
    .tab-content .spr-form-input-textarea {
        width: 100%
    }
    .cart-list a.product-img {
        width: 40%
    }
    .cart-list .product-details {
        width: 60%
    }
    .cart-list input.qty {
        margin: 0 20px 20px 0
    }
    .cart-row textarea {
        margin-bottom: 30px;
        width: 100%
    }
    #shipping-calculator-form-wrapper p {
        margin-bottom: 10px
    }
    .lookbook .slide-heading {
        background: 0 0;
        border: 0;
        padding: 0
    }
    .lookbook .slide-des p.line,
    .lookbook .slide-text {
        display: none
    }
    .lookbook .flex-direction-nav a {
        background: 0 0
    }
    .lookbook .flex-control-nav {
        display: block;
        z-index: 2
    }
    .desktop-size-title,
    .desktop-sizes,
    .discount-code-field,
    .product-des,
    .site-nav-dropdown .style_3 .inner>img,
    table.wishlist-product tbody td:first-child,
    table.wishlist-product thead th:first-child {
        display: none
    }
    table.wishlist-product tbody td {
        padding: 10px 5px
    }
    table.wishlist-product thead th {
        padding: 10px 5px;
        white-space: normal
    }
    table td,
    table th {
        padding: 5px 8px
    }
    #create_customer input,
    #customer_login input,
    #recover_password input,
    .grid-item form input[type=tel],
    .grid-item form input[type=text],
    .grid-item select {
        width: 100%
    }
    #contactFormWrapper input[type=email],
    #contactFormWrapper input[type=tel],
    #contactFormWrapper input[type=text],
    #contactFormWrapper textarea,
    .comment-form .comment-form input,
    .message #comment-body {
        width: 100%;
        margin-left: 0
    }
    .site-nav-dropdown .col-2 .col-left {
        width: 100%;
        clear: both;
        padding: 0
    }
    .site-nav-dropdown .col-2 .col-right {
        width: 100%;
        clear: both;
        padding: 0 0 10px
    }
    .site-nav-dropdown .style_2 .col-2 .col-left a,
    .site-nav-dropdown .style_4 .col-2 {
        padding-right: 0
    }
    .product-des {
        bottom: 0
    }
    .products-grid .grid-item {
        padding-bottom: 0;
        margin-bottom: 10px
    }
    .applyButton {
        background: #000;
        border: 1px solid;
        color: #fff;
        font-size: 14px;
        width: 50%;
        padding: 10px 0;
        text-align: center
    }
    .products-grid {
        width: auto;
        margin: 0 auto
    }
    .products-grid .grid-item {
        width: 50%
    }
    .mobile-sizes-container {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url(MenuExpand-24.png) 140px 9px no-repeat #000;
        float: left;
        width: 50%;
        height: 45px;
        color: #fff;
        font-weight: 400;
        font-size: 13px;
        padding: unset;
        border-radius: 0;
        border-left: unset;
        border-top: unset;
        border-bottom: unset;
        border-right: 1px solid #fff
    }
    #desktop-cart__subtotal,
    #destkop-cart__shippingMessage {
        display: none
    }
    #mobile-cart__subtotal .sezzle-shopify-info-button {
        display: flex;
        justify-content: center
    }
    #mobile-cart__subtotal .sezzle-button-text {
        max-width: unset !important
    }
    #mobile-cart__subtotal .sezzle-checkout-button-wrapper {
        padding: 0
    }
    .cart__shippingMessage {
        font-size: 16px
    }
    #mobile_shippingMessageContainer {
        text-align: center;
        font-size: 16px;
        color: #1eb120
    }
    #newFiltersContainer {
        margin-left: 10px;
        margin-right: 10px;
        text-align: center;
        display: flex
    }
    .newFiltersContent {
        flex-grow: 1;
        font-size: 16px;
        padding: 2px;
        border: 1px solid #fff;
        border-radius: 4px;
        background-color: #2d3436;
        background-image: linear-gradient(315deg, #2d3436 0, #000 74%);
        height: 45px;
        color: #fff
    }
    .newFiltersList {
        list-style: none;
        text-align: left;
        padding-left: 15px;
        padding-top: 10px
    }
    .newFiltersContents {
        position: absolute;
        left: 0;
        z-index: 3;
        background-color: #fff;
        width: 100%;
        border-radius: 5px;
        border: 1px solid #000;
        margin-top: 2px
    }
    .newFilterText {
        display: inline-block;
        margin-top: 4px;
        font-weight: 400
    }
    #newSizeFilterList .newFilterLabel {
        margin-right: 5px
    }
    .hideNewColorFilters,
    .hideNewSizeFilters,
    .hideNewStyleFilters {
        display: none
    }
    .clearNewFilters {
        text-align: left;
        font-weight: 100;
        color: #000;
        width: 49%;
        display: inline-block
    }
    #bc-sf-filter-tree-mobile-button {
        padding: 0 !important
    }
    .closeNewFilter {
        color: #000;
        width: 49%;
        display: inline-block;
        text-align: right;
        padding-right: 10px;
        font-weight: 700
    }
    .headingContainter {
        display: flex;
        justify-content: flex-end;
        border-bottom: 1px solid rgba(0, 0, 0, .2)
    }
    .beHidden {
        display: none
    }
    #mobile-product-description-button {
        width: 100%;
        margin-top: 10px;
        background: #279fe9;
        color: #fff;
        height: 50px;
        font-size: 14px;
        font-weight: 700
    }
    .hidden-mobile-product-description {
        padding: 0;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 25px;
        max-height: 0;
        overflow: hidden;
        transition: max-height .2s ease-out
    }
    #pixlee-mobile {
        height: unset !important
    }
    #linkSimilarProductsContainer {
        margin-top: 50px
    }
    #hidden-shipping-info-reviews {
        padding: 0 20px
    }
    #international-shipping .rte {
        padding: 0 10px
    }
    #international-shipping .page-header h2 {
        text-align: center
    }
    #bc-sf-filter-products.product-list .product-bottom {
        text-align: center
    }
}

@media (min-width:768px) {
    .header-bottom.on .site-nav {
        padding-right: 120px
    }
    .nav-bar {
        border-top: 1px solid #fff;
        border-radius: 10px
    }
    [data-widget-id="1293532"] {
        width: 100% !important
    }
    .ajax-success-modal .content,
    .backpack_special_modal .content {
        position: absolute;
        background-color: #fff;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        width: 500px
    }
    .content .actions {
        width: 70%;
        margin: 0 auto
    }
    #add-to-cart-form,
    .price-desktop,
    .privacy-heading,
    .product-shop {
        text-align: center
    }
    #add-to-cart-form,
    #sock-bogo-desktop {
        display: inline-block
    }
    #sock-bogo-desktop {
        margin-top: 5px
    }
    #add-to-cart-form {
        width: 100%
    }
    .outlet-moved-truck {
        width: 934px;
        height: 120px
    }
    .price-desktop .price {
        font-weight: 700
    }
    .price-desktop {
        margin-top: 5px
    }
    .collSpecialMessage,
    .desktopSpecialMessage {
        font-style: italic;
        font-weight: 400
    }
    .desktop-size-title {
        font-weight: 700;
        font-size: 22px
    }
    #mobile-product-description,
    #mobile-product-description-button,
    #mobileCheckoutLink,
    #mobileWhy,
    #pixlee-mobile,
    #sizeChart__Mobile,
    #sock-bogo-mobile,
    .applyButton,
    .free_shipping_mobile,
    .hamburger-menu,
    .header-bottom.on .header-logo-desktop,
    .mobile-discount-code-field,
    .nav-bar .nav-search,
    .size-message-mobile {
        display: none
    }
    ::-webkit-input-placeholder {
        color: transparent
    }
    :-moz-placeholder {
        color: transparent
    }
    ::-moz-placeholder {
        color: transparent
    }
    :-ms-input-placeholder {
        color: transparent
    }
    .privacy-row {
        vertical-align: top
    }
    .cart-row .sezzle-shopify-info-button {
        overflow: hidden
    }
    .cart-row .sezzle-checkout-button-wrapper .sezzle-button-text.sezzle-thin {
        min-width: 230px !important
    }
    .header-desktop {
        clear: both
    }
    #desktop_shippingMessageContainer {
        color: red;
        font-size: 17px;
        margin-left: 4px
    }
    .header-bottom.on #desktop_shippingMessageContainer {
        display: none
    }
    .header-desktop .row {
        margin-left: 0;
        margin-right: 0;
        display: flex;
        justify-content: space-between
    }
    .header-desktop .row:after,
    .header-desktop .row:before {
        content: unset
    }
    .desktop-logo {
        width: 37%
    }
    .header-logo-desktop {
        margin-bottom: 0;
        width: 100%;
        height: inherit;
        padding-right: 0;
        padding-left: 0
    }
    .shipping-arrow {
        margin-bottom: -6px
    }
    .header-panel-bottom {
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }
    #currencies,
    .header-desktop .selectize-input input,
    .selectize-control.single .selectize-input input {
        display: none
    }
    .header-bottom .phone-currency-search {
        display: flex;
        justify-content: flex-end;
        margin-top: 4px
    }
    .header-bottom.on .phone-currency-search {
        padding-top: 0
    }
    .header-desktop .selectize-input {
        border: 1px solid #fff;
        padding: 0 18px;
        cursor: pointer !important
    }
    .header-desktop .selected-currency {
        position: inherit !important
    }
    .header-desktop .selectize-dropdown {
        background: #000;
        color: #fff !important;
        top: 35px !important;
        border-radius: 6px;
        border: 1px solid #fff
    }
    #currency-desktop {
        margin-right: 15px
    }
    .header-desktop .input-group-field {
        background-color: #fff;
        border: 0;
        width: 180px;
        line-height: 14px;
        padding: 4px;
        height: 33px
    }
    .nav-search-desktop .search-bar-desktop {
        display: flex
    }
    .header-desktop .input-group-field::placeholder {
        color: #000;
        opacity: .7
    }
    .header-desktop .input-group-field:focus {
        outline-width: 0
    }
    .phone-currency-search .input-group-btn {
        width: 19%;
        background-color: #000;
        border: 1px solid #fff
    }
    .header-desktop .input-group-btn .btn {
        background: url(icons_new15.png) -31px -29px no-repeat;
        text-indent: -999em;
        width: 38px;
        height: 30px;
        display: block;
        padding: 0;
        margin: 0;
        border: 0
    }
    .input-group-btn .btn:hover {
        background-color: #000
    }
    .shipping-desktop {
        width: 100%
    }
    .free_shipping_desktop {
        margin-left: auto;
        width: fit-content;
        width: -moz-fit-content;
        display: table;
        font-size: 13px;
        color: #fff;
        font-family: Changa;
        letter-spacing: .05em
    }
    .phone_number {
        line-height: 43px;
        letter-spacing: .02em;
        color: #fff;
        text-decoration: underline
    }
    .phone_number:hover {
        color: #fff
    }
    .header-bottom .links_cart {
        display: flex;
        flex-direction: row;
        justify-content: flex-end
    }
    .header-bottom.on .links_cart {
        margin-top: 0
    }
    .top-header {
        display: flex
    }
    .top-cart {
        margin: 0
    }
    .header-desktop .wrapper-top-cart {
        position: relative
    }
    #dropdown-cart {
        width: 458px;
        padding: 10px 10px 10px 10px;
        position: absolute;
        top: 28px;
        left: 9px;
        background: #fff;
        z-index: 1000
    }
    .header-desktop .customer-links {
        margin-bottom: 0;
        display: flex;
        padding: 0
    }
    .header-desktop .customer-links-list {
        align-self: flex-end;
        margin: 0
    }
    .header-desktop .customer-links .icon {
        width: 13px;
        line-height: 11px;
        display: inline-block;
        background: url(icons_new20-06.png) 0 -195px no-repeat;
        margin-right: 2px
    }
    .header-desktop .customer-links-link:hover,
    .header-desktop .iWishView:hover {
        border: none;
        color: #fff
    }
    .header-bottom.on #currency-desktop,
    .header-bottom.on .currency,
    .header-bottom.on .currency-desktop,
    .header-bottom.on .customer-links,
    .header-bottom.on .desktop-logo,
    .header-bottom.on .header-logo,
    .header-bottom.on .phone_number,
    .header-bottom.on .shipping-desktop {
        display: none
    }
    .header-bottom.on .row {
        height: inherit
    }
    .header-bottom.on .nav-bar {
        background-color: #000;
        display: inline-block;
        width: 100%;
        text-align: center;
        color: #fff;
        float: left
    }
    .header-bottom.on .header-logo-fix {
        display: table;
        height: 48px;
        z-index: 2;
        float: left;
        margin: 0;
        position: relative
    }
    #fixNavBarLogo {
        background: url(Header_Footer_Sprite_Images.png) -188px -20px no-repeat;
        display: inline-block;
        width: 124px;
        height: 39px
    }
    .header-bottom.on .dropdown-links {
        color: #fff
    }
    .header-bottom.on .wrapper-top-cart {
        margin-top: 0;
        width: 100%
    }
    .header-bottom.on .phone-currency-search {
        height: 0%
    }
    .header-bottom.on .site-nav-search-container {
        display: inline-block;
        color: #fff
    }
    .header-bottom.on .icon-search-desktop {
        display: block
    }
    .icon-search-desktop {
        text-indent: -999em;
        display: none;
        width: 52px;
        height: 48px;
        background: url(icons_new14a.png) center -19px no-repeat;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff
    }
    .header-bottom.on .top-header {
        float: none
    }
    .header-bottom.on .input-group-field {
        position: fixed;
        right: 104px;
        width: 182px;
        height: 34px;
        border: 1px solid #000
    }
    .header-bottom.on .input-group-btn {
        border: 1px solid #fff;
        width: unset;
        display: block;
        border: 1px solid #000
    }
    .header-bottom.on .input-group-btn .btn {
        width: 35px;
        background-position: -34px -27px;
        background-color: #000;
        height: 32px;
        width: 100%
    }
    .header-bottom.on .phone-currency-search .nav-search-desktop {
        float: none;
        margin-right: 65px;
        margin-left: 0
    }
    .header-bottom.on .search-bar-desktop {
        display: none;
        height: inherit;
        width: 75%;
        left: 13px;
        top: -3px
    }
    .header-bottom.on .wrapper-top-cart {
        height: inherit
    }
    .header-bottom.on .links_cart {
        height: inherit
    }
    .header-bottom.on .header-desktop {
        position: absolute;
        width: auto;
        right: 0;
        top: 0;
        z-index: 10;
        height: 54px
    }
    .header-bottom.on .header-panel-bottom {
        display: block
    }
    .header-bottom.on #dropdown-cart {
        left: auto;
        right: 0;
        top: 48px;
        position: fixed;
        z-index: 1000
    }
    .evg-smart-history-tab-container {
        z-index: 998 !important
    }
    #currency-mobile,
    .add-to-cart-mobile {
        display: none
    }
    #product-variants .selector-wrapper,
    #product-variants .selector-wrapper select[data-value=option1] {
        display: none !important
    }
    .header-logo-mobile,
    .nav-search-mobile,
    .product-carousel-mobile,
    .product-title-mobile {
        display: none
    }
    .cbp-spmenu-push-toright {
        left: 0 !important
    }
    #cbp-spmenu-s1 {
        display: none !important
    }
    .sidebar {
        display: block !important
    }
    .header-bottom {
        -webkit-animation-duration: .8s;
        -moz-animation-duration: .8s;
        -o-animation-duration: .8s;
        animation-duration: .8s
    }
    .header-bottom.on {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 999;
        padding: 0
    }
    .wrapper-container .header-bottom.on .site-nav li.dropdown.mega-menu>a:after,
    .wrapper-container .header-bottom.on .site-nav li.dropdown.mega-menu>a:before {
        display: none
    }
    .header-bottom.on .top-cart a {
        display: block
    }
    .header-bottom.on .top-cart a .cartCount {
        background: #00aaed;
        color: #fff;
        position: absolute;
        right: 2px;
        top: 2px;
        line-height: 1.35;
        margin: 11px 0 0;
        padding: 4px 5px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%
    }
    .nav-bar .header-logo-fix {
        float: left;
        display: none;
        margin: 0 30px
    }
    .header-bottom.on .site-nav li.dropdown .icon-dropdown {
        border-top-color: #fff
    }
    .header-bottom.on #shoppingCartMessage,
    .header-bottom.on .lang-block {
        display: none
    }
    .flex-control-nav {
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .header-bottom .site-nav {
        text-align: center
    }
    .desktop-sizes {
        display: block;
        float: left;
        margin-bottom: 10px
    }
    .desktop-sizes-container {
        margin: 8px;
        border: 2px solid #cbcbcb;
        float: left;
        width: 46%
    }
    .desktop-sizes-label {
        margin: unset;
        padding: 6px;
        font-weight: 500
    }
    .desktop-sizes-container:hover,
    .selected-variant {
        border: 2px solid #000
    }
    #product-inventory-desktop,
    .mobile-sizes-container {
        display: none
    }
    #inStock-Qty-Desktop {
        color: red;
        font-weight: 700
    }
    .style-stock-desktop {
        display: inline-block;
        width: 100%
    }
    #product-inventory-desktop,
    #product__vendor--Desktop {
        width: 50%
    }
    #product__vendor--Desktop {
        text-align: left
    }
    #product-inventory-desktop {
        text-align: end
    }
    .product-title-desktop {
        text-align: center
    }
    .sezzle-button-text {
        margin: 0 auto !important;
        text-align: center !important;
        min-width: 350px !important;
        font-size: 16px !important
    }
    .sezzle-checkout-button.sezzle-left {
        float: unset !important
    }
    .sezzle-checkout-button-wrapper {
        padding: 0 !important
    }
    #price_size_divider_desktop {
        border-color: #000;
        width: 35px;
        margin-top: 0;
        margin-bottom: 20px;
        margin-top: 10px
    }
    #desktop_addtocart_wishlist {
        margin-left: 7px;
        display: flex;
        align-items: center;
        flex-wrap: wrap
    }
    #sizeChart__searchBarForm .btn {
        width: 25%
    }
    #zonos {
        bottom: 54px !important
    }
    #mobile-cart__subtotal {
        display: none
    }
    #desktop-fit-info::after {
        display: inline-block;
        content: "!";
        border-radius: 50%;
        border: 1px solid #000;
        width: 13px;
        height: 13px;
        line-height: 12px;
        text-align: center;
        color: #000;
        font-weight: 400
    }
    #desktop-fit-info {
        font-size: 12px;
        font-weight: 400;
        text-decoration: underline;
        cursor: pointer
    }
    .hide-fit-info-link {
        display: none
    }
    #desktop-product-description {
        line-height: 1.3;
        font-size: 18px;
        padding: 10px;
        margin-bottom: 15px;
        margin-top: 25px
    }
    #fitSizeWidthContainer {
        display: flex;
        justify-content: space-between
    }
    #fitSizeContainer,
    #fitWidthContainer {
        width: 45%
    }
    .iStock-fields {
        display: flex;
        align-items: center
    }
    .iStock-email-id {
        margin: 0 10px 0 0 !important
    }
    .iStock-notify-btn {
        min-width: 100px !important
    }
    #linkSimilarProductsContainer {
        margin-top: 2px
    }
}

@media (min-width:768px) and (max-width:899px) {
    #desktop_shippingMessageContainer {
        font-size: 15px
    }
}

@media (min-width:768px) and (max-width:899px) {
    .header-bottom.on .dropdown-links {
        font-size: 11px;
        margin-right: 12px;
        letter-spacing: 0;
        margin-left: 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .slide-des p.line,
    .toolbar .view-mode label {
        display: none
    }
    .banner .container {
        margin-left: -375px
    }
    .banner .inner {
        width: 320px
    }
    .header-bottom .nav-search .icon-search {
        width: 50px
    }
    .nav-bar .header-logo-fix {
        margin-left: 10px;
        margin-right: 10px
    }
    .header-bottom.on .top-cart a span.first {
        width: 50px;
        background-position: -29px -110px
    }
    .slide-heading {
        padding: 0 0 5px
    }
    .slide-text {
        padding-bottom: 10px;
        line-height: 1.35
    }
    .collection-title h3.h5 {
        font-size: 18px
    }
    #email-modal .modal-window {
        width: 705px
    }
    #email-modal .window-window .window-content .left {
        width: 425px;
        padding: 40px 10px 30px 20px
    }
    #email-modal .window-window .window-content .right {
        width: 280px
    }
    .slide-des {
        bottom: 60px !important
    }
    .banner p {
        margin-bottom: 20px
    }
    .newsletter .input-group-field {
        width: 100%
    }
    .widget-featured-product .products-grid .grid-item {
        width: 150px
    }
    .widget-featured-product .btn {
        padding: 0 5px
    }
    .sidebar-custom ul li {
        width: 100%
    }
    .refined-widgets>a {
        float: left
    }
    .toolbar .view-mode {
        margin: 16px 8px 16px 16px
    }
    .product-img-box.has-jcarousel .product-photo-container,
    .product-img-box.has-jcarousel .product-photo-container-accessories {
        width: 150px
    }
    .more-view-wrapper .jcarousel-clip-vertical {
        height: 160px
    }
    .product-img-box.has-jcarousel .product-photo-thumbs li {
        margin-bottom: 10px
    }
    .tab-content .spr-form-input-textarea {
        width: 100%
    }
    .nav-tabs>li {
        width: 100%;
        margin-bottom: 0
    }
    .nav-tabs>li>a {
        padding: 14px 20px 12px !important
    }
    .nav-tabs>li.active>a,
    .nav-tabs>li.active>a:focus,
    .nav-tabs>li.active>a:hover,
    .nav-tabs>li:hover>a,
    .nav-tabs>li:hover>a:hover,
    .nav-tabs>li>a:hover {
        border-color: transparent;
        color: #fff;
        background: #000;
        padding: 13px 20px !important
    }
    #get-rates-submit,
    .cart-row .btn {
        padding: 0 10px
    }
    .cart-row .btn {
        font-size: 12px
    }
    #contactFormWrapper input[type=email],
    #contactFormWrapper input[type=tel],
    #contactFormWrapper input[type=text],
    #contactFormWrapper textarea {
        width: 340px
    }
}

@media (min-width:855px) and (max-width:929px) {
    #edgeDropdown_8 {
        right: 0;
        left: unset
    }
}

@media (min-width:930px) and (max-width:1062px) {
    #edgeDropdown_9 {
        right: 0;
        left: unset
    }
}

@media (min-width:900px) and (max-width:1038px) {
    .header-bottom.on .dropdown-links {
        font-size: 14px;
        margin-right: 12px;
        letter-spacing: 0;
        margin-left: 0
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .banner .container {
        margin-left: -495px
    }
    .banner .inner {
        width: 400px
    }
    .header-bottom.on .header-panel-top {
        right: 65px
    }
    .newsletter .input-group-field {
        width: 245px
    }
    .toolbar .btn-group {
        margin-left: 15px
    }
    .product-img-box.has-jcarousel .product-photo-container,
    .product-img-box.has-jcarousel .product-photo-container-accessories {
        width: 220px
    }
    .more-view-wrapper .jcarousel-clip-vertical {
        height: 253px
    }
    .quick-view .product-img-box.has-jcarousel .product-photo-container,
    .quick-view .product-img-box.has-jcarousel .product-photo-container-accessories {
        width: 230px
    }
}

@media (max-width:1034px) {
    .products-grid .grid-item .product-top,
    .recently-viewed-products .product-bottom .action {
        position: static
    }
    .grid-item .hover,
    .products-grid .wishlist {
        display: none
    }
    .quick-view {
        display: none !important
    }
    .products-grid .spr-badge {
        position: static;
        opacity: 1
    }
    .quickview-button {
        visibility: hidden;
        display: none
    }
    .list-category .view {
        display: none
    }
    .products-grid .product-des,
    .recently-viewed-products .product-bottom .action {
        opacity: 1;
        bottom: 0
    }
}

@media (max-width:1199px) {
    .main-slideshow .flexslider .slides>li.video {
        position: relative;
        width: 100%;
        padding-top: 50%
    }
    .main-slideshow .flexslider .slides>li iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }
}

@media (min-width:1200px) {
    .header-bottom.on .header-panel-top {
        right: 65px
    }
    .banner {
        margin: 0 -100% 37px
    }
    .quick-view .content,
    .quickview-template .content {
        width: 1038px
    }
    .products-grid>.col {
        width: 20%
    }
    .slide-des {
        left: 30%;
        right: 30%;
        width: auto
    }
    .main-slideshow {
        width: 1200px;
        margin-left: auto;
        margin-right: auto;
        float: none
    }
    .main-slideshow .flex-direction-nav a.flex-prev {
        left: 28%
    }
    .main-slideshow .flex-direction-nav a.flex-next {
        right: 28%
    }
    .banner.wow {
        width: 1200px
    }
}

.jdgm-carousel-item__product-image {
    margin: 0 auto !important
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6/2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .header-logo img:not(:first-child) {
        display: inline-block
    }
}

.header-logo img:first-child {
    display: none
}

.specialSaleBadgeContainer,
.specialSaleBadgeContainerList {
    display: inline-block;
    position: absolute;
    z-index: 1
}

#bc-sf-filter-products .product-top {
    position: relative
}

@media(min-width:768px) {
    .specialSaleBadgeContainer {
        top: 0;
        left: 0
    }
    .specialSaleBadge {
        max-width: 100px
    }
}

@media(max-width:767px) {
    .specialSaleBadgeContainer {
        top: 0;
        left: 0
    }
    .specialSaleBadge {
        max-width: 75px
    }
}

@media(max-width:540px) {
    #bc-sf-filter-products .product-image {
        display: flex;
        justify-content: center
    }
}

.ajax-product-title {
    color: #000;
    text-align: left;
    font-size: 16px
}

.ajax-success-modal {
    justify-content: center
}

.ajax-success-modal .ajax-left {
    display: flex;
    align-items: flex-start
}

.ajax-success-modal .ajax-product-image {
    width: 50%;
    padding-left: 5px
}

.ajax-product-price {
    color: #000;
    margin-top: 5px
}

.inCart-product-details-container {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding-left: 5px
}

.inCart-product-detail.ajax-product-size,
.inCart-product-detail.ajax-product-style {
    font-size: 14px;
    opacity: .5
}

.inCart-product-detail {
    width: 100%
}

.btn-go-to-cart,
.btn-go-to-wishlist {
    border-radius: 5px
}

.addedToCart-cartTotal-container,
.addedToCart-cartTotal-container .sezzle-button-text.sezzle-left {
    text-align: right !important
}

.addedToCart-cartTotal {
    padding-right: 5px;
    font-weight: 700
}

.addedToCart-cartTotal-container .money {
    color: #e20000
}

.addedToCart-cartTotal-container.price-desktop {
    display: block
}

.addedToCart-cartTotal-container .sezzle-shopify-info-button {
    padding: 0
}

.has-been-added-message {
    margin-bottom: 5px;
    color: #000;
    width: 100%
}

.ajax-success-modal .success-message {
    text-align: center;
    color: #5f943c;
    margin-bottom: 7px;
    border-bottom: 1px solid #dde8d6;
    background-color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    padding: 15px 0
}

.ajax-success-modal .success-message {
    text-align: center;
    color: #000;
    margin-bottom: 7px;
    border: unset;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    padding: 0;
    box-shadow: unset
}

.addedToCart-authorizeNet {
    margin: 10px;
    border: 10px;
    display: flex;
    justify-content: center
}

.ajax-success-modal .addedToCart-actions-container {
    display: flex;
    flex-direction: column;
    align-items: center
}

.ajax-success-modal .sezzle-button-text {
    text-align: right !important;
    max-width: 100% !important;
    font-size: 13px !important
}

.ajax-success-modal .btn-secondary {
    display: flex;
    justify-content: center;
    align-items: center
}

.addedToCart-divider {
    width: 95%
}

.addedToCart-close-modal-container {
    display: flex;
    justify-content: flex-end
}

.addedToCart-close-modal {
    padding: 10px
}

.ajax-success-modal.modal {
    overflow: hidden
}

.addedToCart-lock-img {
    margin-right: 5px
}

.ajax-success-modal .btn-secondary {
    height: 45px
}

@media screen and (max-width:320px) {
    .ajax-success-modal .ajax-product-image {
        width: 45%
    }
}

@media screen and (max-width:540px) {
    .addedToCart-authorizeNet .AuthorizeNetSeal {
        width: 60px
    }
    .ajax-success-modal .content {
        width: 95%;
        padding: 0
    }
    .addedToCart-cartTotal-container,
    .inCart-product-detail.ajax-product-price {
        font-size: 16px
    }
}

@media screen and (min-width:541px) {
    .ajax-success-modal .content {
        width: 500px;
        padding: 0
    }
    .ajax-success-modal .actions {
        margin-top: 20px
    }
    .addedToCart-cartTotal-container {
        font-size: 18px
    }
    .addedToCart-cartTotal {
        padding-right: 10px
    }
}

@media screen and (min-width:768px) {
    .ajax-success-modal .content {
        width: 600px;
        padding: 0
    }
    .inCart-product-details-container .ajax-product-title {
        font-size: 18px
    }
    .inCart-product-details-container .ajax-product-price,
    .inCart-product-details-container .ajax-product-style {
        font-size: 16px
    }
}

@media screen and (max-width:767px) {
    .availability_style_section,
    .panel-group.panel-group-mobile {
        display: none
    }
    #mobile-product-details {
        border-bottom: 1px solid #000;
        margin: 10px
    }
    .mobile-product-detail-tab-container {
        width: 100%;
        background-color: #fff;
        color: #000;
        height: unset !important;
        font-size: 14px;
        font-weight: 700;
        text-align: left;
        border-top: 1px solid #000;
        position: relative
    }
    .mobile-product-detail-tab {
        width: 100%;
        padding: 20px 0;
        position: relative
    }
    .mobile-product-detail-tab-name {
        padding-left: 20px
    }
    .expand-collapse {
        cursor: pointer;
        width: 100%;
        height: 100%
    }
    .expand-collapse:after,
    .expand-collapse:before {
        background: #000;
        content: '';
        height: 3px;
        right: 10px;
        position: absolute;
        top: 50%;
        width: 15px;
        transition: transform .3s ease
    }
    .expand-collapse:after {
        transform: rotate(90deg)
    }
    .expand-collapse.expanded:after {
        transform: rotate(180deg)
    }
    .hidden-product-detail {
        height: 0;
        opacity: 0
    }
    .show-detail-item {
        height: auto;
        opacity: 1;
        transition: opacity .5s ease-out;
        font-weight: 100;
        line-height: 30px
    }
    .mobile-collapse-product-description {
        padding: 0;
        padding-left: 15px;
        padding-right: 15px;
        transition: max-height .2s ease-out;
        margin-bottom: unset !important;
        overflow: hidden !important
    }
    #mobile-product-description-tab {
        background-color: #fff;
        color: #000
    }
    #mobile-product-title {
        font-weight: 700;
        color: #000;
        margin: 0 0 10px 0
    }
    .mobile-product-title-span {
        display: block
    }
    .product-title-mobile {
        background-color: unset;
        margin: 20px 10px 0 10px;
        font-size: 18px;
        padding: 0 5px 0 10px
    }
    .main-content .sezzle-button-text.sezzle-left {
        text-align: left !important;
        font-size: 13px !important
    }
    #productDetailsContainer {
        z-index: 100
    }
    .style-stock-mobile {
        display: none
    }
    .mobile-priceReview {
        display: flex;
        justify-content: space-between
    }
    #mobile-product-info {
        height: auto;
        position: relative;
        margin-bottom: 15px
    }
    #full-price-price {
        font-weight: 700
    }
    #mobile-discounted-price {
        color: red;
        font-weight: 700
    }
    #mobile-reviews-badge {
        margin-left: 10px;
        font-size: 16px;
        line-height: 1.2
    }
    #mobile-reviews-badge .jdgm-star {
        line-height: 1.2
    }
    #mobile-compareAt-price-container {
        display: flex
    }
    #priceReviews-mobile-section .sezzle-shopify-info-button {
        position: absolute;
        padding: unset
    }
    #mobile-compareAt-price-container .sezzle-shopify-info-button {
        margin-top: 25px !important
    }
    #hidden-product-reviews {
        margin-top: -20px
    }
    #mobile-size-dropdown-arrow {
        position: absolute;
        border: solid #000;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        right: 10px;
        top: 15px
    }
    .mobile-size-cta-container .mobile-sizes-container {
        width: 100%;
        background: unset;
        padding-left: 10px;
        font-size: 16px;
        background-color: #fff;
        color: #000;
        border: 2px solid #000;
        font-weight: 700
    }
    #mobile-add-to-cart-section {
        margin-top: 40px;
        display: flex;
        justify-content: center
    }
    #mobile-add-to-cart-section.mobile-space-btw-pixlee {
        margin-bottom: 10px
    }
    .mobile-size-cta-container {
        width: 90%;
        display: flex;
        flex-direction: column;
        justify-content: center
    }
    .mobile-size-dropdown {
        margin-bottom: 10px;
        position: relative
    }
    .mobile-product-info-container,
    .mobile-sizeInfo-cta {
        width: 100%;
        text-align: center
    }
    .mobile-product-info-container,
    .mobile-sizeInfo-cta {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 0
    }
    .mobile-product-info-container {
        border-right: 1px solid #000
    }
    .mobile-product-sizeInfo {
        display: flex;
        align-items: center;
        margin: 10px 0;
        font-weight: 700
    }
    .mobile-exclamation-icon {
        line-height: 1.4;
        font-family: arial, helvetica, sans-serif;
        color: #fff;
        font-weight: 700;
        font-size: 14px;
        max-width: 300px;
        margin-left: 5px
    }
    .mobile-exclamation-icon:before {
        display: block;
        content: "!";
        border-radius: 50%;
        border: 1px solid #000;
        width: 20px;
        height: 20px;
        line-height: 18px;
        text-align: center;
        color: #000;
        font-weight: 400
    }
    .mobile-close-tab-btn {
        padding-left: 10px;
        margin-bottom: 10px
    }
    .mobile-addToCart-btn {
        position: relative
    }
    #mobile-select-size-msg-container {
        display: none
    }
    #mobile-select-size-msg-container .mobile-select-size-msg {
        color: #fff;
        background: #e95144;
        width: 100%;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 1px
    }
    #product-add-to-cart-mobile:hover {
        background-color: #188abb;
        color: #fff;
        border-color: #188abb
    }
    #mobile-size-tab-info {
        padding-left: 10px
    }
    #product-inventory-mobile {
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: -10px
    }
    .add-to-cart-mobile {
        height: 48px !important
    }
    .template-article {
        padding: 0 10px
    }
}

@media screen and (min-width:768px) {
    #mobile-add-to-cart-section,
    #mobile-product-details,
    #mobile-product-info {
        display: none
    }
}

@media screen and (max-width:767px) and (min-width:540px) {
    .add-to-cart-mobile {
        width: 100%
    }
}

@media screen and (max-width:320px) {
    .main-content .sezzle-button-text.sezzle-left {
        font-size: 11px !important
    }
}

div#geo-top-banner+div,
div#geo-top-banner+div.eg-cc-window+div {
    margin-top: 38px
}

.geo-wrapper {
    padding: 0 !important
}

#desktop_international_shippingMessage,
#mobile_international_shippingMessage {
    display: none
}


/* EXTRA PRODUCT MODAL WINDOW */
#modalProduct {
    overflow-y: auto
}

.modal-product {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1000
}

.modal-product-overlay {
    position: relative;
    background-color: rgba(0, 0, 0, .7);
    border: 1px solid #fff;
    padding: 10px;
    margin: auto;
    width: 100%;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: .4s;
    animation-name: animatetop;
    animation-duration: .4s;
    top: 5%;
    border-radius: 5px
}

.close-btn-modal {
    float: right;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    cursor: pointer
}

.modal-product-item {
    display: inline-flex;
    align-items: center
}

.modal-product-title {
    font-weight: 700;
    font-size: 17px;
    color: #fff
}

.special-sale-success-modal {
    display: none
}

.modal-product-container {
    border-bottom: 1px solid #fff;
    margin-bottom: 5px;
    text-align: center
}

.modal-product-details {
    text-align: center;
    padding-left: 10px
}

.modal-product-variant {
    border: 1px solid #000;
    border-radius: 5px;
    margin-bottom: 5px;
    padding-left: 7px;
    padding-right: 7px
}

.modal-product-variant {
    border: 1px solid #fff;
    border-radius: 5px;
    margin-bottom: 5px;
    padding-left: 7px;
    padding-right: 7px;
    color: #fff
}

.modal-product-og-price {
    text-decoration: line-through;
    font-weight: 100
}

.modal-product-new-price {
    font-size: 15px;
    color: red;
    font-weight: 700
}

.modal-selected-variant {
    background: #fff;
    color: #000
}

.modal-product-add-button {
    border-radius: 5px;
    background: #eee;
    color: #aaa;
    margin-top: 10px
}

.modal-product-add-button:not([disabled]) {
    background-color: #528ec1;
    color: #fff;
    font-weight: 700;
    border-color: #58abce
}

.declineModalProduct {
    text-decoration: underline;
    color: #fff;
    margin-bottom: 5px;
    cursor: pointer
}

.modal-product-main-header {
    margin-bottom: -5px
}

.modal-product-sub-header {
    font-weight: 100
}

.modal-product-header {
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    color: #000;
    background: #fff
}

#modalProduct-adding-cart-gif {
    position: fixed;
    right: auto;
    top: 50%;
    left: 50%;
    display: none
}

.hideProductModal {
    display: none
}

#special-sale-success-modal .continue-shopping,
.modal-product-success-overlay {
    text-align: center
}

#special-sale-success-modal .continue-shopping {
    color: #fff;
    display: block
}

#special-sale-success-modal .modal-product-header {
    background: #4bb543;
    color: #fff
}
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@media (max-width:540px) {
    .modal-product-header {
        margin: -10px;
        margin-bottom: 10px
    }
    .close-btn-modal {
        font-size: 35px;
        margin-top: 5px;
        margin-right: 3px
    }
    #special-sale-success-modal .close-btn-modal {
        margin-top: 0
    }
    #original-product-image {
        max-width: 200px;
        margin-bottom: 5px
    }
    #modal-product-image {
        margin-bottom: 5px
    }
    #special-sale-success-modal .modal-product-overlay {
        top: 2%;
        height: 100%
    }
    #special-sale-success-modal .modal-product-title {
        font-size: 15px
    }
    #special-sale-success-modal #modal-product-title {
        margin-top: -20px
    }
}

@media (min-width:541px) {
    .modal-product-overlay {
        position: absolute;
        width: 60%;
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: .4s;
        animation-name: animatetop;
        animation-duration: .4s;
        top: 5%;
        left: 50%;
        margin-left: -30%
    }
    .modal-product-header {
        margin-bottom: 15px
    }
    #original-product-image {
        max-width: 250px
    }
}

@media (min-width:768px) {
    .modal-product-details {
        width: 270px
    }
    .modal-product-overlay {
        width: 768px;
        margin-left: -384px
    }
    #special-sale-success-modal .modal-product-overlay {
        width: 50%;
        margin-left: -25%;
        top: 20%
    }
    .modal-product-header {
        font-size: 18px;
        margin-left: -10px;
        margin-right: -10px;
        margin-top: -10px
    }
    .modal-product-new-price {
        font-size: 20px
    }
    .modal-product-add-button {
        font-size: 15px
    }
    .close-btn-modal {
        font-size: 34px;
        margin-right: 5px;
        margin-top: 7px
    }
    #special-sale-success-modal .close-btn-modal {
        margin-right: unset;
        margin-top: unset
    }
    #original-product-image {
        max-width: 250px
    }
}

.specialSaleBadgeContainer,
.specialSaleBadgeContainerList {
    display: inline-block;
/*     transform: rotate(-45deg); */
    position: absolute;
    z-index: 1
}

#bc-sf-filter-products .product-top {
    position: relative
}

@media(min-width:768px) {
    .specialSaleBadgeContainer {
/*         top: 24px;
        left: -10px */
    }
    .specialSaleBadge {
        max-width: 100px
    }
}

@media(max-width:767px) {
/*     .specialSaleBadgeContainer {
        top: 19px;
        left: -7px
    } */
    .specialSaleBadge {
        max-width: 75px
    }
}

@media(max-width:540px) {
    #bc-sf-filter-products .product-image {
        display: flex;
        justify-content: center
    }
}