a:focus {
  text-decoration: none; 
}

body {
 overflow-x: hidden; 
}

img {
  max-width: 100%; 
}

.share {
    margin-bottom: 30px;
    margin-top: 30px;
}

.bg-gray {
  background-color: #e9e9e9; 
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
textarea {
  border-radius: 0;
}

@media (min-width: 1200px) {
  .width-10 {
      width: 10%;
  }

  .width-20 {
      width: 20%;
  }

  .width-25 {
      width: 25%;
  }

  .width-30 {
      width: 30%;
  }

  .width-33 {
      width: 33.333333333%;
  }

  .width-40 {
      width: 40%;
  }

  .width-50 {
      width: 50%;
  }

  .width-60 {
      width: 60%;
  }

  .width-70 {
      width: 70%;
  }

  .width-80 {
      width: 80%;
  }

  .width-90 {
      width: 90%;
  }

  .width-100 {
      width: 100%;
  }
}

@media (max-width:470px) {
    .col-xxs-1,
    .col-xxs-2,
    .col-xxs-3,
    .col-xxs-4,
    .col-xxs-5,
    .col-xxs-6,
    .col-xxs-7,
    .col-xxs-8,
    .col-xxs-9,
    .col-xxs-10,
    .col-xxs-11,
    .col-xxs-12 {
        float: left
    }
    .col-xxs-12 {
        width: 100%
    }
    .col-xxs-11 {
        width: 91.66666666666666%
    }
    .col-xxs-10 {
        width: 83.33333333333334%
    }
    .col-xxs-9 {
        width: 75%
    }
    .col-xxs-8 {
        width: 66.66666666666666%
    }
    .col-xxs-7 {
        width: 58.333333333333336%
    }
    .col-xxs-6 {
        width: 50%
    }
    .col-xxs-5 {
        width: 41.66666666666667%
    }
    .col-xxs-4 {
        width: 33.33333333333333%
    }
    .col-xxs-3 {
        width: 25%
    }
    .col-xxs-2 {
        width: 16.666666666666664%
    }
    .col-xxs-1 {
        width: 8.333333333333332%
    }
    .col-xxs-pull-12 {
        right: 100%
    }
    .col-xxs-pull-11 {
        right: 91.66666666666666%
    }
    .col-xxs-pull-10 {
        right: 83.33333333333334%
    }
    .col-xxs-pull-9 {
        right: 75%
    }
    .col-xxs-pull-8 {
        right: 66.66666666666666%
    }
    .col-xxs-pull-7 {
        right: 58.333333333333336%
    }
    .col-xxs-pull-6 {
        right: 50%
    }
    .col-xxs-pull-5 {
        right: 41.66666666666667%
    }
    .col-xxs-pull-4 {
        right: 33.33333333333333%
    }
    .col-xxs-pull-3 {
        right: 25%
    }
    .col-xxs-pull-2 {
        right: 16.666666666666664%
    }
    .col-xxs-pull-1 {
        right: 8.333333333333332%
    }
    .col-xxs-pull-0 {
        right: auto
    }
    .col-xxs-push-12 {
        left: 100%
    }
    .col-xxs-push-11 {
        left: 91.66666666666666%
    }
    .col-xxs-push-10 {
        left: 83.33333333333334%
    }
    .col-xxs-push-9 {
        left: 75%
    }
    .col-xxs-push-8 {
        left: 66.66666666666666%
    }
    .col-xxs-push-7 {
        left: 58.333333333333336%
    }
    .col-xxs-push-6 {
        left: 50%
    }
    .col-xxs-push-5 {
        left: 41.66666666666667%
    }
    .col-xxs-push-4 {
        left: 33.33333333333333%
    }
    .col-xxs-push-3 {
        left: 25%
    }
    .col-xxs-push-2 {
        left: 16.666666666666664%
    }
    .col-xxs-push-1 {
        left: 8.333333333333332%
    }
    .col-xxs-push-0 {
        left: auto
    }
    .col-xxs-offset-12 {
        margin-left: 100%
    }
    .col-xxs-offset-11 {
        margin-left: 91.66666666666666%
    }
    .col-xxs-offset-10 {
        margin-left: 83.33333333333334%
    }
    .col-xxs-offset-9 {
        margin-left: 75%
    }
    .col-xxs-offset-8 {
        margin-left: 66.66666666666666%
    }
    .col-xxs-offset-7 {
        margin-left: 58.333333333333336%
    }
    .col-xxs-offset-6 {
        margin-left: 50%
    }
    .col-xxs-offset-5 {
        margin-left: 41.66666666666667%
    }
    .col-xxs-offset-4 {
        margin-left: 33.33333333333333%
    }
    .col-xxs-offset-3 {
        margin-left: 25%
    }
    .col-xxs-offset-2 {
        margin-left: 16.666666666666664%
    }
    .col-xxs-offset-1 {
        margin-left: 8.333333333333332%
    }
    .col-xxs-offset-0 {
        margin-left: 0
    }
}

#flash_messages .message,
#flash_messages .notice {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

#add_product_notification {
    background: #fff;
    border: 3px solid #3c68b1;
    padding: 15px;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.3);
}

#add_product_notification h2 {
    font-size: 1.2em;
    margin: 0 auto 15px;
    text-transform: uppercase;
}

#add_product_notification a {
    display: inline-block;
    background: #3c68b1;
    color: #fff;
    margin: 4px;
    padding: 6px 12px;
}

#own_preloader {
    z-index: 104001;
    text-align: center;
    vertical-align: middle;
    width: 300px;
}

#own_preloader img {
    background: #fff;
    border-radius: 50%;
    padding: 10px;
}

.fullwidth {
    width: 100% !important;
}

.page-header {
    margin-top: 0;
}

.page-header h1 {
    margin-top: 0;
}

.radio-square .radio-input:checked + .radio-label {
    background-color: #f3765b;
    border-color: #f3765b;
    color: #fff;
}

.radio-input + .radio-label {
    cursor: pointer;
}

.radio-square .radio-input {
    display: none;
}

.radio-square .radio-label {
    border: 1px solid #363636;
    color: #3c3c3c;
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
}

.radio-square.radio-sm .radio-label {
    height: 22px;
    padding: 3px 1px;
    text-align: center;
    width: 22px;
}

.radio-square.radio-md .radio-label {
    height: 36px;
    font-size: 18px;
    padding: 9px 2px;
    text-align: center;
    width: 36px;
}

.radio-square .text-label {
    padding-left: 7px !important;
    padding-right: 7px !important;
    width: auto !important;
}

.checkbox-square .checkbox-input:checked + .checkbox-label {
    color: #f3765b;
}

.checkbox-square .checkbox-input:checked + .checkbox-label:before {
    content: '\e928';
}

.checkbox-input + .checkbox-label {
    cursor: pointer;
}

.checkbox-square .checkbox-input {
    display: none;
}

.checkbox-square .checkbox-label {
    color: #3c3c3c;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    padding-left: 30px;
    position: relative;
}

.checkbox-square + .checkbox-square {
    margin-top: 15px;
}

.checkbox-square .checkbox-label:before {
    font-family: "hod";
    content: '\e923';
    display: block;
    font-size: 18px;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    left: 1px;
}

.checkbox-square.checkbox-sm .checkbox-label {
    height: 22px;
    padding: 3px 1px;
    text-align: center;
    width: 22px;
}

.checkbox-square.checkbox-md .checkbox-label {
    height: 36px;
    font-size: 18px;
    padding: 9px 2px;
    text-align: center;
    width: 36px;
}

.checkbox-square .text-label {
    padding-left: 7px !important;
    padding-right: 7px !important;
    width: auto !important;
}

.checkbox-square .block-label {
    display: block;
    width: auto !important;
}

.block-header {
    background: #d4d4d4;
    margin-bottom: 20px;
    margin-top: 50px;
    position: relative;
}

.block-header h1,
.block-header h2,
.block-header h3,
.block-header h4,
.block-header h5 {
    color: #5c5c5c;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    margin: 6px 15px;
    text-transform: uppercase;
}

.block-header.catalog-header {
    margin-top: 0;
}

