@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');

/*** Product page styles ***/
html, body{
    color: #000;
}
.clear{
    clear: both;
}
.catalog-product-view .product-info-stock-sku{
    position: relative;
    bottom: 35px;
}
.catalog-product-view .product-info-stock-sku .stock{
    position: absolute;
    left: 0;
}
.catalog-product-view .product-info-stock-sku .sku{
    position: absolute;
    right:0;
    font-weight: 600;
    color: #000;
}
.catalog-product-view .product-info-stock-sku .stock.available span, .stock.available div{
    font-weight: 600;
    color: #01bf5d !important;
}
.catalog-product-view .product-info-stock-sku .stock.unavailable span, .stock.available div.unavailable{
    font-weight: 600;
    color: #ee1645 !important;
}
.catalog-product-view .product-info-stock-sku .sku strong{
    display: none;
}
.catalog-product-view .product-detail-infomation .product-name{
    font-size: 25px;
    margin-bottom: 50px;
    color: #000;
    font-weight: 700;
    letter-spacing: 0;
}
.product-detail-infomation .product.info.detailed, .product-info-main .product-add-form{
    margin-top:0px !important;
}
.product-detail-infomation .product.info.detailed .product-data-items-content .title-accordion:after{
    width: 15px !important;
}
.product-detail-infomation .product.info.detailed .additional-attributes-wrapper.table-wrapper{
    padding: 0px 10px !important;
}
.catalog-product-view .product-info-stock-sku .stock span .fa{
    -webkit-text-stroke: 1px #fff;
    margin-right: 0.4em;
}
.price-box .price-label{
    display: block;
}
.product-info-main .product-info-price .price-box .price{
    font-size: 28px;
    font-weight:600;
    line-height: 28px;
}
.price-box .old-price .price{
    color: #000 !important;
}
.price-box .special-price .price, .price-box .special-price .price-label, .price-box .special-price [data-label="Ex. VAT"]::after{
    color: #ee1645;
}
.price-tier_price span.price {
    font-size: 13px;
    font-weight: 600;
}
.price-tier_price .price-excluding-tax::after {
    font-weight: 600;
}
.prices-tier li.item {
    width: 110px;
    float: left;
    text-align: center;
    background: #f6f6f6;
    padding: 0px;
    margin: 0px 5px 5px 0px !important;
    text-transform: uppercase;
    line-height: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
}
.prices-tier li.item span.price-container.price-tier_price.tax.weee {
    display: block;
    font-weight: 600;
}
.prices-tier li.item [data-label="Ex. VAT"]::after, .prices-tier li.item [data-label="Incl. VAT"]::after{
    display: none !important;
}
.prices-tier li.item strong.benefit {
    color: #ed1847;
    font-size: 14px;
}
.recently-viewed.alert-success h4{
    width: 100px;
    display: inline-block;
    float: left;
    font-size: 14px;
    color: #000;
    letter-spacing: unset;
    padding:6px 0;
    text-align:center;
}
.block-viewed-products-grid .product-items .product-item{
    width: 50px !important;
    height: 50px;
    padding: 0px;
    margin-right: 10px;
}
.recently-viewed.alert-success{
    color: #e4f8ed;
    background-color: #e4f8ed;
    border-color: #e4f8ed;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
}
.recently-viewed .close{
    color: #000;
    opacity: 1;
    position: absolute;
    top: 50%;
    right: 35px;
    transform: translateY(-50%);
}
.catalog-product-view .product-info-main [data-label="Ex. VAT"]::after, .catalog-product-view .product-info-main [data-label="Incl. VAT"]::after{
    content: attr(data-label);
    font-size: 14px;
    padding-left:5px;
    display: inline !important;
}
.catalog-product-view select:not([multiple]), .catalog-product-view select.form-control:not([multiple]), .catalog-product-view select.input-text:not([multiple]){
    max-width:100% !important;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .field.qty>label{
    display: inline-block;
    font-weight: 600;
    color: #000;
    margin-right: 10px;
    text-transform: uppercase;
}
.catalog-product-view .box-tocart .fieldset{
    width: 94%;
}
.catalog-product-view .box-tocart .fieldset .field.qty{
    width: 38%;
    margin-right:0px;
}
.catalog-product-view .box-tocart .fieldset .field.qty .control{
    height: 50px;
    line-height: 50px;
    border-radius:4px;
    width:auto;
}
.catalog-product-view .box-tocart .field.qty>.control span.edit-qty{
    top:7px;
}
.catalog-product-view .box-tocart .fieldset .actions{
    width:60%;
}
.catalog-product-view .product-info-main .product-add-form .actions button.tocart{
    font-size: 15px;
    width: 100%;
    background-color: #01bf5d;
    border: 1px solid #01bf5d;
    border-radius: 5px;
    line-height: 50px;
    height: 50px;
}
.catalog-product-view #product-addtocart-button span:before{
    background-image: url(../images/basket-icon-white.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    display: inline-block;
    width: 23px;
    height: 20px;
    content: "";
    position: relative;
    top: 4px;
    right: 10px;
}
.catalog-product-view .product-info-main .product-add-form .actions button.towishlist:hover{
    border: none;
    background: none;
    color:#000;
}
.catalog-product-view .product-info-main .product-add-form .actions button.towishlist {
    height: 50px;
    width: 20px;
    background-color: #ffffff;
    border: none;
    color: #000;
    line-height: 50px;
}
.catalog-product-view .product-info-main .product-add-form .actions button.towishlist span:before{
    font-weight:600;
}
.catalog-product-view .box-tocart .actions.action-add-to{
    width:3%;
}
.catalog-product-view .product-add-form .product-options-wrapper .fieldset .field .control {
    padding-bottom: 10px;
}
.catalog-product-view .product-add-form .product-options-wrapper .fieldset .field {
    margin-bottom: 0;
}
.product-add-form .product-options-wrapper .swatch-opt{
    border-top: 1px solid #a9a9a9;
    padding: 10px 0px;
    border-bottom: 1px solid #a9a9a9;
}
.product-add-form .product-options-wrapper .swatch-opt .swatch-attribute-options{
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}
.cms-shop-by-sector .content-heading h2{
    text-align: center;
    font-weight: 700;
    margin-bottom: 25px;
}
/***********Information Tab *************/

.product-data-items-content .title-accordion{
    background-color: unset;
    padding: 0 40px 0 0px;
    border-bottom: 1px solid #a9a9a9;
    text-transform: uppercase;
}
.product-data-items-content .data.item.content{
    max-height:140px;
    overflow-y:scroll;
    scrollbar-width: thin; 
}
.product-data-items-content .data.item.content::-webkit-scrollbar { 
    width: 8px; 
}
.product-data-items-content .data.item.content::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
}

