@font-face {
    font-family: 'GardensC';
    src: local('GardensC Regular'), local('GardensC'), url('../fonts/gardenscregular.woff2') format('woff2'), url('../fonts/gardenscregular.woff') format('woff'), url('../fonts/gardenscregular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
  font-family: 'gardenscmregular';
  src: url('../fonts/gardenscmregular.eot');
  src: local('GardensCM Regular'), url('../fonts/gardenscmregular.woff') format('woff'), url('../fonts/gardenscmregular.ttf') format('truetype'), url('../fonts/gardenscmregular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
html {
  line-height: 1.15;
  box-sizing: border-box;
  letter-spacing: .01em;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}
body {
  font-family:'Tahoma', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.075em;
  min-width: 320px;
  min-height: 100vh;
  height: 100%;
  margin: 0;
  color: #000;
  background-color: #fff;
  overflow-x: hidden;
}
main {
  display: block;
}
.like-h1,
.like-h2,
.like-h3 {
  display: block;
}
h1 {
    font-size: 26px;
    margin-bottom: 25px;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 15px;
    font-family: 'gardenscmregular';
    font-weight: bold;
}
h2.my-title {
    font-family: 'gardenscmregular';
    font-size: 28px;
}
h3 {
    text-transform: uppercase;
}
/*h2,
.like-h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  color: #39903f;
}
h3,
.like-h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  color: #39903f;
}
h4,
.like-h4 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  color: #39903f;
}
*/
hr {
  overflow: visible;
  box-sizing: content-box;
  height: 0;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
    text-decoration: none;
    color: inherit;
    border: none;
    outline: none;
    background: transparent;
}
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: none;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
img {
  border-style: none;
}
button:active,button:focus, img:focus {
    border: none;
    outline: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
      border: none;
    outline: none;
}
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
     border: none;
    outline: none;
}
fieldset {
  padding: .35em .75em .625em;
}
legend {
  display: table;
  box-sizing: border-box;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  color: inherit;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
input, textarea {

      outline:none;
}
input:focus, textarea:focus {

      outline:none;
}
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;

  -webkit-appearance: textfield;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;

  -webkit-appearance: button;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
html *,
html ::after,
html ::before {
  box-sizing: inherit;
}
/***********************************************/
.wrap-b-footer {
  min-height: 100%;
  margin-bottom: -50px;
}
* html .wrap-b-footer {
  height: 100%;
}
.wrap-b-footer:after {
  display: block;
  height: 50px;
  content: '';
}
.clearfix::before {
  display: table;
  clear: both;
  content: '';
}
.clearfix::after {
  display: table;
  clear: both;
  content: '';
}
.site-width{
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
}
.site-width .site-width{
  padding: 0;
}
/*
Header
*/
.header {
    padding: 5px 0 15px;
}

/*Логотип*/
.logo-and-description,
.logo-group,
.site-description{
  float: left;
}
.logo-and-description{
  margin-right: 0; 
}
.logo-group {
    width: 250px;
    margin-right: 30px;
}
.logo-group a{
  display: block;
}
.header-logo{
  display: block;
  max-width: 100%;
  height: auto;
}
/*Описание сайта*/
.site-description {
    font-family: 'gardenscmregular';
    font-size: 13px;
    line-height: 0.95;
    display: block;
    color: #999;
    max-width: 230px;
    letter-spacing: normal;
    padding-top: 10px;
}
/*Верхнее меню*/
.overlay {
    position: fixed;
    z-index: 98;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    pointer-events: auto;
    background: rgba(34,33,51,.9);
}
.icon-close, .icon-menu {
    display: none;
}
.header-nav-wrap {
    height: 48px;
    background-color: #222133;
}
.nav-wrap {
    left: -295px;
}
.main-nav {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px;
    list-style: none;
    text-align: justify;
    font-size: 0;
    line-height: 0;
}
.main-nav.clearfix::after {
    display: inline-block;
    clear: both;
    content: '';
    width: 100%;
}
.main-nav .active, .main-nav > li:hover {
    color: #fff;
    background: #b5224f;
}
.main-nav > li {
    font-weight: 600;
    position: relative;
    display: inline-block;
    padding: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    letter-spacing: .03em;
    line-height: 0;
    font-size: 0;
    text-transform: uppercase;
    color: #fff;
    margin-right: 15px; 
}
.main-nav li a {
    display: block;
    padding: 0 31px;
    line-height: 48px;
    font-size: 15px;
}
.main-nav li a.opt-linc {
    background: #b5224f;
    padding: 0 60px;
}
.sub-nav {
  display: none;
}
/*.sub-nav {
    position: absolute;
    z-index: 999;
    top: 48px;
    display: none;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #fff;
    box-shadow: 0 2px 2px 1px rgba(34,33,51,.2);
    padding: 0;
    list-style: none;
    color: gray;
}
.main-nav > li:hover .sub-nav {
    display: block;
    visibility: visible;
}
.sub-nav > li {
    line-height: 1.1;
    position: relative;
    width: 230px;
    text-align: left;
    text-transform: none;
    font-weight: 400;
}
.main-nav > li:hover .sub-nav > li a {
    display: block;
    padding: 10px 10px 10px 23px;
    color: gray;
    line-height: 1.1;
}
.sub-nav > li:hover a{
     color:#b5224f; 
}
.sub-nav > li a::before, .sub-nav > li span::before {
    font-size: 20px;
    position: absolute;
    top: 5px;
    left: 10px;
    display: block;
    content: '\203A';
    color:#b5224f;
}*/
.catalog-punkt::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 16px;
    background: url(../images/nav.png);
    background-size: cover;
    margin: 0 15px -2px 0;
}
/*Меню с иконками*/
.user-helper-block{
  float: right;
}
.user-nav-wrap{
  float: right;
  padding-top: 5px;
}
.header-basket{
  float: right;
}
.user-nav{
    margin: 0;
    padding: 0;
    list-style: none;
}
.user-nav-item {
    list-style: none;
    float: left;

    margin-right: 20px;
}
 .user-nav-item .image-title,
 .cart-module .image-title{
      font-size: 15px;
    font-family: 'gardenscmregular';
    letter-spacing: normal;
    display: block;
}
.icon-nav-link {
    text-align: center;
    display: block;
    color: #000;
}
.icon-nav-link:hover{
  color: #b5224f;
}
.icon-nav-pic {
    display: block;
    height: 35px;
    margin: 0 auto;
}
.cart-count {
    top: 0;
    position: absolute;
    right: 0;
    background: #b5224f;
    line-height: 1;
    font-size: 12px;
    color: #fff;
    min-width: 16px;
    text-align: center;
    padding: 2px;
    border-radius: 8px;
    max-width: 34px;
}

.header-contacts-wrap {
    float: right;
    margin: 0 15px 0 0;
    width: 100%;
    max-width: 435px;
}
.social-links {
    float: right;
    text-align: center;
    padding-right: 20px;
    padding-top: 9px;
}
a.social-link {
    height: 25px;
    width: 25px;
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
}
.social-title {
    font-size: 15px;
    font-family: 'gardenscmregular';
    letter-spacing: normal;
    display: block;
}
/*Корзина*/
.basket-wrap{
  position: relative;
}
.icon-nav-pic.icon-nav-basket {
    height: 40px;
}
.header-basket .image-title{
    margin-top: -5px;  
}

/*Поиск*/
.header-search {
    position: relative;
    margin-top: 0;
    margin-bottom: 10px;
}
.search-input {
    border: none;
    height: 30px;
    width: 100%;
    background: #e6e6e6;
    border-radius: 15px;
    padding: 0 35px 0 10px;
    font-size: 14px;
    line-height: 1;
}
.btn-search{
  border: none;border-radius: 15px;
  width: 30px;
  height: 30px;
  background: transparent;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
/*Телефон*/
.header-phone {
    font-size: 20px;
    font-weight: 600;
    color: #b5224f;
    letter-spacing: normal;
    line-height: 1;
    margin-top: 0;
    display: block;
}
.header-phone .phone-num {
    margin: 0 5px 5px 0;
    padding-left: 22px;
    background: url(../images/phone-call.png) no-repeat left top/18px 18px;
    display: inline-block;
}
/*Контент*/
.content-wrap {
    padding: 20px 0;
}
.content-block {
    margin-left: 350px;
    overflow: hidden;
    padding-bottom: 20px;
}
/*Левая колонка*/
.left-col{
  width: 350px;
  padding-right: 30px;
  float: left;
}
.left-catalog {
    margin: 0 0 0 30px;
    padding: 0;
    list-style: none;
}

.left-nav-item {
    letter-spacing: normal;
    position: relative;
    padding-left: 30px;
}
.left-nav-item a {
    padding: 5px 0 5px 0;
    display: inline-block;
}
.left-nav-item a:hover{
  color: #f14287;
}
.left-nav-item .icon-left-nav {
    position: absolute;
    height: 26px;
    left: 0;
    top: 5px;
}
.left-nav-item .accent-item{
      font-weight: 600;
    color: #f14287;
} 
.left-nav-item a.ny-2021:after {
    content: '2021!';
    display: inline-block;
    padding-left: 10px;
    font-weight: 600;
    color: #f14287;
}
.left-nav-item a.new-goods-link:after {
    content: 'NEW!';
    display: inline-block;
    padding-left: 10px;
    font-weight: 600;
    color: #f14287;
}
.nav-child {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 200px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border: 1px solid silver;
  border-left: none;
}

.left-nav-item:hover .nav-child{
  display: block;
}
.nav-child .left-nav-item{
  padding-left: 0;
}
.left-col .footer-nav{
    margin-left: 30px;
}
.m-l-30 {
    margin-left: 30px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.custom-bann-left {
    padding: 20px 0 0 30px;
}
.custom-bann-left img {
    width: 100%;
    display: block;
    border-radius: 8px;
}
.big-banner {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.big-banner .castom{
    margin-bottom: 20px;  
}
.big-banner img {
    display: block;
    width: 100%;
    border-radius: 8px;
}
.small-banners-wrap{
  margin: 0 -15px 0;
}
.small-banner {
    width: 33.333%;
    float: left;
     padding: 0 15px;
     margin-bottom: 20px;
     transition: all 0.5s ease-in-out;
}
.small-banner:hover{
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);

}
.small-banner a {
    display: block;
}
.small-banner img {
    display: block;
    width: 100%;
    border-radius: 8px;
}
.no-bottom .product-list{
  padding-bottom: 0;
}
.person-gifts{
  text-align: center;
  margin: 0 -15px;
}
.person-gifts-item{
    width: 33.333%;
    float: left;
    padding: 0 15px;
    margin-bottom: 20px;
    transition: all 0.5s ease-in-out;
    text-align: center;
}
.person-gifts-item:hover{
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);

}
.person-gifts-inner {
    border: 1px solid #e2e2e2;
}
.person-gifts-item img,
.person-gifts-item .person-gifts-pic{
  max-width: 100%;
  display: block;
}
.person-gifts-text {
    font-family: 'gardenscmregular';
    font-size: 18px;
    display: block;
    padding:10px 0;
}
.bottom-navs {
    padding: 20px 0;
    background:#fff6f6 url(/templates/malina-shop-main/images/malina-pattern.png);
}
.bottom-navs-col {
    width: 33.3333%;
    float: left;
    padding-left: 30px;
}
.footer-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-nav-item{
  padding-bottom: 8px;
  line-height: 1.2;
}
.footer-nav-item a:hover {
    opacity: 0.8;
    text-decoration: underline;
}

.footer {
    background: #222133;
    color: #fff;
    padding: 20px 0;
}
.copyright {
    font-size: 12px;
    color: grey;
}
/*Страницы*/
.breadcrumb.my-crumbs {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 14px;
    letter-spacing: normal;
    color: #999;
}
ul.breadcrumb.my-crumbs li{
   display: inline-block;
}
ul.breadcrumb.my-crumbs li.active {
    color: #f14287;
}
ul.breadcrumb.my-crumbs span.divider {
    font-size: 10px;
    display: inline-block;
    margin-top: -10px;
}
.control-group.box_products_count_to_page,
.control-group.box_products_sorting,
.control-group.box_products_sorting .control-label ,
.form-horizontal .block_sorting_count_to_page .controls,
.form-horizontal .box_products_count_to_page .controls,
.control-group.box_products_count_to_page .control-label {
 display: inline-block;
}
.controls #order,
 .controls #limit{
    border-radius: 8px;
    border: 1px solid #d7d7d7ee;
    background: #e6e6e6;
}
.product-list {
    margin-top: 40px;
    padding-bottom: 56px;
    margin: 40px -5px 0;
}
.product-item {
    width: 33%;
    width: calc(33.3% - 4px);
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
    padding: 0 15px;
}
.items-4 .product-item{
  width: 24.5% ;
  width: calc(24.5% - 4px);
  padding: 0 5px;
}

.my-responsive-slider.slick-slider .product-item {
    padding: 0;
    margin-bottom: 56px;
}
.my-responsive-slider.slick-slider .product-item-inner {
  margin: 0 15px;
}

.category-item {
    display: inline-block;
    width: 33%;
    width: calc(33.3% - 4px);
    vertical-align: top;
    font-family: 'gardenscmregular';
    font-size: 16px;
    margin-bottom: 10px;
    padding: 15px;
    text-align: center;
}

.cat-inner{
    height: 270px;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    border-radius: 4px;

}
.category-item .cat-inner .image{
    text-align: center;
}
.category-item .cat-inner .image img{
    display: block;
    width:100%;
    margin:0 auto;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.category-item .cat-name {
    bottom: 0;
    position: absolute;
    text-align: center;
    padding: 0 5px;
    line-height: 1;
    width: 100%;
    padding: 10px 0 0;
    background-color: rgb(181,34,79);
    z-index: 1;
}
.category-item .cat-name a{
    color:#fff;
}
.cat-inner:hover .image img{ 
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.product-item-inner{
      background: #fff;position: relative;
      border: 1px solid transparent;
}
.product-item:hover .product-item-inner{
  border: 1px solid #eee;
}
.product-pic-block {
    position: relative;
}
.product-pic-wrap {
    display: block;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-bottom: 118%;
    border: none;
}
.product-pic {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
}
.product-label {
  position: absolute;
  left: 0;
  top: 0;
  padding: 2px 35px;
  background: #ebdb50;
  font-family: 'gardenscmregular';
  font-size: 18px;
  font-weight: bold;
  border-radius: 0 4px 4px 0;
  z-index: 19;
}
.product-title {
    font-size: 15px;
    font-family: 'gardenscmregular';
    letter-spacing: normal;
    display: block;
    color: #999;
    padding: 0 10px;
    line-height: 1;
}
.goods-price {
    min-height: 26px;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 0 10px;
}
.act-rice {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: normal;
    display: inline-block;
}
.old-price {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
    font-style: italic;
    line-height: 0.5;
    display: inline-block;
}
.product-buttons {
    display: block;
    margin-top: -11px;
    padding-top: 15px;
    position: absolute;
    transform: translateY(-80px);
    transition: all 0.5s ease-in-out;
    opacity: 0;
    width: calc(100% + 2px);
    border: 1px solid #eee;
    border-top: none;
    padding-bottom: 10px;
    left: -1px;
}
.button_buy.by-btn ,
.red-btn{
    margin: 0 auto;
    background: #b5224f;
    display: block;
    width: 150px;
    max-width: 100%;
    height: 30px;
    border-radius: 8px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    transition: 0.4s ease-in-out;
    border: none;
    cursor: pointer;
}
div#nexevocontainer_m115 .btn {
    background: #b5224f!important;
    display: block!important;
    width: 150px!important;
    max-width: 100%!important;
    height: 30px!important;
    border-radius: 8px!important;
    text-align: center!important;
    text-transform: uppercase!important;
    font-weight: 600!important;
    font-size: 14px!important;
    line-height: 30px!important;
    color: #fff!important;
    transition: 0.4s ease-in-out!important;
    border: none!important;
    cursor: pointer!important;
    padding: 0!important;
    background-image: none!important;
}
div#nexevocontainer_m115 .btn.qq-upload-button {
  background: #ebdb50 !important;
  text-transform: none !important;
  color: #333 !important;
  padding: 0 8px !important;
  margin: 10px 0 2px !important;
  cursor: pointer!important;
}
.red-btn,div#nexevocontainer_m115 .btn-success {
  height: 40px!important;
  line-height: 40px!important;
  width: 180px!important;
  cursor: pointer!important;
}
#nexevocontainer_m115 {
  padding: 20px !important;
  background: #f3f3f3;
  border: 1px solid #e6e6e6;
}
div#nexevocontainer_m115 .nexevo_form .ncaptchainputcontainer input[type="text"]{
  font-size: 14px;
}
.product-item:hover .product-buttons {
    display: block;
    background: #fff;
    opacity: 1;
    transform: translateY(10px);
    z-index: 11;
    z-index: 29;
}
.button_buy.by-btn:hover,
.red-btn:hover,
.red-btn,div#nexevocontainer_m115 .btn-success:hover {
  background: #f14287!important;
}
.jshop_pagination .pagination ul{
      list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.jshop_pagination .pagination ul li{
      display: inline-block;
}
.jshop_pagination .pagination ul li a,
.jshop_pagination .pagination ul li span{
  padding: 3px 10px 4px;
  margin: 0 2px;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
}
.jshop_pagination .pagination ul li span,
.jshop_pagination .pagination ul li a:hover{
  background: #b5224f;
}
.jshop_pagination .pagination ul li a{
  background: #222133;
}
.jshop_pagination .pagination-start,
.jshop_pagination .pagination-prev,
.jshop_pagination .pagination-next,
.jshop_pagination .pagination-end,
.pagination_result_counter{
      display: none!important;
}
.product-full-col {
    width: 50%;
    float: left;
}
.product-full-right {
    padding-left: 30px;
}
.image-middle {
    position: relative;
}
.image-middle .goods-page-img {
    width: 100%;
    max-width: 500px;
}
.image-middle {
    position: relative;
    min-height: 400px;
}
.thumb-wrap {
    padding: 10px;
    border: 1px solid #d7d7d7;
    display: inline-block;
    height: 195px;
    vertical-align: text-top;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 15px;
}
.thumb-wrap img {
    max-height: 100%;
}
.prod-price {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: normal;
    color: #222133;
}
.product-full-price-reiting {
    margin-bottom: 30px;
}
.product-full-price {
    float: left;
}
.product-full-reiting {
    float: right;
}
.product-full-price .old-price {
    font-size: 17px;
    letter-spacing: 0.1em;
    line-height: 1;
}
.manufacturer-code,
.code-prod,
.cast-extra-fields-name {
    font-weight: 600;
    font-size: 14px;
    padding-bottom: 5px;
}

.code-prod-num {
    font-weight: 400;
}
.cast-extra-fields-el {
    padding-bottom: 5px;
}
.cast-extra-fields-value{
  font-size: 14px;
}
.my-tabs {
  margin-top: 30px;
}

.my-tab-content{
  display: none;
  border: 1px solid #d7d7d7;
  padding: 10px;
}
.my-tab-content.act{
  display: block;
}
.tab-title {
    line-height: 34px;
    background: #fff;
    text-decoration: none;
    height: 34px;
    padding: 0 5px;
    border-radius: 4px 4px 0 0;
    background: #d7d7d7;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    margin-right: -5px;
    cursor: pointer;
}
.tab-title.act {
    background: #b5224f;
    color: #fff;
}
.my-tab-content {
  position: relative;
  top: -2px;
  background: #fff;
  border-radius: 0px 8px 8px 8px;
}
.review-count {
    font-weight: 600;
    font-size: 13px;
    padding-left: 2px;
    display: inline-block;
    color: #b5224f;
}
.tab-title.act .review-count {
  color: #fff;
}
/*#tab2,
.my-tabs #tab2:target~.my-tab-content:nth-of-type(1) {
  display: none;
}

.my-tab-content:nth-of-type(1),
.my-tabs #tab2:target~.my-tab-content:nth-of-type(2) {
  display: block;
}*/
.block_rating_hits{
    display: inline-block;
    margin-right: 5px;
}
.review_mark{
    display: block;
    height: 20px;
    margin: 0 0 10px 14px;
    padding-top: 2px;
}
.r_a{
    background: rgba(0, 0, 0, 0) url("../images/r.png") repeat scroll -15px -112px;
    display: inline-block;
    height: 20px;
    position: relative;
    width: 20px;
}
.r_n{
    background: rgba(0, 0, 0, 0) url("../images/r.png") repeat scroll -55px -112px;
    display: inline-block;
    height: 20px;
    position: relative;
    width: 20px;
}
.review_item{
    background-color: #fff;
    font-size: 14px;
    margin:10px 0;
    padding:15px 20px;
}
.review_item:nth-child(2n){
    background-color: #f8f8f8;
}
.review_item .review_user {
  font-weight: bold;
}
#jshop_review_write input.inputbox, #jshop_review_write textarea{
    padding:5px 10px;
    width:100%;
    border: 1px solid #cecece;
    border-radius: 4px;
}
.my_review {
    display: block;
    font-size: 18px;
    margin: 40px 15px 10px;
    font-weight: 600;
}
.review-half{
  width: 49%;
  display: inline-block;
    margin:7px 0;
}
.review-half .span3{
    margin-bottom: 5px;
}