.block-header .tabs-control {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.block-header .tabs-control > li {
    display: inline-block;
}

.block-header .tabs-control > li > a {
    border-top: 5px solid #fff;
    margin-top: -5px;
    color: #fff;
    display: inline-block;
    padding: 12px 12px;
}

.block-header .tabs-control > li > a .icon-shoes-woman {
    font-size: 2em;
    top: -39px;
}

.block-header .tabs-control > li.active > a,
.block-header .tabs-control > li > a:hover {
    border-top-color: #4f75b5;
    color: #587dbc;
    text-decoration: none;
}

.block-header .tabs-control > li.active > a .icon,
.block-header .tabs-control > li > a:hover .icon {
    opacity: 1;
}

@media (max-width: 479px) {
  .block-header h1,
  .block-header h2,
  .block-header h3,
  .block-header h4,
  .block-header h5 {
	font-size: 12px;
  }
  
  .block-header .tabs-control > li > a {
      border-top: 5px solid #fff;
      margin-top: -5px;
      color: #fff;
      display: inline-block;
      padding: 12px 5px;
  }
}

.tabs-control {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tabs-control > li {
    display: inline-block;
}

.tabs-control > li > a {
    position: relative;
}

.tabs-control > li > a .icon {
    color: #302c2d;
    height: 25px;
    font-size: 3em;
    margin-left: -20px;
    opacity: 1;
    position: absolute;
    text-align: center;
    left: 50%;
    top: -43px;
    width: 40px;
}

.tabs-control > li.active > a,
.tabs-control > li > a:hover {
    color: #4572b7;
}

.tabs-control > li.active > a .icon,
.tabs-control > li > a:hover .icon {
    color: #4572b7;
}

.tab-pane {
    position: relative;
}

.more-info {
    color: #3d3d3d;
    display: block;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: right;
}

.more-info:hover,
.more-info:focus {
    text-decoration: none;
}

.more-info:hover .icon {
    border-color: #3c68b1;
    background-color: #3c68b1;
    color: #fff;
}

.more-info span {
    line-height: 30px;
    vertical-align: middle;
}

.more-info .icon {
    border: 1px solid #252525;
    border-radius: 50%;
    display: inline-block;
    font-size: 1.5em;
    height: 30px;
    line-height: 27px;
    margin-left: 10px;
    padding-left: 1px;
    position: relative;
    top: -2px;
    text-align: center;
    vertical-align: middle;
    width: 30px;
}

.input-transparent,
.btn-transparent {
    background: none;
    border: 1px solid #fff;
    color: #fff;
    height: 36px;
}

.input-transparent {
    font-size: 11px;
    font-weight: 400;
    float: left;
    border: 1px solid #fff;
    padding: 10px 15px;
}

.input-transparent::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.input-transparent:-ms-input-placeholder {
    color: #fff;
}

.input-transparent::-webkit-input-placeholder {
    color: #fff;
}

.btn-transparent {
    color: #fff;
    padding-top: 3px;
    float: right;
}

.filter-toggle {
    display: inline-block;
    position: relative;
    padding-right: 30px;
}

.filter-toggle:hover,
.filter-toggle:focus {
    text-decoration: none;
}

.filter-toggle:hover:after,
.filter-toggle:focus:after {
    border-color: #3c68b1;
    background-color: #3c68b1;
    color: #fff;
    text-decoration: none;
}

.filter-toggle:after {
    border: 1px solid #636363;
    border-radius: 50%;
    display: inline-block;
    font-family: 'hod';
    height: 20px;
    font-size: 8px;
    line-height: 8px;
    margin-top: -10px;
    padding: 6px;
    position: absolute;
    text-align: center;
    top: 50%;
    right: 0;
    width: 20px;
    content: '\e904';
    transition-duration: .2s;
    transition-property: color, background-color, border-color;
    transition-timing-function: ease;
}

.filter-toggle.collapsed:after {
    border-color: #3c68b1;
    background-color: #3c68b1;
    color: #fff;
    content: '\e903';
}

.pagination {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pagination > li {
    display: inline-block;
    vertical-align: top;
}

.pagination > li + li {
    margin-left: 10px;
}

.pagination > li > a,
.pagination > li span {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    height: 20px;
    vertical-align: top;
    text-align: center;
    width: auto;
}

.pagination > li.active > span,
.pagination > li > a:hover {
    color: #3c68b1;
    font-weight: 700;
    text-decoration: none;
}

.pagination .next .icon,
.pagination .prev .icon {
    font-size: 1.2em;
    line-height: 20px;
}

@media (min-width: 1200px) {
  .viewed-products .catalog-products .product-item {
      float: left;
      width: 20%;
  }
}

.header-top {
    height: auto;
    overflow: hidden;
    padding-bottom: 5px;
    padding-top: 25px;
}

.header-top .logotype {
    padding: 0;
}

.header-info {
    margin-top: -7px;
    position: relative;
}

.header-info-block {
    color: #505050;
    display: block;
    float: left;
    height: 40px;
    margin-bottom: 15px;
    padding-left: 50px;
    position: relative;
    width: 40%;
}

.header-info-block:nth-child(even) {
    width: 60%;
}

.header-info-block:hover {
    color: #3c68b1;
    text-decoration: none;
}

.header-info-block:hover .icon {
    color: #3c68b1;
    border-color: #3c68b1;
}

.header-info-block .icon {
    background: #fff;
    border-radius: 50%;
    border: 1px solid #636363;
    color: #555656;
    display: block;
    font-size: 1.5em;
    height: 40px;
    padding-top: 8px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 40px;
}

.header-info-block .icon-percent {
    padding-left: 2px;
}

.header-info-block span {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    vertical-align: middle;
}

.header-info-block span br {
    height: 0;
    line-height: 0;
}

.header-info-block span b {
    font-style: italic;
    font-weight: 700;
    position: relative;
    top: -4px;
}

@media (max-width: 767px) {
  
  .header-top {
    padding-top: 10px; 
  }
  
  .header-top .logotype {
    padding: 0;
    margin-bottom: 10px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .header-contacts {
    text-align: right; 
  } 
}

@media (max-width: 1199px) {
  .header-info {display: none;} 
  .header-top {
    padding-bottom: 15px; 
  }
}

.top-navbar {
    height: 20px;
    margin-bottom: 10px;
  	margin-top: -15px;
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

.top-nav {
    list-style: none;
    height: 20px;
    padding: 0;
    margin: 0;
    text-align: justify;
    text-align-last: justify;
    font-size: 0;
}

.top-nav:after {
    content: '';
    display: inline-block;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    width: 100%;
}

.top-nav > li {
    display: inline-block;
    text-align: left;
}

.top-nav > li > a {
    color: #000;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
}

.top-nav > li.active > a,
.top-nav > li > a:hover {
    color: #3c68b1;
    text-decoration: none;
}

@media (max-width: 767px) {
  .top-navbar {
    height: auto;
    margin-bottom: 10px;
    margin-top: 0;
  }
  
  .top-nav {
    height: auto; 
  }
  
  .top-nav > li {
    margin-bottom: 5px;
    padding: 5px;
  }
}

.header-contacts {
    padding-left: 0;
}

.header-contacts .phone {
    color: #3c68b1;
    display: block;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
}

.header-contacts .working-hours {
    color: #3d3d3d;
    display: block;
    font-size: 11px;
    font-weight: 400;
}

.header-contacts .callback-link {
    border-bottom: 1px dashed #555;
    color: #3d3d3d;
    font-size: 11px;
    font-weight: 400;
}

.header-contacts .callback-link:focus {
    text-decoration: none;
}

.header-contacts .callback-link:hover {
    border: none;
    text-decoration: none;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header-contacts {
     margin-top: 20px;
  } 
}

.header-userbar {
    padding-right: 0;
}

.header-userbar .auth {
    float: left;
    padding-top: 25px;
    padding-left: 12px;
    width: 40%;
}

.header-userbar .auth .icon {
    color: #3969b2;
    display: block;
    height: 20px;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 30px;
    width: 18px;
}

.header-userbar .auth .icon:before {

}

.header-userbar .sign-in,
.header-userbar .sign-up {
    color: #020202;
    display: block;
    font-size: 11px;
    line-height: 14px;
}

.shopping-cart-mini {
    float: left;
    padding-top: 20px;
    text-align: right;
    width: 60%;
}

.shopping-cart-mini:hover {
    text-decoration: none;
}

.shopping-cart-mini .icon {
    border: 1px solid #464646;
    background: #fff;
    color: #3c68b1;
    display: inline-block;
    border-radius: 50%;
    height: 40px;
    font-size: 1.5em;
    margin-right: 5px;
    padding-top: 9px;
    padding-right: 4px;
    text-align: center;
    width: 40px;
    vertical-align: middle;
}

.shopping-cart-mini .total-summ {
    color: #0a0a0a;
    font-size: 14px;
    font-weight: 700;
    margin-right: 10px;
    vertical-align: middle;
}

.shopping-cart-mini .total-count {
    background-color: #3c68b1;
    border-radius: 50%;
    color: white;
    display: block;
    font-size: 12px;
    font-weight: 400;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 0;
    top: 15px;
    text-align: center;
    text-transform: uppercase;
    width: 20px;
}

/*
 * Main navbar
 */

.main-navbar {
    background-color: #3c68b1;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  	position: relative;
}

.main-nav {
    float: left;
    height: 45px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-nav > li {
  float: left;
  display: block;
}

.main-nav > li:hover .subnav-wrapper {
    display: block;
}

.main-nav > li > a {
    color: #fff;
    display: inline-block;
    height: 45px;
    padding: 12px 15px;
}

.main-nav > li.bg-orange > a {
    background: #f3765b;
}

.main-nav > li:last-child > a {
    background: #ff0000;
}

.main-nav > li:hover > a,
.main-nav > li.active > a,
.main-nav > li > a:hover {
    background-color: #dce4f1;
    color: #3c68b1;
    text-decoration: none;
}

.main-nav .dropdown-nav-wrapper {
    background: rgba(255, 255, 255, 0.98);
    display: none;
    height: auto;
    padding: 20px;
    position: absolute;
    top: 45px;
    z-index: 1010;
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .1);
}

.main-nav .dropdown-nav {
    display: block;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
  	width: 148px;
}

.main-nav li:nth-child(5) .dropdown-nav {
  	width: 118px;
}

/*
.main-nav .dropdown-nav + .dropdown-nav:after {
  border-left: 1px solid #898989;
  content: '';
  display: block;
  position: absolute;
  left: -20px;
  top: 0;
  bottom: 0;
}*/

.main-nav .dropdown-nav > li {
    display: block;
    margin: 0 10% 0.4em 0;
    width: 100%;
}

.main-nav .dropdown-nav > li > a {
    color: #6b6b6b;
}

.main-nav .dropdown-nav > li.active > a,
.main-nav .dropdown-nav > li > a:hover {
    color: #3c68b1;
    text-decoration: none;
}
@media (max-width: 1200px) {
  .main-navbar {
    padding-bottom: 10px;
  }
  
  .main-nav {
    display: table;
    width: 100%;
  }
  
  .main-nav > li {
    float: none;
    display: table-cell; 
  }
}
@media (min-width: 1200px) {
  .main-navbar {
    height: 45px; 
  }
}

@media (max-width: 1199px) {
  .main-nav {
    margin-bottom: 10px; 
  } 
}

@media (max-width: 991px) {
  .main-nav {
    display: none;
  }
  .search-form {
    float: right !important; 
    margin-right: 10px !important;
  }
}


/*
 * Search form
 */
.search-form {
    display: block;
    border: none;
    height: 36px;
    margin-right: 5px;
    padding-top: 4.5px;
  	width: 220px;
}

.search-form:before,
.search-form:after{
  content: ' ';
  display: table;
  clear: both;
  width: 100%;
}

.search-form .input-transparent {
    border-right: none;
  	border-radius: 0 !important;
    width: 190px;
}

.search-form .btn-transparent {
    border-left: none;
    width: 30px;
}
@media (min-width: 1200px) {
  .search-form {
    float: right;
  }
}
@media (max-width: 1200px) {
  .search-form {
    float: none;
    margin: 10px auto;
  }
}

/*
 * Promo block
 */

.promo-block {
    padding-right: 0;
    padding-left: 0;
}

.promo-block .row {
    margin-right: -2.5px;
    margin-left: -2.5px;
}

.promo-block .catalog-tiles,
.promo-block .main-slider,
.promo-block .catalog-category {
    padding-right: 2.5px;
    padding-left: 2.5px;
}

.catalog-tiles .catalog-category {
    margin-bottom: 5px;
}

.catalog-tiles .category-inner {
    color: #fff;
    display: block;
    overflow: hidden;
    position: relative;
}

.catalog-tiles .category-inner:hover .category-info {
    top: 0;
    bottom: 0;
}

.catalog-tiles .category-photo img {
    width: 100%;
}

.catalog-tiles .category-info {
    background-color: rgba(60, 104, 177, 0.7);
    padding: 15px 30px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    transition-property: top, bottom, height;
    transition-timing-function: ease;
    transition-duration: .10s;
    width: 100%;
    z-index: 1000;
}

.catalog-tiles .category-caption {
    display: block;
    font-style: italic;
    line-height: 22px;
    margin-bottom: 25px;
}

.catalog-tiles .category-name {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    margin: 0 auto 25px;
}

.catalog-tiles .icon {
    border: 1px solid #fff;
    border-radius: 50%;
    background: none;
    display: inline-block;
    height: 30px;
    padding: 5px 3px 5px 4px;
    text-align: center;
    width: 30px;
}

.catalog-tiles .category-info {
  top: 255px;
}

@media (max-width: 1199px) {
  .catalog-tiles .category-caption {
     display: none; 
  }
}


@media (min-width: 480px) {

  .catalog-tiles .category-info {
    top: 180px;
  }
}

@media (max-width: 480px) {

  .catalog-category .category-inner {
    height: 160px;
  }
  .catalog-tiles .category-info {
    top: 0;
  }
}

@media (min-width: 768px) {

  .catalog-tiles .category-info {
    top: 125px;
  }
}

@media (min-width: 992px) {

  .catalog-tiles .category-info {
    top: 140px;
  }
}

@media (min-width: 1200px) {
  .catalog-tiles {
    width: 486px;
  } 
  
  .catalog-tiles .category-info {
    top: 180px;
  }
}

/*
 * Main slider
 */

.main-slider {
  
}

.main-slider .slide-img img {
    width: 100%;
}

.main-slider .slide-info {
    color: #fff;
    font-size: 25px;
    line-height: 32px;
    position: absolute;
    left: 35px;
    bottom: 35px;
}

.ms-pagination {
    position: absolute;
    right: 25px;
    bottom: 25px;
    z-index: 1000;
}

.ms-pagination .swiper-pagination-bullet {
    background: none;
    border: 1px solid #fff;
    height: 17px;
    margin-left: 5px;
    opacity: 1;
    padding: 2px;
    width: 17px;
}

.ms-pagination .swiper-pagination-bullet-active:after {
    background: #fff;
    border-radius: 50%;
    content: '';
    display: block;
    height: 11px;
    width: 11px;
}

@media (min-width: 1200px) {
  .main-slider {
      width: 719px;
  }
}

@media (max-width: 1024px) {
  .main-slider {
    padding-right: 2.5px; 
  }
}

/*
 * Product item
 */
.product-item {
    float: left;
    margin-bottom: 30px;
    padding: 15px;
}

.product-item.col-xs-3 {
    width: 25%;
}

.product-item:hover {
    -webkit-box-shadow: 0.3px 2px 5px rgba(0, 0, 0, 0.23);
    box-shadow: 0.3px 2px 5px rgba(0, 0, 0, 0.23);
}

.product-item:hover .btn,
.product-item:hover .open-photo {
    opacity: 1;
}

.product-item .product-inner {
    position: relative;
}

.product-item .product-photo {
  text-align: center; 
}

.product-item .product-photo img {
    height: 210px;
    width: 210px;
}

.product-item .open-photo {
    background: url("zoom-icon.png");
    border: none;
    border-radius: 50%;
    color: #302c2d;
    display: inline-block;
    height: 40px;
    font-size: 1.2em;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
}

.product-item .open-photo img {
    width: 40px;
    height: 40px;
}

.product-item .open-photo:hover {
    background: url("zoom-icon-hover.png");
    text-decoration: none;
}

.product-item .open-photo:hover figure {
    background: none;
}

.product-item .product-name {
    height: 44px;
}

.product-item .product-name a {
    color: #363636;
}

.product-item .product-name h5 {
    font-size: 13px;
    line-height: 22px;
    margin: 0;
}

.product-item .price {
    color: #f3765b;
    font-size: 15px;
    font-weight: 700;
}

.product-item .old-price {
    color: #8f8f8f;
    font-size: 15px;
    text-decoration: line-through;
}

.product-item .old-price + .price {
    margin-left: 10px;
}

.product-item .btn {
    background-color: #3c68b1;
    border-radius: 50%;
    color: #fff;
    font-size: 1.4em;
    opacity: 0;
    height: 40px;
    padding: 6px 2px 6px 0;
    position: absolute;
    text-align: center;
    right: 0;
    bottom: 0;
    width: 40px;
}

.product-item .product-size {
    height: 84px;
}

@media (min-width: 1200px){
  .product-item.width-20 {
      width: 20%;
  }
}


.product-labels {
    position: absolute;
    top: 0;
    right: 0;
}

@media (max-width: 979px) {
  .product-labels {
    right: 10px; 
  }
}

.product-labels .label {
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    margin-left: 10px;
    text-align: center;
    padding: 8px 0;
    width: 40px;
}

.product-labels .label-new {
    background-color: #58ba58;
    color: white;
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
    text-transform: uppercase;
}

.product-labels .label-sale {
    background-color: #ff4e33;
    color: white;
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
    text-transform: uppercase;
}

.product-labels .label-discount {
    background-color: #f26c4f;
    color: white;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    text-transform: uppercase;
}

.content {
    margin-bottom: 30px;
  color:#4c4c4c;
}

.content p {
    color: #4c4c4c;
    margin-bottom: 30px;
  text-align: justify;
}

.content p + p {
    margin-top: -20px;
}

/*
 * Content title
 */

.content-title {
    margin-bottom: 50px;
}

.content-title .text {
  
}

.content-title .tabs-control .icon {
    font-size: 2.6em;
}

.content-title .tabs-control .icon-shoes-woman-2 {
    font-size: 1.9em;
}

.content-title .content-image img {
    width: 100%;
}

@media (max-width: 767px) {
  .content-title {
    
  }
}

.content-text h1 {
    color: #3c68b1;
    font-size: 20px;
    line-height: 24px;
    margin-top: 0px;
    margin-bottom: 30px;
}

.footer {
    background: url("footer-bg.png") no-repeat center top;
    border-top: 36px solid #dcdcdc;
  	background-size: auto 100%;
}

@media (min-width: 1200px) {
    .footer {
        background-size: cover;
    }
}

.footer .promo-code .input-transparent {
    color: #333 !important;
}

.footer .categories-header {
    margin-top: -38px;
    color: #3b3b3b;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.footer .categories-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer .categories-nav > li {
    display: inline-block;
    margin-bottom: 30px;
    vertical-align: top;
    width: 100%;
}

.footer .categories-nav > li > a {
    color: #3b3b3b;
    clear: both;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}

.footer .categories-nav > li:hover > a,
.footer .categories-nav > li > a:hover,
.footer .categories-nav > li.active > a {
    color: #3c68b1;
    text-decoration: none;
}

.footer .subcategories-nav {
    display: block;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.footer .subcategories-nav > li > a {
    color: #3b3b3b;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.footer .subcategories-nav > li:hover > a,
.footer .subcategories-nav > li > a:hover,
.footer .subcategories-nav > li.active > a {
    color: #3c68b1;
    text-decoration: none;
}

@media (max-width: 479px) {
  .footer .categories-nav {
    /*columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;*/
  }
  .footer .categories-nav > li {
  	width: 48%;
  }
}

.footer .partners {
    background: #fff;
    margin-top: -36px;
    -webkit-box-shadow: 0.7px 5px 5px rgba(0, 0, 0, 0.29);
    box-shadow: 0.7px 5px 5px rgba(0, 0, 0, 0.29);
}

.footer .partners img {
    margin: 10px;
}

.footer .partners-header {
    color: #3b3b3b;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    padding: 9px 0 9px 30px;
    text-transform: uppercase;
}

.footer .partners-header h4 {
    margin: 0;
}

@media (max-width: 767px) {
  .footer .categories {
    margin-bottom: 20px; 
  }
  
  .footer .partners {
    margin-top: 0; 
  }
}

@media (max-width: 479px) {
  .footer-logo,
  .newsletter,
  .social-groups {
    margin-bottom: 20px; 
  } 
}

@media (min-width: 480px) {
  .footer .categories-nav {
    /*columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;*/
  }
  .footer .categories-nav > li {
  	width: 24%;
  }
}

.partners-list {
    background: #fff;
    display: block;
    list-style: none;
    margin: 0;
    padding: 30px;
}

.partners-list > li {
    display: block;
    float: left;
    margin-bottom: 30px;
    text-align: center;
    width: 33.33333333%;
}

.partners-list > li > a {
    display: block;
}

.social-groups-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.social-groups-list > li {
    display: inline-block;
}

.social-groups-list > li > a {
    background: #fff;
    border-radius: 4px;
    color: #3c68b1;
    display: block;
    height: 32px;
    font-size: 1.2em;
    padding: 4px;
    text-align: center;
    width: 32px;
}

.social-groups-list > li > a:hover {
    background: #2c2c2c;
    text-decoration: none;
}

.footer-contacts {
    font-size: 15px;
    line-height: 24px;
}

.footer-contacts .phone {
    font-weight: 700;
}

.footer-contacts .address {
    font-size: 13px;
}

.footer-contacts .copyright {
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 20px;
}

.footer-contacts .author a {
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}

.footer-contacts .author a span {
    margin-right: 6px;
}

.footer-contacts .author a img {
    display: inline-block;
    margin-top: -6.5px;
}

.footer-contacts .author a:hover {
    text-decoration: none;
}

.newsletter .input-transparent {
  	float: left;
    border-right: none;
    width: 83%;
}

.newsletter .btn-transparent {
    float: left;
    border-left: none;
    width: 15%;
}

.footer-bottom {
    background-color: #3c68b1;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-bottom .social-groups span,
.footer-bottom .newsletter span {
    display: block;
    margin-bottom: 10px;
}

.bestsellers {
    margin-bottom: 0px;
}

.bestsellers .tab-pane {
    padding-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .bestsellers .product-item:nth-child(10) {display: none;}
}
.breadcrumb-wrapper {
    padding: 0;
    margin-bottom: 0;
}

.breadcrumb {
    background: none;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.breadcrumb > li > a{
    color: #a5a5a5;
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
    text-decoration: none;
    vertical-align: top;
}

.breadcrumb > li > a:hover{
    color: #3c68b1;
}

.breadcrumb > li span {
    color: #a5a5a5;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    text-decoration: none;
    vertical-align: top;
}

.breadcrumb > li > span {
    color: #3c68b1;
}

.breadcrumb > li + li:before {
    content: '\e905';
    font-family: 'hod';
    font-size: 1.2em;
    vertical-align: top;
    padding: 0 10px;
}

.select-styled {
    display: inline-block;
    border-bottom: 1px solid #b9b9b9;
    height: 18px;
    margin-top: -2px;
    overflow: hidden;
    vertical-align: middle;
}

.select-styled select {
    border: none;
    height: 18px;
    padding: 0;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}

.select-styled select:hover {
    cursor: pointer;
}

.catalog {
    margin-bottom: 50px;
}

@media (min-width: 1200px) {
  .catalog-control {
    margin-right: 40px;
    width: 220px;
  }
  
  .catalog {
    width: 940px; 
  }
}

@media (max-width: 979px) {
  .catalog {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.catalog-view {
    color: #5c5c5c;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    margin-bottom: 30px;
}

  .catalog-view .pagination {
    float: right;
    margin-top: 0;
  }

.catalog-view label {
    display: inline-block;
    height: 18px;
    line-height: 18px;
    font-weight: normal;
    margin-bottom: 0;
    margin-right: 3px;
}

.catalog-view .total-items {
    line-height: 18px;
    padding: 0;
}

.catalog-view .total-items,
.catalog-view .items-limit,
.catalog-view .items-sort {
    display: block;
    height: 18px;
  	margin-bottom: 10px;
    vertical-align: top;
}

.catalog-view .items-sort {
    border: none;
    margin: 0;
    padding: 0;
}

@media (min-width: 767px){
  .catalog-view .total-items,
  .catalog-view .items-limit,
  .catalog-view .items-sort {
      border-right: 1px solid #adadad;
      display: inline-block;
      height: 18px;
      margin-right: 20px;
      padding-right: 20px;
      vertical-align: top;
  }
} 

.catalog-control {
    margin-bottom: 30px;
}

.catalog-nav {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
}

.catalog-nav > li {
    margin-bottom: 15px;
    position: relative;
}

.catalog-nav > li > a {
    color: #5c5c5c;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
}

.catalog-nav > li > a:hover,
.catalog-nav > li:hover > a,
.catalog-nav > li.active > a {
    color: #3c68b1;
    text-decoration: none;
}

.catalog-nav .subcatalog-nav {
    list-style: none;
    margin: 10px 0 0;
    padding: 0 0 0 20px;
}

.catalog-nav .subcatalog-nav > li {
    position: relative;
}

.catalog-nav .subcatalog-nav > li > a {
    color: #6b6b6b;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.catalog-nav .subcatalog-nav > li.active > a,
.catalog-nav .subcatalog-nav > li > a:hover {
    color: #3c68b1;
    text-decoration: none;
}

.catalog-nav .subcatalog-nav-2 {
    list-style: none;
    margin: 10px 0;
    padding: 0 0 0 20px;
}

.catalog-nav .subcatalog-nav-2 > li {
    position: relative;
}

.catalog-nav .subcatalog-nav-2 > li > a {
    color: #6b6b6b;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.catalog-nav .subcatalog-nav-2 > li.active > a,
.catalog-nav .subcatalog-nav-2 > li > a:hover {
    color: #3c68b1;
    text-decoration: none;
}

.catalog-nav .collapse-toggle {
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}

.catalog-filters {
    background-color: #d5d5d5;
    margin-right: -10px;
    margin-left: -10px;
    padding: 10px 10px 1px;
}

.catalog-filters > .row {
  overflow: hidden; 
}

.filters-toggle {
  display: none; 
}

@media (max-width: 979px) {
  .filters-toggle {
    display: block;
    margin-bottom: 5px;
  }
  .catalog-filters .row.filters-collapse.collapse {
    height: 0; 
  }
  
  .catalog-filters .row.filters-collapse.collapse.in {
    height: auto; 
  }
}

@media (min-width: 992px) {
  .catalog-filters .row.filters-collapse.collapse {
    display: block;
    height: auto !important;
    max-height: 10000px !important;
  }
}

.catalog-filters .filter-toggle {
    color: #5c5c5c;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    width: 100%;
}

.catalog-filters .filter {
    margin-bottom: 10px;
}

.catalog-filters .filter-inner {
    position: relative;
    padding: 10px 15px 10px 0;
}

.filter-inner .checkbox-square {
  width: 180px;
}

.inner-scroll {
    max-height: 295px;
}

.catalog-filters .ps-scrollbar-y-rail {
    background: rgb(238, 238, 238) !important;
    opacity: .9 !important;
    right: 5.5px !important;
    transition: ease .25s background;
    transition: ease .25s opacity;
}

.catalog-filters .ps-scrollbar-y {
    opacity: 1 !important;
    transition: ease .25s background;
    transition: ease .25s opacity;
}

@media (max-width: 979px) {
  .catalog-filters .row {
    display: flex;
    flex-wrap: wrap;
  } 
  
  .catalog-filters .filter {
    float: none !important; 
  }
}

#priceSlider {
    margin-left: 2%;
    margin-right: 2%;
    width: 96%;
}

#priceSlider .slider-handle {
    background: #3c68b1;
    height: 10px;
    margin-left: -5px;
    margin-top: -5px;
    width: 10px;
}

#priceSlider .slider-track {
    background: #3c68b1;
    height: 1px;
}

#priceSlider .slider-track-high,
#priceSlider .slider-track-low,
#priceSlider .slider-selection {
    background: #3c68b1;
    border-radius: 0;
    height: 1px;
}

.price-inputs:after {
    content: '';
    clear: both;
    display: table;
    width: 100%;
}

.price-inputs input {
    border: 1px solid #989898;
    color: #363636;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    margin-right: 4px;
    padding: 2px 5px;
    height: 24px;
    width: 48px;
}

.price-inputs .price-min {
    float: left;
}

.price-inputs .price-max {
    float: right;
}

.price-inputs .currency {
    color: #6b6b6b;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
}

.product-gallery {
    margin-bottom: 30px;
    position: relative;
}

.product-gallery .ps-next,
.product-gallery .ps-prev {
    background: none;
    border: none;
    color: #989898;
    display: block;
    font-size: 40px;
    height: 40px;
    position: absolute;
    bottom: 40px;
    z-index: 1010;
    width: 20px;
}

.product-gallery .ps-next .icon,
.product-gallery .ps-prev .icon {
    height: 40px;
    width: 20px;
}

.product-gallery .swiper-button-disabled {
    opacity: .4;
}

.product-gallery .ps-next {
    right: 40px;
}

.product-gallery .ps-prev {
    left: 10px;
}

#product-gallery-main {
  text-align: center; 
}

#product-gallery-main .slide-photo img {
    height: 520px;
    width: 520px;
}

#product-gallery-thumbs {
    margin-right: 25px;
    margin-left: 40px;
}

#product-gallery-thumbs .swiper-slide {
    cursor: pointer;
    height: 120px;
  margin-right: 10px;
    overflow: hidden;
}

#product-gallery-thumbs .slide-photo.mz-thumb-selected {
    border: 1px solid #3c68b1;
}

#product-gallery-thumbs .slide-photo {
    border: 1px solid #fff;
    display: block;
  	height: 120px;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
  	width: 100%;
}

@media (max-width: 767px) {
  .product-gallery .ps-next,
  .product-gallery .ps-prev,
  #product-gallery-thumbs {
    display: none;
  }
}

#product-gallery-thumbs .slide-photo:hover {
    border: 1px solid #b7b7b7;
}

@media (min-width: 1200px) {
  .product-gallery {
    padding-right: 40px; 
  }
}

.product-full-caption .product-labels {
    position: absolute;
}

.product-full-caption .product-title {
    margin-right: 80px;
}

.product-full-caption .product-title h1 {
    color: #363636;
    font-size: 20px;
    font-weight: 400;
    margin-top: 0;
}

.product-full-caption .product-price .old-price {
    color: #8f8f8f;
    font-size: 26px;
    font-weight: 400;
    text-decoration: line-through;
}

.product-full-caption .product-price .old-price + .price {
    margin-left: 15px;
}

.product-full-caption .product-price .price {
    color: #f3765b;
    font-size: 26px;
    font-weight: 700;
}

.product-full-caption .product-size {
    margin-bottom: 40px;
}

.product-full-caption .product-size h5 a {
    color: #565555;
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
    text-decoration: underline;
}

.product-full-caption .product-size .radio-label {
    border-color: #a7a7a7;
    color: #605f5f;
}

.product-full-caption .product-count {
    float: left;
    margin-right: 34px;
    position: relative;
    width: 70px;
}

.product-full-caption .product-count input[type="text"] {
    border: 1px solid #363636;
    height: 50px;
    font-size: 18px;
    text-align: center;
    width: 50px;
}

.product-full-caption .product-count .count-up,
.product-full-caption .product-count .count-down {
    background: none;
    border: none;
    font-size: .8em;
    color: #5c5c5c;
    height: 25px;
    position: absolute;
    right: 0;
    width: 15px;
}

.product-full-caption .product-count .count-up:hover,
.product-full-caption .product-count .count-down:hover {
    color: #3c68b1;
}

.product-full-caption .product-count .count-down {
    top: 50%;
}

.product-full-caption .product-order-form button {
    background-color: #3c68b1;
    border: none;
    color: #fff;
    width: 164px;
    height: 50px;
    text-transform: uppercase;
}

.product-full-caption .product-fast-order-form {
    margin-top: 10px;
}

.product-full-caption .product-fast-order-form button {
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    width: 268px;
    height: 50px;
    background-color: #f3765b;
    text-transform: uppercase;
}

@media (max-width: 1199px) {
   
  .product-full-caption .product-order-form button {
    float: right; 
    margin-bottom: 10px;
  }
  
  .product-full-caption .product-fast-order-form button {
    width: 100%;
  }
}

.product-params.dl-horizontal dt {
    color: #919191;
    font-size: 12px;
    font-weight: 400;
    float: left;
    line-height: 23px;
    text-align: left;
    width: 120px;
}

.product-params.dl-horizontal dd {
    color: #4d4c4c;
    font-size: 12px;
    font-weight: 400;
    line-height: 23px;
    margin-left: 130px;
}

.about-product,
.product-comments,
.viewed-products {
    margin-bottom: 30px;
}

.about-product .block-header,
.product-comments .block-header,
.viewed-products .block-header {
    margin-top: 0;
    margin-bottom: 20px;
}



.similar-products-header {
    text-align: center;
}

.similar-products-header h3 {
    color: #3c68b1;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    text-transform: uppercase;
    margin-top: 0;
}

.similar-product-item {
    float: left;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}



@media (min-width: 1200px) {
  .similar-products {
    padding-left: 40px;
    padding-right: 20px;
  }
  .similar-product-item:last-child {
    padding-bottom: 0;
  }
  
  .similar-product-item:last-child:after {
    display: none;
  } 
}

@media (max-width: 979px) {
  .similar-product-item .product-photo {
    width: 100px !important;
  }
  .similar-product-item .product-caption {
    width: 100px !important;
  } 
}

.similar-product-item:after {
    content: '';
    display: block;
    opacity: .4;
    height: 1px;
    background-image: linear-gradient(to left, white 0%, black 50%, white 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.similar-product-item .product-photo {
    float: left;
    height: 120px;
    width: 120px;
}

.similar-product-item .product-photo img {
    height: 120px;
    width: 120px;
}

.similar-product-item .product-caption {
    float: right;
    text-align: right;
    width: 120px;
}

.similar-product-item .product-title h3 {
    color: #363636;
    font-size: 13px;
    font-weight: 400;
    margin-top: 0;
}

.similar-product-item .product-price {
    margin-bottom: 20px;
}

.similar-product-item .product-price .old-price {
    color: #8f8f8f;
    font-size: 15px;
    text-decoration: line-through;
}

.similar-product-item .product-price .old-price + .price {
    margin-left: 10px;
}

.similar-product-item .product-price .price {
    color: #f3765b;
    font-size: 15px;
    font-weight: 700;
}

.similar-product-item .product-order-form button {
    border: none;
    background: none;
    color: #838484;
}

.similar-product-item .product-order-form button .icon {
    display: inline-block;
    height: 20px;
    width: 20px;
    vertical-align: middle;
}

.similar-product-item .product-order-form button .icon-shopping-cart {
    font-size: 22px;
}

.similar-product-item .product-order-form button .icon-plus {
    border: 1px solid #555;
    border-radius: 50%;
    font-size: 10px;
    margin-left: 10px;
    padding: 4px 2px;
}

.similar-product-item .product-size {
    float: left;
    margin-top: 20px;
    width: 100%;
}

.similar-product-item .product-size:before {
    clear: both;
    content: '';
    display: table;
    width: 100%;
}

.similar-product-item .product-size .radio-label {
    border: 1px solid #a7a7a7;
    color: #afafaf;
}


.shopping-cart-inner h1 {
    color: #5c5c5c;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    margin-top: 0;
    text-transform: uppercase;
}

@media (min-width: 1200px) {
  .shopping-cart-banner {
      width: 250px;
  }
}

.shopping-cart-banner img {
    width: 230px;
}

.shopping-cart-table {
    margin-bottom: 40px;
    width: 100%;
}

.shopping-cart-table thead {
    color: #a5a5a5;
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
}

.shopping-cart-table tbody tr {
    position: relative;
}

.shopping-cart-table tbody tr:after {
    content: '';
    display: block;
    opacity: .4;
    height: 1px;
    background-image: linear-gradient(to left, white 0%, black 50%, white 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.shopping-cart-table tbody tr td {
    padding-bottom: 20px;
    padding-top: 20px;
}

.shopping-cart-table .promo-code,
.shopping-cart-table .total-summ {
    padding-bottom: 40px;
    padding-top: 40px;
}

.shopping-cart-table .order-control {
    text-align: right;
}

.shopping-cart-table .btn-order,
.shopping-cart-table .btn-fast-order {
    display: inline-block;
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    width: 170px;
}

.shopping-cart-table .btn-order:hover,
.shopping-cart-table .btn-fast-order:hover {
    text-decoration: none;
}

.shopping-cart-table .btn-order {
    border: 1px solid #3c68b1;
    background: #fff;
    color: #3c68b1;
}

.shopping-cart-table .btn-fast-order {
    border: 1px solid #f0765b;
    background-color: #f0765b;
    color: #fff;
}

.shopping-cart-table .promo-code {
    vertical-align: middle;
}

.shopping-cart-table .promo-code .icon-promo-code {
    border: 1px solid #636363;
    border-radius: 50%;
    color: #5d5d5e;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    margin-right: 10px;
    padding: 9px 8px;
    width: 40px;
    vertical-align: middle;
}

.shopping-cart-table .promo-code span {
    color: #505050;
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    margin-right: 10px;
    vertical-align: middle;
}

.shopping-cart-table .promo-code span b {
    font-weight: 700;
    font-style: italic;
}

.shopping-cart-table .promo-code-form {
    display: inline-block;
    vertical-align: middle;
}

.shopping-cart-table .promo-code-form input[type="text"] {
    color: #333;
    border-color: #707070;
}

.shopping-cart-table .promo-code-form button {
    border-color: #3c68b1;
    background-color: #3c68b1;
    padding-left: 10px;
    padding-right: 10px;
}

.shopping-cart-table .product-photo {

}

.shopping-cart-table .product-title {
    color: #363636;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}

.shopping-cart-table .product-title h3 {
    font-size: 18px;
    margin: 0 0 10px;
}

.shopping-cart-table .product-price {
    line-height: 27px;
}

.shopping-cart-table .product-price .old-price {
    color: #8f8f8f;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
}

.shopping-cart-table .product-price .price {
    color: #f3765b;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
}

.shopping-cart-table .product-param {
    display: block;
    color: #636363;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
}

.shopping-cart-table .product-count .product-count-inner {
    position: relative;
}

.shopping-cart-table .product-count input[type="text"] {
    border: 1px solid #959595;
    height: 50px;
    font-size: 18px;
    text-align: center;
    width: 50px;
}

.shopping-cart-table .product-count .count-up,
.shopping-cart-table .product-count .count-down {
    background: none;
    border: none;
    font-size: .8em;
    color: #5c5c5c;
    height: 25px;
    position: absolute;
    right: 0;
    width: 15px;
}

.shopping-cart-table .product-count .count-up:hover,
.shopping-cart-table .product-count .count-down:hover {
    color: #3c68b1;
}

.shopping-cart-table .product-count .count-down {
    top: 50%;
}

.shopping-cart-table .product-summ {
    color: #3c68b1;
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
}

.shopping-cart-table .total-summ {
    text-align: right;
}

.shopping-cart-table .total-summ .label {
    color: #5c5c5c;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
}

.shopping-cart-table .total-summ .summ {
    color: #f3765b;
    font-size: 23px;
    line-height: 22px;
    font-weight: 700;
}

.shopping-cart-table .go-to-catalog a,
.shopping-cart-table .go-to-catalog .icon {
    vertical-align: middle;
}

.shopping-cart-table .go-to-catalog .icon {
    font-size: 16px;
    margin-right: 3px;
}

.shopping-cart-table .go-to-catalog a {
    border-bottom: 1px dotted #3d3d3d;
    color: #3d3d3d;
    font-size: 14px;
    font-weight: 400;
}

.shopping-cart-table .go-to-catalog a:hover {
    border-color: #fff;
    text-decoration: none;
}

.cart-item-delete {
  font-size: 1.5em;
}

.cart-item-delete:hover,
.cart-item-delete:focus{
  text-decoration: none; 
}

@media (min-width: 480px) and (max-width: 767px) {
  
  .cart-item {
   	padding-left: 22%;
  }
  
  .shopping-cart-table .product-photo {
     position: absolute; left: 0; 
  }
  
  .promo-code-form {
    margin-top: 10px; 
  }
  
  .order-control .btn {
    width: 48%; 
  }
  
  .shopping-cart-table tfoot td {
    text-align: left !important;
    padding: 10px !important;
    width: 100% !important;
  }
  
  .shopping-cart-table thead {
    display: none; 
  }
  
  .shopping-cart-table tr {
    display: flex;
    flex-flow: row wrap;
    padding-bottom: 10px;
    margin-bottom: 20px;
    justify-content: space-between;
  }
  
  .shopping-cart-table td {
    display: block;
    margin-bottom: 10px;
    text-align: left;
    padding: 0 20px 0 0 !important;
  }
  
  .shopping-cart-table td.product-count {
    width: 20%; 
  }
  
  .shopping-cart-table td.product-summ {
    font-size: 1.2em;
    padding-top: 10px !important;
    width: 35%; 
  }
  
  .shopping-cart-table .product-photo {
    padding: 0;
    width: 20%;
  }
  
  .shopping-cart-table td.product-title {
    float: left;
    height: auto;
    margin-bottom: 10px;
    padding: 0;
    width: 70%;
  }
  
  .shopping-cart-table td.product-price {
    text-align: left;
    padding: 0;
    width: 10%; 
  }
  
  .shopping-cart-table td.product-remove {
    text-align: right !important;
    padding-right: 0 !important;
    width: 15%; 
  }
}

@media (max-width: 1199px) {
  .shopping-cart-table .product-photo,
  .shopping-cart-table .product-title,
  .shopping-cart-table .product-price,
  .shopping-cart-table .product-count,
  .shopping-cart-table .product-summ {
      padding: 0 20px 0 0;
  }
  .shopping-cart-table .product-photo {
    padding-left: 0; 
  }
  
  .shopping-cart-table .product-count,
  .shopping-cart-table .product-price {
    min-width: 100px;
  }
}

@media (max-width: 480px) {
  
  .promo-code-form {
    margin-top: 10px; 
  }
  
  .order-control .btn {
    width: 48%; 
  }
  
  .shopping-cart-table tfoot td {
    text-align: left !important;
    padding: 10px !important;
    width: 100% !important;
  }
  
  .shopping-cart-table thead {
    display: none; 
  }
  
  .shopping-cart-table tr {
    display: flex;
    flex-flow: row wrap;
    padding-bottom: 10px;
    margin-bottom: 20px;
    justify-content: space-between;
  }
  
  .shopping-cart-table td {
    display: block;
    margin-bottom: 10px;
    text-align: left;
    padding: 0 20px 0 0 !important;
  }
}

@media (max-width: 480px) {
  .shopping-cart-table .cart-item {
    position: relative !important; 
  }
  
  .shopping-cart-table .product-photo,
  .shopping-cart-table .product-title,
  .shopping-cart-table .product-price,
  .shopping-cart-table .product-count,
  .shopping-cart-table .product-summ {
    display: block;
    float: none;
    margin-bottom: 20px;
    text-align: center !important;
    padding: 0 !important;
    width: 100% !important;
  }
  
  .shopping-cart-table .product-price,
  .shopping-cart-table .product-count,
  .shopping-cart-table .product-summ {
    display: inline-block;
    vertical-align: middle;
    width: 33.33333333333% !important;
  }
  
  .shopping-cart-table .product-price {
    padding-top: 10px !important;
  }
  
  .shopping-cart-table .product-price.no-padded-top {
    padding-top: 0 !important; 
  }
  
  .shopping-cart-table .product-summ {
    padding-top: 10px !important;
    font-size: 16px; 
  }
  
  .shopping-cart-table .product-remove {
    font-size: 18px;
    position: absolute; right: 0; top: 0; left: auto; bottom: auto;
  }
}



@media (min-width: 1200px) {
  .shopping-cart-inner {
    width: 950px;
  }
  
  .shopping-cart-table .product-photo {
    width: 200px;
  }

  .shopping-cart-table .product-title {
      width: 200px;
  }

  .shopping-cart-table .product-price {
      width: 160px;
  }

  .shopping-cart-table .product-count .product-count-inner {
      width: 70px;
  }
}

.news + .news {
    margin-top: 40px;
}

.news .news-title {
    margin-bottom: 10px;
}

.news .news-date {
    font-size: .9em;
    margin-bottom: 10px;
}

.news .news-intro {
    margin-bottom: 10px;
}

.news-list + .row,
.row + .news-list {
    margin-top: 30px;
}

#scroll-to-top {
    color: #fff;
    display: block;
    position: fixed;
    background: #333;
    bottom: 25px;
    font-size: 3em;
    line-height: 50px;
    padding: 5px 0;
    right: -60px;
    width: 60px;
    height: 60px;
    opacity: 0;
    text-align: center;
    border-radius: 6px;
    transition: .25s ease right, .25s ease opacity;
    text-decoration: none;
}

#scroll-to-top:focus {
    text-decoration: none;
}

#scroll-to-top.active {
    opacity: .7;
    right: 25px;
    text-decoration: none;
}

#scroll-to-top.active:hover,
#scroll-to-top.active:focus {
    opacity: 1;
    text-decoration: none;
}

.reviews-list {
    padding-left: 0;
    margin-bottom: 20px;
}

.review {
    list-style: none;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.review-date {
    font-size: .9em;
    color: #777;
    margin-bottom: 10px;
}

.review-name {

}

.review-date {
    color: #555555;
    font-size: 12px;
}

.review-content {
    margin-bottom: 20px;
}

.rating-wrapper {
    margin-top: 2px;
}

.rating-label {
    white-space: nowrap;
}

.reviews-form-show.collapsed:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    border-bottom: 0;
    display: inline-block;
}

.reviews-form-show:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: 0;
    display: inline-block;
  margin: 0 0 2px 2px;
}

.margin-top-nulled {
    margin-top: 0;
}

.text-left {
    text-align: left !important;
}


.modal-footer,
.modal-header {
   border: none;
}

.modal-header {
  padding-bottom: 0; 
}

.modal-footer {
  padding-top: 0; 
}

#product-modal .product-price,
#product-modal .product-short-caption {
    margin-bottom: 20px;
}

