/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Custom Style Sheet - Use this file to style your content
 */

/* Frontpage Showcase */
.frontpageshowcase {
    position: absolute;
    top: 20px;
    left: 40px;
    z-index: 1;
    width: 400px;
    color: #FFF;
    font-size: 16px;
    line-height: 22px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.frontpageshowcase.black { color: #444; }

/* Frontpage List */
.frontpagelist img { margin: -20px -20px -20px 0; }

.frontpagelist h2 {
    font-size: 28px;
    line-height: 28px;
}

/* Frontpage Botton */
#page .frontpagebottom {
    min-height: 124px;
    margin: -13px;
    padding: 13px 120px 13px 13px;
    border-radius: 7px;
    overflow: hidden;
}


/* Frontpage Separator */
#page .frontpageseparator {
    margin: -3px;
    overflow: hidden;
    text-transform: uppercase;
}

.frontpageseparator > div > div {
    padding-left: 15px;
    border-left: 1px solid #ddd;
    box-shadow: inset 1px 0 0 #fff;
    overflow: hidden;
}

.frontpageseparator > div:first-child > div {
    border-left: none;
    box-shadow: none;
}

.frontpageseparator img {
    margin: 4px 15px 0 0;
    float: left;
}

/* Styles added from 22.05.2015 */

#maininner.content /* Style adds float property to the content block*/{
    float: right;
}

/* Index page styles */
.category-view .row .category .spacer {
    padding: 10px 0 15px 0;
}
.category-view .row .category .spacer h2 {
    text-align: center;
    margin-bottom: 0!important;
    font-size: 20px;
}

.category-view .row .category .spacer h2 a img {
    margin: 10px 0 0 0;
}

/* Quantity buttons */



/* End of quantity buttons */

/* End of index page styles */

/* VirtueMart Filters and Buttons */

.orderlistcontainer {
    display: inline-block;
    font-size: 12px;
    margin: 0 15px 0 0;
    text-decoration: none;
}
.orderlistcontainer div {margin: 0 10px 0 0;}
.orderlistcontainer .activeOrder {
    /*background: #fff url("../images/arrow_down.png") no-repeat scroll right top;*/
    border: 1px solid #cac9c9;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    padding: 2px 7px 1px 7px;
    float: left;
}
.orderlistcontainer .orderlist {float: left;}
.orderlistcontainer .orderlist div {float: left;}

.vm-details-button {
    clear: both;
    display: block;
    margin: 5px auto;
}

/* End of VirtueMart Filters and Buttons */



/* VirtueMart Preview Cards */

.vm-product-media-container.prodCardPreview {
    width: 100%!important;
    text-align: center;
    float: none!important;
}

/* End of VirtueMart Preview Cards */

/* Product page */

