.navigation {
    background: none;
    z-index: 15;
}
.block-blog-related {
    display: none;
}
body.mpblog-post-view .sidebar.sidebar-main{display:none}
body.mpblog-post-view .mpcss #sharing{display:none}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 769px) {
.page-layout-2columns-left .main {
    padding-left: 0;
}
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}

.page-header.sticky {
    background: #fff none repeat scroll 0 0;
    border-bottom: 4px solid #325052;
    margin: 0 auto;
    max-width: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}


/*
.page-header {
    position: relative;
    background: #fff none repeat scroll 0 0;
}
*/


/*

.sticky {
    background: #fff none repeat scroll 0 0;
    border-bottom: 2px solid #131313;
    margin: 0 auto;
    max-width: 100%;
    max-height: 190px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

.padding {
    padding-top: 126px;
}

.paddingm {
    padding-top: 107px;
}
*/


.header.content {
    padding: 0 15px;
}

.navigation li a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 35px 10px;
    color: #333;
}

.navigation li a:hover {
    color: #2471b4 !important;
    background: #fff !important;
}

.sticky .navigation li a {
    color: #fff;
}

.sticky .navigation li a:hover {
    color: #fff;
}


.page-title-wrapper .page-title {
    font-size: 42px;
    font-weight: 600;
    text-align: center;
    padding-top: 0;
    color: #2471b4;
    text-transform: unset;
    margin-bottom: 47px;
    width: 100%;
}

.fa {
    margin: 0 !important;
}

.page-wrapper>.breadcrumbs,
.page-wrapper>.top-container,
.page-wrapper>.widget {
    max-width: 1280px;
    margin: 0 auto;
}

.sidebar-main .block,
.sidebar-additional .block {
    background: #fff;
    box-shadow: inherit;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.category-view .content {
    background: #fff;
    box-shadow: 0px 0px 5px #00000020;
    display: flex;
    padding: 7px;
    border-radius: 3px;
    min-height: 345px;
}

.sub-cat-tile h3 {
    font-weight: 600;
    margin-top: 10px;
    text-transform: capitalize;
    border-bottom: 1px dashed #555;
    padding-bottom: 6px;
    color: #2471b4;
}

.left-side-drawings {
    box-shadow: inherit;
}

.sidebar-main .block .block-title>strong,
.sidebar-additional .block .block-title>strong {
    color: #111111;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.products.products-grid,
.custom-slider {
    background: transparent;
}

.page-products .products-grid .product-item {
    background: #fff;
    min-height: 290px;
    margin-bottom: 15px !important;
    border-radius: 3px;
}

.action.primary {
    padding: 8px 18px;
    background: #fff ;
    border: 2px solid #2471b4;
    color: #2471b4;
    border-radius: 50px;
}
.action.primary:hover {
    background: #2471b4 ;
    color: #ffffff;
   border: 2px solid #2471b4;
}

.catalog-product-view .action.primary  {
    padding:14px 40px !important;
    background: #2471b4 ;
    border: 2px solid #2471b4;
    color: #fff;
    border-radius: 50px;
}
.catalog-product-view .action.primary:hover {
    background: #2471b4 ;
    color: #ffffff;
   border: 2px solid #2471b4;
}
.navigation .level0>.level-top {
    padding: 10px 12px;
}

.toolbar-sorter.sorter {
    float: right !important;
}

.modes .mode-grid,
.modes .mode-list {
    border: 0px solid;
}

.modes-mode:hover {
    background: transparent !important;
}

.product-addto-links {
    float: left;
}

 .skip-account .icon {
    background-position: 5px -48px;
}

.product .page-title {
    text-align: left;
}

.product.attribute.overview {
    clear: both;
}


.subcategories-container .bottom ul {
    margin-top: 0;
}

.filter-options-content .item a {
    color: #333;
    width: 100%;
    padding: 7px 25px;
    display: block;
}
.filter-options-content .item a:hover {
    background: #efefef;
}

.filter-options-content .item {
    margin-left: 0 !important;
}

.filter-options .count {
    color: #2471b4;
}

.page-footer .footer-top .footer-newsletter .block.newsletter .content .actions .action.subscribe.primary {
    background: #2471b4;
    border-color: #2471b4;
}

.home-advantage-block .hab-row .hab-inner .home-advantage-block-inner>span,
.page-footer .footer-top .footer-links .footer-links-main .footer-links-column .footer-column-content .footer.links>li>a:hover {
    color: #2471b4;
}

.page-footer .footer-top .footer-links .footer-links-main .footer-links-column .footer-column-content .footer.links>li>a {
    color: #cccc;
}

.minicart-wrapper .action.showcart:before {
    color: #fff;
    font-size: 18px;
    content:inherit;
    display: none;
}


.minicart-wrapper .action.showcart:hover:before {
    color: #fff;
}



.price-box .price {
    color: #2471b4;
}

.left-side-drawings .block-content {
    background: #fff;
    box-shadow: inherit;
    border: 1px solid #ddd;
}

.custom-title h2,
.tw-clm h2 {
    color: #2471b4;
}

.tw-clm h3,
.last-descr h3 {
    color: #2471b4;
}

a.button,
.one-four .button {
    background-color: #2471b4;
    border: 1px solid #2471b4;
}

.block.newsletter .form.subscribe {
    display: flex;
}

.page-header .panel.wrapper {
    border: 0;
}

#newsletter {
    margin-right: 0;
}

.block.newsletter .actions {
    margin: 0;
}

.acc-section-bg {
    background: #fff;
}

.acc-section-bg .acc-title {
    margin-bottom: 0;
   
}

.accordion-section.acc-section-bg {
    margin-bottom: 25px !important;
}

.custom-ul li:before {
    font-family: "FontAwesome";
    content: "\f05d";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
}

.custom-ul li {
    display: flex;
}

.acc-section-bg.no-bor {
    background: transparent;
}

.column.main {
    margin: 0 !important;
    max-width: 100%;
}


.block-title h2,
.block-title h3,
.block-title strong,
.fieldset>.legend {
    color: #333;
    font-size: 18px;
    font-weight: 600 !important;
}

.fieldset>.field {
    margin: 0 0 20px;
}

.actions-toolbar .secondary {
    float: left;
}

.customer-account-create .fieldset,
.customer-account-create .buttons-set {
    margin-left: 0;
}

.password-strength-meter {
    background-color: transparent;
    color: red;
    padding: 0;
}

.customer-account-forgotpassword .fieldset,
.customer-account-forgotpassword .buttons-set {
    margin-left: 0;
}

.customer-account-login .page-title,
.customer-account-create .page-title,
.customer-account-forgotpassword .page-title {
    text-transform: capitalize;
    font-size: 22px;
    font-weight: bold;
    color: #202020;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
    text-align: left;
    margin-top: 70px;
}

.login-container .block-title {
    border-bottom: 0px solid #ccc !important;
}

textarea {
    width: 100%;
    max-width: 365px;
}
.minicart-wrapper .action.showcart.active
{
    display: flex;
}

.minicart-wrapper .action.showcart.active:before {
    color: #fff;
    display: none;
}

.minicart-wrapper .action.showcart.active:hover:before {
    color: #fff;
}

.product.product-item {
    margin-bottom: 0 !important;
}

.minicart-items .product-item-name a {
    color: #333;
}

.image-caption .price-box .price,
.price {
    color: #2471b4;
}
.price-including-tax .price, .price-excluding-tax .price
{
 font-size: 28px;
 color: #2471b4;
 font-weight: 600;
 text-align: right;
    float: right;
}
.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
    background: transparent;
    box-shadow: inherit;
}

