/*custom css*/
/*success page css*/
.checkout-success__wrapper {
    max-width: 291px;
    margin: 0 auto;
    padding: 40px 0 0 0;
}



.checkout-success__wrapper .actions-toolbar .primary {
    float: revert;
}

.checkout-success {
    display: block;
    text-align: center;
    max-width: 350px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 5%;
}

.checkout-onepage-success {
    background: #F6F7F8;
}

h1.checkout-success__heading {
    color: #0F1111;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: normal;
}

span.checkout-success__text {
    color: #999;
    text-align: center;
    font-family: Lato;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.6px; /* 166.154% */
    padding-bottom: 5px;
    max-width: 291px !important;
}

.checkout-success .action.primary.continue {
    min-width: 142px;
    border-radius: 5% !important;
    margin-bottom: 36px !important;
}
.checkout-onepage-success main#maincontent {
    padding: 50px 10px;
}
.checkout-onepage-success .column.main {
    padding-bottom: 0;
}
/*end success page */
@media screen and (min-width: 768px) {
    .search-autocomplete {
        position: fixed !important;
    }
}

@media screen and (max-width: 767px) {
    .search-autocomplete {
        margin-top: 20px;
        left: 2%;
        width: 96%;
        top: 100px;
    }
}

#topbar {
    background: #ececec;
}

.top-banner {
    background: #272827;
    height: 100%;
    font-size: 20px;
    padding: 18px 15px 9px;
    vertical-align: middle;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
}


#topbar p > strong, #topbar p > a {
    display: block;
    text-align: left;
    font-size: 12px;
    color: #272827;
}

.top-banner:before {
    width: calc(100% - 20px);
    content: "";
    height: 10px;
    position: absolute;
    left: 10px;
    bottom: -10px;
    background: #272827;
    z-index: 6;
}

.top-banner:after {
    content: "";
    border-top: 10px solid #a9a9a9;
    border-left: 0px solid #a9a9a9;
    border-right: 7px solid #5a000000;
    position: absolute;
    right: 3px;
    bottom: -10px;
    z-index: 6;
}

.top-banner span > small {
    position: absolute;
    top: -10px;
    right: 5px;
    font-weight: 900;
    color: #8c8c8c;
}

.top-banner span {
    position: relative;
    margin-right: 10px;
}

.top-banner a.btsy {
    background: #f9a51a;
    padding: 5px 10px;
    border-radius: 5px;
    border: 2px solid #fff;
    color: #fff;
}

#topbar p {
    margin-bottom: 0;
    font-size: 11px;
}

#topbar i {
    position: absolute;
    left: -23px;
    font-size: 25px;
    color: #000;
}

/*------------------*/

@media (min-width: 768px) {


    .minicart-items .product-item-details {
        /* padding-right: 30px; */
    }

    .cart.table-wrapper .product-item-photo {
        padding-left: 20px;
    }

    .layout-1280 .container {
        max-width: 1280px !important;
        width: 100% !important;
    }
}

.custom-header .block-search input {
    border-radius: 0px !important;
    height: 40px !important;
    border-radius: 5px;
    border: 1.5px solid #E7E7E7 !important;
    background-color: #FCFCFC !important;
    border-color: #E7E7E7 !important;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}


.custom-header .block-search {
    border: 1.5px solid #09224E !important;
    border-radius: 0 !important;
    margin: 34px auto;
    max-width: 600px !important;
    margin-right: auto;
    padding: 0 !important;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1366px) {
    .custom-header .block-search {
        width: 100% !important;
    }    
}

/*.custom-header .block-search .action.search>span {
    clip: auto;
    width: auto;
    position: relative;
    top: 0;
    left: 0;
}*/

.custom-header .block-search .action.search {
    width: auto;
    background: #09224E !important;
    color: #fff;
    font-style: italic;
    margin-right: -3px;
    border-radius: 0;
    border: 1px solid #efefef !important;
}

.custom-header .block-search .search:before {
    color: #fff !important;
    font-size: 20px !important;
    font-style: normal;
    margin-right: 2px;
    line-height: 40px !important;
    font-weight: 600 !important;
}

.header.content.container.custom-header {
    display: flex;
    background: transparent !important;
    align-items: center;
    justify-content: center;
}

.header.content.container.custom-header:before {
    display: none;
}

.custom-header .minicart-wrapper {
    margin-top: 0 !important;
    top: 0 !important;
    right: 50px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: relative !important;
}

.custom-header .custom-block {
    position: relative !important;
    left: 0;
    right: 0 !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
    border: none !important;
    padding-top: 10px;
    margin-top: 0 !important;
}


.custom-header .custom-block span {
    display: block;
    line-height: 18px;
    margin-top: -8px;
}

.custom-header .custom-block i {
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
    font-size: 20px;
    padding: 8px 5px;
    border: 1px solid #ececec;
}

.custom-header .minicart-wrapper .action.showcart:before {
    color: #000000 !important;
    transition: all 0.4s ease-in-out;
}

.custom-header .minicart-wrapper .action.showcart:hover:before {
    color: #eb7d1e !important;
}

.custom-header .minicart-wrapper .action.showcart {
    border: 1px solid #ececec;
    padding: 2px 8px !important;

}

.custom-header .minicart-wrapper .action.showcart .counter.qty {
    right: -7px !important;
    top: 10px !important;
    border-radius: 4px !important;
    background: #f9a51a !important;
}


/*Detail Page*/
/*.breadcrumbs {*/
/*    display: none;*/
/*}*/

main#maincontent {
    padding-top: 35px;
}

/*.page-wrapper {
    background: #f9f9f9;
}*/

header.page-header.type8.header-newskin {
    background:#FFFFFF;
}

.menu-container {
    background: #F5F5F5 !important;

}

.menu-wrapper {
    padding: 0;
    background: transparent !important;
    display: flex;
    justify-content: space-between;
}

.page-header.type8.header-newskin .drop-menu > a {
    background: #E3E3E3 !important;
    color: #000000 !important;
    border-radius: 0;
    font-family: 'Lato' !important;
    font-size: 14px !important;
    padding: 14px 40px 14px 20px !important;
    text-transform: capitalize !important;
    font-weight: 600 !important;
}


.product-info-main .page-title-wrapper h1 {
    font-size: 18px !important;
    font-weight: 500 !important;
    margin-top: 0 !important;
    letter-spacing: 0 !important;
    line-height: 1.2;
    color: #eb7d1e !important;
    border-bottom: 1px solid #000;
    margin-bottom: 15px !important;
    padding-bottom: 10px;
    min-height: 68px;
}

body {
    color: #272827 !important;
}

table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
    padding: 5px 15px;
    font-weight: 500;
}

span.condition:before {
    border-bottom: 13px solid #ff000000;
    border-right: 13px solid #eb7d1e;
    top: 0;
    right: 0;
}

span.condition:before, span.condition:after {
    position: absolute;
    content: "";
}

span.condition:after {
    bottom: 0;
    left: 0;
    border-top: 10px solid #ff000000;
    border-left: 10px solid #eb7d1e;
}

span.condition {
    position: relative;
    padding: 0 15px;
}

span.in-stock {
    color: #8bc34a;
}

td[itemprop="related_products"] ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

td[itemprop="related_products"] ul li {
    border: 1px solid #272827;
    padding: 2px 5px;
    flex: 0 0 auto;
    transition: all 0.2s ease-in-out;
    margin-right: 10px;
}

.product-info-main .product-info-price .old-price .price-wrapper .price {
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #818181;
    margin-right: 5px;
}

td[itemprop="related_products"] ul li a {
    color: #272827;
    transition: all 0.2s ease-in-out;
}

td[itemprop="related_products"] ul li:hover {
    border-color: #eb7d1e;
}

td[itemprop="related_products"] ul li:hover a {
    color: #eb7d1e;
    text-decoration: none;
}

.product-info-price .price-box .price-container .price {
    font-weight: 700 !important;
    font-size: 36px !important;
}

.columns .column.main .product-info-main .box-tocart .input-text.qty {
    border: 0;
}

.columns .column.main .product-info-main .qty.field .qty-changer > a {
    width: 20px;
    border-color: transparent;
    line-height: 40px;
}

.columns .column.main .product-info-main .qty.field .qty-changer > a i:before {
    font-size: 8px !important;
}

.columns .column.main .product-info-main .qty.field .control, .columns .column.main .product-info-main .qty.field .qty-changer {
    margin-left: 19px;
}

.columns .column.main .product-info-main .qty.field .qty-changer > a:first-child {
    /*border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;*/
    padding-right: 5px;
}

.columns .column.main .product-info-main .qty.field .qty-changer > a:last-child {
    /*border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;*/
    padding-left: 5px;
}

.action.primary {
    background-color: #eb7d1e !important;
    border: none !important;
    border-radius: 0px !important;
    transition: all 0.2s ease-in-out;
    border-radius: 0px;
    font-weight: 500 !important;
    text-transform: capitalize !important;
}

.product.data.items > .item.title:not(.disabled) > .switch:active, .product.data.items > .item.title.active > .switch, 
.product.data.items > .item.title.active > .switch:focus, .product.data.items > .item.title.active > .switch:hover {
    background-color: transparent !important;
}

.product.info.detailed:not(.vertical) .product.data.items > .item.title.active > .switch, 
.product.info.detailed:not(.vertical) .product.data.items > .item.title.active > .switch:focus, .product.info.detailed:not(.vertical) .product.data.items > .item.title.active > .switch:hover {
    color: #eb7d1e;
    border-color: #eb7d1e !important;
}

.product.data.items > .item.title:not(.disabled) > .switch:focus, .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: transparent !important;
    border-color: #eb7d1e !important;
    color: #eb7d1e !important;
}
.cms-index-index .product.data.items > .item.title:not(.disabled) > .switch:focus{
    color:#222529 !important;
}

.sw-megamenu.navigation > ul, header.page-header.sticky-header .navigation > ul {
    background: radial-gradient(107.32% 141.42% at 0% 0%, rgba(255, 255, 255, 0.40) 0%, rgba(255, 255, 255, 0.00) 100%);
    backdrop-filter: blur(6px);
}

.page-wrapper .page-header.type8.header-newskin .navigation .level0:not(:first-child) > .level-top{
    border:none !important;
}

.product.data.items > .item.content {
    border: none;
    border-radius: 0px;
}

.row .product.data.items {
    height: 470px !important;
}
.catalog-product-view .product.info.detailed.vertical .product.data.items > .item.title.active > .switch > span {
    text-shadow: none !important;
    color: #000000 !important;
    opacity: 1;
    background: none;
}
.catalog-product-view .product.info.detailed.vertical .product.data.items>.item.title:first-child {
    margin-left: 0 !important;
}
.catalog-product-view .product.info.detailed.vertical .product.data.items>.item.title {
    display: block !important;
}
.catalog-product-view .product.info.detailed.vertical .product.data.items>.item.title:first-child {
    margin: 0;
    max-width: unset !important;
}

@media (min-width: 768px) {
    .product.info.detailed.vertical .product.data.items > .item.content {
        /* width: calc(100% - 290px) !important; */
    }
    .page-wrapper .page-header.type8.header-newskin .navigation .level0:not(:first-child) > .level-top{
        border-top:none!important;
    }
}

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

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
    background-color: #272827;
    outline: none;
}

.product.data.items > .item.title {
    padding-left: 15px;
    padding-right: 15px;
    transition: all 0.2s ease-in-out;
    padding-bottom: 0 !important;
}

.cms-index-index .products-grid .product.data.items>.item.title>.switch, 
.cms-index-index .products-grid .product.data.items>.item.title>.switch:visited {
    color: #505050 !important;
    text-transform: capitalize !important;
}
.cms-index-index .products-grid .product-item .product-item-info {
    border: 1px solid #D9D9D9;
}
.cms-index-index .products-grid .product.data.items > .item.content {
    min-height: auto !important;
    padding: 0 !important;
}
.cms-index-index .product.data.items > .item.content {
    min-height: auto !important;
}
.cms-index-index .row .product.data.items {
    height: auto !important;
}
.cms-index-index .product.data.items > .item.content {
    margin-top: 15px;
}

#addtoquoteData {
    background: rgb(247 250 255);
    border-radius: 0px;
    box-shadow: 0px 16px 24px #00000033;
    padding: 20px 5px 15px 5px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.legend span {
    text-align: left;
    color: #fff;
    font-size: 18px;
    width: 100%;
    font-weight: 700;
    z-index: 2;
    position: relative;
    margin-bottom: 20px;
    display: block;
    max-width: 200px;
    line-height: 1.4;
    padding-left: 10px;
}

.legend {
    text-align: center;
    margin-bottom: 10px !important;
}

p.responce_message {
    padding: 0 !important;
    margin: 0;
}

.fields.col-md-12 {
    /* padding-left: 0; */
    /* padding-right: 0; */
}

.sidebar input[type="text"],
.sidebar input[type="password"],
.sidebar input[type="url"],
.sidebar input[type="tel"],
.sidebar input[type="search"],
.sidebar input[type="number"],
.sidebar input[type="datetime"],
.sidebar input[type="email"] {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #dcdcdc;
    height: 36px;
    padding-left: 0;
    padding-right: 0;
}

#addtoquoteData input::-webkit-input-placeholder { /* Edge */

    color: #000;
}

#addtoquoteData input:-ms-input-placeholder { /* Internet Explorer 10-11 */

    color: #000;
}

#addtoquoteData input::placeholder {

    color: #000;
}

.sidebar .fieldset > .field:not(.choice):not(:last-child), .sidebar .fieldset .fields > .field:not(:last-child) {
    margin-bottom: 10px;
}

._keyfocus *:focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus {
    box-shadow: 0 0 3px 1px #eb7d1e;
}

.actions-toolbar {
    text-align: center;
    padding: 20px 10px 0 10px;
}

.sidebar .actions-toolbar .action.primary {
    background-color: #eb7d1e !important;
    width: 100%;
    border: none !important;
    color: #fff;
    height: 40px;
}

.actions-toolbar .primary {
    float: none;
    width: 100%;
}

.catalog-product-view .sidebar .custom-block {
    margin-top: 60px;
    border: none !important;
}

table.data-table.product-data-table tr > td:first-child {
    padding-left: 0;
    font-weight: 600;
    font-size: 15px;
    width: 28%;
}

table.data-table.product-data-table tr > td:last-child {
    /* padding-right: 0; */
}

.action.primary:hover, .action.primary:focus {
    background-color: #272827 !important;
    border: none !important;
    box-shadow: 0 0 10px #00000085;
}

.page-header.header-newskin.sticky-header .minicart-wrapper .action.showcart .counter.qty {
    background-color: #272827 !important;
    border-radius: 5px;
}

.page-header.header-newskin.sticky-header .minicart-wrapper .action.showcart:after {
    right: 16px;
    top: 6px;
}