.vm-product-media-container {
    width: 400px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.vm-product-details-container {
    float: left;
    padding-left: 1%;
    width: 49%;
}

.additional-images {
    width: 45.5%;
    float: left;
}

.additional-images div.floatleft {
    width: 90px;
    height: 90px;
    padding: 5px;
    overflow: hidden;
}

.productdetails-view .next-page {
    background-image: url("../images/nextArrow.png");
    background-repeat: no-repeat;
    float: right;
    padding-right: 25px;
    background-position: right center;
}
.productdetails-view .previous-page {
    background-image: url("../images/previousArrow.png");
    background-repeat: no-repeat;
    float: left;
    padding-left: 25px;
    background-position: left center;
}

.vm-product-details-container .spacer-buy-area {
    margin-top: 80px;
}

.productdetails-view .vm-product-media-container img {
    width: 400px;
}

 input.addtocart-button, a.product-details {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #84df54, #00c900) repeat scroll 0 0;
    border: medium none;
    border-radius: 7px;
    color: white;
    display: block;
    font-size: 16px;
    height: 33px;
    /*padding: 0 10px;*/
}

a.product-details {
    display: inline-block;
    line-height: 33px;
    width: auto;
}

.addtocart-area {
    padding: 0;
}
.priceButtonsCustoms {position: relative;padding-top: 50px;}
.priceButtonsCustoms .product-price{}
.priceButtonsCustoms .addtocart-area .product-fields{
  position: absolute;
  top: 0;
  width: 100%;
  padding-top: 0px!important;
}



 input.addtocart-button:hover, a.product-details:hover {
    background: rgba(0, 0, 0, 0) linear-gradient(to top, #84df54, #00c900) repeat scroll 0 0;
    color: white;
}

.quantity-box .quantity-input {
    border-bottom: 5px solid #e3e3e3;
    border-top: 5px solid #e3e3e3;
    border-left: none;
    border-right: none;
    display: block;
    height: 12px;
    margin: 0;
    padding: 5px 0;
    text-align: center;
    width: 100%;
}

 span.quantity-controls {
    background-color: #e3e3e3;
    float: left;
    height: 33px;
    width: 40%;
}

 .quantity-controls .quantity-plus,  .quantity-controls .quantity-minus {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    display: block;
    height: 100%;
    width: 30%;
    text-align: center;
    font-size: 16px;
}

 .quantity-controls .quantity-plus {
    /*background-image: url("../images/plusMinus.png");
    border: medium none;
    margin: 0 0 2px 0;*/
    float: right;
}

  .quantity-controls .quantity-box {
      float: right;
      width: 40%;
  }

  .quantity-controls .quantity-box input {
      
  }
  
 .quantity-controls .quantity-minus {
    /*background-image: url("../images/plusMinus.png");
    background-position: right center;
    border: medium none;*/
    float: right;
}



/* End of product page */

/* VM Related products styles */

.product-related-products > .product-fields-title-wrapper {float: none;}
.product-related-products > .product-fields-title-wrapper > .product-fields-title {
    display: block;
    font-size: 16px !important;
}
.product-related-products > .product-fields-title-wrapper > .hasTooltip {display: none;}

 .product-field-type-R {
    width: 19%;
    margin: 0 0.5%;
    float: left;
    text-align: left;
}
.product-field-type-R img {
    max-width: 90%;
    max-height: 100%;
    height: auto;
    padding: 10px 0;
    display: block;
    margin: 0 auto
}
.related-product-image {
    display: block;
    height: 200px;
    text-align: left;
    width: 100%;
}
.related-product-image .vm-img-desc {display: none;}
.related-product-image a {
    height: 200px;
    vertical-align: middle;
    text-align: center;
}

.product-field-type-R > .product-field-display > .PricesalesPrice  {
    text-align: center!important;
}



/* Old related products
.relP25 {
    width: 25%;
    float: left;
    text-align: center;
}

.relP25 .product-field-display {
    display: block;
    width: 100%;
    height: 215px;
    overflow: hidden;
}

.relP25 .product-field-display a {
    display: block;
    width: 100%;
}

span.product-field-display a img {
    width: 90%;
    margin: 0 auto;
}

.relP25 .product-field-desc {
    position: relative;
    top: 5px;
    height: 100px;
    display: block;
    font-size: 11px;
    text-align: left;
    overflow: hidden;
}

.relP25 .product-field-desc strong {
    display: block;
    font-size: 15px;
    text-align: center !important;
}

.relP25 form.product {
    display: block;
    height: 40px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 10;
    margin: 15px 30px;
}

.relP25 form.product span.quantity-box {display: none;}
.relP25 form.product span.addtocart-button {width: 130px;margin: 0 auto;}

.relP25 form.product span.addtocart-button input.addtocart-button {width: 120px;}*/

/* VM Related products styles */

/* VM category products list */

.spacer.catProd {
    
}

.spacer.catProd > .center {
    
}

.spacer.catProd > .center > a{
    
}

.spacer.catProd > .center > a img{
}

.catProd .prodInfo {
    
}

.row {
    margin: 0!important;
    border-bottom: 1px solid #E9E8E8;
}

.row > .product {
    float: left;
  	max-width: 24.5%;
}
.row > .product > .spacer {padding: 10px!important;/*border:1px solid grey; border-radius: 10px;*/ }
.row > .product > .spacer .PricesalesPrice {
    text-align: center;
    font-size: 20px!important;
    margin: 0 0 10px 0 ;
}
.PricesalesPrice {
    margin: 0 0 20px 0;
    font-size: 24px!important;
    font-weight: bold;
}
.row > .product > .spacer h2 {font-size: 14px;}
.row > .product > .spacer h3 {margin-top: 0!important;}}
.row > .product > .spacer .PricesalesPrice {font-weight: bold; font-size: 14px;}
.row > .product > .spacer > .vm-product-descr-container-1 > p.product_s_desc {margin: 0!important;}

.vm-product-container .addtocart-area .quantity-box, .vm-product-container .addtocart-area .quantity-controls, .row > .product > .spacer > .vm3pr-0 > .addtocart-area {/*visibility: hidden; display: none;*/}

.row > .product > .spacer > .vm-product-descr-container-1 > p.product_s_desc {
    text-align: left;
    clear: both;
    font-size: 14px;
}

.category-view > .browse-view > .row > .product > .spacer > .vm3pr-1 > .addtocart-area > form > .addtocart-bar > .quantity-controls{
    /*visibility: hidden;*/
}

.leftMarg {
    float: right;
}

.product-fields-title-wrapper {
    float: right;
    margin: 3px 0 0 3px;
    position: relative;
    z-index: 5;
}

.product-fields-title {
    font-size: 13px!important;
    display: none;
}

.product-field-display {
    
}


/* Dropdowns */

.vm-chzn-select {
    
}

a.chzn-single {
    /*background-clip: none;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 0!important;
    box-shadow: none!important;
    color: #444444;
    display: block;
    height: 1.7em;
    line-height: 1.7em;
    margin-bottom: 4px;
    overflow: auto !important;
    padding: 0 0 0 8px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;*/
}

a.chzn-single span {
    color: #65adc5!important;
}

/* End of Dropdowns */

/* VM category products list */

.product-related-products {
    position: relative;
    /*border-right: 10px solid transparent;
    border-left: 10px solid transparent;*/
}

/* Carousel */

.carousel  {
   width: 100%; /* С€РёСЂРёРЅР° РІСЃРµРіРѕ Р±Р»РѕРєР° */
   position: relative;
}
.carousel-wrapper {
   width: 100%; /* С€РёСЂРёРЅР° РѕР±Р»Р°СЃС‚Рё РєР°СЂСѓСЃРµР»Рё */
   overflow: hidden; /* СЃРєСЂС‹РІР°РµРј СЃРѕРґРµСЂР¶РёРјРѕРµ, РІС‹С…РѕРґСЏС‰РµРµ Р·Р° СЂР°РјРєРё РѕСЃРЅРѕРІРЅРѕР№ РѕР±Р»Р°СЃС‚Рё */
   margin:0px;
   padding:0px;
   position:relative;
   float: left;
}
.carousel-items {
   width: 1000%; /* СѓСЃС‚Р°РЅР°РІР»РёРІР°РµРј Р±РѕР»СЊС€СѓСЋ С€РёСЂРёРЅСѓ РґР»СЏ РЅР°Р±РѕСЂР° СЌР»РµРјРµРЅС‚РѕРІ */
   position: relative; /* РїРѕР·РёС†РёРѕРЅРёСЂСѓРµРј Р±Р»РѕРє РѕС‚РЅРѕСЃРёС‚РµР»СЊРЅРѕ РѕСЃРЅРѕРІРЅРѕР№ РѕР±Р»Р°СЃС‚Рё РєР°СЂСѓСЃРµР»Рё */
}
.carousel-block {
   float: left; /* РІС‹СЃС‚СЂР°РёРІР°РµРј РІСЃРµ СЌР»РµРјРµРЅС‚С‹ РєР°СЂСѓСЃРµР»Рё РІ СЂСЏРґ */
   width: 1.95%; /* Р·Р°РґР°С‘Рј С€РёСЂРёРЅСѓ РєР°Р¶РґРѕРіРѕ СЌР»РµРјРµРЅС‚Р° */
   height: 370px;
   text-align: center;
   /*padding: 4px 4px; *//* РґРµР»Р°РµРј РѕСЃС‚СѓРїС‹, С‡С‚РѕР±С‹ СЌР»РµРјРµРЅС‚С‹ РЅРµ СЃР»РёРІР°Р»РёСЃСЊ */
   margin-right: 2px;
   margin-left: 2px;
}

/*********** BUTTONS ***********/
a.carousel-button-left {
   background-image: url("../images/carousel-left.png");
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: -30px;
    height: 226px;
    width: 28px;
}
a.carousel-button-right {
    background-image: url("../images/carousel-right.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 226px;
    position: absolute;
    right: -30px;
    width: 28px;
}

/*.carousel-button-left a:hover{
   float: left; 
   background-image: url(http://workshop.agmweb.ru/templates/chinatutor/images/nsp_interface.png); 
   background-position: 0 -24px;
}
.carousel-button-right a:hover{
   float: right;
   background-image: url(http://workshop.agmweb.ru/templates/chinatutor/images/nsp_interface.png);
   background-position: -26px -24px;
}*/

.glr img {
   width: 100%;
   height: 50%;
}

.carousel-block a {
    text-decoration: none;
}
.carousel-block a:hover {
    text-decoration: underline;
}
.bottom {
  font-weight: bold;
  width: 110px;
  text-align: center;
}
.glr {
  float: left;
  height: 200px;
}

.navCar {
    position: absolute;
    right: 75px;
    top: -50px;
    width: 50px;
}

/* Carousel */

/* Cart */

#STsameAsBT {
    visibility: hidden;
    display: none!important;
}

td.key {
    
}

table.cart-summary tr {}

.billto-shipto table.user-details {
    width: 100%;
}

#table_billto input, #table_shipto input {
    margin: 0 0 5px;
    width: 60%;
}

