/* Cart */
.cart-sprite {
    background-image: url(../images/cart-spritesheet.png);
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
}
.cart-sprite.cart-sprite-city {
    width: 18px;
    height: 20px;
    background-position: -5px -5px;
}
.cart-sprite.cart-sprite-country {
    width: 21px;
    height: 14px;
    background-position: -5px -35px;
}
.cart-sprite.cart-sprite-mail {
    width: 20px;
    height: 14px;
    background-position: -33px -5px;
}
.cart-sprite.cart-sprite-user {
    width: 20px;
    height: 18px;
    background-position: -36px -29px;
}


/* General */
.icon, .sprite {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-image: url(../images/icons/spritesheet.png?v=2);
}

.icon-cart {
    width: 25px;
    height: 25px;
    background-position: -5px -5px;
}

.icon-close {
    width: 16px;
    height: 16px;
    background-position: -40px -5px;
}

.icon-close-black {
    width: 32px;
    height: 25px;
    background-position: -66px -5px;
}

.icon-close-white {
    width: 16px;
    height: 16px;
    background-position: -5px -40px;
}

.icon-facebook {
    width: 35px;
    height: 35px;
    background-position: -31px -40px;
}

.icon-free-delivery {
    width: 20px;
    height: 13px;
    background-position: -76px -40px;
}

.icon-guarantee {
    width: 17px;
    height: 16px;
    background-position: -76px -63px;
}

.icon-in-stock {
    width: 16px;
    height: 12px;
    background-position: -5px -89px;
}

.icon-instagram {
    width: 35px;
    height: 35px;
    background-position: -108px -5px;
}

.icon-phone {
    width: 20px;
    height: 20px;
    background-position: -106px -50px;
}

.icon-search {
    width: 20px;
    height: 20px;
    background-position: -103px -80px;
}

.icon-star {
    width: 14px;
    height: 13px;
    background-position: -136px -50px;
}