.side-form-cta {
    width: 100%;
    padding: 15px;
    display: block;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

.side-form-cta p {
    color: #fff;
    margin: 0;
}

.side-form-cta p a {
    display: block;
    font-size: 20px;
    color: #fff;
}

.side-form-cta:before, .side-form-cta:after {
    content: "";
    position: absolute;
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
    border: 2px solid #eb7d1e;
}

.side-form-cta:before {
    top: 0;
}

.side-form-cta:after {
    bottom: 0;
}

/*detail page stage 2*/
.product-options-bottom .price-box, .product-info-price .price-box {
    padding-bottom: 10px;
}

.product-info-main {
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    padding-left: 20px;
    margin-left: auto;
    padding-right: 20px;
}

.product-info-main .box-tocart {
    margin-bottom: 0;
}

.product-add-form {
    justify-content: flex-end;
}

.column.main {
    display: flex;
    flex-wrap: wrap;
}

.sidebar .actions-toolbar .action.primary:hover {
    border: 1px solid #fff !important;
    color: #fff;
}

/*Home Page stage 1*/
nav.navigation.sw-megamenu.side-megamenu {
    padding: 0;
}
.cms-index-index .product.data.items > .item.title.active > .switch, 
.cms-index-index .product.data.items > .item.title.active > .switch:focus, 
.cms-index-index .product.data.items > .item.title.active > .switch:hover{
    color: #EB7D1E !important;
}

.page-header.type8.header-newskin .menu-container .drop-menu .nav-sections {
    padding: 0 !important;
}

.page-header.type8.header-newskin .navigation .level0 > .level-top, .page-header.type8.header-newskin.sticky-header .navigation li.level0 > .level-top {
    font-size: 14px !important;
    line-height: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px !important;
}

.page-header.type8.header-newskin .navigation .level0 > .level-top {
    padding: 10px 20px !important;
}

.page-header.type1 .navigation li.level0.active, .page-header.type1 .navigation li.level0:hover, .page-header.type3 .navigation .level0:hover > .level-top, .page-header.type3 .navigation .level0.active > .level-top, .page-header.type3 .navigation .level0.has-active > .level-top, .page-header.type4 .navigation .level0:hover > .level-top, .page-header.type4 .navigation .level0.active > .level-top, .page-header.type4 .navigation .level0.has-active > .level-top, .page-header.type20 .navigation .level0:hover > .level-top, .page-header.type20 .navigation .level0.active > .level-top, .page-header.type20 .navigation .level0.has-active > .level-top, .page-header.type17 .navigation .level0:hover > .level-top, .page-header.type17 .navigation .level0.active > .level-top, .page-header.type17 .navigation .level0.has-active > .level-top, .page-header.type5 .navigation .level0:hover > .level-top, .page-header.type5 .navigation .level0.active > .level-top, .page-header.type5 .navigation .level0.has-active > .level-top, .page-header.type6 .navigation .level0:hover > .level-top, .page-header.type6 .navigation .level0.active > .level-top, .page-header.type6 .navigation .level0.has-active > .level-top, .page-header.type19 .navigation .level0:hover > .level-top, .page-header.type19 .navigation .level0.active > .level-top, .page-header.type19 .navigation .level0.has-active > .level-top, .page-header.type7 .navigation .level0:hover > .level-top, .page-header.type7 .navigation .level0.active > .level-top, .page-header.type7 .navigation .level0.has-active > .level-top, .page-header.type23 .navigation .level0:hover > .level-top, .page-header.type23 .navigation .level0.active > .level-top, .page-header.type23 .navigation .level0.has-active > .level-top, .sw-megamenu.navigation.side-megamenu li.level0:hover, .page-header.type11 .navigation li.level0:hover, .page-header.type11 .navigation li.level0.active, .page-header.type11 .navigation li.level0.has-active, .page-header.type9 .navigation .level0:hover > .level-top, .page-header.type9 .navigation .level0.active > .level-top, .page-header.type9 .navigation .level0.has-active > .level-top, .page-header.type16 .navigation .level0:hover > .level-top, .page-header.type16 .navigation .level0.active > .level-top, .page-header.type16 .navigation .level0.has-active > .level-top, .page-header.type2.header-newskin .navigation .level0:hover > .level-top, .page-header.type2.header-newskin .navigation .level0.active > .level-top, .page-header.type2.header-newskin .navigation .level0.has-active > .level-top, .page-header.type18 .navigation .level0:hover > .level-top, .page-header.type18 .navigation .level0.active > .level-top, .page-header.type18 .navigation .level0.has-active > .level-top, .page-header.header-newskin .navigation .level0:hover > .level-top, .page-header.header-newskin .navigation .level0.active > .level-top, .page-header.header-newskin .navigation .level0.has-active > .level-top {
    background-color: #eb7d1e !important;
}

.sw-megamenu.navigation.side-megamenu li.level0.parent > a:after {
    position: absolute;
    right: 15px;
    top: -1px;
    padding-right: 5px;
}

.navigation .level0 .submenu {
    border-color: #eb7d1e !important;
}

/*Home Page*/

/*Tabs Start*/
.filterproducts-tab .data.items {
    background: none !important;
}

.section-title {
   /* font-family: 'Poppins';*/
    text-transform: capitalize;
    margin: 0 !important;
    position: relative;
    font-weight: 500 !important;
}

section.tabs .title a {
    font-size: 18px;
    color: #272827;
    border: none;
    outline: none;
    margin: 0 10px;
    padding-bottom: 10px;
}

section.tabs .title:last-child a {
    margin-right: 0;
}

section.tabs .title.active a {
    font-weight: 600;
    color: #eb7d1e;
    border-bottom: 2px solid;
    text-decoration: none;
}

section.tabs {
    background-color: #fff;
    padding: 15px;
}

.section-title:before {
    content: "";
    position: absolute;
    top: -16px;
    width: 100%;
    border: 2px solid #eb7d1e;
    border-radius: 5px;
}

section.tabs .title a:hover {
    text-decoration: none;
}

.tabs-list {
    margin-bottom: 20px;
}

section.cta.news {
    background: url(../images/news-bg.png) no-repeat center;
    background-size: cover;
    padding: 45px 25px;
    color: #fff;
}

.news h3 {
    font-size: 20px;
    font-weight: 400;
    max-width: 500px;
    line-height: 30px;
}

section {
    margin-bottom: 30px;
}

.three-columns .homepage-bar {
    background: transparent;
    border: none;
}

.three-columns .homepage-bar .three-bg {
    padding: 0;
    /*  background: #000;
    color: #fff;*/
    display: flex;
    align-items: center;
    /* background-size: cover !important;*/
    border-right: none;
    justify-content: center;
}

/*.three-columns .homepage-bar .three-bg.one {
    background: url(../images/one-bg.jpg) no-repeat center;
}
.three-columns .homepage-bar .three-bg.two {
    background: url(../images/two-bg.jpg) no-repeat center;
}
.three-columns .homepage-bar .three-bg.three {
    background: url(../images/three-bg.jpg) no-repeat center;
}*/

.three-columns .homepage-bar [class*=" porto-icon-"],
.three-columns .homepage-bar [class^=porto-icon-],
.three-columns .homepage-bar [class*=" porto-new-icon-"],
.three-columns .homepage-bar [class^=porto-new-icon-] {
    width: 44px;
    background-color: transparent;
    border-radius: 0;
    color: #09234c !important;
    font-size: 30px;
    text-align: center;
}

.three-columns .homepage-bar div[class*="col-"]:first-child {
    border-left: none;
}

.homepage-bar  div[class*="col-"] {
    border-left: 1px solid #bacef7;
    padding-top: 10px;
    padding-bottom: 10px;
}

.three-columns .homepage-bar [class*=" porto-icon-"]:before, .three-columns .homepage-bar [class^=porto-icon-]:before, .three-columns .homepage-bar [class*=" porto-new-icon-"]:before, .three-columns .homepage-bar [class^=porto-new-icon-]:before {
    margin-top: 8px !important;
}

.three-columns .homepage-bar h3 {
  /*  font-family: 'Poppins' !important;*/
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    color: #0a2550;
    letter-spacing: -1px;
}

section.best-selling-grid {
    background: #fff;
    padding: 15px;
}

section.best-selling-grid h2.section-title {
    margin-bottom: 20px !important;
}

.blogs .recent-posts .item .post-image {
    border-radius: 10px;
    border: none !important;
}

.blogs .item {
    background: #fff;
}

.recent-posts .item .content {
    padding: 20px !important;
    padding-top: 0 !important;
}

.blogs .recent-posts .postTitle {
    font-size: 18px;
   /* font-family: 'Poppins';*/
}

.blogs .recent-posts .postContent {
    position: relative;
}

/*Tabs End*/

/*Stage 2 Tabs*/
.newsletter .control {
    display: flex;
    align-items: center;
    justify-content: center;
    /*box-shadow: 0 0 10px #000;*/
    border-radius: 4px;
}

.news .label {
    display: none;
}

.news button.action.subscribe {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.news input#newsletter {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #fff !important;
}

.three-columns .homepage-bar .three-bg .text-area {
    margin-left: 10px;
}

@media screen and (max-width: 1199px) {
    .three-columns .homepage-bar h3 {
        font-size: 14px
    }
    .box-tocart .fieldset {
        display: flex;
        flex-direction: column;
    }
    .box-tocart .field.qty{margin-right: 0;}
    .box-tocart .input-text.qty {
        width: 86%;
    }
    .box-tocart .actions {
        display: flex !important;
        flex-direction: column;
    }
    .box-tocart {
        margin-bottom: 0;
    }

    .box-tocart .fieldset {display: flex;flex-direction: column;}


    .box-tocart .actions > button {
        width: 100%;
        margin: 0 !important;
        max-width: 100%;
        margin-top:10px !important;
    }
    .checkout-logos-container {
        margin-top: 10px;
    }
    .kk-custom-product-info .product-info-stock-sku {
        border: none;
        padding-bottom: 0;
        margin-bottom: 0;
        font-size: 14px;
    }
    .page-header.type8.header-newskin .drop-menu+.custom-menu-block a {
        padding: 0 !important;
    }
    .page-header.type8.header-newskin .drop-menu + .custom-menu-block + .actions-toolbar .action.promotion {
        padding: 5px 20px;
    }
    .page-header .call-us .call-us-content p {
        text-wrap: nowrap;
    }
    .block-search {
        width: 375px !important; 
    }
}

@media screen and (max-width: 991px) {

    .box-tocart .input-text.qty {
        width: 86%;
    }
    .page-header.type8.header-newskin .block-search .action.search {
        right: 26px !important
    }

    .header.content.container.custom-header {
        flex-wrap: wrap;
        justify-content: space-between;
        padding-bottom: 20px !important;
        padding-top: 20px !important;
    }

    .page-header.type8.header-newskin .minicart-wrapper {
        margin-left: auto !important;
    }

    .page-header.type8.header-newskin .block-search {
        width: 100%;
        flex: 1 0 auto;
        max-width: 100% !important;
        padding-left: 20px;
        padding-right: 20px;
        width: auto !important;
        margin-left: 40px;
        padding-left: 0 !important;
    }

    .catalog-product-view.page-layout-2columns-right:not(.weltpixel-quickview-catalog-product-view):not(.weltpixel_quickview-catalog_product-view) .sidebar.sidebar-additional {
        overflow-x: hidden;
        background-color: #585858 !important;
    }

    .product-info-main .product-info-price .price-box {
        padding-top: 10px;
        padding-bottom: 10px !important;
    }

    .product.data.items > .item.title > .switch, .product.data.items > .item.title > .switch:visited {
        margin-right: 20px !important;
    }

    .sidebar-additional.open .row {
        height: 100%;
        align-items: center;
    }

    .page-header.type8.header-newskin .drop-menu + .custom-menu-block {
        display: none !important;
    }

    .page-header.type8.header-newskin .menu-wrapper:after {
        display: none !important;
    }
    .custom-header .block-search {
        margin: 10px auto;
    }
    html body.cms-index-index .price-container.price-final_price.tax.weee .price-including-tax .price {
        font-size: 14px !important;
        color: #000000 !important;
    }
}

@media screen and (max-width: 767px) {
    .three-columns .homepage-bar{padding: 0 15px;}
    .homepage-bar div[class*="col-"]{border-left: none;border-bottom: 1px solid #bacef7;}
    section.blog{margin-bottom: 0 !important;}
    #mpblog-list-container .post-list-item{margin-bottom: 15px !important;display: block !important;float: none;}
    section.feature-cat{padding-right: 10px !important;padding-left: 10px !important;}
    section h2.sec-title span{font-size: 24px !important;}
    section h2.sec-title strong{font-size: 30px !important;}
    .catalog-product-view .product.data.items{margin-left: 0 !important;}
    #addtoquoteData:before{width: 540px !important;}
    .panel.header {
        padding: 5px 10px !important;
        text-align: left !important;
        justify-content: flex-start;
        width: 100% !important;
        max-width: 100% !important;
    }

    .top-banner {
        padding: 20px;
        font-size: 15px;
        width: 100%;
    }

    .top-banner:before, .top-banner:after {
        display: none;
    }

    .header.content.container.custom-header {
        max-width: 100% !important;
        padding: 15px 10px !important;
    }

    .page-header.type8.header-newskin .nav-toggle {
        order: 1;
        border: none;
        background: #fff;
        height: auto;
        padding: 10px;
        line-height: normal;
        margin-right: 0;
        margin-left: auto;
    }

    .page-header.type8.header-newskin .minicart-wrapper {
        margin-left: auto !important; /* margin-right: auto !important; */
        margin-bottom: 0 !important;
        right: 0 !important;
    }

    .page-header.type8.header-newskin .nav-toggle:before, .page-header.type8.header-newskin .block-search .label:before,
    .page-header.type8.header-newskin .minicart-wrapper .action.showcart:before, .page-header.type8.header-newskin .minicart-wrapper .action.showcart.active:before {
        color: #272827 !important;
        margin: 0 !important;
    }

    .page-header.type8.header-newskin .minicart-wrapper .action.showcart {
        margin: 0 !important;
        line-height: 31px !important;
    }
    .page-header.type8.header-newskin .minicart-wrapper .action.showcart:before{color: #fff !important;}

    .page-header.type8.header-newskin .block-search .label {
        line-height: normal !important;
        margin: 4px 0 !important;
    }

    .page-header.type8.header-newskin .block-search { /* margin-top: 20px; *//* border-color: #000; */
        /* flex: 0 1 auto; */
        margin-top: 0;
        order: 2;
        margin-left: 0;
        margin-right: 0;
        padding: 0;        
    }
    .page-header.type8 .custom-header .call-us {
        order: 3;
    }

    .page-header.type8.header-newskin .logo {
        height: auto !important;
        margin: 0 !important;
        float: none !important;
        order: 1;
    }

    .call-us {
        order: 5;
    }

    #topbar .container {
        max-width: 100%;
    }

    #topbar .row {
        text-align: center;
        justify-content: space-around !important;
    }

    #topbar .row {
        text-align: center;
        justify-content: space-around !important;
    }

    .tabs-list .data.item.title {
        flex: 1 0 50%;
        text-align: center;
    }

    .tabs-list .data.item.title.active a {
        border: none;
    }

    .section-title {
        font-size: 22px;
        margin-bottom: 10px !important;
        text-align: center;
    }

    .section-title:before {
        left: 0;
    }

    .product-info-main .product-info-price .price-box {
        padding-top: 20px;
    }

    .product.data.items > .item.content {
        margin-top: 0px !important;
        border-top: none !important;
    }

    .product.data.items > .item.title > .switch, .product.data.items > .item.title > .switch:visited {
        margin-right: 0 !important;
        padding-left: 0;
        padding-right: 0;
    }

    .product.data.items > .item.title {
        padding-left: 0;
        padding-right: 0;
    }

    .sticky-product {
        padding: 15px 15px !important;
    }
}

@media screen and (max-width: 575px) {
    #topbar {
        padding-bottom: 10px;
    }

    #topbar .first {
        padding: 0;
        margin-bottom: 10px;
    }

}

/*12-16-2020 Finalizing*/
.cms-index-index main#maincontent {
    padding-top: 0px;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

main#maincontent {
    padding-top: 16px;

}

section.brands {
    background: #F6F7F8;
    width: 100%;
    margin-bottom: 0;
}
.brands h2.sec-brand {
    text-align: center;
    color: #0F1111;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.cms-index-index .column.main, .cms-index-index main#maincontent {
    padding-bottom: 0;
}

.recent-posts .item .content {
    position: relative;
}

.recent-posts a.readmore {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    color: #f5a13c;
}

.recent-posts a.readmore:hover {
    text-decoration: none;
}

.recent-posts a.readmore:after {
    width: 100%;
    border: 2px solid #faa51a;
    position: absolute;
    bottom: -20px;
    content: "";
    left: 0;
    border-radius: 6px;
}

/*Footer*/
.footer-middle {
    background: #272827 !important;
}

