/*header-start*/
.header.header8 .middle-header-content .logo-header .logo {
    padding-top: 15px;
    padding-bottom: 15px;
}

.header .top-custom-link ul li + li {
    margin-left: 4px;
}

.header .top-header-content a {
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
}

.header.header8 .top-header-content .top-custom-link ul li {
    padding-top: 10px;
}

.custom-user-icon {
    background-image: url(../images/account-icon.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 auto;
}

.custom-wishlist-icon {
    background-image: url(../images/wishlist-icon.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 24px;
    display: block;
    margin: 0 auto;
}

.minicart-wrapper .action.showcart:before {
    content: '';
    background-image: url(../images/basket-icon.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 24px;
    display: block;
    margin: 0 auto;
}

.minicart-wrapper .action.showcart > .counter.qty,
.header .header-wl .count-wl {
    background-color: #01bf5d;
    height: 16px;
    min-width: 16px;
    font-size: 10px;
    line-height: 17px;
    top: -1px;
    font-weight: 600;
}

.minicart-wrapper .action.showcart > .counter.qty {
    left: -6px;
}

.minicart-wrapper.minicart-wrapper--dropdown:hover,
.minicart-wrapper.minicart-wrapper--dropdown.active {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
}

.header .header-wl .count-wl {
    left: -2px;
}

.header.header8 .table-icon-menu > div {
    padding: 30px 20px 20px 0;
}

#main-Menucontent ul#mainMenu a, #main-Accountcontent ul.links a {
    font-weight: 600;
}

.header.header8 .search-form .form-search .form.minisearch .input-text::placeholder {
    font-size: 12px;
    word-spacing: 0;
    letter-spacing: 0;
}

#main-Menucontent ul#mainMenu .level0 a.level0 span {
    text-transform: uppercase;
}

.i-icon {
    font-family: "Pacifico";
    display: inline-block;
    height: 20px;
    width: 20px;
    color: #000;
    background-color: #fff;
    text-align: center;
    border-radius: 20px;
    line-height: 18px;
    text-transform: lowercase;
}

.i-icon + span {
    padding-left: 10px;
}

.help-support {
    float: right;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
}

.mst-searchautocomplete__autocomplete .mst-searchautocomplete__index-title {
    background: #3b3b3a;
    color: #fff;
}

.mst-searchautocomplete__autocomplete {
    border: 1px solid #e6e7e8;
}

.mst-searchautocomplete__item.magento_catalog_product {
    border-bottom: 1px solid #e6e7e8;
}

.mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all a {
    color: #3b3b3a;
    font-weight: 600;
}

.mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all {
    background: #e6e7e8;
}

.top-header-content .vat-switcer {
    display: inline-block;
    float: right;
    padding-right: 40px;
    font-weight: 600;
}

.top-header-content .vat-switcer > div {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
}

.top-header-content button.btn-vat {
    color: #fff;
    background: none;
    border: none;
    font-size: 13px;
    padding: 0 10px;
}

.top-header-content button.btn-vat.active {
    background-color: #fff;
    border-radius: 10px;
    color: #3b3b3a;
}

/*header end*/
/*home-banner start*/
.home-main-banner .slide-text h2 {
    font-size: 65px;
    font-weight: 700;
    color: #fff;
}

.home-main-banner .slide-text .bluish h3, .home-main-banner .slide-text .crafted h3 {
    font-family: 'Satisfy', cursive;
    font-weight: 100 !important;
}
.home-main-banner .slide-text .text-center.wooden h3 {
  font-size: 60px;
  color: #fff;
  font-family: 'Satisfy', cursive;
  font-weight: 100 !important;
}
.crafted h3 {
    position: relative;
}

.crafted h3:after, .crafted h3:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    background: #fff;
    top: 50%;
}

.crafted h3:after {
    right: 10%;
}

.crafted h2.sec-head {
    position: relative;
    font-weight: 100 !important;
}

.crafted h2.sec-head:after {
    position: absolute;
    content: "";
    width: 80%;
    height: 2px;
    background: #fff;
    bottom: -5%;
    left: 10%;
}

.crafted h3:before {
    left: 10%;
}

.wooden h4 {
    background: #2a1b04;
    color: #fff;
    position: relative;
    padding: 1% 5%;
    width: max-content;
    margin: 0 auto;
}

.wooden h4:after, .wooden h4:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #fff;
    top: 46%;
    border-radius: 50%;
}

.wooden h4:before {
    left: 6%;
}

.wooden h4:after {
    right: 6%;
}

.wooden h2 {
    color: #2a1b04 !important;
    background: #fff;
    width: max-content;
    margin: 0 auto;
}

/*.wooden h6 {
    color: #2a1b04 !important;
}*/

.home-main-banner .slide-text h3 {
    font-size: 35px;
    color: #fff;
}

.home-main-banner .slider_mgs_carousel .owl-item .slide-text h6 {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}

.home-main-banner .slider_mgs_carousel .owl-item .slide-text h2 + h6 {
    padding-top: 25px;
}

.home-main-banner .slider_mgs_carousel .owl-item .slide-text h6 + h6 + h6 {
    padding-bottom: 40px;
}
.home-main-banner .slider_mgs_carousel .owl-item .slide-text .text-center.bluish h6 + h6 {
    padding-bottom: 40px;
}

.home-main-banner .slider_mgs_carousel .owl-item .slide-text .btn-default {
    background-color: #ffd400;
    border-color: #ffd400;
    color: #000;
    height: 55px;
    width: 200px;
    line-height: 49px;
}

.home-main-banner .slider_mgs_carousel .owl-item .slide-text .sale-round {
    position: absolute;
    right: -5px;
    top: -40px;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background-color: #ffcb05;
    padding: 16px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 20px;
    font-size: 11px;
}

.home-main-banner .slider_mgs_carousel .owl-item .slide-text .sale-round .sale {
    font-size: 30px;
    line-height: 28px;
    display: block;
    font-weight: 700;
}

.home-main-banner .owl-carousel .owl-dots .owl-dot.active span {
    background: #fff;
}

.home-main-banner .owl-carousel .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid #fff;
}

.mobile-banner {
    display: none;
}

.active_mgs_builder .mobile-banner {
    display: block;
}

/*home-banner end*/
/*home-promo-banner start*/
.content-heading {
    margin-bottom: 30px;
}

.content-heading h3.title {
    font-weight: 700;
}

.content-heading h3.title:before,
.content-heading h3.title:after {
    height: 1px;
    background: #e6e7e8;
}

.btn.btn-promo-banner {
    width: 100%;
    height: 50px;
    font-size: 17px;
    font-weight: 700;
    color: #000;
    padding: 0;
    text-transform: uppercase;
}

.promobanner-home .promobanner .text {
    padding: 30px;
}

.btn.btn-promo-banner:hover, .btn.btn-promo-banner:focus {
    color: #fff;
    background-color: #3b3b3a;
    border-color: #3b3b3a;
}

/*home-promo-banner end*/
/*home-shop-sector start*/
#shop-sectors .sector-img img {
    width: auto;
    margin: 0 auto;
}

#shop-sectors .sector-block {
    background-color: #01b65d;
    height: 280px;
    display: inline-block;
    width: 100%;
}

#shop-sectors .owl-item {
    padding: 0 15px;
}

#shop-sectors .sector-img {
    padding: 60px 0 15px;
}

#shop-sectors .sector-text {
    font-size: 27px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    max-width: 195px;
    margin: 0 auto;
    line-height: 30px;
}

.owl-carousel .owl-nav > div:not(.disabled):hover {
    background-color: #3b3b3a;
    border-color: #3b3b3a;
}

#shop-sectors a.sector-block {
    position: relative;
    overflow: hidden;
}

#shop-sectors a.sector-block:after {
    content: "";
    position: absolute;
    content: "";
    left: -10px;
    right: -10px;
    bottom: -10px;
    top: -10px;
    border: 2px solid #fff;
    outline-width: 15px;
    outline-style: solid;
    outline-color: rgba(0, 0, 0, 0.3);
    z-index: 0;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
}

#shop-sectors a.sector-block:hover:after {
    left: 15px;
    right: 15px;
    bottom: 15px;
    top: 15px;
}

/*home-shop-sector end*/
/*logo start*/
.widget.mgs-brand .mgs-carousel-trusted-by .owl-item {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

/*logo end*/
/*make shopping online easy start*/
.shop-item .shop-img img {
    margin: 0 auto;
}

.shop-item .shop-text {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    max-width: 175px;
    margin: 0 auto;
    line-height: 20px;
    padding-top: 15px;
}

.shop-item .shop-img {
    display: flex;
    align-items: center;
    height: 99px;
}

.shop-content {
    padding-top: 10px;
    padding-bottom: 30px;
}

/*make shopping online easy end*/
/*reviews start*/
.reviews-block {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #e6e7e8;
}

.cms-index-index .reviews-block {
    border-bottom: 1px solid #e6e7e8;
}

/*reviews end*/
/*Main-category-page-start*/
.category-image, .section-banners {
    position: relative;
}

.category-image .category-img-bespoke-text {
    position: absolute;
    top: 80px;
    left: 60px;
}

.category-image .category-img-bespoke-text > h2 {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
}

.category-img-bespoke-text h2 + span {
    padding-top: 20px;
}

.category-img-bespoke-text > span {
    display: block;
    color: #fff;
    font-weight: 500;
    line-height: 22px;
}

.category-img-bespoke-text > span + a {
    padding-top: 20px;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    padding-bottom: 2px;
    border-bottom: 2px solid;
}

.section-banners .banner-img-bespoke-text {
    position: absolute;
    top: 40px;
    text-align: center;
    max-width: 760px;
}

.banner-img-bespoke-text h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
}

.banner-img-bespoke-text span {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
}

.banner-img-bespoke-text h2 + span {
    padding-top: 10px;
}

.banner-img-bespoke-text button.btn-default {
    display: block;
    margin: 25px auto 0;
    border-radius: 5px;
    border: none;
    height: 50px;
    background-color: #ffd400;
    color: #000;
    width: 200px;
}

.sub-categories-block {
    padding-top: 30px;
}

.promobanner.zoom-out-shadow a:after {
    z-index: 0;
}

.sub-categories-block .promobanner.zoom-out-shadow {
    margin-bottom: 30px;
}

.sub-categories-block .btn.btn-promo-banner {
    height: 45px;
}

.sub-categories-block .promobanner .text {
    padding: 30px;
}

.breadcrumbs {
    margin-bottom: 0;
}

.cat-shop-blocks .shop-item .shop-text {
    max-width: 115px;
}

.category-cms + .category-description {
    height: 100%;
    overflow: unset;
}

.cat-shop-blocks, .best-seller-slider {
    padding-top: 40px;
}

.cat-shop-blocks {
    border-top: 1px solid #e6e7e8;
}

.section-banners {
    padding-top: 10px;
}

/*Main-category-page-end*/
/*product-page-start*/
.mz-thumb img {
    padding-bottom: 0 !important;
}

.mt-thumb-switcher.mz-thumb-selected img {
    border-bottom: none !important;
}

a[data-zoom-id] img, .mz-thumb img {
    border-bottom: none !important;
}

.catalog-product-view .block.upsell-products-list.upsell {
    border-top: 1px solid #e6e7e8;
    padding-top: 30px;
    margin-top: 30px;
}

