/**
*  @version  $Id: template.css 38 2013-04-05 07:42:52Z linhnt $
*  @package  OMG Responsive Template for Joomla! 2.5
*  @subpackage  main css file for template ot_smarthouse
*  @copyright  Copyright (C) 2009 - 2013 Omegatheme. All rights reserved.
*  @license  GNU/GPL version 2, or later
*  @website:  http://www.omegatheme.com
*  Support Forum - http://www.omegatheme.com/forum/
*/

/*
* In this file we define layout such as: dimensions, position, padding, margin, etc.
* We also define COMMON typography (color, font) - JUST ONLY common style.
* If template has many preset styles, define typography in preset-style-x.css appropriate each design
*/



/*========================= 1. GENERAL =======================*/
@font-face {
    font-family: 'Font';
  src: url('../fonts/Font.ttf');
}
p{
  margin: 10px 0;
}
li{
  line-height: 22px;
}
input, textarea, .uneditable-input { max-width: 99%; }
a.modal {
    background: none repeat scroll 0 center transparent;
    border: 0 none;
    border-radius: 0 0 0 0;
    bottom: 0;
    left: 0;
    margin: 0;
    outline: medium none;
    padding: 0;
    position: relative;
    right: 0;
    top: 0;
    width: auto;
    z-index: 0;
}
.ie7 .btn-navbar{ display: none; }
/*========================= 2. OVERIDE JOOMLA =======================*/

/* com_search */
.search{}
.search .phrases-box,
.search .ordering-box,
.search .only,
.search .form-limit
{
  clear: both;
  margin: 0.5em 0;
}
.search .phrases-box > input,
.search .phrases-box > label {
  display: inline;
  margin: 0 2px;
}
.search .ordering-box > label {
  display: inline;
}

/* tooltips*/
.tip-wrap {
    background-color: #000000;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    max-width: 200px;
    padding: 3px 8px;
    text-align: center;
    text-decoration: none;
    z-index: 35500;
}
.tip-title {
  font-weight: bold;
}
.tip-text {
    text-align: left;
}

/* editor buttons */
.button2-left,
.button2-right {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
      border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
   -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* com_content */
.pagenav:after {
    clear: both;
}
.pagenav:before, .pagenav:after {
    content: "";
    display: table;
    line-height: 0;
}
.pagenav{
    list-style: none outside none;
    margin: 18px 0;
    text-align: center;
}
.pagenav li {display:inline;}
.pagenav .pagenav-prev a{ float: left; }
.pagenav .pagenav-next a{ float: right; }
.pagenav a{
    background-color: #F8F8F8;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    display: inline-block;
    padding: 3px 8px;
}

/*========================= 3. RESPONSIVE ====================*/

@media (min-width: 1200px) {

}

@media (min-width: 980px) {

}

@media (max-width: 979px) {

}

@media (min-width: 768px) and (max-width: 979px) {

}

@media (max-width: 767px) {
  /* fixed the modal popup width in small screen */
  #sbox-overlay {
    min-width: 100% !important;
  }
  #sbox-window {
    left: auto !important;
    padding: 0;
    width: 90% !important;
  }
  #sbox-window .sbox-content-iframe > iframe {
    max-width: 100% !important;
  }

  /* fixed facebox pop up in small screen (Virtuemart) */
  #facebox { max-width: 90% !important; left: auto !important; }
  #facebox .content { display: block !important; }
  #facebox iframe { max-width: 100% !important; }
}