.cart-summary {
    background: #fff;
}

.image-caption .price-box .price,
.price {
    font-size: 16px;
    color: #333;
}

.column.main .paypal-review-discount .block>.title strong,
.column.main .cart-summary .block>.title strong {
    font-size: 16px;
}

.cart-totals {
    padding: 0;
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
    width: 100%;
    max-width: 100%;
}

button,
.cart.table-wrapper .actions-toolbar>.action,
.action-gift {
    border-radius: 3px;
    background-image: none;
    background: #f2f2f2;
    border: 1px solid #cdcdcd;
    color: #333333;
    cursor: pointer;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 7px 15px;
    font-size: 1.3rem;
    line-height: 1.5rem;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
}

.cart.table-wrapper th {
    font-weight: 600;
    padding: 6px 10px !important;
    text-transform: uppercase;
    font-size: 13px;
    color: #333;
}

.field .control._with-tooltip input {
    margin-right: 9px;
    width: 100%;
}

.field-tooltip {
    right: 5px;
    top: -2px;
}

.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary>.title,
.checkout-agreements-items .checkout-agreements-item-title {
    font-weight: 500;
    font-size: 18px;
}

.opc-block-summary .items-in-cart>.title strong {
    font-weight: 400;
    margin: 0;
}

.opc-sidebar {
    margin: 0 0 18px;
}

.opc-block-summary {
    background: #fff;
}


/* width */

::-webkit-scrollbar {
    width: 5px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #ccc;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #efefef;
}

.block.newsletter .field .control {
    width: 300px;
}

.category-faqs .accordion-section-title:after {
    font-family: "FontAwesome";
    content: "\f107";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    background: transparent;
    color: #666;
}

.category-faqs .accordion-section-title.active:after,
.category-faqs .accordion-section:hover>.accordion-section-title:after {
    font-family: "FontAwesome";
    content: "\f107";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    color: #fff;
    background: transparent;
}

.category-faqs .accordion-section-content {
    background: #fff;
}

.category-faqs .accordion-section-title {
    border: 1px solid #ccc !important;
}

.service-img {
    max-height: 300px;
    width: 100%;
}

.service-img img {
    max-height: 300px;
    max-width: 100%;
    margin: 0 auto;
}

