@import url("https://fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic|Francois+One");

/* ---- Reset ---- */
* {
    letter-spacing: normal !important;
}
/* ---- End Reset ---- */

body{
    overflow-x: hidden;
}
/* ---- Common ---- */
.block .block-title {
    font-family: Francois One;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
}
h1,
.h1 {
    font-family: Francois One;
    text-transform: uppercase;
    font-weight: normal;
}
.page-title h1,
.page-title .h1 {
    font-family: Lato;
}
.arw-bg-loading div {
    background-image: url("../images/ajax-loader.gif");
}
#btn_control_totop a {
    background-color: #596e30;
    border-color: #fff;
    color: #fff;
}
#btn_control_totop a:hover,
#btn_control_totop a:focus {
    background-color: #fff;
    border-color: #272727;
    color: #272727;
}
.old-price .price {
    color: #596e30;
}
.special-price .price {
    color: #f00;
}
.btn .fa + span,
.button .fa + span {
    padding-left: 5px;
}
.std,
.data-table,
.opc {
    line-height: 1.5em;
}
td.label,
th.label {
    display: table-cell;
}
/* ---- End Common ---- */

/* ---- Custom Select ---- */
.custom-select {
    position: relative;
    display: block;
    width: 100%;
/*    min-width: 150px;*/
    height: 42px;
    line-height: 40px;
    border: 1px solid #ebebeb;
    color: #000;
    background: #fff;
    text-transform: uppercase;
    font-family: Lato;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
}
.custom-select.focus {
    background: #ebebeb;
}
.custom-select .value {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
}
.custom-select .value:after {
    position: absolute;
    font-family: FontAwesome;
    top: 0;
    bottom: 0;
    right: 0;
    width: 30px;
    content: "";
    font-size: 12px;
    text-align: center;
    border-left: 1px solid #ebebeb;
    background: #fff;
}
.custom-select.focus .value:after {
    background: #ebebeb;
    border-color: #fff;
}
.custom-select select {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    cursor: pointer !important;

    opacity: 0 !important;
    -moz-opacity: 0 !important;
    -khtml-opacity: 0 !important;
    filter: alpha(opacity=0) !important;

    appearance: menulist-text !important;
    -moz-appearance: menulist-text !important;
    -webkit-appearance: menulist-text !important;

    font-size: 12px;
}
.custom-select .validation-advice {
    float: left;
    margin: 32px 0 0;
}
select[multiple], select[size] {
    height: auto;
    background: none;
}
/* ---- End Custom Select ---- */