.footer-middle > .container:after {
    display: none !important;
}

.footer-bottom {
    background: #272827 !important;
    padding: 15px 0;
    border-top: 1px solid #343434;
}

.footer-middle {
    padding-bottom: 15px !important;
}

.footer-middle .block .block-title {
    position: relative;
    height: 20px;
}
.social-icons [class^=porto-icon-] {
    padding-right: 5px;
}

.product-info-main .product-info-price .price-box {
    padding-bottom: 0;
}

.product-info-main .product-info-price .price-box .price-final_price > span {
    margin-bottom: 0;
}

.page-header.type8.header-newskin .drop-menu > a:hover {
    color: #fff;
}
.page-header.type8.header-newskin .header.content.container {
    max-width: 1280px !important;
    width: 100% !important;
}
@media (min-width: 1280px) {
    .navigation, .page-wrapper > .breadcrumbs, .page-header .header.panel, .header.content, .footer.content, .page-wrapper > .widget, .page-wrapper > .page-bottom, .block.category.event, .top-container, .page-main, .sw-megamenu.navigation li.level0.fullwidth > .submenu, .container {
        max-width: 1280px;
    }
}

@media (min-width: 768px) {
    .page-header.type8.header-newskin.sticky-header .nav-sections {
        left: 0 !important;
        width: 100% !important;
        padding: 0 8px !important;
    }
}


/*Category*/
div#layer-product-list {
    width: 100%;
}

.block-category-list .block-content, .filter-options-content, .filter-current .items, .sidebar .sidebar-filterproducts {
    background: #F5F5F5 !important;
    margin-top: 0 !important;
    border-radius: 0 !important;
}

.block-category-list .block-title, .filter-options-title, .filter .filter-current-subtitle, .sidebar-title {
    padding: 15px 15px !important;
    background-color: #F5F5F5 !important;
    color: #000000 !important;
    font-size: 16px !important;
    text-transform: capitalize !important;
    margin-bottom: 0 !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: normal;
    border-bottom: 1px solid #D9D9D9;
}

div#layered-filter-block-container {
    margin-top: 20px !important;
}

.filter.block {
    margin-bottom: 20px !important;
}

.filter-options-title:after {
    background-color: transparent;
    right: 10px !important;
    color: #fff !important;
    width: auto !important;
    z-index: 1 !important;
}

#featured_product .products {
    margin-top: 0 !important;
}

.block-category-list {
    margin-top: 0 !important;
}

.sorter-label, .toolbar .limiter .label {
    color: #0F1111;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
}

.toolbar-sorter.sorter #sorter, .toolbar .limiter-options {
    border: none;
    border-radius: 0;
    background: #FFF;
    border: 1px solid #D9D9D9;
}

.toolbar-sorter.sorter select#sorter option[value="position"], .toolbar .limiter-options option[value="12"] {
    background: rgb(249 249 249) !important;
}

.toolbar-sorter.sorter select#sorter option[value="name"], .toolbar .limiter-options option[value="24"] {
    background: rgb(249 249 249) !important;
}

.toolbar-sorter.sorter select#sorter option[value="price"], .toolbar .limiter-options option[value="36"] {
    background: rgb(249 249 249) !important;
}

strong#modes-label {
    width: auto;
    height: auto;
    margin: 0;
    float: left;
    position: relative;
    margin-right: 10px;
    margin-top: 10px;
    color: #0F1111;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.toolbar-products .modes-mode {
    color: #D9D9D9;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
.toolbar-products .modes-mode:after {
    font-size: 20px;
}
.toolbar-products .modes-mode:hover {
    color: #EB7D1E;
}

.toolbar-products .modes-mode.active {
    color: #EB7D1E;
}

.toolbar .modes {
    margin-top: 4px;
    height: 100%;
}
.filter-options-item.active .filter-options-content {
    padding-left: 15px;
    padding-right: 15px;
}
.filter-options-item.active .filter-options-content, .sidebar .sidebar-filterproducts {
    border-radius: 0 0 7px 7px;
}

/*Cat Grid*/
.price-box .price {
    /* color: #0C295B; */
    text-align: center;
    color: #EB7D1E;
    font-size: 24px !important;
    font-style: normal;
    font-weight: 900 !important;
    line-height: 24px !important;
}

.price-box .special-price .price {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #eb7d1e !important;
}

/*.product-item-details .product-item-actions .actions-primary {*/
/*    display: flex !important;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*}*/

.product-item-details .product-item-actions .actions-primary > * {
    flex: 0 0 auto;
    margin: 0 auto;
}

/*.product-item-details .product-item-actions .tocart {*/
/*    background: #0c295b !important;*/
/*    border-radius: 5px !important;*/
/*    color: #fff !important;*/
/*    letter-spacing: 0 !important;*/
/*    font-size: 12px !important;*/
/*    text-transform: capitalize !important;*/
/*    !*padding: 0 15px !important;*!*/
/*}*/
.product-item .tocart:before{
    display: none !important;
}

.product-item-details .product-item-actions .tocart.quickbuy {
    background: #eb7d1e !important;
    margin-left: 10px;
}

/*home page*/

.product-item-details .short-decs {
    text-align: center;
    overflow: hidden;
    color: #7A7A7A;
    font-size: 13px;
    font-style: normal;
    line-height: 16.8px;
    height: 34px;
    margin-bottom: 5px;
}

.product-item-description {
    font-size: 12px;
    font-weight: 400;
}

/*Price*/
span.price-container.price-final_price.tax.weee {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 0 auto;
    flex-direction: column;
    margin-bottom: 10px;
}

.price-container .price-including-tax + .price-excluding-tax, .product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax {
    display: flex;
    order: 1;
    position: relative;
    color: #000000;
    align-items: center;
    margin-top: 0;
}

.price-including-tax + .price-excluding-tax:before, .weee[data-label]:before {
    order: 2;
    margin-left: 3px;
    margin-bottom: -3px;
    font-size: 18px !important;
    font-weight: 400 !important;
    text-transform: capitalize;
    color: #eb7d1e;
}

.price-container .price-including-tax + .price-excluding-tax .price {
    font-size: 18px;
}

.price-container .price-including-tax + .price-excluding-tax .price {
    color: #eb7d1e !important;
}

.price-including-tax .price {
    font-size: 12px;
    color: #424242;
    font-weight: 400;
}

.price-box.price-final_price {
    /*margin: 10px 0;*/
    margin: 0;
    max-height: 30px;
    margin-top: 5px;
}

.special-price {
    flex: 1 0 auto;
}

span.old-price {
    margin-bottom: -12px;
}

.special-price span.price-container.price-final_price.tax.weee .price-including-tax {
    display: none !important;
}

/*Animation Cat*/
.products-grid .product-item .product-item-info {
    border: 1px solid #D9D9D9;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    background-color: #ffffff;
    padding: 0;
    text-align: -webkit-center;
}

/*.products-grid .product-item .product-item-info:hover {*/
/*    !* padding: 0; *!*/
/*    border-color: transparent;*/
/*    box-shadow: 0 0 6px #b5b5b5;*/
/*}*/

.products-grid .product-item .product-item-info.type4 .product-item-inner {
    position: relative;
    opacity: 1;
    bottom: 0px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 !important;
    max-height: 30px;
}

.product-item:hover .product-item-info.type4 .product-item-photo {
    box-shadow: none !important;
}

.product-item-info .product.name a {
    font-weight: 600 !important;
    /*display: none;*/
}

.products-grid .product-item .product-item-details .product-item-name {
    text-align: center;
    white-space: normal !important;
    /* display: none; */
}

.products-grid .product-item .product-item-info.type4 .product-item-details {
    display: flex;
    min-height: 145px;
    /*padding: 15px 10px;*/
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 205px;
}

.products-grid .product-item .product-item-info.type4 p.short-desc {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}

/*Mini cart*/
.message.success a {
    color: #eb7d1e;
}
.message.info.empty {
    display: inline-block;
    width: 100%;
}

.block-minicart .block-content > .actions > .primary .action.primary {
    height: 40px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    line-height: normal !important;
    padding-top: 7px;
}

.minicart-wrapper .product .actions {
    margin-top: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
}

.minicart-items .product-item-details {
    position: relative;
}

.minicart-items .product-item-name {
    display: inline-block;
}

.minicart-items .price-container .price {
    color: #eb7d1e;
    font-weight: 600 !important;
}

/*Cart Page*/
.cart-container {
    width: 100%;
}
.cart-container .form-cart{
    padding-right: 0 !important;
}
.cart-container .cart-discount {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding-right: 0;
}

.cart-discount #block-discount {
    width: 33%;
}


.checkout-cart-index .cart-discount .block .title {
    text-align: center;
    margin-bottom: 15px;
}
.checkout-cart-index .cart-discount .block .title strong {
    color: #0C295B;

    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.8px;
    text-transform: capitalize;
}

.cart-discount .actions-toolbar .action.apply.primary span {
    color: #FFF;

    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: capitalize;
}

.cart-summary .checkout-methods-items .item:last-child {
    display: none;
}

.cart-container .cart-summary .checkout-methods-items .item {
    margin-bottom: 0;
}

.cart-container .cart-summary .checkout-methods-items .item .action.primary.checkout span {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 30px; /* 187.5% */
    text-transform: capitalize;
}

.checkout-cart-index .cart-discount .block .title strong {
    color: #0C295B;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.8px;
    text-transform: capitalize;
}

.checkout-cart-index .page-main > .page-title-wrapper .page-title {
    color: #0F1111 !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal;
    text-transform: uppercase !important;
    padding: 16px 0 13px 0;
}

.checkout-cart-index .page-wrapper {
    background: #f6f7f8;
}

.cart.table-wrapper .actions-toolbar {
    padding-bottom: 20px;
}

.cart.table-wrapper .cart thead tr th.col {
    color: #0C295B !important;
    font-size: 16px;
    font-style: normal;
    padding-top: 12px !important;
    border-bottom: 0;
    font-weight: 400;
    line-height: normal;
    background: #fff;
    padding-left: 20px;
}
.cart-container .cart-summary .block > .title {
    border: none;
    /* 144% */
}

.cart-container .cart-summary .block > .title strong#block-shipping-heading {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 21.6px;
    text-transform: uppercase;
}

div#cart-totals {
    border-top: 1px solid #DDD;
}

.cart-container .cart-totals tbody .totals.sub .mark {
    color: #272827;
    font-family: Lato;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.6px; /* 166.154% */
}

td.amount {}

.cart-container .cart-totals tbody .totals.sub .amount .price {
    color: #272827;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.6px; /* 166.154% */
}

tr.grand.totals {}

.cart-container .cart-totals tbody .grand .mark strong {
    color: #272827;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 21.6px; /* 144% */
}

.cart-container .cart-totals tbody .grand .amount strong .price {
    color: #272827;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 21.6px; /* 144% */
}

.form-cart .cart.table-wrapper .col.qty .field.qty {
    max-width: 49px;
    max-height: 40px;
}

.qty-changer {
    position: absolute;
    right: 25px;
}

.qty .qty.field .qty-changer > a ,.qty .qty.field .qty-changer > a:hover{
    border: none;
    color: #000;
}

.control.qty {
    border: none;
}

.cart.table-wrapper .col.qty .input-text {
    border: none;
    border-radius: 5px;
    background: #F6F7F8;
    color: #8D8D8D;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.325px;
    margin-right: 20px;
}

.coupon .field .control input#coupon_code::placeholder {
    color: #8D8D8D;
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.8px; /* 140% */
    letter-spacing: 0.325px;
}

.coupon .field .control input#coupon_code {
    border-radius: 5px;
    border: 1px solid #E7E7E7;
    background: #FFF;
}

.checkout-cart-index .cart.table-wrapper .product-item-name {
    color: #000;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}

.cart.table-wrapper .col.subtotal .price {
    color: #000 !important;

    font-size: 14px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 23px; /* 164.286% */
}

button.action.update {
    background: transparent;
    color: #fff;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    border-radius: 5px;
    border: 1px solid #0C295B;
}
.cart-container #form-validate {
    background: #fff;
}

button.action.update span {
    color: #0C295B;
    text-align: center;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 114.286% */
    letter-spacing: -0.24px;
    text-transform: capitalize;
}

.checkout-cart-index .cart-container .form-cart .actions.main {
    text-align: left;
    padding: 0 0 15px 23px;
}

.cart.table-wrapper .product-item-name a {
    color: #000 !important;
}

.cart-discount .actions-toolbar {
    padding: 0;

    overflow: hidden;
}


/*Checkout*/
.bss-onestepcheckout .step-title:before {
    background-color: #eb7d1e !important;
}

input[type="radio"]:checked, input[type="radio"]:checked::after, .bss-onestepcheckout #opc-sidebar .opc-block-summary > .title:before,
.bss-onestepcheckout input[type="radio"]:checked {
    background: #eb7d1e !important;
}

.field-tooltip {
    top: 4px;
}

.field-tooltip._active .field-tooltip-content {
    /* left: 43px; */
    background: #eb7d1e;
    color: #fff;
    font-weight: 600;
}

.field-tooltip .field-tooltip-content:before {
    border-right-color: #eb7d1e !important;
}

.field-tooltip .field-tooltip-content:after {
    border-right-color: #eb7d1e;
}

#tooltip-label {
    display: none !important;
}

.bss-onestepcheckout #opc-sidebar .actions-toolbar > .primary > .btn-placeorder {
    padding: 8px 17px !important;
    font-weight: 600;
    background: #000 !important;
}

.bss-onestepcheckout #opc-sidebar .discount-code #discount-form .actions-toolbar {
    padding: 0;
    margin-top: 0;
    width: 35%;
}

.bss-onestepcheckout #opc-sidebar .discount-code #discount-form .actions-toolbar .action {
    height: 40px;
    background-color: #000000;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0;
    border: none;
    border-radius: 0px ;
    font-size: 14px !important;
    width: 100%;
}

/*Sign up popup*/
.authentication-wrapper button.action.action-auth-toggle {
    background: #000;
    border-radius: 0;
    color: #fff !important;
    font-weight: 700 !important;
    padding-left: 10px;
    padding-right: 10px;
}

.fieldset {
    margin-bottom: 0;
}

.authentication-wrapper {
    line-height: normal !important;
}

.block-authentication .actions-toolbar > .primary .action {
    border-radius: 4px;
}

.page-header, .minicart-wrapper .block-minicart, .product.data.items > .item.title.active > .switch, .product.data.items > .item.title.active > .switch:focus, .product.data.items > .item.title.active > .switch:hover, .authentication-dropdown, .login-container, .form.password.reset, .form.send.confirmation, .form.password.forget, .form.create.account, .form.form-edit-account, .form-address-edit, .form-newsletter-manage, .featured-box .box-content, .history .featured-box .box-content, .form.search.advanced, .homepage-grid-banner .ribbon:before, .cms-index-index .testimonial-arrow-down, #newsletter_popup, .iwd-one-page-checkout-sidebar .iwd-opc-block-summary, .block-header-customer-login, .mfp-preloader, .ln_overlay .loader {
    border-top-color: #eb7d1e !important;
}

.authentication-wrapper {
    margin-bottom: 15px;
}

.checkout-index-index .header.content.container.custom-header {
    justify-content: space-between;
}

.checkout-index-index .header.content.container.custom-header:after {
    display: none;
}

.page-main > .page-title-wrapper .page-title {
    color: #eb7d1e !important;
}

/*stage 1*/
button#quick-buy:hover {
    background: #eb7d1e !important;
}

button#quick-buy {
    background: #0c295b !important;
    font-size: 15px;
    height: 43px;
    width: 100%;
}

.product-info-main .price-container .price-including-tax + .price-excluding-tax .price {
    color: #eb7d1e !important;
}

