@import 'https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,600,600i,700,700i,900&display=swap';

@font-face {
    font-family: 'Gibson-Regular';
    src: url('font/Gibson-Regular.eot');
    src: url('font/Gibson-Regular.eot?#iefix') format('embedded-opentype'),
        url('font/Gibson-Regular.svg#Gibson-Regular') format('svg'),
        url('font/Gibson-Regular.ttf') format('truetype'),
        url('font/Gibson-Regular.woff') format('woff');
    /*url('font/Gibson-Regular.woff2') format('woff2');*/
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GibsonSemiBold';
    src: url('fonts/GibsonSemiBold.eot');
    src: url('fonts/GibsonSemiBold.eot') format('embedded-opentype'),
        /* url('fonts/GibsonSemiBold.woff2') format('woff2'),*/
        url('fonts/GibsonSemiBold.woff') format('woff'),
        url('fonts/GibsonSemiBold.ttf') format('truetype'),
        url('fonts/GibsonSemiBold.svg#GibsonSemiBold') format('svg');
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('./font/ProximaNova-Regular.eot');
    src: url('./font/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        /*url('./font/ProximaNova-Regular.woff2') format('woff2'),*/
        url('./font/ProximaNova-Regular.woff') format('woff'),
        url('./font/ProximaNova-Regular.ttf') format('truetype'),
        url('./font/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.page-header {
    z-index: 999;
    /*position: fixed;*/
    position: relative;
    background: #fff !important;
    width: 100%;
    top: 0;
}

.page-wrapper {
    overflow: hidden;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #244662;
    /*padding-top: 217px;*/
}

body a:hover,
.cart-container .cart.table-wrapper .shop-cart-ed-remove a:hover span {
    text-decoration: none !important;
    cursor: pointer;
}

footer .custom-footer5 a,
footer .custom-footer5 a:hover {
    cursor: pointer;
}

.cus-gifts-for-everyone,
.cust-dont-miss-out {
    text-align: center;
    padding-bottom: 154px;
}

.cust-dont-miss-out {
    padding-bottom: 84px;
}

.nav-sections-item-content>.navigation {
    text-align: center;
    background-color: #fff;
    margin-top: 12px;
    z-index: 1;
}

.nav-sections-item-content {
    background: #fff;
}

.cust-header-top-teasures {
    /*width: calc(100% / 3 - 5px);*/
    width: 318px;
    display: inline-block;
}

.cus-gifts-for-everyone .cust-img-title-gifts {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 55px;
    display: none;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.cust-text-below-img-gifts {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
    margin-top: 23px;
}

body .cust-shop-now-gifts {
    font-size: 12px;
    text-decoration: underline;
    color: #434967;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}

.cust-below-text-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.cus-gifts-for-everyone .col-md-4:nth-child(2) .cust-below-text-img .cust0best-price-you {
    font-size: 40px;
    color: #fff;

}

.cus-gifts-for-everyone .col-md-4:nth-child(2) .cust-below-text-img {
    top: auto;
    left: 40px;
    bottom: 45px;
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    width: 70%;
    min-width: auto;
    height: auto;
    min-height: auto;
    display: block;
    border: none;
}

.cust-below-text-img p.offers-for-you {
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 0;
}

.cust-below-text-img .half-price {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.cust-below-text-img {
    width: 380px;
    min-width: 380px;
    height: 380px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 4px solid #fff;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.cust-image-and.text:hover .cust-below-text-img {
    opacity: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.cust-below-text-img:before {
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    right: -10px;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    border: 3px solid #fff;
    border-radius: 50%;
}

.cus-gifts-for-everyone .col-md-4:nth-child(2) .cust-below-text-img:before {
    display: none;
}

.cust-our-new-collection .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cust-our-new-collection .cust-new-collection-text {
    padding-left: 125px;
}

.cust-new-collection-text .cust-take-a-look {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 300;
}

.block-search .action.search.disabled,
.block-search .action.search[disabled],
fieldset[disabled] .block-search .action.search {
    opacity: 1 !important;
}

.cust-new-collection-text .cust-new-collection-text {
    padding-left: 0;
    font-size: 50px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 65px;
}

.cust-new-collection-text .cust-para-collection {
    font-weight: 300;
    margin-bottom: 33px;
}

.cust-home-page-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
}

.cust-home-page-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 50px;
}

.cust-all-data-in-one:hover .cust-image-and.text {
    background-color: #c74e78;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.cust-image-and.text {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}

.cust-all-data-in-one:hover {
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
}

.cust-all-data-in-one {
    transition: all 0.5s;
    transform: translateY(0px);
    -webkit-transition: all 0.5s;
    -webkit-transform: translateY(0px);
}

.cust-all-data-in-one:hover .cust-img-title-gifts {
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 1;
}

.cust-image-and.text:before,
.cust-image-and.text:before {
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(199, 78, 120, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.cust-all-data-in-one:hover .cust-image-and.text:before,
.cust-image-and.text:hover:before {
    opacity: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.cust-new-collection-shop a,
.cust-banner-shop-collection a {
    width: 200px;
    height: 45px;
    min-width: 200px;
    display: block;
    text-align: center;
    background-color: #93b4d9;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    padding-top: 12px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.cust-five-teasures {
    display: block;
    width: 100%;
    background-color: rgba(147, 180, 217, 0.7);
    padding: 9px 0 6px;
}

.cms-home .cust-five-teasures {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 197px;
    z-index: 9;
}

.cust-five-teasures .cust-header-top-teasures {
    display: inline-block;
    width: calc(100% / 5 - 4px);
    vertical-align: middle;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cust-five-teasures .cust-teasures-title {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-left: 5px;
}

.cust-about-img .cust-below-img-text ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.cust-about-img .cust-below-img-text ul li {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 0 40px;
    margin-bottom: 0;
}

.cust-about-img .cust-below-img-text {
    background-color: #93b4d9;
    text-align: center;
    padding: 24px 0px;
    margin-top: 38px;
}

.cus-more-about-us {
    position: relative;
    margin-bottom: 195px;
}

.cus-more-about-us .cust-about-img {
    float: right;
}

.cus-more-about-us .cust-about-us>.cust-new-collection-text {
    padding: 70px 30px 40px 90px;
    background-color: #444967;
    position: absolute;
    top: 60px;
    left: 0px;
    z-index: 9;
    width: 41%;
    color: #fff;
}

.cus-more-about-us .cust-new-collection-shop {
    display: inline-block;
    vertical-align: middle;
}

.cus-more-about-us .cust-making-your {
    display: inline-block;
    vertical-align: middle;
}

.cus-more-about-us .cust-new-collection-text {
    margin-bottom: 25px;
}

.cust-text-below-img-give-everything {
    font-size: 45px;
    position: absolute;
    top: 36px;
    left: 20px;
    width: 50%;
    text-align: center;
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
}


header.page-header .block.block-search input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ffffff;
    opacity: 1;
}

header.page-header .block.block-search input::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff;
    opacity: 1;
}

header.page-header .block.block-search input:-ms-input-placeholder {
    /* IE 10+ */
    color: #ffffff;
    opacity: 1;
}

header.page-header .block.block-search input:-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff;
    opacity: 1;
}


.custm-class-frindly-advice {
    float: left;
    width: 40%;
    margin-bottom: 24px;
}

.header.content .nav-sections {
    background: #fff;
    margin-bottom: 0;
    padding: 10px 0px;
}

body .header.content {
    max-width: 1470px;
    width: 100%;
    padding: 30px 15px 10px 15px;
}

body.cms-home .page-main {
    width: 100%;
    max-width: 1920px;
    padding: 0px;
}

body .page-main,
.cms-shop-by-brand main .column.main,
.checkout-index-index .column.main,
.checkout-index-index .page-title-wrapper {
    width: 100%;
    max-width: 1470px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.cms-shop-by-brand main .column.main,
.checkout-index-index .column.main {
    margin: 0 auto;
}

.cms-shop-by-brand main .columns,
.checkout-index-index .columns {
    background-color: #f4f4f4;
    padding: 100px 0;
    position: relative;
}

.cms-shop-by-brand main,
.checkout-index-index main {
    width: 100%;
    max-width: 100%;
    padding: 0px;
}

a.logo {
    z-index: 1;
    text-align: center;
    float: left;
    display: block;
    vertical-align: middle;
    width: 21%;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 10px;
}

a.logo img {
    max-width: 100%;
    height: auto;
    width: 100%;
    max-width: 335px;
}

body .minicart-wrapper,
ul.header.links {
    padding-top: 0;
    float: none;
    display: block;
    margin-left: 0;
}

ul.header.links {
    float: left;
    display: inline-block;
    width: 39%;
    text-align: right;
    padding: 0;
    margin: 0;
    margin-top: 15px;
}

ul.header.links li.custom-cls-minicart {
    padding-right: 0;
}

.section_portable_inner button a {
    color: #fff;
}

.section_portable_inner button a:hover {
    color: #fff;
    text-decoration: none;
}

.section_portable_inner button {
    background-color: #244662;
}

ul.header.links li {
    display: inline-block;
    padding: 0 15px;
    list-style-type: none;
    vertical-align: bottom;
    position: relative;
}

.sticky ul.header.links li {
    vertical-align: top;
}

.nav-sections .navigation .level0>.level-top {
    padding: 0 12px;
    letter-spacing: 0.8px;
}

body .block-search {
    float: none;
    padding-left: 0;
    position: relative;
    width: auto;
    z-index: 4;
    margin-top: 0;
}

body .block-search .actions {
    right: 0;
    top: 0;
}

.custm-class-frindly-advice p {
    margin: 8px 0 0 0;
    color: #244662;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1.7px;
    font-family: 'Gibson-Regular';
    line-height: normal;
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
}

.custm-class-frindly-advice a {
    font-size: 24px;
    color: #f08607;
    font-weight: 700;
    font-family: 'Proxima Nova Rg';
    letter-spacing: 1.7px;
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
}

ul.header.links li a,
.customer-welcome .customer-name span {
    font-size: 14px;
    color: #244662;
    text-transform: uppercase;
    font-weight: 500;
}

body .block-search .action.search>span,
body .page-header .minicart-wrapper .action .text,
.custom-add-class-for-search .block-search .search label {
    position: relative;
    width: auto;
    font-size: 12px;
    text-transform: uppercase;
    color: #244662;
    overflow: auto;
    vertical-align: middle;
}

.minicart-wrapper .action.showcart .counter-number {
    text-shadow: none;
}

a.custom-haeder-contact:before {
    content: " ";
    display: block;
    text-align: center;
    color: #f7941c;
    font-size: 18px;
    background-image: url(./images/sprite-images.png);
    background-repeat: no-repeat;
    background-position: -148px -4px;
    width: 24px;
    height: 25px;
    margin: 0 auto 8px;
    background-size: 220px auto;
}

.minicart-wrapper .action.showcart:before {
    content: ' ';
    line-height: 25px;
    color: #f7941c;
    display: block;
    text-align: center;
    background-image: url(./images/sprite-images.png);
    background-repeat: no-repeat;
    background-position: -139px -78px;
    width: 29px;
    height: 25px;
    margin: 0 auto 10px;
    background-size: inherit;
}

.custom-add-class-for-search .block-search .search label span {
    position: relative;
    width: auto;
    display: block;
    overflow: visible;
    height: auto;
    margin: 0;
    font-weight: 500;
    cursor: pointer;
}

.custom-add-class-for-search .block-search .search label:before {
    cursor: pointer;
    content: ' ';
    font-size: 18px;
    line-height: 25px;
    color: #f7941c;
    display: block;
    text-align: center;
    background-image: url(./images/sprite-images.png);
    background-repeat: no-repeat;
    background-position: -15px -147px;
    width: 25px;
    height: 27px;
    margin: 0 auto 9px;
    background-size: inherit;
}

body .block-search .action.search {
    right: 0;
    position: relative;
    display: block;
    height: auto;
}

ul.header.links li.custom-my-account-link-header>a:before,
ul.header.links li span.not-logged-in a:before,
ul.header.links .customer-welcome .customer-name:before {
    content: " ";
    display: block;
    text-align: center;
    background-image: url(./images/sprite-images.png);
    background-repeat: no-repeat;
    background-position: -85px -4px;
    width: 30px;
    height: 25px;
    margin: 0 auto 8px;
    background-size: inherit;
}

ul.header.links li.custom-my-account-link-header .my-account-drop-blk ul {
    padding: 0;
    margin: 0;
}

ul.header.links li.custom-my-account-link-header .my-account-drop-blk ul li a {
    display: block;
    margin: .0;
    padding: 4px 10px;
    background-color: #ef7100;
    color: #fff;
}

ul.header.links li.custom-my-account-link-header>a {
    display: inline-block;
}

ul.header.links li.nav.item a:before {
    content: " ";
    display: block;
    text-align: center;
    color: #f7941c;
    font-size: 18px;
    background-image: url(./images/account_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px auto;
    width: 30px;
    height: 25px;
    margin: 0 auto 8px;
}

.navigation .level0>.level-top span {
    /* color: #244662; */
    line-height: 35px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}

.cms-home .cust-three-teasures {
    /*height: 530px;
    height: 300px;*/
}

.cust-three-teasures {
    background-image: url("./images/home_bg.png");
    width: 100%;
    background-position: center;
    background-size: 100%;
    height: 270px;
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    float: left;
    width: 100%;
    width: calc(100vw - 10px);
    left: 50%;
    margin-left: -50vw;
    position: relative;
    padding: 0;
}

body:not(.cms-home) .cust-three-teasures {
    background-position: center top;
}

body:not(.cms-home) .cust-three-teasures:before {
    height: 100px;
    margin: 0;
    bottom: 0
}

.cust-all-teasures-in-one {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 8px 10px;
}

.cust-header-top-teasures {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.cust-header-top-teasures:first-child {
    text-align: right;
}

.cust-header-top-teasures:last-child {
    text-align: left;
    padding-left: 10px;
}

p.cust-teasures-title {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    color: #787878;
    width: 76px;
    line-height: normal;
    margin: 0 auto;
}

img.cust-teasures-image {
    display: inline-block;
    vertical-align: middle;
}

.custom-blcok-welcm h1,
h1.homepage-title,
.post-list-container .widget-title>a {
    font-size: 48px;
    font-weight: 300;
    color: #244662;
    line-height: 60px;
    letter-spacing: 6px;
    text-align: center;
    text-decoration: none;
}

.custom-blcok-welcm h1 {
    margin-bottom: 30px;
}

h1.homepage-title {
    text-align: left;
}

body .custom-blcok-welcm h1,
.custom-caring-step h1.homepage-title,
.top-footer h1.homepage-title {
    text-align: left;
}

.custom-blcok-welcm p {
    padding-right: 14%;
}

p {
    font-size: 20px;
    line-height: 2;
    color: #244662;
    margin-bottom: 25px;
}

.field.note.no-label {
    font-size: 20px;
    line-height: 2;
    color: #244662;
}

.frree-broucher-title {
    font-size: 21px;
    line-height: 35px;
    padding-right: 23%;
    color: #244662;
    font-weight: 500;
    letter-spacing: 1px;
    padding-bottom: 26px;
}

.custom-blcok-welcm a {
    background-color: #244662;
    height: 42px;
    line-height: 42px;
    border-radius: 50px;
    padding: 0px 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    max-width: 200px;
    margin-top: 10px;
    text-align: center;
    font-weight: 600;
}

.custom-blcok-welcm,
.top-footer {
    max-width: 1470px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.custom-caring-step {
    padding: 0px;
    margin: 0 auto;
}

.block-static-block .custom-caring-step {
    margin-bottom: 6.7%;
    float: left;
    width: 100%;
}

.custom-caring-step .col-md-6.col-sm-6.col-xs-12:last-child {
    padding-right: 0px;
}

/*.custom-caring-step .col-md-6.col-sm-6.col-xs-12:first-child {
    padding-left: 235px;
    padding-top: 9%;
    padding-right: 0;
}*/
.custom-caring-step .col-md-6.col-sm-6.col-xs-12:first-child {
    padding-left: 125px;
    padding-top: 9%;
    padding-right: 125px;
}

.custom-caring-step .col-md-6.col-sm-6.col-xs-12 h1.homepage-title {
    letter-spacing: 3px;
    line-height: 1.3;
}

/*.cust-three-teasures::before{
    background-image: url("./images/top1.png");
    content: "";
    position: absolute;
    bottom: -2px;
    width: 100%;
    height: 150px;
    display: inline-block;
    background-size: 100% 100%; margin-bottom: 0px;
}*/
.widget.block.block-static-block {


    margin-bottom: 0px;
}

.top-footer {
    width: 100%;
    max-width: calc(1380px + 30px);
    margin: 0 auto;
    padding: 0 15px;
}

.page-footer {
    position: relative;
}

.custom-caring-step,
.block-testimonials,
.custom-blcok-welcm {
    position: relative;
}

.custom-blcok-welcm {
    padding-bottom: 6.3%;
}

.custom-blcok-welcm::before {
    background-image: url(./images/welcom_btm.png);
    content: "";
    position: absolute;
    bottom: -10px;
    top: auto;
    width: 1920px;
    height: 59px;
    display: inline-block;
    background-size: 100% 100%;
    z-index: 3;
    left: -225px;
    right: 0;
}

.custom-blcok-welcm::before {
    content: none !important
}

.custom-caring-step::after {
    background-image: url("./images/caring_top_new.png");
    content: "";
    position: absolute;
    bottom: auto;
    top: -70px;
    width: 100%;
    height: 143px;
    display: inline-block;
    background-size: 100% 100%;
    z-index: 9;
    left: 0;
    background-repeat: no-repeat;

}

.custom-caring-step::before {
    background-image: url("./images/customer-say-top1.png");
    content: "";
    position: absolute;
    top: auto;
    bottom: 0px;
    width: 100%;
    height: 59px;
    display: inline-block;
    background-size: 100% 100%;
    z-index: 9;
    left: 0;
}

.block-testimonials::before {
    background-image: url("./images/customer-say-bottom.png");
    content: "";
    position: absolute;
    top: auto;
    bottom: 0px;
    width: calc(100vw - 10px);
    /*height: 59px;*/
    height: 120px;
    display: inline-block;
    background-size: 100% 100%;
    z-index: 9;
    margin-left: -50vw;
    left: 50%;
}

.page-footer::after {
    background-image: url("./images/footer-top1.png");
    content: "";
    position: absolute;
    bottom: auto;
    top: -20px;
    width: 100%;
    height: 59px;
    display: inline-block;
    background-size: 100% 100%;
    z-index: 2;
    left: 0;
}

.top-footer input,
.telephoneno select,
.form.contact select {
    font-family: 'Montserrat', sans-serif;
    height: 60px;
    background-color: #F7F7F7;
    padding-left: 30px;
    font-size: 18px;
    color: #244662;
    border: none;
    font-style: normal;
    font-weight: 400;
}

.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    padding-right: 0;
}

.video-content input[type="date"],
.video-content .date input,
.video-content .form.contact select {
    cursor: pointer;
    background-image: url(./images/selct_arrow_bg.png);
    background-repeat: no-repeat;
    background-position: center right 30px;
    background-size: auto;
}

.video-content .time select {
    padding: 0 21px !important;
}

.btn-blue {
    background-color: #244662;
    border-radius: 50px;
    min-width: 160px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    height: 50px;
    line-height: 50px;
    padding: 0;
}

.top-footer button.action.submit.primary,
.review-content .button {
    background-color: #244662;
    border-radius: 50px;
    min-width: 140px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    height: 45px;
    line-height: 46px;
    padding: 0 20px;
    margin-right: 0px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    border: 0;
}

.top-footer .actions-toolbar .primary {
    width: 100%;
    float: right;
}

.top-footer .actions-toolbar {
    text-align: right;
}

.cust-acc-prod-blck div[data-role="content"] {
    padding: 15px 0;
    border-bottom: 1px dotted #244662;
    font-size: 20px;
}

.cust-acc-prod-blck div[data-role="collapsible"] {
    display: block;
    width: 100%;
    position: relative;
    font-size: 18px;
    color: #244662;
    border-bottom: 1px dotted #244662;
    padding: 20px 0;
}

.block-testimonials {
    max-width: 1274px;
    margin: 0 auto;
    padding-bottom: 95px;
}

.block-testimonials .testimonial-message a {
    color: #244662;
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
}

.block-testimonials .testimonial-message a:hover {
    text-decoration: none;
}

.block-testimonials .testimonial-message {
    font-size: 22px;
    padding: 0 90px;
    line-height: 45px;
}

body .block-testimonials .block-content .name.text-center {
    float: none;
    font-weight: bold;
    font-size: 22px;
    font-style: normal;
    text-align: center;
    margin-top: 59px;
}

.block-testimonials .owl-nav>div.owl-next,
.gallery-slider .owl-next {
    right: 0;
    left: auto;
}

.block-testimonials .block-title {
    display: none;
}

body .block-testimonials .block-content .content .content-wrapper {
    height: auto;
    min-height: 85px;
}

.block-testimonials .owl-nav>di,
.owl-nav>div,
.control-block>a,
.review-slider .owl-nav>div {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0px;


}

.control-block>a {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.standard-item-included .owl-prev:before,
.block-testimonials .owl-nav>div.owl-prev:before,
.block-viewed-products-grid .owl-carousel .owl-nav .owl-prev:before,
.block.crosssell .owl-carousel .owl-nav .owl-prev:before,
.offer-section .custom-built-feature-product .owl-nav div.owl-prev:before,
.recently-viewed .owl-prev:before,
#cust-slider-crosssell .owl-prev:before,
#sync1 .owl-prev:before,
.gallery-slider .owl-prev:before,
.buy-now-slider .owl-prev:before,
#sync2 .owl-prev:before,
.review-slider .owl-prev:before,
.control-block .control-prev:before,
.custom-home-page-post-view .owl-prev:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-right: 11px solid #244662;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}

.offer-section .custom-built-feature-product .owl-nav div i,
.recently-viewed .owl-nav div,
.review-slider .owl-nav div i {
    font-size: 0;
}

.standard-item-included .owl-next:before,
.block-testimonials .owl-nav>div.owl-next:before,
.block-viewed-products-grid .owl-carousel .owl-nav .owl-next:before,
.block.crosssell .owl-carousel .owl-nav .owl-next:before,
.offer-section .custom-built-feature-product .owl-nav div.owl-next:before,
.recently-viewed .owl-next:before,
#cust-slider-crosssell .owl-next:before,
#sync1 .owl-next:before,
.gallery-slider .owl-next:before,
.buy-now-slider .owl-next:before,
#sync2 .owl-next:before,
.review-slider .owl-next:before,
.control-block .control-next:before,
.custom-home-page-post-view .owl-next:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border-left: 11px solid #244662;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}

#sync1 .owl-prev:before,
#sync1 .owl-next:before,
.control-block .control-prev:before,
.control-block .control-next:before {
    border-width: 31px;
}

.review-slider .owl-prev:before,
.review-slider .owl-next:before {
    border-width: 15px;
    border-radius: 5px;
}

.slider-controll.active span:last-child {
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
}

.slider-controll.active span:last-child:after {
    content: "";
    width: 15px;
    height: 15px;
    border-top: 15px solid #244662;
    border-bottom: 15px solid transparent;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    left: 50%;
    bottom: -19px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.section_portable h1.homepage-title,
.cms-home h1.homepage-title {
    text-align: center;
}

body .post-list-container .homepage-title {
    text-align: left;
}

.cms-home .block-static-block h1.homepage-title {
    text-align: left;
    line-height: normal;
}

.standard-item-included .owl-nav,
.recently-viewed .owl-nav,
#cust-slider-crosssell .owl-nav,
#sync1 .owl-nav,
.gallery-slider .owl-nav,
.buy-now-slider .owl-nav,
#sync2 .owl-nav,
.review-slider .owl-nav,
.custom-home-page-post-view .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 0;
    transform: translateY(-50%; );
    -webkit-transform: translateY(-50%; )
}

#sync2 .owl-nav>div.owl-prev {
    left: -10px
}

#sync2 .owl-nav>div.owl-next {
    right: -10px
}

.review-slider .owl-nav>div.owl-prev {
    left: -135px
}

.review-slider .owl-nav>div.owl-next {
    right: -135px
}

.recently-viewed .owl-nav>div.owl-prev,
#cust-slider-crosssell .owl-nav>div.owl-prev,
#sync1 .owl-nav>div.owl-prev,
.buy-now-slider .owl-nav>div.owl-prev,
.control-block .control-prev,
.custom-home-page-post-view .owl-prev {
    left: -60px;
}

.recently-viewed .owl-nav>div.owl-next,
#cust-slider-crosssell .owl-nav>div.owl-next,
#sync1 .owl-nav>div.owl-next,
.buy-now-slider .owl-nav>div.owl-next,
.control-block .control-next,
.custom-home-page-post-view .owl-next {
    left: auto;
    right: -60px
}

.recently-viewed .owl-prev.disabled,
.recently-viewed .owl-next.disabled,
.owl-dots.disabled,
.owl-next.disabled,
.owl-prev.disabled {
    display: none
}

.recently-viewed .owl-stage-outer {
    overflow: hidden;
    height: auto !important
}

#sync2 .owl-nav {
    display: none
}

.control-block>a:hover {
    opacity: 0.8;
}

/* ---- portable oxygen --- */
.section_portable {
    background-color: #f4f4f4;
    padding-top: 70px;
    background-image: url(./images/portable_top_shape.png);
    background-repeat: no-repeat;
    background-position: center top -10px;
    background-size: 100% auto;

}

body.is-blog .page-main {
    max-width: 100%;
    padding: 0;
}

body.is-blog .page-main .columns {
    padding: 15px 140px 100px 140px;
}

.blog_bulk:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.blog_bulk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.blog_bulk:nth-child(2n) li {
    margin-left: 0;
    margin-right: 2%;
}

.is-blog.wordpress-post-view .columns .artical>a.prev {
    background-image: url(./images/blog_prev_icon.png);
    background-repeat: no-repeat;
    background-position: center left 10px;
    background-size: 9px auto;
}

.is-blog.wordpress-post-view .columns .back-btn a.btn-news {
    background-image: url(./images/blog_prev_icon.png);
    background-repeat: no-repeat;
    background-position: center left 20px;
    background-size: 9px auto;
}

.is-blog.wordpress-post-view .columns .artical>a.next {
    background-image: url(./images/blog_next_icon.png);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 9px auto;
}

.checkout-success .success-data-detail,
body.checkout-onepage-success .section_portable {
    padding-top: 60px;
}

body.account .section_portable,
body.cms-about-us .section_portable {
    background: #f4f4f4;
    padding-top: 60px;
    background-image: url(./images/blog_bottom_shape.png), url(./images/portable_top_shape.png);
    background-repeat: no-repeat;
    background-position: center bottom, center top;
    background-size: 100% auto, 100% auto;
    padding-bottom: 40px;
}

body.account .post-list-container {
    margin-bottom: 80px;
}

.section_portable_inner {
    max-width: 1470px;
    padding: 0 22px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /*align-items: center;*/
}

.section_portable_inner .portable_block {
    display: inline-block;
    width: calc(100% / 4 - 15px);
    vertical-align: top;
    margin-bottom: 17px;
    background-color: #fff;
    margin-right: 17px;
    padding: 0px 25px 25px;
    text-align: center;
    min-height: 550px;
    position: relative;
    cursor: pointer;
}

.section_portable_inner .portable_block:hover .portable_fron_side {
    display: none;
}

.section_portable_inner .portable_block:nth-child(3n) {
    margin-right: 15px !important;
}

.section_portable_inner .portable_block:nth-child(4n) {
    margin-right: 0;
}

.protable_logo img,
.portable_block img {
    margin: 0 auto;
    display: block;
}

.protable_logo {
    margin-bottom: 0px;
    /*min-height: 110px;*/
    padding-top: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ie11 .protable_logo {
    height: 110px;
    max-width: 100%;
}

.ie11 .protable_logo img {
    max-width: 100px;
}

.portable_block .protable_prod_name {
    font-size: 22px;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 32px;
    letter-spacing: 1px;
}

.portable_block p {
    line-height: normal;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    letter-spacing: 1px;

}

.portable_block p.protable_logo img {
    max-width: 200px;
    margin: 0 auto;
}

.portable_back_side {
    display: block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    padding: 40px;
}

.portable_back_side p:first-child {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.portable_back_side button {
    background-color: #7ea1ca;
}

.portable_back_side button a {
    font-size: 16px;
    color: #fff;
}

.portable_back_side p {
    line-height: 24px;
    margin-bottom: 20px;
    font-size: 14px;
}

.section_portable_inner .portable_block:hover .portable_back_side {
    opacity: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.section_portable_inner .show_more {
    text-align: center;
    margin: 0 auto;
    padding: 50px 0 35px 0px;
    margin-bottom: 0;
}

.portable_fron_side {
    position: relative;
    z-index: 9;
}

.portable_img {
    min-height: 212px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* News and Product lunches */
.post-list-container {
    padding: 0;
    max-width: 1470px;
    margin: 0 auto;
}

.post-list-container .post-list-item {
    width: calc(100% / 3 - 4px);
    display: inline-block;
    vertical-align: top;
    padding: 0 7px;
}

.post-list-container .post-list-item .post-image img.img-responsive {
    height: auto !important;
    position: relative;
    width: 100%;
}

.post-list-container .post-list-item .post-item-wraper {
    padding: 0px !important;
}

/*.post-list-container .post-list-item .post-item-wraper .post-image{height: 100%;}*/
.post-list-container .post-list-item .post-item-wraper {
    border: 0;
    overflow: hidden;
    position: relative;
}

.post-list-container .post-list-item .post-info-wraper {
    /*background-color: #f6f6f6;*/
    background-color: transparent;
    width: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    padding: 0 28px;
    float: left;
    bottom: 0;
}

.post-list-container .row {
    margin: 0 auto;
}

.post-list-container .post-list-item .post-info-wraper::after {
    content: "";
    position: absolute;
    /*top: -25px;
    height: 150px;
    background-color: #f6f6f6;*/
    z-index: -1;
    height: 205px;
    width: 105%;
    bottom: -2px;
    left: -2%;

    /* transform: rotate(5deg);
    -webkit-transform: rotate(5deg);*/
    background-image: url(./images/curve.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.post-list-item .post-link-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.8;
    color: #244662;
}

.post-list-item .mp-post-info {
    font-size: 13px;
    line-height: 1.8;
    color: #F7941C;
    font-weight: 600;
    margin-bottom: 10px;
}

.post-list-item .mp-read-more {
    background-color: #244662;
    border-radius: 50px;
    font-size: 12px;
    text-transform: uppercase;
    height: 40px;
    line-height: 1.4;
    font-weight: 500;
    color: #fff;
    text-align: center;
    padding: 13px 25px;
    display: inline-block;
}

.post-list-item h2.mp-post-title {
    width: calc(54% - 4px);
    /*    min-height: 82px;*/
    margin-bottom: 25px;
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
}

.post-list-item .actions {
    display: inline-block;
    vertical-align: top;
    float: right;
    text-align: right;
    width: calc(45% - 4px);
}

.post-list-item .news-inner {
    float: left;
    width: 100%;
}

.post-list-container .widget-title>a {
    margin-bottom: 3.1%;
    display: block;
    text-align: left;
}

/* News and Product lunches */
/* ---privacy-policy-- */
.page-wrapper .breadcrumbs {
    width: 100%;
    max-width: 1470px;
    padding: 0 15px;
}

p.main-top {
    font-weight: bold;
}

.breadcrumbs .items,
.breadcrumbs .item,
.breadcrumbs a,
.breadcrumbs a:visited {
    font-size: 14px;
    color: #F7941C;
}

.breadcrumbs strong {
    font-weight: bold;
}

.breadcrumbs .item:not(:last-child):after {
    content: '/';
    margin: 0 auto;
    font-size: 18px;
    line-height: 18px;
}

.privacy-policy.inner-content {
    padding: 0 135px;
}

.main-title,
.page-main>.page-title-wrapper .page-title {
    font-weight: 300;
    color: #244662;
    font-size: 48px;
    line-height: 77px;
    letter-spacing: 4px;
    margin-bottom: 5.3%;
    margin-top: 4.4%;
}

/* ---privacy-policy-- */
/* contact */
body.contact-index-index .page-main {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.contact-index-index .page-title-wrapper {
    max-width: 1470px;
    margin: 0 auto;
    padding: 0 135px;
}

.contact-index-index .with-background-blk-grey {
    background-color: #f4f4f4;
    padding: 95px 220px 105px 220px;
}

.contact-index-index .without-background-blk {
    max-width: 1470px;
    margin: 0 auto;
    padding: 0 110px;
    margin-bottom: 80px;
}

.contact-index-index .column:not(.sidebar-additional) .form.contact {
    width: 100%;
    background-color: #fff;
    padding: 29px 105px 72px 45px;
    display: inline-block;
    min-width: 200px !important;
}

.contact-index-index .cust-contact-left .choice.newsletter {
    display: inline-block;
}

.contact-index-index .cust-contact-left .actions-toolbar {
    float: right;
    margin-top: 12px;
}

.contact-index-index .custom-cll-us {
    background-color: #fff;
    margin-bottom: 0px;
    padding: 50px 70px 10px;
}

.custom-one-data .custom-cll-us {
    margin-top: 80px;
}

.contact-index-index .cust-cotact-social {
    background-color: #fff;
    padding: 50px 70px 60px 70px;
}

.cust-cotact-social p {
    margin: 0 auto;
    font-weight: bold;
}

.cust-freq-blk {
    background-color: #fff;
    margin-bottom: 93px;
    padding: 44px 62px;
}

.sections.nav-sections {
    float: left;
    width: 100%;
    border-top: 1px solid #dfe4e8;
}

.cust-contact-right {
    padding-left: 4.6%;
}

.cust-contact-right div[data-role="collapsible"] {
    border-bottom: 1px dotted #244662;
    padding: 20px 30px;
    position: relative;
}

.cust-contact-right div[data-role="content"] {
    padding: 15px 0;
    border-bottom: 1px dotted #244662;
    font-size: 16px;
    line-height: 1.5;
}

.cust-contact-right div[data-role="collapsible"].allow.active {
    border-bottom: none;
    padding-bottom: 10px;
}

.cust-contact-right div[data-role="collapsible"] span {
    display: block;
    width: 100%;
    position: relative;
    font-size: 20px;
    color: #244662;
}

.cust-contact-right div[data-role="collapsible"]:before {
    counter-increment: section;
    content: counter(section) ".";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 20px;
    font-weight: 600;
}

.cust-contact-right div[data-role="collapsible"] em.fa {
    position: absolute;
    cursor: pointer;
    right: 0;
    height: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cust-contact-right div[data-role="collapsible"] em.fa.fa-arrow-circle-down::before {
    content: "\f067" !important;
    display: block;
}

.cust-contact-right div[data-role="collapsible"] em.fa.fa-arrow-circle-right::before {
    content: "\f068" !important;
    display: none;
}

.cust-contact-right div[data-role="collapsible"].allow em.fa.fa-arrow-circle-down::before {
    display: block;
}

.cust-contact-right div[data-role="collapsible"].allow.active em.fa.fa-arrow-circle-down::before {
    display: none;
}

.cust-contact-right div[data-role="collapsible"].allow.active em.fa.fa-arrow-circle-right::before {
    display: block;
}

.cust-contact-right div[data-role="collapsible"].allow em.fa.fa-arrow-circle-right::before {
    display: none;
}

.contact-index-index .custom-cll-us p {
    margin-bottom: 0px;
    font-weight: bold;
    color: #244662;
}

.contact-index-index .custom-cll-us a {
    color: #F7941C;
    font-size: 20px;
}

.contact-index-index .custom-cll-us .cust-clus-1 {
    margin-bottom: 40px;
}

.cust-contact-left .form.contact .fieldset input[type="text"],
.cust-contact-left .form.contact .fieldset input[type="email"] {
    border: none;
    background-color: #f7f7f7;
    height: 50px;
    font-size: 16px;
    padding-left: 25px;
    color: #244662;
    width: 100%;
    display: block;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
}

.cust-contact-left .form.contact .fieldset textarea {
    border: none;
    background-color: #f7f7f7;
    margin-top: 0;
    font-size: 20px;
    padding-left: 25px;
    color: #244662;
    height: 368px;
    font-family: 'Montserrat', sans-serif;
    padding-top: 25px;
    resize: none;
    outline: 0;
    box-shadow: none;
}

.cust-contact-right .cust-cotact-social a {
    line-height: 32px;
    background-color: #244662;
    color: #fff;
    border-radius: 50%;
    padding: 8px;
    height: 32px;
    width: 32px;
    display: inline-block;
    padding: 1px 2px 1px 6px;
    text-align: center;
    margin-right: 10px;
}

.cust-contact-right .cust-cotact-social a:hover {
    background: #7ea1ca;
}

.with-background-blk-grey .actions-toolbar .primary .action {
    background-color: #244662;
    border-radius: 50px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    height: 50px;
    line-height: normal;
    padding: 0 30px;
    margin-right: 0px;
    float: right;
    font-weight: 600;
    border: 0;
}

.with-background-blk-grey .actions-toolbar .primary {
    width: 100%;
}

.without-background-blk iframe {
    width: 100%;
    border: 24px solid #f4f4f4 !important;
    height: 1000px
}

.without-background-blk .homepage-title {
    margin-top: 7.5%;
    margin-bottom: 6.5%;
}

/*--- Product page ---*/
.product-info-main .page-title-wrapper h1,
.page-title-wrapper.product .page-title span.base {
    font-size: 32px;
    font-weight: 700;
    color: #244662;
    line-height: normal;
    font-family: 'Muli', sans-serif;
    letter-spacing: 0px;
}

.review-control-vote label:before {
    color: #f7941c;
}

.product-info-main .product.attribute.sku .type,
.product-info-main .product.attribute.sku .value {
    font-size: 16px;
    color: #244662;
    display: inline-block;
    font-family: 'Muli', sans-serif;
    font-weight: 400;
}

.product-info-main .product.attribute.overview p {
    font-family: 'Proxima Nova Rg';
    font-size: 22px;
}

.product-info-main .product.attribute.sku {
    margin-top: 20px;
}

.product-info-main .product-info-price .price-box .special-price .price-container .price {
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
    color: #244662;
    margin-right: 30px;
}

.product-info-main span.special-price {
    display: inline-block;
    vertical-align: middle;
}

.product-info-price .price-box .old-price .price-container .price-label {
    display: none;
}

.product-info-main .product-info-price .old-price .price-wrapper .price {
    font-size: 24px;
    color: #244662;
    text-decoration: line-through;
}

.product-info-main .product-info-price {
    margin-top: 35px;
}

.product-info-main .product-info-price {
    border-bottom: none;
}

.product-info-main .product-reviews-summary {
    float: left;
    width: 100%;
}

.rating-summary .rating-result {
    width: 160px;
}

.rating-summary .rating-result:before,
.rating-summary .rating-result>span:before {
    font-size: 25px;
    height: 25px;
    letter-spacing: 8px;
    line-height: 25px;
}

.rating-summary .rating-result>span:before {
    color: #F7941C
}

.product-info-main .rating-summary,
.customer-review .rating-summary {
    margin-right: 10px;
}

.product-info-main .product-reviews-summary .reviews-actions>a,
.financing-prod-page-optin a {
    color: #244662;
    text-decoration: underline;
    font-family: 'Proxima Nova Rg';
    font-size: 22px;
}

.product-reviews-summary .reviews-actions a:not(:last-child) {
    margin-right: 10px;
    text-decoration: none;
}

.financing-prod-page-optin {
    display: block;
    width: 100%;
    float: left;
    margin-top: 33px;
}

.financing-prod-page-optin a::before {
    content: "\f1ec";
    font-family: "FontAwesome";
    color: #244662;
    margin-right: 20px;
}

.qty-changer {
    display: inline-block;
    vertical-align: middle;
}

.product-add-form .fieldset>.field {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0px;
}

.box-tocart .fieldset .field.qty i.fa {
    margin-top: 0;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #F7941C;
    border-radius: 50%;
    color: #fff;
    padding-top: 2px;
}

.box-tocart .fieldset input#qty {
    border: 3px solid #F7941C;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    font-size: 18px;
    color: #244662;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.box-tocart .fieldset .actions {
    display: inline;
    vertical-align: middle;
}

.box-tocart .fieldset .field.qty i.fa:hover {
    background-color: #7ea1ca;
}

.box-tocart a.action.tocompare,
.box-tocart button.tocart {
    height: 50px;
    line-height: 50px;
    color: #fff;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    padding: 0 25px;
}

.box-tocart a.action.tocompare {
    background-color: #244662;
    float: left;
    padding: 0px;
    min-width: 240px;
    background-image: url(./images/comparre_icon.png);
    background-repeat: no-repeat;
    background-position: center left 10px;
    background-size: 44px auto;
    margin: 0 auto;
    text-align: center;
    padding-left: 40px;
    margin-right: 26px;
    font-weight: 600;
}

.box-tocart a.action.tocompare:hover {
    background-image: url(./images/comparre_icon_hove.png);
}

.box-tocart button.tocart {
    background-color: #F7941C;
    border: none;
}

.product-add-form .box-tocart .action.tocart {
    width: auto;
    margin: 0;
    margin-left: 28px;
    font-size: 16px;
}

.product.attribute.description {
    float: left;
    width: 100%;
}

.product-add-form .box-tocart {
    margin-top: 10px;
}

.page-layout-1column .column.main .product-info-main {
    width: 48%;
}

.page-layout-1column .column.main .product.media {
    width: 48%;
}

.product.info.detailed .product.data.items>.item.title.active>.switch,
.product.info.detailed .product.data.items>.item.title:hover>.switch,
.product.info.detailed .product.data.items>.item.title:hover>.switch span {
    background: #244662;
    color: #fff;
}

.product.info.detailed .product.data.items>.item.title.active>.data.switch>.counter {
    color: #fff;
}

.product.info.detailed .product.data.items>.item.title>.switch {
    padding: 41px 36px;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    height: auto;
    border: none;
    background: #f4f4f4;
    color: #244662;
    border-right: 5px solid #fff;
}

.custom-contact-form-product .form.contact .primary {
    float: right;
}

.product.data.items>.item.title {
    margin: 0 2px 0 0 !important;
}

.custom-contact-form-product .form.contact button {
    margin: 0;
    background-color: #244662;
    border: none;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    min-width: 120px;
    text-align: center;
    font-weight: 600;
}

.checkout-cart-index .cart-summary .temp strong {
    font-weight: 600;
}

.custom-contact-form-product .control input[type="email"] {
    font-size: 16px;
    height: 50px;
    border: none;
    background: #f7f7f7;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    padding-left: 34px;
}

.product.info.detailed .data.switch .counter {
    color: #244662;
    ;
}

.product.info.detailed .product.data.items>.item.content {
    background: #f4f4f4;
    margin-top: 115px;
    padding: 35px 35px 35px 35px;
    border: none;
}

.product.info.detailed .product.attibute {
    font-size: 16px;
    line-height: 2.3;
}

.product.attibute {
    font-size: 20px;
    line-height: 2.3;
}

.review-list .block-title strong {
    font-weight: normal !important;
    font-size: 20px !important;
    color: #244662;
}

.review-add .field .control input[type="text"] {
    border: none;
    height: 50px;
}

.review-add .field .control textarea {
    border: none;
    resize: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.review-form .action.submit.primary {
    background-color: #244662;
    font-size: 16px;
    line-height: normal;
    height: 50px;
    color: #fff;
    border-radius: 50px;
    padding: 12px 25px;
    border: none;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

.product-add-form .box-tocart .action.tocart::before {
    content: "\f07a";
    font-family: "FontAwesome";
    padding-right: 7px;
    font-size: 20px;
}

.box-tocart a.action.tocompare::before {
    content: " ";
}

.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
    border: none;
    margin: 0px;
    padding: 8%;
}

/*--- Product page ---*/


/* --- About page ---*/
.about-main-combo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0 95px;
}

.about-main-combo .about-main {
    padding-right: 6%;
}

.about-main-combo .about-main:first-child .about-us-sub p {
    font-weight: 600;
}

.about-main-combo .about-main:last-child {
    padding: 0;
}

.about-main-combo .about-main .about-us-sub {
    margin-bottom: 47px;
}

.cms-about-us .page-title-wrapper {
    padding: 0 95px;
}

body #bio_ep .video-title p.video-description {
    text-align: center;
}

/* --- About page ---*/


/* ---- account page ---- */
body.account.page-layout-2columns-left .sidebar {
    width: 14.452%;
    padding: 0;
    background-color: transparent;
    margin: 0;
}

body.account.page-layout-2columns-left .column.main {
    width: 85%;
    margin-left: 6px;
    height: 100%;
    min-height: 533px;
    background-color: #f4f4f4;
    text-align: center;
    padding: 100px;
}

body.account .block-collapsible-nav .content {
    background: transparent;
    padding: 0;
}

body.account .block-collapsible-nav .item {
    margin: 0;
    text-align: center;
}

body.account .block-collapsible-nav .item a,
body.account .block-collapsible-nav .item strong {
    padding: 18px;
    font-size: 20px;
    color: #244662;
    background-color: #f4f4f4;
    margin-bottom: 7px;
    font-weight: 600;
    letter-spacing: 1.7px;
    text-transform: none;
}

body.account .block-collapsible-nav .item.current a,
body.account .block-collapsible-nav .item.current strong {
    border: none;
    background-color: #244662;
    color: #fff;
}

body.account .section_portable,
body.account .post-list-container,
body.account .block-viewed-products-grid {
    width: 100%;
    clear: both;
}

body.account.page-layout-2columns-left .column.main h3 {
    font-size: 50px;
    font-weight: 300;
    text-transform: capitalize;
    letter-spacing: 4px;
    margin-bottom: 28px;
}

.myblog-account {
    max-width: 790px;
    width: 100%;
    margin: 0 auto;
    font-size: 20px;
}

button.action.save.primary,
button.action.primary.add {
    background: #f7941c;
    border: none;
    min-width: 160px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    border-radius: 50px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

button.action.save.primary span,
button.action.primary.add span {
    color: #fff !important;
}

button.action.save.primary:hover,
button.action.primary.add:hover {
    background: #244662;
}

body.account.page-layout-2columns-left .column.main .myblog-account strong {
    display: block;
    font-size: 20px;
    margin-bottom: 24px;
    letter-spacing: 1.7px;
}

body.account.page-layout-2columns-left .column.main .page-title-wrapper {
    display: none;
}

body.account .block.block-dashboard-info,
body.account .block.block-dashboard-addresses {
    display: inline-block;
    width: calc(50% - 4px);
    vertical-align: top;
}

body.account .block.block-dashboard-info .block-title strong,
body.account .block.block-dashboard-addresses .block-title strong,
body.account form.form-address-edit fieldset.fieldset legend,
body.account form.form-address-edit fieldset.fieldset span {
    font-size: 20px !important;
    font-weight: 400 !important;
    text-align: left;
}

body.account form.form-address-edit fieldset.fieldset label span {
    font-size: 16px !important;
}

body.account .block.block-dashboard-info .block-title,
body.account .block.block-dashboard-addresses .block-title {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

body.account .block.block-dashboard-addresses .block-title a {
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

body.account .column.main .block.block-dashboard-info .block-content .box-title span,
body.account .column.main .block.block-dashboard-addresses .block-content .box-title span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

body.account .column.main .block.block-dashboard-info .block-content .box-title,
body.account .column.main .block.block-dashboard-addresses .block-content .box-title {
    margin-bottom: 5px;
}

body.account .block.block-dashboard-info .block-content p,
.block.block-dashboard-addresses .block-content address {
    font-size: 14px;
    line-height: 34px;
}

body.account .block.block-dashboard-info .block-content .box-actions a,
.block.block-dashboard-addresses .block-content .box-actions a {
    font-size: 14px;
    color: #000;
    text-decoration: underline;
}

.account form.form-address-edit fieldset.fieldset .field {
    text-align: left;
}

.account form.form-address-edit fieldset.fieldset .field label {
    font-size: 14px;
    font-weight: 500;
}

.account form.form-address-edit fieldset.fieldset .field input,
.account form.form-address-edit fieldset.fieldset .field select {
    background-color: #fff;
    height: 40px;
    font-size: 20px;
    padding-left: 10px;
    color: #244662;
    border: 1px solid #f7f7f7;
}

body.account form.form-address-edit .actions-toolbar .primary .primary {
    margin: 0;
    background-color: #244662;
    border-radius: 50px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    margin-right: 0px;
    float: right;
    border: none;
    font-weight: 500;
}

div.mage-error {
    color: rgb(224, 43, 39) !important;
}

body.account form.form-address-edit .actions-toolbar .primary {
    float: right;
}

.blog_bulk>li {
    display: inline-block;
    width: calC(63% - 4px);
    vertical-align: top;
    margin-left: 2%;
}

.blog_bulk li {
    background-color: #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.blog_bulk .blog_element {
    display: inline-block;
    width: calc(35% - 0px);
}

.blog_bulk li h2,
.blog_bulk li h2 a {
    font-size: 18px;
    color: #244662;
    font-weight: 600;
}

.blog_bulk li .post-excerpt {
    font-size: 16px;
    line-height: 30px;
    padding: 0 35px;
    font-weight: 400;
}

.blog_bulk li .post-data-read-more a {
    padding: 14px 20px;
    background-color: #244662;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
    display: inline-block;
    font-size: 16px;
}

.blog_bulk li h2 {
    padding: 0 35px;
}

.blog_bulk li .post-data-read-more {
    text-align: right;
    padding: 0 0px;
}

.blog_bulk li .post-date.post-meta-item {
    font-weight: 600;
    color: #f7941c;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0 35px;
    font-size: 16px;
}

.blog_bulk .post-image {
    margin-right: 0;
    float: none;
}

.is-blog .columns {
    background-color: #f4f4f4;
    padding: 15px 15px;
    background-image: url(./images/blog_bottom_shape.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    margin-bottom: 40px;
}

.blog_bulk .post-image img {
    max-height: 275px;
    -o-object-fit: cover;
    object-fit: cover;
    height: 275px;
    width: 100%;
}

.blog_bulk>li .post-image img {
    max-height: 550px;
    height: 550px;
}

.blog_bulk .blog_element .post-image:after {
    content: ' ';
    display: block;
    width: 100%;
    position: absolute;
    height: 257px;
    left: 0;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/blog_shape.png);
    bottom: -152px;
}

.blog_bulk .post-image:after {
    content: ' ';
    display: block;
    width: 100%;
    position: absolute;
    height: 412px;
    left: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/blog_shape.png);
    bottom: -225px;
}

.is-blog .post-list-container,
.is-blog .section_portable,
.is-blog p.post-list-description,
.is-blog .block-viewed-products-grid {
    padding: 0 140px;
    /*display:none;*/

}

.blog_bulk .post-entry {
    position: relative;
}

body.is-blog.page-layout-2columns-left .sidebar {
    margin-top: 0;
}

.is-blog.wordpress-post-view .columns {
    background: transparent;
    padding: 0;
}

.is-blog.wordpress-post-view .columns .main,
.cms-privacy-policy-cookie-restriction-mode2 .columns .main {
    background: transparent;
    padding: 0;
    /* max-width: 1020px; */
    margin: 0 auto;
    width: 100%;
}

.cms-privacy-policy .columns .main {
    background: transparent;
    padding: 0;
    max-width: 1364px;
    margin: 0 auto;
    width: 100%;
}

.cms-privacy-policy .columns .main ul,
.cms-privacy-policy .columns .main ol {
    padding-left: 30px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 45px;
}

.cms-privacy-policy .columns .main ul li ul,
.cms-privacy-policy .columns .main ol li ol {
    padding-top: 20px;
}

.wp-block-table {
    font-size: 20px;
}

.is-blog.wordpress-post-view .columns .back-btn a,
.cms-privacy-policy-cookie-restriction-mode2 .columns .back-btn a {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 13px 26px;
    background-color: #244662;
    border-radius: 50px;
    color: #fff;
}

.is-blog.wordpress-post-view .columns .back-btn,
.cms-privacy-policy-cookie-restriction-mode2 .columns .back-btn {
    display: block;
    margin-bottom: 99px;
    margin-top: 82px;
}

.is-blog.wordpress-post-view .columns .blog-top-date,
.cms-privacy-policy-cookie-restriction-mode2 .columns .blog-top-date {
    font-size: 16px;
    font-weight: 600;
    color: #f7941c;
}

.is-blog.wordpress-post-view .columns .blog-top-title {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 24px;
    letter-spacing: 3.7px;
    line-height: 70px;
    margin-top: 15px;
}

.is-blog.wordpress-post-view .columns .post-image {
    float: none;
    margin: 0;
}

.is-blog.wordpress-post-view .columns .post-content p:first-of-type {
    font-weight: 700;
}

.is-blog.wordpress-post-view .columns .artical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.is-blog.wordpress-post-view .columns .artical>a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: normal;
    background-color: #244662;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    color: #fff;
    border-radius: 50px;
    min-width: 229px;
    text-align: center;
}

.is-blog.wordpress-post-view .columns .artical .cust-cotact-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


.is-blog.wordpress-post-view .columns .artical .cust-cotact-social p {
    font-size: 20px;
    font-weight: 400;
    margin-right: 10px;
}

.is-blog.wordpress-post-view .columns .artical .cust-cotact-social a {
    display: inline-block;
    vertical-align: middle;
    width: 31px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background-color: #244662;
    padding: 0 10px;
    margin: 0 7px;
}

.is-blog.wordpress-post-view .columns .main .post-content .wp-block-gallery {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.is-blog.wordpress-post-view .columns .main .post-content .wp-block-gallery li {
    width: 50%;
}

body.wordpress-post-view .page-main {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.custom-caring-step {
    float: left;
    width: 100%;
}

/* ---- account page ---- */
.minicart-wrapper .action.showcart .counter.qty {
    height: auto;
    line-height: normal;
    background: transparent;
    color: #244662;
    margin: 0;
    overflow: visible;
}

body.sticky ul.header.links li.custom-cls-minicart {
    box-sizing: border-box;
    position: relative;
}

body.sticky ul.header.links li.custom-cls-minicart .minicart-wrapper a.action.showcart span.counter.qty {
    position: absolute;
    top: 3px;
    right: -24px;
}

.minicart-wrapper .action.showcart .counter.qty:before {
    content: '( ';
    display: inline-block;
}

.minicart-wrapper .action.showcart .counter.qty:after {
    content: ' )';
    display: inline-block;
}

.cart-container .form-cart .cart.main.actions button.update {
    text-transform: unset;
}

.minicart-wrapper .product .actions a.edit {
    display: none;
}

.minicart-items .item.product.product-item .product-item-details a span {
    position: relative;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    font-size: 14px;
    color: #244662;
    font-weight: 500;
    text-transform: capitalize;
    vertical-align: middle;
    text-decoration: underline;
}

.minicart-items .item.product.product-item .product-item-details a.delete:before {

    content: 'x';
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: lowercase;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    color: #244662;
}

body .product-info-main .product.attribute.sku .type:after {
    content: ':';
    padding-left: 2px;
}

/* --- shopping cart page -- */
.cart-container .block.discount,
.cart-container .block.shipping {
    float: left;
    width: 33.375%;
    margin-bottom: 0;
    padding: 45px;
    margin-right: 6px;
    background-color: #fff;
    min-height: 300px;
}

.cart-container .block.discount .content,
.cart-container .block.shipping .content {
    display: block !important;
}

.custom_cart_blk {
    float: left;
    width: 75%;
}

.cart-item-main-row {
    float: left;
    width: 100%;
}

.cart-container .cart-item-main-row .form-cart {
    width: 100%;
}

body.checkout-cart-index .page-main {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.cart-container,
.your-basket-cart {
    padding: 0 140px;
    background-color: #f4f4f4;
}

.your-basket-cart {
    background-color: transparent;
}

.custom_cart_blk .cart.table-wrapper .cart>.item {
    border-bottom: 0;
    background-color: #fff;
}

.cart.table-wrapper .cart thead tr th.col {
    text-align: center;
}

.cart-container .cart.table-wrapper .cart thead tr th.col {
    border-bottom: 0;
}

.checkout-cart-index .cart-summary {
    background-color: #fff;
    margin-top: 150px;
    width: 28%;
    padding: 0;
}

.checkout-cart-index .cart-summary strong.summary.title {
    margin: 0;
    padding: 36px 53px 44px;
}

.checkout-cart-index .cart-summary .temp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 53px 15px;
}

.cart-container .cart-item-main-row .form-cart {
    padding-right: 5px;
    margin-bottom: 5px;
}

.cart-container .cart.table-wrapper .items {
    margin-bottom: 0;
}

.cart-container .cart.table-wrapper {
    margin-bottom: 0;
}

.cart-container .custom_cart_blk {
    float: left;
    width: 72%;
    position: relative;
    padding-top: 63px;
}

.cart-container .cart.table-wrapper .items th {
    padding: 0;
    text-align: left !important;
    padding-bottom: 35px !important;
}

.cart-container .block.discount input[type="text"],
.cart-container .block.shipping input[type="text"] {
    border: none;
    background-color: #f7f7f7;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    padding: 0 20px;

}

.fieldset:last-child {
    margin-bottom: 0;
}

.cart-container .block.discount .field,
.cart-container .block.shipping .field {
    margin-bottom: 45px;
}

.cart-container .block.discount .fieldset:last-child,
.cart-container .block.shipping .fieldset:last-child {
    margin-bottom: 0;
}

.cart-container .vat.exempt {
    border: 1px solid #f7941c;
    max-width: 180px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    border-radius: 50px;
    color: #f7941c;
    width: 100%;
    font-weight: 700;
    font-size: 20px;
}

.cart-container .shipping-method-new-side {
    max-width: 31.7%;
    float: right;
    width: 100%;
    margin-bottom: 0;
    padding: 45px;
    margin-right: 6px;
    background-color: #fff;
    min-height: 300px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.cart-container .block.discount label.label,
.cart-container .block.shipping label.label {
    display: none;
}

.custom_cart_part {
    float: left;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

body .cart-container .custom_cart_blk .cart.table-wrapper .cart tbody td .vat.exempt a {
    color: #f7941c;
    display: block;
}

body .cart-container .block.discount .primary,
.cart-container .block.shipping .primary {
    float: none;
    display: block;
}

body .cart-container .block.discount button.primary,
.cart-container .block.shipping button.primary {
    width: 100%;
    background-color: #244662;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.cart-container .shipping-method-new-side .field.choice.item {
    margin-bottom: 0;
    position: relative;
    margin-left: 0 !important;
}

.cart-container .shipping-method-new-side .field.choice.item input[type="radio"] {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    position: relative;
    opacity: 0;
    cursor: pointer;
    z-index: 9;
}

.cart-container .shipping-method-new-side .field.choice.item input[type="radio"]+label.label {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #244662;
    padding-left: 10px;
    width: calc(100% - 25px);
}

.checkout-cart-index .cart-totals tbody .totals .mark {
    padding-bottom: 26px;
    padding-left: 48px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1.7px;
}

.cart-container .shipping-method-new-side .field.choice.item input[type="radio"]+label.label .price {
    font-weight: 600;
    padding-left: 0px;
}

.cart-container .shipping-method-new-side .field.choice.item input[type="radio"]+label.label:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 8px;
    left: 2px;
    width: 11px;
    height: 11px;
    background-color: #fff;
    border: 1px solid #244662;
}

.cart-container .shipping-method-new-side .field.choice.item input[type="radio"]+label.label:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 8px;
    left: 2px;
    width: 11px;
    height: 11px;
    background-color: #f7941c;
    opacity: 0;
    visibility: hidden;
}

.cart-container .shipping-method-new-side .field.choice.item input[type="radio"]:checked+label.label:after {
    opacity: 1;
    visibility: visible;
}

.cart.table-wrapper .item .col.item {
    display: table-cell;
    min-height: 75px;
    padding: 15px 15px 10px 90px;
    width: 59%;
}

/*===============================
     25-01-2023
===============================*/
.cart.table-wrapper .item .col .price-including-tax+.price-excluding-tax:before,
.cart.table-wrapper .item .col .weee[data-label]:before,
.cart.table-wrapper .item .col .price-including-tax:before,
.cart.table-wrapper .item .col .price-excluding-tax:before {
    display: block;
    margin: 0 0 5px 0;
    font-size: 18px;
}

.cart.table-wrapper .item .col.price {
    text-align: left;
}

.checkout-container .opc-sidebar .opc-block-summary .minicart-items .product-item .subtotal span:before {
    margin-bottom: 5px;
    display: block;
    font-size: 14px;
}

@media screen and (max-width:767px) {
    .cart.table-wrapper .item .col.price {
        text-align: center;
    }
}

.cart.table-wrapper .data.table .col.qty {
    text-align: center !important;
}

.cart.table-wrapper .item .col.price span:first-child,
.cart.table-wrapper .item .col.subtotal span:first-child {
    margin-bottom: 10px;
}

body .cart-container .custom_cart_blk .cart.table-wrapper .cart tbody td {
    border: 0;
    padding: 48px 8px 20px 0;
    text-align: left;
    display: table-cell;
    vertical-align: top;
    position: relative;
}

body .cart.table-wrapper .product-item-photo {
    display: inline-block;
    padding: 0px 10px;
    width: 35%;
}

body .cart.table-wrapper .product-item-details {
    display: inline-block;
    padding-bottom: 0;
    position: relative;
    width: calc(100% - 36%);
}

body .cart.table-wrapper .col.price {
    width: 13%;
}

.additional-info-cart a {
    color: #244662;
}

body .cart.table-wrapper .product-item-name {
    font-size: 20px;
    display: block;
    font-weight: 400;
    color: #244662;
    letter-spacing: 0.8px;
}

body .cart-container .custom_cart_blk .cart.table-wrapper .cart tbody td .price {
    font-size: 20px;
}

.cart.table-wrapper .cart thead tr th span {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.8px;
}

body .cart.table-wrapper .product-item-details .additional-info-cart {
    margin: 50px 0 0;
    letter-spacing: 0;
}

.checkout-cart-index .cart-summary table.totals span.value {
    display: none;
}

.checkout-cart-index .cart-summary table.totals span.price {
    padding-right: 53px;
}

/*.checkout-cart-index .cart-totals tbody .totals .mark span.title , .checkout-cart-index .cart-summary table.totals span.label , .checkout-cart-index .cart-summary table.totals .grand.totals .mark , .checkout-cart-index .cart-summary table.totals .totals.sub .mark{
    padding-left: 53px;
}*/
.checkout-cart-index .cart-summary table.totals td.amount {
    padding: 0;
    border: none;
}

.checkout-cart-index .cart-summary table.totals-tax td.amount {
    padding: 40px 0 !important;
}

.checkout-cart-index .cart-summary .cart-totals {
    padding: 0;
    border: none;
}

.checkout-cart-index .cart-summary table.totals .totals.sub .mark,
.checkout-cart-index .cart-summary table.totals .totals.sub span.price,
.checkout-cart-index .cart-summary table.totals .grand.totals span.price,
.checkout-cart-index .cart-summary table.totals .grand.totals .mark {
    padding-top: 47px !important;
    padding-bottom: 47px !important;
    display: block;
    border: none;
    font-size: 20px;
}

.checkout-cart-index .totals-tax th.mark,
.checkout-cart-index .totals-tax td.price {
    padding: 40px 0 40px 50px;
}

.checkout-cart-index .totals-tax td.price {
    padding-left: 0;
}

.checkout-cart-index .cart-summary table.totals .grand.totals span.price {
    font-size: 28px;
    font-weight: 700;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.cart-container .block.discount .title strong,
.cart-container .block.shipping .title strong,
body .shipping-method-new-side .item-title span,
.cart-container .shipping-method-new-side strong {
    font-size: 20px;
    letter-spacing: 1.7px;
}

.cart-container .block.discount .title,
.cart-container .block.shipping .title {
    margin-bottom: 20px;
}

.checkout-cart-index .cart-summary table.totals .totals.sub {
    border-top: 6px solid #f4f4f4;
    border-bottom: 6px solid #f4f4f4;
}

.checkout-cart-index .cart-summary table.totals {
    margin-bottom: 0;
}

.checkout-cart-index .cart-summary ul.checkout.methods {
    margin: 0;
}

.checkout-cart-index .cart-totals tbody .totals.shipping.excl .mark {
    padding-bottom: 18px;
    padding-top: 0;
}

body .shipping-method-new-side .item-title span {
    margin-bottom: 10%;
    display: block;
}

.cart_summury_checkout_blk {
    float: right;
    width: 100%;
    background-color: #f4f4f4;
    padding-top: 35px;
}

.minicart-wrapper a.action.showcart {
    position: relative;
    margin-top: -2px;
    width: 100%;
    padding-right: 0px;
    box-sizing: border-box;
}

body.checkout-cart-index .cart-summary .checkout-methods-items .cart_summury_checkout_blk button.checkout {
    float: right;
    width: 100%;
    background-color: #f7941c;
    border: none;
    min-width: 290px;
    font-weight: 600;
    color: #fff;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0px 30px;
    border-radius: 30px;
    font-family: 'Montserrat', sans-serif;
}

body.checkout-cart-index .cart-summary .checkout-methods-items .cart_summury_checkout_blk button.checkout:hover {
    background-color: #7ea1ca;
}

body .cart-container .custom_cart_blk .cart.table-wrapper .cart tbody td a,
body .cart-container .custom_cart_blk .cart.table-wrapper .cart tbody td input {
    display: inline-block;
    vertical-align: middle;
    color: #244662;
}

.cart-container .cart.table-wrapper .shop-cart-ed-remove {
    position: static;
    bottom: 35px;
    right: 220px;
    width: auto;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.cart-totals .grand strong,
.opc-block-summary .table-totals .grand strong {
    font-weight: 700;
}

.cart-container .cart.table-wrapper .shop-cart-ed-view {
    position: static;
    bottom: 35px;
    right: 40px;
    width: auto;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
}

.cart-container .cart.table-wrapper .shop-cart-ed-view .actions-toolbar {
    padding: 0;
}

.cart-container .cart.table-wrapper .shop-cart-ed-remove a {
    position: relative;
    right: 0;
    vertical-align: middle;
}

.cart-container .cart.table-wrapper .shop-cart-ed-remove a span,
.cart-container .cart.table-wrapper .shop-cart-ed-view .actions-toolbar a {
    display: inline-block;
    position: relative;
    width: auto;
    height: auto;
    vertical-align: middle;
    color: #244662;
    font-size: 20px;
    padding: 0 3px;
    text-decoration: underline;
    font-weight: 400;
}

.block-viewed-products-grid .products-grid .product-items .owl-stage-outer .owl-item,
.checkout-cart-index .products-grid .product-items .owl-item {
    padding: 18px;
    float: left;
}

/*.block-viewed-products-grid .products-grid.grid {
    width: calc(100% + 36px);
    margin: 0 -16px;
}*/
body.checkout-cart-index .block.crosssell .product-item-info {
    width: 100%;
}

body.checkout-cart-index .block.crosssell {
    width: 100%;
    padding: 0;
    float: none;
}

.cart-container {
    padding-bottom: 177px;
}

.checkout-success p span {
    font-weight: 600;
}

.checkout-onepage-success .section_portable {
    background-color: #f4f4f4;
    float: left;
    width: 100%;
}

.checkout-onepage-success .custom-caring-step .col-md-6.col-sm-6.col-xs-12:last-child {
    padding-top: 9%;
    padding-left: 17.6833%;
}

.custom-caring-step .checkout-page-success-custom .password-title-content {
    margin-bottom: 35px;
    font-weight: 500;
    font-size: 20px;
}

.custom-caring-step .checkout-page-success-custom.row {
    margin: 0;
}

.custom-caring-step .checkout-page-success-custom input {
    height: 50px;
    line-height: 50px;
    border: none;
    background-color: #f7f7f7;
    font-size: 16px;
    padding-left: 25px;
    color: #244662;
}

.custom-caring-step .checkout-page-success-custom.row .actions-toolbar .primary {
    float: none;
}

.custom-caring-step .checkout-page-success-custom.row .actions-toolbar .primary button.btn-submit {
    background-color: #f7941c;
    border: none;
    display: block;
    float: right;
    margin: 0;
}

.custom-caring-step .checkout-page-success-custom.row .actions-toolbar .primary {
    float: right;
}

.checkout-success .custom-caring-step {
    padding-bottom: 10%;
}

.checkout-success p .order-number {
    color: #244662;
}

.checkout-success .custom-caring-step .col-md-7:first-child {
    padding-right: 10%;
}

.checkout-success .custom-caring-step .show_more .print {
    margin: 0;
    color: #fff;
}

.checkout-success .custom-caring-step .show_more button {
    padding: 0 38px;
}

.checkout-success .custom-caring-step .show_more {
    text-align: right;
}

.checkout-onepage-success .checkout-success .custom-caring-step {
    padding-top: 5%;
    padding-bottom: 0
}

.checkout-success .custom-caring-step .test {
    position: relative;
}

.checkout-success .custom-caring-step .test .owl-nav div.owl-next {
    left: auto;
    right: 0;
}

.checkout-success .custom-caring-step .test .owl-nav div i {
    font-size: 0;
}

.checkout-success .custom-caring-step .test .owl-nav div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
}

.checkout-success .custom-caring-step .test .owl-nav div.owl-prev:before {
    content: ' ';
    display: block;
    border-right: 10px solid #244662;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.checkout-success .custom-caring-step .test .owl-nav div.owl-next:before {
    content: ' ';
    display: block;
    border-left: 10px solid #244662;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.checkout-success .custom-caring-step .test ul {
    list-style-type: none;
    padding: 0;
}

.checkout-success .custom-caring-step .test ul li {
    padding: 0 59px;
}

.checkout-success .custom-caring-step .test .post-info-wraper {
    float: left;
    width: 100%;
    background-color: #f6f6f6;
    padding: 25px 25px 40px 25px;
    position: relative
}

.checkout-success .custom-caring-step .post-list-item h2.mp-post-title {
    min-height: unset;
}

.checkout-onepage-success .checkout-success .custom-caring-step .col-md-5 h1.homepage-title {
    padding: 0 0px;
}

.checkout-success .custom-caring-step .test .post-list-item .actions {
    width: 38%;
}

.checkout-success .custom-caring-step .test .post-image:after {
    content: ' ';
    display: block;
    width: 100%;
    position: absolute;
    height: 160px;
    left: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/success--page-shape.png);
    bottom: -70px;
}

.checkout-success .custom-caring-step .test .owl-carousel .owl-item img {
    height: auto !important;
}

.checkout-success .custom-caring-step .test .post-image {
    position: relative;
}

.category-description-brand,
.category-description-brand h1.homepage-title {
    text-align: left;
}

.custom-footer4 p {
    margin-bottom: 10px;
}

/*---- Add to basket product page ----*/
.mb-ajaxsuite-popup-wrapper {
    max-width: 1086px;
    width: 90%;
    z-index: 9999999
}

.catalog-product-view #mb-ajaxcart-wrapper,
.catalog-product-view .mb-ajaxsuite-popup-border {
    max-width: none;
    min-width: auto;
}

#mb-ajaxsuite-blank {
    z-index: 999999;
}

.catalog-product-view .success-content {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.success-content .pop-content {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 4px);
    text-align: left;
    margin-top: 56px;
}

.success-content .pop-image {
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 4px);
}

.success-content .pop-content i {
    text-align: center;
    display: block;
    max-width: 320px;
}

.mb-ajaxsuite-popup-wrapper a#mb-ajaxsuite-close::after {
    /*background: transparent url(../Tigren_Ajaxsuite/images/close-popup.png) top left no-repeat;*/
    width: 24px;
    height: 24px;
    content: "";
    display: inline-block;
    position: absolute;
    left: -22px;
    z-index: 123456;
    color: #244662;
    opacity: 1;
    top: 0;
    content: "x";
    font-size: 22px;
    line-height: 1;
}

.mb-ajaxsuite-popup-wrapper a.mb-ajaxsuite-close {
    position: absolute;
    top: 20px;
    right: 50px;
    opacity: 1;
    cursor: pointer;
    z-index: 1000;
    background: none;
    font-size: 16px;
    color: #244662;
    text-decoration: underline;
}

.success-content .pop-content .fa-check:before {
    content: "\f00c";
    background-color: #F7941C;
    border-radius: 50%;
    padding: 12px;
    color: #fff;
}

.catalog-product-view #mb-ajaxcart-wrapper .ajaxcart-success-box img.image {
    width: 100%;
    max-width: 400px;
}

.catalog-product-view .pop-content .mb-message-successs {
    margin-top: 10%;
    display: block;
    font-weight: 700;
    font-size: 22px;
    color: #244662;
    margin-bottom: 6%;
    padding: 0;
    letter-spacing: 0.2px;
    line-height: normal;
    font-family: 'Proxima Nova Rg';
}

#mb-ajaxcart-wrapper .pop-content .product-name {
    font-weight: normal;
    margin-top: 10px;
    font-size: 22px;
    width: 50%;
    line-height: 30px;
    margin-bottom: 0px;
    font-family: 'Proxima Nova Rg';
}

#mb-ajaxcart-wrapper .pop-content .head-text {
    font-weight: bold;
    margin-bottom: 20px;
}

.success-content .pop-content .action.primary {
    padding: 7px 44px;
    display: block;
    margin-top: 20px;
    font-size: 18px;
    font-family: 'Proxima Nova Rg';
}

.success-content .pop-content #ajaxcart_checkout.action.primary {
    background-color: #F7941C !important;
    border-color: #F7941C !important;
    margin-bottom: 30px;
}

#mb-ajaxcart-wrapper .mb-ajaxsuite-popup-border.ajaxcart-success-box .success-content {
    height: auto;
}

.mb-ajaxsuite-popup-border .success-content .block.related {
    border-top: 0;
    padding: 0 20px;
}

.page-layout-1column .ajaxcart-success-box .success-content .products-grid .owl-stage {
    display: flex;
}

.page-layout-1column .ajaxcart-success-box .success-content .products-grid .product-item {
    width: 100%;
    margin-bottom: 0;
    height: 100% !important;
}

.page-layout-1column .ajaxcart-success-box .success-content .products-grid .product-item .product-item-info {
    max-width: 100%;
    border: none;
    width: 100%;
    background: #fff;
    border: 10px solid #f4f4f4;
    padding-bottom: 30px;
    height: 100% !important;
    /*min-height: 150px;*/
}

.page-layout-1column .ajaxcart-success-box .success-content .products-grid .product-item {
    height: 100% !important;
}

/*.page-layout-1column .ajaxcart-success-box .success-content .products-grid .product-item .product-item-info
{height: 100% !important;}*/

.page-layout-1column .ajaxcart-success-box .success-content .products-grid .product-item .product-item-info a .product-image-wrapper {
    height: auto;
    overflow: initial;
    /*min-height: 150px;*/
    padding-bottom: 125%;
}

.page-layout-1column .ajaxcart-success-box .success-content .products-grid .product-item .product-item-info:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.page-layout-1column .ajaxcart-success-box .success-content .products-grid .product-item .product-item-info .product-item-description p {
    min-height: 90px;
}

body.page-layout-1column .ajaxcart-success-box .success-content .block.related .block-title {
    text-align: left;
    font-size: 20px;
    color: #244662;
}

.catalog-product-view .mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup-border .block-title.title {
    text-align: center !important;
}

body.page-layout-1column .ajaxcart-success-box .success-content .block.related .block-title strong {
    font-size: 20px;
}

.catalog-product-view .mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup-border .block-title.title strong#block-related-heading {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    display: block;
    letter-spacing: 2px;
    margin-bottom: 40px;
}

.page-layout-1column .ajaxcart-success-box .success-content .products-grid .product-item .product-item-info .product-item-description {
    margin: 10px 0;
}

.mb-ajaxsuite-popup-border .success-content .block.related #cust-slider-related {
    margin: 10px 0;
}

.mb-ajaxsuite-popup-wrapper {
    max-width: 1086px;
    width: 90%;
    left: 50% !important;
    right: 0 !important;
    margin: 0 auto !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
    display: block !important;
}

.catalog-product-view .fotorama__stage {
    background-color: #fff;
}

body .fotorama--fullscreen {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0 !important;
    float: none !important;
    left: 0 !important;
    margin: 0 !important;
    position: fixed !important;
    right: 0 !important;
    top: 0 !important;
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1000 !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 999999 !important;
}

body .fotorama--fullscreen .fotorama__wrap {
    max-width: 56.8% !important;
    width: 100% !important;
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
    -webkit-transform: translate3d(0px, 0px, 0) !important;
    transform: translate3d(0px, 0px, 0) !important;
    opacity: 1 !important;
}

.fotorama__arr,
.fotorama__thumb__arr {
    background-color: transparent !important
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
    opacity: 1;
    background-color: transparent !important;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/*---- Add to basket product page ----*/
/*---- Checkout success page ----*/
.checkout-success .success-data-detail,
.checkout-onepage-success .section_portable {
    list-style: none;
    width: calc(100vw - 10px);
    left: 50%;
    margin-left: -50vw;
    margin-top: 90px;
    position: relative;
    padding: 30px 30px 80px 30px;
    background-color: #f4f4f4;
}

.checkout-onepage-success .widget.block.block-static-block {
    list-style: none;
    width: calc(100vw - 10px);
    left: 50%;
    margin-left: -50vw;
    position: relative;
}

.checkout-success #order-product-slider {
    max-width: 1370px;
    margin: 0 auto;
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.checkout-success #order-product-slider.owl-carousel.owl-drag .owl-item li.item {
    background-color: #fff;
    margin: 0 15px;
    text-align: center;
    padding-bottom: 50px;
}

.checkout-success .cust-your-order-title {
    display: none;
}

.checkout-success #order-product-slider .customer-name-lastitem {
    font-size: 22px;
    font-weight: 600;
}

.custom-your-order-deatils .cust-your-order-share i {
    background-color: #244662;
    color: #fff;
    height: 32px;
    width: 32px;
    padding: 8px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    margin: 0 5px;
}

.custom-your-order-deatils {
    text-align: center;
}

/*.checkout-success .custom-caring-step::after, .checkout-success .custom-caring-step::before{
     display: none; 
}*/
.checkout-onepage-success .widget.block.block-static-block::after,
.checkout-onepage-success .widget.block.block-static-block::before {
    content: "";
    display: block;
    clear: both;
}

.success-data-detail+.custom-caring-step .col-md-6.col-sm-6.col-xs-12:first-child {
    padding-top: 0;
}

.checkout-onepage-success .widget.block.block-static-block .custom-caring-step .col-md-6.col-sm-6.col-xs-12:first-child {
    padding-top: 7.6%;
    padding-right: 5%;
}

.checkout-onepage-success .custom-caring-step .col-md-6.col-sm-6.col-xs-12:first-child {
    padding-top: 0;
}

.checkout-onepage-success .block-testimonials::before {
    display: none;
}

.checkout-onepage-success .checkout-onepage-success .custom-caring-step .col-md-6.col-sm-6.col-xs-12:last-child {
    padding-top: 0;
}

.checkout-onepage-success .page-main>.page-title-wrapper .page-title {
    margin-bottom: 0px;
    margin-top: 2.6%;
}

.checkout-onepage-success .page-main>.page-title-wrapper {
    padding: 0;
}

.checkout-onepage-success h1.homepage-title::after,
.checkout-onepage-success h1.homepage-title::before {
    content: "";
    display: block;
    clear: both;
}

.checkout-onepage-success h1.homepage-title {
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
}

.checkout-onepage-success .custom-caring-step h1.homepage-title {
    text-align: left;
}

.checkout-onepage-success .success-data-detail .custom-caring-step .col-md-6.col-sm-6.col-xs-12:last-child,
.checkout-onepage-success .checkout-success .custom-caring-step .col-md-6.col-sm-6.col-xs-12:last-child {
    padding-top: 0px;
    padding-left: 0px;
}

.checkout-onepage-success .checkout-success .block-static-block .custom-caring-step {
    padding-top: 0;
    padding-bottom: 0;
}

.checkout-onepage-success .custom-caring-step::before,
.checkout-onepage-success .custom-caring-step::after {
    display: none;
}

.checkout-onepage-success .widget.block.block-static-block .custom-caring-step::before,
.checkout-onepage-success .widget.block.block-static-block .custom-caring-step::after {
    display: block;
}

.custom-caring-step .checkout-page-success-custom.row {
    padding: 0 15%;
}

.checkout-cart-index .cart-empty {
    padding: 0 140px;
}

/*---- Checkout success page ----*/

/* --- popup ----------- */
body #bio_ep {
    position: fixed;
    width: 100%;
    height: auto;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%) !important;
    -ms-transform: translateX(-50%) translateY(-50%);
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.5);
    z-index: 10002;
    max-width: 42.67%;
    padding: 97px 0 !important;
}

.video-title h2 {
    font-family: 'Montserrat', sans-serif;
    margin-top: 0;
    font-size: 50px;
    font-weight: 300 !important;
}

p.video-description {
    text-align: left;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 34px;
    letter-spacing: 1.87px;
}

.video-content form .primary {
    display: block;
    float: right;
}

.video-content form .primary .action.submit.primary {
    float: none;
    width: auto;
    margin: 0;
    padding: 10px 35px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #f7941c;
    border: none;
    line-height: normal;
}

.video-content form .actions-toolbar {
    text-align: right;
    margin-top: 22px;
}



/* ------ our_range -------- */
.cust_our_range {
    position: relative;
}

.our_range_table_blk .our_rabge_prod_title {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: normal;
}

.our_range_table_blk p {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1.5;
}

.our_range_table_blk img {
    margin: 0 auto;
    display: block;
    max-height: 130px;
}

.our_range_table_blk table tr td {
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 60px;
}

.our_range_table_blk>table>tbody>tr:nth-child(2) td {
    padding-bottom: 21px;
}

.our_range_desc {
    padding: 50px;
    background-color: #f4f4f4;
    border-radius: 20px;
}

.our_range_right_blk {
    width: 100%;
    max-width: 43.537%;
    position: absolute;
    top: 13.5%;
    right: 0;
}

.our_range_table_blk>table>tbody>tr:nth-child(2) table tr td {
    padding-bottom: 0;
}

.our_range_desc_title {
    font-size: 26px;
    color: #244662;
    font-weight: 500;
    margin-top: 0;
}

.our_range_desc p:last-child {
    margin-bottom: 0;
}

.our_range_table_blk table tr:nth-child(2) a {
    margin-right: 0px;
    width: 43px;
    height: 43px;
    display: inline-block;
    text-align: center;
    line-height: 43px;
    background-color: #0299d2;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.our_range_table_blk table tr a:hover {
    text-decoration: none;
}

body .our_range_table_blk table tr td table tr td a {
    border-bottom: 1px solid #fff;
    width: 52px !important;
    height: 34px !important;
    display: inline-block;
    text-align: center;
    line-height: 34px !important;
    font-size: 16px !important;
    color: #000 !important;
    margin-right: 0px !important;
    font-weight: 500 !important;
}

body .our_range_table_blk table tr td table tr td a.odd {
    background-color: #f4f4f4;
}

body .our_range_table_blk table tr td table tr td a.even {
    background-color: #bfbfbf;
}

body .our_range_table_blk table tr td table tr td {
    padding: 0;
}

.video-title h2 {
    font-family: 'Montserrat', sans-serif;
    margin-top: 0;
    font-size: 2.63vw;
    font-weight: 300 !important;
    text-align: center;
}

.video-title p.video-description {
    text-align: center;
    padding: 0;
    margin-bottom: 34px;
    font-family: 'Montserrat', sans-serif;
}

.modal-content span.close {
    text-align: right;
}

.video-content input,
.video-content .form.contact select {
    font-weight: 400;
    background-color: #f7f7f7;
    border: none;
    width: 100% !important;
    height: 50px;
    line-height: 50px;
    color: #244662;
    text-transform: none;
    font-size: 16px;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    padding: 0 21px;
}

.video-content {
    max-width: 64.04%;
    margin: 0 auto;
}

.video-content input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #244662;
    font-style: normal;

}

.border_blk {
    border-right: 2px dashed #bfc9d1;
    width: 20px;
    text-align: center;
    padding: 0;
}

.video-content .control {
    margin-bottom: 6px;
}

.border_blk:last-child {
    border: none;
}

body .brand-images li.brand-item {
    margin: 0px !important;
    list-style-type: none;
    text-align: center;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    min-height: 270px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
}

.brands-filters .letters {
    margin-top: 4px;
    float: left;
    width: 100%;
    padding: 23px;
    background-color: #fff;
}

.brands-filters .letters .letters-box .letter {
    margin: 0;
    display: block;
    float: left;
    width: 50%;
    border: none;
    background: transparent;
    text-align: left;
    margin-bottom: 0;
    padding: 10px;
    font-weight: 600;
    color: #244662;
    opacity: 1;
}

.brands-filters .letters .letters-box .letter:before {
    content: "";
    width: 10px;
    height: 10px;
    border: 1px solid #244662;
    display: inline-block;
    vertical-align: middle;
}

.brands-filters .letters .letters-box .letter.active:before {
    background: #f7941c;
    border-color: #f7941c;
}

body .brand-images {
    display: block;
    display: block;
    display: block;
}

body .brand-images .brands-letter {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    padding: 0;
}

body .brand-images .brands-letter dd {
    margin-bottom: 30px;
}

body .brand-images .brands-letter .bare-list {
    margin-bottom: 0;
    margin-right: 30px;
    margin-left: 0;
}

body .brand-images ul.bare-list img {
    max-width: 100%;
}

body .brand-item .am-image-wrapper {
    height: 100%;
}

body .brand-images li.brand-item:hover {
    border: 4px solid #80cbe8;
}

.brands-filters .letters .letters-box {
    width: 100%;
    float: left;
}

.brands-filters .letters .letters-box .letter.letter-all {
    font-size: 16px;
    font-weight: 600;
    padding-top: 0;
    padding-bottom: 10px;
}

body .brand-images .brands-letter:nth-child(3n) ul {
    margin-right: 0;
}


/* ----- onepagecheckout ------- */
.checkout-index-index.sticky header.page-header {
    position: relative;
}

.checkout-index-index .opc-wrapper {
    width: 49.696%;
    background-color: transparent;
    padding: 40px 50px !important;
}

.checkout-index-index .opc-wrapper ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.checkout-index-index .opc-wrapper .step-title {
    font-size: 20px;
    font-weight: 600;
    border: none;
    padding: 0;
}

body.checkout-index-index .opc-wrapper ol li {
    position: relative;
    float: none !important;
    width: 100% !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 30px 0px !important;
    margin-bottom: 6px;
    margin-left: 0 !important;
}

body.checkout-index-index .opc-wrapper {
    margin: 0;
}

body.checkout-index-index .opc-wrapper ol li:after {
    content: ' ';
    display: block;
    width: calc(100% + 100px);
    height: 6px;
    background-color: #f4f4f4;
    position: absolute;
    left: -50px;
    bottom: 0px;
}

.payment-method .fieldset {
    clear: both;
}

body.checkout-index-index .opc-wrapper ol li#opc-shipping_method:after,
body.checkout-index-index .opc-wrapper ol li#payment:after {
    display: none;
}

/* body.checkout-index-index .opc-wrapper ol li:nth-child(2) {
    margin-top: 20px !important;
    padding-top: 40px !important;
} */
body.checkout-index-index .opc-wrapper ol li:nth-child(2):before {
    content: ' ';
    display: block;
    width: calc(100% + 100px);
    height: 6px;
    background-color: #f4f4f4;
    position: absolute;
    left: -50px;
    top: 0px;
}

body.bss-onestepcheckout .step-title:before {
    background-color: #f7941c !important;
    display: inline-block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    line-height: 56px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-right: 10px;
}

.checkout-index-index .opc-sidebar span.title {
    /*font-size: 32px;
    font-weight: 300 !important;*/
    color: #244662 !important;
    /*    padding: 0;
    letter-spacing: 3.5px;*/
    order: -1;
}

.checkout-index-index .opc-sidebar tr.totals.discount span.title {
    font-size: 20px;
    font-weight: 600 !important;
    letter-spacing: 1px;
}

.checkout-index-index .opc-sidebar .table.table-totals tr.grand.totals td {
    font-size: 24px;
    letter-spacing: 1px;
}

.block-customer-login form input,
body.checkout-index-index .opc-wrapper ol li input,
body.checkout-index-index .opc-wrapper ol li select,
.payment-option .payment-option-content input {
    line-height: 50px;
    height: 50px;
    width: 100%;
    border: none;
    background-color: #f7f7f7;
    font-size: 16px;
    color: #244662;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    padding: 0 24px;
}


/*body.checkout-index-index .opc-wrapper ol li .field label {
    display: none !important;
}*/
.opc-wrapper .form-login .fieldset .field .label,
.opc-wrapper .form-shipping-address .fieldset .field .label {
    font-weight: 400;
    clip: inherit;
    width: auto;
    height: auto;
    position: relative;
    margin: 0 0 8px;
    display: block;
}

body.checkout-index-index .opc-wrapper ol li.checkout-payment-method .field label {
    display: block !important;
    color: #244662;
    font-weight: 500;
    cursor: pointer;
    clip: inherit;
    width: auto;
    height: auto;
    position: relative;
    margin-bottom: 8px;
}

body.checkout-index-index .opc-wrapper ol li.checkout-payment-method .field-select-billing label {
    font-size: 20px;
    margin-top: 15px;
}

body.bss-onestepcheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods .payment-group .payment-method .payment-method-title {
    border: none;
}

.checkout-index-index .opc-sidebar {
    width: 50%;
    background-color: #fff;
    /*   position: -webkit-sticky;
    position: sticky;*/
    top: 0;
    margin-bottom: 80px;
    left: 50%;
    max-width: 820px;
    z-index: 1;
}

/*.checkout-index-index .opc-sidebar.fixed {
    position: fixed;
    top: 0;
	width: 100%;
    max-width: 720px;
}*/
/*.checkout-index-index .opc-sidebar.fixed.absolute {
    position: absolute;
    bottom: 0;
    top: auto;
}*/
.checkout-container {
    position: relative
}

/*.checkout-index-index .opc-sidebar[style], .checkout-index-index .opc-sidebar.fixed.absolute {
    width: 50%;  
}*/
.checkout-index-index .opc-sidebar .opc-block-summary {
    background: #fff;
    margin: 0 0 20px;
    padding: 0;
    position: relative;
}

body.checkout-index-index .opc-wrapper ol li form {
    max-width: 100%;
    margin: 0 auto;
    border: none;
    position: relative;
    padding-left: 95px;
}

fieldset.field.street legend.label {
    display: none !important;
}

body.checkout-index-index .opc-wrapper .field._required[name="shippingAddress.postcode"] label.label:after {
    content: ' Billing address';
    display: none;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

/*body.checkout-index-index .opc-wrapper .field._required[name="shippingAddress.postcode"] label.label {
    display: block !important;
    font-size: 0;
}*/
.bss-onestepcheckout .opc-wrapper #opc-shipping_method .step-title:before {
    content: '3';
    display: none;
}

.checkout-shipping-method .checkout-shipping-method .step-title:after {
    content: ' Delivery';
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    display: none;
}

.checkout-shipping-method .checkout-shipping-method .step-title {
    font-size: 0;
}

.bss-onestepcheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods .payment-group:first-child .step-title:before {
    content: '4';
    position: absolute;
    left: -90px;
}

.payment-methods .payment-group .step-title {
    font-size: 0;
}

.payment-methods .payment-group .step-title:after {
    content: ' Payment';
    display: none;
    font-size: 20px;
    font-weight: 600;
}

body.checkout-index-index .opc-wrapper ol li form .actions-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    clear: both;
    margin-top: 20px;
}

body.checkout-index-index .opc-wrapper ol li form .actions-toolbar .primary {
    float: none;
    text-align: center;
    width: 100%;
}

/*body.checkout-index-index .opc-wrapper ol li form#co-payment-form .actions-toolbar .primary{
    text-align: right;
}*/
body.checkout-index-index .opc-wrapper ol li {
    margin-top: 0 !important;
}

/*body.checkout-index-index .opc-wrapper ol li form .actions-toolbar .primary button.login.primary {
    margin: 0;
    width: auto;
    padding: 0;
    font-size: 18px;
    padding: 10px 50px;
    background-color: #244662;
    border: none;

}*/
body.checkout-index-index .opc-wrapper ol li form .actions-toolbar .secondary {
    width: 50%;
    text-align: left;
    margin: 0;
}

body.checkout-index-index .opc-wrapper ol li form .actions-toolbar .secondary a {
    margin: 0;
    font-size: 20px;
    color: #244662;
    text-decoration: underline;
    letter-spacing: 0;
}

body.checkout-index-index input[type="checkbox"] {
    height: auto !important;
    width: auto !important;
    display: inline-block !important;
    vertical-align: middle;
    margin: 0;
    line-height: normal !important;
    position: relative;
    cursor: pointer;
    z-index: 9;
    opacity: 0;
}

.checkout-index-index .opc-sidebar span.title:before {
    display: none;
}

.checkout-index-index .opc-sidebar .primary button.primary.checkout.btn-placeorder {
    max-width: 83.782%;
    margin: 0 auto;
    display: block;
    float: none;
    background-color: #f7941c;
    border: none;
    font-size: 16px;
    font-weight: 600;
    padding: 11px 17px;
}

body.checkout-index-index .opc-wrapper ol li form#co-payment-form .actions-toolbar .primary.checkout {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    float: none;
    background-color: #f7941c;
    border: none;
    font-size: 16px;
    font-weight: 600;
    padding: 11px 17px;
}

body.checkout-index-index .opc-wrapper ol li form#co-payment-form .actions-toolbar .primary.checkout:hover {
    background: #244662;
}

body.checkout-index-index .opc-wrapper ol li input[type="radio"] {
    width: 11px;
    height: 11px;
    line-height: 15px;
    background-color: #fff;
    border: 1px solid #244662;
    border-radius: 0;
    top: 0 !important;
    margin: 0 !important;
    padding: 0;
}

body.checkout-index-index .opc-wrapper ol li form.form.methods-shipping:before {
    content: ' Delivery';
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
}

body.checkout-index-index .opc-wrapper ol li form.form.methods-shipping:after {
    content: '3';
    background-color: #f7941c !important;
    display: inline-block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    line-height: 56px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-right: 10px;
    position: absolute;
    top: 0;
    left: 0px;

}

.checkout-index-index .page-title-wrapper {
    position: relative;
    height: auto;
    margin: 0 auto;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cart-container .form-cart .cart.main.actions {
    display: block;
    margin: 0px 0;
}

/*--- onepage checkout ---*/
.table-totals .mark {
    padding: .2em;
    background-color: transparent;
}

/*--- onepage checkout ---*/
/*--- Product landing ---*/
.custom-template-block {
    background-color: #f4f4f4;
    display: inline-block;
    width: calc(100vw - 10px);
    left: 50%;
    margin-left: -50vw;
    position: relative;
    padding: 70px 17.7%;
}

.custom-template-block .section-description,
.tab-product-description {
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 4px);
}

.custom-content-product .tab-product-description {
    vertical-align: top;
    text-align: left;
}

.custom-content-product .tab-product-description {
    vertical-align: top;
}

.custom-template-block .section-image,
.tab-product-newsletter {
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 4px);
    text-align: center;
}

.custom-content-product .tab-product-newsletter {
    vertical-align: top;
    text-align: left;
}

.custom-template-block .section-description .page-title {
    font-size: 46px;
    color: #f7941c;
    font-weight: normal;
    line-height: 60px;
    margin-bottom: 6.6%;
}

.custom-template-block .section-description {
    font-size: 20px;
    line-height: 45px;
    color: #244662;
    margin-bottom: 35px;
}

.custom-template-block #read-more {
    display: block;
    margin-top: 60px;
    float: right;
}

.custom-content-product {
    padding-top: 89px;
}

.custom-content-product {
    max-width: calc(1366px + 30px);
    margin: 0 auto;
    padding: 89px 15px;
}

.related ul li .product-item-info {
    border: 15px solid #f4f4f4;
}

.page-layout-1column .related .products-grid .product-item,
.page-layout-1column .upsell .products-grid .product-item {
    width: calc(100% - 40px);
    margin: 0 20px;
}

.catalog-product-view .related .product-item-info,
.catalog-product-view .upsell .product-item-info {
    width: 100%;
    text-align: center;
    background-color: #fff;
    padding: 8%;
    border: 15px solid #f4f4f4;
}

.catalog-product-view .block.related,
.catalog-product-view .block.upsell {
    max-width: calc(1366px + 30px);
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

.catalog-product-view .block.related .products-related,
.catalog-product-view .block.upsell .products-related {
    position: relative
}

.related .owl-nav div,
.upsell .owl-nav div {
    position: absolute;
    top: 50%;
    left: -20px;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.related .owl-nav div.owl-next,
.upsell .owl-nav div.owl-next {
    left: auto;
    right: -20px;
}

.related .owl-nav div.owl-prev:before,
.upsell .owl-nav div.owl-prev:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-right: 11px solid #244662;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}

.related .owl-nav div.owl-next:before,
.upsell .owl-nav div.owl-next:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border-left: 11px solid #244662;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}

body .tab-product-newsletter .block.newsletter .field .control {
    width: 100%;
}

.tab-product-newsletter .block.newsletter {
    width: 100%;
}

.tab-product-newsletter .block.newsletter input[type="email"] {
    background: #f7f7f7;
    font-size: 20px;
    height: 62px;
    border: none;

}

.tab-product-newsletter .block.newsletter .action.subscribe {
    border-radius: 50px;
    background-color: #f7941c;
    border: 1px solid #f7941c;
    padding: 0 30px;
    font-size: 18px;
    float: right;
}

.tab-product-newsletter .block.newsletter .actions {
    display: block;
    width: auto;
}

.custom-content-product .tab-product-newsletter {
    padding-left: 10%;
}

.custom-content-product .tab-product-description {
    padding-right: 5%;
}

.catalog-product-view .page-title,
.cms-brochure .page-title,
.ajax-addto-title {
    font-weight: 300;
    color: #244662;
    font-size: 40px;
    line-height: normal;
    letter-spacing: 4px;
    margin-bottom: 3.7%;
    margin-top: 0px;
}

.catalog-product-view .custom-content-product .page-title {
    margin-bottom: 40px;
}

.tab-newsletter-title {
    font-size: 20px;
    line-height: 45px;
    color: #244662;
    margin-bottom: 30px;
}

.catalog-product-view .block.related .products-grid .product-item-description,
.catalog-product-view .block.upsell .products-grid .product-item-description {
    min-height: 40px;
    font-size: 22px;
    font-weight: 600;
    color: #244662;
}

.catalog-product-view .block.related .products-grid .product-item-description p,
.catalog-product-view .block.upsell .products-grid .product-item-description p {
    font-size: 18px;
    margin-top: 20px;
}

.tab-product-newsletter .block.newsletter .field .control label {
    position: relative !important;
}

/*--- Product landing ---*/
body.checkout-index-index .opc-wrapper .field._required[name="shippingAddress.prefix"] label:after {
    content: ' Name, billing & delivery address' !important;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    vertical-align: top;
    font-family: 'Montserrat', sans-serif;
    color: #244662;
    letter-spacing: 1.3px;
}

body.checkout-index-index .opc-wrapper .field._required[name="shippingAddress.prefix"] label {
    display: block !important;
    font-size: 0;
}

body.checkout-index-index .opc-wrapper .field._required[name="shippingAddress.prefix"] label:before {
    background-color: #f7941c !important;
    display: inline-block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    line-height: 56px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-right: 10px;
    content: ' 2.';
    position: absolute;
    left: 0px;
    top: 0;
}

.checkout-index-index .opc-wrapper .authentication-wrapper:before {
    content: ' Existing user?';
    display: block;
    font-size: 18px;
    font-weight: 600;
    vertical-align: top;
    font-family: 'Montserrat', sans-serif;
    color: #244662;
    letter-spacing: 1.7px;
}

.authentication-wrapper .action-auth-toggle:before {
    content: ' if you already have an account please login by';
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #244662;
    text-transform: lowercase;
    font-weight: 400;
}

.authentication-wrapper {
    float: none;
    margin-top: 0;
    max-width: 50%;
    position: relative;
    z-index: 1;
    max-width: 100%;
    margin: 0 auto;
    border: none;
    position: relative;
    width: 100%;
}

.checkout-index-index .opc-wrapper .authentication-wrapper {
    float: none;
    margin-top: 0;
    max-width: 50%;
    position: relative;
    z-index: 1;
    max-width: 100%;
    margin: 0 auto;
    border: none;
    position: relative;
    width: 100%;
    text-align: left;
    padding-left: 95px;
}

.checkout-index-index .opc-wrapper .authentication-wrapper:after {
    background-color: #f7941c !important;
    display: inline-block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    line-height: 56px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-right: 10px;
    content: ' 1.';
    position: absolute;
    left: 0px;
    top: 0;
}

/*
.opc-wrapper #shipping .step-title {
    display: none;
        font-size: 20px;
    color: #244662;
}
*/
.checkout-index-index .opc-wrapper .step-title {
    font-size: 20px;
    color: #244662;
    /* display: none*/
}

.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .minicart-items-wrapper {
    padding: 0;
    margin: 0;
}

.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .product,
.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .product .product-item-details .product-item-inner,
.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .product .product-image-container {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 150px !important;
    height: auto !important;
}

.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .product .product-item-name {
    margin-bottom: 10px;
    width: 100%;
    padding-right: 15px;
    font-size: 14px;
}

.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .product .product-item-name a {
    color: #244662;
}

.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .product .product-item-details .product-item-inner .product-item-name-block {
    width: calc(100% - 145px);
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .product .product-image-container .product-image-wrapper {
    margin: 0;
}

.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .product .product-item-details {
    padding: 0;
    width: calc(100% - 100px);
}

.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .product .product-item-details .product-item-inner .product-item-name-block .details-qty {
    margin: 0;
    width: 80px;
}

.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .product .product-item-details .product-item-inner .product-item-name-block .details-qty .label {
    display: none;
}

.checkout-index-index .opc-sidebar .opc-block-summary .product-item .subtotal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    width: 145px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .product .product-item-details .product-item-inner .product-item-name-block .details-qty input {
    max-width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border-radius: 50%;
    border: 2px solid #f7941c;
    width: 40px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .minicart-items-wrapper li {
    padding: 10px 0;
}

.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .minicart-items-wrapper li {
    border-top: 2px solid #f4f4f4;
    border-bottom: 2px solid #f4f4f4;
}

.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .title {
    border: none;
    display: none;
}


/* 25-01-2023 */
.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart {
    margin-bottom: 0;
    padding-bottom: 30px;
    clear: both;
    order: 0;
    width: 100%;
}

.checkout-index-index .opc-sidebar .opc-block-summary .product-item .subtotal span {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.checkout-index-index .opc-wrapper .authentication-wrapper button.action-auth-toggle {
    color: #244662;
    text-transform: lowercase;
    text-decoration: underline;
    font-weight: 600;
    font-size: 18px;
    text-align: left;
}

.checkout-index-index .opc-sidebar .table.table-totals .shipping .mark {
    padding: 0;
}

.checkout-index-index .opc-sidebar .table.table-totals .mark {
    font-weight: 600;
    padding: 20px 0;
    border: none;
    font-size: 18px;
    letter-spacing: 1px;
}

.checkout-index-index .opc-sidebar .table.table-totals .mark span {
    margin-bottom: 0;
    padding: 15px 0;
}

.opc-block-summary .mark .value {
    color: #244662;
}

.checkout-index-index .opc-sidebar .table.table-totals td {
    padding: 0 !important;
    vertical-align: middle;
    border: none;
    padding-right: 35px !important;
    font-size: 18px;
}

.checkout-index-index .opc-sidebar .table.table-totals .mark span {
    margin-bottom: 0;
    padding: 15px 0;
}

.checkout-index-index .opc-sidebar .opc-block-summary .table.table-totals {
    border-top: none;
    float: right;
    width: 100%;
    order: 1;
    margin-left: auto;
}

.checkout-agreements-block {
    float: left;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 30px;
}

body.checkout-index-index input[type="checkbox"]+label:before,
body.checkout-index-index input[type="radio"]+label:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 4px;
    left: -16px;
    width: 11px;
    height: 11px;
    background-color: #fff;
    border: 1px solid #91a2b0;
}

body.checkout-index-index input[type="checkbox"]:checked+label:before,
body.checkout-index-index input[type="radio"]:checked+label:before {

    background-color: #f7941c;
    border: 1px solid #f7941c;
}

body.checkout-index-index input[type="checkbox"]+label:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 4px;
    left: -16px;
    width: 11px;
    height: 11px;
    background-color: #f7941c;
    opacity: 0;
    visibility: hidden;
}

body.checkout-index-index input[type="checkbox"]:checked+label:after {
    opacity: 1;
    visibility: visible;
}

body.checkout-index-index input[type="checkbox"]+label,
body.checkout-index-index input[type="radio"]+label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 8px;
}

.checkout-payment-method .billing-address-same-as-shipping-block {
    position: relative;
    margin-left: 20px;
}

body.bss-onestepcheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods .payment-group:first-child .step-title {
    border-bottom: none;
    display: none;
}

body.checkout-index-index input[type="checkbox"]+label button.action-show {
    height: auto;
    line-height: normal;
    vertical-align: middle;
    font-size: 16px;
    text-transform: capitalize;
    color: #244662;
    text-align: left;
}

.checkout-agreement {
    position: relative;
}

.payment-option {
    max-width: 100%;
    margin: 0 auto;
    border: none;
    position: relative;
    width: 100%;
    margin-top: 35px;
    padding-left: 95px;
}

body.checkout-index-index .opc-wrapper ol li select {
    background-image: url(./images/selct_arrow_bg.png);
    background-repeat: no-repeat;
    background-position: center right 30px;
    background-size: auto;
    cursor: pointer;
}

.payment-option .payment-option-content {
    display: block !important;
}

/*.payment-option .action.action-toggle:after, */
.bss-onestepcheckout .opc-wrapper #payment:after {
    content: ' Payment';
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
    letter-spacing: 1.3px;
    position: absolute;
    left: 5vw;
    top: 44px;
    background: transparent;
    border: 0;
}

.bss-onestepcheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods .payment-method input[type="radio"] {
    display: inline-block !important;
    padding: 0;
    outline: none !important;
}

.payment-option .payment-option-content form button.action.action-apply {
    margin: 0;
    min-width: 166px;
    text-align: center;
}

.payment-option .action.action-toggle {
    display: block;
    pointer-events: none;
    font-size: 100%;
    font-weight: 600;
    color: #244662;
}

/*.payment-option:before,*/
/*
#payment:before{
    content: '4.';
    background-color: #f7941c !important;
    display: inline-block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    line-height: 56px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-right: 10px;
    position: absolute;
    left: 0px;
}
*/
.bss-onestepcheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods .payment-group .checkout-billing-address {
    margin-top: 0
}

.payment-option .payment-option-content form {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    float: right
}

.bss-onestepcheckout .opc-sidebar .discount-code #discount-form {
    margin: 0 0px 40px 0;
    width: 96%;
    padding-right: 24px;
}

.bss-onestepcheckout .opc-sidebar .discount-code {
    margin: 15px 0;
    overflow: hidden;
    padding-left: 42px;
}

.payment-option .payment-option-content form .payment-option-inner {
    width: calc(100% - 20px);
}

.bss-onestepcheckout input[type="radio"]:checked,
.bss-onestepcheckout input[type="radio"]:checked::after {
    background: #f7941c !important;
    border: none !important;
}

/*--- Brouchure ---*/

.brochure_main {
    padding: 0 7.3vw;
    margin-bottom: 5%;
}

.brochure_main .video_gallery_img {
    overflow: hidden;
}

body.cms-brochure .page-main {
    max-width: none;
    padding: 0;
}

.brochure-sidebar .col-xs-12 {
    padding: 0;

}

.brochure-sidebar .tab-title a {
    font-size: 18px;
    color: #244662;
    line-height: 70px;
    background-color: #f4f4f4;
    width: 100%;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 6px;
    font-weight: 600;
    padding: 0 15px;
    padding-left: 60px;
}

.video_gallery_img .item {
    padding: 0 10px;
}

.video_gallery_img .owl-wrapper-outer {
    margin: 0 -10px;
    margin-top: 30px;
}

.brochure-sidebar .tab-title a:hover {
    text-decoration: none;
    background-color: #244662;
    color: #fff;
}

.brochure-sidebar .tab-title a:before {
    content: " ";
    position: absolute;
    left: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(./images/video.png);
    width: 34px;
    height: 34px;
    background-size: 34px auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.brochure-sidebar .col-xs-12.tab-title.book_a_consultation a {
    line-height: 35px;
}

.brochure-sidebar .tab-title.overview a:before {
    content: " ";
    background-image: url(./images/overview.png);
}

.brochure-sidebar .tab-title.key_features a:before {
    content: " ";
    background-image: url(./images/true_sign.png);
}

.brochure-sidebar .tab-title.reviews a:before {
    content: " ";
    background-image: url(./images/reviews.png);
}

.brochure-sidebar .tab-title.specifications a:before {
    content: " ";
    background-image: url(./images/specification.png);
}

.brochure-sidebar .tab-title.buy_now a:before {
    content: " ";
    background-image: url(./images/Shopping_Cart.png);
    background-size: auto;
}

.brochure-sidebar .tab-title.downloads a:before {
    content: " ";
    background-image: url(./images/Download.png);
    background-size: auto;
}

.brochure-sidebar .tab-title.book_a_consultation a:before {
    content: " ";
    background-image: url(./images/Users_broucher.png);
    background-size: auto;
}



.brochure-sidebar .tab-title a:hover:before,
.brochure-sidebar .tab-title.active a:before {
    content: " ";
    background-image: url(./images/video_hover.png);
}

.brochure-sidebar .tab-title.overview a:hover:before,
.brochure-sidebar .tab-title.overview.active a:before {
    content: " ";
    background-image: url(./images/overview_hover.png);
}

.brochure-sidebar .tab-title.key_features a:hover:before,
.brochure-sidebar .tab-title.key_features.active a:before {
    content: " ";
    background-image: url(./images/true_sign_hover.png);
}

.brochure-sidebar .tab-title.reviews a:hover:before,
.brochure-sidebar .tab-title.reviews.active a:before {
    content: " ";
    background-image: url(./images/reviews_hover.png);
}

.brochure-sidebar .tab-title.specifications a:hover:before,
.brochure-sidebar .tab-title.specifications.active a:before {
    content: " ";
    background-image: url(./images/specification_hover.png);
}

.brochure-sidebar .tab-title.buy_now a:hover:before,
.brochure-sidebar .tab-title.buy_now.active a:before {
    content: " ";
    background-image: url(./images/Shopping_Cart_hover.png);
}

.brochure-sidebar .tab-title.downloads a:hover:before,
.brochure-sidebar .tab-title.downloads.active a:before {
    content: " ";
    background-image: url(./images/Download-2_hover.png);
}

.brochure-sidebar .tab-title.book_a_consultation a:hover:before,
.brochure-sidebar .tab-title.book_a_consultation.active a:before {
    content: " ";
    background-image: url(./images/Users_broucher_hover.png);
}

.overview-section::after,
.overview-section::after,
.cms-brochure .key-feature-section::after,
.cms-brochure .key-feature-section::before,
.custom-techspecification::after,
.custom-techspecification::before,
.download-specification:after,
.download-specification:before,
.image-specification:after,
.image-specification:before {
    display: block;
    content: "";
    clear: both;
}

.cms-brochure .overview-section {
    background-color: #f4f4f4;
    padding: 0 7.3vw;
    padding-top: 58px;
    padding-left: 20vw;
}

.overview-section .overview-description {
    padding-right: 10%;
}

.overview-description #read-more {
    padding-left: 30px;
}

.overview-description #read-more::before {
    content: "\f019";
    display: inline-block;
    margin-right: 15px;
    font-family: "FontAwesome";
}

#product-addtocart-button::before {
    content: " ";
    display: inline-block;
    margin-right: 35px;
}

#product-addtocart-button {
    background-color: #f7941c;
    font-size: 14px;
    border: 1px solid #f7941c;
    margin-left: 20px;
    background-image: url(./images/Shopping_Cart_btn_back.png);
    background-repeat: no-repeat;
    background-position: center left 15px;
    background-size: 24px auto;
    min-width: 222px;
    font-weight: 600;
    line-height: normal;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

#product-addtocart-button:hover {
    background-color: #7ea1ca;
    border-color: #7ea1ca;
}

.cms-brochure .key-feature-section {
    padding: 0 7.3vw;
    padding-top: 58px;
    padding-left: 20vw;
}

.cms-brochure .page-title {
    text-align: center;
}

.cms-brochure .overview-section .page-title {
    text-align: left;
}

.cust-min-heading,
.content-section-head {
    font-size: 22px;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 35px;
}

.key-feature-section .col-sm-12 {
    margin-bottom: 100px;
}

.content-section-small {
    font-size: 20px;
    line-height: 45px;
    color: #244662;
    margin-bottom: 35px;
}

.custom-techspecification {
    background-color: #f4f4f4;
    padding: 50px;
    padding-left: 20vw;
    padding-right: 7.3vw;
}

.custom-techspecification .tech-main {
    background-color: #fff;
    height: 100%;
    position: relative;
    margin: 10px;
    width: calc(50% - 20px);
    padding: 3%;
    text-align: center;
    min-height: 37vw;
}

body.cms-brochure .block-testimonials .block-content .name.text-center {
    float: none;
    font-weight: 500;
    font-size: 22px;
    font-style: normal;
    text-align: left;
    margin-top: 10px;
}

.cms-brochure .block-testimonials .testimonial-container .owl-item {
    margin: 0 50px;
}

.cms-brochure #testimonialsList {
    width: 100%;
    max-width: none;
    padding-left: 20vw;
    padding-right: 7.3vw;
    background-color: #f4f4f4;
}

.cms-brochure .block-testimonials .owl-nav>div {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 0px;
}

.cms-brochure .block-testimonials .testimonial-message {
    text-align: left;
    padding: 0;
    font-size: 18px;
    line-height: 36px;
}

.cms-brochure .block-testimonials .page-title {
    padding-top: 5%;
}

.cms-brochure .block-testimonials .review-ratings {
    margin: 10% 0;
}

.cms-brochure .block-testimonials .block-content .read-more {
    display: block;
    padding: 0 30px;
    padding-top: 0px;
    margin-top: 10%;
}

.data-secound:after,
.data-secound:after {
    content: "";
    display: block;
    clear: both;
}

.feature_gallery_img {
    width: 100%;
    overflow: hidden;
    padding-left: 20vw;
    padding-right: 7.3vw;
}

.feature_gallery_img .owl-wrapper-outer:after,
.feature_gallery_img .owl-wrapper-outer:before {
    content: "";
    display: block;
    clear: both;
}

.feature_gallery_img .owl-wrapper-outer {
    overflow: hidden;
}

.custom-techspecification .tech-main span.tech-inner {
    color: #0299D2;
    font-size: 48px !important;
    font-weight: 500;
    padding: 0;
}

.custom-techspecification .tech-main span {
    display: block;
    padding: 8px 0;
}

.custom-techspecification .tech-main.oxygen span {
    font-size: 24px;
    color: #0299D2;
}

.custom-techspecification .tech-main .img-top {
    max-height: 75px;
    min-height: 75px;
}

.tech-main.weight span {
    font-size: 16px;
    color: #f7941c;
}

.tech-main.weight span.lbs {
    font-weight: 500;
    padding: 0;
}

.custom-techspecification .tech-title {
    margin-bottom: 30px;
    font-size: 24px;
}

.custom-techspecification .cell-left {
    border-right: 1px solid #e8e8e8;
}

.custom-techspecification .tech-main.weight img {
    margin-bottom: 20px;
}

.feature_gallery_img .sub-head {
    text-align: center;
    margin-bottom: 3%;
}

.custom-techspecification .tech-main.battery span {
    color: #82BE42;
}

.custom-techspecification .tech-main span.db,
.custom-techspecification .tech-main span.sett {
    color: #78519B;
}

.custom-techspecification .tech-main span.voltage,
.custom-techspecification .tech-main span.horiz {
    color: #244662
}

.tech-main.weight span.lbs,
.custom-techspecification .tech-main.battery span,
.custom-techspecification .tech-main span.voltage,
.custom-techspecification .tech-main span.db {
    font-size: 48px;
}

.custom-techspecification .tech-main span.set,
.custom-techspecification .tech-main span.horiz,
.custom-techspecification .tech-main span.sett {
    font-size: 24px;
}

.custom-techspecification .tech-main.noisy .read-more {
    margin: 20px 0;
}

.custom-techspecification .noisy-right p {
    margin-top: 30px;
}

.image-specification,
.download-specification,
.cms-brochure .block-static-block,
.in-stock-data-main,
.product-custom {
    padding-left: 20vw;
    padding-right: 7.3vw;
}

.image-specification {
    padding-top: 7%;
    padding-bottom: 5%;
}

.download-specification {
    background-color: #f4f4f4;
    padding-top: 3%;
    padding-bottom: 3%;
}

.download-specification .brochure-dw {
    background-color: #fff;
    margin: 10px;
    text-align: center;
    padding: 25px 15px;
    width: calc(33.33% - 20px);
}

.download-specification strong {
    display: block;
}

.cms-brochure .block-static-block h1.homepage-title {
    font-size: 40px;
}

.feature_gallery_img .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    max-height: 250px;
    -o-object-fit: contain;
    object-fit: contain;
}

.feature_gallery_img .feture-product-name {
    text-align: center;
    padding: 20px 10px;
}

.feature_gallery_img .owl-item .item-selection {
    border: 9px solid #f4f4f4;
    margin: 0 9px;
}

.cms-brochure .feature_gallery_img .owl-buttons>div {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 0px;
    right: 0;
}

.cms-brochure .feature_gallery_img .owl-buttons div.owl-prev:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-right: 11px solid #244662;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}

.cms-brochure .feature_gallery_img .owl-buttons div.owl-next:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border-left: 11px solid #244662;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}

.cms-brochure .feature_gallery_img .owl-carousel {
    padding: 0 7%;
}

.in-stock-data-main .in-stock-sub {
    background-color: #244662;
    color: #fff;
    text-align: center;
    width: calc(50% - 30px);
    padding: 20px;
}

.in-stock-sub:last-child {
    float: right;
    position: relative;
}

.in-stock-sub .top-stick {
    position: absolute;
    background-color: #ce2c30;
    color: #fff;
    top: -15px;
    padding: 10px 20px;
}

.in-stock-sub .top-stick p {
    font-size: 18px;
    line-height: normal;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 500;
}

.in-stock-sub .top-stick .sub-head {
    font-size: 14px;
}

.in-stock-sub:first-child {
    float: left;
}

.in-stock-data-main .feat-stock {
    color: #82BE42;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}

.in-stock-data-main .limited-data {
    color: #f7941c;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}

.in-stock-data-main .feat-price {
    font-size: 45px;
    font-weight: bold;
}

.in-stock-data-main .custom-add-to-cart {
    background-color: #f7941c;
    margin: 20px 0px;
}

.in-stock-data-main {
    margin: 30px 0;
}

.product-custom .img-section,
.text-section {
    display: inline-block;
    width: calc(50% - 4px);
    vertical-align: middle;
}

.product-custom:after,
.product-custom:before {
    content: "";
    display: block;
    clear: both;
}

.cms-brochure .product-custom {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

.brochure-dw .read-more {
    margin-top: 20px;
}

.custom-techspecification .col-sm-12 {
    padding: 0;
}

.custom-techspecification .tech-main .noisy-left {
    border-right: 1px solid #e8e8e8;
}

.image-specification table>tbody>tr>td button {
    font-size: 14px;
}

/*--- Brouchure ---*/
.filter-options .items .items-children.-folding {
    padding-left: 16px;
}

.filter-options .am-labels-folding .item a.amshopby-filter-parent,
.filter-options .am-category-view .item a.amshopby-filter-parent {
    padding-left: 0;
}

.navigation .level0.parent>.level-top>.ui-menu-icon {
    top: 7px;
}


/*---- our_range --- */
.portable-range-main .portable-range-right {
    width: calc(100% - 423px);
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.portable-range-main .portable-range-left .image-row1 {
    height: 200px;
    border-right: 1px solid rgba(36, 70, 98, 0.1);
}

.portable-range-main .portable-range-left {
    width: 418px;
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
}

.portable-range-main .portable-range-right li {
    list-style-type: none;
}

.portable-range-main .portable-range-left>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


.portable-range-main .row2 {
    height: 141px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.portable-range-main .custdata .section-1 {
    width: 140px;
    text-align: center;
}

.portable-range-main .custdata .section-2 {
    width: calc(100% - 140px);
}

.portable-range-main .row3 {
    height: 143px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.portable-range-main .portable-range-right ul {
    padding: 0;
    position: relative
}

.portable-range-main .portable-range-right ul .owl-nav {
    display: block;
}

.portable-range-main .portable-range-right ul .owl-nav>div {
    position: absolute;
    top: 83px;
    left: -30px;
}

.portable-range-main .portable-range-right ul .owl-nav>div.owl-next {
    left: auto;
    right: -30px;
}

.portable-range-main .portable-range-right ul .owl-nav>div.owl-prev i:before {
    content: ' ';
    border-right: 14px solid #234561;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    position: absolute;
}

.portable-range-main .portable-range-right ul .owl-nav>div.owl-next i:before {
    content: ' ';
    border-left: 14px solid #234561;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    position: absolute;
}

.portable-range-main .portable-range-left>div h4 {
    font-size: 20px;
    margin: 0;
    margin-bottom: 5px;
}

.portable-range-main .portable-range-left>div p {
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    font-weight: 400;
}

.portable-range-main .portable-range-right li .product-image {
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.portable-range-main .row4 {
    height: 210px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.portable-range-main .row5 {
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.portable-range-main .row6 {
    height: 165px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.portable-range-main .row7 {
    height: 270px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.portable-range-main .row8 {
    height: 155px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.portable-range-main .weight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}

.portable-range-right .row2 {
    font-size: 24px;
}

.portable-range-right .row3 {
    font-size: 28px;
}

.portable-range-main .battery-data .battery {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.wrap-battery {
    background-color: #f4f4f4;
    border-radius: 4px;
    padding: 25px 7px;
    width: 100%;
}

.portable-range-main .battery-data .battery>div {
    margin: 0 5px;
    text-align: center;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.portable-range-main .battery-data .battery .battery-name {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background-color: #82be42;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 5px;
    line-height: normal;
    padding: 11px 0;
}

.wrap-battery .battery-hours {
    font-size: 14px;
    margin: 0;
    font-weight: 500;
    line-height: normal;
}

.wrap-battery .battery-hours strong {
    font-size: 20px;
    display: block;
}

.wrap-battery .battery-max {
    margin: 0;
    font-size: 14px;
    font-style: italic;
    line-height: 16px;
    margin-top: 12px;
}

body .portable-range-main .row8 img {
    width: auto;
}

.portable-range-main .weight>div {
    width: 100%;
    background-color: #f4f4f4;
    margin: 0 5px;
    text-align: center;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px 0px;
}

.portable-range-main .weight>div .weight-lbs {
    font-size: 14px;
    margin-bottom: 0;
    line-height: normal;
}

.portable-range-main .weight>div .weight-lbs span {
    font-size: 14px;
    display: block;
}

.portable-range-main .weight>div .weight-lbs strong {
    font-size: 20px;
    display: block;
}

.portable-range-main .weight>div .weight-kgs {
    margin: 0;
    font-size: 14px;
    font-style: italic;
}

.portable-range-main .portable-range-right .row7 p {
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    margin: 0;
    margin-top: 15px;
}

.portable-range-main .row6 .pulse-name {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    margin: 0;
}

.portable-range-main .portable-range-right .row6 em {
    font-size: 33px;
    color: #78519b;
    margin-bottom: 30px;
}

.portable-range-main .row6 .noise {
    width: 100%;
    text-align: center;
}

.portable-range-main .portable-range-right .row8 i {
    font-size: 29px;
    color: #244662;
}

.portable-range-main .portable-range-right .row8 i.fa.fa-check {
    color: #9bcd6d;
}

.portable-range-main .portable-range-left>.row2 h4,
.portable-range-main .portable-range-left>.row3 h4,
.portable-range-main .portable-range-left>.row2 em,
.portable-range-main .portable-range-left>.row3 em {
    color: #0299d2;
}

.portable-range-main .portable-range-left>.row4 h4,
.portable-range-main .portable-range-left>.row4 em {
    color: #82be42;
}

.portable-range-main .portable-range-left>.row5 h4,
.portable-range-main .portable-range-left>.row5 em {
    color: #f7941c;
}

.portable-range-main .portable-range-left>.row6 h4,
.portable-range-main .portable-range-left>.row6 em {
    color: #78519b;
}

.portable-range-main .portable-range-left>.row7 h4,
.portable-range-main .portable-range-left>.row7 em {
    color: #ae0721;
}

.portable-range-main .portable-range-left>.row8 h4,
.portable-range-main .portable-range-left>.row8 em {
    color: #244662;
}

.portable-range-main .row1,
.portable-range-main .row2,
.portable-range-main .row3,
.portable-range-main .row4,
.portable-range-main .row5,
.portable-range-main .row6,
.portable-range-main .row7,
.portable-range-main .row8 {
    border-bottom: 1px solid rgba(36, 70, 98, 0.1);
    border-right: 1px solid rgba(36, 70, 98, 0.1);
}

.portable-range-main .portable-range-left .row1,
.portable-range-main .portable-range-left .row2,
.portable-range-main .portable-range-left .row3,
.portable-range-main .portable-range-left .row4,
.portable-range-main .portable-range-left .row5,
.portable-range-main .portable-range-left .row6,
.portable-range-main .portable-range-left .row7,
.portable-range-main .portable-range-left .row8 {
    border-left: 1px solid rgba(36, 70, 98, 0.1);
}

.portable-range-main .portable-range-left .row2 {
    border-top: 1px solid rgba(36, 70, 98, 0.1);
}

.portable-range-main .portable-range-right .row1 {
    border-top: 1px solid rgba(36, 70, 98, 0.1);
}

.portable-range-main {
    margin-bottom: 120px;
}

.port-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: -26px;
    width: 100%;
}

.port-right p {
    line-height: normal;
    margin-bottom: 20px;
    background-color: #fff;
    position: relative;
    padding: 0 16px;
    font-style: italic;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.port-right p.port-sec-2 {
    width: 400px;
    border-top: 1px dashed #0299d2;
    margin-left: 10px;
    border-right: 1px dashed #0299d2;
    border-left: 1px dashed #0299d2;
}

.port-right p.port-sec-1 {
    width: calc(100% - 400px);
    border-top: 1px dashed #0299d2;
    border-right: 1px dashed #0299d2;
    border-left: 1px dashed #0299d2;
}

.port-right p.port-sec-1:before {
    content: ' Pulse Flow';
    font-size: 20px;
    color: #0299d2;
    position: absolute;
    top: -13px;
    background-color: #fff;
    padding: 0 10px;
}

.port-right p.port-sec-2:before {
    content: ' Pulse & Continuous Flow';
    display: block;
    font-size: 20px;
    color: #0299d2;
    position: absolute;
    top: -13px;
    background-color: #fff;
    padding: 0 10px;
}

.portable-range-main .custdata .section-2 img,
.portable-range-main .custdata .section-2 img+p {
    display: none;
}

.portable-range-main .homepage-title+p {
    margin-bottom: 44px;
}

.customfiled-data {
    max-width: 100%;
    margin: 0 auto;
    border: none;
    position: relative;
    width: 100%;
    margin-top: 35px;
    padding-left: 95px;
}

/* .navigation .level0.parent>.level-top>.ui-menu-icon {
    display: none !important;
} */
.choice.field.customfiled-data:before {
    content: '5.';
    background-color: #f7941c !important;
    display: inline-block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    line-height: 56px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-right: 10px;
    position: absolute;
    left: 0px;
}

.customfiled-data label.label {
    width: calc(100% - 18px);
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
}

/* ----- Apply finance ---- */
.mb-ajaxsuite-popup-wrapper {
    max-width: 1640px;
}

.custom-class-add-for-data {
    background-color: #f4f4f4;
    padding: 45px 85px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: auto;
    position: relative;
}

.tab .tablinks:hover,
.tab .tablinks:focus {
    border: none;
    background: transparent;
}

.cust-tab {
    display: inline-block;
    vertical-align: middle;
    padding: 0 30px;
}

.tab .tablinks.active {
    font-weight: 600;
    background: transparent;
}

body .tabcontent {
    border: none;
    border-top: none;
}

body .tab {
    border: none;
    background-color: transparent;
    text-align: center;
    overflow: visible;
}

.tab .tablinks {
    background: transparent;
    color: #244662;
    font-weight: 500;
    height: auto;
    line-height: normal;
    padding: 0;
    border-radius: 0;
    vertical-align: top;
    font-size: 14px;
    position: relative;
}

.tab .tablinks:after {
    content: ' ';
    display: block;
    position: absolute;
    bottom: 24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: 12px solid #244662;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    opacity: 0;
    visibility: hidden;
}

.feat-bottom button.book_consultation {
    background-image: url(./images/tab_user.png);
    background-repeat: no-repeat;
    background-position: center left 20px;
    min-width: 340px;
    margin: 0 15px;
}

.feat-bottom form button {
    background-image: url(./images/tab_cart_img.png);
    background-repeat: no-repeat;
    background-position: top 14px left 15px;
    min-width: 180px;
    line-height: normal;
    position: relative;
    text-align: center;
    padding: 0 0px;
}

.feat-bottom form button span {
    padding-left: 15px;
}

.tab .tablinks.active:after {
    opacity: 1;
    visibility: visible;
}

.feat-pulse-flow .circle-pulse p em {
    color: #fff;
    font-style: normal;
    font-size: 22px;
    vertical-align: middle;
}

.feat-weight .circle-weight p em {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    vertical-align: middle;
    margin: 5px 0;
    display: inline-block;
}

.feat-weight .circle-weight p em:last-child {
    font-size: 18px;
}

.feat-battery-life .circle-battery p em {
    font-size: 22px;
    color: #fff;
    font-style: normal;
    font-weight: 600;
}

.feat-main {
    max-width: 1360px;
    margin: 0 auto;
}

.feat-left {
    display: inline-block;
    width: calc(50% - 4px);
    vertical-align: middle;
}

.feat-right {
    display: inline-block;
    width: calc(50% - 4px);
    vertical-align: middle;
}

.feat-right img {
    margin: 0 auto;
    display: block;
}

.feat-battery-life {
    margin: 0px 38px;
}

.feat-short-description {
    margin-top: 42px;
    font-size: 22px;
    line-height: 40px;
}

.feat-left .feat-name p {
    margin-bottom: 0;
}

.feat-left .feat-name {
    margin-bottom: 35px;
}

.feat-pulse-flow p,
.feat-battery-life p,
.feat-weight p {
    font-size: 16px;
    margin-bottom: 7px;
}

.feat-pulse-flow p,
.feat-pulse-flow em {
    color: #0299d2;
    font-weight: 600;

}

.feat-battery-life>p,
.feat-battery-life em {
    color: #82be42;
}

.feat-weight>p {
    color: #f7941c;
}

.feat-bottom {
    text-align: center;
    margin-top: 87px;
    margin-bottom: 40px;
}

.feat-bottom button:hover {
    text-decoration: none;
}

.feat-bottom button.view-more {
    position: relative;
    min-width: 185px;
    padding: 0 35px;
}

.feat-bottom button.view-more:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 20px;
    left: 10px;
    border-top: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.feat-bottom button {
    padding: 0 42px;
    text-align: right;
}

.feat-bottom form {
    display: inline-block;
}

.feat-bottom form button {
    background-color: #f7941c;
    padding: 0 30px;
    text-align: right;
}

.feat-bottom form button:hover {
    background-color: #f7941c;
}

.feat-bottom button a {
    color: #fff;
}

.feat-bottom button a:hover {
    text-decoration: none;
}

.feat-pulse-flow,
.feat-battery-life,
.feat-weight {
    display: inline-block;
    width: 132px;
    vertical-align: top;
    text-align: center;
}

.feat-left .circle-pulse,
.feat-left .circle-battery,
.feat-left .circle-weight {
    background: #0299d2;
    width: 132px;
    height: 132px;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.feat-pulse-flow .circle-pulse {
    background: #0299d2;
}

.feat-left .circle-battery {
    background: #82be42;
}

.feat-left .circle-weight {
    background: #f7941c;
}

.feat-pulse-flow .circle-pulse p {
    color: #fff;
    margin: 0;
    line-height: 24px;
}

.feat-left .circle-weight .tab .tablinks img {
    display: block;
    margin: 0 auto 10px;
}

.custom-class-add-for-data .custom-all-data-in-one {
    display: block;
    background-color: #fff;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.catalog-product-view h3.mb-message-successs {
    text-align: center;
    padding: 20px 140px;
    font-size: 48px;
    line-height: 77px;
    letter-spacing: 4px;
    font-weight: 300;
    margin: 0;
}

.catalog-product-view .mb-ajaxsuite-popup-wrapper a.mb-ajaxsuite-close {
    top: 28px;
    width: auto;
    right: 40px;
}

.feat-battery-life .circle-battery p,
.feat-weight .circle-weight p {
    margin: 0;
    line-height: 24px;
    color: #fff;
}

.feat-pulse-flow img,
.feat-battery-life img,
.feat-weight img {
    height: 65px;
}

.catalog-product-view #mb-ajaxcompare-wrapper .ajaxcompare-success-box {
    text-align: left;
}

.custom-class-add-for-data .custom-all-data-in-one .accordion {
    border-left: none !important;
    border-right: none !important;
    border-radius: 0;
    padding: 0;
    border-top: 6px solid #f4f4f4 !important;
    border-bottom: 6px solid #f4f4f4 !important;
    height: 83px;
    line-height: normal;
    margin-bottom: 25px;
    text-transform: capitalize;
    padding: 0 45px;
    position: relative;
    background-color: #fff !important;
    color: #244662 !important;
    font-size: 20px
}

.custom-class-add-for-data .custom-all-data-in-one .accordion.active,
.custom-class-add-for-data .custom-all-data-in-one .accordion:hover {
    background-color: #244662 !important;
    color: #fff !important;
}

.customfiled-data input[type="checkbox"] {
    vertical-align: top !important;
}

body.checkout-index-index .customfiled-data input[type="checkbox"]+label:before,
body.checkout-index-index .customfiled-data input[type="checkbox"]+label:after {
    top: 15px;
}

body.checkout-index-index .customfiled-data .custom-checkbox input[type="checkbox"]+label:before,
body.checkout-index-index .customfiled-data .custom-checkbox input[type="checkbox"]+label:after {
    top: 5px;
}

.bss-onestepcheckout input[type="radio"] {
    border-radius: 0;
    border: 1px solid #91a2b0;
    outline: 0 !important;
    width: 11px;
    height: 11px;
    background: #fff;
}

.custom-checkbox {
    margin-bottom: 18px;
    margin-left: 0px;
    margin-top: 37px;
}

.custom-checkbox+.custom-checkbox {
    margin-top: 0;
}

.custom-checkbox label span {
    font-size: 18px;
    font-weight: 600;
    padding-left: 20px;
    display: inline-block
}


.customfiled-data .title-data:before {
    content: 'confirm order ';
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
    text-transform: capitalize;
}

.custom-class-add-for-data .custom-all-data-in-one .accordion:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    right: 40px;
    border-top: 5px solid #244662;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.custom-class-add-for-data .custom-all-data-in-one .accordion.active:before {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    border-top: 5px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.custom-class-add-for-data .custom-all-data-in-one .accordion:hover:before {
    border-top: 5px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;

}

.custom-class-add-for-data .custom-all-data-in-one .accordion:hover {
    border: none;
}

.custom-class-add-for-data .custom-all-data-in-one button.action.tocart.primary {
    height: 50px;
    padding: 0;
    line-height: 50px;
    background-color: #f7941c !important;
    border-color: #f7941c !important;
    min-width: 180px;
    text-align: center;
    margin: 0 auto 17px;
    display: block;
}

.custom-class-add-for-data .custom-all-data-in-one a.towishlist,
.custom-class-add-for-data .custom-all-data-in-one button.tocart {
    height: 50px !important;
    line-height: 50px !important;
    border-radius: 50px !important;
    font-size: 14px !important;
    min-width: unset !important;
    padding: 0 !important;
    width: 240px !important;
    margin: 10px auto !important;
    font-weight: 600 !important;
}

.custom-class-add-for-data .custom-all-data-in-one .action.towishlist {
    background-color: #244662;
    height: 50px;
    line-height: 50px;
    min-width: unset;
    display: block;
    border-radius: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    margin: 0 10px;
    margin-bottom: 25px;
}

body.catalog-product-view .custom-class-add-for-data .action.towishlist,
body.catalog-product-view .custom-class-add-for-data .action.tocart.primary,
body.catalog-product-view .custom-class-add-for-data .ajaxcompare-buttons {
    max-width: 343px;
    width: 100% !important;
    font-size: 16px !important;
    margin: 15px auto 15px !important;
    font-size: 16px !important;
}

body.catalog-product-view .custom-class-add-for-data .action.towishlist {
    display: none;
}

body.catalog-product-view .custom-class-add-for-data .ajaxcompare-buttons button:hover {
    background-color: #7ea1ca !important;
    border: #7ea1ca !important;
}

body.catalog-product-view .custom-class-add-for-data .panel-heading {
    padding: 0px;
}

body.catalog-product-view .custom-class-add-for-data .panel-body {
    border-top: transparent !important;
    background: #fff;
    padding: 0;
}

body.catalog-product-view .custom-class-add-for-data .panel:first-child .panel-body {
    padding: 15px 15px;
}

.panel-group {
    margin-bottom: 0
}

body.catalog-product-view .custom-class-add-for-data .panel-heading .panel-title a {
    display: block;
    background-color: #244564;
    padding: 34px 40px;
    position: relative;
    border-top: 5px solid #f4f4f4;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-align: left;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

body.catalog-product-view .custom-class-add-for-data .panel-heading .panel-title a.collapsed {
    background-color: #fff;
    color: #244662;
}

body.catalog-product-view .custom-class-add-for-data .panel-heading .panel-title a::after {
    position: absolute;
    right: 40px;
    top: 50%;
    content: '';
    border-top: 15px solid #fff;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    -webkit-transform: translatey(-50%) rotate(180deg);
    transform: translatey(-50%) rotate(180deg);
}

body.catalog-product-view .custom-class-add-for-data .panel-heading .panel-title a.collapsed::after {
    border-top: 15px solid #244662;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    -webkit-transform: translatey(-50%) rotate(0deg);
    transform: translatey(-50%) rotate(0deg);
}

body.catalog-product-view .custom-class-add-for-data .panel-body p:empty {
    display: none;
}

body.catalog-product-view .custom-class-add-for-data #collapseTwo .panel-body {
    padding: 0px !important;
}

body.catalog-product-view .custom-class-add-for-data .panel-group .panel+.panel {
    margin-top: 0px;
    margin-bottom: 50px;
}

body.catalog-product-view .custom-class-add-for-data #collapseTwo .panel-body table tr td {
    text-align: left;
    width: 50%;
    font-size: 20px;
}

body.catalog-product-view .custom-class-add-for-data #collapseTwo .panel-body table tr td:first-child {
    padding-left: 30px !important;
    font-weight: bold;
}



.custom-class-add-for-data .price-box.price-final_price {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
}

.catalog-product-view #mb-ajaxcompare-wrapper .ajaxcompare-success-box .product-name {
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    display: block;
}

body.catalog-product-view .custom-class-add-for-data .product-name {
    font-size: 20px !important;
    color: #244662;
    line-height: 25px;
    font-weight: normal !important;
    max-width: 80%;
    margin: 50px auto 25px;
}

.custom-class-add-for-data .custom-all-data-in-one .action.towishlist:hover {
    text-decoration: none;
}

.catalog-product-view #mb-ajaxcompare-wrapper .ajaxcompare-success-box img.image {
    margin: 0 auto;
    display: block;
    max-width: 35%;
}

body.catalog-product-view .custom-class-add-for-data .photo.image {
    padding-top: 45px;
}

.price-box.price-final_price span {
    font-size: 28px;
    font-weight: 600;
}

.custom-all-attributes-val tr td:first-child {
    font-weight: 600;
    color: #244662;
}

.custom-all-attributes-val tr td {
    border-top: 6px solid #f4f4f4;
}

.catalog-product-view .mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup-border {
    padding-top: 0;
    padding-bottom: 0;
    text-align: right;
}

.cust-social-data .a2a_kit_size_32.a2a_default_style {
    display: inline-block;
    vertical-align: middle;
}

.cust-social-data p {
    margin-bottom: 0;
    line-height: normal;
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
}

body .block-authentication .actions-toolbar>.secondary {
    padding-top: 0;
}

.bss-onestepcheckout .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable {
    -webkit-box-shadow: none
        /*0px 0px 1000px rgba(0,0,0,0.6)*/
    ;
    box-shadow: none
        /*0px 0px 1000px rgba(0,0,0,0.6)*/
    ;
    left: 50% !important;
    right: auto !important;
    margin: 0 auto !important;
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: fixed !important;
    max-width: 1360px;
    background: #fff;
    width: 100% !important;
    z-index: 9;
    padding: 35px 42px;
    margin-top: 27px;
    z-index: 99999999
}

.bss-onestepcheckout .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable form.form.forget .fieldset {
    margin-bottom: 0;
}

.bss-onestepcheckout .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable div#popup-modal {
    width: 100%;
    max-width: 1070px;
    margin: 0 auto;
}

.bss-onestepcheckout .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable form.form.forget {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.bss-onestepcheckout .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable form.form.forget .note {
    line-height: 35px;
    font-size: 20px;
    margin-bottom: 50px;
    color: #244662;
}

.bss-onestepcheckout .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable form.form.forget .email.required,
.bss-onestepcheckout .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable form.form.forget .actions-toolbar {
    max-width: 525px;
    margin: 0 auto;
}

.bss-onestepcheckout .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable form.form.forget .email.required input[type="email"] {
    width: 100%;
    border: none;
    font-style: normal;
    background: #f7f7f7;
    height: 50px;
    line-height: 50px;
    color: #244662;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.bss-onestepcheckout .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable form.form.forget .actions-toolbar .primary {
    float: right;
    margin: 0;
}

.bss-onestepcheckout .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable form.form.forget .actions-toolbar .primary button {
    min-width: 250px;
    background-color: #244662;
    border: none;
}

.bss-onestepcheckout .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable button.ui-dialog-titlebar-close,
.checkout-cart-index .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable button.ui-dialog-titlebar-close {
    position: absolute;
    top: 20px;
    font-weight: 500;
    right: 20px;
    color: #244662;
    height: auto;
    line-height: normal;
    text-decoration: underline;
}

.bss-onestepcheckout .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable button.ui-dialog-titlebar-close:hover,
.checkout-cart-index .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable button.ui-dialog-titlebar-close:hover {
    text-decoration: none;
}

.bss-onestepcheckout .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable button.ui-dialog-titlebar-close span,
.checkout-cart-index .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable button.ui-dialog-titlebar-close span {
    color: #244662;
    text-transform: capitalize;
    text-decoration: underline;
}

.bss-onestepcheckout .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable button.ui-dialog-titlebar-close:before,
.checkout-cart-index .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable button.ui-dialog-titlebar-close:before {
    content: 'x ';
    display: inline-block;
    color: #244662;
    margin-right: 5px;
}

.bss-onestepcheckout .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable div#popup-modal .page-title,
.checkout-cart-index .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable div#popup-modal .page-title {
    font-weight: 300;
    font-size: 48px;
    letter-spacing: 4px;
    color: #244662;
}


.brochure-tab {
    padding: 0 7.3vw;
    margin-bottom: 5%;
    background-image: url(./images/broucher_back_img.png);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding-bottom: 70px;
    background-size: cover;
}

.brochure-tab .tab {
    margin-bottom: 23px;
}

.cust-tab p {
    font-size: 14px;
    font-weight: 500;
}

.tab .tablinks.active p {
    font-weight: 600;
}

.checkout-index-index .opc-sidebar button.vat-exempt {
    background: #fff;
    color: #f7941c;
    border: 1px solid #f7941c;
    margin-left: 50px;
    text-transform: capitalize;
    position: absolute;
    top: auto;
    left: 0;
}

.custom-class-for-popup .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable {
    max-height: 80%;
    overflow-y: auto;

}

.custom-class-for-popup .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable h2 {
    font-size: 55px;
    font-weight: 300;
    letter-spacing: 4px;
    margin-top: 0;
    margin-bottom: 20px;
}

.custom-class-for-popup .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable .vat-description {
    margin-bottom: 0;
}

.custom-class-for-popup .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable .vat-exempt-yes {
    min-width: 257px;
    margin-right: 27px;
    display: inline-block;
    text-align: center;
}

.checkout-cart-index .ui-dialog .button-vat-set a:focus,
.checkout-cart-index .ui-dialog .button-vat-set a:visited,
.checkout-cart-index .ui-dialog .button-vat-set .alink:visited,
.bss-onestepcheckout .ui-dialog .button-vat-set a:focus,
.bss-onestepcheckout .ui-dialog .button-vat-set a:visited,
.bss-onestepcheckout .ui-dialog .button-vat-set .alink:visited {
    color: #fff;
}

.custom-class-for-popup .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable .vat-exempt-no {
    min-width: 451px;
    background-color: #f7941c;
    display: inline-block;
}

.checkout-cart-index .ui-dialog .button-vat-set a,
.bss-onestepcheckout .ui-dialog .button-vat-set a {
    line-height: 45px;
}

.custom-class-for-popup .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable .vat-exempt-no:hover,
.custom-class-for-popup .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable .vat-exempt-yes:hover {
    background-color: #7ea1ca
}

.custom-class-for-popup .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable .custom-top .vat-list-data {
    margin-top: 80px;
}

.custom-class-for-popup .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable .custom-top .vat-list-data strong {
    font-size: 20px;
    margin-bottom: 20px;
    display: block;
    letter-spacing: 0.8px;
}

.custom-class-for-popup .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable .custom-top .vat-list-data ul {
    padding: 0;
    margin: 0 0 0 30px;
}

.custom-class-for-popup .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable .custom-top .vat-list-data ul li {
    font-size: 20px;
    font-weight: 400;
    list-style-type: none;
    margin-bottom: 20px;
    position: relative;
}

.button-vat-set {
    text-align: right;
    margin-top: 65px;
}

.vat-e-left form select,
.vat-e-left form input,
form .vat-e-left select,
form .vat-e-left input {
    height: 50px;
    line-height: 50px;
    padding: 0 27px;
    background: #f7f7f7;
    border: none;
    margin-bottom: 6px;
    font-size: 16px;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    color: #244662;
}

.vat-e-left form select,
form .vat-e-left select {
    background-image: url(./images/selct_arrow_bg.png);
    background-repeat: no-repeat;
    background-position: center right 30px;
}

.custom-top {
    margin-bottom: 35px;
}

.vatexempt-e-main-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 35px;
}

.vatexempt-e-main-data>div {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}

.vatexempt-e-main-data .vat-e-left {
    padding-right: 8px;
}

.vatexempt-e-main-data .vat-e-right {
    margin-left: 20px;
}

.vatexempt-e-main-data .vat-e-right {
    margin-left: 20px;
    padding: 0;
    /*background-color: #f7f7f7;*/
    margin-top: 0px;
}

.vatexempt-e-main-data .vat-e-right .vat-e-title {
    line-height: 30px;
    font-size: 20px;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    color: #244662;
    font-weight: 500;
    margin-top: 0px;
    text-transform: none;
}

.product-data-vat .product-data-vat .prod-left {
    display: inline-block;
    width: calc(39% - 4px);
    vertical-align: middle;
}

.product-data-vat .product-data-vat .prod-right {
    width: calc(61% - 4px);
    display: inline-block;
    vertical-align: middle;
}

.product-data-vat .product-data-vat {
    margin: 25px 0;
}

.vat-product-data {
    margin-top: 35px;
    position: relative;
    display: inline-block;
    width: 100%;
}

.vat-product-data input.input-text {
    height: 50px;
    line-height: 50px;
    padding: 0 27px;
    background: #f7f7f7;
    border: none;
    margin-bottom: 6px;
    font-size: 20px;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    color: #244662;
}

.signature-vat .field.title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 13px;
    margin-top: 30px;
}

.vat-product-data .vat-checkbox input[type="checkbox"] {
    width: 15px;
    position: absolute;
    top: 3px;
    opacity: 0;
    margin: 0;
    z-index: 1;
    cursor: pointer;
    height: 15px;
}

.vat-product-data .vat-checkbox label {
    position: relative;
    padding-left: 25px;
    display: inline-block;
    font-weight: 600;
    cursor: pointer;
}

.vat-product-data .vat-checkbox label:before {
    content: '';
    display: block;
    position: absolute;
    top: 4px !important;
    left: -1px !important;
    width: 16px;
    height: 15px;
    background-color: #fff;
    border: 1px solid #244662;
}

.vat-product-data .vat-checkbox label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px !important;
    left: -1px !important;
    width: 16px;
    height: 15px;
    background: #f7941c;
    /* border-right: 2px solid #244662; border-bottom: 2px solid #244662; -webkit-transform: rotate(46deg); transform: rotate(46deg);*/
    opacity: 0;
    visibility: hidden;
}

.vat-product-data .vat-checkbox input[type=checkbox]:checked~label:after {
    opacity: 1;
    visibility: visible;
}

.signature-vat {
    float: left;
    max-width: 520px;
    width: 100%;
}


.product-data-vat .product-data-vat .p-name {
    margin-bottom: 0;
    letter-spacing: 0.8px;
}

.product-data-vat .product-data-vat .p-sku {
    margin-bottom: 0;
}

.vat-product-data>strong {
    font-size: 20px;
    letter-spacing: 0.8px;
}

.vat-cust-address {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 13px;
    margin-top: 30px;
}

.vat-e-left form .postcode input,
form .vat-e-left .postcode input {
    width: calc(100% - 170px);
    margin-right: 20px;
}

button.vat-exempt-lookup {
    position: absolute;
    right: 0;
    top: -3px;
}

.custom-vat-exempt div.mage-error[generated] {
    margin: 0 0 10px 0;
}

.custom-vat-exempt .postcode {
    position: relative
}

.vat-process-button {
    margin-top: 68px;
    text-align: right;
    float: right;
    margin-bottom: 10px;
}

.vat-process-button a {
    font-size: 16px;
    color: #244662;
    text-decoration: underline;
    margin-right: 21px;
}

.vat-e-title {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 13px;
    margin-top: 30px;
}

.vat-process-button button.vat-process-to-checkout {
    min-width: 315px;
    background-color: #f7941c;
}

.form.contact .telephone input {
    display: inline-block;
    width: calc(100% - 139px);
}

.form.contact select {
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    width: 122px;
    background-color: #f7f7f7;
    border: none;
    height: 60px;
    vertical-align: top;
    margin-left: 12px;
    background-image: url(./images/selct_arrow_bg_blue.png);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: auto;
}

.form.contact .telephone select,
.form.contact .name select,
.product-options-wrapper select {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    width: 122px;
    background-color: #f7f7f7;
    border: none;
    height: 50px;
    vertical-align: top;
    margin-left: 12px;
    background-image: url(./images/selct_arrow_bg.png);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: auto;
}

.product-options-wrapper select {
    width: 100%;
    height: 50px;
    margin-left: 0
}

.form.contact select {
    width: 100%;
    margin-left: 0;
    padding-left: 10px;
    /*font-size: 14px; */
}

.form.contact .communication {
    margin-left: 18.32%;
    position: relative;
}

.form.contact .communication input[type="checkbox"] {
    height: auto;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 9;
    cursor: pointer;
    opacity: 0;
}

.form.contact .communication input[type="checkbox"]+label {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    padding-left: 20px;
    color: #244662;
}

.form.contact .fieldset {
    margin-bottom: 20px;
}

.form.contact .communication input[type="checkbox"]+label:before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: -1px;
    width: 16px;
    height: 15px;
    background-color: #fff;
    border: 1px solid #244662;
}

.form.contact .communication input[type="checkbox"]+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 4px;
    width: 7px;
    height: 11px;
    border-right: 2px solid #244662;
    border-bottom: 2px solid #244662;
    -webkit-transform: rotate(46deg);
    transform: rotate(46deg);
    opacity: 0;
    visibility: hidden;
}

.form.contact .communication input[type="checkbox"]:checked+label:after {
    opacity: 1;
    visibility: visible;
}

a.action.sorter-action.sort-asc {
    display: none;
}

.custom-add-class-for-search .block-search .search label {
    width: auto;
    position: relative;
    height: auto;
    margin: 0;
    overflow: visible;
}

form.contact .fieldset .field div.mage-error[generated] {
    position: static;
    bottom: 0;
}

.top-footer form.contact .fieldset .field div.mage-error[generated] {
    position: static;
}

.form.contact .fieldset .field {
    position: relative;
}

.fieldset {
    clear: both;
}

/*.custom-add-class-for-search .cust-search-field {
    position: absolute;
    bottom: auto;
    width: 250px;
    right: 0;
    top: 90px;
}*/
.custom-add-class-for-search .cust-search-field input {
    height: 40px;
    background-color: #ffffff;
    border: 1px solid #244662;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #244662;
    padding-left: 10px;
}

.custom-add-class-for-search .cust-search-field .actions span {
    display: none;
}

body .searchsuite-autocomplete .price-box.price-final_price span {
    font-size: 16px;
    color: #244662;
}

.custom-add-class-for-search .cust-search-field .actions button {
    position: absolute;
    right: 11px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.custom-add-class-for-search .cust-search-field .actions button:before {
    cursor: pointer;
    font-size: 18px;
    line-height: 25px;
    color: #244662;
    display: block;
    text-align: center;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px auto;
    margin: 0 auto;
}

.product-reviews-summary .reviews-actions .action.add {
    white-space: normal;
}

.searchsuite-autocomplete .title {
    padding: 10px;
    margin-bottom: 5px;
    background: #f7f7f7;
    color: #244662;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.searchsuite-autocomplete .suggest {
    color: #244662;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.searchsuite-autocomplete .suggest .title {
    background: transparent;
}

body .searchsuite-autocomplete ul li {
    padding-right: 0 !important;
}

.pages .item a,
.pages .item strong {
    font-size: 18px;
    font-weight: 700;
    color: #244662;
    font-family: 'Montserrat', sans-serif;
    background: transparent;
}

.pages .item a:visited,
.pages .item strong {
    color: #244662;
}

.pages .action.next {
    margin-left: 8px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: url(./images/pagination_next.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}

.pages .action.previous {

    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: url(./images/pagination_prev.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}

.page-products .toolbar .pages {
    display: block;
    float: right !important;
    margin-bottom: 0;
    padding-top: 5px;
}

.list.products-list .product-item .details.product-item-details .cusm-read-more .action.more {
    float: right;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.list.products-list .product-item .details.product-item-details .cusm-read-more .action.more .amstockstatus-status-container {
    line-height: normal;
    display: block;
}

.list.products-list .product-item .details.product-item-details .cusm-read-more .action.more .price-including-tax+.price-excluding-tax:before,
.weee[data-label]:before {
    font-size: 12px;
    color: #fff;
}

.list.products-list .product-item .details.product-item-details .cusm-read-more .amstockstatus-category {
    margin-bottom: 0;
}

.modes-mode.mode-grid:before {
    background-image: url(./images/gride_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px auto;
    width: 24px;
    height: 24px;
    content: ' ';
}

.modes-mode.mode-list:before {
    background-image: url(./images/listview_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px auto;
    width: 24px;
    height: 24px;
    content: ' ';
}

.custom-add-class-for-search .block-search .search label:hover {
    text-decoration: underline;
}

.minicart-wrapper a.action.showcart:hover {
    text-decoration: underline;
}

.page-products .toolbar .limiter {
    display: block;
    float: left !important;
}

.page-products .toolbar .limiter label {
    font-size: 18px;
    font-family: 'Proxima Nova Rg';
    letter-spacing: 1px;
}

.ui-timepicker-div dl dt {
    height: auto;
    margin-bottom: 0px;
    font-size: 14px;
}

.ui-timepicker-div dl dd {
    margin: 10px 0;
}

.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: 0;
}

.ui-slider .ui-slider-handle {

    top: -3px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0;
    line-height: normal;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
}

.ui-datepicker {
    border: 2px solid #244662;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    font-size: 14px;
    padding: 10px 25px;
    height: auto;
    line-height: normal;
    margin-right: 4px;
}

.products.wrapper~.toolbar .sorter,
body .products.wrapper~.toolbar .modes {
    display: block;
}

.product-des {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    /*            align-items: center;*/
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 30px;
    min-height: 76px;
}

/*.product-des[style="height: 0px;"]{
    margin: 0
}*/
.product-des span {
    font-size: 12px;
    font-weight: 500;
    display: block;
    max-width: 100px;
    padding: 0 5px;
}

.product-des span:last-child {
    margin-top: 14px;
}

.product-des span:first-child {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 35px;
}

.product-des .product-des-battery {
    color: #82be42;
}

.product-des .product-des-weight span {
    color: #f7941c;
}

.product-des .product-des-lbs span {
    color: #0299d2;
}

.list.products-list .product.details.product-item-details .product-details {
    display: inline-block;
    width: calc(85% - 4px);
    vertical-align: middle;

}

.list.products-list .product-des {
    display: inline-block;
    width: 15%;
    vertical-align: middle;
    margin-bottom: 0;
}

.list.products-list .product-item-info {
    padding: 30px 15px !important;
}

.list.products-list .product-des div {
    margin-bottom: 30px;
}

.list.products-list .product-des div:last-child {
    margin-bottom: 0;
}

.list.products-list .product-des span {
    text-align: center;
    height: auto;
}

.minicart-items .item.product.product-item {
    display: block;
    padding: 10px;
    margin-bottom: 10px;
}

.block-minicart .block-content>.actions>.primary .action.primary {
    background-color: #244662;
    border: none;
    padding: 0px 17px;
}

.minicart-items .item.product.product-item .product-item-details a {
    font-size: 14px;
    font-weight: 600;
}

.minicart-items .item.product.product-item .product-item-details .item-qty {
    border-radius: 650%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    background: #fff;
    border: none;
    font-size: 16px;
    color: #244662;
    font-weight: 600;
    margin-right: 0;
    border: 2px solid #f7941c;
}

.minicart-wrapper .product .actions {
    margin: 0;
    margin-top: 20px;
}

body.checkout-index-index .opc-wrapper .checkout-payment-method .credit-card-types li:after {
    display: none;
}

.bss-onestepcheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods .payment-group .payment-method .payment-method-content form {
    max-width: unset;
}

.checkout-payment-method .ccard .year .select {
    width: 130px;
}

body.checkout-index-index .opc-wrapper .checkout-payment-method .credit-card-types li {
    display: inline-block !important;
    width: auto !important;
    padding: 0px 10px !important;
    margin: 0 !important;
}

body .minicart-items .update-cart-item {
    font-size: 1.1rem;
    vertical-align: top;
    display: inline-block;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
}

.minicart-items .product-item-details .details-qty label {
    font-size: 14px;
    font-weight: 500;
}

.cart-container .block.shipping .content .fieldset.estimate button {
    width: 100%;
}

.category-description h1.homepage-title {
    text-align: center;
}

.category-description-brand {
    float: left;
    width: 45%;
    margin: 0 auto;
    text-align: center;
}

.minicart-wrapper .action.showcart.active:before {
    content: '';
    display: block;
    margin: 0 auto 8px;
}

body.page-products.category-brand1 .page-main .columns {
    margin-bottom: 90px;
    padding-bottom: 0;
}

.minicart-items .item.product.product-item .product-item-photo {
    display: inline-block;
    float: none;
    vertical-align: middle;

}

.minicart-items .item.product.product-item .product-item-photo { max-width: 75px; }


.minicart-items .item.product.product-item .product-item-details {
    display: inline-block;
    width: calc(100% - 79px);
    vertical-align: middle;
    padding-left: 20px;
    text-align: left;
}

.cust-acc-prod-blck {
    counter-reset: section;
}

.owl-carousel .product-des span img {
    width: auto;
    margin: 0 auto;
}

.cart-container .cart.table-wrapper .shop-cart-ed-remove .action.action-delete:before {
    content: ' x';
    font-weight: 600;
    color: #244662;
    position: relative;
    top: 3px;
}

.catalog-product-view .mb-ajaxsuite-popup-wrapper {
    max-width: 56%;
    width: 100%;
}

.catalog-product-view .mb-ajaxsuite-popup-wrapper {
    max-height: 92%;
    overflow-y: auto;
}

.cust-contact-left .choice.newsletter {
    position: relative;
    margin-bottom: 10px;
}

.cust-contact-left .choice.newsletter input[type="checkbox"] {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    opacity: 0;
    z-index: 9;
}

.cust-contact-left .choice.newsletter input[type="checkbox"]+label {
    display: inline-block;
    padding-left: 11px;
    vertical-align: middle;
    font-size: 20px;
}

.cust-contact-left .choice.newsletter input[type="checkbox"]+label:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 7px;
    left: 1px;
    width: 11px;
    height: 11px;
    background-color: #fff;
    border: 1px solid #244662;
}

.cust-contact-left .choice.newsletter input[type="checkbox"]+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 4px;
    width: 4px;
    height: 8px;
    border-right: 1px solid #244662;
    border-bottom: 1px solid #244662;
    -webkit-transform: rotate(46deg);
    transform: rotate(46deg);
    opacity: 0;
    visibility: hidden
}

.cust-contact-left .choice.newsletter input[type="checkbox"]:checked+label:after {
    opacity: 1;
    visibility: visible;
}

.custom-see-more {
    text-align: right;
    margin-top: 45px;
}

.custom-see-more a {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background-color: #244662;
    padding: 12px 34px;
    border-radius: 50px;
    font-weight: 600;
}

.checkout-onepage-success .custom-caring-step .section_portable h1.homepage-title {
    text-align: center;
    position: relative;
    display: none;
}

button.blog-caring-read {
    float: right;
}

.cust-social-data .a2a_kit_size_32.a2a_default_style a span {
    background-color: #244662 !important;
    border-radius: 50%;
}

.cust-social-data .a2a_kit_size_32.a2a_default_style a span svg {
    width: 22px;
    height: 32px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: none;
}

.custom-collection-without-recent .post-view {
    padding-bottom: 50px;
}

.custom-collection-without-recent .custom-caring-step {
    padding-bottom: 100px;
}

.cms-about-us .post-list-container {
    padding-bottom: 70px;
}

body .block-viewed-products-grid .owl-carousel .owl-nav.disabled,
.block.crosssell .owl-carousel .owl-nav.disabled {
    display: none;
}

body.cms-about-us .page-main {
    max-width: 100%;
    padding: 0;
}

body.cms-about-us .page-main .column.main {
    max-width: 1470px;
    margin: 0 auto;
    padding: 0 15px;
}

.checkout-index-index .columns:after {
    content: ' ';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background: white;
    visibility: visible;
}

.cart-container .shipping-method-new-side strong {
    margin-bottom: 23px;
    display: block;
}

.minicart-items>span {
    display: inline-block;
    width: calc(100% / 4 - 4px);
    text-align: center;
    font-weight: 600;
    padding-bottom: 24px;
    font-size: 20px;
}

.minicart-items>span:first-child,
.minicart-items>span:nth-child(2) {
    text-align: left;
}

.row.cust-all-page-faqs {
    margin: 0;
}

.row.cust-all-page-faqs .cust-acc-prod-blck {
    padding: 0 15px;
}

body.account.page-layout-2columns-left .column.main * {
    color: #244662;
}

.page-bottom {
    max-width: 100% !important;
    padding: 0 !important;
    width: 100% !important;

}

.custom-caring-step .checkout-page-success-custom.row .password-section-side .field.name input {
    width: 100%;
}

.custom-caring-step .checkout-page-success-custom.row .actions-toolbar .primary button.btn-submit {
    padding: 0 40px;
    font-size: 18px;
    margin-top: 30px;
}

.custom-caring-step .checkout-page-success-custom input {
    font-family: 'Montserrat', sans-serif;
}



/* ------- register login page ----- */
.form.create.account fieldset legend span,
.login-container .block .block-title strong {
    font-size: 20px;
    font-weight: 600;
    vertical-align: top;
    font-family: 'Montserrat', sans-serif;
    color: #244662;
}

.login-container .block .block-title {
    border: none;
}

.feedback.feedback-email {
    width: 30px !important;
    height: 30px !important;
    background-size: 15px !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.customer-account-forgotpassword .page-main>.page-title-wrapper .page-title {
    margin-bottom: 0;
}

.form.create.account fieldset input,
.form.create.account fieldset select,
.form.form-login input,
.form.password.forget input[type="email"] {
    line-height: 50px;
    height: 50px;
    width: 100%;
    border: none;
    background-color: #f7f7f7;
    font-size: 16px;
    color: #244662;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    padding: 0 20px;

}

.form.create.account fieldset input[type="checkbox"] {
    width: auto;
    line-height: normal;
    height: auto;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    z-index: 9;
    opacity: 0;
}

.form.create.account fieldset .field.newsletter {
    position: relative;
}

.form.create.account fieldset input[type="checkbox"]+label a {
    color: #244662;
}

.form.create.account fieldset input[type="checkbox"]+label {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
    padding-left: 10px;
    color: #244662;
}

.form.create.account fieldset input[type="checkbox"]+label:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: 1px solid #244662;
}

.form.create.account fieldset input[type="checkbox"]+label:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 5px;
    height: 10px;
    border-right: 2px solid #244662;
    border-bottom: 2px solid #244662;
    -webkit-transform: rotate(46deg);
    transform: rotate(46deg);
    opacity: 0;
    visibility: hidden;
}

.form.create.account fieldset input[type="checkbox"]:checked+label:after {
    opacity: 1;
    visibility: visible;
}

form.create.account fieldset #password-strength-meter-container {
    margin-top: 10px;
}

.form.create.account fieldset legend {
    border: none;
}

.form.create.account fieldset .field {
    display: block;
    width: 100%;
}

body .form.create.account fieldset .field {
    display: block;
    width: 100%;
    padding: 0 !important;
}

.form.create.account .actions-toolbar .primary {
    float: none;
}

.form.create.account .actions-toolbar {
    text-align: right;
}

.form.create.account .actions-toolbar .primary button {
    margin: 0;
    background-color: #244662;
    border: none;
    font-size: 16px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

.form.create.account fieldset select {
    cursor: pointer;
    background-image: url(./images/selct_arrow_bg.png);
    background-repeat: no-repeat;
    background-position: center right 25px;
    background-size: auto;
}

.form.form-login .actions-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form.form-login .actions-toolbar .primary {
    float: none;
}

.form.form-login .actions-toolbar .primary button:hover,
.login-container .block-new-customer .actions-toolbar .create.primary:hover,
.form.create.account .actions-toolbar .primary button:hover {
    text-decoration: underline;
}

.form.form-login .actions-toolbar .primary button,
.login-container .block-new-customer .actions-toolbar .create.primary,
.form.create.account .actions-toolbar .primary button {
    font-family: 'Montserrat', sans-serif;
    background-color: #244662;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    padding: 0px 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    text-align: center;
    font-weight: 500;
    border: none;
    min-width: 240px;
}

.form.form-login .actions-toolbar .action.remind {
    margin: 0;
    color: #244662;
    font-size: 14px;
    font-weight: 500;
}

.form.form-login .actions-toolbar:before,
.form.form-login .actions-toolbar:after {
    display: none;
}

body .login-container .form.form-login fieldset .control {
    width: 100%;
}

form.create.account fieldset #password-strength-meter-container .password-strength-meter {
    font-size: 14px;
    font-weight: 500;
    background-color: transparent;
}

.login-container .block-new-customer .actions-toolbar .create.primary {
    margin: 0;
}

.login-container .block-new-customer .actions-toolbar .create.primary {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    border-radius: 50px;
}

input:focus,
select:focus,
button:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none;
}

.is-blog .post-list-wrapper .toolbar-amount {
    display: none;
}

.is-blog .post-list-wrapper .pages .items {
    display: block;
    font-weight: 400;
    text-align: right;
}

.is-blog .post-list-wrapper .pages .items .blog_element {
    display: inline-block;
}

.is-blog .post-list-wrapper .pages .item a {
    border: none;
}

body.is-blog.page-layout-2columns-left .sidebar li {
    margin: 20px 0;
    position: relative;
}

body.is-blog.page-layout-2columns-left .sidebar li a {
    font-size: 18px;
    font-weight: 400;
    color: #244662;
    display: block;
    padding: 0 0 0 25px;
}

body.is-blog.page-layout-2columns-left .sidebar .block-title {
    margin-bottom: 20px;
    padding-bottom: 0;
    border: none;

}

body.is-blog.page-layout-2columns-left .sidebar .block-title strong {
    font-weight: 700;
    letter-spacing: 1.5px;
}

body.is-blog.page-layout-2columns-left .sidebar .block {
    padding: 20px 30px;
    border-bottom: 3px solid #f4f4f4;
    margin-bottom: 0;
}

body.is-blog.page-layout-2columns-left .sidebar .block input {
    border: none;
    background-color: #f4f4f4;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 48px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #244662;
    background-image: url(./images/search_icon.png);
    background-repeat: no-repeat;
    background-position: 20px 50%;
    background-size: 20px auto;
}

body.is-blog.page-layout-2columns-left .sidebar .block button {
    display: block;
    width: 100%;
    margin-top: 27px;
}

/*body.is-blog.page-layout-2columns-left .sidebar .block input {
    background-image: url(./images/search_icon.png);
    background-repeat: no-repeat;
    background-position: center left 20px;
    background-size: 20px auto;
}*/
ul.header.links .greet.welcome,
ul.header.links .customer-welcome {
    display: inline-block;
}

.custom-extra-data-inone h1.homepage-title {
    margin: 0;
    margin-bottom: 10px;
    letter-spacing: 3px;
}

.custom-extra-data-inone p.video-description {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 34px;
    letter-spacing: 2.2px;
    font-family: 'Proxima Nova Rg';
    margin-bottom: 0;
}

.custom-extra-data-inone .video-content.form {
    background: #f7941c;
    border: none;
    min-width: 160px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    padding: 0;
    border-radius: 50px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.custom-extra-data-inone {
    padding: 40px 36px 40px 60px;
    background: #f6f6f6;
    position: relative;
    text-align: right;
}

.custom-contact-form-product:last-child {
    padding-left: 5.32%;
}

.product.info.detailed .product.data.items {
    margin-bottom: 100px;
}

.custom-img-for-contactus img {
    width: 100%;
}

.custom-img-for-contactus:after {
    content: ' ';
    display: block;
    width: 100%;
    position: absolute;
    height: 170px;
    left: 0px;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(./images/product-page-shape.png);
    bottom: -12px;
}

.custom-img-for-contactus {
    position: relative;
}

body .fotorama__nav__shaft {
    width: 100%;
    background: #fff;
}

.fotorama--fullscreen .fotorama__nav__shaft {
    display: none;
}

.fotorama__nav--thumbs {
    display: block;
    height: auto !important;
}

body .fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
    -webkit-transform: none;
    transform: none;
    height: auto;
    position: relative;
    top: 0;
    width: auto;
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

body .fotorama__thumb {
    background-color: transparent;
}

.filter-options-title:after {
    display: none;
}

.cart-container .block.discount .field .control {
    position: relative;
}

.cart-container .block.discount .field .control input+.mage-error {
    position: absolute;
    bottom: -24px;
}

.cart-container .block.discount .content .fieldset {
    margin: 0 0 0px;
}

/*
.amshopby-slider-container {
    margin: 0 auto;
    max-width: 144px;
}
*/
.amshopby-slider-container {
    margin: 0 auto;
    max-width: 100% !important;
}

ol.items.am-filter-items-attr_power li.item {
    margin: 0;
}

ol.items.am-filter-items-attr_power {
    overflow: hidden !important;
}

.brochure-sidebar .tab-title.active a {
    background-color: #244662;
    color: #fff;
}

.cd-bubble.clickdesk_bubble.top_to_bottom.bottom_fixed {
    bottom: auto;
}

.form.create.account fieldset .field.newsletter .modal {
    z-index: 999999;
    overflow: hidden;
}

.form.create.account fieldset .field.newsletter .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 50px;
    border: 1px solid #888;
    width: 60%;
    height: 80%;
    overflow-y: scroll;
}

body .clickdesk-minimalistic .cd-chat-inner .cd-form-sec textarea::-webkit-input-placeholder,
body .clickdesk-minimalistic .cd-chat-inner .cd-form-sec input.cd-form-text::-webkit-input-placeholder {
    color: #244662 !important;
    font-size: 12px !important;
}

body .clickdesk-minimalistic .cd-chat-inner .cd-form-sec textarea::-moz-placeholder,
body .clickdesk-minimalistic .cd-chat-inner .cd-form-sec input.cd-form-text::-moz-placeholder {
    color: #244662 !important;
    font-size: 12px !important;
}

body .clickdesk-minimalistic .cd-chat-inner .cd-form-sec textarea:-ms-input-placeholder,
body .clickdesk-minimalistic .cd-chat-inner .cd-form-sec input.cd-form-text:-ms-input-placeholder {
    color: #244662 !important;
    font-size: 12px !important;
}

body .clickdesk-minimalistic .cd-chat-inner .cd-form-sec textarea:-moz-placeholder,
body .clickdesk-minimalistic .cd-chat-inner .cd-form-sec input.cd-form-text:-moz-placeholder {
    color: #244662 !important;
    font-size: 12px !important;
}

.clickdesk-minimalistic .cd-chat-inner .cd-form-sec textarea::-webkit-input-placeholder,
.clickdesk-minimalistic .cd-chat-inner .cd-form-sec input.cd-form-text::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 16px !important;
    color: #244662 !important;
    font-style: normal !important;
    opacity: 1 !important;
    font-weight: 400;
    padding-left: 0;
}

.clickdesk-minimalistic .cd-chat-inner .cd-form-sec textarea::-moz-placeholder,
.clickdesk-minimalistic .cd-chat-inner .cd-form-sec input.cd-form-text::-moz-placeholder,
textarea::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
select::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 16px !important;
    color: #244662 !important;
    font-style: normal !important;
    opacity: 1 !important;
    font-weight: 400;
    padding-left: 0;
}

.clickdesk-minimalistic .cd-chat-inner .cd-form-sec textarea::-ms-input-placeholder,
.clickdesk-minimalistic .cd-chat-inner .cd-form-sec input.cd-form-text:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
select:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 16px !important;
    color: #244662 !important;
    font-style: normal !important;
    opacity: 1 !important;
    font-weight: 400;
    padding-left: 0;
}

.clickdesk-minimalistic .cd-chat-inner .cd-form-sec textarea:-moz-placeholder,
.clickdesk-minimalistic .cd-chat-inner .cd-form-sec input.cd-form-text:-moz-placeholder,
textarea:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
select:-moz-placeholder {
    /* Firefox 18- */
    font-size: 16px !important;
    color: #244662 !important;
    font-style: normal !important;
    opacity: 1 !important;
    font-weight: 400;
    padding-left: 0;
}

.contact-index-index .custom-cll-us .cust-clus-1 p {
    font-weight: 500;
    font-size: 16px;
}

.about-heading.custom-class-for-header {
    background-image: url(./images/about_background0.jpg);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.about-heading {
    background-image: url(./images/about_back_img01.jpg);
    padding: 50px;
    background-size: 100% auto;
    background-position: center center;
    min-height: 550px;
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-repeat: no-repeat;
}

.custom-data-finalnce {
    padding: 50px;
    background-size: 100% auto;
    background-position: center top;
    min-height: 550px;
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: url(./images/finance_1.jpg);
}

.custom-data-finalnce h1,
.custom-data-finalnce h2 {
    color: #fff;
}

.custom-data-finalnce h1 {
    margin: 0;
    font-size: 28px;
    text-align: right;
    margin-bottom: 20px;
    line-height: 50px;
}

.custom-another-imgae {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.custom-another-imgae img {
    max-width: 200px;
    margin-left: 20px;
}

.custom-another-imgae h2 {
    margin-top: 0;
}

.custom-data-finalnce h2 {
    font-size: 24px;
}

.about-heading.custom-class-for-header h2 {
    color: #244662;
}

.about-heading h2 {
    color: #fff;
    line-height: 50px;
    font-size: 28px;
}

.custom-looking-forward p a {
    color: #244662;
    font-weight: 600;
    text-decoration: underline;
}

.custom-looking-forward p {
    margin-bottom: 0;
    font-size: 18px;
    color: #244662;
}

.custom-finance-page {
    border: 1px solid #244662;
    margin-bottom: 50px;
}

.custom-finance-page .custom-bold-content {
    padding: 10px 16px;
    border-bottom: 1px solid #244662;
    font-weight: 600;
    font-size: 24px;
}

.custom-finance-page .custom-bold-para {
    padding: 10px 15px;
}

.custom-finance-page .custom-bold-para p {
    margin-bottom: 20px;
    line-height: 35px;
}

.custom-finance-page .custom-bold-para .top-footer {
    max-width: 100%;
}

.custom-blcok-welcm a:hover,
.post-list-item .mp-read-more:hover,
.top-footer button.action.submit.primary:hover,
.cusm-read-more a,
.product-item a.action.more:hover,
.box-tocart a.action.tocompare:hover,
.review-form .action.submit.primary:hover,
.custom-contact-form-product .form.contact button:hover,
.block-minicart .block-content>.actions>.primary .action.primary:hover,
.cust-continue-page-link a:hover,
body .cart-container .block.discount button.primary:hover,
.login-container .block-new-customer .actions-toolbar .create.primary:hover,
.form.form-login .actions-toolbar .primary button:hover,
.login-container .block-new-customer .actions-toolbar .create.primary:hover,
.form.create.account .actions-toolbar .primary button:hover,
.with-background-blk-grey .actions-toolbar .primary .action:hover,
.custom-see-more a:hover,
.feat-bottom button:hover,
.is-blog.wordpress-post-view .columns .artical>a:hover,
.blog_bulk li .post-data-read-more a:hover,
.is-blog.wordpress-post-view .columns .back-btn a:hover,
.bss-onestepcheckout .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable form.form.forget .actions-toolbar .primary button:hover,
.cust-cart-page-buttons .cust-checkout-page-link a:hover {
    background-color: #7ea1ca;
    text-decoration: none;
    border: none;
}

body .review-form .action.submit.primary:hover {
    color: #fff;
}

.custom-data-in-one-class h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 30px 0 20px;
    min-height: 50px;
    line-height: 1.5;
}

.custom-data-in-one-class>div {
    margin-bottom: 30px;
}

.portable_back_side button:hover {
    background-color: #244662;
}

.main-heading {
    font-weight: 500;
    text-align: center;
    font-size: 28px;
    color: #244662;
    text-decoration: underline;
}

.all-info-heading strong {
    font-size: 24px;
    text-decoration: underline;
    color: #244662;
    margin-bottom: 5px;
    display: block;
}

.brochure_main.sticky .brochure-sidebar {
    position: fixed;
    top: 0;
    z-index: 99;
    left: 5px;
    max-width: 250px;
}

.brochure_main.sticky .brochure-rightside {
    margin-left: 271px;
}

.brochure-sidebar {
    width: 270px;
}

.brochure-rightside {
    width: calc(100% - 270px);
}

.telephoneno select {
    background-image: url(./images/selct_arrow_bg.png);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: auto;
}

.telephoneno select {
    width: 175px;
    margin-left: 12px;
}

.product-reviews-summary .reviews-actions .action.view,
.product-info-main .product-reviews-summary .reviews-actions span {
    font-family: 'Montserrat', sans-serif;
    color: #244662;
}

.cms-brochure .page-wrapper .breadcrumbs {
    display: none;
}

.all-data h2,
.all-page-data h2 {
    text-align: center;
    margin-bottom: 20px;
}

.first-column-heading {
    margin-bottom: 25px;
}

.first-column-heading p {
    margin-bottom: 10px;
    line-height: normal;
}

.product-reviews-summary.empty .reviews-actions span {
    font-size: 22px;
    margin-right: 15px;
    color: #244662;
}

div#shipping-new-address-form .field._required:last-child {
    margin-bottom: 20px;
}

body.page-layout-2columns-left .sidebar .filter-options .filter-options-item .filter-options-content .items {
    max-height: none !important;
    padding-left: 0;
}

body .page-header .panel.wrapper {
    border-bottom: 1px solid #244662;
    padding: 5px 15px;
    background-color: #244662;
    text-align: right;
}

body .page-header .switcher {
    float: none;
}

body .page-header .header.panel {
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    max-width: 1470px;
}

.switcher.language.switcher-language {
    background: #fff;
    padding: 0px 10px;
    border-radius: 15px;
    vertical-align: middle
}

.switcher.language.switcher-language strong {
    font-size: 12px;
    color: #244662;
    font-weight: 600;
}

.switcher.currency.switcher-currency strong {
    font-size: 12px;
    color: #244662;
    font-weight: 600;
}

.switcher.currency.switcher-currency {
    padding: 5px 15px;
    background: #fff;
    border-radius: 15px;
    width: auto;
    overflow: visible;
    vertical-align: middle;
    min-width: 170px;

}

.switcher.currency.switcher-currency .switcher-options .action.toggle:after,
.switcher.language.switcher-language .switcher-options .action.toggle:after {
    content: ' ' !important;
    background-image: url(./images/selct_arrow_bg.png);
    background-repeat: no-repeat;
    background-position: top 5px right;
    background-size: 11px auto;
    width: 20px;
    height: 15px;

}

body .page-header .header.panel .switcher .dropdown li a {
    padding: 5px;
    font-size: 14px;
    text-align: left;
    color: #244662;
    font-weight: 500;
    border-bottom: 1px solid;
}

body .page-header .header.panel .switcher .dropdown li:last-child a {
    border: none;
}

body .page-header .header.panel .switcher .dropdown li:hover {
    background-color: #244662;
}

body .page-header .header.panel .switcher .dropdown li:hover a {
    color: #fff;
}

.bss-onestepcheckout .opc-wrapper #shipping div#checkout-step-shipping,
.bss-onestepcheckout .opc-wrapper #payment div#checkout-step-payment {
    margin-bottom: 0;
}

.checkout-index-index.custom-header-for-checkout div.opc-sidebar {
    position: fixed;
    max-width: 820px;
    width: 100%;
    right: 131px;
    top: 0;
}

.minicart-items .product-item-details .details-qty .qty-dec,
.minicart-items .product-item-details .details-qty .more.qty-inc {
    width: 38px;
    height: 40px;
    background: #f7941c;
    margin-top: 0;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border-radius: 100%;
    font-weight: 600;
}

.minicart-items .product-item-details .details-qty .qty-dec:hover,
.minicart-items .product-item-details .details-qty .more.qty-inc:hover {
    background: #7ea1ca;
}

ul.header.links li span.custom-show-logout {
    display: none;
}

.catalog-product-view .block.related .products.wrapper.grid.products-grid.products-related,
.catalog-product-view .block.upsell .products.wrapper.grid.products-grid.products-upsell {
    margin-bottom: 60px;
}


/*------ megha-menu css ----*/
.nav-sections .ves-megamenu {
    float: none;
    background: transparent;
}

.header.content .nav-sections .navigation {
    background: transparent;
    max-width: 1470px;
    padding: 0;
}

.header.content .nav-sections .navigation ul {
    text-align: center;
}

.header.content .nav-sections .navigation li {
    margin: 0;
    float: none;
}

.header.content .nav-sections .navigation>ul>li a {
    padding: 0 1.56vw;
    text-transform: capitalize;
    font-weight: 600;
    color: #244662;
    line-height: 40px;
    float: none;
    font-size: 0.94vw;
    letter-spacing: 0.8px;
    display: inline-block;
}

.ves-megamenu .nav-item.active>a {
    background: #244662 !important;
}

/*.header.content .nav-sections .navigation > ul >li:hover > a {
    background: #244662;
    color: #FFF !important;
}*/
@media (min-width: 768px) {
    body .ves-megamenu li.level0:hover>a {
        background-color: #244662 !important;
        color: #fff !important;
    }
}

.header.content .nav-sections .navigation li>.submenu {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    /*    min-height: 410px;*/
    min-height: auto;
    background: #244662;
    padding: 50px 80px 50px 80px;
    border-radius: 0px;
    width: 100%;
    z-index: 99999999;
    display: none;
}

.rightsidemenu a {
    background-color: transparent !important;
}

.rightsidemenu .megamenu-sidebar.right-sidebar {
    width: 100%;
}

.megamenu-content .submenu-left,
.item-content .submenu-left {
    margin-bottom: 15px;
}

body .ves-megamenu li.active>a {
    background: #244662;
    color: #FFF !important;
}

.header.content .nav-sections .navigation li>.submenu a.subitems-group {
    font-size: 14px;
    line-height: normal;
    padding: 0px 0px 10px 0px;
    text-transform: uppercase;
}

.submenu .megamenu-content .nav-item.level1>.nav-anchor.subitems-group {
    font-size: 18px !important;
}

.submenu .content-wrap>.megamenu-sidebar.right-sidebar {
    width: 20% !important;
    float: right !important;
    text-align: center;
}

.home-oxygen .submenu .content-wrap>.megamenu-sidebar.right-sidebar {
    width: 20%;
}

.submenu .content-wrap>.megamenu-content {
    width: 80% !important;
}




.content-wrap>.megamenu-sidebar.right-sidebar img {
    max-width: 270px;
}

.content-wrap .megamenu-content .item-content1>.mega-col {
    padding-right: 25px !important;
}

.header.content .nav-sections .navigation li .submenu a {
    background-color: transparent;
    color: #fff;
    position: relative;
    overflow: hidden;
    padding: 0;
    width: 100%;
    font-size: 16px;
}

.header.content .nav-sections .navigation li .submenu a:hover {
    color: #f08607;
}

/*.header.content .nav-sections .navigation li .submenu a > span.product-menuname {position: absolute;left: 5px;bottom: 5px;background: #244662;padding: 10px 10px;right: 5px; line-height: normal; display: inline-block;  }*/
.header.content .nav-sections .navigation li .submenu a>span.product-menuname {
    position: relative;
    left: 5px;
    bottom: 0px;
    background: #244662;
    padding: 10px 10px;
    right: 5px;
    line-height: 20px;
    display: inline-block;
    font-size: 14px;
}

.ves-megamenu img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease 5s;
    -webkit-transition: all .2s ease .2s;
    transition: all .2s ease .2s;
}

.ves-megamenu img:hover {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-transition: all .2s ease .2s;
    -webkit-transition: all .5s ease .2s;
    transition: all .5s ease .2s;
}

.header.content .nav-sections .navigation li .submenu .cust-title-dining-href a {
    font-size: 13px;
}

.header.content .nav-sections .navigation li>.submenu .submenu .active a {
    border: none;
    color: #f08607;
}

.header.content .nav-sections .navigation li>.submenu .submenu a {
    padding: 0;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0;
    line-height: normal;
    padding-bottom: 0px;
    margin-bottom: 0;
    text-transform: capitalize;
}

body .navigation .ves-megamenu .level0 .submenu .submenu {
    background: transparent;
}

.cms-home .modal {
    z-index: 999999;
}

body .top-footer {
    padding-top: 7vw;
    /*padding-bottom: 6.5vw;*/
    padding-bottom: 80px;
}

.cd-bubble.clickdesk_bubble.top_to_bottom {
    bottom: auto;
    top: auto;
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
    right: 0 !important;
    margin: 0 !important;
    bottom: 0 !important;
}

body .clickdesk-minimalistic .cd-bar {
    color: #fff !important;
    display: block;
    width: 209px;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 15px !important;
    font-weight: normal !important;
    line-height: 2.7em !important;
    text-align: center !important;
    /* margin-top: 1px!important; */
    background-color: #244662 !important;
    background-image: url(https://clickdesk.s3.amazonaws.com/chat_bar/images/up-arrow.png) !important;
    background-position: right center !important;
    background-repeat: no-repeat !important;
    border: none !important;
    border-bottom-width: 2px !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    position: relative !important;
    z-index: 9999 !important;
}

body .clickdesk-minimalistic .cd-bar:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: #7ea1ca !important;

}

body .list .products.list .product-item-name {
    min-height: unset;
}

.checkout-index-index .nav-toggle {
    display: none !important;
}

.header.content .nav-sections .navigation li>.submenu .submenu a:hover,
.header.content .nav-sections .navigation li>.submenu a.subitems-group:hover {
    color: #f08607;
}

.clickdesk-minimalistic .cd-eye-catcher {
    display: none !important;
}

.cust-social-data .a2a_kit_size_32.a2a_default_style a span:hover {
    background: #7ea1ca !important;
}

/*--- 29-07-2019---*/
.checkout-index-index .opc-sidebar .actions-toolbar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4.16vw;
}

.bss-onestepcheckout .opc-sidebar .discount-code #discount-form .payment-option-inner .label {
    display: none;
}

.bss-onestepcheckout .opc-sidebar .discount-code #discount-form .actions-toolbar {
    float: none;
    position: static;
    margin: 0px 0 0 0;
    min-width: 220px;
}

.bss-onestepcheckout .opc-sidebar .discount-code #discount-form .actions-toolbar .action {
    padding: 0 30px;
    width: 100%;
}

.bss-onestepcheckout .opc-sidebar .discount-code #discount-form .payment-option-inner {
    width: calc(100% - 240px);
}

.checkout-index-index .opc-sidebar .custome-image {
    float: left;
    width: 100%;
    padding-top: 0px;
    border-top: 6px solid #f4f4f4;
    margin-top: 25px;
}

.checkout-payment-method .ccard .cvv .input-text {
    width: 125px;
}

.checkout-payment-method .ccard .fields .select {
    padding-left: 25px;
    padding-right: 25px;
}

body.checkout-index-index .opc-wrapper ol li form .field-tooltip {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

body .table-wrapper.comparison .table>tbody>tr>td.info {
    background-color: #F4F4F4;
}

.table-comparison .product-item-photo {
    display: inline-block;
    margin: 0 auto 15px;
}

.table-comparison .custom-product-compare-data {
    display: inline-block;
    width: calc(100% - 145px);
    padding-left: 20px;
    vertical-align: top;
    position: relative;
    padding-bottom: 110px;
}

.table-comparison .custom-product-compare-data .product-item-actions.hidden-print {
    position: absolute;
    left: 20px;
    bottom: 0;
}

.table-comparison .custom-product-compare-data .product-item-name {
    margin-top: 0;
    font-size: 18px;
}

.table-comparison .custom-product-compare-data .price {
    font-size: 24px;
}

.table-comparison .custom-product-compare-data .price-box.price-final_price {
    margin-top: 0;
}

a.action.print.hidden-print {
    height: 50px;
    border-radius: 50px;
    background-color: #244662;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    padding: 10px 40px;
    font-size: 16px;
    border: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-image: url(./images/printer.png);
    background-repeat: no-repeat;
    background-position: center left 10px;
    background-size: 18px auto;
}

a.action.print.hidden-print:hover {
    text-decoration: none;
    background-color: #7ea1ca;
    color: #fff;
    border: none;
}

.checkout-index-index .opc-sidebar .table.table-totals .custom-tax-without-shipping td {
    vertical-align: top;
    padding-top: 15px !important;
    white-space: normal;
}

body .checkout-payment-method .ccard .month .select {
    width: 220px;
}

body .checkout-payment-method .ccard .year .select {
    width: 140px;
}

body .checkout-payment-method .credit-card-types img {
    -webkit-filter: none;
    -webkit-transition: none;
}

.bss-onestepcheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods .payment-group .payment-method .payment-method-content form .group-2>div {
    width: 50% !important;
}

.bss-onestepcheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods .payment-group .payment-method .payment-method-content form .group-2>div select {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
}

.checkout-payment-method .ccard .number .input-text {
    width: 100%;
}

.bss-onestepcheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods .payment-group .payment-method .payment-method-content form .cvv label {
    display: block !important;
}

.bss-onestepcheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods .payment-group .payment-method .payment-method-content form .cvv .control {
    display: block;
    padding: 0px;
}

.bss-onestepcheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods .payment-group .payment-method .payment-method-content form .cvv .control input {
    width: 100%;
    margin: 0;
}

.navigation .level0 .submenu .active>a {
    border-color: transparent !important;
}

.submenu .content-wrap>.megamenu-sidebar.right-sidebar .cust-title-dining-table {
    color: #fff;
    display: inline-block;
    font-size: 0.94vw;
    text-decoration: underline;
    font-weight: 600;
    margin-bottom: 10px;
}

.submenu .content-wrap>.megamenu-sidebar.right-sidebar .cust-title-dining-href a {
    text-decoration: underline;
}

.submenu .content-wrap>.megamenu-sidebar.right-sidebar .cust-title-dining-table:hover,
.submenu .content-wrap>.megamenu-sidebar.right-sidebar .cust-title-dining-href a:hover {
    color: #f08607;
}

#payment_form_sagepay .credit-card-types li.item::before {
    display: none;
}

body.checkout-index-index .opc-wrapper ol li form.form-billing-address {
    max-width: none;
}


body.checkout-index-index .opc-wrapper ol li .no-quotes-block {
    max-width: 100%;
    margin: 0 auto;
    border: none;
    position: relative;
    padding-left: 95px;
}

body.checkout-index-index .opc-wrapper ol li .no-quotes-block:before {
    content: ' Delivery';
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
    letter-spacing: 1.3px;
}

body.checkout-index-index .opc-wrapper ol li .no-quotes-block:after {
    content: '3.';
    background-color: #f7941c !important;
    display: inline-block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    line-height: 56px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-right: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
}





.minicart-wrapper .block-minicart .subtitle.empty {
    padding: 20px 0;
}

.minicart-wrapper .block-minicart {
    border: 1px solid #244662;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 20px;
}

body .minicart-wrapper .block-minicart:after {
    border-color: transparent transparent #244662 transparent;
}

body .minicart-wrapper .action.close:before {
    color: #244662;
}

.nav-item.submenu-left.dropdown-submenu.accessories1>a.subitems-group {
    opacity: 0;
}

.category-finance .modal {
    z-index: 999999;
}

/* ---- header ---- */
.cust-three-teasures #badge-ribbon {
    display: inline-block;
    vertical-align: middle;
    width: 356px;
    text-align: right;
    padding-left: 0%;
}

.cust-three-teasures #badge-ribbon iframe {
    min-width: 356px !important;
    height: 65px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -8px;
}

.cust-three-teasures #badge-ribbon iframe+iframe {
    margin-top: 0;
}

.cust-three-teasures #badge-ribbon iframe .BadgeRibbon {
    margin: 0 !important;
}

/* ---- header finsihs --- */
.header.content .nav-sections .navigation li .submenu .cust-title-dining-href a,
.submenu .content-wrap>.megamenu-sidebar.right-sidebar .cust-title-dining-table,
.submenu .content-wrap>.megamenu-sidebar.right-sidebar .cust-title-dining-table:hover {
    text-decoration: none;
}

.catalog-product-view .paypal-button-size-responsive {
    display: none;
}


/* ----- cokkies --- */
#m-cookienotice.v-bar.v-bottom {
    border: 0 !important;
}

#m-cookienotice a,
#m-cookienotice .m-button {
    margin-top: 10px;
    display: inline-block;
    border: none;
    text-decoration: none;
    padding: 0px 30px !important;
    background-color: #fff !important;
    border-radius: 30px !important;
    color: #244662 !important;
    font-weight: 500;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    margin-bottom: 15px;
}

span.titlecookie {
    border-bottom: 2px solid #f08607 !important;
}

.cust-all-teasures-in-one.mobile-view-custom {
    display: none;
}

#m-cookienotice.v-bar.v-bottom {
    position: fixed;
    bottom: 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    position: fixed;
    bottom: 0;
    border-top: 1px solid #244662 !important;
    border-bottom: 1px solid #244662 !important;
    background-color: #244662 !important;
    color: #fff;
    padding: 5px 40px;
}

.custm-class-frindly-advice.mobile-view-custom {
    display: none;
}

.submenu .content-wrap>.megamenu-sidebar.right-sidebar .cust-title-dining-table a {
    padding: 0;
}

.custom-caring-step button.blog-caring-read {
    margin-bottom: 60px;
}

/* 13-8-2019 */
body.page-layout-2columns-left .sidebar .filter-options .filter-options-item .items .items-children.-folding a input[type="checkbox"]+.label {
    font-size: 14px;
    line-height: normal;
}

/*--- My css ---*/
/*-14-8-2019-*/
div#carousel-widget {
    width: 900px !important;
    margin: 50px auto 0;
    position: relative;
    z-index: 1;
}

.CarouselWidget .reviewsContainer .reviewWrap .reviewHeader .author {
    font-size: 18px !important
}

.CarouselWidget .reviewsContainer .reviewWrap .reviewText p {
    color: #244662 !important;
    font-size: 22px !important;
    margin: 10px 0;
    padding: 0 5px;
    line-height: 38px !important;
    font-weight: 300 !important;
    letter-spacing: 2px;
}

._has-modal .modal-popup.confirm .modal-inner-wrap {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-box-shadow: none;
    box-shadow: none
}

._has-modal .modal-popup.confirm {
    visibility: visible;
    opacity: 1;
    z-index: 9999999
}

.owl-stage-outer {
    overflow: hidden;
    padding-bottom: 10px;
    /*height: auto !important*/
}

.brand-listing-menu .content-wrap>.megamenu-content {
    width: 100% !important;
}

.brand-listing-menu .content-wrap>.megamenu-content .hidden-xs.hidden-sm {
    margin-right: -20px;
}

.brand-listing-menu .content-wrap>.megamenu-content .product-menuname {
    display: none !important
}

.header.content .nav-sections .navigation li .submenu a>span.product-menuname .brand-listing-menu .itembgimg.cover-bg {
    background-size: 100% auto;
}

.header.content .nav-sections .navigation .brand-listing-menu .content-wrap>.megamenu-content a {
    padding: 0 20px;
    background: transparent;
    position: relative;
    overflow: visible;
    opacity: 1;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.header.content .nav-sections .navigation .brand-listing-menu .content-wrap>.megamenu-content a:hover {
    opacity: 0.7;
}

.header.content .nav-sections .navigation .brand-listing-menu .content-wrap .megamenu-content .item-content1>.mega-col>div {
    padding: 0 20px 0 40px;
}

.header.content .nav-sections .navigation .brand-listing-menu .content-wrap>.megamenu-content a:after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    border-bottom: 1px solid #96A7B5;
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.header.content .nav-sections .navigation .brand-listing-menu .content-wrap .megamenu-content .item-content1>.mega-col {
    border-right: 1px solid #96A7B5;
}

.header.content .nav-sections .navigation .brand-listing-menu .content-wrap .megamenu-content .item-content1>.mega-col>div:last-child a:after,
.header.content .nav-sections .navigation .brand-listing-menu .content-wrap .megamenu-content .item-content1>.mega-col:last-child {
    border: 0;
}

.megamenu-sidebar.right-sidebar a {
    width: 100%;
}

span.itembgimg.cover-bg>img {
    opacity: 1;
    width: 100%;
    height: auto;
    visibility: visible;
}

.brand-listing-menu span.itembgimg.cover-bg {
    background-size: 100% auto;
    max-width: 100%;
}

.brand-listing-menu span.itembgimg.cover-bg>img {
    height: 182px;
}

.megamenu-sidebar.right-sidebar .block-category-link-inline a {
    padding-bottom: 15px !important;
}

.megamenu-sidebar.right-sidebar .block-category-link-inline {
    display: block;
    margin: 0 0 10px 0;
}

.megamenu-sidebar.right-sidebar span.widget.block.block-category-link-inline a {
    padding-bottom: 38px !important;
}

.itembgimg.cover-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: block;
    max-width: 150px;
    height: auto;
    margin: 0 auto;
}

.minicart-wrapper .action.close {
    padding-top: 7px;
    top: 0 !important;
    right: 6px;
    min-width: unset;
}

.form-shipping-address .control .field-tooltip.toggle {
    display: none;
}

.form.contact .field p {
    margin-bottom: 0;
    line-height: normal;
    font-size: 18px;
}

.top-order-block {
    background: #fff;
    padding: 29px 69px;
    margin: 0 0 92px 0;
}

.call-order {
    padding: 22px 0;
    font-size: 20px;
}

.call-order strong {
    display: block;
    margin-bottom: 10px;
}

.call-order a {
    color: #F7941C;
}

.call-order a:hover {
    color: #244662;
}

.form.contact .fieldset h1.homepage-title {
    margin-bottom: 21px;
}

.custom-two-in-one .form.contact .fieldset h1.homepage-title {
    margin-bottom: 50px;
}

.form.contact .fieldset .field.note.no-label {
    margin-bottom: 34px;
}

.catalog-product-view .form.contact .note.no-label p {
    font-size: 22px;
    font-weight: 400;
    font-family: 'Proxima Nova Rg';
}

.catalog-product-view .form.contact .fieldset h1.homepage-title {
    margin-bottom: 21px;
    font-size: 48px;
    letter-spacing: 1px;
}

.catalog-product-view .form.contact .communication input[type="checkbox"]+label {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    padding-left: 20px;
    color: #244662;
    font-family: 'Proxima Nova Rg';
    font-weight: 400;
}

.custom-two-in-one .form.contact .fieldset .field {
    margin-bottom: 7px;
}

.catalog-product-view .custom-contact-form-product .control input[type="email"] {
    font-size: 22px;
    font-family: 'Proxima Nova Rg';
    font-weight: 400;
}

.cust-contact-right h1.homepage-title {
    /*margin:  0 0 13px 0;*/
    line-height: normal;
}

.top-footer input::-webkit-input-placeholder,
.call-me-request-popup input::-webkit-input-placeholder {
    font-weight: 400;
    color: #244662 !important;
    opacity: 1
}

.top-footer input::-moz-placeholder,
.call-me-request-popup input::-moz-placeholder {
    font-weight: 400;
    color: #244662 !important;
    opacity: 1
}

.top-footer input:-ms-input-placeholder,
.call-me-request-popup input:-ms-input-placeholder {
    font-weight: 400;
    color: #244662 !important;
    opacity: 1
}

.top-footer input:-moz-placeholder,
.call-me-request-popup input:-moz-placeholder {
    font-weight: 400;
    color: #244662 !important;
    opacity: 1
}

.close {
    color: #244662 !important;
    font-size: 17px !important;
    position: absolute;
    top: 27px !important;
    width: auto !important;
    right: 33px;
    opacity: 1 !important;
    font-weight: 300;
    text-decoration: none !important;
    text-shadow: none !important;
}

.modal-content.custom-view .close {
    color: #244662 !important;
    font-size: 17px !important;
    position: absolute !important;
    top: 27px !important;
    width: auto !important;
    right: 33px !important;
    opacity: 1 !important;
    font-weight: 300 !important;
    text-decoration: none !important;
    text-shadow: none !important;
}

.catalog-product-view .modal {
    z-index: 999999 !important;
}

.modal-content span.close:before {
    content: "x";
    font-size: 16px;
    margin-right: 13px;
    text-decoration: none;
}

.modal-content span.close:after {
    content: "";
    width: 43px;
    height: 1px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #244662;
}

.form.contact .fieldset .half-8 .field,
.form.contact .fieldset .half-4 .field {
    padding-bottom: 20px;
}

span.button-outer {
    clear: both;
    float: right;
    padding-top: 50px;
}

.catalog-product-view .product-options-bottom .price-box .price-container .price,
.catalog-product-view .product-info-price .price-box .price-container .price {
    font-size: 45px;
    line-height: 1.9;
    font-weight: 700;
    color: #244662;
    font-family: 'Proxima Nova Rg';
}

.product-info-main .product.attribute.overview .value ul,
.product-info-main .product.attribute.overview .value ul {
    padding-left: 22px;
    font-family: 'Proxima Nova Rg';
}

.product-info-main .product.attribute.overview .value ul li,
.product-info-main .product.attribute.overview .value ol li {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Proxima Nova Rg';
    padding-left: 10px;
    margin-bottom: 14px;
}

.product-info-main .product.attribute.overview h3 {
    font-weight: 700;
    font-family: 'Proxima Nova Rg';
    font-size: 20px;
    letter-spacing: 0.3px;
    margin-bottom: 15px;
}

.catalog-product-view .custom-contact-us-productpage.row {
    margin-bottom: 80px;
}

.choice.field.customfiled-data span[data-bind="text: description || label"] {
    font-size: 20px;
    line-height: 45px;
    font-weight: 400;
    color: #244662
}

button.action.action-cancel {
    padding: 0 17px;
}

.checkout-index-index .modal-popup .modal-inner-wrap {
    width: 100% !important;
    left: 50%;
    max-width: 71% !important;
    transform: translateX(-50%) !important;
    -webkit-transform: translateX(-50%);
    margin-left: 0 !important;
}

.checkout-index-index .modal-popup .modal-header,
.checkout-index-index .modal-popup .modal-content,
.checkout-index-index .modal-popup .modal-footer {
    padding: 22px 143px
}

.checkout-agreements-item-content h3 {
    font-size: 42px;
    font-weight: 300;
    letter-spacing: 4px;
    margin-bottom: 72px
}

.checkout-index-index .modal-popup .action-close>span,
.modal-slide .action-close>span {
    font-size: 18px;
    color: #000;
    position: static;
    text-transform: none !important;
    text-decoration: underline
}

/*.checkout-index-index  .modal-popup .modal-footer, */
.cust-your-order-share .cust-social-data p {
    display: none
}

.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
    vertical-align: middle !important;
    font-size: 10px !important;
    margin-right: 10px;
}

.checkout-index-index .modal-slide .action-close {
    padding-right: 20px !important
}

.cusom-data-shipping {
    font-size: 20px;
    line-height: 45px;
}

.table-checkout-shipping-method tbody td {
    font-size: 16px;
}

.form.password.forget .actions-toolbar {
    margin-top: 30px !important;
    display: block;
}

.checkout-onepage-success .page.messages {
    margin: 0 auto 3px;
}

.a2a_default_style a {
    padding: 0 6px;
}

.checkout-success #order-product-slider.owl-carousel.owl-drag .owl-item li.item {
    padding-left: 10px;
    padding-right: 10px;
}

.checkout-cart-index .cart-summary table.totals td.amount[data-th="Discount"] span span,
td.amount span.price[data-th="checkout.sidebar.summary.totals.discount"] {
    color: #f7941c;
}

.form.form-edit-account select,
.form.form-edit-account fieldset input,
.account form.form-address-edit fieldset.fieldset .field input,
.account form.form-address-edit fieldset.fieldset .field select {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid #ccc;
    font-size: 16px;
    font-family: 'Proxima Nova Rg';
    font-weight: 400;
    height: 50px;
}



.form.form-edit-account fieldset input::-webkit-input-placeholder {
    font-size: 16px;
}

.form.form-edit-account fieldset input::-moz-placeholder {
    font-size: 16px;
}

.form.form-edit-account fieldset input:-ms-input-placeholder {
    font-size: 16px;
}

.form.form-edit-account fieldset input:-moz-placeholder {
    font-size: 16px;
}

.account form.form-address-edit fieldset.fieldset .field input::-webkit-input-placeholder {
    font-size: 16px;
}

.account form.form-address-edit fieldset.fieldset .field input::-moz-placeholder {
    font-size: 16px;
}

.account form.form-address-edit fieldset.fieldset .field input:-ms-input-placeholder {
    font-size: 16px;
}

.account form.form-address-edit fieldset.fieldset .field input:-moz-placeholder {
    font-size: 16px;
}


.form.form-edit-account .field.choice {
    clear: both;
    text-align: left;
}

.form.form-edit-account fieldset input[type="checkbox"] {
    height: auto;
    text-align: left;
    height: auto !important;
    width: auto !important;
    display: inline-block !important;
    vertical-align: middle;
    margin: 0;
    line-height: normal !important;
    position: relative;
    cursor: pointer;
    z-index: 9;
    opacity: 0;
}

.form.form-edit-account fieldset input[type="checkbox"]+label {
    position: relative
}

.form.form-edit-account fieldset input[type="checkbox"]+label:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 4px;
    left: -16px;
    width: 11px;
    height: 11px;
    background-color: #fff;
    border: 1px solid #91a2b0;
}

.form.form-edit-account fieldset input[type="checkbox"]+label:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 4px;
    left: -16px;
    width: 11px;
    height: 11px;
    background-color: #f7941c;
    opacity: 0;
    visibility: hidden;
}

.form.form-edit-account fieldset input[type="checkbox"]:checked+label:after {
    opacity: 1;
    visibility: visible;

}

.form-edit-account .fieldset.password {
    text-align: left;
    clear: none;
}

.feedback.feedback-phone {
    width: 30px !important;
    height: 30px !important;
    background-size: 15px !important;
    top: 50% !important;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
}

.page-title span.base {
    font-weight: 300;
    color: #244662;
    font-size: 48px;
}

.page-title-wrapper.product .page-title span.base {
    font-weight: 700;
    font-size: 32px;
}

.product-info-main h1.page-title span {
    font-weight: 700;
    font-size: 33px;
}

.product-info-main .page-title-wrapper h1 {
    margin-bottom: 20px !important;
}

.product-info-main .product-info-price .price-box .price-container>span {
    margin: 0 0 13px 5px;
}

.product-info-main .product.attribute.overview p {
    margin-bottom: 7px;
}

.product-info-main .product.attribute.overview .value ul li,
.product-info-main .product.attribute.overview .value ol li {
    padding-left: 10px;
}

.product-info-main .product.attribute.overview .value ul,
.product-info-main .product.attribute.overview .value ul {
    padding-left: 26px;
}

.product.info.detailed p {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 10px 0;
}

.product.info.detailed table p {
    margin: 0;
}

.product.info.detailed .product.attibute h3 {
    margin: 0;
    font-weight: 600;
    font-size: 21px;
    letter-spacing: 1px;
}

.product.info.detailed .product.attibute ul {
    padding: 0;
    margin: 62px 20px 0;
    float: left;
    width: 100%;
}

.product.info.detailed .product.attibute ul li {
    width: 20%;
    display: list-item;
    float: left;
    max-width: 100%;
    list-style: none;
    line-height: 22px;
    font-size: 19px;
    font-weight: 500;
    margin: 0 0 43px 0;
}

.product.info.detailed .product.data.items>.item.content {
    padding: 45px 60px;
}

.product.info.detailed .product.attibute ul li:before {
    content: "·";
    font-size: 85px;
    vertical-align: middle;
    line-height: 22px;
    position: relative;
    top: -8px;
    right: 12px;
    padding: 0 0 0 10px;
}

.product-info-main {
    margin: 0 0 60px 0;
}

.custom-all-content-in-one-pro-page .custom-extra-data-inone {
    padding: 15px 36px 40px 60px;
}

.catalog-product-view .custom-contact-us-productpage.row.top-footer {
    max-width: 100%;
    padding: 0;
}

.product-info-price .price-box .price-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-info-price .price-box .price-container .price-including-tax:nth-of-type(1):after {
    content: ' (' attr(data-label)')';
    color: #244662;
    font-size: 15px;
    font-weight: 400;
}

/*.product-info-price .price-box .price-container .price-including-tax:nth-of-type(1) .price{font-size: 16px; font-weight: 100;}*/
.product-info-price .price-box .price-container .price-including-tax+.price-excluding-tax:nth-of-type(2):before {
    font-size: 16px;
    font-weight: 100;
    display: none;
}

.product-info-price .price-box .price-container .price-including-tax+.price-excluding-tax:nth-of-type(2) .price {
    font-size: 45px;
    font-weight: 700;
}

.magnifier-preview {
    background: url(../images/add_vhost-php.png) no-repeat center center;
    width: 28px;
    height: 28px;
    background-size: 100%;
    /*bottom: 20% !important;left: 20px !important;top: auto !important;*/
    background-size: 100%;
}

.product.info.detailed {
    margin-top: 70px;
    float: left;
    width: 100%;
}

.fotorama__arr,
.fotorama__thumb__arr {
    background-color: transparent
}

.fotorama__arr--prev .fotorama__arr__arr,
.fotorama__arr--next .fotorama__arr__arr {
    width: 18px !important;
    height: 18px !important;
    background: none !important;
    border-radius: 5px;
}

.fotorama__arr--prev .fotorama__arr__arr {
    border-left: 16px solid transparent;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-right: 16px solid #244662;
}

.fotorama__arr--next .fotorama__arr__arr {
    border-left: 16px solid #244662;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-right: 16px solid transparent;
}

.fotorama__fullscreen-icon:before {
    content: "close";
    color: #244662;
    padding-left: 24px;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 500;
    text-decoration: underline
}

.fotorama--fullscreen .fotorama__fullscreen-icon:after,
.fotorama--fullscreen .fotorama__fullscreen-icon:focus:after {
    content: "x";
    font-size: 22px;
    color: #244662;
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'Proxima Nova Rg';
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.fotorama--fullscreen .fotorama__fullscreen-icon {
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: left;
    background: none;
    top: 19px;
    right: 20px;
}

.rightsidemenu {
    width: 25%;
    float: right;
}

.products-related .owl-item {
    float: left;
}

.products-related .owl-stage-outer,
.products-upsell .owl-stage-outer {
    overflow: hidden;
    padding-bottom: 10px;
    /*height: auto !important*/
}

.gallery-placeholder {
    position: relative
}

.gallery-placeholder .loading-mask,
.loading-mask {
    z-index: 0 !important
}

#m-cookienotice .m-message {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px;
    color: #fff;
    width: auto !important
}

#m-cookienotice.v-bar.v-bottom .m-message.title,
#m-cookienotice.v-bar.v-bottom .m-message {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px !important;
    color: #fff;
}

#m-cookienotice.v-bar.v-bottom {
    position: fixed;
    bottom: 0;
    border-top: 1px solid #244662;
    border-bottom: 1px solid #244662;
    background-color: #244662;
    color: #fff;
    padding: 5px 40px 35px 40px !important;
    z-index: 999999;
}

/*#cust-slider-upsell .item,#cust-slider-upsell .product-item-info { width: 100%; }*/
#block-related-heading .ajax-addto-title {
    display: none;
}

li.item.current {
    position: relative
}

li.item.current strong.page:after {
    content: "";
    width: 10px;
    height: 2px;
    background: #244662;
    display: block;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.pages .action.next:before,
.pages .action.previous:before {
    width: 10px;
    height: 10px;
    font-size: 0;
}

.product-items .owl-item {
    float: left;
}

#cust-slider-upsell {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

.products-upsell {
    position: relative;
}

span.success {
    margin: 10px 0;
    padding: 12px 10px 12px 12px;
    display: block;
    font-size: 1.3rem;
    background-color: #e5efe5 !important;
    color: #006400;
    position: relative;
    text-align: center;
    opacity: 1;
    width: 100%;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    opacity: 1;
    text-shadow: none;
}

.price-including-tax+.price-excluding-tax:before,
.weee[data-label]:before {
    content: attr(data-label) ': ';
    font-size: 1.1rem;
    color: #244662;
    font-family: 'Proxima Nova Rg';
    font-size: 16px;
    font-weight: 400;
}

.product-options-bottom .price-box .price-container .price-including-tax+.price-excluding-tax .price,
.product-info-price .price-box .price-container .price-including-tax+.price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee+.price-excluding-tax .price,
.product-info-price .price-box .price-container .weee+.price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee .price,
.product-info-price .price-box .price-container .weee .price {
    color: #244662;
    font-family: 'Proxima Nova Rg';
    font-size: 16px;
    font-weight: 400;
}

.product-info-main .product-info-price .price-box .price-container>span {
    color: #244662;
}

.product-options-wrapper .field.configurable.required {
    width: 33.33%;
}

.product-add-form .product-options-wrapper .field .control {
    width: 90% !important;
}

.checkout-cart-index .cart-summary .totals-tax td.amount {
    padding: 40px 0 !important;
}

#cust-slider-crosssell .product-item-description .item-desc,
#cust-slider-upsell .product-item-description .item-desc,
#cust-slider-related .product-item-description .item-desc {
    min-height: 40px;
}

#cust-slider-related .product-item-description,
#cust-slider-upsell .product-item-description {
    min-height: 200px;
}

#cust-slider-crosssell .product-item-description {
    min-height: 90px;
}

.modals-overlay {
    z-index: 999999;
    background-color: rgba(0, 0, 0, 0.6);
}

.modal-popup {
    z-index: 9999999
}

#rectlyview .product-item-info {
    overflow: hidden;
}

.account form.form-address-edit fieldset.fieldset .field.telephone .control>div {
    width: 100% !important;
}

.product-item-details .vat-exempt,
.cart.table-wrapper .vat-exempt {
    background: none;
    color: #f7941c;
    border: 2px solid #f7941c;
}

.fotorama1567421249024 .fotorama__nav--thumbs .fotorama__nav__frame {
    margin: 0 10px !important;
}

.product-item-details .vat-exempt:hover,
.cart.table-wrapper .vat-exempt:hover {
    background: #244662;
    color: #fff;
    border: 2px solid #244662;
}

.button-outer {
    background: #fff;
    text-align: left;
    padding-left: 13vw;
    padding-bottom: 20px;
    padding-top: 20px;
}

/* .checkout-cart-index .ui-dialog[aria-describedby="vat-popup"], .catalog-product-view .ui-dialog[aria-describedby="vat-popup"] {width: 100% !important;max-width: 72%;background: #fff;position: fixed !important;top: 50% !important;left: 50% !important;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);z-index: 9999999999;max-height: 80%;overflow-y: auto; padding: 50px; -webkit-box-shadow: none; box-shadow: none; } */
.checkout-cart-index .ui-dialog[aria-describedby="vat-popup"],
.catalog-product-view .ui-dialog[aria-describedby="vat-popup"]{
    width: 100% !important;
    max-width: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9999999999;
    max-height: 80%;
    overflow-y: auto;
    padding: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-height: 100%;
    height: 100vh !important;
    overflow: hidden !important;
    max-height: 100vh !important;
}


.checkout-cart-index .ui-dialog[aria-describedby="vat-popup"] div#vat-popup,
.catalog-product-view .ui-dialog[aria-describedby="vat-popup"] div#vat-popup {
    background: #fff;
    width: 80vw !important;
    margin: 0 auto;
    padding: 30px;
    height: 80vh !important;
    overflow-y: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
/*.checkout-cart-index .ui-dialog:after {content: "";width: 100%;height: 100%;left: 0;top: 0;position: fixed;display: block;background: rgba(0,0,0,0.5);z-index: -2;}*/
.checkout-cart-index .ui-dialog .custom-top h2 {
    color: #244662;
    font-family: Montserrat;
    font-size: 48px;
    font-weight: 300;
    letter-spacing: 3.85px;
    line-height: 45px;
    margin-bottom: 28px;
}

.checkout-cart-index .ui-dialog .button-vat-set button,
.checkout-cart-index .ui-dialog .button-vat-set a,
.bss-onestepcheckout .ui-dialog .button-vat-set a {
    padding: 0 54px
}

.custom-class-for-popup .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable .custom-top .vat-list-data ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    background: #244662;
    position: absolute;
    left: -30px;
    top: 9px;
}

/*.form.vatexempt .field.title.required select {max-width: 320px;}*/
.overlay-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: block;
    left: 0;
    top: 0;
    z-index: 999999;
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
    transform: translate3d(0px, 0, 0) !important;
    -webkit-transform: translate3d(0px, 0, 0) !important;
    opacity: 1 !important;
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
    transform: translate3d(0px, 0, 0) !important;
    -webkit-transform: translate3d(0px, 0, 0) !important;
    opacity: 1 !important;
}

.fotorama__thumb__arr--left .fotorama__thumb--icon {
    background-position: -25px -265px;
    border-left: 15px solid transparent;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #244662;
    height: 20px;
    width: 20px !important;
    padding: 0;
}

.fotorama__thumb__arr--right .fotorama__thumb--icon {
    background-position: 0 0;
    width: 20px !important;
    height: 20px;
    border-left: 15px solid #244662;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid transparent;
    padding: 0;
}

.catalog-product-view .fotorama__stage {
    height: calc(100vh - 70px) !important;
}

input[name="telephone"]+.field-tooltip.toggle {
    display: none;
}

.checkout-index-index .opc-wrapper ol li input::-webkit-input-placeholder {
    font-size: 14px;
}

.checkout-index-index .opc-wrapper ol li input::-moz-placeholder {
    font-size: 14px;
}

.checkout-index-index .opc-wrapper ol li input:-ms-input-placeholder {
    font-size: 14px;
}

.checkout-index-index .opc-wrapper ol li input:-moz-placeholder {
    font-size: 14px;
}

/* Product Brochure Page css */
.product-info-gallery .pro-item-description>div {
    width: 25%;
    float: left;
    text-align: center;
    font-size: 12px;
}

.pro-overview {
    display: block;
    clear: both;
}

span.icon-img {
    width: 100%;
    max-width: 64px;
    display: block;
    margin: 0 auto
}

.sky-blue-color .circle-block,
.sky-blue-color .circle-block {
    background-color: #0299d2
}

.green-color .circle-block {
    background-color: #82be42
}

.orange-color .circle-block {
    background-color: #f7941c
}

.circle-block {
    width: 132px;
    height: 132px;
    border-radius: 50%;
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sky-blue-color>span {
    color: #0299d2
}

.green-color>span {
    color: #82be42
}

.orange-color>span {
    color: #f7941c
}

.circle-block span {
    display: block;
    font-size: 22px;
    font-weight: 600;
    margin: 2px 0;
}

.outer-element {
    width: 100%;
}

.crosssell #block-crosssell-heading .ajax-addto-title {
    margin-bottom: 0;
}

.product-info-gallery .pro-item-description>div>span.item-name {
    font-size: 16px;
    font-weight: 500;
    margin-top: 16px;
    display: block;
    margin-bottom: 20px;
}

.product-info-gallery .container {
    max-width: 1330px;
    width: 100%;
}

.product-img-info {
    text-align: center;
}

.pro-overview {
    padding-top: 42px;
    display: block;
    clear: both;
    padding-left: 18px;
}

.pro-overview p,
.pro-overview h1 {
    font-size: 22px;
    font-weight: 500;
    color: #244662;
    line-height: 42px;
    padding-right: 10px;
    margin-top: 0
}

.product-info-gallery .pro-item-description {
    overflow: hidden;
    max-width: 622px;
}

.product-info-gallery .brand-logo {
    margin-bottom: 58px
}

.product-info-gallery .brand-logo img {
    max-width: 380px;
}

section.product-info-gallery {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 254, 254, 0)), to(rgba(213, 213, 213, 1)));
    background: linear-gradient(to bottom, rgba(254, 254, 254, 0) 0%, rgba(213, 213, 213, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00fefefe', endColorstr='#d5d5d5', GradientType=0);
    position: relative;
    padding-bottom: 125px;
    margin-bottom: 75px;
    padding-top: 10px;
}

.buttons-block.scrollimage {
    margin-top: 20px;
}

.product-info-gallery:after {
    content: "";
    width: 100%;
    height: 125px;
    background: url(../images/bottom-shadow.jpg) no-repeat bottom center;
    position: absolute;
    bottom: 0;
    left: 0;
}

.slider-controll span:first-child {
    max-width: 40px;
    width: 100%;
    display: block;
    margin: 0 auto;
    min-height: 60px;
}

.slider-controll span:last-child {
    font-size: 14px;
    font-weight: 500;
    color: #244662;
    display: block;
    text-align: center
}

#sync2 {
    margin-bottom: 50px;
    overflow: hidden
}

#sync2 .item {
    width: 100%;
    float: left;
}

div#sync1 {
    clear: both
}

.buttons-block {
    text-align: center;
}

.buttons-block ul {
    text-align: center;
    margin: 0;
    padding: 0
}

.buttons-block ul li {
    list-style: none;
    display: inline-block;
    margin: 0 10px;
    padding: 0
}

.buttons-block ul li a,
.buy-now-btn {
    text-decoration: none;
    padding: 0 30px 0 60px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    display: block;
    position: relative;
    background-color: #244662;
    border-radius: 30px;
    text-transform: uppercase
}

.buttons-block ul li a.view-more-btn:before {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
    content: "";
    width: 10px;
    height: 10px;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    left: 22px;
    top: 50%;
    margin: 0;
    padding: 0;
    border-radius: 3px;
}

.buttons-block ul li a.book-free-btn {
    background: #244662 url(../images/book-icon.png) no-repeat;
    background-position: 21px 50%
}

.buttons-block ul li a.buy-now-btn,
.buy-now-btn {
    background: #f7941c url(../images/cart-icon.png) no-repeat;
    background-position: 14px 50%;
    background-size: auto 17px;
}

.buttons-block ul li a.download-btn {
    background: #244662 url(../images/sprite-icon.png) no-repeat;
    background-position: -77px -463px
}

.buttons-block ul li:hover a {
    background-color: #7ea1ca;
}

button.buy-now-btn:hover {
    background: #7ea1ca url(../images/cart-icon.png) no-repeat;
    background-position: 21px 50%
}

.sidebar-block {
    position: relative;
    z-index: 1;
}

.sidebar-block ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.sidebar-block li {
    list-style: none;
    margin: 0 0 5px 0;
    padding: 0
}

.sidebar-block li a {
    display: block;
    padding: 22px 25px 22px 68px;
    background: #f4f4f4;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    color: #244662;
}

.sidebar-block li.active a,
.sidebar-block li:hover a {
    background: #244662;
    color: #fff;
}

.sidebar-block li a:before {
    background: url(../images/sprite-icon.png) no-repeat;
    content: "";
    width: 40px;
    height: 35px;
    display: block;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.sidebar-block li.video-icon a:before {
    background-position: 0px 0px;
}

.sidebar-block li.overview-icon a:before {
    background-position: 3px -75px;
}

.sidebar-block li.key-icon a:before {
    background-position: -2px -159px;
}

.sidebar-block li.specifications-icon a:before {
    background-position: -2px -234px;
}

.sidebar-block li.reviews-icon a:before {
    background-position: -2px -312px;
}

.sidebar-block li.buy-now-icon a:before {
    background-position: -2px -389px;
}

.sidebar-block li.downloads-icon a:before {
    background-position: 4px -468px;
}

.sidebar-block li.book-icon a:before {
    background-position: 6px -545px;
}


.sidebar-block li.video-icon.active a:before,
.sidebar-block li.video-icon:hover a:before {
    background-position: -90px 0px;
}

.sidebar-block li.overview-icon.active a:before,
.sidebar-block li.overview-icon:hover a:before {
    background-position: -90px -75px;
}

.sidebar-block li.key-icon.active a:before,
.sidebar-block li.key-icon:hover a:before {
    background-position: -92px -159px;
}

.sidebar-block li.specifications-icon.active a:before,
.sidebar-block li.specifications-icon:hover a:before {
    background-position: -92px -234px;
}

.sidebar-block li.reviews-icon.active a:before,
.sidebar-block li.reviews-icon:hover a:before {
    background-position: -92px -312px;
}

.sidebar-block li.buy-now-icon.active a:before,
.sidebar-block li.buy-now-icon:hover a:before {
    background-position: -92px -389px;
}

.sidebar-block li.downloads-icon.active a:before,
.sidebar-block li.downloads-icon:hover a:before {
    background-position: -86px -468px;
}

.sidebar-block li.book-icon.active a:before,
.sidebar-block li.book-icon:hover a:before {
    background-position: -83px -545px;
}

.overview-section {
    background: #f4f4f4;
    margin: 0;
    padding: 0;
    position: relative
}

.overview-section:before,
.overview-section:after {
    content: "";
    width: 270%;
    height: 100%;
    background: #f4f4f4;
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
}

.overview-section:after {
    left: 100%;
}

.overview-section .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.overview-section .buttons-block ul {
    text-align: left
}

.overview-section p {
    letter-spacing: 1.7px;
    padding-right: 93px;
    margin-bottom: 45px;
}

.overview-section .row>div.col-sm-8 {
    padding-top: 58px;
    padding-bottom: 90px;
}

.overview-section .title {
    font-size: 48px;
    font-weight: 300;
    letter-spacing: 4px;
    margin-bottom: 25px;
}

.cover-bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.cover-bg img {
    width: 100%;
    height: auto;
    opacity: 0;
    display: block;
    overflow: hidden;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center
}

.flex-row-direction {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.key-features {
    padding-top: 67px;
    margin-bottom: 67px
}

.overview-section {
    margin-bottom: 67px;
}

.two-img-blocks {
    padding-left: 0
}

.two-img-blocks>div {
    width: calc(50% - 10px);
    float: left;
    margin: 0 10px 0 0;
}

.repeat-block .features-content {
    padding-right: 20px;
    padding-left: 30px;
}

.features-content h3 {
    letter-spacing: 2px;
    line-height: 1.5;
    padding-right: 20px;
    margin-bottom: 52px;
}

.features-content p {
    letter-spacing: 1.7px;
    margin: 0 0 20px 0
}

.flex-row-direction .features-content {
    padding-left: 0
}

.section-title .title {
    font-size: 48px;
    font-weight: 300;
    text-align: center;
    color: #244662;
    margin: 0;
    padding: 0;
    letter-spacing: 4px;
}

.repeat-block {
    padding-top: 78px;
    padding-bottom: 78px;
}

.row.two-column-section {
    padding-top: 0px;
    padding-bottom: 74px;
}

.two-column-section .col-50:first-child {
    padding-right: 66px;
}

.two-column-section .col-50:last-child {
    padding-left: 66px;
}

.two-column-section .col-50 .blockimg {
    margin-bottom: 44px;
}

.two-column-section .col-50 .features-content h3 {
    margin-bottom: 34px
}

.three-column-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.three-column-section .col-40 {
    padding: 0 45px;
}

.three-column-section .row {
    margin: 0 -45px;
}

.three-column-section .blockimg {
    margin-bottom: 46px;
}

.three-column-section .features-content h3 {
    margin-bottom: 42px
}

.buy-now-slider {
    list-style: none;
    padding: 0;
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
    position: relative
}

.buy-now-slider {
    margin: 0 auto;
    padding: 0
}

.buy-now-slider .owl-item {
    float: left;
}

.buy-now-slider .item {
    background: #fff;
    border: 10px solid #f4f4f4;
    padding-bottom: 30px;
}

.section-title span.subtitle {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    display: block;
    letter-spacing: 2px;
    margin-bottom: 40px;
}

.buy-now-section .section-title .title {
    margin-bottom: 68px;
}

.pro-details {
    padding: 0 22px;
}

.pro-details h3 {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 1.7px;
    line-height: 29px;
}

.cover-bg.pro-img {
    background-size: auto auto;
}

.about-block {
    width: 100%;
    max-width: 1066px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-block>div {
    display: inline-block;
    vertical-align: middle
}

.about-block>div.icon-block {
    width: 100%;
    max-width: 113px;
}

.about-block>div.title-block {
    width: 100%;
    max-width: 235px;
    margin-left: 38px;
}

.about-block>div.title-block .title {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 2px;
    margin: 0;
    padding: 0
}

.about-block>div.description-block {
    width: 100%;
    max-width: 536px;
    margin-left: 135px;
}

.about-block>div.description-block p {
    font-size: 20px;
    font-weight: 400;
    line-height: 45px;
    margin: 0
}

.pro-image.cover-bg {
    max-width: 260px;
    margin: 0 auto;
    background-size: contain;
}

.offer-block {
    background: #244662;
    margin: 0 0 50px 0;
    padding: 20px 20px 34px 20px;
    color: #fff;
    text-align: center;
    position: relative
}

.offer-block span {
    display: block;
    text-align: center
}

.offer-block .title {
    font-size: 24px;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 500;
    line-height: 28px;
    margin: 15px 0 11px 0
}

.offer-block .status {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}

.offer-block .status.instock {
    color: #82be42;
}

.offer-block .status.limited {
    color: #f7941c;
}

/*.offer-block .status.limited { color: #f7941c; }*/
.offer-block .price {
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 24px 0 24px 0;
    padding: 0
}

.offer-block .buy-now-btn {
    max-width: 229px;
    margin: 0 auto;
    color: #fff;
}

.sell-price {
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    text-decoration: line-through;
}

.top-offer-block {
    background: #ce2c30;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    position: absolute;
    left: 20px;
    top: -18px;
    padding: 10px 22px;
    letter-spacing: 1px;
}

.top-offer-block span {
    font-size: 24px;
    font-weight: 500;
}

.offer-block span span.sell-price {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.tech-spec,
.download-section,
.reviews-section {
    background: #f4f4f4;
    position: relative;
    padding: 132px 0 152px 0
}

.tech-spec:after,
.tech-spec:before,
.download-section:after,
.download-section:before,
.reviews-section:after,
.reviews-section:before {
    background: #f4f4f4;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0
}

.tech-spec:after,
.download-section:after,
.reviews-section:after {
    right: 100%
}

.tech-spec:before,
.download-section:before,
.reviews-section:before {
    left: 100%;
}

.tech-spec .section-title {
    margin-bottom: 70px;
}

.tech-spec-info {
    background: #fff;
    margin: 10px 0;
    padding: 55px 66px;
    text-align: center
}

.tech-spec-info.paly-block {
    padding: 64px 10px 64px;
}

.tech-spec-info .icon-img {
    max-width: 65px;
    width: 100%;
    margin: 0 auto 52px
}

.tech-spec-block h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 48px 0;
    padding: 0;
    letter-spacing: 2px;
    color: #244662;
}

.tech-spec-info.paly-block .tech-spec-block>.col-50 {
    padding: 0 26px;
}

.tech-spec-block.sky-blue .tech-info span {
    font-size: 48px;
    font-weight: 500;
    color: #0299d2;
    letter-spacing: 4px;
}

.tech-spec-block.sky-blue .tech-info {
    font-size: 24px;
    font-weight: 500;
    color: #0299d2;
    margin-bottom: 44px;
}

.tech-spec-block p {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1.7px;
    color: #244662;
    line-height: 2.2;
    margin-bottom: 10px;
}

.tech-spec-block .tech-info span {
    display: block;
}

.battery-weight {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.tech-spec-info .col-50 .icon-img {
    max-width: 100%;
    margin: 0 0 38px 0
}

.weight-desc span {
    color: #f7941c;
}

.weight-desc h3 {
    font-size: 42px;
    font-weight: 500;
    line-height: 20px;
    color: #f7941c;
    margin-bottom: 30px;
    letter-spacing: 0.08em;
}
/* ======================== 6 cell custom css ========== */
/* .battery-weight .col-50:first-child:before {
    content: "";
    background: rgba(0, 0, 0, 0.09);
    display: block;
    height: 100%;
    width: 1px;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
} */

.battery-weight .col-50:last-child:before {
    display: none
}

.three_block .col-50 {
    width: calc(33% - 5px) !important;
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid rgba(0, 0, 0, 0.09);
}
.three_block .col-50:last-child {
    border-right: 0;
}

.battery-weight .col-50,
.tech-spec-info .col-50 {
    width: calc(50% - 5px);
    display: inline-block;
    vertical-align: top;
}

#slider-range-min .ui-slider-handle {
    border-radius: 0;
    width: 13px;
}

#slider-range-min .ui-slider .ui-slider-handle {
    top: -4px;
}

div#slider-range-min {
    max-width: 180px;
    margin: 0 auto;
}

.range-slider {
    max-width: 180px;
    margin: 0 auto 40px;
}

.range-slider input#amount {
    border: 0
}

.range-slider .ui-slider .ui-slider-handle {
    top: 50% !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.hours-desc h3 {
    color: #82be42;
    font-size: 42px;
    font-weight: 500;
    line-height: 20px;
}

.tech-spec-info.battery-block .icon-img {
    max-width: 95px;
    margin: 0 auto 40px;
}

.range-slider h4,
.range-slider-continuous h4 {
    font-size: 24px;
    font-weight: 400;
    color: #82be42;
    margin-bottom: 0
}

.range-slider .ui-slider-handle {
    height: 23px !important;
}

.battery-block battery-weight {
    max-height: 490px;
    margin: 0 auto 38px;
}

.paly-block .hours-desc h3 {
    font-weight: 300;
    color: #78519b
}

.paly-block .purple .hours-desc h3 {
    font-weight: 300;
    color: #78519b
}

.paly-block .purple .hours-desc span {
    font-weight: 300;
    color: #78519b;
    font-size: 20px;
}

.paly-block .blue .hours-desc h3 {
    font-weight: 300;
    color: #244662
}

.paly-block .blue .hours-desc span {
    font-weight: 300;
    color: #244662;
    font-size: 20px;
}

.tech-spec-info.paly-block .col-50 .icon-img {
    min-height: 72px;
}

.paly-block .hours-desc h3 {
    margin-bottom: 36px;
}

.paly-block a.blue-btn {
    height: 51px;
    border-radius: 50px;
    background-color: #244662;
    padding: 0;
    width: 178px;
    line-height: 50px;
    display: block;
    color: #fff;
    font-weight: 600;
    margin: 0 auto 30px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-transform: uppercase;
}

.playing .play {
    display: none
}

.pause {
    display: none
}

.playing .pause {
    display: block
}

.download-blocks {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    max-width: 1120px;
    width: 100%;
}

.download-blocks li {
    width: 33.33%;
    margin: 0 0 30px 0;
    padding: 0 15px;
    float: left;
    text-align: center
}

.download-blocks .img-block.cover-bg {
    max-width: 171px;
    height: auto;
    margin: 0 auto 60px
}

.outer-download {
    background: #fff;
    padding: 44px 0 44px 0;
}

.download-info h2 {
    font-size: 24px;
    margin-bottom: 40px;
}

.download-info a.download-btn {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #244662 url(../images/download-icon.png) no-repeat;
    padding: 0 20px 0 50px;
    height: 50px;
    display: inline-block;
    border-radius: 30px;
    line-height: 50px;
    background-position: 20px 40%;
    background-size: auto 24px;
}

.download-section .section-title {
    margin-bottom: 40px;
}

.device-info-section {
    padding: 160px 0 55px 0;
}

.device-info .info ul {
    list-style: none;
    margin: 0;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.device-info .info ul:first-child {
    padding-top: 0;
}

.device-info .info ul:last-child {
    border-bottom: 0;
}

.device-info .info ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle
}

.device-info .info ul li:first-child {
    width: 100%;
    max-width: 94px;
    text-align: center;
}

.device-info .info ul li:last-child {
    width: calc(100% - 100px);
    padding-left: 25px;
}

.device-info .info ul li span {
    color: #707070;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
}

.device-info .info ul li h3 {
    font-size: 42px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 20px;
}

.device-info .info ul li p {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
}

.device-img {
    text-align: center;
}

.device-info-list ul {
    margin: 0;
    padding: 32px 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.device-info-list .img-logo {
    width: 10%
}

.device-info-list .title {
    width: 22%;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}

.device-info-list .description {
    width: 39%;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
}

.device-info-list .button {
    width: 28%
}

.device-info-list .button a {
    font-size: 14px;
    font-weight: 600;
    line-height: 45px;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
    background: #244662;
    display: block;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    max-width: 170px;
    text-align: center;
    margin: 0 auto;
}

.device-info-list {
    max-width: 1110px;
    margin: 30px auto 0;
    width: 100%;
}

.download-section {
    padding: 66px 0 132px 0;
    margin-top: 55px;
}

.banner-section iframe,
.banner-section video,
.banner-video-wrap iframe,
.banner-video-wrap video,
.video-gallery iframe,
.video-gallery video {
    width: 100%;
    height: 500px;
    margin: 0;
    padding: 0;
    border: 0;
    background: #000;
}

.video-gallery {
    margin-bottom: 30px;
}

.banner-section {
    position: relative
}

.video-overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 345px;
    width: 100%;
}

.play-pause-button,
.play-btn,
.play-icon {
    width: 106px;
    height: 106px;
    background: rgba(255, 255, 255, 0.8);
    display: block;
    border-radius: 100%;
    position: relative;
    margin: 0 auto 38px
}

.play-pause-button:after,
.play-btn:after,
.play-icon:after {
    content: "";
    width: 50px;
    height: 50px;
    border-width: 25px;
    border-color: transparent transparent transparent #244662;
    border-style: solid;
    display: block;
    position: absolute;
    left: 44px;
    top: 29px;
    border-radius: 5px;
}

.video-overlay p {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 2.04px;
    line-height: 32px;
    color: #fff;
    text-align: center
}

.gallery-slider {
    list-style: none;
    margin: 0;
    padding: 0 0px;
    position: relative
}

.gallery-outer {
    padding: 0 40px
}

.gallery-slider .owl-item {
    float: left;
}

.gallery-slider .owl-item li {
    list-style: none;
    background-size: cover;
}

section.about-section {
    padding: 23px 0 113px 0;
}

.right-content {
    padding: 0 0 140px 0
}

.custom-popup .modal-inner-wrap {
    max-width: 50%;
    text-align: center;
    width: 100%;
}

.modal-popup.custom-popup.modal-slide._show .modal-inner-wrap {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    top: 50%;
}

.custom-popup .modal-footer {
    display: none
}

.custom-popup header.modal-header {
    padding-bottom: 40px;
}

.custom-popup .modal-inner-wrap {
    padding: 0px 30px 30px 30px;
}

/*.sidebar-block {position: relative;z-index: 999;}*/
/*.main-section-outer .sidebar-block.is_stuck {position: fixed; z-index: 999;}*/
.gallery-slider .owl-next {
    right: -20px;
}

.gallery-slider .owl-prev {
    left: -20px;
}

.sidebar-block.fixed {
    position: fixed;
    top: 0;
    z-index: 998;
    top: 180px;
    /* width:11vw;*/
    max-width: 234px;
    width: 100%
}

.buy-now-section {
    padding-top: 60px;
}

.product-info-gallery div#sync1 .owl-item img {
    width: auto;
    max-width: 100%;
}

.product-img-info img {
    margin: 0 auto;
}

/*.fancybox-navigation .fancybox-button*/
.fancybox-container {
    z-index: 9999299999999
}

.fancybox-navigation .fancybox-button--arrow_left {
    border-width: 20px;
    border-color: transparent #f4f4f4 transparent transparent;
    border-style: solid;
    padding: 0;
    width: 25px;
    height: 25px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    border-width: 20px;
    border-color: transparent transparent transparent #f4f4f4;
    border-style: solid;
    padding: 0;
    width: 25px;
    height: 25px;
}

.hide-breadcrumb .breadcrumbs,
.fancybox-button svg {
    display: none
}

.catalog-product-view .main-section-outer .form.contact .fieldset h1.homepage-title {
    letter-spacing: 4px;
}

.catalog-product-view .main-section-outer .form.contact .communication {
    margin-left: 0;
}

/*aside.modal-custom.authentication-dropdown.custom-slide._show { position: relative; border: 0; }*/
.video-content .mage-error {
    text-align: left;
}

.top-sub-slide .item {
    float: left;
    margin: 0 0 14px 0;
    padding: 0 10px;
    width: 11.11%;
}

.top-sub-slide .item:nth-child(9n + 1) {
    clear: both;
}

.bottom-slide {
    clear: both;
    position: relative;
    /*margin-top: 54px;*/
    margin-top: 14px;
}

.top-sub-slide {
    padding-bottom: 15px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.active .video-overlay {
    opacity: 0;
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s
}

.active:hover .video-overlay {
    opacity: 1;
}

.active .video-overlay a.play-btn:before,
.active .video-overlay a.play-icon:before {
    content: "";
    width: 60px;
    height: 60px;
    background: url(../images/pause-button.png) no-repeat;
    display: block;
    background-size: 40px auto;
    background-position: center center;
    position: absolute;
    left: 22px;
    top: 24px;
}

.active:hover .video-overlay a.play-btn:after,
.active:hover .video-overlay a.play-icon:after {
    display: none
}

.video-banner {
    position: relative
}

.banner-section {
    margin-bottom: 50px;
}

.banner-section #pause-button {
    display: none;
}

.activevideo #play-button,
.activevideo p {
    display: none;
    opacity: 0;
}

.banner-section.activevideo:hover #pause-button,
.banner-section.activevideo:hover p {
    display: block;
    opacity: 1;
}

#pause-button.play-pause-button::after {
    background: url(../images/pause-button.png) no-repeat;
    background-position: center center;
    background-size: 34px auto;
    border: 0;
    left: 30px;
}

.custom-add-class-for-search .cust-search-field input::-webkit-input-placeholder {
    color: #244662;
    font-size: 14px !important;
    font-weight: 500;
}

.custom-add-class-for-search .cust-search-field input::-moz-placeholder {
    color: #244662;
    font-size: 14px !important;
    font-weight: 500;
}

.custom-add-class-for-search .cust-search-field input:-ms-input-placeholder {
    color: #244662;
    font-size: 14px !important;
    font-weight: 500;
}

.custom-add-class-for-search .cust-search-field input:-moz-placeholder {
    color: #244662;
    font-size: 14px !important;
    font-weight: 500;
}

.catalogsearch-result-index .page-main>.page-title-wrapper .page-title {
    margin: 20px 0;
}

.sidebar .filter-options input::-webkit-input-placeholder {
    font-size: 16px;
}

.sidebar .filter-options input::-moz-placeholder {
    font-size: 16px;
}

.sidebar .filter-options input:-ms-input-placeholder {
    font-size: 16px;
}

.sidebar .filter-options input:-moz-placeholder {
    font-size: 16px;
}

/*.checkout-index-index .opc-wrapper .payment-option._collapsible.opc-payment-additional.discount-code {
    display: none;
}*/
.bss-onestepcheckout .opc-wrapper #payment div#checkout-step-payment {
    margin-top: 70px;
}

.loading-mask {
    z-index: 999999999 !important;
}

.key-features .blockimg.cover-bg,
.two-column-section .blockimg.cover-bg,
.three-column-section .blockimg.cover-bg {
    background-size: contain;
}


/*=================================
        Review Section design
=================================*/
.reviews-section {
    margin-bottom: 92px;
}

.review-content {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1120px;
    margin: 60px auto 0
}

.review-slider .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px;
}

.review-content .owl-item {
    display: inline-block;
    vertical-align: top
}

.review-content .item {
    width: 100%;
    margin: 0;
    padding: 0 9vw 60px 0;
    height: 100%;
    position: relative;
}

.review-content .item .author-name,
.review-content .item .review-data {
    color: #244662;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 2.04px;
    line-height: 38px;
}

.review-content .item p {
    color: #244662;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1.7px;
    line-height: 45px;
    clear: both;
    margin-bottom: 10px;
}

.review-content span.rating {
    padding: 25px 0;
    display: block;
}

.review-content .button {
    color: #fff;
    padding: 0px 35px;
    margin-top: 0;
    clear: both;
    position: absolute;
    left: 0;
    bottom: 0px;
}

.review-content .button:hover {
    background: #7ea1ca;
}

.battery-info span {
    background: #9a9a9a;
    color: #fff;
    height: 38px;
    display: inline-block;
    line-height: 38px;
    margin: 0 auto;
    padding: 0 12px;
    border-radius: 11px;
    font-weight: 600;
    position: relative;
    text-transform: capitalize
}

.battery-info span:after {
    width: 10px;
    height: 15px;
    background: #9a9a9a;
    content: "";
    display: inline-block;
    position: absolute;
    right: -11px;
    border-radius: 50px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.range-slider-continuous input {
    border: 0;
    height: 0;
}

.range-slider-continuous {
    margin-bottom: 30px;
}

.range-slider-continuous .ui-slider .ui-slider-handle {
    border-radius: 0;
    height: 23px;
    width: 13px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.range-slider-continuous {
    margin-bottom: 30px;
    max-width: 180px;
    margin: 0 auto 30px;
}

.tech-info>div {
    margin-bottom: 20px;
}

.rate {
    float: left;
    height: 46px;
    padding: 0 0px;
    width: 100%;
}

.rate:not(:checked)>input {
    position: absolute;
    top: 0;
    opacity: 0;
    z-index: -1;
}

.rate:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 18px;
    color: #f7941c;
    margin-right: 5px;
}

/*.rate:not(:checked) > label:before {content: '★ ';}*/
.rate:not(:checked)>label:before {
    content: '\f006';
    font-family: 'FontAwesome';
}

.rate>input:checked~label:before {
    content: '\f005';
    font-family: 'FontAwesome';
}

.rate>input:checked~label {
    color: #f7941c;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #f7941c;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: #f7941c;
}

.block.related,
.block-actions-product-section {
    clear: both;
}

.video-gallery {
    text-align: center;
}

.fotorama__stage:before {
    content: "";
    width: 28px;
    height: 28px;
    background: url(../images/add_vhost-php.png) no-repeat left bottom;
    display: block;
    position: absolute !important;
    background-size: 100% auto;
    bottom: 38px;
    left: 30px !important;
    top: auto !important;
}

.fotorama__fullscreen .fotorama__stage:before {
    display: none
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus),
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus),
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:focus,
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:focus {
    transform: translate3d(0px, 0, 0) translateY(-50%) !important;
    -webkit-transform: translate3d(0px, 0, 0) translateY(-50%) !important
}

.fotorama__arr {
    bottom: auto !important;
    position: absolute;
    top: 50% !important;
    height: 80px;
    width: 80px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.rating-summary .rating-result:before {
    content: '\e625' '\e625' '\e625' '\e625' '\e625';
    color: #f7941c
}

.rating .rating-summary .rating-result:before,
.rating .rating-summary .rating-result>span:before {
    font-size: 18px;
    letter-spacing: 4px;
}

.rating .rating-summary .rating-result {
    width: 105px;
}

aside.modal-popup.confirm._show .modal-content {
    position: static;
    -webkit-transform: translate(0) !important;
    transform: translate(0) !important;
    max-width: 100%;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0 7rem 20px 3rem !important;
    font-family: 'Montserrat', sans-serif;
}

.checkout-index-index .modal-popup.confirm._show .modal-footer {
    display: block;
    padding: 3rem !important;
}

.checkout-index-index._has-modal .modal-popup.confirm .modal-inner-wrap {
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    max-width: 50rem !important;
}

.checkout-index-index._has-modal .modal-popup.confirm .action-close>span {
    font-size: 0px;
}

form#co-transparent-form {
    padding-left: 0;
}

.call-me-request-popup .actions-toolbar .primary {
    width: auto;
}

body.catalog-product-view .modal-content.custom-view {
    max-height: 90vh;
    overflow-y: auto;
    padding: 70px 0 !important
}

.success-content {
    overflow-x: hidden;
}

.success-content #block-related-heading .ajax-addto-title {
    display: block;
    font-size: 22px;
    font-weight: 800;
    line-height: 30px;
    font-family: 'Proxima Nova Rg';
    letter-spacing: 0.3px;
}

.success-content .block-content[aria-labelledby="block-related-heading"] .block-actions-product-section {
    display: none;
}

.table-wrapper.comparison {
    padding-top: 40px;
}

#checkoutSteps aside.modal-custom.authentication-dropdown.custom-slide._show .validator.validator-email {
    height: auto !important;
    width: 100% !important
}

.checkout-index-index .opc-wrapper {
    position: relative;
    z-index: 4;
    margin-bottom: 0;
}

.post-content a,
.post-content .alink,
.cms-privacy-policy a,
.cms-privacy-policy .alink {
    color: #244662;
}

.post-content a:hover,
.post-content .alink:hover,
.cms-privacy-policy a:hover,
.cms-privacy-policy .alink:hover {
    color: #f7941c;
}

.cms-privacy-policy-cookie-restriction-mode2 .column.main {
    padding-bottom: 80px;
}

.cms-privacy-policy-cookie-restriction-mode2 h3,
.cms-privacy-policy-cookie-restriction-mode2 h2 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 35px;
}

.cms-privacy-policy-cookie-restriction-mode2 .page-title span.base {
    letter-spacing: normal;
    font-size: 20px;
    font-weight: 700;
    line-height: 45px;
}

.cms-privacy-policy-cookie-restriction-mode2 .page-title-wrapper {
    max-width: 1020px;
}

.cms-privacy-policy-cookie-restriction-mode2 .page-main>.page-title-wrapper .page-title {
    margin: 0
}

.checkout-shipping-address form.form.form-login .validator.validator-email {
    width: 100% !important
}

form.form.password.forget [data-hasrequired]:after {
    font-size: 0;
}

.one-column.battery-weight:before {
    display: none
}

/*div#mpblog-list-container .owl-item {float: left;}*/
span.success p {
    margin: 0;
    line-height: 26px;
}

.video-content+span.success {
    max-width: 80%;
    margin: 0 auto;
    padding: 10px 10px;
    line-height: normal;
}

body.catalog-product-view .modal-content.custom-view.success-block {
    height: auto
}

body .cart-container .custom_cart_blk .cart.table-wrapper .cart tbody .cart-button-block {
    padding: 0;
    text-align: right
}

body .cart-container .custom_cart_blk .cart.table-wrapper .cart tbody .cart-button-block table {
    width: auto;
    float: right;
    position: relative;
    bottom: 36px;
}

body .cart-container .custom_cart_blk .cart.table-wrapper .cart tbody .cart-button-block table tr td {
    padding: 0 30px 0 0px
}

.ves-megamenu .dropdown-menu .content-wrap .megamenu-sidebar {
    width: 20%;
    padding-right: 45px;
    position: relative
}

.ves-megamenu .dropdown-menu .content-wrap .megamenu-sidebar:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #fff;
    display: block;
    position: absolute;
    top: 0;
    right: 26px;
    bottom: 0;
}

.ves-megamenu .dropdown-menu .content-wrap .megamenu-sidebar ul {
    display: block !important;
    text-align: left
}

.header.content .nav-sections .navigation .ves-megamenu .dropdown-menu .content-wrap .megamenu-sidebar ul li a {
    line-height: normal;
    padding: 0 0 20px 0;
}

.header.content .nav-sections .navigation li>.submenu .content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@supports (-ms-accelerator:true) {
    html {
        overflow: hidden;
        height: 100%;
    }

    body {
        overflow: auto;
        height: 100%;
    }
}

/*3march2020*/
.home-banner-section {
    max-width: 1470px;
    padding: 40px 22px 0px 22px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    position: static;
    clear: both;
    overflow: hidden;
}

.left-banner {
    width: 60%;
    padding-right: 30px;
}

.right-banner {
    width: 40%;
}

.right-banner div {
    margin-bottom: 30px;
}

.right-banner div:last-child {
    margin-bottom: 0px;
}

.bg-cover {
    background-size: cover;
    background-repeat: no-repeat !important;
    background-position: center center;
}

.bg-cover>img {
    opacity: 0;
    visibility: hidden;
    width: 100% !important;
}

.home-banner-section .banner-img {
    position: relative;
}

.home-banner-section .left-banner .banner-img {
    background-position: right bottom;
    padding: 0 46px;
    min-height: 500px;
    max-height: 500px !important;
    /*height: auto !important;*/
}

.home-banner-section .left-banner .sub_slider_txt {
    width: auto;
    position: absolute;
    bottom: 60px;
    z-index: 2;
}

.home-banner-section .left-banner .sub_slider_txt h2 {
    color: #244662;
    font-size: 36px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 30px;
}

.home-banner-section .left-banner .sub_slider_txt h3 {
    color: #244662;
    font-size: 27px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 30px;
}

.home-banner-section .left-banner .sub_slider_txt p {
    color: #244662;
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
}

.home-banner-section .right-banner .sub_slider_txt {
    width: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    padding-right: 10px;
    z-index: 2;
}

.home-banner-section .right-banner .sub_slider_txt .bigtext {
    font-size: 55px;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    padding-bottom: 10px;
}

.home-banner-section .right-banner .sub_slider_txt .bigtext span {
    font-weight: 700;
    letter-spacing: 3px;
}

.home-banner-section .right-banner .sub_slider_txt h4 {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
}

.cms-home .cust-three-teasures::before {
    content: none;
}

.home-banner-section .right-banner .banner-img {
    padding: 0 36px;
    max-height: 235px !important;
    min-height: 235px;
    /*height: auto !important;*/
}

/*.home-banner-section .right-banner .banner-img:after{
    content:"";
    background-color: rgba(36,70,98,0.6);
    
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;}*/

.home-banner-section .left-banner .banner-img .sub_slider_color {
    /*  background-color: rgba(36,70,98,1);
    opacity: 0.6;*/
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
}

.home-banner-section .right-banner .banner-img .sub_slider_color {
    /*  background-color: rgba(36,70,98,1);
    opacity: 0.6;*/
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
}

/*.home-banner-section .right-banner .banner-img:after{ content: ""; background-color:rgba(36, 70, 98, 0.6); height: 100%; width: 100%; position: absolute; z-index: 1; left: 0; top: 0;}*/
.home-banner-section .right-banner .banner-btn a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    padding: 5px 30px;
    border-radius: 20px;
    border: solid 1px #fff;
    margin-top: 20px;
    display: inline-block;
}

.home-banner-section .right-banner .banner-btn a:hover {
    border: solid 1px #fff;
    background-color: #fff;
    color: #000;
}

.home-banner-section .right-banner .sub_slider_txt h1 {
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    font-weight: 700;
    letter-spacing: 3px;
}

.home-banner-section .right-banner .sub_slider_txt h2 {
    font-size: 32px;
    margin-top: 5px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 400;
}

.home-banner-section .right-banner .sub_slider_txt p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 26px;
}

.cms-home .custom-blcok-welcm-main {
    background-image: url("./images/caring_top.png");
    background-repeat: no-repeat;
    padding: 150px 0 0;
    background-position: top center;
}

.custom-blcok-welcm p {
    color: #244662;
}

.wpcf7-form.form.contact .padding-less-right {
    padding-right: 8px;
    width: 70%
}

.wpcf7-form.form.contact .padding-less-left {
    padding-left: 8px;
    width: 30%;
}

.checkout-index-index .modal-popup .modal-footer .action-save-address {
    background-color: #244662;
    color: #fff;
    border-color: #244662;
    text-decoration: none;
}

.checkout-index-index .modal-popup .modal-footer .action-save-address:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover {
    background-color: #7ea1ca;
    text-decoration: none;
    border-color: #7ea1ca;
    color: #fff;
}

.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    background-color: #244662;
    color: #fff;
    border-color: #244662;
    padding: 7px 15px;
    font-weight: 600;
    border-radius: 50px;
    vertical-align: top;
    margin-top: 0;
    text-decoration: none;
}

.checkout-index-index .modal-popup .fieldset .field .label {
    display: none;
}

.field .control._with-tooltip input {
    width: 100% !important;
}

.fieldset>.field .additional,
.fieldset>.fields>.field .additional {
    margin-top: 20px !important;
}

/*form.wpcf7-form.form.contact {max-width: 500px;}*/
#mpblog-list-container {
    padding-top: 80px;
}


/*.cms-home .column.main .widget.block.block-static-block{ background-image: none; padding: 0;}*/
.block-testimonials .block-content .testimonial-container {
    max-width: 1120px;
    margin: 0 auto;
}

.custom-caring-step p {
    line-height: 2.4;
    font-weight: 400;
}

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

.block.related .product-item-details .product.actions.product-item-actions button.action.tocart.primary.added-product {
    background-color: #244662 !important;
    border-color: #244662 !important;
}

.account form.form-address-edit fieldset.fieldset .field.choice.set.billing input,
.account form.form-address-edit fieldset.fieldset .field.choice.set.shipping input {
    height: auto;
}

body.catalogsearch-result-index.page-products .page-main .columns {
    max-width: 1470px;
    padding-left: 15px;
    padding-right: 15px;
    float: none;
    margin: 0 auto;
    position: relative;
    clear: both;
}

body.catalogsearch-result-index.page-products .page-main .columns:before {
    content: "";
    background-color: #f4f4f4;
    height: 100%;
    width: 200%;
    position: absolute;
    top: 0;
    left: -50%;
    right: -50%;
}


body.page-products.catalog-category-view .page-main .columns {
    max-width: 1470px;
    padding-left: 15px;
    padding-right: 15px;
    float: none;
    margin: 0 auto;
    position: relative;
    clear: both;
}

body.page-products.catalog-category-view .page-main .columns:before {
    content: "";
    background-color: #f4f4f4;
    height: 100%;
    width: 200%;
    position: absolute;
    top: 0;
    left: -50%;
    right: -50%;
}

.sticky header.page-header ul.header.links li a.custom-haeder-contact:before {
    width: 23px;
}

body.page-products.catalog-category-view.category-landing-page .page-main .columns:before {
    content: none !important;
}

/*body.page-products.category-landing-page .page-main .columns{    background-color: transparent !important;}*/
body.page-products.category-landing-page .page-main .columns {
    /* background-color: transparent !important; */
    margin-bottom: 80px;
}

/*3march2020*/

/*elementor style*/
body .elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 100%;
}

body .elementor-section.elementor-section-stretched {
    left: inherit !important;
    max-width: 1470px;
    padding-left: 15px;
    padding-right: 15px;
}

body .elementor-widget-button a.elementor-button,
body .elementor-widget-button .elementor-button,
body.elementor-1045 .elementor-element.elementor-element-e4602d1 a.elementor-button,
body .elementor-1045 .elementor-element.elementor-element-e4602d1 .elementor-button {
    height: 44px;
    border-radius: 50px;
    background-color: #244662 !important;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 28px;
    font-size: 14px;
    border: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    line-height: 45px;
}


body .elementor-widget-button a.elementor-button:hover,
body .elementor-widget-button .elementor-button:hover,
body .elementor-1045 .elementor-element.elementor-element-e4602d1 a.elementor-button:hover,
body .elementor-1045 .elementor-element.elementor-element-e4602d1 .elementor-button:hover {
    text-decoration: none;
    background-color: #7ea1ca !important;
    color: #fff;
    border: none;
}

body .elementor-1045 .elementor-element.elementor-element-9e41c43.elementor-widget-heading .elementor-heading-title {
    font-weight: 300;
    color: #244662;
    font-size: 48px;
    line-height: 77px;
    letter-spacing: 4px;
    margin-bottom: 5.3%;
    margin-top: 4.4%;
}

body .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 0;
}

body .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title,
body .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title {
    color: #244662;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 500;
}

.elementor-widget-image-box .elementor-image-box-content .elementor-image-box-description {
    font-size: 17px;
    line-height: 2;
    margin-bottom: 25px;
}

.block-search .label.active .control input {
    position: static;
}

body .elementor-widget-icon-box.elementor-view-framed .elementor-icon,
body .elementor-widget-icon-box.elementor-view-default .elementor-icon {
    fill: #244662;
    color: #244662;
    border-color: #244662;
}

body .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-description,
body .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-description,
p {
    color: #244662;
    font-family: "Montserrat", Sans-serif !important;
    font-weight: 400;
}

body .elementor-widget-toggle .elementor-toggle .elementor-tab-title {
    color: #244662;
    font-family: "Montserrat", Sans-serif;
    font-weight: 400;
    border-bottom: 1px dotted #244662;
    padding: 20px 30px;
    position: relative;
    display: block;
    width: 100%;
    position: relative;
    font-size: 18px;
    color: #244662;
    border-bottom: 1px dotted #244662;
    padding: 20px 0px 20px 30px;
}

body .elementor-toggle {
    counter-reset: my-awesome-counter;
    margin-bottom: 60px;
}

body .elementor-widget-toggle .elementor-toggle .elementor-tab-title {
    position: relative;
    counter-increment: my-awesome-counter;
}

body .elementor-widget-toggle .elementor-toggle .elementor-tab-title:before {
    /*counter-increment: section; 
content: counter(section) "."; */
    content: counter(my-awesome-counter) ".";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 20px;
    font-weight: 600;
    color: #244662;
    font-family: "Montserrat", Sans-serif;
}


body .elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left {
    float: right;
    text-align: inherit;
}

body .elementor-widget-toggle .elementor-toggle .elementor-tab-title .fa-caret-right:before {
    content: "\f067" !important;
}

body .elementor-widget-toggle .elementor-toggle .elementor-tab-title span.elementor-toggle-icon-opened:before {
    content: none !important;
}

body .elementor-widget-toggle .elementor-toggle .elementor-tab-title span.elementor-toggle-icon-opened i.fa-caret-up:before {
    content: "\f068" !important;
}

body .elementor-widget-toggle .elementor-toggle .elementor-tab-content {
    font-size: 16px;
    color: #244662;
    font-family: "Montserrat", Sans-serif;
    font-weight: 400;
    line-height: 1.5;
}

body .elementor-widget-toggle .elementor-toggle .elementor-tab-content p:last-child {
    margin-bottom: 0;
}


body .elementor-widget-tabs .elementor-tab-title {
    font-size: 18px;
    color: #244662;
    font-family: "Montserrat", Sans-serif;
    font-weight: 400;
}

body .elementor-widget-progress .elementor-title {
    font-size: 18px;
    color: #244662;
    font-family: "Montserrat", Sans-serif;
    font-weight: 400;
}

body .elementor-widget-progress .elementor-progress-wrapper .elementor-progress-bar {
    background-color: #244662;
}

body .elementor-widget-progress .elementor-title {
    font-size: 18px;
    margin-bottom: 20px;
    color: #244662;
    font-family: "Montserrat", Sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
    display: block;
}

body .elementor-widget-heading.elementor-widget-heading .elementor-heading-title {
    color: #244662;
    font-family: "Montserrat", Sans-serif !important;
    font-weight: 400;
    font-size: 36px !important;
}

body .elementor-text-editor h1,
body.page-layout-wpcustom h1 {
    color: #244662 !important;
    font-family: "Montserrat", Sans-serif !important;
    font-weight: 300;
    font-size: 48px !important;
}

body .elementor-text-editor h2,
body.page-layout-wpcustom h2 {
    color: #244662 !important;
    font-family: "Montserrat", Sans-serif !important;
    font-weight: 400;
    font-size: 36px !important;
}

body .elementor-text-editor h3,
body.page-layout-wpcustom h3 {
    color: #244662 !important;
    font-family: "Montserrat", Sans-serif !important;
    font-weight: 400;
    font-size: 24px !important;
}

body .elementor-text-editor h4,
body.page-layout-wpcustom h4 {
    color: #244662 !important;
    font-family: "Montserrat", Sans-serif !important;
    font-weight: 400;
    font-size: 22px !important;
}

body .elementor-text-editor h5,
body.page-layout-wpcustom h5 {
    color: #244662 !important;
    font-family: "Montserrat", Sans-serif !important;
    font-weight: 400;
    font-size: 20px !important;
}

body .elementor-text-editor h6,
body.page-layout-wpcustom h6 {
    color: #244662 !important;
    font-family: "Montserrat", Sans-serif !important;
    font-weight: 400;
    font-size: 18px !important;
}

body .elementor-column-gap-extended>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 15px 0;
}

body .elementor-pagination-position-outside .elementor-swiper-button .eicon-chevron-left:before {
    border-right: 11px solid #244662;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

body .elementor-pagination-position-outside .elementor-swiper-button .eicon-chevron-right:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border-left: 11px solid #244662;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}

/*}*/
body .elementor-pagination-position-outside .swiper-container {
    padding-bottom: 30px;
}

/*body.catalogsearch-result-index.page-products .page-main{max-width: 1470px; padding-left: 15px; padding-right: 15px;}*/

body .elementor-widget-toggle .elementor-toggle .elementor-tab-title.elementor-active {
    color: #244662;
}

body.page-layout-wpcustom .page-wrapper .breadcrumbs {
    margin-bottom: 60px;
}

/*tab*/
body .elementor-widget-tabs .elementor-tab-title {
    padding: 41px 36px;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    height: auto;
    border: none;
    background: #f4f4f4;
    color: #244662;
    border-right: 5px solid #fff !important;
    text-align: center;
    min-width: 227px;
}

body .elementor-widget-tabs .elementor-tab-title.elementor-active {
    background: #244662;
    color: #fff;
}

body .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content {
    padding: 45px 60px;
    background: #f4f4f4;
    color: #244662;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    line-height: 22px;
    border-width: 0 !important;
    border-color: #fff;
    margin-top: 8px;
}

body .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content p {
    margin-bottom: 10px
}

body .elementor-1045 .elementor-element.elementor-element-f89820a .elementor-tab-title:before,
body .elementor-1045 .elementor-element.elementor-element-f89820a .elementor-tab-title:after {
    content: none !important;
}

/*tab*/

body .elementor-widget-google_maps iframe {
    border: 24px solid #f4f4f4 !important;
    height: 500px;
    width: 100%;
    margin-bottom: 60px;
}

body .elementor-1045 .elementor-element.elementor-element-58913a8 .elementor-divider {
    display: none;
}

body .elementor-widget-text-editor {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    line-height: 2;
    color: #244662;
}

body .elementor-column-gap-default .elementor-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin-right: -15px; margin-left: -15px;*/
}
.elementor-section .elementor-container {
    flex-wrap: wrap;
}
/* 16-11-2023 DD */
@media screen and (min-width: 768px){
    .elementor-col-33 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        padding-right: 15px;
        padding-left: 15px;
    }
    
    .elementor-col-50,
    body .elementor-1045 .elementor-element.elementor-element-7aedbbe,
    body .elementor-1045 .elementor-element.elementor-element-1125e31 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 15px;
        padding-left: 15px;
    }
    
    .elementor-col-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        padding-right: 15px;
        padding-left: 15px;
    }
    }

.elementor-section {
    position: relative;
    margin-bottom: 60px;
}

.elementor-col-50:first-child {
    padding-left: 0 !important;
}

.elementor-col-50:last-child {
    padding-right: 0 !important;
}

/*image-gallery*/

body .elementor-image-gallery .gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

body .elementor-image-gallery .gallery .gallery-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    margin-bottom: 30px !important;
}

body .elementor-widget-image-gallery .gallery-item .gallery-caption {
    color: #244662;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px 10px;
    font-weight: 600;
}

/*image-gallery*/

body .elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-title:before,
body .elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-title:after {
    border-width: 0 !important;
}

body .elementor-widget-divider {
    --divider-border-color: #d4d4d4 !important;
}

body .elementor-image-gallery .gallery-item img {
    border: none !important;
}

body .elementor-element.elementor-element-034320e .elementor-tab-title:before {
    border-width: 0 !important;
    border: none !important;
}

/*elementor style*/
/*.magnifier-preview{
	top: 0px !important;
	left: 0px !important;
	width: 100% !important;
	height: 100% !important;
	margin-bottom: 0px;
	pointer-events: none;
}*/
/*.magnifier-preview:not(.hidden) {
    zoom: 3;
}*/
.custom-home-page-post-view.owl-carousel {
    display: block;
    clear: both
}

body.checkout-onepage-success .print {
    margin: 0;
    color: #fff;
    display: block;
}

#amasty-shopby-product-list .grid.products-grid .product-item a.action.more {
    padding: 15px 8px;
}

#amasty-shopby-product-list .grid.products-grid .product-item a.action.more .price-box.price-final_price span:first-child {
    margin-bottom: 0;
    font-size: 12px;
}

#amasty-shopby-product-list .grid.products-grid .product-item a.action.more .price-including-tax:before {
    content: attr(data-label) ': ';
    /*font-size: 1.1rem;*/
    color: #fff;
    font-family: 'Proxima Nova Rg';
    font-size: 12px;
    font-weight: 700;
}

#amasty-shopby-product-list .grid.products-grid .product-item a.action.more .price-including-tax+.price-excluding-tax:before {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

#amasty-shopby-product-list .grid.products-grid .product-item a.action.more .price-box.price-final_price span {
    font-size: 14px;
    color: #fff;
}

#amasty-shopby-product-list .grid.products-grid .product-item a.action.more .price-box.price-final_price span.old-price {
    display: none;
}


@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    html {
        overflow: hidden;
        height: 100%;
    }

    body {
        overflow: auto;
        height: 100%;
    }

    .ie11 html,
    .ie11 body {
        overflow: visible;
    }
}

.vat-exempt-textarea {
    padding: 36px 52px;
    background-color: #f7f7f7;
    border: 0;
    resize: none;
    height: 100%;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 20px;
}

.vatexempt-e-main-data .vat-e-right textarea {
    height: calc(100% - 80px);
}

.catalog-category-view .recently-viewed.block.widget.block-viewed-products-grid:before {
    background-image: url(../images/top-background.png);
    content: "";
    position: absolute;
    bottom: auto;
    top: 0;
    width: 100%;
    height: 58px;
    display: inline-block;
    background-size: 100% 100%;
    z-index: 999;
    left: 0;
}

.not-vat-exempted .vat-exempt {
    display: none
}

.bottom-end-scroll {
    clear: both;
}

.custom-class-add-for-data .custom-all-data-in-one {
    max-width: calc(33.33% - 30px);
    float: left;
    margin-bottom: 28px;
    margin: 15px 15px;
}

.custom-class-add-for-data .custom-all-data-in-one:nth-child(3n + 1) {
    clear: none;
}

.ajaxcompare-buttons button.action.primary {
    padding: 0 40px;
    font-size: 20px;
}

.custom-class-add-for-data .custom-all-data-in-one button.action.tocart.primary {
    width: auto !important;
    padding: 0 60px !important;
}

.custom-class-add-for-data .custom-all-data-in-one button.action.tocart.primary:hover {
    background: #7ea1ca !important;
    border-color: #7ea1ca !important;
}

.catalog-product-view .mb-ajaxsuite-popup-wrapper.compare-popup,
.mb-ajaxsuite-popup-wrapper.compare-popup {
    max-height: 90%;
}

.custom-class-add-for-data>.custom-all-data-in-one:last-child {
    background: none;
    padding-top: 150px;
    padding-bottom: 150px
}

.catalog-product-view .mb-ajaxsuite-popup-wrapper.compare-popup,
.mb-ajaxsuite-popup-wrapper.compare-popup {
    max-width: 86%;
}

.custom-class-add-for-data .custom-all-data-in-one {
    margin-bottom: 28px;
    margin: 15px 10px;
    width: calc(33.33% - 20px);
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    min-width: calc(32.33% - 20px);
}

.custom-all-data-in-one {
    position: relative
}

/*.custom-all-data-in-one:after {content: "";width: 110%;height: 100%;background: #f4f4f4;display: block;position: absolute;left: 50px;top: -60px;z-index: -1;}*/
.catalog-product-view #mb-ajaxcompare-wrapper .ajaxcompare-success-box .product-name {
    min-height: 65px
}

.mb-ajaxsuite-popup-wrapper.ui-draggable.ui-draggable-handle.compare-popup {
    overflow-x: hidden
}

/*.custom-class-add-for-data:after {background: #f4f4f4;content: "";max-width: 102%;height: 100%;display: block;position: absolute;left: 100%;top: 0;z-index: -1;}*/
/*table#product-comparison tr {display: flex;width: 100%;text-align: center;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: nowrap;flex-wrap: nowrap;width: auto;position: relative;}
.table-comparison > tbody > tr > td, .table-comparison td.cell.remove {display: block;min-width: 30%;}
table#product-comparison tr th { display: block; width: 250px; }*/
/*.table-wrapper.comparison {overflow-x: scroll;overflow-y: visible;width: 100%;margin-left: 200px;}
.table-comparison.table {width: 100%;max-width: 100%;margin-bottom: 20px;table-layout: fixed;}
.table-wrapper.comparison .table-comparison > tbody > tr > th {position: absolute;left: 0;width: 190px;top: auto !important;}*/
.columns .column.main {
    position: relative
}

.table-wrapper.comparison {
    overflow-x: auto;
    overflow-y: visible;
    margin-left: 200px;
    position: static;
    border-left: 1px solid #ccc;
    padding-top: 0;
    margin-top: 60px;
    border-top: 0;
}

.table {
    width: auto;
    max-width: 100%;
    margin-bottom: 0px;
    table-layout: fixed;
    margin-left: 0;
}

.table-wrapper.comparison .table-comparison>tbody>tr>th,
.table-wrapper.comparison .table-comparison>thead>tr>th.remove {
    position: absolute;
    left: 0;
    width: 190px;
    top: auto !important;
    border: 0 !important;
    text-align: right
}

.table-wrapper.comparison .table-comparison>tbody>tr>th span {
    position: static !important;
}

.table-wrapper.comparison .table-comparison>tbody>tr>td.cell.product,
.table-comparison .cell.remove {
    width: 480px;
    border-right: 1px solid #ccc;
    background: none;
    min-width: 479px;
}

.table-comparison .cell.remove {
    border-top: 1px solid #ccc;
    padding: 10px 10px
}

.table-wrapper.comparison .table-comparison>tbody>tr>th {
    font-size: 22px;
}

.table-wrapper.comparison .table-comparison>tbody>tr>td p,
.table-comparison .cell .attribute.value {
    font-size: 16px;
    line-height: 26px;
}

.table-comparison .product-item-actions button.tocart.custom-compare {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background-color: #f7941c;
    display: inline-block;
    font-weight: 600
}

.table-comparison .product-item-actions button.tocart.custom-compare:hover {
    background-color: #7ea1ca;
}

.table-wrapper.comparison .table-comparison>tbody>tr:last-child>td {
    border-bottom: 1px solid #ccc;
}

table.custom-data-val tr td {
    text-align: left;
    padding-left: 30px;
}

.table-comparison .cell {
    padding: 15px 10px;
}

/*.opc-block-summary .minicart-items-wrapper { max-height: 300px; }*/
.compare-list-outer {
    width: 66.66%;
}

.compare-main-outer {
    width: auto;
    overflow-x: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.custom-class-add-for-data .compare-main-outer .custom-all-data-in-one {
    width: calc(50% - 23px);
    min-width: calc(50% - 23px);
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding-bottom: 30px;
}

.table-comparison .custom-product-compare-data .product-item-actions.hidden-print .box-tocart {
    margin-bottom: 0
}

.table-comparison .custom-product-compare-data .product-item-actions.hidden-print .field.qty {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
}

.table-comparison .custom-product-compare-data .product-item-actions.hidden-print .field.qty .control {
    display: flex;
    gap: 5px;
}

.table-comparison .custom-product-compare-data .product-item-actions.hidden-print .box-tocart .fieldset .field.qty i.fa,
.table-comparison .custom-product-compare-data .product-item-actions.hidden-print .box-tocart .fieldset input#qty {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

.table-comparison .custom-product-compare-data .product-item-actions.hidden-print .box-tocart .fieldset .field.qty i.fa {
    line-height: 38px
}

header.page-header {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.sticky header.page-header {
    position: fixed;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    top: 0;
    animation: slide-down 0.7s;
    -webkit-animation: slide-down 0.7s;
}

.sticky header.page-header .panel.wrapper,
body.sticky .page-header .minicart-wrapper .action .text {
    display: none;
}

.sticky header.page-header ul.header.links {
    float: right;
    margin-top: 10px
}

.sticky header.page-header .custom-add-class-for-search .block-search .search label span,
.sticky header.page-header .cust-three-teasures,
.sticky .custom-cls-minicart span.text {
    display: none
}

.sticky header.page-header ul.header.links li>a,
.sticky ul.header.links li .not-logged-in a,
.sticky .customer-welcome .customer-name,
.sticky .customer-welcome .customer-name span {
    font-size: 0
}

/*.sticky header.page-header a.logo { width: 16%; }*/
.sticky .header.content {
    padding-top: 10px;
    padding-bottom: 10px;
}

.sticky a.custom-haeder-contact:before,
.sticky ul.header.links li {
    margin: 0
}

/*.sticky #maincontent { padding-top: 480px; }*/
.sticky .custm-class-frindly-advice p {
    margin-top: 0;
    font-size: 18px;
    letter-spacing: 0.7px;
}

.sticky .custm-class-frindly-advice a {
    font-size: 20px;
}

.sticky .custm-class-frindly-advice {
    margin-bottom: 20px;
}

.sticky header.page-header ul.header.links li>a,
.sticky header.page-header a.logo,
.sticky .custm-class-frindly-advice p,
.sticky .custm-class-frindly-advice a,
.sticky .custm-class-frindly-advice {
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
}

.sticky .minicart-wrapper .action.showcart:before {
    width: 24px;
    height: 20px;
    background-size: 160px auto;
    margin-bottom: 0;
    background-position: -100px -53px;
}

.sticky .custom-add-class-for-search .block-search .search label:before {
    width: 20px;
    height: 20px;
    background-size: 162px auto;
    margin-bottom: 0;
    background-position: -10px -107px;
}

.sticky a.custom-haeder-contact:before {}

.sticky ul.header.links li.custom-my-account-link-header>a:before,
.sticky ul.header.links li span.not-logged-in a:before,
.sticky ul.header.links .customer-welcome .customer-name:before {
    width: 25px;
    height: 20px;
    margin-bottom: 0;
    background-position: -65px -2px;
    background-size: 171px auto;
}

.sticky ul.header.links a.custom-haeder-contact:before {
    background-position: -118px -3px !important;
    background-size: 180px auto !important;
}

@-webkit-keyframes slide-down {
    0% {

        -webkit-transform: translateY(-100%);

        transform: translateY(-100%);
    }

    100% {

        -webkit-transform: translateY(0);

        transform: translateY(0);
    }
}


@keyframes slide-down {
    0% {

        -webkit-transform: translateY(-100%);

        transform: translateY(-100%);
    }

    100% {

        -webkit-transform: translateY(0);

        transform: translateY(0);
    }
}

.product-brochure.sticky #maincontent {
    padding-top: 0
}

/*div#shipping-new-address-form div[name="shippingAddress.country_id"], .form.form-billing-address div[name="billingAddressshared.country_id"] { display: none; }*/
.checkout-billing-address .actions-toolbar .action-cancel {
    margin-top: 0 !important
}

.checkout-payment-method .checkout-billing-address .action-cancel {
    height: 50px;
    border-radius: 50px;
    background-color: #244662;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 34px;
    font-size: 16px;
    border: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.checkout-payment-method .checkout-billing-address .action-cancel:hover {
    background: #7ea1ca;
    color: #fff;
    text-decoration: none;
}

/*.compare.wrapper { clear: both; }*/
.customer-welcome .customer-menu ul.header.links li {
    display: block;
    padding: 0;
    margin: 0 0 3px 0;
}

ul.header.links .greet.welcome span.logged-in {
    display: none
}

.customer-welcome .action.switch {
    display: none !important
}

.customer-welcome .header.links {
    min-width: 175px;
    z-index: 1000;
    text-align: left;
    background: #244662;
    padding: 10px 10px
}

.customer-welcome ul.header.links li a {
    color: #fff;
}

.customer-welcome ul:before {
    border-color: transparent transparent #244662 transparent !important;
}

.customer-welcome ul {
    border: 0;
}

.customer-welcome ul.header.links li:hover {
    background: #fff;
}

.customer-welcome ul.header.links li:hover a,
.sticky .customer-welcome ul.header.links li:hover a {
    color: #244662;
}

.customer-logged-in li.greet.welcome {
    display: none !important;
}

.customer-welcome ul.header.links li a,
.sticky .customer-welcome ul.header.links li a {
    font-size: 14px !important;
    color: #fff;
}

.customer-welcome .customer-menu ul.header.links li.link.wishlist {
    display: none;
}

.ambrand-index-index .category-description {
    text-align: center
}

.ambrand-index-index .category-description span.button-outer {
    padding: 0;
    width: 100%;
    float: none;
    clear: both;
    display: block;
    text-align: center;
}

.ambrand-index-index .category-description .read-more {
    float: none;
}

.ambrand-index-index .category-view .less {
    text-align: center
}

.ambrand-index-index .amshopby-descr {
    display: block
}

.ambrand-index-index .category-view .read-less {
    float: none
}

.print-stucture {
    display: none;
}

@media print {
    a[href]:after {
        content: none !important;
    }

    .print-stucture table tr th {
        font-size: 10px !important;
        padding: 20px 0px;
    }

    table>tbody>tr>td {
        padding: 10px 10px;
        font-size: 12px !important
    }

    .sticky header.page-header {
        position: static
    }

    .sticky #maincontent {
        padding-top: 0
    }

    .cust-three-teasures {
        display: none
    }

    .print-stucture .attribute.value p {
        font-size: 10px !important;
        line-height: 24px !important;
        margin-bottom: 20px !important
    }

    .print-stucture .product-item-name {
        font-size: 14px !important;
        line-height: 24px !important;
    }

    .print-stucture .price-box.price-final_price .price-including-tax span {
        font-size: 18px !important;
        font-weight: 600 !important;
    }

    .page-title span.base {
        font-size: 40px;
    }

    .print-stucture td.cell.product.attribute {
        padding-bottom: 50px;
    }

    .print-stucture td.cell.product.attribute a {
        display: block
    }

    /* .print-stucture td.cell.product.attribute { width: 20% !important; }
    .print-stucture td.cell.product.attribute:first-child {width: 20%;}
    .print-stucture td.cell.product.attribute:nth-child(2n) {width: 10%;}
    .print-stucture td.cell.product.attribute:nth-child(3n) {width: 30%;}
    .print-stucture td.cell.product.attribute:nth-child(4n) {width: 30%;}
    .print-stucture td.cell.product.attribute:nth-child(5n) {width: 10%;}*/
    .print-stucture table tr {
        page-break-inside: avoid !important;
    }

    div#clickdesk-appendable-bubble,
    .table-wrapper.comparison {
        display: none;
    }

    header.page-header a.logo {
        width: 250px;
        margin: 0 auto;
        float: none;
    }

    .print-stucture {
        display: block;
    }

    .page-main>.page-title-wrapper .page-title {
        margin-top: 0;
        margin-bottom: 20px
    }

    body .page-header .panel.wrapper {
        border: 0
    }

    .message.success {
        display: none
    }

}

.category-view.only-img .category-image {
    float: none;
    margin: 13px auto;
}

.category-view.only-text .category-image {
    float: none;
    margin: 13px auto;
}

.category-view.only-text .category-description,
.category-view.only-text .less {
    width: 100% !important;
}

.sidebar-block.absolute {
    bottom: 265px;
    top: auto;
    position: absolute;
    z-index: 3;
}

#main-section-outer>.col-sm-3.col-md-3.col-lg-2 {
    position: static
}

div#main-section-outer {
    position: relative
}

/*.modal-slide .modal-inner-wrap, .modal-popup .modal-inner-wrap{ box-shadow: 0px 0px 1000px rgba(0,0,0,0.6); }
.modal,.modals-overlay { background-color: transparent !important; }
.modal-content { box-shadow: 0px 0px 1000px rgba(0,0,0,0.6) !important; }*/
.wp-toolbar {
    width: 100%;
    clear: both;
    display: inline-block;
}

.sidebar-title {
    padding: 26px 30px 26px 40px;
    border-bottom: 3px solid #f4f4f4;
}

.sidebar-title span {
    float: right;
}

.sidebar-title span a {
    color: #244662;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Proxima Nova Rg';
}

.sidebar-title h2 {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.blog_element .post-list-item .post-meta {
    clear: none;
    margin: 0;
    text-align: left;
    display: inline-block;
}

.post-list-item .post-description {
    width: calc(100% - 180px);
    display: inline-block;
    position: relative;
}

.blog_element .post-list-item .post-description {
    width: calc(100% - 180px);
    display: inline-block;
}

.post-list-item .post-meta {
    width: auto;
    clear: none;
    margin: 0;
    display: inline-block;
    vertical-align: bottom;
    position: relative
}

.blog_bulk .post-entry {
    margin-bottom: 0
}

.page-header .switcher {
    margin-left: 0
}

.page-header .switcher .selected a {
    border: 0;
    padding: 6px 0 6px 0;
    margin: 0;
    width: 100%;
    font-size: 12px;
    color: #244662;
    font-weight: 600;
    background-image: url(./images/selct_arrow_bg.png) !important;
    background-repeat: no-repeat;
    background-position: 98% 50%;
    background-size: 11px auto;
}

.page-header .switcher .selected a:hover {
    background-position: 98% 50%;
    background-size: 11px auto
}

.page-header .switcher .option {
    position: absolute;
    top: 41px;
    padding: 10px 10px;
    border: 1px solid #ccc;
    background: #fff;
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    width: 140px;
}

.page-header .switcher .selected a:hover {
    background-color: transparent
}

.panel.header .switcher .switcher {
    margin-left: 0;
    width: 100%;
    overflow: visible;
}

.panel.header .switcher.language.switcher-language {
    width: 178px;
    overflow: visible;
}

.panel.header .switcher .selected {
    background: none;
    overflow: visible;
}

.page-header .switcher .open:before {
    content: "";
    width: 10px;
    height: 10px;
    border: 8px solid;
    border-bottom-color: #f00;
    position: absolute;
    top: 20px;
    right: 0;
    background: none;
    border-color: transparent transparent #fff transparent;
}

.portable_back_side a.full-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body.is-blog.page-layout-2columns-left .sidebar li a:before {
    content: "";
    width: 10px;
    height: 10px;
    border: 1px solid #244662;
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
}

body.is-blog.page-layout-2columns-left .sidebar li.active a:before {
    background: #f7941c;
    border-color: #f7941c;
}

.is-blog.wordpress-post-view .columns .artical>a {
    min-width: unset
}

.is-blog.wordpress-post-view .columns .artical>a.prev {
    padding: 0 25px 0 45px;
    background-position: center left 20px;
}

.is-blog.wordpress-post-view .columns .artical>a.next {
    padding: 0 50px 0 32px;
    background-position: center right 20px
}

.cust-social-data .a2a_default_style a {
    padding: 0 6px;
}

#mb-ajaxsuite-blank {
    opacity: 0.6;
}

.bss_product_list a {
    font-size: 20px;
    font-weight: 600;
    color: #244662
}

.col-bss-2 {
    padding: 0 20px
}

.col-bss-2 ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #244662;
}

.bss_product_list a:hover,
.col-bss-2 ul li a:hover,
.bss_product_list a:hover {
    color: #f08607
}

.col-bss-2 ul {
    padding-left: 25px;
}

h2.bss_h2 {
    margin-top: 0px;
    border: 0px;
    padding-bottom: 5px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #244662 !important;
    margin-right: 60px;
    font-size: 25px;
    font-weight: 700;
}

.col-bss-2 ul ul li a {
    font-size: 14px;
}

h3.bss_product_list {
    margin-top: 25px;
}

.col-bss-2+.col-bss-2 h3.bss_product_list {
    font-weight: 400;
    margin: 0 0 10px 0;
}

.col-bss-2+.col-bss-2 h3.bss_product_list a {
    font-weight: 500;
    font-size: 18px;
}

.grid .col-bss-3 h3.bss_product_list {
    margin-top: 5px;
}

.grid .col-bss-3 h3.bss_product_list a {
    font-size: 14px;
    line-height: normal;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

.grid .col-bss-3 {
    padding: 0 10px;
}

.fancybox-button.fancybox-button-small.fancybox-button--close {
    right: 0;
    position: absolute;
    top: 0;
    background: #222222;
}

html.home-page-top {
    padding-top: 0 !important
}

.video-gallery img {
    max-height: 500px;
}

footer .custom-footer5 a img {
    margin-left: 0;
}

footer .custom-footer5 img {
    /*max-width: 120px;*/
    margin-left: 20px;
}

.order-review-form .action.primary,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.cart-summary .checkout-methods-items .action.primary.checkout,
.block-minicart .block-content>.actions>.primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content>.actions-toolbar>.primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.box-tocart .action.instant-purchase,
.multicheckout .action.primary {
    line-height: 2rem;
    padding: 11px 17px;
    font-size: 1.5rem;
}


/*--------------------------------------
#MenuText
---------------------------------------*/


@media (min-width: 768px) {

    .header.content .nav-sections .navigation li.level0.megamenu.parent {
        position: static;
    }

    .header.content .nav-sections .navigation ul .megamenu {
        text-align: left;
    }

    .header.content .nav-sections .navigation li.level0.megamenu>.submenu {
        width: 100%;
        left: 0 !important;
        text-align: left;
    }

    .header.content .nav-sections .navigation .megamenu>.submenu .submenu {
        position: static !important;
        display: block !important;
        text-align: left;
    }

    .header.content .nav-sections .navigation .megamenu>.submenu>.ui-menu-item {
        width: 100%;
        display: flex;
    }

    .header.content .nav-sections .navigation .megamenu>.submenu>.ui-menu-item>ul {
        display: block !important;
        position: static !important;
        text-align: left;
    }

    .header.content .nav-sections .navigation .megamenu>.submenu>.ui-menu-item>ul>li {
        margin: 10px 0;
    }

    .header.content .nav-sections .navigation .megamenu>.submenu>.ui-menu-item .left-text-category {
        max-width: 260px;
        width: 100%;
        border-right: 1px solid #fff;
        padding-right: 30px;
    }

    .header.content .nav-sections .navigation .megamenu>.submenu>.ui-menu-item .left-text-category li {
        padding-bottom: 10px;
    }

    .header.content .nav-sections .navigation .megamenu>.submenu>.ui-menu-item .right-image-category {
        max-width: 100%;
        display: flex !important;
        width: 100%;
        padding-left: 15px;
        flex-wrap: wrap;
    }

    .header.content .nav-sections .navigation .megamenu>.submenu>.ui-menu-item .left-text-category+.right-image-category {
        width: calc(100% - 260px);
        padding-left: 30px;
    }

    .header.content .nav-sections .navigation .megamenu>.submenu>.ui-menu-item .right-image-category>li {
        max-width: 16.6666%;
        flex: 0 0 16.6666%;
        padding-right: 25px;
    }

    .header.content .nav-sections .navigation li .submenu a {
        font-size: 12px;
        line-height: 1.5;
    }

    .header.content .nav-sections .navigation li .submenu a span.text {
        position: relative;
        left: 5px;
        bottom: 0;
        background: #244662;
        padding: 10px;
        right: 5px;
        line-height: 20px;
        display: inline-block;
        font-size: 12px;
    }

    .header.content .navigation .level0.parent>.level-top>.ui-menu-icon {
        line-height: 1;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
    }

    .header.content .navigation .level0.parent>.level-top>.ui-menu-icon:after {
        content: "" !important;
        display: inline-block !important;
        width: 0;
        height: 0;
        margin-left: 2px;
        vertical-align: middle !important;
        border-top: 5px dashed;
        border-top: 4px solid\9;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
    }

    .header.content .nav-sections .navigation .megamenu .right-image-category img {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all .4s ease 0s;
        -webkit-transition: all .4s ease 0s;
        transition: all .4s ease 0s;
    }

    .header.content .nav-sections .navigation .megamenu .right-image-category li:hover img {
        -webkit-transform: scale(1.04);
        transform: scale(1.04);
        -webkit-transition: all .4s ease 0s;
        -webkit-transition: all .4s ease 0s;
        transition: all .4s ease 0s;
    }




}

@media (min-width: 1400px) {
    /* .header.content .nav-sections .navigation li .submenu a{
		font-size: 14px;
		line-height: 1.5;
	} */

}

@media (max-width: 1300px) {
    .header.content .navigation .level0.parent>.level-top>.ui-menu-icon {
        top: 51%;
        /*right: 5px;*/
        right: 0;
    }

    .header.content .nav-sections .navigation .megamenu>.submenu>.ui-menu-item .left-text-category {
        max-width: 200px;
    }

    .header.content .nav-sections .navigation .megamenu>.submenu>.ui-menu-item .right-image-category {
        max-width: 100%;
    }

    .header.content .nav-sections .navigation .megamenu>.submenu>.ui-menu-item .left-text-category+.right-image-category {
        width: calc(100% - 200px);
        padding-left: 20px;
    }


}

@media (max-width: 1300px) and (min-width: 768px) {
    .header.content .nav-sections .navigation li .submenu a span.text {
        font-size: 11px;
        line-height: 1.2;
        padding: 5px;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .header.content .nav-sections .navigation .megamenu>.submenu>.ui-menu-item .right-image-category>li {
        max-width: 25%;
        flex: 0 0 25%;
        padding-right: 10px;
        margin: 5px 0;
    }

    .header.content .nav-sections .navigation li .submenu a {
        font-size: 12px;
    }

    .header.content .nav-sections .navigation li .submenu a span.text {
        font-size: 10px;
    }

    .header.content .nav-sections .navigation .megamenu>.submenu>.ui-menu-item .left-text-category li {
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .opener {
        position: absolute;
        right: 0;
        padding: 14px 20px;
        top: 0;
        font: normal normal normal 14px/1 FontAwesome;
        height: 41px
    }

    .opener:before {
        content: "\f067";
    }

    .header.content .nav-sections .navigation li.megamenu.open>.opener:before {
        content: "\f068"
    }

    .header.content .nav-sections .navigation ul .megamenu {
        position: relative;
        text-align: left;
    }

    .header.content .nav-sections .navigation ul .megamenu.open>a,
    .header.content .nav-sections .navigation li.megamenu.open>.opener {
        background: #244662;
        color: #fff;
    }

    .header.content .nav-sections .navigation ul .megamenu>a {
        width: calc(100% - 40px);
    }

    .navigation .parent .level-top:after {
        display: none;
    }

    .header.content .nav-sections .navigation li.megamenu>.submenu {
        display: none !important;
    }

    .header.content .nav-sections .navigation li.megamenu.open>.submenu {
        display: block !important;
    }

    .header.content .nav-sections .navigation .megamenu>.submenu>.ui-menu-item>ul {
        display: block !important;
        position: static !important;
        text-align: left;
        padding: 0;
        margin: 0;
    }

    .header.content .nav-sections .navigation .megamenu>.submenu>.ui-menu-item>ul li,
    .header.content .nav-sections .navigation .megamenu>.submenu>.ui-menu-item .right-image-category>li {
        max-width: 100%;
        flex: 0 0 100%;
        margin: 0;
        padding: 10px 0;
        display: block;

    }

    .header.content .nav-sections .navigation li .submenu a img {
        display: none !important;
    }

    /* .header.content .nav-sections{
		top: 100%;
	} */



}



.header.content .nav-sections .navigation .brand-listing-menu .content-wrapper>.item-content a {
    padding: 0 20px;
    overflow: visible;
}

.header.content .nav-sections .navigation .brand-listing-menu .content-wrapper .item-content .item-content1>.mega-col>div {
    padding: 0 20px 0 40px;
}

.brand-listing-menu .content-wrapper>.item-content .product-menuname {
    display: none !important;
}

.header.content .nav-sections .navigation .brand-listing-menu .content-wrapper>.item-content a:after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    border-bottom: 1px solid #96a7b5;
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.item-content1 .submenu-left {
    margin-bottom: 15px;
}

.header.content .nav-sections .navigation .brand-listing-menu .content-wrapper .item-content .item-content1>.mega-col {
    border-right: 1px solid #96a7b5;
}

.header.content .nav-sections .navigation .brand-listing-menu .content-wrap .megamenu-content .item-content1>.mega-col>div:last-child a:after,
.header.content .nav-sections .navigation .brand-listing-menu .content-wrap .megamenu-content .item-content1>.mega-col:last-child {
    border: 0
}

body .navigation .ves-megamenu .level0 .submenu .submenu {
    background: 0 0;
}

.ves-megamenu .navigation .nav-item.subgroup>.submenu {
    background: transparent !important;
}

.amshopby-slider-container.-default .am-slider .ui-slider-handle {
    padding: 0;
    margin-top: -5px;
    margin-left: -5px;
    width: 14px;
    height: 17px;
    border-radius: 0;
    background: #f5951c;
    transform: none;
}

.header.content .nav-sections .navigation .brand-listing-menu .content-wrapper .item-content1>.mega-col>div:last-child a:after,
.header.content .nav-sections .navigation .brand-listing-menu .content-wrapper .item-content1>.mega-col:last-child {
    border: 0;
}

.ves-megamenu .navigation .brand-listing-menu.nav-item.subhover>.submenu>.submenu-inner {
    padding: 0;
}

.ves-megamenu .navigation .level0>a>span.opener {
    display: inline-block !important;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    padding: 0;
}

.amstockstatus-cart {
    background: transparent !important;
}

.shipping-method-new-side #co-shipping-method-form .item-options .field.item label.label {
    padding-left: 20px;
}

.fieldset>.legend+br {
    display: none
}

.checkout-payment-method .payment-option-content {
    padding-left: 0;
}

.checkout-shipping-method .checkout-shipping-method #onepage-checkout-shipping-method-additional-load .step-title {
    font-size: 100%;
    margin-bottom: 0;
}

.table-checkout-shipping-method tbody td input[type='radio']:after {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    line-height: 15px;
    background-color: #fff;
    border: 1px solid #244662;
    border-radius: 0;
    top: 0 !important;
    margin: 0 !important;
    padding: 0;
}

.table-checkout-shipping-method tbody td input[type='radio']:checked:after {
    background: #f7941c !important;
    border: none !important;
}

.checkout-payment-method .payment-option-content .payment-option-inner+.actions-toolbar button.action.action-apply,
.checkout-payment-method .payment-option-content .payment-option-inner+.actions-toolbar button.action.action-apply:focus {
    height: 44px;
    border-radius: 50px;
    background-color: #244662;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 28px;
    font-size: 14px;
    border: none;
    box-shadow: none !important;
}

.checkout-payment-method .payment-option-title {
    padding-left: 0 !important;
}

.checkout-payment-method .payment-option-title .action-toggle:after {
    display: none;
}

.checkout-index-index .opc-wrapper:after {
    content: "";
    width: 5px;
    background: #f4f4f4;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
}

body.checkout-index-index .opc-wrapper li#payment:before {
    content: ' ';
    display: block;
    width: calc(100% + 100px);
    height: 6px;
    background-color: #f4f4f4;
    position: absolute;
    left: -50px;
    top: 0px;
}

.checkout-index-index .opc-block-shipping-information {
    display: none;
}

.checkout-index-index .logo {
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.amstockstatus-status-container.stock.available>img.amstockstatus_icon {
    display: none;
}

.products-related ol.products.list.items.product-items .owl-stage-outer {
    height: auto !important;
}

body.account.page-layout-2columns-left .column.main .table-wrapper.orders-recent {
    width: 100%;
    margin-top: 0;
}

table.data.table.table-order-items.recent {
    width: calc(100% - 5px);

}

.block-dashboard-orders div#am-page-count+.pager {
    display: none;
}

.block-dashboard-orders p.toolbar-amount {
    width: calc(100% - 190px);
}

.block-dashboard-orders .block-title.order {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

table.data.table.table-order-items.history {
    width: calc(100% - 5px);
}

.checkout-index-index .modal-popup .form-shipping-address {
    max-width: 100%;
}

.cdawpcpt-index-cmspage figure.wp-block-table table tr td br:first-child {
    display: block;
}

.cdawpcpt-index-cmspage figure.wp-block-table table tr td br {
    display: none;
}

.account a.action.edit {
    font-size: 14px;
    color: #000;
    text-decoration: underline;
}

.opc-wrapper .shipping-address-items {
    display: flex;
    flex-wrap: wrap;
}

.checkout-onepage-success.page-layout-1column .printorder-button {
    display: none;
}

.cart-success-page-section .col-md-5.col-sm-5.col-xs-12 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.customer-address-form .form-address-edit {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

h2.homepage-title {
    font-size: 48px;
    font-weight: 300;
    color: #244662;
    line-height: 60px;
    letter-spacing: 6px;
    text-align: left;
    text-decoration: none;
    margin: 10px 0 29px;
}

.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-address-billing .box-content,
.box-address-shipping .box-content,
.box-information .box-content,
.box-newsletter .box-content {
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

.notification-container .action.primary {
    background: #244662;
    border-color: #244662;
}

.notification-container .input-text {
    border: none;
    background-color: #f7f7f7;
    height: 50px;
    font-size: 16px;
    padding-left: 25px;
    color: #244662;
    width: 100%;
    display: block;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
}

li.custom-cls-minicart .minicart-items-wrapper {
    max-height: calc(100vh - 230px);
    overflow-y: auto;
}

.recently-viewed.block .cusm-read-more.grid-view a.action.more {
    height: auto;
    padding: 10px 10px;
}

/*--------------------------------------- Responsive media csss ----------------------------------------*/
@media (min-width:768px) {
    .header.content .nav-sections .navigation li.current>.submenu {
        opacity: 1;
        visibility: visible;
    }

    /*.ves-megamenu .navigation .level0.current>a {
        background: transparent !important;
    }*/
    .ves-megamenu .navigation .level0 .submenu .mega-col>.nav-item>a {
        border: 0 !important;
    }

    .navigation .ves-megamenu .level0 .submenu .submenu,
    .ves-megamenu .subgroup>.submenu {
        padding: 0;
        width: 100%;
    }
}

@media(min-width:2000px) {
    .header.content .nav-sections .navigation>ul>li a {
        padding: 0 30px;
        line-height: 40px;
        font-size: 18px;
    }
}

@media (min-width:1025px) {
    .video-content {
        max-width: 74.4%;
    }

    .modal-content {
        font-size: 16px;
        padding: 30px 10px !important;
    }

    .checkout-index-index .modal-popup .modal-header,
    .checkout-index-index .modal-popup .modal-content,
    .checkout-index-index .modal-popup .modal-footer {
        padding: 22px 143px !important
    }

    .header.content .nav-sections .navigation li .submenu .cust-title-dining-href a {
        font-size: 11px;
    }

    /* body footer .custom-footer5 a img{
    max-width: 11vw;
} */
    body.checkout-index-index .opc-wrapper ol li .no-quotes-block:after {
        max-width: 11vw;
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 18px;
        left: 0px;
        top: 0px;
    }

    .checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .minicart-items-wrapper li {
        padding: 15px 0;
    }

    .minicart-items>span {
        padding-bottom: 15px;
        font-size: 16px;
    }

    .checkout-index-index .opc-sidebar .table.table-totals .mark span,
    .checkout-index-index .opc-sidebar .table.table-totals .mark {
        padding: 10px 0;
    }

    .checkout-index-index .opc-sidebar .custome-image {
        margin-top: 5px;
    }

    .checkout-index-index .opc-sidebar .opc-block-summary .table.table-totals {
        margin-bottom: 10px;
    }

    .checkout-index-index .opc-sidebar .custome-image img {
        max-width: 350px;
        margin: 0 auto;
        display: block;
    }

    .header.content .nav-sections .navigation li>.submenu {
        padding: 2.63vw 1.8vw 2.63vw 1.8vw;
    }

    .content-wrap>.megamenu-sidebar.right-sidebar img {
        max-width: 16.75vw;
    }

    .submenu .megamenu-content .nav-item.level1>.nav-anchor.subitems-group {
        font-size: 1vw !important;
    }

    .header.content .nav-sections .navigation li>.submenu .submenu a {
        font-size: 13px;
    }

    .checkout-index-index .columns {
        padding: 100px 0 40px;
    }

    .checkout-index-index .columns:after {
        height: 60px;
    }

    .brochure-sidebar .tab-title a {
        font-size: 0.94vw;
        line-height: 3.68vw;
    }

    .feat-bottom button.book_consultation {
        min-width: 305px;
        margin: 0 15px;
    }

    .feat-bottom button.view-more,
    .feat-bottom form button {
        min-width: 170px;
    }

    .feat-left {
        width: calc(50% - 4px);
    }

    .feat-right {
        width: calc(50% - 4px);
    }

    .custom-img-for-contactus:after {
        height: 155px;
        bottom: -30px;
    }

    .custom-blcok-welcm::before {
        bottom: -46px;
        height: 55px;
    }

    body .navigation .level0 {
        margin: 0;
    }

    body.checkout-index-index .opc-wrapper ol li:nth-child(2):before,
    body.checkout-index-index .opc-wrapper ol li:after {
        width: calc(100% + 5.26vw);
        left: -2.63vw;
    }

    .feat-bottom form button {
        background-position: center left 15px;
    }

    #product-addtocart-button {
       /* margin-left: 0.52vw; */
    }

    body:not(.cms-home) .cust-three-teasures {
        background-position: center top 50px;
    }

    .telephoneno select {
        width: 115px;
    }

    .main-heading {
        font-size: 1.45vw;
    }

    .about-heading,
    .custom-data-finalnce {
        padding: 50px;
        min-height: 28.94vw;
        margin-bottom: 50px;
        background-repeat: no-repeat;
    }

    .about-heading h2,
    .custom-data-finalnce h1 {
        line-height: 2.5vw;
        font-size: 1.47vw;
    }

    /* .custom-data-in-one-class h3 , .custom-data-finalnce h2{
    font-size: 1.15vw;
    line-height: 2.15vw;
} */

    .custom-finance-page .custom-bold-para p {
        margin-bottom: 10px;
        font-size: 0.84vw;
        line-height: 25px;
    }

    .custom-finance-page .custom-bold-para .top-footer {
        padding: 0 15px;
    }

    .custom-looking-forward p a,
    .custom-finance-page .custom-bold-content {
        font-size: 18px;
        line-height: 2.36vw;

    }

    .custom-looking-forward p {
        font-size: 18px;
        line-height: 2.36vw;

    }

    .clickdesk-minimalistic .cd-chat-inner .cd-form-sec textarea::-webkit-input-placeholder,
    .clickdesk-minimalistic .cd-chat-inner .cd-form-sec input.cd-form-text::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder,
    input[type="email"]::-webkit-input-placeholder,
    input[type="text"]::-webkit-input-placeholder,
    input[type="password"]::-webkit-input-placeholder,
    select::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        font-size: 16px !important;
    }

    .clickdesk-minimalistic .cd-chat-inner .cd-form-sec textarea::-moz-placeholder,
    .clickdesk-minimalistic .cd-chat-inner .cd-form-sec input.cd-form-text::-moz-placeholder,
    textarea::-moz-placeholder,
    input[type="email"]::-moz-placeholder,
    input[type="text"]::-moz-placeholder,
    input[type="password"]::-moz-placeholder,
    select::-moz-placeholder {
        /* Firefox 19+ */
        font-size: 16px !important;
    }

    .clickdesk-minimalistic .cd-chat-inner .cd-form-sec textarea::-ms-input-placeholder,
    .clickdesk-minimalistic .cd-chat-inner .cd-form-sec input.cd-form-text:-ms-input-placeholder,
    textarea:-ms-input-placeholder,
    input[type="email"]:-ms-input-placeholder,
    input[type="text"]:-ms-input-placeholder,
    input[type="password"]:-ms-input-placeholder,
    select:-ms-input-placeholder {
        /* IE 10+ */
        font-size: 16px !important;
    }

    .clickdesk-minimalistic .cd-chat-inner .cd-form-sec textarea:-moz-placeholder,
    .clickdesk-minimalistic .cd-chat-inner .cd-form-sec input.cd-form-text:-moz-placeholder,
    textarea:-moz-placeholder,
    input[type="email"]:-moz-placeholder,
    input[type="text"]:-moz-placeholder,
    input[type="password"]:-moz-placeholder,
    select:-moz-placeholder {
        /* Firefox 18- */
        font-size: 16px !important;
    }

    .box-tocart a.action.tocompare {
        background-size: 24px auto;
        margin-right: 0.5vw;
        min-width: 204px;
        background-size: 24px auto;
        padding-left: 20px;
    }

    body.is-blog.page-layout-2columns-left .sidebar .block {
        padding: 1.05vw 1.57vw;
        margin-bottom: 0;
    }

    body.is-blog.page-layout-2columns-left .sidebar .block button {
        margin-top: 1.42vw;
        height: 45px;
    }

    body.is-blog.page-layout-2columns-left .sidebar li a,
    body.is-blog.page-layout-2columns-left .sidebar .block-title strong {
        font-size: 1vw;
    }

    body.is-blog.page-layout-2columns-left .sidebar li {
        margin: 1.05vw 0;
    }

    body.is-blog.page-layout-2columns-left .sidebar .block input {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }


    .page-main>.page-title-wrapper .page-title {
        font-size: 2.89vw;
    }

    .form.create.account fieldset input,
    .form.create.account fieldset select,
    .form.form-login input {
        line-height: 50px;
        height: 50px;
        font-size: 16px;
    }

    .login-container .block-new-customer .actions-toolbar .create.primary,
    .form.create.account .actions-toolbar .primary button,
    .form.form-login .actions-toolbar .primary button {
        font-size: 14px;
        padding: 0;
        height: 40px;
        line-height: 40px;
        min-width: 200px;
    }


    /* .contact-index-index .column:not(.sidebar-additional) .form.contact {
    padding: 20px;
}*/
    .contact-index-index .custom-cll-us {
        padding: 30px;
    }

    .with-background-blk-grey .actions-toolbar .primary .action {
        font-size: 14px;
        height: 40px;
        padding: 0 20px;
        line-height: 40px;

    }

    .success-content .pop-content {
        vertical-align: top;
    }

    #mb-ajaxcart-wrapper .pop-content .product-name {
        margin-bottom: 20px;
    }

    .custom-add-class-for-search .cust-search-field {
        top: 5.73vw;
    }

    .form.contact .communication input[type="checkbox"]+label {
        font-size: 16px;
    }

    .post-list-item .mp-read-more {
        padding: 0 0px;
        float: right;
        font-size: 12px;
        /*width: 8.52vw;*/
        width: 144px;
        height: 44px;
        line-height: 44px;
    }

    .portable_back_side p:first-child {
        font-size: 16px;
        line-height: 25px;
    }

    .portable_back_side p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .form.contact .communication {
        margin-left: 5%;
    }

    body .block-search .action.search>span,
    body .page-header .minicart-wrapper .action .text,
    ul.header.links li a,
    .custom-add-class-for-search .block-search .search label,
    .customer-welcome .customer-name,
    .customer-welcome .customer-name span {
        font-size: 12px;
        margin-top: 0px;
    }

    .custom-class-for-popup.bss-onestepcheckout .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable {
        max-width: 80%;
    }

    .custom-class-for-popup.bss-onestepcheckout .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable h2 {
        font-size: 32px;
        letter-spacing: 3px;
        margin-bottom: 20px;
    }

    ul.header.links {
        margin-top: 0;
    }

    .custom-add-class-for-search .block-search .search label:before,
    ul.header.links li.nav.item a:before,
    a.custom-haeder-contact:before,
    .minicart-wrapper .action.showcart:before {
        width: 40px;
        margin: 0 auto 10px;
    }

    ul.header.links li.custom-my-account-link-header a:before {
        background-size: 26px auto;
        width: 40px;
        margin: 0 auto 10px;
    }

    ul.header.links li {
        padding: 0 0.78vw;
    }

    .button-vat-set {
        margin-top: 35px;
    }

    .custom-class-for-popup.bss-onestepcheckout .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable .vat-exempt-no {
        min-width: 400px;
    }

    .custom-class-for-popup.bss-onestepcheckout .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable .custom-top .vat-list-data {
        margin-top: 50px;
    }

    .custom-class-for-popup.bss-onestepcheckout .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable .custom-top .vat-list-data strong {
        font-size: 18px;
    }

    .custom-class-for-popup.bss-onestepcheckout .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable .custom-top .vat-list-data ul li {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .vat-e-left form select,
    .vat-e-left form input,
    form .vat-e-left select,
    form .vat-e-left input,
    .vat-product-data input.input-text {
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
        font-size: 14px;
    }

    form .vat-e-left input::-webkit-input-placeholder {
        font-size: 14px !important;
    }

    form .vat-e-left input::-moz-placeholder {
        font-size: 14px !important;
    }

    form .vat-e-left input:-ms-input-placeholder {
        font-size: 14px !important;
    }

    form .vat-e-left input:-moz-placeholder {
        font-size: 14px !important;
    }

    .vatexempt-e-main-data .vat-e-right .vat-e-title {
        font-size: 14px;
    }

    .vatexempt-e-main-data .vat-e-right textarea {
        height: calc(100% - 50px);
    }

    .vatexempt-e-main-data .vat-e-right {
        margin-top: 0;
    }

    .vat-exempt-textarea {
        padding: 25px;
        font-size: 14px;
    }

    .vat-product-data>strong {
        font-size: 16px;
    }

    .product-data-vat .product-data-vat .prod-left img {
        max-width: 180px;
    }


    .cust-tab {
        padding: 0 1vw;
    }

    .brochure-tab .cust-tab img {
        max-width: 3vw;
    }

    .cust-tab p {
        font-size: 1vw;
    }

    .tab .tablinks:after {
        bottom: 14px;
    }

    /* .bss-onestepcheckout .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable {
    max-width: 80%;
    padding: 25px;
} */
    .bss-onestepcheckout .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable div#popup-modal .page-title {
        font-size: 35px;
    }

    .bss-onestepcheckout .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable form.form.forget .note {
        line-height: 35px;
        font-size: 18px;
        margin-bottom: 20px;
    }

    .bss-onestepcheckout .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable form.form.forget .email.required input[type="email"] {
        height: 45px;
        line-height: 45px;
        font-size: 16px;
        font-weight: 600;
    }

    .bss-onestepcheckout .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable form.form.forget .fieldset {
        margin-bottom: 0;
    }


    .catalog-product-view .mb-ajaxsuite-popup-wrapper a.mb-ajaxsuite-close {
        top: 25px;
    }

    .custom-class-add-for-data {
        padding: 45px 20px;
        max-height: 534px;
        overflow-y: auto;
    }

    .catalog-product-view #mb-ajaxcompare-wrapper .ajaxcompare-success-box .product-name {
        font-size: 16px !important;
    }

    .custom-class-add-for-data>.custom-all-data-in-one:last-child {
        padding: 70px 0
    }

    .price-box.price-final_price span {
        font-size: 18px;
    }

    .custom-class-add-for-data .price-box.price-final_price {
        margin-bottom: 15px;
    }

    .custom-class-add-for-data .custom-all-data-in-one .action.towishlist {
        min-width: auto;
        margin: 0 auto;
        margin-bottom: 15px;
        width: 80%;
        height: 40px;
        line-height: 40px;
        font-size: 12px;
    }

    .custom-class-add-for-data .custom-all-data-in-one .accordion {
        border-top: 2px solid #f4f4f4 !important;
        border-bottom: 2px solid #f4f4f4 !important;
        height: 45px;
        margin-bottom: 5px;
        padding: 0 25px;
        font-size: 16px;

    }

    .catalog-product-view h3.mb-message-successs {
        max-width: 100%;
        padding-top: 35px;
        font-size: 18px;
        text-align: center;
        line-height: 30px;
        font-weight: 500;
        border: 0;
        margin: 0;
        padding: 0;
        letter-spacing: 0;
    }

    .custom-class-add-for-data .custom-all-data-in-one button.action.tocart.primary {
        height: 40px !important;
        line-height: 40px !important;
        margin: 0 auto 10px !important;
        font-size: 12px !important;
    }

    body .cart-container {
        padding-bottom: 9.31vw;
    }

    .custm-class-frindly-advice p {
        font-size: 24px;
        margin-top: 0;
        letter-spacing: 1px;
    }

    .sticky .custm-class-frindly-advice p {
        font-size: 16px;
    }

    .custm-class-frindly-advice a {
        font-size: 28px;
    }

    /*.sticky header.page-header a.logo {max-width: 13%; }*/
    .sticky .custm-class-frindly-advice a {
        font-size: 18px;
    }

    .navigation .level0>.level-top span {
        font-size: 0.94vw;
    }

    .nav-sections .navigation .level0>.level-top {
        padding: 0 1vw;
        line-height: 2.46vw;
    }

    .our_range_table_blk .our_rabge_prod_title {
        font-size: 18px;
    }

    .our_range_table_blk p {
        font-size: 16px;
    }

    .our_range_desc {
        padding: 2.10vw;
        background-color: #f4f4f4;
        border-radius: 20px;
    }

    /* .custom-blcok-welcm a {
    padding: 0px 0.15vw;
    font-size: 0.84vw;
} */
    p,
    .block-testimonials .testimonial-message,
    body .block-testimonials .block-content .name.text-center,
    .custom-class-for-popup .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable .custom-top .vat-list-data strong,
    .custom-class-for-popup .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable .custom-top .vat-list-data ul li,
    .cms-privacy-policy-cookie-restriction-mode2 h3,
    .cms-privacy-policy-cookie-restriction-mode2 h2,
    .cms-privacy-policy .columns .main ul,
    .cms-privacy-policy .columns .main ol,
    .wp-block-table {
        font-size: 17px;
        line-height: 2;
        margin-bottom: 25px;

    }


    .custom-class-for-popup .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable .custom-top .vat-list-data ul li {
        margin-bottom: 10px;
        line-height: 24px;
    }

    .custom-class-for-popup .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable .custom-top .vat-list-data ul li:before {
        width: 6px;
        height: 6px;
        left: -10px;
    }

    .custom-class-for-popup .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable .custom-top .vat-list-data ul {
        margin-left: 15px
    }

    .frree-broucher-title {
        /*font-size: 1.26vw;
    line-height: 2.10vw;
    */
        font-size: 19px;
        line-height: 32px;
    }

    /* .custom-blcok-welcm h1, h1.homepage-title, .post-list-container .widget-title > a , body.checkout-cart-index .cust-main-title, .catalog-product-view .main-section-outer .form.contact .fieldset h1.homepage-title {
    font-size: 2.89vw;
    line-height: 3.15vw;
    letter-spacing: 0.26vw;
}
.cust-contact-right div[data-role="collapsible"] span {
    font-size: 17px;
}
.cust-acc-prod-blck div[data-role="collapsible"] , .cust-acc-prod-blck div[data-role="content"]{
    font-size: 18px;
    padding: 1.05vw 1.6vw;
}
.cust-contact-right div[data-role="collapsible"]:before{
    font-size: 18px;
    top: 1.05vw;
}

.field.note.no-label {
    font-size: 18px;
    line-height: 2.36vw;
} */
    /* .top-footer input , .form.contact .telephone select, .form.contact .name select , .telephoneno select, .form.contact  select{
    height: 3.52vw;
    padding-left: 1.1vw;
    font-size: 1vw;
    background-size: 12px;
    background-position: center right 5px;
     
} */
    /* .cust-contact-left .form.contact .fieldset input[type="text"], .cust-contact-left .form.contact .fieldset input[type="email"], .cust-contact-left .form.contact .fieldset textarea{
  height: 3.52vw;
    padding-left: 0.8vw;
    font-size: 1vw;  
} */
    /* .cust-contact-left .form.contact .fieldset textarea { height: 368px; }
.custom-caring-step .col-md-6.col-sm-6.col-xs-12:first-child {
    padding-left: 7.09vw;
}
.custom-blcok-welcm, .top-footer , body.is-blog .page-main .columns{
    padding: 0;
} */
    /*     .is-blog .block-viewed-products-grid { padding: 0 20px }    
.post-list-container {
    padding: 0 7vw;
} */
    /* ---- about page ---- */
    .about-main-combo,
    .cms-about-us .page-title-wrapper {
        padding: 0 5vw;
    }

    .about-main-combo .about-main .about-us-sub {
        margin-bottom: 2.47vw;
    }

    /*----- footer ---- */
    .copyright {
        padding: 40px 2vw;
    }

    body .page-footer .footer-inner-title {
        /*margin-bottom: 1.05vw;*/
        margin-bottom: 10px;
        font-size: 0.94vw;
    }

    body footer.page-footer li a,
    body .footer .page-footer li .alink {
        font-size: 16px;
        line-height: 1.6;
    }

    /* body footer .footer-icons .fa {
    font-size: 1.57vw;
    height: 2.20vw;
    width: 2.20vw;
    line-height: 2.20vw;
	padding-left: 0.52vw;
    border-radius: 0.52vw;
} */
    body .custom-footer4 a:visited,
    body .custom-footer4 .alink:visited,
    body .custom-footer4 a {
        font-size: 16px;
    }

    body .custom-footer4 p>a::before {
        background-position: -50px -62px;
        background-size: auto 140px;
    }

    .custom-footer4 p:last-child>a::before {
        background-position: 4px -50px;
        background-size: auto 120px;
    }

    body footer .custom-footer5 img {
        width: auto;
        max-width: 80px;
        /*max-width: 5.8vw;*/
    }

    .is-blog.wordpress-post-view .columns .blog-top-title {
        font-size: 2.89vw;
    }

    .is-blog.wordpress-post-view .columns .back-btn a {
        font-size: 14px;
        padding: 13px 14px;
    }

    .is-blog.wordpress-post-view .columns .back-btn {
        margin-bottom: 5.15vw;
    }

    body .cust-cart-page-buttons a {
        font-size: 0.94vw;
        padding: 0px 1.57vw;
    }

    body.checkout-cart-index .cart-summary>.title {
        font-size: 2.36vw;
    }

    body .cart.table-wrapper .product-item-name,
    .cart-container .cart.table-wrapper .shop-cart-ed-remove a span,
    .cart-container .cart.table-wrapper .shop-cart-ed-view .actions-toolbar a {
        font-size: 14px;
    }

    .cart-container .cart.table-wrapper .shop-cart-ed-view {
        width: auto;
    }

    .cart-container .cart.table-wrapper .shop-cart-ed-remove {
        right: 150px;
    }

    .cart-container .block.discount,
    .cart-container .block.shipping {
        padding: 2.36vw;
    }

    .cart-container .block.discount .title strong,
    .cart-container .block.shipping .title strong,
    body .shipping-method-new-side .item-title span,
    .cart-container .shipping-method-new-side strong {
        letter-spacing: 1px;
    }

    /*.cart-container .block.discount, .cart-container .block.shipping , .cart-container .shipping-method-new-side{
    min-height: 235px;
}*/
    .cart-container .shipping-method-new-side {
        max-width: 31.3%;
        padding: 2.36vw;
    }

    .cart-container .vat.exempt {
        max-width: 150px;
        height: 45px;
        line-height: 45px;
        font-size: 18px;
    }

    .cart-container .shipping-method-new-side .field.choice.item input[type="radio"]+label.label {
        font-size: 15px;
        padding-left: 5px;
    }

    .cart-container .shipping-method-new-side .field.choice.item input[type="radio"]+label.label:after,
    .cart-container .shipping-method-new-side .field.choice.item input[type="radio"]+label.label:before {
        top: 6px;
    }

    body.checkout-cart-index .cust-cart-page-buttons {
        margin-bottom: 4.71vw;
    }

    .cart-container .custom_cart_blk {
        padding-top: 3.31vw;
    }

    .cart-container .cart.table-wrapper .items th {
        padding-bottom: 1.84vw !important;
    }

    .cart-container,
    .your-basket-cart,
    body .offer-section {
        padding: 0 3.35vw;
    }

    .cart.table-wrapper .cart thead tr th span,
    body .cart-container .custom_cart_blk .cart.table-wrapper .cart tbody td .price,
    body.checkout-cart-index .cart-summary,
    .cart-container .block.discount .title strong,
    .cart-container .block.shipping .title strong,
    body .shipping-method-new-side .item-title span,
    .cart-container .shipping-method-new-side strong {
        font-size: 18px
    }

    .cart-container .block.discount input[type="text"],
    .cart-container .block.shipping input[type="text"] {
        height: 45px;
        line-height: 45px;
        font-size: 18px;
    }

    body .cart.table-wrapper .product-item-details .additional-info-cart {
        margin: 2.63vw auto 0;
    }

    .checkout-cart-index .cart .control.qty a i {
        width: 2vw;
        height: 2.10vw;
        line-height: 2.10vw;
        font-size: 12px;
        font-weight: 500;
    }

    body .cart-container .custom_cart_blk .cart.table-wrapper .cart tbody td.col.qty input {
        display: inline-block;
        vertical-align: middle;
    }

    body .cart-container .custom_cart_blk .cart.table-wrapper .cart tbody td.col.qty a {
        display: inline-block;
        vertical-align: middle;
    }

    .checkout-cart-index .cart-summary {
        margin-top: 8.4vw;
    }

    .checkout-cart-index .cart.table-wrapper .col.qty .input-text {
        height: 2.10vw;
        width: 2vw;
        font-weight: bold;
        line-height: 2.10vw;
        padding: 0;
    }

    .checkout-cart-index .cart-summary strong.summary.title {
        margin: 0;
        padding: 1.89vw 2.78vw 2.31vw;
    }

    .checkout-cart-index .cart-summary .temp {
        padding: 0 2.78vw 0.84vw;
    }

    .checkout-cart-index .cart-summary table.totals .grand.totals .mark,
    .checkout-cart-index .cart-summary table.totals .totals.sub .mark {
        padding-left: 48px;
    }

    .checkout-cart-index .cart-summary table.totals span.price {
        padding-right: 2.78vw;
    }

    .checkout-cart-index .cart-totals tbody .totals .mark {
        font-size: 18px;
        letter-spacing: 0.1vw
    }

    .checkout-cart-index .cart-summary table.totals .totals.sub .mark,
    .checkout-cart-index .cart-summary table.totals .totals.sub span.price,
    .checkout-cart-index .cart-summary table.totals .grand.totals span.price,
    .checkout-cart-index .cart-summary table.totals .grand.totals .mark {
        padding-top: 2.47vw !important;
        padding-bottom: 2.47vw !important;
        display: block;
        border: none;
        font-size: 18px;
        letter-spacing: 0.1vw
    }

    .checkout-cart-index .cart-summary table.totals .grand.totals span.price {
        font-size: 1.47vw;
        padding-top: 2.52vw !important;
        padding-bottom: 2.52vw !important;
    }

    .checkout-success .success-data-detail,
    .checkout-onepage-success .section_portable {
        width: 100vw;
    }

    .checkout-success #order-product-slider .customer-name-lastitem {
        font-size: 16px;
        font-weight: 600;
        padding: 0 15px;
    }

    .portable_block .protable_prod_name {
        font-size: 18px;
        margin-bottom: 20px;
        margin-top: 15px;
    }

    body #bio_ep {
        font-size: 16px;
        padding: 30px 0 !important;
    }

    /* .video-content input, .video-content select {
    width: 100% !important;
    line-height: 3.52vw !important;
    height: 3.52vw !important;
    padding-left: 1.57vw !important;
    font-size: 1.05vw !important;
} */
    .video-title p.video-description {
        margin-bottom: 20px;
        font-size: 15px;
        letter-spacing: 1.4px;
    }

    p.video-description {
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 1.5;
    }

    .custom-template-block {
        width: 100vw;
        padding: 70px 30px;
    }


    .checkout-index-index .opc-wrapper {
        width: 49.696%;
        background-color: transparent;
        padding: 0 20px 0 0 !important;
    }

    body.checkout-index-index .opc-wrapper ol li .no-quotes-block:before,
    .customfiled-data .title-data:before,
    body.checkout-index-index .opc-wrapper ol li form.form.methods-shipping:before,
    .payment-option .action.action-toggle:after,
    .checkout-index-index .opc-wrapper .authentication-wrapper:before,
    body.checkout-index-index .opc-wrapper .field._required[name="shippingAddress.prefix"] label:after,
    body.checkout-index-index .opc-wrapper ol li form .actions-toolbar .secondary a,
    .payment-methods .payment-group .step-title:after,
    .checkout-shipping-method .checkout-shipping-method .step-title:after,
    .bss-onestepcheckout .opc-wrapper #payment:after {
        font-size: 18px;
    }

    .bss-onestepcheckout .opc-wrapper #payment:after {
        left: 52px;
        top: 34px;
    }

    .block-customer-login form input,
    .payment-option .payment-option-content input,
    body.checkout-index-index .opc-wrapper ol li input,
    body.checkout-index-index .opc-wrapper ol li select {
        line-height: 50px;
        height: 50px;
        font-size: 16px;
    }

    body .block-authentication .actions-toolbar>.secondary {
        margin-right: 0;
    }

    body.checkout-index-index .opc-wrapper .field._required[name="shippingAddress.postcode"] label.label:after {
        font-size: 20px;
        margin-bottom: 15px;
        display: none;
    }

    /* .checkout-index-index .opc-sidebar span.title {
    font-size: 2.89vw;
    padding: 1.15vw 2.47vw;
} */
    .choice.field.customfiled-data:before,
    body.checkout-index-index .opc-wrapper ol li form.form.methods-shipping:after,
    .payment-option:before,
    body.checkout-index-index .opc-wrapper .field._required[name="shippingAddress.prefix"] label:before,
    .checkout-index-index .opc-wrapper .authentication-wrapper:after,
    .bss-onestepcheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods .payment-group:first-child .step-title:before,
    #payment:before {
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 18px;
        left: 0;
        display: none;
    }

    .checkout-index-index .opc-wrapper .authentication-wrapper,
    body.checkout-index-index .opc-wrapper ol li form,
    body.checkout-index-index .opc-wrapper ol li .no-quotes-block,
    .payment-option,
    .customfiled-data {
        padding-left: 0px;
    }

    body.checkout-index-index .opc-wrapper ol li form#co-payment-form .actions-toolbar .primary {
        width: 100%;
    }

    body.bss-onestepcheckout .step-title:before {
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 18px;
    }

    /*.authentication-wrapper .action-auth-toggle:before {
    font-size: 14px;
}*/
    .block-testimonials::before {
        width: 100vw;
    }

    /* .checkout-index-index .page-title-wrapper .page-title {
    font-size: 2.89vw;
} */

    /* .sidebar-block.fixed  { width: 14.5vw }    */


    .modal-popup.confirm .modal-inner-wrap .modal-content,
    .cms-home aside.modal-popup.confirm._show .modal-content,
    .checkout-index-index aside.modal-popup.confirm._show .modal-content {
        padding-right: 4rem !important;
        padding-left: 4rem !important;
        padding-top: 10px !important
    }

    .review-slider .owl-nav>div.owl-prev {
        left: 0px
    }

    .review-slider .owl-nav>div.owl-next {
        right: 0px
    }

    .review-content {
        padding: 0 45px;
        position: relative
    }

    .blog_bulk li h2,
    .blog_bulk li .post-excerpt {
        padding: 0 10px 0 35px;
    }

    .blog_bulk li .post-data-read-more a {
        font-size: 14px;
        padding: 12px 20px
    }

    .post-list-item .post-description,
    .blog_element .post-list-item .post-description {
        width: calc(100% - 164px);
    }

    .sidebar-title {
        padding-left: 25px;
        padding-right: 25px;
    }

    .sidebar-title span a {
        font-size: 14px;
    }

    .sidebar-title h2 {
        font-size: 16px;
        letter-spacing: 0;
    }

    ul.header.links li span.not-logged-in a:before,
    ul.header.links .customer-welcome .customer-name:before {
        margin: 0 auto 10px;
    }

    .header.content .nav-sections .navigation li>.submenu .item-content .nav-item.level1>.nav-anchor.subitems-group {
        font-size: 1vw;
    }
}


@media (min-width: 1900px) {
    .custom-class-for-popup.bss-onestepcheckout .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable {
        max-width: 1360px;
        padding: 90px 130px 0;
    }
}

@media (min-width:990px) and (max-width:1900px) {

    .top-footer .form.contact .col-sm-9 {
        width: 69%;
    }

    .top-footer .form.contact .col-sm-3 {
        width: 31%;
    }

    button.vat-exempt-lookup {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        top: 0
    }

}

@media screen and (min-width:1200px) {
    .cust-contact-right {
        padding-left: 112px !important;
    }

    div#carousel-widget {
        width: 900px !important;
    }
}

@media only screen and (min-width:1025px) and (max-width:1440px) {

    /*    .cust-three-teasures #badge-ribbon {
    padding-left: 11vw;
}*/
    .custom-img-for-contactus:after {
        height: 11vw;
        bottom: -2.8vw;
    }

    .brochure_main.sticky .brochure-sidebar {
        left: 0;
        width: 15.5vw;
        max-width: 15.5vw;
    }

    .brochure-sidebar .tab-title a:before {
        left: 0;
        background-size: 22px auto !important;
    }

    .brochure-sidebar .tab-title.downloads a:before {
        background-size: 18px auto !important;
    }

    .brochure-sidebar .tab-title.book_a_consultation a:before {
        background-size: 16px auto !important;
    }

    .checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .product .product-item-name {
        margin-bottom: 0;
        /*    width: calc(100% - 105px);*/
    }

    /*--- Product page ---*/
    .product-info-main .page-title-wrapper h1,
    .page-title-wrapper.product .page-title span.base {
        font-size: 30px;
        letter-spacing: 3px;
    }

    .product-info-main .product-info-price .price-box .special-price .price-container .price {
        font-size: 30px;
        line-height: 30px;
        margin-right: 20px;
    }

    .product-info-main .product-info-price .old-price .price-wrapper .price {
        font-size: 20px;
    }

    .product-info-main .product-info-price,
    .financing-prod-page-optin {
        margin-top: 20px;
    }

    .product-info-main .product-reviews-summary .reviews-actions>a,
    .financing-prod-page-optin a,
    .product-reviews-summary.empty .reviews-actions span {
        font-size: 18px;
    }

    .box-tocart a.action.tocompare,
    .box-tocart button.tocart {
        font-size: 14px;
    }

    .product.info.detailed .product.attibute {
        font-size: 18px;
        line-height: 38px;
        margin-bottom: 28px;
    }

    .product.info.detailed .product.attibute {
        font-size: 18px;
    }

    .product.info.detailed .product.data.items>.item.title>.switch {
        padding: 30px 36px;
        font-size: 18px;
    }

    .product.info.detailed .product.data.items>.item.content {
        margin-top: 85px;
    }

    /*--- Product page ---*/
    .post-list-container .post-list-item .post-info-wraper {
        padding: 0 15px;
    }

    .post-list-item .post-link-title {
        font-size: 14px;
        line-height: normal;
    }

    .post-list-item h2.mp-post-title {
        margin-bottom: 10px;
    }


    .custom-template-block .section-description .page-title {
        font-size: 32px;
        line-height: 45px;
        margin-bottom: 4%;
    }

    .catalog-product-view .page-title,
    .ajax-addto-title {
        font-size: 32px;
    }

    .related .owl-nav div,
    .related .owl-nav div {
        left: -10px;
    }

    .cust-three-teasures {
        width: calc(100vw - 10px);
    }

    /*--- brochure ---*/
    .custom-techspecification .tech-title {
        margin-bottom: 15px;
        font-size: 18px;
        margin-top: 5px;
    }

    .custom-techspecification .tech-main span.tech-inner {
        font-size: 32px !important;
        line-height: normal;
    }

    .custom-techspecification .tech-main.oxygen span {
        font-size: 18px;
    }

    .tech-main.weight span.lbs,
    .custom-techspecification .tech-main.battery span,
    .custom-techspecification .tech-main span.voltage,
    .custom-techspecification .tech-main span.db {
        font-size: 32px;
        line-height: normal;
    }

    .tech-main.noisy .read-more {
        margin: 12px 0;
    }

    .custom-techspecification .tech-main span.set,
    .custom-techspecification .tech-main span.horiz,
    .custom-techspecification .tech-main span.sett {
        font-size: 18px;
        padding: 0;
    }

    .custom-techspecification .tech-main p {
        margin-bottom: 0;
    }

    .cms-brochure .top-footer {
        padding: 0;
    }

    .feature_gallery_img .owl-carousel .owl-item img {
        max-height: 170px;
    }

    .cms-brochure .feature_gallery_img .owl-carousel {
        padding: 0 3%;
    }

    .feature_gallery_img .feture-product-name {
        font-size: 14px;
    }

    .in-stock-data-main .feat-price {
        font-size: 38px;
    }

    .catalog-product-view .page-title,
    .cms-brochure .page-title,
    .ajax-addto-title {
        font-size: 36px;
        margin-bottom: 2.7%;
    }

    body.cms-brochure .block-testimonials .block-content .name.text-center {
        font-size: 16px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .cms-brochure .block-testimonials .review-ratings {
        margin: 5% 0;
    }

    .cms-brochure .block-testimonials .testimonial-message {
        font-size: 16px;
        line-height: 30px;
    }

    .cust-min-heading,
    .content-section-head {
        margin-top: 25px;
        margin-bottom: 15px;
        font-size: 20px;
    }

    .key-feature-section .col-sm-12 {
        margin-bottom: 50px;
    }

    .content-section-small {
        font-size: 18px;
        line-height: 2.36vw;
        margin-bottom: 1.83vw;
    }

    .cms-brochure .cust-contact-right div[data-role="collapsible"] span {
        font-size: 18px;
        line-height: 62px;
    }

    .cms-brochure .block-testimonials .testimonial-container .owl-item {
        margin: 0 20px;
    }

    .brochure-sidebar .tab-title a {
        font-size: 14px;
        padding-left: 40px;
        line-height: 50px;
    }

    .sticky .brochure-sidebar .tab-title a {
        font-size: 13px;
        padding-left: 40px;
        line-height: 40px;
    }

    .brochure-sidebar .tab-title a:before {
        left: 0;
        background-size: 22px auto !important;
    }

    /*--- brochure ---*/
    .brand-listing-menu span.itembgimg.cover-bg>img {
        height: 140px;
    }

    #m-cookienotice a,
    #m-cookienotice .m-button {
        padding: 0px 20px !important;
        border-radius: 30px !important;
        height: 40px !important;
        line-height: 40px !important;
        font-size: 14px !important;
    }

    .product-info-gallery {
        padding-left: 30px;
        padding-right: 30px;
    }

    #sync1 .owl-prev:before,
    #sync1 .owl-next:before..control-block .control-prev:before,
    .control-block .control-next:before {
        border-width: 20px;
    }

    #sync1 .owl-nav>div.owl-next,
    .control-block .control-next {
        right: -40px
    }

    #sync1 .owl-nav>div.owl-prev,
    .control-block .control-prev {
        left: -40px
    }

    .device-info .info ul li h3 {
        font-size: 40px;
    }

    .two-column-section .col-50:last-child {
        /* padding-right: 46px*/
        padding: 0 30px
    }

    .two-column-section .col-50:first-child {
        /*padding-right: 46px;*/
        padding: 0 30px
    }

    .three-column-section .col-40 {
        padding: 0 25px;
    }

    .three-column-section .row {
        margin: 0 -25px
    }

}

@media only screen and (min-width:991px) and (max-width:1200px) {
    .home-banner-section .right-banner .sub_slider_txt {
        max-width: 85%;
    }

}

@media(max-width:1440px) {
    .contact-index-index .column:not(.sidebar-additional) .form.contact {
        padding: 29px 45px 72px 45px;
    }

    .cust-contact-left .choice.newsletter input[type="checkbox"]+label {
        font-size: 15px;
    }

    .checkout-cart-index .ui-dialog {
        max-width: 80%;
    }

    .custom-class-for-popup .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable {
        padding: 90px;
    }

    .custom-class-for-popup .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable .vat-exempt-no {
        min-width: unset;
    }

    body .fotorama--fullscreen .fotorama__wrap {
        max-width: 65% !important;
    }

    .sidebar-block li a {
        padding-left: 52px;
        font-size: 14px;
    }

    .sidebar-block li a:before {
        left: 6px;
    }

    .catalog-product-view .form.contact .communication input[type="checkbox"]+label {
        font-size: 18px;
    }

    .catalog-product-view .mb-ajaxsuite-popup-wrapper {
        max-width: 66%;
    }

    .catalog-product-view .mb-ajaxsuite-popup-wrapper.compare-popup,
    .mb-ajaxsuite-popup-wrapper.compare-popup {
        max-width: 90%;
    }

    .custom-class-for-popup .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable .vat-exempt-no,
    .custom-class-for-popup .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable .vat-exempt-yes {
        min-width: unset;
    }

    .blog_bulk li .post-excerpt {
        font-size: 14px;
        line-height: 24px;
    }

    .blog_bulk li h2,
    .blog_bulk li h2 a {
        font-size: 16px;
    }

    .blog_bulk li .post-excerpt,
    .blog_bulk li h2,
    .blog_bulk li .post-date.post-meta-item {
        padding-left: 20px;
    }

    .row.custom-blcok-welcm h2 {
        font-size: 36px;
        line-height: 1.4;
    }

    .cms-home .magestore-bannerslider-standard .flex-viewport {
        height: 100vh;
    }

    .sidebar-block.fixed {
        width: 100%;
        max-width: 205px;
    }


}

@media screen and (max-width: 1366px) {
    .cart-container .block.discount input[type="text"]::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        font-size: 14px !important;
    }

    .cart-container .block.discount input[type="text"]::-moz-placeholder {
        /* Firefox 19+ */
        font-size: 14px !important;
    }

    .cart-container .block.discount input[type="text"]:-ms-input-placeholder {
        /* IE 10+ */
        font-size: 14px !important;
    }

    .cart-container .block.discount input[type="text"]:-moz-placeholder {
        /* Firefox 18- */
        font-size: 14px !important;
    }
}


@media screen and (max-width:1100px) {
    body .cart.table-wrapper .product-item-details {
        width: calc(100% - 46%);
    }

    .checkout-cart-index .cart-summary table.totals .grand.totals .mark,
    .checkout-cart-index .cart-summary table.totals .totals.sub .mark,
    .checkout-cart-index .cart-totals tbody .totals .mark,
    .checkout-cart-index .totals-tax th.mark,
    .checkout-cart-index .totals-tax td.price {
        padding-left: 30px;
        font-size: 14px;
    }

    .checkout-cart-index .cart-summary table.totals td.amount {
        padding-top: 6px;
    }

    .cart.table-wrapper .item .col.item {
        width: 50%;
    }

    body.checkout-cart-index .cart-summary .checkout-methods-items .cart_summury_checkout_blk button.checkout {
        min-width: unset;
        font-size: 14px;
    }

    .cart.table-wrapper .cart thead tr th span,
    body .cart-container .custom_cart_blk .cart.table-wrapper .cart tbody td .price,
    body.checkout-cart-index .cart-summary,
    .cart-container .block.discount .title strong,
    .cart-container .block.shipping .title strong,
    body .shipping-method-new-side .item-title span,
    .cart-container .shipping-method-new-side strong,
    body .cart-container .block.discount button.primary,
    .cart-container .block.shipping button.primary,
    .checkout-cart-index .cart-summary table.totals .totals.sub .mark,
    .checkout-cart-index .cart-summary table.totals .totals.sub span.price,
    .checkout-cart-index .cart-summary table.totals .grand.totals span.price,
    .checkout-cart-index .cart-summary table.totals .grand.totals .mark {
        font-size: 14px;
    }

    .cart-container .shipping-method-new-side,
    .cart-container .block.discount,
    .cart-container .block.shipping {
        padding: 2.2vw
    }

    .checkout-cart-index .cart.table-wrapper .col.qty .input-text,
    .checkout-cart-index .cart .control.qty button i {
        width: 32px;
        height: 32px;
        line-height: 32px;
    }

    .cart-container .cart.table-wrapper .items th {
        padding-bottom: 1vw !important;
    }

    .block.crosssell .block-title.title,
    .block-viewed-products-grid .block-title {
        padding-left: 10px;
    }

    body .fotorama--fullscreen .fotorama__wrap {
        max-width: 75% !important;
    }

    .cms-privacy-policy-cookie-restriction-mode2 .page-title-wrapper,
    .cms-privacy-policy-cookie-restriction-mode2 .columns .main {
        padding: 0 24px;
    }

    .home-banner-section .left-banner .sub_slider_txt {
        max-width: 85%;
    }
}

@media(max-width:1250px) {
    .cart.table-wrapper .item .col.item {
        width: 53%;
    }

    body .cart.table-wrapper .product-item-details {
        width: calc(100% - 38%);
    }
}

@media(max-width:1280px) {
    h2.homepage-title {
        font-size: 36px;
        line-height: normal;
    }
}

@media(max-width:1200px) {
    .ves-megamenu .dropdown-menu .content-wrap .megamenu-sidebar {
        padding-right: 15px;
    }

    .ves-megamenu .dropdown-menu .content-wrap .megamenu-sidebar:after {
        right: 12px;
    }

    body.cms-about-us .page-main {
        padding: 0 22px;
    }

    .header.content .nav-sections .navigation li .submenu a>span.product-menuname {
        font-size: 12px;
        line-height: 18px;
        padding: 5px 0
    }

    .header.content .nav-sections .navigation li .submenu a {
        font-size: 14px;
    }

    .header.content .nav-sections .navigation .ves-megamenu .dropdown-menu .content-wrap .megamenu-sidebar ul li a {
        padding-bottom: 0;
        line-height: 32px;
    }

    .play-pause-button,
    .play-btn,
    .play-icon {
        width: 86px;
        height: 86px;
        margin-bottom: 10px;
    }

    .play-pause-button:after,
    .play-btn:after,
    .play-icon:after {
        border-width: 24px;
        left: 35px;
        top: 20px;
    }

    .active .video-overlay a.play-btn:before,
    .active .video-overlay a.play-icon:before {
        background-size: 30px auto;
        background-position: center center;
        position: absolute;
        left: 14px;
        top: 14px;
    }

    #pause-button.play-pause-button::after {
        left: 19px;
    }

    .video-overlay p {
        font-size: 20px;
        letter-spacing: 1px;
        line-height: 22px;
    }

    .header.content .nav-sections .navigation>ul>li a {
        font-size: 14px;
    }

    .top-order-block {
        padding: 29px 29px;
        margin-bottom: 62px
    }

    .cust-freq-blk {
        padding: 44px 32px;
        margin-bottom: 62px;
    }

    .col-md-7.cust-contact-right {
        padding-left: 24px;
    }

    .call-order {
        padding: 10px 0;
        font-size: 16px;
    }

    .cust-contact-left .form.contact .fieldset textarea {
        height: 126px;
    }

    /*.cust-header-top-teasures {     width: calc(100% / 3 - 30px); }*/
    .checkout-index-index .opc-wrapper .authentication-wrapper button.action-auth-toggle {
        font-size: 14px;
    }

    .contact-index-index .column:not(.sidebar-additional) .form.contact {
        padding: 29px 45px 72px 45px;
        overflow: hidden
    }

    .authentication-wrapper .action-auth-toggle:before {
        font-size: 14px;
    }

    .checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .product .product-image-container {
        width: 110px !important
    }

    .minicart-items .product-item-name {
        line-height: 20px;
    }

    .checkout-index-index .opc-sidebar .table.table-totals td,
    .checkout-index-index .opc-sidebar .table.table-totals .mark,
    .checkout-index-index .opc-sidebar tr.totals.discount span.title {
        font-size: 16px;
    }

    .checkout-index-index .opc-sidebar .table.table-totals tr.grand.totals td {
        font-size: 20px;
    }

    .checkout-index-index .opc-sidebar .opc-block-summary .table.table-totals {
        width: 60%;
    }

    .checkout-index-index .opc-sidebar button.vat-exempt {
        margin-left: 20px;
    }

    .checkout-agreements-block {
        padding: 0 30px
    }

    .checkout-index-index .modal-popup .modal-header,
    .checkout-index-index .modal-popup .modal-content,
    .checkout-index-index .modal-popup .modal-footer {
        padding: 22px 44px !important;
    }

    .checkout-agreements-item-content h3 {
        font-size: 40px;
        margin-bottom: 30px;
    }

    .product-options-wrapper .field.configurable.required {
        width: 50%;
    }

    .checkout-cart-index .ui-dialog .button-vat-set button,
    .checkout-cart-index .ui-dialog .button-vat-set a,
    .bss-onestepcheckout .ui-dialog .button-vat-set a {
        font-size: 12px;
        padding: 0 30px;
        text-align: center
    }

    .custom-class-for-popup .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable h2 {
        font-size: 40px;
        letter-spacing: 2px
    }

    .pro-overview p,
    .pro-overview h1 {
        font-size: 16px;
        line-height: 30px;
    }

    .circle-block span {
        font-size: 18px;
    }

    .circle-block {
        font-size: 14px;
        padding: 0 6px
    }

    .buttons-block ul li a,
    .buy-now-btn {
        font-size: 14px;
    }

    .overview-section .title {
        font-size: 45px;
    }

    .overview-section p {
        letter-spacing: 1px;
        padding-right: 20px;
        margin-bottom: 25px;
        font-size: 14px;
        line-height: 30px;
    }

    .section-title .title {
        font-size: 45px;
    }

    .repeat-block {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .repeat-block .features-content {
        padding-right: 20px;
        padding-left: 0;
    }

    .features-content h3 {
        font-size: 22px;
        line-height: 36px;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .features-content p {
        font-size: 14px;
        line-height: 22px;
    }

    .two-column-section .col-50:first-child {
        padding-right: 30px;
    }

    .two-column-section .col-50:last-child {
        padding-left: 30px;
    }

    .three-column-section .col-40 {
        padding: 0 15px;
    }

    .three-column-section .row {
        margin: 0 -15px;
    }

    .three-column-section .blockimg,
    .three-column-section .features-content h3,
    .two-column-section .col-50 .features-content h3 {
        margin-bottom: 20px;
    }

    .top-offer-block span,
    .offer-block .title {
        font-size: 20px;
    }

    .offer-block .status {
        font-size: 14px;
    }

    .offer-block .price {
        font-size: 30px;
    }

    .about-block>div.description-block {
        margin-left: 0;
        padding-left: 20px;
    }

    .about-block>div.icon-block {
        max-width: 80px;
    }

    .about-block>div.description-block p {
        font-size: 18px;
        line-height: 38px;
    }

    .tech-spec-info {
        padding: 20px;
    }

    .tech-spec-block h2 {
        font-size: 20px;
        letter-spacing: 1px;
        margin-bottom: 20px;
    }

    .tech-spec-info .icon-img {
        margin-bottom: 32px;
    }

    .hours-desc h3,
    .tech-spec-block.sky-blue .tech-info span {
        font-size: 38px;
        line-height: normal
    }

    .tech-spec-block.sky-blue .tech-info {
        font-size: 20px;
        line-height: 30px;
    }

    .tech-spec-block p {
        font-size: 16px;
        line-height: 30px;
    }

    .weight-desc h3 {
        font-size: 35px;
        margin-bottom: 20px;
    }

    .weight-desc {
        font-size: 14px;
    }

    .paly-block a.blue-btn {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        margin-bottom: 10px;
        width: auto
    }

    .device-info .info ul li:first-child {
        max-width: 54px;
    }

    .device-info .info ul li:last-child {
        width: calc(100% - 60px);
        padding-left: 10px;
    }

    .device-info-list .img-logo {
        padding-right: 10px;
    }

    .device-info-list .title {
        font-size: 20px;
        line-height: 20px;
        padding-right: 10px;
    }

    .device-info-list .description {
        font-size: 16px;
        line-height: 25px;
        padding-right: 14px;
    }

    .device-info-list .button a {
        font-size: 14px;
        line-height: 40px;
        height: 40px;
    }

    .download-info h2 {
        font-size: 18px;
    }

    .download-info a.download-btn {
        font-size: 14px;
        background-size: 15px auto;
    }

    .device-info .info ul li h3 {
        font-size: 30px;
    }

    .buy-now-slider .owl-nav>div.owl-prev {
        left: -12px
    }

    .buy-now-slider .owl-nav>div.owl-next {
        right: -12px
    }

    .sidebar-block.fixed {
        /* width:22.5%;*/
        width: 100%;
        max-width: 185px;
    }

    .paly-block a.blue-btn {
        max-width: 90%;
    }

    .tech-spec-info.paly-block .tech-spec-block>.col-50 {
        padding: 0 5px;
    }

    .catalog-product-view .form.contact .communication input[type="checkbox"]+label {
        font-size: 14px;
    }

    #mb-ajaxcart-wrapper .pop-content .product-name {
        width: 100%;
        font-size: 20px;
    }

    .success-content .pop-content .action.primary {
        padding: 7px 34px;
        font-size: 16px;
    }

    .success-content .pop-image {
        padding-right: 30px;
    }

    #mb-ajaxcart-wrapper .mb-ajaxsuite-popup-border.ajaxcart-success-box .success-content {
        overflow-x: hidden;
    }

    /*.checkout-index-index .opc-sidebar[style],.checkout-index-index .opc-sidebar.fixed, .checkout-index-index .opc-sidebar.fixed.absolute {  width: 48.5%; }*/
    .bss-onestepcheckout .opc-sidebar .discount-code #discount-form .payment-option-inner {
        width: calc(100% - 190px);
    }

    .bss-onestepcheckout .opc-sidebar .discount-code #discount-form .actions-toolbar .action {
        padding: 0 20px;
    }

    .bss-onestepcheckout .opc-sidebar .discount-code #discount-form .actions-toolbar {
        min-width: 180px;
    }

    .review-content .item {
        padding-right: 5vw;
    }

    .review-content .item p {
        font-size: 18px;
        line-height: 35px;
    }

    body.page-layout-2columns-left .sidebar .block-subtitle.filter-subtitle .filter-actions a.filter-clear {
        font-size: 12px;
    }

    .header.content .nav-sections .navigation .brand-listing-menu .content-wrap .megamenu-content .item-content1>.mega-col>div {
        padding: 0 0px 0 20px;
    }

    .table-wrapper.comparison .table-comparison>tbody>tr>td.cell.product,
    .table-comparison .cell.remove {
        width: 400px;
        min-width: 399px;
    }

    .ajaxcompare-buttons button.action.primary {
        font-size: 16px;
        padding: 0 22px;
    }

    .table-comparison .custom-product-compare-data {
        padding-bottom: 110px;
    }

    .table-comparison .custom-product-compare-data .product-item-actions.hidden-print .field.qty {
        margin: 0 auto 10px;
        display: block;
        width: 100%;
        text-align: center;
    }

    body.checkout-index-index .opc-wrapper ol li form .actions-toolbar .primary {
        width: 100%;
    }

    .post-list-item .post-meta,
    .blog_element .post-list-item .post-meta,
    .post-list-item .post-description,
    .blog_element .post-list-item .post-description {
        width: 100%;
    }

    .post-list-item .post-meta,
    .blog_element .post-list-item .post-meta {
        padding: 0 10px
    }

    .blog_bulk .blog_element .post-image:after {
        height: 220px;
    }

    .blog_bulk .post-image:after {
        height: 360px;
    }

    .blog_bulk li .post-data-read-more a {
        font-size: 12px;
        padding: 10px 20px;
    }

    .blog_bulk .post-image img {
        height: 145px;
        max-height: 145px;
    }

    .blog_bulk>li .post-image img {
        height: 270px;
        max-height: 270px;
    }

    .blog_element .post-list-item .post-description {
        margin-bottom: 10px;
    }

    .sidebar-title {
        padding: 15px;
    }

    .cart-container .block.discount input[type="text"]::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        font-size: 12px !important;
    }

    .cart-container .block.discount input[type="text"]::-moz-placeholder {
        /* Firefox 19+ */
        font-size: 12px !important;
    }

    .cart-container .block.discount input[type="text"]:-ms-input-placeholder {
        /* IE 10+ */
        font-size: 12px !important;
    }

    .cart-container .block.discount input[type="text"]:-moz-placeholder {
        /* Firefox 18- */
        font-size: 12px !important;
    }

    .cart-container .block.discount input[type="text"],
    .cart-container .block.shipping input[type="text"] {
        padding: 0 10px;
    }

    .checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .product .product-item-details .product-item-inner .product-item-name-block {
        width: calc(100% - 100px);
    }

    .portable_block p.protable_logo img {
        max-width: 100%;
    }
}

@media only screen and (min-width:991px) and (max-width:1210px) {
    div#carousel-widget {
        width: 720px !important;
        margin: 40px auto 0;
        position: relative;
        z-index: 1;
    }
}

@media screen and (max-width:1100px) {
    .sidebar-block.fixed {
        max-width: 234px;
        width: 100%;
    }

}

@media screen and (max-width:991px) {
    div#carousel-widget {
        width: 100% !important;
        margin: 30px auto 0;
    }

    .buttons-block {
        margin: 20px 0
    }

    .reviews-section {
        padding: 60px 0;
    }

    #sync2 .owl-nav {
        display: block;
    }

    #sync2 {
        overflow: visible
    }

    #sync1 .owl-nav>div.owl-prev,
    .control-block .control-prev {
        left: -10px
    }

    #sync1 .owl-nav>div.owl-next,
    .control-block .control-next {
        right: -10px;
    }

    #sync1 .owl-prev:before,
    #sync1 .owl-next:before {
        border-width: 18px;
    }

    .col-md-7.cust-contact-right {
        margin-top: 50px;
        padding-left: 15px;
    }

    .cust-header-top-teasures {
        width: calc(100% / 3 - 68px);
    }

    .col-md-7.cust-contact-right {
        padding-left: 15px;
    }

    .choice.field.customfiled-data span[data-bind="text: description || label"] {
        font-size: 16px;
        line-height: 28px;
    }

    body.checkout-index-index .customfiled-data input[type="checkbox"]+label:before,
    body.checkout-index-index .customfiled-data input[type="checkbox"]+label:after {
        top: 8px;
    }

    .checkout-agreements-item-content h3 {
        font-size: 30px;
        letter-spacing: 2px;
    }

    .cusom-data-shipping {
        font-size: 16px;
        line-height: 30px;
    }

    .table-checkout-shipping-method tbody td {
        font-size: 15px;
    }

    .modal-content.custom-view {
        max-width: 70%;
    }

    .custom-extra-data-inone p.video-description {
        font-size: 14px;
        letter-spacing: 1px;
        line-height: normal;
        margin-bottom: 30px;
    }

    .catalog-product-view .custom-contact-us-productpage.row.top-footer {
        clear: both
    }

    .product.info.detailed .product.data.items {
        margin-bottom: 40px;
    }

    .custom-img-for-contactus:after {
        height: 172px;
        bottom: -27px;
    }

    .level1.nav-item.submenu-left.dropdown-submenu {
        position: relative;
        width: 25%;
        float: left;
        padding: 0 7px;
    }

    /*.submenu .content-wrap > .megamenu-content {width: 76% !important;}*/
    .submenu .content-wrap>.megamenu-content {
        width: 100% !important;
    }

    .ves-megamenu .dropdown-menu .subgroup.level1>.submenu>.content-wrap>.megamenu-content .nav-item.submenu-left.dropdown-submenu {
        width: 100% !important;
        padding: 0;
    }

    .brand-listing-menu .content-wrap>.megamenu-content {
        width: 100% !important
    }

    .brand-listing-menu span.itembgimg.cover-bg>img {
        height: 70px;
    }

    .submenu .content-wrap>.megamenu-sidebar.right-sidebar {
        width: 23% !important
    }

    .catalog-product-view .column.main {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .catalog-product-view .product.media {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    .product-options-wrapper .field.configurable.required {
        width: 33.33%;
    }

    .cart-container {
        padding-bottom: 177px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .checkout-cart-index .cart-summary._sticky {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }

    .cart-container .custom_cart_blk,
    .checkout-cart-index .cart-summary {
        width: 100%;
    }

    .custom-class-for-popup .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable {
        padding: 50px;
    }

    .product-info-gallery .brand-logo img {
        max-width: 260px;
    }

    .slider-controll span:last-child {
        font-size: 10px;
    }

    span.icon-img {
        max-width: 46px;
    }

    .product-info-gallery .pro-item-description>div>span.item-name {
        font-size: 14px;
    }

    .circle-block {
        width: 96px;
        height: 96px;
    }

    .circle-block span {
        font-size: 16px;
    }

    .circle-block {
        font-size: 12px;
    }

    .pro-overview p,
    .pro-overview h1 {
        font-size: 14px;
        line-height: 24px;
    }

    #sync2 .owl-item.active.current .slider-controll span:last-child:after {
        border-width: 10px;
        bottom: -10px;
    }

    .slider-controll span:first-child {
        max-width: 30px;
        min-height: 50px;
    }

    .overview-section .title {
        font-size: 30px;
    }

    .overview-section p {
        font-size: 12px;
        line-height: 22px;
    }

    .overview-section .row>div.col-sm-8 {
        padding-bottom: 30px;
    }

    .buttons-block ul li a.download-btn {
        margin-bottom: 10px;
        background-position: -68px -462px;
    }

    .buttons-block ul li a,
    .buy-now-btn {
        font-size: 12px;
    }

    .section-title .title {
        font-size: 35px;
        letter-spacing: 2px;
    }

    .features-content h3 {
        font-size: 18px;
        line-height: 26px;
    }

    .features-content p {
        font-size: 12px;
        line-height: 18px;
    }

    .repeat-block {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .two-column-section .col-50:first-child {
        padding-right: 15px;
    }

    .two-column-section .col-50:last-child {
        padding-left: 15px;
    }

    .two-column-section .col-50 .blockimg {
        margin-bottom: 24px;
    }

    .row.two-column-section {
        padding-top: 44px;
        padding-bottom: 44px;
    }

    .section-title span.subtitle {
        font-size: 18px;
        letter-spacing: 1px;
    }

    .pro-details h3 {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 1px;
    }

    .cover-bg.pro-img {
        background-size: cover
    }

    .tech-spec,
    .download-section {
        padding: 50px 0
    }

    .about-block {
        display: block;
        text-align: center
    }

    .about-block>div.description-block {
        max-width: 100%;
        padding-left: 0;
        padding-top: 10px;
    }

    .tech-spec .col-sm-6 {
        width: 100%;
    }

    .tech-spec .section-title {
        margin-bottom: 30px;
    }

    .device-info-list .title {
        font-size: 16px;
    }

    .device-info-list .description {
        font-size: 14px;
        line-height: 20px;
    }

    .device-info-list .button a {
        font-size: 12px;
    }

    .device-info-section {
        padding: 100px 0 50px 0;
    }

    .download-info a.download-btn {
        font-size: 11px;
        background-size: 15px auto;
        height: 40px;
        line-height: 40px;
    }

    .download-blocks .img-block.cover-bg {
        max-width: 100px;
        margin-bottom: 20px;
    }

    .download-info h2 {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .outer-download {
        padding: 24px 0px 24px 0;
    }

    .download-section {
        padding: 66px 0 92px 0;
    }

    .sidebar-block.fixed {
        width: 21vw
    }

    .paly-block a.blue-btn {
        font-size: 12px;
    }

    .success-content .pop-content .action.primary {
        font-size: 14px;
        padding: 7px 24px
    }

    .catalog-product-view .mb-ajaxsuite-popup-wrapper {
        max-width: 76%;
    }

    .catalog-product-view .mb-ajaxsuite-popup-wrapper.compare-popup,
    .mb-ajaxsuite-popup-wrapper.compare-popup {
        max-width: 90%;
    }

    .custom-blcok-welcm a#email-digital {
        height: 42px;
        line-height: 42px;
        padding: 0px 10px;
    }

    .bss-onestepcheckout .opc-sidebar .discount-code {
        padding-left: 0
    }

    .payment-option .payment-option-content form {
        display: block;
    }

    .bss-onestepcheckout .opc-sidebar .discount-code #discount-form .payment-option-inner {
        width: 100%;
        margin-bottom: 10px;
    }

    .bss-onestepcheckout .opc-sidebar .discount-code #discount-form .actions-toolbar .action {
        width: auto;
        float: right
    }

    .key-features {
        padding-top: 40px;
        margin-bottom: 40px
    }

    .review-content .item .author-name,
    .review-content .item .review-data {
        font-size: 20px;
        line-height: 28px;
    }

    .review-content .item p {
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 30px;
    }

    .battery-info span,
    .review-content .button {
        font-size: 14px;
    }

    .battery-info span {
        height: 34px;
        line-height: 34px;
    }

    .vat-e-left form .postcode input,
    form .vat-e-left .postcode input {
        width: calc(100% - 139px);
        margin-right: 10px;
    }

    .checkout-cart-index .ui-dialog[aria-describedby="vat-popup"] {
        max-width: 82%;
    }

    button.vat-exempt-lookup {
        padding: 0 25px;
        top: 0
    }

    /*.custom-class-add-for-data .custom-all-data-in-one { min-width: calc(50% - 30px);} */
    .ajaxcompare-buttons button.action.primary {
        font-size: 14px;
        padding: 0 20px
    }

    .custom-class-add-for-data .custom-all-data-in-one:nth-child(2n + 1) {
        clear: none;
    }

    .table-comparison .custom-product-compare-data {
        width: 100%;
        padding-left: 0
    }

    .table-comparison .product-item-photo {
        display: inline-block;
        margin: 0 auto 15px;
        width: 100%;
        text-align: center;
    }

    .table-wrapper.comparison .table-comparison>tbody>tr>td.cell.product,
    .table-comparison .cell.remove {
        width: 274px;
        min-width: 273px;
    }

    .table-comparison .cell .attribute.value,
    .table-wrapper.comparison .table-comparison>tbody>tr>td p {
        font-size: 14px;
    }

    .table-wrapper.comparison .table-comparison>tbody>tr>th {
        font-size: 18px;
    }

    .table-wrapper.comparison {
        margin-left: 190px;
        width: auto;
        border-top: 0
    }

    .table-comparison .custom-product-compare-data .product-item-name {
        margin-top: 0;
        font-size: 16px;
        line-height: 26px;
    }

    .table-comparison .custom-product-compare-data .product-item-actions.hidden-print {
        left: 0
    }

    .page-title span.base {
        font-size: 40px;
        line-height: normal;
        letter-spacing: 2.5px;
    }

    .product-info-price .price-box .price-container .price-including-tax+.price-excluding-tax:nth-of-type(2) .price {
        line-height: normal;
    }

    ul.compare.wrapper,
    ul.compare.wrapper ul,
    ul.compare.wrapper li {
        font-size: 12px;
        line-height: normal;
        margin: 0;
    }

    ul.header.links li.custom-my-account-link-header>a:before,
    ul.header.links li span.not-logged-in a:before,
    ul.header.links .customer-welcome .customer-name:before {
        margin: 0 auto
    }

    h2.bss_h2 {
        font-size: 22px;
    }

    .bss_product_list a {
        font-size: 18px;
    }

    .col-bss-2 ul li a {
        font-size: 14px;
    }

    .col-bss-2 ul ul li a {
        font-size: 12px;
    }

    .col-bss-2+.col-bss-2 h3.bss_product_list a {
        font-size: 16px;
    }

    .product-info-gallery .pro-item-description>div {
        width: 50%;
        margin-bottom: 30px;
    }

    .custom-caring-step::after {
        top: -36px;
    }

    .checkout-cart-index .cart .control.qty button {
        margin-top: 0;
    }
}

/*@media(min-width:768px) and (max-width:1024px){
    13-8-2019
    .sticky .panel.wrapper,.sticky .cust-three-teasures,.sticky .custm-class-frindly-advice.desktop-view-custom{ display: none }
    
}*/
@media screen and (min-width:991px) {
    h1 {
        margin-bottom: 29px;
    }

    .col-md-7.cust-contact-right {
        padding-left: 74px;
    }

    .product.info.detailed .product.data.items>.item.title>.switch {
        text-align: center;
        min-width: 227px;
    }

    #my-email-digital .video-title h2 {
        margin-bottom: 40px;
    }

    #my-email-digital .video-title {
        max-width: 80%;
        width: 100%;
        line-height: normal;
        margin: 0 auto
    }
}

@media screen and (max-width:991px) {
    .checkout-index-index .opc-sidebar button.vat-exempt {
        position: static
    }

    .checkout-index-index .opc-sidebar .opc-block-summary .table.table-totals {
        width: 94%;
    }

    .cms-privacy-policy-cookie-restriction-mode2 h3,
    .cms-privacy-policy-cookie-restriction-mode2 h2 {
        margin-bottom: 15px;
    }

    .custom-caring-step {
        padding-top: 40px;
    }

    .header.content .nav-sections .navigation .ves-megamenu .dropdown-menu .content-wrap .megamenu-sidebar ul li a {
        padding-bottom: 14px;
        line-height: 22px;
    }

    .header.content .nav-sections .navigation li .submenu a {
        padding-bottom: 10px;
    }

    .nav-item.submenu-left.dropdown-submenu:nth-child(4n + 1) {
        clear: both;
    }
}

@media screen and (max-width:767px) {
    .cms-privacy-policy .columns .main {
        padding: 0 24px;
    }

    .header.content .nav-sections .navigation li>.submenu .content-wrap {
        display: block;
        margin-top: 20px;
    }

    .nav-mobile .dropdown-menu .content-wrap .megamenu-sidebar {
        display: block
    }

    .ves-megamenu .dropdown-menu .content-wrap .megamenu-sidebar:after {
        display: none
    }

    .custom-add-class-for-search .cust-search-field {
        display: none;
    }

    .header.content .nav-sections .navigation .ves-megamenu .dropdown-menu .content-wrap .megamenu-sidebar ul li a {
        font-size: 14px;
        line-height: normal;
        padding-bottom: 0;
    }

    .nav-mobile li {
        border: 0
    }

    .custom-add-class-for-search .block-search .search label.active:before {
        background: url(../images/close-icon.png) no-repeat center;
        background-size: 100% auto;
    }

    .banner-section iframe,
    .banner-section video,
    .video-gallery iframe,
    .video-gallery video {
        height: 400px;
    }

    .play-pause-button,
    .play-btn,
    .play-icon {
        width: 66px;
        height: 66px;
    }

    .play-pause-button:after,
    .play-btn:after,
    .play-icon:after {
        border-width: 18px;
        left: 28px;
        top: 16px;
        height: 20px;
        width: 20px;
    }

    .active .video-overlay a.play-btn:before,
    .active .video-overlay a.play-icon:before {
        background-size: 25px auto;
        background-position: center center;
        position: absolute;
        left: 3px;
        top: 3px;
    }

    #pause-button.play-pause-button::after {
        background-size: 18px auto;
        border: 0;
        left: 24px;
        top: 24px;
    }

    .video-overlay p {
        font-size: 16px;
    }

    .sidebar-block.fixed {
        position: relative;
        width: 100%;
    }

    .modal-popup .action-close {
        padding: 10px;
        text-align: right;
    }

    button.action-secondary.action-dismiss,
    button.action-accept {
        min-width: unset;
        padding: 0 20px;
        font-size: 14px;
        height: 40px;
    }

    body .modal-popup.confirm .modal-inner-wrap .modal-content {
        padding-right: 20px !important;
        padding-left: 20px;
    }

    .modal-popup.confirm .modal-inner-wrap,
    .checkout-index-index._has-modal .modal-popup.confirm .modal-inner-wrap {
        max-width: 80%;
        width: 100%;
    }

    div#myModalcallme .modal-content,
    div#myModal .modal-content,
    div#my-email-digital .modal-content {
        max-width: 90%;
    }

    .checkout-index-index._has-modal .modal-popup.confirm .modal-inner-wrap {
        max-width: 80% !important
    }

    span.itembgimg.cover-bg {
        display: none;
    }

    .brand-listing-menu .itembgimg.cover-bg {
        display: block;
        background-size: 100% auto;
    }

    .header.content .nav-sections .navigation .brand-listing-menu .content-wrap>.megamenu-content a {
        padding: 6px;
        background: none;
    }

    .header.content .nav-sections .navigation .brand-listing-menu .megamenu-content {
        background: #244662;
        overflow: hidden
    }

    .brand-listing-menu .content-wrap>.megamenu-content {
        margin-top: 20px;
        background: none;
    }

    .header.content .nav-sections .navigation li .submenu a>span.product-menuname {
        height: auto !important;
        background: none !important;
        position: static;
        padding: 0;
        font-size: 14px;
    }

    .header.content .nav-sections .navigation li .submenu a {
        padding: 0;
        line-height: normal;
        font-size: 14px;
    }

    .header.content .nav-sections .navigation li>.submenu a.subitems-group {
        padding: 0
    }

    body.checkout-index-index .modal-popup.modal-slide {
        left: 0 !important
    }

    .checkout-index-index .modal-popup .modal-inner-wrap {
        max-width: 90% !important;
    }

    body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
        position: absolute;
    }

    .checkout-index-index .modal-slide .action-close {
        text-align: right
    }

    .checkout-agreements-item-content h3 {
        font-size: 24px;
    }

    .modal-content.custom-view {
        max-width: 90%;
        padding: 66px 10px !important
    }

    .custom-checkbox label span {
        font-size: 16px;
        padding-left: 20px;
        width: calc(100% - 17px);
        height: auto;
        display: inline-block;
        vertical-align: top;
    }

    .custom-checkbox {
        margin-bottom: 5px;
    }

    .page-with-filter .columns .sidebar-main {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .page-products .block.widget.block-viewed-products-grid {
        padding: 10px 20px;
    }

    .recently-viewed .owl-nav>div.owl-prev {
        left: -10px
    }

    .recently-viewed .owl-nav>div.owl-next {
        right: -10px
    }

    .submenu .content-wrap>.megamenu-sidebar.right-sidebar {
        width: 100% !important;
        float: none !important;
        text-align: center;
        display: block;
        padding-left: 20px;
        clear: both
    }

    .nav-item.submenu-left.dropdown-submenu,
    .header.content .nav-sections .navigation>ul>li a {
        width: 100%;
    }

    .submenu .content-wrap>.megamenu-content {
        width: 100% !important;
        margin-top: 0px;
    }

    .ves-megamenu p.cust-dining-tables,
    .ves-megamenu span.caret {
        display: none;
    }

    .submenu .content-wrap>.megamenu-sidebar.right-sidebar .cust-title-dining-table {
        width: 100%;
    }

    .brand-listing-menu span.itembgimg.cover-bg>img {
        height: 180px;
    }

    #m-cookienotice a,
    #m-cookienotice .m-button {
        margin-top: 5px;
        padding: 0px 15px !important;
        border-radius: 30px !important;
        height: 30px !important;
        line-height: 30px !important;
        font-size: 12px !important;
    }

    #m-cookienotice.v-bar.v-bottom .m-message.title,
    #m-cookienotice.v-bar.v-bottom .m-message {
        font-size: 12px !important;
    }

    .block.upsell {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .product-options-wrapper .field.configurable.required {
        width: 50%;
    }

    .fotorama__arr--next .fotorama__arr__arr,
    .fotorama__arr--prev .fotorama__arr__arr {
        border-width: 12px;
    }

    .fotorama__arr {
        width: 25px !important;
    }

    .fotorama__fullscreen .fotorama__zoom-in {
        background-position: 0 0 !important;
        top: 0;
        background-size: 180px auto !important;
    }

    .fotorama__fullscreen .fotorama__zoom-out {
        background-position: 0 -58px !important;
        top: 60px;
        background-size: 180px auto !important;
    }

    .fotorama__fullscreen .fotorama__zoom-in,
    .fotorama__fullscreen .fotorama__zoom-out {
        width: 50px;
        height: 50px
    }

    .overview-section .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .buttons-block ul li {
        margin-bottom: 10px;
    }

    .product-info-gallery:after {
        background-size: 100% auto;
        height: 35px
    }

    .buttons-block ul li a,
    .buy-now-btn {
        height: 40px;
        line-height: 40px
    }

    .sidebar-block li a {
        font-size: 16px;
    }

    .sidebar-block {
        margin: 20px 0 40px 0;
    }

    .right-content {
        padding-bottom: 100px;
    }

    .d-flex {
        display: block
    }

    .repeat-block .blockimg {
        margin-bottom: 30px;
    }

    .repeat-block .features-content {
        padding-right: 0
    }

    .row.two-column-section {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .cover-bg.pro-img {
        background-size: auto
    }

    .offer-block {
        margin: 40px 0
    }

    section.about-section {
        padding-bottom: 60px
    }

    .about-block>div.description-block p {
        font-size: 16px;
        line-height: 28px;
    }

    .about-block>div.title-block {
        max-width: 100%;
        text-align: center;
        margin: 0 0 10px 0
    }

    .about-block>div.icon-block {
        max-width: 80px;
        margin: 0 auto 20px;
    }

    .tech-spec-block.sky-blue .tech-info,
    .tech-spec-block h2 {
        font-size: 16px;
    }

    .tech-spec-block.sky-blue .tech-info {
        margin-bottom: 20px;
    }

    .hours-desc h3,
    .tech-spec-block.sky-blue .tech-info span {
        font-size: 30px;
    }

    .tech-spec-block p {
        font-size: 14px;
        line-height: 25px;
    }

    .tech-spec-info .icon-img {
        margin-bottom: 22px;
        max-width: 50px;
    }

    .weight-desc h3 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .tech-spec-info.battery-block .icon-img,
    .tech-spec-info .col-50 .icon-img {
        margin-bottom: 18px;
    }

    .weight-desc span {
        font-size: 12px;
    }

    .range-slider h4 {
        font-size: 20px;
    }

    .paly-block .blue .hours-desc h3,
    .paly-block .purple .hours-desc h3 {
        margin-bottom: 10px;
    }

    .paly-block .blue .hours-desc span,
    .paly-block .purple .hours-desc span {
        font-size: 18px;
    }

    .tech-spec-info.battery-block>.icon-img {
        max-width: 55px;
    }

    .tech-spec-info.paly-block .col-50 .icon-img {
        min-height: 60px;
        max-width: 50px;
        margin: 0 auto;
    }

    .tech-spec-info.paly-block .col-50.blue .icon-img {
        max-width: 75px;
    }

    .device-info .info ul li:first-child {
        max-width: 100%;
        width: 50%;
        float: left
    }

    .device-info .info ul li:last-child {
        width: 50%;
        padding-left: 10px;
        float: left;
    }

    .device-info .info ul {
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .device-info-list ul {
        display: block;
        padding: 10px 0
    }

    .device-info-list ul li {
        width: 100% !important;
        max-width: 100%;
        margin: 20px 0;
        text-align: center
    }

    .device-info-list .button a {
        margin: 0 auto
    }

    .download-blocks li {
        width: 100%;
        float: none;
        margin-bottom: 25px;
    }

    .download-blocks .img-block.cover-bg {
        max-width: 160px;
        margin-bottom: 40px;
    }

    .download-info h2 {
        font-size: 20px;
        margin-bottom: 40px;
    }

    .buy-now-section .section-title .title {
        margin-bottom: 28px;
    }

    .download-info a.download-btn {
        font-size: 14px;
        line-height: 50px;
        height: 50px;
    }

    .circle-block {
        width: 96px;
        height: 96px;
    }

    .product-info-gallery .pro-item-description>div>span.item-name {
        font-size: 12px;
        margin: 14px 0;
    }

    section.product-info-gallery {
        padding-bottom: 55px;
    }

    .buy-now-section {
        padding-left: 30px;
        padding-right: 30px;
    }

    .buy-now-slider .owl-nav>div.owl-prev {
        left: -22px
    }

    .buy-now-slider .owl-nav>div.owl-next {
        right: -22px
    }

    .device-img {
        margin-bottom: 50px;
    }

    .top-sub-slide .item {
        width: 15%;
    }

    .top-sub-slide .item:nth-child(6n + 1) {
        clear: both;
    }

    .top-sub-slide .item:nth-child(9n + 1) {
        clear: none;
    }

    .success-content .pop-content i {
        margin: 0 auto
    }

    #mb-ajaxcart-wrapper .pop-content .product-name,
    #mb-ajaxcart-wrapper .mb-message-successs {
        text-align: center
    }

    .catalog-product-view .pop-content .mb-message-successs {
        margin-bottom: 10px;
    }

    #mb-ajaxcart-wrapper .mb-message-successs {
        font-size: 14px;
    }

    .page-layout-1column .ajaxcart-success-box .success-content .products-grid .product-item {
        margin: 0;
    }

    #my-email-digital .video-title h2 {
        margin-bottom: 20px;
        max-width: 80%;
        margin: 0 auto 20px;
    }

    .bss-onestepcheckout .opc-wrapper #payment:after {
        top: 12px;
        left: 36px;
    }

    .video-content input::-webkit-input-placeholder {
        font-size: 14px !important;
    }

    .video-content input::-moz-placeholder {
        font-size: 14px !important;
    }

    .video-content input:-ms-input-placeholder {
        font-size: 14px !important;
    }

    .video-content input:-moz-placeholder {
        font-size: 14px !important;
    }

    .review-content .item {
        padding-right: 0;
        width: 100%;
    }

    #checkoutSteps .block-customer-login form input {
        background: #fff;
    }

    .custom-data-in-one-class .about-image img {
        width: 100%;
    }

    .about-one-first-column {
        margin-bottom: 40px;
    }

    .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger,
    .page-footer .footer.content .switcher-store .switcher-options .switcher-option {
        border: 0
    }

    .custom_cart_part {
        display: block
    }

    /*.custom-all-data-in-one:after { width: 112%; left: 0; top: -8px; }*/
    .table-wrapper.comparison .table-comparison>tbody>tr>th,
    .table-wrapper.comparison .table-comparison>thead>tr>th.remove {
        width: 190px;
        padding: 0 10px 0 0
    }

    .table-wrapper.comparison {
        margin-left: 190px
    }

    .table-wrapper.comparison .table-comparison>tbody>tr>td.cell.product,
    .table-comparison .cell.remove {
        width: 224px;
        min-width: 223px;
    }

    .table-comparison .product-item-actions button.tocart.custom-compare {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        min-width: unset;
        padding: 0 17px;
    }

    .table-wrapper.comparison .table-comparison>tbody>tr>th {
        font-size: 16px;
    }

    .checkout-payment-method .checkout-billing-address .primary .action-update {
        min-width: unset;
    }

    .customer-name,
    .customer-welcome+.authorization-link {
        display: block;
    }

    .customer-welcome .customer-menu {
        display: none;
    }

    .customer-welcome.active .customer-menu {
        display: block;
        position: absolute;
        z-index: 1;
        top: 100%;
        left: 0;
        width: 100%;
        right: 0;
    }

    body .block-search {
        position: static
    }

    .switcher.currency.switcher-currency,
    .nav-sections .switcher {
        width: 100%;
    }

    .nav-sections .switcher:last-child {
        border: 0;
        padding: 0
    }

    .switcher .selected {
        background: none !important;
    }

    .page-header .switcher .selected a:hover,
    .page-header .switcher .selected a {
        font-size: 18px;
        color: #fff;
        font-weight: 500;
        position: relative
    }

    .page-header .switcher .selected a:after {
        content: "";
        width: 15px;
        height: 20px;
        background-position: center;
        background-image: url(./images/selct_arrow_bg-white.png) !important;
        background-repeat: no-repeat;
        display: block;
        position: absolute;
        top: 4px;
        right: 0;
        background-size: 11px auto;
        transition: all 0.4s linear;
        -webkit-transition: all 0.4s linear;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg)
    }

    .page-header .switcher .selected a.open:after {
        content: "";
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
    }

    .page-header .switcher .option {
        position: static;
        width: 100%;
    }

    .page-header .switcher .open:before {
        top: 14px;
        right: 10px;
    }

    li.greet.welcome+li {
        display: none;
    }

    .cart-container .block.discount input[type="text"]::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        font-size: 14px !important;
    }

    .cart-container .block.discount input[type="text"]::-moz-placeholder {
        /* Firefox 19+ */
        font-size: 14px !important;
    }

    .cart-container .block.discount input[type="text"]:-ms-input-placeholder {
        /* IE 10+ */
        font-size: 14px !important;
    }

    .cart-container .block.discount input[type="text"]:-moz-placeholder {
        /* Firefox 18- */
        font-size: 14px !important;
    }

    .form.payments .opc-payment {
        width: 100%;
    }

    .checkout-agreement {
        position: relative;
    }

    body.checkout-index-index .checkout-agreement input[type="checkbox"] {
        position: absolute;
    }
}

@media screen and (max-width:720px) {
    .col-bss-2+.col-bss-2 {
        margin: 20px 0;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) and (orientation : landscape) {

    /* .cust-three-teasures #badge-ribbon {
        width: 37.3%;
        padding-left: 0;
    }*/
    .content-wrap .megamenu-content .item-content1>.mega-col {
        padding-right: 10px !important;
    }

    a.custom-haeder-contact:before,
    .custom-add-class-for-search .block-search .search label:before {
        background-size: 160px auto;
        background-position: -11px -102px;
    }

    .custom-add-class-for-search .block-search .search label:before {
        margin: 0 auto 8px;
    }

    body .nav-sections .navigation .level0>.level-top {
        padding: 0px 5px;
    }

    .sticky .custom-add-class-for-search .block-search .search label:before,
    .sticky a.custom-haeder-contact:before {
        width: 22px;
        height: 22px;
        background-size: 22px auto;
        margin-bottom: 0;
    }

    .sticky ul.header.links li.custom-my-account-link-header>a:before,
    .sticky ul.header.links li span.not-logged-in a:before,
    .sticky ul.header.links .customer-welcome .customer-name:before {
        width: 20px;
        height: 15px;
        background-size: 20px auto;
        margin-bottom: 0;
    }

    .sticky .minicart-wrapper .action.showcart:before {
        width: 24px;
        height: 20px;
        background-position: -114px -61px;
        background-size: 179px auto;
    }

    a.custom-haeder-contact:before {
        background-size: 179px auto;
        background-position: -117px -3px;
    }

    .sticky .custm-class-frindly-advice p {
        font-size: 14px;
    }

    .sticky .custm-class-frindly-advice a {
        font-size: 16px;
    }

    textarea::-webkit-input-placeholder,
    input[type="email"]::-webkit-input-placeholder,
    input[type="text"]::-webkit-input-placeholder,
    input[type="password"]::-webkit-input-placeholder,
    select::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        font-size: 16px !important;
    }

    textarea::-moz-placeholder,
    input[type="email"]::-moz-placeholder,
    input[type="text"]::-moz-placeholder,
    input[type="password"]::-moz-placeholder,
    select::-moz-placeholder {
        /* Firefox 19+ */
        font-size: 16px !important;
    }

    textarea:-ms-input-placeholder,
    input[type="email"]:-ms-input-placeholder,
    input[type="text"]:-ms-input-placeholder,
    input[type="password"]:-ms-input-placeholder,
    select:-ms-input-placeholder {
        /* IE 10+ */
        font-size: 16px !important;
    }

    textarea:-moz-placeholder,
    input[type="email"]:-moz-placeholder,
    input[type="text"]:-moz-placeholder,
    input[type="password"]:-moz-placeholder,
    select:-moz-placeholder {
        /* Firefox 18- */
        font-size: 16px !important;
    }

    .custom-img-for-contactus:after {
        height: 110px;
    }

    .form.contact .communication input[type="checkbox"]+label {
        font-size: 16px;
    }

    .form.contact .communication {
        margin-left: 5%;
    }

    .cust-tab {
        padding: 0 10px;
    }

    /* Header */
    .navigation .level0>.level-top span {
        font-size: 12px;
    }

    .custm-class-frindly-advice p,
    .custm-class-frindly-advice a {
        font-size: 16px;
        line-height: normal;
        margin-top: 0px;
        letter-spacing: 1px;
    }

    ul.header.links li a,
    body .block-search .action.search>span,
    body .page-header .minicart-wrapper .action .text,
    .custom-add-class-for-search .block-search .search label,
    .customer-welcome .customer-name span {
        font-size: 10px;
    }

    .customer-welcome ul.header.links li a,
    .sticky .customer-welcome ul.header.links li a {
        font-size: 10px !important
    }

    ul.header.links {
        width: 37%;
        margin-top: 0;
    }

    .minicart-wrapper,
    ul.header.links {
        padding-top: 0;
    }

    body .block-search {
        margin-top: 0;
    }

    a.custom-haeder-contact:before {
        margin: 0 auto 2px;
    }

    /* Header */
    .cust-three-teasures {
        background-attachment: unset;
        width: 100vw;
    }

    .cms-home .cust-three-teasures {
        height: 260px;
    }

    .cust-three-teasures::before {
        height: 80px;
    }

    .custom-blcok-welcm,
    .top-footer {
        padding: 0 50px;
    }

    .custom-blcok-welcm {
        padding: 0 50px 60px
    }

    .custom-blcok-welcm h1,
    h1.homepage-title,
    .catalog-product-view .main-section-outer .form.contact .fieldset h1.homepage-title {
        font-size: 30px;
        line-height: normal;
        margin: 10px 0px;
        letter-spacing: 0;
    }

    .main-section-outer .form.contact .fieldset .field.note.no-label {
        font-size: 16px;
        line-height: normal;
    }

    .catalog-product-view .main-section-outer .form.contact .communication input[type="checkbox"]+label {
        font-size: 14px;
    }

    p {
        font-size: 16px;
        line-height: 30px;
    }

    .frree-broucher-title {
        font-size: 18px;
        line-height: 30px;
        padding-right: 0;
    }

    .custom-blcok-welcm p {
        padding-right: 0;
    }

    .custom-blcok-welcm a {
        height: 40px;
        line-height: 40px;
        border-radius: 40px;
        padding: 0px 10px;
        font-size: 13px;
    }

    .custom-blcok-welcm a#email-digital {
        min-height: 40px;
        padding: 0px 10px;
        line-height: 41px;
        height: auto;
    }

    body .header.content {
        padding-bottom: 0;
    }

    .custom-caring-step .col-md-6.col-sm-6.col-xs-12:first-child {
        padding-left: 50px;
        padding-top: 4%;
    }

    /*--- Portable Oxygen ---*/
    .portable_block .protable_prod_name {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .portable_block p {
        font-size: 14px;
    }

    .portable_back_side {
        padding: 15px;
    }

    .section_portable_inner .portable_block {
        min-height: 500px;
    }

    /*--- Portable Oxygen ---*/
    /* contact-us */
    .contact-index-index .with-background-blk-grey {
        padding: 50px;
    }

    .main-title,
    .page-main>.page-title-wrapper .page-title {
        font-size: 30px;
        line-height: 30px;
        letter-spacing: 2px;
    }

    .contact-index-index .custom-cll-us,
    .contact-index-index .column:not(.sidebar-additional) .form.contact,
    .cust-freq-blk {
        padding: 30px;
    }

    .cust-contact-right div[data-role="collapsible"] span,
    .cust-contact-right div[data-role="content"] {
        font-size: 16px;
    }

    .cust-contact-right div[data-role="collapsible"] {
        padding: 12px 0;
    }

    .cust-contact-left .form.contact .fieldset input[type="text"],
    .cust-contact-left .form.contact .fieldset input[type="email"],
    .cust-contact-left .form.contact .fieldset textarea {
        font-size: 16px;
        padding-left: 20px;
    }

    .cust-contact-left .form.contact .fieldset textarea {
        height: 250px;
    }

    .contact-index-index .without-background-blk {
        padding: 0 50px;
    }

    .cust-contact-left .form.contact .fieldset input[type="text"] {
        height: 50px;
    }

    /* contact-us */
    /*--- Product page ---*/
    .product-info-main .page-title-wrapper h1,
    .page-title-wrapper.product .page-title span.base {
        font-size: 28px;
        letter-spacing: 2px;
    }

    .product-info-main .product-info-price .price-box .special-price .price-container .price {
        font-size: 28px;
        line-height: 28px;
        margin-right: 20px;
    }

    .product-info-main .product-info-price .old-price .price-wrapper .price {
        font-size: 20px;
    }

    .product-info-main .product-info-price,
    .financing-prod-page-optin {
        margin-top: 20px;
    }

    .product-info-main .product-reviews-summary .reviews-actions>a,
    .financing-prod-page-optin a {
        font-size: 16px;
    }

    .box-tocart a.action.tocompare,
    .box-tocart button.tocart {
        font-size: 14px;
    }

    p,
    .product.info.detailed .product.attibute,
    .content-section-small,
    .cms-privacy-policy-cookie-restriction-mode2 h3,
    .cms-privacy-policy-cookie-restriction-mode2 h2,
    .cms-privacy-policy .columns .main ul,
    .cms-privacy-policy .columns .main ol,
    .wp-block-table {
        font-size: 16px;
        line-height: 32px;
        margin-bottom: 25px;
    }

    .product.info.detailed .product.attibute {
        font-size: 16px;
    }

    .product.info.detailed .product.data.items>.item.title>.switch {
        padding: 20px 25px;
        font-size: 16px;
    }

    .product.info.detailed .product.data.items>.item.content {
        margin-top: 62px;
    }

    .product-info-main .product.attribute.sku {
        margin-top: 10px;
    }

    .product-info-main .product.attribute.sku .type,
    .product-info-main .product.attribute.sku .value {
        font-size: 20px;
    }

    .box-tocart .fieldset .field.qty i.fa,
    .box-tocart .fieldset input#qty {
        height: 35PX;
        width: 35PX;
        line-height: 35PX;
    }

    .box-tocart .fieldset input#qty {
        border: 2px solid #F7941C;
    }

    .product-add-form .box-tocart .action.tocart {
        margin-left: 15PX;
        font-size: 14px;
    }

    .box-tocart a.action.tocompare {
        margin-right: 15px;
        font-size: 14px;
        margin-top: 12px
    }

    .product-info-price .price-box .price-container .price-including-tax+.price-excluding-tax:nth-of-type(2) .price {
        display: block;
        line-height: normal
    }

    .product-info-price .price-box .price-container .price-including-tax+.price-excluding-tax {
        line-height: 80px;
    }

    .product.info.detailed p {
        font-size: 12px;
        line-height: 20px;
        margin: 0 0 10px 0;
    }

    .page-layout-1column .column.main .product.media {
        width: 43%;
    }

    .page-layout-1column .column.main .product-info-main {
        width: 54%;
    }

    /*-- Home page --*/
    .post-list-container {
        padding: 0 15px;
    }

    .post-list-item .mp-post-info {
        font-size: 12px;
        margin-bottom: 5px;
        line-height: normal;
    }

    .post-list-item h2.mp-post-title {
        width: 100%;
        margin-bottom: 10px;
        margin-top: 0px;
    }

    .post-list-item .actions {
        width: 100%;
        text-align: left;
    }

    .post-list-item .mp-read-more {
        font-size: 12px;
        height: 40px;
        line-height: 1.2;

    }

    .post-list-container .post-list-item .post-info-wraper {
        position: relative;
        bottom: 45px;
        padding-bottom: 20px;
    }

    .post-list-item .post-link-title {
        font-size: 12px;
        line-height: normal;
    }

    /*.custom-caring-step::after,  .custom-caring-step::before {
        height: 30px;
    }*/
    .block-testimonials .testimonial-message {
        font-size: 14px;
        padding: 0 50px;
        line-height: 2.3;
    }

    .block-testimonials .owl-nav>div.owl-next {
        right: 15px;
    }

    .block-testimonials .owl-nav>div {
        left: 15px;
    }

    body .block-testimonials .block-content .name.text-center {
        font-size: 16px;
        margin-top: 30px;
    }

    .cust-acc-prod-blck div[data-role="collapsible"] {
        font-size: 14px;
        padding: 15px 30px;
    }

    .cust-contact-right div[data-role="collapsible"]:before {
        font-size: 14px;
        top: 15px;
    }

    .cust-acc-prod-blck div[data-role="content"] {
        font-size: 14px;
    }

    .top-footer input,
    .form.contact .telephone select,
    .form.contact .name select,
    .telephoneno select,
    .form.contact select {
        height: 40px;
        padding-left: 10px;
        font-size: 14px;
        background-size: 10px;
    }

    .checkout-onepage-success .custom-caring-step .col-md-6.col-sm-6.col-xs-12:last-child {
        padding-top: 5%;
        padding-left: 5%;
    }

    #mb-ajaxcart-wrapper .pop-content .product-name {
        font-size: 18px;
        width: 100%;
        margin-bottom: 20px;
    }

    .success-content .pop-content .action.primary {
        margin-top: 10px;
        font-size: 14px;
    }

    .success-content .pop-content .fa-check:before {
        padding: 10px;
        font-size: 16px;
    }

    .pop-content .mb-message-successs {
        margin-top: 5%;
        margin-bottom: 2%;
    }

    .checkout-success .success-data-detail,
    .checkout-onepage-success .section_portable {
        padding: 20px;
    }

    .checkout-success #order-product-slider .customer-name-lastitem {
        font-size: 15px;
        padding: 0 10px;
    }

    .checkout-onepage-success .widget.block.block-static-block .custom-caring-step .col-md-6.col-sm-6.col-xs-12:first-child {
        padding: 4%;
    }

    .block-testimonials {
        padding-bottom: 30px;
    }

    /*----- Product landing -----*/
    .custom-template-block .section-description .page-title {
        font-size: 30px;
        line-height: 40px;
    }

    .custom-template-block {
        padding: 40px 30px;
    }

    .catalog-product-view .page-title,
    .ajax-addto-title {
        font-size: 28px;
    }

    .catalog-product-view .block.related .products-grid .product-item-description {
        font-size: 17px;
    }

    .catalog-product-view .block.related .products-grid .product-item-description p {
        font-size: 15px;
        line-height: normal;
    }

    /*----- Product landing -----*/
    /*----- Brochure -----*/
    .custom-techspecification .tech-main {
        min-height: 47vw;
    }

    /*----- Brochure -----*/
    /*13-8-2019*/
    .product-des span {
        font-size: 14px;
    }

    .without-background-blk iframe {
        height: 500px;
    }

}

@media(min-width:768px) and (max-width:991px) {
    .brand-listing-menu .content-wrap>.megamenu-content .hidden-sm {
        display: block !important;
    }

    .brand-listing-menu .content-wrap>.megamenu-content .hidden-md {
        display: none !important
    }

    .brand-listing-menu .content-wrap>.megamenu-content .nav-item.submenu-left.dropdown-submenu {
        width: 100%;
    }

    .header.content .nav-sections .navigation li>.submenu {
        min-height: 300px;
    }

}

@media(min-width:768px) and (max-width:1024px) {
    .checkout-index-index .opc-sidebar .actions-toolbar {
        bottom: -80px;
    }

    .checkout-index-index .opc-sidebar .primary button.primary.checkout.btn-placeorder {
        font-size: 14px;
        padding: 0;
    }

    .checkout-agreements-block {
        padding: 0 15px;
    }

    .brochure-tab {
        padding: 0 15px;
    }

    .feat-bottom button.book_consultation {
        min-width: 270px;
        margin: 0 5px;
    }

    .feat-bottom button.view-more,
    .feat-bottom form button {
        min-width: 165px;
        padding: 0 25px;
    }

    .feat-bottom form button {
        background-position: center left 15px;
    }

    .feat-pulse-flow,
    .feat-battery-life,
    .feat-weight {
        width: calc(100% / 3 - 4px);
    }

    .feat-battery-life {
        margin: 0px 0;
    }

    .feat-left {
        width: calc(55% - 4px);
    }

    .feat-right {
        width: calc(45% - 4px);
    }

    ul.header.links li {
        padding: 0 7px;
    }

    body .navigation ul {
        padding: 0;
    }

    body.checkout-index-index .opc-wrapper ol li:nth-child(2):before,
    body.checkout-index-index .opc-wrapper ol li:after {
        width: calc(100% + 30px);
        left: -15px;
    }

    .checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .product .product-item-name {
        width: auto;
    }

    .brochure-sidebar {
        width: 200px;
    }

    .brochure-rightside {
        width: calc(100% - 200px);
    }

    .custom-another-imgae img {
        max-width: 140px;
    }

    .about-heading,
    .custom-data-finalnce {
        padding: 25px;
        min-height: 280px;
        margin-bottom: 50px;
        background-repeat: no-repeat;
    }

    .about-heading h2,
    .custom-data-finalnce h1 {
        line-height: 26px;
        font-size: 16px;
    }

    .custom-data-finalnce h2 {
        font-size: 14px;
    }

    .custom-finance-page .custom-bold-content {
        font-size: 16px;
    }

    .custom-finance-page .custom-bold-para p {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 25px;
    }

    .custom-data-in-one-class h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .clickdesk-minimalistic .cd-chat-inner .cd-form-sec textarea::-webkit-input-placeholder,
    .clickdesk-minimalistic .cd-chat-inner .cd-form-sec input.cd-form-text::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder,
    input[type="email"]::-webkit-input-placeholder,
    input[type="text"]::-webkit-input-placeholder,
    input[type="password"]::-webkit-input-placeholder,
    select::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        font-size: 14px !important;
    }

    .clickdesk-minimalistic .cd-chat-inner .cd-form-sec textarea::-moz-placeholder,
    .clickdesk-minimalistic .cd-chat-inner .cd-form-sec input.cd-form-text::-moz-placeholder,
    textarea::-moz-placeholder,
    input[type="email"]::-moz-placeholder,
    input[type="text"]::-moz-placeholder,
    input[type="password"]::-moz-placeholder,
    select::-moz-placeholder {
        /* Firefox 19+ */
        font-size: 14px !important;
    }

    .clickdesk-minimalistic .cd-chat-inner .cd-form-sec textarea::-ms-input-placeholder,
    .clickdesk-minimalistic .cd-chat-inner .cd-form-sec input.cd-form-text:-ms-input-placeholder,
    textarea:-ms-input-placeholder,
    input[type="email"]:-ms-input-placeholder,
    input[type="text"]:-ms-input-placeholder,
    input[type="password"]:-ms-input-placeholder,
    select:-ms-input-placeholder {
        /* IE 10+ */
        font-size: 14px !important;
    }

    .clickdesk-minimalistic .cd-chat-inner .cd-form-sec textarea:-moz-placeholder,
    .clickdesk-minimalistic .cd-chat-inner .cd-form-sec input.cd-form-text:-moz-placeholder,
    textarea:-moz-placeholder,
    input[type="email"]:-moz-placeholder,
    input[type="text"]:-moz-placeholder,
    input[type="password"]:-moz-placeholder,
    select:-moz-placeholder {
        /* Firefox 18- */
        font-size: 14px !important;
    }



    body.is-blog.page-layout-2columns-left .sidebar .block {
        padding: 1.05vw 1.57vw;
        margin-bottom: 0;
    }

    body.is-blog.page-layout-2columns-left .sidebar .block button {
        margin-top: 1.42vw;
        height: 35px;
    }

    body.is-blog.page-layout-2columns-left .sidebar li a,
    body.is-blog.page-layout-2columns-left .sidebar .block-title strong {
        font-size: 14px;
    }

    body.is-blog.page-layout-2columns-left .sidebar li {
        margin: 1.05vw 0;
    }

    body.is-blog.page-layout-2columns-left .sidebar .block input {
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }


    .page-main>.page-title-wrapper .page-title {
        font-size: 30px;
    }

    .form.create.account fieldset legend span,
    .login-container .block .block-title strong {
        font-size: 14px;
    }

    .login-container .block .block-title,
    .form.create.account fieldset legend {
        margin-bottom: 0;
    }

    .form.create.account fieldset input[type="checkbox"]+label {
        font-size: 14px;
    }

    .form.create.account fieldset input,
    .form.create.account fieldset select,
    .form.form-login input {
        line-height: 35px;
        height: 35px;
        font-size: 14px;
    }

    .login-container .block-new-customer .actions-toolbar .create.primary,
    .form.create.account .actions-toolbar .primary button,
    .form.form-login .actions-toolbar .primary button {
        font-size: 12px;
        padding: 0;
        min-width: 170px;
        height: 40px;
        line-height: 40px;
    }

    .form.form-login .actions-toolbar .action.remind {
        font-size: 14px;
    }

    .with-background-blk-grey .actions-toolbar .primary .action {
        font-size: 14px;
        height: 40px;
        padding: 0 20px;
        line-height: 40px;
    }

    .portable_back_side p:first-child {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .portable_back_side p {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 20px;
    }

    .custom-class-for-popup.bss-onestepcheckout .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable {
        padding: 25px;
        max-width: 90%;
    }

    .custom-class-for-popup.bss-onestepcheckout .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable h2 {
        font-size: 26px;
        letter-spacing: 3px;
        margin-bottom: 10px;
    }

    .button-vat-set {
        margin-top: 35px;
        text-align: center;
    }

    .custom-class-for-popup .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable .vat-exempt-yes {
        margin: 10px 0
    }

    .checkout-cart-index .ui-dialog .button-vat-set button,
    .checkout-cart-index .ui-dialog .button-vat-set a,
    .bss-onestepcheckout .ui-dialog .button-vat-set a {
        margin: 0 auto
    }

    .custom-class-for-popup.bss-onestepcheckout .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable .vat-exempt-no {
        min-width: 320px;
    }

    .custom-class-for-popup.bss-onestepcheckout .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable .custom-top .vat-list-data {
        margin-top: 50px;
    }

    .custom-class-for-popup.bss-onestepcheckout .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable .custom-top .vat-list-data strong {
        font-size: 18px;
    }

    .custom-class-for-popup.bss-onestepcheckout .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable .custom-top .vat-list-data ul li {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .vat-e-left form select,
    .vat-e-left form input,
    form .vat-e-left select,
    form .vat-e-left input,
    .vat-product-data input.input-text {
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
        font-size: 14px;
    }

    .vat-e-left form .postcode input,
    form .vat-e-left .postcode input {
        width: calc(100% - 139px);
        margin-right: 10px;
    }

    .custom-class-for-popup .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable {
        padding: 50px;
    }

    .vat-exempt-textarea {
        padding: 25px;
        font-size: 14px
    }

    .vat-product-data>strong {
        font-size: 16px;
    }

    .product-data-vat .product-data-vat .prod-left img {
        max-width: 180px;
    }




    .feat-short-description {
        font-size: 16px;
        line-height: 30px;
    }

    .brochure-tab {
        padding-bottom: 70px !important;
        background-size: cover;
    }

    .cust-tab p {
        font-size: 12px;
    }

    .tab .tablinks:after {
        bottom: 10px;
    }

    .feat-left .feat-name img {
        max-width: 50%;
    }

    .feat-left .feat-name {
        margin-bottom: 25px;
    }

    .feat-pulse-flow img,
    .feat-battery-life img,
    .feat-weight img {
        height: 35px;
    }

    .feat-pulse-flow p,
    .feat-battery-life p,
    .feat-weight p {
        font-size: 14px;
        margin-bottom: 11px;
    }

    .brochure-tab {
        padding: 0 15px;
    }

    .feat-bottom button {
        font-size: 12px;
    }

    .feat-left .circle-pulse,
    .feat-left .circle-battery,
    .feat-left .circle-weight {
        width: 100px;
        height: 100px;
    }

    .feat-battery-life .circle-battery p,
    .feat-weight .circle-weight p,
    .feat-pulse-flow .circle-pulse p {
        line-height: 20px;
        font-size: 12px;
    }

    .feat-weight .circle-weight p em:last-child {
        font-size: 16px;
    }

    .feat-pulse-flow .circle-pulse p em,
    .feat-battery-life .circle-battery p em,
    .feat-weight .circle-weight p em {
        font-size: 18px;
    }

    .feat-bottom {
        margin-top: 35px;
        margin-bottom: 0;
    }


    .catalog-product-view .mb-ajaxsuite-popup-wrapper a.mb-ajaxsuite-close {
        top: 20px;
        font-size: 14px;
        right: 20px;
    }

    .custom-class-add-for-data {
        padding: 45px 20px;
    }

    .catalog-product-view #mb-ajaxcompare-wrapper .ajaxcompare-success-box .product-name {
        font-size: 14px !important;
    }

    .price-box.price-final_price span {
        font-size: 14px;
    }

    .custom-class-add-for-data .price-box.price-final_price {
        margin-bottom: 15px;
    }

    .custom-class-add-for-data .custom-all-data-in-one .action.towishlist {
        min-width: auto;
        margin: 0 auto;
        margin-bottom: 15px;
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 12px;
    }

    .custom-class-add-for-data .custom-all-data-in-one .accordion {
        border-top: 2px solid #f4f4f4 !important;
        border-bottom: 2px solid #f4f4f4 !important;
        height: 45px;
        margin-bottom: 5px;
        padding: 0 15px;
        font-size: 14px;
    }

    .catalog-product-view h3.mb-message-successs {
        padding: 15px 20px;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 3px;
        margin: 0;
    }

    .custom-class-add-for-data .custom-all-data-in-one button.action.tocart.primary {
        height: 40px !important;
        line-height: 40px !important;
        margin: 0 auto 10px !important;
        font-size: 12px !important;
        padding: 0 30px !important
    }



    .wrap-battery .battery-hours strong,
    .portable-range-main .weight>div .weight-lbs strong {
        font-size: 16px;
    }

    .portable-range-main .homepage-title+p {
        margin-bottom: 50px;
    }

    .port-right p {
        font-size: 18px;
    }

    .wrap-battery .battery-hours,
    .portable-range-main .weight>div .weight-lbs {
        font-size: 12px;
    }

    .port-right p.port-sec-2 {
        width: 310px;
    }

    .port-right p.port-sec-1 {
        width: calc(100% - 310px);
    }

    .port-right p.port-sec-2:before,
    .port-right p.port-sec-1:before {
        font-size: 14px;
    }

    body .offer-section .custom-built-feature-product .owl-nav div {
        left: -10px;
    }

    body .offer-section .custom-built-feature-product .owl-nav div.owl-next {
        right: -10px
    }

    body.account .block-collapsible-nav .item a,
    body.account .block-collapsible-nav .item strong {
        padding: 14px;
        font-size: 12px;
        margin-bottom: 7px;
    }

    body.account.page-layout-2columns-left .column.main {
        width: 79%;
        margin-left: 4px;
        min-height: 357px;
        padding: 20px;
    }

    body.account.page-layout-2columns-left .column.main h3 {
        font-size: 32px;
    }

    body.account.page-layout-2columns-left .column.main .myblog-account strong {
        font-size: 16px;
        margin-bottom: 25px;
    }

    body.account .block.block-dashboard-info .block-title strong,
    body.account .block.block-dashboard-addresses .block-title strong,
    body.account form.form-address-edit fieldset.fieldset legend,
    body.account form.form-address-edit fieldset.fieldset span {
        font-size: 16px !important;
    }

    body.account form.form-address-edit fieldset.fieldset label span {
        font-size: 12px !important;
    }

    .account form.form-address-edit fieldset.fieldset .field input,
    .account form.form-address-edit fieldset.fieldset .field select {
        height: 30px;
        font-size: 14px;
        padding-left: 5px;
    }

    .account form.form-address-edit fieldset.fieldset .field {
        text-align: left;
        margin-bottom: 5px;
    }

    .account form.form-address-edit fieldset.fieldset {
        margin-bottom: 15px;
    }

    body.account form.form-address-edit .actions-toolbar .primary .primary {
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        padding: 0 20px;
    }

    body.account .column.main .block.block-dashboard-info .block-content .box-title span,
    body.account .column.main .block.block-dashboard-addresses .block-content .box-title span,
    body.account form.form-address-edit fieldset.fieldset legend,
    body.account form.form-address-edit fieldset.fieldset span {
        font-size: 12px;
    }

    body.account .block.block-dashboard-info .block-content p,
    .block.block-dashboard-addresses .block-content address {
        font-size: 10px;
        line-height: 25px;
    }

    body.account .block.block-dashboard-addresses .block-title a {
        font-size: 12px;
    }

    body.account.page-layout-2columns-left .sidebar {
        width: 20%;
    }

    body.account .block.block-dashboard-info .block-content .box-actions a,
    .block.block-dashboard-addresses .block-content .box-actions a {
        font-size: 12px;
    }

    .is-blog.wordpress-post-view .columns .main {
        max-width: 96%;
        margin: 0 auto;
    }

    .is-blog.wordpress-post-view .columns .artical>a {
        font-size: 14px;
        height: 35px;
        line-height: 35px;
        border-radius: 50px;
        min-width: 200px;
    }

    .is-blog.wordpress-post-view .columns .artical .cust-cotact-social p {
        font-size: 14px;
        margin-right: 5px;
    }

    .is-blog.wordpress-post-view .columns .artical .cust-cotact-social a {
        width: 22px;
        height: 22px;
        line-height: 22px;
        padding: 0 6px;
        margin: 0 5px;
        font-size: 12px;
    }

    .cart-container,
    .your-basket-cart,
    body .offer-section {
        padding: 0 15px;
    }

    body.checkout-cart-index .cust-cart-page-buttons {
        margin-bottom: 15px;
        margin-top: 15px;
    }

    body.checkout-cart-index .cust-main-title {
        font-size: 22px;
    }

    body .cart-container .custom_cart_blk {
        padding-top: 0;
    }

    .cart.table-wrapper .cart thead tr th span {
        font-size: 14px;
    }

    body .cart-container .cart.table-wrapper .items th {
        padding-bottom: 15px !important;
        padding-top: 15px;
    }

    body .cart.table-wrapper .product-item-name {
        font-size: 12px;
    }

    body .cart.table-wrapper .product-item-details .additional-info-cart {
        margin: 15px 0 0;
    }

    body.cart.table-wrapper .item .col.item {
        width: 50%;
    }

    body .cart-container .custom_cart_blk .cart.table-wrapper .cart tbody td {
        padding: 25px 8px 20px 0;
    }

    .cart-container .vat.exempt {
        max-width: 150px;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
    }

    body .cart-container .custom_cart_blk .cart.table-wrapper .cart tbody td .price {
        font-size: 14px;
    }

    body .cart.table-wrapper .actions-toolbar {
        padding-bottom: 0;
    }

    .cart-container .cart.table-wrapper .shop-cart-ed-remove a span,
    .cart-container .cart.table-wrapper .shop-cart-ed-view .actions-toolbar a {
        font-size: 14px;
    }

    .cart-container .block.discount,
    .cart-container .block.shipping,
    .cart-container .shipping-method-new-side {
        padding: 20px;
        min-height: 210px;
    }

    body.checkout-cart-index .cart-summary>.title {
        font-size: 28px;
    }

    body.checkout-cart-index .cart-summary strong.summary.title {
        padding: 20px;
    }

    .checkout-cart-index .cart-summary .temp {
        padding: 0 10px 10px;
    }

    .cart-container .block.discount input[type="text"],
    .cart-container .block.shipping input[type="text"] {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }

    .cart-container .block.discount .title,
    .cart-container .block.shipping .title {
        margin-bottom: 10px;
    }

    .cart-container .block.discount .title strong,
    .cart-container .block.shipping .title strong,
    body .shipping-method-new-side .item-title span {
        font-size: 14px;
    }

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

    body.checkout-cart-index .cart-summary {
        font-size: 14px;
    }

    .checkout-cart-index .cart-summary table.totals .totals.sub .mark,
    .checkout-cart-index .cart-summary table.totals .totals.sub span.price,
    .checkout-cart-index .cart-summary table.totals .grand.totals span.price,
    .checkout-cart-index .cart-summary table.totals .grand.totals .mark {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        font-size: 14px;
    }

    /*body.checkout-cart-index .cart-totals tbody .totals .mark span.title , .checkout-cart-index .cart-summary table.totals span.label, .checkout-cart-index .cart-summary table.totals .grand.totals .mark, .checkout-cart-index .cart-summary table.totals .totals.sub .mark {
    padding-left: 0px;
}*/
    .cart-container .block.discount .title strong,
    .cart-container .block.shipping .title strong,
    body .shipping-method-new-side .item-title span,
    .cart-container .shipping-method-new-side strong,
    .checkout-cart-index .cart-totals tbody .totals .mark {
        font-size: 14px;
        letter-spacing: 1px;
    }

    .checkout-cart-index .cart-summary table.totals span.price {
        padding-right: 10px;
    }

    .checkout-cart-index .cart-summary table.totals .grand.totals span.price {
        font-size: 18px;
        padding-top: 0px !important;
        padding-bottom: 10px !important;
    }

    .cart-container .shipping-method-new-side .field.choice.item input[type="radio"]+label.label {
        font-size: 14px;
        padding-left: 5px;
    }

    .cart-container .shipping-method-new-side .field.choice.item input[type="radio"]+label.label:before,
    .cart-container .shipping-method-new-side .field.choice.item input[type="radio"]+label.label:after {
        top: 6px;
    }

    body .cart-container .block.discount button.primary,
    .cart-container .block.shipping button.primary {
        font-size: 14px;
    }

    body.checkout-cart-index .cart-summary .checkout-methods-items .cart_summury_checkout_blk button.checkout {
        min-width: 190px;
        font-size: 12px;
        padding: 0 30px;
    }

    .cart-container .shipping-method-new-side {
        max-width: 30.8%;
    }

    body .cust-cart-page-buttons a {
        height: 35px;
        line-height: 35px;
        font-size: 14px;
        padding: 0px 20px;
    }

    body .cart.table-wrapper .item .col.item {
        width: 50%;
    }

    body.checkout-cart-index .cart .control.qty button i,
    body.checkout-cart-index .cart.table-wrapper .col.qty .input-text {
        width: 30px;
        height: 30px;
        margin-top: 0px !important;
        line-height: 30px;
        font-size: 12px;
        font-weight: 400;
    }

    .checkout-cart-index .cart .control.qty button {
        margin-top: 0;
    }

    body .cart-container .custom_cart_blk .cart.table-wrapper .cart tbody {
        padding: 10px 0;
        border-bottom: 1px solid #ddd;
    }

    body .cart-container .custom_cart_blk .cart.table-wrapper .cart tbody:last-of-type {
        border-bottom: none;
    }

    body .cart.table-wrapper .product-item-details {
        width: 62%;
    }

    .block-viewed-products-grid .products-grid.grid {
        width: 100%;
        margin: 0 auto;
    }

    .cart-container .cart.table-wrapper .shop-cart-ed-remove {
        right: 120px;

    }

    .cart-container .cart.table-wrapper .shop-cart-ed-view {
        right: 0;
        width: auto;
    }

    .cart-container {
        padding-bottom: 30px;
    }

    .checkout-success .custom-caring-step .test .post-list-item .actions {
        width: 100%;
    }

    .checkout-success .custom-caring-step .test .post-info-wraper {
        padding: 5px;
    }

    .checkout-success .success-data-detail,
    .checkout-onepage-success .section_portable {
        width: 100vw;
    }

    .checkout-onepage-success .widget.block.block-static-block .custom-caring-step::before,
    .checkout-onepage-success .widget.block.block-static-block .custom-caring-step::after {
        display: none;
    }

    .checkout-cart-index .cart-empty {
        padding: 0 15px;
    }

    .cms-brochure .block-static-block h1.homepage-title {
        font-size: 30px;
    }

    /* ----- Our-range ---- */
    .our_range_table_blk {
        overflow-x: auto;
    }

    .our_range_desc {
        padding: 10px;
        background-color: #f4f4f4;
        border-radius: 20px;
    }

    .our_range_right_blk {
        width: 100%;
        max-width: 100%;
        position: relative;
        top: 0;
        right: 0;
        margin-top: 10px;
    }

    .our_range_desc_title {
        font-size: 18px;
    }

    .our_range_table_blk .our_rabge_prod_title {
        font-size: 15px;
    }

    .our_range_table_blk p {
        font-size: 12px;
    }

    body .our_range_table_blk table tr td table tr td a {
        font-size: 14px !important;
    }

    .our_range_table_blk table tr:nth-child(2) a {
        font-size: 16px;
    }

    .our_range_table_blk img {
        max-width: 70px;
    }

    body #bio_ep {
        font-size: 16px;
        max-width: 70%;
        padding: 20px 0 !important;
    }

    .video-content input,
    .video-content select {
        width: 100% !important;
        height: 40px !important;
        line-height: 40px !important;
        font-size: 16px !important;
    }

    p.video-description {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 20px;
    }

    body .brand-images .brands-letter {
        width: calc(100% / 3 - 4px);
    }

    body .brand-images .brands-letter .bare-list {
        margin-right: 10px;
    }

    .custom-template-block {
        width: 100vw;
        padding: 24px 30px;
    }

    /* -  checkout - */
    .checkout-index-index .opc-wrapper,
    .checkout-index-index .opc-sidebar span.title {
        padding: 0 !important;
    }

    .checkout-index-index .opc-sidebar span.title {
        font-size: 22px;
    }

    body.checkout-index-index .opc-wrapper ol li .no-quotes-block:before,
    body.checkout-index-index .opc-wrapper ol li form.form.methods-shipping:before,
    .payment-option .action.action-toggle:after,
    .checkout-index-index .opc-wrapper .authentication-wrapper:before,
    body.checkout-index-index .opc-wrapper .field._required[name="shippingAddress.prefix"] label:after,
    .checkout-shipping-method .checkout-shipping-method .step-title:after,
    .payment-methods .payment-group .step-title:after,
    .bss-onestepcheckout .opc-wrapper #payment:after {
        font-size: 16px;
    }

    .authentication-wrapper .action-auth-toggle:before {
        font-size: 12px;
    }

    .block-customer-login form input,
    .payment-option .payment-option-content input,
    body.checkout-index-index .opc-wrapper ol li input,
    body.checkout-index-index .opc-wrapper ol li select {
        line-height: 35px;
        height: 35px;
        font-size: 14px;
    }

    .block.block-customer-login .block-content .actions-toolbar .primary {
        float: none;
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }

    .block.block-customer-login .block-content .secondary {
        margin: 0;
        float: none;
        display: block;
    }

    .block.block-customer-login .block-content .actions-toolbar button {
        width: 100%;
        padding: 0;
        height: 40px;
        line-height: 40px;
        float: none;
        font-size: 12px;
    }

    body.checkout-index-index .opc-wrapper ol li form .actions-toolbar .secondary a {
        font-size: 14px;
    }

    body.checkout-index-index .opc-wrapper ol li form .actions-toolbar .primary button.login.primary {
        font-size: 14px;
        padding: 0px;
    }

    .payment-option .payment-option-content form .payment-option-inner {
        width: calc(100% - 10px);
    }

    .payment-option .payment-option-content input,
    body.checkout-index-index .opc-wrapper ol li input {
        height: 45px;
        line-height: 45px;
    }

    body.checkout-index-index .opc-wrapper ol li.checkout-payment-method .field label {
        font-size: 14px;
    }

    .choice.field.customfiled-data:before,
    body.checkout-index-index .opc-wrapper ol li form.form.methods-shipping:after,
    .payment-option:before,
    body.bss-onestepcheckout .step-title:before,
    body.checkout-index-index .opc-wrapper .field._required[name="shippingAddress.prefix"] label:before,
    .checkout-index-index .opc-wrapper .authentication-wrapper:after,
    #payment:before {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 14px;
    }

    body.checkout-index-index .opc-wrapper ol li .no-quotes-block:after {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 14px;
        top: 0;
        left: 0px;
    }

    .checkout-index-index .opc-wrapper .authentication-wrapper,
    body.checkout-index-index .opc-wrapper ol li form,
    body.checkout-index-index .opc-wrapper ol li .no-quotes-block,
    .payment-option,
    .customfiled-data {
        padding-left: 0;
    }

    .payment-option,
    .checkout-payment-method .payment-option-content .form-discount {
        padding-left: 0
    }

    .minicart-items>span,
    .checkout-index-index .opc-wrapper .authentication-wrapper button.action-auth-toggle {
        font-size: 14px;
    }

    .customfiled-data .title-data:before {
        font-size: 16px;
    }

    .checkout-index-index .opc-sidebar span.title {
        letter-spacing: 1px;
    }

    .checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .product .product-item-name {
        font-size: 12px;
    }

    .checkout-index-index .opc-sidebar .table.table-totals .mark,
    .checkout-index-index .opc-sidebar tr.totals.discount span.title {
        padding: 10px 0;
        font-size: 14px;
    }

    .choice.field.customfiled-data:before,
    .payment-option:before,
    body.checkout-index-index .opc-wrapper ol li form.form.methods-shipping:after,
    .checkout-index-index .opc-wrapper .authentication-wrapper:after,
    body.checkout-index-index .opc-wrapper .field._required[name="shippingAddress.prefix"] label:before,
    .bss-onestepcheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods .payment-group:first-child .step-title:before,
    #payment:before {
        left: 0px;
    }

    /* -  checkout - */
    /* ----  Brochure ---- */
    .cms-brochure .block-testimonials .testimonial-container .owl-item {
        margin: 0 10px;
    }

    .cms-brochure #testimonialsList {
        padding: 30px 15px;
    }

    .brochure-sidebar .tab-title {
        padding: 0;
    }

    .brochure-sidebar .tab-title a {
        padding-left: 50px;
        font-size: 14px;
        line-height: 55px;
    }

    .brochure-sidebar .tab-title a:before {
        left: 5px;
        width: 25px;
        height: 25px;
        background-size: 25px auto;
    }

    .brochure-sidebar {
        margin-bottom: 30px;
    }

    .brochure_main {
        padding: 0 15px;
    }

    .cms-brochure .overview-section,
    .cms-brochure .key-feature-section,
    .feature_gallery_img,
    .image-specification,
    .download-specification,
    .cms-brochure .block-static-block,
    .in-stock-data-main,
    .product-custom,
    .custom-techspecification {
        padding: 20px 15px;
    }

    .cms-brochure .overview-section {
        padding-bottom: 0px;
    }

    .cms-brochure #product-addtocart-button {
        font-size: 13px;
    }

    .cms-brochure .page-title {
        font-size: 30px;
    }

    .cms-brochure .cust-min-heading,
    .cms-brochure .content-section-head {
        font-size: 18px;
        margin-bottom: 15px;
        line-height: normal;
        margin-top: 10px;
    }

    .cms-brochure .feature_gallery_img .owl-carousel {
        padding: 0 30px;
    }

    .key-feature-section .col-sm-12 {
        margin-bottom: 40px;
    }

    body.cms-brochure .block-testimonials .block-content .name.text-center {
        font-size: 18px;
        line-height: normal;
    }

    .cms-brochure .block-testimonials .review-ratings {
        margin-bottom: 10px;
        margin-top: 0;
    }

    .cms-brochure .block-testimonials .testimonial-message {
        font-size: 14px;
        line-height: 24px;
        width: 67%;
    }

    .cms-brochure .block-testimonials .owl-nav>div.owl-next {
        top: 50%;
    }

    .feature_gallery_img .owl-carousel .owl-item img {
        max-height: 170px;
    }

    .in-stock-data-main .feat-price {
        font-size: 32px;
    }

    .in-stock-data-main {
        margin: 0 auto;
    }

    .custom-techspecification .tech-title {
        margin-bottom: 10px;
        font-size: 18px;
        margin-top: 5px;
    }

    .custom-techspecification .tech-main span.tech-inner {
        font-size: 26px !important;
        line-height: normal;
    }

    .tech-main.weight span.lbs,
    .custom-techspecification .tech-main.battery span,
    .custom-techspecification .tech-main span.voltage,
    .custom-techspecification .tech-main span.db {
        font-size: 26px;
        line-height: normal;
    }

    .custom-techspecification .tech-main.oxygen span {
        font-size: 18px;
    }

    .custom-techspecification .tech-main {
        padding: 20px 10px;
    }

    .tech-main.weight span.lbs,
    .custom-techspecification .tech-main.battery span,
    .custom-techspecification .tech-main span.voltage,
    .custom-techspecification .tech-main span.db {
        font-size: 18px;
        line-height: normal;
        padding: 0;
        padding-top: 5px;
    }

    .custom-techspecification .tech-main span.set,
    .custom-techspecification .tech-main span.horiz,
    .custom-techspecification .tech-main span.sett {
        font-size: 18px;
    }

    .cms-brochure .block-testimonials .page-title {
        padding-top: 0;
    }

    /* ----  Brochure ---- */
    .sidebar .filter-content .filter-options-content .am-filter-price {
        width: 40%;
    }

    .filter-options-content .am-filter-go {
        padding: 0;
        border-radius: 50%;
        width: 40px;
        height: 40px;
    }

    .portable-range-main .portable-range-left {
        width: 280px;
    }

    .portable-range-main .portable-range-right {
        width: calc(100% - 284px);
    }

    .portable-range-main .custdata .section-1 {
        width: 100px;
    }

    .portable-range-main .custdata .section-2 {
        width: calc(100% - 100px);
    }

    .portable-range-main .portable-range-left>div h4 {
        font-size: 16px;
    }

    .portable-range-right .row2 {
        font-size: 18px;
    }

    .portable-range-right .row3 {
        font-size: 18px;
    }

    .portable-range-main .battery-data .battery .battery-name {
        font-size: 12px;
    }

    .wrap-battery .battery-max {
        font-size: 12px;
    }

    .portable-range-main .portable-range-right .row6 em {
        font-size: 24px;
    }

    .portable-range-main .portable-range-right .row8 i {
        font-size: 24px;
    }

    .portable-range-main .portable-range-right ul .owl-nav>div.owl-next {
        right: -2px;
    }

    .portable-range-main .portable-range-right ul .owl-nav>div {
        left: -20px;
    }

    .header.content .nav-sections .navigation li>.submenu {
        padding: 1.95vw;
    }

    .submenu .megamenu-content .nav-item.level1>.nav-anchor.subitems-group {
        font-size: 14px !important;
    }

    .header.content .nav-sections .navigation li>.submenu a.subitems-group {
        padding: 0px 0px 10px 0px;
        margin-bottom: 5px;
        font-size: 13px;
    }

    .content-wrap>.megamenu-sidebar.right-sidebar img {
        max-width: 100%;
    }

    .submenu .content-wrap>.megamenu-sidebar.right-sidebar {
        width: 23%;
    }

    .checkout-cart-index .totals-tax th.mark,
    .checkout-cart-index .totals-tax td.price,
    .checkout-cart-index .cart-totals tbody .totals .mark,
    .checkout-cart-index .cart-summary table.totals .totals.sub .mark {
        padding-left: 28px;
    }

    .checkout-cart-index .totals-tax th.mark,
    .checkout-cart-index .totals-tax td.price {
        padding: 20px 0 20px 28px;
    }

    .checkout-cart-index .cart-summary .totals-tax td.amount {
        padding: 20px 0 !important
    }

    .checkout-payment-method .ccard .fields .select {
        padding-left: 15px;
        padding-right: 15px;
    }

    body .checkout-payment-method .ccard .month .select {
        width: 160px
    }

    body.checkout-index-index .opc-wrapper ol li select {
        background-position: center right 12px;
    }

    .block-customer-login form input,
    body.checkout-index-index .opc-wrapper ol li input,
    body.checkout-index-index .opc-wrapper ol li select,
    .payment-option .payment-option-content input {
        padding: 0 15px;
    }

    .checkout-payment-method .ccard .cvv .input-text {
        width: 95px;
    }

    .custom-add-class-for-search .cust-search-field {
        top: 3px !important;
    }

    .custom-add-class-for-search .cust-search-field input {
        height: 40px !important;
    }

    .bss-onestepcheckout .opc-wrapper #payment:after {
        left: 52px;
        top: 32px;
    }

    .is-blog .block-viewed-products-grid {
        padding: 0 15px;
    }

}

@media(max-width:1500px) {
    .weight-desc h3 {
        font-size: 38px;
    }
}

@media(max-width:1199px) {
    .circle-block {
        width: 112px;
        height: 112px;
    }

    .product-info-gallery .pro-item-description>div>span.item-name {
        font-size: 13px;
    }

    .weight-desc h3 {
        font-size: 28px;
    }
}

@media(max-width:1024px) {
    body .navigation .level0 {
        margin: 0;
    }

    .brand-listing-menu span.itembgimg.cover-bg>img {
        height: 100px
    }

    .top-footer input,
    .form.contact .telephone select,
    .form.contact .name select,
    .telephoneno select,
    .form.contact select {
        font-size: 14px;
    }

    .vatexempt-e-main-data .vat-e-right {
        margin-top: 0;
    }

    .vat-exempt-lookup {
        padding: 0 24px;
    }

    .custom-class-for-popup .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable .custom-top .vat-list-data ul li,
    .custom-class-for-popup .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable .custom-top .vat-list-data strong {
        font-size: 16px;
    }

    .custom-class-for-popup .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable .custom-top .vat-list-data ul li:before {
        top: 5px;
    }

    .control-block .control-next:before,
    .control-block .control-prev:before {
        border-width: 20px;
    }

    .control-block .control-next {
        left: auto;
        right: -10px
    }

    .control-block .control-prev {
        left: -10px;
    }

    .bottom-slide {
        padding: 0 10px;
    }

    .modal-popup.confirm .modal-inner-wrap .modal-content {
        padding: 10px 30px 30px 30px !important;
        width: 100%;
        max-width: 100%;
    }

    .review-content {
        padding: 0 45px;
        position: relative;
    }

    .review-slider .owl-nav>div.owl-prev {
        left: 0px;
    }

    .review-slider .owl-nav>div.owl-next {
        right: 0px;
    }

    form .vat-e-left input::-webkit-input-placeholder {
        font-size: 14px !important;
    }

    form .vat-e-left input::-moz-placeholder {
        font-size: 14px !important;
    }

    form .vat-e-left input:-ms-input-placeholder {
        font-size: 14px !important;
    }

    form .vat-e-left input:-moz-placeholder {
        font-size: 14px !important;
    }

    .vatexempt-e-main-data .vat-e-right .vat-e-title {
        font-size: 14px;
    }

    body.is-blog .page-main .columns {
        padding: 15px 20px
    }

    /*.custom-all-data-in-one:after { top: -30px; }*/
    body.catalog-product-view .custom-class-add-for-data .panel-heading .panel-title a {
        padding: 34px 20px
    }

    body.catalog-product-view .custom-class-add-for-data .panel-heading .panel-title a::after {
        right: 20px;
    }

    .sidebar-title {
        padding: 15px;
    }

    h2.homepage-title {
        margin: 10px 0;
    }

    .checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .product .product-item-details .product-item-inner .product-item-name-block {
        width: calc(100% - 120px);
    }
}

@media (min-width:1025px) and (max-width:1440px) {
    .checkout-success .success-data-detail,
    .checkout-onepage-success .section_portable,
    .cust-three-teasures,
    .checkout-onepage-success .widget.block.block-static-block,
    .checkout-success .success-data-detail,
    .checkout-onepage-success .section_portable,
    .custom-template-block

    /*, .block-testimonials::before*/
        {
        width: calc(100vw - 10px) !important;
    }

    .paly-block .purple .hours-desc h3,
    .paly-block .blue .hours-desc h3 {
        font-size: 35px;
    }

    .paly-block .blue .hours-desc span,
    .paly-block .purple .hours-desc span {
        font-size: 20px;
    }

    .vat-e-left form .postcode input,
    form .vat-e-left .postcode input {
        width: calc(100% - 150px);
        margin-right: 10px;
    }

    .checkout-index-index .opc-sidebar .actions-toolbar {
        bottom: -5.5vw
    }

    .catalogsearch-result-index .page-main>.page-title-wrapper .page-title {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) and (orientation : portrait) {
    .cust-three-teasures #badge-ribbon {
        width: 50%;
        padding-left: 0;
    }

    .header.content .nav-sections .navigation>ul>li a {
        font-size: 12px;
    }

    .custom-contact-form-product:last-child {
        padding-left: 15px;
        margin-top: 50px
    }

    a.custom-haeder-contact:before {
        margin: 0 auto 2px;
        background-position: -104px 1px;
        background-size: 160px auto;
    }

    ul.header.links li.custom-my-account-link-header>a:before,
    ul.header.links li span.not-logged-in a:before,
    ul.header.links .customer-welcome .customer-name:before {
        background-size: 145px auto;
        margin-bottom: 2px;
        background-position: -51px 2px;
    }

    .custom-add-class-for-search .block-search .search label:before {
        background-size: 160px auto;
        margin: 0 auto 8px;
        background-position: -7px -106px;
    }

    .minicart-wrapper .action.showcart:before {
        background-size: 180px auto;
        background-position: -112px -61px;
    }

    body .navigation .level0 {
        margin: 0;
    }

    .cust-tab p {
        font-size: 10px;
    }

    .cust-tab {
        padding: 0 7px;
    }

    .tab .tablinks:after {
        bottom: 0px;
    }

    .cart-container .shipping-method-new-side {
        max-width: 30%;
    }

    .navigation .level0>.level-top span {
        font-size: 11px;
    }

    body .nav-sections .navigation .level0>.level-top {
        padding: 0 6px;
    }

    .custm-class-frindly-advice p,
    .custm-class-frindly-advice a {
        font-size: 14px;
        line-height: normal;
        margin-top: 0
    }

    .sticky .custm-class-frindly-advice p {
        font-size: 14px;
    }

    .sticky .custm-class-frindly-advice a {
        font-size: 16px;
    }

    ul.header.links li a,
    body .block-search .action.search>span,
    body .page-header .minicart-wrapper .action .text,
    .custom-add-class-for-search .block-search .search label span,
    .customer-welcome .customer-name span {
        font-size: 10px;
    }

    .customer-welcome .customer-menu ul.header.links li a {
        padding: 4px 8px
    }

    .customer-welcome ul.header.links li a,
    .sticky .customer-welcome ul.header.links li a {
        font-size: 10px !important
    }

    ul.header.links {
        margin-top: 0;
    }

    .minicart-wrapper,
    ul.header.links {
        padding-top: 0;
    }

    body .block-search {
        margin-top: 0;
    }

    ul.header.links li {
        padding: 0 4px;
    }

    .cust-three-teasures {
        background-attachment: unset;
        width: 100vw;
    }

    .cms-home .cust-three-teasures {
        height: 260px;
    }

    .cust-three-teasures::before {
        height: 80px;
    }

    .custom-blcok-welcm,
    .top-footer {
        padding: 0 15px;
    }

    .custom-blcok-welcm {
        padding-bottom: 6.5%;
    }

    .custom-blcok-welcm h1,
    h1.homepage-title,
    .widget-title>a,
    .catalog-product-view .main-section-outer .form.contact .fieldset h1.homepage-title {
        font-size: 30px;
        line-height: normal;
        margin: 10px 0px;
        letter-spacing: 0;
    }

    .catalog-product-view .main-section-outer .cust-contact-right {
        padding-top: 40px;
        clear: both;
    }

    p {
        font-size: 14px;
        line-height: 26px;
    }

    .frree-broucher-title {
        font-size: 18px;
        line-height: 30px;
        padding-right: 0;
        text-align: center;
    }

    .custom-blcok-welcm p {
        padding-right: 0;
    }

    .custom-blcok-welcm a {
        height: 40px;
        line-height: 40px;
        border-radius: 40px;
        padding: 0px 10px;
        font-size: 13px;
        margin: 0 auto;
        margin-top: 20px;
    }

    .custom-blcok-welcm .col-md-6:last-child {
        text-align: center;
    }

    body .header.content {
        padding-bottom: 0;
    }

    .custom-caring-step .col-md-6.col-sm-6.col-xs-12:first-child {
        padding-left: 15px;
        padding-top: 0px;
        margin-bottom: 20px;
    }

    .cms-home .block-static-block h1.homepage-title {
        margin-top: 0;
    }

    .post-list-item .actions {
        width: 100%;
        margin: 10px 0 20px;
    }

    .post-list-item h2.mp-post-title {
        width: 100%;
        margin-bottom: 10px;
    }

    .post-list-item .mp-read-more {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        padding: 0px 25px;
    }

    .post-list-item .post-link-title {
        font-size: 14px;
        line-height: normal;
        display: block;
    }

    .post-list-container .post-list-item .post-info-wraper {
        bottom: 45px;
        position: relative;
        padding: 0 10px;
    }

    /*--- Portable Oxygen ---*/
    .portable_block .protable_prod_name {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .portable_block p {
        font-size: 14px;
    }

    .portable_back_side {
        padding: 15px;
    }

    .section_portable_inner .portable_block {
        min-height: 556px;
    }

    /*--- Portable Oxygen ---*/
    /* contact-us */
    .contact-index-index .with-background-blk-grey {
        padding: 30px;
    }

    .main-title,
    .page-main>.page-title-wrapper .page-title {
        font-size: 30px;
        line-height: 30px;
        letter-spacing: 2px;
    }

    .contact-index-index .custom-cll-us,
    .contact-index-index .column:not(.sidebar-additional) .form.contact,
    .cust-freq-blk {
        padding: 30px;
    }

    .cust-contact-right div[data-role="collapsible"] span,
    .cust-contact-right div[data-role="content"] {
        font-size: 16px;
    }

    .cust-contact-right div[data-role="collapsible"] {
        padding: 15px 30px;
    }

    .cust-contact-left .form.contact .fieldset input[type="text"],
    .cust-contact-left .form.contact .fieldset input[type="email"],
    .cust-contact-left .form.contact .fieldset textarea {
        font-size: 16px;
        padding-left: 20px;
    }

    .cust-contact-left .form.contact .fieldset textarea {
        height: 250px;
    }

    .contact-index-index .without-background-blk {
        padding: 0 30px;
    }

    .cust-contact-left .form.contact .fieldset input[type="text"] {
        height: 50px;
    }

    .cust-contact-right {
        padding: 0 15px;
    }

    .contact-index-index .page-title-wrapper {
        padding: 0 30px;
    }

    /* contact-us */
    /*--- Product page ---*/
    .page-layout-1column .column.main .product-info-main,
    .page-layout-1column .column.main .product.media {
        width: 100%;
    }

    .product-info-main .page-title-wrapper h1,
    .page-title-wrapper.product .page-title span.base {
        font-size: 24px;
        letter-spacing: 2px;
    }

    .product-info-main .product-info-price .price-box .special-price .price-container .price {
        font-size: 24px;
        line-height: normal;
        margin-right: 15px;
    }

    .product-info-main .product.attribute.sku .type,
    .product-info-main .product.attribute.sku .value,
    .product-info-main .product-info-price .old-price .price-wrapper .price {
        font-size: 18px;
    }

    .product-info-main .product-reviews-summary .reviews-actions>a,
    .financing-prod-page-optin a {
        font-size: 16px;
    }

    .product-info-main .product.attribute.sku,
    .financing-prod-page-optin {
        margin-top: 10px;
    }

    .product-info-main .product-info-price {
        margin: 0 auto;
    }

    .box-tocart a.action.tocompare,
    .box-tocart button.tocart,
    .product-add-form .box-tocart .action.tocart {
        font-size: 14px;
    }

    .box-tocart a.action.tocompare {
        margin-right: 15px;
    }

    .product-add-form .box-tocart .action.tocart {
        margin-left: 15px;
        padding: 0 15px;
    }

    .product.info.detailed .product.data.items>.item.title>.switch {
        padding: 10px 15px;
        font-size: 14px;
    }

    .product.info.detailed .product.data.items>.item.content {
        margin-top: 42px;
        padding: 10px 15px;
    }

    .fieldset>.legend,
    .fieldset .review-field-ratings>.label,
    .review-field-rating .label,
    .fieldset>.field>.label,
    .fieldset>.fields>.field>.label {
        font-size: 14px;
    }

    .review-form .action.submit.primary {
        font-size: 14px;
    }

    .box-tocart a.action.tocompare,
    .box-tocart button.tocart {
        height: 40px;
        line-height: 40px;
    }

    .box-tocart .fieldset .field.qty i.fa {
        height: 40px;
        width: 40px;
        line-height: 40px;
    }

    .box-tocart .fieldset input#qty {
        border: 2px solid #F7941C;
        height: 40px;
        width: 40px;
    }

    p,
    .product.info.detailed .product.attibute,
    .block-testimonials .testimonial-message,
    body .block-testimonials .block-content .name.text-center,
    .content-section-small,
    .cms-privacy-policy-cookie-restriction-mode2 h3,
    .cms-privacy-policy-cookie-restriction-mode2 h2 {
        font-size: 14px;
        line-height: 2.3;
        margin-bottom: 15px;
    }

    .product-info-main .product-add-form {
        padding-top: 10px;
    }

    .block-testimonials .owl-nav>div.owl-next {
        right: 15px;
        left: auto;
        top: 50px;
    }

    .block-testimonials .owl-nav>div {
        top: 50px;
        left: 15px;
    }

    .post-list-container {
        padding: 0 15px;
    }

    .post-list-item h2.mp-post-title {
        /*        min-height: 73px;*/
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .post-list-item .mp-post-info {
        font-size: 14px;
        margin-bottom: 0;
    }

    /*--- Product page ---*/
    /* ---- about pgae --- */
    .about-main-combo {
        padding: 0px;
    }

    /* --- account page ---- */
    body.account .block.block-dashboard-info .block-content .box,
    body.account .block.block-dashboard-addresses .block-content .box {
        width: 100% !important;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #c6c6c6;
        min-height: 120px;
    }

    body.account .block.block-dashboard-info .block-content .box:last-child,
    body.account .block.block-dashboard-addresses .block-content .box:last-child {
        margin-bottom: 0;
    }

    .is-blog.wordpress-post-view .columns .blog-top-title {
        font-size: 28px;
    }

    .is-blog.wordpress-post-view .columns .back-btn a {
        font-size: 14px;
        padding: 13px 14px;
    }

    .is-blog.wordpress-post-view .columns .back-btn {
        margin-bottom: 48px;
    }

    .field.note.no-label {
        font-size: 18px;
        line-height: normal;
    }

    .top-footer input,
    .form.contact .telephone select,
    .form.contact .name select,
    .telephoneno select,
    .form.contact select {
        height: 40px;
        font-size: 16px;
    }

    .cust-acc-prod-blck div[data-role="collapsible"] {
        font-size: 16px;
    }

    .cust-acc-prod-blck div[data-role="content"] {
        font-size: 16px;
    }

    .block-static-block .custom-blcok-welcm .col-sm-6 {
        width: 100%;
    }

    .custom-caring-step .col-md-6.col-sm-6.col-xs-12 {
        width: 100%;
    }

    .block-static-block .custom-caring-step {
        padding-top: 80px;
    }

    .block-testimonials {
        padding-bottom: 50px;
    }

    .checkout-onepage-success .custom-caring-step .col-md-6.col-sm-6.col-xs-12:last-child {
        padding-top: 0;
        padding-left: 0;
    }

    .checkout-success .custom-caring-step .test ul li {
        padding: 0 19px;
    }

    .checkout-onepage-success .checkout-success .custom-caring-step .col-md-5 h1.homepage-title {
        padding: 0 22px;
    }

    .checkout-onepage-success .widget.block.block-static-block .custom-caring-step .col-md-6.col-sm-6.col-xs-12:first-child {
        padding: 0;
    }

    .checkout-onepage-success .widget.block.block-static-block {
        width: 100vw;
        padding: 30px;
    }

    .custom-caring-step .checkout-page-success-custom.row {
        padding: 0 15px;
    }

    .checkout-onepage-success .section_portable_inner {
        padding: 0;
    }

    .checkout-success .success-data-detail,
    .checkout-onepage-success .section_portable {
        width: 100vw;
        padding-bottom: 0;
    }

    .section_portable_inner .portable_block {
        padding: 0px 10px 10px;
    }

    /*----- Product landing -----*/
    .custom-template-block .section-description,
    .tab-product-description,
    .custom-template-block .section-image,
    .tab-product-newsletter {
        width: 100%;
    }

    .custom-content-product .tab-product-newsletter {
        padding-left: 0;
    }

    .custom-template-block #read-more {
        margin-top: 0;
    }

    .custom-template-block .section-description .page-title,
    .catalog-product-view .custom-content-product .page-title {
        font-size: 26px;
        margin-bottom: 20px;
        line-height: 35px;
    }

    .catalog-product-view .page-title,
    .ajax-addto-title {
        font-size: 26px;
        margin-bottom: 20px;
        line-height: 35px;
    }

    .custom-content-product {
        padding: 30px 15px;
    }

    .tab-newsletter-title {
        font-size: 14px;
        margin-bottom: 1.5%;
    }

    /*----- Product landing -----*/
    /*- Checkout -*/
    .checkout-index-index .opc-sidebar {
        width: 40%;
        margin-top: 0;
    }

    .checkout-index-index .opc-sidebar[style],
    .checkout-index-index .opc-sidebar.fixed,
    .checkout-index-index .opc-sidebar.fixed.absolute {
        width: 38.5%;
    }

    .checkout-index-index .opc-sidebar {
        left: auto;
        right: 15px;
    }

    .payment-option .payment-option-content form button.action.action-apply {
        margin: 0;
        min-width: 110px;
    }

    .checkout-index-index .opc-wrapper {
        width: 58.696%;
    }

    .checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .product {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .product .product-item-details {
        width: calc(100% - 70px);
    }

    .checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .product .product-image-container {
        width: 70px !important;
    }

    .checkout-index-index .opc-sidebar .opc-block-summary .product-item .subtotal span {
        font-size: 14px;
    }

    .checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .product .product-item-details .product-item-inner .product-item-name-block {
        width: calc(100% - 95px);
    }

    .checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .product .product-item-details .product-item-inner .product-item-name-block .details-qty input {
        max-width: 30px;
        height: 30px;
        line-height: 30px;
        border: 1px solid #f7941c;
        width: 40px;
        font-size: 14px;
    }

    .checkout-index-index .opc-sidebar .opc-block-summary .product-item .subtotal {
        width: 95px;
    }

    /*- Checkout -*/
    /*--- Brochure ---*/
    .custom-techspecification .tech-main {
        width: 100%;
        min-height: auto;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    /*--- Brochure ---*/
}

@media screen and (min-width:767px) {
    .custom-home-page-post-view.owl-carousel {
        display: block;
    }

    .field.search {
        position: relative;
        overflow: hidden;
    }

    .field.search.active {
        overflow: visible
    }

    .custom-add-class-for-search .cust-search-field {
        position: absolute;
        bottom: auto;
        width: 0px;
        right: 0;
        top: 0;
        transition: all linear 0.3s;
        -webkit-transition: all linear 0.3s;
    }

    .custom-add-class-for-search .cust-search-field.active-search {
        right: 0;
        width: 250px
    }

    .custom-add-class-for-search .cust-search-field input {
        padding: 0 35px 0 18px;
        height: 52px;
    }

    .custom-add-class-for-search .cust-search-field .actions button[disabled="disabled"],
    .custom-add-class-for-search .cust-search-field .actions button {
        visibility: hidden;
        -webkit-transition: all linear 0.5s;
        transition: all linear 0.5s;
        opacity: 0 !important;
    }

    .custom-add-class-for-search .cust-search-field.active-search .actions button[disabled="disabled"],
    .custom-add-class-for-search .cust-search-field.active-search .actions button {
        visibility: visible;
        opacity: 1 !important
    }

    .checkout-container {
        margin-bottom: 140px;
    }

    .checkout-index-index .columns {
        padding-bottom: 50px;
    }

    .sticky .custom-add-class-for-search .cust-search-field input {
        height: 34px;
    }

}

@media only screen and(min-width:767px) {
    .nav-item.submenu-left.dropdown-submenu {
        position: relative;
        width: 33.33%;
        float: left;
        padding: 0 10px;
    }

    header.page-header {
        position: relative;
        z-index: 999
    }

    .header.content .nav-sections .navigation li .submenu .megamenu-sidebar.right-sidebar span.product-menuname {
        text-align: center;
        display: block;
        width: 100%;
    }

    .buttons-block ul li a.download-btn {
        margin-bottom: 10px;
        background-position: -68px -462px;
    }


}

@media screen and (max-width:991px) {
    .checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .product .product-item-details .product-item-inner .product-item-name-block {
        max-width: 67%;
        display: flex;
        justify-content: space-between;
    }

    .checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart {
        width: 100%;
    }
}

@media screen and (max-width:991px) {
    .checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .product .product-item-details .product-item-inner .product-item-name-block {
        max-width: 64%;
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .without-background-blk iframe {
        height: 280px;
        border-width: 10px;
    }

    /*.form.contact .fieldset .half-4 .field { width: 49%; float: left;}*/
    .form.contact .fieldset .half-4 .field+.field {
        float: right;
    }

    .widget.block.block-static-block {
        width: 100%;
    }

    .cms-home h1.homepage-title,
    .post-list-container .post-list-item .post-info-wraper,
    .form.contact .fieldset .field.note.no-label {
        text-align: center
    }

    .row.custom-caring-step {
        padding-top: 70px
    }

    .product.info.detailed .product.attibute ul li {
        width: 100%;
    }

    .fotorama__fullscreen-icon:before,
    .fotorama--fullscreen .fotorama__fullscreen-icon:after,
    .fotorama--fullscreen .fotorama__fullscreen-icon:focus:after {
        font-size: 16px;
    }

    .fotorama--fullscreen .fotorama__fullscreen-icon {
        width: 60px;
    }

    .product.data.items {
        border: 0
    }

    .top-footer .form.contact .communication input[type="checkbox"]+label {
        font-size: 16px;
    }

    .checkout-cart-index .ui-dialog .button-vat-set a,
    .checkout-cart-index .ui-dialog .button-vat-set button,
    .bss-onestepcheckout .ui-dialog .button-vat-set a {
        margin: 10px 0;
        line-height: normal;
        height: auto;
        line-height: normal;
        padding: 14px 30px;
    }

    .custom-class-for-popup .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable .custom-top .vat-list-data ul li:before {
        width: 6px;
        height: 6px;
        top: 8px;
        left: -20px;
    }

    .custom-class-for-popup .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable .custom-top .vat-list-data ul {
        margin-left: 20px;
    }

    .custom-class-for-popup .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable .custom-top .vat-list-data {
        margin-top: 40px;
    }

    .custom-class-for-popup .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable h2 {
        font-size: 30px;
        line-height: normal;
    }

    .custom-class-for-popup .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable {
        padding: 50px 30px;
    }

    .catalog-product-view .mb-ajaxsuite-popup-wrapper {
        max-height: 90%;
    }

    button.vat-exempt-lookup {
        height: 40px;
        line-height: 40px;
        padding: 0 30px;
        min-width: unset;
    }

    .brand-listing-menu span.itembgimg.cover-bg>img {
        height: 180px;
    }

    .minicart-wrapper .action.showcart .counter.qty {
        position: absolute;
        top: -13px;
        right: -2px;
    }

    body.is-blog.page-layout-2columns-left .sidebar {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    body.is-blog.page-layout-2columns-left .sidebar .block button {
        height: 40px;
        font-size: 14px;
        font-weight: 500;
        min-width: 140px;
        text-align: center;
    }

    h2.homepage-title {
        font-size: 30px;
        line-height: normal;
        text-align: center;
        letter-spacing: 0;
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .toolbar .modes-mode {
        height: 24px;
        width: 24px;
        display: inline-block;
        vertical-align: middle;
    }

    .toolbar .modes-mode span {
        display: none;
    }

    .modes-mode.mode-list:before,
    .modes-mode.mode-grid:before {
        display: block;
        margin: 10px auto 0;
    }

    .header.content .nav-sections .navigation li>.submenu {
        background: transparent;
    }

    .header.content .nav-sections .navigation li .submenu a {
        background-color: transparent;
        color: #244662;
    }

    .catalog-product-view .form.contact .fieldset h1.homepage-title {
        font-size: 40px;
    }

    .catalog-product-view .form.contact .note.no-label p {
        font-size: 18px;
    }

    .fotorama__arr {
        width: 32px;
    }

    .cms-home .column.main {
        -webkit-box-ordinal-group: 1;
        order: 0;
        -ms-flex-order: 0;
        -webkit-order: 0;
    }

    .cust-three-teasures #badge-ribbon {
        width: 100%;
        padding-left: 0;
    }

    .catalog-product-view .block.related {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .product-info-price .price-box .price-container .price-including-tax+.price-excluding-tax:nth-of-type(2) .price {
        font-size: 30px;
    }

    .product-info-price>*:first-child {
        padding-left: 0
    }

    .checkout-index-index .logo {
        margin-left: auto;
    }

    .checkout-index-index .nav-toggle {
        display: none !important;
    }

    .checkout-index-index .custom-menu-for-mobile .nav-toggle {
        display: block !important;
    }

    .custom-contact-form-product:last-child {
        padding-left: 15px;
    }

    .custom-img-for-contactus:after {
        height: 70px;
        bottom: -10px;
    }

    .custom-all-content-in-one-pro-page .custom-extra-data-inone {
        padding: 15px 32px 40px 30px;
    }

    .custom-contact-form-product .form.contact .primary {
        margin-bottom: 15px;
        float: none;
    }

    .custom-contact-form-product .form.contact button {
        min-width: 200px;
        font-weight: 400;
        max-width: 250px;
    }

    .custom-extra-data-inone {
        padding: 40px 15px;
        text-align: center;
    }

    .custom-extra-data-inone .video-content.form {
        min-width: 250px;
    }

    body.checkout-index-index .opc-wrapper ol li:nth-child(2):before,
    body.checkout-index-index .opc-wrapper ol li:after {
        width: calc(100% + 30px);
        left: -15px;
    }

    body.bss-onestepcheckout .opc-wrapper #opc-shipping_method {
        overflow-x: visible;
        overflow-y: visible;
    }

    body .custom-blcok-welcm h1,
    .custom-caring-step h1.homepage-title,
    .top-footer h1.homepage-title {
        text-align: center;
    }

    .cart-container .block.discount.active .content,
    .cart-container .block.shipping.active .content {
        display: block !important;
    }

    .telephoneno select {
        width: 135px;
    }

    .about-heading,
    .custom-data-finalnce {
        padding: 10px;
        min-height: 170px;
    }

    .about-heading h2,
    .custom-data-finalnce h1 {
        line-height: 24px;
        font-size: 16px;
    }

    .custom-another-imgae img {
        max-width: 100px;
        margin-left: 20px;
    }

    .custom-finance-page .custom-bold-content {
        font-size: 18px;
    }

    .custom-finance-page .custom-bold-para p {
        margin-bottom: 10px;
        line-height: 30px;
    }

    .custom-data-finalnce h2 {
        font-size: 10px;
    }

    .custom-data-in-one-class h3 {
        font-size: 16px;
        margin: 20px 0 20px;
        line-height: 26px;
        min-height: unset
    }

    .about-one-second-column {
        margin-bottom: 30px;
    }

    .clickdesk-minimalistic .cd-chat-inner .cd-form-sec textarea::-webkit-input-placeholder,
    .clickdesk-minimalistic .cd-chat-inner .cd-form-sec input.cd-form-text::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder,
    input[type="email"]::-webkit-input-placeholder,
    input[type="text"]::-webkit-input-placeholder,
    input[type="password"]::-webkit-input-placeholder,
    select::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        font-size: 16px !important;
    }

    .clickdesk-minimalistic .cd-chat-inner .cd-form-sec textarea::-moz-placeholder,
    .clickdesk-minimalistic .cd-chat-inner .cd-form-sec input.cd-form-text::-moz-placeholder,
    textarea::-moz-placeholder,
    input[type="email"]::-moz-placeholder,
    input[type="text"]::-moz-placeholder,
    input[type="password"]::-moz-placeholder,
    select::-moz-placeholder {
        /* Firefox 19+ */
        font-size: 16px !important;
    }

    .clickdesk-minimalistic .cd-chat-inner .cd-form-sec textarea::-ms-input-placeholder,
    .clickdesk-minimalistic .cd-chat-inner .cd-form-sec input.cd-form-text:-ms-input-placeholder,
    textarea:-ms-input-placeholder,
    input[type="email"]:-ms-input-placeholder,
    input[type="text"]:-ms-input-placeholder,
    input[type="password"]:-ms-input-placeholder,
    select:-ms-input-placeholder {
        /* IE 10+ */
        font-size: 16px !important;
    }

    .clickdesk-minimalistic .cd-chat-inner .cd-form-sec textarea:-moz-placeholder,
    .clickdesk-minimalistic .cd-chat-inner .cd-form-sec input.cd-form-text:-moz-placeholder,
    textarea:-moz-placeholder,
    input[type="email"]:-moz-placeholder,
    input[type="text"]:-moz-placeholder,
    input[type="password"]:-moz-placeholder,
    select:-moz-placeholder {
        /* Firefox 18- */
        font-size: 16px !important;
    }

    .form.password.forget .actions-toolbar .primary {
        text-align: right;
    }

    .cd-mob-chat-widget.bottom_fixed {
        bottom: 0;
    }

    .nav-sections-item-title.active {
        background: #e3e3e3;
        border-bottom: 0;
    }

    .nav-sections-item-title {
        background: transparent;
        border: none;
        border-left: 1px solid #f3f3f3;
    }

    .nav-sections-item-title a {
        color: #244662;
        font-weight: 500;
        font-size: 16px;
    }

    body.is-blog .block.widget.block-viewed-products-grid .products-grid .product-item {
        width: 100%;
    }

    .blog_bulk .blog_element {
        width: 100%;
    }

    .blog_bulk>li {
        width: 100%;
        margin-left: 0;
    }

    .blog_bulk li h2,
    .blog_bulk li h2 a {
        font-size: 16px;
    }

    .blog_bulk li .post-excerpt {
        font-size: 14px;
        line-height: 24px;
        padding: 0 25px;
    }

    .blog_bulk li h2 {
        padding: 0 25px;
    }

    .blog_bulk li .post-data-read-more a {
        padding: 10px 18px;
        min-width: 250px;
        text-align: center;
        margin: 0 auto;
    }

    .opc-estimated-wrapper {
        display: none;
    }

    .checkout-index-index .columns {
        padding: 50px 0;
    }

    .cusom-data-shipping {
        font-size: 12px;
    }

    .bss-onestepcheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods .payment-group .payment-method .payment-method-title {
        padding: 2px 0;
    }

    body.checkout-index-index input[type="checkbox"]+label {
        font-size: 12px;
    }

    .minicart-items>span {
        display: none;
    }

    .checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .product .product-item-name {

        font-size: 12px;
        line-height: normal;
    }

    body .cust-cart-page-buttons a {
        height: 40px;
        line-height: 40px;
        font-size: 12px;
        padding: 0px 15px;
        border-radius: 30px;
    }

    body.is-blog.wordpress-post-view .columns .artical>a {
        font-size: 12px;
        min-width: 190px;
    }

    .is-blog.wordpress-post-view .columns .artical>a.next,
    .is-blog.wordpress-post-view .columns .artical>a.prev {
        background-size: 6px auto;
    }

    .is-blog.wordpress-post-view .columns .artical .cust-social-data {
        margin: 10px 0;
    }

    a.logo {
        margin: 20px auto;
        max-width: 100%;
        transition: all linear 0.2s;
        -webkit-transition: all linear 0.2s;
    }

    ul.header.links li {
        margin-bottom: 0;
        padding: 0 0px;
        position: static
    }

    ul.header.links .greet.welcome,
    ul.header.links .customer-welcome {
        display: none;
    }

    .customer-welcome+li {
        display: none !important;
    }

    ul.header.links .custom-my-account-link-header+script+li {
        display: none;
    }

    .logo img {
        display: block;
        max-width: 235px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 auto;
    }

    .sticky .logo img {
        max-width: 180px;
    }

    .sticky .header.content {
        padding-top: 0;
        -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
        padding: 25px 20px !important
    }

    p.cust-teasures-title {
        font-size: 9px;
    }

    .cust-header-top-teasures img {
        margin-bottom: 5px;
        max-width: 50px;
    }

    a.custom-haeder-contact:before {
        background-size: 20px auto;
    }

    ul.header.links li.custom-my-account-link-header>a:before,
    ul.header.links li span.not-logged-in a:before,
    ul.header.links .customer-welcome .customer-name:before {
        background-size: 180px auto;
        margin: 0 auto 2px;
        background-position: -67px -2px;

    }

    ul.header.links .customer-welcome .customer-name:before {
        margin-bottom: 5px;
    }

    /*.sticky .minicart-wrapper .action.showcart:before { width: 32px; height: 25px;}*/
    .cart-container .cart.table-wrapper .items thead {
        display: none;
    }

    .cart-container .form-cart .cart.main.actions {
        margin-top: 15px;
        text-align: right;
        margin-bottom: 15px;
    }

    .cart_summury_checkout_blk {
        background-color: #f4f4f4;
        padding: 20px 0;
    }

    body .cart-container .block.discount .primary,
    .cart-container .block.shipping .primary {
        text-align: center;
    }

    .cart-container .block.shipping .content {
        text-align: center;
    }

    body .cart-container .block.discount button.primary,
    .cart-container .block.shipping button.primary,
    .cart-container .block.shipping .content .fieldset.estimate button {
        display: inline-block;
        width: auto;
        font-size: 16px;
        font-weight: 600;
        padding: 0 25px;
    }

    .block-minicart .block-content>.actions>.primary .action.primary {
        padding: 0;
        font-size: 16px;
        width: auto;
        min-width: 250px;
        margin: 0 auto;
    }

    .minicart-wrapper .block-minicart {
        padding: 15px;
    }

    .block-minicart .items-total {
        float: left;
        margin: 10px 0px;
        display: block;
        width: 100%;
    }

    .minicart-wrapper .block-minicart .block-minicart .subtotal {
        margin: 0 10px 10px;
        text-align: left;
        float: left;
    }

    .minicart-wrapper .block-minicart .amount.price-container {
        display: inline-block;
    }

    .blog_bulk .post-image:after {
        height: 275px;
        bottom: -100px;
    }

    .blog_bulk .blog_element .post-image:after {
        height: 367px;
        bottom: -192px;
    }

    .blog_bulk .post-image img {
        height: 375px;
        max-height: 375px;
    }

    .blog_bulk li .post-date.post-meta-item {
        padding: 0 25px;
    }

    body.is-blog.page-layout-2columns-left .sidebar .block {
        padding: 15px;
        margin-bottom: 0;
    }

    body.is-blog.page-layout-2columns-left .sidebar .block button {
        width: auto;
        margin: 15px auto 0;
    }

    body.is-blog.page-layout-2columns-left .sidebar li a,
    body.is-blog.page-layout-2columns-left .sidebar .block-title strong {
        font-size: 16px;
    }

    body.is-blog.page-layout-2columns-left .sidebar li {
        margin: 1.05vw 0;
    }

    body.is-blog.page-layout-2columns-left .sidebar .block input {
        font-size: 14px;
    }

    .blog_bulk>li .post-image img {
        max-height: 275px;
        height: 275px;
    }

    .blog_bulk li .post-data-read-more {
        margin-top: 15px;
    }

    .page-main>.page-title-wrapper .page-title {
        font-size: 22px;
    }

    .form.create.account fieldset legend span,
    .login-container .block .block-title strong {
        font-size: 14px;
    }

    .login-container .block .block-title,
    .form.create.account fieldset legend {
        margin-bottom: 0;
    }

    .form.create.account fieldset input[type="checkbox"]+label {
        font-size: 14px;
    }

    .form.create.account fieldset input,
    .form.create.account fieldset select,
    .form.form-login input,
    .form.password.forget input[type="email"] {
        font-size: 16px;
        padding: 0 10px;
    }

    .form.create.account fieldset select {
        background-position: center right 15px;
        background-size: 10px auto;
    }

    .login-container .block-new-customer .actions-toolbar .create.primary,
    .form.create.account .actions-toolbar .primary button,
    .form.form-login .actions-toolbar .primary button {
        padding: 0;
        width: auto;
        display: inline-block;
        min-width: 250px;
    }

    .form.form-login .actions-toolbar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .login-container .block-new-customer .actions-toolbar .primary {
        text-align: right;
    }

    .form.form-login .actions-toolbar .action.remind {
        font-size: 14px;
    }

    .form.create.account .actions-toolbar .primary {
        text-align: right;
    }

    body .cust-acc-prod-blck div[data-role="collapsible"] {
        font-size: 16px;
        padding: 5px 30px;
        font-weight: 500;
    }

    body.is-blog .page-main .columns {
        padding: 15px 15px;
    }

    .blog_bulk {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .blog_bulk:nth-child(2n) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .blog_bulk li .post-data-read-more {
        text-align: center;
    }

    .with-background-blk-grey .actions-toolbar .primary {
        width: auto;
        text-align: right;
    }

    .with-background-blk-grey .actions-toolbar .primary .action {
        float: none;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
        text-align: center;
    }

    .custom-see-more a {
        font-size: 14px;
        padding: 11px 25px;
        border-radius: 50px;
    }

    body .cust-contact-right div[data-role="collapsible"]:before {
        font-size: 16px;
        top: 6px;
    }

    .vat-process-button {
        margin-top: 30px;
        text-align: center;
    }

    .portable_back_side p:first-child {
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 24px;
    }

    .portable_back_side p {
        margin-bottom: 20px;
        line-height: 24px;
    }

    .vat-process-button a {
        font-size: 14px;
        margin-right: 0;
        margin-bottom: 15px;
        display: block;
    }

    .vat-process-button button.vat-process-to-checkout {
        min-width: unset;
    }

    .vat-e-left form .postcode input,
    form .vat-e-left .postcode input {
        width: calc(100% - 160px);
        margin-right: 15px;
    }

    .checkout-cart-index .ui-dialog[aria-describedby="vat-popup"] {
        max-width: 88%;
    }

    /* .checkout-cart-index .ui-dialog[aria-describedby="vat-popup"], .catalog-product-view .ui-dialog[aria-describedby="vat-popup"] { max-width: 88%; } */
    .custom-class-for-popup.bss-onestepcheckout .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable {
        padding: 15px;
        max-width: 90%;
    }

    .custom-class-for-popup.bss-onestepcheckout .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable h2 {
        font-size: 22px;
        letter-spacing: 3px;
        margin-bottom: 10px;
    }

    .button-vat-set {
        margin-top: 25px;
        text-align: center
    }

    .checkout-cart-index .ui-dialog .button-vat-set .vat-exempt-yes {
        margin-right: 0 !important;
    }

    .product-data-vat .product-data-vat .p-name {
        line-height: 22px;
    }

    .custom-class-for-popup.bss-onestepcheckout .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable .vat-exempt-no {
        min-width: 320px;
    }

    .custom-class-for-popup.bss-onestepcheckout .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable .custom-top .vat-list-data {
        margin-top: 30px;
    }

    .custom-class-for-popup.bss-onestepcheckout .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable .custom-top .vat-list-data strong {
        font-size: 16px;
    }

    .custom-class-for-popup.bss-onestepcheckout .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable .custom-top .vat-list-data ul li {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .vat-e-left form select,
    .vat-e-left form input,
    form .vat-e-left select,
    form .vat-e-left input,
    .vat-product-data input.input-text {
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
        font-size: 14px;
    }

    .vat-exempt-textarea {
        padding: 25px;
        font-size: 14px
    }

    .vat-product-data>strong {
        font-size: 14px;
    }

    .custom-class-for-popup.bss-onestepcheckout .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable .custom-top .vat-list-data ul {
        padding: 0 10px;
    }

    .product-data-vat .product-data-vat .prod-left img {
        max-width: 100px;
    }

    .custom-class-for-popup.bss-onestepcheckout .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable .vat-exempt-yes {
        min-width: unset;
        margin-right: 0;
        margin-bottom: 10px;
        width: 90%;
    }

    .custom-class-for-popup.bss-onestepcheckout .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable .vat-exempt-no {
        min-width: unset;
        width: 90%;
    }

    .vatexempt-e-main-data .vat-e-left {
        padding-right: 0;
    }

    .vatexempt-e-main-data>div {
        width: 100%;
    }

    .vatexempt-e-main-data {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .vatexempt-e-main-data .vat-e-right {
        margin-left: 0;
        margin-top: 25px;
        height: 220px;
    }

    .cust-tab {
        padding: 0 5px;
        width: calc(100% / 3 - 4px);
        margin-bottom: 30px;
    }

    .tab .tablinks:after {
        bottom: -10px;
    }

    .cust-tab p {
        font-size: 12px;
        font-weight: 500;
    }

    .feat-left {
        display: block;
        width: 100%;
    }

    .feat-right {
        display: block;
        width: 80%;
        margin: 0 auto;
    }

    .feat-bottom {
        margin-top: 25px;
        margin-bottom: 40px;
    }

    .feat-bottom button.book_consultation {
        min-width: 250px;
        margin: 10px 0;
        padding: 0;
        padding-left: 20px;
    }

    .feat-bottom button {
        padding: 0 42px;
        width: 100%;
    }

    .feat-bottom form {
        display: block;
    }

    .feat-bottom form button {
        min-width: 250px;
        width: auto;
        text-align: center;
    }

    .feat-pulse-flow img,
    .feat-battery-life img,
    .feat-weight img {
        height: 30px;
    }

    .brochure_main.sticky .brochure-sidebar {
        position: static;
        top: 0;
        left: 0;
        max-width: 100%;
    }

    .brochure-sidebar .col-xs-12.tab-title.book_a_consultation a {
        line-height: 55px;
    }

    .feat-left .circle-pulse,
    .feat-left .circle-battery,
    .feat-left .circle-weight {
        width: 80px;
        height: 80px;
    }

    .catalog-product-view .mb-ajaxsuite-popup-wrapper a.mb-ajaxsuite-close {
        top: 20px;
        font-size: 12px;
        right: 20px;
    }

    .feat-pulse-flow p,
    .feat-battery-life p,
    .feat-weight p {
        font-size: 10px;
    }

    .feat-pulse-flow .circle-pulse p {
        line-height: 16px;
    }

    .feat-pulse-flow .circle-pulse p em,
    .feat-battery-life .circle-battery p em,
    .feat-weight .circle-weight p em {
        font-size: 18px;
    }

    .feat-weight .circle-weight p em:last-child {
        font-size: 14px;
    }

    .feat-battery-life .circle-battery p,
    .feat-weight .circle-weight p {
        line-height: 16px;
    }

    .feat-short-description {
        margin-top: 25px;
        font-size: 16px;
        line-height: 22px;
    }

    .feat-left .feat-name img {
        max-width: 160px;
        margin: 0 auto;
        display: block;
    }




    .custom-class-add-for-data {
        padding: 10px 15px;
    }

    .catalog-product-view #mb-ajaxcompare-wrapper .ajaxcompare-success-box .product-name {
        font-size: 14px !important;
    }

    .price-box.price-final_price span {
        font-size: 14px;
    }

    .custom-class-add-for-data .price-box.price-final_price {
        margin-bottom: 15px;
    }

    .custom-class-add-for-data .custom-all-data-in-one .action.towishlist {
        min-width: auto;
        margin: 0 auto;
        margin-bottom: 15px;
        width: 100%;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }

    .custom-class-add-for-data .custom-all-data-in-one .accordion {
        border-top: 1px solid #f4f4f4 !important;
        border-bottom: 1px solid #f4f4f4 !important;
        height: 35px;
        margin-bottom: 5px;
        padding: 0 10px;
        font-size: 12px;
    }

    .catalog-product-view h3.mb-message-successs {
        padding: 15px 20px;
        font-size: 16px;
        line-height: 30px;
        letter-spacing: 2px;
        margin: 0;
    }

    .custom-class-add-for-data .custom-all-data-in-one button.action.tocart.primary {
        height: 40px;
        line-height: 40px;
        margin: 0 auto 10px;
        font-size: 12px;
    }

    .custom-class-add-for-data .custom-all-data-in-one {
        display: block;
        background-color: #fff;
        width: 70%;
        margin: 0 auto;
    }

    .catalog-product-view .custom-class-add-for-data .custom-all-data-in-one {
        width: 90%;
    }

    .custom-class-add-for-data .custom-all-data-in-one:nth-child(3n + 1) {
        clear: none;
    }

    .catalog-product-view .custom-class-add-for-data .custom-all-data-in-one,
    .custom-class-add-for-data .custom-all-data-in-one {
        min-width: calc(50% - 30px);
        margin: 15px 15px;
    }

    .compare-list-outer {
        width: 50%;
    }

    .custom-class-add-for-data>.custom-all-data-in-one {
        min-width: 50%;
    }

    .custom-class-add-for-data .compare-main-outer .custom-all-data-in-one {
        min-width: calc(100% - 30px)
    }

    body.catalog-product-view .custom-class-add-for-data .action.towishlist,
    body.catalog-product-view .custom-class-add-for-data .action.tocart.primary,
    body.catalog-product-view .custom-class-add-for-data .ajaxcompare-buttons {
        width: 90% !important;
    }

    body.catalog-product-view .custom-class-add-for-data .ajaxcompare-buttons span {
        font-size: 14px;
    }

    body.catalog-product-view .custom-class-add-for-data .panel-heading .panel-title a {
        padding: 24px 40px;
    }

    .navigation .all-category a.ui-state-focus {
        display: none;
    }

    .nav-sections-item-content {
        width: 100%;
    }

    .checkout-onepage-success .custom-caring-step .col-md-6.col-sm-6.col-xs-12:last-child {
        padding-top: 0;
        padding-left: 0;
    }

    ul.header.links li a,
    body .page-header .minicart-wrapper .action .text {
        font-size: 12px;
    }

    ul.header.links li .custom-haeder-contact,
    ul.header.links li.custom-my-account-link-header {
        display: none;
    }

    .sections.nav-sections {
        width: 100%;
        z-index: 999999;
    }

    .nav-sections .navigation .level0>.level-top {
        text-align: left;
    }

    .custom-contact-form-product {
        margin-bottom: 20px;
    }

    .custm-class-frindly-advice,
    a.logo {
        width: 100%;
        text-align: center;
        float: none;
    }

    .minicart-wrapper {
        float: none;
    }

    ul.header.links {
        float: none;
        width: 100%;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 15px;
        padding-bottom: 15px;
        position: relative
    }

    body .minicart-wrapper,
    ul.header.links {
        margin: 0;

    }

    .sticky header.page-header ul.header.links {
        padding-bottom: 0;
        float: none
    }

    .sticky header.page-header .customer-menu ul.header.links {
        padding-bottom: 10px;
    }

    /*.sticky header.page-header .custom-add-class-for-search .block-search .search label span, body.sticky .page-header .minicart-wrapper .action .text { display: block }*/
    ul.header.links li.custom-cls-minicart {
        padding-right: 0px;
    }

    body .page-header .minicart-wrapper .action .text {
        margin-top: 0 !important;
        display: block;
        height: auto;
    }

    .cust-three-teasures {
        background-attachment: unset;
        width: 100vw;
    }

    .custom-blcok-welcm,
    .top-footer {
        padding: 0 15px;
    }

    .custom-blcok-welcm {
        padding-bottom: 6.3%;
        text-align: center;
    }

    .cms-home .block-static-block h1.homepage-title,
    body .post-list-container .homepage-title {
        text-align: center;
    }

    .block-static-block .custom-caring-step {
        text-align: center;
    }

    .custom-blcok-welcm p {
        padding-right: 0;
    }

    p {
        font-size: 16px;
        line-height: 35px;
        margin-bottom: 5px;
    }

    .frree-broucher-title {
        font-size: 18px;
        line-height: 30px;
        padding-right: 0;
    }

    .custom-blcok-welcm a {
        border-radius: 40px;
        padding: 0px 10px;
        max-width: 320px;
        text-align: center;
        margin: 0 auto;
        margin-top: 10px;
        font-size: 14px;
    }

    .custom-caring-step .col-md-6.col-sm-6.col-xs-12:first-child {
        padding: 0 15px;
        margin-bottom: 15px;
    }

    .field.note.no-label {
        font-size: 16px;
        line-height: 30px;
    }

    .top-footer input,
    .form.contact .telephone select,
    .form.contact .name select,
    .telephoneno select,
    .form.contact select {
        height: 50px;
        padding-left: 10px;
        font-size: 14px;
    }

    .top-footer input ::-webkit-input-placeholder {
        font-size: 14px;
    }

    .top-footer input ::-moz-placeholder {
        font-size: 14px;
    }

    .top-footer input :-ms-input-placeholder {
        font-size: 14px;
    }

    .top-footer input :-moz-placeholder {
        font-size: 14px;
    }

    .post-list-container .post-list-item,
    .section_portable_inner .portable_block {
        width: 100%;
    }

    .cms-home .cust-three-teasures {
        height: 150px;
        background-size: cover;
        background-position: center center;
    }

    .page-footer::after {
        display: none;
    }

    .footer.content {
        border-top: none;
        text-align: center;
    }

    .copyright span.right-side {
        display: block;
        margin-top: 2px;
    }

    .sticky .custm-class-frindly-advice p,
    .sticky .custm-class-frindly-advice a,
    .custm-class-frindly-advice p,
    .custm-class-frindly-advice a {
        font-size: 13px;
        line-height: normal;
    }

    .sticky header.page-header a.logo {
        width: auto
    }

    .sticky a.logo {
        /* margin: 10px auto 20px*/
    }

    .page-header {
        border-bottom: 0;
        /*position: relative;*/
    }

    body .header.content {
        /* padding-bottom: 0;
        padding: 20px 0px 0px;
        padding-top: 0;*/
        padding: 25px 20px;
    }

    body .page-header .panel.wrapper {
        border-bottom: none;
        padding: 0;
        background-color: transparent;
        text-align: right;
    }

    body .page-footer {
        padding-top: 0px;
    }

    footer.page-footer li a,
    .footer .page-footer li .alink {
        font-size: 15px;
        line-height: 30px;
    }

    .page-footer .footer-inner-title {
        margin-bottom: 10px;
        font-size: 16px;
        margin-top: 20px;
    }

    footer .footer-icons .fa {
        font-size: 20px;
        margin-right: 10px;
        height: 30px;
        width: 30px;
        line-height: 30px;
        padding-left: 4px;
    }

    .cust-three-teasures {
        height: 190px;
    }

    .post-list-container {
        padding: 0 15px;
        width: 100%;
        position: relative;
    }

    body.cms-home .page-main {
        padding: 0 15px;
    }

    .custom-home-page-post-view .owl-prev {
        left: 5px
    }

    .custom-home-page-post-view .owl-next {
        right: 5px
    }

    .custom-blcok-welcm::before,
    .custom-blcok-welcm::before,
    .custom-caring-step::after,
    .custom-caring-step::before,
    .block-testimonials::before {
        display: none;
    }

    .block-testimonials .testimonial-message {

        padding: 0 30px;
    }

    .block-testimonials .owl-nav>div.owl-prev:before {
        left: 10px;
        ;
    }

    .block-testimonials .owl-nav>div.owl-next:before {
        right: 10px;
    }

    body .block-testimonials .block-content .name.text-center {
        font-size: 14px;
        margin-top: 20px;
    }

    .block-testimonials {
        max-width: 100%;
        padding-bottom: 30px;
        padding-left: 22px;
        padding-right: 22px;
    }

    /* contact-us */
    .contact-index-index .with-background-blk-grey {
        padding: 10px;
    }

    .cust-freq-blk {
        margin-bottom: 15px;
    }

    .contact-index-index .cust-cotact-social {
        padding: 25px;
    }

    .contact-index-index .custom-cll-us .cust-clus-1 {
        margin-bottom: 0px;
    }

    .main-title,
    .page-main>.page-title-wrapper .page-title {
        font-size: 35px;
        line-height: 35px;
        letter-spacing: 2px;
    }

    .contact-index-index .custom-cll-us,
    .contact-index-index .column:not(.sidebar-additional) .form.contact,
    .cust-freq-blk {
        padding: 30px;
    }

    .cust-contact-right div[data-role="collapsible"] span,
    .cust-contact-right div[data-role="content"] {
        font-size: 16px;
    }

    .cust-contact-right div[data-role="collapsible"] {
        padding: 12px 0;
    }

    .cust-contact-left .form.contact .fieldset input[type="text"],
    .cust-contact-left .form.contact .fieldset input[type="email"],
    .cust-contact-left .form.contact .fieldset textarea {
        font-size: 16px;
        padding-left: 20px;
    }

    .cust-contact-left .form.contact .fieldset textarea {
        height: 250px;
    }

    .contact-index-index .without-background-blk {
        padding: 0 30px;
    }

    .cust-contact-left .form.contact .fieldset input[type="text"] {
        height: 50px;
    }

    .cust-contact-right {
        padding: 0 15px;
    }

    .contact-index-index .page-title-wrapper {
        padding: 0 30px;
    }

    .custom-blcok-welcm h1,
    h1.homepage-title,
    .post-list-container .widget-title>a,
    .catalog-product-view .main-section-outer .form.contact .fieldset h1.homepage-title {
        font-size: 35px;
        line-height: normal;
        letter-spacing: 0;
        margin-bottom: 20px;
    }

    /* contact-us */
    /*--- Product page ---*/
    .page-layout-1column .column.main .product-info-main,
    .page-layout-1column .column.main .product.media {
        width: 100%;
    }

    .product-info-main .page-title-wrapper h1,
    .page-title-wrapper.product .page-title span.base {
        font-size: 18px;
        letter-spacing: 0px;
    }

    .product-info-main .product-info-price .price-box .special-price .price-container .price {
        font-size: 18px;
        line-height: normal;
        margin-right: 10px;
    }

    .product-info-main .product.attribute.sku .type,
    .product-info-main .product.attribute.sku .value,
    .product-info-main .product-info-price .old-price .price-wrapper .price {
        font-size: 16px;
    }

    .product-info-main .product-reviews-summary .reviews-actions>a,
    .financing-prod-page-optin a {
        font-size: 14px;
    }

    .product-reviews-summary .reviews-actions a:not(:last-child) {
        margin-right: 0px;
    }

    .financing-prod-page-optin a::before {
        margin-right: 10px;
    }

    .product-info-main .product.attribute.sku,
    .financing-prod-page-optin {
        margin-top: 10px;
    }

    .product-info-main .product-info-price {
        margin: 0 auto;
    }

    .box-tocart a.action.tocompare,
    .box-tocart button.tocart,
    .product-add-form .box-tocart .action.tocart {
        font-size: 14px;
        width: 100%;
    }

    .box-tocart a.action.tocompare {
        margin-right: 15px;
    }

    .product-add-form .box-tocart .action.tocart {
        margin-left: 0px;
        padding: 0 15px;
        margin-bottom: 20px;
        margin-top: 20px;
        max-width: 250px;
        width: 100%;
        display: block;
    }

    .product.info.detailed .product.data.items>.item.title>.switch {
        padding: 20px 15px;
        font-size: 18px;
        margin-bottom: 5px;
    }

    .product.info.detailed .product.data.items>.item.content {
        margin-top: 2px;
        padding: 10px 15px;
    }

    .product.data.items .item.title a:after {
        top: 23px;
    }

    .fieldset>.legend,
    .fieldset .review-field-ratings>.label,
    .review-field-rating .label,
    .fieldset>.field>.label,
    .fieldset>.fields>.field>.label {
        font-size: 14px;
    }

    .review-form .action.submit.primary {
        min-width: 250px;
        max-width: 250px;
    }

    .box-tocart a.action.tocompare,
    .box-tocart button.tocart {
        height: 40px;
        line-height: 40px;
        text-align: center;
        max-width: 250px;
        float: none;
        display: block;
        margin: 0 auto;
    }

    #product-addtocart-button {
        min-width: 250px;
        margin: 10px auto;
    }

    .box-tocart .fieldset .field.qty i.fa {
        height: 40px;
        width: 40px;
        line-height: 40px;
    }

    .product-add-form .box-tocart .fieldset:last-child {
        text-align: center;
    }

    .product-add-form .box-tocart .fieldset:last-child .field.qty {
        display: block;
        margin: 0 auto;
    }

    .product .value {
        margin-top: 20px;
        display: block;
        /*width: 100%;
        float: left;*/
        margin-bottom: 20px;
        line-height: 28px;
    }

    .rating-summary .rating-result:before,
    .rating-summary .rating-result>span:before {
        font-size: 20px;
    }

    .box-tocart .fieldset input#qty {
        border: 2px solid #F7941C;
        height: 40px;
        width: 40px;
    }

    p,
    .product.info.detailed .product.attibute,
    .block-testimonials .testimonial-message,
    .cust-acc-prod-blck div[data-role="collapsible"],
    .cust-acc-prod-blck div[data-role="content"],
    .content-section-small,
    .cms-privacy-policy-cookie-restriction-mode2 h3,
    .cms-privacy-policy-cookie-restriction-mode2 h2,
    .cms-privacy-policy .columns .main ul,
    .cms-privacy-policy .columns .main ol,
    .wp-block-table {
        font-size: 16px;
        line-height: 35px;
    }

    .product-info-main .product.attribute.overview p {
        font-size: 16px;
        line-height: 24px;
    }

    .cust-acc-prod-blck div[data-role="collapsible"] {
        padding: 10px 0;
    }

    .product-info-main .product-add-form {
        padding-top: 10px;
    }

    div#swissup-easy-tabs {
        width: 100%;
        margin: 0 auto;
    }

    /*--- Product page ---*/

    /*---- about page ---- */
    .about-main-combo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
    }

    .cms-about-us .page-title-wrapper {
        padding: 0 15px;
    }

    .about-main-combo .about-main .about-us-sub {
        margin-bottom: 25px;
    }

    /* ---  account page --- */
    .account .block-collapsible-nav .content {
        /*display: block;*/
    }

    body.account.page-layout-2columns-left .sidebar {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    body.account.page-layout-2columns-left .column.main {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .account .block-collapsible-nav {
        position: relative;
        top: 0;
    }

    body.account.page-layout-2columns-left .column.main {
        width: 100%;
        padding: 10px;
        margin-top: 20px;
    }

    body.account.page-layout-2columns-left .column.main h3 {
        font-size: 32px;

    }

    body.account.page-layout-2columns-left .column.main .myblog-account strong {
        font-size: 16px;
        margin-bottom: 25px;
    }

    body.account .block-collapsible-nav .item a,
    body.account .block-collapsible-nav .item strong {
        padding: 15px;
        font-size: 18px;
    }

    body.account .block.block-dashboard-info,
    body.account .block.block-dashboard-addresses {
        width: 100%;
    }

    .is-blog.wordpress-post-view .columns .main {
        max-width: 100%;
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0;
        padding: 0 15px;
    }

    .is-blog.wordpress-post-view .columns .back-btn a {
        font-size: 12px;
        padding: 12px 20px;
    }

    .is-blog.wordpress-post-view .columns .back-btn a.btn-news {
        background-size: 6px auto;
    }

    .is-blog .block-viewed-products-grid {
        padding: 0 15px;
    }

    .is-blog.wordpress-post-view .columns .blog-top-title {
        font-size: 28px;
    }

    .is-blog.wordpress-post-view .columns .main .post-content .wp-block-gallery {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .is-blog.wordpress-post-view .columns .artical {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .is-blog.wordpress-post-view .columns .artical>a {
        font-size: 12px;
        height: 30px;
        line-height: 30px;
        border-radius: 50px;
        min-width: 160px;
        margin: 10px 0;
    }

    .is-blog.wordpress-post-view .columns .artical .cust-cotact-social p {
        font-size: 14px;
    }

    .is-blog.wordpress-post-view .columns .artical .cust-cotact-social a {
        width: 22px;
        height: 22px;
        line-height: 22px;
        padding: 0 7px;
        margin: 0 10px;
        font-size: 10px;
    }

    .is-blog.wordpress-post-view .columns .back-btn {
        margin: 30px 0 45px;
    }

    /*
    body .cd-mob-chat-widget {
        font-size: 14px;
        padding: 5px 2px;
        top: 50%;
        transform: translateY(-50%) rotate(-90deg);
        -webkit-transform: translateY(-50%) rotate(-90deg);
        right: -100px;
        bottom: auto;
    }
*/
    body .cd-mob-chat-widget {
        background: #244662 !important;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        color: #fff;
        font-weight: 600;
        font-family: 'Montserrat', sans-serif;
        line-height: 25px;
    }

    /* ----- cart page ---- */
    .cart-container,
    .your-basket-cart,
    body .offer-section {
        padding: 0 15px;
        width: 100%;
    }

    .checkout-cart-index .cart-summary {
        padding: 0;
        width: 100%;
    }

    .checkout-cart-index .cart-summary .temp {
        padding: 0 15px;
    }

    body.checkout-cart-index .cart-totals tbody .totals .mark span.title,
    .checkout-cart-index .cart-summary table.totals span.label,
    .checkout-cart-index .cart-summary table.totals .grand.totals .mark,
    .checkout-cart-index .cart-summary table.totals .totals.sub .mark {
        padding-left: 0px;
    }

    .checkout-cart-index .cart-summary table.totals .totals.sub .mark,
    .checkout-cart-index .cart-summary table.totals .grand.totals .mark {
        padding-left: 15px;
    }

    .checkout-cart-index .cart-summary table.totals span.price {
        padding-right: 15px;
    }

    .cart-container .custom_cart_blk {
        width: 100%;
        padding-top: 0;
        margin-top: 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .checkout-cart-index .columns .column.main {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0;
    }

    body.checkout-cart-index .cust-cart-page-buttons {
        text-align: right;
        margin-bottom: 10px;
    }

    .checkout-cart-index .cust-main-title {
        font-size: 20px;
        margin-bottom: 20px
    }

    .checkout-cart-index .cust-cart-page-buttons>div {
        margin-bottom: 10px;
    }

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

    .your-basket-cart .cust-cart-page-buttons a {
        height: 40px;
        line-height: 40px;
        font-size: 10px;
    }

    .checkout-cart-index .cart-summary {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    body .cart.table-wrapper .product-item-photo {
        display: inline-block;
        padding: 0px 10px;
        width: calc(30% - 4px);
        position: relative;
        top: 0;
        left: 0;
        max-width: none;
    }

    body .cart.table-wrapper .product-item-details {
        display: inline-block;
        padding-bottom: 0;
        position: relative;
        width: calc(70% - 4px);
        vertical-align: top;
        padding-left: 10px;
    }

    body .cart.table-wrapper .product-item-name {
        font-size: 12px;
        display: block;
        font-weight: 500;
    }

    body .cart-container .custom_cart_blk .cart.table-wrapper .cart tbody td a,
    body .cart-container .custom_cart_blk .cart.table-wrapper .cart tbody td input {
        padding: 0;
    }

    .cart-container .vat.exempt {
        max-width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        width: 100%;
        font-weight: 700;
        font-size: 14px;
    }

    body .cart-container .custom_cart_blk .cart.table-wrapper .cart tbody td {
        border: 0;
        padding: 10px 8px 20px 0;
        display: inline-block;
        vertical-align: top;
        width: calc(100% / 3 - 4px);
        float: none;
        text-align: center;
        font-size: 12px;
        min-height: 100px;
    }

    body .cart-container .custom_cart_blk .cart.table-wrapper .cart tbody {
        border-bottom: none;
    }

    body .cart-container .custom_cart_blk .cart.table-wrapper .cart tbody {
        padding: 10px 0;
        border-bottom: 1px solid #ddd;
    }

    .cart.table-wrapper .item .col.item {
        display: table-cell;
        padding: 15px 15px 10px 10px !important;
        width: 100% !important;
        text-align: left !important;
    }

    body.checkout-cart-index .cart .control.qty button i {
        width: 28px;
        height: 28px;
        display: inline-block;
        line-height: 30px;
    }

    body.checkout-cart-index .cart.table-wrapper .col.qty .input-text {
        height: 30px;
        text-align: center;
        width: 30px;
        border: 3px solid #f7941c;
        border-radius: 100%;
        font-weight: bold;
        padding: 0;
        line-height: 30px;
    }

    .checkout-cart-index .cart .control.qty button {
        margin-top: -7px;
    }

    body .cart.table-wrapper .product-item-details .additional-info-cart {
        margin: 15px 0 0;
    }

    body.checkout-cart-index .cart-summary .checkout-methods-items .cart_summury_checkout_blk button.checkout {
        font-size: 16px;
        font-weight: 600;
        /*padding: 0;*/
        float: none;
    }

    body .cart-container .custom_cart_blk .cart.table-wrapper .cart tbody td .price {
        font-size: 14px;
    }

    .cart-container .shipping-method-new-side strong {
        margin-bottom: 23px;
        font-size: 16px;
    }

    .cart-container .block.discount,
    .cart-container .block.shipping,
    .cart-container .shipping-method-new-side {
        text-align: left;
        width: 100%;
        padding: 25px;
        margin-right: 0;
        min-height: unset;
        margin-bottom: 5px;
        position: relative;
        max-width: 100%;
    }

    .cart-item-main-row .cart.table-wrapper {
        border-top: none;
    }

    .cart-container .block.discount .title strong,
    .cart-container .block.shipping .title strong,
    body .shipping-method-new-side .item-title span {
        font-size: 16px;
    }

    .cart-container .block.discount .title,
    .cart-container .block.shipping .title {
        margin-bottom: 15px;
    }

    .cart-container .block.discount input[type="text"],
    .cart-container .block.shipping input[type="text"] {
        width: 100%;
        font-size: 16px;
    }

    .cart-container .block.discount .field,
    .cart-container .block.shipping .field {
        margin-bottom: 15px;
    }

    body .shipping-method-new-side .item-title span {
        margin-bottom: 15px;
    }

    .cart-container .shipping-method-new-side .field.choice.item input[type="radio"]+label.label {
        font-size: 16px;
        padding-left: 5px;
    }

    .cart-container .shipping-method-new-side .field.choice.item input[type="radio"]+label.label:before,
    .cart-container .shipping-method-new-side .field.choice.item input[type="radio"]+label.label:after {
        top: 5px;
    }

    .cart-container .cart-item-main-row .form-cart {
        padding-right: 0;
    }

    .checkout-cart-index .cart-summary table.totals .totals.sub .mark,
    .checkout-cart-index .cart-summary table.totals .totals.sub span.price,
    .checkout-cart-index .cart-summary table.totals .grand.totals span.price,
    .checkout-cart-index .cart-summary table.totals .grand.totals .mark {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        font-size: 16px;
    }

    .checkout-cart-index .cart-totals tbody .totals .mark {
        padding-left: 15px;
    }

    .checkout-cart-index .cart-summary table.totals .grand.totals span.price {
        font-size: 16px;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .checkout-cart-index .cart-totals tbody .totals.shipping.excl .mark {
        padding-bottom: 15px;
    }

    body.checkout-cart-index .cart-summary {
        font-size: 14px;
        float: left;
    }

    .checkout-cart-index .cart-summary ul.checkout.methods {
        float: left;
        padding: 0;
        width: 100%;
    }

    .checkout-cart-index .cust-cart-page-buttons {
        margin-bottom: 25px;
    }

    .cart-container .block.crosssell {
        padding: 0 15px;
        margin-top: 10px;
    }

    body.checkout-cart-index .cart-summary strong.summary.title,
    body.checkout-cart-index .cust-main-title {
        margin: 10px 0 30px;
        padding: 0 15px;
        font-size: 35px;
        display: block;
        text-align: left;
        float: none;
    }

    .checkout-cart-index .cart-totals tbody .mark,
    .checkout-cart-index .cart-totals tfoot .mark {
        padding-left: 15px;
    }

    body.checkout-cart-index .cust-cart-page-buttons>div {
        display: inline-block;
        width: 47%;
        text-align: center;
        float: left;
        padding: 0;
        margin: 5px 5px 20px;
    }

    .cart-container .cart.table-wrapper .shop-cart-ed-remove {
        position: static;
        bottom: 30px;
        right: 50%;
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }

    .cart-container .cart.table-wrapper .shop-cart-ed-view {
        right: 0;
        width: auto;
    }

    .cart-container .cart.table-wrapper .shop-cart-ed-remove a {
        margin-right: 0;
        margin-left: 15px;
    }

    .cart-container .cart.table-wrapper .shop-cart-ed-remove a span,
    .cart-container .cart.table-wrapper .shop-cart-ed-view .actions-toolbar a {
        font-size: 14px;
    }

    .cart.table-wrapper .actions-toolbar {
        min-height: unset;
        padding-bottom: 0;
    }

    .block-viewed-products-grid .products-grid.grid {
        width: 100%;
        margin: 0 auto;
    }

    .cart-container {
        padding-bottom: 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .post-list-container .post-list-item .post-info-wraper {
        position: relative;
        bottom: 65px;
    }

    .post-list-item .mp-post-info {
        line-height: normal;
    }

    .post-list-item h2.mp-post-title {
        width: 100%;
        min-height: auto;
        margin-bottom: 10px;
        margin-top: 0px;
    }

    .post-list-item .actions {
        width: 100%;
    }

    .post-list-item .mp-read-more {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        padding: 0 25px;
    }

    .post-list-container .post-list-item .post-info-wraper {
        padding: 0 15px;
    }

    .top-footer .actions-toolbar {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }

    .portable_block .protable_prod_name {
        font-size: 18px;
        margin-bottom: 15px;
        margin-top: 10px;
        line-height: 30px;
    }

    p.cust-teasures-title,
    .cust-header-top-teasures:first-child,
    .cust-header-top-teasures:last-child,
    .cust-header-top-teasures:first-child {
        text-align: center;
    }

    .checkout-success .custom-caring-step .show_more button {
        padding: 0 8px;
    }

    .checkout-success .custom-caring-step .show_more .print {
        display: block;
    }

    .checkout-success .custom-caring-step .test .post-list-item .actions {
        width: 100%;
    }

    .checkout-success .custom-caring-step .test ul li {
        padding: 0 19px;
    }

    .checkout-onepage-success .checkout-success .custom-caring-step .col-md-5 h1.homepage-title {
        padding: 0 22px;
    }

    /*---- Add to basket product page ----*/
    .success-content .pop-image,
    .success-content .pop-content {
        width: 100%;
        padding: 0 15px;
        margin-top: 30px;
    }

    .success-content .pop-content .fa-check:before {
        padding: 10px;
        font-size: 22px;
    }

    #mb-ajaxcart-wrapper .pop-content .product-name {
        font-size: 16px;
        width: 100%;
        margin-bottom: 20px;
        padding-left: 0;
    }

    .success-content .pop-content .action.primary {
        font-size: 12px;
        margin: 0 auto 10px;
        line-height: normal;
        height: 40px;
    }

    .product.info.detailed {
        margin-top: 30px;
    }

    #mb-ajaxcart-wrapper .pop-image img.image {
        max-width: 100%;
        width: auto;
    }

    .mb-ajaxsuite-popup-wrapper a.mb-ajaxsuite-close {
        font-size: 16px;
    }

    body .fotorama--fullscreen .fotorama__wrap {
        width: 90% !important;
    }

    .checkout-success .success-data-detail,
    .checkout-onepage-success .section_portable {
        width: 100vw;
        padding: 20px;
    }

    .checkout-onepage-success .widget.block.block-static-block .custom-caring-step::before,
    .checkout-onepage-success .widget.block.block-static-block .custom-caring-step::after {
        display: none;
    }

    .checkout-onepage-success .widget.block.block-static-block {
        width: 100vw;
    }

    .checkout-onepage-success .widget.block.block-static-block .custom-caring-step .col-md-6.col-sm-6.col-xs-12:first-child {
        padding: 20px;
        margin-bottom: 0;
    }

    .custom-caring-step .checkout-page-success-custom.row {
        padding: 0 15px;
    }

    .checkout-success #order-product-slider .customer-name-lastitem {
        padding: 0 10px;
        font-size: 16px;
    }

    .checkout-onepage-success .section_portable_inner {
        padding: 0 20px;
    }

    .checkout-onepage-success .section_portable_inner .portable_block {
        padding: 0px 15px 15px;
    }

    .checkout-cart-index .cart-empty {
        padding: 0 30px;
    }

    .navigation .level0>.level-top span {
        line-height: 40px;
        font-size: 14px;
    }

    .cust-contact-right div[data-role="collapsible"] span i.fa {
        top: 7px;
    }

    /*---- Add to basket product page ----*/
    /* ----- Our-range ---- */
    .our_range_table_blk {
        overflow-x: auto;
    }

    .our_range_desc {
        padding: 10px;
        background-color: #f4f4f4;
        border-radius: 20px;
    }

    .our_range_right_blk {
        width: 100%;
        max-width: 100%;
        position: relative;
        top: 0;
        right: 0;
        margin-top: 10px;
    }

    .our_range_desc_title {
        font-size: 18px;
    }

    .our_range_table_blk .our_rabge_prod_title {
        font-size: 15px;
    }

    .our_range_table_blk p {
        font-size: 12px;
    }

    body .our_range_table_blk table tr td table tr td a {
        font-size: 14px !important;
    }

    .our_range_table_blk table tr:nth-child(2) a {
        font-size: 16px;
    }

    .our_range_table_blk img {
        max-width: 70px;
    }

    body #bio_ep {
        font-size: 14px;
        max-width: 90%;
        padding: 15px 0 !important;
    }

    .video-content {
        max-width: 90%;
        margin: 0 auto;
    }

    .video-content input,
    .video-content select {
        width: 100% !important;
        height: 45px !important;
        line-height: 45px !important;
        font-size: 14px !important;
    }

    .video-content form .primary .action.submit.primary {
        padding: 6px 35px;
        font-size: 14px;
        width: auto;
        min-width: 160px;
    }

    p.video-description {
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .video-title h2 {
        font-size: 20px;
    }

    body .brand-images .brands-letter .bare-list {
        margin-bottom: 0;
        margin-right: 0;
        margin-left: 0;
    }

    /* ---- Product landing ---- */
    .custom-template-block {
        width: 100vw;
        padding: 24px 15px;
    }

    /*.page-layout-1column .related .products-grid .product-item {
        width: 100%;
        margin: 0 auto;
    }*/
    .custom-template-block .section-description,
    .tab-product-description,
    .custom-template-block .section-image,
    .tab-product-newsletter {
        width: 100%;
    }

    .custom-content-product .tab-product-newsletter {
        padding-left: 0;
    }

    .custom-template-block #read-more {
        margin-top: 20px;
        line-height: normal;
    }

    .custom-template-block .section-description .page-title,
    .catalog-product-view .custom-content-product .page-title,
    .catalog-product-view .page-title,
    .ajax-addto-title {
        font-size: 18px;
        margin-bottom: 20px;
        line-height: 30px;
        letter-spacing: 0;
    }

    .catalog-product-view .page-title,
    .ajax-addto-title {
        font-size: 26px;
        margin-bottom: 20px;
        line-height: 35px;
    }

    .tab-product-newsletter .block.newsletter .action.subscribe {
        font-size: 15px;
    }

    .custom-content-product {
        padding: 30px 0px;
    }

    .tab-newsletter-title {
        font-size: 14px;
        margin-bottom: 1.5%;
    }

    .custom-content-product .tab-product-description {
        margin-bottom: 30px;
    }

    /* ---- Product landing ---- */
    /* ---- Checkout ---- */
    .checkout-index-index .opc-wrapper {
        width: 100%;
        padding: 15px !important;
    }

    .checkout-index-index .opc-sidebar {
        width: 100%;
    }

    body.checkout-index-index .opc-wrapper ol li .no-quotes-block,
    .customfiled-data,
    body.checkout-index-index .opc-wrapper ol li form,
    .checkout-index-index .opc-wrapper .authentication-wrapper,
    .payment-option {
        max-width: 100%;
        padding: 10px 10px 10px 0;
        background: transparent;
    }

    .checkout-index-index .opc-sidebar .opc-block-summary .table.table-totals {
        width: 100%;
        margin-bottom: 25px;
    }

    .checkout-index-index .opc-sidebar .opc-block-summary .table.table-totals th {
        padding-left: 15px !important;
    }

    .checkout-index-index .opc-sidebar span.title {
        font-size: 18px;
        padding: 15px;
        margin-bottom: 0;
        letter-spacing: normal
    }

    .checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .product .product-image-container {
        width: 70px !important;
    }

    .checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .product .product-item-details {
        width: calc(100% - 70px);
    }

    .checkout-index-index .opc-sidebar .opc-block-summary .product-item .subtotal span {
        font-size: 14px;
    }

    .checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .product .product-item-details .product-item-inner .product-item-name-block {
        width: auto;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .checkout-index-index .opc-sidebar button.vat-exempt {
        margin: auto;
        display: block;
        float: none;
        min-width: 250px;
    }

    .checkout-index-index .columns:after {
        height: 40px;
    }

    .bss-onestepcheckout .opc-sidebar .actions-toolbar>.primary {
        margin-bottom: 0px;
    }

    .checkout-index-index .opc-sidebar .actions-toolbar {
        bottom: -60px;
    }

    .bss-onestepcheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods .payment-group .payment-method .payment-method-content form .group-2>div select {
        font-size: 14px;
    }

    .checkout-index-index .opc-sidebar .primary button.primary.checkout.btn-placeorder {
        font-size: 14px;
        padding: 0;
    }

    body.checkout-index-index input[type="checkbox"]+label button.action-show {
        font-size: 14px;
        width: 100%;
        min-width: 10px;
    }

    .checkout-index-index .modal-slide .action-close {
        margin-top: 0;
    }

    .checkout-agreements-block {
        padding: 0 15px;
    }

    body.checkout-index-index .opc-wrapper ol li .no-quotes-block:before,
    .customfiled-data .title-data:before,
    body.checkout-index-index .opc-wrapper .field._required[name="shippingAddress.prefix"] label:after,
    .checkout-index-index .opc-wrapper .authentication-wrapper:before,
    body.checkout-index-index .opc-wrapper .field._required[name="shippingAddress.postcode"] label.label:after,
    .payment-option .action.action-toggle:after,
    body.checkout-index-index .opc-wrapper ol li form.form.methods-shipping:before,
    .bss-onestepcheckout .opc-wrapper #payment:after {
        font-size: 16px;
        letter-spacing: normal
    }

    body.checkout-index-index .opc-wrapper ol li input,
    body.checkout-index-index .opc-wrapper ol li select,
    .payment-option .payment-option-content input {
        width: 100%;
        font-size: 16px;
    }

    .authentication-wrapper .action-auth-toggle:before {
        font-size: 14px;
    }

    body.checkout-index-index .opc-wrapper ol li form div#checkout-shipping-method-load {
        overflow: auto;
    }

    body.checkout-index-index .opc-wrapper ol li.checkout-payment-method .field label {
        font-size: 14px;
    }

    /*- - 20-9-2019 - -*/
    .bss-onestepcheckout .opc-wrapper #payment div#checkout-step-payment {
        margin-top: 0
    }

    .bss-onestepcheckout .opc-wrapper .primary {
        text-align: left
    }

    .bss-onestepcheckout .opc-wrapper .action.action-login.secondary {
        width: auto;
        min-width: 300px;
    }

    .bss-onestepcheckout .opc-wrapper .modal-custom .action-close {
        text-align: right
    }

    .checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .product .product-image-container .product-image-wrapper {
        padding-right: 5px !important;
        padding-left: 5px !important
    }

    .checkout-index-index .opc-sidebar .table.table-totals tr.grand.totals td {
        font-size: 16px;
    }

    .checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .product .product-item-details .product-item-inner .product-item-name-block .details-qty input {
        margin-right: 10px;
    }

    body.bss-onestepcheckout .step-title:before {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
    }

    .choice.field.customfiled-data:before,
    body.checkout-index-index .opc-wrapper .field._required[name="shippingAddress.prefix"] label:before,
    .checkout-index-index .opc-wrapper .authentication-wrapper:after,
    .payment-option:before,
    body.checkout-index-index .opc-wrapper ol li form.form.methods-shipping:after,
    #payment:before {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
        left: 0;
        top: 10px;
    }

    body.checkout-index-index .opc-wrapper ol li .no-quotes-block:after {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
        left: 0;
        top: 10px;
    }

    .checkout-index-index .opc-sidebar .table.table-totals .mark span {
        padding: 5px 0;
    }

    .checkout-index-index .opc-sidebar .table.table-totals .mark {
        padding: 10px 0;
        font-size: 14px;
    }

    .checkout-index-index .opc-sidebar .table.table-totals .mark span.title {
        padding: 5px 0;
        font-size: 13px;
        font-weight: 600 !important;
    }

    .checkout-index-index .opc-wrapper .authentication-wrapper button.action-auth-toggle {
        font-size: 12px;
        height: auto
    }

    .checkout-index-index .opc-sidebar .table.table-totals td {
        font-size: 14px;
    }

    body.checkout-index-index .opc-wrapper ol li form .actions-toolbar .secondary a {
        font-size: 14px;
    }

    body.checkout-index-index .opc-wrapper ol li form .actions-toolbar .primary {
        float: none;
        text-align: center;
        width: 100%;
        padding: 0;
        min-width: unset;
    }

    .payment-option .payment-option-content form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .payment-option .payment-option-content form .payment-option-inner {
        width: 95%;
        margin-bottom: 10px;
    }

    body.checkout-index-index .opc-wrapper ol li form div#checkout-shipping-method-load th {
        font-size: 12px;
        padding: 9px;
    }

    /* ---- Checkout ---- */
    /* ---- Brochure ---- */
    .brochure_main {
        padding: 0 15px;
    }

    .brochure-sidebar {
        padding: 0;
        margin-bottom: 20px;
    }

    .cms-brochure .overview-section,
    .cms-brochure .key-feature-section,
    .cms-brochure #testimonialsList,
    .feature_gallery_img,
    .custom-techspecification,
    .image-specification,
    .download-specification,
    .cms-brochure .block-static-block,
    .in-stock-data-main,
    .product-custom {
        padding: 15px;
        padding-top: 25px;
        padding-left: 15px;
    }

    .cms-brochure .overview-section {
        padding-bottom: 0;
    }

    .overview-section .overview-description {
        padding: 0;
    }

    .overview-description #read-more {
        margin-bottom: 10px;
    }

    .overview-image {
        margin-top: 20px;
    }

    .cms-brochure .page-title {
        font-size: 30px;
    }

    .cust-min-heading,
    .content-section-head {
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 15px;
        line-height: normal;
    }

    .key-feature-section .col-sm-12 {
        margin-bottom: 10px;
    }

    .key-feature-section .col-sm-12 .col-sm-6 {
        padding: 10px 0;
        margin: 0 auto;
        text-align: center;
    }

    .key-feature-section .col-sm-12 .col-sm-4 {
        padding: 0;
    }

    .in-stock-data-main .in-stock-sub {
        width: 100%;
        margin-bottom: 30px;
    }

    .product-custom .img-section,
    .text-section {
        width: 100%;
        margin: 10px 0;
        padding: 0 15px;
    }

    .cms-brochure #product-addtocart-button {
        display: block;
    }

    .cms-brochure .block-testimonials .testimonial-container .owl-item {
        margin: 0 auto;
        /* padding: 0 34px; */
    }

    .custom-techspecification .tech-main {
        width: 100%;
        min-height: auto;
        margin: 0 auto;
        margin-bottom: 20px;
        padding: 25px 15px;
    }

    .custom-techspecification .cell-left {
        border-right: none;
    }

    .download-specification .brochure-dw {
        margin: 0 auto;
        width: 100%;
        margin-bottom: 20px;
    }

    .cms-brochure .cust-contact-right {
        padding: 0;
    }

    .cms-brochure .block-static-block h1.homepage-title {
        font-size: 30px;
        clear: both;
    }

    .cust-contact-right div[data-role="collapsible"] span,
    .cust-contact-right div[data-role="content"] {
        padding-right: 30px;
    }

    .tech-main.weight span {
        padding: 2px 0;
    }

    .custom-techspecification .tech-title {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .custom-techspecification .tech-main span.tech-inner {
        font-size: 32px !important;
    }

    .custom-techspecification .tech-main.oxygen span {
        font-size: 20px;
    }

    .tech-main.weight span.lbs,
    .custom-techspecification .tech-main.battery span,
    .custom-techspecification .tech-main span.voltage,
    .custom-techspecification .tech-main span.db {
        font-size: 26px;
    }

    .tech-main.noisy .noisy-right {
        padding-top: 30px;
    }

    .image-specification table>tbody>tr>td {
        display: block;
        padding-bottom: 5px;
        text-align: center;
    }

    .image-specification table>tbody>tr {
        margin-top: 41px;
        display: block;
    }

    body.cms-brochure .block-testimonials .block-content .name.text-center {
        font-size: 18px;
        margin-top: 5px;
        text-align: center;
    }

    .cms-brochure .block-testimonials .testimonial-message a {
        font-size: 16px;
        line-height: normal;
    }

    .cms-brochure .block-testimonials .review-ratings {
        margin: 0 auto;
        padding: 10px 0;
    }

    .cms-brochure .block-testimonials .page-title {
        padding-top: 0;
    }

    .in-stock-data-main .in-stock-sub:last-child {
        margin-bottom: 0;
    }

    .cms-brochure .block-testimonials .testimonial-message {
        text-align: center;
        font-size: 18px;
        line-height: 28px;
    }

    .cms-brochure .block-testimonials .block-content {
        padding: 0 30px;
    }

    .cms-brochure .block-testimonials .owl-nav>div.owl-next:before {
        right: -30px;
    }

    .block-testimonials .owl-nav>div.owl-prev:before {
        left: 5px;
    }

    .cms-brochure .block-testimonials .block-content .read-more {
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .custom-techspecification .tech-main .noisy-left {
        border-right: none;
    }

    .brochure-sidebar .tab-title a {
        line-height: 55px;
        font-size: 16px;
        padding-left: 50px;
    }

    .brochure-sidebar .tab-title a:before {
        font-size: 26px;
    }

    .custom-techspecification .tech-main .img-top {
        max-height: 55px;
        min-height: 55px;
    }

    .in-stock-data-main .feat-price {
        font-size: 30px;
    }

    .key-feature-section img {
        width: 100%;
    }

    /* ---- Brochure ---- */
    /*----- our range  ----- */
    .portable-range-main .portable-range-left {
        width: 200px;
    }

    .portable-range-main .portable-range-right {
        width: calc(100% - 203px);
    }

    .portable-range-main .portable-range-left>div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .portable-range-main .custdata .section-2 {
        width: 100%;
        text-align: center;
    }

    .portable-range-main .portable-range-left>div h4 {
        font-size: 16px;
    }

    .portable-range-right .row2 {
        font-size: 18px;
    }

    .portable-range-right .row3 {
        font-size: 24px;
    }

    .portable-range-main .battery-data .battery .battery-name {
        font-size: 12px;
    }

    .wrap-battery .battery-hours strong {
        font-size: 16px;
    }

    .wrap-battery .battery-hours {
        font-size: 12px;
    }

    .wrap-battery .battery-max,
    .portable-range-main .weight>div .weight-lbs,
    .portable-range-main .weight>div .weight-kgs,
    .portable-range-main .row6 .pulse-name {
        font-size: 12px;
    }

    .portable-range-main .weight>div .weight-lbs strong {
        font-size: 16px;
    }

    .portable-range-main .portable-range-right ul .owl-nav>div.owl-next {
        right: -2px;
    }

    .portable-range-main .portable-range-right ul .owl-nav>div {
        left: -18px;
    }

    .port-right p.port-sec-2:before,
    .port-right p.port-sec-1:before {
        font-size: 8px;
        padding: 0 4px;
    }

    .port-right p {
        font-size: 7px;
    }

    .portable-range-main .homepage-title+p {
        margin-bottom: 50px;
    }

    .port-right p.port-sec-2 {
        width: 110px;
    }

    .port-right p.port-sec-1 {
        width: calc(100% - 100px);
    }

    .portable-range-main .portable-range-right ul .owl-nav>div.owl-next i:before {
        border-left: 10px solid #234561;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }

    .portable-range-main .portable-range-right ul .owl-nav>div.owl-prev i:before {
        border-right: 10px solid #234561;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }

    .nav-toggle {
        z-index: 999999;
        position: relative;
        left: 00;
        top: 0;
        display: none;
    }

    .custom-menu-for-mobile .nav-toggle {
        z-index: 999999;
        position: relative;
        left: 00;
        top: 0;
        display: block;
        font-size: 12px;
        text-transform: uppercase;
        color: #244662;
        font-weight: 500;
    }

    body .block-search .action.search>span,
    body .page-header .minicart-wrapper .action .text,
    .custom-add-class-for-search .block-search .search label,
    ul.header.links li a,
    .customer-welcome .customer-name span {
        font-size: 12px;
    }

    .customer-welcome .header.links {
        display: block;
        text-align: center;
        margin: 0
    }

    .custom-add-class-for-search .block-search .search label:before {
        line-height: 23px;
        background-size: 160px auto;
        width: 23px;
        height: 23px;
        margin: -2px auto 10px;
        background-position: -10px -105px;
    }

    .sticky .custom-menu-for-mobile .nav-toggle,
    .sticky .customer-welcome .customer-name span {
        font-size: 0;
    }

    .custom-menu-for-mobile .nav-toggle:before {
        content: ' ';
        width: 23px;
        height: 21px;
        background-image: url('images/humbeurger_icon.png');
        background-size: 23px auto;
        background-repeat: no-repeat;
        background-position: center center;
        display: block;
        margin: 0 auto;
        margin-bottom: 11px;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

    .sticky .custom-menu-for-mobile .nav-toggle:before {
        background-size: 20px auto;
        width: 20px;
        height: 20px;
    }

    .custm-class-frindly-advice {
        margin: 0 auto;
        width: 75%;
    }

    .header.content .nav-sections .navigation>ul>li a {
        border-color: transparent !important;
    }

    .header.content .nav-sections .navigation>ul>li.active>a {
        background: #244662;

        color: #fff !important;
    }

    body.cms-about-us .page-main .column.main {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0;
    }

    .block-viewed-products-grid .block-title {
        padding: 0 15px;
    }

    .form.contact .communication {
        margin-left: 0;
    }

    .form.contact .communication input[type="checkbox"]+label {
        font-size: 13px;
        padding-left: 10px;
    }

    .header.content .nav-sections .navigation>ul>li a {
        font-size: 18px;
        text-align: left;
        font-weight: 500;
        position: relative;
    }

    .megamenu-sidebar.right-sidebar {
        display: none;
    }

    .header.content .nav-sections .navigation li>.submenu {
        padding: 10px;
    }

    .submenu .megamenu-content .nav-item.level1>.nav-anchor.subitems-group {
        font-size: 14px !important;
    }

    .header.content .nav-sections .navigation li>.submenu a.subitems-group {
        padding: 0px;
        margin-bottom: 0px;
    }

    .header.content .nav-sections .navigation li>.submenu {
        min-height: auto;
    }

    .header.content .nav-sections .navigation>ul>li a span.opener {
        padding: 13px;
        font-family: 'FontAwesome';
        background: transparent;
        height: 40px;
        line-height: 20px;
        border: 0;
    }

    .navigation .level0.active>a:not(.ui-state-active),
    .navigation .level0.has-active>a:not(.ui-state-active) {
        border-color: transparent;
    }

    .cms-home .column.main {
        padding-bottom: 0;
    }

    body .custom-blcok-welcm::before {
        bottom: -10px;
        width: 100%;
        height: 30px;
        background-size: cover;
        display: none;
    }

    .section_portable {
        padding-top: 45px;
        background-position: center top -10px;
        background-size: 100% 30px;
        width: 100%;
    }

    .section_portable .section_portable_inner {
        max-width: 100%;
    }

    .cust-all-teasures-in-one.mobile-view-custom {
        display: block;
        bottom: 0px;
        width: 100%;
        background-color: #fff;
    }

    .sticky .cust-all-teasures-in-one.mobile-view-custom {
        display: none
    }

    div#badge-ribbon-mobile {
        display: inline-block;
        width: 100%;

    }



    .cust-all-teasures-in-one.desktop-view-custom {
        display: none;
    }

    .custm-class-frindly-advice.desktop-view-custom {
        display: none;
    }

    .custm-class-frindly-advice.mobile-view-custom {
        display: block;
        width: 100%;
        padding: 10px;
        background-color: #F4F4F4;
        position: relative;
    }

    .custm-class-frindly-advice.mobile-view-custom em.fa.fa-close {
        position: absolute;
        right: 10px;
        color: #707070;
        font-weight: normal;
        top: 15px;
    }

    .custm-class-frindly-advice p {
        font-weight: 500;
    }

    .cust-three-teasures::before {
        background-image: url(./images/top1.png);
        content: "";
        position: absolute;
        bottom: 0px;
        width: 100%;
        height: 110px;
        display: inline-block;
        background-size: 847px 100%;
        background-repeat: no-repeat;
        left: 0;
        background-position: center right -100px;
    }

    body #m-cookienotice.v-bar.v-bottom {
        padding: 5px 0px;
    }

    .nav-open .nav-toggle:after {
        display: none;
    }

    .nav-open .nav-toggle:before {
        -webkit-transition: all 0.4s linear;
        transition: all 0.4s linear;
        width: 25px;
        height: 21px;
        background-image: url(images/cancel_icon.png);
    }

    body .nav-sections {
        -webkit-overflow-scrolling: touch;
        -webkit-transition: all 0.4s linear;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        height: 0;
        left: 0;
        left: 0;
        overflow: auto;
        position: absolute;
        /*top: 211px;*/
        height: 82px !important;
        width: 80%;
        width: calc(100% - 54px);
        overflow-y: scroll;
        display: none;
    }

    .nav-sections-item-content>.navigation {
        margin-top: 0;
    }

    .nav-open .page-wrapper {
        left: 0;
        left: 0;
    }


    .nav-open .nav-sections {
        display: block;
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        left: 0;
        z-index: 99;
        height: calc(100vh - 77px) !important;
        top: 77px;
        margin-top: 0;
        -webkit-transition: all 0.4s linear;
        transition: all 0.4s linear
    }

    .header.content .nav-sections .section-item-title {
        display: none;
    }

    .header.content .nav-sections .nav-sections-item-content {
        margin: 0;
        background-color: #244662;
        padding: 0;
    }

    .header.content .nav-sections {
        background: #244662;
        padding: 0px 0px 10px;
        opacity: 0;
    }

    .nav-open .header.content .nav-sections {
        opacity: 1;
    }

    .header.content .nav-sections .navigation ul {
        text-align: center;
        padding: 30px 30px;
        background-color: #f4f4f4;
        overflow: hidden
    }

    .brand-listing-menu .nav-item.level1 {
        width: 50% !important;
        float: left;
        border-right: 1px solid #96A7B5;
        margin: 0;
        padding-right: 20px;
    }

    .nav-mobile .dropdown-menu .content-wrap .megamenu-sidebar ul {
        padding: 0 20px;
    }

    .nav-mobile li {
        border: 0
    }


    /*.header.content .nav-sections:before{
    background-image: url(./images/menu_shape.png);
    content: "";
    position: absolute;
    bottom: auto;
    top: -50px;
    width: 100%;
    height: 110px;
    display: inline-block;
    background-size: 777px 100%;
    background-repeat: no-repeat;
    left: 0;
    background-position: center right -100px; 
}*/
    .navigation .level0 {
        border: none;
    }

    .header.content .nav-sections .navigation li {
        /*margin-bottom: 20px; */
        margin-bottom: 5px;
        border: 0 !important
    }

    .header.content .nav-sections .navigation li:last-child {
        margin-bottom: 0;
    }

    .custom-add-class-for-search .cust-search-field {
        position: absolute;
        bottom: auto;
        width: auto;
        right: 22px;
        top: 65px;
        border: none;
        padding: 0;
        clear: none;
        left: 0;
        margin: 0;
        width: calc(100vw - 44px);
        left: 0%;
        /*transform: translateX(-50%); -webkit-transform: translateX(-50%);*/
        padding: 0;
        /* background-color: #F4F4F4;*/
        z-index: 9;
        background-color: transparent;
    }

    .sticky .custom-add-class-for-search .cust-search-field {
        top: 82px
    }

    .custom-add-class-for-search .block-search input {
        left: 0;
        margin: 0px 0;
        position: relative;
        top: auto;
        height: 55px;
        line-height: 55px;
        font-size: 16px;
        border: none;
        /*width: calc(100% - 100px);*/
        width: 100%;
        float: left;
        padding-left: 52px;
        padding-right: 15px;
        border: solid 1px #244662;

    }

    .custom-add-class-for-search .cust-search-field .actions button {
        position: relative;
        right: 0;
        top: auto;
        -webkit-transform: none;
        transform: none;
        /*min-width: 240px;
    height: 50px;
    line-height: 50px;*/
        margin: 0 auto;
        /*margin-top: 20px;*/
        background-image: url(./images/search_blue_icon.png);
        background-repeat: no-repeat;
        background-position: left center;
        height: 24px;
        width: 24px;
        text-indent: -999999px;
        background-color: transparent;
    }

    body ul.header.links .custom-add-class-for-search .cust-search-field .actions span {
        display: block;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        color: #fff;
    }

    body.custom-hide-call-header .sections.nav-sections {
        top: 152px;
    }

    .cust-header-top-teasures {
        width: calc(50% - 4px);
    }

    .portable_block p {
        line-height: 25px;
    }

    .header.content .nav-sections .nav-sections-item-content>li a {
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        display: block;
        padding: 0px 40px;
        margin-bottom: 15px;

    }

    .switcher.language.switcher-language {
        padding-bottom: 20px;
    }

    body .navigation li.level0:last-child {
        border-bottom: none;
    }

    .switcher.currency.switcher-currency strong,
    .switcher.language.switcher-language strong {
        font-size: 18px;
        color: #fff;
        font-weight: 500;
    }

    .switcher.language.switcher-language,
    .switcher.currency.switcher-currency {
        background: transparent;
        padding: 20px 40px;
        border-radius: 0;
        border: none;

    }

    .switcher.currency.switcher-currency .dropdown.options.switcher-options,
    .switcher.currency.switcher-currency .dropdown.options.switcher-options .switcher-trigger,
    .switcher.language.switcher-language .dropdown.options.switcher-options,
    .switcher.language.switcher-language .dropdown.options.switcher-options .switcher-trigger {
        display: block;
        position: relative;
    }

    .switcher.currency.switcher-currency .switcher-options .action.toggle:after,
    .switcher.language.switcher-language .switcher-options .action.toggle:after {
        content: ' ';
        background-image: url(./images/selct_arrow_bg.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 11px auto;
        width: 20px;
        height: 20px;
        -webkit-filter: brightness(10);
        filter: brightness(10);
        position: absolute;
        right: 0;
        top: 0;

        z-index: 9;
        transform: rotate(0deg);
        transition: all 0.4s linear;
        -webkit-transform: rotate(0deg);
        -webkit-transition: all 0.4s linear;
    }

    .switcher.currency.switcher-currency {
        padding-top: 10px;
    }

    .switcher.language.switcher-language {
        padding-bottom: 20px;
        /* padding-bottom: 0;*/
    }

    .header.content .nav-sections .nav-sections-item-content>li:first-of-type {
        margin-top: 20px;
        padding-top: 30px;
        clear: both;
    }

    div#switcher-currency strong.label.switcher-label {
        display: none;
    }

    .switcher.currency.switcher-currency .switcher-options .action.toggle.active:after,
    .switcher.language.switcher-language .switcher-options .action.toggle.active:after {
        transform: rotate(-180deg);
        transition: all 0.4s linear;
        -webkit-transform: rotate(-180deg);
        -webkit-transition: all 0.4s linear;
    }

    body .nav-sections .switcher-trigger strong:after {
        display: none;
    }

    .switcher.currency.switcher-currency .dropdown.options.switcher-options .dropdown,
    .switcher.language.switcher-language .dropdown.options.switcher-options .dropdown {
        position: relative;
    }

    .header.content .nav-sections .nav-sections-item-content>li {
        display: block;
    }

    body .minicart-wrapper .block-minicart {
        width: 300px;
    }

    .brochure_main.sticky .brochure-rightside {
        margin-left: 0;
    }

    .cust-tab button.tablinks {
        min-width: unset;
    }

    .feat-pulse-flow,
    .feat-battery-life,
    .feat-weight {
        width: 100px;
        margin: 0px 0px;
    }

    .feat-bottom button {
        text-align: center;
    }

    .feat-bottom button.view-more {
        min-width: 250px;
        width: auto;
    }

    .custom-looking-forward p {
        font-size: 16px;
    }

    .review-slider .owl-nav>div.owl-prev {
        left: 0;
    }

    .review-slider .owl-nav>div.owl-next {
        right: 0;
    }

    .review-slider .owl-prev:before,
    .review-slider .owl-next:before {
        border-width: 12px;
        border-radius: 5px;
    }

    body .cart-container .custom_cart_blk .cart.table-wrapper .cart tbody .cart-button-block {
        min-height: unset;
        width: 100%;
    }

    body .cart-container .custom_cart_blk .cart.table-wrapper .cart tbody .cart-button-block table {
        width: 100%;
        bottom: 0;
    }

    body .cart-container .custom_cart_blk .cart.table-wrapper .cart tbody .cart-button-block table tr td {
        min-height: unset;
        width: 50%;
        display: table-cell;
        padding-bottom: 40px;
        padding: 0 20px 30px
    }

    body .cart-container .custom_cart_blk .cart.table-wrapper .cart tbody .cart-button-block table tr td:first-child {
        text-align: right;
    }

    body .cart-container .custom_cart_blk .cart.table-wrapper .cart tbody .cart-button-block table tr td:last-child {
        text-align: left;
    }


}

div#m-cookienotice {
    display: none;
}

.page.messages {
    width: 100%;
    margin: 0 auto 10px;
    padding: 0 7vw;
}

@media screen and (max-width:660px) {
    .catalog-product-view .custom-class-add-for-data>.custom-all-data-in-one {
        margin: 0;
    }

    .custom-class-add-for-data>.custom-all-data-in-one:last-child {
        background: none;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .catalog-product-view .custom-class-add-for-data>.custom-all-data-in-one {
        min-width: calc(50% - 0px);
    }

    .ajaxcompare-buttons button.action.primary {
        min-width: unset
    }

    .catalog-product-view #mb-ajaxcompare-wrapper .ajaxcompare-success-box img.image {
        max-width: 100%;
    }

    .custom-class-add-for-data .custom-all-data-in-one button.action.tocart.primary {
        padding: 0 20px !important;
        font-size: 14px !important;
        height: 40px !important;
        line-height: 40px !important;
    }

    .catalog-product-view #mb-ajaxcompare-wrapper .ajaxcompare-success-box .product-name {
        font-size: 12px !important;
        line-height: 22px;
        margin-top: 15px;
    }

    .ajaxcompare-buttons button.action.primary {
        font-size: 14px;
        padding: 10px 14px;
        min-width: auto;
        height: auto;
    }

    body.catalog-product-view .custom-class-add-for-data .photo.image {
        padding-top: 0px
    }

    .bss-onestepcheckout .opc-wrapper #payment {
        overflow-x: hidden;
    }
}

@media screen and (max-width:480px) {
    .brand-listing-menu span.itembgimg.cover-bg>img {
        height: 80px;
    }

    .top-footer .form.contact .col-xs-8 {
        width: 62%;
    }

    .top-footer .form.contact .col-xs-4 {
        width: 38%;
        padding-left: 0
    }

    .top-footer input::-webkit-input-placeholder {
        font-size: 12px !important;
    }

    .top-footer input::-moz-placeholder {
        font-size: 12px !important;
    }

    .top-footer input:-ms-input-placeholder {
        font-size: 12px !important;
    }

    .top-footer input:-moz-placeholder {
        font-size: 12px !important;
    }

    .top-footer input,
    .form.contact .telephone select,
    .form.contact .name select,
    .telephoneno select,
    .form.contact select {
        font-size: 11px;
    }

    .product-options-wrapper .field.configurable.required {
        width: 100%;
        margin: 0 auto;
        max-width: 280px;
        display: block;
    }

    .product-data-vat .product-data-vat .prod-left {
        width: 100%;
        text-align: center
    }

    .product-data-vat .product-data-vat .prod-right {
        width: 100%;
    }

    .top-sub-slide .item {
        width: 25%;
    }

    .top-sub-slide .item:nth-child(4n + 1) {
        clear: both;
    }

    .top-sub-slide .item:nth-child(6n + 1) {
        clear: none;
    }

    .banner-section iframe,
    .banner-section video,
    .video-gallery iframe,
    .video-gallery video {
        height: 300px;
    }

    .slider-controll.active span:last-child:after {
        border-width: 10px;
        bottom: -3px;
    }

    .checkout-payment-method .ccard.fieldset>.field .fields.group.group-2 .field {
        width: 100% !important;
        margin-bottom: 20px;
    }

    body .checkout-payment-method .ccard .select,
    .checkout-payment-method .ccard .fields .select,
    body .checkout-payment-method .ccard .year .select {
        width: 100%;
        max-width: 100%;
        display: block;
    }

    .checkout-payment-method .ccard .cvv .input-text {
        width: 90%;
    }

    .checkout-index-index .page-title-wrapper {
        display: block;
        padding-bottom: 30px;
    }

    .post-list-container .post-list-item .post-info-wraper::after {
        height: 190px;
    }

    .table-wrapper.comparison .table-comparison>tbody>tr>th,
    .table-wrapper.comparison .table-comparison>thead>tr>th.remove {
        width: 140px;
    }

    .table-wrapper.comparison {
        margin-left: 140px;
    }

    .cust-three-teasures::before {
        bottom: -10px;
    }

    .blog_bulk .post-image img {
        height: 185px;
        max-height: 185px;
    }

    .blog_bulk>li .post-image img {
        height: 205px;
        max-height: 205px;
    }

    .blog_bulk .blog_element .post-image:after {
        height: 277px;
    }

    .blog_bulk .post-image:after {
        height: 185px;
    }
}

@media screen and (max-width:320px) {

    .top-footer input,
    .form.contact .telephone select,
    .form.contact .name select,
    .telephoneno select,
    .form.contact select {
        font-size: 10px;
        height: 45px
    }

    .top-footer input::-webkit-input-placeholder {
        font-size: 10px !important;
    }

    .top-footer input::-moz-placeholder {
        font-size: 10px !important;
    }

    .top-footer input:-ms-input-placeholder {
        font-size: 10px !important;
    }

    .top-footer input:-moz-placeholder {
        font-size: 10px !important;
    }

    .top-footer .form.contact .communication input[type="checkbox"]+label {
        font-size: 12px;
    }

    .banner-section iframe,
    .banner-section video,
    .video-gallery iframe,
    .video-gallery video {
        height: 220px;
    }
}

.block-dashboard-info .box-newsletter .box-content {
    max-width: 213px;
    text-align: center;
    margin: 0 auto;
}

body .page-header .panel.wrapper {
    border-bottom: none;
    background-color: transparent;
}

.switcher.currency.switcher-currency strong {
    color: #787878;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.switcher.currency.switcher-currency,
.switcher.language.switcher-language {
    background: transparent;
}

.switcher.currency.switcher-currency {
    border-right: 1px solid #919191;
    border-radius: 0px;
    border-left: 1px solid #919191;
}

.panel.header .switcher.language.switcher-language {
    width: 75px;
}

.page-header .switcher .selected a {
    color: #787878;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.toplink {
    color: #787878;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.switcher.currency.switcher-currency {
    padding: 0 15px;
    min-width: 95px;
}

.cms-home .page-header {
    /*position: absolute;*/
    width: 100%;
    float: left;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
    /* IE6-9 */
}



.cms-home .magestore-bannerslider-title {
    display: none;
}

.cms-home .flex-direction-nav {
    display: none;
}

.cms-home .header.content .nav-sections {
    background: transparent;
    border-top: none;
    border-top: 1px solid #e7ebee;
    border-bottom: 1px solid #e7ebee;
    padding-bottom: 18px;
}

.cms-home .nav-sections-item-content {
    background: transparent;
}

.switcher a img {
    display: none !important;
}

body.cms-home .header.content {
    padding: 20px 0 0 15px;
}

.cms-home .magestore-bannerslider-standard .flex-viewport {
    height: calc(100vh - 100px);
    /*  max-height:850px; */
}

.cms-home .magestore-bannerslide-flex-slider {
    margin-bottom: 0 !important;
}

.cms-home.sticky #maincontent {
    padding-top: 0 !important;
}

.cms-home .magestore-bannerslider-standard .flex-control-nav {
    text-align: center;
    position: relative;
    top: -110px;
    z-index: 99;
}

.cms-home .magestore-bannerslider-standard .flex-control-nav li {
    display: inline-block;
    margin: 0 6px;
}

.cms-home .magestore-bannerslider-standard .flex-control-nav li a.flex-active {
    background: #f08607;
}

.cms-home .magestore-bannerslider-standard .flex-control-nav li a {
    color: transparent;
    background: #cecece;
    margin: 0;
    padding: 9px;
    border-radius: 40px;
    line-height: 0;
    font-size: 0;
}

.cms-home .cust-three-teasures {
    /*height: 80px;background: #F4F4F4;*/
    background: #fff;
    padding: 50px 0;
    display: block;
    height: auto;
}

/*.cms-home .cust-three-teasures::before {
        background-image: url(./images/bg-new.png);
    content: "";
    position: absolute;
    bottom: 100px;
    width: 100%;
    height: 150px;
    display: inline-block;
    background-size: cover;
    margin-bottom: 0px;
	left: 3px;
}*/

.slider_text {
    position: absolute;
    z-index: 99999;
    /* top: 328px; left: 50%; transform: translateX(-50%);*/
    top: 29vh;
    left: 105vh;
    margin: 0 auto;
    -webkit-transform: translateX(-82vh);
    transform: translateX(-82vh);
    max-width: 1600px;
    width: 100%;
}


.slider_text h2 {
    color: #244662;
    font-family: Montserrat;
    /* font-size: 45px;
 line-height: 45px;*/
    font-size: 4.3vh;
    line-height: 4.5vh;
    font-weight: 700;
    letter-spacing: -3px;
    margin: 0 0 30px 0;
}

.slider_text h3 {
    color: #244662;
    font-family: Montserrat;
    /* font-size: 40px;
	 line-height: 50px; */
    font-size: 3.6vh;
    line-height: 5vh;
    font-weight: 400;
    margin: 0 0 45px 0;
    width: 680px;
    max-width: 100%;
}

.slider_text p {
    color: #244662;
    font-family: Montserrat;
    /* font-size: 28px;
line-height: 65px; */
    font-weight: 700;
    font-size: 2.5vh;
    line-height: 6.5vh;
    margin: 0 0 25px 0;
}

.cms-home .flex-viewport .slides li {
    position: relative;
}

.slider_text .btn_one,
.sub_slider_txt .btn_one {
    /*background: #f29c32 url(./images/wht-arrow.png) no-repeat;*/
    background: #f29c32 url(./images/wht-arrow.png) no-repeat;
    border-radius: 50px;
    /*padding: 0.8vh 4vh;*/
    padding: 10px 40px 10px 20px;
    color: #ffffff;
    /*font-size: 2vh;
    line-height: 3vh;*/
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
    /*width: 23vh;*/
    max-width: 185px;
    display: inline-block;
    height: auto !important;
    border: 3px solid #f29c32;
    background-position: calc(100% - 18px) center;
    text-align: left;
}

.slider_text .btn_two,
.sub_slider_txt .btn_two {
    background: transparent url(./images/org-arrow.png) no-repeat;
    border-radius: 50px;
    /*padding: 0.8vh 4vh;*/
    padding: 10px 40px 10px 20px;
    color: #f29c32;
    /*font-size: 2vh;
    line-height: 3vh;*/
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
    /*width: 23vh;*/
    max-width: 185px;
    display: inline-block;
    height: auto !important;
    border: 3px solid #f29c32;
    margin: 0 0 0 25px;
    /*background-position: 19vh;*/
    background-position: calc(100% - 18px) center;
    text-align: left;
}

.cms-home .cust-all-teasures-in-one {
    /*background-color: #F4F4F4;*/
    /*margin: -25px 0 0 0;*/
    background-color: #fff;
    margin: 0 auto;
    max-width: 1025px;
}

.cms-home .flexslider {
    background: #F4F4F4;
}

.cms-home .slider_text.slide_right {
    right: 50%;
    left: auto;
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
    text-align: right;
    width: auto;
}

.left_warranty h3 {
    color: #244662;
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
    margin: 0 0 45px 0;
}

.left_warranty p {
    color: #244662;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
    margin: 0 0 20px 0;
}

.left_warranty {
    float: left;
    width: 45%;
}

.right_warranty {
    float: left;
    width: 55%;
}

.warranty-index-index .page-title span.base {
    color: #244662;
    font-family: Montserrat;
    font-size: 55px;
    font-weight: 300;
    letter-spacing: 3.85px;
    line-height: 70px;
    max-width: 1000px;
    display: block;
}

body.warranty-index-index .page-main {
    max-width: 100%;
}

.warranty-index-index .column.main {
    width: 100% !important;
    float: left;
    background-color: #f4f4f4;
    margin: 0 0 115px 0;
    padding: 100px 0;
}

.main_warranty {
    max-width: 1470px;
    padding: 0 15px;
    margin: 0 auto;
    float: none;
    width: 100%;
    overflow: hidden;
}

.sub_warranty {
    width: 100%;
    float: left;
}

.right_warranty #warrantyform {
    background-color: #ffffff;
    margin: 0px auto;
    padding: 40px;
    width: 75%;
    min-width: 300px;
    overflow: hidden;
}

.right_warranty #warrantyform h1 {
    color: #244662;
    font-family: Montserrat;
    font-size: 50px;
    font-weight: 300;
    line-height: 60px;
    text-transform: capitalize;
}

.right_warranty {
    background-color: #f7f7f7;
    height: auto;
    padding: 0 10px;
    color: #244662;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 400;
    line-height: 45px;
    margin: 0 0 15px 0;
}

.right_warranty #warrantyform label {
    color: #244662;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 400;
    width: 100%;
    float: left;
    text-align: left;
    line-height: 31px;
    margin: 0 0 20px 0;
}

.right_warranty #warrantyform label strong {
    font-weight: 700;
    letter-spacing: 0.8px;
    display: block;
    margin: 15px 0 5px 0;
}

.right_warranty #warrantyform .bootstrap-select.customrequired {
    width: 100%;
}

.right_warranty #warrantyform .bootstrap-select.customrequired button {
    background-color: #f7f7f7;
    border: none;
}

.right_warranty #warrantyform .bootstrap-select.customrequired span {
    color: #244662;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 400;
}

.right_warranty #warrantyform .tab p {
    color: #244662;
    font-family: Montserrat;
    font-size: 17px;
    font-weight: 400;
    text-align: left;
    line-height: 35px;
}

.right_warranty .bootstrap-select .btn:focus {
    outline: 0px auto -webkit-focus-ring-color !important;
}

.right_warranty .tab {
    display: none;
}

.right_warranty #warrantyform input:not([type="checkbox"]) {
    background-color: #f7f7f7;
    color: #244662;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 400;
    line-height: 31px;
    padding: 8px 10px;
    height: auto;
    border: none;
    width: 100%;
}

.right_warranty #warrantyform input[type=checkbox] {
    margin: 0 10px 0 0;
}

.right_warranty #warrantyform select {
    height: auto;
    padding: 0px 12px;
    color: #244662;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 400;
    background-color: #f7f7f7;
    border: none;
    -webkit-appearance: none;
    display: none;
}

.form_sub {
    margin: 40px 0 0 0;
}

.form_btn {
    float: right;
    margin: 20px 0;
}

.form_btn button {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 45px;
    text-transform: uppercase;
    width: 200px;
}

.page-header {
    margin: 0 0 10px !important;
}

.slide_phn {
    display: none !important;
}

.warranty_need .custom-img-for-contactus:after {
    bottom: -19px;
    background-image: url(./images/product-page-shape-white.png);
}

.warranty_need .custom-extra-data-inone {
    background: #fff;
}

.warranty_need .custom-contact-form-product {
    padding: 0 !important;
}

.warranty_need .custom-extra-data-inone h1.homepage-title {
    font-family: Montserrat;
}

.warranty_need .custom-extra-data-inone p.video-description {
    text-align: left;
}

.right_warranty .bootstrap-select.btn-group .dropdown-menu {
    width: 100%;
}

.right_warranty .form_sub ul.selectpicker li a span {
    font-size: 15px !important;
    max-width: 100%;
    overflow: hidden;
    white-space: pre-wrap;
    line-height: 20px;
}

.right_warranty .form_sub ul.selectpicker,
.right_warranty .bootstrap-select.btn-group .dropdown-menu {
    max-height: 500px !important;
    min-height: 500px !important;
}

.right_warranty .dropup .dropdown-menu,
.right_warranty .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: 100% !important;
}

.right_warranty .dropdown-menu>.active>a,
.right_warranty .dropdown-menu>.active>a:hover,
.right_warranty .dropdown-menu>.active>a:focus {
    background-color: #ddd;
    background-image: none;
}

.right_warranty .dropdown-menu>li>a {
    padding: 5px 20px;
    line-height: 0;
}

.sitemap-index-index .col-bss-3 {
    width: 50%;
}

.for_pro h3 {
    margin: 0 !important;
}

body .page-header .panel.wrapper {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin-bottom: 0;
}

body .page-header .header.panel {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin-bottom: 0;
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .slider_text {
        top: 330px;
        left: 0 !important;
        text-align: center !important;
        -webkit-transform: none !important;
        transform: none !important;
        width: 100% !important;
        right: 0 !important;
    }

    .slider_text h2 {
        font-size: 35px;
        line-height: 35px;
        margin: 0 0 15px 0;
    }

    .slider_text h3 {
        font-size: 25px;
        line-height: 35px;
        margin: 0 0 30px 0;
    }

    .slider_text p {
        font-size: 18px;
        line-height: 20px;
    }

    .slider_text .btn_one,
    .sub_slider_txt .btn_one {
        width: auto;
        font-size: 17px;
        background-position: 230px;
        margin: 0 0 15px 0;
        padding: 10px 35px 10px 20px;
        background-size: 10px;
    }

    .slider_text .btn_two,
    .sub_slider_txt .btn_two {
        width: auto;
        font-size: 17px;
        background-position: 237px;
        margin: 0 0 15px 0;
        padding: 10px 35px 10px 20px;
        background-size: 10px;
    }

    .cms-home .magestore-bannerslider-standard .flex-viewport {
        height: 720px;
    }

    .cms-home .flex-viewport .slides li {
        height: 830px !important;
    }

    .cms-home .cust-all-teasures-in-one.mobile-view-custom {
        display: block;
        margin: -55px 0 0 0;
        z-index: 99;
    }

    .cms-home .cust-three-teasures {
        display: none;
    }

    .toplink {
        display: none;
    }

    .warranty-index-index .page-title span.base {
        font-size: 35px;
        line-height: 40px;
        text-align: center;
        letter-spacing: 1px;
    }

    .left_warranty,
    .right_warranty {
        width: 100%;
        padding: 0;
    }

    .right_warranty #warrantyform {
        width: 100%;
        padding: 25px 20px;
    }

    .right_warranty #warrantyform h1 {
        font-size: 35px;
        line-height: 45px;
    }

    .right_warranty #warrantyform label {
        font-size: 17px;
        line-height: 30px;
    }

    .form_btn {
        float: none;
        margin: 20px auto;
        text-align: center;
    }

    .form_btn button {
        margin: 0 0 15px 0;
    }

    .form_sub {
        margin: 25px 0 0 0;
    }

    .right_warranty #warrantyform .bootstrap-select.customrequired span,
    .right_warranty #warrantyform select {
        font-size: 17px;
    }

    .warranty-index-index .column.main {
        padding: 50px 5px;
    }

    .slide_desk {
        display: none !important;
    }

    .slide_phn {
        display: block !important;
    }

    .warranty_need .custom-extra-data-inone h1.homepage-title {
        margin: 25px 0 0 0;
    }

    .warranty_need {
        padding: 0;
        margin: 0;
    }

    .sitemap-index-index .col-bss-3 {
        width: 100%;
    }

    .sub_slider_txt {
        width: 100% !important;
    }

    .homepage-portable-desc {
        font-size: 25px !important;
        line-height: 28px !important;
        letter-spacing: 2px !important;
    }

    body.cms-home .page-main {
        padding: 0 !important;
    }

    .row.custom-blcok-welcm h2 {
        font-size: 35px !important;
        line-height: 50px !important;
    }

    .custom-blcok-welcm {
        display: block !important;
    }

    .custom-caring-step .col-md-6.col-sm-6.col-xs-12 h1.homepage-title {
        line-height: 50px !important;
    }

    .cms-iso13485 .columns .column.main h1 {
        font-size: 30px;
        letter-spacing: 2px;
    }

    .cms-privacy ol li,
    .cms-privacy ul li {
        font-size: 16px;
        line-height: 35px;
    }

    .switcher.currency.switcher-currency strong,
    .switcher.language.switcher-language strong,
    .page-header .switcher .selected a {
        color: #fff;
        font-family: Montserrat;
        font-size: 18px;
        font-weight: 500;
        text-transform: uppercase;
        padding: 0;
    }

    .switcher.currency.switcher-currency {
        padding: 0 37px;
    }

    .page-header .switcher .selected a {
        color: #fff;
        font-family: Montserrat;
        font-size: 18px;
        font-weight: 500;
        background-image: none !important;
        text-transform: uppercase;
        padding: 0
    }

}

@media only screen and (min-width:768px) and (max-width:1024px) {
    /*
	.slider_text{top: 210px; left: 0 !important;
    text-align: center !important;
    -webkit-transform: none !important;
    transform: none !important;
    width: 100% !important;
    right: 0 !important;}	
	.slider_text h2{font-size: 35px;     line-height: 35px;margin: 0 0 15px 0;}
	.slider_text h3{font-size: 25px; line-height: 35px; margin: 0 0 30px 0; width: 100%;}
	.slider_text p{font-size: 18px; line-height: 20px;}
	.slider_text .btn_one{    width: auto;
    font-size: 17px;
    background-position: 230px;
    margin: 0 0 15px 0;
    padding: 10px 35px 10px 20px;
    background-size: 10px;}
	.slider_text .btn_two{   width: auto;
    font-size: 17px; 
    background-position: 237px;
    margin: 0 0 15px 0;
    padding: 10px 35px 10px 20px;
    background-size: 10px;}
	.cms-home .cust-three-teasures::before{bottom: 90px;     left: 1px;}
	.sub_slider_txt{width:100% !important;}
*/

    .homepage-portable-desc {
        font-size: 25px !important;
        line-height: 28px !important;
        letter-spacing: 2px !important;
    }

    body.cms-home .page-main {
        padding: 0 !important;
    }

    .row.custom-blcok-welcm h2 {
        font-size: 35px !important;
        line-height: 50px !important;
    }

    .custom-blcok-welcm {
        display: block !important;
    }

    /*.custom-caring-step .col-md-6.col-sm-6.col-xs-12 h1.homepage-title{line-height: 50px !important; }*/

    .cms-iso13485 .columns .column.main h1 {
        font-size: 30px;
        letter-spacing: 2px;
    }

    .cms-privacy ol li,
    .cms-privacy ul li {
        font-size: 16px;
        line-height: 35px;
    }
}

.invalid+div,
.invalid {
    border: 1px solid red !important;
}

.sub_slider_txt {
    width: 65vh;
}



@media only screen and (min-width:1000px) and (max-width:1450px) {
    .cms-home .cust-three-teasures::before {
        height: 100px;
    }
}

.section_portable {
    background-image: none;
    clear: both;
}

.cms-home .page.messages {
    margin: 0 auto !important;
}

.cms-home .column.main div>.block-static-block {
    background: url(./images/caring_top.png) no-repeat;
    padding: 150px 0 0 0;
    background-position: top center;
}

.cms-home .column.main>.block-static-block .custom-blcok-welcm::before {
    bottom: -30px !important;
}

/*.cms-home .column.main + .block-static-block .custom-caring-step::before{  bottom: 62px; height: 140px;}*/
.cms-home .column.main .block-static-block .custom-caring-step::before {
    bottom: 62px;
    height: 140px;
}

.homepage-portable-desc {
    font-size: 44px;
    font-weight: 300;
    color: #244662;
    line-height: 35px;
    letter-spacing: 4px;
    text-align: center;
    text-decoration: none;
    margin: 0 0 70px 0;
}

.row.custom-blcok-welcm h2 {
    font-size: 48px;
    font-weight: 300;
    color: #244662;
    line-height: 60px;
    letter-spacing: 4px;
    text-decoration: none;
    margin: 0;
}

.custom-blcok-welcm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cms-iso13485 .columns .column.main h2 {
    font-size: 25px;
    line-height: 40px;
    color: #244662;
    margin-bottom: 30px;
}

.cms-iso13485 .columns .column.main h1 {
    color: #244662;
    font-size: 46px;
    line-height: normal;
    letter-spacing: 4px;
    margin-bottom: 35px;
    margin-top: 0px;
}

.cms-iso13485 .columns .column.main h1 strong {
    font-weight: 300 !important;
}

.cms-privacy ol li,
.cms-privacy ul li {
    font-size: 18px;
    line-height: 2.25;
    color: #244662;
    margin-bottom: 5px;
}

.cms-privacy p {
    margin: 15px 0;
}

.cms-privacy td {
    line-height: 35px;
}

.top-footer .form.contact .communication {
    float: right;
}

.info-support .submenu .content-wrap>.megamenu-content {
    width: 100% !important;
}

.megamenu-content .submenu-left:last-child,
.item-content .submenu-left:last-child {
    margin: 0;
}

.tech-spec-block.sky-blue .icon-img img {
    width: 85px;
}

.tech-spec-block.sky-blue .weight-desc h3,
.tech-spec-block.sky-blue .weight-desc span {
    color: #2597d0
}

.item-added-success-popup-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.item-added-success-popup-outer .modal-inner-wrap {
    margin-top: 0;
    max-width: 600px;
    text-align: center;
}

.item-added-success-popup-outer .modal-inner-wrap .modal-header h1 {
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    font-weight: 500;
    border: 0;
    margin: 0;
    padding: 0;
}

.item-added-success-popup-outer .modal-inner-wrap .section-title span.subtitle {
    margin-bottom: 20px;
}

/*.item-added-success-popup-outer .modal-content{display: none;}*/
.product-des .product-continues-flow span {
    color: #0299d2;
}

.checkout-onepage-success .custom-caring-step::before {
    height: 200px;
}

.checkout-onepage-success .blog-slider-title {
    display: inline-block;
}

.banner-checkout {
    position: absolute;
    height: 300px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: -127px;
    z-index: -1;
    background-image: url(./images/checkout-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.checkout-onepage-success .columns .column.main {
    position: static;
}

.checkout-onepage-success .page-wrapper {
    padding-top: 150px;
}

.checkout-onepage-success .breadcrumbs {
    margin-top: 20px;
}

.testimonial-slider .homepage-title {
    text-align: center !important;
    margin-bottom: 73px;
    margin-top: 0;
}

body.checkout-onepage-success .section_portable:before {
    background-image: url(./images/section_portable-img.png);
    content: "";
    position: absolute;
    top: -160px;
    width: 100%;
    height: 230px;
    display: inline-block;
    background-size: 100% 100%;
    z-index: 0;
    background-position: center;
    left: 0;
}

body.checkout-onepage-success .section_portable {
    margin-top: 200px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.cart-success-page-section {
    padding: 50px 0% 0;
    max-width: 1440px;
    margin: 0 auto;
}

body.checkout-onepage-success .custom-caring-step {
    margin-bottom: 75px;
}

.checkout-onepage-success .custom-caring-step .section_portable p {
    position: relative;
}

.checkout-onepage-success .block-testimonials {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

#order-product-slider .owl-nav div.owl-prev:before {
    content: ' ';
    display: block;
    border-right: 10px solid #244662;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

#order-product-slider .owl-nav div.owl-next:before {
    content: ' ';
    display: block;
    border-left: 10px solid #244662;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

#order-product-slider .owl-nav div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: -45px;
}

#order-product-slider .owl-nav div.owl-next {
    left: auto;
    right: -45px;
}

#order-product-slider .owl-item {
    background: #fff;
    text-align: center;
    padding: 15px 0;
}

#order-product-slider .owl-item .customer-name-lastimage {
    text-align: center;
    margin-bottom: 15px
}

#order-product-slider .owl-item .customer-name-lastitem {
    color: #244662;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1.7px;
    padding: 0 15px
}

#order-product-slider .owl-item img {
    max-height: 222px;
    width: auto;
    display: inline-block;
}

.touch .custom-hide-call-header .nav-sections {
    margin-top: 0
}

.touch .nav-sections {
    margin-top: 10px
}

.common-theme-popup-design .modal-inner-wrap {
    max-height: 90vh;
    overflow-y: auto;
    padding: 30px 0 !important;
    position: fixed;
    width: 100%;
    height: auto;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%) !important;
    -ms-transform: translateX(-50%) translateY(-50%);
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 1000px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 1000px rgba(0, 0, 0, 0.6);
    z-index: 10002;
    max-width: 42.67%;
}

.common-theme-popup-design .action-close {
    color: #244662 !important;
    font-size: 17px !important;
    position: absolute;
    top: 27px !important;
    width: auto !important;
    right: 33px;
    opacity: 1 !important;
    font-weight: 300;
    text-decoration: none !important;
    text-shadow: none !important;
    margin: 0;
    padding: 0;
    height: auto;
}

.modal-slide .action-close>span {
    color: #244662 !important;
    font-size: 17px !important
}

.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
    content: "x";
    font-size: 16px !important;
    margin-right: 0px;
    text-decoration: none;
    font-family: inherit;
    color: #244662 !important;
}

.common-theme-popup-design .modal-popup .modal-header,
.common-theme-popup-design .modal-popup .modal-footer {
    padding-bottom: 0;
}

.common-theme-popup-design .modal-header {
    padding: 0;
}

.common-theme-popup-design .modal-content {
    padding: 30px !important
}

.common-theme-popup-design .modal-content .email a {
    color: #244662
}

.common-theme-popup-design .modal-content .email {
    position: relative;
    display: block;
    margin-bottom: 10px;
    padding-left: 40px;
    color: #244662
}

.common-theme-popup-design .modal-content .email:before {
    content: " ";
    display: block;
    text-align: center;
    color: #f7941c;
    font-size: 18px;
    background-image: url(./images/footer_mail.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px auto;
    width: 24px;
    height: 25px;
    left: 0;
    position: absolute;
    background-size: 20px;
}

.common-theme-popup-design .modal-content .telephone {
    position: relative;
    display: block;
    padding-left: 40px;
    color: #244662
}

.common-theme-popup-design .modal-content .telephone:before {
    content: " ";
    display: block;
    text-align: center;
    color: #f7941c;
    font-size: 18px;
    background-image: url(./images/call_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px auto;
    width: 24px;
    height: 25px;
    left: 0;
    position: absolute;
    background-size: 20px;
}

.common-theme-popup-design .modal-footer {
    padding-bottom: 0;
}

.box-tocart button.callforprice {
    padding-left: 50px;
    position: relative
}

.box-tocart button.callforprice:before {
    content: " ";
    background-image: url(./images/call_icon-white.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px auto;
    width: 24px;
    height: 25px;
    left: 20px;
    position: absolute;
    top: 12px
}

.cart-success-page-section .post-list-item .news-inner {}

.cart-success-page-section .post-list-item .news-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.cart-success-page-section .post-list-item .news-inner h2 {
    margin-bottom: 0;
}

.buy-now-slider .cover-bg.pro-img {
    background-size: contain;
}

.product-info-main .special-price .price-wrapper .price {
    color: red !important
}

.checkout-success .cart-success-page-section .show_more button {
    position: relative;
    padding-left: 60px
}

.checkout-success .cart-success-page-section .show_more button:before {
    content: " ";
    background-image: url(./images/download-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 33px;
    left: 18px;
    position: absolute;
    top: 5px;
}

#custom-portable-oxygen-slider .show_more {
    text-align: center;
    width: 100%;
}

#custom-portable-oxygen-slider .show_more button {
    padding: 0 44px
}

body.customer-logged-out .success-data-detail {
    padding-left: 0;
    padding-left: 0;
    background: #fff;
}

.custom-your-order-deatils {
    background: #f4f4f4;
    padding: 30px 0 70px 0
}

body.customer-logged-out .section_portable {
    background: #f4f4f4;
    padding-bottom: 0;
    clear: both;
}

body.customer-logged-out .section_portable .homepage-title {
    font-size: 38px;
}

body.customer-logged-out .section_portable .homepage-title strong {
    display: none;
}

body.customer-logged-out .form.contact .fieldset .field {
    margin-bottom: 10px
}

body.customer-logged-out .homepage-portable-desc {
    margin-top: -35px;
    position: relative
}

.form.create.account fieldset .field.newsletter .modal-content {
    position: relative;
}

.form.create.account .modal-content span.close:after {
    display: none;
}

.form.create.account .modal-content span.close {
    font-size: 0 !important;
    position: fixed;
    top: 0;
    right: 23%;
    top: 130px !important;
}

.cms-page-view .breadcrumbs ul li {
    line-height: 1.42857143
}

.checkout-onepage-success .post-list-item h2.mp-post-title {
    width: calc(68% - 4px);
}

.pca .pcaautocomplete {
    z-index: 9999 !important;
}

.searchsuite-autocomplete {
    max-height: 550px;
    overflow: auto;
}

.form.contact .page.messages {
    padding: 0;
}

.offers-section .offer-block {
    padding-bottom: 100px;
}

.offers-section .offer-block .price+form,
.offers-section .offer-block .actions-primary {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.offers-section .offer-block .price+form {
    margin-bottom: 30px;
}

.recently-viewed .product-item-details .product-item-name {
    margin-bottom: 0;
}

.recently-viewed .product-item-details .product-item-name a {
    display: inline-block;
    margin-bottom: 0
}

.product-brochure .product-info-gallery .control-block {
    display: none;
}

.video-content .wpcf7-form-control-wrap {
    display: inline-block;
    width: 100%;
    margin-bottom: 6px;
    padding-bottom: 0 !important
}

.video-content .action.submit.primary {
    float: none;
    width: auto;
    margin: 0;
    padding: 10px 35px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #f7941c;
    border: none;
    line-height: normal;
    float: right;
    margin-top: 20px;
}

.screen-reader-response {
    display: none
}

.invalid+div,
.invalid {
    border: 0 !important;
}

.video-content .wpcf7-not-valid-tip {
    color: #e02b27;
    font-size: 1.2rem;
    display: inline-block;
    float: left;
    line-height: 18px;
    margin-top: 5px;
}

.customer-logged-out .wpcf7-not-valid-tip {
    color: #e02b27;
    font-size: 1.2rem;
}

.video-content form p {
    padding-right: 0;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    float: left;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    color: #e02b27;
    font-size: 13px;
    display: none !important
}

/*.video-content input[type="date"]{text-transform: uppercase}*/
.video-content input[type="date"] {
    -moz-appearance: none;
    -webkit-appearance: none;
}

.video-content input[type="date"]::-webkit-clear-button {
    display: none;
}

.video-content input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}


.block-static-block .form.contact .wpcf7-form-control-wrap {
    padding-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.block-static-block .form.contact input[type=checkbox] {
    width: 380px;
    position: absolute;
    top: 6px;
    opacity: 0;
    height: auto;
    margin: 0;
    z-index: 1;
    cursor: pointer;
}

.block-static-block .form.contact input[type=checkbox]+span {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    padding-left: 30px;
    color: #244662;
}

.block-static-block input[type=checkbox]+span:before {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: -1px;
    width: 16px;
    height: 15px;
    background-color: #fff;
    border: 1px solid #244662;
}

.block-static-block input[type=checkbox]:checked~span:after {
    opacity: 1;
    visibility: visible;
}

.block-static-block .form.contact .wpcf7-checkbox {
    position: relative
}

.block-static-block #wpcf7-f993-o1 .wpcf7-form-control-wrap {
    padding-bottom: 10px;
}

.block-static-block #wpcf7-f993-o1 .wpcf7-form-control-wrap.subscribe {
    text-align: right
}

.block-static-block #wpcf7-f993-o1 .action.submit.primary {
    float: right
}

.block-static-block input[type=checkbox]+span:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 4px;
    width: 7px;
    height: 11px;
    border-right: 2px solid #244662;
    border-bottom: 2px solid #244662;
    -webkit-transform: rotate(46deg);
    transform: rotate(46deg);
    opacity: 0;
    visibility: hidden;
}

.block-static-block #wpcf7-f993-o1 .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    line-height: 18px;
    float: left;
    padding-top: 10px;
}


.wpcf7 .field.note.no-label {
    margin-bottom: 50px;
    padding: 0;
}

.wpcf7 .communication {
    margin-bottom: 20px;
}

.wpcf7 .email .wpcf7-form-control-wrap {
    padding-bottom: 10px !important;
}

.wpcf7 .communication .wpcf7-form-control-wrap {
    padding-bottom: 0 !important;
}

.wpcf7-mail-sent-ok {
    text-align: center;
    font-size: 20px;
    color: #6fb359;
    padding-top: 15px;
    float: left;
    width: 100%;
}

.cdawpcpt-index-index .post-list-item .post-description {
    position: relative;
}

.cdawpcpt-index-index .post-list-item .post-description {
    position: relative;
}

.cdawpcpt-index-index .post-list-item .post-meta {
    font-size: 16px;
    position: relative;
}

/* body.cdawpcpt-index-index .page-main {max-width: 100%;padding: 0;} */
body.cdawpcpt-index-index .page-main .columns {
    padding: 35px 140px 100px;
}

.cdawpcpt-index-index .columns {
    background-color: #f4f4f4;
    padding: 15px 15px;
    background-image: url(./images/blog_bottom_shape.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    margin-bottom: 40px;
}

/*new page*/
body.cdawpcpt-index-index.page-layout-2columns-left .sidebar .block {
    padding: 20px 30px;
    border-bottom: 3px solid #f4f4f4;
    margin-bottom: 0;
}

body.cdawpcpt-index-index.page-layout-2columns-left .sidebar .block-title {
    margin-bottom: 20px;
    padding-bottom: 0;
    border: none;
}

body.cdawpcpt-index-index.page-layout-2columns-left .sidebar .block input {
    border: none;
    background-color: #f4f4f4;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 48px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #244662;
    background-image: url(./images/search_icon.png);
    background-repeat: no-repeat;
    background-position: 20px 50%;
    background-size: 20px auto;
}

body.cdawpcpt-index-index.page-layout-2columns-left .sidebar .block button {
    display: block;
    width: 100%;
    margin-top: 27px;
}

.block-blog .block-title>strong {
    font-size: 18px;
}

body.cdawpcpt-index-index.page-layout-2columns-left .sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

body.cdawpcpt-index-index.page-layout-2columns-left .sidebar li {
    margin: 20px 0;
    position: relative;
}

body.cdawpcpt-index-index.page-layout-2columns-left .sidebar .block-blog li input {
    height: auto;
    line-height: normal;
    width: 100%;
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

body.cdawpcpt-index-index.page-layout-2columns-left .sidebar .block-blog li input[type=checkbox]+label {
    font-size: 18px;
    font-weight: 400;
    color: #244662;
    display: block;
    padding: 0 0 0 25px;
}

body.cdawpcpt-index-index.page-layout-2columns-left .sidebar .block-blog li input[type=checkbox]+label:before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: -1px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 1px solid #244662;
}

body.cdawpcpt-index-index.page-layout-2columns-left .sidebar .block-blog li input[type=checkbox]:checked~label:before {
    background-color: #244662;
}

body.cdawpcpt-index-index .toolbar-products {
    padding: 0 0 0 2%;
}

body.cdawpcpt-index-index .toolbar-products~.toolbar-products {
    margin-top: 3%;
    display: inline-block;
    width: 100%;
}

body.cdawpcpt-index-index .sorter {
    float: left;
}

body.cdawpcpt-index-index .pager {
    float: right;
    margin: 0;
}

body.cdawpcpt-index-index .products-grid.grid {
    display: table
}

body.cdawpcpt-index-index .products-grid.grid .product-items {
    margin-top: 0;
}

body.cdawpcpt-index-index .pager a {
    font-size: 18px;
    font-weight: bold;
    color: #244662;
    margin: 0 4px;
}

body.cdawpcpt-index-index .pager a:hover,
body.cdawpcpt-index-index .pager a.active {
    text-decoration: underline !important
}

body.cdawpcpt-index-index .pager a.prev-page {
    float: left
}

body.cdawpcpt-index-index .pager a.next-page {
    float: right
}

body.cdawpcpt-index-index .pager a.next-page,
body.cdawpcpt-index-index .pager a.prev-page {
    font-size: 0;
    position: relative;
    width: 20px;
    height: 20px;
}

body.cdawpcpt-index-index .pager a.next-page:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 3px;
    right: 0;
    border-left: 11px solid #244662;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

body.cdawpcpt-index-index .toolbar select {
    background-image: url(./images/aro-down.png);
    background-repeat: no-repeat;
    background-position: center right 0;
}

body.cdawpcpt-index-index .pager a.prev-page:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    border-right: 11px solid #244662;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}


.cdawpcpt-index-details .columns .main .post-content .blocks-gallery-grid {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cdawpcpt-index-details .columns .main .post-content .wp-block-gallery li {
    width: 50%;
    padding: 5px;
    list-style: none;
}

.cdawpcpt-index-details .columns .artical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cdawpcpt-index-details .columns .artical>a.prev {
    padding: 0 25px 0 45px;
    background-position: center left 20px;
}

.cdawpcpt-index-details .columns .artical>a.next {
    padding: 0 50px 0 32px;
    background-position: center right 20px;
}

.cdawpcpt-index-details .columns .artical>a.prev {
    background-image: url(./images/blog_prev_icon.png);
    background-repeat: no-repeat;
    background-position: center left 20px;
    background-size: 9px auto;
}

.cdawpcpt-index-details .columns .artical>a.next {
    background-image: url(./images/blog_next_icon.png);
    background-repeat: no-repeat;
    background-position: center right 20px;
    background-size: 9px auto;
}

.cdawpcpt-index-details .columns .artical>a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: normal;
    background-color: #244662;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    color: #fff;
    border-radius: 50px;
    min-width: 229px;
    text-align: center;
}

.cdawpcpt-index-details .columns .artical>a:hover {
    background-color: #7ea1ca;
    text-decoration: none;
    border: none;
}

.cust-contact-left .action.primary {
    margin-right: 0;
    float: right;
    font-weight: 600;
    background: #244662;
    font-size: 14px;
    padding: 0 30px;
    border: 0;
}

.cust-contact-left .action.primary:hover {
    background-color: #7ea1ca;
    text-decoration: none;
    border: none;
}

.cust-contact-left .form.contact .subscribe {
    position: relative
}

.cust-contact-left .form.contact .subscribe input[type=checkbox] {
    width: 100%;
    position: absolute;
    top: 12px;
    z-index: 1;
    opacity: 0;
    margin: 0;
    cursor: pointer
}

.cust-contact-left .form.contact .subscribe input[type=checkbox]+span {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    padding-left: 20px;
    color: #244662;
    position: relative;
    line-height: normal;
}

.cust-contact-left .form.contact .subscribe input[type=checkbox]+span:before {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: -1px;
    width: 11px;
    height: 11px;
    background-color: #fff;
    border: 1px solid #244662;
}

.cust-contact-left .form.contact .subscribe input[type=checkbox]:checked~span:before {
    background-color: #244662;
}

.cust-contact-left .form.contact .fieldset textarea {
    margin-bottom: 10px;
}

.cust-contact-left .wpcf7-not-valid-tip {
    color: #e02b27;
    font-size: 1.2rem;
    margin: 12px 0 0;
    display: inline-block;
}

.cust-contact-left .form.contact .fieldset textarea+.wpcf7-not-valid-tip {
    margin-top: 0;
    margin-bottom: 20px
}

input[type="date"]:before {
    /* content: attr(placeholder);
    width: 100%; */
}

input[type="date"].full:after {
    content: "" !important;
    width: 0 !important;
}


input[type="date"].full::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
input[type="date"].full {
    border: none;
    box-sizing: border-box;
    outline: 0;
    padding: .75rem;
    position: relative;
    width: 100% !important;
}

div#myModalcallme .modal-content {
    padding: 50px 0 !important;
    max-height: 94vh !important;
}

.contact-index-index .cust-contact-left .form.contact .fieldset br {
    display: none
}

.contact-index-index .cust-contact-left .form.contact .fieldset span.wpcf7-form-control-wrap {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%
}

span.wpcf7-form-control-wrap {
    display: inline-block;
    width: 100%;
}

.flexslider .slides>li {
    display: block !important
}

.loader-main {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9999999999;
    background-color: #fff;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.loader-main:before {
    content: "";
    position: absolute;
    height: 80px;
    width: 80px;
    background: url(./images/page-loader.gif) no-repeat;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.standard-item-included {
    padding: 0 50px 0;
    margin-bottom: 50px;
}

.standard-item-included .owl-nav>div.owl-next {
    right: 0;
}

.standard-item-included .item {
    background: #fff;
    border: 10px solid #f4f4f4;
    padding-bottom: 30px;
}

.checkout-billing-address .billing-address-form form {
    padding-left: 0 !important;
}

/*body.checkout-index-index .opc-wrapper .checkout-billing-address .billing-address-form form .label{display: none !important}*/
.checkout-billing-address .billing-address-form {
    max-width: 100% !important;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    width: 50px;
    opacity: 0;
}

.custom-view .video-title p {
    margin-bottom: 34px;
    text-align: center;
    padding: 0;
    margin-bottom: 34px;
    font-family: 'Montserrat', sans-serif;
}

.custom-view .video-title h2 {
    letter-spacing: 4px;
    margin-bottom: 0
}

.top-footer .custom-view .action.submit.primary {
    width: auto;
    margin: 0;
    padding: 10px 35px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #f7941c;
    border: none;
    line-height: normal;
    float: right;
    min-width: inherit;
    margin-top: 20px;
}

.item-added-success-popup-outer .modal-content .owl-carousel img {
    max-width: 80%;
    margin: 0 auto;
}

.back-btn a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: normal;
    background-color: #244662;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    min-width: 200px;
}

.back-btn {
    margin-bottom: 30px;
}

.post-view .blog-top-date {
    font-size: 20px;
    color: rgb(247, 148, 28);
    font-weight: 600
}

#mb-ajaxcart-wrapper {
    padding: 30px !important
}

.mb-ajaxsuite-popup-border .related .products-grid .product-item {
    margin: 0 !important;
    padding: 0 15px;
}

.mb-ajaxsuite-popup-border .products-related .product-item-name {
    margin: 0 0 20px !important
}

.mb-ajaxsuite-popup-border .products-related .price {
    font-size: 22px;
    color: #35546e;
    font-weight: 600;
}

.mb-ajaxsuite-popup-border .products-related strong.product.name.product-item-name a.product-item-link {
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}

.mb-ajaxsuite-popup-border .products-related .product-items {
    display: flex;
    justify-content: center
}

/*.mb-ajaxsuite-popup-border .success-content .products-grid .product-item .product-item-info,*/
.mb-ajaxsuite-popup-border .product.details.product-item-details .product {
    height: 100% !important;
}

.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
    clip: auto;
    width: 100%;
    position: static;
    height: auto;
    margin: 0;
}

.product-item-inner .stock.unavailable {
    font-weight: bold;
}

.product-info-price .price-box .price-container .price-including-tax+.price-excluding-tax:nth-of-type(2) .price {
    font-size: 45px;
    font-weight: 700;
}

.product-info-main .product-info-price .price-box .price-container .price-excluding-tax {
    display: none;
}

.product-info-main .vatexemt-info {
    background: #f7941c;
    padding: 12px 10px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    width: auto;
    float: left;
    width: 100%;
    max-width: 610px;
    border-radius: 4px;
    margin-top: -25px;
    position: relative
}

.product-info-main .vatexemt-info .smalltext {
    text-transform: capitalize;
    display: inline-block;
    font-weight: 500;
}

.product-info-main .vatexemt-info:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    position: absolute;
    top: -17px;
    left: 20px;
    border-bottom: 20px solid #f7941c;
}

.product-item-inner .stock.unavailable,
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    color: orange;
}

.outofstock-gray.box-tocart .fieldset .field.qty i.fa {
    background-color: #a8a8a8
}

.outofstock-gray.box-tocart .fieldset input#qty {
    border-color: #a8a8a8;
    color: #a8a8a8
}

.outofstock-gray .action.primary {
    background: #a8a8a8;
    border: 1px solid #a8a8a8;
    opacity: 1
}

.cusm-read-more span.price-container.price-final_price.tax.weee {
    display: flex;
    flex-direction: column-reverse;
}

#amasty-shopby-product-list .grid.products-grid .product-item a.action.more .price-including-tax:before,
#amasty-shopby-product-list .grid.products-grid .product-item a.action.more .price-including-tax+.price-excluding-tax:before {
    display: none
}

#amasty-shopby-product-list .grid.products-grid .product-item a.action.more .price-including-tax:after {
    /*content: '('attr(data-label) ')';/* font-size: 1.1rem; */
    content: '(Inc. VAT)';
    color: #fff;
    font-family: 'Proxima Nova Rg';
    font-size: 12px;
    font-weight: normal;
    margin-left: 5px;
    text-transform: capitalize
}

#amasty-shopby-product-list .grid.products-grid .product-item a.action.more .price-box.price-final_price .price-excluding-tax span {
    font-size: 25px;
}

#amasty-shopby-product-list .grid.products-grid .product-item a.action.more .price-box.price-final_price span {
    margin-bottom: 5px;
    margin-top: 0;
}

#amasty-shopby-product-list .grid.products-grid .product-item a.action.more .price-box.price-final_price .price-including-tax span {
    font-weight: normal
}

.am-filter-items-attr_price span.currsymbol:first-child {
    float: left;
    margin-left: 22px;
}

.am-filter-items-attr_price span.currsymbol:nth-child(3) {
    float: right;
}

.am-filter-items-attr_price span.currsymbol:before {
    content: '£';
    color: #244662;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin-right: 3px;
    text-transform: capitalize;
    float: left;
    position: absolute;
    left: -10px;
    line-height: 18px;
}

body.page-layout-2columns-left .sidebar .filter-options .-to.input-text,
body.page-layout-2columns-left .sidebar .filter-options .-from.input-text {
    text-align: left !important
}

span.currsymbol {
    position: relative;
}

.product-info-main .product.attribute.overview {
    display: inline-block;
    width: 100%;
}

/**Video 16:9 **/
#video-gallery .video-gallery {
    text-align: center;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

#video-gallery .video-gallery iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
}

#video-gallery .video-gallery.video-gallery-img {
    padding-bottom: 0;
}


@media (max-width: 1900px) and (min-width: 1025px) {

    .block-blog .block-title>strong,
    body.cdawpcpt-index-index.page-layout-2columns-left .sidebar .block-blog li input[type=checkbox]+label {
        font-size: 1vw;
    }

    /* body.cdawpcpt-index-index .page-main .columns {padding: 0 7.35vw;} */
    body.cdawpcpt-index-index.page-layout-2columns-left .sidebar .block {
        padding: 1.05vw 1.57vw;
        margin-bottom: 0;
    }

    .standard-item-included {
        padding-bottom: 0;
    }

    .item-added-success-popup-outer .modal-content {
        padding-top: 0 !important;
    }

}

@media (max-width:1800px) {
    .minicart-wrapper .action.showcart:before {
        margin: 0 auto 14px
    }

    .standard-item-included {
        margin-bottom: 0;
    }

    .standard-item-included .owl-nav>div.owl-next {
        right: 10px;
    }

    .standard-item-included .owl-nav>div.owl-prev {
        left: 10px;
    }

}

@media (max-width:1500px) {
    .checkout-success #order-product-slider {
        padding: 0 40px;
    }

    #order-product-slider .owl-nav div.owl-next {
        right: 0;
    }

    #order-product-slider .owl-nav div {
        left: 0;
    }

    #mpblog-list-container {
        padding-left: 22px;
        padding-right: 22px;
    }

    .custom-caring-step .col-md-6.col-sm-6.col-xs-12:first-child {
        padding-left: 60px;
        padding-right: 60px;
    }

    /*.elementor-row, body .elementor-image-gallery .gallery{margin-left: 0; margin-right : 0;}*/
    .elementor-column-gap-default .elementor-row {
        margin-left: 0;
        margin-right: 0;
    }

}



/*Container*/
.cart-container,
.your-basket-cart,
body .offer-section,
body.cdawpcpt-index-index .page-main .columns {
    max-width: 1470px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
    position: relative;
}



@media (max-width:1400px) {
    .cms-home .magestore-bannerslider-standard .flex-viewport {
        height: 100vh;
    }

    .slider_text .btn_one,
    .slider_text .btn_two {
        background-size: auto 14px;
    }

    .copyright {
        padding: 40px 3vw;
    }

    body.cms-home .header.content {
        padding: 20px 10px 0 30px;
    }

    .block-testimonials {
        max-width: 1200px;
    }

    .page-footer .footer.content,
    body .header.content,
    body .page-main,
    .cms-shop-by-brand main .column.main,
    .checkout-index-index .column.main,
    .checkout-index-index .page-title-wrapper,
    body.cms-about-us .page-main .column.main,
    .page-wrapper .breadcrumbs,
    .block-viewed-products-grid .block-content,
    .block-viewed-products-grid .block-title,
    body.checkout-cart-index .block.crosssell,
    body .page-main,
    .cms-shop-by-brand main .column.main,
    .checkout-index-index .column.main,
    .checkout-index-index .page-title-wrapper,
    .post-list-container,
    .category-view,
    body.cdawpcpt-index-index .page-main .columns,
    .custom-blcok-welcm {
        max-width: 1300px;
    }

    .checkout-index-index .opc-sidebar {
        max-width: 660px;
    }

    .contact-index-index .with-background-blk-grey {
        padding: 95px 40px 105px 40px;
    }

    .home-banner-section .left-banner .sub_slider_txt h2 {
        font-size: 26px;
    }

    .home-banner-section .left-banner .sub_slider_txt h3 {
        font-size: 20px;
    }

    .home-banner-section .left-banner .sub_slider_txt p {
        font-size: 20px;
    }

    .slider_text .btn_one,
    .sub_slider_txt .btn_one {
        font-size: 14px;
    }

    .home-banner-section .right-banner .sub_slider_txt h1,
    .home-banner-section .right-banner .sub_slider_txt h2 {
        font-size: 22px;
    }

    .home-banner-section .right-banner .sub_slider_txt .bigtext {
        font-size: 38px;
    }

    .home-banner-section .right-banner .sub_slider_txt h4 {
        font-size: 16px;
    }

    .home-banner-section .right-banner .sub_slider_txt p {
        line-height: 1.2;
    }

    .catalogsearch-result-index .page-main>.page-title-wrapper .page-title {
        padding-left: 15px;
        padding-right: 15px;
    }

    .am-filter-items-attr_price span.currsymbol:before {
        font-size: 12px;
        line-height: 13px;
    }

    /*.checkout-index-index .opc-sidebar.fixed{max-width: 635px;}*/
}

@media (max-width:1366px) {
    .home-banner-section .left-banner .banner-img {
        min-height: inherit;
        height: 400px;
    }

    .home-banner-section .right-banner .banner-img {
        min-height: inherit;
        height: 192px;
    }

    .right-banner div {
        margin-bottom: 15px;
    }

    .custom-caring-step .col-md-6.col-sm-6.col-xs-12:first-child {
        padding-left: 60px;
        padding-right: 60px;
    }

    footer .custom-footer5 img {
        max-width: 120px;
    }

    #video-gallery .video-gallery {
        padding-bottom: 51.25%;
        text-align: center
    }

    #video-gallery .video-gallery iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 90% !important;
        right: 0;
        margin: 0 auto;
    }

}

@media (max-width:1280px) {


    /*.left-banner{margin-bottom: 15px;}*/
    .row.custom-blcok-welcm h2 {
        font-size: 36px;
        line-height: 1.4;
    }

    .custom-blcok-welcm h1,
    h1.homepage-title,
    .post-list-container .widget-title>a {
        font-size: 36px;
        line-height: 1.4;
    }

    .custom-caring-step .col-md-6.col-sm-6.col-xs-12:first-child {
        padding-left: 60px;
        padding-right: 60px;
    }

    .post-list-container.mpcss,
    .custom-blcok-welcm {
        padding-left: 22px;
        padding-right: 22px;
    }

    body .custom-footer4 a:visited,
    body .custom-footer4 .alink:visited,
    body .custom-footer4 a {
        font-size: 14px;
    }

    /*.post-list-container .post-list-item .post-info-wraper::after{    height: 173px;}*/

    p,
    .block-testimonials .testimonial-message,
    body .block-testimonials .block-content .name.text-center,
    .custom-class-for-popup .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable .custom-top .vat-list-data strong,
    .custom-class-for-popup .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable .custom-top .vat-list-data ul li,
    .cms-privacy-policy-cookie-restriction-mode2 h3,
    .cms-privacy-policy-cookie-restriction-mode2 h2,
    .cms-privacy-policy .columns .main ul,
    .cms-privacy-policy .columns .main ol,
    .wp-block-table {
        font-size: 15px;
    }

    .product-info-main .product.attribute.overview {
        display: inline-block;
        width: 100%;
    }

    .product-info-main .box-tocart a.action.tocompare {
        margin-top: 22px
    }

    .cust-contact-left .form.contact .subscribe input[type=checkbox] {
        height: 100%;
    }
}

@media (max-width:1250px) {
    .product-info-gallery .pro-item-description>div>span.item-name {
        font-size: 14px;
    }

    footer .custom-footer5 img {
        margin-left: 5px;
    }

}

@media (max-width:1024px) {
    .minicart-wrapper .action.showcart:before {
        margin: 0 auto 10px;
    }

    .home-banner-section .left-banner .sub_slider_txt {
        bottom: inherit;
        top: 50%;
        transform: translateY(-50%);
    }

    .home-banner-section br {
        display: none;
    }

    .home-banner-section .right-banner .sub_slider_txt .bigtext {
        margin-bottom: 0;
        padding-bottom: 5px;
    }

    .home-banner-section .right-banner .banner-img {
        min-height: inherit;
    }

    .left-banner {
        margin-bottom: 0px;
    }

    .home-banner-section .left-banner .banner-img {
        padding: 12px 46px;
    }

    body.customer-logged-out .homepage-portable-desc {
        margin-top: 0;
    }

    .custom-caring-step .col-md-6.col-sm-6.col-xs-12:first-child {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 80px;
    }

    .block-static-block .custom-caring-step {
        padding-bottom: 100px;
    }

    .custom-caring-step p {
        line-height: 2;
    }

    .cms-home .column.main .block-static-block .custom-caring-step::before {
        bottom: 60px;
        height: 100px;
    }

    footer .custom-footer5 img {
        max-width: 50px;
    }
}

@media (max-width:1199px) {
    .product-info-gallery .pro-item-description>div>span.item-name {
        font-size: 12px;
    }

    .circle-block .outer-element {
        font-size: 12px;
    }

    .common-theme-popup-design .modal-inner-wrap {
        max-width: 70%;
    }

    .checkout-success .success-data-detail {
        padding-bottom: 80px
    }

    #order-product-slider .owl-item .customer-name-lastitem {
        font-size: 16px;
    }

    .page-title span.base {
        font-size: 35px;
    }

    .checkout-onepage-success .page-wrapper {
        padding-top: 110px;
    }

    .checkout-success .success-data-detail,
    .checkout-onepage-success .section_portable {
        margin-top: 40px;
    }

    body.checkout-onepage-success .custom-caring-step {
        margin-bottom: 75px;
    }

    .checkout-success .success-data-detail {
        padding-bottom: 0;
    }

    .post-list-container .post-list-item .post-image img.img-responsive {
        max-height: 250px;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
    }

    .post-list-container .post-list-item .post-info-wraper::after {
        /*height: 90px; */
        width: 110%;
    }

    .cms-home .magestore-bannerslider-standard .flex-viewport {
        height: auto;
    }

    .slider_text {
        top: 210px;
        left: 0 !important;
        text-align: center !important;
        -webkit-transform: none !important;
        transform: none !important;
        width: 100% !important;
        right: 0 !important;
    }

    .slider_text h2 {
        font-size: 35px;
        line-height: 35px;
        margin: 0 0 15px 0;
    }

    .slider_text h3 {
        font-size: 25px;
        line-height: 35px;
        margin: 0 0 30px 0;
        width: 100%;
    }

    .slider_text p {
        font-size: 18px;
        line-height: 20px;
    }

    .slider_text .btn_one {
        width: auto;
        font-size: 17px;
        background-position: 230px;
        margin: 0 0 15px 0;
        padding: 10px 35px 10px 20px;
        background-size: 10px;
    }

    .slider_text .btn_two {
        width: auto;
        font-size: 17px;
        background-position: 237px;
        margin: 0 0 15px 0;
        padding: 10px 35px 10px 20px;
        background-size: 10px;
    }

    .cms-home .cust-three-teasures::before {
        bottom: 90px;
        left: 1px;
    }

    .sub_slider_txt {
        width: 100% !important;
    }

    body.cdawpcpt-index-index .page-main .columns {
        padding: 15px 20px;
    }

    .cdawpcpt-index-details .columns .artical>a {
        font-size: 14px;
        height: 35px;
        line-height: 35px;
        border-radius: 50px;
        min-width: 200px;
    }

    .standard-item-included .owl-item img {
        max-height: 300px;
    }

    body.catalog-product-view .modal-content.custom-view {
        max-width: 70%;
    }

    .custom-view .video-title h2 {
        font-size: 35px !important;
        line-height: 50px !important;
    }

    .custom-view .video-title p {
        letter-spacing: 1.87px;
        line-height: 30px;
    }

    .standard-item-included {
        margin-bottom: 30px;
    }

    .mb-ajaxsuite-popup-border .products-related .price {
        font-size: 15px;
    }

}

@media (max-width:1024px) {
    .post-list-container .post-list-item .post-info-wraper {
        padding-bottom: 70px;
    }

    .post-list-item .actions {
        position: absolute;
        bottom: 20px;
        left: 28px;
    }


}

@media (max-width:991px) {
    body.checkout-index-index .opc-wrapper ol li.checkout-payment-method .field label {
        font-size: 14px;
        padding-left: 26px;
    }

    /*	.checkout-payment-method .payment-method-title .payment-icon {width: 50px;}*/
    .bss-onestepcheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods .payment-method input[type="radio"] {
        position: absolute;
        top: 50% !important;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    body.bss-onestepcheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods .payment-group .payment-method .payment-method-title {
        position: relative;
    }

    .post-list-container .post-list-item .post-image img.img-responsive {
        /*max-height: 180px;*/
        max-height: 280px;
    }

    .slider_text {
        top: 130px;
    }

    .cms-home .magestore-bannerslider-standard .flex-control-nav {
        top: -140px;
    }

    .block-blog .block-title>strong,
    body.cdawpcpt-index-index.page-layout-2columns-left .sidebar .block-blog li input[type=checkbox]+label {
        font-size: 14px;
    }

    body.cdawpcpt-index-index.page-layout-2columns-left .sidebar li {
        margin: 1.05vw 0;
    }

    body.cdawpcpt-index-index.page-layout-2columns-left .sidebar .block {
        padding: 1.05vw 1.57vw;
        margin-bottom: 0;
    }

    .standard-item-included .owl-item .cover-bg {
        background-size: auto
    }


    #mb-ajaxcart-wrapper .action.primary:last-child {
        margin-bottom: 0
    }

    #mb-ajaxcart-wrapper {
        padding: 40px 15px 15px !important;
    }

    .mb-ajaxsuite-popup-border .block.related .block-title {
        margin-top: 30px;
        margin-bottom: 0;
    }

    .mb-ajaxsuite-popup-border .products-related .product-items {
        margin-bottom: 0;
    }

    .catalog-product-view .block.related .products.wrapper.grid.products-grid.products-related,
    .catalog-product-view .block.upsell .products.wrapper.grid.products-grid.products-upsell {
        margin-bottom: 20px;
    }

    #mb-ajaxcart-wrapper .action.primary {
        min-width: inherit;
    }

    .catalog-product-view .mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup-border .block-title.title strong#block-related-heading {
        margin: 0;
    }

    body.page-layout-1column .ajaxcart-success-box .success-content .block.related .block-title {
        margin: 0;
    }

    .products-grid .product-item .cusm-read-more a {
        max-width: 200px;
    }

    .page-products .toolbar .sorter {
        margin-left: 0;
    }

    .product-info-main .box-tocart a.action.tocompare {
        margin-top: 0px
    }
}

@media (max-width:767px) {
    .item-added-success-popup-outer .modal-footer {
        text-align: center
    }

    .item-added-success-popup-outer .modal-footer button {
        min-width: auto;
    }

    .product-des span {
        max-width: 60px;
        height: 45px;
    }

    .sticky .minicart-wrapper .action.showcart .text {
        display: none
    }

    /*.cust-contact-right{display: inline-block;}*/
    .cust-contact-right {
        display: block;
        width: 100%;
    }

    div#badge-ribbon-mobile iframe {
        height: 120px;
    }

    .custom-footer-contact-us-data {
        margin-left: -50px;
    }

    .common-theme-popup-design .modal-inner-wrap {
        max-width: 90%;
    }

    .modal-popup.modal-slide .modal-inner-wrap[class] {
        background-color: #ffffff;
    }

    .modals-wrapper {
        z-index: 99999;
        position: relative
    }

    .modal-popup.modal-slide .modal-inner-wrap {
        position: fixed;
        width: 100%;
        height: auto;
        font-family: 'Titillium Web', sans-serif;
        font-size: 16px;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%) !important;
        -ms-transform: translateX(-50%) translateY(-50%);
        background-color: #fff;
        -webkit-box-shadow: 0px 0px 1000px rgba(0, 0, 0, 0.6);
        box-shadow: 0px 0px 1000px rgba(0, 0, 0, 0.6);
        z-index: 10002;
        min-height: auto !important;
        width: 90%;
        max-width: 90%;
    }

    .box-tocart button.callforprice {
        height: 50px;
        width: 210px;
        min-width: auto;
    }

    .checkout-onepage-success .page-wrapper {
        padding-top: 0;
    }

    .banner-checkout {
        display: none;
    }

    .page-title span.base {
        font-size: 22px;
    }

    .checkout-success .custom-caring-step .test .post-image:after {
        display: none;
    }

    .cart-success-page-section .post-list-item .news-inner {
        display: block;
    }

    .cart-success-page-section .post-list-item .news-inner h2 {
        margin-bottom: 20px;
    }

    .buy-now-slider .owl-nav>div.owl-prev {
        left: 0;
    }

    .buy-now-slider .owl-nav>div.owl-next {
        right: 0;
    }

    .top-footer .form.contact .communication {
        float: left;
    }

    .minicart-wrapper .action.showcart:before {
        margin: 0 auto 8px;
    }

    .products.wrapper~.toolbar .modes {
        display: none !important;
    }

    .checkout-success .success-data-detail {
        padding-left: 0;
        padding-right: 0;
    }

    .custom_cart_part .rate {
        height: auto
    }

    .authentication-wrapper button {
        width: 100%;
    }

    .payment-method {
        margin: 10px 0;
    }

    .agreements-modal .modal-inner-wrap {
        height: 90vh !important;
    }

    .domloaded.sticky {
        padding-top: 286px !important
    }

    .custom-add-class-for-search .cust-search-field .actions {
        max-width: 25px;
        right: 0px !important;
        top: 15px !important;
        position: absolute;
        left: 15px;
    }

    .custom-add-class-for-search .cust-search-field .actions .search {
        min-width: auto
    }

    .custom-add-class-for-search .cust-search-field .actions .search span {
        font-size: 14px;
    }

    .searchsuite-autocomplete {
        top: 82px;
    }

    .cust-contact-left .form.contact .fieldset input[type="email"] {
        height: 50px;
    }

    .cust-contact-left .form.contact .fieldset textarea {
        margin-top: 2px;
    }

    footer.page-footer .cust-class-footer ul li:nth-child(2),
    footer.page-footer .cust-class-footer ul li:nth-child(3),
    footer.page-footer .cust-class-footer ul li:nth-child(4) {
        display: none;
    }

    body.account.page-layout-2columns-left .column.main .page-title-wrapper {
        display: block;
    }

    .compare.wrapper,
    [class*='block-compare'] {
        display: block;
    }

    .block-compare .action.delete {
        left: 20px;
        position: absolute;
        top: 20px;
    }

    body.account.page-layout-2columns-left .column.main {
        min-height: auto;
    }

    ul.compare.wrapper,
    ul.compare.wrapper ul,
    ul.compare.wrapper li {
        list-style-type: none;
        display: none
    }

    .slider_text {
        top: 260px;
    }

    .sticky.slider_text {
        top: 100px;
    }

    .flexslider .slides img {
        height: 670px !important;
    }

    body .filter-title strong {
        position: relative;
        left: 0;
        right: 0;
        margin: 40px auto 0 auto;
        top: auto;
        display: table;
    }

    .checkout-cart-index .cart-summary table.totals {
        width: 100%;
    }

    .authentication-wrapper .action-auth-toggle:before {
        margin-right: 7px;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .col-md-6.custom-contact-form-product {
        display: inline-block;
        width: 100%;
    }

    .form.create.account fieldset .field.newsletter .modal-content {
        width: 90%;
    }

    .form.create.account .modal-content span.close {
        right: 10%;
    }

    .header.content .nav-sections {
        padding: 0px 0px 50px
    }

    .cd-mob-chat-widget {
        z-index: 0;
    }

    .post-list-item .actions {
        margin-bottom: 30px;
    }

    /*	.searchsuite-autocomplete {height: 100vh;overflow: auto;padding-bottom: 170px;}*/
    .searchsuite-autocomplete {
        max-height: 395px;
    }

    body.checkout-index-index .opc-wrapper ol li.checkout-payment-method .field label {
        font-size: 13px;
        width: 100%;
    }

    .checkout-payment-method .payment-method-title .payment-icon {
        margin-top: -1px;
        max-height: 21px;
    }

    .block-static-block .form.contact .communication input[type=checkbox]+span {
        font-size: 14px;
    }

    .block-static-block .form.contact .communication input[type=checkbox] {
        width: 310px;
    }

    body.cdawpcpt-index-index.page-layout-2columns-left .sidebar {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .block-blog .block-title>strong,
    body.cdawpcpt-index-index.page-layout-2columns-left .sidebar .block-blog li input[type=checkbox]+label {
        font-size: 16px;
    }

    body.cdawpcpt-index-index.page-layout-2columns-left .sidebar .block {
        padding: 15px;
        margin-bottom: 0;
    }

    body.cdawpcpt-index-index.page-layout-2columns-left .sidebar .block button {
        width: auto;
        margin: 15px auto 0;
        height: 40px;
        font-size: 14px;
        font-weight: 500;
        min-width: 140px;
        text-align: center;
    }


    .cdawpcpt-index-details .columns .artical {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cdawpcpt-index-details .columns .artical>a {
        font-size: 12px;
        min-width: 190px;
        height: 30px;
        line-height: 30px;
        border-radius: 50px;
        min-width: 160px;
        margin: 10px 0;
    }

    .cust-contact-left .action.primary {
        float: none;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
        text-align: center;
    }

    .cust-contact-left .form.contact .subscribe {
        display: table;
        margin-bottom: 20px;
    }

    body.cms-about-us .page-main .column.main {
        padding: 0;
    }

    .portable_back_side button {
        min-width: auto;
    }

    .cust-contact-left .form.contact .subscribe input[type=checkbox]+span {
        font-size: 15px;
    }

    .block-static-block #wpcf7-f993-o1 .wpcf7-form-control-wrap.subscribe {
        text-align: left;
    }

    .block-static-block .form.contact input[type="checkbox"]+span {
        font-size: 15px;
    }

    .cart-container .block.discount .field .control input+.mage-error {
        position: initial;
    }

    .item-added-success-popup-outer {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 10px 0;
    }

    .standard-item-included {
        padding: 0 20px;
    }

    .magestore-bannerslider-standard {
        width: 100% !important;
    }

    .checkout-billing-address .billing-address-form form {
        padding-right: 0 !important;
    }

    .video-content .time select {
        height: 45px;
    }

    .top-footer .custom-view .action.submit.primary {
        min-width: 240px
    }

    .item-added-success-popup-outer .modal-footer button {
        margin-bottom: 20px;
        padding: 0 25px;
        font-size: 15px;
    }

    .standard-item-included .owl-nav>div.owl-next {
        right: -5px;
    }

    .standard-item-included .owl-nav>div.owl-prev {
        left: -5px;
    }

    .item-added-success-popup-outer .modal-content .owl-carousel img {
        max-width: 100%;
    }

    .item-added-success-popup-outer .owl-carousel .owl-stage-outer {
        padding-bottom: 0
    }

    .item-added-success-popup-outer .modal-inner-wrap .modal-header h1 {
        font-size: 14px;
        line-height: 18px;
        margin: 8px 0 0;
    }

    .item-added-success-popup-outer .modal-inner-wrap {
        margin: 5rem auto;
    }

    #mb-ajaxcart-wrapper .action.primary {
        margin-bottom: 20px;
        min-width: inherit;
        margin: 0 auto 20px;
        display: block;
        width: 100%;
        max-width: 220px;
    }

    .catalog-product-view .product-options-bottom .price-box .price-container .price,
    .catalog-product-view .product-info-price .price-box .price-container .price {
        font-size: 30px;
    }

    .product-info-main .vatexemt-info {
        margin-top: 0;
    }

    #amasty-shopby-product-list .grid.products-grid .product-item a.action.more .price-box.price-final_price .price-excluding-tax span {
        font-size: 20px;
    }

    .am-filter-items-attr_price span.currsymbol:before {
        font-size: 14px;
        line-height: 18px;
    }

    .product-info-main .box-tocart a.action.tocompare {
        margin-top: 22px
    }

}

@media screen and (min-width: 768px) {
    .ves-megamenu.menu-hover .nav-item:hover>.submenu {
        display: block !important;
    }

    .ui-menu-item {}
}

@media (max-width:480px) {

    .item-added-success-popup-outer .modal-footer button:last-child {
        margin-bottom: 0;
    }

    body.cdawpcpt-index-index .toolbar-products {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    body.cdawpcpt-index-index .products-grid.grid .product-items {
        margin: 0;
    }

    body.cdawpcpt-index-index .sorter {
        margin-bottom: 15px;
    }

    .mb-ajaxsuite-popup-border .related .products-grid .product-item {
        padding: 0;
    }

}

@media (max-width:375px) {
    .top-footer .form.contact .communication input[type="checkbox"]+label {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    .cms-home header .cust-all-teasures-in-one {
        display: none;
    }

    .cms-home .cust-all-teasures-in-one {
        max-width: 100%;
        display: flex;
        justify-content: center;
    }

    .cust-header-top-teasures {
        width: auto;
        padding-left: 50px;
    }

    .cust-header-top-teasures:last-child {
        width: auto;
        padding-left: 50px;
    }

    /*elementor*/
    body .elementor-widget-toggle .elementor-toggle .elementor-tab-title {
        font-size: 14px;
        padding: 15px 30px;
    }

    body .elementor-widget-toggle .elementor-toggle .elementor-tab-content {
        font-size: 14px;
    }

    body .elementor-widget-tabs .elementor-tab-title {
        padding: 20px 25px;
        font-size: 16px;
    }

    body .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content p {
        font-size: 12px;
        line-height: 20px;
        margin: 0 0 10px 0;
    }

    body .elementor-widget-toggle .elementor-toggle .elementor-tab-title:before {
        top: 15px;
    }

    /*elementor*/
    .block-testimonials::before {
        width: 100vw;
    }
}

/*27feb2020*/
@media (max-width: 991px) {
    /*banner */

    .home-banner-section {
        display: block;
    }

    .left-banner {
        width: 100%;
        padding-right: 0;
    }

    .header.content .cust-all-teasures-in-one.mobile-view-custom {
        display: none;
    }

    .cms-home .cust-three-teasures {
        display: block;
        padding-top: 0;
    }

    .home-banner-section .left-banner .banner-img {
        /*min-height: 214px;*/
        padding: 45px 25px;
        margin-bottom: 15px;
    }

    .home-banner-section .left-banner .sub_slider_txt h2 {
        font-size: 24px;
    }

    .home-banner-section .left-banner .sub_slider_txt h3 {
        font-size: 18px;
    }


    .home-banner-section .right-banner .banner-img {
        /*min-height: 147px;*/
        padding: 45px 25px;
    }

    .right-banner div {
        padding-bottom: 15px;
    }

    .home-banner-section .bg-cover>img {
        display: none !important;
    }

    .home-banner-section .right-banner .sub_slider_txt {
        position: relative;
        bottom: inherit;
        top: inherit;
        transform: inherit;
    }

    .home-banner-section .right-banner .sub_slider_txt h1,
    .home-banner-section .right-banner .sub_slider_txt h2 {
        font-size: 20px;
    }

    .home-banner-section .right-banner .sub_slider_txt h1 {
        margin-bottom: 5px;
    }

    .home-banner-section .right-banner .sub_slider_txt .bigtext {
        font-size: 36px;
        padding-bottom: 0;
    }

    .home-banner-section .right-banner .sub_slider_txt h4 {
        font-size: 15px;
        line-height: 26px;
    }

    /*.home-banner-section{ padding: 170px 22px 40px 22px;}*/
    /*banner */
    .right-banner {
        width: 100%;
        padding-right: 0;
        display: flex;
        flex-wrap: wrap;
    }

    .right-banner .item-one {
        width: 50%;
        padding-right: 1%;
    }

    .right-banner .item-two {
        width: 50%;
        padding-left: 1%;
    }

    .home-banner-section .right-banner .banner-img {
        height: 220px;
    }


    .cust-header-top-teasures {
        width: auto;
        padding-left: 20px;
    }

    .cust-header-top-teasures:last-child {
        width: auto;
        padding-left: 20px;
    }

    .table-checkout-shipping-method tbody td {
        font-size: 15px;
    }

    .cusom-data-shipping {
        font-size: 16px;
        line-height: 30px;
    }
}

@media (max-width: 768px) {
    .BadgeRibbon .BadgeRibbon__cell .BadgeRibbon__img__content>img {
        max-width: 150px;
    }

    /*.row.custom-caring-step{padding-top: 30px;}
    .cms-home .custom-blcok-welcm{padding-bottom: 0;}
    .cms-home .column.main{padding-bottom: 20px;}*/
    .custom-caring-step .col-md-6.col-sm-6.col-xs-12 h1.homepage-title {
        margin-top: 0;
    }

    .block-static-block .custom-caring-step {
        border-top: solid 0px #244662;
        padding-top: 40px;
    }

    .cms-home #maincontent h1.homepage-slider-title {
        padding-left: 22px;
        padding-right: 22px;
        font-size: 26px;
        width: 100%;
        text-align: center;
    }

    .standard-item-included .owl-prev:before,
    .block-testimonials .owl-nav>div.owl-prev:before,
    .block-viewed-products-grid .owl-carousel .owl-nav .owl-prev:before,
    .block.crosssell .owl-carousel .owl-nav .owl-prev:before,
    .offer-section .custom-built-feature-product .owl-nav div.owl-prev:before,
    .recently-viewed .owl-prev:before,
    #cust-slider-crosssell .owl-prev:before,
    #sync1 .owl-prev:before,
    .gallery-slider .owl-prev:before,
    .buy-now-slider .owl-prev:before,
    #sync2 .owl-prev:before,
    .review-slider .owl-prev:before,
    .control-block .control-prev:before,
    .custom-home-page-post-view .owl-prev:before {
        border-right: 18px solid #244662;
        border-top: 18px solid transparent;
        border-bottom: 18px solid transparent;
    }

    .standard-item-included .owl-next:before,
    .block-testimonials .owl-nav>div.owl-next:before,
    .block-viewed-products-grid .owl-carousel .owl-nav .owl-next:before,
    .block.crosssell .owl-carousel .owl-nav .owl-next:before,
    .offer-section .custom-built-feature-product .owl-nav div.owl-next:before,
    .recently-viewed .owl-next:before,
    #cust-slider-crosssell .owl-next:before,
    #sync1 .owl-next:before,
    .gallery-slider .owl-next:before,
    .buy-now-slider .owl-next:before,
    #sync2 .owl-next:before,
    .review-slider .owl-next:before,
    .control-block .control-next:before,
    .custom-home-page-post-view .owl-next:before {
        border-left: 18px solid #244662;
        border-top: 18px solid transparent;
        border-bottom: 18px solid transparent;
    }

    .custom-home-page-post-view .owl-next,
    .custom-home-page-post-view .owl-prev {
        height: 40px;
        width: 30px;
    }

    div#custom-home-page-post-view {
        padding: 0 15px;
    }

    .custom-caring-step::after,
    .custom-blcok-welcm::before,
    .cms-home .column.main+.block-static-block .custom-caring-step::before {
        content: none;
    }

    .section_portable_inner .portable_block {
        width: calc(100% / 3 - 15px);
    }

    .section_portable_inner .portable_block:nth-child(3n) {
        margin-right: 0px !important;
    }

    .section_portable_inner .portable_block:nth-child(4n) {
        margin-right: 15px;
    }

    .caret {
        margin-left: 6px;
    }

    form.wpcf7-form.form.contact {
        max-width: inherit;
        margin-bottom: 50px;
    }

    .cms-home .column.main .block-static-block .custom-caring-step::before {
        display: none;
    }

    body .post-list-item .actions {
        left: 10px;
        float: none;
        text-align: left;
        margin: 0;
    }

    .cms-home .cust-all-teasures-in-one {
        max-width: 100%;
        display: block;
        justify-content: inherit;
    }

    .cust-header-top-teasures,
    .cust-header-top-teasures:last-child {
        width: 24%;
        margin-top: 50px;
    }

    /*.cms-home .cust-three-teasures{max-width: 400px; margin: 0 a} */
    footer .custom-footer5 img {
        max-width: 80px;
    }

}

@media (max-width: 767px) {

    /*header*/
    .custm-class-frindly-advice.mobile-view-custom {
        display: none !important;
    }

    a.logo {
        max-width: 156px;
        width: auto;
        float: left;
        margin: 0;
    }

    ul.header.links {
        /*float: right; width: calc(100% - 160px);     max-width: 160px; align-items: center; */
        justify-content: flex-end;
        align-items: center;
        margin-left: auto;
        width: auto;
        flex-wrap: wrap;
        padding-bottom: 0;
        padding-right: 6px;
    }

    .not-logged-in {
        display: none;
    }

    .custom-add-class-for-search .block-search .search label span,
    body .page-header .minicart-wrapper .action .text {
        display: none;
    }

    .custom-add-class-for-search .cust-search-field {
        left: 0;
        position: fixed;
        right: 0;
        margin: 0 auto;
    }

    .custom-add-class-for-search .block-search .search label:before,
    .minicart-wrapper .action.showcart:before,
    .custom-menu-for-mobile .nav-toggle:before,
    .minicart-wrapper .action.showcart.active:before {
        margin: 0 auto;
        margin-bottom: 0;
    }

    .custom-menu-for-mobile .nav-toggle {
        max-height: 22px;
        max-width: 22px;
    }

    body.cms-home .header.content,
    .header.content {
        padding: 25px 20px;
    }

    .minicart-wrapper .action.showcart:before {
        background-position: -139px -73px;
    }

    form#search_mini_form {
        padding-right: 10px;
    }

    .sticky header.page-header ul.header.links {
        margin-top: 0;
    }

    .sticky .minicart-wrapper .action.showcart:before {
        width: 25px;
        height: 23px;
        background-position: -100px -50px;
    }

    .touch .nav-sections {
        margin-top: 0;
    }

    .cms-home .header.content .nav-sections {
        border-top: none;
    }

    .minicart-wrapper .block-minicart:before {
        right: 35px;
    }

    .minicart-wrapper .block-minicart:after {
        right: 34px;
    }

    ul.header.links li.custom-menu-for-mobile {
        z-index: 99999;
    }

    /*header*/
    .home-banner-section {
        padding: 0px 22px 40px 22px;
    }

    .home-banner-section .left-banner .banner-img {
        height: auto;
    }

    .home-banner-section .right-banner .banner-img {
        height: auto;
    }

    ul.header.links li.custom-cls-minicart {
        padding-right: 20px;
    }

    .banner-btn {
        display: none;
    }

    .home-banner-section .right-banner .sub_slider_txt {
        padding-bottom: 0;
    }

    .home-banner-section .right-banner .sub_slider_txt h2 {
        margin-bottom: 0;
    }

    .home-banner-section .right-banner .sub_slider_txt h4 {
        margin-bottom: 0;
    }

    .top-footer button.action.submit.primary {
        min-width: inherit;
        width: auto;
        padding: 0 25px;
        float: none;
        display: block;
        margin: 0 auto;
    }

    form.wpcf7-form.form.contact {
        max-width: inherit;
    }

    .post-list-container .post-list-item .post-info-wraper::after {
        height: 220px;
    }

    .section_portable_inner .portable_block {
        margin-right: 0;
    }

    .section_portable_inner .portable_block:nth-child(3n),
    .section_portable_inner .portable_block:nth-child(4n) {
        margin-right: 0px !important;
    }

    .section_portable_inner .portable_block {
        width: 100%;
    }

    .section_portable_inner .portable_block:nth-child(3n) {
        margin-right: 0px !important;
    }

    .section_portable_inner .portable_block:nth-child(4n) {
        margin-right: 0px;
    }

    .home-banner-section .left-banner a,
    .home-banner-section .left-banner .sub_slider_txt p,
    .home-banner-section .right-banner .sub_slider_txt p {
        display: none;
    }

    .right-banner {
        width: 100%;
        padding-right: 0;
        display: block;
        flex-wrap: wrap;
    }

    .right-banner .item-one {
        width: 100%;
        padding-right: 0%;
    }

    .right-banner .item-two {
        width: 100%;
        padding-left: 0%;
    }

    .home-banner-section .left-banner .sub_slider_txt {
        position: relative;
        bottom: inherit;
        top: inherit;
        transform: inherit;
    }

    /*div#mpblog-list-container .owl-item {float: none;}*/
    body .post-list-item .actions {
        left: 0px;
        right: 0;
        margin: 0 auto;
        text-align: center;
    }

    .homepage-portable-desc {
        margin-bottom: 30px;
    }

    body.customer-logged-out .section_portable .homepage-title {
        margin-top: 0;
    }

    .section_portable {
        padding-top: 30px;
    }

    .block-testimonials {
        max-width: 100%;
    }

    .columns>div {
        width: 100%;
        display: inline-block;
    }

    #mpblog-list-container {
        padding-top: 20px;
    }

    .cms-home .block-static-block h1.homepage-title {
        margin-top: 0;
    }

    /*#your-slider .owl-nav{position: relative;}*/
    #your-slider .owl-nav,
    div#custom-home-page-post-view .owl-nav {
        position: absolute;
        top: 50%;
        width: 100%;
        transform: translateY(-50%);
    }

    .custom-caring-step .col-md-6.col-sm-6.col-xs-12:first-child {
        padding-top: 0;
    }

    .block-static-block .custom-caring-step {
        padding-bottom: 0;
    }

    .custom-blcok-welcm h1,
    h1.homepage-title,
    .post-list-container .widget-title>a {
        font-size: 30px;
    }

    .post-list-container .post-list-item .post-info-wraper {
        bottom: 10px;
    }

    .custom-blcok-welcm {
        padding-bottom: 50px;
    }

    .cust-three-teasures #badge-ribbon {
        display: block;
        margin: 0 auto;
        max-width: 365px;
    }

    .post-list-container .post-list-item {
        padding: 0 20px;
    }

    .cms-home .cust-three-teasures {
        display: block;
        padding-top: 0;
        max-width: 400px;
        margin: 0 auto;
        width: 100%;
        left: inherit;
        right: inherit;
        text-align: center;
        float: none;
    }

    body .elementor-column-gap-default .elementor-row {
        display: block;
        flex-wrap: inherit;
    }

    body .elementor-col-50,
    body .elementor-1045 .elementor-element.elementor-element-7aedbbe,
    body .elementor-1045 .elementor-element.elementor-element-1125e31 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }

    body .elementor-col-50:first-child {
        margin-bottom: 20px;
    }

    body .elementor-1045 .elementor-element.elementor-element-95da1ee .elementor-image-box-wrapper .elementor-image-box-img {
        width: 100%;
    }

    body .elementor-widget-tabs .elementor-tab-title {
        padding: 20px 15px;
        font-size: 16px;
        border-right: 0 !important;
        text-align: left;
        margin-bottom: 5px;
    }

    body .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content {
        margin-top: 0px;
        padding: 10px 15px;
        font-size: 16px;
        margin-bottom: 5px;
    }

    body .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content p {
        font-size: 16px;
        line-height: 1.5;
    }

    body .elementor-widget-tabs .elementor-tab-title:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 14px;
        line-height: inherit;
        color: inherit;
        content: '\e622';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }

    body .elementor-widget-tabs .elementor-tab-title.elementor-active:after {
        content: '\e621';
    }

    .elementor-1045 .elementor-element.elementor-element-f89820a .elementor-tabs-content-wrapper {
        border-width: 0;
        border-bottom: none !important;
    }

    body .elementor-text-editor h1,
    body.page-layout-wpcustom h1 {
        font-size: 36px !important;
    }

    body .elementor-text-editor h2,
    body.page-layout-wpcustom h2 {
        font-size: 30px !important;
    }

    body .elementor-text-editor h3,
    body.page-layout-wpcustom h3 {
        font-size: 20px !important;
    }

    body .elementor-text-editor h4,
    body.page-layout-wpcustom h4 {
        font-size: 18px !important;
    }

    body .elementor-text-editor h5,
    body.page-layout-wpcustom h5 {
        font-size: 16px !important;
    }

    body .elementor-text-editor h6,
    body.page-layout-wpcustom h6 {
        font-size: 14px !important;
    }

    body .elementor-widget-heading.elementor-widget-heading .elementor-heading-title {
        font-size: 30px !important;
    }

    body .elementor-image-gallery .gallery {
        display: block;
        -ms-flex-wrap: inherit;
        flex-wrap: inherit;
        margin-right: 0 px;
        margin- left: 0px;
    }

    body .elementor-image-gallery .gallery .gallery-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 0%;
        flex: 0 0 0%;
        max-width: 0%;
        padding-right: 0px;
        padding-left: 0px;
        margin-bottom: 0px !important;
    }

    .elementor-section {
        margin-bottom: 40px;
    }

    .elementor-section .elementor-section {
        margin-bottom: 0;
    }

    body .elementor-image-gallery .gallery {
        margin-right: 0px !important;
    }

    .header.content .nav-sections .navigation li>.submenu a.subitems-group {
        min-height: 41px;
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        padding-right: 45px;
    }

    /*.block-testimonials .testimonial-message a{font-size: 16px;}*/
    body .elementor-image-gallery .gallery {
        margin: 0;
    }

    body.page-layout-1column .ajaxcart-success-box .success-content .block.related .block-title {
        margin-top: 0;
    }

    .catalog-product-view .mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup-border .block-title.title strong#block-related-heading {
        margin: 0;
    }

    #mb-ajaxcart-wrapper .mb-message-successs {
        line-height: 1.2;
    }

    .cust-header-top-teasures,
    .cust-header-top-teasures:last-child {
        width: 48%;
    }
}

@media (max-width: 480px) {

    .minicart-wrapper .block-minicart {
        width: 280px;
    }
}

/*27feb2020*/

.checkout-index-index .modal-popup .form-shipping-address input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 14px !important;
}

.checkout-index-index .modal-popup .form-shipping-address input::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 14px !important;
}

.checkout-index-index .modal-popup .form-shipping-address input:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 14px !important;
}

.checkout-index-index .modal-popup .form-shipping-address input:-moz-placeholder {
    /* Firefox 18- */
    font-size: 14px !important;
}

.checkout-index-index .modal-popup .form-shipping-address select,
.checkout-index-index .modal-popup .form-shipping-address textarea {
    font-size: 14px !important;
}



@media (min-width: 768px) {
    /*.checkout-index-index .opc-sidebar.fixed{
        top: 100px;   
    }*/
}

@media (max-width:767px) {
    .checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart {
        width: 100%;
    }

    .opc-sidebar .modal-content .opc-block-summary {
        width: 100%;
    }

    .opc-sidebar.custom-slide .modal-inner-wrap {
        transform: none;
        box-shadow: none;
    }

    /*
    aside.modal-custom.authentication-dropdown.custom-slide {
    position: static;
}
*/
    .opc-wrapper .step-content {
        margin-bottom: 0;
    }

    .checkout-index-index .opc-wrapper .opc>li {
        margin-bottom: 0 !important;
    }

    .abs-discount-code .form-discount,
    .checkout-payment-method .payment-option-content .form-discount {
        padding-left: 0;
    }

    .checkout-payment-method .payment-option._collapsible .payment-option-title,
    .checkout-payment-method .payment-option .payment-option-content {
        padding-left: 0 !important;
    }

    .checkout-index-index .opc-sidebar {
        margin-top: 20px;
    }

    ._has-auth-shown main#maincontent {
        position: relative;
        z-index: 999;
    }

    .checkout-index-index .modal-custom .action-close {
        text-align: right
    }

    .checkout-index-index .page-main>.page-title-wrapper .page-title {
        text-align: center;
        width: 100%;
    }

    .checkout-payment-method .billing-address-same-as-shipping-block {
        margin-left: 0
    }

    body.checkout-index-index input[type="checkbox"]+label:before,
    body.checkout-index-index input[type="checkbox"]+label:after {
        left: 0px;
    }
}

@media (max-width:640px) {

    .abs-discount-code .form-discount,
    .checkout-payment-method .payment-option-content .form-discount {
        display: block;
        padding: 0;
    }

    .payment-option .payment-option-content form .payment-option-inner {
        width: 100%;
    }
}



/*Checkout page*/
.checkout-index-index .sticky header.page-header {
    position: relative;
}

.checkout-container .opc-wrapper {
    width: 55%;
    padding-right: 24px !important;
}

.checkout-index-index .opc-sidebar {
    width: 45%;
}

#checkout div#shipping-new-address-form {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

#checkout #co-shipping-form+form.form.form-login {
    padding-left: 0;
    margin: 15px 0 0;
}

.checkout-container .opc-wrapper .opc,
.checkout-container .opc-sidebar .opc-block-summary {
    box-shadow: 4px 4px 20px rgb(0 0 0 / 10%);
    background-color: #ffffff;
    padding: 45px 50px 30px;
    margin-bottom: 25px;
}

/*#checkout div#shipping-new-address-form > div[name="shippingAddress.postcode"] {
    order: -1;
    width: 100%;
}*/
.billing-address-form fieldset.fieldset.address {
    display: flex;
    flex-wrap: wrap;
}

#checkout div#shipping-new-address-form>div,
.billing-address-form fieldset.fieldset.address>.field {
    width: calc(50% - 10px);
    margin: 5px;
}

#checkout div#shipping-new-address-form>div[name="shippingAddress.prefix"],
.billing-address-form fieldset.fieldset.address .field[name="billingAddressshared.prefix"] {
    width: 140px;
}

#checkout div#shipping-new-address-form>div[name="shippingAddress.firstname"],
#checkout div#shipping-new-address-form>div[name="shippingAddress.lastname"],
.billing-address-form fieldset.fieldset.address>.field[name="billingAddressshared.firstname"],
.billing-address-form fieldset.fieldset.address>.field[name="billingAddressshared.lastname"] {
    width: calc(47.5% - 70px);
}

body.checkout-index-index .opc-wrapper .field._required[name="shippingAddress.postcode"],
.billing-address-form fieldset.fieldset.address>.field[name="billingAddressshared.postcode"] {
    width: 100% !important;
    /* margin-top: 40px !important;*/
}

#checkout div#shipping-new-address-form fieldset.field.street,
.billing-address-form fieldset.fieldset.address fieldset.field.street {
    width: 100%;
    margin: 0;
}

#checkout div#shipping-new-address-form fieldset.field.street .control,
.billing-address-form fieldset.fieldset.address fieldset.field.street .control {
    display: flex;
    flex-wrap: wrap;
}

#checkout div#shipping-new-address-form fieldset.field.street .control .field,
.billing-address-form fieldset.fieldset.address fieldset.field.street .control>div {
    margin: 5px !important;
    width: calc(50% - 10px);
}

.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary>.title,
.checkout-agreements-items .checkout-agreements-item-title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.58px;
    line-height: 26px;
    padding-bottom: 12px;
    margin-bottom: 28px;
    border-bottom: none;
    color: #000000;
    text-transform: capitalize;
}

body.checkout-index-index .product-item-name,
body.checkout-index-index .product.name a,
body.checkout-index-index .product-item-name a.product-item-link {
    font-size: 16px;
}

.checkout-container .step-content {
    margin-bottom: 0;
    clear: both;
}

/*.checkout-shipping-method .step-title {
    margin-bottom: 10px;
}*/
.checkout-index-index .opc-sidebar .table.table-totals .mark {
    font-size: 16px;
}

.checkout-index-index .opc-sidebar .table.table-totals .mark span.value {
    font-size: 12px;
}

.checkout-payment-method .checkout-billing-address .billing-address-details .action-edit-address {
    margin-top: 10px;
}

/*.checkout-container #checkout-payment-method-load .payment-method .payment-method-title input#sagepaysuitepi+label:after, .checkout-container #checkout-payment-method-load .payment-method .payment-method-title input#sagepaysuiteform+label:after {
    content: '';
    display: block;
    background: url(../images/card-payment.png) no-repeat;
    width: 182px;
    height: 28px;
    position: absolute;
    left: 30px;
    top: 4px;
}*/

.checkout-payment-method .payment-method-title .payment-icon.sagepaysuite-payment-icon {
    background-image: url('../images/card-payment.png');
    width: 152px;
}

body.checkout-index-index .opc-wrapper ol li.checkout-payment-method .form-discount .field label {
    display: none !important;
}

.checkout-payment-method .checkout-billing-address .primary {
    text-align: right !important;
}

body.checkout-index-index .opc-wrapper .field._required[name="shippingAddress.prefix"] label:after {
    display: none;
}

body.checkout-index-index .opc-wrapper .field._required[name="shippingAddress.prefix"] label span {
    display: block;
    font-size: 14px;
}

body.checkout-index-index .opc-wrapper .field._required[name="billingAddressshared.prefix"] label.label span {
    font-size: 14px;
}

/*#checkout div#shipping-new-address-form > div[name="shippingAddress.company"] {
    width: 100%;
}*/
/* #checkout div#shipping-new-address-form > div[name="shippingAddress.city"],
.checkout-billing-address .billing-address-form  .field[name="billingAddressshared.city"]{
    order: 5;
}
body.checkout-index-index .opc-wrapper .field._required[name="shippingAddress.postcode"],
.checkout-billing-address .billing-address-form  .field[name="billingAddressshared.postcode"] {
    order: 3;
}

#checkout div#shipping-new-address-form fieldset.field.street,
.checkout-billing-address .billing-address-form  fieldset.field.street{
    order: 4;
}
#checkout div#shipping-new-address-form > div[name="shippingAddress.country_id"],
.checkout-billing-address .billing-address-form .field[name="billingAddressshared.country_id"]{
    order: 7;
}
#checkout div#shipping-new-address-form > div[name="shippingAddress.region"],
.checkout-billing-address .billing-address-form  .field[name="billingAddressshared.region"]{
    order: 6;
} */


body.checkout-index-index .opc-wrapper ol li input::-webkit-input-placeholder {

    opacity: 0 !important;
}

body.checkout-index-index .opc-wrapper ol li input::-moz-placeholder {

    opacity: 0 !important;
}

body.checkout-index-index .opc-wrapper ol li input:-ms-input-placeholder {

    opacity: 0 !important;
}

body.checkout-index-index .opc-wrapper ol li input:-moz-placeholder {

    opacity: 0 !important;
}

/*.block-dashboard-orders .pager .toolbar-amount, .block-dashboard-orders .pager .limiter {
    display: none;
}*/
.form-shipping-address .fieldset .field .label:after,
.billing-address-form .fieldset>.field._required>.label:after {
    display: none;
}

form.form.form-login .fieldset>.field.required>.label:after {
    margin: 0;
    color: #000;
}

.checkout-payment-method .checkout-billing-address .primary .action-update {
    font-size: 16px;
    padding: 12px 28px;
    height: 50px;
}


#checkout-step-payment .form.payments .fieldset {
    display: flex;
    flex-wrap: wrap;
}

#checkout-step-payment .form.payments .fieldset .discount-code.payment-option {
    order: -1;
    margin-top: 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
}

.checkout-index-index div#checkout-payment-method-load {
    order: 1;
    padding-top: 30px;
    border-top: 1px solid #ccc;
    margin: 20px 0 0 0;
    width: 100%;
}

.checkout-payment-method .form.payments .fieldset .discount-code.payment-option .payment-option-title {

    border-top: none;
}

@media (max-width: 1400px) {

    #checkout div#shipping-new-address-form>div[name="shippingAddress.firstname"],
    #checkout div#shipping-new-address-form>div[name="shippingAddress.lastname"],
    .billing-address-form fieldset.fieldset.address>.field[name="billingAddressshared.firstname"],
    .billing-address-form fieldset.fieldset.address>.field[name="billingAddressshared.lastname"] {
        width: calc(47.3% - 70px);
    }
}

@media (max-width: 1300px) {

    #checkout div#shipping-new-address-form>div[name="shippingAddress.firstname"],
    #checkout div#shipping-new-address-form>div[name="shippingAddress.lastname"],
    .billing-address-form fieldset.fieldset.address>.field[name="billingAddressshared.firstname"],
    .billing-address-form fieldset.fieldset.address>.field[name="billingAddressshared.lastname"] {
        width: calc(47% - 70px);
    }
}

@media (max-width: 1200px) {
    .checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .product .product-item-details {
        padding: 0;
        width: calc(100% - 80px);
    }

    .checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .product .product-item-details .product-item-inner .product-item-name-block .details-qty {
        width: 70px;
    }
}

@media (max-width: 1100px) {

    .choice.field.customfiled-data:before,
    .payment-option:before,
    body.checkout-index-index .opc-wrapper ol li form.form.methods-shipping:after,
    .checkout-index-index .opc-wrapper .authentication-wrapper:after,
    body.checkout-index-index .opc-wrapper .field._required[name="shippingAddress.prefix"] label:before,
    .bss-onestepcheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods .payment-group:first-child .step-title:before,
    #payment:before,
    .choice.field.customfiled-data:before,
    body.checkout-index-index .opc-wrapper .field._required[name="shippingAddress.prefix"] label:before,
    .checkout-index-index .opc-wrapper .authentication-wrapper:after,
    .payment-option:before,
    body.checkout-index-index .opc-wrapper ol li form.form.methods-shipping:after,
    #payment:before {
        display: none;
    }

    .checkout-container .opc-wrapper .opc,
    .checkout-container .opc-sidebar .opc-block-summary {
        padding: 20px;
    }

    #checkout div#shipping-new-address-form>div[name="shippingAddress.firstname"],
    #checkout div#shipping-new-address-form>div[name="shippingAddress.lastname"],
    .billing-address-form fieldset.fieldset.address>.field[name="shippingAddress.firstname"],
    .billing-address-form fieldset.fieldset.address>.field[name="shippingAddress.lastname"] {
        width: calc(46.8% - 70px);
    }
}

@media (max-width: 991px) {

    #checkout div#shipping-new-address-form>div[name="shippingAddress.firstname"],
    #checkout div#shipping-new-address-form>div[name="shippingAddress.lastname"],
    .billing-address-form fieldset.fieldset.address>.field[name="billingAddressshared.firstname"],
    .billing-address-form fieldset.fieldset.address>.field[name="billingAddressshared.lastname"] {
        width: 100%;
    }

    #checkout div#shipping-new-address-form>div[name="shippingAddress.prefix"],
    .billing-address-form fieldset.fieldset.address>.field[name="billingAddressshared.prefix"] {
        width: 100%;
    }

    #checkout div#shipping-new-address-form>div,
    .billing-address-form fieldset.fieldset.address>.field {
        width: 100%;
    }

    body.checkout-index-index .opc-wrapper ol li table.table-checkout-shipping-method input[type="radio"] {
        border: 0;
    }
}

@media (max-width: 768px) {
    .customer-address-form .form-address-edit .fieldset {
        width: 100%;
    }
}

@media (max-width: 767px) {
    #checkout-step-payment .form.payments .fieldset .discount-code.payment-option {
        margin: 10px 0
    }

    body.checkout-index-index .opc-wrapper ol li:nth-child(2) {
        padding-top: 20px !important;
    }

    .checkout-payment-method .payment-option .payment-option-content,
    .checkout-payment-method .payment-option .payment-option-title {
        padding-left: 0;
        padding-right: 0;
    }

    .checkout-payment-method .payment-methods {
        margin: 0;
    }

    .checkout-payment-method .payment-method-title {
        padding: 15px 0;
    }

    .checkout-payment-method .payment-method-title .payment-icon.sagepaysuite-payment-icon {
        width: 102px;
    }

    body.checkout-index-index .opc-wrapper li#payment:before {
        width: calc(100% + 60px);
        left: -30px;
    }

    .cart-success-page-section {
        padding: 50px 0 0;
    }

    .cart-success-page-section #mpblog-list-container {
        padding-left: 0;
        padding-right: 0;
    }

    body.checkout-index-index .opc-wrapper ol li form#co-payment-form .actions-toolbar .primary.checkout {
        font-size: 14px;
    }
}

@media screen and (max-width:640px) {
    li.custom-cls-minicart .minicart-items-wrapper {
        max-height: calc(100vh - 310px);
    }
}


/*---------------------------------
  Checkout css 07-12-2022
---------------------------------*/
body.checkout-index-index .columns {
    padding: 0 0 40px;
    margin-top: 130px;
}

body.checkout-index-index .opc-estimated-wrapper,
body.checkout-index-index .authentication-wrapper {
    display: none;
}

.checkout-index-index .custm-class-frindly-advice {
    width: 23%;
    float: right;
}

.checkout-index-index .logo {
    margin-left: 0;
}

.checkout-index-index .page-main>.page-title-wrapper .page-title {
    margin: 0;
}

.checkout-index-index .page-header {
    z-index: 0;
}

.checkout-index-index .page-title-wrapper {
    margin-top: -150px;
    text-align: center;
    display: block;
}

.checkout-index-index .opc-progress-bar {
    text-align: center;
    margin-top: -140px;
    padding-bottom: 0;
}

.checkout-index-index .opc-wrapper .opc>li#personal-info {
    padding-top: 0 !important;
}

.checkout-container .login-form .field.email {
    width: 44%;
}

.checkout-container .login-form .field.password {
    width: 36.4%;
}

.checkout-container .login-form .field.btnaction {
    max-width: 100%;
    width: 19.6%;
}

.checkout-container .field-set.row {
    margin: 0 -10px;
    align-items: center;
    display: flex;
    align-items: flex-start;
}

.checkout-container .login-form .field-set.row>div {
    padding: 0 10px 8px 10px;
}

.checkout-container .login-form {
    margin-bottom: 30px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 30px;
}

.checkout-container .login-form #personal-info-login {
    width: 100%;
}

.checkout-container .login-form #personal-info-login,
body.checkout-index-index .opc-wrapper ol li form .actions-toolbar .primary.action {
    background-color: #244662;
    border: 0;
}

.checkout-container .login-form #personal-info-login:hover,
body.checkout-index-index .opc-wrapper ol li form .actions-toolbar .primary.action:hover {
    background-color: #7ea1ca;
}

a.link.forgotpass-link {
    color: #000;
    text-decoration: underline
}

.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary>.title,
.checkout-agreements-items .checkout-agreements-item-title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.58px;
    line-height: 26px;
    padding-bottom: 12px;
    margin-bottom: 28px;
    border-bottom: 1px solid #e8e8e8;
    color: #000000;
    text-transform: capitalize;
}

.checkout-container .p-info-field {
    margin-bottom: 20px;
}

.checkout-container .field-set.row .p-info-field {
    width: 50%;
    padding: 0 10px;
}

.checkout-container .personal-info-form-billig {
    padding-top: 32px;
}

.checkout-container .personal-info-form-billig .step-title {
    padding-bottom: 12px;
    margin-bottom: 15px;
}


.checkout-container .opc-sidebar .opc-block-summary .minicart-items .product-item-head {
    display: flex;
    border-bottom: 0;
    padding-bottom: 0px;
    font-weight: 600;
    color: #989898;
    font-size: 14px;
    margin-bottom: 0;
    letter-spacing: 0.84px;
}

.checkout-container .opc-sidebar .opc-block-summary .minicart-items .product-item-head .title {
    margin-right: auto;
    margin-bottom: 0;
}

.checkout-container .opc-sidebar .opc-block-summary .minicart-items .product-item-head .qty {
    width: 60px;
    text-align: center;
}

/* 25-01-2023 */
.checkout-container .opc-sidebar .opc-block-summary .minicart-items .product-item-head .price {
    width: 110px;
    text-align: right;
}

.checkout-container .opc-sidebar .opc-block-summary .minicart-items .minicart-items-wrapper {
    padding-top: 0;
    margin: 0;
    max-height: 370px;
    padding: 15px 0 0;
}

.checkout-container .opc-sidebar .opc-block-summary .minicart-items {
    display: block !important;
    padding: 0 0 16px 0;
}

.checkout-container .opc-sidebar .opc-block-summary .minicart-items .product-item {
    border: none;
    padding: 20px 0;
    font-size: 16px;
}

.checkout-container .opc-sidebar .opc-block-summary .minicart-items .product-item .product {
    position: relative;
    display: flex;
    justify-content: left;
    align-items: center;
    clear: both;
    width: 100%;
    flex-wrap: wrap;
}

.checkout-container .opc-sidebar .opc-block-summary .minicart-items .product-item .product-image-container {
    width: 100% !important;
    max-width: 20%;
    height: auto !important;
    text-align: center;
}

.checkout-container .opc-sidebar .opc-block-summary .minicart-items .product-item .product-item-details {
    padding-left: 20px;
    text-transform: uppercase;
    padding-top: 0;
    width: 80%;
    margin-left: auto;
}

.checkout-container .opc-sidebar .opc-block-summary .minicart-items .product-item .product-item-inner {
    margin: 0;
}

.opc-block-summary .product-item .product-item-name-block {
    display: table-cell;
    padding-right: 5px;
    text-align: left;
}

.checkout-container .opc-sidebar .opc-block-summary .minicart-items .product-item .product-item-details .product-item-name-block {
    padding-right: 70px;
    position: relative;
    text-transform: uppercase;
}

.checkout-container .opc-sidebar .opc-block-summary .minicart-items .product-item .subtotal {
    width: 76px;
    vertical-align: middle;
}

body.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .product-item-head .title {
    display: inline-block;
}

.checkout-container .opc-sidebar .opc-block-summary .minicart-items .product-item .product-item-details .product-item-name-block .details-qty {
    text-align: center;
    position: absolute;
    right: 0;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
    width: 60px;
}

.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .product .product-item-details .product-item-inner .product-item-name-block {
    width: 100%;
    padding: 0 70px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 100%;
}

.checkout-container .opc-sidebar .opc-block-summary .minicart-items .product-item .product-item-details .product-item-name-block {
    padding-right: 70px;
    position: relative;
    text-transform: uppercase;
}

.opc-block-summary .product-item .subtotal {
    display: table-cell;
    text-align: right;
}

.checkout-index-index .opc-wrapper .step-title {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 16px;
    margin-bottom: 20px;
}

.checkout-index-index .opc-sidebar span.title {
    border-bottom: 0;
    margin-bottom: 0;
}

.checkout-index-index .opc-wrapper .login-form .step-title {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 5px;
}

body.checkout-index-index .opc-wrapper ol li:after {
    display: none;
}

body.checkout-index-index .header.content .nav-sections {
    border: 0;
}

.checkout-index-index .opc-sidebar .table.table-totals td {
    padding-right: 0 !important;
}

.checkout-container .opc-sidebar .opc-block-summary .minicart-items .product-item {
    font-size: 14px;
}

.checkout-container .field-set.row label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.56px;
    text-align: left;
    padding: 0 0 8px;
    width: 100%;
    margin: 0;
    text-transform: capitalize;
}

.table-checkout-shipping-method thead th,
body.checkout-index-index .opc-wrapper ol li:nth-child(2):before,
body.checkout-index-index .opc-wrapper ol li:after,
body.checkout-index-index .opc-wrapper li#payment:before,
.checkout-container .checkout-payment-method .checkout-billing-address {
    display: none;
}

body.checkout-shipping-address .form-shipping-address #shipping-new-address-form>.field:nth-child(4) {
    width: 100%;
}

.checkout-shipping-address .form-shipping-address #shipping-new-address-form>.field:nth-child(4)>label {
    width: 100%;
    border-top: 1px solid #e8e8e8;
    padding-top: 30px;
    margin-top: 20px;
}

.checkout-shipping-address .form-shipping-address #shipping-new-address-form input[name="postcode"] {
    max-width: 210px;
}

.custom-billing-shipping {
    margin: 0 0 20px 0;
}

.checkout-container #checkout-step-shipping .form-login,
body.checkout-index-index .checkout-agreement.required input[type="checkbox"]+label:after {
    display: none;
}

.checkout-index-index header.page-header {
    position: relative !important;
    transition: none !important;
}

#checkout-step-payment .form.payments .fieldset .discount-code.payment-option {
    margin-bottom: 0;
    border-bottom: 0px solid #cccccc;
}

.checkout-container #checkout-payment-method-load .payment-method .payment-method-title label {
    align-items: center;
    display: flex !important;
    flex-wrap: wrap;
}

.custom-checkbox {
    position: relative;
}

.custom-checkbox input[type="radio"] {
    position: absolute;
    opacity: 0;
}

body.checkout-index-index .payment-option-inner.news-letter input[type="radio"]+label:before {
    left: 0;
}

.checkout-container .checkout-payment-method .payment-method-content {
    padding: 0;
}

.checkout-container .checkout-payment-method .payment-method-note {
    margin-bottom: 0px;
}

.checkout-container .checkout-payment-method .payment-method-note strong {
    font-weight: 400;
}

.checkout-container #checkout-payment-method-load .payment-method-content .checkout-agreements-block {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px 0 0 0;
}

.checkout-container #checkout-payment-method-load .payment-method-content .checkout-agreements-block {
    order: 3;
}

.checkout-container #checkout-payment-method-load .payment-method-content .checkout-agreements-outer {
    order: 3;
    width: 100%;
    clear: both;
}

.checkout-container #checkout-payment-method-load .payment-method-content .newsletter {
    order: 1;
    width: 100%;
}

.checkout-container #checkout-payment-method-load .payment-method-content .form-discount {
    order: 3;
    max-width: 100%;
    width: 100%;
    margin-bottom: 0px;
    clear: both;
    margin-top: 20px;
}

body.checkout-index-index .checkout-payment-method .payment-option,
body.checkout-index-index .checkout-payment-method .payment-methods {
    margin: 0;
}

.checkout-container #checkout-payment-method-load .payment-method._active .payment-method-content .fieldset {
    padding-top: 20px;
    margin-bottom: 10px;
}

.checkout-index-index .opc-wrapper .checkout-agreements-block .step-title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.58px;
    line-height: 26px;
    padding-bottom: 12px;
    margin-bottom: 0;
    border-bottom: 1px solid #e8e8e8;
    color: #000000;
    text-transform: capitalize;
}

.checkout-container #checkout-payment-method-load .payment-method-content .newsletter .newsletter-subscription-form {
    clear: both;
    padding-top: 20px;
}

.checkout-container #checkout-payment-method-load .payment-method-content .newsletter .payment-option-inner {
    position: relative;
    padding-top: 20px;
    padding-left: 0;
}

.checkout-container #checkout-payment-method-load .payment-method-content .newsletter p {
    font-size: 14px;
    line-height: 1.8;
    padding-bottom: 12px;
    margin-bottom: 0;
}

.checkout-container #checkout-payment-method-load .payment-method-content .newsletter .payment-option-inner.news-letter>div {
    margin-right: 0;
    margin-bottom: 10px;
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    margin-top: 0;
}

.checkout-container #checkout-payment-method-load .payment-method-content .newsletter .payment-option-inner.news-letter label {
    display: block;
    padding: 0 0 0 26px;
}

.checkout-container #checkout-payment-method-load .payment-method-content .newsletter .payment-option-inner.news-letter>div label span {
    font-weight: bold;
    color: #0d0d0d;
    margin-bottom: 7px;
    display: block;
    padding-left: 0;
    font-size: 14px;
}

.checkout-container #checkout-payment-method-load .payment-method {
    border-bottom: 1px solid #e8e8e8;
    clear: both;
    padding: 20px 0;
}

.checkout-container #checkout-payment-method-load .payment-method .payment-method-title {
    padding: 0 !important;
    margin: 0;
    border: none !important;
}

.checkout-container #checkout-payment-method-load .payment-method-content .checkout-agreements-block>div .customtext,
.checkout-container #checkout-payment-method-load .payment-method-content .checkout-agreements-block .checkout-agreement .action {
    font-weight: bold;
    color: #0d0d0d;
    margin-bottom: 7px;
    padding-left: 0;
    font-size: 14px;
    display: inline-block;
    width: auto;
}

.checkout-container #checkout-payment-method-load .payment-method-content .checkout-agreements-block .checkout-agreement label {
    padding-left: 10px;
}

.checkout-index-index .page-title-wrapper .page-title span.base {
    font-weight: 500;
    color: #244662;
    font-size: 32px;
    letter-spacing: 0;
}

.checkout-container #checkout-payment-method-load .payment-method-content .form-discount label.label {
    height: auto;
    text-align: left;
    display: block !important;
    width: 100%;
    position: static;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #989898;
}

.checkout-container .discount-code .payment-option-title .action-toggle {
    background: none;
    border: none;
    display: block;
    padding: 0;
    font-size: 100%;
    text-transform: capitalize;
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 26px;
}

#checkout-step-payment .form.payments .fieldset .discount-code.payment-option p {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.3;
    color: #0d0d0d;
}

#checkout-step-payment .form.payments .fieldset .discount-code.payment-option .label {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 7px;
    display: block;
    color: #000;
    font-weight: 600;
    margin-top: 0
}

@media(max-width: 1430px) {
    .checkout-index-index .page-title-wrapper {
        margin-top: -190px;
    }
}

@media(max-width: 1199px) {

    .checkout-container .opc-wrapper .opc,
    .checkout-container .opc-sidebar .opc-block-summary {
        padding: 20px;
    }

    .checkout-container .login-form .field.btnaction {
        width: 28.6%;
    }
}

@media(max-width: 1024px) {
    .checkout-index-index .page-title-wrapper {
        margin-top: 0;
    }

    .checkout-index-index .opc-progress-bar {
        margin-top: -100px;
    }

    /*===============================
    25-01-2023
============================================*/

    .checkout-cart-index .cart.table-wrapper .col.qty .input-text {
        margin-top: 0;
    }
}

@media(max-width: 991px) {
    .checkout-container #checkout-payment-method-load .payment-method-content .form-discount.order-comment-form label.label {
        padding-left: 0;
    }

    .checkout-index-index .opc-wrapper,
    .checkout-index-index .opc-sidebar {
        padding-left: 0 !important;
    }

    body.checkout-index-index .opc-progress-bar {
        margin-top: -106px;
    }

    /*===============================
    25-01-2023
============================================*/

    .checkout-cart-index .cart.table-wrapper .col.qty .input-text {
        margin-top: 0;
    }
}

@media(max-width: 767px) {
    body.checkout-index-index .logo {
        margin-left: auto;
    }

    body.checkout-index-index .page-title-wrapper .page-title span.base {
        display: inline-block;
        font-size: 22px;
    }

    .checkout-index-index .page-title-wrapper {
        display: none;
    }

    body.checkout-index-index .columns {
        margin-top: 0;
    }

    .checkout-container .login-form #personal-info-login {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }

    .opc-wrapper .step-title,
    .opc-block-shipping-information .shipping-information-title,
    .opc-block-summary>.title,
    .checkout-agreements-items .checkout-agreements-item-title,
    .checkout-index-index .opc-wrapper .step-title {
        padding-bottom: 10px;
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: normal;
    }

    .checkout-container #checkout-payment-method-load .payment-method-content .newsletter label>span,
    .checkout-container #checkout-payment-method-load .payment-method-content .newsletter .payment-option-inner.news-letter>div label span {
        font-size: 14px;
    }

    .checkout-container #checkout-payment-method-load .payment-method-content .newsletter .payment-option-inner.news-letter span {
        display: block;
        width: 100%;
        margin-top: 10px;
    }

    .checkout-container #checkout-payment-method-load .payment-method-content input[type=checkbox]+label,
    .checkout-container #checkout-payment-method-load .payment-method-content input[type=radio]+label {
        margin-left: 14px;
        display: block;
    }

    body.checkout-index-index .opc-wrapper ol li.checkout-payment-method {
        padding: 0 !important;
    }

    body.checkout-index-index .opc-wrapper ol li.checkout-shipping-address {
        padding: 0 !important;
    }

    body.checkout-index-index .opc-wrapper ol li.checkout-payment-method form {
        padding: 0 !important;
    }

    body #checkout-step-payment .form.payments .fieldset .discount-code.payment-option {
        margin: 0;
    }

    body .checkout-payment-method .payment-option._collapsible .payment-option-title {
        padding-top: 0 !important;
    }

    .checkout-payment-method .payment-method-title .payment-icon {
        margin-left: 0;
    }

    body.checkout-index-index p {
        font-size: 14px;
        line-height: 1.8;
    }

    body.checkout-index-index .opc-wrapper ol li.checkout-shipping-address .custom-billing-shipping input[type="checkbox"]+label:before,
    body.checkout-index-index .opc-wrapper ol li.checkout-shipping-address .custom-billing-shipping input[type="checkbox"]+label:after {
        left: -16px;
    }

    .checkout-container #checkout-payment-method-load .payment-method-content .checkout-agreements-block .checkout-agreement label {
        padding-left: 26px;
    }

    /*   25-01-2023 */
    body.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .product-item-head span {
        display: none !important;
    }

}

@media(max-width: 539px) {

    .checkout-container .field-set.row .p-info-field,
    .checkout-container .field-set.row .p-info-field {
        width: 100%;
        margin-bottom: 15px;
        padding: 0;
    }

    .checkout-shipping-address .form-shipping-address #shipping-new-address-form>.field:nth-child(2),
    .checkout-shipping-address .form-shipping-address #shipping-new-address-form>.field:nth-child(3) {
        width: 100%;
    }

    .checkout-container .field-set.row {
        margin: 0;
        align-items: center;
        display: inline-block;
        align-items: flex-start;
        width: 100%;
    }

    .checkout-container .login-form .field.email,
    .checkout-container .login-form .field.password,
    .checkout-container .login-form .field.btnaction {
        width: 100%;
        padding: 0 !important;
    }

    #checkout div#shipping-new-address-form fieldset.field.street .control .field,
    .billing-address-form fieldset.fieldset.address fieldset.field.street .control>div {
        margin: 5px !important;
        width: 100%;
    }

    .checkout-shipping-address .form-shipping-address #shipping-new-address-form input[name="postcode"] {
        max-width: 100%;
    }
}

/*===============================
    25-01-2023
============================================*/
.checkout-container .opc-sidebar .opc-block-summary .minicart-items .product-item .subtotal span {
    display: block;
    margin-bottom: 4px;
}

.checkout-container .opc-sidebar .opc-block-summary .minicart-items .product-item .subtotal {
    flex-wrap: wrap;
}

.cart-summary .checkout-methods-items .item {
    margin-bottom: 0;
}

.checkout-container #checkout-payment-method-load .payment-method .payment-method-title input#stripe_payments+label span {
    order: 1;
    margin: 0;
}

.checkout-container #checkout-payment-method-load .payment-method .payment-method-title input#stripe_payments+label:after {
    content: '';
    display: block;
    background: url(../images/visa-card.png) no-repeat;
    width: 226px;
    height: 40px;
    position: static;
    left: 20px;
    top: 0px;
    background-size: 220px auto;
    margin-top: -3px;
    margin-left: 20px;
}
.catalog-product-view div[aria-describedby="vat-popup"] button.ui-dialog-titlebar-close:before,
.close-popup-vat:before {
    content: 'x ';
    display: inline-block;
    color: #244662;
    margin-right: 5px;
    font-size: 26px;
}

.catalog-product-view div[aria-describedby="vat-popup"] button.ui-dialog-titlebar-close {
    opacity: 0;
}

.catalog-product-view div[aria-describedby="vat-popup"] button.ui-dialog-titlebar-close,
.close-popup-vat {
    position: absolute;
    top: 20px;
    font-weight: 500;
    right: 20px;
    color: #244662;
    height: auto;
    line-height: normal;
    text-decoration: underline;
}

.checkout-container div[data-bind="visible: isPaymentRequestAPISupported, afterRender: markPRAPIready"] {
    width: 100%;
}

.product-info-main .box-tocart .action.tocart.payment-request-button {
    margin: 0 auto;
    padding-top: 16px !important;
    clear: both;
}

.discount-exempt-text-checkout {
    width: 100%;
    float: left;
}

.product-info-main .box-tocart .action.tocart.payment-request-button:before {
    display: none;
}

.product-info-main .payment-request-button>div {
    max-width: 610px;
}

.custom-class-for-popup .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable .vat-exempt-no {
    text-align: center;
    min-width: 210px;
}

.vat-process-button button.vat-process-to-checkout {
    min-width: 150px;
}

.product-info-main .vatexemt-info .vatbtn {
    margin: 15px 0 0 0;
}

.checkout-container .checkout-payment-method .payments div[data-bind="visible: isPaymentRequestAPISupported, afterRender: markPRAPIready"] {
    order: -1;
    border-bottom: 1px solid #ccc;
}

.checkout-cart-index .ui-dialog[aria-describedby="vat-popup"],
.catalog-product-view .ui-dialog[aria-describedby="vat-popup"] {
    z-index: 9999;
}


@media screen and (max-width:767px) {
    .product-info-main .vatexemt-info .vatbtn {
        text-align: center;
    }
}

@media screen and (min-width: 992px) {
    .contact-us-mb {
        display: none !important;
    }
}


.opc-wrapper .actions-toolbar.stripehtml-btn {
    margin-bottom: 30px;
}

.opc-wrapper .actions-toolbar.stripehtml-btn .primary {
    width: 100%;
}

.opc-wrapper .actions-toolbar.stripehtml-btn .payment-request-button>div {
    width: 100%;
    max-width: 100%;
}

.opc-wrapper .actions-toolbar.stripehtml-btn .primary .payment-request-button.cart {
    width: 100% !important;
}
.checkout-index-index .close-popup-vat:before {
    display: none;
}
.checkout-index-index .opc-sidebar button.vat-exempt{position: static;}

@media screen and (min-width: 992px){
    .elementor-column.elementor-col-25, .elementor-column[data-col="25"] {
        width: 25%;
        padding: 0 15px;
    }
    }
    
    @media screen and (max-width: 991px){
        .elementor-column.elementor-col-25, .elementor-column[data-col="25"] {
            width: 33.33%;
            padding: 0 15px;
        }
    }
    
    @media screen and (max-width: 767px){
        .elementor-column.elementor-col-25, .elementor-column[data-col="25"] {
            width: 100%;
            padding: 0 15px;
        }
        .elementor-1470 .elementor-element.elementor-element-f9dbc38 > .elementor-widget-container {
            margin: 0% 0% 0% 0% !important;
        }
    }
    