.icon-star-empty {
    width: 14px;
    height: 13px;
    background-position: -136px -73px;
}
/* Fonts */
@font-face {
    font-family: 'Proxima-Light';
    src: url('../fonts/ProximaNova-Light.eot');
    src: url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ProximaNova-Light.woff') format('woff'),
    url('../fonts/ProximaNova-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima';
    src: url('../fonts/ProximaNova-Regular.eot');
    src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ProximaNova-Regular.woff') format('woff'),
    url('../fonts/ProximaNova-Regular.ttf') format('truetype'); 
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima-Semibold';
    src: url('../fonts/ProximaNova-Semibold.eot');
    src: url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ProximaNova-Semibold.woff') format('woff'),
    url('../fonts/ProximaNova-Semibold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima-Bold';
    src: url('../fonts/ProximaNova-Bold.eot');
    src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ProximaNova-Bold.woff') format('woff'),
    url('../fonts/ProximaNova-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima-Extra-Bold';
    src: url('../fonts/ProximaNova-Extrabld.eot');
    src: url('../fonts/ProximaNova-Extrabld.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ProximaNova-Extrabld.woff') format('woff'),
    url('../fonts/ProximaNova-Extrabld.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Main */
html, body {
    position:relative;
    font-family: 'Proxima';
    color:#000;
    margin:0;
    padding:0;
    background-color: #f6f6f6;
}
a {
    color:#000;
    font-size:13px;
    text-decoration:none;
}
b, strong {
    font-weight: normal;
    font-family: 'Proxima-Bold';
}
.wrapper, .site.index header .wrapper {
    margin:0 auto;
    width: 1400px;
}
.wrapper.no-overflow {
    overflow:inherit;
}
.site.index main .wrapper {
    width: 1600px;
}
.site.index .s-text {
    margin-bottom: 0;
    padding: 0 24px;
}

.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12 {
    position:relative;
    padding:0;
    margin: 0;
    float: left;
}
.col-11 {
    width:91.66666667%;
}

.col-10 {
    width:83.33333333%;
}

.col-9 {
    width:75%;
}

.col-8 {
    width:66.66666667%;
}

.col-7 {
    width:58.33333333%;
}

.col-6 {
    width:50%;
}

.col-5 {
    width:41.66666667%;
}

.col-4 {
    width:33.33333333%;
}
.col-2 {
    width:16.66666667%;
}

.col-1 {
    width:8.33333333%;
}

.table {
    display:table;
}
.tr {
    display: table-row;
}
.td {
    display: table-cell;
    vertical-align: middle;
}

#content {
    min-height:600px;
}

.btn {
    border:none;
    font-size:12px;
    line-height:12px;
    outline:none;
    display:inline-block;
    cursor:pointer;
    text-align:center;
    border-radius:1px;
    -moz-border-radius:1px;
    -webkit-transition:all .3s ease-in;
    -moz-transition:all .3s ease-in;
    -o-transition:all .3s ease-in;
    -ms-transition:all .3s ease-in;
    transition:all .3s ease-in;
    padding:12px;
}

.btn.yellow {
    background-color: #fdc404;
    color: #fff;
}
.btn.yellow:hover {
    background-color: #f5bc00;
}

.btn.blue {
    background-color: #375673;
    color: #fff;
}
.btn.blue:hover {
    background-color: #33485d;
}

.btn.brown {
    background: #444;
    background: -moz-linear-gradient(top,#444 0,#444 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0,#444),color-stop(100%,#444));
    background: -webkit-linear-gradient(top,#444 0,#444 100%);
    background: -o-linear-gradient(top,#444 0,#444 100%);
    background: -ms-linear-gradient(top,#444 0,#444 100%);
    background: linear-gradient(to bottom,#444 0,#444 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#444444', GradientType=0);
    background-color: #444;
    color: #fff;
}

.btn.brown:hover {
    background-color: #7D7D7D;
}

.btn.green {
    background-color: #0E9B42;
    color: #fff;
}
.btn.green:hover {
    background-color: #129040;
}

.btn.deactive {
    background-color: #f5f5f5;
    border: 1px solid #eaeaea;
    color: #333;
}

.btn.btn-simple {
    background-color: transparent;
    color: #474747;
    font-size: 14px;
    line-height: 14px;
    padding: 17px 18px;
    font-family: 'Proxima-Semibold';
    border: 1px solid #474747;
    border-radius: 28px;
}
.btn.btn-simple:hover {
    background-color: #f5f5f5;
}

.btn:disabled {
    cursor:default;
}

.dn {
    display: none!important;
}

.modal {
    display:none;
    overflow:hidden;
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1050;
    -webkit-overflow-scrolling:touch;
    outline:0;
}

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

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

.modal-open .modal {
    overflow-x:hidden;
    overflow-y:auto;
}

.modal-dialog {
    position:relative;
    width:600px;
    margin:12% auto 0;
}

.modal-dialog.subscribe-modal {
    width:847px;
}

.modal-dialog.registration-modal {
    width:448px;
    margin-top:6%;
}

.modal-dialog.registration-modal .close {
    right:20px;
    top:20px;
}

.modal-content {
    position:relative;
    background-color:#fff;
    border-radius:6px;
    -webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);
    box-shadow:0 3px 9px rgba(0,0,0,0.5);
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    outline:0;
    min-height:40px;
    color: #000;
}

.modal-backdrop {
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1040;
    background-color:#000;
}

.modal-backdrop.fade {
    opacity:0;
    filter:alpha(opacity=0);
}

.modal-backdrop.in {
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50)!important;
    filter:alpha(opacity=50)!important;
    -moz-opacity:0.5!important;
    -khtml-opacity:0.5!important;
    opacity:0.5!important;
}

.modal-header {
    text-align:center;
    padding:34px 15px;
}

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

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

.modal-body {
    position:relative;
    padding:15px 35px 35px;
}

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

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

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

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

.modal-scrollbar-measure {
    position:absolute;
    top:-9999px;
    width:50px;
    height:50px;
    overflow:scroll;
}

.modal .close {
    position:absolute;
    right:15px;
    top:15px;
    z-index:1;
}

.modal .btn {
    font-size:14px;
    line-height:14px;
    color:#fff;
    min-width:168px;
    padding:6px 12px;
}

.modal .close .icon-close {
    display: block;
    border: none;
    background-color: transparent;
    cursor: pointer;
    background-image: url(/images/cancel.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.modal, .modal-dialog .icon-close-white {
    display: none;
}

.modal-title {
    font-size: 22px;
    line-height: 24px;
    color: #323232;
    font-family: 'Proxima-Bold';
}

.modal .fast-buy .info {
    font-size: 16px;
    line-height: 20px;
    color: #323232;
    margin: 12px 0 32px 0;
}
.modal .fast-buy .row {
    margin: 0 0 18px 0;
}
.modal .fast-buy .row label {
    display: block;
    font-size: 14px;
    color: #000;
    margin: 0 0 8px 0;
}
.modal .fast-buy .row .input {
    line-height: 24px;
    width: 100%;
    box-sizing: border-box;
}
.modal .fast-buy .modal-body {
    max-width: 470px;
    margin: 0 auto;
}
.modal .fast-buy .row.buttons {
    text-align: center;
}
.modal .fast-buy .modal-body .success {
    text-align: center;
    margin: -20px 0 0 0;
}
.modal .center {
    text-align: center;
}

.fast-buy .btn {
    padding: 15px 12px;
    font-size: 16px;
    margin: 12px 6px 0 6px;
    line-height: 24px;
    min-width: 180px;
}

label.error {
    text-align:left!important;
    color:red!important;
    font-size:11px!important;
    margin:0!important;
    padding:0!important;
}

.select {
    border:1px solid #cdcdcd;
    font-size:14px;
    line-height:14px;
    color:#1F1F1F;
    width:99.9%;
    background-color:#fff;
    padding:10px 2% 10px 4%;
}

.input {
    border:1px solid #d2d2d2;
    font-size:14px;
    line-height:14px;
    color:#1F1F1F;
    width:93.5%;
    padding:10px 2% 10px 4%;
}

.clearfix {
    position: relative;
}
.clearfix:after, .clearfix:before {
    content: " ";
    display: table;
    clear: both;
}

img.loading {
    display: none;
}

.pager {
    text-align:center;
    padding: 0;
    margin:34px 0 32px 0;
}

.pager span {
    display:inline-block;
    position:relative;
    background-color:transparent;
    border:1px solid #949494;
    width:30px;
    height:30px;
    padding:0;
    color: #949494;
    vertical-align: top;
    margin: 0 2px;
}

.pager span:hover {
    background-color:#333;
}
.pager span:hover a {
    color: #fff;
}
.pager a,.pager .a {
    font-size:18px;
    line-height:30px;
    color:#000;
    display:block;
    cursor: pointer;
    position: relative;
    z-index: 9;
}
.pager .hidden {
    display: none;
}
.pager .disabled {
    background-color:#eee;
}

.pager .selected.page-num {
    cursor:default;
    border: 2px solid #949494;
}

.pager .selected.page-num a {
    cursor:default;
    background-color:#868686;
    color:#fff;
}
.pager span[class~="pager.next"], .pager span[class~="pager.prev"] {
    position: relative;
    width: auto;
    border: none;
    background-color: #fff!important;
}
.pager span[class~="pager.next"] {
    margin: 0 0 0 78px;
    padding: 0 20px 0 0;
}
.pager span[class~="pager.prev"] {
    margin: 0 78px 0 0;
    padding: 0 0 0 20px;
    display: inline-block;
}
.pager span[class~="pager.prev"].hidden {
    opacity: 0;
}
.pager span[class~="pager.next"] a, .pager span[class~="pager.prev"] a {
    color: #000!important;
    font-size: 14px;
}
.pager span[class~="pager.next"]:before, .pager span[class~="pager.prev"]:before {
    content: '';
    position: absolute;
    margin: 0;
    top: 12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #333 transparent transparent;
}
.pager span[class~="pager.next"]:before {
    right: 0;
    border-width: 4px 0 4px 8px;
    border-color: transparent transparent transparent #333;
}
.pager span[class~="pager.prev"]:before {
    left: 0;
    border-width: 4px 8px 4px 0;
    border-color: transparent #333 transparent transparent;
}

.pager .first {
    display: none;
}

.table-cell {
    display:table-cell;
}

.admin-edit {
    position:absolute;
    right:10px;
    top:-4px;
}

.admin-edit img {
    width:28px;
    height:28px;
}

.text-center {
    text-align: center;
}

.s-text {
    margin-top:32px;
    margin-bottom:32px;
    font-size:14px;
    line-height:18px;
    color: #000;
}

.s-text .text {
    max-height:480px;
    overflow:hidden;
}

.s-text .text.active {
    max-height: 9999px;
    padding:0 0 12px;
}

.s-text p,.s-text span,.s-text li {
    font-size:14px;
    line-height:22px;
    color: #000;
}

.s-text h1,.s-text h2,.s-text h3,.s-text h4,.s-text h5,.s-text h6 {
    font-size:1.5em;
    text-align: left;
    margin: 20px 0 20px 0;
    font-weight: normal;
    font-family: 'Proxima-Semibold';
    color: #000;
}

.s-text h1,.s-text h2,.s-text h3 {
    margin: 24px 0;
    font-family: 'Proxima-Bold';
}

.s-text ul {
    list-style-type:disc;
    margin:18px 0 16px 28px;
    padding: 0;
}

.s-text ul li {
    margin:2px 0;
}

.s-text p {
    margin:18px 0;
}

.s-text a {
    font-size:14px;
    line-height:18px;
    color:#0090b9;
}

.read-more, .read-less {
    color:#000;
    font-size:16px;
    line-height: 16px;
    text-align: right;
    cursor:pointer;
    margin: 0 0 18px 0;
}

input.error,select.error,textarea.error {
    border:1px solid #FF4B4B!important;
}

.loading, .overlay {
    position: relative;
}
.loading:after, .overlay:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.2;
    z-index: 8;
}
.loading:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 30%;
    background-image: url(../images/bx_loader.gif);
    background-size: contain;
    width: 24px;
    height: 24px;
    z-index: 9;
}
.loading.simple:before {
    display: none;
}

.load-data {
    background-color:#fff;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity:0.5;
    opacity:0.5;
}

.checkbox {
    position:relative;
    display:block;
    margin-top:10px;
    margin-bottom:10px;
    padding: 0;
}

.checkbox input[type="checkbox"], .checkbox input[type="radio"] {
    opacity:0;
    z-index:1;
    position:absolute;
    line-height:normal;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    font-size:inherit;
    margin:4px 0 0;
    padding:0;
}

.checkbox label, .checkbox .label {
    display:inline-block;
    vertical-align:middle;
    position:relative;
    padding-left:30px;
    margin-bottom:6px;
    font-weight:400;
    cursor:pointer;
    font-size:14px;
    line-height:16px;
    color:#000;
    text-transform:uppercase;
}

.checkbox label:before, .checkbox .label:before {
    content:"";
    display:inline-block;
    position:absolute;
    width:14px;
    height:14px;
    left:0;
    border:1px solid #949494;
    border-radius:3px;
    background-color:#fff;
    -webkit-transition:border .15s ease-in-out,color .15s ease-in-out;
    -o-transition:border .15s ease-in-out,color .15s ease-in-out;
    transition:border .15s ease-in-out,color .15s ease-in-out;
}
.checkbox.radio-button label:before {
    border-radius: 50%;
    border-color: #e6e6e6;
}
.checkbox .label.active:after, .checkbox label.active:after {
    display: inline-block;
    position: absolute;
    width: 14px;
    height: 14px;
}
.checkbox .label.active:after, .checkbox input[type=checkbox]:checked+label:after, .checkbox label.active:after, .checkbox input[type="radio"]:checked+label:after {
    content: "";
    background-image: url(../images/check.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 3px;
    left: 3px;
}
.checkbox input[type="radio"]:checked+label:after {
    background-image: none;
    width: 8px;
    height: 8px;
    background-color: #ffc20e;
    margin: auto;
    border-radius: 50%;
    top: 4px;
    left: 4px;
}
.cart .checkbox {
    margin-left: 18px;
}
.labels {
    position:absolute;
    right:14px;
    top:14px;
}

.labels div {
    display:inline-block;
    font-size:13px;
    line-height:13px;
    text-align:center;
    border-radius:2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    width:75px;
    margin:0 6px 0 0;
    padding:6px 0;
    color: #fff;
}

.labels div.discount {
    background-color:#d24a43;
}

.labels div.new {
    background-color:#00ad9c;
}

.labels div.hit {
    background-color:#ed7e00;
}

.nav-tabs {
    margin: 46px 0 0 0;
    padding: 0;
}

.nav-tabs>li {
    position: relative;
    display: inline-block;
    border: none;
    text-align: center;
    margin: 0 32px 0 0;
}

.nav-tabs>li.active:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 3px;
    background-color: #000;
    bottom: -1px;
}

.nav-tabs>li>a, .nav-tabs>li>.a {
    display:block;
    font-size: 23px;
    line-height: 26px;
    color:#000;
    padding:11px 8px;
    font-family: 'Proxima-Bold';
}

.nav-tabs:after {
    content:'';
    display:table;
    clear:both;
}

.tab-content p.li {
    display: none;
}
.tab-content .tab-pane {
    display:none;
    border-top: 1px solid #e4e4e4;
    font-size:14px;
    line-height:22px;
    color:#000;
    text-align:left;
    padding: 20px 2px;
    background-color: #fff;
}

.tab-content .tab-pane p,.tab-content .tab-pane a,.tab-content .tab-pane span,.tab-content .tab-pane h1,.tab-content .tab-pane h2,.tab-content .tab-pane h3 {
    font-size:13px;
    line-height:22px;
    color:#000;
    text-align:left;
    margin: 24px 0;
}
.tab-content .tab-pane a {
    color: #006b8e;
    font-family: 'Proxima-Semibold';
}
.tab-content .tab-pane ul li {
    text-align: left;
}

.tab-content .tab-pane p {
    font-size: 14px;
}

.tab-content .tab-pane h1 {
    font-size:18px;
    line-height:24px;
    font-weight: normal;
    font-family: 'Proxima-Bold';
}

.tab-content .tab-pane h2 {
    font-size:16px;
    line-height:20px;
    font-weight: normal;
    font-family: 'Proxima-Bold';
}

.tab-content .tab-pane h3 {
    font-size:15px;
    line-height:18px;
    font-weight: normal;
    font-family: 'Proxima-Bold';
}

.tab-content .tab-pane.active {
    display: block;
}

.fade.in {
    opacity:1;
}

.fade {
    opacity:0;
    -webkit-transition:opacity .15s linear;
    -o-transition:opacity .15s linear;
    transition:opacity .15s linear;
}

.tab-content {
    font-size:16px;
    line-height:22px;
    color:#000;
}
.tab-content p {
    font-size:16px;
    line-height:26px;
    color:#000;
    margin:18px 0;
}
.cb {
    clear: both;
}
.left {
    float: left;
}
.right {
    float: right;
}
img {
    max-width: 100%;
}
main {
    overflow: hidden;
}
main > .content, main > #content {
    background-color: #fff;
    max-width: 1600px;
    margin: 0 auto;
}
.heading {
    font-size: 35px;
    line-height: 40px;
    color: #474747;
    font-family: 'Proxima-Extra-Bold';
    text-align: center;
    margin: 94px 0;
}
.h3 {
    margin: 0 0 18px 0;
    color: #000;
    font-size: 21px;
    line-height: 28px;
    font-family: 'Proxima-Extra-Bold';
    text-transform: uppercase;
}

/* Breadcrumbs */
.breadcrumbs p {
    padding: 25px 0 20px 0;
    margin: 0;
}
.breadcrumbs a, .breadcrumbs .a {
    font-size: 12px;
    line-height: 14px;
    color: #7d98ac;
}
.breadcrumbs .a {
    color: #000;
}
.breadcrumbs .delimiter {
    display: inline-block;
    margin: 0 4px;
    width: 18px;
    height: 1px;
    vertical-align: middle;
    background-color: #7d98ac;
}

/* Products */
.products .item {
    width: 33.3%;
    float: left;
}
.products .item .image {
    height: 356px;
    overflow: hidden;
    text-align: center;
}
.products .item .image img {
    max-height: 350px;
}
.products .item .name {
    font-size: 23px;
    line-height: 28px;
    color: #474747;
    font-family: 'Proxima-Bold';
    text-align: center;
    height: 50px;
    margin: 12px 0 0 0;
}
.products .item .price {
    font-size: 22px;
    line-height: 28px;
    color: #474747;
    font-family: 'Proxima-Bold';
    text-align: center;
    margin: 5px 0 55px 0;
}
.products .item .buy {
    text-align: center;
}
.products .item .buy .btn {
    min-width: 158px;
}

/* Header */
.icon-2 {
    background-image: url(../images/spritesheet-2.png);
    background-repeat: no-repeat;
    display: block;
}
.icon-2.icon-2-delivery {
    width: 42px;
    height: 20px;
    background-position: -1px -1px;
}
.icon-2.icon-2-exchange {
    width: 22px;
    height: 22px;
    background-position: -1px -23px;
}
.icon-2.icon-2-in-stock {
    width: 26px;
    height: 26px;
    background-position: -25px -23px;
}
.icon-2.icon-2-original {
    width: 22px;
    height: 24px;
    background-position: -53px -1px;
}
.advantages-2 {
    padding: 10px 0;
    background-color: #ffc116;
    text-align: center;
}
.advantages-2 .advantage {
    display: inline-block;
    margin: 0 36px;
    position: relative;
}
.advantages-2 .advantage .icon-2 {
    margin: 0 18px 0 0;
}
.advantages-2 .advantage > span {
    font-size: 14px;
    line-height: 18px;
    color: #000;
    display: inline-block;
    vertical-align: middle;
}

header {
    max-width: 1600px;
    margin: 0 auto;
    background-color: #fff;
}
header ul {
    margin: 0;
}
header .top .wrapper {
    border-bottom: 1px solid #5d829d;
    padding: 16px 0 13px 0;
}
header .top .wrapper .pages {
    padding: 0 110px 0 0;
}
header .top .wrapper .pages ul {
    padding: 0;
}
header .top .pages li {
    display: inline-block;
    margin: 0 25px 0 0;
}
header .top .a {
    font-family: 'Proxima-Bold';
    font-size: 12px;
    line-height: 12px;
    color: #5d829d;
    text-transform: uppercase;
}
header .contacts-info ul {
    padding: 0;
}
header .contacts-info li {
    display: inline-block;
    color: #141421;
    font-size: 12px;
    line-height: 16px;
    vertical-align: middle;
}
header .contacts-info .icon {
    margin: -4px 5px 0 0;
}
header .contacts-info .phone {
    font-family: 'Proxima-Bold';
    font-size: 16px;
}
header .schedule {
    margin: 0 0 0 16px;
}
header .log-in {
    margin: 4px 12px 0 0;
}

header .header {
    padding: 28px 0 38px 0;
}
header .logo {
    width: 17%;
    float: left;
}
header .logo p {
    margin: 6px 0 0 0;
    font-size: 12px;
    line-height: 12px;
    color: #141421;
}
header nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
header nav ul li {
    display: inline-block;
    font-size: 13px;
    line-height: 15px;
    color: #000;
    text-transform: uppercase;
    margin: 0 52px 0 0 ;
}
header nav ul li .main-category {
    cursor: pointer;
    position: relative;
    font-family: 'Proxima-Bold';
    font-size: 14px;
    color: #141421;
}
header nav ul li .discounts {
    color: #ed1a22;
}
header nav ul > li:hover .main-category:before {
    content: '';
    position: absolute;
    top: 49px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 16px 8px;
    border-color: transparent transparent #4a4a4a transparent;
    margin: 0 auto;
}
header nav ul > li:hover .main-category.no-dropdown:before {
    display: none;
}
header .search {
    padding: 0 0 0 27px;
}
header .search form {
    display: none;
}
header .search .active {
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 9;
    background-color: #fff;
    margin: 0;
    padding: 0;
    text-align: right;
}
header .search .input {
    border: 1px solid #5d829d;
    font-size: 13px;
    line-height: 15px;
    color: #333;
    padding: 10px 12px;
    outline: none;
    width: 100%;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
header .search .sprite {
    position: absolute;
    top: 14px;
    right: 4px;
    cursor: pointer;
}
header .languages {
    width: 90px;
    float: left;
    margin: 22px 0 0 20%;
}
header .languages ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
header .languages ul li {
    display: inline-block;
    margin: 0;
    border-left: 1px solid #9c9c9c;
    padding: 0 4px 0 6px;
}
header .languages ul li:first-child {
    border: none;
}
header .languages ul li .a {
    font-size: 14px;
}
header .languages ul li a {
    font-family: 'Proxima-Bold'
}
header .cart {
    width: 5%;
    float: right;
    margin: 20px 10px 0 0;
    text-align: right;
    position: relative;
}
header .cart .cart-count {
    color: #fff;
    text-align: center;
    padding: 4px;
    width: 12px;
    height: 12px;
    font-size: 13px;
    line-height: 12px;
    background-color: #5d829d;
    border-radius: 50%;
    display: inline-block;
    font-family: 'Proxima-Bold';
    position: absolute;
    top: -12px;
    right: -10px;
}
header .cart-url {
    display: block;
    position: relative;
    z-index: 999;
}
header .cart:hover .cart-dropdown {
    display: block;
    opacity: 1;
    z-index: 998;
}
header .cart .cart-border {
    border: 1px solid #dfdfdf;
    padding: 20px 12px 20px 12px;
    background-color: #fff;
}
header .cart .cart-dropdown {
    position: absolute;
    top: -8px;
    right: 0;
    z-index: 999;
    padding: 38px 0 0 0;
    display: none;
    opacity: 0;
    width: 365px;
    float: none;
    margin: 0;
}
header.fixed .cart .cart-dropdown {
    padding: 6px 0 0 0;
    top: -14px;
}
header .cart .cart-dropdown .position .left {
    width: 100px;
    margin: 0 10px 0 0;
}
header .cart .cart-dropdown .position .right {
    width: 228px;
    padding: 18px 0 0 0;
    margin: 0;
}
header .cart .cart-dropdown .info p {
    font-size: 13px;
    line-height: 15px;
    margin: 0 0 5px 0;
    text-align: left;
    color: #000;
}
header .cart .cart-dropdown .info .name {
    margin: 0 0 13px 0;
}
header .cart .cart-dropdown .info .name a {
    font-size: 14px;
    line-height: 14px;
    font-family: 'Proxima-Bold';
    color: #000;
}
header .cart .cart-dropdown .position {
    padding: 0 0 5px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #dfdfdf;
}
header .cart .cart-dropdown .position form {
    text-align: left;
}
header .cart .cart-dropdown .position form span {
    font-size: 11px;
    line-height: 12px;
    color: #ff777b;
    margin: 18px 0 0 0;
    cursor: pointer;
    background-image: none;
}
header .cart .cart-dropdown .summary p {
    font-size: 16px;
    line-height: 16px;
    color: #ea0d13;
    font-family: 'Proxima-Bold';
    text-align: center;
    margin: 20px 0;
}
header .cart .cart-dropdown .summary .col-12 {
    float: none;
}
header .cart .cart-dropdown .btn.blue {
    width: 94%;
    padding: 15px 0;
    font-size: 14px;
}

header nav {
    float: left;
    width: 33%;
    margin: 22px 0 0 0;
}
header nav .dropdown {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;
    padding: 50px 0 0 0;
    display: none;
    opacity: 0;
}
header nav .dropdown.active {
    display: block;
    opacity: 1;
}
header nav .dropdown .body {
    background-color: #f7f7f7;
    height: 100%;
    padding-bottom: 32px;
}
header nav .dropdown .category-name {
    position: absolute;
    top: 224px;
    left: -173px;
    background-color: #474747;
    padding: 42px 0 42px 0;
    text-align: center;
    font-size: 32px;
    line-height: 36px;
    transform: rotate(270deg);
    margin: 0;
    width: 466px;
    color: #fff;
    font-family: 'Proxima-Bold';
}
header .wrapper {
    overflow: visible;
    position: relative;
}
header nav .dropdown .categories {
    margin: 0 50px 0 170px;
    overflow: auto;
}
header nav .dropdown .categories li {
    display: block;
    float: left;
    width: 23.3%;
    margin: 39px 0.8% 0 0.8%;
}
header nav .dropdown .categories li .image {
    height: 396px;
}
header nav .dropdown .categories li .image img {
    max-width: 100%;
    max-height: 396px;
}
header nav .dropdown .categories li a {
    display: block;
    position: relative;
}
header nav .dropdown .categories li .name {
    background-color: #e8e8e8;
    opacity: 0.9;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    padding: 18px 0 18px 0;
    font-family: 'Proxima-Bold';
    color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
}
header nav ul > li:hover .dropdown {
    display: block;
    opacity: 1;
}

header .border-bottom > div {
    height: 1px;
}
header .border-bottom .left-part, header .border-bottom .right-part {
    background-color: #e4e4e4;
}
.site.index header .border-bottom .right-part {
    background-color: #f58589;
}
header .mobile-nav {
    display: none;
}

/* Home */
.slider .slick-arrow {
    display: none!important;
}
.slider, .slider .slide {
    width: 1600px;
    margin: 0 auto;
    text-align: center;
}
.slider .slide {
    display: none;
}
.slider .slide:first-child {
    display: block;
}
.slider .slick-list {
    overflow: visible;
}
.slider .slide img {
    width: 98%;
    margin: 0 auto;
}
.slider.not-loaded .slide img {
    width: 100%;
}
.slider .slick-current img {
    width: 100%;
}
.slider .slick-slide {
    height: auto;
}

.slider-2 {
    max-width: 1600px;
    margin: 32px auto 0 auto;
}
.slider-2 video {
    width: 100%;
}

.slider-3 {
    margin: 87px 0 0 0;
}
.slider-3 .col-4 {
    text-align: right;
}
.slider-3 .col-4 a:first-child img {
    margin-bottom: 20px;
}

.advantages {
    text-align: center;
    padding: 72px 0 100px 0;
    margin: 58px 0 0 0;
    background-color: #daedff;
}
.advantages .row-1 {
    display: inline-block;
    width: 24%;
}
.advantages .icon-1 {
    display: inline-block;
    width: 154px;
    height: 154px;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
    position: relative;
}
.advantages .icon-1 .sprite {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.advantages p {
    font-size: 14px;
    line-height: 20px;
    color: #474747;
    text-align: center;
    margin: 0;
}
.advantages .p {
    margin: 24px 0 9px 0;
    font-family: 'Proxima-Bold';
    font-size: 22px;
}

/*Footer  */
footer .social p {
    font-family: 'Proxima-Bold';
    font-size: 20px;
    line-height: 24px;
    margin: 12px 0 4px 0;
}
footer .social ul {
    margin: 0;
}
footer .social li {
    display: inline-block;
    margin: 0 5px 0 0;
}
footer .row-1 {
    padding: 0 0 0 101px;
}
footer .wrapper {
    background-color: #5d829d;
    padding: 48px 0 32px 0;
    width: 1600px;
}
footer, footer p, footer p a {
    color: #fff;
    font-size: 12px;
    line-height: 15px;
    margin: 0;
}
footer .email {
    margin: 12px 0 0 0;
}
footer .logo {
    width: 25.6%;
}
footer .logo img {
    margin: 4px 0 8px 0;
}
footer .copyright {
    margin-top: 67px;
}
footer .title {
    font-family: 'Proxima-Bold';
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 42px 0;
}
footer ul {
    margin: 12px 0;
    padding: 0;
    list-style-type: none;
}
footer ul li {
    color: #fff;
}
footer li a {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}
footer .links a {
    font-size: 13px;
    line-height: 24px;
}
footer .contact-info {
    width: 26%;
}
footer .about-us {
    width: 25.5%;
}


/* Product */
.product .data {
    background-color: #fff;
    color: #000;
    margin-bottom: 40px;
    border-bottom: 1px solid #e4e4e4;
}
.product .data .row-name {
    display: none;
}
.product .details {
    float: right;
    width: 42%;
    margin: -32px 0 0 0;
}
.product .photo {
    float: left;
    width: 50%;
    position: relative;
}
.product .photo .main {
    float: right;
    width: 80%;
}
.product .photo .gallery {
    float: left;
    width: 20%;
    margin: 60px 0 0 0;
}
.product .gallery a {
    width: 80px;
    height: 80px;
    padding: 5px;
    border: 1px solid #f4f4f4;
    border-radius: 50%;
    margin: 0 0 18px 0;
    display: block;
    overflow: hidden;
    transition:all .3s ease-in;
}
.product .gallery a:hover {
    border-color: #a1a1a1;
}
.product .gallery img {
    max-width: 80px;
    max-height: 80px;
}
.product .data .name {
    font-size: 30px;
    line-height: 38px;
    margin: 0;
    font-family: 'Proxima-Bold';
}
.product .row-1 {
    position: relative;
    padding: 0 125px 0 0;
}
.product .row-1 .in-stock {
    display: inline-block;
    padding: 8px 18px;
    font-size: 12px;
    line-height: 14px;
    color: #359500;
    border: 1px solid #359500;
    position: absolute;
    top: 0;
    right: 0;
}
.product .data .part {
    font-size: 16px;
    line-height: 18px;
    margin: 0;
}
.product .data .prices p {
    margin: 0;
}
.product .data .prices .save {
    margin: -20px 0 0 0;
    font-size: 13px;
}
.product .data .prices .price {
    font-size: 70px;
    line-height: 70px;
    color: #ed1c24;
    font-family: 'Proxima-Extra-Bold';
}
.product .data .prices .price span {
    font-size: 30px;
}
.product .data .prices .old {
    font-size: 24px;
    text-decoration: line-through;
    margin-left: 16px;
    color: #231f20;
    font-family: 'Proxima-Bold';
}
.product .data .prices .old span {
    font-size: 20px;
}
.product .data .prices {
    margin: 12px 0 26px 0;
}
.product .data .size-list .title {
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 20px 0;
    font-family: 'Proxima-Bold';
}
.product .data .sizes > div {
    border: 1px solid #000;
    color: #8e8e8e;
    padding: 11px 0;
    width: 102px;
    margin: 0 17px 15px 0;
    float: left;
    cursor: pointer;
    font-size: 14px;
    line-height: 21px;
    border-radius: 4px;
    text-align: center;
    transition: all .1s ease-in;
}
.product .data .sizes > div .size-value {
    color: #000;
    font-family: 'Proxima-Bold';
}
.product .data .sizes > div:nth-child(5n+0) {
    margin-right: 0;
}
.product .data .sizes > div:hover, .product .data .sizes > div.active {
    background-color: #01ad9c;
    border: 1px solid #01ad9c;
    color: #fff!important;
}
.product .data .sizes > div:hover span, .product .data .sizes > div.active span {
    color: #fff;
    transition:all .1s ease-in;
}
.product .data .buttons {
    margin: 38px 0 0 0;
}
.product .data .buttons .btn {
    font-size: 16px;
    line-height: 20px;
    padding: 18px 0;
    width: 265px;
    border-radius: 28px;
}
.product .data .buttons .fast-buy {
    margin: 0 25px 0 0;
}
.product .data .buttons #add-to-cart-form {
    display: inline-block;
}
.product .relative .title {
    font-size: 19px;
    margin: 8px 0 28px 0;
}
.tabs-product-detail {
    margin-top: 88px;
}

.benefit {
    margin: 34px 0 40px 0;
    padding: 0 0 32px 0;
    border-bottom: 1px solid #e4e4e4;
}
.benefit li {
    display: inline-block;
    margin: 0 7px 0 0;
    background-color: #231f20;
    padding: 8px 12px;
    border-radius: 4px;
    width: 27%;
}
.benefit li span {
    text-decoration: underline;
    font-size: 11px;
    line-height: 14px;
    color: #fff;
}
.benefit li .icon {
    margin: 0 12px 0 0;
}
.benefit li:last-child {
    margin: 0;
}

.reviews {
    color: #000;
}
.reviews .no-reviews {
    margin: -55px 0 24px 0!important;
}
.reviews .table .td {
    vertical-align: top;
}
.reviews .table .td-rating {
    width: 20.4%;
}
#content .product .reviews .summary-value {
    margin: 0;
    font-size: 35px;
    line-height: 35px;
    font-family: 'Proxima-Bold';
}
#content .product .reviews .summary-value span {
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
#content .product .reviews .summary-value .span {
    font-family: 'Proxima-Bold';
    font-size: 20px;
    line-height: 35px;
    margin-top: 4px;
}
#content .product .reviews .summary-value .span-2 {
    font-size: 16px;
    color: #717277;
    font-family: 'Proxima-Bold';
}
#content .product .reviews .summary-value i {
    font-style: normal;
}
#content .product .reviews .summary-title {
    margin: -5px 0 12px 0;
    font-size: 13px;
    line-height: 15px;
    text-align: left;
    font-family: 'Proxima-Bold';
}
#content .product .reviews .td-rating ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#content .product .reviews .td-rating ul li {
    font-size: 13px;
    line-height: 15px;
    text-align: left;
    font-family: 'Proxima-Bold';
}
#content .product .reviews .td-rating ul li .span {
    display: inline-block;
    min-width: 80px;
    margin: 0;
}
.reviews .comment-form {
    background-color: #fff;
    padding: 0 0 38px 0;
}
.reviews .comment-form .title {
    padding: 0 0 35px 0;
}
.tab-content .tab-pane .reviews .title {
    font-family: 'Proxima-Extra-Bold';
    text-align: left;
    font-size: 28px;
    line-height: 28px;
    margin: 0;
    padding: 28px 0 60px 0;
}
.tab-content .tab-pane .reviews .comment-form .title {
    padding-bottom: 21px;
}
.tab-content .tab-pane .reviews .success-comment-send .title {
    padding: 0;
}
.tab-content .tab-pane .reviews .success-comment-send p {
    margin: 8px 0 0 0;
}