.product-data-items-content .data.item.content::-webkit-scrollbar-track {
    background-color: rgba(57,57,57, .2);
    border-radius: 8px;
}

.product-data-items-content .data.item.content::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: rgba(156, 156, 156, 1);
}
.product.info.detailed.after-content .product-data-items-content .data.item.content{
    height:auto;
    overflow-y:unset;
    max-height: max-content;
}
.product-data-items-content .data.item.content#reviews {
    max-height: max-content;
}
.product-data-items-content .data.item.content{
    padding: 17px 0px;
    border: unset;
    border-bottom: 1px solid #a9a9a9;
}
.title-accordion.active {
    border-bottom: unset;
}
.product-data-items-content .title-accordion:after{
    color: #01bf5d;
    font-size: 20px;
    background-color: unset;
}
.product.info.detailed.after-content .product-data-items-menu{
    background: #f6f6f6;
    width: 100%;
    text-align: center;
}
.product.info.detailed.after-content .product-data-items-menu a{
    border: none !important;
    font-weight: 400 !important;
    border-bottom: 1px solid #a9a9a9 !important;
    border-radius: 0px !important;
}
.product.info.detailed.after-content .product-data-items-menu a {
    height: 60px !important;
    line-height: 60px !important;
}
.product.info.detailed.after-content .product-data-items-menu .active a{
    font-weight:600 !important;
    border-bottom: 2px solid #01bf5d !important;
}
.product.info.detailed.after-content .product-data-items-menu a {
    color: #000;
}
.product.info.detailed.after-content .product-data-items-menu a{
    text-transform: uppercase;
}
.product-sub-infomation{
    display: none;
}
div.MagicToolboxContainer{
    text-align:left !important;
}
/************ Out of Stock***********/