.catalog-product-view .recently-viewed.alert-success {
    margin-bottom: 15px;
}

/*product-page-end*/
/*Cart-page-style-start*/
.cart-title {
    padding: 20px 0;
    color: #000;
}

.checkout-cart-index #shopping-cart-table thead tr th {
    border: none;
    text-transform: uppercase;
    font-weight: 600;
}

.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details {
    padding-top: 0;
}

.checkout-cart-index #shopping-cart-table tbody tr td {
    vertical-align: top;
    border: none;
    padding-bottom: 10px;
}

.checkout-cart-index #shopping-cart-table .gift-options-cart-item {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-photo {
    width: 80px;
}

.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details {
    margin-left: 15px;
    width: calc(100% - 95px);
}

.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details .item-options dd {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
}

.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details dl.item-options dt {
    font-size: 13px;
    margin-top: 6px;
}

.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details dl.item-options {
    margin-bottom: 10px;
}

.checkout-cart-index #shopping-cart-table tbody tr td.col.qty .input-text.qty {
    border-radius: 5px;
    border-color: #000;
    height: 35px;
    width: 70px;
    color: #000;
    background-color: #fff;
}

.checkout-cart-index #shopping-cart-table tbody tr.item-actions td > .actions-toolbar > a {
    height: 25px;
    line-height: 25px;
}

.checkout-cart-index #shopping-cart-table tbody tr.item-actions td > .actions-toolbar {
    border-top: none;
    padding: 0;
}

.checkout-cart-index #shopping-cart-table tbody tr.item-actions td > .actions-toolbar > a {
    border: none;
    color: #000;
}

.checkout-cart-index #shopping-cart-table tbody tr.item-actions td > .actions-toolbar > a.action-delete {
    color: #ed1847;
}

.checkout-cart-index #shopping-cart-table tbody tr.item-actions td > .actions-toolbar > a:hover,
.checkout-cart-index #shopping-cart-table tbody tr.item-actions td > .actions-toolbar > a:focus {
    background-color: transparent;
    border-color: transparent;
    color: #000;
}

.checkout-cart-index #shopping-cart-table tbody tr.item-actions td > .actions-toolbar > a.action-delete:hover,
.checkout-cart-index #shopping-cart-table tbody tr.item-actions td > .actions-toolbar > a.action-delete:focus {
    color: #ed1847;
}

.checkout-cart-index #shopping-cart-table .cart-price .price {
    color: #000;
    font-weight: 600;
}

.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details .product-item-name a {
    color: #000;
}

.checkout-cart-index #shopping-cart-table thead tr th {
    color: #000;
}

.checkout-cart-index .cart.main.actions .btn {
    border-radius: 0;
}

.checkout-cart-index .cart.main.actions .btn:hover {
    color: #ffffff !important;
    background-color: #01be5d !important;
    border-color: #01be5d !important;
}

.checkout-cart-index #shipping-zip-form .field.note {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    color: #000;
}

.checkout-cart-index #shipping-zip-form input[type="text"] {
    background-color: #fff;
    border-color: #222;
}

.checkout-cart-index #block-shipping .title.active::before {
    background: url(../images/delivery-icon-small.png) no-repeat center;
    width: 43px;
    height: 22px;
    content: "";
    display: inline-block;
    vertical-align: text-bottom;
}

.checkout-cart-index #block-shipping #co-shipping-method-form .methods .item-title {
    font-size: 25px;
    font-weight: 700;
    padding: 5px 0 20px;
}

.checkout-cart-index .shopping-cart-bottom .cart-totals {
    margin-top: 25px;
}

.checkout-cart-index .shopping-cart-bottom .cart-totals,
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.grand.totals td,
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.grand.totals th {
    border: none;
    padding: 0;
}

.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr th .label {
    font-size: 14px;
}

.checkout-cart-index .cart-summary .checkout-methods-items .item .action.checkout {
    background-color: #01bf5d;
    border: 1px solid #01bf5d;
    width: 100%;
    font-weight: 700;
    padding: 10px;
    border-radius: 0;
}

.checkout-cart-index .cart-summary .checkout-methods-items .item .action.checkout.disabled,
.checkout-cart-index .cart-summary .checkout-methods-items .item .action.checkout.disabled:hover {
    background-color: #f6f6f6;
    border: 1px solid #f6f6f6;
    color: #c7c7c7;
    margin-top: 35px;
    position: relative;
}
.checkout-cart-index .cart-summary .checkout-methods-items .item .action.checkout.disabled::after {
    content: 'Please enter your delivery postcode above before proceeding to checkout';
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    display: block;
    font-size: 12px;
    color: #ed1847;
    text-transform: none;
    padding-bottom: 12px;
    text-align: left;
}

.checkout-cart-index .cart-summary .checkout-methods-items .item .action.checkout:hover {
    background-color: #000;
    border-color: #000;
}

.checkout-cart-index #block-shipping #block-shipping-heading {
    font-size: 25px;
    padding-left: 10px;
}

.checkout-cart-index .cart-summary .checkout-methods-items .item .action.checkout .fa.fa-lock {
    padding-right: 5px;
}

.checkout-cart-index #block-summary #shipping-zip-form div[name='shippingAddress.postcode'] {
    padding-bottom: 20px;
}

.checkout-cart-index #block-summary #shipping-zip-form div[name='shippingAddress.postcode'] > label.label {
    color: #000;
}

.checkout-cart-index #block-summary #shipping-zip-form div[name='shippingAddress.region'],
.checkout-cart-index #block-summary #shipping-zip-form div[name='shippingAddress.country_id'] {
    display: none;
}

.checkout-cart-index #block-discount #block-discount-heading {
    font-size: 18px;
    vertical-align: text-top;
}

.checkout-cart-index #block-discount #discount-coupon-form .fieldset.coupon > .actions-toolbar {
    float: right;
}

.checkout-cart-index #shopping-cart-table tbody:last-child {
    border-bottom: 1px solid #e6e7e8;
}

.checkout-cart-index #shopping-cart-table tbody {
    border-top: 1px solid #e6e7e8;
}

.checkout-cart-index .cart.main.actions {
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e7e8;
    margin-top: 30px;
}

.checkout-cart-index #block-discount #discount-coupon-form .fieldset.coupon > .actions-toolbar .primary .btn-primary {
    color: #000 !important;
    border: 2px solid #ebebeb !important;
    background-color: #ebebeb !important;
    border-radius: 0;
}

.checkout-cart-index #block-shipping #co-shipping-method-form .methods .item-options .field.choice > input.radio {
    left: 10px;
    top: 12px;
    cursor: pointer;
    line-height: 0px;
    min-height: 23px;
}

.onestepcheckout-index-index .table-checkout-shipping-method .field.choice > input.radio {
    left: 10px;
    top: 14px;
    cursor: pointer;
}

.onestepcheckout-index-index .table-checkout-shipping-method .field.choice .col-price {
    float: right;
}

.checkout-cart-index #block-shipping #co-shipping-method-form .methods .item-options .field.choice > input.radio:checked + label,
.onestepcheckout-index-index .table-checkout-shipping-method tbody tr td.col-method input.radio:checked + label {
    background-color: #01bf5d;
    color: #fff;
}

.checkout-cart-index #block-shipping #co-shipping-method-form .methods .item-options .field.choice.item {
    padding-left: 0;
}

.checkout-cart-index #block-shipping #co-shipping-method-form .methods .item-options .field.choice.item > label.label,
.onestepcheckout-index-index .table-checkout-shipping-method tbody tr td.col-method label {
    width: 100%;
    padding: 12px 12px 12px 35px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    border-radius: 0;
    background-color: #f6f6f6;
}

.opc-payment .payment-methods .payment-method .payment-method-title .label {
    font-size: 14px;
}

.checkout-cart-index #block-shipping #co-shipping-method-form .methods .item-options .field.choice.item > label.label > .price {
    float: right;
}

.cart-payment-icon {
    padding: 20px 0 40px;
    float: left;
}

.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.totals.sub th,
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr th,
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr th .label {
    font-weight: 600;
    color: #000;
    padding: 0;
}

.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.totals.sub td {
    font-weight: 400;
    color: #000;
    padding: 0;
}

.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr td {
    color: #000;
    float: right;
}

.checkout-cart-index .shopping-cart-bottom .cart-totals .order-title {
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    padding: 15px 0;
}

.checkout-cart-index .cart-summary {
    margin-top: 15px;
}

.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr td,
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr th,
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.totals.sub td,
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.totals.sub th {
    padding: 0 0 10px;
}

.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.grand.totals .mark > strong,
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.grand.totals td.amount > strong {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}

.supplier-message {
    color: #01bf5f;
    font-size: 16px;
    padding-bottom: 20px;
    font-weight: 500;
    border: 1px solid #01bf5f;
    padding: 10px 15px;
    margin-bottom: 15px;
}

.checkout-cart-index #co-shipping-method-form .item-options
.field.choice > input.radio:checked + label + .shipping-method-content,
.onestepcheckout-index-index .table-checkout-shipping-method tbody tr
td.col-method input.radio:checked + label + .shipping-method-content {
    display: block;
}

.checkout-cart-index #co-shipping-method-form .item-options
.field.choice > .shipping-method-content,
.onestepcheckout-index-index .table-checkout-shipping-method tbody tr
td.col-method .shipping-method-content {
    display: none;
    padding: 15px 15px 15px 35px;
    font-size: 13px;
}

.onestepcheckout-index-index .table-checkout-shipping-method .field.choice {
    padding-left: 0;
}

.checkout-cart-index #co-shipping-method-form .item-options .field.choice > .shipping-method-content > span,
.onestepcheckout-index-index .table-checkout-shipping-method tbody tr td.col-method .shipping-method-content > span {
    display: block;
}

.checkout-cart-index #co-shipping-method-form .item-options .field.choice > .shipping-method-content > span.where {
    padding-bottom: 5px;
}

.delivery-information .delivery-date .title {
    font-weight: 600;
}

.delivery-information {
    padding: 15px 15px 15px 35px;
}

.checkout-cart-index #co-shipping-method-form dl {
    margin-bottom: 0;
}

.delivery-date {
    width: 100% !important;
}

.delivery-date .remove-delivery-date {
    right: 60px !important;
}

/*Cart-page-style-end*/
/*checkout-style-start*/
.onestepcheckout-index-index .page-main .main .checkout-container .control .ui-datepicker-trigger:after {
    display: block;
}

.onestepcheckout-index-index .page-main .main .checkout-container .control .ui-datepicker-trigger:hover {
    background: #000 !important;
}

.field-error {
    color: #ff0000;
    font-style: italic;
    padding-top: 5px;
    line-height: 1.4;
    font-size: 12px;
}

#maincontent .logo-progress-section {
    padding-top: 50px;
    margin-bottom: 50px;
}

.precheckout-customer-login .login-container {
    padding-bottom: 80px;
}

.logo-progress-section ul.progress-bar-checkout {
    float: left;
    width: 100%;
    padding: 10px 0;
}

.logo-progress-section ul.progress-bar-checkout li.item {
    display: inline-block;
    float: left;
}

.logo-progress-section ul.progress-bar-checkout li.item.first {
    width: 45%;
}