#reviews .review_text_not_login{
    margin:30px 0 20px;
}
.inputbox.input-in-quantity {
    width: 40px;
    height: 40px;
    padding: 0;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #d7d7d7;
    float: left;
    margin-right: 30px;
    margin-left: 25px;
}
.prod-qty-input .minus, .prod-qty-input .plus {
  position: absolute;
  cursor: pointer;
  width: 20px;
  height: 20px;
  line-height: 18px;
  top: 50%;
  margin-top: -9px;
   background: #e6e6e6; 
  display: block;
  text-align: center;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.4s ease;
}
.prod-qty-input .minus {
    left: 0;
}
.prod-qty-input .plus {
    left: 72px;
}
.prod-qty-input .minus:hover, .prod-qty-input .plus:hover{
color: #fff;
background: #f14287;
}
.qty-title{
  display: inline-block;
  line-height: 40px;
}
.prod-qty-input.prod-input-wrap{
      margin-right: 8px;
      position: relative;
}
.prod-qty-input.prod-input-wrap, .prodpage-buttons-product {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
}
.prodpage-buttons {
    margin-top: 30px;
}
.buttons-product.prodpage-buttons-product .red-btn {
    margin: 0;
}

.cart_header{
    border:1px solid #ccc;
    background-color: #ededed;
    margin: 30px 0;

}
.cart-header-item {
    width: 25%;
    float: left;
    position: relative;
    background: #ededed;
    line-height: 50px;
    padding-left:5%;
    font-size: 18px;
    font-weight: 700;
}