/* ---- Header ---- */
.header-container .header-top {
    background: url("../images/header_bg.jpg") no-repeat top center #698039;
}
.header-container .header-top .header-top-link {
    padding-right: 0;
    border-right: 1px solid #566a26;
}
.header-container .header-top .header-top-link .header-top-link-ul > li > span {
    padding: 12px 15px;
}
.header-container .header-top .header-top-link .header-top-link-ul > li > span,
.header-container .header-top .header-top-link a {
    font-size: 12px;
}
.header-container .header-top .header-top-link ul.links {
    left: 0;
}
.header-container .header-top .header-top-link .header-top-link-ul > li > span::after {
    position: static;
    right: auto;
    display: inline-block;
    padding-left: 5px;
}
.header-container .header-top .header-top-link .header-top-link-ul > li:hover > span {
    background: #000;
}
.header-container .header-top .header-top-link ul.links li + li > a {
    border-color: #222;
}
.header-container .header-top .header-social {
    font-size: 20px;
}
.header-container .header-top .header-social a {
    padding: 12px 8px;
}
.header-container.header_style_2 #header {
    padding: 20px 0 0;
}
.header-container.header_style_2 .header-logo {
    width: 27%;
}
.header-container.header_style_2 .nav-primary-container {
    width: 73%;
}
.nav-primary-container {
    padding-left: 20px;
}
.megamenu > li > a {
    padding: 14px 25px 22px;
    font-family: Francois One;
    font-size: 24px;
}
.megamenu .arwmenu-block ul.level0 > .classic li > a,
.megamenu .arwmenu-block ul.level0 > .classic > a {
    font-family: Lato;
    font-size: 14px;
    padding-right: 0;
    line-height: 1.4em;
}
.header-container .header-quick-access {
    top: 19px;
}
.header-container .header-quick-access .arw-toggle-control {
    color: #000;
}
.active-sticky .megamenu > li > a {
    padding: 0 25px;
}
.active-sticky .megamenu .parent .sub-wrapper {
    left: -10px;
}
@media (max-width: 1200px) {
    .megamenu .arwmenu-block ul.level0 > .classic li > a,
    .megamenu .arwmenu-block ul.level0 > .classic > a {
        font-size: 12px;
    }
    .megamenu > li > a {
        padding: 10px 22px 15px;
    }
    .header-container .header-quick-access {
        top: 12px;
    }
    .megamenu > li > a {
        font-size: 21px;
    }
}
@media (max-width: 992px) {
    .megamenu .arwmenu-block ul.level0 > .classic li > a,
    .megamenu .arwmenu-block ul.level0 > .classic > a {
        font-size: 11px;
    }
    .header-container.active-sticky .header-quick-access {
        top: 3px;
    }
    .active-sticky .megamenu > li > a {
        padding: 0 10px;
    }
    .header-container .header-logo .logo {
        padding: 0 0 20px !important;
    }
    .header-container.header_style_2 .header-logo {
        width: 100%;
    }
    .header-container.header_style_2 .nav-primary-container {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .nav-primary-container {
        padding-left: 0;
    }
    .header-container .header-top .header-top-left {
        padding: 0;
    }
    .header-container .header-top .header-top-link .header-top-link-ul > li > span,
    .header-container .header-top .header-top-link a {
        padding-left: 8px;
        padding-right: 8px;
    }
    .header-container.header_style_2 .header-logo,
    .header-container.header_style_2 .nav-primary-container {
        width: 100%;
    }
}
.header-container.active-sticky .header-quick-access {
    top: 6px;
    right: 10px;
}
.search_mini_form .custom-select {
    float: left;
    width: 145px;
    height: 42px;
    margin-right: 2px;
}
@media (max-width: 767px) {
    .search_mini_form .custom-select {
        float: none;
        width: 100%;
        height: 34px;
        line-height: 32px;
        margin: 0 0 2px;
    }
}
.header-top .header-top-right-inner {
    width: 100%;
    margin-top: 5px;
}
.header-top .search_mini_form input {
    float: left;
    width: 90%;
}
.header-top .search_mini_form button {
    float: left;
    width: 10%;
    padding: 0;
    line-height: 28px;
    height: 42px;
    border-color: transparent;
    background: #596e30;
    color: #fff;
}
.header-top .search_mini_form button:hover,
.header-top .search_mini_form button:focus {
    background: #000;
}
@media (max-width: 767px) {
    .header-top .search_mini_form input {
        width: 80%;
    }
    .header-top .search_mini_form button {
        width: 13%;
    }
}
.search-link-icon {
    display: none;
}
.active-sticky .search-link-icon {
    display: inherit;
}
.megamenu > li > .sub-wrapper {
    background-color: #698039;
}
.megamenu > li > .sub-wrapper li.level1 > a {
    color: #ffffff;
}
.megamenu > li > .sub-wrapper li.level1.active > a, .megamenu > li > .sub-wrapper li.level1:hover > a {
    color: #fdea00;
}
.arw_sebian_block_newsletter_popup h3,
.arw_sebian_block_newsletter_popup div {
    color: #fff;
    font-family: Francois One;
}
.arw_sebian_block_newsletter_popup a {
    color: #fff;
    text-decoration: underline;
}
.arw_sebian_block_newsletter_popup a:hover,
.arw_sebian_block_newsletter_popup a:focus {
    text-decoration: none;
}
/* ---- End Header ---- */

/* ---- Footer ---- */
.footer-container {
    background: url("../images/footer_bg.jpg") no-repeat top center #000000;
}
.footer-container .container {
    padding-bottom: 20px;
}
.footer-about {
    margin-bottom: 20px;
    font-family: Francois One;
    font-size: 16px;
    font-style: normal;
}
.footer-container .block .block-title {
    font-size: 18px;
}
.footer-container .block-custom-link li {
    margin-bottom: 2px;
    font-size: 14px;
}
.footer-container .footer-copyright .wrapper-copyright {
    font-family: Lato;
    font-size: 11px;
}
.footer_subscribe .block-content > div {
    float: left;
    margin: 0;
}
.footer_subscribe .input-box {
    width: 60%;
}
.footer_subscribe .actions {
    width: 40%;
}
.footer_subscribe button {
    width: 100%;
    padding: 0;
    text-align: center;
    line-height: 24px;
    background: #000;
    border-color: #fff;
    color: #b8b8b8;
    height: 42px;
}
.footer_subscribe button:hover,
.footer_subscribe button:focus {
    color: #fff;
    background: #596e30;
    border-color: #596e30;
}
.footer_social {
    clear: both;
    padding-top: 20px;
}
.footer_social li {
    display: inline-block;
    font-size: 24px !important;
    margin-right: 5px;
}
.footer_social li a {
    display: inline-block;
    width: 24px;
    text-align: center;
}
.footer-banner {
    background: #414f1d;
}
.footer-banner .container {
    padding: 0;
}
.footer-banner .hidden-xs {
    float: left;
    width: 100%;
    margin-top: -4px;
    text-align: center;
}
.footer-banner .visible-xs {
    text-align: center;
}
.footer-banner .visible-xs img {
    max-width: 100%;
}
/* ---- End Footer ---- */

/* ---- Home ---- */
.banners .arw-banner .banner-title {
    font-family: Francois One;
    font-size: 30px;
    text-transform: uppercase;
}
.arw_sebian_home_sport_block_welcome *:not(.fa) {
    font-family: Francois One;
}
.arw-title h2 span span {
    font-family: Francois One;
    font-size: 30px;
}
.arw-services-box.style-3 .service-icon {
    background: #fdea00;
    color: #000;
}
.arw-services-box.style-3 .service-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
}
.arw-sub-title,
.arw-services-box.style-3 .service-content {
    font-size: 16px;
    color: #454545;
    font-style: normal;
}
.arw_sebian_home_sport_block_banner_3 {
    position: relative;
}
.arw_sebian_home_sport_block_banner_3.hidden-xs a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.arw_sebian_home_sport_block_banner_3 img {
    width: 100%;
}
/* ---- End Home ---- */