.logo-progress-section ul.progress-bar-checkout li.item.second {
    width: 35%;
}

.logo-progress-section ul.progress-bar-checkout li.item.third {
    width: 20%;
}

.logo-progress-section ul.progress-bar-checkout li.item .fa {
    color: #01bf5f;
    font-size: 30px;
}

.logo-progress-section ul.progress-bar-checkout li.item .text {
    font-weight: 600;
    font-size: 15px;
    position: relative;
    color: #000;
}

.logo-progress-section ul.progress-bar-checkout li.item span.number {
    font-size: 15px;
    border: 3px solid #ccc;
    border-radius: 30px;
    height: 30px;
    width: 30px;
    display: inline-block;
    text-align: center;
    font-weight: 600;
}

.logo-progress-section ul.progress-bar-checkout li.item.active span.number {
    border-color: #01bf5f;
    color: #01bf5f;
}

.logo-progress-section ul.progress-bar-checkout li.item span.number.check {
    background-color: #01bf5f;
    color: #fff;
}

.logo-progress-section ul.progress-bar-checkout li.item.first .text:after,
.logo-progress-section ul.progress-bar-checkout li.item.second .text:after {
    content: '';
    height: 3px;
    background-color: #ccc;
    position: absolute;
    top: 10px;
}

.logo-progress-section ul.progress-bar-checkout li.item.active .text:after {
    background-color: #01bf5f;
}

.logo-progress-section ul.progress-bar-checkout li.item.first .text:after {
    width: 55%;
    right: -82px;
}

.logo-progress-section ul.progress-bar-checkout li.item.second .text:after {
    width: 90%;
    right: -80px;
}

.fogoten-password {
    padding-top: 15px;
}

.mgs-gdpr-checkbox {
    padding-bottom: 15px;
}

.precheckout-customer-login #maincontent #error-login {
    display: none;
    padding: 15px 0;
    color: red;
    font-style: italic;
    font-weight: 500;
}

#co-place-order-area > .col-mp {
    float: left;
    display: block;
}

.onestepcheckout-index-index #create-account-checkbox,
.onestepcheckout-index-index #billing-address-same-as-shipping {
    top: 6px;
}

.onestepcheckout-index-index .field-tooltip .label {
    display: none;
}

.onestepcheckout-index-index .step-title {
    padding: 10px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    color: #000;
    border-bottom: none !important;
}

.onestepcheckout-index-index .label,
.onestepcheckout-index-index label {
    color: #000;
}

.onestepcheckout-index-index .order-summary .step-title {
    font-size: 25px;
    font-weight: 700;
}

.opc-block-summary {
    padding: 0;
}

.order-summary .step-title {
    border-bottom: none !important;
}

.one-step-checkout-container #opc-sidebar {
    border: none;
    background-color: #f6f6f6;
}

#checkout-review-table {
    background-color: inherit !important;
    border: none !important;
}

#checkout-review-table thead th, #checkout-review-table tbody tr td, #checkout-review-table tfoot tr td {
    border-bottom: none !important;
}

table.table-totals > tbody > tr > td,
table.table-totals > tbody > tr > th {
    border-top: none;
}

.order-summary .opc-block-summary table.data.table.table-totals {
    border: none;
    border-bottom: none !important;
}

#co-place-order-area {
    border-top: none;
}

.opc-block-summary .table-totals tr th, .opc-block-summary .table-totals tr td {
    border: none;
}

.opc-block-summary #checkout-review-table thead > tr > th:last-child {
    display: none;
}

.opc-block-summary td.a-center.last.button-remove {
    display: none !important;
}

#checkout-review-table tbody tr td.product {
    padding-right: 15px;
}

.opc-block-summary .product-item .button-action {
    background-color: transparent;
}

.one-step-checkout-container .qty-wrapper .button-action {
    margin-top: 8px;
}

.one-step-checkout-container .qty-wrapper .qty-wrap .item_qty {
    background-color: #f6f6f6;
}

.one-step-checkout-container .qty-wrapper {
    border-radius: 6px;
    padding: 0 5px !important;
    min-width: 88px;
}

.order-summary .opc-block-summary .product-item .a-center .subtotal {
    display: block;
}

.order-summary .step-title {
    text-transform: uppercase;
    font-weight: 600;
    padding: 20px 20px 0 15px;
}

.opc-block-summary .minicart-items .product-item-name {
    font-size: 14px !important;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
}

.opc-block-summary .table-totals tr th:after {
    color: #000;
}

.opc-block-summary .block.items-in-cart {
    border-bottom: 1px solid #cccccc;
}

.opc-block-summary .table-totals tbody .mark {
    text-align: left !important;
    padding-left: 10px;
}

.opc-block-summary .table-totals tbody .amount {
    width: 120px;
}

.one-step-checkout-container div[name="shippingAddress.company"],
.one-step-checkout-container div[name="billingAddress.company"] {
    display: none;
}

/*.one-step-checkout-container div[name="billingAddress.company"] label:after*/
.one-step-checkout-container div[name="shippingAddress.company"] label:after {
    color: #01bf5f;
    content: "*" !important;
    font-size: 13px;
    margin: 0 0 0 3px;
}

.onestepcheckout-index-index .customer-type {
    padding: 0 10px 25px 10px;
}

.onestepcheckout-index-index .customer-type .type.field.choice {
    padding-left: 0;
}

.onestepcheckout-index-index .customer-type .type {
    width: 50%;
    display: inline-block;
}

.onestepcheckout-index-index .customer-type .type.retail {
    float: left;
}

.onestepcheckout-index-index .customer-type .type.field.choice > input {
    left: 10px;
    top: 12px;
    cursor: pointer;
}

.onestepcheckout-index-index .customer-type .type.field.choice > input.radio:checked + label {
    background-color: #01bf5d;
    color: #fff;
}

.onestepcheckout-index-index .customer-type .type.field.choice > label.label {
    width: 100%;
    padding: 10px 10px 10px 35px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    border-radius: 0;
    background-color: #f6f6f6;
}

.onestepcheckout-index-index .customer-type .type.field.choice > input[type='radio']:after,
.checkout-cart-index #block-shipping #co-shipping-method-form .methods .item-options .field.choice > input.radio:after,
.onestepcheckout-index-index .table-checkout-shipping-method .field.choice > input.radio:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: 3px;
    left: 0px;
    position: relative;
    background-color: #f6f6f6;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #000;
}

.onestepcheckout-index-index .customer-type .type.field.choice > input[type='radio']:checked:after,
.checkout-cart-index #block-shipping #co-shipping-method-form .methods
.item-options .field.choice > input.radio:checked:after,
.onestepcheckout-index-index .table-checkout-shipping-method .field.choice > input.radio:checked:after {
    background-color: #01bf5d;
    border: 2px solid #fff;
}

.onestepcheckout-index-index .opc-payment .payment-methods .payment-method input[type='radio'] {
    cursor: pointer;
}

.onestepcheckout-index-index .opc-payment .payment-methods .payment-method input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: 3px;
    left: 0px;
    position: relative;
    background-color: #f6f6f6;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #000;
}

.onestepcheckout-index-index .opc-payment .payment-methods .payment-method input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: 3px;
    left: 0px;
    position: relative;
    background-color: #aba7a7;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #000;
}

.banktransfer-payment {
    display: none;
}

.opc-payment .payment-methods .payment-method._active .payment-method-content {
    padding-left: 30px;
}

.onestepcheckout-index-index .opc-payment .payment-methods .payment-method .field.choice {
    padding-left: 30px;
}

.onestepcheckout-index-index .checkout-container#checkout .opc-estimated-wrapper {
    display: none;
}

.opc-block-summary .table-totals tr.totals.grand th strong,
.opc-block-summary .table-totals tr.totals.grand td strong {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}

.osc-place-order-wrapper button.action.primary.checkout {
    padding: 0 !important;
    height: 50px !important;
    line-height: 18px;
}

.one-step-checkout-wrapper #co-place-order-area {
    padding: 0px !important;
}

.opc-block-summary .table-totals tr.totals.sub th {
    font-weight: 500;
}

.opc-block-summary .table-totals tr.totals.sub th,
.opc-block-summary .table-totals tr.totals.sub td {
    color: #000;
    font-size: 14px;
}

.opc-block-summary .table-totals tr.totals.sub th {
    font-weight: 500;
}

.opc-block-summary .table-totals tr th .label {
    font-weight: 500;
    color: #000;
    font-size: 14px;
}

.opc-block-summary .table-totals tr th {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.one-step-checkout-container .checkout-payment-method {
    border: none;
}

.one-step-checkout-container .checkout-shipping-address,
.one-step-checkout-container .checkout-billing-address,
.opc-payment .payment-methods .payment-method {
    border: none;
}

.opc-payment .payment-methods .payment-method {
    padding: 15px;
    margin-bottom: 1px;
    background-color: #f6f6f6;
}

.payment-method-content .actions-toolbar button.action.checkout {
    border-radius: 0;
    font-weight: 700;
    min-width: 250px;
}

.shipping-address-items .shipping-address-item.selected-item {
    color: #000;
    border: none;
    padding: 0;
    margin: 0;
}

.checkout-shipping-address > .step-content .action.action-show-popup {
    margin: 20px 10px;
}

.customer-account-forgotpassword #maincontent {
    padding-top: 50px;
}

.onestepcheckout-index-index #maincontent .logo-progress-section a.logo img {
    padding-left: 5px;
}

.onestepcheckout-index-index a.scroll-to-top {
    display: none;
}

.one-step-checkout-container .checkout-shipping-method {
    border: none;
}

.one-step-checkout-container .checkout-shipping-method .delivery-information {
    padding: 15px 15px 0 35px;
}

.table-checkout-shipping-method tbody tr td {
    border: none;
    padding: 0;
    text-align: left;
}

.one-step-checkout-container .checkout-shipping-address,
.one-step-checkout-container .checkout-billing-address,
.one-step-checkout-container .checkout-shipping-method {
    margin-bottom: 10px;
}

/*checkout-style-end*/
/*checkout-success-page-start*/
.checkout-onepage-success .breadcrumbs .items li strong {
    overflow: visible;
}

/*checkout-success-page-end*/
/*product-page-3-product-sets-start*/
.catalog-product-view .block.related-product-main {
    clear: both;
}

.product-data-items-content .data.item.content + .title-accordion {
    margin-top: 0;
}

.catalog-category-view .message.info.empty {
    padding: 25px 0;
}

/*product-page-3-product-sets-end*/
/*product-page-style-start*/
.catalog-product-view .MagicToolboxContainer #mtImageContainer {
    border: 1px solid #ccc;
}

.catalog-product-view div.MagicToolboxContainer.selectorsBottom .MagicToolboxSelectorsContainer a {
    border: 1px solid #ccc;
}

/*product-page-style-end*/
/*recently-viewed*/
.precheckout-customer-login .recently-viewed,
.onestepcheckout-index-index .recently-viewed {
    display: none;
}

/*recently-viewed*/
/* inc-exl-tax*/
.catalog-product-view .product-info-main .price-wrapper.price-including-tax::after {
    content: "Incl. VAT";
    font-size: 14px;
    padding-left: 5px;
    display: inline !important;
}