.cart-header-item::after {
    background: #ededed none repeat scroll 0 0;
    border-right: 1px solid #c7c7c7;
    border-top: 1px solid #c7c7c7;
    content: "";
    display: block;
    height: 35px;
    margin-top: 0;
    position: absolute;
    right: -18px;
    text-indent: -5000px;
    top: 7px;
    transform: rotate(45deg);
    width: 35px;
    z-index: 1;
}
table{
  border-spacing: 0;
    border-collapse: collapse;
}
.my-jcart {
  border: 1px solid #ccc;
  width: 100%;
  margin-bottom: 20px;
}
.my-jcart tr:first-child{
    background-color: #F1F1F1;
}
.my-jcart tr:first-child th {
    font-weight: 300;
    color: #333;
    padding: 8px;
}
.my-j-img {
    width: 100%;
    max-width: 100px;
}
.cart-header-item:last-child::after{
    display: none;  
}
.cart-header-item.active::after {
    background: #b5224f none repeat scroll 0 0;
    border-right: 1px solid #d53600;
    border-top: 1px solid #d53600;
}
.cart-header-item.active{
    background: #b5224f;
    color: #fff;
}

.my-jcart tr th, .my-jcart tr td{
    border-right:1px solid #ccc;
}
.my-jcart tr th:last-child,
.my-jcart tr th.total_price,
.my-jcart tr td:last-child,
.my-jcart tr td.total_price{
    border-right:0px solid #ccc;
}
.my-jcart tr td{
    padding: 20px 5px;
    text-align: center;
    vertical-align: top;
}
.my-jcart td.product_name{
    text-align: left;
}
.my-jcart td.product_name a{
    color:#333;
}
.my-jcart td.quantity{
    text-align: left;
}
.my-jcart td.quantity input{
    width:50px;
    text-align: center;
}
.my-jcart .cart_reload span {
  display: inline-block;
  text-align: center;
  line-height: 20px;
  border: 0px solid #ccc;
  width: 20px;
  cursor: pointer;
  background-color: #b5224f;
  color: #fff;
  border-radius: 4px;
}
.my-jcart .cart_reload span:hover{
    opacity: 0.8;
}
.jshop_subtotal_wrap{
    overflow: hidden;
    margin:30px 0;
}
.jshop.jshop_subtotal{
    float:right;
}
.jshop.jshop_subtotal td:first-child{
    width:120px;
}
.jshop.jshop_subtotal .value{
    font-weight: 500;
}
.cart_buttons #checkout .btn-arrow-left{
    display: inline-block;
    padding: 10px 20px;
    background-color: #262626;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.cart_buttons #checkout .btn-arrow-right{
    display: inline-block;
    padding: 10px 20px;
    background-color: #262626;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.cart_buttons #checkout a i{
    color: #ff5b23;
}
.cart_buttons #checkout a:hover{
    opacity: 0.8;
}
.cart_buttons #checkout{
    margin-bottom: 20px;
}
.pull-left {
    float: left!important;
}
.pull-right {
    float: right!important;
}
.checkout-btn {
    font-size: 14px !important;
    text-transform: none;
    font-weight: 400;
}
.my-cart-buttons{
  margin:20px 0;
}
.yellow-btn {
    border: none;
    border-radius: 4px;
    height: 25px;
    background: #ebdb50;
    font-size: 14px;
    display: inline-block;
    padding: 0 10px;
}
.yellow-btn:hover{
  opacity: 0.8;
}
.my-wrap {
    margin-top: 10px;
}
.table-mobil {
  overflow: auto;
}
.table-mobil table {
    overflow-x: scroll;
}
.my-par {
  font-weight: 600;
}
.my-small-header {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
}
.my-form-horizontal {
    max-width: 400px;
    margin: 0 auto;
    background: #e6e6e6;
    border-radius: 8px;
    padding: 20px;
}
.my-form-horizontal.reset-form{
  max-width: 100%;
}
.my-form-horizontal.reset-form fieldset{
  border: none;
}
.my-input, .my-form-horizontal.reset-form  input{
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
    border: 1px solid silver;
    border-radius: 4px;
}
.btn-form{
  margin: 15px auto;
}
.lost-password {
    font-style: italic;
    color: gray;
    font-size: 14px
}
.lost-password:hover {
text-decoration: underline;
}
.popover {
  background: #fff;
  padding: 10px;
  max-width: 300px;
  font-size: 14px;
}
.my-reg{
max-width: 400px;
margin: 20px auto}
 .my-reg .my-logtext{
  width: 50%;
  float: left;
  text-align: right;
 }
 .my-reg-btn{
  float: left;
  width: 50%;
  padding-left:15px;
 }
 .rec-star {
    color: red;
    font-size: 12px;
}
.text_pay_without_reg {
    text-align: center;
    display: block;
    padding-bottom: 40px;
}
body #mxcpr,a[href="https://www.joomshopping.com"],a[href="https://www.joomshopping.com"]
{display:none!important} 