#product-modal .modal-content {
    min-height: 715px;
}

#product-modal .modal-content {

}

#product-modal .modal-body,
#product-modal .modal-header {
    opacity: 0;
    transition: 1s ease opacity;
}

#product-modal.visible .modal-body,
#product-modal.visible .modal-header {
    opacity: 1;
}


#quick_checkout_form .input-label {
  display: block;
  width: 190px;
}

#quick_checkout_form select {
  display: block;
  width: 100%;
  height: 34;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -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);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#quick_checkout_form input[type=text] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -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);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#quick_checkout_form input[type=text]:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
#quick_checkout_form input[type=text]::-moz-placeholder {
  color: #999;
  opacity: 1;
}
#quick_checkout_form input[type=text]:-ms-input-placeholder {
  color: #999;
}
#quick_checkout_form input[type=text]::-webkit-input-placeholder {
  color: #999;
}
#quick_checkout_form input[type=text]::-ms-expand {
  border: 0;
  background-color: transparent;
}
#quick_checkout_form input[type=text][disabled],
#quick_checkout_form input[type=text][readonly],
#quick_checkout_form fieldset[disabled] .input[type=text] {
  background-color: #eeeeee;
  opacity: 1;
}
#quick_checkout_form input[type=text][disabled],
#quick_checkout_form fieldset[disabled] .input[type=text] {
  cursor: not-allowed;
}
#quick_checkout_form textarea.input[type=text] {
  height: auto;
}