.reviews .table {
    width: 100%;
}
.reviews .comment-form .row-write-review .left {
    width: 20.4%;
}
.reviews .comment-form .row-write-review .right {
    width: 79.5%;
}
.reviews .comment-form form .input {
    border: 1px solid #e4e4e4;
    width: 100%;
    padding: 13px 20px;
    font-size: 13px;
    color: #9d9d9d;
}
.reviews .comment-form form .row {
    margin: 6px 0 28px 0;
}
.reviews .comment-form form .row .btn {
    margin: 0;
}
.reviews .comment-form form .row .col-4 {
    margin: 0 30px 0 0;
    width: 250px;
}
.reviews .comment-form form .row .col-4 .required {
    position: absolute;
    top: 6px;
    right: 10px;
    font-size: 20px;
    color: #ff0000;
    margin: 0;
}
.reviews .comment-form .rating-mark {
    margin: 0;
    display: inline-block;
}
.reviews .comment-form .sprite {
    margin: 0;
    cursor: pointer;
}
.reviews .review-list .one {
    margin: 0 0 31px 0;
    position: relative;
    padding: 0 0 18px 0;
    border-bottom: 1px dotted #e7e7e7;
}
.reviews .review-list .one:last-child {
    margin-bottom: 22px;
}
.reviews .review-list .one .left-part {
    float: left;
    border-right: 1px solid #DADADA;
    width: 26%;
    margin: 0 0 0 4%;
    position: relative;
}
.reviews .td-icon {
    padding-left: 26px;
}
.reviews .td-user {
    padding: 0 24px 0 24px;
    min-width: 115px;
}
.reviews .td-body {
    padding: 8px 0 0 0;
    vertical-align: text-bottom;
}
.reviews .td-body p {
    font-size: 14px;
    margin: 0;
    color: #505050;
}
.reviews .td-body .user-name {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 26px 0;
    font-family: 'Proxima-Bold';
    color: #000;
}
.reviews .review-list .answer {
    margin: 32px 0 0 62px;
    border: none;
}
.reviews .td-body .answer .user-name {
    margin: 0 0 4px 0;
}
.reviews .answer .td-icon {
    padding-left: 32px;
}
.reviews .answer .td-user {
    padding: 0 0 0 2px;
    min-width: 38px;
}