.sub-cat-tile {
    width: 100%;
}

.category-view .content {
    margin-bottom: 20px;
}

 

select {
    border-radius: 3px;
}

.service-draws {
    background-color: #2471b4;
    padding: 10px 15px;
}

.products-grid .item {
    box-shadow: inherit;
    /* box-shadow: 0px 0px 5px 1px rgba(160, 160, 160, 0.3); */
}

.pages strong.page {
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
}

.pages a.page:hover {
    background: #fff;
    border: 1px solid #ccc;
    color: #2471b4;
}

.pages .action.next:hover, .pages .action.previous:hover {
    background: transparent;
    border: 1px solid #ccc;
    color: #333;
}

.pages .action.next,
.pages .action.previous,
.pages a.page,
.pages strong.page {
    height: 35px !important;
    width: 35px !important;
    line-height: 33px !important;
    text-align: center;
    float: left;
    border: 1px solid #f5f5f5;
    background: transparent;
    color: #333;
}
.pages a.page:visited
{
    color: #333;
}
.pages .action.previous:before, .pages .action.next:before
{
        margin-top: -4px;
       border-left: 4px solid #333;
}
.pages li.current {
    height: 35px !important;
    width: 35px !important;
}

.toolbar-products .pages {
    height: 35px;
}

.filter-current .filter-label:after {
    font-family: "FontAwesome";
    content: "\f105 ";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    padding-left: 15px;
}

.block-content li.item {
    margin: 0;
}

.page-products .products-grid .product-item {
    width: 31%;
    margin: 10px !important;
    padding: 0;
}

.page-products .product-item-info {
    width: 100%;
}

.product-image-container {
    display: inline-block;
    max-width: 100%;
    width: 100%;
    height: 200px;
}

.product-image-wrapper {
    height: 200px;
    display: block;
    position: relative;
    z-index: 1;
    padding: 0 !important;
}

.modes-mode.mode-list {
    display: none !important;
}

.product-item-photo .product-image-container {
    height: auto;
}

.hb-wrapper.testmonial-back {
    display: none;
}

@media only screen and (max-width: 767px) {
    .navigation li a,
    .navigation li a:hover {
        color: #fff;
        text-decoration: none;
    }
}

.owl-nav,
.owl-dots {
    display: block;
}

.home-parallax-block {
    padding: 0;
    margin: 0;
}

.third-party-content p {
    margin: 0 auto !important;
}

.sections.nav-sections {
    margin: 0;
}

#maincontent .page.messages {
    margin: 0;
}

.cms-home .navigation li a,
.cms-home .navigation .level0>.level-top {
    color: #fff;
}


.cms-home .logo {
    margin-top: 5px;
}

.navigation .level0>.level-top {
    color: #000000;
}

.sticky .navigation .level0>.level-top {
    color: #fff;
}

.post-item-wraper {
    border: 0;
}

.post-item-wraper:hover {
    box-shadow: inherit;
    border: 0;

}
.category-products .products-grid li.item .actions {display:block;opacity:1;}
.mpblog-post-index .post-info-wraper h2.mp-post-title a {
    color: #2471b4 !important;
}

.breadcrumbs {
    padding: 10px 0;
}

.list-post-tabs:hover {
    background-color: #fff;
}

.mpblog-post-index .post-info-wraper h2.mp-post-title a,
.mpblog-post-index .about-admin h4.admin-title a,
.mpblog-post-index .mp-post-meta-info a.mp-read-more,
.mpblog-post-index .mp-post-info a.mp-info,
.mpblog-post-index ul.menu-categories a.list-categories:hover,
.mpblog-post-index .products-same-post a.product-item-link:hover,
.mpblog-post-index a.mp-relate-link,
.mpblog-product-name {
    color: #2471b4 !important;
}

.navigation ul {
    text-align: right;
}

.owl-carousel .owl-stage-outer {
    padding: 0;
}

.trust-wrap {
    padding: 25px 0 25px 0;
}



.cms-home .page-header.sticky .nav-primary {
    margin-top: 20px;
}
.cms-home .nav-primary
{
   margin-top: 25px;
}
.navigation .level0 .submenu {
    color: #fff;
    border: 0px;
    padding: 0 !important;
}

.navigation .level0 .submenu a {
    color: #fff;
    text-align: left;
     padding: 5px 18px;
    font-size: 15px;
     background: #2471b4;
}


.navigation .level0 .submenu a:hover {
    color: #2471b4;
    background: #fff;
    text-align: left;
}
.navigation .level0 .submenu {
    max-width: 200px;
}

.navigation ul {
    margin-top: 20px;
}


.navigation,
.breadcrumbs,
.page-header .header.panel,
.header.content,
.footer.content,
.page-wrapper>.widget,
.page-wrapper>.page-bottom,
.block.category.event,
.top-container,
.page-main {
    max-width: 1248px;
}

.page-wrapper>.breadcrumbs,
.page-wrapper>.top-container,
.page-wrapper>.widget {
    max-width: 1248px;
    padding: 10px 15px;
}