@media screen and (max-width: 1360px){
.social-title,.user-nav-item .image-title, .cart-module .image-title {
    font-size: 14px;
    line-height: 1;
}
.icon-nav-link {
    max-width: 50px;
}
.user-nav-item {
  list-style: none;
  float: left;
  margin-right: 10px;
}
.social-links {
  padding-right: 10px;
  padding-top: 9px;
}
.header-contacts-wrap {
    float: right;
    margin: 0 10px;
    max-width: 420px;
}
.header-phone .phone-num {
  letter-spacing: -0.025em;
}
.logo-group {
    margin-right: 15px;
}
}
@media screen and (max-width: 1250px){
  .header-contacts-wrap {
    max-width: 250px;
    float: right;
    margin: 0 15px 0 0;
}
.social-links {
    padding-right: 20px;
}
.user-nav-item {
  margin-right: 20px;
}
.icon-nav-link {
  max-width: inherit;
}
}
@media screen and (max-width: 1170px){
  .main-nav li a {
    padding: 0 20px;
    font-size: 14px;
}
.logo-and-description {
    margin-right: 10px;
}
.logo-group {
    width: 225px;
    margin-right: 15px;
}

.site-description {
    max-width: 170px;
}
.social-links {
    padding-right: 10px;
}
.header-contacts-wrap {

    margin: 0 10px 0 0;
max-width: 215px;
}
.user-nav-item {
    margin-right: 10px;
}
}

