/* cyrillic-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200 700;
  src: url(https://fonts.gstatic.com/s/oswald/v56/TK3iWkUHHAIjg752FD8Ghe4.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200 700;
  src: url(https://fonts.gstatic.com/s/oswald/v56/TK3iWkUHHAIjg752HT8Ghe4.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200 700;
  src: url(https://fonts.gstatic.com/s/oswald/v56/TK3iWkUHHAIjg752Fj8Ghe4.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200 700;
  src: url(https://fonts.gstatic.com/s/oswald/v56/TK3iWkUHHAIjg752Fz8Ghe4.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200 700;
  src: url(https://fonts.gstatic.com/s/oswald/v56/TK3iWkUHHAIjg752GT8G.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.faq-index-index .mageprince-faq-collection .faq-groups {
    display: none;
}
.faq-index-index .mageprince-faq-collection .ui-accordion .ui-accordion-header {
    margin-bottom: 5px;
    padding: 10px 15px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.13);
    background: #fff;
    font-size: 16px;
    font-weight: 100;
    color: #000;
    line-height: normal;
}

.faq-index-index .mageprince-faq-collection .ui-accordion .ui-accordion-header:hover {
    background: inherit;
    color: #000;
}
.faq-index-index .mageprince-faq-collection .faq-accordion .ui-widget-content {
    padding: 15px 30px;
    border: none;
    box-shadow: none;
}

.faq-index-index .mageprince-faq-collection .faq-accordion .ui-widget-content div {
    max-width: 100%;
}

.faq-index-index .mageprince-faq-collection .faq-accordion .ui-widget-content p {
    margin: 0;
    line-height: 2.5rem;
}

.faq-index-index .mageprince-faq-collection .ui-accordion .ui-state-default:after {
    content: '\f078';
}
.faq-index-index .mageprince-faq-collection .ui-accordion .ui-accordion-header-active:after {
    content: '\f077';
}

/* header */

/* @media (min-width:1024px){
    .block.block-search {
        display: none;
    }
    .socialicon{
        display: none;
    }
} */

.custom-header-wrapper {
    display: flex;
    flex: auto;
}
@media(max-width:767px){
    body .page-wrapper header.page-header {
        border: 0;
        box-shadow: none;
        margin: 0;
    }

    body .page-wrapper header.page-header .header.content {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        padding: 0;
    }

    body .page-wrapper header.page-header .header.content a.logo {
        width: 100%;
        padding: 90px 0 11px;
        text-align: center;
        max-width: 67%;
    }
    body .page-wrapper header.page-header .header.content a.logo img {
        margin: 0 auto;
    }
    .custom-header-wrapper {
        display: flex;
        flex: auto;
        justify-content: center;
        box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
        z-index: 9999;
        position: fixed;
        background: #fff;
        left: 0;
        top: 0;
        width: 100%;
        align-items: center;
        height: 70px;
    }
    .custom-header-wrapper .header-social {
        order: 2;
    }
    .nav-open #html-body header .header.content .sections.nav-sections{
        top: 70px;
    }
    header .header.content .minicart-wrapper{
        height: 38px;
    }
    header .header.content .block.block-search .form.minisearch label:before{
        overflow: visible;
    }
    main#maincontent.page-main{
        box-shadow: none;
    }
}


/* group product */
.page-product-grouped #maincontent .columns.container {
    max-width: 100%;
}

.page-product-grouped.catalog-product-view #maincontent .product-info-main {
    -webkit-flex-basis: 22%;
    -ms-flex-preferred-size: 22%;
    flex-basis: 22%;
    max-width: 22%;
    background: #fff;
    padding-top: 32px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
}

.page-product-grouped.catalog-product-view #maincontent .product.media {
    -webkit-flex-basis: 78%;
    -ms-flex-preferred-size: 78%;
    flex-basis: 78%;
    max-width: 78%;
    background-image: url(../images/neew_bac.jpg);
    background-size: cover;
    background-position: top center;
}
.page-product-grouped main#maincontent.page-main {
    padding-top: 0px;
}
.page-product-grouped.catalog-product-view #maincontent .product.media .grouped-option-images {
    display: none;
}
.page-product-grouped.catalog-product-view #maincontent .product.media .product.media.grouped-media {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    background-image: none;
    background-size: cover;
    background-position: top center;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
}
.page-product-grouped.catalog-product-view #maincontent .product-info-main td.col.qty {
    display: none;
}

.page-product-grouped.catalog-product-view #maincontent .product-info-main thead {
    display: none;
}

.page-product-grouped.catalog-product-view #maincontent .product-info-main .bss-gpo-img {
    display: none;
}
.page-product-grouped.catalog-product-view #maincontent .product-info-main #super-product-table label.label {
    font-size: 17px;
    font-weight: 600;
    color: #000;
}
.page-product-grouped.catalog-product-view #maincontent .product-info-main #super-product-table select {
    margin: 0 0 10px 0;
    position: relative;
    padding: 10px 30px 10px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: auto;
}

.page-product-grouped.catalog-product-view #maincontent .product-info-main #super-product-table .field {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    align-items: flex-start;
}

.page-product-grouped.catalog-product-view #maincontent .product-info-main #super-product-table .control {
    width: 100%;
}

/*Group product option product info page update */
.page-product-grouped .page-title-wrapper.product {padding: 0;}
/* .page-product-grouped .catalog-product-view .product-info-main .price-final_price {
    display: none;
} */
/* .page-product-grouped .product-info-main .price-box {
    display: none;
} */
.page-product-grouped.catalog-product-view .product-info-main .price-final_price {
    display: none;
}
.page-product-grouped .product-info-main tbody tr:first-child .bss-gpo-price-box .price-box {
    display: flex;
}
.bss-gpo-total-price-box {
    display: none;
}
.table.grouped .product-item-name {
    display: none;
}
.page-product-grouped .table-wrapper.grouped tbody tr:not(:last-child) {
    border-bottom: 1px solid #ccc;
}
.page-product-grouped .table-wrapper.grouped tbody tr td {
    padding-right: 0;
    padding-left: 0;
}
.page-product-grouped .box-tocart {
    margin: 0;
}
.page-product-grouped .box-tocart .fieldset {
    margin: 0;
}
.page-product-grouped .product-info-main .box-tocart .actions {
    padding: 0;
}
.page-product-grouped .box-tocart #product-addtocart-button {
    min-width: 276px;
    padding-top: 17px;
    padding-bottom: 17px;
    margin-right: 40px;
}
/* .page-product-grouped .box-tocart #product-addtocart-button::before {
    font-family: "Linearicons";
    content: "\e74d";
    font-size: 125%;
    line-height: 0;
    padding-right: 10px;
    vertical-align: sub;
    font-weight: normal;
} */
.page-product-grouped.catalog-product-view #maincontent .product-info-main #super-product-table label.label {
    min-width: unset;
    max-width: unset;
}
.page-product-grouped.catalog-product-view #maincontent .product.media{margin: 0;}
.page-product-grouped .product-info-main .box-tocart .actions button { border-radius: 0;}

.page-product-grouped .product.info.detailed {
    width: 100%;
    max-width: 1200px;
    margin: 50px auto 0;
    padding-left: 25px;
    padding-right: 25px;
    border: none;
}
#html-body.page-product-grouped .product.info.detailed .data.item a.switch {
    padding: 0;
    border: 0;
    background: inherit;
    line-height: 1.4em;
    font-family: 'Open Sans';
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}

#html-body.page-product-grouped .product.info.detailed .data.item.active a.switch {
    color: #D16D1C;
}

#html-body.page-product-grouped .product.info.detailed .data.item.title {
    margin: 0 35px 0 0;
    float: none;
    padding: 13px 0 0 0;
}

