/*===========================================================
OVERRIDES
===========================================================*/

#secondary{
    display: none;
}
#primary{
    width: 100%;
    display: block;
    background: #fff;
}
.storefront-product-pagination{
    display: none;
}
.site-main {
    margin-bottom: 0;
}
#primary{
    margin-bottom: 0;
}

#breadcrumbs2 a{
    text-decoration: none;
    color: #324758;
  }
  
#breadcrumbs2{
    margin-bottom: 10px;
}
#breadcrumbs{
    display: none;
}

/* REMOVE SALE BANNER */
.onsale{
    display: none;
}

.edit-link{
    display: none;
}

.short-desc{
    color: #1A1A1A;
    margin: 20px 0;
}
.short-desc h2, .short-desc h3, .short-desc h4{
    margin: 20px 0;
}
.short-desc .clicka{
    margin: 10px 0;
    font-weight: 600;
    cursor: pointer;
}

.out-of-stock{
    margin-left: 10px;
}

.btn-main{
    font-size: 16px !important;
}

.stock {
    padding-left: 20px;
}

#relatedWrap .product{
    width: 50%;
    margin: 0;
    float: none;
}
#relatedWrap table{
    border: none !important;
}
#relatedWrap ul.products{
    display: flex;
    flex-wrap: wrap;
}
#relatedWrap .product .inner{
    background: #fff;
    margin: 0 15px;
}
#relatedWrap .product .inner a{
    display: flex;
    flex-direction: row-reverse;
    padding: 30px 20px;
}
#relatedWrap .product .inner a:hover{
    color: #000;
}
#relatedWrap .product .left{
    width: 50%;
    text-align: left;
    background: #fff;
}

#relatedWrap .product .right{
    width: 50%;
    padding: 0 15px 0 15px;
    text-align: left;
    background: #fff;
}
#relatedWrap .product .image{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
#relatedWrap  .product .image img {
    object-position: top;
    width: 100%;
    height: 328px;
    object-fit: contain;
}
#relatedWrap .product h3{
    color:#F98805;
    font-size: 17px;
    min-height: 55px;
}
#relatedWrap .product .heat-output {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #fff;
    padding: 2px 4px;
    border: 1px solid #F98805;
    border-radius: 4px;
}
#relatedWrap .product .heat-output div {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #000;
    font-size: 19px;
    font-weight: 700;
}
#relatedWrap .product .heat-output div img {
    margin: 0 6px 0 0;
    height: 20px;
}
#relatedWrap .product  table td{
    background: none !important;
}

#relatedWrap .product .attributes{
    min-height: 270px;
    max-height: 270px;
    margin: 10px 0;
}
#relatedWrap .product .attributes td{
    font-weight: 600;
    font-size: 13px;
}
#relatedWrap .product .attributes .lab{
    color: #585858;
}

#relatedWrap .product .short_desc{
    min-height: 270px;
    max-height: 270px;
    overflow-y: hidden;
    margin: 10px 0;
}
#relatedWrap .product .pricey{
    min-height: 55px;
}
#relatedWrap .product .pricey .price-wrap{
    display: flex;
    font-size: 20px;
}
#relatedWrap .product .pricey .price-wrap .label{
    color: #F98805;
    margin-right: 7px;
    font-weight: 700 !important;
}

#relatedWrap .product .pricey .price-wrap .woocommerce-price-suffix{
    display: none
}

#relatedWrap .product .pricey .price-wrap .price .amount{
    color: #1A1A1A;
    font-weight: 700;
}
.price small{
    display: none;
}
.basketWrap .quantity{
    margin-left: 30px;
}

.shop_attributes td, .shop_attributes th{
    font-size: 14px;
}
.woocommerce-product-gallery figure{
    height: 500px;
    width: 500px;
    /* margin: 0 auto; */
}




#productWrap h1{
    font-size: 30px;
}
#productWrap h2{
    font-size: 25px;
}
#productWrap h3{
    font-size: 20px;
}
#productWrap h4{
    font-size: 20px;
}


@media(max-width: 1400px){
    .basketWrap .quantity{
        margin: 0 30px;
    }
}

@media(max-width: 1300px){
    #relatedWrap .product .attributes {
        min-height: 270px;
        max-height: 100%;
        margin: 10px 0;
    }
    #relatedWrap .product .short_desc {
        min-height: 270px;
        max-height: 100%;
        margin: 10px 0;
    }
    #relatedWrap ul.products {
        display: flex;
        align-items: stretch;
        
    }
    #relatedWrap .products .inner {
        display: flex;
        height: 100%;
    }
    #relatedWrap .product .right {
        width: 50%;
        padding: 0 15px 0 15px;
        text-align: left;
        background: #fff;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

@media(max-width: 1200px){
    #relatedWrap {
        padding: 50px 0 !important;
    }
    .basketWrap .quantity{
        margin: 0 30px 0 0;
    }
}

@media(max-width: 991px){
    #relatedWrap ul.products {
        align-items: center;
        flex-direction: column;
    }
    #relatedWrap .product {
        width: 100%;
        margin: 0 0 20px;
        float: none;
    }
}

@media(max-width: 767px){
    #makeEnquiry {
        margin: 20px 45px !important;
    }
    .woocommerce-product-attributes.shop_attributes{
        width: 100%;
    }
    #relatedWrap .product .inner a {
        padding: 30px 20px;
        width: 100%;
        flex-direction: column-reverse;
        align-items: center;
    }
   #relatedWrap .product .left {
        width: 40%;
    }
    #relatedWrap .product .right {
        width: 100%;
    }
    .woocommerce-product-gallery figure {
        height: auto;
        width: 100%;
    }
    #relatedWrap  .product .image img {
        height: auto;
    }
}

#enquiryForm{
    display: block;
    width: 100%;
}