/* ---- Product Listing ---- */
.products-grid .wrapper-item-inner {
    border: 1px solid #e2e2e2;
}
.products-grid .product-name {
    border: 0;
}
.products-grid .price-box {
    margin-top: 0;
    font-size: 14px;
    font-weight: bold;
}
.arw-product-labels {
    position: relative;
}
.arw-product-labels .arw-product-label {
    left: 0;
    right: auto;
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
    font-size: 16px;
    font-family: Francois One;
    line-height: 40px;
    text-align: left;
    white-space: nowrap;
}
.item.arw-col .arw-product-labels .arw-product-label {
    left: 0;
    right: auto;
    border: none;
}
.arw-product-labels .product-sale-label,
.arw-product-labels .product-new-label {
    padding: 0 15px;
}
.arw-product-labels .product-sale-label {
    background-color: #eb1c2a;
}
.arw-product-labels .product-new-label {
    background-color: #fdea00;
    color: #000000;
}
.arw-product-labels .product-new-label:after,
.arw-product-labels .product-sale-label:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
	border-left-color: #eb1c2a;
	border-width: 20px;
	margin-top: -20px;
}
.arw-product-labels .product-new-label:after {
	border-left-color: #fdea00;
}
.arw-product-labels .product-sale-label:after {
	border-left-color: #eb1c2a;
}
.configurable-price-from-label {
    display: none;
}
.products-grid .special-price .price {
    font-size: 1.4em;
}
/* ---- End Product Listing ---- */

/* ---- Product Details ---- */
.youtube-link {
    padding-bottom: 15px;
}
.youtube-link .button {
    border-color: #ebebeb;
}
.youtubePopup .fancybox-skin {
    padding: 0 !important;
}
.youtubePopup .fancybox-inner {
    overflow: visible !important;
}
.product_details_tabs .product-accordion-heading {
    font-family: Francois One;
    font-size: 18px;
}
.sharing-links {
    float: left;
    margin-top: 6px;
}
/* ---- End Product Details ---- */

/* ---- Postcode Dropdown ---- */
.fontis-postcode-autocomplete li {
    color: #333;
}
/* ---- End Postcode Dropdown ---- */

/* ---- Store Locator ---- */
.store-locator {
    padding-bottom: 40px;
}
.store-listing-search .text-center p {
    padding-top: 6px;
}
.store-listing-search .button {
    padding: 5px 20px;
    line-height: 30px;
}
.store-listing {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .store-listing-search .button {
        margin-top: 10px;
    }
}
.store-listing-items {
    height: 600px;
    overflow-y: scroll;
}
.store-listing-item {
    color: #272727;
    padding: 10px 10px 10px 40px;
    line-height: 1.4em;
    background: url("../images/map-marker.png") no-repeat 8px 8px transparent;
    cursor: pointer;
}
.store-listing-item:hover,
.store-listing-item.hover {
    background-color: #f5f5f5;
}
.store-listing-item .store-name {
    font-weight: bold;
}
.store-listing-item .view-more {
    text-decoration: underline;
}
#storelisting_map {
    height: 600px;
}
@media (max-width: 767px) {
    .store-listing-items {
        height: auto;
        overflow-y: auto;
    }
}
.store-listing-view-image {
    margin: -40px 0 20px;
}
.store-listing-view-info h3 {
    font-weight: bold;
    margin-bottom: 0;
}
.store-listing-view-info address,
.store-listing-view-info p {
    color: #333;
}
.store-listing-view-info .trading-hours span {
    display: inline-block;
    width: 100px;
}
.store-listing-view-info .btn {
    margin: 20px 0;
}
/* ---- End Store Locator ---- */