.sectiontableentry1 {

}

.sectiontableentry2 {
    margin: 10px 0;
}

.sectiontableentry2 input {
    
}

h2.cartSelect {
    font-size: 18px;
    margin: 10px 0;
}

.input_coupon_div {
    width: auto!important;
}

/* One Page Checkout styles */

div#vmMainPageOPC {
    margin-right: 0!important;
    margin-top: 13px;
}

#vmMainPageOPC .formField {
    clear: both;
    display: inline-block;
    /*float: right;*/
    margin-top: 2px !important;
    overflow: visible;
    vertical-align: middle !important;
    width: 60%;
}

div#onepage_main_div, #onepage_useraddresses select, div.tabcontent3 select {
    margin: 0;
}

#onepage_useraddresses select, div.tabcontent3 select {
    padding: 5px;
    height: auto;
    line-height: normal;
}

#agreed_div {
    visibility: hidden;
    display: none;
}

.col-module_content, #basket_container {
    width: 100%!important;
}


.op_basket_header {
    background-color: #E7E7E7!important;
    border-bottom: 2px solid #ccc;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background-image: none!important;
    padding: 16px 0 0 0!important;
    font-weight: bold;
}

#tt_order_subtotal_div_basket {
    background-image: none!important;
}

div#basket_container div.op_basket_row div.op_col1 {
}    
table.op_basket_row td {
    border-right: 1px solid #E7E7E7;
}