@media (min-width: 992px) {
    .page-layout-2columns-right .sidebar-additional, .page-layout-2columns-right .sidebar-main {
        /* width: 20% !important; */
    }

    .page-layout-2columns-right .column.main {
        /* width: 80% !important; */
    }

    .page-layout-2columns-right .product-info-main {
        /* width: 52% !important; */
    }

    .page-layout-2columns-right .product.media {
        /* width: 47% !important; */
    }
}

/*stage 2*/
.products-grid .product-item .product-item-info.type11 .product-item-photo {
    flex: 0 0 29% !important;
}

@media (min-width: 768px) {
    .sw-megamenu.navigation li.level0.fullwidth {
        position: static !important;
    }

    .navigation .level0 .submenu {
        bottom: auto;
        min-height: 426px;
    }

    .page-header.header-newskin .navigation li.level0.fullwidth .submenu li.level1 > a {
        background: #bfd8ff;
        margin-top: 0;
        margin-bottom: 0 !important;
        padding: 5px 10px !important;
        text-transform: uppercase !important;
        font-weight: 600 !important;
    }

    .page-header.header-newskin .navigation li.level0.fullwidth .submenu a {
        padding: 0 5px;
        font-weight: 500 !important;
        text-transform: capitalize !important;
    }

    body.cms-index-index .page-header.type8.header-newskin .drop-menu .nav-sections,.page-header.type8.header-newskin .drop-menu .nav-sections {
        padding: 0 !important; /* margin-top: 4px; */
        border: none !important;
    }
}

.page-layout-1column .column.main{
    display: block;
}
.home-promo-baners-columns .owl-lazy {
    margin: 0 auto;
    width: 100%;
}

.sw-megamenu.navigation .ui-menu-item .level-top span {
    color: #FFF;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;

}


.sw-megamenu.navigation.side-megamenu li.level0.parent > a:after {
    color:  #A5A5A5;
}
.sw-megamenu.navigation.side-megamenu li.level0.parent:hover > a::after {
    color: #ffffff;
}
div#store\.menu {border: none;}

body.cms-index-index .page-header.type8.header-newskin .drop-menu .nav-sections:before,.page-header.type8.header-newskin .drop-menu .nav-sections:before {
    content: url(../../../../../../media/left.png);
    position: absolute;
    z-index: 6;
}
body.cms-index-index .page-header.type8.header-newskin .drop-menu .nav-sections:after,.page-header.type8.header-newskin .drop-menu .nav-sections:after {
    content: url(../../../../../../media/right.png);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 6;
}

.filter-options-content .item input[type=checkbox] {
    margin: 0 7px 0 0 !important;
    border-radius: 0 !important;
    width: 15px;
    height: 15px;
    top: -2px;
}

.filter-options-content .item span.count {
    display: none;
}



ul.second-menu {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.second-menu li a {
    color: #fff !important;
    /* font-size: 18px !important;
     font-weight: 400 !important;*/
    text-transform: uppercase;
    text-decoration: none !important;
}

ul.second-menu li {
    margin: 0 !important;
    height: 100%;
    padding: 0 !important;
    transition: all 0.4s ease-in-out;
    padding-left: 10px !important;
    padding-right: 10px !important;
    border-radius: 0;
    border-right: 1px solid #A1A1A1;
}

ul.second-menu li:hover {
    background: #eb7d1e;
}

/*GIT*/

.page-header.type8.header-newskin .drop-menu + .custom-menu-block {
    margin-right: auto;
}
.page-header.type8.header-newskin .drop-menu + .custom-menu-block + .actions-toolbar {
    padding: 0;
}
.page-header.type8.header-newskin .drop-menu + .custom-menu-block + .actions-toolbar .action.promotion {
    color: #fff;
    border: 1px solid #000 !important;
    text-transform: uppercase !important;
    font-size: 12px;
    letter-spacing: 0.08em;
    font-weight: 600 !important;
    padding: 5px 40px;
    height: 32px;
    margin-top: 6px;
    margin-right: 0;
}

.menu-wrapper-right {
    position: relative;
    display: flex;
}

.page-header.type8.header-newskin .minicart-wrapper {
    right: 0 !important;
    position: relative !important;
    margin: 0 !important;
    top: 0 !important;
    order: 2;
    width: 45px;
    margin-left: 10px !important;
}

.page-header.type8.header-newskin .minicart-wrapper .action.showcart {
    /* color: #000; */
    /* background: #fff; */
    /* padding: 4px; */
    /* border-radius: 0; */
    /* width: 36px; */
    /* height: 36px; */
    /* text-align: center; */
    /* margin-top: 4px; */
}

.page-header.header-newskin .minicart-wrapper .action.showcart:after {
    display: none;
}

.page-header.type8.header-newskin .minicart-wrapper .action.showcart:before, .page-header.type8.header-newskin .minicart-wrapper .action.showcart.active:before {
    font-size: 22px;
}

.page-header.type8.header-newskin .minicart-wrapper .action.showcart .counter.qty {
    right: 0 !important;
    background-color: #eb7d1e !important;
}

.page-header.type8 .custom-block > a span {
    display: none;
}

.page-header.type8 .custom-block > a {
    background: #fff;
    width: 36px;
    height: 36px;
    border-radius: 80px;
    padding: 6px 4px;
    display: block;
    text-align: center;
    margin-top: 4px;
}

.page-header.type8 .custom-block > a i {
    font-size: 20px;
    line-height: normal;
    margin-top: -4px;
    display: block;
}

/*Hot Cat*/
.hot-cat {
    background: #252627;
    color: #fff;
}

.hot-cat ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
}

.hot-cat ul li a {
    text-decoration: none;
    padding: 10px 3em;
    color: #fff;
    transition: all 0.4s ease-in-out;
}

.hot-cat ul li {
    margin: 0;
    display: inline-flex;
}

.hot-cat ul li a:hover {
    background-color: #fff;
    color: #000;
}

/*Call us*/
.call-us {
    border-radius: 0;
    padding: 10px 25px;
    width: auto;
    text-align: center;
}

.call-us span {
    color: #000000;
}

.call-us a {
    display: inline-flex;
    align-items: center;
    margin: 0 auto;
}

.call-us a i {
    font-size: 20px;
    transform: rotate(90deg);
    background-color: #F5F5F5;
    height: 40px;
    width: 40px;
}

.call-us a .call-us-content {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    text-align: left;
}

.call-us a .call-us-content span:first-child {
    margin-bottom: -5px;
    color: #A4A4A4;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.8px;
    letter-spacing: 0.325px;
}

.call-us .icon .fa-phone:before {
    content: "\f095";
    position: relative;
    top: 10px;
}

.call-us a .call-us-content span:last-child {
    color: #0F1111;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.8px;
    letter-spacing: 0.325px;
}

/*Search*/

@media (min-width: 768px) {
    .page-header.type8.header-newskin .logo {
        margin: 0 !important;
    }
}

@media (min-width: 992px) {
    .page-header.type8.header-newskin .logo {
        margin: 20px 0 !important;
    }
}

.page-header.type8.header-newskin .block-search .action.search {
    border: none !important;
    right: 0;
    width: 52px;
    height: 40px !important;
    top: 0;
}

/*!*Section title*!*/
/*section h2.sec-title {*/
/*    text-align: left;*/
/*    text-transform: uppercase;*/
/*    font-weight: 500;*/
/*    font-size: 28px;*/
/*    margin-bottom: 30px;*/
/*    margin-top: 0;*/
/*    color: #eb7d1e;*/
/*    letter-spacing: -1px;*/
/*}*/

.feature-cat .row .sec-title{
    margin-bottom: 39px !important;
    margin: 0 10px;
}

.sec-title a {
    font-size: 14px;
    background: #eb7d1e;
    border-radius: 0;
    padding: 10px 20px;
    color: #fff;
    position: absolute;
    right: 10px;
    text-transform: capitalize;
}

.sec-title a:visited {
    color: #fff;
}

.owl-top-narrow .owl-theme .owl-controls {
    left: 0;
    right: auto;
    top: -69px;
}

.owl-top-narrow .owl-theme .owl-controls .owl-nav [class*=owl-] {
    background: #000;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 7px;
    color: #fff;
    font-weight: 300 !important;
}

.owl-top-narrow .owl-theme .owl-controls .owl-nav .owl-prev {
    background: #eb7d1e;
    margin-right: 10px;
}

/*Footer Top
footer.page-footer {
    margin-top: 150px;
}*/

/*.footer-top {*/
/*    position: absolute;*/
/*    top: -150px;*/
/*    width: 560px;*/
/*    left: 50%;*/
/*    transform: translate(-50%, 0%);*/
/*    height: 150px;*/
/*    z-index: 99;*/
/*    overflow: hidden;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    display: none;*/
/*}*/

.footer-top .block.newsletter {
    width: 100%;
}
.footer-bottom-9 .footer-img {
    display: inline-flex;
}

.block.newsletter .content {
    display: flex;
    justify-content: center;
}

form#newsletter-validate-detail {
    flex: 50%;
    max-width: 495px;
}

.block.newsletter .content p {
    flex: 50%;
    max-width: 362px;
    display: block;
    margin-right: 45px;
    text-align: initial;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.8px;
    text-transform: capitalize;
}

.col-lg-4 .links {
    display: grid;
    grid-template-rows: repeat(6, min-content);
    grid-auto-flow: column;
}

.block.newsletter .bold {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.8px;
    text-transform: capitalize;
}

.footer-top {
    background-color: #E7E7E7;
    padding: 35px 0 5px 0;
}

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

.footer-middle {
    position: relative;
}

/*.footer-top:before {*/
/*    content: "";*/
/*    width: 100%;*/
/*    height: 500px;*/
/*    background: #0c295b;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    border-radius: 100%;*/
/*    z-index: -1;*/
/*}*/

.footer-top .container > div > span {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.footer-top .container > div > span:last-child {
    margin-top: -5px;
}

.footer-top .container > div {
    margin-bottom: 0;
    text-align: center;
}

.q-icon span {
    font-size: 40px;
    color: #0c295b;
    line-height: 5rem;
    font-weight: 600;
   /* font-family: 'Poppins';*/
}

.q-icon:before {
    content: "";
    background: transparent;
    position: absolute;
    left: 10px;
    top: 10px;
    border-radius: 60px;
    width: 60px;
    height: 60px;
    border: 3px solid #0c295b;
    z-index: 1;
}

.q-icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 100px;
    position: relative;
    margin-top: -20px;
}

/*Category page GIT*/
h2.sidebar-title {
    position: relative;
}

.block-category-list .block-title:before, .filter-options-title:before, .filter .filter-current-subtitle:before, .sidebar-title:before {
    content: "";
    width: 0;
    border-top: 16px solid transparent;
    border-left: 16px solid #f7f7f7;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: -1;
}

.block-category-list .block-title:after, .filter-options-title:after, .filter .filter-current-subtitle:after, .sidebar-title:after {
    content: "";
    width: 0;
    border-top: 16px solid transparent;
    border-right: 16px solid #f7f7f7;
    position: absolute;
    right: 0;
    bottom: -1px;
    z-index: -1;
}

.product-labels:before {
    content: "";
    position: absolute;
    top: -40px;
    left: -40px;
    background: #b4141a;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    z-index: -1;
    display: none;
}
.products-list .product-labels, .products-list .product-labels:before {
    display: none;
}

.product-item-photo {
    position: static;
    max-height: 205px;
    max-width: 205px;
}

.product-info-main .product-info-price .price-box .price-final_price > .price-including-tax {
    margin-top: -10px;
}

.product-label.sale-label {
    background: transparent;
    font-size: 16px !important;
    padding: 0 !important;
    padding-top: 10px !important;
    font-weight: 700;
    padding-left: 10px !important;
}
.header-top-links {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    text-align: right;
    margin-left: auto;
}
.header-top-links li {
    list-style-type: none;
}
.header-top-links a {
    color: #000000 !important;
    text-decoration: none;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16.8px; /* 140% */
    letter-spacing: 0.325px;
}
/*Detail Page GIT*/

.brands-title{
    color: #0F1111;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.columns .column.main .product-info-main .qty.field .qty-changer > a i {
    color: #000;
}

/*Tabs GIT*/
.product.data.items > .item.title:first-child {
    border-radius: 0 !important;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

/*.product.data.items>.item.title:nth-last-child(2) {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}*/

.product.info.detailed.vertical .product.data.items > .item.title.active > .switch > span {
    border: none;
}

.product.info.detailed.vertical .product.data.items > .item.title > .switch > span {
    padding: 0 15px !important;
    margin-bottom: 8px !important;
    border: none;
    display: block !important;
    background: #f7faff;
    /* border-radius: 50px; */
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
}

.product.info.detailed.vertical .product.data.items > .item.title:nth-last-child(2) span {
    margin-bottom: 8px !important;
}

/*side cta*/
#sidebar-cta {
    display: block;
    padding: 10px 0;
}

#sidebar-cta ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

#sidebar-cta ul li a {
    background: #f7f7f7;
    border-radius: 50px;
    padding: 10px;
    margin-bottom: 10px;
    display: block;
    color: #000;
    font-size: 14px;
}

#sidebar-cta ul li a i {
    background: #eb7d1e;
    border-radius: 50px;
    color: #fff;
    width: 25px;
    height: 25px;
    font-size: 12px;
    text-align: center;
    padding-top: 6px;
    margin-right: 5px;
}

#addtoquoteData:before {
    content: "";
    width: 340px;
    height: 90px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-53%, 0px);
    /* background: #eb7d1e; */
    /* border-bottom-left-radius: 100%; */
    border-bottom-right-radius: 100%;
    background: rgb(7, 31, 67) !important;
    background: linear-gradient(90deg, rgba(7, 31, 67, 1) 0%, rgba(32, 80, 185, 1) 54%, rgba(7, 31, 67, 1) 100%) !important;
    z-index: 1;
}

.side-form-detail {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

.side-form-detail > span > strong {
    display: block;
    text-transform: uppercase;
}

.side-form-detail > .p-img-bg {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    width: 68px;
    height: 68px;
    margin-top: -20px;
    z-index: 1;
}

.side-form-detail > .p-img-bg > img {
    width: 100%;
    max-width: 100%;
}

/*Mini Cart GIT*/
.block-minicart .block-content > .actions > .secondary .action.viewcart {
    height: 40px !important;
    line-height: 1 !important;
}

/* Cart GIT*/
#discount-coupon-form button.action {
    background: #0C295B !important;
    border-radius: 0px 5px 5px 0px !important;
}
.cart-discount .actions-toolbar .action.apply.primary span {
    color: #FFF;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: capitalize;
}

/*Checkout GIT*/
input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type="datetime"], input[type="email"] {
    border-radius: 50px;
}

#discount-form input {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.bss-onestepcheckout #opc-sidebar .discount-code #discount-form .payment-option-inner {
    width: 65% !important;
}

.bss-onestepcheckout #opc-sidebar .discount-code #discount-form .actions-toolbar .action {
    border-radius: 0px;
}
.bss-onestepcheckout #opc-sidebar .actions-toolbar>.primary>.btn-placeorder {
    line-height: 1;
    font-weight: 900 !important;
    font-size: 18px !important;
}
#stripe-payments-card-number{    width: calc(100% - 3px) !important;}
/*Cart Page*/
.cart.table-wrapper .actions-toolbar > .action-edit, .cart.table-wrapper .actions-toolbar > .action-delete {
    width: 25px;
    height: 25px;
    background: #eb7d1e;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    padding-top: 3px;
    top: 0px;
    right: 10px;
}
.cart.table-wrapper .actions-toolbar > .action-edit{
    display: none !important;
}

.cart.table-wrapper .action {
    margin-right: 35px;
}

.cart.table-wrapper .cart > .item {
    border: none;
    background:#fff;
}

.cart.table-wrapper .actions-toolbar > .action-edit:before, .cart.table-wrapper .actions-toolbar > .action-delete:before {
    color: #fff !important;
}

.cart.table-wrapper .actions-toolbar > .action-delete {
    background: #000000;
}