.catalog-product-view .product-info-main .price-wrapper.price-excluding-tax::after {
    content: "Excl. VAT";
    font-size: 14px;
    padding-left: 5px;
    display: inline !important;
    margin-right: 20px;
}

.catalog-product-view .product-info-main .price-including-tax::before {
    display: none;
}

.catalog-product-view .product-info-main .product-info-price {
    margin-bottom: 20px;
}

.price-wrapper.price-including-tax .price {
    font-size: 20px !important;
}

.product-info-main .product-info-price .price-box .price-wrapper.price-including-tax .price {
    font-size: 20px !important;
    color: #959698;
}

.price-wrapper.price-including-tax::after {
    content: "Incl. VAT";
    color: #959698;
}

.price-wrapper.price-excluding-tax::after {
    content: "Excl.VAT";
}

.price-including-tax::before {
    display: none !important;
}

.prices-tier.items .price-wrapper.price-including-tax .price {
    font-size: 13px !important;
}

.prices-tier.items .price-wrapper.price-including-tax {
    display: none !important;
}

.catalogsearch-result-index .minimal-price-link {
    display: none;
}

.catalog-product-view .price-wrapper.price-including-tax {
    display: inline !important;
}

@media all and (min-width: 1200px) {
    /*header-start*/
    .header.header8 .search-form .form-search {
        padding-left: 6%;
    }

    .header .search-form .form-search .form.minisearch {
        max-width: 690px;
    }

    .middle-header-content .table-icon-menu .header-wl [class^="pe-7s-"] {
        font-weight: 600;
        font-size: 28px;
    }

    .header .dropdown-toplinks .dropdown-toggle > .label,
    .header .minicart-wrapper .action.showcart > .label,
    .header .header-wl a > .label {
        display: block;
        color: #000;
        font-size: 10px;
        font-weight: 600;
        padding-top: 6px;
        text-transform: uppercase;
    }

    .middle-header-content .parent__search {
        width: 64%;
    }

    .account-wishlist-basket {
        width: 19.33333333%;
        padding-left: 2px;
    }

    .header .search-form .form-search .form.minisearch .button {
        opacity: 1;
        visibility: visible;
        display: inline-block;
        background-color: transparent;
        border: none;
        font-size: 24px;
        position: absolute;
        top: 30px;
        right: 22px;
        height: 36px;
        width: 45px;
        background-color: #f2f2f2;
        border-top-right-radius: 22px;
        border-bottom-right-radius: 22px;
    }

    .header .search-form .form-search .form.minisearch .button > .pe-7s-search {
        font-weight: 600;
    }

    .header .minicart-wrapper .action.showcart > .cart-amount {
        position: absolute;
        left: 40px;
        top: 8px;
        font-weight: 600;
    }

    #mainMenu .level0 a.level0 span {
        max-width: 110px;
        display: inline-block;
        line-height: 18px;
        font-size: 14px;
    }

    #mainMenu .level0 a.level0 {
        white-space: normal;
        max-width: 122px;
        text-align: center;
    }

    .header .dropdown-toplinks .dropdown-menu {
        right: 0;
        left: 0;
    }

    .header.header8 .search-form .form-search .form.minisearch {
        border: 1px solid #b1b3b6;
    }

    .header .table-icon-menu {
        float: none !important;
    }

    .header.header8.active-sticky .parent__search > .search-form {
        display: block;
    }

    .header.header8.active-sticky {
        position: fixed !important;
        left: 0;
        right: 0;
        top: 0;
    }

    .header.header8.active-sticky .middle-header-content {
        position: unset;
    }

    .mst-searchautocomplete__autocomplete {
        max-height: 600px;
        overflow-y: scroll;
        min-width: unset;
    }

    .header.header8.active-sticky .table-icon-menu > div {
        padding: 30px 20px 15px 0;
    }

    /*header-end*/
    /*home-banner start*/
    .home-main-banner .slider_mgs_carousel .owl-item .item-image {
        height: 500px;
    }

    .home-main-banner .slider_mgs_carousel.owl-carousel .owl-dots {
        bottom: 40px;
    }

    .home-main-banner .slide-text h2 {
        font-size: 85px;
        line-height: 85px;
    }

    /*home-banner end*/
    /*trusted by start*/
    .mgs-carousel-trusted-by {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    /*trusted by end*/
    /*cart-page-style-start*/
    .checkout-cart-index .shopping-cart-bottom.custom-moved-cart-summary {
        width: 34%;
        float: right;
        position: relative;
    }

    .checkout-cart-index #form-validate.form-cart {
        width: 66%;
        float: left;
        padding-right: 3%;
        position: relative;
        padding-bottom: 30px;
    }

    .checkout-cart-index #block-discount {
        width: 66%;
        float: left;
        padding-right: 3%;
        clear: left;
    }

    .checkout-cart-index #block-discount > .title {
        width: 30%;
        float: left;
    }

    .checkout-cart-index #block-discount > .content {
        width: 70%;
        float: right;
    }

    .checkout-cart-index #block-discount #discount-coupon-form .fieldset.coupon > .field {
        float: left;
        width: 70%;
    }

    .checkout-cart-index #shopping-cart-table tbody tr.item-actions td > .actions-toolbar {
        margin-left: 128px;
    }

    .supplier-message {
        width: 63%;
        font-size: 15px;
    }

    /*cart-page-style-end*/
    /*checkout-style-start*/
    .precheckout-customer-login .block.block-customer-login {
        width: 90%;
        padding-right: 100px;
    }

    .onestepcheckout-index-index .delivery-date .control input {
        width: inherit !important;
    }

    /*checkout-style-end*/
}

@media (min-width: 992px) and (max-width: 1199px) {
    /*header-start*/
    .header .top-header-content a,
    .help-support {
        font-size: 12px;
    }

    .header .table-icon-menu {
        float: none !important;
    }

    .header.header8 .bottom-header-content .parent__megameu .nav-toggle {
        right: 40px;
        top: unset;
        bottom: 28px;
        position: absolute;
        height: 45px;
        width: 45px;
        background-color: #01bf5d;
        border-radius: 6px;
        color: #fff;
    }

    .header.header8 .bottom-header-content .parent__megameu .nav-toggle img {
        padding-left: 1px;
        filter: brightness(100);
        -webkit-filter: brightness(100);
    }

    .header.header8 .bottom-header-content .parent__megameu .nav-toggle > span.menu {
        font-size: 10px;
        line-height: 12px;
        display: block;
        font-weight: 700;
    }

    .header .minicart-wrapper .action.showcart > .cart-amount {
        position: absolute;
        left: 40px;
        top: 5px;
        font-weight: 600;
    }

    .header.header8 .table-icon-menu > div {
        padding: 35px 0 25px 32px;
    }

    .header.header8 .search-form .form-search {
        padding-left: 20px;
    }

    .mst-searchautocomplete__autocomplete {
        max-height: 600px;
        overflow-y: scroll;
        min-width: unset;
    }

    /*header-end*/
    /*home-banner start*/
    .home-main-banner .slider_mgs_carousel .owl-item .item-image {
        height: 350px;
    }

    .home-main-banner .slider_mgs_carousel .owl-item .slide-text h2 + h6 {
        padding-top: 5px;
    }

    .home-main-banner .slider_mgs_carousel .owl-item .slide-text h6 + h6 {
        padding-bottom: 20px;
    }

    .home-main-banner .slide-text h3 {
        font-size: 30px;
    }

    .home-main-banner .slide-text h2 {
        font-size: 40px !important;
        line-height: 40px;
    }

    .home-main-banner .slider_mgs_carousel .owl-item .slide-text h6 {
        font-size: 14px;
    }

    #checkout-review-table .product-image-container img {
        display: none;
    }

    .home-main-banner .slider_mgs_carousel .owl-item .slide-text .btn-default {
        height: 40px;
        width: 150px;
        line-height: 35px;
    }

    .home-main-banner .slider_mgs_carousel .owl-item .slide-text .sale-round {
        right: 40px;
        top: -30px;
        width: 80px;
        height: 80px;
        border-radius: 80px;
        line-height: 10px;
        font-size: 10px;
    }

    .home-main-banner .slider_mgs_carousel .owl-item .slide-text .sale-round .sale {
        font-size: 20px;
    }

    /*home-banner end*/
    #shop-sectors .sector-block {
        height: 205px;
        width: 100%;
    }

    #shop-sectors .sector-img {
        padding: 30px 0 15px;
    }

    /*home-shop-sector end*/
    /*Main-category-page-start*/
    .category-image .category-img-bespoke-text {
        top: 40px;
    }

    .sub-categories-block .btn.btn-promo-banner {
        font-size: 14px;
    }

    .section-banners .banner-img-bespoke-text {
        top: 25px;
        max-width: 610px;
    }

    .banner-img-bespoke-text h2 {
        font-size: 30px;
    }

    .banner-img-bespoke-text span {
        font-size: 14px;
    }

    .banner-img-bespoke-text button.btn-default {
        margin: 20px auto 0;
        height: 40px;
    }

    /*Main-category-page-end*/
    /*cart-page-style-start*/
    .checkout-cart-index .shopping-cart-bottom.custom-moved-cart-summary {
        width: 32%;
        float: right;
        position: relative;
    }

    .checkout-cart-index #form-validate.form-cart {
        width: 64%;
        float: left;
        padding-right: 0;
        position: relative;
        padding-bottom: 30px;
    }

    .checkout-cart-index #block-shipping #co-shipping-method-form .methods .item-options .field.choice.item > label.label,
    .onestepcheckout-index-index .table-checkout-shipping-method tbody tr td.col-method label,
    .opc-payment .payment-methods .payment-method .payment-method-title .label {
        font-size: 12px;
    }

    .checkout-cart-index #block-discount #block-discount-heading {
        font-size: 14px;
    }

    .checkout-cart-index #block-discount {
        width: 68%;
        float: left;
        padding-right: 4%;
        clear: left;
    }

    .checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details {
        width: 100%;
    }

    .checkout-cart-index #block-discount > .title {
        width: 30%;
        float: left;
    }

    .checkout-cart-index #block-discount > .content {
        width: 70%;
        float: right;
    }

    .checkout-cart-index #block-discount #discount-coupon-form .fieldset.coupon > .field {
        float: left;
        width: 70%;
    }

    .checkout-cart-index #shopping-cart-table tbody tr.item-actions td > .actions-toolbar {
        margin-left: 128px;
    }

    .checkout-cart-index .cart.main.actions .btn {
        padding: 0 10px;
    }

    .cart-title {
        font-size: 30px;
    }

    .checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.grand.totals .mark > strong,
    .checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.grand.totals td.amount > strong {
        font-size: 18px;
    }

    .checkout-cart-index #block-shipping #block-shipping-heading,
    .checkout-cart-index #block-shipping #co-shipping-method-form .methods .item-title {
        font-size: 20px;
    }

    .delivery-information {
        padding: 15px 0 15px 20px;
    }

    .supplier-message {
        width: 64%;
    }

    /*cart-page-style-end*/
    /*checkout-page-start*/
    .logo-progress-section ul.progress-bar-checkout li.item.first .text:after {
        width: 22%;
        right: -34px;
    }

    .logo-progress-section ul.progress-bar-checkout li.item span.number {
        font-size: 14px;
        border-radius: 26px;
        height: 26px;
        width: 26px;
        line-height: 20px;
    }

    .logo-progress-section ul.progress-bar-checkout li.item.second .text:after {
        width: 50%;
        right: -44px;
    }

    .onestepcheckout-index-index .delivery-date .control input {
        width: inherit !important;
    }

    /*checkout-page-end*/
}