#html-body.page-product-grouped .product.info.detailed .product.data.items > .item.content {
    margin-top: 30px;
    /* width: auto; */
    margin-left: 0;
}
#html-body.page-product-grouped .product.info.detailed .product.data.items > .item.content .video-responsive iframe {
    width: calc(25% - 10px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
}
.video-responsive {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.catalog-product-view .product.info .data.item h5, .catalog-product-view .product.info .data.item h4, .catalog-product-view .product.info .data.item h3 {
    font-size: 20px;
    font-weight: 600;
    color: #637079;
    margin-top: 20px;
    margin-bottom: 10px;
}

.catalog-product-view .product.info .data .content ul li, .catalog-product-view .product.info .data .content p {
    font-size: 14px;
    color: #637079;
    line-height: 25px;
    list-style: none !important;
}
.catalog-product-view .product.info .data.item.content iframe {
    margin: 0;
    display: block;
    width: 100%;
}
#mpfaqs-list-container.mpfaqs-list.mpfaqs .mpfaqs-list__block li.mpfaqs-item .collapsible-header:before,
#mpfaqs-widget-list-container .section .mpfaqs-widget-content ul.mpfaqs-widget-list__block__question li .collapsible-header:before
{font-size: 22px;top: 8px;}
#mpfaqs-list-container.mpfaqs-list.mpfaqs .mpfaqs-list__block li.mpfaqs-item .collapsible-header,
#mpfaqs-widget-list-container .section .mpfaqs-widget-content ul.mpfaqs-widget-list__block__question li .collapsible-header
{padding: 10px;}
#mpfaqs-list-container.mpfaqs-list.mpfaqs .mpfaqs-list__block li.mpfaqs-item .collapsible-header span,
#mpfaqs-widget-list-container .section .mpfaqs-widget-content ul.mpfaqs-widget-list__block__question li span
{font-size: 18px;}
#mpfaqs-list-container .section {
    background: none !important;
}
#mpfaqs-list-container.mpfaqs-list.mpfaqs .mpfaqs-list__block {
    margin-bottom: 0px;
}
.mpfaqs .row .col.m4 {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}
#mpfaqs-list-container.mpfaqs-list.mpfaqs .mpfaqs-list__block li.mpfaqs-item .collapsible-header {
    margin-bottom: 5px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.5s;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.13);
}
#mpfaqs-list-container.mpfaqs-list.mpfaqs .mpfaqs-list__block li.mpfaqs-item .collapsible-header:before, #mpfaqs-widget-list-container .section .mpfaqs-widget-content ul.mpfaqs-widget-list__block__question li .collapsible-header:before {
    font-size: 16px;
    top: 8px;
}

#mpfaqs-list-container.mpfaqs-list.mpfaqs .mpfaqs-list__block li.mpfaqs-item .collapsible-header:before {
    content: '\f107';
    font-family: 'FontAwesome';
    transition: all 0.6s;
    position: absolute;
    right: 0;
    color: #333;
    right: 18px;
}
#mpfaqs-list-container.mpfaqs-list.mpfaqs .mpfaqs-list__block li.mpfaqs-item .collapsible-header.active:before {
    transform: rotate(-180deg);
}
.sidebar .block {
    margin-bottom: 50px;
    border-bottom: 1px solid #eae9e9;
    padding-bottom: 15px;
}

.sidebar.sidebar-additional .block.block-brand .block-title strong, .sidebar.sidebar-additional .block-title strong {
    font-size: 20px;
    font-weight: 700;
}

.sidebar .block .block-title {
    margin-bottom: 10px;
}

.sidebar .block .empty {
    font-size: 12px;
}
#html-body .mpfaqs-list__block__question .collapsible-body a {
    color: #1abc9c;
}
#html-body .mpfaqs-list__block__question .collapsible-body a:hover {
    color: #D16D1C;
}
body .mpfaqs .container {
    padding: 0 25px;
}
body .mpfaqs .row .col.m6 {
    width: 100%;
}
.blog-page-list.page-layout-2columns-right .sidebar-additional {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    width: 100%;
    padding: 0 25px;
}

.blog-page-list.page-layout-2columns-right .column.main {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
    width: 100%;
}
.widget.block-archive .archive-item-link {
    font-size: 12px;
}

.tagclaud-hld a {
    font-size: 14px;
}

body .widget.block-tagclaud .largest {
    font-size: 16px;
    margin-bottom: 8px;
    display: block;
}
#html-body .post-read-more a.action.primary {
    padding: 10px 22px;
    color: #fff !important;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: 400;
}
.post-description p {
    font-size: 16px;
    line-height: 1.6em;
}
.post-description ul li {
    list-style-type: disc;
    margin: 0 0 4px 30px;
    font-weight: 400;
}
.post-description ul li strong{
    list-style-type: disc;
    font-weight: 700;
}

.post-description ul {
    padding: 0;
}
.page-title .base, .section-title .base {
    font-weight: 700;
    display: inline-block;
}

.cms-becomeastockist .std p, .cms-completely-dead .std p, .cms-de-restriction .std p, .cms-intermittent-problem .std p, .cms-led-flashing-low .std p, .cms-led-lcd-dead .std p, .cms-self-diagnosis .std p {
    color: #666666;
    font-size: 16px;
    line-height: 24px;
}

.cms-becomeastockist .std h4, .cms-intermittent-problem .std h4, .cms-led-flashing-low .std h4, .cms-led-lcd-dead .std h4, .cms-self-diagnosis .std h4 {
    color: #000000;
    font-size: 29px;
    font-weight: 300;
    line-height: 34px;
    margin: 0 0 15px;
    position: relative;
}

#html-body.cms-becomeastockist .std p a, #html-body.cms-completely-dead .std p a, #html-body.cms-de-restriction .std p a, #html-body.cms-error-codes .std p a, #html-body.cms-intermittent-problem .std p a, #html-body.cms-led-flashing-low .std p a, #html-body.cms-led-lcd-dead .std p a, #html-body.cms-self-diagnosis .std p a {
    color: #c0661c;
    font-size: 17px;
}
.std h4 {
    color: #637079;
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    margin: 0 0 0px;
    position: relative;
}

#html-body .std p a {
    color: #337ab7;
    font-size: 14px;
    font-weight: 600;
}
#html-body .std p a:hover {
    color: #d16d1c;
}
#html-body .cms-page-view h1.page-title, #html-body .cms-page-view h2.page-title{
    margin-bottom: 15px;
}

/* product page */
.data-drop {
    font-size: 14px;
    font-weight: 600;
}
.page-product-grouped.catalog-product-view #maincontent .product-info-main #super-product-table strong.group-product-item-name {
    font-size: 17px;
    font-weight: 600;
    color: #000;
}
.gallery-placeholder .loading-mask {
    display: none;
}
.select2-container .select2-selection--single .select2-selection__rendered, .select2-results__option[aria-selected] {
    text-align: left;
    color: #000;
    margin: 0; 
}
body.catalog-product-view .product-add-form .product-options-bottom .box-tocart .fieldset .field.qty{
    display: inline-flex;
}

body.catalog-product-view .product-add-form #product-options-wrapper .swatch-opt .swatch-option.text {
    padding: 4px 8px 25px;
}



@media (min-width: 1354px) {
    .page-product-grouped .product.info.detailed {
        max-width: 1404px;
    }
    .page-product-grouped.catalog-product-view #maincontent .product-info-main{
        padding-left: 25px;
        padding-right: 25px;
    }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
    .page-product-grouped.catalog-product-view #maincontent .product-info-main {
        -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
        max-width: 30%;
    }
    .page-product-grouped.catalog-product-view #maincontent .product.media {
        -webkit-flex-basis: 70%;
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
        max-width: 70%;
    }
    .page-product-grouped .box-tocart #product-addtocart-button {
        min-width: auto;
        width: 100%;
    }
}

