/*
Theme Name: Toymaster
Description: A bespoke woocommerce theme built for Toymaster
Version: 20
Author: Zinc Digital
Author URI: zincdigital.com
License: GNU General Public License v2 or later
Text Domain: toymaster
*/
.width-auto {
	width: auto !important;
}

.view-more {
    display: inline-block;
    padding: 20px;
    border-radius: 50px;
    background-color: #009052;
    text-decoration: none;
    -webkit-transition: background-color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out;
    color: #FFF;
    margin-bottom: 20px;
    width:200px;
	    font-size: 22px;
    font-weight: 700;
}
.text-center{ text-align: center;}

.homepage .charity {
    
    padding-top: 60px;
    
}

.homepage .charity .container .mt2p {
    max-width: 850px !important;
	width:100%;
}

.homepage .brands {background:#fff;}

.homepage .featured-items .items .slick-list .slick-track .slick-slide .item .image .lozenge{top:8px !important; right:8px !important; padding: 5px 5px !important; }
.homepage .featured-items .items .slick-list .slick-track .slick-slide .item .image .lozenge h5{font-size:14px !important;}


@media(max-width: 767px){
  .homepage .search-box .container .search__input{
  	flex: 0 0 70% !important;
    max-width: 70%;
  }
  
  .homepage .search-box .container .search__submit{
  	flex: 0 0 30%;
    max-width: 30%;
    font-size: 16px !important;
  }
}

@media(max-width: 767px){
  .catalogue-page .catalogue .container .products .products-grid {
    -ms-grid-columns: 48% 48% !important;
    grid-template-columns: 48% 48% !important;
    grid-column-gap: 15px !important;
    grid-row-gap: 40px !important;
  }
  
  .catalogue-page .catalogue .container .products .products-grid .product .product-image {
    height: 260px !important;
    background-size: 60% !important;
  }
  
  .catalogue-page .catalogue .container .products .products-grid .product .reserve-btn{
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 6px 15px;
  }
  
  .catalogue-page .catalogue .container .products .products-grid .product .reserve-btn .phone-icon{
  	margin-right: 0px;
  }
  
  .catalogue-page .catalogue .container .products .products-grid .product .reserve-btn .cta{
  	display: none;
  }
}

@media(max-width: 420px){  
  .catalogue-page .catalogue .container .products{
  	padding: 25px 0px !important;
  }
  .catalogue-page .catalogue .container .products .products-grid .product .product-image {
    height: 170px !important;
    margin-bottom: 20px !important;
  }
  
  .catalogue-page .catalogue .container .products .products-grid .product .reserve-btn .phone-icon{
  	width: 25px;
    height: 25px;
  }
  
  .catalogue-page .catalogue .container .products .products-grid .product .product-title,
  .catalogue-page .catalogue .container .products .products-grid .product .product-price{
    font-size: 15px !important;
    margin-bottom: 20px !important;
  }
}

/*
* 12-01-21
*/

/*
* box1
*/
.box1 {
    box-shadow: 0px 3px 18px rgba(0, 0, 0, .16);
    border-radius: 20px;
    overflow: hidden;
}

.box1 .head{
    background: #139152;
    padding: 16px 30px;
}

.box1 .head h2{
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}

.box1 .body{
    background: #efefef;
    padding: 45px 30px;
}

.box1 .body .list{
    list-style: none;
    padding-left: 0px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.box1 .body .list li{
    -webkit-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-bottom: 32px;
    padding: 0px 15px;
}

.box1 .body .list li:nth-child(even){
    -webkit-flex: 0 0 65%;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
}

.box1 .body .list li .content{
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.box1 .body .list .icon{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #139152;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 18px;
}

.box1 .body .list .icon.email{
    background: #D90016;
}

.box1 .body .list .icon.fb{
    background: #031E83;
}

.box1 .body .list li a{
    color: inherit;
    text-decoration: none;
    word-break: break-word;
}

.box1 .body .list li .link{
    text-decoration: underline;
}

.box1 .body .list li address{
    font-style: normal;
}

@media(max-width: 991px){
    .box1 .body .list li{
        -webkit-flex: 0 0 50% !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    .box1 .body .list .icon{
        margin-right: 12px;
    }
}

@media(max-width: 767px){
    .box1 .head {
        padding: 15px;
    }

    .box1 .head h2 {
        font-size: 28px;
    }

    .box1 .body {
        padding: 30px 15px;
    }

    .box1 .body .list li{
        -webkit-flex: 0 0 100% !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        font-size: 18px;
    }
}

/*
* shops-wrapper
*/
.shops-wrapper{
    padding: 70px 0px;
}

.shops-wrapper .wrapper{
    max-width: 1001px;
    margin: auto;
}

.shops-wrapper .wrapper .box1 .body{
    padding-bottom: 13px;
}

.homepage .brands .slick-logo-slider .slick-logo {
    min-height: 120px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
  .homepage .brands {
    padding-top: 30px !important;
}
  .homepage .search-box {
    padding-top: 30px !important;
}

@media only screen and (max-width: 480px){
.homepage .brands .slick-logo-slider .slick-logo {
    min-height: 44px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
  .homepage .brands h2 {
    font-size: 28px !important;
}

}

/********** 05 08 2021 *************/
/*
*helper classes
*/

.overflow-initial {
    overflow: initial !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.d-block {
    display: block !important;
}

.w-100 {
    width: 100% !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.justify-content-between {
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-1 {
    margin-bottom: 6px !important;
}

.mb-2 {
    margin-bottom: 12px !important;
}

.mb-3 {
    margin-bottom: 18px !important;
}

.mb-4 {
    margin-bottom: 24px !important;
}

.mb-5 {
    margin-bottom: 30px !important;
}

.mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.mr-1 {
    margin-right: 6px !important;
}

@media (max-width: 767px) {
    .m-full {
        width: 100% !important;
    }
}

@media (min-width: 768px) {
    .order-md-1 {
        order: 1;
    }
    .order-md-2 {
        order: 2;
    }
    .mb-md-0 {
        margin-bottom: 0px !important;
    }
}

@media (min-width: 1024px) {
    .mb-lg-0 {
        margin-bottom: 0px !important;
    }
    .d-lg-none {
        display: none !important;
    }
}

@media (max-width: 1023px) {
    .d-lg-down-none {
        display: none !important;
    }
}

@media (max-width: 1023px) {
    .d-md-down-none {
        display: none !important;
    }
}


/*
*breadcrumb
*/

.breadcrumb {
    padding: 0px;
    list-style-type: none;
    margin-bottom: 11px;
}

.breadcrumb li {
    display: inline-block;
    color: #0A0E15;
    font-size: 16px;
    line-height: 19px;
}

.breadcrumb li+li:before {
    content: '>';
}

.breadcrumb li a {
    color: inherit;
    text-decoration: none;
}

.breadcrumb li a:hover {
    opacity: 0.8;
}

.breadcrumb li .page-name {
    color: #D90C16;
}

@media (max-width: 767px) {
    .breadcrumb li {
        font-size: 12px;
    }
}


/*
*form
*/

.form-control {
    padding: 11px 14px;
    font-family: Arial, sans-serif;
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    font-size: 15px;
    line-height: 16px;
    text-transform: capitalize;
    width: 100%;
    color: #838383;
}

.form-control:focus-visible {
    outline: 0px;
}

.form-control::-webkit-input-placeholder {
    color: #838383;
}

.form-control::-moz-placeholder {
    color: #838383;
}

.form-control:-ms-input-placeholder {
    color: #838383;
}

.form-control:-moz-placeholder {
    color: #838383;
}

.form-control.alt {
    background: #eeeeee;
    border-color: #eeeeee;
}

.select-option {
    position: relative;
    display: block;
}

.select-option select {
    padding-right: 40px;
}

.select-option:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 12px;
    background: url('https://toymaster.zincfuse.co.uk/wp-content/uploads/bottom-arrow.svg') no-repeat;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.select-option select::-ms-expand {
    display: none;
}

.select-option select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

@media (max-width: 767px) {
    .form-control {
        font-size: 12px;
        padding: 6px 10px;
    }
    .select-option select {
        padding-right: 30px;
    }
    .select-option:after {
        width: 15px;
        height: 9px;
        background-size: contain;
    }
}


/*
*search form
*/

.search-form .form-group {
    position: relative;
}

.search-form .form-control {
    padding-right: 40px;
}

.search-form .submit-btn {
    padding: 0px;
    border: 0px;
    background: transparent;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 50%;
    transform: translateY(-50%);
    right: 6px;
    cursor: pointer;
}

.search-form .submit-btn img {
    width: 100%;
}

@media (max-width: 767px) {
    .search-form .form-control {
        padding-right: 24px;
    }
    .search-form .submit-btn {
        width: 12px;
        height: 12px;
    }
}


/*
*three column layout
*/

.three-column-layout {
    display: flex;
    flex-wrap: wrap;
    margin-left: -14px;
    margin-right: -14px;
}

.three-column-layout .column {
    padding: 0px 14px;
    width: 33.3333333%;
}

@media (max-width: 767px) {
    .three-column-layout .column {
        width: 50%;
    }
}


/*
*four column layout
*/

.four-column-layout {
    display: flex;
    flex-wrap: wrap;
    margin-left: -14px;
    margin-right: -14px;
}

.four-column-layout .column {
    padding: 0px 14px;
    width: 25%;
}

@media (max-width: 991px) {
    .four-column-layout .column {
        width: 33.3333333%;
    }
}

@media (max-width: 767px) {
    .four-column-layout .column {
        width: 50%;
    }
}


/*
*custom-btn
*/

.custom-btn1 {
    background: #FFD500;
    padding: 13px 6px;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #E30613;
    border: 2px solid #FFD500;
    text-transform: uppercase;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    text-decoration: none;
    display: inline-block;
    text-decoration: none;
}

.custom-btn1:hover {
    background: #fff;
}

.custom-btn2 {
    background: #d90015;
    border-radius: 3px;
    padding: 7px 22px;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    text-transform: uppercase;
}

.custom-btn2:hover {
    opacity: 0.8;
}

.filter-btn {
    padding: 8px 6px;
    text-transform: capitalize;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
}

@media (max-width: 767px) {
    .filter-btn {
        font-size: 12px;
        line-height: 14px;
        padding: 6px 6px;
    }
    .custom-btn2 {
        font-size: 14px;
    }
}


/*
*choose-options
*/

.choose-options {
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px 12px !important;
}

.choose-options li {
    width: 25%;
    padding: 0px 7px;
}

.choose-options li .custom-dropdown,
.choose-options li .custom-dropdown .custom-btn1 {
    height: 100%;
}

@media (max-width: 1300px) {
    .choose-options .custom-dropdown .custom-btn1 {
        padding: 8px 6px;
        font-size: 14px;
    }
}

.custom-dropdown {
    position: relative;
    z-index: 200;
}

.custom-dropdown .custom-btn1 {
    display: block;
    width: 100%;
}

.custom-dropdown:hover .custom-btn1 {
    background: #fff;
}

.custom-dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    border-top: 11px solid transparent;
    background-clip: padding-box;
    opacity: 0;
    visibility: hidden;
}

.custom-dropdown .dropdown-menu .wrapper {
    border: 1px solid #FFD500;
    background-clip: padding-box;
    min-width: 244px;
    left: 0;
    background: #fff;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.custom-dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.custom-dropdown .dropdown-menu .menu-item {
    color: #666666;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #eeeeee;
    padding: 10px 12px;
}

.custom-dropdown .dropdown-menu .menu-item:hover {
    background: #666666;
    color: #fff;
}

.custom-dropdown .dropdown-menu .menu-item:last-child {
    border-bottom: 0px;
}


/*
*custom-list
*/

.custom-list {
    padding: 0px;
    list-style-type: none;
    margin-bottom: 15px;
}

.custom-list li {
    margin-bottom: 15px;
}


/*
*custom-control-option
*/

.custom-control-option {
    position: relative;
}

.custom-control-option .custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control-option .custom-control-label {
    font-weight: 700;
    font-size: 15px;
    color: #666666;
    display: inline-block;
    padding: 5px 0 5px 45px;
    min-height: 30px;
    cursor: pointer;
}

.custom-control-option .custom-control-label:before {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    background: #fff;
    left: 0;
    top: 0;
}

.custom-control-option .custom-control-label:after {
    content: '';
    width: 13px;
    height: 6px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    position: absolute;
    left: 8px;
    top: 9px;
    transform: rotate( -46deg);
    opacity: 0;
}

.custom-control-option .custom-control-input:checked~.custom-control-label:before {
    background: #D90016;
}

.custom-control-option .custom-control-input:checked~.custom-control-label:after {
    opacity: 1;
}


/*
*slideshow single
*/

.slideshow-single {
    overflow-x: hidden;
    position: relative;
}

.slideshow-single .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    display: block;
    width: 32px;
    height: 54px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
    background: none;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    text-indent: -99999px;
    overflow: hidden;
}

.slideshow-single .slick-prev {
    background-image: url("https://toymaster.zincfuse.co.uk/wp-content/uploads/left-arrow.svg");
    background-size: contain;
    left: 10px;
}

.slideshow-single .slick-next {
    background-image: url("https://toymaster.zincfuse.co.uk/wp-content/uploads/right-arrow.svg");
    background-size: contain;
    right: 10px;
}

.slideshow-single .slick-dots {
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    bottom: 9px;
}

.slideshow-single .slick-dots li {
    display: inline-block;
    margin-right: 4px;
}

.slideshow-single .slick-dots li button {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: transparent;
    text-indent: -99999px;
    overflow: hidden;
    border: 2px solid #EEEEEE;
}

.slideshow-single .slick-dots li.slick-active button,
.slideshow-single .slick-dots li button:hover {
    background: #eeeeee;
}


/*
*slideshow2
*/

.slideshow2 {
    border-radius: 3px;
    border: 2px solid #eeeeee;
    margin-bottom: 24px;
    position: relative;
}

.slideshow3 .slick-track {
    display: flex;
    flex-wrap: wrap;
}

.slideshow2 .slick-slide {
    height: auto;
}

.slideshow2 .slick-slide a {
    position: reltative;
    height: 100%;
    display: block;
}

.slideshow2 .slick-slide a img.w-100 {
    height: 100%;
    object-fit: cover;
}

.slideshow2 .slick-slide .video {
    width: 100%;
    height: 100%;
    display: block;
}

.slideshow2 .slick-slide a:after {
    content: '';
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    width: 30px;
    height: 30px;
    background: url('https://toymaster.zincfuse.co.uk/wp-content/uploads/enlarge.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}

.slideshow2-nav {
    padding: 0px 41px;
    position: relative;
    overflow: hidden;
}

.slideshow2-nav .thumb-img {
    max-width: 100% !important;
    width: 128px !important;
    height: 128px !important;
    min-height: 128px !important;
    min-height: 128px;
    min-width: 128px;
    border-radius: 3px;
    border: 2px solid #EEEEEE;
    display: block;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.slideshow2-nav .thumb-img.play-btn {
    position: relative;
}

.slideshow2-nav .thumb-img.play-btn:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url('https://toymaster.zincfuse.co.uk/wp-content/uploads/play-btn.svg') no-repeat;
    width: 49px;
    height: 49px;
    background-size: contain;
    z-index: 10;
}

.slideshow2-nav>.slick-slide {
    display: inline-block;
}

.slideshow2-nav .thumb-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 3px;
}

.slideshow2-nav .slick-current.slick-active .thumb-img {
    border-color: #CCCCCC;
}

.slideshow2-nav .thumb-img:hover {
    border-color: #cccccc;
}

.slideshow2-nav .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    display: block;
    width: 32px;
    height: 54px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
    background: none;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    text-indent: -99999px;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.slideshow2-nav .slick-arrow:hover {
    opacity: 0.8;
}

.slideshow2-nav .slick-prev {
    background-image: url("https://toymaster.zincfuse.co.uk/wp-content/uploads/left-arrow2.svg");
    background-size: contain;
    left: 0px;
}

.slideshow2-nav .slick-next {
    background-image: url("https://toymaster.zincfuse.co.uk/wp-content/uploads/right-arrow2.svg");
    background-size: contain;
    right: 0px;
}

.slideshow2-nav .slick-track .slick-slide {
    padding: 0px 12px;
}

@media (max-width: 767px) {
    .slideshow2:after {
        width: 23px;
        height: 23px;
        top: 8px;
        right: 8px;
    }
    .slideshow2-nav {
        padding: 0px 31px;
    }
    .slideshow2-nav .thumb-img {
        width: 80px !important;
        height: 80px !important;
        min-height: 80px !important;
        min-width: 80px !important;
    }
    .slideshow2-nav .slick-track .slick-slide {
        padding: 0px 7px;
    }
    .slideshow2-nav .slick-arrow {
        width: 20px;
        height: 33px;
    }
}


/*
*slideshow3
*/

.slideshow3 {
    position: relative;
    overflow: hidden;
}

.slideshow3>.slick-slide {
    display: block;
    max-width: 280px;
    width: 100%;
    margin-right: 35px;
}

.slideshow3>.slick-slide:last-child {
    margin-right: 0px;
}

.slideshow3 .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    display: block;
    width: 32px;
    height: 54px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
    background: none;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    text-indent: -99999px;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.slideshow3 .slick-prev {
    background-image: url("https://toymaster.zincfuse.co.uk/wp-content/uploads/left-arrow2.svg");
    background-size: contain;
    left: 0px;
}

.slideshow3 .slick-next {
    background-image: url("https://toymaster.zincfuse.co.uk/wp-content/uploads/right-arrow2.svg");
    background-size: contain;
    right: 0px;
}

.slideshow3 .slick-slide {
    padding: 0px 17px;
}

.slideshow3 .single-product {
    height: 100%;
}

.slideshow3 .slick-track {
    display: flex;
    flex-wrap: wrap;
}

.slideshow3 .slick-slide {
    height: auto;
}

@media (max-width: 1023px) {
    .slideshow3 .slick-arrow {
        display: none !important;
    }
    .slideshow3 .slick-slide {
        padding: 0px 10px;
    }
}

@media (min-width: 1024px) {
    .slideshow3 {
        padding-left: 16px;
        padding-right: 16px;
        overflow: initial;
    }
    .slideshow3 .slick-prev {
        left: -40px;
    }
    .slideshow3 .slick-next {
        right: -40px;
    }
}


/*
*features
*/

.features {
    padding: 0px;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 48px;
}

.features li {
    width: 33.33333%;
    padding: 0px 15px;
    border-right: 2px solid #EEEEEE;
    text-align: center;
    margin-bottom: 30px;
}

.features li .icon img {
    max-height: 80px;
}

.features li .icon {
    height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.features li:last-child {
    border-color: transparent;
}

.features li .total-no {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: 700;
    color: #0A0E15;
    margin-bottom: 6px;
}

.features li p {
    font-size: 22px;
    font-weight: 700;
    color: #666666;
}

@media (max-width: 1023px) {
    .features li .icon {
        height: 60px;
        margin-bottom: 8px;
    }
    .features li .icon img {
        max-height: 60px;
    }
    .features li .total-no {
        font-size: 21px;
        margin-bottom: 5px;
    }
    .features li p {
        font-size: 13.5px;
    }
}


/*
*online options
*/

.online-options {
padding-top: 40px;
    margin-bottom: 40px;
    max-width: 355px;
}

.online-options h4 {
    color: #D90016;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 16px;
}

.online-options .or {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    display: inline-block;
}

.online-options .box2 {
    margin-bottom: 20px;
}

@media(max-width: 767px) {
    .online-options {
padding-top: 30px;
        margin-bottom: 30px;
    }
    .online-options h4 {
        font-size: 20px;
    }
}

.box2 {
    padding: 15px 20px;
    background: #f6f6f6;
    border-radius: 3px;
}

.two-column-list {
    padding: 0px;
    list-style-type: none;
}

.two-column-list li {
    display: flex;
    flex-wrap: wrap;
	 justify-content: space-between;
    margin-bottom: 14px;
}

.two-column-list li:last-child {
    margin-bottom: 0px;
}


.two-column-list .single-column:first-child {
    flex: 1;
}

.two-column-list li .single-column:first-child {
    padding-right: 15px;
}

.two-column-list li .single-column:last-child {
    text-align: right;
}

.two-column-list li p {
    color: #666666;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 300;
    margin-bottom: 0;
}

.two-column-list li .visit {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 300;
    color: #279862;
    text-decoration: none;
}

.two-column-list li .visit:hover {
    opacity: 0.8;
}

@media(max-width: 767px) {
    .two-column-list li p,
    .two-column-list li .visit {
        font-size: 13.5px;
    }
}


/*
*custom-accordion
*/

.custom-accordion .custom-accordion-item {
    margin-bottom: 10px;
}

.custom-accordion .accordion-header {
    color: #666666;
    font-size: 22px;
    font-weight: 700;
    padding: 17px 50px 17px 22px;
    position: relative;
    background: #eeeeee;
    border-radius: 3px;
    cursor: pointer;
}

.custom-accordion .accordion-header:after {
    content: '';
    width: 20px;
    height: 12px;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 20px;
    background: url('https://toymaster.zincfuse.co.uk/wp-content/uploads/down-arrow.svg') no-repeat;
    background-size: contain;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.custom-accordion .custom-accordion-item.open .accordion-header {
    border-radius: 3px 3px 0 0;
}

.custom-accordion .custom-accordion-item.open .accordion-header:after {
    transform: rotate( -180deg);
}

.custom-accordion .accordion-body {
    border: 2px solid #eeeeee;
    padding: 17px 20px;
    border-radius: 0 0 3px 3px;
    display: none;
}

@media (max-width: 767px) {
    .custom-accordion .accordion-header {
        font-size: 13.5px;
        padding: 7px 30px 7px 10px;
    }
    .custom-accordion .accordion-header:after {
        width: 15px;
        height: 9px;
        margin-top: -4.5px;
        right: 10px;
    }
    .custom-accordion .accordion-body p {
        font-size: 13.5px;
    }
}


/*
*my theme
*/

.my-themes .theme {
    margin-bottom: 32px;
    text-align: center;
}

.my-themes .theme .image {
    display: block;
    width: 100%;
    margin-bottom: 13px;
}

.my-themes .theme a {
    text-decoration: none;
}

.my-themes .theme h2 {
    color: #D90C16;
    font-size: 23px;
    line-height: 28px;
    font-weight: 500;
}

.my-themes .theme h2 a {
    color: inherit;
}

@media (max-width: 991px) {
    .my-themes .theme {
        margin-bottom: 26px;
    }
    .my-themes .theme .image {
        margin-bottom: 7.5px;
    }
    .my-themes .theme h2 {
        font-size: 13.5px;
        line-height: 15px;
    }
}


/*
*section
*/

.section {
    padding: 50px 0;
}

@media (max-width: 767px) {
    .section {
        padding: 23px 0px;
    }
}


/*
*banner
*/

.banner.secondary {
    position: relative;
    min-height: 200px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.banner.secondary .container {
    position: relative;
    z-index: 2;
}

.banner.secondary .container h1 {
    color: #FFF;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}


/*
*theme
*/

@media (max-width: 767px) {
    .themes {
        padding: 23px 0px;
    }
    .themes .search-form {
        margin-bottom: 18px;
    }
    .themes .select-option {
        margin-bottom: 9px;
    }
}


/*
*products
*/

.products-grid.alt .product .product-price,
.products-grid.alt .product .product-price .each {
    color: #000000 !important;
}

.products-grid.alt .product .product-title {
    font-size: 20px !important;
}

.catalogue-page .catalogue .container .products .sorting-block.d-block {
    border: 0px !important;
}

.catalogue-page .catalogue.secondary .container .products {
    padding-top: 0px !important;
}

.catalogue-page .catalogue .container .products .sorting-block p {
    color: #666666;
    font-weight: 700;
}

@media (max-width: 1023px) {
    .catalogue-page .catalogue .container .products.pt-0 {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 767px) {
    .products-grid .product .product-image {
        margin-bottom: 12px !important;
    }
    .products-grid.alt .product .product-title {
        font-size: 12.5px !important;
        margin-bottom: 12px !important;
    }
    .products-grid.alt .product .reserve-btn {
        display: none;
    }
    .catalogue-page .catalogue .container .products .products-grid.alt .product .product-price,
    .products-grid.alt .product .product-price {
        font-size: 12.08px !important;
        margin-bottom: 0px !important;
    }
    .catalogue-page .catalogue .container .products .products-grid.alt {
        grid-row-gap: 22px !important;
        grid-template-columns: calc(50% - 14px) calc(50% - 14px) !important;
        grid-column-gap: 28px !important;
    }
    .catalogue-page .catalogue .container .products .products-grid.alt .product .product-image {
        height: 153px !important;
    }
    .catalogue-page .catalogue .container .products .sorting-block p {
        font-size: 13.5px;
    }
}

@media (min-width: 1024px) {
    .catalogue-page.secondary .container .products {
        width: calc(100% - 350px);
    }
}


/*
*sidebar
*/

.sidebar.alt {
    border-radius: 3px !important;
    background-color: #EDEDED !important;
    border: 1px solid #C4C4C4;
    padding: 0px !important;
}

.sidebar.alt .search-form {
    padding: 19px 24px;
    border-bottom: 1px solid #c4c4c4;
}

.sidebar.alt .header {
    text-align: center;
    padding: 15px 24px;
}

.sidebar.alt .header .reset-btn {
    font-size: 15px;
    font-weight: 700;
    color: #E30613;
    text-decoration: none;
}

.sidebar.alt .close-btn {
    min-width: 127px;
    padding: 6px 10px;
    text-align: center;
    font-weight: 500;
    font-size: 11.25px;
    margin-right: -10px;
}

.sidebar.alt h4 {
    color: #666666;
    font-weight: 700;
    font-size: 11.25px;
    padding: 17px 24px 10px;
    text-transform: uppercase;
    border-top: 1px solid #C4C4C4;
    margin-top: -1px;
}

.sidebar.alt .widget .widget-header {
    padding: 17px 24px;
    border-top: 1px solid #C4C4C4;
    position: relative;
    cursor: pointer;
}

.sidebar.alt .widget a.widget-header {
    display: block;
    width: 100%;
    text-decoration: none;
}

.sidebar.alt .widget div.widget-header:after {
    content: '';
    width: 20px;
    height: 12px;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 17px;
    background: url('https://toymaster.zincfuse.co.uk/wp-content/uploads/down-arrow.svg') no-repeat;
    background-size: contain;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.sidebar.alt .widget.open div.widget-header:after {
    transform: rotate( -180deg);
}

.sidebar.alt .widget .widget-header h5,
.sidebar.alt .widget .widget-header span {
    font-weight: 700;
    font-size: 15px;
    color: #E30613;
    text-transform: uppercase;
    padding-right: 20px;
}

.sidebar.alt .widget .widget-container {
    padding: 0px 24px 2px;
    display: none;
}

@media (max-width: 1023px) {
    .open-sidebar {
        overflow: hidden;
    }
    .open-sidebar .sidebar.mobile-fixed {
        left: 0px;
    }
    .sidebar.mobile-fixed {
        position: fixed !important;
        height: 100%;
        overflow-x: auto;
        width: 100%;
        top: 0;
        left: 0px;
        border: 0px !important;
        z-index: 2000;
        transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
        -webkit-overflow-scrolling: touch;
        left: -100%;
    }
    .sidebar.alt .header {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding: 10px 24px;
        border-bottom: 1px solid #c4c4c4;
    }
}

@media (max-width: 767px) {
    .sidebar.alt .widget .widget-header h5,
    .sidebar.alt .widget .widget-header span {
        font-size: 12px;
    }
    .sidebar.alt .widget .widget-header {
        padding: 9px 24px;
    }
    .sidebar.alt .widget div.widget-header:after {
        width: 15px;
        height: 9px;
        margin-top: -4.5px;
    }
    .sidebar.alt .header .reset-btn {
        font-size: 12px;
    }
}


/*
*product
*/

.single-product-detail .main-detail h1 {
    font-size: 36px;
    font-weight: 700;
    color: #D90C16;
    margin-bottom: 20px;
}

.single-product-detail .main-detail .product-price {
    font-size: 30px;
    font-weight: 700;
    color: #0A0E15;
}

.single-product-detail .main-detail .age {
    font-size: 22px;
    font-weight: 700;
    color: #0A0E15;
}

.product.single-product-detail .content .container .product-detail .main-detail {
    display: block;
    padding-right: 45px;
}

.single-product-detail .main-detail .product-image-slider {
    margin-bottom: 38px;
}

.single-product-detail .main-detail .product-description {
    margin-bottom: 52px;
}

.single-product-detail .main-detail .product-description p {
    font-weight: 400;
    font-size: 22px;
    color: #666666;
    margin-bottom: 30px;
}

@media (max-width: 1023px) {
    .product.single-product-detail .content .container .product-detail .main-detail {
        padding-right: 0px;
    }
}

@media (max-width: 767px) {
    .single-product-detail .main-detail h1 {
        font-size: 22.5px;
        margin-bottom: 14px;
    }
    .single-product-detail .main-detail .product-price {
        font-size: 18.75px;
    }
    .single-product-detail .main-detail .product-description {
        margin-bottom: 24px;
    }
    .single-product-detail .main-detail .product-description p {
        font-size: 13.5px;
        margin-bottom: 24px;
    }
}

@media (min-width: 1024px) {
    .single-product-detail .content .container .product-detail {
        width: calc(100% - 400px);
    }
}


/*
*related products
*/

.related-products h3 {
    font-size: 22px;
    font-weight: 700;
    color: #0A0E15;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .related-products h3 {
        font-size: 16.5px;
        margin-bottom: 12px;
    }
}


/*
*single product
*/

.single-product {
    display: flex;
    flex-direction: column;
}

.single-product .product-image {
    width: 100%;
    height: 290px;
    border: 2px solid #EEE;
    border-radius: 4px;
    background-color: #FFF;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 15px;
    display: block;
}

.single-product .product-title {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #D90016;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 9px;
}

.single-product .product-price {
    display: block;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 17px;
}

.single-product .product-price .old {
    color: #959393;
    text-decoration: line-through;
}

@media (max-width: 991px) {
    .single-product .product-image {
        height: 154px;
        margin-bottom: 8px;
    }
    .single-product .product-title {
        font-size: 12.75px;
        margin-bottom: 9px;
    }
    .single-product .product-price {
        font-size: 12px;
    }
    .related-products .single-product .reserve-btn {
        display: none;
    }
}

/*
*quick-links
*/
.quick-links li > a {
  text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    color: #666666;
}

.quick-links li > a:hover {
	color: #E30613;
}

.quick-links li {
	margin-bottom: 8px;
}

/*
*product separate
*/

.product-separate a {
    width: 100%;
    height: 100%;
    border: 2px solid #EEE;
    border-radius: 4px;
    background-color: #FFF;
    overflow: hidden;
    display: block;
    position: relative;
}

.product-separate a .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-separate a .content {
    background: #FFD500;
    padding: 20px 12px 17px;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0px;
}

.product-separate a .content h2 {
    font-weight: 700;
    color: #E30613;
    font-size: 24px;
}

@media (max-width: 767px) {
    .product-separate a .content h2 {
        font-size: 12.5px;
    }
    .product-separate a .content {
        padding: 17px 10px 17px;
    }
}

.slideshow2 .slick-track {
	display: flex;
  	flex-wrap: wrap;
}

.slideshow2 .slick-track iframe {
	width: 100%;
  	height: 100%;
}

.custom-list1 {
	padding-left: 18px;
}

.bg-pattern1 {
	background-repeat: repeat !important;
    background-position: center !important;
    background-size: 30px 30px !important;
}

.finder .actions .errors.active{display:none !important;}

#call-and-collect {background:#279862;}
.two-column-list li .visit{color:#D90016;}

.reserve-btn { max-width: 270px !important; margin: 0 auto;}
.reserve-btn h5 { font-size: 22px !important; }
.reserve-btn p { font-size: 18px !important; }


.finder .actions .location-search .location-search-input {
	width: 100%;
}

.finder .actions .location-search .location-search-button {
	width: 105px !important;  
}