.logo {
    padding-left: 0;
}

.customer-menu {
    display: none;
}

.customer-welcome.active .customer-menu {
    display: block;
}

.customer-welcome {
    background: transparent;
     width: auto;
}

.customer-menu .header.links {
    margin-top: 13px;
    background: #fff;
}

.customer-name a {
    font-size: 15px;
    color: #666 !important;
}

.minicart-wrapper {
    border: 0px solid #2471b4;
    background: transparent;
    float: left;
    height: auto;
}



.minicart-wrapper .action.showcart .text {
    color: #333;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
}

.cms-home .minicart-wrapper {
   border: 0px solid #fff;
    width: 100%;
}

.cms-home .minicart-wrapper .action.showcart:before {
    color: #fff;
    font-size: 18px;
    content: inherit;
}

.cms-home .minicart-wrapper .action.showcart .text {
    color: #333;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 16px;
}

.sticky .minicart-wrapper {
    border: 0px solid #fff;
}

.sticky .minicart-wrapper .action.showcart:before {
    color: #333;
    font-size: 18px;
}

.sticky .minicart-wrapper .action.showcart .text {
    color: #333;
}
.tw-clm .image-caption a.button-link
{
  color: #2471b4;
}
.sidebar-main .block, .sidebar-additional .block
{
    padding: 0;
}
.sidebar-main .block .block-title, .sidebar-additional .block .block-title {
    border-bottom: 0px solid #d1d1d1;
    padding: 10px 15px;
    background: #2471b4;
    margin-bottom: 0;
    text-transform: capitalize;

}
.sidebar-main .block .block-title>strong, .sidebar-additional .block .block-title>strong
{
  color: #fff;
  font-weight: bolder !important;
  font-size: 20px;
 text-transform: capitalize;

}
 .block-content > dl > dt {
    margin: 0;
    margin-bottom: 10px;
    color: #2471b4;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    margin-bottom: 0px;
    padding: 9px 10px 9px 24px;
    position: relative;
    display: block;
    border-bottom: 2px dashed rgba(160, 160, 160, 0.3);
}
.filter-options .filter-options-content {
    margin: 0 ;

}

 .page-wrapper
{
     background: #f5f5f5;
     /*background: linear-gradient(to bottom, rgba(221,221,221,1) 0%, rgba(255,255,255,1) 100%)*/

}
.price-box .price-text-label{
   font-size: 24px;
    font-weight: 600;

}
.page-title-main
{
    clear: both;
}

.product-info-main, .product.media
{
    top: 80px;
    position: relative;
}
.btn-area-div.tw-clm.last .product-links .button-link
{
        color: #2471b4;
}
a.button, .one-four .button {
    background-color: #2471b4;
    border: 1px solid #2471b4;
    color: #fff !important;
}
.fotorama--fullscreen
{
    z-index: 19991 !important;
}
.field  .control textarea
{
    max-width: 100%;
}
.field.choice.related
{
    max-width: 100% !important;
    width: 100% !important;
}
.products-grid .price-box {
       display: inline-flex;
}
.products-grid .price-box  span{
   padding: 0 2px;
}
.products-grid .item:hover
{
    box-shadow: inherit;
}
.products-grid .product-item .product-item-info .product-item-details .product-item-inner
{
   background: transparent;
 }
span.weee{
    display: initial;

}
.page-main > .page-title-wrapper .page-title
{
margin: 40px 30px 45px 30px;
}
.product-item-details .product-item-name
{
    min-height: 45px;
}
.fotorama__nav-wrap
{
    margin-top: 50px;
}
.fotorama__stage
{
    max-height: 400px;
    background: #fff;
}
.review-add
{
    margin-top: 30px;
}
.action.primary span:after
{
    font-family: "FontAwesome";
    content: "\f178 ";
    display: inline-block;
    padding-left: 6px;
    vertical-align: middle;
}
.mp-post-title
{
    font-size: 18px;
    line-height: 25px;
}
.bb-rss-icon
{
    display: none;
}
.product-item-inner .product-item-actions
{
    padding: 0;
}
a:visited, .alink:visited, .plinks
{
    color: #2471b4;
}
.page-header.sticky .nav-primary li.level0 > a
{
    padding: 10px 12px;
}
.navigation .level0:last-child
{
    padding-right: 12px;
}
.customer-welcome .customer-menu .header.links li
{
    padding: 0;
}
.customer-welcome li a
{
        padding: 5px 15px;
        color: #333;
}
.customer-welcome li a:hover
{
    color: #2471b4;
}