@media (min-width: 768px) and (max-width: 991px) {
    /*header-start*/
    .header .top-header-content a,
    .help-support {
        font-size: 10px;
        text-align: center;
    }

    .i-icon {
        height: 16px;
        width: 16px;
        border-radius: 16px;
        line-height: 15px;
    }

    .cart-amount {
        display: none;
    }

    .header.header8 .middle-header-content {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .header.header8 .bottom-header-content .parent__megameu .nav-toggle {
        position: absolute;
        right: unset;
        top: unset;
        bottom: 20px;
        left: 25px;
        background-color: #01bf5d;
        border-radius: 6px;
        color: #fff;
    }

    .header.header8 .bottom-header-content .parent__megameu .nav-toggle img {
        padding-left: 1px;
        filter: brightness(100);
        -webkit-filter: brightness(100);
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    .header.header8 .bottom-header-content .parent__megameu .nav-toggle > span.menu {
        font-size: 10px;
        line-height: 12px;
        display: block;
        font-weight: 700;
    }

    .header.header8 .middle-header-content .logo-header .logo {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .header.header8 .table-icon-menu > div {
        padding: 28px 0px 10px 40px;
    }

    .mst-searchautocomplete__autocomplete {
        max-height: 500px;
        overflow-y: scroll;
    }

    .top-header-content .vat-switcer {
        display: inline-block;
        float: none;
        padding-right: 0;
        font-size: 10px;
        padding-top: 10px;
        padding-bottom: 0;
    }

    .top-header-content .vat-switcer > div {
        display: inline-block;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 5px;
    }

    .top-header-content button.btn-vat {
        font-size: 10px;
    }

    .header.header8 .top-header-content {
        padding-bottom: 10px;
    }

    /*header-end*/
    /*home-banner start*/
    .slider_mgs_carousel .owl-item .slide-text.middle {
        top: 36% !important;
    }

    .home-main-banner .slider_mgs_carousel .owl-item .item-image {
        height: 300px;
    }

    .home-main-banner .slide-text h2 {
        font-size: 50px;
    }

    .home-main-banner .slide-text h3 {
        font-size: 25px;
    }

    .home-main-banner .slider_mgs_carousel .owl-item .slide-text h2 + h6 {
        padding-top: 0;
    }

    .home-main-banner .slider_mgs_carousel .owl-item .slide-text h6 + h6 {
        padding-bottom: 20px;
    }

    .home-main-banner .slider_mgs_carousel .owl-item .slide-text .btn-default {
        height: 40px;
        width: 150px;
        line-height: 35px;
    }

    .home-main-banner .slider_mgs_carousel .owl-item .slide-text .sale-round {
        right: 75px;
        top: -30px;
        width: 80px;
        height: 80px;
        border-radius: 80px;
        line-height: 10px;
        font-size: 10px;
    }

    .home-main-banner .slider_mgs_carousel .owl-item .slide-text .sale-round .sale {
        font-size: 20px;
    }

    .home-main-banner {
        display: none;
    }

    .mobile-banner {
        display: block;
    }

    .mobile-banner .slide-text h2 {
        font-weight: 700;
        color: #fff;
        font-size: 80px;
        line-height: 90px;
    }

    .mobile-banner .slide-text h3 {
        color: #fff;
        font-size: 33px;
        font-weight: 500;
        line-height: 33px;
    }

    .mobile-banner .slider_mgs_carousel .owl-item .slide-text h6 {
        color: #fff;
        font-size: 16px;
        line-height: 20px;
    }

    .mobile-banner .slider_mgs_carousel .owl-item .slide-text h2 + h6 {
        padding-top: 10px;
    }

    .mobile-banner .slider_mgs_carousel .owl-item .slide-text h6 + h6 {
        padding-bottom: 20px;
    }

    .mobile-banner .slider_mgs_carousel .owl-item .slide-text .btn-default {
        background-color: #ffd400;
        border-color: #ffd400;
        color: #000;
        height: 45px;
        width: 150px;
        line-height: 42px;
        font-size: 16px;
        padding: 0;
    }

    .mobile-banner .slider_mgs_carousel .owl-item .slide-text .sale-round {
        position: absolute;
        background-color: #ffcb05;
        text-align: center;
        text-transform: uppercase;
        font-weight: 600;
        right: 0;
        top: -10px;
        width: 80px;
        height: 80px;
        border-radius: 50px;
        line-height: 7px;
        font-size: 11px;
        padding: 20px 0 0;
    }

    .mobile-banner .slider_mgs_carousel .owl-item .slide-text .sale-round .sale {
        display: block;
        font-weight: 700;
        font-size: 25px;
        line-height: 30px;
    }

    .mobile-banner .owl-carousel .owl-dots .owl-dot.active span {
        background: #fff;
    }

    .mobile-banner .owl-carousel .owl-dots .owl-dot span {
        background: transparent;
        border: 1px solid #fff;
    }

    .mobile-banner .slider_mgs_carousel .owl-item .slide-text.top_center {
        top: 25px;
    }

    /*home-banner end*/
    /*home-promo-banner start*/
    .promobanner-home .promobanner .text {
        padding: 15px;
    }

    .promobanner-home .btn-promo-banner {
        height: inherit;
        font-size: inherit;
    }

    /*home-promo-banner end*/
    /*home-shop-sector start*/
    #shop-sectors .sector-block {
        height: 205px;
        width: 100%;
    }

    #shop-sectors .sector-img {
        padding: 30px 0 15px;
    }

    /*home-shop-sector end*/
    /*Main-category-page-start*/
    .category-image .category-img-bespoke-text {
        top: 30px;
        left: 30px;
    }

    .category-image .category-img-bespoke-text > h2 {
        font-size: 30px;
        line-height: 30px;
    }

    .category-img-bespoke-text h2 + span {
        padding-top: 15px;
    }

    .category-img-bespoke-text > span {
        line-height: 16px;
        font-size: 12px;
    }

    .category-img-bespoke-text > span + a {
        padding-top: 15px;
        font-size: 12px;
    }

    .section-banners .banner-img-bespoke-text {
        top: 20px;
        max-width: 468px;
    }

    .banner-img-bespoke-text h2 {
        font-size: 22px;
    }

    .banner-img-bespoke-text h2 + span {
        padding-top: 5px;
    }

    .banner-img-bespoke-text span {
        font-size: 10px;
        line-height: 10px;
    }

    .banner-img-bespoke-text button.btn-default {
        margin: 10px auto 0;
        height: 35px;
    }

    /*Main-category-page-end*/
    /*cart-page-design-start*/
    .checkout-cart-index #block-discount {
        clear: left;
    }

    .checkout-cart-index #block-shipping .title.active {
        padding: 12px 0;
    }

    .cart-payment-icon {
        float: none;
        text-align: center;
    }

    .cart-title {
        text-align: center;
        font-size: 25px;
    }

    .checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.grand.totals .mark > strong,
    .checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.grand.totals td.amount > strong {
        font-size: 18px;
    }

    .checkout-cart-index #block-shipping #block-shipping-heading,
    .checkout-cart-index #block-shipping #co-shipping-method-form .methods .item-title {
        font-size: 20px;
    }

    .checkout-cart-index #block-discount > .title {
        width: 30%;
        float: left;
    }

    .checkout-cart-index #block-discount #discount-coupon-form .fieldset.coupon > .field {
        float: left;
        width: 50%;
    }

    .delivery-date .control input {
        width: 40% !important;
    }

    .onestepcheckout-index-index .delivery-date .control input {
        width: inherit !important;
    }

    /*cart-page-design-end*/
    /*checkout-start*/
    .logo-progress-section ul.progress-bar-checkout {
        padding: 16px 0 10px;
    }

    .logo-progress-section ul.progress-bar-checkout li.item .text {
        font-size: 14px;
    }

    .logo-progress-section ul.progress-bar-checkout li.item.first .text:after {
        width: 30%;
        right: -44px;
    }

    .logo-progress-section ul.progress-bar-checkout li.item.second .text:after {
        width: 60%;
        right: -48px;
    }

    #checkout-review-table {
        font-size: 12px;
    }

    .payment-method-content .actions-toolbar button.action.checkout {
        min-width: 190px;
        padding: 8px;
    }

    .onestepcheckout-index-index #onepage-checkout-shipping-method-additional-load {
        padding: 5px 10px;
    }

    .one-step-checkout-container #opc-sidebar {
        margin: 0 10px;
    }

    #checkout-review-table tbody tr td.product {
        padding-left: 15px;
    }

    #checkout-review-table thead th {
        padding: 15px !important;
    }

    .opc-block-summary .table-totals tbody .mark {
        padding-left: 15px;
    }

    .osc-place-order-wrapper .place-order-primary {
        margin: 0 5px;
    }

    .one-step-checkout-container #checkout-review-table tbody tr {
        padding-bottom: 20px;
    }

    /*checkout-end*/
    .header .search-form .form-search {
        background: #01be5d !important;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    /*header-start*/
    .header .top-header-content a,
    .help-support {
        font-size: 12px;
        text-align: center;
        float: none;
    }

    .i-icon {
        height: 16px;
        width: 16px;
        border-radius: 16px;
        line-height: 15px;
    }

    .cart-amount {
        display: none;
    }

    .header.header8 .middle-header-content {
        padding-bottom: 12px;
        padding-top: 12px;
    }

    .header.header8 .bottom-header-content .parent__megameu .nav-toggle {
        right: unset;
        top: unset;
        bottom: 15px;
        left: 15px;
        background-color: #01bf5d;
        border-radius: 6px;
        color: #fff;
    }

    .header.header8 .bottom-header-content .parent__megameu .nav-toggle > span.menu {
        font-size: 10px;
        line-height: 12px;
        display: block;
        font-weight: 700;
    }

    .header.header8 .bottom-header-content .parent__megameu .nav-toggle img {
        padding-left: 1px;
        filter: brightness(100);
        -webkit-filter: brightness(100);
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    .header.header8 .middle-header-content .logo-header .logo {
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .header.header8 .table-icon-menu > div {
        padding: 28px 0px 10px 40px;
    }

    .mst-searchautocomplete__autocomplete {
        max-height: 500px;
        overflow-y: scroll;
    }

    .top-header-content .vat-switcer {
        float: left;
        font-size: 12px;
    }

    .top-header-content .vat-switcer > div {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 5px;
    }

    .top-header-content button.btn-vat {
        font-size: 12px;
    }

    .header.header8 .top-custom-link.help-support ul li {
        padding: 0;
    }

    .top-custom-link.help-support, .vat-switcer {
        padding-top: 5px;
    }

    .header.header8 .top-header-content {
        padding-bottom: 10px;
    }

    .top-header-content button.btn-vat {
        font-size: 12px;
    }

    .top-header-content .vat-switcer {
        padding-left: 30px;
    }

    .top-custom-link.help-support {
        padding-right: 40px;
    }

    /*header-end*/
    /*home-banner start*/
    .home-main-banner .slider_mgs_carousel .owl-item .item-image {
        height: 250px;
    }

    .home-main-banner .slide-text h2 {
        font-size: 40px;
    }

    .home-main-banner .slide-text h3 {
        font-size: 20px;
    }

    .home-main-banner .slider_mgs_carousel .owl-item .slide-text h6 {
        font-size: 13px;
    }

    .home-main-banner .slider_mgs_carousel .owl-item .slide-text h2 + h6 {
        padding-top: 0;
    }

    .home-main-banner .slider_mgs_carousel .owl-item .slide-text h6 + h6 {
        padding-bottom: 20px;
    }

    .home-main-banner .slider_mgs_carousel .owl-item .slide-text .btn-default {
        height: 40px;
        width: 150px;
        line-height: 35px;
    }

    .home-main-banner .slider_mgs_carousel .owl-item .slide-text .sale-round {
        right: 60px;
        top: -20px;
        width: 80px;
        height: 80px;
        border-radius: 80px;
        line-height: 10px;
        font-size: 10px;
    }

    .home-main-banner .slider_mgs_carousel .owl-item .slide-text .sale-round .sale {
        font-size: 20px;
    }

    .home-main-banner {
        display: none;
    }

    .mobile-banner {
        display: block;
    }

    .mobile-banner .slide-text h2 {
        font-weight: 700;
        color: #fff;
        font-size: 60px;
        line-height: 65px;
    }

    .mobile-banner .slide-text h3 {
        color: #fff;
        font-size: 25px;
        font-weight: 500;
        line-height: 25px;
    }

    .mobile-banner .slider_mgs_carousel .owl-item .slide-text h6 {
        color: #fff;
        font-size: 14px;
        line-height: 18px;
    }

    .mobile-banner .slider_mgs_carousel .owl-item .slide-text h2 + h6 {
        padding-top: 10px;
    }

    .mobile-banner .slider_mgs_carousel .owl-item .slide-text h6 + h6 {
        padding-bottom: 20px;
    }

    .mobile-banner .slider_mgs_carousel .owl-item .slide-text .btn-default {
        background-color: #ffd400;
        border-color: #ffd400;
        color: #000;
        height: 40px;
        width: 140px;
        line-height: 36px;
        font-size: 14px;
        padding: 0;
    }

    .mobile-banner .slider_mgs_carousel .owl-item .slide-text .sale-round {
        position: absolute;
        background-color: #ffcb05;
        text-align: center;
        text-transform: uppercase;
        font-weight: 600;
        right: 30px;
        top: -10px;
        width: 80px;
        height: 80px;
        border-radius: 50px;
        line-height: 7px;
        font-size: 11px;
        padding: 20px 0 0;
    }

    .mobile-banner .slider_mgs_carousel .owl-item .slide-text .sale-round .sale {
        display: block;
        font-weight: 700;
        font-size: 25px;
        line-height: 30px;
    }

    .mobile-banner .owl-carousel .owl-dots .owl-dot.active span {
        background: #fff;
    }

    .mobile-banner .owl-carousel .owl-dots .owl-dot span {
        background: transparent;
        border: 1px solid #fff;
    }

    .mobile-banner .slider_mgs_carousel .owl-item .slide-text.top_center {
        top: 20px;
    }

    /*home-banner end*/
    /*home-promo-banner start*/
    .padding-bottom-responsive-blocks {
        padding-bottom: 30px;
    }

    /*home-promo-banner end*/
    /*home-promo-banner start*/
    .padding-top-responsive-blocks {
        padding-top: 30px;
    }

    /*home-promo-banner end*/
    /*Main-category-page-start*/
    .category-image .category-img-bespoke-text {
        top: 20px;
        left: 22px;
    }

    .category-image .category-img-bespoke-text > h2 {
        font-size: 25px;
        line-height: 25px;
    }

    .category-img-bespoke-text h2 + span {
        padding-top: 10px;
    }

    .category-img-bespoke-text > span {
        line-height: 16px;
        font-size: 12px;
    }

    .category-img-bespoke-text > span + a {
        padding-top: 10px;
        font-size: 12px;
    }

    .section-banners .banner-img-bespoke-text {
        top: 15px;
        max-width: 370px;
    }

    .banner-img-bespoke-text h2 {
        font-size: 18px;
    }

    .banner-img-bespoke-text h2 + span {
        padding-top: 5px;
    }

    .banner-img-bespoke-text span {
        font-size: 10px;
        line-height: 15px;
        display: block;
    }

    .banner-img-bespoke-text button.btn-default {
        margin: 3px auto 0;
        height: 30px;
        font-size: 13px;
        line-height: 13px;
    }

    /*Main-category-page-end*/
    /*cart-page-design-start*/
    .checkout-cart-index #block-discount {
        clear: left;
    }

    .checkout-cart-index #block-shipping .title.active {
        padding: 12px 0;
    }

    .cart-payment-icon {
        float: none;
        text-align: center;
    }

    .cart-title {
        text-align: center;
        font-size: 25px;
    }

    .checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.grand.totals .mark > strong,
    .checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.grand.totals td.amount > strong {
        font-size: 18px;
    }

    .checkout-cart-index #block-shipping #block-shipping-heading,
    .checkout-cart-index #block-shipping #co-shipping-method-form .methods .item-title {
        font-size: 20px;
    }

    .checkout-cart-index #block-discount #discount-coupon-form .fieldset.coupon > .field {
        float: left;
        width: 70%;
    }

    .supplier-message {
        font-size: 14px;
    }

    .delivery-date .control input {
        width: 50% !important;
    }

    /*cart-page-design-end*/
    /*checkout-start*/
    .precheckout-customer-login #send2,
    .precheckout-customer-login .action.create {
        width: 100%;
    }

    #maincontent .logo-progress-section .progress-bar-checkout {
        display: none;
    }

    .checkout-onepage-success #maincontent .logo-progress-section {
        display: none;
    }

    .payment-method-content .actions-toolbar button.action.checkout {
        min-width: 190px;
        padding: 8px;
    }

    .onestepcheckout-index-index #onepage-checkout-shipping-method-additional-load {
        padding: 5px 10px;
    }

    .one-step-checkout-container #opc-sidebar {
        margin: 0 10px;
    }

    .one-step-checkout-container #checkout-review-table tbody tr {
        padding-bottom: 20px;
    }

    /*checkout-end*/
    /*product-detail-page-start*/
    .products-grid .product-item-info .product-item-details .price-box .price-label {
        font-size: 12px;
        line-height: 15px;
    }

    [data-label="Ex. VAT"]::after, [data-label="Incl. VAT"]::after,
    .popup-price [data-label="Ex. VAT"]::after, .popup-price [data-label="Incl. VAT"]::after {
        font-size: 11px;
        line-height: 13px;
    }

    .products-grid .product-item-info .product-item-details .product-item-name {
        height: auto;
        line-height: 14px;
    }

    /*product-detail-page-end*/
    .header .search-form .form-search {
        background: #01be5d !important;
    }

    .slider_mgs_carousel .owl-item .slide-text.middle {
        top: 35% !important;
    }

    .top-custom-link.help-support {
        float: none;
    }
}