@media (min-width: 768px) {
  #callback-form .form-group {
    margin-bottom: 0; 
  }
}

@media (min-width: 480px) { .padding-base-xs {padding-left: 10px !important; padding-right: 10px !important;} }
@media (min-width: 768px) { .padding-base-sm {padding-left: 10px !important; padding-right: 10px !important;} }
@media (min-width: 980px) { .padding-base-md {padding-left: 10px !important; padding-right: 10px !important;} }
@media (min-width: 1200px){ .padding-base-lg {padding-left: 10px !important; padding-right: 10px !important;} }

@media (max-width: 479px) { .padding-base-xs-max {padding-left: 10px !important; padding-right: 10px !important;} }
@media (max-width: 767px) { .padding-base-sm-max {padding-left: 10px !important; padding-right: 10px !important;} }
@media (max-width: 979px) { .padding-base-md-max {padding-left: 10px !important; padding-right: 10px !important;} }
@media (max-width: 1199px){ .padding-base-lg-max {padding-left: 10px !important; padding-right: 10px !important;} }



/*
 * Mobile nav
 */
.mobile-toolbar-trigger {
  background: #3c68b1;
  border: 1px solid #fff;
  display: block; 
  float: left;
  height: 36px;
  padding: 5px 6px;
  margin: 15px 0 0 10px;
  width: 36px;
}

