/******* Do not edit this file *******/

/* Please put custom css in here */
#custom-divider .hr-custom .hr-inner.inner-border-av-border-fat {border-top-width: 5px!important;}
.available-options-btn {display: none !important;}
.container .av-content-full.units {
    padding-top: 0px;
}
#top div .quantity input.minus {display: none !important;}
#top div .quantity input.plus {display: none !important;}
#variations table.variations input.qty {width: 60px !important;}
.variations td.quantity input.minus, .variations td.quantity input.plus {
    width: 25% !important;
    float: left;
}

.variations td.quantity input.input-text {
    width: 50% !important;
    float: left;
}

.av-image-caption-overlay {
    height: 10%;
    background-color: rgba(9,76,127,0.8);
}
.woocommerce-loop-category__title, .woocommerce-loop-product__title {
    font-size: 1em;
    line-height: 1.3em;
    font-weight: normal;
    text-transform: uppercase;
}
.term-description p{
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.3em;
    color: #094c7f;
}
.product-sorting, .page-thumb{
    display: none;
}
.inner_product .avia_cart_buttons{
    background-color: #094c7f;
}
.cartcol .single_add_to_cart_button{
    padding:10px;
}
#top .qtycol .input-text{
    margin-bottom: 0;
}
.additional_information_tab, .reviews_tab, .description_tab{
    display: none;
}
.postid-543 tr th:first-child, .postid-543 tr td:first-child {display: none !important;}

/* image same height */
ul.products li a img{
    width:auto;
    max-height:170px;
}
.thumbnail_container{
    min-height:170px;
    vertical-align:middle;
    display:table-cell;
    height:170px;
}
div .products .product a{
    width: 100%;
    display:table;
}
#top .thumbnail_container{
    width:100% !important;
    float: right;
}
#top .thumbnail_container img{
    width:auto !important;
    margin:0 auto;
}
/* end image same height */
div .products li a, div .product a{
    min-height:0 !important
}

.date-container {display:none;}
.search-result-counter,  .search .post-meta-infos, .ajax_search_image, .ajax_search_excerpt {
display: none !important;}


/* Media Queries*/
@media only screen and (min-width: 768px) {
/*.woocommerce-tabs.wc-tabs-wrapper {width: 50%;}*/
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (max-width: 768px) {
/* Styles */
.template-shop div.product div.images {padding-right: 0!important;}
.single-product .productblock {width: 100%;}
.responsive .single-product-main-image {width: 100% !important;}
.variations-table {width: 100%;}
}