.cart.table-wrapper .col.price .price-excluding-tax .price {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}

table#shopping-cart-table {
    border-radius: 8px;
    overflow: hidden;
}

/*.cart-summary:before {*/
/*    content: "";*/
/*    width: 100%;*/
/*    height: 130px;*/
/*    position: absolute;*/
/*    top: -70px;*/
/*    left: 50%;*/
/*    transform: translate(-50%, 0px);*/
/*    background: transparent;*/
/*    z-index: 1;*/
/*}*/

.cart-summary {
    position: relative;
    overflow: hidden;
    top: 0 !important;
    background: #fff;
    border:none;
    width: 30.5% !important;
    border-radius: 5% !important;
}

.cart-summary strong.summary.title {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 21.6px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.cart-summary .checkout-methods-items .action.primary.checkout {
    background: #000 !important;
}

.cart-container .cart-summary .checkout-methods-items .action.primary.checkout {
    background: #EE7B2E !important;
    max-width: 350px;
    height: 50px;
}

/*Checkout Page*/
.bss-onestepcheckout .opc-wrapper #shipping {
    width: 100%;
    background: transparent;
    border: none !important;
    box-shadow: none;
}

@media screen and (min-width: 768px) {
    .bss-onestepcheckout .fieldset > .field {
        width: calc(33.333% - 15px);
        float: left;
        margin-right: 15px;
        position: relative;
        margin-bottom: 8px;
    }

    fieldset.field.street.admin__control-fields.required .control .field {
        width: calc(33.333% - 15px);
        float: left;
        margin-top: 0px;
        margin-right: 15px;
    }
}

fieldset.field.street.admin__control-fields.required {
    width: 100%;
    position: relative;
}

fieldset.field.street.admin__control-fields.required .control .field:first-child {
    margin-top: 0;
}

ol#checkoutSteps select {
    height: 38px;
}

ol#checkoutSteps label, legend.label {
    font-style: italic;
    color: #999999;
    margin-bottom: 5px !important;
    font-size: 12px !important;
}

legend.label {
}

fieldset.field.street.admin__control-fields.required .control .field:first-child label {
    display: none !important;
}

#customer-email-fieldset .field {
    width: 100%;
    float: none;
}

form.form.form-login {
    margin-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 0;
    margin: 0;
    background: transparent;
    padding-left: 0;
    padding-right: 0;
}

form#co-shipping-form {
    margin-top: 10px;
    margin: 0 !important;
    background: transparent;
    padding: 0;
}

#checkoutSteps .step-title, .opc-block-summary > .title {
    padding: 0px;
   /* border: none;
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
    border: none !important;*/
}

#checkoutSteps .step-content {
    padding: 15px;
    background: rgb(247 250 255) !important;
    float: inherit;
    margin-bottom: 0px;
}

#checkoutSteps > li {
    padding: 0 !important;
    border: 1px solid #d9d9d9;
    background: #f5f5f5 !important;
    overflow: hidden;
    padding-bottom: 10px !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    margin-top: 0 !important;
    margin-bottom: 20px;
}

/*#checkoutSteps > li .step-title:before {
    content: "";
    width: 350px !important;
    height: 230px !important;
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translate(-50%, -60%);
    background: #eb7d1e !important;
    border-radius: 100% !important;
    z-index: -1;
}*/

#checkoutSteps > li .step-title {
    position: relative;
    text-align: left;
    z-index: 1;
    color: #fff;
    font-size: 20px;
    line-height: 1.8;
    font-weight: 700;
    margin-bottom: 10px;
    background: rgb(7, 31, 67) !important;
    background: linear-gradient(90deg, rgba(7, 31, 67, 1) 0%, rgba(32, 80, 185, 1) 54%, rgba(7, 31, 67, 1) 100%) !important;
}

div#checkout-step-payment {
    padding-right: 0 !important;
    padding-left: 0 !important;
    width: 100%;
    background: transparent !important;
}

div#checkout-payment-method-load {
    padding-left: 15px;
    padding-right: 15px;
    background: transparent;
}

.checkout-billing-address {
    margin-top: 0px !important;
    padding-top: 10px;
}

.table-checkout-shipping-method .price-including-tax .price {
    color: #f79d1c;
    font-size: 18px;
}

.table-checkout-shipping-method .price-excluding-tax {
    color: #000;
    font-weight: 300;
}

.opc-block-summary {
    padding: 10px;
    background: rgb(247 250 255);
    border: none;
}

.opc-block-summary > .title {
    background: rgb(7, 31, 67) !important;
    background: linear-gradient(90deg, rgba(7, 31, 67, 1) 0%, rgba(32, 80, 185, 1) 54%, rgba(7, 31, 67, 1) 100%) !important;
    /* padding: 0; */
    /* border: none !important; */
    color: #fff;
    font-weight: 700;
    margin: -15px;
    margin-bottom: 10px;
    line-height: 1.9;
}

.cart-totals .grand strong, .opc-block-summary .table-totals .grand strong,
.opc-block-summary .items-in-cart>.title strong {
    font-size: 1.5rem;
}
#opc-sidebar {
    /* margin-top: 50px !important; */
    background: rgb(247 250 255);
    border-radius: 0px;
    overflow: hidden;
}




.bss-onestepcheckout #opc-sidebar .discount-code #discount-form .actions-toolbar .action {
    background: #eb7d1e;
}

.bss-onestepcheckout #opc-sidebar > .field {
    margin: 0 !important;
    padding: 0 10px;
}

.bss-onestepcheckout #opc-sidebar .discount-code {
    margin-bottom: 5px;
    padding: 10px;
}

#opc-sidebar .actions-toolbar {
    padding: 0 10px 15px;
    margin-top: 0;
}

.opc-wrapper .form-login, .opc-wrapper .form-shipping-address {
    max-width: 100% !important;
}

div#checkout-step-payment {
    padding-top: 0 !important;
}

div#opc-sidebar .opc-block-summary {
    position: relative;
}

/*
#opc-sidebar > .opc-block-summary > .title:before {
    content: "" !important;
    width: 120% !important;
    height: 100px !important;
    position: absolute;
    margin: -10px;
    display: block !important;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0px);
    background: #eb7d1e !important;
    border-bottom-left-radius: 100% !important;
    border-bottom-right-radius: 100% !important;
    z-index: -1;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
*/

/*Side btn*/
.side-btn a {
    width: 50px;
    height: 50px;
    background: #000;
    font-size: 22px;
    color: #fff !important;
    padding: 10px;
    transition: all 0.4s ease-in-out;
    position: relative;
    text-align: center;
}

.side-btn {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    z-index: 1;
}

.side-btn a.call {
    background: #0c295b;
}

.side-btn a.call:hover {
    background: #000;
}

.side-btn a.chat:hover {
    background: #0c295b;
}

.side-btn a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    margin: 5px;
    transform: scale(1.3);
    transition: all 0.4s ease-in-out;
}

.side-btn a:hover:before {
    transform: scale(1);
}

/*Content Pages*/
h3.content-heading {
    color: #ec7f22;
    font-size: 24px;
}

h3.content-heading {
}

h3.content-heading {
    color: #ec7f22;
    font-size: 24px;
}

#shipping-policy table {
    margin: 20px 0;
}

#shipping-policy table th {
    background: #ec7f22;
    color: #fff;
    border: 1px solid #dedede;
}

#shipping-policy table td {
    border: 1px solid #dedede;
}

/*dropdown*/
.dropbtn {
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #272827;
    min-width: 190px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    left: 0;
    z-index: 1;
}

.dropdown-content a {
    color: #fff !important;
    text-decoration: none;
    display: block;
    font-size: 14px !important;
}

.dropdown-content a:hover {
    background-color: #ec7f22;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.cms-index-index .products-grid .product.data.items > .item.content .qty-box {
    display: none;
}

/*Git Header New And Little bit Jugar*/
@media screen and (max-width: 1400px) {
    .owl-top-narrow .owl-theme .owl-controls {
        left: 10px;
    }

    .sec-title a {
        right: 10px;
        top: -4px;
    }
}

@media screen and (max-width: 991px) {
    .cart-summary {
        order: 2;
    }

    .cart-container .form-cart {
        order: 1;
    }

    .cart-discount {
        margin-bottom: 20px;
    }

    .cart-container {
        display: flex;
        flex-direction: column;
    }

    .footer-top .container > div > span:last-child {
        margin-top: 0px;
    }

    .toolbar .field.limiter, .page-products .sorter {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .checkout-index-index .page-main {
        max-width: 90%;
    }

    .opc-estimated-wrapper {
        margin: 0;
        margin-bottom: 15px;
    }

    .cart-discount {
        margin-top: 0px;
        margin-bottom: 0px;
        order: 5;
    }

    .cart-summary strong.summary.title {
        display: block;
    }

    .product.data.items > .item.content, .product.info.detailed.vertical .product.data.items > .item.title > .switch > span {
        border-radius: 0px;
    }

    .product-info-main .page-title-wrapper h1 {
        font-size: 20px !important;
    }

    .product-info-main .box-tocart .actions {
        margin-right: 0;
        margin-top: 10px;
    }

    .product.data.items > .item.title {
        background: transparent;
    }

    .product.info.detailed.vertical .product.data.items > .item.title.active > .switch > span {
        border-radius: 0px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .products-grid .product-item .product-item-info.type4 .product-item-inner {
        margin-left: -5px !important;
    }


    .footer-top .container > div > span {
        font-size: 18px;
        margin-bottom: 5px;
    }

    section h2.sec-title {
        text-align: left;
        font-size: 26px;
        margin-top: 0px;
    }

    .owl-top-narrow .owl-theme .owl-controls {
        display: none !important;
    }

    .sections.nav-sections {
        display: block !important;
    }

    .menu-wrapper-right {
        order: 4;
        /* position: absolute;
        top: 30px;
        left: 48%;
        transform: translateX(-50%);
        padding-right: 5px; */
    }

    .page-header.type8.header-newskin .minicart-wrapper {
        margin: 0 !important;
        width: auto;
    }
    .page-header.type8.header-newskin .minicart-wrapper .action.showcart .counter.qty {
        background-color: transparent !important;
    }

    .page-header.type8.header-newskin .minicart-wrapper .action.showcart:before, .page-header.type8.header-newskin .minicart-wrapper .action.showcart.active:before {
        line-height: 30px;
    }

    form#search_mini_form {
        background: #fff;
        padding: 1px 5px;
        /* margin-right: 30px; */
    }

    .menu-container {
        height: 0;
    }

    .menu-wrapper {
        padding: 0;
    }

    .block-search .label.active + .control input {
        position: absolute;
        top: 64px;
        left: 2%;
        box-shadow: 0 0 6px #000;
        border-radius: 0 !important;
        width: 96%;
    }

    .page-header.type8.header-newskin :not(.sticky-header) .minicart-wrapper .block-minicart:before,
    .page-header.type8.header-newskin :not(.sticky-header) .minicart-wrapper .block-minicart:after {
        right:-8px !important;
        transform: translateX(-50%);
    }

    .page-header.type8.header-newskin .minicart-wrapper .block-minicart {
        right: 0 !important;
        transform: translateX(0%);
    }
    .page-header.type8.header-newskin .drop-menu + .custom-menu-block + .actions-toolbar .action.promotion {
        display: none;
    }
}

@media screen and (max-width: 650px) {
    .bss-onestepcheckout .opc-wrapper #payment {
        overflow: hidden;
    }

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

    .hot-cat {
        display: none;
    }

    header.page-header.type8.header-newskin {
        border-bottom: 1px solid #d9d9d9;
    }
    /* .call-us {
        display: none;
    } */

    .page-header.type8.header-newskin .nav-toggle {
        margin-right: 0;
        margin-left: 0;
    }
    /* .menu-wrapper-right {
        right: 90px;
        left: auto;
        top: 27px;
    } */

    .page-header.type8.header-newskin :not(.sticky-header) .minicart-wrapper .block-minicart:before, .page-header.type8.header-newskin :not(.sticky-header) .minicart-wrapper .block-minicart:after {
        right: 5px !important;
    }

}

@media screen and (max-width: 767px) {
    .page-header.type8.header-newskin .drop-menu + .custom-menu-block + .actions-toolbar .action.promotion {
        display: none;
    }
}

/*Footer links*/
.social-icons {
    display: inline;
    padding-top: 10px;
}

.footer-logo {
    display: flex;
    margin-top: 30px;
    flex-direction: column;
}

.footer-bottom-col {
    margin-top: 55px;
}

.footer-img {
    display: inline-flex;
}

.footer-img img {
    padding-right: 10px;
}

.footer .social-icons a [class^="porto-icon-"] {
    color: #fff !important;
}

.footer-bottom, .footer-bottom p {
    margin-bottom: 0;
    line-height: normal;
}

.footer ul.contact-links li {
    display: flex;
    margin-bottom: 10px;
}

.footer ul.contact-links li i {
    margin-right: 10px;
    color: #ec7f22;
}

/*Home Brand section*/
.cms-index-index footer.page-footer {
    margin-top: 0;
}

.slick-initialized.bsd_banner_slider {
    display: block;
    /*max-height: 528px;*/
}


.cms-index-index section.brands {
    padding-bottom: 50px;
    /*padding-top: 50px;*/
}

div#brands-slider.owl-carousel .owl-item img {
    margin: 0 auto;
}

.filter .filter-title strong {
    background: #ec7f22;
    border: none !important;
}

.filter .filter-title strong:before {
    color: #fff;
}

#featured_product .products {
    margin: 0 !important;
}

#featured_product .products.owl-carousel {
    display: block;
    max-height: 390px;
    overflow-y: scroll;
    padding-right: 10px;
    padding-top: 10px;
}

/*Login Page*/
/*Login page*/
.login-container .fieldset > .field > .control {
    width: 100% !important;
}

.login-container .fieldset > .field > .control input, .create.account input {
    border-radius: 4px;
    background: #f7f7f7;
}

.login-container .fieldset > .actions-toolbar {
    padding: 0;
}

.login-container .fieldset:after {
    display: none;
}

.login-container {
    width: 100%;
}

.create.account {
    margin: 0 auto;
}

.form.create.account > .fieldset {
    width: 100% !important;
}

.form.create.account {
    padding-top: 10px;
}

.customer-account-create .page-title-wrapper {
    text-align: center;
}

.create.account .actions-toolbar {
    margin-top: 20px;
    display: block;
    float: left;
}

.fa-whatsapp:before {
    content: "\f232";
}

.login-container .block-new-customer .actions-toolbar {
    padding: 0;
}

.login-container .block-new-customer .actions-toolbar a.action.create.primary {
    margin: 0;
    border-radius: 5px;
}

/*Accordion Blog Section*/
section.blog {
    width: 100%;
    padding: 40px 0;
    position: relative;
}

#blog-row > .col > .card {
    background: #f7f7f7;
    border-radius: 10px;
    padding: 20px;
    min-height: 400px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.card-img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    width: 100%;
}

#blog-row .col.expend {
    flex: 1 0 21%;
    transition: all 0.4s ease-in-out;
}

#blog-row > .col > .card > * {
    z-index: 1;
    color: #000;
}

#blog-row > .col.expend > .card > * {
    color: #fff;
}

#blog-row > .col.expend > .card > .card-img {
    opacity: 1;
}

#blog-row .col {
    transition: all 0.4s ease-in-out;
}

#blog-row .col.expend .card-body .desc {
    display: none;
}

#blog-row .col.expend .card-title {
    font-size: 24px;
    margin-bottom: 0px;
}

#blog-row .col.expend .card-body {
    order: -1;
}

#blog-row .col .card-title {
    font-size: 20px;
    margin-bottom: 20px;
}

#blog-row > .col.expend > .card {
    justify-content: flex-end;
}

#blog-row > .col.expend > .card > .card-footer {
    padding-bottom: 40px;
}

#blog-row > .col > .card > .card-footer a {
    background: #ec7f22;
    margin: 10px 0;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 50px;
    color: #fff;
}