.op_basket_row {
    padding-top: 10px;
}

.op_col2_2 a {
    font-size: 16px;
    color: #65adc5!important;
}

.op_col1 div div img {

}

.vm-customfield-cart {
    font-size: 13px;
}

input.coupon {
    background-color: white !important;
    box-shadow: 1px 1px 1px grey;
    color: #c2c2c2;
    padding: 1px 0 0 8px !important;.
    max-width: 220px;
}

.op_rounded_content div div div input[type="text"] {
    height: 28px;
    padding: 0 5px;
    width: 280px!important;
}

.op_rounded_content div div div input[type="email"] {
    height: 28px;
    padding: 0 5px;
    width: 268px!important;
}

#virtuemart_state_id_div label, #virtuemart_country_id_div label {
    display: none;
}

#virtuemart_state_id_input {
    margin-top: 5px;
}
#virtuemart_country_id_input select {
    font-size: 14px;
    margin-bottom: 0 !important;
    width: 280px !important;
}

#virtuemart_state_id_input select {
    padding: 5px 0;
    font-size: 14px;
    width: 280px!important;
}

#ajaxshipping, #payment_html {
    margin-top: 10px!important;
}

.op_rounded_fix input[type="radio"] {margin-right: 5px;}
#customer_note_block label{display: none;}
#customer_note_field {
    margin-top: 10px;
}

#onepage_total_inc_sh {
    font-size: 16px;
}
#confirmbtn_area {
    clear: both;
    float: right;
    text-align: right;
}
.inspan {
    background-color: #DADADA;
}
.inspan.transparent, .op_round.transparent {
    background-color: transparent!important;
    font-size: 1.15em;
    border: none;
}
.op_round {
    border: 1px solid grey;
}

/*.op_col2_2, .op_col4, .op_col5, .op_col5  {
    border-right: 1px solid #E7E7E7;
}*/
/* End of One Page CHeckout styles */

/* Cart */

/* Left Sidebar */