.carousel {
    max-height: 320px;
    overflow: hidden;
    position: relative;
}
.carousel.owl-carousel {
    max-height: 1000px;
}
.carousel .catalog-item {
    height: 320px;
    width: auto;
    margin: 0;
    padding: 0 18px;
}
.carousel .catalog-item .image {
    height: 238px;
    margin: 14px 0 11px 0;
    text-align: center;
}
.carousel .catalog-item .image img {
    max-height: 225px;
}
.carousel .catalog-item .name {
    font-size: 13px;
    line-height: 18px;
    font-family: 'Proxima';
    min-height: 38px;
}
.carousel .catalog-item .price {
    font-size: 24px;
    line-height: 26px;
}
main .owl-theme .owl-controls .owl-buttons div {
    margin: 0;
    padding: 0;
    opacity: 1;
    position: absolute;
    top: 32%;
    bottom: 0;
    width: 20px;
    height: 48px;
    background: none;
    background-image: url(../images/arrow.png);
    color:transparent;
    font-size: 0;
}
main .owl-theme .owl-controls .owl-buttons .owl-next {
    transform: rotate(180deg);
    right: 0;
}
main .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0;
}

/* Catalog item */
.catalog-item {
    width: 32%;
    margin: 0 2% 2% 0;
    height: 580px;
    position: relative;
}
.catalog-item:nth-child(3n+0) {
    margin-right: 0;
}
.catalog-item .image {
    height: 425px;
    margin: 14px 0 11px 0;
    text-align: center;
}
.catalog-item .image img {
    max-height: 420px;
    -webkit-transition:all .3s ease-in;
    -moz-transition:all .3s ease-in;
    -o-transition:all .3s ease-in;
    -ms-transition:all .3s ease-in;
    transition:all .3s ease-in;
}
.catalog-item .image.loader {
    position: relative;
}
.catalog-item .image.loader img {
    opacity: 0.8;
}
.catalog-item .name {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Proxima-Bold';
    text-align: center;
    margin: 16px 0 7px 0;
}
.catalog-item .price {
    font-size: 28px;
    line-height: 29px;
    margin: 0 0 19px 0;
    text-align: center;
    color: #ed1c24;
    font-family: 'Proxima-Bold';
}
.catalog-item .price .currency {
    font-size: 13px;
    font-family: 'Proxima';
}
.catalog-item .price .old {
    color: #c8c8c8;
    position: relative;
    margin-right: 20px;
}
.catalog-item .price .old:before {
    content: '';
    position: absolute;
    left: -10px;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #c8c8c8;
    transform: rotate(171deg);
    top: 17px;
}
.catalog-item .sizes p {
    font-size: 12px;
    line-height: 14px;
    margin: 0 0 25px 0;
    color: #767676;
    text-align: center;
}

