/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:* http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web,please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
.static-home-slide .slick-slide .text-slide .btn-shop:last-child {
    color: #333333;
    background-color: #ffffff !important;
    border-color: #ffffff;
}
.static-home-slide .slick-slide .text-slide .btn-shop:last-child:hover {
    color: #ffffff;
    background-color: #7200a1 !important;
    border-color: #ffffff;
}
    .product-info-main .stock.available,
.product-info-main .stock.unavailable {
  display: inline;
  font-weight: 700;
  margin-right: 20px;
  text-transform: uppercase;
  vertical-align: top;
}
.breadcrumbs {
    padding-top: 0px;
    margin-bottom: 25px;
    text-align: left;
    position: relative;
}
.breadcrumbs .items {
	padding-top: 10px;
}
.email a {
    color: #aaaaaa !important;
}
.header .header-top .header-item {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.header .header-top .header-item .item a {
	color: #c5c5c5;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
.header .header-account .toggle-content a {
    font-family: 'Montserat', sans-serif;
}
.message.global.cookie .notice-cookie-content {
    line-height: normal;
    text-align: center;
}
	.header .cms-block-contact .content{
        padding-left: 10px;
        margin-left: 0;
        width: calc(100% - 20px);
    }
    .header .header-center{
        padding: 0px 0 0px 0 !important;
		
	}
	.vmagicmenu .level0 .level-top span {
		font-size: 16px;
		font-weight: bold;
		color: #7200a1;
    }
	.nav-sections .navigation-mobile ul li a span, .nav-sections .navigation-mobile ul li .level-top span {
		font-size: 16px;
    	padding: 0 9px;
	}
	.nav-sections .navigation-mobile ul li a {
    color: #ececec !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    letter-spacing: -0.03em;
	padding: 15px 0;
	border-bottom: 1px dotted #b1b1b1;
	line-height: 1.5;
}
	.close-menu {
	padding: 0 17px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 2rem;
	font-weight: 800;	
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 50px;
    background-color: #7200a1;
    color: #ffffff;
    cursor: pointer;
  	}
	.pe-7s-close:before {
    content: "\e680";
    font-size: 30px;
    font-weight: bold;
}
	.nav-sections .navigation-mobile ul li .expand:before, .nav-sections .navigation-mobile ul li .collapse:before {
    font-family: FontAwesome;
    display: inline-block;
    font-size: 30px;
    text-align: center;
    width: 18px;
    font-weight: bold;
	color: #fff;
}
	.nav-sections .navigation-mobile ul li {
    position: relative;
    float: left;
    width: 97%;
    padding: 5px;
    margin: 0;
	}	
    .modal-popup.modals-ajaxcart .cart-info{
        display: none;
    }
    .header .header-center .row{
        align-items: baseline;
    }
	
    .header{
        padding: 10px 0;
    }
    .modals-quickview .page.messages{
        margin-top: 0;
    }
    .page-layout-2columns-left .modals-quickview .columns{
        margin: 0;
    }
    .header .minicart-wrapper .showcart .minicart-text>span:last-child:empty:before{
        content: "£0.00";
    }
	.header .header-account .toggle-tab span {
  			font-size: 1.6rem;
			color: #fd1e45;
    		font-family: 'Montserrat', sans-serif;
		}	
		.header .header-account .toggle-tab:before {
    content: "\f100";
    font-family: "Flaticon";
    font-size: 2rem;
	color: #fd1e45;
}
.header .minicart-wrapper .showcart .cart-icon:before {
    content: "\f105";
    font-family: "Flaticon";
    font-size: 2.2rem;
	color: #fd1e45;
}
	.nav-sections .navigation-mobile {
    max-width: none;
    position: static;
    padding: 15px 10px;
	background-color: #fd1e45;
  	}
	  .nav-sections {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 300px;
    height: 100%;
    background: #fff;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    transform: translate(-300px, 0);
    padding-top: 50px;
    transition: all .3s ease;
  }
  .cms-static-brand {
  padding: 0px 0;
  margin-top: 0px;
  background-color: #ffffff;
}

    @media screen and (max-width: 1199px){
        .checkout-index-index .header .header-logo .nav-toggle {
            display: none !important;
        }
        .header .search-area .toggle-tab{
            width: auto;
        }
        .header .content-cart{
            bottom: 7px;
        }
        .nav-open .nav-sections .nav-sections-item-title{
            display: none !important;
        }
		#backtotop {
    bottom: 14px;
}

    }
    @media screen and (max-width: 991px){
        .header .minicart-wrapper .showcart .content .cart-icon {
            color: #222 !important;
        }
        .header .header-center{
            padding: 0;
        }
        .header .content-cart{
            bottom: 0;
        }
		  .header .header-top {
    padding-bottom: 0px;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%;
}
        .header .minicart-wrapper .showcart .cart-icon .counter-number{
            position: absolute;
            top: 0;
            right: -10px;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background-color: #7200a1;
            color: #fff;
            text-align: center;
            line-height: 20px;
            display: block;
        }
        .header .header-search{
            padding-right: 40px;
        }
        .modal-popup.modals-quickview .modal-content{
            overflow-y: auto;
        }
		#backtotop {
    bottom: 14px;
}
    }
    @media screen and (max-width: 575px){
        .header .header-logo{
            justify-content: flex-start;
        }	
		#backtotop {
    bottom: 14px;
}		
	}
	@media screen and (max-width: 480px) {
		.header .header-center {
  padding: 0px 0 !important;
}
.instead-slide-home {
    min-height: 100px;
}
#backtotop {
    bottom: 14px;
}
		
	}
	.message.global.cookie .content {
    display: block;
    flex-wrap: wrap;
    padding-left: 60px;
	background-color: #f01c2f;
}
.message.global.cookie.magepow-gdpr-cookie-notice {
    background: #f01c2f;

}
.footer-links-company {
    padding: 30px 0;
    text-align: center;
    padding-right: 60px;
    padding-left: 60px;
}
.stickyCart .stickyChild {
    background-color: #fd1e45;
}
.modal-popup.modals-ajaxcart .popup .message {
    text-align: center;

}
.actions-toolbar > .primary .action, .actions-primary button.action {
    background-color: #fd1e45;
	border-color: #fd1e45;
}
.header .nav-toggle:before {
  color: #d31700;
  /* line-height: normal; */
}
.nav-sections {
	background: #fd1e45;
}
.nav-sections .navigation-mobile ul li a span, .nav-sections .navigation-mobile ul li .level-top span {
    font-size: 2rem;
}
.nav-sections .navigation-mobile ul li .collapse:before {
    content: "\f107";
    color: #fff;
	
}