@media(max-width:767px){
    .blog-page-list.page-layout-2columns-right .sidebar-additional {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
        padding: 0 25px;
        float: none;
    }

    .blog-page-list.page-layout-2columns-right .column.main {
        -webkit-flex-basis:100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
        float: none;
    }
    .page-product-grouped.catalog-product-view #maincontent .product-info-main,.page-product-grouped.catalog-product-view #maincontent .product.media {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .catalog-product-view .data.items .title, .modal-popup.quick-view .data.items .title {
        border-bottom: 1px solid #eae9e9;
        padding-bottom: 10px;
        margin-bottom: 10px;
        position: relative;
        width: 100%;
    }
    #html-body.page-product-grouped .product.info.detailed .data.item a.switch {
        margin: 0 0 10px 0;
    }
    body.catalog-product-view .data.items .title:before, body.modal-popup.quick-view .data.items .title:before{
        top: 10px;
        right: 7px;
        font-size: 14px;
        content: "\e939";
        position: absolute;  
        font-family: "Linearicons";      
    }
    .product.data.items.collapsed > [role=tablist] {
        flex-wrap: wrap;
        overflow: hidden;
    }

    #html-body.page-product-grouped .product.info.detailed .data.item {
        float: none;
        width: 100%;
    }

    .product.data.items.collapsed > [name=prev], .product.data.items.collapsed > [name=next] {
        display: none !important;
    }

    #html-body.page-product-grouped .product.info.detailed .product.data.items > .item.content {
        margin: 0;
        width: 100%;
    }
    body #mpfaqs-list-container .section{
        padding-left: 0;
        padding-right: 0;
    }
    #mpfaqs-list-container.mpfaqs-list.mpfaqs .mpfaqs-list__block li.mpfaqs-item .collapsible-header:before, #mpfaqs-widget-list-container .section .mpfaqs-widget-content ul.mpfaqs-widget-list__block__question li .collapsible-header:before{
        top: 23px;
    }
}
/*Menu link hightlist */
.clearancelink-highlight{
    color: #d16d1c;
}
.page-product-grouped.catalog-product-view #maincontent .product-info-main .price-box span.price_final {
    font-size: 26px;
    font-weight: 600;
    color: #D16D1C;
}
.page-products .columns .sidebar .filter-content .filter-options-content{
    display: block !important;
}
.catalog-product-view .product-info-main .product-info-price .price, .modal-popup.quick-view .product-info-main .product-info-price .price {
    font-size: 26px;
    font-weight: 600;
    color: #D16D1C;
}
body.catalog-product-view .product-add-form .product-options-bottom .box-tocart .fieldset .field.qty {}

.catalog-product-view .product-add-form .box-tocart {
    display: block;
    margin: 0;
}

.catalog-product-view .product-add-form .box-tocart .fieldset {
    display: block;
    margin: 0;
}

body.catalog-product-view .product-add-form .box-tocart .fieldset .field.qty {
    display: inline-flex;
    align-items: center;
}

body.catalog-product-view .product-add-form .box-tocart .fieldset .field.qty label.label {
    margin: 0 30px 0 0;
}

body.catalog-product-view .product-add-form .box-tocart .fieldset .field.qty .control input {
    width: 55px;
    padding-left: 5px;
    padding-right: 5px;
    height: 36px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 24px;
    display: block;
    background: #f6f6f6;
    border: 0;
}

body.catalog-product-view .product-add-form .box-tocart .fieldset .actions {
    display: block;
    padding: 0;
    text-align: left;
}

#html-body.catalog-product-view .product-add-form .box-tocart .fieldset .actions button {
    min-width: 276px;
    padding-top: 17px;
    padding-bottom: 17px;
    margin-right: 40px;
    background-color: #d16d1c;
    border-color: #d16d1c;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
}

#html-body.catalog-product-view .product-add-form .box-tocart .fieldset .actions button span:before {
    font-family: "Linearicons";
    content: "\e74d";
    font-size: 161%;
    line-height: 0;
    padding-right: 10px;
    vertical-align: sub;
    font-weight: normal;
}
@media (min-width: 1200px) {
    #html-body.catalog-product-view .product-options-wrapper .field, .modal-popup.quick-view .product-options-wrapper .field {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #html-body.catalog-product-view .product-options-wrapper .label:not(.admin__field-label), .modal-popup.quick-view .product-options-wrapper .label:not(.admin__field-label) {
        -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
        max-width: 20%;
    }
    #html-body.catalog-product-view .product-options-wrapper .label, .modal-popup.quick-view .product-options-wrapper .label {
        padding-right: 20px;
    }
}

#html-body.catalog-product-view .product-options-wrapper .field, .modal-popup.quick-view .product-options-wrapper .field {
    margin-bottom: 28px;
}
#html-body.catalog-product-view .product-options-wrapper .label, .modal-popup.quick-view .product-options-wrapper .label {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: normal;
}

#html-body.catalog-product-view .product-options-wrapper .label:not(.admin__field-label), #html-body.modal-popup.quick-view .product-options-wrapper .label:not(.admin__field-label) {
    flex-basis: auto;
    max-width: auto;
}

#html-body.catalog-product-view .product-options-wrapper .label, .modal-popup.quick-view .product-options-wrapper .label {
    min-width: 120px;
}
.column.main .block.related .title strong {
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin: 0 0 50px 0;
}
.block.upsell, .block.related, .block.crosssell {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    overflow: hidden;
}
.toolbar.toolbar-blog-posts {
    /* display: flex; */
}

.toolbar.toolbar-blog-posts ul.items.pages-items {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    float: none;
    gap: 10px;
}

.toolbar.toolbar-blog-posts ul.items.pages-items li.item {
    border: 1px solid #000;
    line-height: normal;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.toolbar.toolbar-blog-posts ul.items.pages-items li a.action.next {
    margin: 0;
    border: 0;
    padding: 0;
}

.toolbar.toolbar-blog-posts ul.items.pages-items li a.action.next::before,.toolbar.toolbar-blog-posts ul.items.pages-items li a.action.next::after {
    color: #000;
}
#mpfaqs-list-container.mpfaqs-list.mpfaqs .mpfaqs-list__block li.mpfaqs-item .collapsible-header span {
    padding-left: 0;
    color: #000;
    font-weight: 100;
}
body.checkout-cart-index .cart-container .form-cart tbody.cart.item tr td a.product-item-photo {
    -webkit-flex-basis: inherit;
    -ms-flex-preferred-size: inherit;
    flex-basis: inherit;
    max-width: inherit;
    padding-right: 0;
    display: table-cell;
}
.block .related-products-slider.no-slider {
    display: flex;
    gap: 20px;
}

.block .related-products-slider.no-slider li.product-item{
    width: 23.5%;
    margin: 0;
}
.block.related .block-actions {
    display: none;
}
.block .products-grid .related-products-slider .product-item .product-item-details .product.actions.product-item-actions {
    order: 4;
    width: 100%;
}

.block .products-grid .related-products-slider .product-item .product-item-details .field.choice.related {
    order: 3;
    width: 100%;
}

.block .products-grid .related-products-slider .product-item .product-item-details .price-box.price-final_price {
    width: 100%;
}

.block .products-grid .related-products-slider .product-item .product-item-details strong.product.name {
    min-height: 42px;
}

.block .products-grid .related-products-slider .product-item .product-item-actions .actions-secondary a.action.towishlist {
    margin: 0 28px 0 0;
}

.block .products-grid .related-products-slider .product-item .product-item-actions .actions-secondary a.action {
    width: auto;
    height: auto;
    line-height: normal;
}

.block .products-grid .related-products-slider .product-item .product-item-actions .actions-secondary {
    padding: 18px 0 0 0;
}
.block.related .field.related .label:before {
    content: "\e835";
    display: inline-block;
    width: 18px;
    height: 18px;
    font-family: "Material Icons";
    font-style: normal;
    vertical-align: middle;
    text-align: center;
    padding-right: 3px;
    font-weight: normal;
    color: #D16D1C;
    font-size: 20px;
    margin: -4px 5px 0 0;
    float: left;
}