/* Pages */
.page-list {
    float: left;
    width: 18%;
    margin: 58px 0 0 0;
}
.page-list .list {
    padding: 18px 24px 18px 40px;
    border: 1px solid #e8e8e8;
}
.page-list .page-item p {
    margin: 3px 0;
    font-size: 14px;
    line-height: 18px;
    color: #1f489b;
}
.page-list .page-item.active p {
    color: #ed1b23;
}
.page-content {
    float: right;
    width: 79%;
}
.page-content .static {
    padding: 52px;
    background-image: none;
}
.static .header {
    font-size: 17px;
    line-height: 23px;
    color: #000;
    margin: 0 0 16px 0;
    font-weight: normal;
    font-family: 'Proxima-Bold';
}
.static .s-text {
    margin-top: 16px;
}
.page-content .optom ul {
    list-style-type: none;
    margin: 26px 0;
    padding: 0;
}
.page-content .optom ul a {
    color: #000;
    font-family: 'Proxima-Bold';
}
.page-content .static p {
    color: #000;
}

/* Catalog */
.catalog {
    position: relative;
}
.catalog h1 {
    font-size: 21px;
    margin: -4px 0 0 0;
    font-family: 'Proxima-Extra-Bold';
}
.catalog .sort-list {
    margin: 19px 0 0 0;
    padding: 0;
    list-style-type: none;
}
.catalog .sort-list li {
    display: inline-block;
    font-size: 13px;
    line-height: 15px;
    margin: 0 23px 0 0;
}
.catalog .sort-list li:last-child {
    margin: 0;
}
.catalog .sort-list li .a {
    font-size: 12px;
    line-height: 15px;
    color: #848484;
}
.catalog .sort-list li .active {
    color: #ffc20e;
    text-decoration: underline;
}
.catalog .catalog-item {
    width: 33.3%;
    margin: 0 0 32px 0;
    padding: 0 0 32px 0;
    border-bottom: 1px dotted #e4e4e4;
    float: left;
}

/* Catalog filters */
.column-2 {
    position: absolute;
    right: 0;
    top: 40px;
}
.column-2 .title {
    font-family: 'Proxima-Bold';
    font-size: 16px;
    margin: 0;
    color: #5d829d;
    float: left;
}
.filter-form {
    float: left;
    margin: -6px 0 0 0;
}
.filter-form .filter {
    display: inline-block;
    margin: 0 0 0 24px;
    cursor: pointer;
    position: relative;
}
.filter-form .filter .clear-filter {
    position: absolute;
    top: 14px;
    right: 7px;
    z-index: 9;
}
.filter-form .filter ul {
    display: none;
}
.filter-form .filter .title {
    color: #000;
    margin: 0;
    position: relative;
    padding: 9px 28px 9px 15px;
}
.filter-form .filter.active .title, .filter-form .filter .checked .title {
    background-color: #ffc20e;
    border-radius: 8px;
}
.filter-form .filter .checked .title:before {
    display: none;
}
/*.filter-form .filter .checked .title {
    background-image: url(/images/cancel.png);
    background-repeat: no-repeat;
    background-position: 90% 50%;
}*/
.filter-form .filter .title:before {
    content: '+';
    position: absolute;
    top: 9px;
    right: 10px;
    font-family: 'Proxima-Extra-Bold';
    font-size: 16px;
    color: #000;
}
.filter-form .active ul {
    position: absolute;
    background: #fff;
    display: block;
    top: 45px;
    margin: 0;
    padding: 21px 18px;
    overflow: visible;
    z-index: 99;
    list-style-type: none;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.25);
    border: 1px solid #f3f3f3;
    border-radius: 5px;
    min-width: 58px;
    right: 0;
}
.filter-form .active .title:before {
    content: '-';
    top: 7px;
}

/* Cart */
.cart .fields {
    float: left;
    background-color: #fff;
    margin-top: 24px;
    color: #000;
    padding: 0 0 18px 0;
    width: 34%;
}
.cart .edit {
    float: right;
    background-color: #fff;
    margin-top: 50px;
    color: #000;
    width: 55%;
    padding: 0 0 12px 0;
}
.cart .edit .info {
    padding: 15px 0 0 0;
    margin: -105px 0 0 0;
    width: 381px;
    float: right;
}
.cart .h1 {
    font-family: 'Proxima-Bold';
    font-size: 26px;
    line-height: 32px;
    margin: 0 0 38px 0;
}
.cart .step-title {
    font-size: 16px;
    line-height: 32px;
    color: #9b9b9b;
    display: inline-block;
    margin: 0 0 0 60px;
    font-family: 'Proxima';
}
.cart .input, .cart .select {
    padding: 12px 12px 12px 58px;
    width: 100%;
}
.cart .step-2 .input, .cart .step-2 .select {
    padding: 15px 12px;
}
.cart .submit-order-btn {
    text-align: center;
}
.cart .btn.blue, .cart .btn.green {
    font-size: 15px;
    line-height: 32px;
    border-radius: 28px;
    min-width: 262px;
    margin: 8px 0 0 0;
}
.cart .row {
    margin: 0 0 20px 0;
}
.cart form .row p {
    margin: 0 0 4px 0;
    font-size: 16px;
}
.cart .fields .col-4, .cart .fields .col-8 {
    float: none;
    width: 100%;
}
.cart .fields .col-8 .checkbox-item:first-child {
    margin-top: 24px;
}
.cart .f .col-8:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 47px;
    width: 1px;
    height: 30px;
    background-color: #dddddd;
}
.cart .cart-sprite {
    position: absolute;
    top: 12px;
    bottom: 0;
    left: 12px;
}
.cart .cart-sprite.cart-sprite-country, .cart .cart-sprite.cart-sprite-mail {
    top: 14px;
}
.cart .edit .cost .title {
    margin: 0 0 8px 0;
    font-size: 16px;
}
.cart .edit .summary-title .title {
    margin: 0 0 25px 0;
    font-family: 'Proxima-Bold';
    font-size: 20px;
}
.cart .edit .order-sum .title {
    font-family: 'Proxima-Bold';
    font-size: 20px;
    color: #ed1a22;
    margin: 16px 0 0 0;
}
.cart .edit .name {
    font-size: 18px;
    margin: 0 0 12px 0;
    font-family: 'Proxima-Bold';
    display: block;
}
.cart .edit .info .col-4 {
    text-align: right;
}
.cart .edit .size.label {
    margin: 0;
    font-size: 16px;
}
.cart .edit .label {
    font-size: 13px;
}
.cart .edit .prices {
    text-align: center;
    border-top: 1px solid #e4e4e4;
    margin: 12px 0 0 0;
}
.cart .edit .prices .price {
    font-size: 24px;
    text-align: left;
    margin: 34px 0 0 0;
    font-family: 'Proxima-Bold';
}
.cart .edit .title {
    font-size: 13px;
}
.cart .edit .count .cart-count {
    font-size: 15px;
    vertical-align: top;
    line-height: 22px;
    padding: 0 3px 0 3px;
}
.cart .edit .count .button {
    width: 18px;
    height: 18px;
    font-size: 19px;
    line-height: 20px;
}
.cart .edit .prices .old-price {
    font-size: 20px;
    line-height: 28px;
    text-decoration: line-through;
    color: #6d6d6d;
    font-family: 'Proxima-Semibold'
}
.cart .edit .col-5, .cart .edit .col-7 {
    float: left;
}
.cart .edit .col-7 {
    width: 50%;
}
.cart .edit .col-7 img {
    max-width: 92%;
}
.cart .edit .col-5 {
    width: 50%;
    margin: 42px 0 0 0;
}
.cart .edit .col-5 .image {
    display: none;
}
.cart .select, .cart .input {
    border: 1px solid #dddddd;
}