#blog-row > .col > .card > .card-img img {
    width: 100%;
}

/*Contact Page*/
/*Contact page*/
form#contact-form, .contact-info {
    background: #fff;
    padding: 20px;
    color: #000;
}

.contact-index-index .page-main .contact-info [class^="porto-icon-"] {
    background: #f79d1c;
}

form#contact-form legend span {
    color: #000;
    text-align: left;
    margin-left: 0;
    font-weight: 300;
}

form#contact-form legend {
    text-align: left;
}

.field.comment.required {
    margin-top: 10px;
}

form#contact-form .actions-toolbar {
    padding: 0;
    margin-top: 5px;
}

form#contact-form input, form#contact-form textarea {
    background: #f9f9f9;
    border-radius: 4px;
    height: 40px;
}

form#contact-form input::-webkit-input-placeholder, form#contact-form textarea::-webkit-input-placeholder { /* Edge */
    color: #a0a0a0;
    font-weight: 600;
    font-style: italic;
}

form#contact-form input:-ms-input-placeholder, form#contact-form textarea::-webkit-input-placeholder { /* Internet Explorer 10-11 */
    color: #a0a0a0;
}

form#contact-form input::placeholder, form#contact-form textarea::-webkit-input-placeholder {
    color: #a0a0a0;
}

form#contact-form .actions-toolbar button.action.submit.primary {
    border-radius: 5px;
    min-width: 150px;
}

.sec-title a:hover {
    background-color: transparent;
    border: 1px solid;
    text-decoration: none;
}

.block-product-shipping table p {
    margin-top: 10px;
}

.block-product-shipping table {
    border: 1px solid #dedede;
    margin-top: 10px;
    margin-bottom: 30px;
    width: 100%;
}

.block-product-shipping table td {
    border-right: 1px solid #dedede;
}

.block-product-shipping table th, .block-product-shipping table td {
    border-bottom: 1px solid #e4e4e4;
    vertical-align: sub;
    padding: 5px 20px !important;
    background: #fff;
}

.block-product-shipping table th {
    background-color: #f2f3f7 !important;
    height: 40px;
    line-height: 1.4;
    white-space: nowrap;
    font-weight: 700;
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
}

.block-product-shipping table td img {
    float: left;
}

/* Bulk Devices Styling */
.page-header.type8.header-newskin > .panel.wrapper,
.page-header.type8 > .panel.wrapper > .panel.header, .page-header.type8.header-newskin > .panel.wrapper > .panel.header {
    background-color: transparent !important;
}
.page-header.type8 > .panel.wrapper > .panel.header .top-link .action:not(:last-child) {
    margin-right: 25px;
}
.page-header.type8 > .panel.wrapper > .panel.header .top-link .action img {
    margin-right: 8px;
}
.page-header.type8 > .panel.wrapper > .panel.header .top-link .action span {
    color: #000;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    vertical-align: super;
}

section.three-columns {
    width: 100%;
    background: #e0eaff;
    margin-top: -5px;
    margin-bottom: 0;
}

.bsd_banner {
    margin-bottom: 0 !important;
}

section.products-grid {
    width: 100%;
    background-color: #fff;
    padding: 10px 0 0 0;
    margin-bottom: 50px;
}
section.products-grid .sec-title {
    margin-bottom: 0;
}
/*section.products-grid .product.data.items > .item.content {
    display: inline-table;
}*/

/*.products-grid .product-item-photo:after {*/
/*    content: "";*/
/*    width: 100%;*/
/*    position: absolute;*/
/*    bottom: 10px;*/
/*    left: 0;*/
/*    height: 2px;*/
/*    background: #0c295b;*/
/*    z-index: 1;*/
/*}*/

.products-grid .product-item-photo {
    position: relative;
}

/*.products-grid .product-item-photo:before {*/
/*    content: "";*/
/*    width: 40px;*/
/*    position: absolute;*/
/*    bottom: 9px;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    height: 5px;*/
/*    background: #eb7d1e;*/
/*    z-index: 2;*/
/*    margin: 0 auto;*/
/*}*/

.page-header.type8.header-newskin .drop-menu + .custom-menu-block a {
    font-size: 14px !important;
    font-family: 'lato' !important;
    color: #000 !important;
    font-weight: 600 !important;
    text-transform: capitalize;
}

section {
    width: 100%;
    position: relative;
}

section.feature-cat {
    margin-top: 0;
    margin-bottom: 50px;
    padding: 40px 0;
    background-color: #F4F4F4;
}

.cat-text ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 10px;
    margin-bottom: 20px;
}

.cat-text ul li a {
    color: #000;
    font-size: 14px;
}

.cat-text ul li {
    margin-bottom: 3px;
    transition: all 0.4s ease-in-out;
}

.cat-text ul li:first-child {
    font-size: 18px;
    position: relative;
    margin-bottom: 20px;
}

.cat-text ul li:first-child a {
    color: #eb7d1e;
    font-size: 18px;
}

.cat-text ul li:first-child:after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 0;
    height: 2px;
    width: 70px;
    background: #eb7d1e;
}

.cat-text ul li:first-child:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    transform: translateX(0%);
    height: 4px;
    width: 30px;
    background: #0c295a;
    z-index: 2;
}

.cat-text ul li:before {
    content: ">";
    font-size: 16px;
    margin-right: 5px;
    color: #eb7d1e;
}

.cat-text ul li:hover {
    padding-left: 10px;
}

.cat-text ul li:hover a {
    color: #eb7d1e;
    text-decoration: none;
}

section.home-promo-baners-columns {
    margin-bottom: 0;
}

section h2.sec-title strong {
    color: #0F1111;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}



.panel.header {
    display: flex;
    align-items: center;
}

.page-header.type8.header-newskin .panel.header .switcher {
    padding-left: 30px !important;
    padding-right: 0 !important;
}

li.greet.welcome {
    display: none !important;
}

.page-header.type8.header-newskin .drop-menu + .custom-menu-block li:hover a {
    color: #fff !important;
}

.page-header .panel.wrapper {
    border-bottom: 1px solid #000000;
    box-shadow: 0 0 4px 0px #000000;
}

.page-header.header-newskin .panel.header .header.links > li > a {
    color: #fff !important;
}

.page-header.type8.header-newskin .drop-menu {
    width: auto !important;
    cursor: pointer;
}

/*.page-wrapper .page-header.type8.header-newskin .navigation .level0:not(:first-child) > .level-top {*/
/*    border-top: #ffffff8f solid 1px !important;*/
/*}*/

.header-top-text {
    font-size: 12px;
    color: #0F1111;
    text-transform: capitalize;
    line-height: 16.8px;
    letter-spacing: 0.32px;
    font-weight: bold;
}

.header-top-text i {
    margin-right: 5px;
}

.header-top-text a {
    color: #fff !important;
}

.page-header .switcher .options, .page-footer .switcher .options {
    color: #fff;
}

/* Blog Grid */
@media (max-width: 768px) {
    .box-tocart .action.tocart {
        min-width: 100%;
        padding: 0 14px;
        margin-bottom: 10px !important;
    }
    .sidebar .field.qty {
        width: 100%;
        float: left;
        display: flex;
        justify-content: center;
    }
    .sidebar .field.qty input {width: 110px;}
    .post-list-item, .post-list-item:first-child {
        width: 49% !important;
        float: left;
        margin-right: 1%;
        margin-bottom: 0;
    }
    section.blog .post-list-item .post-image {
        display: block;
        width: 100% !important;
        max-width: 100% !important;
        height: 170px !important;
    }
    section.blog .post-list-item .post-item-wraper{display: block;}
section.blog .post-list-item img.img-responsive {
    height: auto !important;
    width: 100% !important;
    max-width: 100% !important;
}
}
@media (max-width: 575px) {
    .post-list-item, .post-list-item:first-child {
        width: 100% !important;
        margin: 0 !important;
    }
}
section.blog .post-list-item:first-child {
    width: 59%;
    float: left;
    margin-right: 1%;
    margin-bottom: 0;
}
section.blog .post-list-item {
    float: left;
    width: 40%;
    margin-bottom: 12px !important;
}
section.blog .post-list-item:first-child .post-item-wraper{display: block;}
section.blog .post-list-item:first-child img.img-responsive {
    height: auto !important;
    width: 100% !important;
    max-width: 100% !important;
}
section.blog .post-list-item:first-child .post-image {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: 345px;
}
section.blog h2.mp-post-title {
    font-size: 16px;
    margin-bottom: 10px;
    color: #000;
    line-height: 1.2;
    min-height: 38px;
    overflow: hidden;
    display: block;
    width: 100%;
}

section.blog h2.mp-post-title a {
    color: #0c295b;
    font-weight: 500;
}

section.blog img.img-responsive {
    margin: 0;
    /* height: auto !important; */
    width: 180px !important;
    height: auto !important;
    max-width: 180px;
}

section.blog .post-image {
    width: 130px;
    height: 100px;
    min-height: auto;
    overflow: hidden;
}
section.blog .post-short-description {
    max-height: 19px;
    overflow: hidden;
}

section.blog .post-info-wraper {
    padding: 16px;
}

section.blog .post-item-wraper {
    padding: 0 !important;
    box-shadow: 0 0 20px #0c295b38;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

section.blog .post-item-wraper:after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background: #0c295b;
    z-index: 1;
}

section.blog .post-item-wraper:before {
    content: "";
    width: 40px;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    height: 5px;
    background: #eb7d1e;
    z-index: 2;
    margin: 0 auto;
}


.bss-onestepcheckout .step-title:before,.bss-onestepcheckout #opc-sidebar .opc-block-summary>.title:before {
    border-radius: 0;
    height: 42px;
    line-height: 38px;
}
.product.data.items h2, .product.data.items h3 {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: 500;
}

.action.primary, .action.primary:active {
    font-family: "Lato" !important;
    font-weight: 500 !important;
    font-size: 18px;
}
.block.related {
    width: 100%;
}

/*.owl-stage {*/
/*    width: 100% !important;*/
/*}*/
button {
    font-size: 16px !important;
    font-family: 'Lato' !important;
}
/* Product page layout */

.kk-custom-product-info-wraper {
    width: 100%;

}

.kk-custom-product-info {
    border-top: 3px solid #0c2859;
    background: #f7faff;
    padding: 20px;
    box-shadow: 0px 16px 24px #00000033;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    margin-top: 15px;
}

.kk-custom-product-info-wraper .kk-custom-product-info:before {content: "";width: 50px;height: 5px;position: absolute;top: -4px;left: 50%;transform: translateX(-50%);background: #eb7d1e;}

.product-info-price .price-box .price-including-tax .price {
    font-size: 16px !important;
}

.product-info-price .price-box .price-including-tax .price:after {
    content: "Incl. VAT";
    font-size: 12px !important;
    color: #000000;
    font-weight: 400;
    margin-left: 5px;
}

.sidebar .field.qty {
    width: 114px;
    float: left;
}

.sidebar .field.qty input {
    width: 50px;
    background: #fff;
    color: #000;
    border: 1px solid #eb7d1e;
}

.sidebar .box-tocart .actions {
    display: block;
}

.sidebar .box-tocart .actions > * {
    margin: 0 !important;
}

.sidebar .box-tocart {
    margin: 0;
}

.sidebar .fieldset>.field:not(.choice) .label, .sidebar .fieldset .fields>.field .label {
    display: inline;
    float: left;
    width: auto;
    font-size: 16px;
    padding: 8px 0;
    margin-right: 5px;
}

.sidebar .fieldset>.field:not(.choice) .control, .sidebar .fieldset .fields>.field .control {
    width: auto;
    float: left;
}
.qty.field .qty-changer>a{height: 20px;}
.kk-custom-product-info .product-info-stock-sku {
    color: green;
    font-weight: 900;
    font-family: "Lato";
    text-transform: capitalize;
    text-align: left;
    font-size: 18px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
}

.kk-custom-product-info .product-info-stock-sku span {
    display: none;
}

.kk-custom-product-info .product-info-stock-sku .stock.available span:last-child {
    display: inline-block !important;
}


.kk-custom-product-info .product.attribute.sku {
    display: none;
}
/* Three Column Product detail page */
.catalog-product-view .three-columns .homepage-bar [class^=porto-icon-], .catalog-product-view .three-columns .homepage-bar [class^=porto-new-icon-] {
    width: 20px !important;
    font-size: 20px;
}

.catalog-product-view .three-columns .homepage-bar h3 {
    font-size: 14px;
}

.catalog-product-view .product.data.items {
    margin-left: -15px;
}
.bss-onestepcheckout #opc-sidebar .opc-block-summary>.title:before {
    height: 54px;
    line-height: 50px;
}
.price-including-tax span.price {
    font-size: 13px;
}

.price-box .price-including-tax .price:after {
    content: "Incl. VAT" !important;
    font-size: 14px !important;
    color: #000000;
    font-weight: 400;
    margin-left: 3px;
}
.box-tocart .field.qty {
    float: left;
    display: block;
}

.box-tocart .actions {
    display: block;
}

.catalog-product-view #product-addtocart-button {
    margin-right: 0 !important;
    float: right;
}




.pdp-top-part-wraper {display: -webkit-flex;display: -moz-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}

.box-tocart .field.qty {
    float: left;
    display: block;
}

.box-tocart .actions {
    display: block;
}

.catalog-product-view #product-addtocart-button {
    margin-right: 0 !important;
    float: right !important;
}

.box-tocart button#quick-buy {
    margin-top: 20px;
}
.catalog-product-view .product.media,
.catalog-product-view .product-info-main,
.catalog-product-view .kk-custom-product-info-wraper{width:100%;}