.VMmenu {
    list-style-type: none;
    padding: 0;
    letter-spacing: 1px;
}

.VmArrowdown {
    background: rgba(0, 0, 0, 0) url("../images/arrow_down.png") no-repeat scroll right top;
    cursor: pointer;
    float: right;
    height: 16px;
    padding: 0 12px;
    width: 16px;
}

/* Superfish menu */
.sf-menu a {border:none!important; padding: 0;}
.sf-menu li {background-color: #F7F7F9!important;}
.sf-menu li a {color:#65adc5;}
/* Superfish menu */
/* End of Left Sidebar */

/* Call me */

#callme > input#viewform { /* Hiding the visible form button */
    display: none;
}

.callme_viewform.first {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #84df54, #00c900) repeat scroll 0 0;
    border: medium none;
    border-radius: 7px;
    color: white!important;
    display: block;
    height: 33px;
    line-height: 33px;
    padding: 0 10px;
    position: relative;
    right: -62px;
    top: 10px;
    width: 110px;
    text-align: center;
    font-size:initial!important;
}


.callme_viewform.second {
    background: #e8e8e8 url("../images/vmgeneral/backgrounds.png") repeat-x scroll center top;
    border: 1px solid #cac9c9;
    border-radius: 4px;
    color: #777;
    margin: 10px auto 0;
    padding: 5px 5px 4px;
    text-decoration: none;
    width: 110px;
}


/* End of Call me */

.btnLink a {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , rgba(177, 215, 228, 1) 0%, rgba(161, 206, 221, 1) 100%) repeat scroll 0 0;
    border-bottom: 1px solid #89aebc;
    border-radius: 5px;
    color: white;
    padding: 3px 5px;
    font-weight: normal!important;
}

.btnLink a:hover {
    color: #5d8b9d;
}

section#content {
    padding: 0 13px!important;
}

.addtocart-area > form > .product-fields {
    padding: 10px 0 0 0;
    clear: both;
}

.manufacturer {
    clear: both;
    padding-top: 15px;
}

.vm-order-list {
    /*height: 55px;*/
    margin-bottom: 12px;
}
.vm-order-list > .orderlistcontainer > .Order {float: left; margin-top: 4px;}
.vm-order-list > .orderlistcontainer > .activeOrder {font-size: 14px;}
.vm-order-list > .orderlistcontainer > .orderlist {display: block!important; font-size: 14px;}
.vm-order-list > .orderlistcontainer > .orderlist > div {
    background-color: white;
    border: 1px solid grey;
    border-radius: 5px;
    padding: 2px 7px 1px;
}
.category-view > h1 {
    font-size: 24px;
    margin: 10px 0!important;
}
.continue_link, .showcart {
    font-size: 18px;
    text-decoration: underline;
}

/* Cart module */

#fancybox-content h4 {
    margin-top: 35px;
}

.cart_top .total_products, .cart_content .show_cart a, .vmCartModule, .show_cart a, .vmCartModule svg {
    border-color: #65ADC5!important;
}

.korz {
    margin-top: 20px;
}

.op_col1 img {

}

#couponcode_field {
    float: left!important;
    margin-left: 43%;
    margin-top: -55px!important;
    width: auto !important;
}

.marginTop {
    margin-top: 5px!important;
}

/* Cart module */

/* Top menu */

ul.menu-line {
    list-style-type: none!important;
}

ul.menu-line li {
    font-size: 13px;
    
}

ul.menu-line li a {
    color: #65ADC5!important;
    background: none;
}

ul.menu-line li a:hover {
    color: #222224!important;
}
/* Top menu */

/* Pagination */

.vm-pagination.vm-pagination-bottom {text-align:center;}
.vm-page-counter {display: none;}

/* Pagination */

/* Alert modal window */

#system-message-container > #system-message > .alert-notice > div > p {
    margin: 5px 0 0 0;
}

/* End of Alert modal window */

.chzn-search {
    display: none;
}

.chzn-drop {
    width: 370px!important;
}

.hasTooltip {
    
}
#customer_note_div {
    display: none;
}