@media (max-width: 480px) {

}/*========================= 4. LAYOUT =======================*/
#advanced-search{
  padding: 0;
  margin: 5px 0 15px;
}
.ie7  .btn-navbar{
  display: none;
}
.ie7 .row-fluid .form-search button,
.ie8 .row-fluid .form-search button{
  min-height: 28px;
  line-height: 28px;
  padding: 0 10px;

}
.ie7 .form-search .input-append,
.ie8 .form-search .input-append {
  display: block;
}
.ie7 .form-search,
.ie8 .form-search{
  width: 250px;
}
.ie7 .form-search .search-query,
.ie8 .form-search .search-query{
  width: 210px;
}
.input-append {
  max-width: 100%;
}
.modal {
  z-index: 35100;
}
a.modal{
  position: relative;
  margin: 0;
  width: auto;
  top: auto;
  left: auto;
  z-index: 1;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
}
.modal-header{
  overflow: hidden;
}
.modal-backdrop,
.modal-backdrop.fade.in{
  opacity: 0.60;
  filter:alpha(opacity=60); /* For IE8 and earlier */
  z-index: 35050;
}
.vimeo-sc, .youtube-sc, iframe{
  max-width: 100% !important;
}
#fancybox-overlay{
  z-index: 35010;
}
#fancybox-wrap{
  z-index: 35011;
}
ul{
  margin: 10px 0;
  /*list-style: disc inside none;*/
  list-style: none;
}
select{
  max-width: 100%;
}
.floatleft{
  float: left;
}
.floatright{
  float: right;
}
body{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;;
}
.breadcrumb{
  margin: 0;
  padding: 10px 0px;
  font-size: 13px;
  font-style: italic;
}
.breadcrumb > li {
  border-width: 0;
}
.breadcrumb > li > .divider{
  padding: 0 15px;
}
.breadcrumb > li > a{
  padding: 0;
}
.ot-content{
  /* padding: 15px;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px; */
}
.module h3.mod-title{
  font-weight: normal;
  text-align: center;
  color: #f7639f;
  font-family: Font,sans-serif !important;
  text-transform: none !important;
  font-size: 32px;
}
@media (max-width: 767px) {
  .container{
    padding: 0 10px;
  }
}

/* ---* CUSTOM TOP BLOCK *--- */
.oTopBlock {
  padding: 0 0 15px;
  margin: 0 0 20px;
}
.oTopBlock .container{

}
/* --- CUSTOM TOP1 --- */
/* CUSTOM MENU */
.top1{
  font-size: 14px;
}
.top1 ul.menu{
  float: right;
}
.top1 ul.menu li{
  float: left;
  list-style: none;
}
.top1 ul.menu li a{
  padding: 2px 10px;
}
.custom_login{
  margin: 10px;
  line-height: 30px;
}
.top1 .vmCartModule{
    margin: 8px 0 0px 0;
}
/* --- CUSTOM CONTACT MODULE --- */