.minicart-wrapper:before, .minicart-wrapper:after
{
    display: none;
}
.cms-home .minicart-wrapper .action.showcart
{
    padding: 15px 15px;
}
.cms-home .minicart-wrapper .action.showcart .counter.qty
{
    margin-top: -1px !important;
}
.minicart-wrapper .action.showcart
{
    margin-top: -10px;
    display: flex;
    padding: 0 15px;
}
.minicart-wrapper .action.showcart .counter.qty.empty
{
    display: block;
}
.minicart-wrapper .action.showcart .counter.qty
{
    color: #333;
    line-height: 16px;
    margin-top: 14px;
    margin-left: 5px;
    
}
a, a:hover
{
    text-decoration: none !important;
}
.cms-home .nav-primary a:hover, .cms-home .nav-primary li:hover > a {
    color: #2471b4;
    background: #fff;
}
.navigation .level0 .submenu .active > a
{
  color: #2471b4;
}

.product-item .price-box .price
{
    font-size: 22px;
}





.page-main > .page-title-wrapper .page-title
{
        font-family: 'Lato', 'Oswald';
            font-size: 42px;
    font-weight: bold;
}
.filter-options .filter-options-title
{
    text-transform: uppercase;
    padding: 9px 10px 9px 17px;
    margin-top: -1px;
    font-size: 15px;
}
.cms-home .phone-num
{
        padding: 30px 0 15px 0;
}
.customer-welcome .action.switch:after
{
    content: inherit;
}
.customer-welcome .action.switch:before {
    font-size: 22px;
    color: #999;
    content: '\f007';
    font-family: "FontAwesome";
    display: inline-block;
    padding-left: 6px;
    vertical-align: middle;
    padding-right: 10px;
    padding-left: 0;
}
.customer-welcome .action.switch {
    padding: 4px 15px;
}
.header.content
{
    z-index: -1;
}
.customer-name a {
    font-size: 15px;
    color: #666;
    padding: 4px 15px;
    display: inline-block;
}
.new-contacts .tab-content, .contact-index-index  .tab-content
{
    border: 0;
}
.new-contacts .page-title h2, .contact-us-con .page-title h2 {
    background-color: #eee;
}
.contact h2 {
    display: block;
    margin: 20px 0 30px 0;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
    float: left;
    width: 100%;
}
.custom-contacts .form.contact, .new-contacts .form.contact
{
    max-width: 100%;
    width: 100% !important;
}

.message.success
{
  font-size: 16px;
  color: #333;
  border-left: 5px solid #11b400;
  padding-left: 25px;
}
.message.success:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #11b400;
    border-right: none;
    left: 0;
    top:13px;
}
.message.success > *:first-child:before
{
    display: none;
}
.cart.main.actions button, .cart.main.actions .action.continue
{
    background: no-repeat;
    border: 0;
    color: #2471b4;
}
.checkout  .primary.checkout
{
    font-size: 14px !important;
    padding: 7px 15px !important;
    background: #2471b4;
    color: #fff;
}
.checkout  .primary.checkout:hover
{
    font-size: 14px;
    padding: 7px 15px;
    background: #fff;
    color: #2471b4;
}
.image-caption .price-box .price, .price {
    font-size: 28px;
    color: #2471b4;
    line-height: 34px;
}
#discount-coupon-form .input-text, .cart .giftcard .input-text
{
    width: 100%;
}
.action.apply
{
    width: 100%;
}
.opc-block-summary .product-item .price {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}
.opc-block-summary .product-item .product-item-name-block
{
    vertical-align: top;
}
.cart-summary._sticky
{
    top: 0 !important;
}

.cms-home .custom-header-wrapper
{
    margin-top: 0;
}

.cms-home .sticky .custom-header-wrapper
 {
    margin-top: 0;
}
.box-tocart .actions, .box-tocart  .field.qty
{
   float: left;
}
#trustwaveSealImage
{
    margin-top: 25px;
}

.custom-header-wrapper
{
    max-width: 1190px;
    margin: 0 auto;
}
.logo {
    max-width: 290px;
    min-height: 46px;

}


 .account-cart-wrapper {
        position: fixed;
            z-index: 10;

}
.skip-account:not(.skip-active):hover .icon {
    background-position: -45px -48px;
}

html {
  scroll-behavior: smooth;
}
.sidebar.sidebar-additional
{
    display: none;
}

.abs-shopping-cart-items-desktop, .block-cart-failed, .cart-container .cart-gift-item, .cart-container .form-cart {
    float: left;
    position: relative;
    width: 60%;
}
.cart-summary {
    float: right;
    position: relative;
    width: 38%;
}
#shipping-zip-form div.field
{
  width: 30%;
    float: left;
    margin-right: 5px;
}

 #block-shipping-heading
 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px !important;
 }

.cart-totals .grand .mark , .totals-tax .mark
{
    font-size: 22px;
   text-transform: uppercase;
}
button:focus, button:active, .cart.table-wrapper .actions-toolbar > .action:focus, .cart.table-wrapper .actions-toolbar > .action:active, .action-gift:focus, .action-gift:active
{
       background:transparent;
    border: 0px solid #cdcdcd;
    color: #333333;
}
.cart.table-wrapper .product-item-photo
{
    padding-right: 0;
    max-width: 120px;
    width: 120px;
    display: block;
}
.item-info .item
{
     width: 120px;
    margin-right: 0;
    margin: 0;
    right: 0;
    padding: 0 !important;
    display: table-cell !important;
}