@media (min-width: 321px) and (max-width: 480px) {
    /*header-start*/
    .header .top-header-content a {
        font-size: 9px;
        text-align: center;
    }

    .help-support span {
        font-size: 11px;
    }

    .i-icon {
        height: 16px;
        width: 16px;
        border-radius: 16px;
        line-height: 15px;
    }

    .cart-amount {
        display: none;
    }

    .header.header8 .middle-header-content {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .header.header8 .bottom-header-content .parent__megameu .nav-toggle {
        right: unset;
        top: unset;
        bottom: 18px;
        left: 10px;
        background-color: #01bf5d;
        border-radius: 6px;
        color: #fff;
    }

    .header.header8 .bottom-header-content .parent__megameu .nav-toggle > span.menu {
        font-size: 10px;
        line-height: 12px;
        display: block;
        font-weight: 700;
    }

    .header.header8 .bottom-header-content .parent__megameu .nav-toggle img {
        padding-left: 1px;
        filter: brightness(100);
        -webkit-filter: brightness(100);
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    .header.header8 .middle-header-content .logo-header .logo {
        padding-top: 2px;
        padding-bottom: 2px;
        max-width: 180px;
        float: right;
    }

    .header.header8 .table-icon-menu > div {
        padding: 28px 0 10px 18px;
    }

    .mst-searchautocomplete__autocomplete {
        max-height: 380px;
        overflow-y: scroll;
    }

    .top-header-content .vat-switcer {
        float: left;
        font-size: 11px;
    }

    .top-header-content .vat-switcer > div {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 5px;
    }

    .top-header-content button.btn-vat {
        font-size: 11px;
    }

    .header.header8 .top-custom-link.help-support ul li {
        padding: 0;
    }

    .top-custom-link.help-support, .vat-switcer {
        padding-top: 5px;
    }

    .header.header8 .top-header-content {
        padding-bottom: 10px;
    }

    .top-header-content .vat-switcer {
        padding-left: 12px;
    }

    .top-custom-link.help-support {
        padding-right: 14px;
    }

    /*header-end*/
    /*home-banner start*/
    .home-main-banner .slider_mgs_carousel .owl-item .item-image {
        height: 140px;
    }

    .home-main-banner .slide-text h2 {
        font-size: 20px;
    }

    .home-main-banner .slide-text h3 {
        font-size: 12px;
    }

    .home-main-banner .slider_mgs_carousel .owl-item .slide-text h6 {
        font-size: 10px;
    }

    .home-main-banner .slider_mgs_carousel .owl-item .slide-text h2 + h6 {
        padding-top: 0;
    }

    .home-main-banner .slider_mgs_carousel .owl-item .slide-text h6 + h6 {
        padding-bottom: 10px;
    }

    .home-main-banner .slider_mgs_carousel .owl-item .slide-text .btn-default {
        height: 32px;
        width: 115px;
        line-height: 28px;
        font-size: 12px;
    }

    .home-main-banner .slider_mgs_carousel .owl-item .slide-text .sale-round {
        right: 20px;
        top: 5px;
        width: 50px;
        height: 50px;
        border-radius: 50px;
        line-height: 0;
        font-size: 7px;
        padding: 12px 0 6px;
    }

    .home-main-banner .slider_mgs_carousel .owl-item .slide-text .sale-round .sale {
        font-size: 15px;
        line-height: 25px;
    }

    .home-main-banner {
        display: none;
    }

    .mobile-banner {
        display: block;
    }

    .mobile-banner .slide-text h2 {
        font-weight: 700;
        color: #fff;
        font-size: 45px;
        line-height: 48px;
    }

    .mobile-banner .slide-text h3 {
        color: #fff;
        font-size: 20px;
        font-weight: 500;
        line-height: 20px;
    }

    .mobile-banner .slider_mgs_carousel .owl-item .slide-text h6 {
        color: #fff;
        font-size: 10px;
        line-height: 14px;
    }

    .mobile-banner .slider_mgs_carousel .owl-item .slide-text h2 + h6 {
        padding-top: 10px;
    }

    .mobile-banner .slider_mgs_carousel .owl-item .slide-text h6 + h6 {
        padding-bottom: 15px;
    }

    .mobile-banner .slider_mgs_carousel .owl-item .slide-text .btn-default {
        background-color: #ffd400;
        border-color: #ffd400;
        color: #000;
        height: 38px;
        width: 135px;
        line-height: 34px;
        font-size: 12px;
        padding: 0;
    }

    .mobile-banner .slider_mgs_carousel .owl-item .slide-text .sale-round {
        position: absolute;
        background-color: #ffcb05;
        text-align: center;
        text-transform: uppercase;
        font-weight: 600;
        right: 0;
        top: -18px;
        width: 68px;
        height: 68px;
        border-radius: 50px;
        line-height: 5px;
        font-size: 9px;
        padding: 18px 0 0;
    }

    .mobile-banner .slider_mgs_carousel .owl-item .slide-text .sale-round .sale {
        display: block;
        font-weight: 700;
        font-size: 20px;
        line-height: 25px;
    }

    .mobile-banner .owl-carousel .owl-dots .owl-dot.active span {
        background: #fff;
    }

    .mobile-banner .owl-carousel .owl-dots .owl-dot span {
        background: transparent;
        border: 1px solid #fff;
    }

    .mobile-banner .slider_mgs_carousel .owl-item .slide-text.top_center {
        top: 15px;
    }

    /*home-banner end*/
    /*home-promo-banner start*/
    .padding-bottom-responsive-blocks {
        padding-bottom: 30px;
    }

    /*home-promo-banner end*/
    /*home-promo-banner start*/
    .padding-top-responsive-blocks {
        padding-top: 30px;
    }

    .content-heading h3.title {
        font-size: 20px;
    }

    #shop-sectors .sector-block {
        height: 180px;
    }

    #shop-sectors .sector-img {
        padding: 25px 0 15px;
    }

    #shop-sectors .sector-text {
        font-size: 18px;
        max-width: 135px;
        line-height: 20px;
    }

    /*home-promo-banner end*/
    /*make shopping online easy start*/
    .shop-item .shop-text {
        font-size: 14px;
    }

    /*make shopping online easy end*/
    /*Main-category-page-start*/
    .category-image .category-img-bespoke-text {
        top: 20px;
        left: 10px;
    }

    .category-image .category-img-bespoke-text > h2 {
        font-weight: 600;
        font-size: 20px;
        line-height: 20px;
    }

    .category-img-bespoke-text h2 + span {
        padding-top: 12px;
    }

    .category-img-bespoke-text > span {
        line-height: 16px;
        font-size: 9px;
    }

    .category-img-bespoke-text > span + a {
        padding-top: 0;
        display: inline-block;
        color: #fff;
        font-weight: 600;
        padding-bottom: 0;
        border-bottom: 2px solid;
        font-size: 9px;
    }

    .category-image {
        height: 180px;
        overflow: hidden;
    }

    .category-image img {
        height: 100%;
        object-fit: fill;
        object-position: 30%;
    }

    .sub-categories-block .promobanner .text {
        padding: 15px;
    }

    .sub-categories-block .btn.btn-promo-banner {
        height: 30px;
        line-height: 28px;
        font-size: 10px;
        min-width: 100px;
    }

    .shop-item {
        min-height: 155px;
    }

    .cat-shop-blocks .shop-item .shop-text {
        max-width: 100px;
    }

    .section-banners {
        height: 170px;
        overflow: hidden;
    }

    .section-banners img {
        object-fit: cover;
        height: 100%;
        object-position: 75%;
    }

    .section-banners .banner-img-bespoke-text {
        top: 18px;
        width: 52%;
    }

    .banner-img-bespoke-text h2 {
        font-size: 14px;
    }

    .banner-img-bespoke-text h2 + span {
        padding-top: 5px;
    }

    .banner-img-bespoke-text span {
        font-size: 9px;
        line-height: 14px;
        display: block;
    }

    .banner-img-bespoke-text button.btn-default {
        margin: 3px auto 0;
        height: 25px;
        line-height: 13px;
        padding-left: 0;
        padding-right: 0;
        width: 115px;
        font-size: 10px;
    }

    /*Main-category-page-end*/
    /*cart-page-design-start*/
    .checkout-cart-index #block-discount {
        clear: left;
    }

    .checkout-cart-index #block-shipping .title.active {
        padding: 12px 0;
    }

    .cart-payment-icon {
        float: none;
        text-align: center;
    }

    .cart-title {
        text-align: center;
        font-size: 25px;
    }

    .checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.grand.totals .mark > strong,
    .checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.grand.totals td.amount > strong {
        font-size: 18px;
    }

    .checkout-cart-index #block-shipping #block-shipping-heading,
    .checkout-cart-index #block-shipping #co-shipping-method-form .methods .item-title {
        font-size: 20px;
    }

    .checkout-cart-index #block-shipping #co-shipping-method-form .methods .item-options .field.choice.item > label.label,
    .onestepcheckout-index-index .table-checkout-shipping-method tbody tr td.col-method label,
    .opc-payment .payment-methods .payment-method .payment-method-title .label {
        font-size: 13px;
    }

    .supplier-message {
        font-size: 14px;
    }

    /*cart-page-design-end*/
    /*pre-checkout-start*/
    .precheckout-customer-login #send2,
    .precheckout-customer-login .action.create {
        width: 100%;
    }

    .precheckout-customer-login .login-container .block .block-title h2 {
        font-size: 22px;
    }

    .precheckout-customer-login .fogoten-password {
        font-size: 12px;
    }

    /*pre-checkout-end*/
    /*checkout-start*/
    #maincontent .logo-progress-section {
        padding-top: 30px;
        margin-bottom: 40px;
    }

    .onestepcheckout-index-index .customer-type .type {
        width: 100%;
    }

    .one-step-checkout-container #checkout-review-table tbody tr {
        padding-bottom: 20px;
    }

    .opc-block-summary {
        padding: 0 !important;
    }

    #maincontent .logo-progress-section .progress-bar-checkout {
        display: none;
    }

    .payment-method-content .actions-toolbar button.action.checkout {
        min-width: 190px;
        padding: 8px;
    }

    .checkout-onepage-success #maincontent .logo-progress-section {
        display: none;
    }

    .onestepcheckout-index-index #onepage-checkout-shipping-method-additional-load {
        padding: 5px 10px;
    }

    .onestepcheckout-index-index .table-checkout-shipping-method .field.choice > input.radio {
        left: 20px;
    }

    .onestepcheckout-index-index .table-checkout-shipping-method .field.choice {
        padding-left: 10px;
    }

    .checkout-cart-index #co-shipping-method-form .item-options .field.choice > .shipping-method-content,
    .onestepcheckout-index-index .table-checkout-shipping-method tbody tr td.col-method .shipping-method-content,
    .delivery-information {
        padding: 15px 10px;
    }

    .delivery-date .control input {
        width: 80% !important;
    }

    .one-step-checkout-container #opc-sidebar {
        margin: 0 10px;
    }

    /*checkout-end*/
    /*product-detail-page-start*/
    .products-grid .product-item-info .product-item-details .price-box .price-label {
        font-size: 12px;
        line-height: 15px;
    }

    [data-label="Ex. VAT"]::after, [data-label="Incl. VAT"]::after,
    .popup-price [data-label="Ex. VAT"]::after, .popup-price [data-label="Incl. VAT"]::after {
        font-size: 11px;
        line-height: 13px;
    }

    .products-grid .product-item-info .product-item-details .product-item-name {
        height: auto;
        line-height: 14px;
    }

    /*product-detail-page-end*/
    .header .search-form .form-search {
        background: #01be5d !important;
    }

    .slider_mgs_carousel .owl-item .slide-text.middle {
        top: 35% !important;
    }

    .top-custom-link.help-support {
        float: none;
    }
}