/* --- CUSTOM TOP2 --- */
.top2{

}
/* CUSTOM MENU */
.mainmenu {
  margin: 0px;
}
.mainmenu .otmenu-desk-wrapper .ot-menu {
  margin: 0px;
}
.mainmenu .otmenu-desk-wrapper .ot-menu .child-menu {
  margin: 0px;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li {

}
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1{
  margin: 0px 3px 0px 0px;
  padding: 0px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.mainmenu .otmenu-desk-wrapper .ot-menu a{
  margin: 0 10px;
  /*border-width: 1px 0 0;
  border-style: dotted;*/
}
.mainmenu .otmenu-desk-wrapper .ot-menu a.level1{
  font-family: Font,sans-serif;
  font-size: 36px;
  line-height: 50px;
  height: 50px;
  padding: 0px 15px;
  text-transform: capitalize;
  position: relative;
  z-index: 10000;
}
.mainmenu .otmenu-desk-wrapper .ot-menu .hasChild.notColumn a.level1{
  padding-right: 35px;
}
.mainmenu .otmenu-desk-wrapper .ot-menu a.level1 span{

}
.mainmenu .otmenu-desk-wrapper .ot-menu .submenu-wrap{
  -webkit-border-radius: 0px 3px 3px 0px;
  -moz-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1 > div > .submenu-wrap{
  top: 44px;
  -webkit-border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1 > div > .submenu-wrap > .submenu-wrap-i{
  padding: 10px 0;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li li{
  margin: 0;
  -webkit-border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li.first > div > a,
.mainmenu .otmenu-desk-wrapper .ot-menu li.hasColumn a{
  border-width: 0;
  border-style: none;
}
.mainmenu .otmenu-desk-wrapper li.hasColumn .columnTitle{
  display: block;
  border-width: 0 0 1px;
  border-style: dotted;
}
/* CUSTOM SEARCH */
.module .search{
  margin: 0;
  padding: 0;
}
.module .search .form-search{
  float: right;
  margin: 0px;
  padding: 40px 15px !important;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.module.custom_search .search .form-search{
  margin: 0px;
  padding: 0;
}
.custom_search .form-search .input-append {

}
.custom_search .form-search .input-append .search-query{
  -webkit-border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
  padding: 10px;
}
.custom_search .form-search .input-append .btn{
  -webkit-border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
  padding: 10px;
}
.oTopBlock .module.accordion.custom_search{
  margin: 20px 0 10px;
  padding: 0px;
  position: relative;
}
.oTopBlock .module.accordion.custom_search input.button-img{
  margin: 15px 5px;
}
.oTopBlock .top1 .module.accordion.custom_search .search{
  position: absolute;
  right: 0;
  top: 41px;
  z-index: 35001;
}

/* ---* CUSTOM MIDDLE BLOCK *--- */
/* CUSTOM BANNER */
.middle1 .carousel{
  /* margin: 0; */
}
.middle2 .module{
  margin-top: 10px;
}

/* ---* CUSTOM MAIN BLOCK *--- */
.oMainBlock .container{
  /* padding: 10px 0; */
}
.oMainBlock .module{
  margin: 0 0 10px;
}
.oMainBlock .module .mod-content{
  padding: 0;
  margin: 0;
}

/* ---* CUSTOM COMPONENT CONTENT *--- */
[class*="img-intro-"] {
  text-align: center;
}
.img-intro-left,
.item-image.pull-left{
  float: left;
  margin-right: 10px;
}
.img-intro-right,
.item-image.pull-right{
  float: right;
  margin-left: 10px;
}
.items-more{
  margin: 20px 0 10px;
}
.componentheading,
.page-header{
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 10px;
}
.page-content{
  padding: 0px;
  margin: 0 0 20px;
  clear: both;
}
/* ---* CUSTOM CONTENT MODULE *--- */
.module .item-title a{
  font-weight: bold;
}
.module .list-items li .created{
  display: inline-block;
  font-size: 11px;
  font-style: italic;
}

/* ---* CUSTOM COMPONENT K2 *--- */
.k2AccountPage table tr td label{
  display: inline-block;
  margin: 0 20px 10px 5px;
}
.k2Avatar img{
  overflow: hidden;
}
.itemContainer,
.userItemView,
div.tagItemView,
.latestItemView{
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-width: 0 0 1px;
  border-style: solid;
}
div.itemHeader h2.itemTitle{
  font-size: 24px;
  line-height: 28px;
  padding: 6px 0px;
  text-transform: capitalize;
}
div.catItemHeader h3.catItemTitle,
div.latestItemHeader h3.latestItemTitle,
div.userItemHeader h3.userItemTitle,
div.tagItemHeader h2.tagItemTitle{
  font-size: 24px;
  line-height: 28px;
  padding: 6px 0px;
}
div.itemToolbar ul{
  text-align: left;
}
.itemCommentsCounter{
  border-width: 0 0 5px;
  border-style: solid;
}
.itemCommentsCounter > span{
  display: inline-block;
  padding: 7px 15px;
}
div.itemComments ul.itemCommentsList li{
  border-width: 0 0 1px;
  border-style: solid;
}
div.itemHeader span.itemAuthor{
  display: inline-block;
  padding: 0 10px 0 15px;
}
div.catItemHeader span.catItemAuthor,
.catItemAuthor,
.itemAuthor,
.catItemTagsBlock,
.itemTagsBlock,
.catItemComments,
.itemComments{
  padding: 0 10px 0 15px;
}
ul.itemsList li{
  list-style: none;
  padding: 10px;
  border-bottom: 1px solid;
}
.slide ul.itemsList li,
ul.itemsList li.lastItem{
  border-bottom: 0;
}
/* CUSTOM K2 MODULE */
.k2ItemsBlock {

}
.k2ItemBlock {
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-width: 0 0 1px;
  border-style: solid;
}
.k2ItemBlock .moduleItemImage{

}
.catItemTags,
ul.userItemTags li a,
.itemTags,
.moduleItemTags{
  margin: 10px 0;
  font-size: 12px;
  font-style: italic;
}
.k2ItemsBlock .ot-single .moduleItemImage{
  float: left;
  margin: 0;
  width: 100%;
}
.k2ItemsBlock .ot-single .moduleItemOverlay{
  position: absolute;
  top: 25%;
  left: 25%;
  width: 50%;
  font-size: 14px;
  line-height: 20px;
}
.k2ItemsBlock .ot-single .moduleItemOverlay .moduleItemTitle{
  padding: 5px 15px;
  display: inline-block;
  text-transform: uppercase;
}
.k2ItemsBlock .ot-single .moduleItemOverlay .moduleItemIntrotext{
  margin: 10px 0;
  padding: 10px 15px;
}
.k2ItemsBlock .ot-single .moduleItemOverlay .moduleItemAddition{
  padding: 2px 15px;
  margin: 1px 4px 1px 0px;
}
.k2ItemsBlock .ot-single .moduleItemOverlay a.moduleItemReadMore{
  display: inline-block;
  padding: 5px 35px 5px 15px;
  margin-top: 10px;
}
.accordion-group.k2ItemBlock{
  border: 0;
  -webkit-border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  margin: 0 0 10px;
  padding: 0;
}
.accordion-group.k2ItemBlock .accordion-heading .accordion-toggle{
  float: right;
  margin: 0 0 0 10px;
  padding: 13px;
  line-height: 14px;
}
.accordion-group.k2ItemBlock .accordion-heading .moduleItemTitle{
  font-size: 14px;
  line-height: 20px;
  padding: 10px;
  display: block;
}
.accordion-group.k2ItemBlock .accordion-heading .moduleItemTitle:hover{
  text-decoration: none;
}
.accordion-group.k2ItemBlock .accordion-body-i{
  margin: 20px 0 10px;
}
.moduleItemReadMore,
a.k2ReadMore{
  display: inline-block;
  padding: 7px 30px 7px 15px;
  margin: 10px 0;
}
.moduleItemReadMore:hover,
a.k2ReadMore:hover{
  text-decoration: none;
}
.k2LatestCommentsBlock .carousel-control,
.k2TopCommentersBlock .carousel-control{
  background: none;
  color: #333333;
}
.k2LatestCommentsBlock ul li .lcAdditionInfo{
  text-align: right;
  margin: 10px 10px 0 0;
}
.k2LatestCommentsBlock ul li span.lcUsername{

}

/* ---* CUSTOM COMPONENT VIRTUEMART *--- */
.browse-top h3.category-title{
  padding: 5px 0;
  font-size: 30px;
  line-height: 32px;
  text-transform: capitalize;
}
.browse-top h3,
.browse-top .category_description,
.browse-top .virtuemart_search{
  padding: 10px;
}
.orderby-displaynumber{
  padding: 10px;
  /*border-width: 0px 0px 1px;
  border-style: dotted;*/
  text-transform: none;
  position: relative;
  z-index: 1;
}
.category-view .row-fluid .category .spacer{
  position: relative;
  margin: 28px 0px 24px 0;
  text-align: center;
  min-height: 332px;
}
.featured-view .spacer,
.latest-view .spacer,
.topten-view .spacer,
.recent-view .spacer,
.related-products-view .spacer,
.browse-view .row-fluid .product .spacer,
.product .spacer{
  position: relative;
  margin: 10px 0;
  border: 1px solid #ccc;
  text-align: center;
}
div.product .spacer .product-image{
  margin: 0 0 10px;
  min-height: 300px;
  position: relative;
}
.product .spacer .product-name{
  font-weight: normal;
  font-size: 18px;
}
.featured-view .spacer span.product-discount,
.latest-view .spacer span.product-discount,
.topten-view .spacer span.product-discount,
.recent-view .spacer span.product-discount,
.related-products-view .spacer span.product-discount,
.browse-view .row-fluid .product .spacer span.product-discount,
.product .spacer span.product-discount{
  position: absolute;
  z-index: 2;
  right: 15px;
  top: -3px;
  width: 40px;
  height: 45px;
  text-align: center;
  font-size: 12px !important;
  line-height: 16px;
  text-transform: uppercase;
}
span.product-discount span.percent,
.spacer span.product-discount span.percent{
  font-size: 14px !important;
  font-weight: bold;
  display: block;
}
.product .spacer .product-category{
  font-size: 12px;
  font-style: italic;
  display: none;
}
.product .spacer .product-s-desc{
  font-size: 12px;
  font-style: italic;
  margin: 0 0 10px;
}
li.product .spacer .product-s-desc{

}
.ot-vmproduct.item .product-detail.span6{
  width: 100%;
}
.ot-vmproduct.item img{
    width: 100%;
  margin-left: 50%;
}
.ot-vmproduct.item .spacer{
border-color: rgba(209, 209, 209, 0);
}
.vote {
  line-height: 20px;
}
.vote .ratingbox{
  width: 70px;
  height: 14px;
}
.vote .ratingbox span{
  height: 14px;
}
.product .spacer .product-details{
  padding: 4px 10px 4px 10px;
  margin: 10px 0;
}
.featured-view .spacer .product-price span,
.latest-view .spacer .product-price span,
.topten-view .spacer .product-price span,
.recent-view .spacer .product-price span,
.related-products-view .spacer .product-price span,
.browse-view .row-fluid .product .spacer .product-price span,
.product .spacer .product-price,
.product .spacer .product-rel-price{
  font-size: 24px;
    margin-bottom: 0px;
    width: 100%;
    color: #f7639f !important;
}
.product .spacer .product-price .PricesalesPrice,
.product .spacer .product-rel-price .PricesalesPrice{
  /*float: right;*/

}
span.PricesalesPrice{
  /*margin-right: 57px;*/
  width: 100px;
}
.featured-view .spacer .product-price .price-crossed span,
.latest-view .spacer .product-price .price-crossed span,
.topten-view .spacer .product-price .price-crossed span,
.recent-view .spacer .product-price .price-crossed span,
.related-products-view .spacer .product-price .price-crossed span,
.browse-view .row-fluid .product .spacer .product-price .price-crossed span,
.product .spacer .product-price .price-crossed,
.product .spacer .product-rel-price .price-crossed{
  font-size: 14px;
}
.productdetails-view{

}
#omega-like{
  position: absolute;
  top: 0px;
  left: -5500px;}
.productdetails-view .product-details{

}
.productdetails-view .product-price{
  margin: 0;
  padding: 0 20px;
}
.productdetails-view .product-price.p-discount{
  position: relative;
  padding-right: 50px;
}
.productdetails-view .product-price.p-discount .product-discount{
  position: absolute;
  z-index: 2;
  right: 10px;
  top: -13px;
  width: 40px;
  height: 45px;
  text-align: center;
  font-size: 12px !important;
  line-height: 16px;
  text-transform: uppercase;
  /*Отключаем страрый ярлык*/
  display: none;
}
.productdetails-view .product-price span.PricesalesPrice{
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
}
.product-preview{
  margin: 0 0 20px;
}
.main-image{
  margin: 0;
  padding: 0;
  /* border: 1px solid; */
  overflow: hidden;
}
.img-caption{
  padding: 10px;
  line-height: 20px;
  font-size: 10px;
  text-align: left;
  text-transform: uppercase;
}
.additional-images {

}
.additional-images .carousel {
  padding: 0px;
}
.additional-images .carousel .carousel-control {
  left: 0;
  border: 0;
}
.additional-images .carousel .carousel-control.right {
  left: auto;
  right: 0;
}
.additional-images .nav > li {

}
.additional-images .nav > li > a {
  border: 1px solid;
}
.additional-images .nav > li > a > img{
  max-width: 100%;
  width: auto;
  margin: 0;
}
.additional-images .mCustomScrollBox{

}
.additional-images .mCustomScrollBox .mCSB_container{
  /* margin: 0 40px; */
}
.productdetails-view .product-name h1{
  font-size: 30px;
  font-weight: bold;
  text-transform: capitalize;
}
.productdetails-view .category-name{
  text-transform: uppercase;
}
.availability{
  text-align: left;
  padding: 15px 0;
  margin: 0;
  border-bottom: 1px solid;
  text-transform: uppercase;
}
.productdetails-view .spacer-buy-area{
  padding: 10px 0;
  margin: 10px 0;
}
.productdetails-view .spacer-buy-area .addtocart-area{

}
.productdetails-view .spacer-buy-area .addtocart-area > form{
  margin: 0;
}
.productdetails-view .product-fields{
  float: left;
  width: 100%;
  padding: 15px 0;
  margin: 0;
  /*border-bottom: 1px solid;*/
  height: 0px;
}
.productdetails-view .addtocart-bar{
  padding: 0;
  margin: 0;
}
span.quantity-box{
  width: auto;
}
span.addtocart-button{
  position: relative;
  padding: 3px 15px;
  margin-top: 3px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  border-width: 1px;
  border-style: solid;
}
span.addtocart-button:hover{
  border: 1px solid #ff455f;
}
span.addtocart-button input.addtocart-button{
  font-family: 'Segoe UI', Tahoma, Arial, Helvetica, sans-serif;
  font-size: 18px;
  text-transform: none;
  height: auto;
  line-height: 24px;
  border-width: 0;
  border-style: none;
}
.vm-button-correct,
.vm-button-correct:link,
.vm-button-correct:visited{
  padding: 8px 15px
}
.productdetails-view .product-short-description{

}
.product-related-products,
.product-related-categories{
  float: left;
  width: 100%;
  border: 0;
}
.productdetails-view h4,
.product-related-products h4,
.product-related-categories h4,
.category-view h4,
.featured-view h4,
.latest-view h4,
.topten-view h4,
.recent-view h4,
.related-products-view h4{
  font-family: 'Segoe UI',Tahoma,Arial,Helvetica,sans-serif;
  font-size: 24px;
  line-height: 30px;
  margin: 10px 0;
}
.productFacebookButton,
.productTwitterButton,
.productGooglePlusOneButton{
  float: left;
  margin-right: 10px;
}
.module .VmArrowdown{
  width: 10px;
  height: 10px;
  padding: 15px;
}
.product .spacer{
  border: 1px solid;
}
.product .spacer:hover{

}
.product .spacer .product-price .price-crossed,
.product .spacer .product-price .price-new,
#ot-product-hover .product-price .price-crossed,
#ot-product-hover .product-price .price-new {
  display: inline-block;
}
.product .spacer .product-price .price-crossed,
.product .spacer .product-rel-price .price-crossed,
#ot-product-hover .product-price .price-crossed {
  text-decoration: line-through;
  margin-left: 10px;
}
#ot-product-hover .ot-product-detail .product-s-desc{
  font-style: italic;
}
#ot-product-hover{
  text-align: center;
  float: left;
  position: absolute;
}
#ot-product-hover .spacer{
  margin: 0;
}
#ot-product-hover .ot-close{
  cursor: pointer;
  width: 30px;
  height: 30px;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 99990;
}
#ot-product-hover .product-detail .vote{
  display: none;
}
.product .spacer .product-addtocart{
  display: block;
}
#ot-product-hover .product-addtocart{
  display: block;
}
#ot-product-hover .product-name,
#ot-product-hover .product-name a {

}
.ot-product-detail .product-price,
#ot-product-hover .product-price .PricesalesPrice {

}