.cart-totals .totals-tax-summary .amount .price:after{
   right: 168px;
    top: 4px;

}
.cart-totals .totals-tax-summary .amount .price{
    padding-right: 0px;
}
.cart-summary{
    background: none;
}
.discount-div,#block-shipping,.cart-totals{
    padding: 10px 15px;
    background-color: #fafafa;
    box-shadow: 0px 0px 5px 1px rgba(160, 160, 160, 0.3);
    margin-bottom: 20px;
}
.discount-div .fieldset.coupon{
    margin-bottom: 0px;
}
.paypal-review-discount .block > .title, .cart-summary .block > .title{
    border-top:none;
}
#discount-coupon-form .input-text{
    width: initial;
}
.cart-totals .totals-tax-summary .mark, .cart-totals .totals-tax-summary .amount, .opc-block-summary .table-totals .totals-tax-summary .mark, .opc-block-summary .table-totals .totals-tax-summary .amount
{
    border-top:  0px;
    border-bottom: 0px;
}
.cart-totals{
    border: 0;
}
.cart-totals table th{
    text-align: right;
}

.cart-sku-label{
    font-weight: 600;
    color: #2471b4;
}
.cart-container .checkout-methods-items .action.primary {
    width: 60%;
}
.cart-container .checkout-methods-items #trustwaveSealImage{
    margin-top: 0px;
}


.cart-totals .mark, .opc-block-summary .table-totals .mark {
    font-weight: 500;
    text-transform: uppercase;
    top: 5px;
    position: relative;
}
.estimate > .field > .label {
    font-weight: 600;
    text-transform: uppercase;
}
.summary.title
{
    display: none;
}
.cart-totals .mark strong, .opc-block-summary .table-totals .mark strong {
     top: -6px;
    position: relative;
}


.footer.links
{
    width: 100%;
}
.footer.links
{
    width: 100%;
}
.captcha
{
    position: relative;
    top: 15px;
}
#newsletter {
    margin-right: 0;
    height: 40px;
}
.footer .block-subscribe .actions .button {
    border-radius: 0;
}
.header-vid .head-content h3 {
     letter-spacing: 0.6px;
}
.header-vid .button
{
        margin-top: 21px;
}
.head-content {
    max-width: 1180px;
    }
    .navigation .level0:last-child {
    padding-right: 12px;
    margin-right: -6px;
}
.cms-home .phone-num a {
    padding: 5px 26px;
}
.page-header.sticky .nav-primary
{
    margin-top: 20px;
}
.page-header {
    min-height: 95px;
}
.product-item-photo
{
   padding-top: 10px !important;
}
 