.outofstocknotifier-block label{
    color: #000 !important;
    font-size: 14px;
}
input[name="email"].outofstocknotifier_email{
    background: #f0f0f0;
    border: none;
    border-radius: 4px;
    height: 50px;
    width:75% !important;
}
.outofstocknotifier_action button {
    font-size: 14px;
    background-color: #01bf5d;
    border: 1px solid #01bf5d;
    border-radius: 5px;
    line-height: 50px;
    height: 50px;
    padding: 0px 15px;
    color: #fff;
    font-weight: 600;
}
.product-info-main .product-add-form .box-tocart, .bundle-info .product-details .box-tocart {
    margin-top: 10px;
    margin-bottom: 15px;
}

/******* USP block bottom - product info *************/

.expected-delivery:before{
    background: url(../images/delivery-icon.png) no-repeat center;
    background-size: 58px 30px;
    display: inline-block;
    width: 75px;
    height: 50px;
    content: "";
    float:left;
    margin-right:5px;
}
.expected-delivery{
    background: #f6f6f6;
    padding: 8px;
    margin-top:25px;
    display: table;
    width: 100%;
}
.expected-delivery p{
    font-weight: 600;
    vertical-align: middle;
    display: table-cell;
}
.expected-delivery span{
    color: #ee1645;
} 
.usp-info{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: 20px;
}
.usp-info li {
    display: inline-flex;
    vertical-align: middle;
    font-weight:600;
    line-height: 18px;
    padding: 15px 0px;
}
.usp-info li:nth-child(even) {
    padding: 15px 20px;
}
.usp-info li.guarantee:before{
    background-image: url(../images/guarantee-icon.png);
    background-repeat: no-repeat;
    background-size: 29px 38px;
    display: inline-block;
    width: 30px;
    height: 36px;
    content: "";
    float:left;
    margin-right: 5px;
}
.usp-info li.outdoor:before{
    background-image: url(../images/outdoor-icon.png);
    background-repeat: no-repeat;
    background-size: 43px 42px;
    display: inline-block;
    width: 42px;
    height: 42px;
    content: "";
    float:left;
    margin-right: 5px;
}
.usp-info li.indoor:before{
    background-image: url(../images/indoor-icon.png);
    background-repeat: no-repeat;
    background-size: 41px 35px;
    display: inline-block;
    width: 42px;
    height: 42px;
    content: "";
    float:left;
    margin-right: 5px;
}
.usp-info li.custom-brand:before{
    background-image: url(../images/branding-icon.png);
    background-repeat: no-repeat;
    background-size: 47px 35px;
    display: inline-block;
    width: 50px;
    height: 36px;
    content: "";
    float:left;
    margin-right: 5px;
}
.product-add-form .product-options-wrapper .fieldset>.field>.label{
    letter-spacing: 0px;
}
.social-links-detail ul.social-link li{
    font-size: 16px;
    margin-right: 0px;
}
.product-add-form .product-options-wrapper .swatch-opt .swatch-attribute-label{
    margin: 0 10px 10px 0px !important;
}
.product-add-form .product-options-wrapper .swatch-opt .swatch-attribute-label+.swatch-attribute-selected-option{
    padding-left: 0px !important;
    display:none !important;
}
.social-links-detail ul.social-link li span:before {
    color: #000;
}
/*********** Blog Listing page ************/

.post-list .post-header .post-title{
    max-width: 100%;
    line-height: 22px;
}
.post-list .post-header .post-title a, .post-view .post-title a{
    color: #000;
}
.post-holder {
    padding: 0px 20px 0px 0px;
    border: none;
}
.post-list .post-content .post-read-more{
    padding-top:0px;
    float: none;
    text-decoration: underline;
}
.post-content strong{
    font-weight: 600!important;
}
.post-footer{
    padding-top: 20px;
}
.widget.blog-search{
    margin-top:40px;
    width: 65%;
    float: left;
    padding-right: 5px;
}
.widget.block.block-categories{
    width: 35%;
    float: right;
    margin-top: 40px;
    padding-left: 20px;
}
.widget.block.block-categories select{
    background: #f6f6f6 url(../images/select-bg.svg) no-repeat scroll 100% 45%;
    height:50px;
    border:#f6f6f6;
}
.widget.blog-search input{
    height: 50px;
    border: none;
    border-bottom: 1px solid #000;
}
.post-list-wrapper{
    clear: both;
}
.post-view .post-holder .post-header {
    position: unset;
}
.post-view .post-title-holder{
    margin:0 auto;
    text-align:center;
}
.related .block-title{
    text-align: center;
    border-top: 1px solid #e6e7e8;
    display:block;
}
.related .block-relatedposts-heading{
    color:#000;
    position:relative;
    display: inline-block;
}
h3.block-relatedposts-heading:before, h3.block-relatedposts-heading:after {
    height: 1px;
    background: #e6e7e8;
}