/* .product {
  position: relative;
  z-index: 0;
} */

/* CUSTOM VIRTUEMART MODULE */

/* CUSTOM COMPONENT FINDER */
#finder-filter-select-list{
  list-style: none;
}

/* CUSTOM LEFT MENU */
.oMainBlock .module ul{

}
.oMainBlock .module ul li{

}
.oMainBlock .module ul.unstyled li{
  border-width: 0px;
}
.oMainBlock .module ul.nav ul{
  padding: 10px 0 10px 5px;
  margin: 0px;
  border-width: 1px 0px;
  border-style: solid;
}
.oMainBlock .module ul.nav li{
  padding: 0px;
  border-width: 1px 0px 0px;
  border-style: dotted;
}
.oMainBlock .module ul.nav li a{
  padding: 5px 10px 5px 20px;
  display: block;
}
.oMainBlock .module ul.nav li a:hover{
  text-decoration: none;
}
.oMainBlock .module ul.nav li li a{
  margin: 0 2px;
  padding: 3px 10px 3px 20px;
}
.oMainBlock .module ul.nav li.first{
  border-top: 0px;
}

/* ---* CUSTOM MAINBOTTOM BLOCK *--- */
.custom_style {
  text-align: center;
}
.custom_style .bannergroup{
  padding: 0 20px;
}