.page-footer .footer-bottom .copuright-outer {
    padding: 0;
}
.page-footer .footer-bottom .copuright-outer .copyright {
     font-size: 16px;
    color: #999;
}
.products-grid .actions
{
      margin-bottom: 25px; 
          margin-top: 25px; 
}
#shopping-cart-table thead, .cart.main.actions {
    box-shadow: 0px 0px 5px 1px rgba(160, 160, 160, 0.3);
    font-size: 13px;
}
.cart.main.actions 
{
    padding: 10px 5px;
}
.toolbar.toolbar-products {
    background-color: transparent;
    border: none;
    box-shadow: 0px 0px 3px 1px rgba(160, 160, 160, 0.3);
    padding: 8px 10px 4px 10px;
}
.price-box .price-text-label, .product-info-main .price-box .price-final_price .price-wrapper .price {
    font-size: 32px;
}
.product-item-name > a, .product.name a > a
{
     font-weight: 600;   
}
.totals-tax-summary .mark
{
   font-size: 22px;
    top: 5px;
    position: relative;
}
.sub .mark
{
    font-size: 16px;
}
.videoContainer1 {
      position: absolute;
    width: 100%;
    display: block;
position: absolute;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
 
 
.videoContainer1 video {
       position: relative;
    width: 100%;
    max-width: none;
    height: 680px;
    min-height: 30em;
    max-height: 155vw;
    display: block;
    object-fit: cover;

}
.header-vid {
     min-height: 0;
     
}
.video-modal
{    overflow: hidden;
    height: 650px;
    background: #000;
    z-index: -1;
    position: relative;
}
.overlay-video
{
    position: absolute;
    width: 100%;
    height: 650px;
    background: rgb(0, 0, 0, 0.3);
    top: 0;
    left: 0;
}
.header-vid .head-content {
    position: absolute;
    z-index: 9;
    padding-top: 230px;
    top: 0;
    max-width: 1170px;
    left: 0;
    right: 0;
}
.carousel-wrap {
    margin: 10px auto !important;
    padding: 0 5%;
    max-width: 1300px;
    position: relative;
}
.play-icon{
    position: absolute !important;
    background-image: url(./images/play-player-blue-round.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
    left: 0;
    right: 0;
    top: 46%;
    bottom: 0;
    text-align: center;
    background-size: 50px;
    margin: 0 auto;
    z-index: 11;
}
 .modal-popup .modal-inner-wrap {
     width: 100%;
    max-width: 780px;
     
    }
    
    .review-form .action.submit.primary {
    background: #2471b4;
    border: 1px solid #2471b4;
    color: #fff;
    margin-top: 20px;
}
#header {
    z-index: 128;
    border: 0;
}
.review-control-vote .rating-1
{
    padding: 0 !important;
}
.mas-vis-logos img {
    margin: 0 auto;
    float: left;
    left: 0;
}
.cart-container .checkout-methods-items .action.primary {
    margin-bottom: 15px;
}
.hero__cover.new-cover {
    width: 100%!important;
    max-width: 100%!important;
}
/*.hero__cover img, .hero__cover video {
    width: 100%;
    max-width: none;
    height: 100vh;
    min-height: 30em;
    max-height: 150vw;
    display: block;
    object-fit: cover;
}*/
.carousel-wrap
{
  width: 100% !important;
}
.cms-index-index .widget.block.block-static-block {
    width: 100%;
    padding: 0;
    margin: 0;
    max-width: 100%;
    background: #fff;
}
.product-image-photo
{
    margin: 0;
}
.reviews-actions a
{
    color: #2471b4;
}
.navigation .level0.active > a:not(.ui-state-active), .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: transparent;
    
}
.hero__cover {
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%!important;
    max-width: 100%!important;
    bottom: 0;
     
}
.hero__cover img, .hero__cover video {
    width: 100%;
    max-width: none;
    height: 100vh;
    min-height: 30em;
    max-height: 155vw;
    display: block;
    object-fit: cover;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    height: 300px;
    position: absolute;
    top: 0;
}
.owl-nav .owl-prev {
    left: -30px;
}
.fa-caret-right:before {
    content: "\f054" !important;
        margin-right: -10px;
}
.fa-caret-left:before {
    content: "\f053" !important;
     margin-left: -10px;
}
.owl-nav i {
    font-size: 40px !important;
    font-weight: 300;
    color: #fff;
    -webkit-text-stroke-width:5px;
    -webkit-text-stroke-color: #377db9;
}
.slider-view p
{
    width: 90%;
    text-align: center;
        margin: 0 auto;
}
.opc-wrapper .step-title
{
    font-weight: 600;
}
.checkout-container .minicart-wrapper .action.showcart .counter.qty {
   margin-top: 0; 
   padding: 10px 5px;
}
.checkout-container  .estimated-block
{
    display: flex;
}
.checkout-container  .estimated-block .estimated-price
{
    margin-left: 10px;
    font-size: 32px;
    font-weight: 600;
    color: #2471b4;
    margin-top: -12px;
}
.checkout-container  .opc-estimated-wrapper
{
  border: 1px solid #ccc;  
}
 .item-options .radio + label
{
    vertical-align: bottom;
}
.item-options  .radio
{
    top: 2px;
}
#co-shipping-method-form .price
{
    padding-left: 0;
    font-size: 16px;
    line-height: 22px;
}
.table-checkout-shipping-method input[type="radio"]
{
     top: 10px;
}
.table-checkout-shipping-method tbody td {
   vertical-align: top;
}
.one-step-checkout-wrapper .table-totals tbody .amount
{
    padding-right: 0;
    vertical-align: middle;
}
.osc-place-order-block
{
    border: 0;
    padding: 0 !important;
}
.one-step-checkout-wrapper .table-totals .mark
{
    position: initial;
    vertical-align: top;
    font-size: 16px;
    line-height: 28px;
}
.one-step-checkout-wrapper .table-totals .mark strong
{   
        font-size: 16px;
    line-height: 45px;
    top: -4px;
}
.opc-block-summary .table-totals .grand .mark
{
    vertical-align: middle;
}
.button-action
{
    background: transparent;
}
.order-summary.hoverable .step-content
{
    margin: 0;
}

.order-summary .totals-tax .mark
{
    font-size: initial;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
    display: block !important;
        padding: 0;
    padding-bottom: 20px;
}
 
.discount-code
{
   background: #fff;
    padding: 0 22px;
    border: 1px solid #ccc; 
}
.action-apply, .action-apply:hover
{
        background-color: #1979c3;
    border-color: #1979c3;
    font-size: 18px;
    padding: 12px 15px;
    width: 100% !important;
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
}
.minicart-items .product-item-name {
    font-weight: 400;
    margin: 0 0 9px;
    color: #000;
   font-family: 'Lato', 'Oswald';
}
.table-checkout-shipping-method tbody td {
   padding: 5px !important;
}
 .row-mp, .order-summary
{
    padding: 10px;
    background: #fff;
    margin: 5px 0;
}
#checkout-review-table thead th, #checkout-review-table tbody tr td, #checkout-review-table tfoot tr td {
    padding: 15px 0px;
    border-bottom: 1px solid #dcd8d8;
     min-width: 10px; 
}
#checkout-review-table {
     border: 0px solid #dcd8d8;
    
    }
    .minicart-items-wrapper.overflowed
    {
         overflow: hidden;
    }
    .opc-estimated-wrapper {
    display: block;
}
.payment-method .control
{
    margin: 0 !important;
}
.checkout-payment-method .payment-method-title {
       padding: 0 !important;
    margin: 0 !important;
    margin-bottom: 16px !important;
    border: 0;
}
 