/* ---- Stock by Postcode ---- */
.stock-levels {
    float: left;
    margin: 0 30px 10px 0;
}
.stockCheck {
    border-color: #ebebeb;
}
#stock-levels {
    display: none;
}
#stock-levels-form input {
    float: left;
    width: 70%;
}
#stock-levels-form input.loading {
    background: url('../images/small-loader.gif') no-repeat 95% 50% #fff;
}
#stock-levels-form button {
    float: left;
    width: 30%;
    padding: 6px 0;
}
.stockPopup {
    margin-top: -250px;
    left: 10% !important;
    width: 80% !important;
}
.stockPopup .fancybox-inner {
    overflow: visible !important;
    width: 100% !important;
}
.stockPopup p {
    line-height: 1.2em;
    margin: 0;
    padding-top: 10px;
}
.stockPopup p a {
    color: #596e30;
}
.stockPopup p a:hover,
.stockPopup p a:focus {
    color: #272727;
}
#stock-results {
    display: none;
    position: absolute;
    top: 100%;
    right: -15px;
    left: -15px;
    height: 500px;
    padding: 0 15px;
    margin-top: 10px;
    background: #f9f9f9;
    border-radius: 0 0 5px 5px;
    overflow-y: scroll;
    font-size: 14px;
    line-height: 1.4em;
    border-top: 1px solid #ebebeb;
}
@media (max-width: 767px) {
    .stockPopup {
        left: 5% !important;
        width: 90% !important;
        margin-top: -100px;
    }
    #stock-results {
        height: 230px;
    }
}
#stock-results .stock-place {
    border-bottom: 1px solid #ebebeb;
    padding: 5px 0;
}
#stock-results h2 {
    font-size: 16px;
    margin: 0;
}
#stock-results h2 span {
    color: #999;
}
#stock-results address {
    margin: 5px 0;
}
#stock-results .stock-level {
    position: relative;
    height: 20px;
    border-radius: 12px;
    border: 1px solid #bbb;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    background: #f0f0f0;
    overflow: hidden;
}
#stock-results .stock-level i,
#stock-results .stock-level span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
#stock-results .stock-level-0 i {
    background: #c00;
    width: 5%;
}
#stock-results .stock-level-1 i {
    background: #f60;
    width: 35%;
}
#stock-results .stock-level-2 i {
    width: 70%;
    background: #596e30;
}
#stock-results .stock-level-3 i {
    background: #596e30;
}
#stock-results .stock-level-0 span,
#stock-results .stock-level-1 span {
    color: #000;
}
/* ---- End Stock by Postcode ---- */

/* ---- My Account ---- */
#order-info-tabs .current {
    text-decoration: underline;
}
.my-account .order-info ul,
.my-account .order-tracking ul {
    list-style: disc;
    margin-left: 1em;
}
.my-account .box-content,
.my-account .order-items {
    line-height: 1.5em;
}
.my-account .order-tracking {
    margin-top: 10px;
}
/* ---- End My Account ---- */

/* ---- Order History ---- */
.fb-order-popup {
    display: none;
}
.orderPopup h3 {
    margin-top: 0;
}
/* ---- End Order History ---- */

/* ---- Sale ---- */
.megamenu .sale-menu > a {
    color: #f00 !important;
}
.megamenu .sale-menu > a:hover {
    color: #272727 !important;
}
.categorypath-sale .arw-page-title .page-title h1 {
    color: #f00 !important;
}
/* ---- End Sale ---- */

/* ---- Featured Brands ---- */
.block-featured-brands li {
    text-align: center;
}
.block-featured-brands li img {
    max-width: 100%;
    padding: 5px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
}
.block-featured-brands li a:hover {
    opacity: 0.8;
}
/* ---- End Featured Brands ---- */

/* ---- Checkout ---- */
.opc .note {
    font-size: 12px;
}
/* ---- End Checkout ---- */


/*-------- Autocomplete --------*/

.searchautocomplete .searchautocomplete-placeholder:before{
    border:none;
}

@media (max-width: 768px) and (min-width: 300px)
{
    .searchautocomplete .searchautocomplete-placeholder{
        right: 5%;
    }
}