.block.related .field.related input[type=checkbox]:checked + .label:before {
    content: "\e834";
}

.block.related .field.related input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: .75rem .5rem 0 0;
    top: 4px;
    display: inline-block;
    width: auto;
    height: 24px;
}

@media (max-width:850px){
    .block .related-products-slider.no-slider li.product-item {
        width: 48.5%;
    }
    .block .related-products-slider.no-slider{
        flex-wrap: wrap;
    }
}

@media (max-width:767px){
    body.catalog-product-view .product.info .product.data.items>.item.title {
        float: none;
        width: 100%;
    }

    body.catalog-product-view .product.info .product.data.items>.item.content {
        float: none;
        margin: 0;
    }
    .column.main .block.related .title strong {
        font-size: 30px;
        margin: 25px 0;
    }
}

@media (max-width:680px){
    .block .related-products-slider.no-slider li.product-item {
        width: 100%;
    }
}
.blog-content h2 {
    text-align: center;
    margin: 0 0 25px 0;
    font-size: 30px;
    font-weight: 700;
}

.blog-content .blog-que {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.blog-content .blog-que h3,.blog-content .blog-que h4 {
    font-size: 18px;
    line-height: 30px;
    cursor: pointer;
    margin: 0;
    display: flex;
    font-weight: 600;
    align-items: center;
    justify-content: space-between;
}

.blog-content .blog-que h3:after ,.blog-content .blog-que h4:after {
    content: '+';
    font-size: 30px;
    font-weight: 600;
    background: #000;
    color: #fff;
    border-radius: 100%;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.blog-content .blog-que h3.active:after,.blog-content .blog-que h4.active:after {
    content: '-';
    line-height: 24px;
    font-size: 45px;
}

.blog-post-view .post-description .blog-que-content p {
    font-size: 14px;
}
.blog-que-content{
    display: none;
}
.blog-post-view .post-description a:hover {
    color: #D16D1C !important;
}
.blog-content .blog-que h3.active,.blog-content .blog-que h4.active {
    margin: 0 0 15px 0;
}
.page_content .row {
    flex: auto;
    -ms-flex: auto;
    -webkit-flex: auto;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blog-que:last-child {
    border: 0;
}
.page_content .row .col-lg-5 {
    width: calc(40% - 25px);
}

.page_content .row  .col-lg-7 {
    width: calc(60% - 25px);
}

.contact_inner h3 {
    text-transform: uppercase;
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 20px;
    color: #000;
}

.std p {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    padding: 0 0 10px;
    margin-bottom: 0px;
}

.page_content .row.m_50 {}

.page_content .row.m_50 .col-lg-6 {
    width: calc(50% - 7.5px);
}

section.page_content {
    padding: 30px 0 0 0;
}

.contact_inner .form-control {
    height: 35px;
    font-size: 13px;
    border-radius: 0;
    background: #f6f6f6;
    border: 1px solid #e7e7e7;
    box-shadow: none;
    min-height: 100%;
    color: #555;
    line-height: 1.42857143;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.contact_form .form-group {
    margin-bottom: 15px;
}

.contact_inner input[type="file"] {
    background: #fff;
    border: none;
}

.contact_inner textarea.form-control {
    height: 185px;
}

.capbox #CaptchaDiv {
    float: left;
    border: 1px solid #e7e7e7;
    color: #000;
    background: url(../images/captcha.jpg);
    font-weight: 600;
    font-size: 18px;
    padding: 0;
    width: 34%;
    padding: 3px 0;
    text-align: center;
}

.capbox-inner {
    font-size: 0;
    float: right;
    width: 66%;
    padding-left: 12px;
}

.capbox-inner input {
    height: 35px;
    font-size: 13px;
    border-radius: 0;
    background: #f6f6f6;
    border: 1px solid #e7e7e7;
    box-shadow: none;
    padding: 6px 12px;
    font-size: 16px;
    display: block;
    width: 100%;
    min-height: 100%;
}

.page_content .submit_btn {
    background: #d16d1c none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    float: right;
    font-size: 16px;
    font-weight: 500;
    padding: 13px 26px;
    text-transform: uppercase;
    position: relative;
}
.checkout-cart-index tbody.cart.item.display tr.item-info td.col.price {
    font-size: 24px;
    line-height: normal;
    padding: 6px 0;
    font-weight: normal;
    color: #d16d1c;
    text-align: center;
}

@media (max-width:767px){
    .page_content .row .col-lg-5 {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .page_content .row .col-lg-7 {
        width: 100%;
    }
}

/* 30-06-2025 */
#html-body header .header.content .sections.nav-sections ul li.clearancelink-highlight a {
    color: #d16d1c !important;
}
.upproductdetail .bg-image-for-video-inner.beast-video {
    background: url(../images/Beast_Mysterious.gif);
    background-repeat: no-repeat;
    background-size: 100%;
}
.upproductdetail .bg-image-for-video-inner.sleath-video {
    background: url(../images/Stealth_Mysterious.gif);
}
.checkout-index-index #checkout .opc-wrapper input,.checkout-index-index #checkout .opc-wrapper select,.checkout-index-index #checkout .opc-wrapper textarea {
    background: #fff;
    border: 1px solid #ccc;
    color: #000;
    font-size: 12px;
    border-radius: 6px;
    padding: 10px;
    height: 45px;
    line-height: 45px;
}

.checkout-index-index #checkout .opc-wrapper #customer-email-fieldset .field-tooltip {
    top: 5px !important;
}

.checkout-index-index .opc-wrapper .field-tooltip {
    top: 5px;
}
body.checkout-index-index .opc-block-shipping-information{
    border: 0;
}
body.checkout-index-index .opc-wrapper .payment-method {
    background: #fff;
    margin: 0 0 10px 0;
    border-radius: 6px;
}

#html-body.checkout-index-index .opc-wrapper .payment-method .payment-method-title label.label {
    justify-content: flex-start;
}

#html-body.checkout-index-index .opc-wrapper .payment-method .payment-method-title {
    border: 0;
}

body#html-body.checkout-index-index .opc-payment-additional.discount-code .payment-option-content .form-discount input {
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    color: #000;
}
#html-body.checkout-index-index .opc-payment-additional.discount-code .payment-option-content .form-discount input::placeholder{
    color: #000;
}
#checkout-shipping-method-load table.table-checkout-shipping-method tbody tr td{
    padding: 0;
    vertical-align: middle;
}

@media (max-width:1024px){
    #html-body.page-product-grouped .product.info.detailed .product.data.items > .item.content .video-responsive iframe {
        width: calc(50% - 10px);
        margin: 0 0 10px 0;
    }
}

@media (max-width:768px){
    #html-body.page-product-grouped .product.info.detailed .product.data.items > .item.content .video-responsive iframe{
        width: 100%;
        margin: 0 0 10px 0;
    }
}

/* cart page */
#html-body .action.primary.checkout {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.checkout-cart-index .page-main .page-title-wrapper .page-title span.base {
    font-weight: 600;
}