#addtoquoteData .side-form-detail + .fieldset.row {
    margin: 15px 0 0;
}
@media (min-width: 768px){
    .catalog-product-view .product.media {
        -webkit-flex: 0 0 30%;
        -moz-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
    .catalog-product-view .product-info-main {
        -webkit-flex: 0 0 42%;
        -moz-flex: 0 0 42%;
        -ms-flex: 0 0 42%;
        flex: 0 0 42%;
        max-width: 42%;
    }
    .catalog-product-view .kk-custom-product-info-wraper {
        -webkit-flex: 0 0 21%;
        -moz-flex: 0 0 21%;
        -ms-flex: 0 0 21%;
        flex: 0 0 28%;
        max-width: 28%;
    }
    .tab-righontainer\>raper{
        float: right;
        width: 28%;
    }
    .column.main .product.info.detailed {
        width: 72%;
        padding-right: 15px;
        float: left;
    }

    .product.data.items > .item.title > .switch, .product.data.items > .item.title > .switch:visited {
        margin-right: 0 !important;
        border: none !important;
    }
    .cms-index-index .products-grid .product.data.items>.item.title:not(:first-child) > .switch {
        position: relative;
        padding-left: 30px;
    }
    .cms-index-index .products-grid .product.data.items>.item.title:not(:first-child) > .switch:before {
        content: '|';
        position: absolute;
        left: 0;
        color: #A1A1A1;
    }
    .cms-index-index .products-grid.promotional-list .product.data.items > .item.content {
        padding: 5px 20px !important;
        background: #f8f8f8 !important;
        margin-top: 60px;
    }
}
@media (min-width: 992px){
.catalog-product-view .product.media {
    -webkit-flex: 0 0 30%;
    -moz-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}

.catalog-product-view .product-info-main {
    -webkit-flex: 0 0 49%;
    -moz-flex: 0 0 49%;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
}

.catalog-product-view .kk-custom-product-info-wraper {
    -webkit-flex: 0 0 21%;
    -moz-flex: 0 0 21%;
    -ms-flex: 0 0 21%;
    flex: 0 0 21%;
    max-width: 21%;
}
.tab-righontainer\>raper{
    float: right;
    width: 21%;
}
.column.main .product.info.detailed {
    width: 79%;
    padding-right: 15px;
    float: left;
}
}


.box-tocart {
    margin-bottom: 0;
}

.product-item-info .product.name a{
    color: #333 !important;
    font-family: Lato;
    font-size: 13px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 18.2px;
    letter-spacing: -0.15px !important;
}
.bsd_banner_slider .slick-arrow {
    font-size: 0 !important;
}
header.page-header .nav-sections-item-title{background-color:#e97c1f !important;}
header.page-header .nav-sections-item-title.active {
    background: transparent !important;
    color: #000 !important;
}

header.page-header .nav-sections-item-title.active a {
    color: #000;
}
ul.subchildmenu.col-md-12.mega-columns.columns4 {
    padding: 0 !important;
}
.navigation li.level0>a.ui-state-active{color: #fff !important;}

.product-image-photo.default_image {
    /* height: 205px; 
    object-fit: contain;*/
}

#mpblog-list-container a{color:#eb7d1e !important;}

#mageplaza-seo-html-sitemap {
    width: 100%;
}
.mp-sitemap-listing {
    width: 100%;
}
.cms-index-index .price-container.price-final_price.tax.weee .price {
    text-align: center;
    font-family: Lato;
    font-size: 21px !important;
    font-style: normal;
    font-weight: 900 !important;
    line-height: 24px !important;
}

.cms-index-index .products-grid .product-item-details .product-item-actions .tocart, 
.page-wrapper .products-grid .product-item-details .product-item-actions .tocart {
    background: #FFD814 !important;
    color: #000000;
    border: 1px solid #000000 !important;
    text-align: center;
    font-size: 13px !important;
    font-style: normal;
    font-weight: 900;
    line-height: 30px !important;
    text-transform: uppercase;
    position: relative;
}

.cms-index-index .products-grid .product-item-details .product-item-actions .tocart span, 
.products-grid .product-item-details .product-item-actions .tocart span {
    color: #000000;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 900;
    line-height: 30px; /* 250% */
    text-transform: uppercase;
    padding-left: 26px;
    position: relative;
}
.page-wrapper .products-grid .product-item-details .product-item-actions .tocart span::before {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/tocart-icon.svg) no-repeat;
    background-size: 16px;
}

/*home page menu */
@media screen and (max-width: 1440px) and (min-width: 990px){
    .cms-index-index .price-container.price-final_price.tax.weee .price {
        color: #EB7D1E !important;
        font-size: 21px !important;
        text-align: center;
        font-family: Lato;
        font-style: normal;
        font-weight: 900 !important;
        line-height: 24px !important;
    }

    .cms-index-index .products-grid .product-item-details .product-item-actions .tocart {
        background: #FFD814 !important;
    }

    .cms-index-index .products-grid .product-item-details .product-item-actions .tocart span {
        color: #000000;
        text-align: center;
        font-family: Lato;
        font-size: 13px;
        font-style: normal;
        font-weight: 900;
        line-height: 30px; /* 250% */
        text-transform: capitalize;
    }

    .navigation.sw-megamenu.side-megamenu {
        min-height: 100%;
        /* background: radial-gradient(107.32% 141.42% at 0% 0%, rgba(255, 255, 255, 0.40) 0%, rgba(255, 255, 255, 0.00) 100%); */
        /* backdrop-filter: blur(6px); */
    }
    .sw-megamenu.navigation.side-megamenu li.level0.parent > a:after {
        line-height: 42px;
    }
}

@media screen and (max-width: 1366px){
    .sw-megamenu.navigation.side-megamenu li.level0.parent > a:after {
        line-height: 38px;
    }
}

/*category page css RLT*/
.catalog-product-view section.verfied-reviews.pdp {
    max-width: 1280px;
    margin: auto;
    display: block;
    text-align: center;
}

.catalog-product-view .page-bottom [data-content-type='row'][data-appearance='contained'] {
    margin: 0 !important;
    max-width: 100%;
}

.catalog-product-view section.verfied-reviews.pdp img {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
    .page-wrapper>.breadcrumbs {
        /* max-width: unset !important; */
    }
}
@media screen and (min-width: 1025px){
    .sidebar.sidebar-main {
        position: relative;
        display: flex;
        flex-direction: column;
    }
    .cat-label {
        order: -1;
        border-radius: 0;
        background: #0C295B;
        color: #FFF;
        font-family: Lato;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        height: 50px;
        line-height: normal;
        display: flex;
        text-align: left;
        align-items: center;
        padding: 0 20px;
        margin-bottom: 0;
    }

    h3.category-heading {
        color: #0F1111;
        font-family: Lato;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 12px;
    }

    .category-bottom__wrap-test {
        border-radius: 5px;
        background: #FFF;
        padding: 26px 20px 23px 20px;
    }

    span.category-text {
        color: #A0A0A0;
        font-family: Lato;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 23.8px; /* 170% */
    }

    h2.category-heading-2 {
        color: #0F1111;
        font-family: Lato;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin: 10px 0 8px 0;
    }

    .pages strong.page, .pages a.page {
        background-color: transparent !important;
        border: none !important;
        border-color: transparent !important;
    }

    .pages strong.page span, .pages a.page {
        color: #8D8D8D !important;
        font-family: Lato;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 16.8px; /* 140% */
        letter-spacing: 0.325px;
    }

    .toolbar-products .pages .action {
        background: transparent;
        border: none;
    }

    .filter-options-content .item a {
        color: #272827 !important;
        font-family: Lato;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 23px; /* 164.286% */
    }


    .toolbar .field.limiter {
        display: none;
    }

    .products.wrapper ~ .toolbar .limiter {
        float: right !important;
        margin-right: 0 !important;
    }

    .products.wrapper ~ .toolbar .pages {
        float: left !important;
        padding: 35px 0;
    }

    #layer-product-list .field.limiter {
        padding: 35px 0;
    }

    .sidebar .product-items .product-item-name a {
        display: -webkit-box !important;
        overflow: hidden !important;
        -webkit-line-clamp: 2 !important;
        text-overflow: ellipsis !important;
        -webkit-box-orient: vertical !important;
        max-width: 135px !important;
        text-align: left;
        color: #333;
        white-space: normal !important;
        font-size: 13px !important;
        font-style: normal;
        line-height: 18.2px;
        letter-spacing: -0.15px !important;
    }

    /*Breadcrumbs section*/
    .catalog-category-view .breadcrumbs {
        background-color: #fff !important;
    }

    .catalog-category-view .page-wrapper > .breadcrumbs .items {
        border-bottom: none;
        padding: 20px 0;
        padding-bottom: 0;
    }

    .page-wrapper .breadcrumbs .item:not(:last-child),.page-wrapper > .breadcrumbs a {
        color: #000000 !important;
        font-family: Lato;
        font-size: 14px;
        line-height: 13px !important;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.075em;
        text-transform: capitalize !important;
        /*padding: 0 10px;*/
    }

    .page-wrapper > .breadcrumbs .items {
        padding: 20px 10px !important;
    }

    .page-wrapper > .breadcrumbs .items .item strong {
        color: #0F1111;
        font-family: Lato;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.075em;
        text-transform: capitalize;
        /*padding-left: 20px;*/
    }

    /*Breadcrumbs end section*/

    /*category view layered nevigation filters*/
    .filter-options-content .item a {
        color: #505050 !important;
        font-family: Lato;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 14px;
    }

    /*category page list view product card */
    .products-list .filterproducts .item.product.product-item {
        background-color: #FFFFFF;
        border: 1px solid #D9D9D9;
        margin-bottom: 10px;
        height: auto;
    }

    .products-list .product.sku.product-item-sku {
        display: flex;
        flex-direction: column;
        float: left;
    }
    .products-list .product.sku.product-item-sku p {
        margin-bottom: 0;
    }    

    .products-list .product-item__link {


        color: #272827;font-family: Lato;font-size: 14px;font-style: normal;font-weight: 400;line-height: 23.8px; /* 170% */}

    .products-list .product-item__value {
        padding-left: 47px;
    }

    /*.products-list .filterproducts .product-item-details .price-wrapper {*/
    /*    flex-direction: column;*/
    /*    align-items: flex-end;*/
    /*    display: flex;*/
    /*    position: relative;*/
    /*    top: -26px;*/
    /*    padding-right: 20px;*/
    /*}*/

    .products-list .price-wrapper .special-price {
        color: #272827;
        text-align: right;
        font-family: Lato;
        font-size: 20px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
        padding-bottom: 5px;
    }

    .products-list .orignal-price, .products-list .saving-price {
        color: #272827;
        text-align: right;
        font-family: Lato;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 23.8px; /* 170% */
    }
    .products-list .saving-price {
        display: none;
    }
    .products-list .price-value {
        padding-left: 15px;
    }

    .products-list .product-item-inner {
        display: block;
        text-align: right;
        padding-right: 20px;
    }

    .products-list .product-item-details .product-item-actions .tocart {
        background: #FFD814 !important;
        color: #ffffff;
        border: 1px solid #000000 !important;
        text-align: center;
        position: relative;
    }

    .products-list .orignal-price .price-value {
        padding-left: 15px;
    }

    .products-list .product-item-inner {
        display: block;
        text-align: right;
        padding-right: 20px;
    }

    .products-list a {
        width: 100%;
        height: 100%;
    }


    /*end of section product card */
    .category-description{
        order:2;
        max-height: 200px;
        overflow: auto;
    }

    .catalog-category-view .page-wrapper {
        background-color: #fff !important;
    }

    .category-description .category-top__wrapper .category-top__title {
        height: 50px;
        display: flex;
        align-items: center;
        background-color: #0C295B;
        padding-left: 20px;
        color: #FFF;
        font-family: Lato;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 15px;
    }

    .category-description .category-top__wrapper .category-top__text {
        border-radius: 5px;
        background: #FFF;
        padding: 20px;
        color: #A0A0A0;
        font-family: Lato;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 23.8px; /* 170% */
    }

    .category-description .category-top__wrapper .category-top__link {
        display: block;
        color: #EB7D1E;
        font-family: Lato;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 23.8px; /* 170% */
        border-bottom: 1px solid #EB7D1E;
        max-width: 167px;
        text-decoration: none;
    }

}

/*.category-description {*/
/*    margin: 10px 0;*/
/*    padding: 20px;*/
/*    background: #e0eaff;*/
/*    order: 2;*/
/*    max-height: 400px;*/
/*    overflow-y: scroll;*/
/*}*/

div#layer-product-list {
    margin: 10px 0 0 0;
    padding: 0 10px;
    /*order: 1;*/
}

/*.category-description h1 {*/
/*    font-size: 20px;*/
/*    margin: 10px 0;*/
/*    color: #eb7d1e;*/
/*}*/

.category-description h2 {
    margin: 10px 0;
    font-size: 17px;
    color: #eb7d1e;
}

.category-description p {
    margin: 0;
    font-size: 13px;
    line-height: 1.4em;
}
.category-description p strong {
    color: #eb7d1e;
}
.contact-index-index .row {
    width: 100%;
}
.catalog-product-view main#maincontent {
    padding-bottom: 0;
}
.form-billing-address fieldset {
    width: 100%;
}
.checkout-index-index .header.content.container.custom-header {
    justify-content: space-between;
}
.checkout-index-index .header.content.container.custom-header .menu-wrapper-right {display:none;}
ol#checkoutSteps input[type="radio"] {
    background-color: #e8e8e8;
    border: 1px solid #b5b5b5;
}

/* Remove rounded borders from checkout form inputs */
.bss-onestepcheckout input[type="text"],
.bss-onestepcheckout input[type="email"],
.bss-onestepcheckout input[type="tel"],
.bss-onestepcheckout input[type="password"],
.bss-onestepcheckout textarea,
.bss-onestepcheckout select,
ol#checkoutSteps input[type="text"],
ol#checkoutSteps input[type="email"],
ol#checkoutSteps input[type="tel"],
ol#checkoutSteps input[type="password"],
ol#checkoutSteps textarea,
ol#checkoutSteps select,
#co-shipping-form input[type="text"],
#co-shipping-form input[type="email"],
#co-shipping-form input[type="tel"],
#co-shipping-form input[type="password"],
#co-shipping-form textarea,
#co-shipping-form select,
#shipping-new-address-form input[type="text"],
#shipping-new-address-form input[type="email"],
#shipping-new-address-form input[type="tel"],
#shipping-new-address-form input[type="password"],
#shipping-new-address-form textarea,
#shipping-new-address-form select,
.checkout-shipping-address input[type="text"],
.checkout-shipping-address input[type="email"],
.checkout-shipping-address input[type="tel"],
.checkout-shipping-address input[type="password"],
.checkout-shipping-address textarea,
.checkout-shipping-address select {
    border-radius: 0 !important;
}

/* Darker placeholder text for checkout form inputs - Desktop and Mobile */
.bss-onestepcheckout input[type="text"]::placeholder,
.bss-onestepcheckout input[type="email"]::placeholder,
.bss-onestepcheckout input[type="tel"]::placeholder,
.bss-onestepcheckout textarea::placeholder,
ol#checkoutSteps input[type="text"]::placeholder,
ol#checkoutSteps input[type="email"]::placeholder,
ol#checkoutSteps input[type="tel"]::placeholder,
ol#checkoutSteps textarea::placeholder,
#co-shipping-form input[type="text"]::placeholder,
#co-shipping-form input[type="email"]::placeholder,
#co-shipping-form input[type="tel"]::placeholder,
#shipping-new-address-form input[type="text"]::placeholder,
#shipping-new-address-form input[type="email"]::placeholder,
#shipping-new-address-form input[type="tel"]::placeholder,
.checkout-shipping-address input[type="text"]::placeholder,
.checkout-shipping-address input[type="email"]::placeholder,
.checkout-shipping-address input[type="tel"]::placeholder {
    color: #444444 !important;
    opacity: 1;
}

.bss-onestepcheckout input[type="text"]::-webkit-input-placeholder,
.bss-onestepcheckout input[type="email"]::-webkit-input-placeholder,
.bss-onestepcheckout input[type="tel"]::-webkit-input-placeholder,
.bss-onestepcheckout textarea::-webkit-input-placeholder,
ol#checkoutSteps input[type="text"]::-webkit-input-placeholder,
ol#checkoutSteps input[type="email"]::-webkit-input-placeholder,
ol#checkoutSteps input[type="tel"]::-webkit-input-placeholder,
ol#checkoutSteps textarea::-webkit-input-placeholder,
#co-shipping-form input[type="text"]::-webkit-input-placeholder,
#co-shipping-form input[type="email"]::-webkit-input-placeholder,
#co-shipping-form input[type="tel"]::-webkit-input-placeholder,
#shipping-new-address-form input[type="text"]::-webkit-input-placeholder,
#shipping-new-address-form input[type="email"]::-webkit-input-placeholder,
#shipping-new-address-form input[type="tel"]::-webkit-input-placeholder,
.checkout-shipping-address input[type="text"]::-webkit-input-placeholder,
.checkout-shipping-address input[type="email"]::-webkit-input-placeholder,
.checkout-shipping-address input[type="tel"]::-webkit-input-placeholder {
    color: #444444 !important;
    opacity: 1;
}

.bss-onestepcheckout input[type="text"]::-moz-placeholder,
.bss-onestepcheckout input[type="email"]::-moz-placeholder,
.bss-onestepcheckout input[type="tel"]::-moz-placeholder,
.bss-onestepcheckout textarea::-moz-placeholder,
ol#checkoutSteps input[type="text"]::-moz-placeholder,
ol#checkoutSteps input[type="email"]::-moz-placeholder,
ol#checkoutSteps input[type="tel"]::-moz-placeholder,
ol#checkoutSteps textarea::-moz-placeholder,
#co-shipping-form input[type="text"]::-moz-placeholder,
#co-shipping-form input[type="email"]::-moz-placeholder,
#co-shipping-form input[type="tel"]::-moz-placeholder,
#shipping-new-address-form input[type="text"]::-moz-placeholder,
#shipping-new-address-form input[type="email"]::-moz-placeholder,
#shipping-new-address-form input[type="tel"]::-moz-placeholder,
.checkout-shipping-address input[type="text"]::-moz-placeholder,
.checkout-shipping-address input[type="email"]::-moz-placeholder,
.checkout-shipping-address input[type="tel"]::-moz-placeholder {
    color: #444444 !important;
    opacity: 1;
}