/* ------- Store Locator-------- */

/*#scrollbar1 .viewport
{
    height: 450px;
}*/

#map{
    height: 0;
    overflow: hidden;
    padding-bottom: 22.25%;
    padding-top: 30px;
    position: relative;
}
#storelocator .map{
    width: 62%;
    float: right;
    margin-top: 30px;
}
#storelocator .stores {
    width: 36%;
    float: left;
    /* background: #FFF; */
    margin-top: 30px;
}
@media (max-width: 545px) and (min-width: 300px)
{
    #scrollbar1 .overview .content {
        width: 100%;
    }

    #storelocator .stores{
        float: none;
        margin-top: 30px;
        width: 100%;
    }

    #storelocator .map{
        float: none;
        margin-top: 5px;
        width: 100%;
    }
}
@media (min-width: 768px){
    .btn-controls
    {
        margin-top:1rem;
    }

}

@media (min-width: 992px){
    .btn-controls
    {
        margin-top:0;
    }
}

/*----- End Store Locator --*/
/* Newsletter Subscribe Popup */

/* Newsletter Subscribe Popup */

.newsletter-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    background: rgba(244, 244, 244, 0.7);
    padding-top: 10%;
}
.newsletter-popup {
    position: relative;
    width: 600px;
    margin: 0 auto;
//background-color: #FFF;
    background-repeat: no-repeat;
//border-radius: 3px;
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.15);
    padding: 35px 15px 65px;
    text-align: center;
    height: 390px;
    background-image: url(../images/popup-bg.png);
    border-radius: 10px;
}
.newsletter-popup-close-btn {
    background-image: url(../images/close.png);
    outline: none;
    border: none;
    position: absolute;
    right: -20px;
    top: -10px;
    color: transparent;
    font-size: 45px;
    line-height: 34px;
    background-repeat: no-repeat;
    width: 34px;
}

.newsletter-popup-close-btn:hover {
    color: transparent;
}

.material-icons-clear:before {
    content: "\e14c"
}

.material-icons-ico:before {
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    font-size: inherit;
}

.subscribe_left {
    text-transform: uppercase;
}

.subscribe_left h5 {
    color: white;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 22px;
}

.subscribe_left h3 {
    color: white;
    font-size: 54px;
    font-weight: 900;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 24px;
    line-height: 20px;
}

.subscribe_left p {
    color: #fcea03 !important;
    width: 80%;
    /* text-align: center; */
    margin: 0 auto !important;
    font-weight: bold !important;
    font-family: "Open Sans", sans-serif !important;
    line-height: 20px !important;
    font-size: 15px !important;
}

.subscribe_right {
    margin-top: 50px;
}

.newsletter-left input, .newsletter-right input {
    width: 446px !important;
    height: 40px !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 8px;
    padding-left: 24px;
}

.subscribe_right button {
    background: black;
    width: 446px;
    height: 40px;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    line-height: 0px;
    color: white;
}

.send_to {
    width: 60%;
}

.hideprice {
    box-shadow: none !important;
    background: none !important;
    border: none !important;
    text-shadow: none !important;
    color: black !important;
    pointer-events: none;
    cursor: default;
}
.hideprice a {
    color: black !important;
}

i.fa.fa-blog {
    background-image: url('../images/blog-icon2.png');
    background-size: cover;
    height: 22px;
    width: 23px;
    vertical-align: middle;
    background-repeat: no-repeat;
}

ul#payment_form_Sxml {
    margin-bottom: 34px;
}

.blog-list .post-meta .btn {
    margin-top: 25px;
}

.v-fix {
    margin-bottom: 10px;
}

@media only screen and (max-width:768px) {
    .newsletter-wrap {
        padding-top: 25%;
    }
}

@media only screen and (max-width:414px) {
    .newsletter-wrap {
        padding-top: 35%;
    }
    .newsletter-popup {
        width: 100%;
        background-size: 100% 430px;
    }
    .subscribe_right button {
        width: 100%;
    }
    .newsletter-popup-close-btn {
        right: 0px;
    }
}

@media only screen and (max-width: 377px) {
    .blog-menu {
        display: none !important;
    }
}

@media only screen and (max-width: 375px) {
    .newsletter-wrap {
        padding-top: 45%;
    }
    .newsletter-popup {
        padding-top: 10px;
        background-size: 100% 320px;
    }
    .subscribe_left h3 {
        font-size: 24px;
        line-height: 0px;
    }
    .subscribe_left p {
        width: 90%;
        font-size: 12px !important;
    }
    .subscribe_right {
        margin-top: 30px;
    }
}
/* --- End Newsletter */