@media screen and (max-width: 1100px){
.overlay.open {
    display: block;
    visibility: visible;
}
.icon-menu {
    height: 48px;
    display: block;
    float: left;
    padding-top: 12px;
}

.icon-close {
    position: relative;
    z-index: 999;
    display: block;
    float: right;
    width: 40px;
    height: 40px;
    padding-bottom: 20px;
    cursor: pointer;
    text-align: center;
}
.header-nav-wrap {
    padding: 0 20px;
}
.nav-wrap {
  position: fixed;
  z-index: 998;
  top: 0;
  left: -100%;
  width: 90%;
  min-height: 100%;
  background: #222133;
  -webkit-box-shadow: 0 0 15px #000;
  -moz-box-shadow: 0 0 15px #000;
  box-shadow: 0 0 15px #000;
}
.header-nav-wrap .main-nav {
    position: relative;
    z-index: 99;
    width: 100%;
    margin: 50px 0 0;
    padding: 0;
    list-style: none;
}
.main-nav li {
    display: block;
    color: #fff;
}
.main-nav > li > a {
    font-size: 13px;
    padding: 0 25px;
}
.main-nav li a.opt-linc {
  padding: 0 25px;
}
.catalog-punkt::before{
  display: none;
}
}
@media screen and (max-width: 1000px){
.logo-group, .site-description {
    float: none;
    max-width: 280px;
}
.user-nav-wrap {
    float: right;
    padding-top: 0;
}
.header-contacts-wrap {
    float: none;
    width: 100%;
    max-width: 100%;
    clear: both;
    padding-top: 30px;
}
.social-links {
    float: right;
    text-align: center;
    padding-right: 20px;
    padding-top: 4px;
}
.user-nav-item {
    margin-right: 20px;
}
.header-phone {
    position: absolute;
    top: 75px;
    right: 15px;
}
.header-phone .phone-num {
    display: block;
}
.left-col {
    width: 100%;
    padding-right: 0;
    float: none;
}
.left-catalog {
    margin: 0;
}
.left-nav-item {
    letter-spacing: normal;
    width: 33%;
    display: inline-block;
    vertical-align: top;
    padding-left: 22px;
    padding-bottom: 5px;
}
.left-nav-item .icon-left-nav {
    height: 20px;
}
.custom-bann-left {
    display: none;
}
.content-block {
    margin-left: 0;
    padding-bottom: 0;
}
.breadcrumb.my-crumbs {
    margin-top: 10px;
    border-top: 1px solid #d7d7d7;
    padding-top: 10px;
}
.thumb-wrap {
    padding: 5px;
    height: 150px;
    width: 150px;
}
  .m-l-30 {
    margin-left: 0px;
}
.left-col .footer-nav {
  margin-left: 0;
  margin-bottom: 20px;
}
.left-col .footer-nav  .footer-nav-item{
  display: inline-block;
  width: 33%;
  padding-right: 20px;
  vertical-align: top;
}
}
@media screen and (max-width: 800px){
  li.left-nav-item {
    font-size: 14px;
    width: 49%;
}
.items-4 .product-item,
.product-item,
.category-item {
    width: 33%;
    width: calc(33% - 4px);
    display: inline-block;
    vertical-align: top;
}
.product-item .product-buttons {
    display: block;
    background: #fff;
    opacity: 1;
    position: static;
    border: 0;
    margin-top: 10px;
    transform: none;
    width: 100%;
}
.product-item .product-item-inner {
    border: 1px solid #eee;
}
.product-list {
    padding-bottom: 0;
    margin-top:0;
}
.left-nav-item {
    letter-spacing: normal;
    line-height: 1;
}
.left-col .footer-nav .footer-nav-item {
  width: 49%;
  font-size: 14px;
}
.product-full-col {
    width: 100%;
    float: none;
}
.product-full-right {
    padding-left: 0;
}
.image-middle {
    position: relative;
    min-height: 250px;
}
.image-middle .goods-page-img {
    width: 100%;
    max-width: 230px;
}
.image-thumbnails.jshop_img_description {
    margin-top: 20px;
}
.cat-inner {
	height: 200px;
}
}
@media screen and (max-width: 700px){
  .header-nav-wrap {
  height: auto;
  background-color: transparent;
}
.nav-wrap {
  position: absolute;
}
.icon-menu {
    position: absolute;
    top: 0;
    left: 10px;
    height: auto;
    height: auto;
    display: block;
    float: left;
    padding: 5px;
    background-color: #222133;
}
.icon-menu img{
  display: block;
}
.main-nav li a {
  line-height: 34px;
  font-size: 14px;
}
.sub-nav {
    display: block;
    background: #222133;
    margin: 0;
    padding: 0;
}
.sub-nav .nav-item {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    font-weight: 400;
    text-transform: none;
    font-size: 16px;
}
.sub-nav .nav-item.active{
  background: transparent;
}
.logo-and-description {
    position: absolute;
    top: 68px;
    left: 10px;
}
.header-contacts-wrap {
    float: none;
    width: 100%;
    max-width: 100%;
    clear: both;
    padding-top: 130px;
}
.left-col {
    display: none;
}
/*  .left-nav-item {
    padding-left: 0;
}
.left-nav-item .icon-left-nav {
    display: none;
}*/
.content-wrap {
    padding: 10px 0 20px 0;
}
/*.logo-group, .site-description {
    max-width: 190px;
}*/
}
@media screen and (max-width: 600px){
.items-4 .product-item,
.product-item,
.category-item {
    width: 49.5%;
    width: calc(49.5% - 4px);
}
/*.logo-and-description {
    float: none;
    width: 100%;

}
.logo-group, .site-description {
    float: none;
    max-width: 280px;
    margin: 0 auto;
    text-align: center;
}
.user-helper-block {
    float: none;
    margin: 20px auto 0;
    max-width: 242px;
}
.header-contacts-wrap {
    padding-top: 10px;
}
.social-links {
    float: none;
    text-align: center;
    padding-right: 0;
    padding-top: 20px;
}
.header-phone {
    position: static;
    margin: 20px auto 0;
    float: left;
    max-width: 240px;
    float: none;
}*/
.product-buttons{
  padding-top: 0;
}

.person-gifts-item {
    width: 100%;
    float: none;
    padding: 0 5px;
    display: inline-block;
    max-width: 253px;
    vertical-align: top;
    margin-bottom: 20px;
}
.small-banner{
  width: 50%;
  float: left;
  padding: 0 5px;
  max-width: 253px;
  vertical-align: top;
  margin-bottom: 10px;
}
.small-banner:nth-of-type(3n){
display: none;
}
.small-banners-wrap {
    margin: 20px -15px 0;
    text-align: center;
}
.red-btn {
    max-width: 95%;
  }
  .bottom-navs-col {
    width: 100%;
    float: none;
    padding-left: 0;
}
}

