

/* Start:/local/components/tp/cart.mini/templates/.default/style.css?16642783921*/
 
/* End */


/* Start:/local/templates/topan_wa/template_styles.css?177875213220765*/
h1{
  font-size: 22px;
  line-height: 22px;
  margin:0;
  margin-bottom: 20px;
}

.fs-13{
  font-size: 13px;
}

a{
  text-decoration: none;
  outline: medium none;
  color:#3e3d39;
}

a:hover{
  color: #116699;
}

a,
.btn{
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

:focus{
  outline: none;
}


.top-panel{
  font-size: 13px;
  background: #fff;
  height: 40px;
  overflow: hidden;
}

.top-panel .phone:hover .phone-numbers {
    display: block;
}

.top-panel .phone-numbers {
    display: none;
    width: 151px;
    padding: 10px 20px 10px 20px;
    margin-top: 10px;
    z-index: 20;
    position: absolute;
    background: #fff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.top-panel .phone-numbers::before {
    width: 100%;
    height: 10px;
    top: -10px;
    left: 0;
    position: absolute;
    display: block;
    content: '';
}

.top-panel .phone-numbers a:first-child {
    margin: 0;
}

.top-panel .phone-numbers a {
    display: inline-block;
    margin-top: 8px;
}

.top-panel .container {
  padding-top: 7px;
  padding-bottom: 7px;
}

.top-panel .navbar-default{
  background: none;
}

.top-panel .navbar-toggle{
  margin:-3px 15px 0 0;
  padding:7px 9px;
  background: #fff!important;
}

.top-panel .phone{
  line-height: 13px;
  border-right: 1px solid #6E6E6E;
  padding-right: 10px;
  margin-top: 7px;
}

.top-panel .mail {
  margin-left: 10px;
  margin-top: 7px;
}

.phone,
.mail{
  font-size: 13px;
  line-height: 13px;
  margin-bottom: 0;
}

.fa{
  margin-right: 7px;
}

.phone .fa-phone,
.mail .fa-envelope-o{
  margin-right: 7px;
}

.search-form{
  position: relative;
}

.search-form .search_query{
  padding:0 15px 0 5px;
  background: #fff;
  color: #6e6e6e;
  height: 25px;
  width: 195px;
  border: 1px solid #ccc;
  font-size: 13px;
  -webkit-transition:width 0.5s;
  -moz-transition:width 0.5s;
  -ms-transition:width 0.5s;
  transition:width 0.5s;
}

.search-form:hover .search_query{
  top:0;
  width: 195px;
}

.search-form .button{
  position: absolute;
  z-index: 1;
  right: 8px;
  top: 6px;
  background: url(/local/templates/topan_wa/../img/icon-search.png) 0 0  no-repeat;
  width: 16px;
  height: 13px;
  padding: 0;
  border: none;
  text-indent: 999px;
}

.lang{
  margin: 4px 8px 0;
}

.lang a{
  display: inline-block;
  margin:0 5px;
}

.masthead{
  background:#fff;
  border:1px solid #e7e7e7;
  border-width: 1px 0;
  box-shadow: 0 0 2px #d9dadb;
}

.masthead .static-blocks{
  position: relative;

}

.brand,
.basket{
  display: table-cell;
  height:80px;
  vertical-align: middle;
}

.nav  > li > a:after{
  line-height: 0;
}

.brand span{
  display: inline-block;
  padding:3px 0 0 9px;
  vertical-align: middle;
  font-size: 12px;
  max-width: 110px;
}

.brand img{
  max-width: 100%;
}

/* top navigation */

.nav-top{
  padding-bottom: 20px;
}

.nav-top .caret{
  display:none;
}

.nav-top > li > a:hover, .nav > li > a:focus{
  background: #F1F1F1;
}

.navbar-collapse{
  clear:both;
  float: none;
}

/* top navigation dropdown */

.dropdown-menu {
  top: 100%;
  border: none;
  background-color: #FFF;
  margin:0;
  padding:10px 20px;
}

.dropdown-menu a{
  display: block;
}

.dropdown-menu ul{
  padding:0;
}

.dropdown-menu  li a {
  padding: 5px 0;
  border-bottom: 1px solid #F3F3F3;
}

.dropdown-menu  li a:hover{
  color:#116699;
}

.megamenu ul  > li:last-child > a {
  border-bottom: 0;
}

.dropdown-menu .cols2 li{
  width: 45%;
  float: left;
  margin-right: 5%;
}

.nav  > li > .dropdown-menu {
  display: none;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  
  -webkit-transition: visibility 0s ease-in-out 0.4s, -webkit-transform 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s;
  -moz-transition: visibility 0s ease-in-out 0.4s, -moz-transform 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s;
  -ms-transition: visibility 0s ease-in-out 0.4s, -ms-transform 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s;
  transition: visibility 0s ease-in-out 0.4s, transform 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s;
  visibility: hidden;
}

.nav  > li:hover > .dropdown-menu {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  visibility: visible;
}

.dropdown-group   {
  text-transform: uppercase;
  padding: 5px 0;
  font-weight: bold;
  margin-bottom: 5px;
  border-bottom: 0;
}

.shopping-cart{
  position: absolute;
  right: 0;
  top:0;
}

.shopping-cart:hover .drop-holder{
  height:500px;
}

.basket {
  padding-top: 2px;
}

.basket .fa{
  float: left;
  font-size: 35px;
  line-height: 35px;
  color: #116699;
}

.basket span{
  color: #116699;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  white-space: nowrap;
}

.basket small{
  display: block;
}

.shopping-cart .drop-holder{
  position: absolute;
  overflow: hidden;
  height:0;
  z-index: 2;
  top: 100%;
  right:0;
  -webkit-transition:height 0.5s;
  -moz-transition:height 0.5s;
  -ms-transition:height 0.5s;
  transition:height 0.5s;
}

.basket-drop{
  margin-top:6px;
  width: 260px;
  padding: 15px 40px 20px 20px;
  background: #fff;
  border: 1px solid #fff;
}

.basket-drop .item{
  position: relative;
  margin-bottom: 10px;
}

.basket-drop .item span{
  display: inline-block;
  vertical-align: top;
  margin-right: 4px;
}

.basket-drop .item .item-name{
  display: inline-block;
  width: 120px;
}

.basket-drop .item .del{
  position: absolute;
  right:0;
  top:0;
}

.basket-drop .controls{
  margin-top: 20px;
}

.del{
  display: inline-block;
  height: 12px;
  width: 12px;
  background: url(/local/templates/topan_wa/../img/del.png) no-repeat 0 0;
}

main{
  margin-top: 20px;
  overflow: hidden;
}

.bx-wrapper {
  position: relative;
  overflow: hidden;
}

.slider{
  margin-bottom: 10px;
}

.main-slider{
  -webkit-transition:all 0.8s;
  -moz-transition:all 0.8s;
  transition:all 0.8s;
  position: relative;
  z-index: 1;
  left:-3000px;
  margin:20px 0 40px;
}

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

.slider ul li{
  
  overflow: hidden;
}

.slider li img{
  max-width: 100%;
  display: block;
  margin:0 auto;
  border-radius: 5px 5px 0 0;
}

.main-slider li img{
  border-radius: 5px;
}

.icons-pager .image-holder img{
  display: block;
  margin:0 auto;
  max-width: 100%;
}


.icons-pager .image-holder img + img{
  display: none;
}

.icons-pager .active .image-holder img,
.icons-pager a:hover .image-holder img{
  display: none;
}

.icons-pager .active .image-holder img + img,
.icons-pager a:hover .image-holder img + img{
  display: block;
}

.icons-pager{

  overflow: hidden;
  margin:15px 0;
  color: #6E6E6E;
  font-size: 13px;
  line-height: 18px;
}

.icons-pager a{
  display: table-cell;
  vertical-align: top;
  text-align: center;
}

.block{
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 2px #D9DADB;
  margin-bottom: 20px;
}

.block .block-title,
.block .block-title-lg {
  padding: 10px 20px;
  margin:0;
  background-color: #FDFDFD;
  border-bottom: 1px solid #F2F5F8;
  border-radius: 4px 4px 0 0;
  font-size: 18px;
  line-height: 26px;
}

.block .block-title-lg{
  font-size: 23px;
  line-height: 33px;
}

.block-content{
  padding:15px 20px 20px;
}

.block-content .table-responsive .table:last-child{
  margin-bottom: 0;
}

.table th{
  color:#333;
}

.table ul{
  padding-left:15px;
}

.block-content h1{
  margin-top: 10px;
}

.column .block-content{
  padding:15px 20px;
}

.column .line-row:first-child{
  border-top:0;
  padding-top:0;
}

.column .line-row:last-child{
  border-bottom:0;
  padding-bottom:0;
}

.article{
  overflow: hidden;
  padding:30px 0 20px;
  border-top: 1px dotted #ccc;
}

.article:first-child{
  padding-top: 20px;
  border-top:0;
}

.article > .pull-left{
  margin-right: 10px;
  margin-top: 3px;
}

.article > .pull-left img{
  border-radius:5px;
}

.article-content{
  overflow: hidden;
}

.article-content header{
  margin-bottom: 10px;
}

.article footer{
  margin-top: 10px;
}

.article-content p{
  margin:0;
}

.title{
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
}

.article .title{
  margin:0;
}

time{
  font-size: 12px;
  line-height: 13px;
}

.video{
  margin-top:20px;
}

.video iframe{
  display: block;
}

.bx-prev,
.bx-next{
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 26px;
  height:30px;
  background-color: #F4F4F4;
  font-size: 20px;
  color: #B0B0B0;
  text-align: center;
  cursor: pointer;
  z-index: 100;
}


.bx-prev{
  left:-1px;
  position: absolute;
  border-radius: 0 3px 3px 0;
}

.bx-next{
  right:-1px;
  position: absolute;
  border-radius: 3px 0 0 3px;
}

.bx-prev:hover, 
.bx-next:hover{
  background-color: #116699;
  color:#fff;
}

.carousel{
  position: relative;
}

.carousel .init{
  list-style: none;
  padding:0;
}

.carousel .init{
  float: left;
}

.carousel .bx-prev,
.carousel .bx-next{
  top:40%;
}

.compare-box .carousel .bx-prev,
.compare-box .carousel .bx-next{
  top:100px;
}

.product-title{
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}

.product-title > a {
  color: #116699;
  font-weight: bold;
}

.tooltip-inner{
  background: #116699;
}

.tooltip.top .tooltip-arrow{
  border-top-color:#116699;
}

.btn,
.btn:active{
  display: inline-block;
  padding: 0 11px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #C9C9C9;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  line-height: 30px;
  cursor: pointer;
}

.btn:hover{
  background: #116699;
  border-color:transparent;
  color:#fff;
}

.btn-add,
.btn-add:active{
  background: #116699;
  color: #fff!important;
  border-color:transparent;
}

.btn-add:hover{
  background: #2589C5;
}

.zoom-holder{
  position: absolute;
  width: 100%;
  bottom: 10px;
  text-align: center;
}

.btn-zoom{
  display: inline-block;
  color: #FFFFFF;
  padding: 5px 10px;
  background-color: #000;
  border-radius: 12px;

}

.btn-compair{
  position: relative;
  display: inline-block;
  height: 30px;
  width: 30px;
  padding: 0;
  font-size: 13px;
  color: #6E6E6E;
  cursor: pointer;
  -webkit-transition: bottom 0.5s ease-in-out 0s;
  -moz-transition: bottom 0.5s ease-in-out 0s;
  -ms-transition: bottom 0.5s ease-in-out 0s;
  transition: bottom 0.5s ease-in-out 0s;
}

.partners ul{
  display: table;
  width: 100%;
  padding:0;
  list-style: none;
}

.partners ul li{
  display: table-cell;
  vertical-align: middle;
  padding:15px 10px;
}

.breadcrumb{
  margin:0;
  margin-top: 20px;
  padding:0;
}

.breadcrumb, .breadcrumb a{
  font-size: 12px;
}

.breadcrumb > .active,
.breadcrumb > .active a{
  color:#116699;
}

.list{
  padding-left:20px;
}

.bullet li a {
  display: inline-block;
  background: url(/local/templates/topan_wa/../img/arrow-li.png) no-repeat scroll 0 13px;
  padding: 7px 0 5px 15px;
  -webkit-transition:none;
  -moz-transition:none;
  -ms-transition:none;
  transition:none;
  line-height: 17px;
}

.bullet li a:hover{
  background-position:0 -37px;
}

.side-list{
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.image-zoom{
  position: relative;
  z-index: 9;
}

.image-zoom img{
  margin:0 auto;
}

.thumbs_list{
  position: relative;
  margin:10px 0 20px 20px;
  z-index: 9;
}

.thumbs_list ul{
  padding-left:0;
}

.thumbs_list li{
  display: inline-block;
  border: 1px solid #cdcdcd;
}

.attributes{
  margin-top: 20px;
}

.line-row{
  padding:15px 0;
  border-top:1px dotted #e1e1e1;
}

.line-row .form-group{
  margin-bottom: 0;
}

.attributes .form-inline .form-control{
  display: inline-block;
}

.attr-row{
  margin-bottom: 22px;
}

.attr-row:last-child{
  margin-bottom: 0;
}

.attr-row .checkbox{
  margin:0;
}

.checkbox{
  font-weight: normal;
  font-size: 12px;
}

.checkbox input[type="checkbox"]{
  margin-top: 3px;
}

.form-control{
  height: 30px;
}

.form-inline label{
  font-size: 12px;
  margin-right: 10px;
}

.form-inline .btn{
  margin-left: 5px;
}

.options{
  margin-bottom: 20px;
}

.options .item-option{
  display: inline-block;
  position: relative;
  padding: 2px 5px 2px 22px;
  font-size: 11px;
  margin-right: 5px;
}

.options .item-option:before{
  content: "|";
  width: 1px;
  position: absolute;
  left: -5px;
}

.sendmail{
  background: url(/local/templates/topan_wa/../img/send.gif) no-repeat 4px 1px;
}

.print{
  background: url(/local/templates/topan_wa/../img/print.gif) no-repeat 4px 1px;
}

.nav-tabs > li > a{
  font-weight: bold;
}

.nav-tabs > .active > a{
  color:#116699;
}

.nav-tabs > li > a:hover{
  border-color:transparent;
}

.nav-tabs > li{
  margin-left: 0;
}

.nav-tabs > li > a{
  padding:20px;
}

.tab-content{
  padding:20px;
}


.tab-content p:last-child,
.tab-content ul:last-child{
  margin-bottom: 0;
}

.count{
  width: 40px;
  text-align: center;
}

.hr{
  height: 10px;
}

.download{
  margin:0;
}

.download{
  font-weight: bold;
}

.download img{
  height: 50px;
}

.download .media-body{
  height: 48px;
  display: table-cell;
  vertical-align: middle;
}

.products{
  border-bottom:1px solid #F3F3F3;
}

.product{
  padding:20px;
  overflow: hidden;
}

.product .image-holder{
  position: relative;
  overflow: hidden;
}

.product .image-holder img{
  margin:0 auto;
}

.product .image-holder .hot{
  position: absolute;
  top: 28px;
  right: 0;
  min-width: 50px;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  text-transform: uppercase;
  text-align: center;
  background-color: #e9584f;
  color:#fff;
  
}

.product .image-holder:before{
  content: "";
  position: absolute;
  right: -755px;
  top: 0;
  width: 600px;
  height: 559px;
  background:rgba(255, 255, 255, 0.1) 0 0 no-repeat;
  -webkit-transform: skew(-45deg);
  -moz-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  transform: skew(-45deg);
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -ms-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
 
}
 
.product:hover .image-holder:before {
  right: 700px
}

.product .btn{
  margin-right: 5px;
}

.product .btn-compair{
  bottom:-100px;
}

.product:hover .btn-compair{
  bottom:0;
}

.compare-box{
  border: 1px solid #F2F5F8;
}

.compare-box  .product{
  padding:0;
}

.compare-box .cell-holder{
  margin-right: -20px;
}

.compare-box .cell{
  padding: 20px;
  border-top: 1px solid #F2F5F8;
  border-left:  1px solid #F2F5F8;
}

.compare-box .carousel {
  margin-left: -1px;
  margin-top:-1px;
}

.line-list{
  list-style-type: disc;
  display: list-item;
}

.compare-box .line-list{
  text-align: left;
  margin-left: 8px;
}

.col-inline{
  float: none;
  display: inline-block;
  vertical-align: top;
}

.centred{
  display: block;
  margin:0 auto;
}

footer,
footer a {
  color:#808080;
  font-size: 14px;
}

footer  ul{
  padding:0;
  list-style: none;
  margin:15px 0;
}

footer ul li{
  margin:10px 0;
}

footer a:hover{
   color: #116699;
}

footer a:hover .fa{
  border-color:#116699;
}

footer .fa-round{
  position: relative;
  border: 2px solid #808080;
  border-radius: 50%;
  display: inline-block;
  font-size: 16px;
  height: 30px;
  width: 30px;
  line-height: 26px;
  margin-right: 10px;
  text-align: center;
  box-shadow: 0 0 20px transparent inset;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

footer .inner{
  padding:30px;
  background: #292929;
  border-radius: 4px 4px 0 0;
}

footer .block-title{
  margin:0 0 18px 0;
  color:#fff;
}

.menu .link{
  margin:0;
}

.link a {
  display:inline-block;
  padding: 7px 0;
  background: url(/local/templates/topan_wa/../img/circle-li.png) no-repeat -10px center;
}


.link a:hover {
  background-position: 5px 12px;
  padding-left: 20px;
}

footer .bottom{
  background-color: #272727;
  border-radius: 0 0 3px 3px;
  border-top: 1px solid #303030;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 30px;
}

.copy{
  margin:0;
}

.social a{
  display: inline-block;
  margin: 0 12px;
}

.social .fa {
  font-size: 21px;
}

@media (min-width:768px){

  .navbar-toggle{
    display: block;
  }

  .carousel .init li{
    float: left;
    width: 243px!important;
  }

  .compare-box  .carousel .init li{
    width: 230px!important;
  }
}

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

   .masthead .static-blocks{
    padding-right: 270px;
  }


  .navbar-collapse{
    float: right;
    clear: none;
  }

 .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .nav-top{
    padding-bottom: 0;
  }

  .nav-top .caret{
    display:block;
  }

  .nav ul li {
    list-style: none;
    position: relative;
  }

  .nav-top > li {
    float: left;
    margin-left: 3px;
  }

  .nav-top > li > a{
    padding:30px 20px 30px;
  }

  .nav > li > a {
    text-transform: uppercase;
    overflow: hidden;
    -webkit-transition: left 0.4s ease-out 0s;
    -moz-transition: left 0.4s ease-out 0s;
    -ms-transition: left 0.4s ease-out 0s;
    transition: left 0.4s ease-out 0s;
  }

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

  .nav  > li > a:before {
    content: "";
    position: absolute;
    left: -100%;
    bottom: 0;
    width: 100%;
    height: 5px;
    background-color: #116699;
    -webkit-transition: left 0.4s ease-out 0s;
    -moz-transition: left 0.4s ease-out 0s;
    -ms-transition: left 0.4s ease-out 0s;
    transition: left 0.4s ease-out 0s;
  }

  .nav > .active > a:before,
  .nav > li:hover > a:before {
    left:0;
  }

  .nav li a .caret {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: 7px;
    border-top-color: #505050;
  }

  .nav a:hover .caret{
    border-top-color: #505050;
  }

  .nav .fullwidth{
    position: static;
  }

   .nav  > li > .dropdown-menu{
    display: block;
  }

  .nav > .fullwidth > .dropdown-menu {
    width: 100%;
  }

  .nav .fullwidth  ul li  a {
    background: url(/local/templates/topan_wa/../img/circle-li.png) no-repeat -10px center;
    padding: 8px 0;
  }

  .nav .fullwidth  ul li a:hover{
    background-position: 5px 12px;
    padding-left: 20px;
  }

  .carousel .init li{
    width: 317px!important;
  }

  .col-md-9 .carousel .init li{
    float: left;
    width: 238px!important;
  }

  .compare-box  .carousel .init li{
    width: 227px!important;
  }

}

@media (min-width: 1200px){
  .icons-pager a{
    font-size: 15px;
    line-height: 20px;
  }

  .carousel .init li{
    float: left;
    width: 230px!important;
  }

  .col-md-9 .carousel .init li{
    width: 215px!important;
  }

  .compare-box  .carousel .init li{
    width: 222px!important;
  }
}


@media (max-width:992px){

  .lang{
    margin-right: 30px;
  }

  .main-slider{
    margin-bottom: 20px;
  }

  .search-form .search_query{
    position: absolute;
    right: 0;
    top:-99999px;
    width: 0;
  }

  .slider{
    margin-top: 0px;
  }
  
  .icons-pager{
    margin-top: 0;
  }

  .icons-pager a{
    float: left;
    width: 25%;
    padding-bottom: 25px;
  }

  .icons-pager a:nth-child(5){
    clear:left;
  }

  .icons-pager .image-holder{
    display:table-cell;
    width: 1%;
    height: 140px;
    vertical-align: middle;
  }

  .thumbs_list{
    margin-left: 0;
  }

}

@media (max-width:768px){

  .carousel .init li{
    text-align: center;
  }

  .copy,
  .social{
    float: none!important;
  }

  .social{
    margin-top: 20px;
  }

  .social a{
    margin-left: 0;
  }
  .product-title {
    text-align: center;
  }

    .products .product.col-md-4 p {
        text-align: center !important;
    }


}

@media (max-width:600px){
  .icons-pager .image-holder img{
      width: 100%;
    }
}
@media (max-width:480px){
  
    .brand{
      width: 140px;
    }

    .brand span{
      display: none;
    }

    .basket .fa{
      font-size: 18px;
      margin-top: -6px;
    }

    .basket span{
      font-weight: normal;
      text-transform: none;
    }

}

@media (max-width:480px){
  .icons-pager a{
    float: left;
    width: 50%;
    padding-bottom: 25px;
  }

  .icons-pager .image-holder img{
    width: auto;
    max-width: 100%;
  }

  .icons-pager a:nth-child(2n+1){
    clear:left;
  }

  .article > .pull-left{
    display: block;
    float: none!important;
    margin-bottom: 20px;
  }
}

.item-option.print {display: none;}


#read_more .tab-content.block-content table {
	width: 100%;
}
/* End */


/* Start:/bitrix/css/delement.floatblock/style.css?1664278307195*/
body
{
    height: auto !important;
    position: relative;
}

.de-fl-upScroll
{
    padding: 0px;
    margin: 0px;
    position:fixed;
    display:none;
    cursor:pointer;
    z-index: 1000;
}

/* End */
/* /local/components/tp/cart.mini/templates/.default/style.css?16642783921 */
/* /local/templates/topan_wa/template_styles.css?177875213220765 */
/* /bitrix/css/delement.floatblock/style.css?1664278307195 */