/* ---* CUSTOM BOTTOM BLOCK *--- */
.oBottomBlock h3.mod-title{
  padding: 5px 10px 10px;
  font-size: 32px;
  line-height: 20px;
  display: inline-block;
}
.oBottomBlock2{
  padding: 20px 0;
}
.oBottomBlock3{
  padding: 10px 0;
  border-width: 1px 0 0;
  border-style: dotted;
}

/* ---* CUSTOM FOOTER BLOCK *--- */
.oFooterBlock .container{
  padding: 10px 0;
}
.copyright{
  padding: 10px 0px;
}
.gotop{
  float: right;
  width: 46px;
  height: 46px;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
}
.gotop a{
  display: inline-block;
  padding: 25px 5px 5px;
  width: 36px;
  height: 16px;
}
.oFooterBlock2 ul.menu li{
  float: left;
  list-style: none;
}
.oFooterBlock2 ul.menu li a{
  padding: 0 10px;
}


/* ---* CUSTOM READMORE *--- */
a.readmore{
  display: inline-block;
  padding: 7px 30px 7px 15px;
  margin: 10px 0;
  border-width: 1px;
  border-style: dotted;
}
a.readmore:hover{
  text-decoration: none;
  cursor: pointer;
}

/* ---* CUSTOM ICONS *--- */
[class*="ico-"] {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 25px;
  height: 25px;
}