@media screen and (max-width: 480px){
  .header {
    padding: 5px 0 0;
}
.logo-and-description {
  top: 38px;
}
.header-phone {
    position: absolute;
    top: 45px;
    right: 15px;
}
.logo-and-description {
    width: 43%;
    margin-right: 10px;
}
.logo-group {
    width: 100%;
    margin-right: 0
}
.site-description {
   display: none;
}

.header-contacts-wrap {
    padding-top: 60px;
}
.header-phone .phone-num {
    padding-left: 0;
    background: none;
    font-size: 16px;
}
  .user-nav-item {
  margin-right: 10px;
}
.social-title, .user-nav-item .image-title, .cart-module .image-title {
    font-size: 14px;
    line-height: 1;
    display: none;
}

.icon-nav-pic {
    height: 25px;
}
.icon-nav-pic.icon-nav-basket {
    height: 30px;
}
.social-links {
  padding-right: 10px;
  padding-top: 0;
}

   .small-banner,
   .person-gifts-item  {
    max-width: 320px;

} 
.sub-nav li a {
    line-height: 1;
    text-align: left;
    padding: 10px 20px;
}
.small-banners-wrap,
.person-gifts {
    margin: 20px 0 0;
}
.thumb-wrap {
    padding: 5px;
    height: auto;
    width: 48%;
    /* border: none; */
    vertical-align: bottom;
}
.thumb-wrap img {
    max-height: 100%;
    max-width: 100%;
}
.pull-left, .pull-right {
    float: none!important;
}
.jshop .order_quick_checkout {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
}
.category-item,.product-item {

	padding: 0 5px;
}
.cat-inner {
	height: 170px;
	margin-top: 15px;
}
}