h3.block-relatedposts-heading:after {
    right: -75px;
}
h3.block-relatedposts-heading:before{
    left: -75px;
}
h3.block-relatedposts-heading:before, h3.block-relatedposts-heading:after {
    position: absolute;
    content: "";
    width: 60px;
    top: 48%;
}
.related .post-item-link{
    font-size: 22px;
    float: left;
    text-align: left;
}
.post-view .fa-facebook, .post-view .fa-twitter{
    width: 50px;
    text-align:center;
}
.post-view .fa-facebook:before, .post-view .fa-twitter:before{
    font-size: 35px;
}
.post-view .addthis_toolbox span{
    float: left;
    color: #a9a9a9;
    font-size: 16px;
}
.post-view .addthis_toolbox.padding-top20.padding-bottom20{
    position: relative;
    right: 40%;
    left: 40%;
}
.toolbar.toolbar-blog-posts{
    display: block;
}
.toolbar.toolbar-blog-posts button{
    height: 50px;
    padding: 10px 50px;
    background: transparent;
    border: 1px solid #000;
    box-shadow: none;
    border-radius: 4px;
}
.post-list-wrapper .post-list {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}

/********************************* FAQs *****************************/
.faq-title{
    text-align:center;
}
.mpfaqs .row .col{
    padding: 0 1.5rem !important;
}
.mpfaqs-list__block__category{
    padding: 30px 0px 30px 0px !important;
    text-align:center;
    background: #f6f6f6;
    color:#000;
}
.faq-title h2{
    font-size: 3.5rem;
    font-weight: 700;
    color:#000;
}
.mpfaqs-category-view .mpfaqs-list__block__category h2{
    text-align: left;
    padding-left: 10px;
    font-size: 3.5rem;
    font-weight: 700;
    color:#000;
}
.mpfaqs-list__block__category h4{
    font-size: 2rem !important;
    font-weight: 700 !important;
    color:#000;
}
.mpfaqs-category-view .category-list{
    margin-top: 2.37333rem;
}
.mpfaqs-list__block__category h4 a.orders-payment:before{
   background: url(../images/payment_icon.png) no-repeat center; 
   content: "";
   background-size: auto;
   display: block;
   width: 100px;
   height: 100px;
   margin: 0 auto;
   margin-bottom:20px;
}
.mpfaqs-list__block__category h4 a.delivery-collection:before{
   background: url(../images/collection.png) no-repeat center; 
   content: "";
   background-size: auto;
   display: block;
   width: 100px;
   height: 100px;
   margin: 0 auto;
   margin-bottom:20px;
}
.mpfaqs-list__block__category h4 a.refund-returns:before{
   background: url(../images/refund.png) no-repeat center; 
   content: "";
   background-size: auto;
   display: block;
   width: 100px;
   height: 100px;
   margin: 0 auto;
   margin-bottom:20px;
}
.mpfaqs-list__block__category h4 a.contacting-us:before{
   background: url(../images/contact_us.png) no-repeat center; 
   content: "";
   background-size: auto;
   display: block;
   width: 100px;
   height: 100px;
   margin: 0 auto;
   margin-bottom:20px;
}
.mpfaqs-list__block__category h4 a.after-care:before{
   background: url(../images/after_care.png) no-repeat center; 
   content: "";
   background-size: auto;
   display: block;
   width: 100px;
   height: 100px;
   margin: 0 auto;
   margin-bottom:20px;
}
.mpfaqs-list__block__category h4 a.guarantee:before{
   background: url(../images/guarentee.png) no-repeat center; 
   content: "";
   background-size: auto;
   display: block;
   width: 100px;
   height: 100px;
   margin: 0 auto;
   margin-bottom:20px;
}
.mpfaqs-list__block__category.full-width-cat{
    background: #fff;
    padding:20px 0px !important;
    color:#000;
}
.mpfaqs-list__block__question .collapsible-header{
    position: relative;
    border-bottom: 1px solid #ddd !important;
    padding: 15px !important;
}
.mpfaqs-list__block__question .collapsible-header:after{
    content: "+";
    position: absolute;
    line-height: 50px;
    display: block;
    right: 0;
    top: 0;
    width: 40px;
    bottom: 0;
    text-align: center;
    color: #01bf5d;
    font-size: 20px;
    background-color: unset;
}
.mpfaqs-list__block__question .collapsible-header.active{
    background: #01bf5d;
    padding: 10px;
    color: #fff;
}
.mpfaqs-list__block__question .collapsible-header.active:after{
    content: "-";
    color: #fff;
}
.mpfaqs-list__block__question li.mpfaqs-item{
    padding: 0px !important;
    color: #000;
}