@media (max-width: 320px) {
    /*header-start*/
    .header .top-header-content a,
    .help-support {
        font-size: 7px;
        text-align: center;
        float: none;
    }

    .i-icon {
        height: 16px;
        width: 16px;
        border-radius: 16px;
        line-height: 15px;
    }

    .cart-amount {
        display: none;
    }

    .header.header8 .middle-header-content {
        padding-bottom: 7px;
        padding-top: 7px;
    }

    .header.header8 .bottom-header-content .parent__megameu .nav-toggle {
        right: unset;
        top: unset;
        bottom: 17px;
        left: 10px;
        background-color: #01bf5d;
        border-radius: 6px;
        color: #fff;
    }

    .header.header8 .bottom-header-content .parent__megameu .nav-toggle > span.menu {
        font-size: 10px;
        line-height: 12px;
        display: block;
        font-weight: 700;
    }

    .header.header8 .bottom-header-content .parent__megameu .nav-toggle img {
        padding-left: 1px;
        filter: brightness(100);
        -webkit-filter: brightness(100);
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    .header.header8 .middle-header-content .logo-header .logo {
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .header.header8 .table-icon-menu > div {
        padding: 28px 0 10px 15px;
    }

    .mst-searchautocomplete__autocomplete {
        max-height: 300px;
        overflow-y: scroll;
    }

    .top-header-content .vat-switcer {
        float: left;
        font-size: 7px;
    }

    .top-header-content .vat-switcer > div {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 5px;
    }

    .top-header-content button.btn-vat {
        font-size: 8px;
    }

    .header.header8 .top-custom-link.help-support ul li {
        padding: 0;
    }

    .top-custom-link.help-support, .vat-switcer {
        padding-top: 5px;
    }

    .header.header8 .top-header-content {
        padding-bottom: 10px;
    }

    .top-header-content .vat-switcer {
        padding-left: 20px;
    }

    .top-custom-link.help-support {
        padding-right: 30px;
    }

    /*header-end*/
    /*home-banner start*/
    .home-main-banner .slider_mgs_carousel .owl-item .item-image {
        height: 140px;
    }

    .home-main-banner .slide-text h2 {
        font-size: 20px;
    }

    .home-main-banner .slide-text h3 {
        font-size: 12px;
    }

    .home-main-banner .slider_mgs_carousel .owl-item .slide-text h6 {
        font-size: 10px;
    }

    .home-main-banner .slider_mgs_carousel .owl-item .slide-text h2 + h6 {
        padding-top: 0;
    }

    .home-main-banner .slider_mgs_carousel .owl-item .slide-text h6 + h6 {
        padding-bottom: 10px;
    }

    .home-main-banner .slider_mgs_carousel .owl-item .slide-text .btn-default {
        height: 32px;
        width: 115px;
        line-height: 28px;
        font-size: 12px;
    }

    .home-main-banner .slider_mgs_carousel .owl-item .slide-text .sale-round {
        right: 0;
        top: 0;
        width: 50px;
        height: 50px;
        border-radius: 50px;
        line-height: 0;
        font-size: 7px;
        padding: 12px 0 6px;
    }

    .home-main-banner .slider_mgs_carousel .owl-item .slide-text .sale-round .sale {
        font-size: 15px;
        line-height: 25px;
    }

    .home-main-banner {
        display: none;
    }

    .mobile-banner {
        display: block;
    }

    .mobile-banner .slide-text h2 {
        font-weight: 700;
        color: #fff;
        font-size: 30px;
        line-height: 30px;
    }

    .mobile-banner .slide-text h3 {
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        line-height: 20px;
    }

    .mobile-banner .slider_mgs_carousel .owl-item .slide-text h6 {
        color: #fff;
        font-size: 10px;
        line-height: 14px;
    }

    .mobile-banner .slider_mgs_carousel .owl-item .slide-text h2 + h6 {
        padding-top: 5px;
    }

    .mobile-banner .slider_mgs_carousel .owl-item .slide-text h6 + h6 {
        padding-bottom: 10px;
    }

    .mobile-banner .slider_mgs_carousel .owl-item .slide-text .btn-default {
        background-color: #ffd400;
        border-color: #ffd400;
        color: #000;
        height: 38px;
        width: 130px;
        line-height: 33px;
        font-size: 12px;
        padding: 0;
    }

    .mobile-banner .slider_mgs_carousel .owl-item .slide-text .sale-round {
        position: absolute;
        background-color: #ffcb05;
        text-align: center;
        text-transform: uppercase;
        font-weight: 600;
        right: 0;
        top: -15px;
        width: 60px;
        height: 60px;
        border-radius: 50px;
        line-height: 4px;
        font-size: 9px;
        padding: 15px 0 0;
    }

    .mobile-banner .slider_mgs_carousel .owl-item .slide-text .sale-round .sale {
        display: block;
        font-weight: 700;
        font-size: 20px;
        line-height: 25px;
    }

    .mobile-banner .owl-carousel .owl-dots .owl-dot.active span {
        background: #fff;
    }

    .mobile-banner .owl-carousel .owl-dots .owl-dot span {
        background: transparent;
        border: 1px solid #fff;
    }

    .mobile-banner .slider_mgs_carousel .owl-item .slide-text.top_center {
        top: 15px;
    }

    /*home-banner end*/
    /*home-promo-banner start*/
    .padding-bottom-responsive-blocks {
        padding-bottom: 30px;
    }

    /*home-promo-banner end*/
    /*home-promo-banner start*/
    .padding-top-responsive-blocks {
        padding-top: 30px;
    }

    .content-heading h3.title {
        font-size: 20px;
    }

    /*home-promo-banner end*/
    /*make shopping online easy start*/
    .shop-item .shop-text {
        font-size: 13px;
    }

    /*make shopping online easy end*/
    /*Main-category-page-start*/
    .category-image .category-img-bespoke-text {
        top: 20px;
        left: 10px;
    }

    .category-image .category-img-bespoke-text > h2 {
        font-weight: 600;
        font-size: 20px;
        line-height: 20px;
    }

    .category-img-bespoke-text h2 + span {
        padding-top: 12px;
    }

    .category-img-bespoke-text > span {
        line-height: 16px;
        font-size: 9px;
    }

    .category-img-bespoke-text > span + a {
        padding-top: 0;
        display: inline-block;
        color: #fff;
        font-weight: 600;
        padding-bottom: 0;
        border-bottom: 2px solid;
        font-size: 9px;
    }

    .category-image {
        height: 180px;
        overflow: hidden;
    }

    .category-image img {
        height: 100%;
        object-fit: fill;
        object-position: 30%;
    }

    .sub-categories-block .promobanner .text {
        padding: 10px;
    }

    .sub-categories-block .btn.btn-promo-banner {
        height: 25px;
        line-height: 23px;
        font-size: 10px;
        min-width: 100px;
    }

    .shop-item {
        min-height: 155px;
    }

    .cat-shop-blocks .shop-item .shop-text {
        max-width: 90px;
    }

    .section-banners {
        height: 150px;
        overflow: hidden;
    }

    .section-banners img {
        object-fit: cover;
        height: 100%;
        object-position: 75%;
    }

    .section-banners .banner-img-bespoke-text {
        top: 14px;
        width: 52%;
    }

    .banner-img-bespoke-text h2 {
        font-size: 12px;
    }

    .banner-img-bespoke-text h2 + span {
        padding-top: 5px;
    }

    .banner-img-bespoke-text span {
        font-size: 8px;
        line-height: 12px;
        display: block;
    }

    .banner-img-bespoke-text button.btn-default {
        margin: 3px auto 0;
        height: 25px;
        line-height: 13px;
        padding-left: 0;
        padding-right: 0;
        width: 115px;
        font-size: 10px;
    }

    /*Main-category-page-end*/
    /*cart-page-design-start*/
    .checkout-cart-index #block-discount {
        clear: left;
    }

    .checkout-cart-index #block-shipping .title.active {
        padding: 12px 0;
    }

    .cart-payment-icon {
        float: none;
        text-align: center;
    }

    .checkout-cart-index #block-shipping #block-shipping-heading,
    .checkout-cart-index #block-shipping #co-shipping-method-form .methods .item-title {
        font-size: 20px;
    }

    .cart-title {
        text-align: center;
        font-size: 25px;
    }

    .checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.grand.totals .mark > strong,
    .checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.grand.totals td.amount > strong {
        font-size: 18px;
    }

    .checkout-cart-index #block-shipping #co-shipping-method-form .methods .item-options .field.choice.item > label.label,
    .onestepcheckout-index-index .table-checkout-shipping-method tbody tr td.col-method label,
    .opc-payment .payment-methods .payment-method .payment-method-title .label {
        font-size: 13px;
    }

    .supplier-message {
        font-size: 14px;
    }

    .delivery-information,
    #co-shipping-method-form .shipping-method-content {
        padding: 10px 0;
    }

    /*cart-page-design-end*/
    /*checkout-start*/
    .precheckout-customer-login #send2,
    .precheckout-customer-login .action.create {
        width: 100%;
    }

    .precheckout-customer-login .login-container .block .block-title h2 {
        font-size: 20px;
    }

    .precheckout-customer-login .fogoten-password {
        font-size: 10px;
    }

    #maincontent .logo-progress-section .progress-bar-checkout {
        display: none;
    }

    .payment-method-content .actions-toolbar button.action.checkout {
        min-width: 190px;
        padding: 8px;
    }

    .checkout-onepage-success #maincontent .logo-progress-section {
        display: none;
    }

    .onestepcheckout-index-index #onepage-checkout-shipping-method-additional-load {
        padding: 5px 10px;
    }

    .onestepcheckout-index-index .customer-type .type {
        width: 100%;
    }

    .onestepcheckout-index-index .table-checkout-shipping-method .field.choice > input.radio {
        left: 20px;
    }

    .one-step-checkout-container #opc-sidebar {
        margin: 0 10px;
    }

    .one-step-checkout-container #checkout-review-table tbody tr {
        padding-bottom: 20px;
    }

    .onestepcheckout-index-index .order-summary .step-title {
        font-size: 20px;
    }

    .opc-block-summary .table-totals tr th .label {
        font-size: 10px;
    }

    .opc-block-summary .table-totals tr th {
        font-size: 10px;
    }

    .opc-block-summary .table-totals tr.totals.sub th {
        font-size: 10px;
    }

    .opc-block-summary .table-totals tr.totals.grand th {
        font-size: 12px;
    }

    .onestepcheckout-index-index .table-checkout-shipping-method .field.choice {
        padding-left: 10px;
    }

    .checkout-cart-index #block-shipping #co-shipping-method-form .methods .item-options .field.choice.item > label.label,
    .onestepcheckout-index-index .table-checkout-shipping-method tbody tr td.col-method label,
    .opc-payment .payment-methods .payment-method .payment-method-title .label {
        font-size: 12px;
    }

    .delivery-date .control input {
        width: 80% !important;
    }

    /*checkout-end*/
    /*product-detail-page-start*/
    .products-grid .product-item-info .product-item-details .price-box .price-label {
        font-size: 9px;
        line-height: 10px;
    }

    [data-label="Ex. VAT"]::after, [data-label="Incl. VAT"]::after,
    .popup-price [data-label="Ex. VAT"]::after, .popup-price [data-label="Incl. VAT"]::after {
        font-size: 9px;
        line-height: 10px;
    }

    .products-grid .product-item-info .product-item-details .product-item-name {
        height: auto;
        line-height: 14px;
    }

    /*product-detail-page-end*/
}

