@import url(https://fonts.googleapis.com/css?family=Sintony:400,700);
@import url("https://fonts.googleapis.com/css?family=Poiret One");
.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
}
.facebook-widget {
    position: relative;
}
.facebook-widget .loader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 200px;
    z-index: 9999;
    background: 0 0;
}
.fond {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    margin-left: -22px;
}
.contener_general {
    -webkit-animation: animball_two 1s infinite;
    -ms-animation: animball_two 1s infinite;
    animation: animball_two 1s infinite;
    width: 44px;
    height: 44px;
}
.contener_mixte {
    width: 44px;
    height: 44px;
    position: absolute;
}
.ballcolor {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.ball_1,
.ball_2,
.ball_3,
.ball_4 {
    position: absolute;
    -webkit-animation: animball_one 1s infinite ease;
    -ms-animation: animball_one 1s infinite ease;
    animation: animball_one 1s infinite ease;
}
.ball_1 {
    background-color: #ef1d67;
    top: 0;
    left: 0;
}
.ball_2 {
    background-color: #d0d0d0;
    top: 0;
    left: 24px;
}
.ball_3 {
    background-color: #e9bfd1;
    top: 24px;
    left: 0;
}
.ball_4 {
    background-color: #9c5e79;
    top: 24px;
    left: 24px;
}
@-webkit-keyframes animball_one {
    0% {
        position: absolute;
    }
    50% {
        top: 12px;
        left: 12px;
        position: absolute;
        opacity: 0.5;
    }
    100% {
        position: absolute;
    }
}
@-ms-keyframes animball_one {
    0% {
        position: absolute;
    }
    50% {
        top: 12px;
        left: 12px;
        position: absolute;
        opacity: 0.5;
    }
    100% {
        position: absolute;
    }
}
@keyframes animball_one {
    0% {
        position: absolute;
    }
    50% {
        top: 12px;
        left: 12px;
        position: absolute;
        opacity: 0.5;
    }
    100% {
        position: absolute;
    }
}
@-webkit-keyframes animball_two {
    0% {
        -webkit-transform: rotate(0) scale(1);
    }
    50% {
        -webkit-transform: rotate(360deg) scale(1.3);
    }
    100% {
        -webkit-transform: rotate(720deg) scale(1);
    }
}
@-ms-keyframes animball_two {
    0% {
        -ms-transform: rotate(0) scale(1);
    }
    50% {
        -ms-transform: rotate(360deg) scale(1.3);
    }
    100% {
        -ms-transform: rotate(720deg) scale(1);
    }
}
@keyframes animball_two {
    0% {
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1);
    }
    50% {
        -webkit-transform: rotate(360deg) scale(1.3);
        transform: rotate(360deg) scale(1.3);
    }
    100% {
        -webkit-transform: rotate(720deg) scale(1);
        transform: rotate(720deg) scale(1);
    }
}
html,
html a {
    -webkit-font-smoothing: antialiased;
}
html {
    -ms-overflow-style: scrollbar;
    overflow-y: scroll;
    overflow-x: hidden;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000;
}
a,
a:active,
a:focus,
a:hover,
a:visited {
    color: #000;
    outline: 0;
}
a:active,
a:focus,
a:visited {
    text-decoration: none;
}
p {
    margin: 0 0 1em;
    padding: 0;
    line-height: 1.4em;
}
h1 {
    margin: 0;
    padding: 0 0 0.7em;
    font: 2.46em Sintony, sans-serif;
    text-transform: uppercase;
    color: #000;
}
h2 {
    margin: 0;
    padding: 0 0 1em;
    font: 1.833em/1em Sintony, sans-serif;
    text-transform: uppercase;
    color: #000;
}
h3 {
    margin: 0;
    padding: 0 0 0.95em;
    font: 1.5em Sintony, sans-serif;
    text-transform: uppercase;
    color: #000;
}
h4 {
    margin: 0;
    padding: 0 0 0.8em;
    font: 1.4em Sintony, sans-serif;
    text-transform: uppercase;
    color: #000;
}
h5 {
    margin: 0;
    padding: 0 0 0.8em;
    font: 1.384em Sintony, sans-serif;
    text-transform: uppercase;
    color: #2b2b2b;
}
h6 {
    margin: 0;
    padding: 0 0 0.8em;
    font: 1.077em Sintony, sans-serif;
    text-transform: uppercase;
    color: #2b2b2b;
}
h1 .sub-header,
h2 .sub-header,
h3 .sub-header,
h4 .sub-header {
    font-size: 12px;
    text-transform: uppercase;
    display: block;
}
h1 .sub-header {
    font-size: 16px;
}
.form-control {
    line-height: 1.5em;
    color: #333;
    margin-bottom: 8px;
}
.form-control::-webkit-input-placeholder {
    padding: 1px 0;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    margin-top: 0;
}
input[type="checkbox"]:focus,
input[type="radio"]:focus,
input[type="file"]:focus {
    outline: 0;
}
.touch input[type="text"],
.touch input[type="email"],
.touch input[type="search"],
.touch input[type="password"] {
    -webkit-appearance: none;
    -moz-appearance: none;
}
label {
    font-weight: 400;
    margin-bottom: 7px;
}
label.light {
    color: #717171;
}
.fields .required {
    color: #545454;
}
.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    height: 37px;
    line-height: 1.4em;
    padding: 10px 14px;
    font-size: 0.9em;
    text-transform: uppercase;
}
.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.upper {
    text-transform: uppercase;
}
.inline {
    display: inline;
}
.overflow {
    overflow: hidden;
    width: 100%;
}
.line-divider {
    border-bottom: 1px solid #cacaca;
    height: 1px;
}
.divider-xxs {
    margin: 0;
    height: 1px;
    line-height: 1px;
    clear: both;
}
.divider-xs {
    height: 10px;
    line-height: 10px;
    clear: both;
}
.divider-sm {
}
.divider-md {
    height: 30px;
    clear: both;
}
.divider-lg {
    height: 40px;
    clear: both;
}
.divider-xl {
    height: 50px;
    clear: both;
}
.full-width {
    width: 100%;
    max-width: none;
}
#xker {
    text-align: center;
}
.caret.min {
    border-top: 2px solid #333;
    border-right: 2px solid transparent;
    border-bottom: 0 solid;
    border-left: 2px solid transparent;
    position: relative;
    top: -1px;
    right: -2px;
    margin-left: 4px;
}
.label-cool {
    background: #f5003a;
}
.content {
    padding-top: 35px;
    padding-bottom: 20px;
}
.dropdown-menu {
    z-index: 1001;
    -webkit-box-shadow: 0 1px 3px rgba(5, 5, 5, 0.1);
    box-shadow: 0 1px 3px rgba(5, 5, 5, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 1em;
    border-radius: 0;
}
.dropdown-menu > li > a:focus {
    background-color: inherit;
}
.dropdown-menu > li > a:focus:hover {
    background-color: #f5f5f5;
}
.simple-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.simple-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    bottom: -0.8em;
}
.simple-list li {
    margin: 0;
    padding: 0 0 12px;
    position: relative;
}
.simple-list li input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}
.simple-list li span.label {
    display: block;
    text-align: left;
    font-size: 0.917em;
    white-space: normal;
    margin: 0 0 0 16px;
    color: #000;
}
.simple-list li.color {
    padding-left: 20px;
}
.simple-list li.color:before {
    position: absolute;
    display: block;
    left: 0;
    top: 2px;
    width: 10px;
    height: 10px;
    border: 1px solid #ccc;
    font-family: Flaticon;
    content: " ";
    font-size: 0.9em;
    line-height: 0.7em;
    color: #c69c6d;
}
.simple-list li.color.black:before {
    background: #000;
}
.simple-list li.color.brown:before {
    background: #976943;
}
.simple-list li.color.white:before {
    background: #fff;
}
.simple-list li.color.gray:before {
    background: #b6b6b6;
}
.simple-list li.active:before {
    content: "\e010";
}
.tree-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
}
.tree-list > li > a {
    font-weight: 700;
    text-transform: uppercase;
}
.tree-list li {
    margin: 0;
    padding: 0 0 12px 0;
    position: relative;
}
.tree-list ul {
    margin: 5px 0 -5px 4px;
    padding: 0;
    list-style-type: none;
    border-left: 1px solid #cacaca;
}
.tree-list ul li {
    padding: 5px 0 5px 12px;
}
.tree-list ul li:before {
    position: absolute;
    display: block;
    left: 1px;
    top: 8px;
    width: 8px;
    height: 1px;
    border-top: 1px solid #cacaca;
    content: " ";
}
.section-divider {
    border-bottom: 1px solid #cacaca;
    height: 24px;
}
.arrow-list {
    padding: 0;
    list-style-type: none;
    display: inline-block;
    margin: 0 auto;
    text-align: left;
}
.arrow-list li {
    margin: 0;
    padding: 0 0 7px 15px;
    position: relative;
    text-transform: uppercase;
}
.arrow-list li:before {
    font-family: Flaticon;
    content: "\e042";
    display: inline;
    font-size: 0.7em;
    position: absolute;
    left: 0;
}
ul.tags {
    padding: 0;
    margin: 5px 0 0 0;
    list-style: none;
}
ul.tags li {
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
}
ul.tags li a {
    display: block;
    border: 1px solid #cacaca;
    padding: 0 6px;
    border-radius: 2px;
    font-size: 0.917em;
    line-height: 2.3em;
    text-transform: uppercase;
    text-decoration: none;
}
ul.tags li a:hover {
    border-color: #242424;
    background-color: #242424;
    color: #c69c6d !important;
}
.styled-list {
    line-height: 18px;
    list-style: outside none none;
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
}
.styled-list li {
    margin-bottom: 9px;
    padding: 0;
}
.styled-list li:before {
    float: left;
}
.styled-list .circle li,
.styled-list.circle li {
    list-style: outside none none;
    margin-left: 0;
    padding-left: 0;
    text-indent: 0;
}
.styled-list .circle li:before,
.styled-list.circle li:before {
    content: "\25CF";
    font-size: 12px;
    margin: -1px 10px 0 0;
}
.styled-list ul {
    margin-left: 0;
    padding: 9px 0 0;
}
.styled-list ul.circle li:before {
    content: "\25CB";
}
ul.sitemap.styled-list.circle ul li:before {
    content: "\25CF";
}
ul.sitemap.styled-list.circle ul ul li:before {
    content: "\25CB";
}
.styled-list.decimal {
    list-style: outside decimal;
    margin-left: 25px;
}
.styled-list.decimal li {
    padding-left: 0;
    text-indent: 0;
}
.list-group-item:first-child,
.list-group-item:last-child {
    border-radius: 0;
}
.list-group-item:last-child {
    border-bottom: none;
}
.list-group-item {
    border-radius: 0;
    position: relative;
    display: block;
    padding: 12px 0;
    border: none;
    margin-bottom: 0;
    border-bottom: 1px solid #cacaca;
}
.list-group-item a {
    font-size: 1.167em;
}
.big-icon {
    margin-bottom: 25px;
    color: #999;
}
.big-icon [class*=" flaticon-"]:after,
.big-icon [class*=" flaticon-"]:before,
.big-icon [class^="flaticon-"]:after,
.big-icon [class^="flaticon-"]:before {
    font-size: 160px;
    line-height: 1em;
}
.products-nospace .carousel-item {
    border: 1px solid #ccc;
    padding: 2px;
    margin: 4px;
}
.products-nospace .label.label-sale-percent {
    background: #cd2653;
    color: #fff;
    opacity: 0.85;
}
.fb-bg .banner-bg {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    margin-top: -60px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .big-icon [class*=" flaticon-"]:after,
    .big-icon [class*=" flaticon-"]:before,
    .big-icon [class^="flaticon-"]:after,
    .big-icon [class^="flaticon-"]:before {
        font-size: 100px;
        margin-bottom: 20px;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .big-icon [class*=" flaticon-"]:after,
    .big-icon [class*=" flaticon-"]:before,
    .big-icon [class^="flaticon-"]:after,
    .big-icon [class^="flaticon-"]:before {
        font-size: 80px;
        margin-bottom: 20px;
    }
    .fb-bg .banner-bg {
        width: 100%;
        max-width: 728px;
        margin: 0 auto;
        margin-top: -60px;
    }
}
@media (max-width: 479px) {
    .big-icon [class*=" flaticon-"]:after,
    .big-icon [class*=" flaticon-"]:before,
    .big-icon [class^="flaticon-"]:after,
    .big-icon [class^="flaticon-"]:before {
        font-size: 60px;
        margin-bottom: 20px;
    }
    .fb-bg .banner-bg {
        width: 100%;
        max-width: 420px;
        margin: 0 auto;
        margin-top: -60px;
    }
}
.extra-big-icon {
    margin-bottom: 45px;
    color: #999;
}
.extra-big-icon [class*=" flaticon-"]:after,
.extra-big-icon [class*=" flaticon-"]:before,
.extra-big-icon [class^="flaticon-"]:after,
.extra-big-icon [class^="flaticon-"]:before {
    font-size: 300px;
    line-height: 1em;
}
@media (min-width: 768px) and (max-width: 991px) {
    .extra-big-icon [class*=" flaticon-"]:after,
    .extra-big-icon [class*=" flaticon-"]:before,
    .extra-big-icon [class^="flaticon-"]:after,
    .extra-big-icon [class^="flaticon-"]:before {
        font-size: 250px;
        margin-bottom: 40px;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .extra-big-icon [class*=" flaticon-"]:after,
    .extra-big-icon [class*=" flaticon-"]:before,
    .extra-big-icon [class^="flaticon-"]:after,
    .extra-big-icon [class^="flaticon-"]:before {
        font-size: 200px;
        margin-bottom: 30px;
    }
}
@media (max-width: 479px) {
    .extra-big-icon [class*=" flaticon-"]:after,
    .extra-big-icon [class*=" flaticon-"]:before,
    .extra-big-icon [class^="flaticon-"]:after,
    .extra-big-icon [class^="flaticon-"]:before {
        font-size: 150px;
        margin-bottom: 30px;
    }
}
.noGutter {
    margin: 15px 0;
}
.noGutter .col-md-3,
.noGutter .col-sm-3 {
    padding: 0 !important;
    margin: -5px 0 0 0 !important;
}
.noGutter > div {
    padding: 0 !important;
}
.noGutter > div button {
    margin-left: -1px;
}
.icon-flag {
    display: inline;
    font-size: 9px !important;
    padding: 0 7px;
    position: relative;
    top: -1px;
    background: url(../images/icons-flags.png) no-repeat 0 0;
}
.icon-flag-en {
    background-position: 0 0;
}
.icon-flag-de {
    background-position: 0 -22px;
}
.icon-flag-fr {
    background-position: 0 -44px;
}
.icon-flag-da {
    background-position: 0 -66px;
}
.icon-flag-el {
    background-position: 0 -88px;
}
.icon-flag-es {
    background-position: 0 -110px;
}
.icon-flag-it {
    background-position: 0 -132px;
}
.icon-flag-nl {
    background-position: 0 -154px;
}
.icon-flag-pl {
    background-position: 0 -176px;
}
.icon-flag-pt {
    background-position: 0 -198px;
}
.icon-flag-ru {
    background-position: 0 -220px;
}
.icon-flag-sv {
    background-position: 0 -242px;
}
.icon-xcart-white {
    position: relative;
    display: block;
    width: 29px;
    height: 33px;
    color: #000;
    text-align: center;
    background: url(../images/icon-cart-white.png) no-repeat 0 0;
    margin: 12px auto;
    font-size: 1em;
    line-height: 1.3em;
    padding: 14px 0 0;
    font-weight: 700;
}
.icon-facebook-3 {
    color: #4664b7;
}
.icon-twitter-3 {
    color: #00b6e4;
}
.icon-linkedin-2 {
    color: #0073a5;
}
.icon-youtube-3 {
    color: #a21616;
}
.icon-pinterest-2 {
    color: #cb2027;
}
.icon-googleplus-2 {
    color: #363636;
}
.icon-color,
.icon-size {
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 5px;
    font-size: 0.917em;
    font-style: normal;
    line-height: 24px;
    width: 33px;
    border: 1px solid #b7b7b7;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.icon-color:after,
.icon-size:before {
    content: " ";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    border: 1px solid #fff;
}
.icon-size.disable {
    border-color: #f1f1f1;
}
.icon-color.disable {
    opacity: 0.8;
}
.icon-color:before {
    content: " ";
    display: inline-block;
}
.icon-color-brown {
    background: #7e0506;
}
.icon-color-grey {
    background: #444b50;
}
.icon-color-blue {
    background: #5ca7db;
}
.icon-color-softyellow {
    background: #f9e9cc;
}
.icon-color-lightgrey {
    background: #e1e1e1;
}
.icon-color-violet {
    background: #724381;
}
.icon-color-lightgrayishpink {
    background: #efdcdc;
}
.icon-color-green {
    background: #3a7d05;
}
.icon-color-magenta {
    background: #7e054a;
}
.icon-color-pink {
    background: #e03a7c;
}
.icon-color-red {
    background: #e30000;
}
.icon-color-white {
    background: #f8f8f8;
}
.icon-color-black {
    background: #000;
}
.icon-color-beige {
    background: #eedfcf;
}
.icon-color-marine {
    background: #4f98aa;
}
.ajax-loader {
    margin: 10px auto !important;
    width: 80px !important;
    height: 15px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.ajax-loader .progress-bar {
    width: 100%;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}
.btn {
    padding: 3px 12px;
}
.btn-group.open .dropdown-toggle,
.btn.active,
.btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}
.btn:focus {
    outline: 0;
    outline-offset: 0;
}
.btn-cool,
.btn-default,
.filters-by-category li a {
    background-color: #fff;
    color: #000;
    font-size: 0.9em;
    height: 37px;
    line-height: 1.4em;
    padding: 0;
    border: 1px solid #ccc;
    text-decoration: none;
    border-radius: 0;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
    float: none;
}
.btn-cool.invert,
.btn-default.invert,
.filters-by-category li a.invert {
    border-color: #242424;
    background-color: #242424;
    color: #c69c6d !important;
}
.btn-cool.invert:hover,
.btn-default.invert:hover,
.filters-by-category li .products-land .item a.invert:hover,
.filters-by-category li .products-land .item:hover .invert a.invert:hover,
.filters-by-category li .products-list .banner:hover a.invert:hover,
.filters-by-category li a.invert.selected,
.filters-by-category li a.invert:hover,
.products-land .item .filters-by-category li a.invert:hover,
.products-land .item .invert.btn-cool:hover,
.products-land .item:hover .invert .filters-by-category li a.invert:hover,
.products-land .item:hover .invert .invert.btn-cool:hover,
.products-list .banner:hover .filters-by-category li a.invert:hover,
.products-list .banner:hover .invert.btn-cool:hover {
    background-color: #fff;
    border-color: #ccc;
    color: #000 !important;
}
.btn-cool.invert-color,
.btn-default.invert-color,
.filters-by-category li a.invert-color {
    border-color: #c69c6d;
    background-color: #c69c6d;
    color: #fff !important;
}
.btn-default:hover {
    background-color: #fff;
    text-decoration: none;
}
.btn-cool:hover,
.filters-by-category li .products-land .item a:hover,
.filters-by-category li .products-land .item:hover .invert a:hover,
.filters-by-category li .products-land .item:hover a:hover,
.filters-by-category li .products-list .banner a:hover,
.filters-by-category li .products-list .banner:hover .invert a:hover,
.filters-by-category li .products-list .banner:hover a:hover,
.filters-by-category li a.selected,
.filters-by-category li a:hover,
.products-land .item .btn-cool:hover,
.products-land .item .filters-by-category li a:hover,
.products-land .item:hover .btn-cool:hover,
.products-land .item:hover .filters-by-category li a:hover,
.products-land .item:hover .invert .btn-cool:hover,
.products-land .item:hover .invert .filters-by-category li a:hover,
.products-list .banner .btn-cool:hover,
.products-list .banner .filters-by-category li a:hover,
.products-list .banner:hover .btn-cool:hover,
.products-list .banner:hover .filters-by-category li a:hover,
.products-list .banner:hover .invert .btn-cool:hover,
.products-list .banner:hover .invert .filters-by-category li a:hover {
    border-color: #242424;
    background-color: #242424;
    color: #c69c6d !important;
    text-decoration: none;
}
.btn-cool .icon:after,
.btn-cool .icon:before,
.filters-by-category li a .icon:after,
.filters-by-category li a .icon:before {
    font-size: 12px;
    color: #c69c6d;
    margin-right: 5px;
}
.btn-cool.btn-md-sm,
.filters-by-category li a.btn-md-sm {
    padding: 10px 20px;
    border-radius: 0;
    font-size: 1.1667em;
    line-height: 1.32em;
    height: 40px;
}
.btn-cool.btn-md,
.filters-by-category li a.btn-md {
    padding: 10px 20px;
    border-radius: 0;
    font-size: 1.333em;
    line-height: 1.438em;
    height: 43px;
}
.btn-cool.btn-lg,
.filters-by-category li a.btn-lg {
    padding: 15px 18px;
    border-radius: 0;
    font-size: 1.5em;
    line-height: 1.222em;
    height: 53px;
}
@media (max-width: 480px) {
    .btn-cool.btn-lg,
    .filters-by-category li a.btn-lg {
        padding: 10px 10px;
        font-size: 1.1em;
        line-height: 1.222em;
        height: auto;
    }
}
.btn-space {
    width: 20px;
    display: block;
}
.vertical_title_outer {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    height: 35px;
    width: 273px;
    text-align: left;
    margin-left: -273px;
    font-size: 18px;
    line-height: 32px;
    white-space: nowrap;
    padding: 0 10px;
    border: 1px solid #cacaca;
    text-transform: uppercase;
}
.vertical_title_outer span {
    display: block;
    width: 100%;
    height: 100%;
}
.vertical_title_outer.title-md {
    width: 243px;
    margin-left: -243px;
}
.vertical_title_outer.title-sm {
    width: 223px;
    margin-left: -223px;
}
.pull-left.padding-left {
    padding-left: 40px;
}
.solid-line {
    height: 10px;
    border-top: 1px solid #cacaca;
    margin-bottom: 25px;
}
.solid-line.right-space {
    margin-right: 70px;
}
.solid-line.right-space.no-right-space {
    margin-right: 0;
}
.subtitle {
    overflow: hidden;
    margin-bottom: 25px;
}
.subtitle.right-space {
    margin-right: 70px;
}
.subtitle.right-space.no-right-space {
    margin-right: 0;
}
.subtitle div {
    text-align: center;
}
.subtitle div span {
    display: inline-block;
    position: relative;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000;
}
.subtitle div span:after,
.subtitle div span:before {
    content: "";
    position: absolute;
    height: 1px;
    border-top: 1px dotted #cacaca;
    top: 10px;
    width: 600px;
}
.subtitle div span:before {
    right: 100%;
    margin-right: 15px;
}
.subtitle div span:after {
    left: 100%;
    margin-left: 15px;
}
.animate-bg {
    color: #fff;
    background-color: #555;
    margin: 20px 0 15px;
    overflow: hidden;
    position: relative;
    z-index: 101;
    clear: both;
    margin: auto;
}
.block-carousel .block-title strong span.more {
    position: absolute;
}
.animate-bg .subtitle div span {
    color: #fff;
}
.animate-bg .subtitle div span:after,
.animate-bg .subtitle div span:before {
    border-color: #fff;
}
.social-widget .widget-outer {
    margin-bottom: 15px;
}
.boxed .content.social-widget {
    padding-left: 10px;
    padding-right: 10px;
}
.back-to-top {
    top: 244px;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 0;
    text-align: center;
    width: 80px;
    z-index: 10000;
    background-color: #e4e4e4;
}
.back-to-top span.arrow-up {
    position: absolute;
    top: -6px;
    -webkit-animation: bounce 0.4s ease-in-out infinite alternate;
    animation: bounce 0.4s ease-in-out infinite alternate;
}
.back-to-top span.arrow-up {
    top: -20px\9;
}
.navbar {
    width: 100%;
    border-radius: 0;
    top: 0;
    margin-bottom: 0;
    border: 0 !important;
}
.navbar .background {
    z-index: 1;
}
@media (max-width: 767px) {
    .navbar {
        width: 100%;
        margin-bottom: 0;
    }
}
@media (max-width: 767px) {
    .navbar .background {
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: 1px dotted #bcbcbc;
    }
}
.navbar-main-menu,
.navbar-main-menu .item {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.navbar-main-menu-outer {
    margin-top: 18px;
    background: #303030;
}
@media (max-width: 991px) {
    .navbar-main-menu .item .btn-main {
        padding: 0 6px;
        font-size: 1.15em;
    }
    .navbar-main-menu .item .line:before {
        left: -6px !important;
    }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
    .navbar-main-menu .item .btn-main {
        padding: 0 6px !important;
    }
    .navbar-main-menu .item .line:before {
        left: -6px !important;
    }
}
@media (max-width: 1199px) {
    .navbar-main-menu .item:first-child {
        margin-left: -6px;
    }
}
@media (max-width: 991px) {
    .navbar-main-menu .item:first-child {
        margin-left: -6px;
    }
}
@media (max-width: 359px) {
    .dropdown-menu {
        min-width: 128px;
    }
}
.navbar-welcome {
    padding: 26px 0 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-welcome {
        padding: 22px 10px;
    }
}
@media (max-width: 767px) {
    .navbar-logo {
        width: 40%;
        margin: 5px 0 0;
    }
    .navbar-logo img {
        max-width: 100%;
    }
}
.top-link {
    text-align: right;
}
.top-link .btn-outer {
    display: inline-block;
    margin: 0 5px;
}
.top-link .btn-outer:last-child {
    margin-right: 0;
}
.top-link .btn-default {
    border: 0;
    border-radius: 0;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}
.top-link .btn-default:hover {
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.top-link .btn-shopping-cart .icon {
    margin-right: 0;
}
.top-link .btn-shopping-cart .btn-default {
    margin: 0;
    padding-right: 0;
}
.top-link .btn-shopping-cart .btn-default .icon {
    width: auto;
}
.top-link .btn-search .btn-xs,
.top-link .btn-shopping-cart .btn-xs {
    height: auto;
}
.top-link .btn-search .btn-xs {
    margin: 0;
    padding-right: 2px;
    padding-left: 18px;
}
.top-link .btn-search .btn-xs .icon {
    margin: -2px 0 0;
}
.top-link .btn-shopping-cart .badge {
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    top: -8px;
    left: -8px;
    min-width: 14px;
    padding: 0;
    text-align: center;
    color: #fff;
    border-radius: 7px;
    background: #c69c6d;
}
.myfavorite .badge {
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    top: -2px;
    left: -15px;
    min-width: 14px;
    padding: 0;
    text-align: center;
    color: #fff;
    border-radius: 7px;
    background: #c69c6d;
}
.navbar-secondary-menu {
    position: relative;
    z-index: 1200;
    padding-top: 12px;
    text-align: left;
}
#search_autocomplete {
    background-color: #c69c6d;
    z-index: 999;
}
#search_autocomplete li {
    color: #fff;
    padding: 5px 15px;
    border-bottom: 1px solid #e2c19b;
}
#search_autocomplete li:hover {
    color: #fff;
    padding: 5px 15px;
    border-bottom: 1px solid #e2c19b;
    background-color: #dab78e;
}
@media (max-width: 767px) {
    .navbar-secondary-menu {
        height: auto;
        padding-top: 0;
        text-align: left;
        margin-left: -10px;
    }
}
.navbar-secondary-menu .drop-title {
    display: none;
}
.navbar-secondary-menu .btn-group {
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
}
.navbar-secondary-menu .btn-group:hover > .dropdown-menu {
    display: block !important;
    left: 0;
    right: -5px;
    max-width: 200px;
}
.dropdown-menu > li > a img {
    margin: 5px 5px 0 0;
}
@media (max-width: 767px) {
    .navbar-secondary-menu .btn-group:hover > .dropdown-menu {
        left: 0;
        right: auto;
    }
}
@media (max-width: 767px) {
    .navbar-secondary-menu .btn-group:nth-child(n 4):hover > .dropdown-menu {
        left: auto;
        right: 0;
    }
}
.navbar-secondary-menu .dropdown-menu {
    margin-top: 0;
    text-align: left;
}
.navbar-secondary-menu .btn-default {
    border: 0;
    border-radius: 0;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto;
}
.navbar-secondary-menu .btn-default:hover {
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-secondary-menu .btn-xs {
    font-size: 1em;
    line-height: 2em;
}
.navbar-secondary-menu .icon {
    font-size: 13px;
    position: relative;
    display: block;
    float: left;
    margin-right: 14px;
    margin-left: 6px;
    color: #3f3f3f;
}
#newsLine {
    position: relative;
    z-index: 9989;
    line-height: 1.455em;
    padding: 0;
    height: 35px;
    line-height: 35px;
    font-size: 0.917em;
    margin: 5px 0;
}
.store-language-container {
    float: left;
    margin-right: 20px;
}
#newsLine .col-md-2 {
    width: auto;
    padding-right: 0;
}
#newsLine .login a {
    font-size: 13px;
}
#newsLine .login {
    padding-right: 20px;
}
.dropdown-menu {
    top: 35px;
}
#newsLine .title {
    padding-top: 1px;
    font-size: 1.333em;
    line-height: 1em;
}
#newsLine .title .icon {
    color: #c69c6d;
    margin-right: 10px;
}
.navbar-secondary-menu .btn-search {
    float: left;
    margin-left: 55px;
    display: none;
}
@media (min-width: 480px) and (max-width: 767px) {
    #newsLine .col-xs-5 {
        width: 70%;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    #newsLine .col-xs-5.top-link {
        width: 35%;
    }
}
#newsLine .navbar-secondary-menu {
    z-index: 1300;
    padding: 0;
}
.header-search {
    float: left;
    width: 42%;
    margin-top: 20px;
    margin-left: 40px;
}
.header-search .input-box input {
    float: left;
    width: 85%;
    height: 38px;
    line-height: 38px;
    padding: 0;
    text-indent: 15px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    border-right: none;
    box-shadow: 0px 2px 3px #dedbdb;
}
.header-search .input-box .button {
    float: left;
    background: url(../images/search.png) no-repeat #ea0a7d;
    border: none;
    width: 47px;
    height: 40px;
    text-indent: -999em;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}