.cart .step-2 {
    display: none;
}
.cart .step-2.current {
    display: block;
}
.cart .good-position {
    position: relative;
}
.cart .operation {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.cart .operation .remove-product {
    cursor: pointer;
}
.cart .delivery-row .col-6 {
    float:left;
    width: 50%;
}
.cart .delivery-row .col-3 {
    float:left;
    width: 23%;
    margin: 0 0 0 2%;
}
.cart .delivery-row .title {
    color: #9d9d9d;
}

.thanks {
    border: 1px solid #fdc404;
    margin: 0 auto;
    margin-top: 82px;
    margin-bottom: 82px;
    width: 60%;
    padding: 52px 38px 52px 38px;
    background-color: #fff;
    border-radius: 5px;
}
.thanks .header {
    font-size: 20px;
    line-height: 20px;
    margin: 0;
    color: #353535;
    text-align: center;
    font-family: 'Proxima-Bold';
}
.thanks .text {
    margin: 42px 0 0 0;
}
.thanks .text p {
    font-size: 18px;
    line-height: 24px;
    color: #323232;
    margin: 0 0 24px 0;
}
.thanks .text-center {
    text-align: center;
    margin: 48px 0 0 0;
}
.thanks .btn {
    min-width: 180px;
    text-transform: uppercase;
    line-height: 28px;
}
.thanks .payment-info {
    border-top: 1px solid #fdc403;
    padding: 32px 0 0 62px;
    margin: 32px 0 0 0;
    background-image: url(../images/privat.png);
    background-position: 0 40px;
    background-repeat: no-repeat;
}
.thanks .payment-info p {
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 2px 0;
}

/* Fast View */
.fast-view-modal .modal-dialog {
    width: 1000px;
}
.product.simple-product .photo, .product.simple-product .details, .product.simple-product .photo .gallery {
    float: none;
    width: 100%;
    margin: 0;
}
.product.simple-product .photo {
    padding: 28px 0 12px 0;
    width: 98%;
    margin: 0 auto;
}
.product.simple-product .gallery a {
    border: none;
    width: auto;
    height: auto;

    border-radius: 0;
}
.product.simple-product .gallery img {
    max-width: 100%;
    max-height: 280px;
}
.product.simple-product .details {
    width: 95%;
    margin: 0 auto;
}
.product.simple-product .details .description-row {
    width: 42%;
    float: left;
}
.product.simple-product .details .order-row {
    width: 55%;
    float: right;
}
.product.simple-product .data .name {
    font-size: 24px;
    line-height: 32px;
}
.product.simple-product .data .factures {
    padding-left: 20px;
}
.product.simple-product .data .sizes > div {
    padding: 9px 0;
    width: 97px;
    margin: 0 5px 7px 0;
}
.product.simple-product .data .prices .price {
    font-size: 52px;
    line-height: 58px;
}
.product.simple-product .data .prices .price.old {
    font-size: 28px;
}
.product.simple-product .data .prices .save {
    margin-bottom: 18px;
}
.product.simple-product .data .prices {
    margin: 8px 0 0 0;
}
.product.simple-product .data .buttons {
    margin: 5px 0 0 0;
}
.product.simple-product .data .buttons .fast-buy {
    margin: 0 12px 0 0;
}
.product.simple-product .data .buttons .btn {
    width: 200px;
}
.simple-product .owl-theme .owl-controls .owl-buttons div {
    background: none;
    opacity: 1;
    font-size: 0;
    width: 20px;
    height: 48px;
    background-image: url(../images/arrow.png);
    position: absolute;
    top: 40%;
    padding: 0;
}
.simple-product .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 24px;
}
.simple-product .owl-theme .owl-controls .owl-buttons .owl-next {
    right: 24px;
    transform: rotate(180deg);
}
.simple-product .mobile-name-row {
    display: none;
}
header .header .search {
    display: none;
}
/* Mobile Menu */
.search-overlay {
    background-color: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
}
.search-overlay.active {
    display: block;
}
.mobile-menu {
    opacity: 0;
    max-width: 480px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999;
    overflow-x: hidden;
    overflow-y: auto;
}
.mobile-menu.active {
    display: block;
}
.mobile-menu ul {
    margin: 0;
    padding: 0;
}
.mobile-menu .close {
    padding: 38px 33px 29px 0;
    text-align: right;
}
.mobile-menu .close span {
    display: inline-block;
    vertical-align: top;
    color: #000;
    font-size: 14px;
    line-height: 14px;
    text-align: left;
}
.mobile-menu .close .icon {
    margin: 0 12px 0 0;
}
.mobile-menu-show {
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    padding: 0;
}
.mobile-menu .contacts-info {
    background-color: #EEB700;
    text-align: center;
    padding: 24px 0 14px 0;
}
.mobile-menu .contacts-info p {
    font-size: 16px;
    line-height: 20px;
    margin: 38px 0 12px 0;
}
.mobile-menu .contacts-info .ul {
    width: 145px;
    margin: 0 auto;
    list-style-type: none;
}
.mobile-menu .contacts-info ul li {
    text-align: left;
    margin: 0 0 5px 0;
    font-size: 13px;
}
.mobile-menu .contacts-info .phone li {
    text-align: center;
}
.mobile-menu .contacts-info ul li.phone {
    text-align: center;
    margin: 0 0 10px 0;
}
.mobile-menu .contacts-info ul li .sprite {
    vertical-align: middle;
    margin: 0 12px 0 0;
}
.mobile-menu .contacts-info .social ul {
    text-align: center;
}
.mobile-menu .contacts-info .social ul li {
    display: inline-block;
    margin: 0 -2px;
}
.mobile-menu nav ul {
    padding: 0;
    margin: 0;
}
.mobile-menu nav > ul > li {
    text-align: center;
    display: block;
    margin-bottom: 22px;
}
.mobile-menu nav > ul > li > span {
    display: block;
    background-color: #474747;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 0 18px 0;
    margin: 0 0 25px 0;
    font-family: 'Proxima-Semibold';
}
.mobile-menu nav > ul > li ul li a {
    display: block;
    text-align: center;
    color: #474747;
    font-size: 20px;
    line-height: 20px;
    padding: 11px 0 11px 0;
    text-transform: uppercase;
    font-family: 'Proxima-Semibold';
}
.mobile-menu .pages {
    width: 220px;
    margin: 0 auto 32px auto;
}
.mobile-menu .pages li {
    display: inline-block;
    width: 48%;
}
.mobile-menu .lang-list {
    text-align: center;
    margin: 0 0 32px 0;
}
.mobile-menu .lang-list li {
    display: inline-block;
    width: 62px;
    border: 2px solid #fff;
    border-radius: 2px;
    margin: 0 4px 0 4px;
}
.mobile-menu .lang-list li .a {
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    text-align: center;
    padding: 8px 0 8px 0;
    display: block;
}
.mobile-menu .lang-list li span.a {
    background-color: #fff;
    color: #103742;
}
.mobile-filter {
    display: none;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    border: 1px solid #949494;
    padding: 16px;
    cursor: pointer;
    color: #000;
    margin: 0 0 20px 0;
}
.mobile-filter-hide {
    display: none;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    border: 1px solid #FEC404;
    background-color: #FEC404;
    padding: 16px;
    cursor: pointer;
    color: #fff;
    margin: 0 0 20px 0;
    z-index: 9;
    position: relative;
}

/* Mobile filters */
.column-2.active {
    display: block;
    position: absolute;
    z-index: 9;
    background-color: #fff;
    left: 0;
    right: 0;
    top: 148px;
    padding: 32px 18px 0 18px;
}