@media (max-width:768px){
    body.checkout-cart-index .cart-container .form-cart tbody.cart.item tr td {
        padding: 15px !important;
    }

    #shopping-cart-table .col.item .cart-column-item-wrapper {
        flex-wrap: nowrap;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .checkout-cart-index tbody.cart.item.display tr.item-info td.col.price {
        font-size: 16px;
    }
    #html-body button.action.apply.primary {
        width: auto;
        margin: 0;
        text-align: left;
    }

    .checkout-cart-index .cart-container .cart-summary .block .content .fieldset.coupon .actions-toolbar .primary {
        text-align: left;
    }
    body.checkout-cart-index .cart-container .form-cart tbody.cart.item tr td a.product-item-photo {
        webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
        max-width: 30%;
        margin: 0 17px 0 0;
    }
    body.checkout-cart-index .cart-container .form-cart tbody.cart.item tr td .product-item-details {
        padding-top: 14px;
    }
    .checkout-cart-index .cart-container .form-cart tbody.cart.item tr td .product-item-details dl.item-options p {
        clear: both;
    }
    .checkout-cart-index .cart-container .form-cart tbody.cart.item tr td .product-item-details dl.item-options dt {
        margin: 0;
        width: 45%;
    }

    .checkout-cart-index .cart-container .form-cart tbody.cart.item tr td .product-item-details dl.item-options dd {
        width: 55%;
    }
    .checkout-cart-index .cart-container .form-cart tbody.cart.item{
        border-top: 1px solid #cccccc;
    }
    body .bottom_color li .i-icon img {
        width: 20px;
        height: 20px;
    }
    .table-wrapper.grouped {
        overflow: visible;
    }
    .bottom_color .custom-drop{
        z-index: 1;
    }
    .page-product-grouped.catalog-product-view #maincontent .product.media {
        background: inherit;
    }
    body.catalog-product-view .layout_1 .product-info-main{
        margin: 40px 0 0 0;
    }
    .upproductdetail .bg-image-for-video-inner.beast-video {
        height: 250px;
    }

    .upproductdetail .bg-image-for-video-inner h3 {
        font-size: 20px;
        max-width: 80%;
    }
    .upproductdetail .bg-image-for-video-inner.sleath-video {
        background: unset !important;
        position: absolute;
        top: -13%;
        width: 100%;
        text-align: center;
        height: 250px;
    }

    .upproductdetail .bg-image-for-video {
        position: relative;
    }

    .bg-image-for-video .sleath-fifthfold-secondary-video {
        position: unset;
        display: block;
        width: 100%;
    }
    body .mobile-build {
        display: block;
    }
    .desktop-build{
        display: none;
    }
    .third-fold {
        position: relative;
    }
    .third-fold .banner-img {
        height: 400px;
        background: #000;
    }
    .third-fold .banner-img img {
        height: 100%;
        object-fit: cover;
        width: 100%;
        object-position: 100%;
        /*opacity: 0.9;*/
    }
    .third-fold .thirdfold-description {
        position: unset;
        bottom: 30px;
        width: 100%;
        text-align: center;
        margin: 0 auto;
        background: #000;
        padding: 12px;
    }
    .third-fold .thirdfold-description .thirdfold-inner{
        max-width: 620px;
        margin: 0 auto;
        padding: 0 30px;
    }
    .third-fold .thirdfold-description h1{
        font-size: 30px;
        line-height: 32px;
        color: #edf2f5;
        font-weight: 500;
        margin: 15px 0; 
    }
    .third-fold .thirdfold-description p{
        color: #edf2f5;
        margin-bottom: 24px;
        font-size: 12px;
        line-height: 16px;
    }
    #html-body .thirdfold-inner .action-primary {
        border: 1px solid #fff;
        color: #fff;
        background: transparent;
        background-color: transparent;
        border-radius: 50px;
        padding: 11px 19px 12px;
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
        text-transform: uppercase;
        display: inline-block;
        text-decoration: none;
    }

    #html-body .thirdfold-inner .action-primary a.action.primary {
        padding: 0;
        background: inherit;
        border: 0;
    }
    .catalog-product-view .product-add-form form .fieldset .field.required .control {
        width: 100%;
    }
    .image-sec-main-video video {
        height: 250px;
    }

    .upproductdetail .fifthfold-container .image-sec-main-video h2 {
        font-size: 26px;
    }

    #text-sec-main {
        top: 60%;
    }
    .page-product-grouped.catalog-product-view #maincontent .product.media img.ho{
        display: block;
    }
    #html-body footer.page-footer .footer.content .footer-new-links .pagebuilder-column-line h4.active:after{
        content: '\e621';
    }
    #html-body footer.page-footer .footer.content .footer-new-links .pagebuilder-column-line h4:after{
        content: '\e622';
    }
    body.catalog-product-view .data.items .title:before, body.modal-popup.quick-view .data.items .title:before {
        top: 7px;
        right: 0;
        font-size: 37px;
        position: absolute;
        font-family: 'icons-blank-theme';
        content: '\e622';
        line-height: 32px;
    }
    body.catalog-product-view .data.items .title.active:before, body.modal-popup.quick-view .data.items .title.active:before {
        content: '\e621';
        top: 7px;
        right: 0;
        font-size: 37px;
        position: absolute;
        font-family: 'icons-blank-theme';
        line-height: 32px;
    }
    #html-body.catalog-product-view .product-options-wrapper .field, .modal-popup.quick-view .product-options-wrapper .field{
        flex-wrap: wrap;
    }
    body.blog-page .page-main .page-title-wrapper .page-title {
        text-align: center;
    }

    body .post-list.modern .post-container {
        flex-direction: row;
    }

    body .post-list.modern .post-image {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        width: 30%;
    }

    body .post-list.modern .post-info {
        padding: 0 0 0 25px;
        flex: 0 0 70%;
        max-width: 70%;
        width: 70%;
    }

    body .post-list.modern .post-description {
        display: none;
    }

    body .post-list.modern .post-info .post-read-more {
        display: block;
    }
    .acceleration-main .sixfold-inner{
        flex-direction: column-reverse;
    }
}
@media (max-width: 1023px) {
    body .post-list.modern .post-info .post-read-more {
        display: block;
    }
    .nav-open #html-body header .header.content .sections.nav-sections ul li .child-content.cols1 ul li a:before{
        display: none;
    }
    .nav-open #html-body header .header.content .sections.nav-sections ul li .child-content.cols1 ul li a {
        color: #000 !important;
        font-size: 12px !important;
    }
}


.mobile-build {
    display: none;
}
body.blog-page .page-main .page-title-wrapper .page-title {
    text-align: center;
}
.filter-options-content .ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
    margin-bottom: 10px;
}

.filter-options-content .ui-slider-horizontal .ui-slider-range {
    background-color: #D16D1C;
    border-color: #D16D1C;
    position: absolute;
    height: 100%;
}

.filter-options-content .ui-slider-horizontal .ui-slider-handle {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    margin-left: -10px;
    margin-top: -5px;
    transition: all 0.0s ease;
    position: absolute;
    z-index: 2;
    cursor: default;
    background-color: #D16D1C;
    border-color: #D16D1C;
}

.filter-options-content .ui-slider-horizontal .ui-slider-handle:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background: #FFF;
}
.page-products .columns .sidebar .filter-content .filter-options-content label {
    font-weight: bold;
    text-transform: capitalize;
    display: block;
    margin-bottom: 5px;
    font-style: italic;
    font-size: 12px;
}

.page-products .columns .sidebar .filter-content .filter-options-content input {
    padding: 8px 15px;
    background: #f6f6f6;
    border: 0;
    display: block;
    width: 100%;
    min-height: 36px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 24px;
    height: auto;
    margin: 0 0 10px 0;
}

.page-products .columns .sidebar .filter-content .filter-options-content button {
    margin: 15px 0 0 0;
    background-color: #D16D1C;
    border-color: #D16D1C;
    padding: 11px 19px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    color: #FFF;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    border-radius: 0;
    font-weight: 600;
    color: #fff;
    transition: all 0.3s ease;
}

.page-products .columns .sidebar .filter-content .filter-options-content button:hover {
    background-color: #e9b51c;
    border-color: #e9b51c;
}
.catalog-product-view .product.info .product.data.items > .item.content{
    padding: 13px 0 0 0 !important;
    margin-top: 60px !important;
    overflow: visible !important;
        height: auto !important;
}
.hiw-top-banner {
    font-size: 20px;
    text-align: center;
    margin: 15px 0;
}

.hiw-directions-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0px 0 30px 0;
}