/*module styles may need to be added, theme not inheriting magento theme*/

/*Mageplaza module style begin*/
.mpproductlabel-label {
    position: absolute;
    z-index: 3;
}

.mpproductlabel-text-label {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%
}

@media screen and (max-width: 1000px) {
    .mpproductlabel-text-label {
        font-size: 90%;
    }
}

@media screen and (max-width: 900px) {
    .mpproductlabel-text-label {
        font-size: 80%;
    }
}

@media screen and (max-width: 768px) {
    .mpproductlabel-text-label {
        font-size: 70%;
    }
}

@media screen and (max-width: 767px) {
    .mpproductlabel-text-label {
        font-size: 100%;
    }
}

@media screen and (max-width: 550px) {
    .mpproductlabel-text-label {
        font-size: 85%;
    }
}

@media screen and (max-width: 500px) {
    .mpproductlabel-text-label {
        font-size: 75%;
    }
}

@media screen and (max-width: 420px) {
    .mpproductlabel-text-label {
        font-size: 60%;
    }
}

@media screen and (max-width: 360px) {
    .mpproductlabel-text-label {
        font-size: 60%;
    }
}

@media screen and (max-width: 320px) {
    .mpproductlabel-text-label {
        font-size: 50%;
    }
}

.fotorama--fullscreen .mpproductlabel-label {
    display: none !important;
}

.fotorama--fullscreen #mpfotorama {
    overflow: unset !important;
    width: 100% !important;
    height: 100% !important;
}

/*Mageplaza module style end*/

/*  Style For -> Individial Product Review Module */
#ReviewsWidget {
    margin-top: 30px;
}

/*  Style For -> Custom Checkout Drop Down */
#shipping-new-address-form > div.payment-option._collapsible.opc-payment-additional.comment.last > div > form > div > div {
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
}

#order-comment {
    border: 1px solid #f6f6f6;
    background: #f6f6f6;
    max-width: 98%;
}

/* Custom Checkout Drop Down Style Ends */
.catalog-category-view .price-box .special-price .price-wrapper.price-including-tax .price {
  color: #959698 !important;
}
@media (min-width: 992px){
    .checkout-cart-index .shopping-cart-bottom.custom-moved-cart-summary{
        z-index: 3;
    }
}
.recycled {
    top: 692px;
    left: 1094px;
    width: 476px;
    height: 67px;
    background-color: rgba(3, 191, 93, 0.15); /* Use rgba to set opacity only for background */
    border-radius: 2px;
    padding: 1% 3%;
    margin-bottom: 5%;
}

.recycled p {
    color: #000000; /* Set text color */
    opacity: 1; /* Set opacity for text to 1 */
}

.backorder {
    font-weight: bold; /* Make the text bold */
    font-size: 15px; /* Adjust font size as needed */
    text-transform: uppercase;
}

.made-time {
    text-transform: capitalize;
}
.message-recycled{
    background-color: rgba(3, 191, 93, 0.15);
    height: 27px;
    border-radius: 2px;
    padding: 1% 1%;
    width: 230px;
    margin-top: 6%;
}
.message-recycled p{
    font-size: 12px;
    text-align: center;
    font-weight: 600;
}
.form.contact .info-message{
    padding-top: 2%;
    font-size: 12px;
}
.cms-page-view .enquiry-form {
    background: #01b65d;
}
.cms-page-view .enquiry-form .info-message{
    padding: 1% 0;
    font-size: 12px;
}