/* ---* CUSTOM TABS *--- */
.navbar,
.nav-tabs{
  margin: 0;
  padding: 0;
}
.navbar{
  overflow: hidden;
}
.navbar .divider-vertical{
  margin: 0px;
}
.navbar .nav > li > a{
  margin: 0;
  text-transform: capitalize;
}
.nav-tabs{
  padding: 0 20px;
  border-width: 0;
}
.nav-tabs > li{

}
.nav-tabs > li > a{
  font-size: 14px;
  text-transform: capitalize;
  font-weight: normal;
  margin: 3px 0 0 1px;
  padding: 8px 15px;
  text-transform: capitalize;
  -webkit-border-radius: 8px 8px 0px 0px;
  -moz-border-radius: 8px 8px 0px 0px;
  border-radius: 8px 8px 0px 0px;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus{
  margin-top: 0;
  padding-top: 11px;
}
.tab-content{
  overflow: visible;
  clear: both;
  padding: 10px;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}

/* ---* CUSTOM SLIDE *--- */
.carousel-control{
  line-height: 23px;
  text-align: center !important;
  top: 50%;
  z-index: 1;
  left: 0px;
}
.carousel-control.right{
  text-align: center !important;
  right: 0px;
}
.carousel-control.control-square{
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.carousel-control.control-large{
  width: 50px;
  height: 50px;
  line-height: 25px;
  border: 0;
  margin-top: -25px;
}
.carousel-control.control-mini{
  width: 30px;
  height: 30px;
  border: 0;
  margin-top: -15px;
}
.carousel-control.control-mini.right{

}
.carousel-control [class^="icon-"],
.carousel-control [class*=" icon-"]{
  margin-top: 13px;
}
.control-large [class^="icon-"],
.control-large [class*=" icon-"]{
  margin-top: 18px;
}
.control-mini [class^="icon-"],
.control-mini [class*=" icon-"]{
  margin-top: 8px;
}
.carousel-inner > .item{
  margin: 0;
  overflow: hidden;
}
.carousel{
  z-index: 0;
}
.ot-indicators{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 15px;
  text-align: center;
}
.ot-indicators .carousel-indicators{
  position: static;
  display: inline-block;
  margin: 0 auto;
}
.ot_indicators .carousel-indicators{
  top: -15px;
  right: 0px;
}
.carousel-indicators li{
  margin: 4px;
}
.carousel-indicators li.ot-square {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.carousel-indicators li:hover,
.carousel-indicators li.active{

}
.ot-slidenav{
  position: absolute;
  right: 0;
  top: -40px;
  z-index: 1;
}
.ot-slidenav .carousel-control{
  position: static;
  float: left;
  border: 0;
  margin: 0;
  cursor: pointer;
  opacity: 0.90;
  filter:alpha(opacity=90); /* For IE8 and earlier */
}
.ot-slidenav .carousel-control:hover,
.ot-slidenav .carousel-control:focus{
  opacity: 1;
  filter:alpha(opacity=100); /* For IE8 and earlier */
}

/* ---* CUSTOM TEMPLATE CONTROL *--- */
fieldset.democolor{
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  padding: 20px 0 10px;
  margin: 10px 0;
}
.ie7 fieldset.democolor{
  max-width: 200px;
}
fieldset.democolor label.demopreset{
  width: 80px;
  height: 40px;
  border: 0;
  margin-bottom: 10px;
  -webkit-box-shadow: inset 0 -15px 0 rgba(0, 0, 0, 0.1), 0 1px 2px rgba(255, 255, 255, 255.05);
  -moz-box-shadow: inset 0 -15px 0 rgba(0, 0, 0, 0.1), 0 1px 2px rgba(255, 255, 255, 255.05);
  box-shadow: inset 0 -15px 0 rgba(0, 0, 0, 0.1), 0 1px 2px rgba(255, 255, 255, 255.05);
}
fieldset.democolor label.demopreset.odd{
  clear: both;
  margin-right: 10px;
}
fieldset.democolor label.demopreset.even{

}
.btn-primary{
  background: #f7639f !important;
}
.browse-view h1 {
    margin: 0 0 8px;
    padding: 0;
    font-size: 36px;
    font-weight: normal;
    text-align: center;
    color: #f7639f;
    text-transform: none;
}
/*.oPos.top2-1.span2.visible-phone.visible-tablet.visible-desktop{
width: 31.623931623931625% !important;
}
.oPos.top2-2.span2.visible-phone.visible-tablet.visible-desktop{
width: 31.623931623931625% !important;
}
.oPos.top2-3.span2.visible-phone.visible-tablet.visible-desktop{
width: 31.623931623931625% !important;
}*/

@media only screen and (max-width: 767px) {
#mod-121 {
    display: none;
}
#mod-101 {
    display: none;
}
#mod-102 {
    text-align: center;
}
#mod-131 {
    text-align: center;
}
#mod-100 {
    text-align: center;
}
.ot_logo{
    text-align: center;  
}
.cmbf-button-container {
    margin-top: 10px !important;
}
.oTopBlock1 .cart{
    text-align: center;
}
.vmCartModule #product_list{
  width: auto;
  min-width: 300px;
  right: -138px;
}
#default-search {
    width: 100%;
}
.module .search .form-search {
    float: none !important;
  text-align: center !important;
    padding: 0px 0px 14px!important;
}
#btn-navbar {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
    float: inherit;
    margin: 0 auto;
    padding: 10px 40px;
}
body {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.oTopBlock2 .grafik {
  display:none;
}
.oTopBlock1 .custom_contact p{  
      margin: 10px 0 0px;
}  
.oTopBlock1 .custom_contact a,
.oTopBlock1 .custom_contact span{
    font-size: 14px !important;
}
.otmenu-mobile-wrapper .btn-navbar {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
    float: none  !important;
    margin: 0px 0px  !important;
    padding: 13px 14px !important;
  background: #f7639f;
}
.otmenu-mobile-wrapper .btn-navbar .icon-bar {
    background-color: #ffffff !important;
}
.display-number {
    display: none !important;
}
.product-name {
    text-align: center !important;
}
 .product-price {
    text-align: center !important;
}
 .p-discount {
    text-align: center !important;
}
.productdetails-view .addtocart-bar {
    padding: 0;
    margin: 0;
    display: flex !important;
    padding-top: 30px !important;
}
.select {
    width: 95% !important;
    background-color: #fff;
    border: 1px solid #e93977 !important;
}
span.addtocart-button {
    position: relative;
    padding: 3px !important;
    text-align: center !important;
    margin-top: 3px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    border-width: 2px !important;
    border-style: solid;
}
.additional-images .carousel {
    display: flex !important;
  text-align: center !important;
}
}
@media only screen and (max-width: 480px) {
.ot_logo{
    max-width: 200px;
  margin: auto;
}
.oTopBlock1 .cart{
    text-align: left;
}
.vmCartModule #product_list {
    width: auto;
    min-width: 300px;
    right: -281px;
}
.cmbf-button-container{
    position: absolute;
    top: 59px;
    padding: 0px 12px !important;
    height: 30px !important;
    line-height: 30px !important;
    border: 1px solid #d7d7d7 !important;
    font-size: 14px !important;
    right: 16px;
}
.top2-3{
    display: none !important;  
}
.module .search .form-search {
  padding: 0px!important;
    text-align: left!important;
}
.top3-1{
    top: 208px;
  z-index: 9999888;
}
.top3-1 .btn-navbar{
    right: 0px;
    position: absolute;
    top: -41px;
}
}
.top1 ul.menu li {
    display: none;
}