.navbar-compact .header-search {
    display: none;
}
.header-pay-ship {
    float: left;
    padding-top: 23px;
}
.shoppingcart-box {
    width: 320px;
    padding: 0 20px 20px;
}
.shoppingcart-box .title {
    background: #f15083;
    font-size: 1.333em;
    padding: 15px 20px;
    color: #fff;
    margin: 0 -20px;
    text-transform: uppercase;
}
.shoppingcart-box.empty {
    width: 170px;
    padding: 10px 15px;
}
.shoppingcart-box .list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    height: 290px;
    overflow-y: auto;
}
.shoppingcart-box .item {
    padding: 12px 30px 7px 0;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #bdbdbd;
}
.shoppingcart-box .buttons {
    position: absolute;
    right: 0;
    top: 10px;
}
.shoppingcart-box .image {
    width: 60px;
    display: block;
    float: left;
}
.shoppingcart-box .preview-image img {
    width: 100%;
}
.shoppingcart-box .description {
    margin-left: 80px;
}
.shoppingcart-box .price {
    display: block;
    padding-top: 8px;
    font-size: 1em;
}
.shoppingcart-box .total {
    text-align: right;
    padding: 6px 0 12px;
}
.shoppingcart-box .empty {
    padding: 10px 0 15px;
    display: none;
}
.shoppingcart-box .view-link {
    height: 37px;
    line-height: 37px;
    padding: 0 12px;
    border-radius: 3px;
    margin-left: 70px;
    float: left;
    margin-top: 3px;
}
.shoppingcart-box .view-link a {
    font-size: 14px;
}
.shoppingcart-box .view-link:hover {
    text-decoration: underline;
}
.shoppingcart-box a:hover {
    text-decoration: none;
}
.navbar-search {
    clear: both;
    position: relative;
    z-index: 1100;
    margin: 19px 0 -53px;
}
.navbar-search input.form-control {
    font-size: 1em;
    line-height: 1.5em;
    width: 125px;
    float: right;
    padding-top: 8px;
}
.navbar-search .form-control {
    padding-right: 32px;
}
.navbar-search .form-control:focus {
    width: 230px;
}
.navbar-search .button {
    float: right;
    margin-left: -34px;
    background: 0 0;
    font-size: 1.31em;
    position: relative;
    bottom: -1px;
    height: 34px;
    border: none;
    width: 34px;
    outline: 0;
}
.navbar-search .button:active {
    line-height: 0.8em;
}
.navbar-search .dropdown-search {
    display: none;
    position: absolute;
    right: 0;
    top: 34px;
    width: 100%;
    border: 1px solid #dcdcdc;
    -webkit-box-shadow: 0 1px 3px rgba(5, 5, 5, 0.1);
    box-shadow: 0 1px 3px rgba(5, 5, 5, 0.1);
    border-radius: 4px;
    background: #fff;
    padding: 10px;
    font-size: 1em;
}
.navbar-search .dropdown-search ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.navbar-search .dropdown-search li {
    margin-bottom: 5px;
    cursor: pointer;
}
.navbar-search .dropdown-search li:hover {
    opacity: 0.6;
}
.navbar-search .dropdown-search li a {
    text-decoration: none;
}
.navbar-search .dropdown-search li .amount {
    float: right;
    padding-left: 5px;
}
@media (min-width: 768px) {
    .navbar-search input.form-control {
        border: 1px solid transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: transparent;
        color: transparent;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .navbar-search:hover input.form-control {
        border: 1px solid #ccc;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        background-color: #fff;
        color: #000;
    }
    .navbar-search .button {
        color: #000;
    }
    .navbar-search:hover .button {
        color: #000;
    }
    .navbar-search .button,
    .navbar-search:hover input.form-control {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }
}
#openSearch {
    height: 0;
    background: #f5f5f5;
    overflow: hidden;
}
#openSearch .inside {
    padding: 7px 0 6px;
    height: 48px;
    border-bottom: 1px solid #b6b6b6;
}
#openSearch .input-outer {
    padding-right: 75px;
    width: 100%;
}
#openSearch .button-outer {
    margin-top: -30px;
}
#openSearch input.search-input {
    font-size: 1.833em;
    line-height: 1em;
    padding: 5px 0;
    height: 32px;
    color: #3d3d3d;
    text-transform: uppercase;
    border: none;
    background: 0 0;
    outline: 0;
    width: 100%;
}
#openSearch button,
#openSearch button:active {
    border: none;
    background: 0 0;
    color: #3d3d3d;
    font-size: 22px;
    line-height: 32px;
    height: 32px;
    margin: 0 2px;
    padding: 0 5px;
    outline: 0;
    overflow: hidden;
}
#openSearch button.search-close {
    border-left: 1px solid #b6b6b6;
}
#openSearch button.search-close .icon {
    font-style: normal;
    font-size: 30px;
    margin-top: -1px;
}
.navbar-main-menu {
    z-index: 10;
    margin: 0;
    clear: both;
    list-style-type: none;
    position: relative;
    text-align: left;
    height: 46px;
    line-height: 46px;
}
.navbar-main-menu dt {
    font-weight: 400;
}
.navbar-main-menu .item {
    display: inline-block;
    height: 46px;
    line-height: 46px;
    padding: 0;
    padding-right: 20px;
    position: relative;
}
.navbar-main-menu .item .btn-main {
    position: relative;
    border-bottom: 0 solid #000;
    display: block;
    height: 46px;
    line-height: 46px;
    padding: 0 15px 0px;
    font-size: 15px;
    text-transform: capitalize;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
}
.navbar-main-menu .item .btn-main {
    padding: 0 15px 0;
}
.navbar-main-menu .btn-main:hover {
    text-decoration: none;
}
.navbar-main-menu .with-sub .btn-main:hover {
    border-bottom: 5px solid #fe2388;
}
.navbar-main-menu .item .btn-main .icon {
    font-size: 1.12em;
    line-height: 0.3em;
    position: relative;
    bottom: -1px;
    margin-left: 1px;
}
.navbar-main-menu .item .btn-main .home {
    display: inline-block;
}
.navbar-main-menu .item-content,
.navbar-main-menu dd {
    float: right;
    overflow: hidden;
    display: none;
    margin-left: -100%;
    width: 100%;
    margin-top: 38px !important;
    margin-bottom: -6px !important;
    background: #fff;
    position: relative;
}
ul.row-list {
    margin: 0;
    padding: 0;
    text-align: center;
}
ul.row-list li {
    display: inline;
    margin: 0 12px 0 0;
    padding: 0;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 400;
}
.touch ul.row-list {
    margin-right: 25px;
}
.no-touch .megamenuClose {
    opacity: 0;
}
.touch .megamenuClose {
    position: absolute;
    top: 0;
    right: 15px;
    display: block;
    width: 15px;
    height: 15px;
    z-index: 1000;
}
.touch .megamenuClose:before {
    font-family: Flaticon;
    content: "\e01a";
    font-size: 20px;
    cursor: pointer;
    color: #c69c6d;
}
#menuScrollerWrapper {
    overflow: hidden;
    width: 100%;
    background: #fff;
    position: absolute;
    opacity: 0.92;
    height: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    z-index: 999;
}
#menuScrollerWrapper.color {
    background: #fff;
}
#menuScrollerWrapper .dropdown-small {
    background: #fff;
    text-transform: none;
    line-height: 28px;
}
#menuScrollerWrapper .dropdown-small ul.row-list {
    padding: 20px;
    text-transform: none;
}
#menuScrollerWrapper .dropdown-small ul.row-list li {
    text-transform: none;
}
#menuScrollerWrapper .navbar-main-submenu {
    margin: 25px 0;
}
#menuScrollerWrapper .container {
    padding: 0;
}
#menuScrollerWrapper {
    -webkit-transition: max-height 0.5s ease;
    transition: max-height 0.5s ease;
}
#menuScrollerWrapper .navbar-main-submenu .wrapper-border .row .row > div {
    display: inline-block !important;
    float: none !important;
    vertical-align: top;
    margin: 0 -5px 0 0;
}
.navbar-main-submenu {
    color: #000;
}
.navbar-main-submenu .col-divider > div {
    border-left: 1px solid #cacaca;
}
.navbar-main-submenu .col-divider > div:first-child {
    border-left: none;
}
.navbar-main-submenu .exclusive {
    padding: 0.1em 0.8em;
    margin: 0;
    list-style-type: none;
    overflow: hidden;
}
.navbar-main-submenu .exclusive.top {
    padding-bottom: 20px;
}
.navbar-main-submenu .exclusive.bottom {
    padding-top: 15px;
}
.navbar-main-submenu .exclusive li {
    padding: 0;
    margin: 0 28px 0 0;
    float: left;
    text-transform: uppercase;
}
.navbar-main-submenu .exclusive li a {
    font-size: 1.167em;
}
.navbar-main-submenu .exclusive .icon {
    color: #c69c6d;
    position: relative;
    margin-right: 0.2em;
}
.navbar-main-submenu .wrapper-border {
    border: 1px solid #cacaca;
    padding: 25px 0;
    border-left: 0;
    border-right: 0;
}
.navbar-main-submenu .wrapper {
    padding: 40px 0 20px;
}
.navbar-compact {
    top: -60px;
    background: 0 0;
    z-index: 100;
    position: absolute;
}
.navbar-compact .header-left {
    float: none !important;
    width: 100%;
}
.navbar-compact .header-left .navbar-logo {
    width: auto !important;
    z-index: 1000;
}
.navbar-compact .compact-hidden,
.navbar-compact .compact-hidden.hidden-xs {
    display: none !important;
}
.compact-visible {
    display: none !important;
}
.navbar-compact .compact-visible {
    display: block !important;
}
.navbar-compact .navbar-logo img {
    max-height: 60px;
}
.navbar-compact .navbar-secondary-menu .btn-default {
    border-left: 0;
}
.navbar-compact .navbar-main-menu {
    clear: none;
    padding-top: 25px;
    padding-left: 225px;
    margin-right: 25px;
    text-align: left;
}
.navbar-compact .top-link {
    padding: 25px 0 0;
}
.navbar-compact .navbar-main-menu .item .btn-main {
    padding-left: 5px;
    padding-right: 5px;
    height: 32px;
}
.navbar-compact .navbar-main-menu-outer {
    margin: -60px 0 0 0;
    border-top: 0;
    border-bottom: 0;
}
.navbar-compact .background {
    padding-top: 5px;
    min-height: 70px;
    background: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
    .navbar-compact .expand-nav.compact-hidden,
    .navbar-compact .expand-nav.compact-hidden.hidden-xs {
        display: block !important;
    }
    #menuScrollerWrapper {
        visibility: hidden;
        height: 0;
    }
    .navbar-compact .clearfix.visible-xs,
    .navbar-compact .clearfix.visible-xs:after,
    .navbar-compact .clearfix.visible-xs:before {
        display: none;
    }
}
.navbar-main-submenu .img-fullheight {
    position: relative;
    margin: 0;
}
.navbar-main-submenu .img-fullheight img {
    position: absolute;
}
.submenu-block .icon {
    position: relative;
    top: -2px;
    font-size: 1.2em;
    display: block;
    float: left;
    width: 2.5em;
    text-align: center;
}
.submenu-block .name {
    font-size: 1.167em;
    color: #041e3b;
    font-family: Crimson, Perpetua, Palatino, "Times New Roman", Times, serif;
}
.submenu-block .label {
    margin-left: 1.2em !important;
    padding: 0.3em;
    font-size: 0.9em;
}
.submenu-block ul {
    padding: 12px 0 18px;
    margin: 0 0 0 3.1em;
    list-style-type: none;
}
.submenu-block ul li {
    padding: 0;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    font-size: 0.917em;
    color: #000;
    background: url(../images/top_arrow.png) no-repeat left center;
    padding-left: 12px;
    height: 30px;
    line-height: 30px;
    background-size: 8px;
}
.submenu-block ul li a {
    font-weight: normal !important;
}
.submenu-block ul li:hover > a {
    text-decoration: underline;
}
.submenu-block-other {
    padding-bottom: 25px;
}
.submenu-block-other .title {
    padding-top: 25px;
}
.submenu-block-other ul {
    margin-left: 0;
    padding-top: 15px;
}
.submenu-block-other .img-responsive {
    border-radius: 3px;
}
.custom-block {
    overflow: hidden;
    padding: 24px 0;
}
.custom-block .item:hover .icon {
    border-color: #242424;
    background-color: #242424;
    color: #c69c6d !important;
}
.services-block {
    overflow: hidden;
    padding: 5px 0 8px;
}
.custom-block .item,
.services-block .item {
    display: table;
    width: auto;
    margin: 0 auto;
}
.custom-block .item:hover,
.services-block .item:hover {
    text-decoration: none;
}
.custom-block .icon,
.services-block .icon {
    display: table-cell;
    vertical-align: middle;
    padding: 5px 0 0 1px;
    width: 3.5em;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.services-block .anim-icon .icon {
    padding: 0 8px 0 0;
}
.custom-block .title,
.services-block .title {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.167em;
    line-height: 1.4em;
    text-transform: uppercase;
}
.menu-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.menu-list li {
    margin: 0;
    display: block;
    border-top: 1px solid #eee;
}
.menu-list li:first-child {
    border: none;
}
.menu-list li a {
    display: block;
    padding: 15px 20px 14px;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    font-family: Sintony, sans-serif;
    text-transform: uppercase;
    color: #2b2b2b;
}
.menu-list li a:hover {
    background: #f5f5f5;
}
.price {
    color: #4a4a4a;
    margin: 0 0.2em;
}
.price.old {
    text-decoration: line-through;
    font-size: 2em;
}
.price.new {
    font-size: 2em;
    color: #f5003a !important;
}
.rating .icon {
    color: #c69c6d;
}
#outer {
    overflow: hidden;
}
#off-canvas-menu,
#outer-canvas {
    width: 100%;
}
body.off-canvas-menu-open #outer-canvas {
    margin-left: 0;
    overflow: hidden;
    position: relative;
}
body.off-canvas-menu-open.notouch #outer-canvas {
    margin-left: 280px;
}
#off-canvas-menu-toggle {
    display: block;
}
#off-canvas-menu {
    background: #242424;
    display: block;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 10001;
    overflow: auto;
}
#off-canvas-menu .expander-list {
    list-style-type: none;
    padding: 42px;
}
#off-canvas-menu .expander-list ul {
    margin-left: 10px;
}
#off-canvas-menu .expander-list .expander {
    color: #eee;
    font-size: 15px;
    margin-top: 3px;
}
#off-canvas-menu .expander-list .name {
    padding: 10px 0;
    color: #fff;
    font-size: 1.333em;
}
#off-canvas-menu ul li span.icon {
    font-size: 18px;
    line-height: 22px;
    padding: 0 10px 0 0;
}
#off-canvas-menu ul li li li {
    padding-left: 15px;
}
#off-canvas-menu ul li a {
    color: #fff;
    font-size: 15px;
    line-height: 26px;
    text-decoration: none;
    text-transform: uppercase;
}
#off-canvas-menu-close {
    background: #242424;
    display: none;
    right: 15px;
    top: 15px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    z-index: 2;
    color: #fff;
    cursor: pointer;
}
#off-canvas-menu-close [class*=" icon-"]:before,
#off-canvas-menu-close [class^="icon-"]:before {
    margin: 0;
    width: auto;
    line-height: 53px;
}
body.off-canvas-menu-open #off-canvas-menu-close {
    display: block;
}
body.off-canvas-menu-open #off-canvas-menu {
    display: block;
    left: 0;
}
body.off-canvas-menu-open #outer-overlay {
    background: none repeat scroll 0 0 #000;
    display: block;
    height: 100%;
    left: 0;
    min-height: 100% !important;
    opacity: 0.5;
    position: absolute !important;
    top: 0;
    width: 100% !important;
    z-index: 10000;
}
#outer-overlay {
    opacity: 0;
    z-index: 0;
}
.expander-list,
.expander-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.expander-list li {
    margin: 0;
}
.expander-list .expander {
    float: right;
    cursor: pointer;
    padding: 0 8px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.expander-list .name {
    display: block;
    border-bottom: 1px solid #eee;
    padding: 7px 0 6px;
}
.expander-list ul .name {
    padding-left: 6px;
}
.expander-list ul ul .name {
    padding-left: 12px;
}
.expand-nav {
    left: 20px;
    position: absolute;
    top: 25px;
}
.expand-nav a {
    text-decoration: none;
}
.expand-nav .nav-item > a {
    display: block;
    float: left;
    height: 53px;
    left: 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 47px;
    z-index: 2;
}
.expand-nav .nav-item > a .icon {
    color: #3b3b3b;
    font-size: 24px;
    line-height: 50px;
    margin-top: 5px;
    position: relative;
}
.btn-cool {
    background: #ddd;
}
li {
    list-style: none;
}
.blog-widget {
    overflow: hidden;
    padding: 15px 0 30px;
    margin: 0 0 15px;
}
.touch .blog-widget {
    background-position: 50% 50%;
}
.no-touch .blog-widget {
    -webkit-backface-visibility: visible;
}
@media (max-width: 767px) {
    .blog-widget {
        padding: 0;
    }
}
.blog-widget .subtitle span {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    color: #c69c6d;
}
.blog-widget .subtitle div span:after,
.blog-widget .subtitle div span:before {
    top: 13px;
}
@media (max-width: 767px) {
    .blog-widget .subtitle span {
        font-size: 24px;
    }
}
.blog-widget .subtitle div span:after,
.blog-widget .subtitle div span:before {
    border-color: #c69c6d;
}
.blog-widget .content {
    overflow: hidden;
    background: #f0f0f0;
}
.blog-widget h3 {
    text-decoration: none;
    color: #fff;
}
.blog-widget a {
    color: #000;
    text-decoration: none;
}
.blog-widget a:hover {
    text-decoration: none;
}
.blog-widget .posts {
    width: 100%;
    padding: 0 5%;
    position: relative;
}
@media (max-width: 767px) {
    .blog-widget .posts {
        padding: 0 10%;
    }
}
.blog-widget .slides div.carousel-item {
    background: none repeat scroll 0 0 #f5f5f5;
    color: #333;
    font-size: 14px;
    line-height: 15px;
    margin: 0;
    padding: 10px 10px 5px;
    text-align: left;
    text-decoration: none;
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    width: auto;
}
@media (min-width: 480px) and (max-width: 767px) {
    .blog-widget .slides div.carousel-item {
        font-size: 12px;
    }
}
.blog-widget .slides div.carousel-item .date {
    font-size: 11px;
    display: block;
}
.blog-widget .slides div.carousel-item img {
    width: 100%;
    margin-bottom: 5px;
}
.blog-widget .slides div.carousel-item {
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
}
.blog-widget .slides div.carousel-item:nth-child(even) {
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
}
.blog-widget .slides div.carousel-item:nth-child(3n) {
    -webkit-transform: none;
    -moz-transform: none;
    position: relative;
    top: -5px;
}
.blog-widget .slides div.carousel-item:nth-child(5n) {
    -ms-transform: rotate(4deg);
    transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    position: relative;
    right: 5px;
}
.blog-widget .slides div.carousel-item:nth-child(8n) {
    position: relative;
    top: 8px;
    right: 5px;
}
.blog-widget .slides div.carousel-item:hover {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
    position: relative;
    z-index: 5;
}
.blog-widget .slides div.carousel-item {
    -webkit-transition: -webkit-transform 0.2s linear 0s;
    transition: transform 0.2s linear 0s;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}
.blog-widget .slides div.carousel-item:hover {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}
.blog-widget .slick-list {
    overflow: visible !important;
    margin: -15px;
    padding: 15px 15px 30px;
}
.blog-widget .slick-slide {
    opacity: 0 !important;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
.blog-widget .slick-slide.slick-active {
    opacity: 1 !important;
}
.blog-widget-small {
    max-height: 360px;
}
.blog-widget-small .slides {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.blog-widget-small .slides .carousel-item {
    margin: 0;
    padding: 0;
    height: 112px !important;
    overflow: hidden;
    float: none !important;
}
.blog-widget-small .post {
    padding: 0 0 15px 0;
}
.blog-widget-small .image {
    display: block;
    float: left;
    margin-right: 17px;
    width: 90px !important;
    overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .blog-widget-small .image {
        width: 65px !important;
    }
}
.blog-widget-small .image img {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.blog-widget-small .image:hover img {
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}
.blog-widget-small .text {
    overflow: hidden;
}
.blog-widget-small .post .name {
    text-transform: uppercase;
}
.blog-widget-small .post span a {
    color: #c69c6d;
    text-decoration: underline;
}
.blog-widget-small .post span a:hover {
    text-decoration: none;
}
.social-buttons {
    margin-bottom: 5px;
    overflow: hidden;
    line-height: 36px;
}
.socials {
    margin: 0;
    padding: 5px 0 0;
    list-style-type: none;
    overflow: hidden;
    display: inline;
}
.socials li {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}
.socials a {
    display: block;
    border: 1px solid #efb1cd;
    width: 34px;
    line-height: 32px;
    text-align: center;
    color: #fe2388;
    border-radius: 50%;
    margin-right: 10px;
}
.socials a.active,
.socials a:hover {
    text-decoration: none;
    background: #fe2388;
    color: #fff !important;
}
.socials .icon:after,
.socials .icon:before {
    margin: 0;
}
.socials.socials-lg {
    padding: 0 0 0 1px;
}
.socials.socials-lg li {
    float: left;
    margin: 0 0 1px 1px;
}
.socials.socials-lg.space li {
    margin-bottom: 5px;
    float: none;
    display: inline-block;
    margin: 0 5px 6px 0;
}
.socials.socials-lg a {
    width: 41px;
    line-height: 37px;
    color: #fe2388;
}
.socials.socials-xl a {
    width: 54px;
    line-height: 48px;
}
.socials.socials-xl {
    padding: 0 0 0 1px;
}
.socials.socials-xl li {
    float: left;
    margin: 0 0 -1px -1px;
}
.sign-btn {
    display: inline-block;
    position: relative;
    min-width: 112px;
    height: 32px;
    padding: 8px 10px 8px 42px;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    color: #fff;
    font-size: 1.1em;
    line-height: 1.2em;
    text-decoration: none;
    overflow: hidden;
}
.sign-btn .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 32px;
    line-height: 22px;
    width: 32px;
    height: 32px;
    text-align: center;
    color: #fff;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.sign-btn.sign-btn-facebook {
    background: #4660a9;
}
.sign-btn.sign-btn-twitter {
    background: #28aae1;
}
.sign-btn:hover {
    color: #fff;
    text-decoration: none;
}
@media (max-width: 767px) {
    .content.nopad-xs {
        padding-top: 0;
        padding-bottom: 0;
    }
}
@media (max-width: 767px) {
    .input-control input.form-control {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .tab-content {
        padding: 20px 20px 15px;
        border: none;
        margin-bottom: 20px;
    }
}
@media (max-width: 991px) {
    .module {
        margin-bottom: 35px;
    }
    .slider-products.module {
        margin-bottom: 0;
    }
}
.banner-circle {
    position: relative;
    cursor: pointer;
}
.banner-circle .image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, #fff, #fff);
}
.banner-circle .image img {
    max-width: 100%;
}
.banner-circle .title {
    position: absolute;
    display: table;
    vertical-align: middle;
    top: 70%;
    text-align: center;
    width: 100%;
    padding: 0 10px;
    background: #f5f5f5;
    background: rgba(255, 255, 255, 0.9);
    color: #000;
    margin-top: -40px;
    line-height: 40px;
    height: 80px;
    font-size: 1.5em;
    text-transform: uppercase;
    display: none;
}
.banner-circle .title span {
    display: table-cell;
    vertical-align: middle;
}
.circle_banners .slick-next,
.circle_banners .slick-prev {
    top: auto;
    bottom: -35px;
    right: 15px;
}
.circle_banners .slick-prev {
    right: 49px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .banner-circle .title {
        line-height: 35px;
        font-size: 1.5em;
        height: 60px;
        margin-top: -30px;
    }
}
@media (max-width: 767px) {
    .banner-circle .title {
        line-height: 20px;
        font-size: 1.5em;
        height: 40px;
        margin-top: -20px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .accord-panel {
        margin-bottom: 50px;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .accord-panel {
        margin-bottom: 50px;
    }
}
#mobileAccord .carousel-item.slick-slide {
    width: auto !important;
}
@media (max-width: 480px) {
    #mobileAccord {
        height: 256px;
        overflow: hidden;
    }
    #mobileAccord .accord-panel {
        padding: 0;
        margin-left: -1px;
    }
    #mobileAccord .accord-panel:first-child {
        margin: 0;
    }
    #mobileAccord .accord-panel.closed {
        width: 35px;
        overflow: hidden;
    }
    #mobileAccord .accord-panel.open {
        width: auto;
    }
    #mobileAccord .vertical_title_outer {
        cursor: pointer;
    }
    #mobileAccord .carousel_outer {
        min-width: 320px !important;
        padding-left: 40px;
    }
    #mobileAccord .blog-widget-small .image {
        width: 60px !important;
        margin-right: 5px;
    }
}
@media (max-width: 320px) {
    #mobileAccord .carousel_outer {
        min-width: 220px !important;
    }
}
.panel-body .carousel-item.slick-slide {
    width: auto !important;
}
.small-photos {
    margin-bottom: 15px;
    overflow: hidden;
    max-height: 280px;
}
.small-photos img {
    display: inline-block;
    overflow: hidden;
}
.small-photos a {
    display: block;
    float: left;
    margin: 0 0 4px 4px;
    width: 66px;
    height: 66px;
    overflow: hidden;
}
.small-photos img {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.small-photos a:hover img {
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}
.testimonials-widget .slick-list {
    min-height: 250px;
}
.testimonials-widget .text {
    padding: 10px 7px;
    color: #efefef;
    border: 1px solid #616161;
    background: #3a3a3a;
    position: relative;
}
.testimonials-widget .carousel-item {
    overflow: hidden;
    padding: 0 0 15px;
}
.testimonials-widget .arrow {
    display: block;
    position: absolute;
    bottom: -6px;
    left: 10px;
    width: 0;
    height: 0;
    border-top: 6px solid #3a3a3a;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
.testimonials-widget .author {
    color: #fff;
    margin-top: 10px;
}
.video-link {
    width: 16%;
    float: left;
    margin: 10px 0 0 0;
}
.video-link a {
    position: relative;
    text-decoration: none;
}
.video-link .img-outer {
    position: relative;
    text-align: center;
}
.video-link .img-outer:after {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    font-family: Flaticon;
    content: "\e043";
    color: #fff;
    font-size: 3em;
}
.video-link img {
    width: 100%;
}
.slider-nav-outer .video-link {
    margin: 0;
}
.slider-nav-simple {
    width: 75%;
    margin: 25px 0 45px;
    float: left;
}
.slider-nav-simple .slick-slide img {
    cursor: pointer;
}
.slider-nav-outer {
    width: 33.3%;
}
@media (max-width: 480px) {
    .slider-nav-outer {
        width: 100%;
    }
}
.slider-nav {
    width: 75%;
    float: left;
    background: #c3c6c3;
}
.slider-nav .slick-slide img {
    opacity: 1;
    cursor: pointer;
}
.slider-nav .slick-slide.slick-center img,
.slider-nav .slick-slide.slick-slide-current img {
    opacity: 1;
}
#hover-left,
#hover-right {
    position: absolute;
    height: 100%;
    left: 0;
    background: rgba(217, 216, 213, 0.7);
    z-index: 1000;
}
#hover-right {
    left: auto;
    right: 0;
}
.accordion-simple {
    text-align: left;
}
.accordion-simple .panel-heading {
    padding: 0;
    float: left;
}
.accordion-simple .panel-heading a {
    display: block;
    position: relative;
    font-size: 1.167em;
    line-height: 1em;
    font-weight: 700;
    text-transform: uppercase;
    padding: 22px 18px 20px 0;
    border-top: 1px solid #cacaca;
}
.accordion-simple .panel-heading a:hover {
    text-decoration: none;
}
.accordion-simple .panel .panel {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    margin: 0;
}
.accordion-simple .panel:first-child .panel-heading a {
    border-top: none;
}
.accordion-simple .arrow-down,
.accordion-simple .arrow-up {
    display: block;
    position: absolute;
    font-size: 1.54em;
    top: 50%;
    right: 0;
    margin-top: -0.35em;
}
.accordion-simple .arrow-down,
.accordion-simple .collapsed .arrow-up {
    display: none;
}
.accordion-simple .collapsed .arrow-down {
    display: inline;
}
.accordion-simple .panel-body {
    border-top: 0 !important;
    padding: 0 0 10px;
}
.accordion-faq {
    text-align: left;
    position: relative;
}
.accordion-faq .panel {
    border-radius: 0;
    margin-left: 73px;
    box-shadow: none;
    -webkit-box-shadow: none;
    overflow: visible;
}
.accordion-faq .panel .panel-heading {
    padding: 0;
    color: #fff;
    border-radius: 0 !important;
    display: table;
    width: 100%;
}
.accordion-faq .panel-heading a {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    position: relative;
    background: #f0f0f0;
    font-size: 0.9167em;
    padding: 10px 5px 12px 15px;
    border-radius: 0;
    height: 61px;
    min-height: 61px;
    text-transform: uppercase;
    border: 1px solid #cacaca;
}
.accordion-faq .panel-heading a:hover {
    text-decoration: none;
}
.accordion-faq .panel:last-child {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: none;
}
.accordion-faq .arrow-down,
.accordion-faq .arrow-up {
    position: absolute;
    display: block;
    width: 63px;
    height: 61px;
    font-size: 2em;
    line-height: 59px;
    text-align: center;
    top: 0;
    left: -73px;
    background: #f0f0f0;
    border: 1px solid #cacaca;
}
.accordion-faq .arrow-down,
.accordion-faq .collapsed .arrow-up {
    display: none;
}
.accordion-faq .collapsed .arrow-down {
    display: block;
}
.accordion-faq .panel-body {
    border-top: 0 !important;
    padding: 15px;
    background: #fff;
    border: 1px solid #cacaca;
    border-top: none;
}
.accordion-faq.panel-group .panel .panel {
    margin-top: 3px;
}
#checkOut .panel-default {
    border: none;
    border-radius: 0;
}
#checkOut .panel-default .panel-title {
    padding: 0;
    font-size: 1.5em;
}
#checkOut .panel-default > .panel-heading {
    background-color: #fff;
    border: 1px solid #cacaca;
    border-radius: 0;
    padding: 0;
    -webkit-transition: all 0.3s 0s ease;
    -moz-transition: all 0.3s 0s ease;
    -o-transition: all 0.3s 0s ease;
}
#checkOut .panel-default > .panel-heading.active,
#checkOut .panel-default > .panel-heading:hover {
    background-color: #3b3b3b;
    border: 1px solid #3b3b3b;
    color: #fff;
}
#checkOut .panel-default > .panel-heading:hover {
    -webkit-transition: all 0.5s 0s ease;
    -moz-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
}
#checkOut .panel-default > .panel-heading a {
    padding: 15px 15px;
    display: block;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    outline: 0;
}
#checkOut .panel-default > .panel-heading.active a,
#checkOut .panel-default > .panel-heading:hover a {
    color: #fff;
}
#checkOut .panel-default > .panel-heading a span {
    padding-right: 25px;
}
#checkOut .panel-body {
    padding: 30px 50px;
    border: 1px solid #cacaca;
    border-top: 0;
}
#checkOut .panel-body ul {
    padding: 0;
    margin: 0 0 10px;
}
#checkOut .panel-body li {
    padding-bottom: 5px;
    list-style: disc;
    list-style-position: inside;
}
.breadcrumbs {
    background: 0 0 !important;
    position: relative;
    text-transform: capitalize;
    margin-bottom: 15px;
    margin-top: -1px;
}
.breadcrumbs {
    font-size: 0.833em;
    line-height: 2.75em;
    margin-top: 10px;
}
.breadcrumbs a,
.breadcrumbs span {
    display: inline-block;
    text-decoration: none;
}
.breadcrumbs .divider {
    padding: 0 15px;
    background: url(../images/divider-breadcrumb.png) no-repeat center 0;
}
.content-center {
    float: right;
    margin-bottom: -25px;
    border-left: 1px solid #ccc;
}
.breadcrumbs .crumbsbold {
    font-weight: bold;
}
@media (max-width: 767px) {
    .content-center {
        float: none;
    }
}
.content-aside {
    float: left;
    -webkit-box-shadow: inset -1px 0 0 #fff;
    box-shadow: inset -1px 0 0 #fff;
    border: 1px solid #ccc;
    width: 20%;
    padding: 0;
    right: 0;
}
@media (max-width: 767px) {
    .content-aside {
        float: none;
    }
}
.content-aside section h3 {
    font-weight: 700;
    font-size: 1.167em;
}
.filters-panel {
    padding: 1.3em 0 2.3em;
}
.filters-panel a {
    text-decoration: none;
}
.filters-panel .divider {
    height: 25px;
}
.filters-panel .divider:after {
    content: " ";
    display: block;
    height: 10px;
    border-bottom: 1px solid #e9e9e9;
}
.filters-panel .sort-select .dropdown-menu {
    min-width: 98px;
}
.filters-panel .sort-select .value {
    min-width: 60px;
}
.filters-panel .sort-select-arrow.up .down {
    display: none;
}
.filters-panel .sort-select-arrow.down .down,
.filters-panel .sort-select-arrow.up .up {
    display: inline;
}
.filters-panel .sort-select-arrow.down .up {
    display: none;
}
.filters-panel .perpage-select .dropdown-menu {
    min-width: 53px;
}
.filters-panel .perpage-select .value {
    min-width: 15px;
}
.filters-panel .view-mode {
    text-align: left;
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 0;
}
.filters-panel .view-mode a,
.pagination a {
    display: block;
    float: left;
    margin-right: 11px;
    border: 1px solid #ccc;
    width: 36px;
    height: 36px;
    line-height: 34px;
    color: #c69c6d;
    text-align: center;
}
.filters-panel a.sort-icon {
    display: block;
    float: left;
    width: 23px;
    line-height: 34px;
    color: #c69c6d;
    text-align: center;
}
.filters-panel .view-mode a.active,
.filters-panel .view-mode a:hover {
    text-decoration: none;
    border-color: #999;
}
.filters-panel .view-mode a:last-child,
.pagination a:last-child {
    margin-right: 0;
}
.pagination {
    margin: 0;
}
.pagination a {
    font-size: 0.9em;
    margin-left: 0;
    margin-right: 11px;
}
.pagination a.icon:before {
    font-size: 12px;
}
.pagination a.icon.pagination-prev {
    padding-right: 2px;
}
@media (max-width: 1199px) {
    .pagination a {
        margin-right: 3px;
        width: 36px;
    }
    .filters-panel .view-mode a {
        margin-right: 5px;
    }
}
.pagination a:hover {
    text-decoration: none;
    border-color: #999;
}
.panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.filters-by-category {
    margin: 30px 0 40px;
}
.filters-by-category ul {
    padding: 0;
    margin: 0;
}
.filters-by-category li {
    margin: 0 6px 6px;
    height: 37px;
    display: inline-block;
}
.filters-by-category li a {
    display: block;
}
a.sort-icon.sort-icon-down {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
a.sort-icon.sort-icon-up {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
a.sort-icon:hover {
    color: #000;
}
a.sort-icon:before {
    font-size: 12px;
}
.custom-block {
    padding: 1.5em 0 2em;
    margin-bottom: 20px;
}
.custom-block .text {
    display: table-cell;
    vertical-align: middle;
    font-size: 1em;
    padding-left: 20px;
}
.custom-block .item {
    margin: 5px 0;
    padding: 0;
    min-height: 59px;
}
.custom-block .icon {
    border: 1px solid #d0d0d0;
    width: 59px;
    height: 59px;
    color: #c69c6d;
    text-align: center;
    padding: 3px 0 0;
}
.custom-block .icon:after,
.custom-block .icon:before {
    font-size: 30px;
}
@media (max-width: 991px) {
    .custom-block .item {
        float: left;
        width: 50%;
    }
}
.google-map {
    width: 100%;
    height: 270px;
    margin: 0;
    border: 0;
    overflow: hidden;
}
#pluginIdTFPU,
#pluginIdTFPU_2 {
    display: none;
}
.countdown-holding span {
    color: #888;
}
.countdown-row {
    clear: both;
    width: 100%;
    padding: 0 2px;
    text-align: center;
}
.countdown-show1 .countdown-section {
    width: 98%;
}
.countdown-show2 .countdown-section {
    width: 48%;
}
.countdown-show3 .countdown-section {
    width: 31.5%;
}
.countdown-show4 .countdown-section {
    width: 22.5%;
}
.countdown-show5 .countdown-section {
    width: 19.5%;
}
.countdown-show6 .countdown-section {
    width: 16.25%;
}
.countdown-show7 .countdown-section {
    width: 14%;
}
.countdown-period {
    display: block;
}
.countdown-descr {
    display: block;
    width: 100%;
}
.countdown_box {
    color: #272727;
    left: 0;
    line-height: 18px;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 100%;
    z-index: 999;
}
.countdown_inner {
    overflow: hidden;
    border: 1px solid #cfcfcf;
    margin: 0;
    padding: 5px 5px 10px;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
}
.countdown_inner .title {
    margin: 0 0 5px;
    font-size: 9px;
    color: #000;
    text-transform: uppercase;
}
.countdown-section {
    display: inline-block;
    text-align: center;
    border: 1px solid #dedede;
    background: #fbfbfb;
    margin: 0 1px 0 0;
    font-size: 7px;
    line-height: 10px;
    text-transform: uppercase;
}
.countdown-amount {
    color: #000;
    font-size: 20px;
    line-height: 20px;
}
.product-preview:hover .countdown_box {
    display: none;
}
.category {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    padding: 10px;
    margin-bottom: 25px;
}
.category h4 {
    font-size: 1em;
    text-transform: uppercase;
    margin: 10px 0 0 0;
    padding: 0;
}
.category img {
    width: 100%;
}
@media (max-width: 480px) {
    .category-banners .col-xs-6 {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
}
.nav-tabs {
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    border-bottom: none;
    margin-bottom: -1px;
}
.nav-tabs > li {
    display: inline-block;
    float: none;
    margin-bottom: 0;
}
.nav-tabs > li > a {
    border: 1px solid #d0d0d0;
    border-bottom: none;
    border-radius: 0;
    font-size: 16px;
    line-height: 1.25em;
    margin-right: 2px;
    padding: 13px 15px;
    text-transform: uppercase;
}
@media (max-width: 479px) {
    .nav-tabs > li {
        display: block;
        float: none;
        margin-bottom: 0;
    }
    .nav-tabs > li > a {
        padding: 10px 10px;
        margin-right: 0;
    }
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    background-color: #3a3a3a;
    border-color: #3a3a3a;
    color: #fff;
    cursor: default;
    border-bottom: none;
}
.tab-content {
    border: 1px solid #d0d0d0 !important;
    margin-bottom: 20px;
    padding: 20px 20px 15px;
}
.label.label-hot,
.label.label-new,
.label.label-newl,
.label.label-sale,
.label.label-sale-percent {
    position: absolute;
    border-radius: 0;
    padding: 0 5px;
    min-width: 37px;
    height: 23px;
    font-size: 9px;
    line-height: 23px;
    text-align: center;
    text-transform: uppercase;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    font-family: Arial, Helvetica, sans-serif;
}
.label.label-hot:after,
.label.label-new:after,
.label.label-newl:after,
.label.label-sale-percent:after,
.label.label-sale:after {
    content: " ";
    display: block;
    position: absolute;
    bottom: -2px;
    margin-left: -2px;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    border-top: 2px solid transparent;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.label.label-hot,
.label.label-newl,
.label.label-sale {
    top: 0;
    left: 0;
    background: #f5003a;
    color: #fff;
    z-index: 4;
    display: none;
}
.label.label-hot:after,
.label.label-newl:after,
.label.label-sale:after {
    border-top-color: #f5003a;
}
.label.label-new {
    top: 0;
    right: 0;
    background: #8e8e8e;
    color: #fff;
    z-index: 4;
}
.label.label-new:after {
    border-top-color: #8e8e8e;
}
.label.label-sale-percent {
    top: 23px;
    left: 0;
    background: #fff;
    color: #575757;
    z-index: 3;
    display: none;
}
.label.label-sale-percent:after {
    border-top-color: #fff;
}
.label.label-hot,
.label.label-newl {
    right: -5px;
    left: auto;
    top: -12px;
    padding: 2px 3px;
    line-height: 12px;
    min-width: 27px;
    height: 16px;
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
    font-family: Arial, Helvetica, sans-serif;
}
.label.label-newl {
    background: #8e8e8e;
}
.label.label-hot:after,
.label.label-newl:after {
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
}
.label.label-newl:after {
    border-top-color: #8e8e8e;
}
.slider-range .max {
    padding-top: 23px;
    float: right;
}
.slider-range .min {
    padding-top: 23px;
    float: left;
}
.slider-range .max {
    padding-top: 23px;
    float: right;
}
.slider-range .min {
    padding-top: 23px;
    float: left;
}
.live-chat {
    position: fixed;
    bottom: -308px;
    right: 0;
    z-index: 5000;
    cursor: pointer;
    width: 306px;
    height: 340px;
    color: #2b2b2b;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
.live-chat.active {
    bottom: -3px;
}
.live-chat .head {
    height: 32px;
    background: #f5003a;
    font-size: 1.23em;
    line-height: 2.2em;
    color: #fff;
    text-transform: uppercase;
}
.live-chat .head span.icon-left {
    display: block;
    float: left;
    height: 32px;
    line-height: 2em;
    text-align: center;
    color: #fff;
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(#848484),
            to(#656565)
    );
    background: -webkit-linear-gradient(#848484, #656565);
    background: linear-gradient(#848484, #656565);
    width: 32px;
    margin-right: 11px;
    padding: 2px 2px 0 0;
}
.live-chat .head span.caret {
    display: block;
    float: right;
    color: #fff;
    margin: 12px 5px 0 0;
    border: none;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(90), M12=-sin(90), M21=sin(90), M22=cos(90));
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(90), M12=-sin(90), M21=sin(90), M22=cos(90))";
    zoom: 1;
}
.live-chat .head span.caret:before {
    font-family: flaticon;
    content: "\e02d";
}
.live-chat.active span.caret {
    margin: 20px 35px 0 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-90), M12=-sin(-90), M21=sin(-90), M22=cos(-90));
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-90), M12=-sin(-90), M21=sin(-90), M22=cos(-90))";
    zoom: 1;
}
.live-chat .tab-content {
    background: #fff;
    height: 308px;
    padding: 20px;
}
.live-chat .tab-content .form-group {
    margin: 0 0 8px;
}
.live-chat .tab-content .form-group textarea {
    height: 95px;
}
.live-chat .tab-content .form-control {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #494949 !important;
    display: block;
    font-size: 1em;
    height: 25px;
    padding: 5px 6px;
    margin-bottom: 10px;
    text-transform: uppercase;
    border-radius: 0;
}
.filters-by-category li .live-chat .tab-content a,
.live-chat .tab-content .btn-cool,
.live-chat .tab-content .filters-by-category li a {
    height: 36px;
    width: 100%;
    margin-top: 7px;
}
.live-chat {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.subscribe .button {
    margin-left: -25px;
}
@media (max-width: 991px) {
    .subscribe {
        border-top: 1px solid #cacaca;
        margin-top: -15px;
    }
    .subscribe .button {
        margin-left: 0;
    }
    .subscribe .form-inline {
        padding-bottom: 10px;
    }
    .subscribe h3 {
        text-align: left;
    }
}
@media (min-width: 992px) {
    .subscribe {
        border: 1px solid #cacaca;
        padding: 30px 15px;
        background: url(../images/contacts-back.png) no-repeat -25px -10px #fff;
    }
    .subscribe h3 {
        line-height: 2em;
        padding: 0;
        text-align: right;
    }
}
#popup-box-outer {
    display: none;
}
#popup-box {
    position: relative;
    width: 830px;
    margin: 0 auto;
    overflow: hidden;
    background: url(../images/newsletter-bg.jpg) no-repeat right 0;
    padding: 40px 30px 10px;
}
#popup-box h1 {
    font-size: 3em;
    margin-bottom: 30px;
}
#popup-box .input-control input.form-control {
    width: 340px;
}
#popup-box .inline {
    vertical-align: text-top;
    text-transform: uppercase;
    line-height: 1em;
    display: inline-block;
}
#popup-box .mfp-close {
    color: #000;
}
@media (min-width: 768px) and (max-width: 991px) {
    .responsive #popup-box {
        width: 500px;
    }
    .responsive #popup-box .input-control input.form-control {
        width: 300px;
    }
}
@media (max-width: 767px) {
    .responsive #popup-box {
        width: 300px;
        padding: 20px 10px;
    }
    .responsive #popup-box .input-control input.form-control {
        width: 200px;
    }
}
.table-row > tbody > tr:nth-child(2n 1) > td,
.table-row > tbody > tr:nth-child(2n 1) > th,
.table-striped > tbody > tr:nth-child(2n 1) > td,
.table-striped > tbody > tr:nth-child(2n 1) > th {
    background-color: #f9f9f9;
}
.table-row > tbody > tr:nth-child(2n 1) > td,
.table-row > tbody > tr:nth-child(2n 1) > th {
    background-color: transparent;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th {
    border-top: 1px solid #cacaca;
    padding: 8px;
}
.table > thead > tr > td,
.table > thead > tr > th {
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
}
.table > caption thead > tr:first-child > td,
.table > caption thead > tr:first-child > th,
.table > colgroup thead > tr:first-child > td,
.table > colgroup thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
    border-top: 1px solid #cacaca;
    padding: 8px;
}
.table > colgroup thead > tr:first-child > th {
    background: #cacaca;
    border-color: #cacaca;
    height: 26px;
    line-height: 26px;
}
.table > tbody > tr.odd > td {
    background: #f9f8f8;
    padding: 12px 8px;
}
.table-shop {
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 15px;
}
.table-shop .product-name {
    width: 40%;
}
.table-shop img {
    min-width: 80px;
    max-width: 100px;
    text-align: center;
}
.table-shop > thead > tr > th {
    border: none;
    text-transform: uppercase;
    padding: 10px 10px;
    font-weight: 400;
    text-wrap: nowrap;
}
.table-shop > tbody > tr > td {
    border-top: 2px solid #e9e9e9;
    border-bottom: 2px solid #e9e9e9;
    padding: 5px;
    vertical-align: top;
}
.table-shop > tbody > tr > td a:hover {
    text-decoration: underline;
}
.table-shop .input-quantity {
    width: 40px;
    display: inline;
    text-align: center;
    height: 30px;
    line-height: 1.4em;
    padding: 5px 10px;
}
.table-shop .icon {
    color: #c69c6d;
}
@media (max-width: 767px) {
    .table-shop > thead {
        display: none;
    }
    .table-shop,
    .table-shop tbody,
    .table-shop td,
    .table-shop tr {
        display: block;
        border: 0;
        width: 100%;
    }
    .table-shop td {
        padding: 10px;
        position: relative;
        padding-left: 50% !important;
    }
    .table-shop td.notitle {
        padding-left: 20px !important;
        text-align: center !important;
    }
    .table-shop td.text-center {
        text-align: left;
    }
    .table-shop td.no_title {
        padding-left: 0 !important;
        text-align: center;
    }
    .table-shop td div.th_title {
        position: absolute;
        left: 10px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: right;
    }
    .table-shop td div.th_title.input-label {
        line-height: 3em;
    }
}
table.table-total {
    border: none;
    text-align: left;
    border-bottom: 2px solid #e9e9e9;
    margin-bottom: 20px;
}
table.table-total tr > td,
table.table-total tr > th {
    border: none;
    padding: 5px 0 0 0;
    width: 47%;
}
table.table-total tr > td.td-divider,
table.table-total tr > th.td-divider {
    width: 6%;
}
table.table-total h2 {
    font-size: 1.6em;
    font-weight: 700;
}
.images-gallery {
    overflow: hidden;
    margin-bottom: 45px;
}
.images-gallery .images-nospace .image-thumbnail {
    float: left;
}
.images-gallery.three-columns .images-nospace .image-thumbnail {
    width: 33.3333333333%;
}
@media (max-width: 479px) {
    .images-gallery.three-columns .images-nospace .image-thumbnail {
        width: 50%;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .images-gallery.three-columns .images-nospace .image-thumbnail {
        width: 33.3333333333%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .images-gallery.three-columns .images-nospace .image-thumbnail {
        width: 33.3333333333%;
    }
}
.images-gallery.five-columns .images-nospace .image-thumbnail {
    width: 20%;
}
@media (max-width: 479px) {
    .images-gallery.five-columns .images-nospace .image-thumbnail {
        width: 33.3333333333%;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .images-gallery.five-columns .images-nospace .image-thumbnail {
        width: 33.3333333333%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .images-gallery.five-columns .images-nospace .image-thumbnail {
        width: 20%;
    }
}
.images-gallery.four-columns .images-nospace .image-thumbnail {
    width: 25%;
}
@media (max-width: 479px) {
    .images-gallery.four-columns .images-nospace .image-thumbnail {
        width: 50%;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .images-gallery.four-columns .images-nospace .image-thumbnail {
        width: 25%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .images-gallery.four-columns .images-nospace .image-thumbnail {
        width: 25%;
    }
}
.images-gallery.two-columns .images-nospace .image-thumbnail {
    width: 50%;
}
@media (max-width: 479px) {
    .images-gallery.two-columns .images-nospace .image-thumbnail {
        width: 50%;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .images-gallery.two-columns .images-nospace .image-thumbnail {
        width: 50%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .images-gallery.two-columns .images-nospace .image-thumbnail {
        width: 50%;
    }
}
.images-gallery .images-nospace .image-thumbnail img {
    width: 100%;
}
.images-nospace .image-thumbnail {
    position: relative;
    border: none;
    padding: 0;
}
.images-nospace .image-thumbnail .hover {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: rgba(30, 30, 30, 0.7);
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    width: 100%;
    height: 100%;
}
.images-nospace .image-thumbnail:hover .hover {
    opacity: 1;
    cursor: pointer;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
.images-nospace .image-thumbnail .hover:after {
    content: " ";
    position: absolute;
    width: 100px;
    height: 1px;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    border-top: 1px solid #fff;
}
.images-nospace .image-thumbnail .hover:before {
    content: " ";
    position: absolute;
    height: 100px;
    width: 1px;
    top: 50%;
    margin-top: -50px;
    left: 50%;
    border-left: 1px solid #fff;
}
.images-nospace.team-gallery .image-thumbnail .hover:after {
    display: none;
}
.images-nospace.team-gallery .image-thumbnail .hover:before {
    display: none;
}
.images-nospace.team-gallery h4 {
    font-size: 2em;
    line-height: 1.2em;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 0;
}
.images-nospace.team-gallery h5 {
    font-size: 1em;
    line-height: 1.2em;
    text-transform: none;
    color: #fff;
}
.images-nospace.team-gallery .hover .inside {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 10%;
    color: #fff;
    text-align: center;
}
.images-nospace.team-gallery .socials {
    margin: 10px 0 0 0;
    padding: 5px 0 0;
    display: block;
}
.images-nospace.team-gallery .socials li {
    margin-bottom: 5px;
    float: none;
    display: inline-block;
}
.images-nospace.team-gallery .socials.socials-lg li {
    margin: 0 0 6px 5px;
}
.images-nospace.team-gallery .socials a {
    border-color: 1px solid #fff;
    color: #fff;
}
.images-nospace.team-gallery .socials a:hover,
.socials a.active {
    text-decoration: none;
    background: #242424;
    color: #c69c6d;
}
.mark {
    background: none repeat scroll 0 0 #d9d9d9;
    padding: 2px 2px 0;
}
.color_mark {
    background-color: #c69c6d;
    color: #fff;
    padding: 2px 2px 0;
}
.color,
.color:hover {
    color: #c69c6d;
}
.underline {
    text-decoration: underline;
}
.underline:hover {
    text-decoration: none;
}
.blockquote,
.infobox,
.testimonials {
    position: relative;
    padding-left: 50px;
    margin-bottom: 45px;
    overflow: hidden;
}
.blockquote .inside,
.infobox .inside,
.testimonials .inside {
    padding-right: 20px;
}
.blockquote .inside p:last-child,
.infobox .inside p:last-child,
.testimonials .inside p:last-child {
    margin-bottom: 0;
}
.blockquote:before,
.infobox:before,
.testimonials:before {
    position: absolute;
    left: 0;
    top: -10px;
    content: '"';
    font-style: italic;
    font-size: 100px;
    line-height: 1em;
    color: #c69c6d;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.blockquote:after,
.infobox:after,
.testimonials:after {
    position: absolute;
    left: 32px;
    top: 0;
    margin-top: 37px;
    content: "";
    width: 1px;
    height: 100%;
    border-left: 1px solid #dbdbdb;
}
.testimonials:before {
    left: 1px;
    top: 2px;
    font-family: Flaticon;
    content: "\e03a";
    font-size: 40px;
    font-style: normal;
}
.testimonials:after {
    margin-top: 50px;
}
.infobox:before {
    left: 6px;
    top: 2px;
    font-family: Flaticon;
    content: "\e065";
    font-size: 38px;
    font-style: normal;
}
.infobox:after {
    margin-top: 50px;
}
.dropcap {
    display: block;
    float: left;
    font-size: 3.1em;
    line-height: 1em;
    margin: -6px 5px 0 0;
    padding: 0 10px;
}
.rect-equal-height {
    position: relative;
    padding-top: 40px !important;
    padding-bottom: 100px !important;
}
@media (max-width: 767px) {
    .rect-equal-height {
        height: auto !important;
    }
}
.rect,
.rect-nohover {
    border: 1px solid #cacaca;
    margin-bottom: 10px;
    padding: 25px 2% 10px;
    -webkit-transition: background 0.5s ease;
    transition: background 0.5s ease;
}
.active.rect-nohover,
.rect-nohover:hover,
.rect.active,
.rect:hover {
    background: #f0f0f0;
}
.active.rect-nohover:hover,
.rect.active:hover {
    background: 0 0;
}
.rect div.icon-outer .icon,
.rect-nohover div.icon-outer .icon {
    display: block;
    margin-bottom: 15px;
    color: #c69c6d;
}
.rect div.icon-outer [class*=" flaticon-"].icon:after,
.rect div.icon-outer [class*=" flaticon-"].icon:before,
.rect div.icon-outer [class^="flaticon-"].icon:after,
.rect div.icon-outer [class^="flaticon-"].icon:before,
.rect-nohover div.icon-outer [class*=" flaticon-"].icon:after,
.rect-nohover div.icon-outer [class*=" flaticon-"].icon:before,
.rect-nohover div.icon-outer [class^="flaticon-"].icon:after,
.rect-nohover div.icon-outer [class^="flaticon-"].icon:before {
    font-size: 60px;
    line-height: 90px;
}
.rect div.icon-outer [class*=" flaticon-"].icon.icon-lg:after,
.rect div.icon-outer [class*=" flaticon-"].icon.icon-lg:before,
.rect div.icon-outer [class^="flaticon-"].icon.icon-lg:after,
.rect div.icon-outer [class^="flaticon-"].icon.icon-lg:before,
.rect-nohover div.icon-outer [class*=" flaticon-"].icon.icon-lg:after,
.rect-nohover div.icon-outer [class*=" flaticon-"].icon.icon-lg:before,
.rect-nohover div.icon-outer [class^="flaticon-"].icon.icon-lg:after,
.rect-nohover div.icon-outer [class^="flaticon-"].icon.icon-lg:before {
    font-size: 65px;
}
.rect div.icon-outer [class*=" flaticon-"].icon.icon-xl:after,
.rect div.icon-outer [class*=" flaticon-"].icon.icon-xl:before,
.rect div.icon-outer [class^="flaticon-"].icon.icon-xl:after,
.rect div.icon-outer [class^="flaticon-"].icon.icon-xl:before,
.rect-nohover div.icon-outer [class*=" flaticon-"].icon.icon-xl:after,
.rect-nohover div.icon-outer [class*=" flaticon-"].icon.icon-xl:before,
.rect-nohover div.icon-outer [class^="flaticon-"].icon.icon-xl:after,
.rect-nohover div.icon-outer [class^="flaticon-"].icon.icon-xl:before {
    font-size: 75px;
}
.rect div.icon-outer [class*=" flaticon-"].icon.icon-xxl:after,
.rect div.icon-outer [class*=" flaticon-"].icon.icon-xxl:before,
.rect div.icon-outer [class^="flaticon-"].icon.icon-xxl:after,
.rect div.icon-outer [class^="flaticon-"].icon.icon-xxl:before,
.rect-nohover div.icon-outer [class*=" flaticon-"].icon.icon-xxl:after,
.rect-nohover div.icon-outer [class*=" flaticon-"].icon.icon-xxl:before,
.rect-nohover div.icon-outer [class^="flaticon-"].icon.icon-xxl:after,
.rect-nohover div.icon-outer [class^="flaticon-"].icon.icon-xxl:before {
    font-size: 90px;
}
.rect-sm {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 1px solid #cacaca;
    float: left;
    width: 81px;
    height: 81px;
    margin: 0 20px 20px 0;
    padding: 0;
    text-align: center;
}
.rect-sm.active,
.rect-sm:hover {
    background: #f0f0f0;
}
.rect-sm.active:hover {
    background: 0 0;
}
.rect-sm div.icon-outer .icon {
    display: block;
    margin-bottom: 15px;
    color: #c69c6d;
}
.rect-sm div.icon-outer [class*=" flaticon-"]:after,
.rect-sm div.icon-outer [class*=" flaticon-"]:before,
.rect-sm div.icon-outer [class^="flaticon-"]:after,
.rect-sm div.icon-outer [class^="flaticon-"]:before {
    font-size: 30px;
    line-height: 81px !important;
}
.rect-sm div.icon-outer [class*=" flaticon-"].icon-lg:after,
.rect-sm div.icon-outer [class*=" flaticon-"].icon-lg:before,
.rect-sm div.icon-outer [class^="flaticon-"].icon-lg:after,
.rect-sm div.icon-outer [class^="flaticon-"].icon-lg:before {
    font-size: 40px;
}
.rect-sm div.icon-outer [class*=" flaticon-"].icon-xl:after,
.rect-sm div.icon-outer [class*=" flaticon-"].icon-xl:before,
.rect-sm div.icon-outer [class^="flaticon-"].icon-xl:after,
.rect-sm div.icon-outer [class^="flaticon-"].icon-xl:before {
    font-size: 50px;
}
.rect-sm div.icon-outer [class*=" flaticon-"].icon-xxl:after,
.rect-sm div.icon-outer [class*=" flaticon-"].icon-xxl:before,
.rect-sm div.icon-outer [class^="flaticon-"].icon-xxl:after,
.rect-sm div.icon-outer [class^="flaticon-"].icon-xxl:before {
    font-size: 60px;
}
.icons-set {
    color: #000;
    line-height: 2em;
    margin: 10px 0;
}
.icons-set span span {
    font-size: 1.231em;
    width: 30px;
    display: inline-block;
}
.grey-container {
    background: #f0f0f0;
    padding-top: 35px;
    padding-bottom: 35px;
}
.rect-nohover {
    background: 0 0 !important;
    padding: 20px 35px 30px;
}
#rewardpoints_box {
    overflow: hidden;
}
#rewardpoints_box .empty-page-title h3 {
    font-size: 18px;
    font-weight: normal;
}
#rewardpoints_box .discount-form h5 {
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
}
#discount-coupon-form {
    overflow: hidden;
}
#discount-coupon-form .discount h3 {
    font-size: 14px;
}
#shopping-cart-totals-table .grand-total {
    font-size: 15px;
    text-transform: uppercase;
    padding-bottom: 10px !important;
}
#shopping-cart-totals-table .a-left {
    padding-left: 12px;
    text-align: right !important;
}
#shopping-cart-totals-table td {
    padding: 5px 0;
    font-weight: normal;
}
.col-sm-12 .rect-nohover {
    text-align: center;
    padding: 20px 35px 60px;
}
.col-sm-12 .rect-nohover .btn-bottom {
    width: 70%;
}
.filters-by-category li .rect-nohover a,
.rect-nohover .btn-cool,
.rect-nohover .filters-by-category li a {
    margin-bottom: 5px;
}
.rect-nohover .inside a {
    margin-bottom: 0;
    font-size: 14px;
    text-transform: capitalize;
    color: #000;
}
.rect-noborder {
    margin-bottom: 10px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: none;
    padding: 5px 2% 10px;
}
.rect-noborder.active,
.rect-noborder:hover {
    background: #f0f0f0;
}
.rect-noborder.active:hover {
    background: 0 0;
}
.rect-noborder div.icon-outer .icon {
    display: inline;
    margin-bottom: 15px;
    color: #c69c6d;
}
.rect-noborder .number {
    font-size: 3em;
    margin-bottom: 10px;
    color: #c69c6d;
}
.rect-noborder div.icon-outer [class*=" flaticon-"]:after,
.rect-noborder div.icon-outer [class*=" flaticon-"]:before,
.rect-noborder div.icon-outer [class^="flaticon-"]:after,
.rect-noborder div.icon-outer [class^="flaticon-"]:before {
    font-size: 30px;
    line-height: 81px;
}
.rect-noborder div.icon-outer [class*=" flaticon-"].icon-lg:after,
.rect-noborder div.icon-outer [class*=" flaticon-"].icon-lg:before,
.rect-noborder div.icon-outer [class^="flaticon-"].icon-lg:after,
.rect-noborder div.icon-outer [class^="flaticon-"].icon-lg:before {
    font-size: 38px;
}
.rect-noborder div.icon-outer [class*=" flaticon-"].icon-xl:after,
.rect-noborder div.icon-outer [class*=" flaticon-"].icon-xl:before,
.rect-noborder div.icon-outer [class^="flaticon-"].icon-xl:after,
.rect-noborder div.icon-outer [class^="flaticon-"].icon-xl:before {
    font-size: 48px;
}
.rect-noborder div.icon-outer [class*=" flaticon-"].icon-xxl:after,
.rect-noborder div.icon-outer [class*=" flaticon-"].icon-xxl:before,
.rect-noborder div.icon-outer [class^="flaticon-"].icon-xxl:after,
.rect-noborder div.icon-outer [class^="flaticon-"].icon-xxl:before {
    font-size: 55px;
}
.chart-outer {
    float: left;
    width: 93px;
    height: 93px;
    margin: 0 20px 20px 0;
    padding: 0;
}
@media (max-width: 991px) {
    .chart-outer {
        margin: 0 10px 20px 0;
    }
}
.chart {
    position: relative;
    display: inline-block;
    width: 93px;
    height: 93px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.833em;
    line-height: 93px;
    text-align: center;
}
.chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}
.videoWrapperFull {
    position: relative;
    max-height: 575px;
    min-height: 500px;
    height: auto;
    overflow: hidden;
    background: url(../images/full-video.jpg);
}
.touch .videoWrapperFull {
    min-height: 500px;
}
.videoWrapperFull video {
    margin-bottom: -10px;
    width: 100%;
    height: auto;
    max-width: 100%;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 35px;
}
.videoWrapper iframe,
.videoWrapperFull iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-hover-color {
    background: #000;
    opacity: 0.01;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
}
.video-hover {
    background: url(../images/video-hover.png) repeat transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    height: 100%;
}
.video-text {
    color: #fff;
    text-align: center;
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 102;
    width: 100%;
    height: 100%;
}
.video-text.top20 {
    top: 20%;
}
.video-text .title {
    font-size: 3em;
    margin-bottom: 25px;
    padding: 0;
    color: #fff;
}
.video-text .title1 {
    margin-top: 15px;
    font-size: 5.5em;
    line-height: 1em;
    margin-bottom: 25px;
}
.video-text .title2 {
    font-size: 1.85em;
    line-height: 1em;
    margin-bottom: 15px;
}
@media (max-width: 1199px) {
    .responsive .videoWrapperFull {
        min-height: 350px;
    }
}
@media (max-width: 767px) {
    .responsive .videoWrapperFull {
        min-height: 230px;
    }
    .responsive .video-text {
        top: 30%;
        width: 90%;
        left: 5%;
    }
    .responsive .video-text .title {
        font-size: 26px;
        line-height: 1em;
        margin-bottom: 25px;
    }
}
@media (max-width: 479px) {
    .responsive .videoWrapperFull {
        min-height: 180px;
    }
    .responsive .video-text {
        top: 20%;
        width: 90%;
        left: 5%;
    }
    .responsive .video-text .title {
        font-size: 20px;
        line-height: 1em;
        margin-bottom: 25px;
    }
}
@media (max-width: 359px) {
    .responsive .video-text {
        top: 10%;
        width: 90%;
        left: 5%;
    }
    .responsive .video-text .title {
        font-size: 20px;
        line-height: 1em;
        margin-bottom: 15px;
    }
}
.price-table {
    margin-bottom: 30px;
    border: 1px solid #cacaca;
    text-align: center;
    color: #000;
}
.price-table.active {
    margin-top: -22px;
    padding: 20px 0;
    border: 3px solid #c69c6d;
}
.price-table-title {
    text-transform: uppercase;
    text-align: center;
    font: 22px/22px Mavenpro-bold, Arial, Helvetica, sans-serif;
    padding: 25px 0;
}
.price-table.active .price-table-title {
    padding: 15px 0 35px;
}
.price-table-price {
    background: #f7f7f7;
    font-size: 18px;
    padding: 17px 0;
}
.price-table.active .price-table-price {
    background: #c69c6d;
    color: #fff;
}
.price-table ul {
    margin: 0;
    padding: 0;
}
.price-table-info li {
    padding: 10px;
    line-height: 18px;
    list-style: none;
}
.price-table-info li:hover {
    background: #f9fbfc;
}
.price-table-info li,
.price-table-price,
.price-table-title {
    border-bottom: 1px solid #cacaca;
}
.price-table.active .price-table-price,
.price-table.active .price-table-title {
    border-color: #9d7c56;
}
.price-table button {
    margin: 18px 0;
}
.post-navigation {
    width: 100%;
    margin: 30px 0 35px;
    overflow: hidden;
}
.contact-form .form-control {
    margin-bottom: 12px;
}
.contact-form textarea {
    height: 136px;
}
.comment {
    position: relative;
    color: #000;
}
.comment .inside {
    padding: 30px 15px 30px 100px;
    border-top: 1px solid #eaeaea;
    position: relative;
}
.comment > .inside:before {
    display: block;
    position: absolute;
    top: 30px;
    left: 0;
    color: #e1e1e1;
    background: #f5f5f5;
    text-align: center;
    content: "\e00c";
    font-family: Flaticon;
    font-size: 57px;
    line-height: 67px;
    width: 81px;
    height: 77px;
}
.comment p {
    margin-bottom: 0.7em;
}
.comments .comment {
    padding-left: 10%;
}
.comments > .comment:first-child {
    padding-left: 0;
}
.comments > .comment:first-child .inside {
    border: none;
}
.comment-form .form-group {
    margin-bottom: 8px;
}
.comment-form input[type="text"],
.comment-form textarea {
    border-left: 0;
    border-top: 0;
    border-right: 0;
    padding: 5px 0;
    margin-bottom: 0;
    height: 38px;
}
.comment-form textarea {
    padding: 12px 0;
    overflow: hidden;
}
.container-widget {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.container-widget h3 {
    padding-bottom: 0.9em;
}
.twitter-widget ul {
    margin: 0;
    padding: 0 0 0 26px;
    list-style-type: none;
    line-height: 1.35em;
}
.twitter-widget ul li {
    margin: 0 0 8px;
    padding: 7px;
    color: #efefef;
    border: 1px solid #616161;
    background: #3a3a3a;
    position: relative;
}
.twitter-widget ul li:before {
    content: "\e053";
    display: inline;
    font: 1.167em flaticon;
    position: absolute;
    top: 0;
    left: -26px;
    color: #fff;
}
.twitter-widget ul li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}
.twitter-widget a {
    color: #c69c6d;
    text-decoration: underline;
}
.twitter-widget .time {
    color: #858585;
    font-size: 0.833em;
    display: block;
    padding-top: 7px;
}
.twitter-widget .arrow {
    display: block;
    position: absolute;
    top: 3px;
    left: -7px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #3a3a3a;
}
.twitter-widget-aside ul {
    margin: 0;
    padding: 0 0 0 35px;
    list-style-type: none;
    line-height: 1.35em;
}
.twitter-widget-aside ul li {
    margin: 0 0 12px;
    padding: 0 0 12px;
    border-bottom: 1px solid #f4f4f4;
    position: relative;
}
.twitter-widget-aside ul li:before {
    content: "\e053";
    display: inline;
    font: 1.23em Flaticon;
    position: absolute;
    top: 0;
    left: -35px;
    color: #c69c6d;
}
.twitter-widget-aside ul li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}
.twitter-widget-aside .link {
    display: block;
    padding-top: 2px;
}
.twitter-widget-aside a {
    color: #c69c6d;
    text-decoration: underline;
}
.twitter-widget-aside .time {
    font-size: 0.917em;
    display: block;
    padding-top: 7px;
}
.blog-left {
    border-right: 1px solid #cacaca;
}
.blog-posts div.blog-post {
    background: none repeat scroll 0 0 #f5f5f5;
    color: #333;
    font-size: 14px;
    line-height: 15px;
    margin: 0;
    padding: 10px 10px 5px;
    text-align: left;
    text-decoration: none;
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    width: 21%;
    margin: 2%;
    float: left;
}
@media (min-width: 768px) and (max-width: 991px) {
    .blog-posts div.blog-post {
        width: 27%;
        margin: 3%;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .blog-posts div.blog-post {
        width: 40%;
        margin: 5%;
    }
}
@media (max-width: 479px) {
    .blog-posts div.blog-post {
        width: 80%;
        margin: 5% 10%;
    }
}
.blog-posts div.blog-post a {
    text-decoration: none;
}
.blog-posts div.blog-post .date {
    font-size: 11px;
    display: block;
}
.blog-posts div.blog-post img {
    width: 100%;
    margin-bottom: 5px;
}
.blog-posts div.blog-post {
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
}
.blog-posts div.blog-post:nth-child(even) {
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
}
.blog-posts div.blog-post:nth-child(3n) {
    -webkit-transform: none;
    -moz-transform: none;
    position: relative;
    top: -5px;
}
.blog-posts div.blog-post:nth-child(5n) {
    -ms-transform: rotate(4deg);
    transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    position: relative;
    right: 5px;
}
.blog-posts div.blog-post:nth-child(8n) {
    position: relative;
    top: 8px;
    right: 5px;
}
.blog-posts div.blog-post:hover {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    position: relative;
    z-index: 5;
}
.blog-posts div.blog-post {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}
.blog-posts:hover div.blog-post {
    -webkit-transition: -webkit-transform 0.2s linear 0s;
    transition: transform 0.2s linear 0s;
}
.blog-posts div.blog-post:hover {
    -webkit-transition: -webkit-transform 0.2s linear 0s;
    transition: transform 0.2s linear 0s;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}
.brands-carousel {
    min-height: 70px;
}
.brands-carousel img {
    position: relative;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.brands-carousel a .after {
    position: relative;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background: #c69c6d;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.brands-carousel a:hover .after {
    width: 90%;
}
.brands-carousel .slick-list:hover img {
    opacity: 0.8;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.brands-carousel .slick-list:hover a:hover img {
    opacity: 1;
    border-right: 0 solid transparent;
    border-left: 0 solid transparent;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#compare-items {
    min-width: 260px;
}
#compare-items .description {
    display: table-cell;
    vertical-align: middle;
    width: 155px;
}
#compare-items .item {
    padding: 5px 7px;
    display: table;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #cacaca;
}
#compare-items .item.last {
    border: none;
}
#compare-items {
    border: 0;
    padding: 5px;
}
#compare-items .delete {
    display: table-cell;
    width: 20px;
    vertical-align: middle;
    margin: 30px 0 0 10px;
}
#compare-items .preview-image {
    display: table-cell;
    vertical-align: middle;
    width: 75px;
    padding-right: 15px;
}
#compare-items .preview-image img {
    width: 100%;
}
footer {
    margin-top: 25px;
}
@media (max-width: 991px) {
    footer {
        margin-top: -20px;
    }
}
footer .footer-bottom {
    padding: 2px 0;
    line-height: 1.833em;
    background: #555;
    color: #fff;
}
footer .payment-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
footer .payment-list li {
    margin: 0;
    padding: 0 5px 0 0;
    float: left;
}
footer .tab-content {
    padding: 20px 20px 15px;
    border: 1px solid #e9e9e9;
    margin-bottom: 20px;
}
@media (min-width: 992px) {
    footer .footer-navbar {
        background-color: #f9f9f9;
        margin: 15px 0 0;
    }
    footer .footer-navbar .container {
        position: relative;
    }
    footer .footer-navbar .arrow {
        position: absolute;
        left: 0;
        top: 4px;
        color: #c69c6d;
        cursor: pointer;
    }
    footer .open .footer-navbar .arrow {
        top: 7px;
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    .footer-navbar .arrow .icon:before,
    footer .footer-navbar .arrow .icon:after {
        font-size: 0.7em;
    }
    .menu.menu-icon .icon,
    footer .footer-navbar .menu.menu-icon .icon {
        display: inline-block;
        width: 14px;
        margin-right: 8px;
        margin-left: -22px;
        text-align: center;
        color: #626262;
    }
    .menu.menu-icon,
    footer .footer-navbar .menu {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    .menu.menu-icon li,
    footer .footer-navbar .menu li {
        margin: 0;
        text-transform: uppercase;
    }
    .footer-navbar .menu li {
        background: url(../images/lis_08.jpg) no-repeat left center;
        padding-left: 15px;
        margin-bottom: 10px !important;
    }
    .footer-navbar .font-contact .menu li {
        background: none !important;
    }
    .footer-navbar .font-contact .menu li span.icon-weizhi {
        display: inline-block;
        width: 16px;
        background: url(../images/unicehair_36.png) no-repeat left center;
        background-size: 16px;
        height: 16px;
        float: left;
        margin-left: -22px;
    }
    .footer-navbar .menu li a:hover {
        text-decoration: underline;
        color: #333;
    }
    .menu.menu-icon li,
    footer .footer-navbar .menu.menu-icon li {
        margin: 0 0 0 22px;
    }
    footer #footer-collapsed {
        position: relative;
        height: 74px;
        width: 100%;
    }
    footer #footer-collapsed .socials {
        display: inherit;
        width: 60px;
        overflow: hidden;
    }
    footer #footer-collapsed.open .socials {
        width: auto;
    }
    footer .collapsed-block {
        display: inline-block;
        vertical-align: top;
    }
    footer .collapsed-block .inside {
        padding-left: 20px;
        float: left;
    }
    footer .collapsed-block h3 {
        font-size: 17px;
        white-space: nowrap;
        cursor: pointer;
        text-transform: capitalize;
        font-weight: normal;
    }
}
@media (max-width: 991px) {
    footer .footer-navbar {
        background: 0 0;
        color: #2b2b2b;
        border: none;
    }
    .footer-navbar .menu {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    .footer-navbar .menu li {
        margin: 0;
        padding: 0 0 10px;
    }
    .collapsed-block {
        border-bottom: 1px solid #e1e1e1;
        padding-top: 15px;
        margin: 0;
    }
    .collapsed-block h3 {
        position: relative;
        font-size: 1.333em;
        line-height: 1.6em;
        padding-bottom: 0.8em;
        padding-left: 45px;
    }
    .collapsed-block h3 a {
        text-decoration: none;
    }
    .collapsed-block .tabBlock {
        display: none;
        padding-left: 48px;
        overflow: hidden;
    }
    .collapsed-block .text-right {
        text-align: left !important;
    }
    .collapsed-block .col-sm-12 {
        padding: 0 !important;
    }
    .collapsed-block .expander {
        border: 1px solid #e1e1e1;
        background: #fafafa;
        position: absolute;
        top: -6px;
        left: 0;
        display: block;
        cursor: pointer;
        font-size: 24px;
        line-height: 34px;
        width: 35px;
        height: 35px;
        text-align: center;
        font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-decoration: none;
    }
    .footer-bottom {
        text-align: center;
        padding: 25px 0;
    }
    footer .payment-list.pull-right {
        float: none !important;
        text-align: center;
        padding: 5px 0;
    }
    footer .payment-list li {
        display: inline;
        float: none;
    }
}
footer #footer-collapsed.no-popup .footer-navbar .arrow {
    display: none !important;
}
.product-preview {
    text-align: left;
    position: relative;
    max-width: 350px;
    overflow: hidden;
    padding-bottom: 15px;
}
.product-preview .icon-color,
.product-preview .icon-size {
    line-height: 15px;
    width: 19px;
    margin: 2px 1px 1px;
}
.product-preview .product-options {
    padding-bottom: 5px;
}
.product-preview .product-options-row {
    padding-bottom: 8px;
}
.product-preview:hover {
    border-color: #cacaca;
    padding-bottom: 10px;
}
.header-product-carousel .product-preview {
    border: none;
}
.product-preview .preview {
    position: relative;
    border: 1px solid #d1d1d1;
}
.product-preview .preview a.preview-image {
    display: block;
    text-align: center;
}
.product-preview .preview .img-responsive {
    max-width: 227px;
    width: 100%;
    opacity: 1;
    margin: auto;
    position: relative;
}
.scrolled-3 .product-preview .preview .img-responsive {
    max-width: 100%;
}
.product-preview .preview .img-default {
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
    z-index: 2;
}
.product-preview .preview .img-second {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.slider-products .product-preview .preview .img-second {
    margin-left: 12px;
    margin-right: 12px;
}
.crosssell .slider-products .product-preview .preview .img-second {
    margin-left: 7px;
}
.product-preview:hover .preview .img-second {
    opacity: 1;
}
.product-preview:hover .preview .img-default {
    opacity: 0;
}
.touch .product-preview:hover .preview .img-default {
    opacity: 1 !important;
}
.product-preview h3.title {
    color: #000;
    font: inherit;
    text-transform: none;
    padding: 5px 0 5px;
    font-size: 1em;
}
.products-list-in-row .product-preview h3.title {
    padding: 5px 0 20px;
    font-size: 1.5em;
}
.product-preview .quick-view {
    position: absolute;
    opacity: 0;
    top: 75%;
    left: 0;
    z-index: 1000;
    width: 110%;
    color: #000;
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    text-align: center;
    font-size: 0.917em;
    text-transform: uppercase;
    padding: 9px 0 0 !important;
    height: 33px;
    margin: -16px 0 0 -5px;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    text-decoration: none;
}
.product-preview:hover .quick-view {
    opacity: 1;
}
.product-preview .product-labels {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.product-preview .product-labels li {
    margin: 0;
    padding: 0;
    min-width: 3.956em;
}
.product-preview .product-labels .label {
    min-height: 2.14em;
    text-transform: uppercase;
    display: block;
    width: 4.6em;
    padding: 0.7em 0 0.6em;
    font-size: 0.86em;
    color: #000;
    background: #fff;
}
.product-preview .product-labels .label-sale {
    background: #ee3b27;
    color: #fff;
}
.product-preview .product-labels .label-new {
    background: #939393;
    color: #fff;
}
.product-preview .product-labels a:hover {
    text-decoration: none;
}
.product-preview .product-controls-list,
.product-preview .product-controls-list-row {
    margin: -30px 0 7px;
    padding: 0;
    opacity: 0;
    list-style-type: none;
    height: 30px;
}
.product-preview .product-controls-list {
    opacity: 1 !important;
}
.product-preview .product-controls-list-row {
    margin: 12px 0 0 0;
    opacity: 1;
}
.touch .product-controls-list,
.touch .product-preview:hover .product-controls-list {
    margin: 12px 0 0 0;
    opacity: 1;
}
.product-preview:hover .product-controls-list {
    margin: 15px 0 7px;
    opacity: 1;
}
.no-touch .product-preview .product-controls-list li {
    -moz-perspective: 50px;
    -ms-perspective: 50px;
    -o-perspective: 50px;
    -webkit-perspective: 50px;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}
.product-preview .product-controls-list li,
.product-preview .product-controls-list-row li {
    display: inline-block;
}
.product-preview .product-controls-list li a,
.product-preview .product-controls-list li a.hidden-xs,
.product-preview .product-controls-list li button,
.product-preview .product-controls-list li button.hidden-xs,
.product-preview .product-controls-list-row li a,
.product-preview .product-controls-list-row li a.hidden-xs,
.product-preview .product-controls-list-row li button,
.product-preview .product-controls-list-row li button.hidden-xs {
    display: block;
    background-color: #fff;
    width: 20px;
    padding: 0;
    line-height: 20px;
    border: 1px solid #ccc;
    color: #c69c6d;
    text-decoration: none;
    text-align: center;
}
.no-touch .product-controls-list li a,
.no-touch .product-controls-list li a.hidden-xs,
.no-touch .product-controls-list li button,
.no-touch .product-controls-list li button.hidden-xs {
    transform-origin: center bottom 0;
    -moz-transform-origin: center bottom 0;
    -webkit-transform-origin: center bottom 0;
    -o-transform-origin: center bottom 0;
    -ms-transform-origin: center bottom 0;
    -ms-transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transition: none 0 none;
    transition: none 0 none;
    opacity: 0;
}
.no-touch .product-preview:hover .product-controls-list li a,
.no-touch .product-preview:hover .product-controls-list li button {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 1;
}
.product-preview:hover .product-controls-list li a:hover,
.product-preview:hover .product-controls-list li button:hover,
.product-preview:hover .product-controls-list-row li a:hover,
.product-preview:hover .product-controls-list-row li button:hover {
    background-color: #242424 !important;
    border-color: #242424;
    color: #fff;
}
.product-preview .price {
    font-size: 1.333em;
}
.product-preview .price.old {
    font-size: 1.167em;
}
.product-preview .price.new {
    font-size: 1.333em;
}
.product-preview .product-controls-list a:hover {
    text-decoration: none;
}
.product-view-compact {
    padding-bottom: 45px;
    padding-top: 40px;
}
.product-view .product-info {
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    margin: 25px 0 30px;
    padding: 18px 0;
}
.product-view .close-view {
    float: right;
    position: relative;
    z-index: 1;
    color: #c69c6d;
    top: -10px;
}
.product-view .close-view:hover {
    text-decoration: none;
    color: #242424;
}
.product-view .price {
    display: inline-block;
    font-size: 2em;
    padding-bottom: 15px;
}
.product-view .price.old {
    font-size: 2em;
    color: #000;
}
.product-view .price.new {
    font-size: 2em;
}
.product-view .rating {
    padding-bottom: 5px;
}
.products-list-in-row .rating {
    padding-bottom: 10px;
    padding-top: 15px;
}
.product-view-ajax {
    display: none;
    position: relative;
    min-height: 0;
}
.product-view-ajax .layar {
    position: absolute;
    z-index: 4;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
}
.product-view-ajax-container {
    width: 100%;
}
.product-options-outer {
    padding: 0 0 4px;
}
.product-options {
    padding-bottom: 12px;
}
.product-view .form-inputs {
    margin: 10px 0 0 0;
}
.product-view .form-inputs input.input-quantity {
    width: 38px;
    padding: 5px 3px;
    margin: 0 15px 0 8px;
    height: 28px;
    display: inline-block;
    text-align: center;
}
.product-view .form-inputs label {
    display: inline-block;
}
.product-view .social-buttons {
    margin: 25px 0 0 0;
}
.products-widget {
    max-height: 360px;
}
.block-carousel .products-widget {
    max-height: 100%;
}
.panel-body .products-widget {
    padding-bottom: 40px;
}
.products-widget .slides {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.products-widget .slides .carousel-item {
    margin: 0;
    padding: 0;
    height: 112px !important;
    overflow: hidden;
    float: none !important;
}
.products-widget .product {
    padding: 0 0 15px 0;
}
.products-widget .product .preview-image-outer {
    display: block;
    float: left;
    margin-right: 17px;
    width: 68px !important;
    overflow: hidden;
    border: 1px solid transparent;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.products-widget .product:hover .preview-image-outer {
    border-color: #cacaca;
}
.aui_header {
    display: none;
}
.aui_state_lock .aui_header {
    display: block;
}
.aui_state_lock .aui_inner {
    background: #fff;
    border: 1px solid #666;
}
.aui_close {
    display: block;
    position: absolute;
    text-decoration: none;
    outline: 0;
    z-index: 30;
    position: absolute;
    padding: 0;
    top: 0;
    right: 0;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-family: Helvetica, STHeiti;
    font-size: 18px;
    text-decoration: none;
    color: #214fa3;
}
.aui_close:hover {
    text-decoration: none;
}
.aui_title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 24px;
    text-indent: -9999em;
    overflow: hidden;
    font-size: 0;
}
@media (max-width: 767px) {
    .products-widget .product > a {
        margin-right: 5px;
        width: 60px !important;
    }
}
.products-widget .post .name {
    text-transform: uppercase;
}
.products-widget .rating {
    display: block;
    color: #d9d9d9;
    height: 1.8em;
    margin-top: -3px;
}
.products-widget .name {
    color: #000;
    overflow: hidden;
    font-size: 1em;
    line-height: 1.2em;
    margin-bottom: 2px;
    text-transform: uppercase;
}
.content-aside .products-widget .name {
    height: 46px;
}
.products-widget .price {
    font-size: 1.333em;
    line-height: 1.2em;
    margin: 2px 0 0;
}
.products-widget .price.old {
    font-size: 1.167em;
}
.products-widget .rating {
    margin: 2px 0 0;
}
.carousel_outer {
    width: 100%;
    padding-left: 50px;
}
.carousel_outer .vertical .slides {
    overflow: hidden;
    padding-bottom: 30px;
}
.product-carousel {
    margin: 0 0 0 -15px;
}
.product-carousel .carousel-item {
    margin: 0 5px 0 25px;
}
.products-list {
    margin-left: -15px;
}
.products-list .product-preview-outer {
    display: inline-block;
    width: 25.1%;
    padding-left: 15px;
    vertical-align: top;
    margin-right: -4px;
    min-height: 315px;
}
.products-list-in-row .pro-list {
    float: left;
    width: 70%;
}
.category-products .products-list-in-row .product-preview h3.title {
    position: static;
    opacity: 1;
    padding: 0;
}
.scrolled-3 .product-preview h3.title {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
}
@media (max-width: 479px) {
    .products-list .product-preview-outer {
        width: 49%;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .products-list .product-preview-outer {
        width: 33.3333333333333%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .products-list .product-preview-outer {
        width: 33.3333333333333%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .products-list .product-preview-outer {
        width: 25%;
    }
}
.products-list-in-row .product-preview-outer {
    width: 100%;
    height: 230px;
}
.products-list-in-row .product-preview {
    max-width: 100%;
    border: 1px solid #e9e9e9;
}
.products-list-in-row .preview {
    width: 20%;
    margin-right: 5%;
    float: left;
}
.products-list-in-row .countdown_box {
    width: 20%;
    margin-left: 20px;
}
@media (max-width: 479px) {
    .products-list-in-row .preview {
        width: 50%;
    }
    .products-list-in-row .countdown_box {
        width: 50%;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .products-list-in-row .preview {
        width: 33.3333333333333%;
    }
    .products-list-in-row .countdown_box {
        width: 33.3333333333333%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .products-list-in-row .preview {
        width: 33.3333333333333%;
    }
    .products-list-in-row .countdown_box {
        width: 33.3333333333333%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .products-list-in-row .preview {
        width: 25%;
    }
    .products-list-in-row .countdown_box {
        width: 25%;
    }
}
.products-list-in-row .product-preview {
    padding: 20px;
    text-align: left;
}
.product-preview .info,
.product-preview .product-controls-list-row,
.product-preview .product-options-row {
    display: none;
}
.products-list-in-row .product-preview .product-controls-list,
.products-list-in-row .product-preview .product-options,
.products-list-in-row .product-preview .quick-view {
    display: none !important;
}
.products-list-in-row .product-preview .info,
.products-list-in-row .product-preview .product-controls-list-row,
.products-list-in-row .product-preview .product-options-row {
    display: block;
}
.products-list-in-row .product-preview .info {
    padding: 10px 0 15px;
    clear: both;
}
.products-list .banner {
    width: 100%;
    overflow: hidden;
    font-size: 1em;
}
@media (min-width: 768px) and (max-width: 991px) {
    .products-list .banner {
        font-size: 0.8em;
    }
}
@media (min-width: 1281px) {
    .products-list .banner {
        font-size: 1.2em;
    }
}
.products-list .products-isotope .banner {
    width: 40%;
}
.products-nospace-outer.products-list {
    margin-left: 0;
    margin-bottom: 30px;
    overflow: hidden;
}
.products-list .products-nospace .listing-row {
    clear: both;
    overflow: hidden;
    background: #ccc;
}
.products-list .products-nospace .listing-row .product-preview {
    max-width: none;
}
.content-center .products-list .products-nospace .product-preview {
    float: left;
    width: 25%;
}
@media (max-width: 479px) {
    .content-center .products-list .products-nospace .product-preview {
        width: 100%;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .content-center .products-list .products-nospace .product-preview {
        width: 25%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .content-center .products-list .products-nospace .product-preview {
        width: 100%;
    }
}
.content-center .products-list .products-nospace .banner {
    width: 50%;
    float: left;
}
@media (max-width: 479px) {
    .content-center .products-list .products-nospace .banner {
        width: 100%;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .content-center .products-list .products-nospace .banner {
        width: 50%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .content-center .products-list .products-nospace .banner {
        width: 100%;
    }
}
.products-list .products-nospace .product-preview {
    float: left;
    width: 20%;
}
@media (max-width: 479px) {
    .products-list .products-nospace .product-preview {
        width: 100%;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .products-list .products-nospace .product-preview {
        width: 50%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .products-list .products-nospace .product-preview {
        width: 50%;
    }
}
.products-list .products-nospace .banner {
    width: 40%;
    float: left;
}
@media (max-width: 479px) {
    .products-list .products-nospace .banner {
        width: 100%;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .products-list .products-nospace .banner {
        width: 50%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .products-list .products-nospace .banner {
        width: 50%;
    }
}
.products-list.products-list-widescreen .products-nospace .product-preview {
    float: left;
    width: 16.66666666%;
}
@media (max-width: 479px) {
    .products-list.products-list-widescreen .products-nospace .product-preview {
        width: 100%;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .products-list.products-list-widescreen .products-nospace .product-preview {
        width: 33.333333333%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .products-list.products-list-widescreen .products-nospace .product-preview {
        width: 16.66666666%;
    }
}
.products-list.products-list-widescreen .products-nospace .banner {
    width: 33.333333333%;
    float: left;
}
@media (max-width: 479px) {
    .products-list.products-list-widescreen .products-nospace .banner {
        width: 100%;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .products-list.products-list-widescreen .products-nospace .banner {
        width: 66.6666666666%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .products-list.products-list-widescreen .products-nospace .banner {
        width: 33.333333333%;
    }
}
.products-list .banner img,
.products-list .product-preview img {
    width: 100%;
}
.gallery .products-nospace .product-preview {
    float: left;
    width: 20%;
    max-width: none;
}
@media (max-width: 479px) {
    .gallery .products-nospace .product-preview {
        width: 100%;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .gallery .products-nospace .product-preview {
        width: 50%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .gallery .products-nospace .product-preview {
        width: 50%;
    }
}
.gallery .products-nospace .product-preview.double-width {
    width: 40%;
}
@media (max-width: 479px) {
    .gallery .products-nospace .product-preview.double-width {
        width: 100%;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .gallery .products-nospace .product-preview.double-width {
        width: 50%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .gallery .products-nospace .product-preview.double-width {
        width: 50%;
    }
}
.gallery .products-nospace .product-preview img {
    width: 100%;
}
.products-nospace .product-preview {
    position: relative;
    border: none;
    padding: 0;
    max-width: none;
    border: 0px solid #ddd;
    margin: 0 10px;
}
.products-nospace .product-preview:hover {
    overflow: visible;
}
.products-nospace .product-preview .hover {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: rgba(30, 30, 30, 0.7);
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    width: 100%;
    height: 100%;
}
.touch .products-nospace .product-preview .hover {
    opacity: 1;
    top: auto;
    height: 28%;
    padding: 10px 0 15px;
    background: 0 0;
}
.no-touch .products-nospace .product-preview:hover .hover,
.touch .products-nospace .product-preview.hover_effect .hover {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.products-nospace .product-preview .hover .inside {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 5%;
    color: #fff;
    text-align: center;
}
.touch .products-nospace .product-preview .hover .inside {
    padding: 5% 0 5%;
    bottom: 0;
    background: rgba(30, 30, 30, 0.5);
}
.products-nospace .product-preview h3.title {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: -200px;
    position: relative;
    padding: 0 15px 35px;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-size: 16px;
}
.touch .products-nospace .product-preview h3.title {
    top: 0;
    opacity: 1;
}
.no-touch .products-nospace .product-preview:hover h3.title,
.touch .products-nospace .product-preview.hover_effect h3.title {
    top: 0;
    opacity: 1;
}
.products-nospace .product-preview h3.title a {
    color: #fff;
    font-size: 14px;
}
.products-nospace .product-preview h3.title a:hover {
    text-decoration: underline;
    color: #fe2388;
}
.products-nospace-outer .products-nospace .product-preview h3.title a {
    height: 38px;
    display: block;
    overflow: hidden;
}
.products-nospace-outer .products-nospace .product-preview h3.title a:hover {
    color: #f50063;
}
.products-nospace-outer .products-nospace .product-preview h3.title a:active {
    color: #f50063;
}
.products-nospace-outer
.product-t3
.products-nospace
.product-preview
h3.title
a {
    display: block;
    height: 35px;
    overflow: hidden;
}
.products-nospace .product-preview .product-controls-list li a,
.products-nospace .product-preview .product-controls-list li button {
    background: #242424;
    width: 30px;
    line-height: 25px;
    border: 1px solid #242424;
    text-decoration: none;
    text-align: center;
    outline: 0;
}
.products-nospace .product-preview .product-controls-list li a:hover {
    text-decoration: none;
}
.products-nospace .product-preview .product-controls-list li .icon {
    color: #fff;
}
.product-preview .product-controls-list li a:hover,
.product-preview .product-controls-list li button:hover {
    background: #fff;
    border-color: #3a3a3a;
}
.products-nospace .product-preview .product-controls-list li a:hover .icon,
.products-nospace
.product-preview
.product-controls-list
li
button:hover
.icon {
    color: #e60f67;
}
.products-nospace .product-preview .rating,
.products-nospace .product-preview:hover .rating {
    height: 15px;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.touch .products-nospace .product-preview .product-controls-list,
.touch .products-nospace .product-preview .rating {
    display: none !important;
}
.no-touch .products-nospace .product-preview:hover .rating,
.touch .products-nospace .product-preview.hover_effect .rating {
    opacity: 1;
}
.products-nospace .product-preview .price {
    font-size: 1.667em;
    margin: 10px 0 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.touch .products-nospace .product-preview .price {
    opacity: 1;
}
.no-touch .products-nospace .product-preview:hover .price,
.touch .products-nospace .product-preview.hover_effect .price {
    opacity: 1;
    color: #fff;
}
.products-nospace .product-preview .price.old {
    font-size: 1.667em;
    color: #fff;
}
.products-nospace .product-preview .price.new {
    font-size: 1.667em;
}
.products-nospace .product-preview .quick-view {
    background: 0 0;
    border: none;
    color: #fff;
    font-size: inherit;
    height: auto;
    margin: 0;
    opacity: 1;
    padding: 0 !important;
    position: inherit;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    top: auto;
    width: auto;
}
.products-nospace .product-preview .quick-view:hover {
    text-decoration: underline;
}
.touch .product-preview .quick-view {
    display: none;
}
@media (max-width: 767px) {
    .products-nospace .product-preview .hover .inside {
        color: #fff;
        text-align: center;
        margin-top: 10%;
        font-size: 0.8em;
    }
}
.product-view {
    position: relative;
    margin-top: -15px;
}
.product-view.row {
    margin-top: 0;
}
.product-images-cell {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.product-info-cell {
    position: relative;
    z-index: 101;
    width: 40%;
    float: right;
    margin-top: 25px;
    background: #fff;
    z-index: 1001;
    padding: 35px;
    margin-right: 35px;
    -webkit-box-shadow: 0 1px 3px rgba(5, 5, 5, 0.1);
    box-shadow: 0 1px 3px rgba(5, 5, 5, 0.1);
}
@media (min-width: 768px) and (max-width: 1199px) {
    .product-info-cell {
        width: 63%;
    }
}
@media (min-width: 481px) and (max-width: 767px) {
    .product-info-cell {
        width: 65%;
        margin-right: 5px;
        padding: 15px;
    }
}
@media (max-width: 480px) {
    .product-images-cell {
        position: relative;
        width: 100%;
    }
    .product-info-cell {
        width: 98%;
        margin: 160px auto 0;
        float: none;
        padding: 15px;
    }
    #hover-left,
    #hover-right {
        display: none;
    }
}
@media (max-width: 400px) {
    .product-info-cell {
        margin-top: 140px;
    }
}
@media (max-width: 360px) {
    .product-info-cell {
        margin-top: 120px;
    }
}
@media (max-width: 320px) {
    .product-info-cell {
        margin-top: 100px;
    }
}
.products-nospace-outer {
    overflow: hidden;
    position: relative;
}
.products-nospace-outer.row1 {
    bottom: -1px;
}
.products-nospace .slick-list {
}
.products-nospace .slick-slide img {
    opacity: 1;
    cursor: pointer;
}
.boxed .products-nospace-outer {
    overflow: hidden;
}
.boxed .products-nospace .slick-list {
    overflow: hidden !important;
}
.boxed .products-nospace {
    margin-left: 0 !important;
}
.single-product-wrapper img {
    width: 100%;
}
.single-product-carousel {
    width: 133.3%;
    margin-bottom: 20px;
}
.single-carousel-outer {
    overflow: visible;
    background: #c3c6c3;
    position: relative;
}
@media (max-width: 480px) {
    .single-product-carousel {
        width: 100%;
    }
    .single-carousel-outer {
        overflow: hidden;
        background: 0 0;
    }
}
.single-product-carousel .slick-list {
    overflow: visible !important;
}
.single-product-carousel .slick-track {
    background: #c3c6c3;
}
.single-product-carousel .slick-slide img {
    opacity: 1;
    cursor: pointer;
}
.single-product-carousel .slick-active:first-child img,
.single-product-carousel :not(.slick-active) .slick-active img {
    opacity: 1;
}
.brand-row {
    border-top: 1px solid #cacaca;
    padding: 20px 0 0 0;
}
.product-prev-next {
    line-height: 42px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
@media (max-width: 479px) {
    .product-prev-next {
        line-height: 32px;
        font-size: 9px;
    }
}
.product-prev-next .line-divider {
    width: 100%;
    height: 24px;
}
.product-prev-next .text-left .icon {
    margin-right: 20px;
}
@media (max-width: 479px) {
    .product-prev-next .text-left .icon {
        margin-right: 3px;
    }
}
.product-prev-next .text-right .icon {
    margin-left: 20px;
}
@media (max-width: 479px) {
    .product-prev-next .text-right .icon {
        margin-left: 3px;
    }
}
.product-prev-next .icon {
    display: inline-block;
    cursor: pointer;
    border: 1px solid #d0d0d0;
    text-decoration: none;
    width: 42px;
    height: 42px;
    color: #c69c6d;
    text-align: center;
}
@media (max-width: 479px) {
    .product-prev-next .icon {
        width: 32px;
        height: 32px;
    }
}
.product-prev-next .icon:after,
.product-prev-next .icon:before {
    font-size: 16px;
}
.products-land {
    overflow: hidden;
    font-size: 1em;
    background: #e7e7e7;
}
@media (min-width: 768px) and (max-width: 991px) {
    .products-land {
        font-size: 0.8em;
    }
}
@media (min-width: 1281px) {
    .products-land {
        font-size: 1.2em;
    }
}
.products-land .item .hover,
.products-list .banner .hover {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: rgba(114, 110, 105, 0.5);
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    width: 100%;
    height: 100%;
}
.no-touch .products-land .item:hover .hover,
.no-touch .products-list .banner:hover .hover,
.touch .products-land .item.hover_effect .hover,
.touch .products-list .banner.hover_effect .hover {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.products-land .item,
.products-list .banner {
    float: left;
    position: relative;
    width: 33.33333333333333%;
    max-width: none;
}
@media (max-width: 767px) {
    .products-land .item,
    .products-list .banner {
        width: 100%;
    }
}
.products-land .item.double-width,
.products-list .double-width.banner {
    width: 66.66666666666666%;
}
@media (max-width: 767px) {
    .products-land .item.double-width,
    .products-list .double-width.banner {
        width: 100%;
    }
}
.products-land .item img,
.products-list .banner img {
    width: 100%;
}
.collection-banner .info,
.products-land .item .info,
.products-list .banner .info {
    position: absolute;
    z-index: 2;
    text-transform: uppercase;
}
.collection-banner .info.middle-left,
.products-land .item .info.middle-left,
.products-list .banner .info.middle-left {
    width: 58%;
    height: 50%;
    top: 22%;
    left: 5%;
}
@media (min-width: 480px) and (max-width: 767px) {
    .collection-banner .info.middle-left,
    .products-land .item .info.middle-left,
    .products-list .banner .info.middle-left {
        top: 10%;
        width: 90%;
    }
}
.collection-banner .info.middle-right,
.products-land .item .info.middle-right,
.products-list .banner .info.middle-right {
    width: 58%;
    height: 50%;
    top: 25%;
    right: 5%;
}
@media (min-width: 480px) and (max-width: 767px) {
    .collection-banner .info.middle-right,
    .products-land .item .info.middle-right,
    .products-list .banner .info.middle-right {
        top: 10%;
        width: 90%;
    }
}
.collection-banner .info.middle-center,
.products-land .item .info.middle-center,
.products-list .banner .info.middle-center {
    height: 50%;
    top: 25%;
    left: 15%;
    right: 15%;
}
@media (min-width: 480px) and (max-width: 767px) {
    .collection-banner .info.middle-center,
    .products-land .item .info.middle-center,
    .products-list .banner .info.middle-center {
        top: 10%;
        width: 90%;
    }
}
.collection-banner .info.top-left,
.products-land .item .info.top-left,
.products-list .banner .info.top-left {
    width: 58%;
    top: 12%;
    left: 5%;
}
@media (min-width: 480px) and (max-width: 767px) {
    .collection-banner .info.top-left,
    .products-land .item .info.top-left,
    .products-list .banner .info.top-left {
        width: 90%;
    }
}
.collection-banner .info.top-right,
.products-land .item .info.top-right,
.products-list .banner .info.top-right {
    width: 58%;
    top: 12%;
    right: 5%;
}
@media (min-width: 480px) and (max-width: 767px) {
    .collection-banner .info.top-right,
    .products-land .item .info.top-right,
    .products-list .banner .info.top-right {
        width: 90%;
    }
}
.collection-banner .info.top-center,
.products-land .item .info.top-center,
.products-list .banner .info.top-center {
    top: 12%;
    left: 15%;
    right: 15%;
}
.collection-banner .info.bottom-center,
.products-land .item .info.bottom-center,
.products-list .banner .info.bottom-center {
    bottom: 7%;
    left: 15%;
    right: 15%;
}
.collection-banner .info.bottom-right,
.products-land .item .info.bottom-right,
.products-list .banner .info.bottom-right {
    width: 58%;
    bottom: 7%;
    right: 5%;
}
@media (min-width: 480px) and (max-width: 767px) {
    .collection-banner .info.bottom-right,
    .products-land .item .info.bottom-right,
    .products-list .banner .info.bottom-right {
        width: 90%;
    }
}
.collection-banner .info.bottom-left,
.products-land .item .info.bottom-left,
.products-list .banner .info.bottom-left {
    width: 58%;
    bottom: 7%;
    left: 5%;
}
@media (min-width: 480px) and (max-width: 767px) {
    .collection-banner .info.bottom-left,
    .products-land .item .info.bottom-left,
    .products-list .banner .info.bottom-left {
        width: 90%;
    }
}
.collection-banner .info.invert h2,
.collection-banner .info.invert h4,
.collection-banner .info.invert h6,
.products-land .item .info.invert h2,
.products-land .item .info.invert h4,
.products-land .item .info.invert h6,
.products-list .banner .info.invert h2,
.products-list .banner .info.invert h4,
.products-list .banner .info.invert h6 {
    color: #fff;
    border-color: #fff;
}
.collection-banner .info.invert .btn-cool,
.products-land .item .info.invert .btn-cool,
.products-list .banner .info.invert .btn-cool {
    background: #4d4d4d;
    color: #fff;
}
@media (max-width: 767px) {
    .products-land .item.double-width .info,
    .products-list .double-width.banner .info {
        width: 90%;
    }
}
.products-land .item.double-width .info.middle-left,
.products-list .double-width.banner .info.middle-left {
    left: 2%;
}
@media (max-width: 767px) {
    .products-land .item.double-width .info.middle-left,
    .products-list .double-width.banner .info.middle-left {
        left: 5%;
    }
}
.products-land .item.double-width .info.middle-right,
.products-list .double-width.banner .info.middle-right {
    right: 2%;
}
@media (max-width: 767px) {
    .products-land .item.double-width .info.middle-right,
    .products-list .double-width.banner .info.middle-right {
        left: 5%;
    }
}
.products-land .item.double-width .info.top-center,
.products-list .double-width.banner .info.top-center {
    left: 15%;
    right: 15%;
}
.products-land .item.double-width .info.bottom-center,
.products-list .double-width.banner .info.bottom-center {
    left: 15%;
    right: 15%;
}
.products-land .item.double-width .info.middle-center > .inside,
.products-land .item.double-width .info.middle-left > .inside,
.products-land .item.double-width .info.middle-right > .inside,
.products-list .double-width.banner .info.middle-center > .inside,
.products-list .double-width.banner .info.middle-left > .inside,
.products-list .double-width.banner .info.middle-right > .inside {
    position: absolute;
    height: 90%;
    top: 5%;
}
.products-land .item .text-white,
.products-list .banner .text-white {
    color: #fff;
}
.collection-banner .banner .fsize18,
.products-land .item .fsize18,
.products-list .banner .fsize18 {
    font-size: 1.25em;
    line-height: 1em;
}
.collection-banner .fsize21,
.products-land .item .fsize21,
.products-list .banner .fsize21 {
    font-size: 1.528em;
    line-height: 1em;
}
.collection-banner .fsize28,
.products-land .item .fsize28,
.products-list .banner .fsize28 {
    font-size: 1.944em;
    line-height: 1em;
}
.collection-banner .fsize30,
.products-land .item .fsize30,
.products-list .banner .fsize30 {
    margin-bottom: 0.6em;
    font-size: 2.0833em;
    line-height: 1em;
}
@media (min-width: 480px) and (max-width: 767px) {
    .collection-banner .fsize30,
    .products-land .item .fsize30,
    .products-list .banner .fsize30 {
        margin-bottom: 0;
    }
}
.collection-banner .fsize50,
.products-land .item .fsize50,
.products-list .banner .fsize50 {
    margin-bottom: 0.6em;
    font-size: 3.4725em;
    line-height: 1em;
}
@media (min-width: 480px) and (max-width: 767px) {
    .collection-banner .fsize50,
    .products-land .item .fsize50,
    .products-list .banner .fsize50 {
        margin-bottom: 0;
    }
}
.collection-banner .fsize24,
.products-land .item .fsize24,
.products-list .banner .fsize24 {
    font-size: 2em;
    line-height: 1em;
}
.collection-banner .fsize22,
.products-land .item .fsize22,
.products-list .banner .fsize22 {
    margin-bottom: 0.6em;
    font-size: 1.5275em;
    line-height: 1em;
}
@media (min-width: 480px) and (max-width: 767px) {
    .collection-banner .fsize22,
    .products-land .item .fsize22,
    .products-list .banner .fsize22 {
        margin-bottom: 0;
    }
}
.collection-banner .fsize40,
.products-land .item .fsize40,
.products-list .banner .fsize40 {
    margin-bottom: 0.6em;
    font-size: 2.665em;
    line-height: 1em;
}
@media (min-width: 480px) and (max-width: 767px) {
    .collection-banner .fsize40,
    .products-land .item .fsize40,
    .products-list .banner .fsize40 {
        margin-bottom: 0;
    }
}
.collection-banner .fsize16,
.products-land .item .fsize16,
.products-list .banner .fsize16 {
    margin-bottom: 0.6em;
    font-size: 1.1108em;
    line-height: 1em;
}
.collection-banner .fsize10,
.products-land .item .fsize10,
.products-list .banner .fsize10 {
    margin-bottom: 0.6em;
    font-size: 0.6941em;
    line-height: 1em;
}
@media (min-width: 480px) and (max-width: 767px) {
    .collection-banner .fsize10,
    .products-land .item .fsize10,
    .products-list .banner .fsize10 {
        margin-bottom: 0;
    }
}
.collection-banner .line,
.products-land .item .line,
.products-list .banner .line {
    height: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #c69c6d;
}
@media (min-width: 480px) and (max-width: 767px) {
    .collection-banner .line,
    .products-land .item .line,
    .products-list .banner .line {
        height: 5px;
        margin-bottom: 5px;
    }
}
.collection-banner h6,
.products-land .item h6,
.products-list .banner h6 {
    font-size: 0.9167em;
}
.collection-banner h2,
.products-land .item h2,
.products-list .banner h2 {
    font-size: 1.5em;
    padding: 0.44em;
    margin-bottom: 0.5em;
}
.collection-banner h2.border,
.products-land .item h2.border,
.products-list .banner h2.border {
    border: 1px solid #000;
}
.collection-banner h2.quote:before,
.products-land .item h2.quote:before,
.products-list .banner h2.quote:before {
    display: inline-block;
    position: absolute;
    font-family: flaticon;
    font-size: 1.2em;
    content: "\e038";
    color: #c69c6d;
    margin: -0.6em 0 0 -1.2em;
}
.collection-banner h2.underline,
.products-land .item h2.underline,
.products-list .banner h2.underline {
    border-bottom: 1px solid #c69c6d;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
}
.collection-banner h4,
.products-land .item h4,
.products-list .banner h4 {
    font-size: 1.0833em;
    line-height: 1.25em;
    margin-bottom: 0.7em;
}
.products-land .item .btn-cool,
.products-list .banner .btn-cool {
    display: inline-block;
    background: #f0f0f0;
    border: none;
    padding: 1.2em 1.8em;
    line-height: 1em;
    height: auto;
}
.products-land .item .btn-cool.btn-white,
.products-list .banner .btn-cool.btn-white {
    background: #fff;
}
.products-land .item .btn-cool.btn-transparent,
.products-list .banner .btn-cool.btn-transparent {
    background: 0 0;
    border: 1px solid #fff;
}
.products-land .item .btn-cool.btn-light,
.products-list .banner .btn-cool.btn-light {
    background: #f9f9f9;
}
.products-land .item .btn-cool.btn-dark,
.products-list .banner .btn-cool.btn-dark {
    background: #4d4d4d;
    color: #fff;
}
.products-land .item .btn-cool.btn-small,
.products-list .banner .btn-cool.btn-small {
    padding: 1em 1.6em;
    font-size: 0.77em;
}
.collection-banner .stamp,
.products-land .item .stamp,
.products-list .banner .stamp {
    background: url(../images/sale-stamp.png) no-repeat 0 0;
    width: 101px;
    height: 101px;
    display: inline-block;
    z-index: 3;
}
.products-land .item .stamp.top-left,
.products-list .banner .stamp.top-left {
    position: absolute;
    top: 5%;
    left: 5%;
}
.products-land .item .stamp.top-right,
.products-list .banner .stamp.top-right {
    position: absolute;
    top: 5%;
    right: 5%;
}
.products-land .item .stamp.bottom-right,
.products-list .banner .stamp.bottom-right {
    position: absolute;
    bottom: 5%;
    right: 5%;
}
.products-land .item .stamp.bottom-left,
.products-list .banner .stamp.bottom-left {
    position: absolute;
    bottom: 5%;
    left: 5%;
}
.collection-banner .stamp .inside,
.products-land .item .stamp .inside,
.products-list .banner .stamp .inside {
    text-align: center;
    font-size: 9px;
    line-height: 1em;
    padding: 28px 0;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
.collection-banner .stamp .inside span,
.products-land .item .stamp .inside span,
.products-list .banner .stamp .inside span {
    display: block;
    font-size: 28px;
    font-weight: 700;
    line-height: 1em;
}
.products-land .item:hover .btn-cool,
.products-land .item:hover .invert .btn-cool,
.products-list .banner:hover .btn-cool,
.products-list .banner:hover .invert .btn-cool {
    background: #c69c6d;
    color: #fff;
    border-color: transparent;
}
.products-land-row {
    width: 100%;
    clear: both;
    position: relative;
}
.products-land.row {
    position: relative;
}
.products-land.row:after {
    content: " ";
    display: block;
    position: absolute;
    z-index: 100;
    bottom: 0;
    width: 100%;
    height: 5px;
    border-bottom: 5px solid #fff;
    margin-top: -5px;
}
.products-land.row:before {
    content: " ";
    display: block;
    position: absolute;
    z-index: 100;
    top: 0;
    width: 100%;
    height: 5px;
    border-top: 5px solid #fff;
}
.products-land .col,
.products-land .item {
    float: left;
    overflow: hidden;
    z-index: 2;
}
.products-land .col.video-item,
.products-land .item.video-item {
    z-index: 0;
}
@media (max-width: 479px) {
    .products-land .col,
    .products-land .item {
        width: 100% !important;
    }
}
.products-land .col.col1,
.products-land .item.col1 {
    width: 25%;
}
.products-land .col.col10,
.products-land .item.col10 {
    width: 20%;
}
.products-land .col.col2,
.products-land .item.col2 {
    width: 30%;
}
.products-land .col.col3,
.products-land .item.col3 {
    width: 40%;
}
.products-land .col.col4,
.products-land .item.col4 {
    width: 30%;
}
.products-land .col.col5,
.products-land .item.col5 {
    width: 50%;
}
.products-land .col.col6,
.products-land .item.col6 {
    width: 15%;
}
.products-land .col.col7,
.products-land .item.col7 {
    width: 25%;
}
.products-land .col.col8,
.products-land .item.col8 {
    width: 35%;
    z-index: 3;
}
.products-land .col.col9,
.products-land .item.col9 {
    width: 25%;
}
.products-land .col.col9 .item,
.products-land .item.col9 .item {
    width: 100%;
}
.products-land .col.pull-top-1,
.products-land .item.pull-top-1 {
    margin-top: -27.5%;
    z-index: 1;
}
.products-land .col.pull-top-2,
.products-land .item.pull-top-2 {
    margin-top: -27.4%;
}
.products-land .col.pull-top-3,
.products-land .item.pull-top-3 {
    margin-top: -27.4%;
}
.collection-banner {
    margin-bottom: 35px;
}
.collection-banner .image-bg {
    position: relative;
    padding: 4%;
    margin-bottom: 15px;
}
.collection-banner .image {
    margin-bottom: 15px;
    position: relative;
}
.collection-banner .image-bg .image {
    margin-bottom: 0;
}
.collection-banner .image img {
    margin: 0 auto;
}
.collection-banner .title,
.collection-banner p {
    margin: 0;
    padding-bottom: 6px;
}
.collection-banner .btn-cool {
    display: inline-block;
}
.collection-banner .stamp.top-left {
    position: absolute;
    top: 5%;
    left: 15%;
}
.collection-banner .stamp.top-right {
    position: absolute;
    top: 5%;
    right: 15%;
}
.collection-banner .stamp.bottom-right {
    position: absolute;
    bottom: 5%;
    right: 5%;
}
.collection-banner .stamp.bottom-left {
    position: absolute;
    bottom: 5%;
    left: 5%;
}
.collection-banner .stamp .inside {
    text-align: center;
    font-size: 9px;
    line-height: 1em;
    padding: 28px 0;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
.hover-squared {
    position: relative;
}
.hover-squared .caption::after,
.hover-squared .caption::before {
    pointer-events: none;
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    content: "";
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.image-bg .hover-squared .caption::after,
.image-bg .hover-squared .caption::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.hover-squared .caption::before {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}
.hover-squared .caption::after {
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}
.hover-squared:hover .caption::after,
.hover-squared:hover .caption::before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.product-video {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.product-video video {
    display: block;
    width: 102%;
    height: 102%;
    margin: -1%;
}
.video-poster {
    display: none;
}
.ios .product-video {
    display: none;
}
.ios .video-poster {
    display: block;
}
.animate,
.animate-delay {
    opacity: 0;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.scale {
    -webkit-animation: scale 1s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
    animation: scale 1s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
    opacity: 1;
}
@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(0.3);
        opacity: 0.1;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}
@keyframes scale {
    0% {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
        opacity: 0.1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
.animated.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -oanimation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    opacity: 1;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.animated.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -oanimation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    opacity: 1;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.animated.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -oanimation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    opacity: 1;
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.animated.fadeInRight {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -oanimation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    opacity: 1;
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(300px);
        transform: translateX(300px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(300px);
        -ms-transform: translateX(300px);
        transform: translateX(300px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.animated.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -oanimation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    opacity: 1;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes bounce {
    0% {
        top: -18px;
    }
    100% {
        top: -24px;
    }
}
@keyframes bounce {
    0% {
        top: -18px;
    }
    100% {
        top: -24px;
    }
}
.btn-cool,
.filters-by-category li a,
.filters-by-category li a.selected,
.socials li a,
.tags li a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.navbar-search input.form-control {
    -webkit-transition: width 0.5s ease;
    transition: width 0.5s ease;
}
.navbar-main-menu .item .btn-main,
.sf-menu > li {
    -webkit-transition: border 0.1s ease;
    transition: border 0.1s ease;
}
.navbar-switcher {
    -webkit-transition: background 0.5s ease;
    transition: background 0.5s ease;
}
.find-us .icon {
    -webkit-transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
}
#off-canvas-menu,
#outer-canvas,
.mobile-nav .nav-item .tab-content,
.mobile-nav .nav-item a {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#menuScrollerWrapper .dropdown {
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
#menuScrollerWrapper .dropdown.active {
    opacity: 1;
}
.animate-scale {
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}
.animate-scale:hover {
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}
.container {
    color: #545454;
}
.container a {
    color: #545454;
    font-size: 12px;
}
.box-title a {
    color: #f7005f;
}
.navbar-secondary-menu .currency {
    margin-left: 10px;
    float: left;
}
#outer-canvas #newsLine .container .navbar-secondary-menu .free-shipping-tel {
    display: inline-block;
    font-size: 13px;
}
#outer-canvas
#newsLine
.container
.navbar-secondary-menu
.free-shipping-tel
span {
    margin-left: 20px;
}
.row {
    margin-left: 0;
    margin-right: 0;
}
.container .navbar-secondary-menu .currency .btn-xs,
.container .navbar-secondary-menu .store-language-container .btn-xs {
    background: url(../images/top.png) no-repeat;
    background-position: right;
    padding-right: 3px;
}
.navbar-secondary-menu .store-language-container .btn-group {
}
.container .navbar-secondary-menu .store-language-container .btn-xs {
    padding-right: 5px;
}
.header-left .col-md-6,
.header-left.col-md-8 {
    padding: 0;
    text-align: left;
}
.myfavorite,
.mysetting {
    float: left;
}
.header-tools .navbar-secondary-menu .icon {
    width: 28px;
    display: block;
    margin: 5px;
    height: 23px;
}
.header-tools .col-md-4 {
    width: auto;
}
.header-tools .navbar-secondary-menu .mysetting .icon {
    background-position: -39px -1px;
}
.header-tools .navbar-secondary-menu .myfavorite .icon {
    background-position: -82px 0;
}
.header-left.col-md-8 {
    width: 100%;
}
.hom-banner .sie1,
.hom-banner .sie2,
.hom-banner .sie3 {
    float: left;
}
.fb-bg .banner-bg:hover,
.hom-banner .sie1:hover,
.hom-banner .sie2:hover,
.hom-banner .sie3:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    position: relative;
    z-index: 5;
}
.hom-banner .sie2 img {
    display: block;
}
.hom-banner .sie2 img.t2 {
    margin-top: 28px;
}
.hom-banner .sie2,
.hom-banner .sie3 {
    margin-left: 19px;
}
.hobanner {
    padding-top: 0;
}
.fb-bg {
    padding-top: 45px;
    width: 100%;
}
.fb-bg .bg {
    width: 140%;
    margin-left: -20%;
    background: #fff;
}
.container .sns-text {
    color: #fff;
}
.footer-bottom .copyright {
    width: 100%;
    float: none;
    text-align: center;
    color: #fff;
}
.footer-bottom .copyright a {
    color: #fff;
}
#footer-collapsed.open .collapsed-block {
    width: 24% !important;
    margin-top: 15px;
}
#footer-collapsed.open .collapsed-block.fot-find {
    width: 100% !important;
}
#footer-collapsed.closed {
    height: 74px !important;
}
.category_top_banner {
    width: 100%;
    margin-top: 33px;
    margin-bottom: 15px;
}
.navbar-compact .header-tools .btn-shopping-cart {
    display: none;
}
.header-left .header-tools {
    display: none;
}
.catalog-category-view .catblocks li {
    float: left;
    display: inline-block;
    width: 49%;
}
.catalog-category-view .catblocks li span {
    display: block;
    text-align: center;
    padding: 10px;
    font-weight: 700;
}
.accordion-simple .currency-switcher {
    display: none;
}
.accordion-simple .block-category #dsav dl {
    position: relative;
    line-height: 30px;
    margin-bottom: 0;
    float: left;
    border-bottom: 1px solid #b0b0b0;
    width: 100%;
    text-indent: 41px;
    clear: both;
}
.accordion-simple .block-category #dsav dl dt span::before {
    content: " ";
}
.accordion-simple .block-category #dsav dl dt.hover span::before {
    content: "-";
    font-weight: 700;
}
.accordion-simple .block-category #dsav dl dt span {
    display: block !important;
    float: right;
    position: absolute;
    font-weight: 400;
    font-size: 15px;
    margin-right: 13px;
    right: 0;
    margin-top: 5px;
}
.accordion-simple .block-category #dsav dl dt a {
    display: block;
    line-height: 30px;
    width: 100%;
    float: left;
}
.accordion-simple .block-category #dsav dl dt a:hover {
    text-decoration: none;
}
.accordion-simple .block-category #dsav dd {
    display: block;
}
.accordion-simple .block-category #dsav dd span {
    display: block;
    text-align: left;
}
.catalog-category-view .content-aside {
    border: 1px solid #ccc;
    right: 0;
    width: 19%;
    padding: 0;
}
.content-aside .products-widget .category-products .old-price .price,
.content-aside .products-widget .price-box .special-price .price,
.content-aside .products-widget .regular-price .price {
    color: #ec0160;
    font-size: 12px;
}
.catalog-category-view .col-lg-10 {
    width: 80%;
    border: none;
}
.row .col-lg-10 {
    width: 80%;
    border: none;
}
.block .block-title {
    padding: 0;
}
.block .block-title strong {
    display: block;
    background: url(../images/cate-ioc.jpg) no-repeat;
    background-position: 4px 7px;
    height: 35px;
    line-height: 35px;
    text-indent: 25px;
    margin-left: 20px;
    margin-right: 20px;
    border-bottom: 1px solid #ddd;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}
.block .block-title strong span.more {
    font-weight: 400 !important;
    float: right;
    text-transform: none;
}
.block-category #dsav {
    max-width: 220px;
    width: 100%;
    background: #f5f5f5;
    margin: auto;
    margin-top: 10px;
    border: 1px solid #b0b0b0;
}
.block .block-content {
    border: none;
    max-width: 220px;
    width: 85%;
    margin: auto;
    margin-top: 10px;
}
.block-category #dsav dl a.sub_category_name {
    background: url(../images/ca-iocdl.jpg) no-repeat;
    background-position: 31px center;
    font-weight: 400;
}
.products-widget .slides .carousel-item .product .name {
    text-indent: 0;
    text-transform: none;
}
.products-widget .slides .carousel-item .preview-right {
    float: left;
    width: 54%;
}
.products-widget .slides .carousel-item .preview-right .price-box,
.products-widget .slides .carousel-item .preview-right .rating {
    text-indent: 0;
}
.content-center .block .block-content {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
}
.col-lg-10 .accordion-simple .panel-heading a {
    padding: 0;
    font-size: 12px;
    text-transform: none;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    border: none;
}
.col-lg-10 .accordion-simple .panel-body,
.col-lg-10 .accordion-simple .panel-body li {
    padding: 0;
    line-height: 30px;
}
.accordion-simple .panel .panel-collapse .colors-list li img {
    display: none;
}
.accordion-simple .panel .panel-body li {
    display: inline-block;
}
.accordion-simple .panel .panel-body li a.icon-xs {
    margin: 0 10px;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 3px;
}
.accordion-simple .panel .panel-collapse {
    max-width: 750px;
    width: 100%;
}
.category-products .toolbar-top .col-lg-5,
.toolbar-top .divider,
.toolbar-top .hide {
    display: none !important;
}
.toolbar-bottom .divider,
.toolbar-bottom .hidden-xs {
    display: none !important;
}
.filters-panel label {
    display: block;
    line-height: 30px;
    margin-right: 10px;
    float: left;
}
.toolbar-top .col-lg-2 {
    width: 26%;
}
.filters-panel {
    padding: 0;
}
.toolbar-top select {
    padding: 5px;
}
.filters-panel .view-mode a {
    background: url(../images/view-mode-icon.jpg) no-repeat;
    height: 30px;
    width: 30px;
    border: none;
    cursor: pointer;
}
.filters-panel .view-mode a.li4 {
    background-position: -29px center;
}
.filters-panel .view-mode a.li2 {
    background-position: -58px center;
}
.scrolled-3 .products-list .product-preview-outer {
    width: 33.3%;
    height: 100%;
}
.category-products .product-preview h3.title {
    width: 100%;
    height: 43px;
    overflow: hidden;
    padding-right: 10px;
    text-align: left;
    opacity: 1;
    z-index: 100;
}
.category-products .products-list-in-row .product-preview h3.title {
    background: 0 0;
    height: auto;
}
.category-products .products-list-in-row .product-preview h3.title a {
    color: #545454;
}
.category-products .product-preview h3.title a {
    text-transform: none;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
}
.category-products .product-preview .product-controls-list {
    margin: 0;
    opacity: 1;
    padding: 0;
}
.no-touch .category-products .product-controls-list li a {
    opacity: 1;
    transform: none;
}
.category-products .product-preview .bott-left {
    float: left;
    margin-top: 10px;
}
.category-products .product-preview .bott-left p {
    display: inline-block;
    text-align: left;
}
.category-products .price-box .special-price .price {
    font-size: 15px;
    font-weight: 600;
}
.category-products .product-preview .bott-right {
    float: right;
    margin-top: 10px;
}
.sales-label .label-sale {
    display: none;
}
.category-products .sales-label .label-sale-percent {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    left: auto;
    color: #fff;
    width: 50px;
    height: 50px;
    box-shadow: none;
    font-weight: 700;
    font-size: 13px;
    background-color: rgb(235, 10, 124);
    border-radius: 25px;
    line-height: 16px;
    padding-top: 10px;
}
#outer
#outer-canvas
.customer
.row
.col-sm-8
.category-products
.products-list
.product-preview-outer
.product-preview
.preview
.sales-label
.label-sale-percent
span:nth-child(1) {
    display: block;
    font-size: 17px;
    font-weight: 500;
}
#outer
#outer-canvas
.customer
.row
.col-sm-8
.category-products
.products-list
.product-preview-outer
.product-preview
.preview
.sales-label
.label-sale-percent
span:nth-child(2) {
    display: block;
    font-size: 14px;
    font-weight: 500;
}
.category-products .label.label-new {
    top: 5px;
    right: 5px;
}
.category-products .old-price .price,
.category-products .regular-price .price {
    color: #888;
    font-size: 14px;
}
.category-products .regular-price .price {
    color: #ed2d8b;
}
.product-preview .product-controls-list li a,
.product-preview .product-controls-list li a.hidden-xs,
.product-preview .product-controls-list li button,
.product-preview .product-controls-list li button.hidden-xs,
.product-preview .product-controls-list-row li a,
.product-preview .product-controls-list-row li a.hidden-xs,
.product-preview .product-controls-list-row li button,
.product-preview .product-controls-list-row li button.hidden-xs {
    color: #ec0160;
}
.rating .icon {
    color: #ec0160;
}
.block-carousel .product .special-price .price {
    margin: 0;
}
.category-products .product-preview .price-box .pc {
    display: inline-block !important;
    color: #888;
}
.toolbar-bottom .filters-panel .col-lg-5 {
    width: 100%;
    text-align: center;
}
.toolbar-bottom .filters-panel .col-lg-5 .pull-right {
    float: none !important;
}
.toolbar-bottom .filters-panel .pagination a {
    height: 30px;
    line-height: 30px;
    width: 30px;
    margin: 0;
    border-radius: 15px;
    margin-right: 10px;
}
.category-products .products-list-in-row .product-preview h3.title a {
    font-size: 16px;
}
.block-carousel .block-content {
    padding-bottom: 10px !important;
}
.content-aside .section-divider {
    display: none;
}
.block-news .block-content ul li {
    padding-top: 5px;
    padding-bottom: 5px;
    list-style: disc;
    margin-left: 30px;
    text-indent: 0;
}
.block-news .block-content ul li a {
    cursor: pointer;
    text-decoration: none;
}
.container .navbar-main-submenu a {
    font-family: Arial, Helvetica, sans-serif;
    color: #041e3b;
    font-size: 14px;
    text-transform: none;
    font-weight: bold;
}
.container .dropdown-small .row-list a {
    font-family: Arial, Helvetica, sans-serif;
    color: #041e3b;
    font-size: 14px;
    text-transform: none;
}
.product-options-bottom .btn-cool,
.product-options-bottom .btn-default,
.product-options-bottom .filters-by-category li a {
    background: #ee0063;
    border: 1px solid #ee0063;
}
.container .product-options-bottom a {
    color: #fff;
}
#outer-canvas .container .product-options-bottom i.icon {
    color: #fff;
}
.customer-account-edit .customer,
.customer-account-index .customer,
.customer-address-index .customer,
.downloadable-customer-products .customer,
.oauth-customer-token-index .customer,
.review-customer-index .customer,
.sales-billing-agreement-index .customer,
.sales-order-history .customer,
.sales-recurring-profile-index .customer,
.tag-customer-index .customer,
.wishlist-index-index .customer,
newsletter-manage-index .customer {
    margin-top: 20px;
}
.category_top_banner img {
    width: 48%;
}
.category-products .toolbar-top .col-lg-2 {
    width: 33%;
}
.category-products .col-lg-3 {
    width: 33%;
}
.content-aside .block-compare {
    float: none;
    padding-bottom: 40px;
    width: 100%;
}
.content-aside .btn-group .btn {
    width: 80%;
    margin: auto;
    line-height: 35px;
    float: none;
    text-align: left;
    color: #ec0160;
    display: block;
}
.content-aside .btn-group .dropdown-menu {
    position: static;
    border: none;
    box-shadow: none;
    padding: 0;
    width: 100%;
    min-width: 200px;
}
.content-aside .btn-group .dropdown-menu #compare-items {
    min-width: 200px;
}
.ajax-index-options .block-shipping-estimate,
.ajax-index-options .spinfo,
.ajax-index-options p {
    display: none;
}
.products_inquiry_button {
    background: url(../images/products_inquiry_bg.gif) no-repeat scroll left 100%
    transparent;
    height: 24px;
    background-position: 0 4px;
    width: auto;
    text-indent: 25px;
    line-height: 22px;
    color: #666;
    clear: both;
}
.products_inquiry_button a {
    color: #333;
    font-size: 12px;
    text-decoration: none;
}
.inquiry_form_ .form-list .field {
    float: none;
}
.inquiry_form_ .form-list input,
.inquiry_form_ .form-list select,
.inquiry_form_ .form-list textarea {
    max-width: 400px;
}
.livechart {
    background: #e4e4e4;
    padding-top: 15px;
    padding-bottom: 15px;
}
.livechart a {
    display: block;
}
.livechart a.email {
    background: url(../images/mail.png) no-repeat;
    text-indent: -9999em;
    margin-left: 20px;
    width: 50px;
    height: 46px;
    margin-bottom: 10px;
}
.livechart a.skype {
    background: url(../images/skype.png) no-repeat;
    text-indent: -9999em;
    margin-left: 20px;
    width: 46px;
    height: 22px;
    margin-bottom: 10px;
}
.livechart a.taobao {
    margin-left: 35px;
}
.testimonials-widget .slide .text {
    height: 144px;
    overflow: hidden;
}
.pro_attributes {
    margin-top: 15px;
}
#customer-reviews h2,
#customer-reviews h3,
#customer-reviews h4 {
    text-transform: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #545454;
}
.navbar-main-menu .item a.active {
    background: #fe2388;
}
.navbar-main-menu .item .btn-main {
    padding: 0 8px;
}
.col-lg-8 .speprice .old-price .price-label,
.col-lg-8 .speprice .special-price .price-label {
    display: inline-block;
    font-size: 12px;
}
.col-lg-8 .speprice .old-price .price-label {
    color: #333;
    font-weight: 700;
    font-size: 16px;
    line-height: 35px;
}
.col-lg-8 .speprice .special-price .price-label {
    color: #333;
}
.col-lg-8 .speprice .price-box .special-price .price {
    color: #cc0003;
    font-size: 24px;
    font-weight: 700;
}
.col-lg-8 .speprice .price-box .old-price .price {
    color: #cc0003;
    font-size: 24px;
    font-weight: 700;
}
.col-lg-8 .speprice .price {
    color: #cc0003;
    font-size: 24px;
    font-weight: 700;
}
.col-lg-8 .speprice .old-price .price {
    font-size: 18px;
    font-weight: 400;
}
.col-lg-8 .speprice .special-price .price {
    font-size: 20px;
    font-weight: 400;
}
.speprice p {
    display: inline-block;
}
.clea .price {
    text-decoration: none;
}
.crosssell .slider-products .product-preview .preview .crosssell .img-second {
    margin-left: 15px;
}
.crosssell .slider-products .product-preview .preview .crosssell {
    margin-top: 0;
}
.crosssell .slider-products .product-preview .price-box .regular-price {
    text-align: center;
}
.post-navigation a.btn-cool {
    line-height: 37px;
    padding: 0 5px;
}
.product-options .swatch-attr .swatches-container {
    display: none !important;
}
@media (max-width: 770px) {
    .header-search {
        display: none;
    }
    .header-tel-ship {
        display: none;
    }
    .header-pay-ship,
    .header-payment,
    .livechart {
        display: none;
    }
    .navbar-secondary-menu .btn-search {
        display: block;
    }
    .visible-xs {
        float: left;
    }
    .navbar .background .container {
        position: relative;
    }
    .navbar-logo {
        float: left;
        margin-left: 100px;
        margin-bottom: 10px;
    }
    .hom-banner .sie1,
    .hom-banner .sie2,
    .hom-banner .sie3 {
        float: none;
        display: none;
    }
    .navbar-secondary-menu .header-tools .btn-shopping-cart,
    .navbar-secondary-menu .header-tools .compact-hidden {
        display: none;
    }
    .header-left .header-tools {
        padding: 0;
        margin-top: 20px;
        display: block;
        width: auto;
    }
    .navbar-secondary-menu .btn-search {
        float: right;
        margin-left: 0;
    }
    #newsLine .container {
        padding-right: 0;
        padding-left: 0;
    }
    .header-tools .btn-shopping-cart,
    .header-tools .compact-hidden {
        float: left;
        padding-right: 0;
    }
    .header-tools .btn-shopping-cart {
        margin-top: 10px;
    }
    #footer-collapsed.open .collapsed-block {
        width: 80% !important;
    }
}
@media (max-width: 970px) {
    .header-tel-ship {
        display: none;
    }
    .header-pay-ship,
    .header-payment {
        display: none;
    }
    .navbar-logo.col-xs-10.col-sm-10.col-md-6.text-center {
        width: 30%;
    }
    .header-search {
        width: 38%;
    }
}
@media (max-width: 1200px) {
    .header-search {
        width: 38%;
    }
    .products-widget .slides .carousel-item {
        width: 100%;
    }
    .navbar-main-menu .item {
        padding-right: 10px;
    }
    .navbar-main-menu .item .btn-main {
        font-size: 14px;
    }
    .products-widget .slides .carousel-item .preview-right {
        width: 50%;
    }
}
@media (max-width: 1000px) {
    .catalog-category-view .content-aside {
        display: none;
    }
    .row .col-lg-10 {
        width: 100%;
    }
}
@media (max-width: 450px) {
    .header-left .header-tools {
        clear: both;
        margin-top: 10px;
        float: left !important;
        width: 100%;
    }
    .header-tel-ship {
        display: none;
    }
    .header-pay-ship,
    .header-payment,
    .livechart {
        display: none;
    }
    .touch .products-nospace .product-preview h3.title {
        height: 45px;
        overflow: hidden;
        padding: 0;
    }
    .touch .products-nospace .product-preview h3.title a {
        display: block;
    }
    .touch .products-nospace .product-preview .price-box {
        height: 35px;
        overflow: hidden;
    }
    .touch .products-nospace .product-preview .product-controls-list,
    .touch .products-nospace .product-preview .rating {
        display: none;
    }
    .catalog-product-view .product-view #product_addtocart_form .col-sm-6 {
        width: 100%;
    }
    .category-products .product-preview .bott-left,
    .category-products .product-preview .bott-right {
        float: none;
        margin-top: 0;
    }
    .product-preview .product-controls-list li,
    .product-preview .product-controls-list-row li {
        display: inline-flex;
    }
    .category-products .product-preview .bott-left p {
        display: inline-flex;
    }
    footer {
        margin-top: 10px;
    }
}
@media (max-width: 550px) {
    .touch .products-nospace .product-preview h3.title {
        height: 45px;
        overflow: hidden;
        padding: 0;
    }
    .touch .products-nospace .product-preview h3.title a {
        display: block;
    }
    .touch .products-nospace .product-preview .price-box {
        height: 35px;
        overflow: hidden;
    }
    .touch .products-nospace .product-preview .product-controls-list,
    .touch .products-nospace .product-preview .rating {
        display: none;
    }
    .catalog-product-view .product-view #product_addtocart_form .col-sm-6 {
        width: 100%;
    }
    .category-products .product-preview .bott-left,
    .category-products .product-preview .bott-right {
        float: none;
        margin-top: 0;
    }
    .product-preview .product-controls-list li,
    .product-preview .product-controls-list-row li {
        display: inline-flex;
    }
    .category-products .product-preview .bott-left p {
        display: inline-flex;
    }
    footer {
        margin-top: 10px;
    }
    .header-tel-ship {
        display: none;
    }
    .header-pay-ship,
    .header-payment,
    .livechart {
        display: none;
    }
}
@media (max-width: 350px) {
    .touch .products-nospace .product-preview h3.title {
        height: 37px;
        overflow: hidden;
        padding: 0;
    }
    .touch .products-nospace .product-preview h3.title a {
        display: block;
    }
    .touch .products-nospace .product-preview .price-box {
        height: 35px;
        overflow: hidden;
    }
    .touch .products-nospace .product-preview .product-controls-list,
    .touch .products-nospace .product-preview .rating {
        display: none;
    }
    .catalog-product-view .product-view #product_addtocart_form .col-sm-6 {
        width: 100%;
    }
    .category-products .product-preview .bott-left,
    .category-products .product-preview .bott-right {
        float: none;
        margin-top: 0;
    }
    .product-preview .product-controls-list li,
    .product-preview .product-controls-list-row li {
        display: inline-flex;
    }
    .category-products .product-preview .bott-left p {
        display: inline-flex;
    }
    footer {
        margin-top: 10px;
    }
    .header-tel-ship {
        display: none;
    }
    .header-pay-ship,
    .header-payment,
    .livechart {
        display: none;
    }
}
.shoppingcart-box .productname {
    height: 35px;
    display: block;
    overflow: hidden;
}
.contact-main {
    background: #626262 none repeat scroll 0 0;
    border-radius: 0 0 0 4px;
    position: fixed;
    right: -350px;
    top: 164px;
    width: 350px;
    z-index: 999;
}
.contact-main.show {
    background: #626262 none repeat scroll 0 0;
    border-radius: 0 0 0 4px;
    position: fixed;
    right: 0;
    top: 164px;
    width: 80px;
    z-index: 999;
}
.contact-main .btn-contact {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    left: -33px;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 87px;
    z-index: 9999;
    text-indent: -9999em;
}
.contact-main.show .btn-contact {
    left: -22px;
}
.gw_register_button {
    border-top: 1px solid #ccc;
    padding-top: 3px;
    margin-top: 15px;
}
.gw_row .form-group label {
    float: left;
}
.gw_button {
    font-size: 1.2em !important;
    padding-top: 7px !important;
}
.box-title a {
    color: #da0658;
}
.box-content a {
    line-height: 40px;
    color: #f66e00;
}
#drop-shopcart a.btn.btn-cool.btn-animated.flaticon-credit22 {
    background: #e64477;
    color: #fff;
    border: none;
    border-radius: 3px;
    width: 278px;
}
#review-buttons-container .btn:hover {
    border-color: #ad0e0e;
    background-color: #d60766;
    color: #fff !important;
    text-decoration: none;
}
div#shopping-cart-totals-please-wait {
    clear: both;
}
.col-cart {
    width: 40%;
    float: right;
}
.col-cart .rect-nohover {
    padding: 20px 10px 30px;
}
.inside .btn-cool {
    background: 0 0;
    border: none;
    color: #000;
}
.col-cart .text-center {
    text-align: right;
}
.point {
    float: left;
    width: 57%;
}
.flaticon-shopping66:hover {
    color: #e80461;
}
.flaticon-heart68:hover {
    color: #e80461;
}
.flaticon-user91:hover {
    color: #e80461;
}
.btn .badge {
    position: relative;
    top: -5px;
}
@media (max-width: 770px) {
    .point {
        display: none;
    }
    .col-cart {
        width: 100%;
        float: right;
    }
}
.header-tel-ship {
    margin-left: 10px;
    float: left;
    display: none;
}
.header-tel-ship .header-tel {
    display: block;
    float: left;
    color: #000;
    font-weight: 700;
}
.header-tel-ship .header-ship {
    display: block;
    float: left;
    margin-left: 50px;
    color: #000;
    font-weight: 700;
}
.dr_quickservice {
    position: fixed;
    right: 5px;
    top: 180px;
    background: #9c9c9c;
    width: 50px;
    text-align: center;
    z-index: 9999;
}
.droline_kf {
    background: #626262;
    width: 58px;
    position: relative;
    top: -34px;
    left: -4px;
    font-size: 12px;
    color: #fff;
    line-height: 16px;
    padding-bottom: 14px;
    cursor: pointer;
}
.droline_kf span {
    display: block;
}
.dr_quickservice .dr_quick1 {
    background-position: 0 0;
    width: 30px;
    height: 26px;
    margin-top: 0;
    margin-bottom: 4px;
}
.droline_yleft,
.droline_yright {
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    bottom: -4px;
}
.droline_yleft {
    background: url(../images/icon_yleft.png) no-repeat;
    left: 0;
}
.droline_yright {
    background: url(../images/icon_yright.png) no-repeat;
    right: 0;
}
.droline_kf:hover {
    background: #fe0da7;
}
.dr_quick-cort {
    position: relative;
    height: 50px;
    line-height: 50px;
    margin: 17px 0;
    z-index: 1;
}
.dr_quick-word {
    position: absolute;
    width: 150px;
    height: 50px;
    background: #e4e4e4;
    padding: 0 10px;
    color: #fe0da7;
    font-weight: 700;
    font-size: 14px;
    top: 0;
    right: 50px;
    z-index: 1;
    display: none;
}
.dr_quickcort-hover {
    background: #e4e4e4;
}
.dr_quick-ewm {
    width: 250px;
    height: 120px;
    padding: 0;
}
.dr_quickservice a {
    display: inline-block;
    background-image: url(../images/icon_servie.png);
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-top: 10px;
}
.dr_quickservice .dr_quick2 {
    background-position: 0 -33px;
    width: 30px;
    height: 29px;
}
.dr_quickcort-hover .dr_quick2 {
    background-position: -41px -33px;
}
.dr_quick3 {
    background-position: -3px -74px;
    width: 24px;
    height: 30px;
}
.dr_quickcort-hover .dr_quick3 {
    background-position: -44px -74px;
}
.dr_quick4 {
    background-position: 0 -120px;
    width: 30px;
    height: 27px;
}
.dr_quickcort-hover .dr_quick4 {
    background-position: -41px -120px;
}
.dr_quick5 {
    background-position: -2px -159px;
    width: 26px;
    height: 29px;
}
.dr_quickcort-hover .dr_quick5 {
    background-position: -43px -159px;
}
.dr_quick6 {
    background-position: -6px -199px;
    width: 18px;
    height: 30px;
}
.dr_quickcort-hover .dr_quick6 {
    background-position: -47px -199px;
}
.dr_quick7 {
    background-position: -3px -239px;
    width: 24px;
    height: 30px;
}
.dr_quickcort-hover .dr_quick7 {
    background-position: -44px -239px;
}
.dr_quickservice a.dr_totop {
    background: url(../images/totop.jpg) no-repeat;
    width: 50px;
    height: 50px;
    margin-top: 0;
}
.dr_quickcort-hover a.dr_totop {
    background-position: -50px 0;
}
.comShare {
    width: 230px;
    font-size: 0;
}
.comShare a {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-top: 12px;
    margin-left: 5px;
}
.comShare a.shareGoogleplus {
    background: url(../images/google _i.png) no-repeat;
}
.comShare a.shareINS {
    background: url(../images/linedin_i.png) no-repeat;
}
.comShare a.shareYoutube {
    background: url(../images/tumblr_i.png) no-repeat;
}
.comShare a.shareFacebook {
    background: url(../images/facebook_i.png) no-repeat;
}
.comShare a.shareTwitter {
    background: url(../images/twitter_i.png) no-repeat;
}
.comShare a.sharePin {
    background: url(../images/pin_i.png) no-repeat;
}
.badge_unice {
    display: inline-block;
    min-width: 10px;
    padding: 1px 5px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #c69c6d;
    border-radius: 10px;
    position: absolute;
    top: 0;
    right: 13px;
}
@media (min-width: 900px) {
    .scart_step1,
    .scart_step2,
    .scart_step3 {
        height: 41px;
        margin: 20px auto 40px;
        overflow: hidden;
    }
    .scart_step1 {
        background: url(../images/shopcart_step1.jpg) no-repeat scroll center top
        transparent;
    }
    .scart_step2 {
        background: url(../images/shopcart_step2.jpg) no-repeat scroll center top
        transparent;
    }
    .scart_step3 {
        background: url(../images/shopcart_step3.jpg) no-repeat scroll center top
        transparent;
    }
    .showhidden {
        display: none;
    }
}
@media screen and (min-width: 1200px) {
    .topads01 {
        position: absolute;
        top: 580px;
        left: 20px;
        padding-left: 30px;
        text-align: left;
        line-height: 20px;
    }
    .topads02 {
        position: absolute;
        bottom: 150px;
        right: 30px;
        padding-right: 30px;
        line-height: 20px;
    }
    .bottomads {
        position: absolute;
        top: 200px;
        left: 50px;
        padding-left: 10px;
        line-height: 20px;
    }
    .youtubeleft {
        float: left;
        width: 49.8%;
    }
    .youtuberight {
        float: left;
        width: 50.2%;
    }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
    .topads01 {
        position: absolute;
        top: 580px;
        left: 20px;
        padding-left: 30px;
        text-align: left;
        line-height: 20px;
    }
    .topads02 {
        position: absolute;
        bottom: 150px;
        right: 30px;
        padding-right: 30px;
        line-height: 20px;
    }
    .bottomads {
        position: absolute;
        top: 200px;
        left: 50px;
        padding-left: 10px;
        line-height: 20px;
    }
    .youtubeleft {
        float: left;
        width: 49.8%;
    }
    .youtuberight {
        float: left;
        width: 50.2%;
    }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
    .topads01 {
        display: none;
    }
    .topads02 {
        display: none;
    }
    .bottomads {
        display: none;
    }
    .youtubeleft {
        float: left;
        width: 49.8%;
    }
    .youtuberight {
        float: left;
        width: 50.2%;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .topads01 {
        display: none;
    }
    .topads02 {
        display: none;
    }
    .bottomads {
        display: none;
    }
    .youtubeleft {
        float: left;
        width: 49.8%;
    }
    .youtuberight {
        float: left;
        width: 50.2%;
    }
}
@media only screen and (max-width: 479px) {
    .topads01 {
        display: none;
    }
    .topads02 {
        display: none;
    }
    .bottomads {
        display: none;
    }
    .youtubeleft {
        float: left;
        width: 49.8%;
    }
    .youtuberight {
        float: left;
        width: 50.2%;
    }
}
.cart-cell {
    text-align: center;
}
.link-edit {
    border: 1px solid #eee;
    height: 36px;
    line-height: 36px;
    border: 1px solid #eee;
    background: #fff;
    margin: 8px 0 0;
}
.paypal-or {
    display: inline-block;
    float: right;
    height: 36px;
    line-height: 36px;
    width: 44px;
    text-align: center;
}
.totals .paypal-logo {
    text-align: right;
}
.totals .paypal-logo .paypal-or {
    float: none;
    display: block;
    height: 20px;
    line-height: 20px;
    text-align: right;
    width: 100%;
}
.totals .paypal-logo img {
    width: 174px;
    border-radius: 3px;
}
.paypal-or-addnew {
    display: none;
}
.pro_info .paypal-logo {
    float: left;
    width: 218px;
    margin: 10px 0;
}
.pro_info .paypal-logo img {
    width: 174px;
    border-radius: 3px;
}
.bml-checkout-type img {
    width: 174px;
    border-radius: 5px;
}
.table-shop.gw-table-shop {
    border-color: #f8c4b7;
}
.table-shop.gw-table-shop > thead > tr > th {
    border: 1px solid #f8c4b7;
    height: 26px;
    line-height: 26px;
    color: #f55d46;
    background: #fff8f6;
}
.table-shop.gw-table-shop > thead > tr > th input {
    vertical-align: middle;
    margin-right: 5px;
    margin-top: 0;
}
.table-shop.gw-table-shop > tbody > tr > td {
    border: 1px solid #f8c4b7;
    border-top: 1px solid #f8c4b7;
    border-bottom: 1px solid #f8c4b7;
    padding: 10px;
    vertical-align: top;
    background: #fff8f6;
}
.table-shop.gw-table-shop > tbody > tr > td span.gw-special-price {
    font-size: 14px;
    color: #f60;
    display: block;
}
.table-shop.gw-table-shop > tbody > tr > td span.gw-special-price span.price {
    color: #f60;
}
.table-shop.gw-table-shop > tbody > tr > td span.price {
    margin: 0;
}
.table-shop.gw-table-shop > tbody > tr > td span.gw-old-price {
    font-size: 14px;
    text-decoration: line-through;
}
.table-shop.gw-table-shop > tbody > tr > td span.gw-old-price span.price {
    color: #666;
}
.table-shop.gw-table-shop > tbody > tr > td span.liu-ckbox {
    padding: 0 5px;
    position: relative;
}
.table-shop.gw-table-shop > tbody > tr > td span.liu-ckbox input {
    width: 16px !important;
    height: 16px !important;
    border: 1px solid #ddd;
}
#checkout-review {
    position: relative;
}
#checkout-review-load .data-table tfoot {
}
#checkout-review-table-wrapper .table-shop.gw-table-shop > thead > tr > th {
    border-right-width: 0;
    border-left-width: 0;
}
#checkout-review-table-wrapper .table-shop.gw-table-shop > tbody > tr > td {
    border-right-width: 0;
}
.shopcart_nav {
    border-bottom: 1px solid #ddd;
    height: 30px;
    padding: 0 120px;
    margin: 40px 0 80px;
}
.shopcart_nav span {
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 10px;
    background: #fff;
    height: 60px;
    line-height: 60px;
    margin: 0 60px;
    color: #999;
}
.shopcart_nav span i {
    display: block;
    background: #fff;
    border: 1px dashed #999;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    float: left;
    text-align: center;
    line-height: 60px;
    font-style: normal;
    color: #333;
    font-size: 26px;
    margin-right: 10px;
}
.shopcart_nav span.col_ff0 {
    color: #e60f67;
}
.shopcart_nav span.col_ff0 i {
    background: #e60f67;
    color: #fff;
    border: 1px solid #e60f67;
}
.btn-shopping-cart {
    float: right;
    position: relative;
    width: 18%;
}
#drop-shopcart {
    position: absolute;
    background: #fff;
    border: 1px solid #f15083;
    z-index: 9999;
    top: 80px;
}
#drop-shopcart.shoppingcart-box .title {
    text-align: left;
    line-height: 42px !important;
    padding: 5px 20px;
}
#drop-shopcart.shoppingcart-box .description {
    margin-left: 70px;
}
#drop-shopcart.shoppingcart-box .productname {
    text-align: left;
    height: 40px;
    line-height: 20px;
    margin-top: 10px;
}
#drop-shopcart.shoppingcart-box .price {
    padding-top: 0;
}
.rect-nohover .totals a[title="Checkout with Multiple Addresses"] {
    display: none;
}
@media (max-width: 768px) {
    .julia-coupon-code .couponcode-banner {
        width: 100%;
        height: 100px;
        background: url(../images/brighterhair_coupons.jpg) no-repeat center;
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
    }
    .couponcode-banner .banner-coupon {
        width: 100%;
        height: 100px;
        margin: 0 auto;
    }
}
@media (min-width: 991px) {
    .julia-coupon-code .couponcode-banner {
        width: 100%;
        height: 280px;
        background: url(../images/brighterhair_coupons.jpg) no-repeat center;
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
    }
    .couponcode-banner .banner-coupon {
        width: 100%;
        height: 280px;
        margin: 0 auto;
    }
}
.pro1 li .product-preview .price-box .old-price,
.pro1 li .product-preview .price-box .special-price {
    display: inline-block;
    margin: 0px;
}
#outer
#outer-canvas
header
#newsLine
.container
.navbar-secondary-menu
.store-language-container
.btn-group
.dropdown-menu
li:nth-child(2) {
    display: none;
}
#outer
#outer-canvas
header
#newsLine
.container
.navbar-secondary-menu
.btn-group
.price-total {
    min-width: 75px;
}
#outer
#outer-canvas
header
#newsLine
.container
.navbar-secondary-menu
.btn-group
.price-total
li {
    text-align: left;
    padding-left: 10px;
}
#outer
#outer-canvas
header
#newsLine
.container
.navbar-secondary-menu
.btn-group
.price-total
li
a {
    display: inline-block;
}
#outer
#outer-canvas
header
#newsLine
.container
.navbar-secondary-menu
.btn-group
.price-total
li
.Sprites {
    background-size: cover;
    vertical-align: middle;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    display: inline-block;
    width: 16px;
    height: 12px;
    background-image: url(https://www.cossuits.com/media/wysiwyg/wig_wap/flag_vf7b1ad7.png);
}
#outer
#outer-canvas
header
#newsLine
.container
.navbar-secondary-menu
.btn-group
.price-total
li
.AUD_flag {
    background-position: left -60px;
}
#outer
#outer-canvas
header
#newsLine
.container
.navbar-secondary-menu
.btn-group
.price-total
li
.GBP_flag {
    background-position: left -36px;
}
#outer
#outer-canvas
header
#newsLine
.container
.navbar-secondary-menu
.btn-group
.price-total
li
.CAD_flag {
    background-position: left -48px;
}
#outer
#outer-canvas
header
#newsLine
.container
.navbar-secondary-menu
.btn-group
.price-total
li
.EUR_flag {
    background-position: left -12px;
}
#outer
#outer-canvas
header
#newsLine
.container
.navbar-secondary-menu
.btn-group
.price-total
li
.ZAR_flag {
    background-size: cover;
    vertical-align: middle;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    display: inline-block;
    width: 16px;
    height: 12px;
    background-image: url(https://www.cossuits.com/media/wysiwyg/wig_wap/2018291346.png);
}
#outer
#outer-canvas
header
#newsLine
.container
.navbar-secondary-menu
.btn-group
.price-total
li
.USD_flag {
    background-position: left top;
}
#outer
#outer-canvas
header
#newsLine
.container
.navbar-secondary-menu
.btn-group
.price-total
li
.AED_flag {
    background-position: left -288px;
}
.product-options dd.custom_made h3 {
    font-weight: normal;
    color: #fb5058;
    margin: 0 0 5px;
    font-size: 14px;
}
#outer-canvas .container .container .product-view form .col-lg-8 .rating {
    display: inline-block;
}
#outer-canvas .container .container .product-view form .col-lg-8 .YourReview {
    display: inline-block;
}
.gw-product-detailsaveing {
    display: inline-block;
    left: 185px;
    margin-top: 43px;
    position: absolute;
}
.gw-product-detailsaveing p {
    display: inline-block;
    color: #ed2d8b;
    border: 1px solid #ed2d8b;
    border-radius: 15px;
    padding: 0 10px;
    margin-left: 45px;
    margin-top: 2px;
}
.special-price {
    display: block;
}
.product-options-bottom .price-label {
    display: inline-block;
}
.product-options-bottom .price-box .old-price .price-label {
    display: none;
}
.product-options-bottom .form-inputs {
    position: relative;
}
.product-options-bottom .special-price .price-label {
    font-size: 1.8rem;
    position: absolute;
    top: 80px;
    left: 2px;
    display: none;
}
.price-box .special-price .price {
    top: 60px;
    left: 140px;
}
.price-box .old-price,
.price-box .special-price {
    display: contents;
}
.product-options-bottom .form-inputs .cart-info {
    margin-top: 15px;
}
.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}
.loader {
    top: 50%;
    left: 50%;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #ffffff;
    border-right: 16px solid rgba(255, 255, 255, 0.2);
    border-bottom: 16px solid rgba(255, 255, 255, 0.2);
    border-left: 16px solid #ffffff;
    background: #000000;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
#loadingDiv {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    display: none;
    opacity: 0.6;
}
.dt-height,
.height,
.dt-weight,
.weight,
.dt-chest,
.chest,
.dt-waist,
.waist,
.dt-hips,
.hips,
.dt-shoulderwidth,
.shoulderwidth,
.dt-calf,
.calf,
.dt-otherdetails,
.otherdetails,
.dt-footlength,
.footlength,
.dt-shoessize,
.shoessize {
    display: none;
}
.size-chart {
    background-color: #c3c3c3c9;
    position: fixed;
    padding-top: 40px;
    width: 100%;
    height: 100%;
    z-index: 11111;
    overflow-x: hidden;
    overflow-y: auto;
    top: 0;
    left: 0;
    text-align: center;
}
.img-responsive {
    vertical-align: middle;
    display: inline;
}
.size-chart-main {
    text-align: left;
}
.size-chart-main-al {
    width: 50%;
    display: inline-block;
    background-color: #fff;
}
.size-chart-main .modal-header {
    text-align: left;
}
.modal-header {
    display: none;
}
.size-chart .size-chart-main .modal-header {
    display: block;
}
/* CSS for Discount Codes section */
#coupon-grand-total-wrapper {
    width: 335px; /* Set the desired width */
    background-color: #ffffff; /* Set the desired background color */
    z-index: 999; /* Ensure the section is above other content */
}