.mobile-toolbar-trigger .icon-bar {
  background: #fff;
  display: block;
  height: 3px;
  margin: 4px 0;
  width: 22px; 
}

.mobile-toolbar-trigger .icon-remove {
  color: #fff;
  line-height: 10px;
  height: 10px;
  font-size: 2.4em;
  margin-top: -6px;
}

@media (min-width: 992px) {
 .mobile-toolbar-trigger {
   display: none; 
 }
}

/*=========================================
    MOBILE TOOLBAR
=========================================*/
#insales-panel.is-site {
  /* display: none !important; */
}

@media (min-width: 992px) {
  .mobile-toolbar {
    display: none;
  }
}

.mobile-toolbar {
  background: #fff;
  border-right: 2px solid #ffffff;
  padding-right: 2px;
  position: fixed;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  left: 0;
  -webkit-transition: .15s ease transform;
  transition: .15s ease transform;
  -webkit-transform: translateX(-280px);
      -ms-transform: translateX(-280px);
          transform: translateX(-280px);
  width: 280px;
  z-index: 1500;
}

.mobile-toolbar .inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  width: 280px;
}

.mobile-toolbar.opened {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.mobile-toolbar .mobile-toolbar-trigger {
  float: right;
  border: 1px solid #fff;
  margin: 10px;
}

.mobile-toolbar .mobile-toolbar-trigger .icon-remove {
  position: relative;
  top: 3px;
}

.mobile-control {
  background-color: #3c68b1;
  margin-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
} 

/*  Mobile menu
-----------------------------------------*/
.mobile-menu {
  position: static;
  padding: 0;
}

.mobile-menu:after {
  content: '';
  clear: both;
  display: table;
  height: 0;
  font-size: 0;
  vertical-align: top;
  width: 100%;
}

.mobile-menu .menu-item {
  border-bottom: 1px solid #ffffff;
  display: block;
  position: static;
}

.mobile-menu .menu-item .menu-link {
  display: inline-block;
  color: #3c68b1;
  font-size: 16px;
  height: auto;
  line-height: 18px;
  padding: 12px;
  text-decoration: none;
  width: 100%;
}

.mobile-menu .menu-item > .menu-link.dropdown-toggle.in,
.mobile-menu .menu-item.active > .menu-link,
.mobile-menu .menu-item:hover > .menu-link,
.mobile-menu .menu-item > .menu-link:hover {
  background: #3c68b1;
  color: #fff;
  text-decoration: none;
}

.mobile-menu .link-text {
  width: 230px;
}

.mobile-menu .link-text,
.mobile-menu .icon {
  display: inline-block;
  vertical-align: middle;
}

.mobile-menu .dropdown-toggle {
  background: none;
  border: none;
}

.mobile-menu .dropdown-toggle .icon-arrows-right {
  margin: 0;
  position: relative;
  right: -10px;
}

.mobile-menu .dropdown-close-parent {
  background: #d4d4d4;
}

.mobile-menu .dropdown-close-parent:hover .icon,
.mobile-menu .dropdown-close-parent:hover .link-text {
  color: #fff;
}

.mobile-menu .dropdown-close-parent .link-text,
.mobile-menu .dropdown-close-parent .icon {
  color: #000;
}


#backdrop {
  background: rgba(0, 0, 0, 0.6);
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  transition: none;
  z-index: 1400;
}