/********* Enquiry Form **********/

.enquiry-form .contact-form-content{
    text-align: center;
    background: #01b65d;
    padding: 0px;
    color: #fff;
}
.enquiry-form .form-group {
    margin: 10px;
}
.enquiry-form input{
    height: 50px;
}
.enquiry-form button{
    width: 255px;
    border-radius: 0px;
    background: #ffd400 !important;
    color:#000 !important;
    border: none;   
    margin:10px;
    height: 50px;
}
.enquiry-form button:hover{
    border-radius: 0px;
    background: #ffd400 !important;
    color:#000 !important;
    border: none;
}
.enquiry-form h3{
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.enquiry-form-wrapper form {
    display:inline-flex;
    width: 100%;
}
.enquiry-form-wrapper:before {
    position: absolute;
    width: 100%;
    height: 150px !important;
    top: unset;
    left: 0px;
    content: "";
    background: #01b65d;
}
.enquiry-form .form-group {
    margin: 10px;
}
.product-enquiry{
    margin-top: 2%;
}
.product-enquiry-form .contact-form-content{
    background: #f9f9f9;
    padding: 20px;
    color: #000;
}
.product-enquiry-form h3{
    color: #000;
    font-size: 20px;
    font-weight: 700;
}
.product-enquiry-form .form-group{
    width: 100%;
}
.product-enquiry-form input{
    background: #fff;
    border: 2px solid #ccc;
}
.product-enquiry-form button{
    border-radius: 5px;
    background-color: #01bf5d;
    border: 2px solid #01bf5d;
    width: 75%;
}
.product-enquiry-form button .fa-fw{
    padding-right:20px;
}
.product-enquiry-form label{
    font-weight: 700;
}
.gallery-content h3, .gallery-content h4 {
    font-weight: 600;
    padding: 10px 0px;
    color: #000;
}
.page-head h2 {
    font-size: 3.6rem;
    font-weight: 700;
}
.cms-shop-by-sector .shop-sector .sector-text {
    font-size: 27px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    max-width: 195px;
    margin: 0 auto;
    line-height: 30px;
}
.cms-shop-by-sector .shop-sector .sector-img {
    padding: 60px 0 15px;
}
.cms-shop-by-sector .shop-sector {
    padding: 15px;
}
.cms-shop-by-sector .shop-sector .sector-block {
    background-color: #01b65d;
    height: 280px;
    display: inline-block;
    width: 100%;
}
.cms-shop-by-sector .shop-sector .sector-img img{
    width: auto;
    margin: 0 auto;
}
.parasols-img-slider .owl-carousel .owl-dots {
    bottom: -30px;
}
.parasols-img-slider{
    margin-bottom:50px;
}
.gallery-content .head {
    padding-bottom: 15px;
}
.gallery-content .head img {
    display: inline-block;
    padding-right: 15px;
}
.gallery-content .head h3 {
    display: inline-block;
}
.color-stain img{
    margin: 0 auto;
}
.fix-form{
    position:fixed;
    top:172px;
    width:100%;
    z-index:100000;
    left:0px;
}
.gallery-content-wrap .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
/********** to cart popup ************/

.popup__related .item .actions-primary button.popup-action-tocart {
    width: 100%;
}

.prices-tier li.item {
    margin: 0px 5px 5px 0px !important;
}
.product-detail-infomation .product.info.detailed .additional-attributes-wrapper.table-wrapper{
    padding: 0px 10px !important;
}
.category-image .category-img-bespoke-text > h1 {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
}
.bottom-section-intro h1 {
    font-size: 40px;
}
.category-bestseller-section .best-seller-slider .ias-noneleft {
    display: none;
}
.update.btn-secondary{
    border-color: #01bf5d !important;
}

@media (max-width: 991px) and (min-width: 768px){
    .category-image .category-img-bespoke-text > h1 {
        font-size: 30px;
        line-height: 30px;
    }
    .bottom-section-intro h1 {
        font-size: 30px;
    }
    .recently-viewed.alert-success{
        width: 750px;
    }
    .catalog-product-view .product-info-stock-sku .stock.supplier{
        position:unset;
    }
}
@media (max-width: 767px) and (min-width: 481px){
    .category-image .category-img-bespoke-text > h1 {
        font-size: 25px;
        line-height: 25px;
    }
    .bottom-section-intro h1 {
        font-size: 25px;
    }
}
@media (max-width: 480px) and (min-width: 321px){
    .category-image .category-img-bespoke-text > h1 {
        font-weight: 600;
        font-size: 20px;
        line-height: 20px;
    }
    .bottom-section-intro h1 {
        font-size: 20px;
    }
    .catalog-product-view .product-info-stock-sku .stock.supplier{
        position:unset;
    }
}

@media (min-width: 1200px){
    .calculated_delivery.expected-delivery:before{
        width:125px !important;
        background-position: 60px;
    }
    .calculated_delivery.expected-delivery p{
        display: inline-block;
    }
    .recently-viewed.alert-success{
        width: 1200px !important;
    }
}
@media (min-width: 992px){
    .cms-intro-section{
        padding: 0 15%;
    }
    .recently-viewed.alert-success{
        width: 970px;
    }
}
@media (min-width: 768px){
    .enquiry-form .form-group,.enquiry-form button{
        width: 25%;
    }
}

@media (min-width: 992px) and (max-width:1199px){
    .catalog-product-view .box-tocart .fieldset{
        width: 94%;
    }
    .catalog-product-view .box-tocart .fieldset .field.qty{
        width: 40%;
    }
    .catalog-product-view .box-tocart .fieldset .actions{
        width:59%;
    }
    input[name="email"].outofstocknotifier_email{
        width: 76% !important;
    }
    .outofstocknotifier_action button{
        padding: 0px 11px;
    }
    .prices-tier li.item{
        margin: 10px 5px 0px 0px !important;
    }
    .mpfaqs-list__block__category h4 a.orders-payment:before, .mpfaqs-list__block__category h4 a.delivery-collection:before,
    .mpfaqs-list__block__category h4 a.refund-returns:before, .mpfaqs-list__block__category h4 a.contacting-us:before,
    .mpfaqs-list__block__category h4 a.after-care:before, .mpfaqs-list__block__category h4 a.guarantee:before{
        background-size: 100px;
        width: 100px;
        height: 110px;
    }
    .mpfaqs-list__block__category{
        padding: 20px 10px !important;
    }
    .fix-form{
        top:0px !important;
    }
    .calculated_delivery.expected-delivery:before{
        width:120px !important;
        background-position: 50px;
    }
    .calculated_delivery.expected-delivery p{
        display: inline-block;
    }
    .about-us-keypoints p{
        font-size: 14px;
    }
}
@media (min-width: 768px) and (max-width:991px){
    .catalog-product-view .box-tocart .fieldset{
        width:92%;
    }
    .catalog-product-view .box-tocart .fieldset .field.qty{
        width: 27%;
    }
    .catalog-product-view .product-info-main .product-add-form .box-tocart .field.qty>label, .catalog-product-view .box-tocart .field.qty>.control span.edit-qty{
        display:none;
    }
    .product-info-main .product-add-form .box-tocart .field.qty>.control .input-text.qty, .bundle-info .product-details .box-tocart .field.qty>.control .input-text.qty{
        width:75px;
    }
    .catalog-product-view .box-tocart .fieldset .actions{
        width: 71%;
    }
    .catalog-product-view .box-tocart .actions.action-add-to{
        width:5%;
    }
    input[name="email"].outofstocknotifier_email{
        width: 75% !important;
    }
    .outofstocknotifier_action button{
        padding: 0px 5px;
        font-size: 12px;
    }
    .outofstocknotifier-block label{
        font-size: 13px;
    }
    .mpfaqs-list__block__category h4 a.orders-payment:before, .mpfaqs-list__block__category h4 a.delivery-collection:before,
    .mpfaqs-list__block__category h4 a.refund-returns:before, .mpfaqs-list__block__category h4 a.contacting-us:before,
    .mpfaqs-list__block__category h4 a.after-care:before, .mpfaqs-list__block__category h4 a.guarantee:before{
        background-size: 100px;
        width: 100px;
        height: 110px;
    }
    .mpfaqs-list__block__category{
        padding: 20px 10px !important;
    }
    .mpfaqs-list__block__category h4{
        font-size: 1.5rem !important;
    }
    .fix-form{
        top:0px !important;
    }
    footer .visible-sm{
        display: none !important;
    }
    .about-us-keypoints p, .quality-value-service-content p, .our-promise-content p{
        font-size: 14px;
    }
    .prices-tier li.item{
        margin: 10px 5px 0px 0px !important;
    }
    .calculated_delivery.expected-delivery p br{
        display: none;
    }
}
@media (max-width: 767px){
    .catalog-product-view .box-tocart .fieldset{
        width:90%;
    }
    .catalog-product-view .box-tocart .fieldset .field.qty{
        width:27%;
    }
    .catalog-product-view .product-info-main .product-add-form .box-tocart .field.qty>label, .catalog-product-view .box-tocart .field.qty>.control span.edit-qty{
        display:none;
    }
    .product-info-main .product-add-form .box-tocart .field.qty>.control .input-text.qty, .bundle-info .product-details .box-tocart .field.qty>.control .input-text.qty{
        width:65px;
    }
    .catalog-product-view .box-tocart .fieldset .actions{
        width: 71%;
    }
    .catalog-product-view .product-info-main .product-add-form .actions button.tocart{
        font-size: 14px;
    }
    .catalog-product-view .box-tocart .actions.action-add-to{
        width:5%;
    }
    .catalog-product-view #product-addtocart-button span:before{
        display: none !important;
    }
    .mpfaqs-list__block__category{
        padding: 0px !important;
    }
    .mpfaqs-list__block__category h4{
        font-size: 1.4rem !important;
        padding: 10px;
    }
    .mpfaqs-list__block__category h4 a.orders-payment:before, .mpfaqs-list__block__category h4 a.delivery-collection:before,
    .mpfaqs-list__block__category h4 a.refund-returns:before, .mpfaqs-list__block__category h4 a.contacting-us:before,
    .mpfaqs-list__block__category h4 a.after-care:before, .mpfaqs-list__block__category h4 a.guarantee:before{
        background-size: 83px;
        width: 80px;
        height: 80px;
    }
    .mob-section{
        float:left;
        width:100%;
    }
    .enquiry-form-wrapper form{
        display:block;
    }
    .enquiry-form button {
        width: calc(100% - 20px);
    }
    .enquiry-form-wrapper:before {
        height: 375px !important;
    }
    .page-head h2 {
        font-size: 2.6rem;
    }
    .gallery-content img {
        margin: 0 auto;
    }
    .gallery-content {
        text-align: center;
    }
    .prices-tier li.item{
        margin: 10px 5px 0px 0px !important;
    }
    .calculated_delivery.expected-delivery p br{
        display: none;
    }
    .sub-categories-block .promobanner.zoom-out-shadow{
        margin-bottom: 10px !important;
    }
    .sub-categories-block .col-xs-6:nth-child(2n-1) {
        padding-right: 5px !important;
    }
    .sub-categories-block .col-xs-6:nth-child(2n) {
        padding-left: 5px;
    }
}
@media (min-width: 360px) and (max-width:480px){
    input[name="email"].outofstocknotifier_email{
        width:74% !important;
    }
    .outofstocknotifier_action button{
        font-size: 12px;
        padding: 0px 3px;
    }
}
@media (max-width: 320px){
    input[name="email"].outofstocknotifier_email{
        width:72% !important;
    }
    .outofstocknotifier_action button{
        font-size: 12px;
        padding: 0px 3px;
    }
}