@media (max-width: 1680px) {
    /* Home */
    footer .wrapper {
        width: 100%;
    }
    .site.index main .wrapper, .slider, .slider .slide {
        width: 1400px;
    }
    .slider-2 {
        max-width: 1400px;
        margin: 0 auto;
    }

    .slider-3 .col-8 img {
        width: 99.6%;
    }
    .slider-3 .col-8 {
        width: 66.9%;
    }
    .slider-3 .col-4 {
        width: 33.1%;
    }
    .slider-3 .col-4 a:first-child img {
        margin-bottom: 3px;
    }
}
@media(max-width: 1480px) {
    /* Home */
    .slider .slick-arrow {
        display: inline-block!important;
        position: absolute;
        top: 45%;
        border: none;
        font-size: 0;
        color: transparent;
        background-color: transparent;
        width: 20px;
        height: 48px;
        overflow: hidden;
        background-image: url(../images/arrow.png);
        z-index: 9;
        outline: none;
    }
    .slider .slick-prev {
        left: 15px;
    }
    .slider .slick-next {
        right: 15px;
        transform: rotate(180deg);
    }
    .site.index main .wrapper, .slider, .slider .slide {
        width: 1200px;
    }
    .wrapper, .site.index header .wrapper, .slider-2 {
        max-width: 1200px;
    }
    .slider .slide img {
        width: 100%;
    }

    /* Catalog */
    .catalog-item .image {
        height: 380px;
    }
    .catalog-item .image img {
        max-height: 380px;
    }
    .catalog-item {
        height: 530px;
    }
    .catalog .catalog-item {
        margin: 0 0 18px 0;
        padding: 0 0 18px 0;
    }
    .pager span[class~="pager.next"] {
        margin: 0 0 0 30px;
    }
    .pager span[class~="pager.prev"] {
        margin: 0 30px 0 0;
    }

    /* Product */
    .product .details {
        width: 44%;
    }
    .product .data .name {
        font-size: 27px;
        line-height: 35px;
    }
    .benefit {
        margin: 28px 0 32px 0;
        padding: 0 0 32px 0;
    }
    .benefit li {
        margin: 0 2px 0 0;
        padding: 8px 0 8px 12px;
        width: 30%;
    }
    .product .data .part {
        font-size: 14px;
    }
    .product .row-1 .in-stock {
        padding: 5px 15px;
        top: 5px;
    }
    .product .data .prices .price {
        font-size: 60px;
        line-height: 60px;
    }
    .product .data .size-list .title {
        font-size: 18px;
        margin: 0 0 12px 0;
    }
    .product .data .buttons .btn {
        width: 240px;
    }
    .product .data .buttons .fast-buy {
        margin: 0 15px 0 0;
    }
    .product .data .buttons {
        margin: 35px 0 15px 0;
    }
    .product .gallery a {
        margin: 0 0 5px 0;
    }
    .nav-tabs>li>a, .nav-tabs>li>.a {
        font-size: 20px;
        line-height: 24px;
    }
    .tab-content .tab-pane .reviews .title {
        font-size: 20px;
        line-height: 24px;
        padding: 12px 0 60px 0;
    }
    .product .data .sizes > div:nth-child(5n+0) {
        margin: 0 17px 15px 0;
    }

    /* Cart */
    .cart .edit {
        width: 60%;
    }
    .cart .edit .info {
        width: 338px;
    }
    .cart .edit .info .col-8 {
        float: none;
        width: 100%;
    }
}
@media(max-width: 1280px) {
    header .languages {
        margin: 22px 0 0 10%;
    }
    .advantages-2 .advantage {
        margin: 0 24px;
    }
    .advantages-2 .advantage .icon-2 {
        margin: 0 10px 0 0;
    }

    /* Home */
    .wrapper, .site.index header .wrapper, .slider-2, .site.index main .wrapper, .slider, .slider .slide {
        max-width: 1080px;
    }
    header .contacts-info .phone {
        font-size: 15px;
    }
    header .logo {
        width: 250px;
    }
    header nav {
        width: 500px;
    }

    .heading {
        font-size: 30px;
    }
    .products .heading {
        margin: 55px 0 0 0;
    }
    .products .item .image img {
        max-height: 300px;
    }
    .products .item .image {
        height: 300px;
    }
    .products .item .name {
        font-size: 19px;
        line-height: 21px;
    }
    .products .item .price {
        margin: 0 0 28px 0;
    }

    footer .wrapper, .site.index main .wrapper-advantages {
        max-width: 100%!important;
        width: 100%!important;
    }

    /* Catalog */
    .catalog-item .image {
        height: 310px;
    }
    .catalog-item .image img {
        max-height: 310px;
    }
    .catalog-item {
        height: 440px;
    }
    .catalog-item .name {
        margin-top: 0;
    }
    .product .data .sizes > div {
        margin: 0 14px 14px 0!important;
    }
    .product .row-1 {
        padding: 0;
    }
    .product .row-1 .in-stock {
        padding: 2px 10px;
        top: -20px;
    }
    .benefit li {
        margin: 0 2px 5px 0;
        padding: 8px 0 8px 12px;
        width: 46%;
    }
    .benefit {
        padding: 0 0 20px 0;
    }
    .product .data .buttons .btn {
        width: 220px;
    }
    .product .photo .main {
        margin-top: 52px;
    }

    /* Cart */
    .cart .edit .col-7 {
        width: 40%;
    }
    .cart .edit .col-5 {
        width: 60%;
    }
    .cart .edit .info {
        width: 390px;
        margin: -40px 0 0 0;
    }

    /* Fast View */
    .fast-view-modal .modal-dialog {
        width: 720px;
    }
    .product.simple-product .photo, .product.simple-product .gallery a {
        height: 248px;
    }
    .product.simple-product .gallery a img {
        max-height: 248px;
    }
    .simple-product .mobile-name-row {
        display: block;
        padding: 28px 24px 0 24px;
    }
    .product.simple-product .details .name, .product.simple-product .details .part {
        display: none;
    }
    .simple-product .owl-theme .owl-controls .owl-buttons .owl-next {
        right: 12px;
    }
    .simple-product .owl-theme .owl-controls .owl-buttons .owl-prev {
        left: 12px;
    }
    .product.simple-product .data .factures li {
        font-size: 13px;
    }
    .product.simple-product .data .buttons .btn {
        width: 158px;
    }
}
@media(max-width: 1120px) {
    header .languages {
        margin: 22px 0 0 0;
    }
    /* Home */
    .wrapper, .site.index header .wrapper, .slider-2, .site.index main .wrapper, .slider, .slider .slide {
        max-width: 920px;
    }
    header .contacts-info li {
        display: none;
    }
    header .contacts-info .phone {
        display: inline-block;
    }
    .products .item .image {
        height: 280px;
    }
    .products .item .image img {
        max-height: 280px;
    }
    .products .item .name {
        font-size: 18px;
    }
    .products .item .price {
        margin: 0 0 15px 0;
    }
    .advantages .p {
        font-size: 18px;
    }
    .advantages p {
        font-size: 13px;
        line-height: 15px;
        margin: 0 12px;
    }
    .advantages {
        padding: 60px 0;
    }
    footer .row-1 {
        padding: 0 0 0 65px;
    }

    /* Catalog */
    .catalog-item .image {
        height: 250px;
    }
    .catalog-item .image img {
        max-height: 270px;
    }
    .catalog-item {
        height: 380px;
    }

    /* Item */
    .product .details {
        margin: 8px 0 0 0;
    }
    .product .data .name {
        font-size: 25px;
        line-height: 30px;
    }
    .product .row-1 .in-stock {
        top: -42px;
    }
    .product .photo {
        width: 52%;
    }
    .product .details {
        width: 42%;
    }
    .benefit li {
        width: 175px;
    }
    .product .data .prices .price {
        font-size: 54px;
    }
    .product .data .sizes > div {
        margin: 0 12px 12px 0!important;
        padding: 8px 0;
    }
    .product .data .buttons .btn {
        width: 180px;
    }
    .product .data .buttons .fast-buy {
        margin: 0 10px 0 0;
    }
    .product .photo .main {
        margin-top: 75px;
    }
    .reviews .comment-form .row-write-review .right {
        width: 72%;
    }

    /* Cart */
    .cart .edit .col-7 {
        display: none;
    }
    .cart .edit .col-5 {
        width: 100%;
        float: none;
        margin: 0;
    }
    .cart .fields {
        width: 40%;
    }
    .cart .edit {
        width: 50%;
    }
    .cart .edit .info {
        margin: 0;
        padding: 15px 0 0 0;
        width: 100%;
    }
    .cart .good-position {
        margin-top: 90px;
    }
    .cart .edit .col-5 .image {
        height: 150px;
        overflow: hidden;
        display: block;
    }
    .cart .edit .col-5 .image img {
        max-width: 200px;
        margin: -10px 0 0 0;
    }
    .cart .operation {
        top: -12px;
        left: inherit;
        right: 0;
    }
    .cart main {
        padding: 0 0 52px 0;
    }
}
@media(max-width: 960px) {
    /* Home */
    header .header {
        padding: 15px 0 18px 0;
    }
    .wrapper, .site.index header .wrapper, .slider-2, .site.index main .wrapper, .slider, .slider .slide {
        max-width: 720px;
    }
    header .top .wrapper .pages {
        padding: 0 52px 0 0;
    }
    header .contacts-info .icon {
        display: none;
    }
    header .logo {
        width: 190px;
    }
    header .logo img {
        max-width: 75%;
    }
    header nav ul li {
        margin: 0 45px 0 0;
    }
    header nav {
        width: 390px;
    }
    .products .item .image {
        height: 220px;
    }
    .products .item .image img {
        max-height: 220px;
    }
    .products .item .name {
        font-size: 15px;
        line-height: 16px;
        height: 42px;
        margin: 0;
    }
    .products .item .buy .btn {
        min-width: 132px;
        padding: 12px 15px;
    }
    .slider-3 .col-8 {
        width: 67%;
    }
    .slider-3 .col-4 {
        width: 33%;
    }
    .slider-3 .col-8 img {
        width: 99.5%;
    }
    footer .wrapper {
        padding: 45px 0 32px 0;
    }
    footer .row-1 {
        padding: 0 0 0 50px;
    }
    footer .logo {
        width: 25%;
    }
    footer .contact-info {
        width: 28%;
    }
    footer .schedule span {
        display: block;
    }
    footer .about-us {
        width: 24%;
    }
    .advantages .row-1 {
        width: 49%;
        margin: 50px 0;
    }
    .advantages {
        padding: 0 80px;
    }

    /* Catalog */
    .catalog-item .image {
        height: 250px;
    }
    .catalog-item .image img {
        max-height: 270px;
    }
    .catalog-item {
        height: 380px;
    }
    .filter-form .filter .title {
        padding: 0 12px 0 0;
    }
    .filter-form .filter {
        margin: 0 0 0 32px;
    }
    .catalog-item .image {
        height: 200px;
        margin-bottom: 0;
    }
    .catalog-item .image img {
        max-height: 210px;
    }
    .catalog-item {
        height: 310px;
    }
    .catalog-item .name {
        font-size: 15px;
        margin: 0 0 2px 0;
    }
    .catalog-item .price {
        font-size: 25px;
    }
    .pager span[class~="pager.next"], .pager span[class~="pager.prev"] {
        display: none;
    }

    /* Text */
    .s-text h1, .s-text h2, .s-text h3, .s-text h4, .s-text h5, .s-text h6 {
        font-size: 1.2em;
    }
    .s-text p, .s-text span, .s-text li {
        font-size: 12px;
        line-height: 14px;
    }
    .s-text p {
        margin: 10px 0;
    }
    .s-text ul {
        margin: 12px 0 12px 28px;
    }

    /* Product */
    .product .photo .gallery {
        float: none;
        width: 100%;
        margin: 0;
    }
    .product .gallery a {
        width: 100%;
        height: auto;
        text-align: center;
        margin: 0;
        border: none;
    }
    .product .gallery img {
        max-width: 100%;
        max-height: 100%;
    }
    .product .photo, .product .details {
        width: 100%;
        float: none;
    }
    .product .owl-theme .owl-controls {
        margin-top: -5px;
    }
    .product .details {
        margin: 35px 0 0 0;
    }
    .product .row-1 .in-stock {
        top: 0;
    }
    .product .data .name {
        font-size: 24px;
        line-height: 28px;
        padding-right: 95px;
    }
    .reviews .table .td-rating, .reviews .comment-form .row-write-review .left {
        width: 180px;
    }
    .reviews .comment-form form .row .col-4 {
        margin: 0;
        width: 48%;
    }
    .reviews .comment-form form .row .col-4:first-child {
        margin: 0 4% 0 0;
    }
    .reviews .comment-form form .row {
        margin: 6px 0 15px 0;
    }
    .reviews .comment-form .row-write-review .right {
        width: 66%;
    }
    .reviews .comment-form form .row .btn {
        font-size: 13px;
        line-height: 15px;
    }
    .reviews .td-body .user-name {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 10px 0;
    }
    .carousel .catalog-item .name {
        font-size: 13px;
        line-height: 15px;
    }
    .carousel .catalog-item .image {
        margin: 14px 0 2px 0;
    }
    .nav-tabs>li>a, .nav-tabs>li>.a {
        font-size: 18px;
        line-height: 20px;
    }
    .reviews .review-list .answer {
        margin: 28px 0 0 32px;
    }

    /* Cart */
    .cart .edit .name {
        font-size: 20px;
        margin: 0;
    }
    .cart .edit .size.label {
        font-size: 15px;
    }
    .thanks {
        width: auto;
    }

    .advantages-2 .advantage > span {
        font-size: 13px;
    }
    .advantages-2 .advantage .icon-2 {
        margin: 0 5px 0 0;
    }
    .advantages-2 .advantage {
        margin: 0 15px;
    }
}
@media(max-width: 760px) {
    header .languages {
        margin: 14px 0 0 22px;
    }
    header .header .search {
        display: block;
    }
    header .search .sprite {
        right: 42px;
    }
    header .search .active {
        right: 0;
        left: 0;
        top: 50px;
    }
    .advantages-2 {
        display: none;
    }
    /* Home */
    .advantages {
        padding: 0;
    }
    .wrapper, .site.index header .wrapper, .slider-2, .site.index main .wrapper, .slider, .slider .slide {
        max-width: 100%;
        width: 95%;
    }
    header .top, header nav {
        display: none;
    }
    header .mobile-nav {
        display: block;
        float: left;
        width: 40px;
        padding: 10px 0 0 0;
    }
    header .mobile-nav span {
        display: block;
        width: 38px;
        height: 4px;
        background-color: #000;
        margin: 0 0 6px;
    }
    header .cart {
        width: 40px;
        margin: 10px 5px 0 0;
        padding: 0;
    }
    header .logo {
        width: 185px;
        position: absolute;
        top: -8px;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }
    header .logo p {
        margin: 0;
    }
    header .header {
        padding: 15px 0 20px 0;
    }
    .products .heading {
        margin: 42px 0 0 0;
        font-size: 24px;
    }
    .products .item .image img {
        max-height: 190px;
    }
    .products .item .image {
        height: 180px;
        overflow: hidden;
    }
    .products .item .name {
        font-size: 14px;
        line-height: 15px;
        height: 40px;
    }
    .slider-3 .col-8 {
        width: 67.1%;
    }
    .slider-3 .col-4 {
        width: 32.9%;
    }
    .slider-3 .col-4 a:first-child img {
        margin-bottom: 2px;
    }

    /* Footer */
    footer .col-2 {
        display: none;
    }
    footer .contact-info, footer .logo {
        display: block;
        width: 40%;
        padding: 0 5%;
    }
    footer .contact-info {
        float: right;
    }

    /* Catalog */
    .catalog h1 {
        text-align: center;
    }
    .column-2 {
        display: none;
    }
    .mobile-filter {
        display: block;
    }

    /* Product */
    .product .gallery img {
        max-width: 95%;
    }
    .benefit li {
        width: 160px;
    }
    .nav-tabs>li {
        margin: 0 12px 0 0;
    }
    .nav-tabs>li>a, .nav-tabs>li>.a {
        font-size: 17px;
    }

    /* Fast View */
    .fast-view-modal .modal-dialog {
        width: 95%;
    }
    .product.simple-product .photo, .product.simple-product .gallery a {
        height: 210px;
    }
    .product.simple-product .gallery a img {
        max-height: 210px;
    }
    .product.simple-product .data .name {
        font-size: 21px;
        line-height: 24px;
        padding: 0;
    }
    .product.simple-product .data .part {
        font-size: 13px;
    }
    .product.simple-product .data .sizes > div {
        padding: 6px 0;
        width: 85px;
        margin: 0 7px 7px 0!important;
        font-size: 12px;
    }
    .product.simple-product .data .prices .price {
        font-size: 42px;
        line-height: 48px;
    }
    .product.simple-product .details .description-row, .product.simple-product .details .order-row {
        float: none;
        width: 100%;
    }
}
@media(max-width: 692px) {
    .breadcrumbs .delimiter {
        width: 14px;
        margin: 0;
    }
    .modal-dialog {
        width: 90%;
    }
    .fast-buy .btn {
        min-width: 142px;
    }

    /* Catalog */
    .catalog .catalog-item {
        width: 49.9%;
    }

    /* Cart */
    .cart .fields, .cart .edit {
        width: 100%;
        float: none;
    }
    .cart .h1 {
        text-align: center;
        font-size: 25px;
        line-height: 18px;
        margin: 32px 0 18px 0;
    }
    .cart .step-title {
        margin: 0;
        display: block;
    }
    .cart .btn.blue, .cart .btn.green {
        margin: 0;
    }
    .cart .submit-order-btn .col-4 {
        display: none;
    }
    .cart .good-position {
        margin-top: 50px;
    }
}
@media(max-width: 592px) {
    header .mobile-nav {
        padding: 0;
    }
    header .languages {
        margin: 0;
        float: none;
        width: 90px;
        position: absolute;
        left: -5px;
        top: 28px;
    }
    header .languages ul li {
        padding: 0 1px 0 4px;
    }
    /* Home */
    .products .item {
        width: 100%;
        float: none;
    }
    .products .item .name {
        height: auto;
        margin: 0 0 10px 0;
    }
    .advantages .p {
        font-size: 17px;
    }
    .advantages p {
        font-size: 12px;
        line-height: 13px;
    }
    .advantages .row-1 {
        margin: 24px 0;
    }
    .advantages .icon-1 {
        width: 120px;
        height: 120px;
    }

    /* Catalog */
    .catalog .sort-list li {
        margin: 0 14px 0 0;
    }
    .catalog-item .name, .catalog-item .sizes {
        padding-left: 14px;
        padding-right: 14px;
    }
    .catalog-item .sizes span {
        display: none;
    }
    .catalog-item {
        height: 320px;
    }

    /* Footer */
    footer .row-1 {
        padding: 0;
    }

    /* Product */
    .product .data .row-name {
        display: block;
    }
    .product .data .name {
        font-size: 21px;
    }
    .product .details .row-1 {
        display: none;
    }
    .product .details {
        margin: 35px 0 0 10px;
    }
    .carousel .catalog-item .image {
        height: 220px;
    }
    .carousel .catalog-item .name {
        min-height: 52px;
        padding: 0;
    }
    .tab-content .tab-pane .reviews .title {
        font-size: 16px;
        line-height: 20px;
        padding: 12px 0 60px 0;
        font-family: 'Proxima-Bold';
    }
    .tab-content .tab-pane .reviews .comment-form .title {
        text-align: center;
        font-size: 20px;
    }
    .reviews .comment-form .row-write-review .left, .reviews .comment-form .row-write-review .right {
        width: 100%;
        float: none;
    }
    .reviews .comment-form .row-write-review .right {
        margin-top: 28px;
    }

    /* Modal window */
    .modal-header {
        padding: 24px 8px;
    }
    .modal-title {
        font-size: 17px;
        line-height: 20px;
    }
    .modal-body {
        padding: 15px 10px;
        width: auto!important;
    }
    .fast-buy .btn {
        min-width: 142px;
        display: block;
        max-width: 192px;
        margin: 8px auto 0 auto;
    }
    .modal .fast-buy .info {
        font-size: 14px;
        line-height: 16px;
        margin: 0 0 32px 0;
    }
    .modal .fast-buy .modal-body {
        padding: 2px 20px;
    }
    .fast-buy .btn {
        padding: 10px;
    }
    .modal .fast-buy .row label {
        margin: 0 0 2px 0;
    }
}