@media screen and (max-width: 991px) {
  .backdrop-opened {
    overflow: hidden;
  }
}

@media (min-width: 992px) {
  #backdrop {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  
  .mobile-menu .submenu {
    background: #fff;
    border-right: 2px solid #3c68b1;
    display: block;
    overflow-x: hidden;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    -webkit-transform: translate(-280px, 0);
        -ms-transform: translate(-280px, 0);
            transform: translate(-280px, 0);
    -webkit-transition: .15s ease transform, .15s ease opacity;
    transition: .15s ease transform, .15s ease opacity;
    width: 280px;
    z-index: 1010;
  }
  .mobile-menu .submenu.opened {
    will-change: transform;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .mobile-menu .submenu > .menu-item > .menu-link {
    text-align: left;
  }
  .mobile-menu .submenu > .menu-item.active > .menu-link,
  .mobile-menu .submenu > .menu-item:hover > .menu-link,
  .mobile-menu .submenu > .menu-item > .menu-link:hover {
    background: #3c68b1;
    color: #fff;
  }
  .mobile-menu .submenu .link-text {
    line-height: 18px;
  }
  .mobile-menu .submenu .icon-angle-left {
    margin-right: 10px;
  }
  .mobile-menu .submenu .close > .menu-link {
    background: #e74c3c;
    border: none;
    color: #fff;
    padding: 12px 12px;
  }
  .mobile-menu .submenu .close > .menu-link .icon-angle-right {
    color: #fff;
    margin-left: 10px;
  }
  .mobile-menu .submenu .close > .menu-link:hover .link-text {
    color: #fff;
  }
  .mobile-menu .submenu .close > .menu-link:hover .icon {
    color: #fff;
  }
}

@media screen and (min-width: 992px) {
  .mobile-menu .dropdown-toggle .icon-angle-right {
    -webkit-transition: .1s ease transform;
    transition: .1s ease transform;
  }
  .mobile-menu .dropdown-toggle.in .icon-angle-right {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .mobile-menu .submenu {
    background: #3c68b1;
    display: block;
    max-height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: .15s ease max-height, .15s ease opacity;
    transition: .15s ease max-height, .15s ease opacity;
    width: 100%;
  }
  .mobile-menu .submenu.opened {
    max-height: 3000px;
    opacity: 1;
  }
  .mobile-menu .submenu > .menu-item + .menu-item {
    border-top: 1px solid;
  }
  .mobile-menu .submenu > .menu-item > .menu-link {
    display: inline-block;
    font-size: 16px;
    padding: 12px 12px 12px 52px;
    text-decoration: none;
    width: 100%;
  }
  .mobile-menu .submenu > .menu-item.active > .menu-link,
  .mobile-menu .submenu > .menu-item:hover > .menu-link,
  .mobile-menu .submenu > .menu-item > .menu-link:hover {
    background: #3c68b1;
    color: #fff;
  }
  .mobile-menu .submenu .link-text {
    width: auto;
  }
  .mobile-menu .submenu .close {
    display: none;
  }
}






