::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background: #d6d6d6;
}
::-webkit-scrollbar-thumb {
    background-color: #007884;
}
::selection {
    background: #007884;
    color: #fff;
}
body, html, .page-with-filter .sidebar.sidebar-main {
    scrollbar-color: #007884 #d6d6d6;
    scrollbar-width: thin;
}
@media (min-width: 768px) {
    body {
        overflow-x: unset !important;
    }
    body, html {
        overflow-x: -moz-hidden-unscrollable !important;
    }
    .mobShow {
        display: none !important;
    }
}
.nav-inner .subchildmenu {
    padding-left: calc(10% + (20 - 10) * ((100vw - 300px) / (1600 - 300)));
}
.page-wrapper {
    min-height: 100vh;
}
.page_main_header {
    transition: 0.25s ease-in-out;
}
.page_main_header .header_links li a {
    font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1600 - 300))) !important;
}
.logo img {
    height: auto;
    transition: 0.25s ease-in-out;
}
.page-with-filter .page_main_header, .cms-index-index .page_main_header {
    
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;

}
.page_main_header {
    border-bottom: 1px solid #eee;
    padding-top: 12px;
    padding-bottom: 12px;
}
.cms-index-index .page_main_header {
    border-bottom: 0;
}
.page_main_header.active_class {
    position: fixed !important;
    animation: fadeInDown 1s;
    transition: 0.25s ease-in-out;
    padding-top: 10px;
    padding-bottom: 10px;
}
.page_main_header.active_class .logo img {
    max-width: 90%;
    transition: 0.25s ease-in-out;
}
.page_main_header.active_class .menu_toggle, .page_main_header .menu_toggle {
    padding-top: 20px;
}
.menu_toggle .toggle_wrapp > a {
    position: relative;
}
.menu_toggle .toggle_wrapp > a::after {
    content: "Menu";
    position: absolute;
    transform: translate(0, 35px);
    left: 00;
    color: #000;
    font-family: 'Poppins-SemiBold';
    text-transform: uppercase;
    font-size: 1.1rem;
}
.cms-index-index .menu_toggle .toggle_wrapp > a::after, .catalog-category-view .menu_toggle .toggle_wrapp > a::after {
    color: #fff;
}
.page-with-filter .columns .column.main {
    padding-left: 20px;
}
.page-with-filter .sidebar.sidebar-main {
    padding-right: 22px;
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 100px !important;
    height: calc(100vh - 100px) !important;
    overflow-y: auto;
    background-color: #fff !important;
    scrollbar-width: thin;
    scrollbar-color: #c4c4c4 white;
}
.action.primary:hover, .new_user #create_account:hover, .block_inner .custom_block .content a.btn:hover, .mini_cart_cu .minicart-wrapper .block-minicart .block-content > .actions .action.viewcart:hover {
    transition: 0.25s ease-in-out;
}
.login_reg_image p {
    display: inline;
}
.footer-middle .block-content li a {
    font-size: 14px !important;
}
.customer-account-create .login_reg_page, .customer-account-create .login-container {
    box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.08);
    margin: 10px auto 45px;
}
.product-info-main .box-tocart .actions .buynow-button button {
    width: 100%;
    float: none !important;
    transition: clip-path 0.2s ease-in-out 0s;
    border-radius: 2px !important;
    clip-path: polygon(0% 0%, 100% 0px, 100% 100%, 0% 100%);
}
.banner_content .action_btn .action, .block_inner .custom_block .content a.btn, .block-minicart .block-content > .actions > .primary .action.primary, .mini_cart_cu .minicart-wrapper .block-minicart .block-content > .actions .action.viewcart, .action.primary, .new_user #create_account {
    transition: clip-path 0.2s ease-in-out 0s;
    border-radius: 2px !important;
    clip-path: polygon(0% 0%, 100% 0px, 100% 100%, 0% 100%);
}
.nav-inner > ul.nav-with-subchildmenus .top-level > a {
    font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1600 - 300))) !important;
}
.subchildmenu-list a {
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1600 - 300))) !important;
}
.page-with-filter .product.brand.product-item-brand {
    font-size: 14px;
    text-align: left;
    float: left;
    font-family: 'Poppins-Medium';
    color: #007884;
    text-shadow: none;
    font-weight: normal;
}
.product-item-info .product.name a {
    text-decoration: none;
    font-family: "Poppins-Regular";
    font-size: 16px;
    font-weight: normal !important;
    text-shadow: none !important;
}
.products-grid .product-item-details .price-box span {
    text-shadow: none !important;
}
.filter-options .filter-options-item .filter-options-title, .sidebar .block-title strong {
    border: none;
    color: #000;
    font-size: 16px;
    font-family: poppins-bolditalic;
    background-color: transparent;
    font-weight: normal !important;
    text-shadow: none;
}
/**Product page**/
.catalog-product-view .product_services_fe .p_features li {
    margin-bottom: 10px;
    align-items: center;
    display: flex;
}
.catalog-product-view .product_services_fe .p_features li img {
    float: left;
    width: 32px;
}
.catalog-product-view .product_services_fe .p_features li .content h5 {
    margin: 0;
    font-family: 'Poppins-Light';
    color: #000;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
}
/**Social media Login**/
.customer-account-create .account-social-login, .customer-account-login .account-social-login {
    display: none !important;
}
/**footer Get Help**/
.getHelpCon {
    font-family: 'Poppins-Light';
    margin: 10px auto;
    position: relative;
    display: inline-block;
}
.custom-Sidebar {
    float: left;
    width: 20%;
    height: 100%;
    padding: 0 1% 1%;
    position: sticky;
    position: -webkit-sticky;
    top: 100px;
    color: #000 !important;
}
@media (max-width: 767px) {
    .custom-Sidebar {
        top: 0;
        position: relative;
        width: 100% !important;
    }
    .getHelp {
        width: 100% !important;
    }
}
.custom-Sidebar h2 {
    font-weight: bold;
    font-family: 'poppins-Medium' !important;
}
.getHelp {
    display: block;
    background-color: inherit;
    color: black;
    width: 80%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
    float: left;
}
.getHelpCon h2 {
    font-family: 'Poppins-BoldItalic';
    font-size: 2.5rem;
    text-transform: uppercase;
}
.getHelpCon h3 {
    font-family: 'Poppins-Bold';
    font-size: 1.7rem;
    font-weight: normal !important;
    text-shadow: none !important;
}
.helpTitle::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 34px;
    background-image: url(../images/title-icon.png);
    background-size: 100% 100%;
    position: relative;
    top: 9px;
    margin-left: 4px;
}
.getHelpCon p {
    text-align: justify;
}
.sideLinks {
    display: inherit;
    padding-bottom: 1rem;
    pointer-events: initial;
    color: #000 !important;
    font-family: 'Poppins-Light';
    transition: all 0.3s ease 0s;
    text-decoration: none;
}
a.tablink.sideLinks.rs-active {
    font-family: 'Poppins-Bold';
    text-decoration: none;
}
/**Animation**/
.rs-animate-opacity {
    animation: fadeIn 2s;
    border-left: 1px solid #d6d6d6;
    padding: 0 25px 20px;
}
/** Contact us page**/
button.rs-accordion {
    background-color: #fff;
    color: #000;
    cursor: pointer;
    padding: 0 18px !important;
    margin-bottom: 1em;
    width: 100%;
    border: 1px solid #000;
    text-align: left;
    outline: none;
    font-size: 1.5rem;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 0;
    height: 50px;
    line-height: initial;
}
button.rs-show, .rs-accordion:hover {
    background-color: #fff !important;
    color: #007884 !important;
    border-color: #007884 !important;
    border-left-width: 21px !important;
}
.rs-accordion:after {
    content: '\002B';
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
.rs-show:after {
    content: "\2212";
}
.rs-panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.contUs .items {
    margin: 20px auto;
}
.itemsIcon {
    display: inline-block;
}
.itemsIcon img {
    width: 22px;
}
.itemsIcon span {
    margin-left: 15px;
}
ul.contUs {
    padding-left: 0;
}
.footer-middle .block.newsletter .action.subscribe {
    clip-path: none !important;
}
.footer-bottom .social-icons a i {
    font-size: 2rem;
    line-height: 37.48px;
    transition: all 0.3s ease 0s;
    color: #777;
    text-align: center !important;
    width: 37.48px;
}
.footer-bottom .social-icons a:hover i {
    color: #ffcf00;
}
.action.primary, .action.primary:hover {
    background: #ffcf00 !important;
    border-color: #ffcf00 !important;
}
.action.primary span {
    font-family: 'Poppins-SemiBold' !important;
}
.product-info-main .box-tocart .actions .action.tocart {
    background: #007884 !important;
}
/**Checkout**/
.opc-progress-bar-item._active:before, .opc-progress-bar-item._active > span:before {
    background: #007884;
}
.checkout-index-index .opc-wrapper .form-login, .checkout-index-index .opc-wrapper .form-shipping-address {
    max-width: 100%;
}
.checkout-index-index .opc-block-summary > .title, .checkout-index-index .opc-wrapper .step-title {
    text-transform: uppercase !important;
    font-weight: normal !important;
    color: #000 !important;
    font-family: 'Poppins-BoldItalic';
    font-size: calc(2rem + (2.5 - 2) * ((100vw - 300px) / (1600 - 300)));
}
.opc-wrapper .step-title::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 34px;
    background-image: url(../images/title-icon.png);
    background-size: 100% 100%;
    position: relative;
    top: 13px;
    margin-left: 4px;
}
.checkout-index-index .opc-block-summary {
    background: #fff;
    padding: 22px 27px;
    border: 0;
    border-radius: 8px;
    margin-bottom: 30px;
    border-left: 1px solid #eee;
}
.checkout-index-index input, .checkout-index-index select, .checkout-index-index .opc-wrapper .form-shipping-address input {
    outline: none;
    border: 2px solid !important;
    padding: 0 0.7rem;
    color: #000000;
    transition: 0.1s ease-out;
    border-radius: 0 !important;
    height: 56px;
}
.checkout-index-index input[type="radio"] {
    height: auto;
}
.checkout-index-index input:focus, .checkout-index-index select:focus, .checkout-index-index .opc-wrapper .form-shipping-address input:focus {
    box-shadow: none;
    border-color: #007884 !important;
}
.checkout-index-index .form-shipping-address .field._required, .checkout-index-index .form-shipping-address .field, .checkout-index-index .form-login .field {
    position: relative;
    width: 47%;
    float: left;
    margin-right: 3%;
    margin-top: 1.5%;
    margin-bottom: 1.5%;
}
.checkout-index-index .form-login .field {
    width: 100%;
}
.checkout-index-index .form-shipping-address .field._required:nth-child(n+3) {
    width: 30.33%;
    margin-inline-end: 3%;
}
.checkout-index-index .form-shipping-address .field:nth-last-of-type(1), .checkout-index-index .form-shipping-address .field:nth-last-of-type(2) {
    width: 47% !important;
    margin-bottom: 3%;
}
.checkout-shipping-method {
    position: relative;
    float: left;
    width: 100%;
}
.table-checkout-shipping-method tbody td {
    font-size: calc(1.5rem + (2 - 1.5) * ((100vw - 300px) / (1600 - 300)));
    color: #000;
    font-family: 'Poppins-SemiBold';
    text-transform: uppercase;
}
.footer-middle .block.newsletter input {
    border: 0 !important;
}
.checkout-index-index .opc-progress-bar-item._complete > span {
    color: #027985;
}
/**404 page**/
.not_found_page .content .circle {
    vertical-align: middle;
    display: block;
    padding-top: 15px;
    font-size: calc(100px + (150 - 100) * ((100vw - 300px) / (1600 - 300)));
    font-family: 'Poppins-Bold';
    color: #000;
}
/**Category List link**/
.page-with-filter .cate_list_links li a {
    display: block;
    position: relative;
    border-radius: 2px;
    background-color: #ffcf00;
    text-align: center;
    height: auto;
    border: 2px solid #ffcf00;
    clip-path: polygon(7.9% -1.91%, 100% 0px, 91.14% 100.00%, 0% 103.82%) !important;
}
.page-with-filter .cate_list_links span {
    color: #000000;
}
.page-with-filter .cate_list_links span strong {
    font-weight: normal;
    font-family: 'Poppins-BoldItalic';
}
/**Update CSS on 31-10-2021**/
@media (min-width:768px) and (max-width:1440px) {
    .layout-1280 .page_main_header .container, .layout-1280:not(.cms-page-view):not(.cms-index-index) .page-main, .cms-get-help .page-main, .cms-contact-us .page-main {
        max-width: calc(90% - 15px) !important;
    }
    .layout-1280 .columns {
        width: 100%;
    }
    .layout-1280 .megamenu_main_wrapper.active .nav-main .nav-main-panel .column {
        flex: 0 0 60% !important;
    }
    .layout-1280 .nav-main .nav-main-panel .image.column {
        flex: 0 0 40% !important;
        max-width: 40% !important;
    }
    .layout-1280 .nav-inner > ul.nav-with-subchildmenus .top-level > a {
        font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1600 - 300))) !important;
    }
    .layout-1280 .subchildmenu-list a, .layout-1280 .page_main_header .header_links li a {
        font-size: calc(12px + (14 - 12) * ((100vw - 300px) / (1600 - 300))) !important;
    }
    .layout-1280 .nav-inner .subchildmenu {
        padding-left: 5%;
    }
    .layout-1280 .category_links_wrapper .category_link .category_name {
        font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1600 - 300))) !important;
        font-weight: normal;
    }
    .layout-1280 .category_links_wrapper .category_link .category_name span {
        font-family: Poppins-SemiBold;
        font-weight: normal;
    }
    .layout-1280 .footer-middle, .layout-1280 .footer-bottom {
        padding-right: 4.5%;
        padding-left: 4.5%;
    }
    .cms-index-index .footer-middle {
        padding-right: 5%;
        padding-left: 5%;
    }
    .footer-middle .block-content li a {
        font-size: calc(11px + (12 - 11) * ((100vw - 300px) / (1600 - 300))) !important;
    }
    .footer-middle .block-content-support li a, .footer-middle .block .block-title strong, .footer-middle .block-content-support strong {
        font-family: Poppins-BoldItalic;
        font-size: calc(13px + (15 - 13) * ((100vw - 300px) / (1600 - 300)));
    }
}
@media (min-width:768px) and (max-width:1140px) {
    .layout-1280 .megamenu_main_wrapper.active .nav-main .nav-main-panel .column {
        flex: 0 0 100% !important;
    }
}
.layout-1280 .nav-main .nav-main-panel .image.column {
    transform: translateX(50%);
}
.layout-1280 .megamenu_main_wrapper {
    transition: opacity 0.3s !important;
}
.layout-1280 .label-search {
    color: #007884;
    font-size: 3rem;
    padding-bottom: 10px;
    font-family: 'Poppins-BoldItalic';
    font-weight: normal;
}