@media(max-width: 492px) {
    .breadcrumbs .last-item {
        display: none;
    }
    /* Home */
    .advantages .p {
        font-size: 15px;
    }

    /* Catalog */
    .catalog-item .image img {
        max-height: 165px;
        margin: 20px 0 0 0;
    }
    .labels div {
        font-size: 12px;
        line-height: 12px;
        width: 60px;
        margin: 0;
    }
    .catalog-item .name {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 14px;
        line-height: 14px;
    }

    /* Product */
    .product .data .name {
        font-size: 20px;
        line-height: 20px;
    }
    .product .relative .title {
        font-size: 18px;
        margin: 8px 0 15px 0;
        text-align: center;
    }
    main .owl-theme .owl-controls .owl-buttons .owl-next {
        right: 10px;
    }
    main .owl-theme .owl-controls .owl-buttons .owl-prev {
        left: 10px;
    }

    /* Cart */
    .cart .edit .name {
        font-size: 18px;
    }

    /* Footer */
    footer .contact-info, footer .logo {
        float: none;
        width: 100%;
        padding: 0;
        text-align: center;
    }
    footer .copyright {
        display: none;
    }
    footer .wrapper {
        padding: 24px 0 4px 0;
    }
    footer .title {
        margin: 32px 0 4px 0;
    }
    footer .schedule {
        display: none;
    }

    .product.simple-product .data .name {
        font-size: 18px;
    }
    .product.simple-product .data .buttons {
        text-align: center;
    }
    .product.simple-product .data .buttons .btn {
        padding: 12px 0;
    }
    .product.simple-product .data .prices .save {
        margin: -15px 0 18px 0;
    }
}

@media(max-width: 392px) {
    .wrapper, .site.index header .wrapper, .slider-2, .site.index main .wrapper, .slider, .slider .slide {
        max-width: 100%;
        width: 92%;
    }
    .slider.not-loaded .slide {
        width: 100%;
    }
    header .logo img {
        max-width: 124px;
    }
    header .logo p {
        display: none;
    }
    header .header {
        padding: 10px 0;
    }
    header .logo {
        top: 0;
    }

    /* Home */
    .products .heading {
        margin: 25px 0 0 0;
        font-size: 20px;
    }
    .slider-3 {
        margin: 55px 0 20px 0;
    }
    .slider-3 .col-8, .slider-3 .col-4 {
        float: none;
        width: 100%;
    }
    .slider-3 .col-8 img {
        width: 100%;
        margin: 0;
    }
    .slider-3 .col-4 img {
        width: 49.5%;
        margin: 0.5% 0 0 0;
        float: left;
    }
    .slider-3 .col-4 a:first-child img {
        margin-right: 0.5%;
    }
    .advantages {
        margin: 50px 0 0 0;
    }
    .advantages .row-1 {
        float: none;
        width: 100%;
    }

    /* Catalog */
    .catalog .catalog-item {
        width: 100%;
        float: none;
        height: auto;
        margin: 0 0 10px 0;
        padding: 0 0 10px 0;
    }
    .catalog-item .sizes p {
        margin: 0 0 18px 0;
    }
    .catalog-item .price {
        margin: 0;
    }
    .labels div {
        margin: 0 0 0 4px;
        width: 60px;
        padding: 4px 0;
        font-size: 12px;
    }

    /* Product */
    .product .row-1 .in-stock {
        display: none;
    }
    .product .data .name {
        font-size: 18px;
        padding: 0;
    }
    .product .owl-theme .owl-controls .owl-buttons .owl-next {
        right: 0;
    }
    .product .owl-theme .owl-controls .owl-buttons .owl-prev {
        left: 0;
    }
    .product .gallery a {
        padding: 0;
    }
    .product .gallery img {
        max-width: 270px;
    }
    .product .details {
        margin: 35px 10px 0 10px;
        width: auto;
    }
    .benefit li {
        width: auto;
        display: block;
    }
    .benefit {
        margin: 28px 0 15px 0;
    }
    .product .data .prices .price {
        font-size: 45px;
    }
    .product .data .prices .price span {
        font-size: 25px;
    }
    .product .data .sizes {
        margin: 0 -4px;
    }
    .product .data .sizes > div {
        margin: 0 4px 8px 4px!important;
        padding: 6px 0;
        width: 87px;
    }
    .product .data .buttons .btn {
        width: 100%;
    }
    .product .data .buttons #add-to-cart-form {
        display: block;
        margin: 12px 0 0 0;
    }
    .product .data .buttons {
        margin: 15px 0;
    }
    .product .relative .title {
        font-size: 15px;
        margin: 8px 0 0 0;
    }

    /* Cart */
    .cart .h1 {
        font-size: 20px;
    }
    .cart .step-title {
        line-height: 20px;
        font-size: 14px;
    }
    .cart .edit .prices .price {
        font-size: 20px;
    }
    .cart .edit .prices .old-price {
        font-size: 16px;
    }
    .cart .edit .name {
        font-size: 17px;
    }

    .product.simple-product .data .buttons .btn {
        padding: 12px 0;
        min-width: 128px;
        width: 128px;
    }
    .product.simple-product .data .buttons #add-to-cart-form {
        margin: 0;
        display: inline-block;
    }
    .product.simple-product .data .buttons {
        padding: 0 0 18px 0;
    }
    .product.simple-product .data .buttons .fast-buy {
        margin: 0 7px 0 0;
    }
    .product.simple-product .data .sizes {
        margin: 0;
    }
}