#customer_note_input {
    margin-top: 3px;
}
div#opc_error_msgs {visibility: hidden !important;}
/* Styles added from 22.05.2015 */
/* Styles added 05.12.2016 */
.red,ul.menu-line li a.red {color: red!important;}
/* Styles added 05.12.2016 */
/* Styles added 09.02.2017 */
.vina-ticker-virtuemart .header-block {
  color: #ffffff;
  margin:  auto;
  width: 80px;
}
.vina-ticker-virtuemart .vina-item {
    margin-top: 20px!important;
    border-bottom: 0 none transparent!important;
    background: transparent!important;
}
.vina-ticker-virtuemart .vina-item .image-block {
    background: white;
}
.vina-ticker-virtuemart .PricesalesPrice {font-size:20px!important;}
.vina-ticker-virtuemart .product-title {text-align:left}
.vina-ticker-virtuemart .product-description {text-align:left;font-size:12px!important;}
.vina-ticker-virtuemart .addtocart {float: none;width:100%;}
.vina-ticker-virtuemart span.addtocart-button {float: right;width:50%;}
.vina-ticker-virtuemart .quantity-controls, .vina-ticker-virtuemart .quantity-box {
    display: inline-block;
    left: 0;
    position: absolute;
    width: 45%;
}
.vina-item .quantity-box .quantity-input {
    position: absolute;
    z-index: 10;
    width: 35%;
    left: 33%;
}
.vina-ticker-virtuemart .quantity-controls .quantity-minus {
    position: absolute;
    left: 0px;
    width:35%;
}
.vina-ticker-virtuemart .quantity-controls .quantity-plus {
    position: absolute;
    left: 70%;
    width: 35%;
    z-index: 150;
}
/*
.vina-item span.quantity-controls {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
  width: 38%;
}


.vina-ticker-virtuemart .quantity-box {z-index:10;}
.vina-ticker-virtuemart .quantity-box .quantity-input {
  width: 30px;
  z-index: 1000;
}
.vina-ticker-virtuemart .quantity-controls .quantity-plus {
  float: right;
  position: absolute;
  top: 3px;
  left: 0;
  height: 25px;
  width: 25px;
}
.vina-ticker-virtuemart .quantity-controls .quantity-minus {
  float: right;
  position: absolute;
  top: 3px;
  left: 55px;
  height: 25px;
  width: 25px;
}
.vina-ticker-virtuemart .addtocart-area .addtocart-bar .addtocart-button {
    display: inline-block;
    float: right;
}
.vina-ticker-virtuemart .quantity-controls {}*/
.vina-item a {
  color: #65adc5;
}
.vina-item .PricesalesPrice{
    color: #666;
    margin-bottom: 10px!important;
}
/* Styles added 09.02.2017 */

/* com_search layout styles overrides */
.items.searchRes {}
.items.searchRes .item,
#system .items.searchRes .item {
  margin: 15px 0px!important;
  padding: 0;
  min-height: 410px;
  border-top: 0 none transparent;
}
/* com_search layout styles overrides */

/* ajax live search */
.result-element.result-products {display: table!important;}
.result-element.result-products .searchResImg,
.result-element.result-products .searchResTxt {display: table-cell!important;}
.result-element.result-products .searchResImg {
  float:left;
  width:22%;
}
.result-element.result-products .searchResTxt {
  float:right;
  width:78%;
}
.result-element img {
    float:none!important;
    padding: 0!important;
    margin: 0 auto;
}
.result-element .resItemTtl {
  font-size: 16px !important;
  text-transform: uppercase;
  color: #65adc5;
  line-height: 18px !important;
  font-weight: normal;
  margin: 5px 0;
}
.result-element .small-desc {
  font-size: 12px !important;
  color: #666;
  font-weight: normal;
}
.result-element .vm-display.vm-price-value {
  display: inline-block;
  margin-top: 0px;
  text-align: right;
  vertical-align: top;
  width: 40%;
  float: right;
}
.result-element .vm-display.vm-price-value span {
  max-width:90%;
}
.result-element .vm-display.vm-price-value .vm-price-desc{
  display:none;
}
.result-element .vm-price-value span:nth-of-type(2) {
  color:#666!important;
  font-weight: bold!important;
  font-size:20px!important;
  text-align: right!important;
}
/* ajax live search */
/* basket buttons */
.prodquantityform {}
.prodquantityform .deletebtn {
  display: block!important;
  width: 100% !important;
  font-size: 12px;
  color: red;
  background: none !important;
}
.amount {
  background: #e3e3e3 !important;
  height: 33px;
  text-align: left;
}
.amount span {
  display: inline-block;
  background: #352323;
  padding: 0;
  color: black;
  cursor: pointer;
  text-align: center;
  background: transparent none repeat scroll 0 0;
  background-image: none;
  border: medium none;
  width: 30%;
  text-align: center;
  font-size: 16px;
  height: 33px;
  margin-top: -3px;
  line-height: 33px;
}
.amount span.cdown {}
.amount span:hover {
  color: gray;
}
.amount input.inputbox_update {
  width: 40%;
  height: 22px;
  padding: 0px 0;
  text-align: center;
  border-bottom: 5px solid #e3e3e3 !important;
  border-top: 5px solid #e3e3e3 !important;
}
div#basket_container div.op_basket_row div.op_col6 form input {float: none!important;border-radius: 0;border:none;}
#basket_container div div div div div div div div div.op_basket_row {padding-top:15px;}
div#basket_container div.op_basket_row div.op_col4,
div#basket_container div.op_basket_row div.op_col5,
div#basket_container div.op_basket_row div.op_col7, 
div#basket_container div.op_basket_row div.op_col7_1, 
div#basket_container div.op_basket_row div.op_col7_2 {min-height: 32px;}
/* basket buttons */