.hiw-directions-box .hiw-step {
    width: 25%;
    border: 1px solid #ddd;
    padding: 30px;
}
body.catalog-product-view .product.info {
    margin-bottom: 0;
    padding-bottom: 0;
}
@media (max-width:767px){
    .hiw-directions-box {
        flex-wrap: wrap;
    }
    .hiw-directions-box .hiw-step{
        width: 100%;
    }
}
.hiw-directions-box .hiw-step .hiw-step-title {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Open Sans';
    margin: 15px 0;
}
.hiw-directions-box .hiw-step .hiw-step-text {
    font-size: 14px;
    line-height: 1.4em;
}

.hiw-step-text .representative-example-top-banner-text {
    font-size: 20px;
    margin: 0 0 15px 0;
    font-weight: 600;
}

.hiw-step-text .representative-example-text-title {
    font-size: 18px;
    margin: 0 0 10px 0;
    display: inline-block;
    font-weight: 600;
}

.hiw-step-text .representative-example-text-value {
    font-size: 18px;
    margin: 0 0 10px 0;
    display: inline-block;
}

.hiw-step-text .representative-example-text-unit {
  font-size: 18px;
    margin: 0 0 10px 0;
    display: inline-block;
}

.hiw-step-text .terms-text {
    font-size: 16px;
    line-height: 1.8em;
    font-weight: 400;
}  
body .post-content .post-description img {
    height: auto;
    width: 100%;
    max-width: 450px;
    text-align: center;
    display: block;
    margin: 15px auto;
}
.cms-cycle .std h1 {
    font-size: 25px;
    font-weight: 700;
    color: #000000;
    margin: 15px 0;
    line-height: 1.6em;
}

.cms-cycle .std {
    padding: 30px 0 0 0;
}
.guarantee-page.row {
    width: 100%;
    max-width: 852px;
    margin: 0 auto;
}

.guarantee {
    padding: 30px 0 0 0;
}

.guarantee h1 {
    font-size: 25px;
    font-weight: 700;
    color: #000000;
    margin: 15px 0;
    line-height: 1.6em;
}
.guarantee-page .text-block {
    padding-bottom: 70px;
    border-bottom: 1px solid #eae9e9;
    margin-bottom: 85px;
}
.guarantee-page p {
    margin-bottom: 20px;
}
.guarantee-page h3 {
    font-size: 35px;
    line-height: 1.4em;
    font-weight: 600;
}
.guarantee-page ul {
    padding: 10px 0 20px;
    list-style: none;
}
.guarantee-page ul li {
    margin-bottom: 15px;
}
.guarantee-page h4 {
    font-size: 20px;
    line-height: 1.4em;
    font-weight: 400;
    line-height: inherit;
}
.guarantee-page h4:before{
    content: "";
    display: inline-block;
    font-family: "Linearicons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    font-size: 30px;
    line-height: inherit;
    padding-right: 10px;
    color: #D16D1C;
    vertical-align:middle;
}
.cms-mechanical-issues main#maincontent.page-main {
    padding-bottom: 0;
}

.cms-mechanical-issues main#maincontent.page-main .column.main {
    padding-bottom: 0;
    min-height: auto;
}
.finance-options {
    padding: 30px 0 0;
}

.finance-options h1 {
    font-size: 25px;
    font-weight: 700;
    color: #000000;
    margin: 15px 0;
    line-height: 1.6em;
    text-transform: uppercase;
}
.cms-content.cyclotricity_default {
    padding: 30px 0 0 0;
}

.cms-content.cyclotricity_default h1 {
    font-size: 25px;
    font-weight: 700;
    color: #000000;
    margin: 15px 0;
    line-height: 1.6em;
    text-transform: uppercase;
}

.cms-content.cyclotricity_default .stockistimg {
    width: 100%;
    display: block;
    height: 100%;
}

.cms-content.cyclotricity_default h2.page-title {
    font-size: 25px;
    font-weight: 700;
    color: #000000;
    margin: 15px 0;
    line-height: 1.6em;
}

.cms-content.cyclotricity_default p {
    font-size: 16px;
    line-height: 1.6em;
    margin: 0 0 15px;
    color: #666;
}

.cms-content.cyclotricity_default p strong {
    color: #000;
}

#html-body .cms-content.cyclotricity_default p strong a {
    font-weight: 600;
    color: #d16d1c;
}
.cms-content.shipping-delivery-page {
    padding: 30px 0 0 0;
}

.cms-content.shipping-delivery-page h1 {
    font-size: 25px;
    font-weight: 700;
    color: #000000;
    margin: 15px 0;
    line-height: 1.6em;
}

.cms-content.shipping-delivery-page p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.6em;
}

.cms-content.shipping-delivery-page .page-title {
    font-size: 25px;
    font-weight: 500;
    color: #000000;
    margin: 15px 0;
    line-height: 1.6em;
}

.cms-content.shipping-delivery-page ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.cms-content.shipping-delivery-page ul li {
    padding-left: 15px;
    position: relative;
    margin-bottom: 0.8em;
    font-size: 16px;
    display: block;
    line-height: 1.4em;
}

.cms-content.shipping-delivery-page ul li:before {
    content: '.';
    font-size: 35px;
    position: absolute;
    line-height: 2px;
    top: 1px;
    left: 0;
}