.bss-onestepcheckout input[type="text"]:-ms-input-placeholder,
.bss-onestepcheckout input[type="email"]:-ms-input-placeholder,
.bss-onestepcheckout input[type="tel"]:-ms-input-placeholder,
.bss-onestepcheckout textarea:-ms-input-placeholder,
ol#checkoutSteps input[type="text"]:-ms-input-placeholder,
ol#checkoutSteps input[type="email"]:-ms-input-placeholder,
ol#checkoutSteps input[type="tel"]:-ms-input-placeholder,
ol#checkoutSteps textarea:-ms-input-placeholder,
#co-shipping-form input[type="text"]:-ms-input-placeholder,
#co-shipping-form input[type="email"]:-ms-input-placeholder,
#co-shipping-form input[type="tel"]:-ms-input-placeholder,
#shipping-new-address-form input[type="text"]:-ms-input-placeholder,
#shipping-new-address-form input[type="email"]:-ms-input-placeholder,
#shipping-new-address-form input[type="tel"]:-ms-input-placeholder,
.checkout-shipping-address input[type="text"]:-ms-input-placeholder,
.checkout-shipping-address input[type="email"]:-ms-input-placeholder,
.checkout-shipping-address input[type="tel"]:-ms-input-placeholder {
    color: #444444 !important;
    opacity: 1;
}
.block-content li ,.filter-options li {list-style-type: none;}
.block-content ol,.filter-options-content ol.items  {
    padding: 0;
}
.bdus-product-info-content {
    width: 100%;
}
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
}
table.bdus-tech-spec tr {
    border-bottom: 1px solid #c4c4c4;
}

tr.bdus-spec-group-title {
    background-color: #c4c4c4;
    font-weight: 700 !important;
}
.three-columns .homepage-bar .three-bg {
    padding: 0;
    display: flex;
    align-items: center;
    border-right: none;
    justify-content: center;
}
.catalog-product-view .product-detail-three-columns .homepage-bar [class^=porto-icon-], .catalog-product-view .product-detail-three-columns .homepage-bar [class^=porto-new-icon-], .catalog-product-view .product-detail-three-columns .fa-thumbs-up {
    width: 50px !important;
    font-size: 30px;
    color: #09234c !important;
}
.three-columns .homepage-bar .three-bg .text-area {
    margin-left: 10px;
}
.catalog-product-view .three-columns .homepage-bar h3 {
    font-size: 14px;
}
.three-columns .homepage-bar h3 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    color: #0a2550;
}
.top-bar-wraper {
    flex-wrap: wrap;
}
.top-bar-wraper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 18px;
}
.top-bar-wraper span:first-child {
    padding-left: 100px;
}
.top-bar-wraper span:first-child {
    background-color: #f37d19;
}
.top-bar-wraper span {
    padding: 15px;
}
.top-bar-wraper span {
    position: relative;
}
.top-bar-wraper span {
    margin: 0;
    flex: 1 0 auto;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 15px 0;
    background-color: #0b2757;
    font-size: 20px;
}
.top-bar-wraper span .ic {
    height: 100%;
    color: #000;
    display: flex;
    align-items: center;
    width: 60px;
    height: 60px;
    background-color: #fff;
}
.top-bar-wraper span .ic {
    position: absolute;
    left: 0;
    top: 0;
}
.top-bar-wraper span .ic:after {
    content: "";
    border-top: 70px solid #fff;
    border-right: 70px solid transparent;
    position: absolute;
    left: 60px;
}

.custom-price-was-saving {
    margin: 0 0 20px;
}

.custom-price-was-saving span.old_prices {
    display: flex;
    align-items: flex-start;
    flex-direction: column-reverse;
}

.custom-price-was-saving span.saving-price {
    font-weight: 500;
    font-size: 12px;
    padding: 8px;
    color: #fff;
    background-color: #0c295b;
    margin-right: 10px;
}

span.saving-price {
    text-transform: capitalize;
}

span.old-price {
    margin-bottom: -12px;
}

.old-price {
    display: inline-block;
    vertical-align: middle;
}

.old-price, .old.price {
    color: #999;
}

.custom-price-was-saving .old_prices .old-price span {
    font-size: 12px;
    margin-bottom: 15px;
    color: #ff0919;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
    align-items: center;
    margin: 0;
}

html body .page-wrapper {
    background-color: transparent !important;
}

/* custom code for tab grid start */

.products-grid ol.filterproducts.products.list.items.product-items {
    float: left;
    width: 100%;
}
.products-grid .product-item .product-item-info.type4 .product-item-details {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    padding: 10px 20px;
}
.products-grid .product-item .product-item-details .product-item-name {
    text-align: left;
    display: none;
}
.product-item-details .short-decs {
    max-width: 100%;
}

.products-grid .product-item .product-item-info.type4 .product-item-inner {
    position: unset;
    width: -webkit-fill-available;
    text-align: center;
    max-height: inherit;
    position: relative;
}
.products-grid .product-item-info.type4 .product-item-details .product-item-actions form {
    width: 100%;
    height: 100%;
}
.products-grid .product-content-wrapper {
    /* grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
    padding-top: 5px; */
}
.products-grid .price-box.price-final_price {
    max-height: initial;
    margin-top: 0;
}
.products-grid .price-box.price-final_price .price-including-tax {
    margin: 6px 0;
}

.products-grid .product.data.items > .item.content {
    border: none;
}

.products-grid .product-item-info.type4 .product-item-details .product-item-actions {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
}

.products-grid .product-item-details .product-item-actions .actions-primary {
    float: left;
    width: 100%;
    height: 100%;
}

.products-grid .product-item-details .product-item-actions .actions-primary > .primary {
    margin-left: 0;
    width: 100%;
}

/* custom code for tab grid start */
/* banner  style */
.bsd_banner_slider .slick-next:before {
    content: '';
}

.bsd_banner_slider .slick-prev:before {
    content: '';
}


.bsd_banner_slider .caption {
    display: none;
}
/* banner  style end*/

.catalog-product-view #quick-buy {
    display: none;
}



/*safdar css */

.both-description {
    max-height: 190px;
    overflow-y: scroll;
    margin-bottom: 20px;
}

.both-description .category-description {
    margin-bottom: 0px !important;   
}
.both-description [data-content-type='row'][data-appearance='contained'] {
    max-width: 100%;
}
.both-description [data-content-type='row'][data-appearance='contained'] > div {
    margin: 0 !important;
    padding: 0 !important;
}

.catalog-category-view .category-description h1 {

}

.column.main {
    position: relative;
} 

.catalog-category-view .category-description h1 + * {
    margin-top: 0;
    padding-top: 0;
}
.category-description .content-wrap {
    background-color: #fff;
    padding: 20px 20px 0px 20px;
}

.category-description-bottom {
    background-color: transparent !important;
    padding: 0 !important ;
}



.category-description h1 span {
    border-radius: 0 !important;
    margin-bottom: 0px;
    background: #0c295b;
    color: #ffffff;
    padding: 20px 20px
}

.catalog-category-view .category-description h1 {
    margin-bottom: 0px;
}

.catalog-category-view .content-wrap {
    background-color: #fff;
    padding:20px 20px 0px 20px !important;
}

.catalog-category-view .content-wrap .read-more-btn {
    display: none !important;
} 



h2.latest-title123 {
    text-align: center;
    color: #0f1111;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 40px;
}


/* home page performance */

.bsd_banne{
    max-width: 100%;
    height: 530px;
    width: 1280px;
}

.main-banner img{
    height:530px;
    width:1280px;
    }


    /* slider css */

    #slider {
        position: relative;
        overflow: hidden;
      }
      
      #slider ul {
        margin: 0;
        padding: 0;
        list-style: none;
      }
      
      #slider ul li {
        position: relative;
        display: block;
        float: left;
        margin: 0;
        padding: 0;
        width: 1280px;
        height: 530px;
        overflow: hidden;
        background: transparent;
        text-align: center;
        line-height: 300px;
      }
      
      a.control_prev, a.control_next {
        position: absolute;
        bottom:3%; 
        z-index: 1;
      
        display: block;
        padding: 4px 20px;
        width: auto;
        height: auto;
        background: #EB7D1E;
        color: #fff;
        text-decoration: none;
        font-weight: 600;
        font-size: 40px;
        opacity: 0.8;
        cursor: pointer;
      }
      
      a.control_prev:hover, a.control_next:hover {
        opacity: 1;
        -webkit-transition: all 0.2s ease;
      }
      
      a.control_prev {
        right: 10%;
        border-radius: 0 2px 2px 0;
      }
      
      a.control_next {
        right: 56px;
        border-radius: 2px 0 0 2px;
      }
      
      .slider_option {
        position: relative;
        margin: 10px auto;
        width: 160px;
        font-size: 18px;
      }

      .owl-carousel .owl-item .owl-lazy {
        opacity: 1;}
    
    
    
    .main-banner{
        width: 1280px;
        height: 530px ;
        overflow: hidden !important;
        overflow-y: hidden !important;
        overflow-x: hidden !important; 
    }
    
    #slider ul {
        height: unset  !important;
    }
    
    

      @media screen and (max-width: 767px){

        .main-banner img{
                height:165px;
                width: 100vw;
        }
        
        
        #slider ul li{
            height:165px ;
            width: 100vw !important;
            }
        
        .home-banner-slider #slider{
            height: unset !important;
        }  
            
        .home-banner-slider .main-banner{  
                height: 165px ;
                width: 100vw ;
                 padding: 0 !important;
            
            }
            
        a.control_prev, a.control_next{
            display :none !important;
            }
            
        .home-banner-slider  .row {
                margin-left: 0px;
                margin-right: 0px;
            }
            .cms-index-index .products-grid .product-item-details .product-item-actions .tocart span, 
            .products-grid .product-item-details .product-item-actions .tocart span {
                font-size: 10px;
            }
        }        

@media screen and (min-width: 1025px) {
    .catalog-product-view .pdp-top-part-wraper .product.data.items>.item.content {
		min-height: 280px !important;
	}
	.catalog-product-view .pdp-top-part-wraper .product.data.items {
		min-height: 330px !important;
	}
}
.products-grid .product-item-photo a {
    height: 200px;
    display: flex;
    justify-content: center;
}
.catalog-product-view .product-info-main .box-tocart .fieldset .actions div#payment-request-button {
    display: none !important;
}
.sidebar-filterproducts .products-grid .product-item .product-item-details .product-item-name {
    display: block;
}
.products-grid .product-item-details .product-item-actions .actions-primary .guote-call {
    margin: 1px 0 10px;
}

@media screen and (min-width: 1280px) {
    .navigation, .page-wrapper > .breadcrumbs, 
    .page-header .header.panel, .header.content, 
    .footer.content, .page-wrapper > .widget, 
    .page-wrapper > .page-bottom, .block.category.event, 
    .top-container, .page-main, 
    .sw-megamenu.navigation li.level0.fullwidth > .submenu, 
    .container {
        max-width: 1280px;
    }
}

/* Hide all labels in checkout shipping address form - Very specific rules */
.bss-onestepcheckout .field > .label,
.bss-onestepcheckout .field .label,
.bss-onestepcheckout .field label.label,
.bss-onestepcheckout .field label,
.bss-onestepcheckout .fieldset .field > .label,
.bss-onestepcheckout .fieldset .field .label,
.bss-onestepcheckout .fieldset .field label.label,
.bss-onestepcheckout .fieldset .field label,
.bss-onestepcheckout form .field > .label,
.bss-onestepcheckout form .field .label,
.bss-onestepcheckout form .field label.label,
.bss-onestepcheckout form .field label,
#shipping-new-address-form .field > .label,
#shipping-new-address-form .field .label,
#shipping-new-address-form .field label,
form.form-shipping-address .field > .label,
form.form-shipping-address .field .label,
form.form-shipping-address .field label,
#co-shipping-form .field > .label,
#co-shipping-form .field .label,
#co-shipping-form .field label,
.checkout-shipping-address .field > .label,
.checkout-shipping-address .field .label,
.checkout-shipping-address .field label,
.fieldset.address .field > .label,
.fieldset.address .field .label,
.fieldset.address .field label,
.opc-wrapper .field > .label,
.opc-wrapper .field .label,
.opc-wrapper .field label,
#checkoutSteps .field > .label,
#checkoutSteps .field .label,
#checkoutSteps .field label,
.checkout-index-index .field > .label,
.checkout-index-index .field .label,
.checkout-index-index .field label,
.bss-onestepcheckout.checkout-index-index .field > .label,
.bss-onestepcheckout.checkout-index-index .field .label,
.bss-onestepcheckout.checkout-index-index .field label {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
}

/* Mobile-specific rules to hide labels */
@media screen and (max-width: 767px) {
    .bss-onestepcheckout .field > .label,
    .bss-onestepcheckout .field .label,
    .bss-onestepcheckout .field label.label,
    .bss-onestepcheckout .field label,
    .bss-onestepcheckout .fieldset .field > .label,
    .bss-onestepcheckout .fieldset .field .label,
    .bss-onestepcheckout .fieldset .field label.label,
    .bss-onestepcheckout .fieldset .field label,
    .bss-onestepcheckout form .field > .label,
    .bss-onestepcheckout form .field .label,
    .bss-onestepcheckout form .field label.label,
    .bss-onestepcheckout form .field label,
    #shipping-new-address-form .field > .label,
    #shipping-new-address-form .field .label,
    #shipping-new-address-form .field label,
    form.form-shipping-address .field > .label,
    form.form-shipping-address .field .label,
    form.form-shipping-address .field label,
    #co-shipping-form .field > .label,
    #co-shipping-form .field .label,
    #co-shipping-form .field label,
    .checkout-shipping-address .field > .label,
    .checkout-shipping-address .field .label,
    .checkout-shipping-address .field label,
    .fieldset.address .field > .label,
    .fieldset.address .field .label,
    .fieldset.address .field label,
    .opc-wrapper .field > .label,
    .opc-wrapper .field .label,
    .opc-wrapper .field label,
    #checkoutSteps .field > .label,
    #checkoutSteps .field .label,
    #checkoutSteps .field label,
    .checkout-index-index .field > .label,
    .checkout-index-index .field .label,
    .checkout-index-index .field label,
    .bss-onestepcheckout.checkout-index-index .field > .label,
    .bss-onestepcheckout.checkout-index-index .field .label,
    .bss-onestepcheckout.checkout-index-index .field label {
        display: none !important;
        visibility: hidden !important;
        height: 0 !important;
        width: 0 !important;
        overflow: hidden !important;
        margin: 0 !important;
        padding: 0 !important;
        line-height: 0 !important;
        font-size: 0 !important;
        position: absolute !important;
        left: -9999px !important;
    }
    
    /* Keep checkbox labels visible on mobile */
    .bss-onestepcheckout .field.choice .label,
    .bss-onestepcheckout .field.choice label,
    .bss-onestepcheckout .field.choice > .label {
        display: block !important;
        visibility: visible !important;
        height: auto !important;
        width: auto !important;
        overflow: visible !important;
        margin: inherit !important;
        padding: inherit !important;
        line-height: inherit !important;
        font-size: inherit !important;
        position: static !important;
        left: auto !important;
    }
}

/* Keep checkbox labels visible */
.bss-onestepcheckout .field.choice .label,
.bss-onestepcheckout .field.choice label,
.bss-onestepcheckout .field.choice > .label {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    width: auto !important;
    overflow: visible !important;
    margin: inherit !important;
    padding: inherit !important;
    line-height: inherit !important;
    font-size: inherit !important;
}