.checkout-payment-method .payment-method-content {
     padding: 0;
}
.form-discount .primary
{
    width: 100% !important;
    margin-top: 15px;
}
.discount-code .payment-option-title 
{
    padding-left: 0; 
}
.checkout-payment-method .payment-option-title .action-toggle {
    color: #000;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
}
.cart-totals, .opc-block-summary .table-totals {
    background-color: #fff;
}
.step-content table .amount
{
    width: 120px;
}
tr.totals-tax
{
  display: table-row;  
}
th.mark, td.amount {
    width: auto;
    }
    .one-step-checkout-wrapper .minicart-items-wrapper .product-item-detail {
    display: flex;
    padding-left: 10px;
        width: calc(100% - 80px);
        float: left;
}
#checkout-review-table .product-item
{
    position: relative;
        border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}
#checkout-shipping-method-load .table-checkout-shipping-method .row
{
        display: table-row;
}
#checkout-shipping-method-load .table-checkout-shipping-method .row .col-method input {
        vertical-align: top;
    margin-top: -5px !important;
}
.osc-place-order-block .field-row {
    border: 0px solid #cccccc;
    padding-left: 0;
}
.opc-wrapper .fieldset > .field.required > label:after {
    margin-left: -7px;
    position: absolute;
    top: 5px;
}
.box-tocart .field.qty
{
  margin-top: -7px;
}
.checkout-payment-method .credit-card-types img:hover
{
    -webkit-filter: inherit;
    -webkit-transition: all .6s ease;
    filter: inherit;
}
.coupon-th 
{
    position: absolute;
    right: 0;
    width: 540px;
    top: 290px;
    padding: 25px 0;
}
.coupon-th  a
{
      width: 100%;
      
}
.coupon-th  a img
{
      width: 100%;
     background-size: 100%;
}
#customers .owl-nav
{
    display: none;
}
.checkout-cart-index .coupon-th {
    position: relative;
    right: 0;
    width: 540px;
    top: 0;
    padding: 25px 0;
    margin: 0 auto;
}
.block-search
{
    width: 100%;
    z-index: 10;
    padding: 0 15px;

}
.block-search .action.search:before {
    color: #333;
    padding-right: 20px;
}
.block-search input {
    background: #fff none repeat scroll 0 0;
    border-color: #333;
    color: #333;
    }
 .block-search   ::placholder {
    color: #333;
    }

 
.block-search .control {
    border-top: 0px solid #d1d1d1;
}
.onestepcheckout-index-index .page-title-wrapper {
    margin-top: 0;
}
 
.onestepcheckout-index-index  #maincontent {
    margin-top: 0;
}
.onestepcheckout-index-index #header.sticky {
    height: auto;
}
.onestepcheckout-index-index #header {
    height: auto;
}
.checkout-shipping-address .field-tooltip , .billing-address-form .field-tooltip 
{
   display: none;
}
 
.opc-block-summary .product-item .subtotal {
    display: table-cell;
    text-align: right;
    width: 150px;
}
 .one-step-checkout-wrapper .minicart-items-wrapper.overflowed {
    overflow: inherit;
} 
 
 .one-step-checkout-wrapper .opc-block-summary .block.items-in-cart {
    margin-bottom: 40px !important;
    display: inline-block;
    width: 100%;
}
.cart-totals .grand .amount, .opc-block-summary .table-totals .grand .amount {
    padding-right: 0;
    text-align: right;
}
#checkout-review-table .product-image-wrapper img {
    max-width: 75px;
    height: auto;
}
.one-step-checkout-wrapper .summary-header
{
    display: none;
}
.minicart-items .product-item:first-child {
    padding-top: 15px;
}
.opc-block-summary .items-in-cart .product {
    position: relative;
    width: 100%;
}
.opc-block-summary .product-item .product-item-inner {
    display: initial !important;
    
}
 .minicart-wrapper .qty .counter-label
 {
        display: contents;
 }
 .minicart-wrapper .qty .counter-number {        display: none; }
 .phone-link a {
    font-size: 18px;
}
.contact-button {
        width: 100%;
    display: table-cell;
 }
 .third-party-content {
     border: 1px solid #ededed; 
     box-shadow: inherit; 
 }
     
.add-to-box .button-container a{
    padding: 10% !important;
    text-align: center;
}

.newsletter { 
    z-index: 124;    
    position: relative;
}

a:visited, .alink:visited, .plinks {
    color: #2eadf0;
}