.shipping-delivery-page ul li:last-child {
    margin-bottom: 1.5em;
}
.cms-content.shipping-delivery-page .shipping-delivery-page__list {
    padding: 0;
    list-style: none;
}
.shipping-delivery-page .shipping-delivery-page__list .delivery-head {
    display: inline-flex;
    align-items: center;
    position: relative;
    padding-left: 55px;
    min-height: 34px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

.shipping-delivery-page .shipping-delivery-page__list .delivery-head::before {
    position: absolute;
    left: 0;
    top: -4px;
    padding-right: 0;
    line-height: 1;
    color: #D16D1C;
    font-size: 40px;
    content: "";
    display: inline-block;
    font-family: "Linearicons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

body .shipping-delivery-page .shipping-delivery-page_track-icon:before {
    content: "" !important;
}

.shipping-delivery-page .shipping-delivery-page_order-icon:before {
    content: "" !important;
}
.cyclotricity_default h1 {
    font-size: 25px;
    font-weight: 700;
    color: #000000;
    margin: 15px 0;
    line-height: 1.6em;
}

.cyclotricity_default {
    padding: 30px 0 0 0;
}
.cyclotricity_default h2 {
    font-size: 25px;
    font-weight: 600;
    color: #000000;
    margin: 15px 0;
    line-height: 1.6em;
}

.cyclotricity_default p {
    color: #666;
    font-size: 16px;
    line-height: 27px;
    margin: 0 0 15px;
}
body .page-wrapper .page-main .page-title-wrapper .page-title{
    margin: 15px 0;
    text-transform: uppercase;
}
.page-layout-1column.cms-de-restriction .column.main {
    padding-bottom: 0;
    min-height: auto;
}
.std .cyclotricity_default p {
    font-size: 14px;
    margin: 0;
}
.std .cyclotricity_default {
    padding: 0;
}
.cms-no-charge.page-layout-1column .column.main {
    padding-bottom: 0;
    min-height: auto;
}
.customer-account-create .form.create.account.form-create-account, .customer-account-forgotpassword .form.password.forget {
    width: 100%;
}

.customer-account-create .form.create.account.form-create-account .fieldset .control, .customer-account-forgotpassword .form.password.forget .fieldset .control {
    width: 100%;
    float: none;
}
body.sales-guest-form .page-wrapper .page-main .page-title-wrapper .page-title {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
    margin-left: calc(16.66667% + 8px);
    margin-bottom: 36px;
    text-transform: none;
    font-size: 35px;
    font-weight: 500;
}

body.sales-guest-form .page-wrapper .page-main .page-title-wrapper .page-title span.base {
    font-weight: 600;
}
body.sales-guest-form .fieldset > .legend {
    padding: 0;
    border: 0;
    color: #0088cc;
    text-transform: uppercase;
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: 400;
}

.form.password.reset, .form.send.confirmation, .form.password.forget, .form.create.account, .form.search.advanced, .form.form-orders-search {
    min-width: 100% !important;
    width: 100% !important;
} 

.form-orders-search fieldset.fieldset > .field {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /* -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; */
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form-orders-search fieldset.fieldset > .field > .label {
    -webkit-flex-basis: 130px;
    -ms-flex-preferred-size: 130px;
    flex-basis: 130px;
    max-width: 130px;
}
.form-orders-search fieldset.fieldset > .field > .label:after {
    content: ':';
}
.form-orders-search fieldset.fieldset > .field .control {-webkit-flex-basis: calc(100% - 130px);-ms-flex-preferred-size: calc(100% - 130px);flex-basis: calc(100% - 130px);max-width: calc(100% - 130px);}

.form-orders-search fieldset.fieldset > .field .control input,.form-orders-search fieldset.fieldset > .field .control select {
    min-height: 36px;
    box-sizing: border-box;
    padding: 0 15px;
    font-size: 14px;
    background: #f6f6f6;
    border: 0;
}

#html-body .form.form-orders-search .actions-toolbar {
    padding-top: 1.5rem;
    border-top: 1px solid #eae9e9;
    margin-top: 1.5rem;
}

#html-body .form.form-orders-search .actions-toolbar button.action.submit.primary {
    padding: 11px 19px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0;
}
.privacy-policy .message.info {
    color: #ff0000;
    padding: 0;
    font-weight: bold;
    font-size: 13px;
    background: inherit;
    border: 0;
    margin: 0 0 15px 0;
    line-height: 1.6em;
}

.privacy-policy p {
    font-size: 14px;
    line-height: 1.6em;
    margin: 0 0 15px 0;
}

.privacy-policy h2 {
    margin: 15px 0;
    font-weight: 600;
    line-height: 1.4em;
}

@media (max-width:767px){
    .guarantee-page .text-block {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .cms-content.shipping-delivery-page .page-title{
        font-size: 20px;
    }
    .guarantee-page h3 {
        font-size: 24px;
    }
    body.sales-guest-form .page-wrapper .page-main .page-title-wrapper .page-title {
        margin-left: 0;
        max-width: max-content;
    }

    .form-orders-search fieldset.fieldset > .field > .label {
        flex-basis: auto;
        max-width: 100%;
        width: 100%;
    }

    .form-orders-search fieldset.fieldset > .field .control {
        flex-basis: auto;
        max-width: 100%;
        width: 100%;
    }
    .catalog-product-view .product.info .product.data.items > .item.content{
        margin-top: 0 !important;
    }
    .catalog-product-view .product.info .data.item h5, .catalog-product-view .product.info .data.item h4, .catalog-product-view .product.info .data.item h3 {
        font-size: 16px;
        line-height: 1.4em;
        margin: 0;
    }
} 

/*UPS at add to cart css */
.ups-addtocart{
    border: 1px solid #E3E3E3;
    border-radius: 6px;
}
.ups-addtocart .upsinnerblock img {
    width: 30%;
}

/*.ups-addtocart .upsinnerblock {
    width: 24% !important;
}*/
.ups-addtocart {
    width: 80%;
}
.page-product-grouped .ups-addtocart{
    width: auto;
}

.ups-addtocart .upsinnerblock p {
    font-size: 14px;
    font-weight: 500;
}
.page-product-grouped .ups-addtocart .upsinnerblock {
    width: auto;
}
.upproductdetail .ups-addtocart {
    max-width: 70%;
}








/* Product Detail Page Style start here */

body.catalog-product-view .fotorama-item .fotorama__stage{
    border: 0 !important;
}

body.catalog-product-view .product-media-info-wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

body.catalog-product-view .product-media-info-wrapper .product.media{
    max-width: calc(50% - 25px);
}

body.catalog-product-view .product-media-info-wrapper .product-info-main{
    max-width: calc(50% - 25px);
}

body.catalog-product-view .product-media-info-wrapper .product-info-main .product-info-price .page-title-wrapper.product{
    padding: 0;
}

body.catalog-product-view .product-media-info-wrapper .product-info-main .product-info-price .product-info-stock-sku .product.attribute.sku{
    color: #637079;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

body.catalog-product-view .product-media-info-wrapper .product-info-main .product-info-price .product-info-stock-sku .product.attribute.sku .value{
    text-transform: uppercase !important;
}

body.catalog-product-view .product-media-info-wrapper .product-info-main .product-social-links,
body.catalog-product-view .product-media-info-wrapper .product-info-main .stock.available,
body.catalog-product-view .product-media-info-wrapper .product-info-main .availability{
    display: none;
}

body.catalog-product-view .product-media-info-wrapper .product-info-main .product-info-price .price-box{
    border-top: 1px solid #E5E7EB;
    padding-top: 20px;
}

body.catalog-product-view .product-media-info-wrapper .product-info-main .product.attribute.overview{
    margin: 0 0 20px;
}

body.catalog-product-view .product-media-info-wrapper .product-info-main .product.attribute.overview .delivery-offer{
    color: #666666;
}

body.catalog-product-view .product-media-info-wrapper .product-info-main .product.attribute.overview .product-description{
    display: block;
    margin: 15px 0 0;
    padding: 20px 0 0;
    border-top: 1px solid #E5E7EB;
    font-size: clamp(14px, 1vw, 16px);
    color: #666666;
}

body.catalog-product-view .product-media-info-wrapper .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-attribute-label{
    text-transform: capitalize;
}

body.catalog-product-view .product-media-info-wrapper .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-attribute-selected-option:empty{
    display: none;
}

body.catalog-product-view .product-media-info-wrapper .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-attribute-options .swatch-option.text {
    height: auto;
    padding: 8px !important;
    background: transparent;
}

body.catalog-product-view .product-media-info-wrapper .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-attribute-options .swatch-option.text .swatch-label-row .swatch-label{
    font-size: 14px;
    color: #333;
}

body.catalog-product-view .product-media-info-wrapper .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-attribute-options .swatch-label-row .swatch-tooltip-icon{
    display: none;
}

body.catalog-product-view .product-media-info-wrapper .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-attribute-options.configurablekit-has-swatch-images{
    display: grid !important;
    gap: 20px !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

body.catalog-product-view .product-media-info-wrapper .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-attribute-options.configurablekit-has-swatch-images > .swatch-option {
    flex: 0 0 calc(50% - 10px) !important;
    flex-direction: row;
    gap: 15px;
    text-align: left !important;
    margin: 0;
}

body.catalog-product-view .product-media-info-wrapper .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-attribute-options.configurablekit-has-swatch-images > .swatch-option .swatch-image-container{
    max-width: 50px;
    max-height: 50px;
    width: auto !important;
    height: auto !important;
}

body.catalog-product-view .product-media-info-wrapper .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-attribute-options.configurablekit-has-swatch-images > .swatch-option .swatch-label-row{
    align-items: flex-start !important;
}

body.catalog-product-view .product-media-info-wrapper .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-attribute-options.configurablekit-has-swatch-images > .swatch-option .swatch-label-row .swatch-label{
    font-size: 14px !important;
}

body.catalog-product-view .product-media-info-wrapper .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-attribute-options.configurablekit-has-swatch-images > .swatch-option .swatch-label-row .swatch-caption{
    color: #666666;
}

body.catalog-product-view .product-media-info-wrapper .product-info-main .product-add-form .product-options-bottom .box-tocart .fieldset{
    display: flex;
    gap: 20px;
}

body.catalog-product-view .product-media-info-wrapper .product-info-main .product-add-form .product-options-bottom .box-tocart .fieldset .field.qty{
    margin: 0 !important;
    padding: 0;
}

body.catalog-product-view .product-media-info-wrapper .product-info-main .product-add-form .product-options-bottom .box-tocart .fieldset .field.qty .control{
    display: flex;
    border: 1px solid #D1D5DC;
}

body.catalog-product-view .product-media-info-wrapper .product-info-main .product-add-form .product-options-bottom .box-tocart .fieldset .field.qty .control input{
    background-color: #fff;
}

body.catalog-product-view .product-media-info-wrapper .product-info-main .product-add-form .product-options-bottom .box-tocart .fieldset .field.qty .control .qty-btn{
    border: 0;
    border-radius: 0;
    background-color: #fff;
    font-size: 16px;
    width: 55px;
}

body.catalog-product-view .product-media-info-wrapper .product-info-main .product-add-form .product-options-bottom .box-tocart .fieldset .field.qty .control .qty-btn.minus{
    border-right: 1px solid #D1D5DC;
}

body.catalog-product-view .product-media-info-wrapper .product-info-main .product-add-form .product-options-bottom .box-tocart .fieldset .field.qty .control .qty-btn.plus{
    border-left: 1px solid #D1D5DC;
}

body.catalog-product-view .product-media-info-wrapper .product-info-main .product-add-form .product-options-bottom .box-tocart .fieldset .actions{
    width: 100%;
}

body.catalog-product-view .product-media-info-wrapper .product-info-main .product-add-form .product-options-bottom .box-tocart .fieldset .actions button{
    margin-right: 0 !important;
    width: 100%;
    min-width: auto !important;
}

body.catalog-product-view .product-media-info-wrapper .product-info-main .product-add-form .product-options-bottom .box-tocart .fieldset .actions .revolut-fast-checkout-container{
    width: auto !important;
}

body.catalog-product-view .usp-section{
    margin: 50px 0 0;
    width: 100%;
    padding: 0 25px;
}

body.catalog-product-view .usp-section .pagebuilder-column-group{
    padding: 25px 0;
    border-top: 1px solid #E5E7EB;
    border-bottom: 1px solid #E5E7EB;
}

body.catalog-product-view .usp-section .pagebuilder-column-group .pagebuilder-column figure{
    margin: 0 0 10px 0;
}

body.catalog-product-view .usp-section .pagebuilder-column-group .pagebuilder-column p{
    color: #666666;
    margin: 0;
}

body.catalog-product-view .usp-section .pagebuilder-column-group .pagebuilder-column p strong{
    color: #1A1A1A;
}

body.catalog-product-view .product.info.detailed{
    margin: 50px 0 0;
}

body.catalog-product-view .product.info.detailed .product.data.items{
    padding: 20px 0 0;
    border-top: 1px solid #E5E7EB;
}

body.catalog-product-view .product.info.detailed .product.data.items > .item.title{
    padding: 0 !important;
    margin: 0 25px 0 0 !important;
}

body.catalog-product-view .product.info.detailed .product.data.items .item.title .data.switch{
    padding: 10px;
    border: 1px solid #E5E7EB;
}

body.catalog-product-view .product.info.detailed .product.data.items .item.title .data.switch:hover,
body.catalog-product-view .product.info.detailed .product.data.items .item.title.active .data.switch{
    background-color: #D16D1C;
    color: #fff !important;
}

body.catalog-product-view .product.info.detailed .product.data.items > .item.content{
    margin-top: 65px !important;
    border-top: 1px solid #E5E7EB;
}

body.catalog-product-view .product.info.detailed .product.data.items > .item.content .shipping-and-return-content{
    display: flex;
    gap: 25px;
    margin: 40px 0;
}

body.catalog-product-view .product.info.detailed .product.data.items > .item.content .shipping-and-return-content .left-content,
body.catalog-product-view .product.info.detailed .product.data.items > .item.content .shipping-and-return-content .right-content{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

body.catalog-product-view .product.info.detailed .product.data.items > .item.content .shipping-and-return-content .left-content{
    flex: 0 0 30%;
    padding: 20px;
    border: 1px solid #E5E7EB;
}


body.catalog-product-view .product.info.detailed .product.data.items > .item.content .shipping-and-return-content .right-content{
    padding: 20px;
    border: 1px solid #E5E7EB;
}

body.catalog-product-view .product.info.detailed .product.data.items > .item.content .shipping-and-return-content .left-content .title-wrapper,
body.catalog-product-view .product.info.detailed .product.data.items > .item.content .shipping-and-return-content .right-content .title-wrapper{
    display: flex;
    align-items: center;
    gap: 15px;
}

body.catalog-product-view .product.info.detailed .product.data.items > .item.content .shipping-and-return-content .left-content .title-wrapper .image-wrapper,
body.catalog-product-view .product.info.detailed .product.data.items > .item.content .shipping-and-return-content .right-content .title-wrapper .image-wrapper{
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #FF8B001A;
    padding: 8px;
}

body.catalog-product-view .product.info.detailed .product.data.items > .item.content .shipping-and-return-content .left-content .title-wrapper .title,
body.catalog-product-view .product.info.detailed .product.data.items > .item.content .shipping-and-return-content .right-content .title-wrapper .title{
    color: #1A1A1A;
    font-size: clamp(14px, 1vw, 16px);
    line-height: 1.2;
    font-weight: 600;
    margin: 0;
    border: 0;
    padding: 0;
}

body.catalog-product-view .product.info.detailed .product.data.items > .item.content .shipping-and-return-content .left-content .title-wrapper .title::before,
body.catalog-product-view .product.info.detailed .product.data.items > .item.content .shipping-and-return-content .right-content .title-wrapper .title::before{
    content: none;
}

body.catalog-product-view .product.info.detailed .product.data.items > .item.content .shipping-and-return-content .left-content p,
body.catalog-product-view .product.info.detailed .product.data.items > .item.content .shipping-and-return-content .right-content p{
    margin: 0;
    color: #252525;
}

@media(max-width:1024px){
    body.catalog-product-view .product-media-info-wrapper .product-info-main .product-add-form .product-options-bottom .box-tocart .fieldset{
        flex-wrap: wrap;
    }
    
    body.catalog-product-view .product.info.detailed .product.data.items > .item.content .shipping-and-return-content .left-content{
        flex: 0 0 50%;
    }

}

@media(max-width:767px){
    body.catalog-product-view .product-media-info-wrapper .product.media{
        max-width: 100%;
    }

    body.catalog-product-view .product-media-info-wrapper .product-info-main{
        max-width: 100%;
        margin: 0;
    }

    body.catalog-product-view .product-media-info-wrapper .product-info-main .product-add-form .product-options-bottom .box-tocart .fieldset{
        flex-wrap: nowrap;
    }

    body.catalog-product-view .product.info.detailed .product.data.items .item.title{
        padding: 0 35px 0 0 !important;
        margin: 0 !important;
    }

    body.catalog-product-view .product.info.detailed .product.data.items .item.title.active{
        border-bottom: 0;
    }

    body.catalog-product-view .product.info.detailed .product.data.items .item.title .data.switch{
        line-height: 22px;
    }

    body.catalog-product-view .product.info.detailed .product.data.items .item.title .data.switch,
    body.catalog-product-view .product.info.detailed .product.data.items .item.title .data.switch:hover,
    body.catalog-product-view .product.info.detailed .product.data.items .item.title.active .data.switch{
        background-color: #fff;
        color: #000 !important;
        border: 0;
    }

    body.catalog-product-view .product.info.detailed .product.data.items > .item.content{
        margin-top: 0 !important;
        border-top: 0;
    }

    body.catalog-product-view .product.info.detailed .product.data.items > .item.content .shipping-and-return-content{
        margin: 0;
        flex-wrap: wrap;
    }

    body.catalog-product-view .product.info.detailed .product.data.items > .item.content .shipping-and-return-content .left-content{
        flex: 0 0 100%;
    }

    body.catalog-product-view .product.info.detailed .product.data.items > .item.content .video-title{
        margin: 30px 0 15px 0;
    }
}

@media(max-width:479px){
    body.catalog-product-view .product-media-info-wrapper .product-info-main .product-add-form .product-options-bottom .box-tocart .fieldset{
        flex-wrap: wrap;
    }
}

/* Product Detail Page Style end here */