/* Search results */
.virtuemart_search {}
.virtuemart_search .inputbox {
  border-bottom: 1px solid #B9B9BB;
  border-radius: 3px !important;
  background: linear-gradient( to bottom, rgba(230,230,232,1.0) 0%, rgba(205,205,207,1.0) 100% );
  font-family: "Trebuchet MS","Helvetica CY",sans-serif;
  padding: 5px 2px;
}
.virtuemart_search .button {
  border-bottom: 1px solid #B9B9BB;
  border-radius: 3px;
  background: linear-gradient( to bottom, rgba(230,230,232,1.0) 0%, rgba(205,205,207,1.0) 100% );
  border-right: none;
  font-family: "Trebuchet MS","Helvetica CY",sans-serif;
  padding: 4px 6px;
  margin-top: -3px;
}
/* Search results */

/* onepage css custom from 27.11 */
.op_rounded_fix #er_input #erw-lbl {padding-top: 0px;}
div#vmMainPageOPC div.op_rounded div.op_rounded_fix div div.formField label, div#vmMainPageOPC label {float:none;}
/* onepage css custom from 27.11 */

/* 23.05.2024 */
.cart_top .total {
  height: 15px!important;
  line-height: 15px!important;
  width: 100%;
  text-align: center;}
  
/* 12/01/2025 */
.category-view .product.price-0 .product-price .PricesalesPrice > div,
.category-view .product.price-0 .addtocart-area {display:none;}
.category-view .product .vm-details-button {
    text-align: center;
    margin: 12px auto -9px;
}
.category-view .product.price-0 .vm-details-button,
.category-view .product.price-0 .vm-details-button .addtocart-area {display: block;text-align: right;margin-top: 38px;margin-bottom: -2px;}
.category-view .product.price-0 .vm-details-button .addtocart-area span.quantity-controls {display: none;}
.category-view .product.price-0 .vm-details-button .addtocart-area span.addtocart-button {display: block;float: none;}
.category-view .product.price-0 .vm-details-button .addtocart-area span.addtocart-button .addtocart-button {margin: 0 auto;}
/* 14.02.2025 */
.ask-a-question a.askquestions {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #84df54, #00c900) repeat scroll 0 0;
    border: medium none;
    border-radius: 7px;
    color: white;
    display: block;
    font-size: 16px;
    height: 50px;
    padding: 0 10px;
    width: 47.5%;
    line-height: 50px;
    text-align: center;
    margin: 50px 30%;
    text-transform: uppercase;
}     

.product a.product-details {
    
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #84df54, #00c900) repeat scroll 0 0;
    border: medium none;
    border-radius: 7px;
    color: white;
    display: block;
    font-size: 16px;
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    text-align: center;
}

.ask-a-question a.askquestions:hover{
    background: rgba(0, 0, 0, 0) linear-gradient(to top, #84df54, #00c900) repeat scroll 0 0;
    color: white;
}          
.ask-a-question-view {
    background-color: green;
} 
.askform {}
.askform .formField input {
    height: 28px;
    padding: 0 5px;
    width: 280px !important;
    border: 1px solid #D6D6D6;
}
/* 14.02.2025 */