@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.eot');
    src: local('Lato-Regular'),
        url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Regular.woff2') format('woff2'),
        url('../fonts/Lato-Regular.woff') format('woff'),
        url('../fonts/Lato-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Medium.eot');
    src: local('Lato-Medium'),
        url('../fonts/Lato-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Medium.woff2') format('woff2'),
        url('../fonts/Lato-Medium.woff') format('woff'),
        url('../fonts/Lato-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.eot');
    src: local('Montserrat-Regular'),
        url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.eot');
    src: local('Montserrat-Medium'),
        url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff'),
        url('../fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Regular.eot');
    src: local('Manrope-Regular'),
        url('../fonts/Manrope-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Manrope-Regular.woff2') format('woff2'),
        url('../fonts/Manrope-Regular.woff') format('woff'),
        url('../fonts/Manrope-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Medium.eot');
    src: local('Manrope-Medium'),
        url('../fonts/Manrope-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Manrope-Medium.woff2') format('woff2'),
        url('../fonts/Manrope-Medium.woff') format('woff'),
        url('../fonts/Manrope-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Semibold.eot');
    src: local('Manrope-Semibold'),
        url('../fonts/Manrope-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Manrope-Semibold.woff2') format('woff2'),
        url('../fonts/Manrope-Semibold.woff') format('woff'),
        url('../fonts/Manrope-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
body {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    width: 100%;
    line-height: 16px;
    font-family: 'Lato';
    font-weight: 400;
    font-style: normal;
    color: rgba(0, 0, 0, 1);
    
}
html,body  , body .page-main{
    box-sizing: border-box;
}
 
/* header css start */

.nav-before-open.nav-open header .header, header.page-header .header.content {
    padding: 0 10px;
}
.top_header {
    max-width: 100%;
    width: 100%;
    background-color: #3197CE;
    min-height: 55px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-site-notice .top_header_inner {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}
header .header, header.page-header .header.content {
    box-sizing: border-box; 
}
.header-site-notice .top_header_inner p {
    margin-bottom: 0px;
    line-height: 19px;
    font-size: 16px;
    color: #fff;
    font-family: 'Lato';
    font-weight: 500;
    text-align: center;
}
.page-main-full-width {
    max-width: 1703px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    width:100%;
    padding-top: 25px;
    box-sizing: border-box;
}
.page-main-full-width p, .page-main-full-width ul li {
    font-size: 18px;
    line-height: 28px;
}
.page-main-full-width .column.main h2 {
    font-size: 20px;
}
.page-main-full-width p a {
    color: #22CE00;
}
.cms-page-view h1.page-title {
    margin: 0;
    line-height: 3.35714rem;
    color: #22CE00;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: none;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
body .breadcrumbs {
    padding-bottom: 0px;
    padding-top: 25px;
    max-width: 1703px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    width:100%;
}

body .breadcrumbs ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    font-size: 16px;
    line-height: 16px;
    font-family: 'Montserrat';
    flex-wrap: wrap;
    row-gap: 12px;

}
body .breadcrumbs ul li {
    list-style-type: none;
    text-decoration: none;
    position: relative;
    font-size: 16px;
    line-height: 16px;
    font-family: 'Montserrat';

}

body .breadcrumbs ul li a {
    position: relative;
    color: rgba(34, 34, 34, 1) !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    font-family: 'Montserrat';
    text-decoration: none;
    text-transform: uppercase;

}

body .breadcrumbs ul li a:hover {
    text-decoration: none;
    color: rgba(34, 206, 0, 1);

}

body .breadcrumbs ul li a::after {
    content: "/";
    font-size: 16px;
    line-height: 16px;
    color: rgba(34, 34, 34, 1);
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
    vertical-align: top;
    display: inline-block;
    font-family: 'Montserrat';
    margin-left: 5px;
    margin-right: 10px;

}

body .breadcrumbs ul li strong {
    position: relative;
    color: rgba(34, 206, 0, 1);
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

body .breadcrumbs .item:not(:last-child):after {
    content: none !important;
}
#search_mini_form .actions {
    width: 130px;
}

@media only screen and (max-width:991px){
    .header-site-notice .top_header_inner p  {
        font-size: 11px;
    }
}
header.page-header .panel.wrapper {
    display: none;
}
header.page-header {
    background: rgba(34, 34, 34, 1);
    width: 100%;
    position: relative;
    box-sizing: border-box; 
}
header.page-header .header.content {
    padding: 0px;
    max-width: 1723px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(34, 34, 34, 1);
    min-height: 118px;
    gap: 24px;
    box-sizing: border-box;
}
header.page-header .header.content::before , header.page-header .header.content::after {
    display: none;
}
header.page-header .header.content .header-left-col {
    display: flex;
    align-items: center;
    gap: 12px;
}
header nav > ul > li > a span {
    display: block;
}
header nav > ul > li > a > span.ui-menu-icon.ui-icon.ui-icon-caret-1-e {
    display: none;
}
header.page-header .header.content .header-left-col a.logo {
    display: flex;
    margin: 0px;
    padding: 0px;
    max-width: 250px;
}
header.page-header .header.content .header-left-col img {
    margin: 0px;
    padding: 0px;
    width: 250px;
    height: 86px;
    object-fit: cover;
}
header.page-header .header.content .header-middle-col .sections.nav-sections {
    margin: 0px;
    padding: 0px;
    background-color: transparent;
}
header.page-header .header.content .header-middle-col nav.navigation {
    background-color: transparent;
}
header.page-header .header.content .header-middle-col nav.navigation > ul.ui-widget-content  {
    padding: 0px;
    margin: 0px;
    display: flex;
    gap: 52px;
    align-items: center;
}
header.page-header .header.content .header-middle-col nav.navigation > ul.ui-widget-content  > li.level0 {
    margin: 0px;
}
header.page-header .header.content .header-middle-col nav.navigation > ul.ui-widget-content  > li.level0 > a.level-top {
    padding: 0px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    font-family: 'Montserrat';
}
header.page-header .header.content .header-middle-col nav.navigation > ul.ui-widget-content  > li.level0 > a.level-top:hover {
    text-decoration: none;
    color: rgba(34, 206, 0, 1);
}
header.page-header .header.content .header-middle-col nav.navigation > ul.ui-widget-content  > li.level0 > a.level-top >span.ui-menu-icon.ui-icon.ui-icon-caret-1-e {
    display: none;
}
header.page-header .header.content .header-middle-col nav.navigation > ul.ui-widget-content > li.level0.active > a.level-top {
    text-decoration: none;
    color: rgba(34, 206, 0, 1);
    border: 0px;
}
header.page-header .header.content .header-right-col {
    display: flex;
    align-items: center;
    gap: 49px;
} 
header.page-header .header.content .header-right-col .minicart-wrapper  {
    margin: 0px;
}
header.page-header .header.content .header-right-col .link.login-link  a {
    font-size: 0px;
    display: flex;
    width: 32px;
    height: 32px;
}
header.page-header .header.content .header-right-col .block.block-search {
    padding-left: 0px;
    width: auto;
    position: relative !important;
}
header.page-header .header.content .header-right-col .block.block-search .field.search label.label {
    position: relative;
    width: 31px;
    height: 32px;
    display: flex;
    margin: 0px;
}
header.page-header .header.content .header-right-col .block.block-search .field.search label.label::before {
    width: 31px;
    height: 32px;
    content: "";
    background: url(/pub/media/wysiwyg/search.svg);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0px;
    cursor: pointer;
   
}
header.page-header .header.content .header-right-col .block.block-search.search-open .control {
    display: block;
    position: absolute;
    width: 350px;
    right: 0;
    top: 32px;
    z-index: 2;
}
header.page-header .header.content .header-right-col .block.block-search.search-open .control input {
    width: 100%;
    height: 48px;
    border: solid 1px rgba(34, 34, 34, 1);
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    font-family: 'Montserrat';
    color: rgba(0, 0, 0, 1);
}
header.page-header .header.content .header-right-col .block.block-search.search-open .control input::placeholder {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    font-family: 'Montserrat';
    color: rgba(0, 0, 0, 1);
}
header.page-header .header.content .header-right-col .block.block-search.search-open .actions {
    display: block;
}
header.page-header .header.content .header-right-col .block.block-search.search-open .actions button.action.search {
    top: 41px;
    z-index: 10;
}
header.page-header .header.content .header-right-col .block.block-search.search-open .actions button.action.search::before {
    font-size: 26px;
    color: rgba(0, 0, 0, 1);
}
header.page-header .header.content .header-right-col .block.block-search.search-open .control input:focus {
    box-shadow: none !important;
    outline: none !important;
    outline-offset: none !important;
}

header.page-header .header.content  .navigation .level0 .submenu a:hover {
    text-decoration: none;
    color: rgba(34, 206, 0, 1);
    background-color: transparent;
}
header.page-header .header.content  .navigation .level0 .submenu    .submenu  {
    left: 104% !important;
    z-index: 105;
}
header.page-header .header.content .header-right-col .block.block-search {
    line-height: unset;
}
header.page-header .header.content .header-right-col .block.block-search, .header.content {
    position: initial;
}
header .logo {
    z-index: unset;
}
#search_mini_form .nested {
    display: block;
}
#search_mini_form input#search, #search_mini_form button.action.search {
    font-family: 'Manrope';
}
#search_mini_form button.action.search {
    pointer-events: unset !important;
    opacity: 1 !important;
    border-radius: 0 !important;
}
.block-search .action.search:before {
    content: none !important;
}
.block-search .action.search>span {
    position: relative;
    margin: 0;
}
#search_mini_form button.action.search {
    position: relative;
}
.minicart-wrapper .action.showcart {
    cursor: pointer;
    display: block;
    text-decoration: none;
}


@media only screen and (max-width:1200px){
    header.page-header .header.content .header-left-col a.logo {
        max-width: 160px;
    }
    header.page-header .header.content .header-left-col a.logo img {
        width: 100%;
        height: 100%;
    }
}
/* header css end */
header {
    background-color: #222222;
}
#search_mini_form input#search::placeholder {
    color: #979797 !important;
}
header .header {
    display: flex;
    align-items: center;
    align-content: center;
    vertical-align: middle;
    justify-content: space-between;
    min-height: 118px;
    max-width: 1723px;
    margin: 0 auto;
}
.navigation ul {
    position: relative;
}
.header-right-col {
    display: flex;
    align-items: center;
    align-content: center;
    vertical-align: middle;
    justify-content: right;
}
header nav > ul > li > a {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.12em;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 30px 0px;
        display: block;
}
header nav > ul {
    display: flex;
    gap: 52px;
    padding: 0;
    margin: 0;
}
header .panel.wrapper {
    display: none;
}
header nav li {
    list-style-type: none;
    position: relative;
}
.header-right-col .section-item-title {
    display: none;
}
header ul.submenu {
    position: absolute !important;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .19);
    font-weight: 400;
    min-width: 250px;
    z-index: 105;
    display: none;
    padding: 0;
}
.header-right-col div#store\.links {
    display: none;
}
header ul.submenu li a {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #222;
    text-decoration: none;
    display: block;
    padding: 8px 18px;
    position: relative;
}
header nav > ul a:hover {
   color: #22CE00;  
}
header #search_mini_form {
    display: none;
}
header.page-header .header.content .navigation .level0 .submenu .submenu {
    left: 99% !important;
    z-index: 105;
    top: 0 !important;
}
header span.ui-menu-icon.ui-icon.ui-icon-caret-1-e::before {
    /*content: '';
    background-image: url(/pub/media/wysiwyg/right_arrow.svg);
    width: 12px;
    height: 12px;
    float: right;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 5px;*/
}
.header-right-inner-col {
    display: flex;
    gap: 31px;
}
.search-open ~ .block.block-content #search_mini_form {
        display: block;
    background-color: #fff;
    padding: 8px !important;
    margin-left: 0;
    position: absolute;
    margin: 0px;
    top: 58px;
    z-index: 11;
    right: 0;
    left: auto;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    width: 450px;
    box-sizing: border-box;
}
#search_mini_form label.label {
    display: none;
}
#search_mini_form input#search {
    padding: 10px;
    font-size: 20px;
    line-height: 25px;
    color: #222;
    border: 1px solid #cdcdcd;
    width: 100%;
    height: 50px;
    display: block;
    box-sizing: border-box;
}
form#search_mini_form {
    justify-content: center;
}
.search-open ~ .block.block-content {
    position: absolute;
    right: 0;
    top: 0px;
    width: auto;
    background-color: #222222;
    padding: 0px;
    display: block;
    box-sizing: border-box;
    z-index: 1;
    margin-top: 0;
}
.search-open~.block.block-content svg line {
    stroke: #fff;
}
span.search_close_icon {
    top: 0;
    position: relative;
    right: 0px;
    cursor: pointer;
    width: 33px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
}
span.search_close_icon svg {
    width: 25px;
    height: 25px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: #222222;
}

#search_mini_form button.action.search {
    min-width: 130px;
    padding: 10px 0px 10px 0px;
    background-color: #22CE00;
    color: #fff;
    border: 1px solid #22CE00;
    font-family: Manrope;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0.12em;
    text-align: center;
    height: 50px;
    cursor: pointer;
}
#search_mini_form .field.search, #search_mini_form .actions {
    float: left;
}
#search_mini_form .field.search {
    width: calc(100% - 130px);
}    
#search_mini_form a.action.advanced {
    font-size: 14px;
    line-height: 24px;
    display: none;
    margin-top: 10px;
    color: #22ce00;
}
.clearfix::after {
   content: " "; 
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
.search_icon {
    cursor: pointer;
}
.block-search .block-content {
    display: none;
}
.header-site-notice .top_header_inner p {
    margin: 0;
}
header ul.submenu .parent.ui-menu-item:after {
    content: '';
    background-image: url(/pub/media/wysiwyg/right_arrow.svg);
    width: 12px;
    height: 12px;
    float: right;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 13px;
    margin-right: 5px;
    position: absolute;
    right: 0;
    top: 0;
}
header .header, footer.page-footer .footer_main, footer.page-footer .footer-bottom-wrapper .footer_copy_right_main_section, header.page-header .header.content {
    box-sizing: border-box; 
}
header span.counter-number {
    color: #000;
    width: 14px;
    height: 14px;
    text-align: center;
    font-size: 8px;
    display: flex;
    align-items: center;
    align-content: center;
    vertical-align: middle;
    justify-content: center;
}
header.page-header .header.content .header-right-col .minicart-wrapper {
    position: relative;
}








/**/
.slick-prev::before {
    content: '';
    background-image: url(/pub/media/wysiwyg/left_slide_arrow.svg);
    width: 17px;
    height: 33px;
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.slick-next::before {
    content: '';
    background-image: url(/pub/media/wysiwyg/right_slide_arrow.svg);
    width: 17px;
    height: 33px;
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.slick-slider {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-touch-action: pan-y;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    box-sizing: border-box;
    display: block;
    position: relative;
    touch-action: pan-y;
    user-select: none;
}
.slick-list {
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-track {
    display: block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0;
}
.slick-track:before,
.slick-track:after {
    content: '';
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    border: 1px solid transparent;
    display: block;
    height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-prev {
    left: 2rem;
}
.slick-next {
    right: 2rem;
}
.slick-prev,
.slick-next {
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    background: rgba(252, 252, 252, 0.6);
    border: none;
    border-radius: 0;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 60px;
    line-height: 0;
    outline: none;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 60px;
    z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
    opacity: .2;
}
.slick-prev:hover,
.slick-next:hover {
    background: #fcfcfc;
    border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
    opacity: .2;
}

.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
    background: rgba(252, 252, 252, 0.7);
    border: none;
    box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
    box-shadow: none;
}
.slick-dots {
    font-size: 1.4rem;
    line-height: normal;
    letter-spacing: normal;
    display: block;
    list-style: none;
    margin: 0;
    padding: 15px 0;
    text-align: center;
    width: 100%;
}
.slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 14px;
    margin: 0 5px;
    padding: 0;
    position: relative;
    vertical-align: middle;
    width: 14px;
}
.slick-dots li button {
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 10px;
    box-shadow: none;
    cursor: pointer;
    display: block;
    height: 14px;
    padding: 0;
    text-indent: -99999px;
    transition: .3s;
    width: 14px;
}
.slick-dots li button:hover {
    border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary) {
    box-shadow: none;
}
.slick-dots li.slick-active button {
    background: #1c1918;
}
div[data-content-type='slider'].slick-initialized {
    visibility: visible;
}
div[data-content-type='slider'] {
    visibility: hidden;
}
[data-content-type='slide'] {
    box-sizing: border-box;
    line-height: 20px;
    min-height: inherit;
    overflow: hidden;
}
[data-content-type='slide']>[data-element='link'],
[data-content-type='slide']>[data-element='empty_link'] {
    color: inherit;
    min-height: inherit;
    text-decoration: inherit;
}
.pagebuilder-slide-wrapper {
    border-radius: inherit;
    box-sizing: border-box;
    min-height: inherit;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
    min-height: inherit;
}
div[data-content-type='slider'] .slick-list>div,
div[data-content-type='slider'] .slick-track>div,
div[data-content-type='slider'] .slick-slide>div {
    line-height: 0;
    min-height: inherit;
    overflow: hidden;
    width: 100%;
}
div[data-content-type='slider'] a.button {
    -moz-appearance: button;
    -webkit-appearance: button;
    appearance: button;
    color: initial;
    padding: 10px;
    text-decoration: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
    display: block;
    visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
    display: none;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
    visibility: visible;
}
div[data-content-type='slider'] {
    visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
    visibility: visible;
}

/*slick end*/

/*login start*/
.customer-account-login .page-main input[type='text'], 
.customer-account-login .page-main input[type='email'], 
.customer-account-login .page-main input[type='password'],
.customer-account-create .page-main input[type='text'], 
.customer-account-create .page-main input[type='email'], 
.customer-account-create .page-main input[type='password'],
.customer-account-forgotpassword input[type='email'],
.customer-account-createpassword input[type='email'],
.customer-account-createpassword input[type='password'] {
    padding: 10px;
    font-size: 16px;
    line-height: 25px;
    color: #222;
    border: 1px solid #cdcdcd;
    width: 100%;
    height: 50px;
    display: block;
    box-sizing: border-box;
}
.customer-account-login .field.choice,
.customer-account-create .field.choice,
.customer-account-createpassword .field.choice {
    display: flex;
    align-items: center;
    align-content: center;
    vertical-align: middle;
        font-size: 16px;
    color: #222;
}
.customer-account-login input#show-password,
.customer-account-create input#show-password,
.customer-account-create .form-create-account input[type="checkbox"],
.customer-account-createpassword input#show-password {
    width: auto;
    top: 0;
    margin-top: 0;
}
.customer-account-login .page-main,
.customer-account-create .page-main,
.customer-account-forgotpassword .page-main,
.customer-account-createpassword .page-main {
    padding-top: 40px;
    padding-bottom: 40px;
    box-sizing: border-box;
}
body.customer-account-login .page-main h1.page-title,
body.customer-account-create .page-main h1.page-title,
body.customer-account-forgotpassword .page-main h1.page-title,
body.customer-account-createpassword .page-main h1.page-title {
    margin: 0px;
    font-size: 32px;
    line-height: 42px;
    color: rgba(0, 0, 0, 1);
    font-weight: 400;
    font-family: 'Montserrat';
    display: block;
    margin-bottom: 50px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 30px;
}
.customer-account-login .actions-toolbar button#send2,
.customer-account-create .actions-toolbar button#send2,
.customer-account-forgotpassword .actions-toolbar button#send2,
.customer-account-createpassword .actions-toolbar button.action.submit.primary {
    min-width: 219px;
    height: 50px;
    padding: 0;
    display: flex;
    align-items: center;
    align-content: center;
    vertical-align: middle;
    color: #fff;
    border: 1px solid #22CE00;
    background-color: #22CE00;
    font-family: Manrope;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0.12em;
    justify-content: center;
    text-decoration: none;
    border-radius: 0;
        text-transform: uppercase;
        padding: 0px 20px;
}
.customer-account-create .form-create-account .fieldset {
    margin-bottom: 20px;
}
.customer-account-login .actions-toolbar button#send2:hover,
.customer-account-create .actions-toolbar button#send2:hover,
.customer-account-forgotpassword button#send2:hover,
.customer-account-createpassword button.action.submit.primary:hover {
    transition: .2s;
    background-color: #222;
    border: 1px solid #222;
}
.customer-account-login a.action.remind,
.customer-account-create a.action.remind {
    font-size: 16px;
    color: #222;
    text-decoration: none;
    line-height: 26px;
}
.customer-account-login .login-container .fieldset>.field>.control,
.customer-account-create .login-container .fieldset>.field>.control {
    width: 100%;
}
.abs-login-block-title strong, .login-container .block .block-title strong {
    font-weight: 500;
    font-size: 24px;
    color: #222;
    font-family: 'Montserrat';
}
.customer-account-login .field.note,
.customer-account-create .field.note,
.customer-account-forgotpassword .field.note {
    font-size: 18px;
    line-height: 28px;
}
.customer-account-login .block-new-customer .block-content p,
.customer-account-create .block-new-customer .block-content p,
.customer-account-forgotpassword .block-new-customer .block-content p {
    margin: 0;
    font-size: 18px;
    line-height: 28px;
}
.customer-account-login .block-new-customer a.action.create.primary,
.customer-account-create .block-new-customer a.action.create.primary {
    min-width: 300px;
    height: 50px;
    padding: 0;
    display: flex;
    align-items: center;
    align-content: center;
    vertical-align: middle;
    color: #fff;
    border: 1px solid #222;
    background-color: #222;
    font-family: Manrope;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0.12em;
    justify-content: center;
    text-decoration: none;
    border-radius: 0;
    text-transform: uppercase;
    margin: 0;
}
.customer-account-login .block-new-customer a.action.create.primary:hover,
.customer-account-create .block-new-customer a.action.create.primary:hover { 
    background-color: #22CE00;
    transition: .2s;
    border: 1px solid #22CE00;
}
.fieldset>.field>.label, .fieldset>.fields>.field>.label {
    font-size: 18px;
}
body .login-container .fieldset:after {
    font-size: 22px;
}
/*login end*/

.nav-sections {
    flex-shrink: unset !important;
}

@media(max-width:1800px){
.page-main-full-width, body .breadcrumbs {
        max-width: 1600px;
}
header nav > ul {
    gap: 40px;
}
}


@media(max-width:1600px) {
.cms-page-view h1.page-title {
    line-height: 34px;
    font-size: 24px;
}    
header.page-header .header.content {
    min-height: 85px;
}    
#search_mini_form input#search, #search_mini_form button.action.search {
    font-size: 16px;
    line-height: 16px;
    height: 40px;
}
.login-container .fieldset:after {
    font-size: 18px;
}
.page-main-full-width, body .breadcrumbs {
        max-width: 1400px;
}
.page-main-full-width p, .page-main-full-width ul li {
    font-size: 16px;
    line-height: 26px;
}
}


@media(max-width:1500px){
    span.search_close_icon svg {
        width: 20px;
        height: 20px;
    }
    span.search_close_icon {
        width: 24px;
        height: 24px;
    }

header ul.submenu li a {
    font-size: 12px;
    line-height: 20px;
    padding: 8px 10px;
}    
.header-right-inner-col {
    gap: 24px;
}
header nav > ul {
    gap: 20px;
}
header.page-header .header.content .header-right-col {
    gap: 32px;
}
header.page-header .header.content .header-left-col img {
    width: 100%;
    height: 56px;
}
.header-right-inner-col {
    gap: 20px;
}
header nav > ul > li > a {
    font-size: 14px;
    line-height: 14px;
}
.header-site-notice .top_header_inner p {
    line-height: 16px;
    font-size: 14px;
}
.header-right-inner-col svg {
    width: 24px;
    height: 24px;
}
header.page-header .header.content .header-right-col .link.login-link a {
    width: 24px;
    height: 24px;
}
.customer-account-login .block-new-customer a.action.create.primary,
.customer-account-login .actions-toolbar button#send2,
.customer-account-create .block-new-customer a.action.create.primary,
.customer-account-create .actions-toolbar button#send2,
.customer-account-forgotpassword .actions-toolbar button#send2,
.customer-account-createpassword .actions-toolbar button.action.submit.primary { 
    font-size: 16px;
    line-height: 22px;
    height: 46px;
}
.customer-account-login .page-main input[type='text'], 
.customer-account-login .page-main input[type='email'], 
.customer-account-login .page-main input[type='password'],
.customer-account-create .page-main input[type='text'], 
.customer-account-create .page-main input[type='email'], 
.customer-account-create .page-main input[type='password'],
.customer-account-forgotpassword .page-main input[type='password'],
.customer-account-createpassword .page-main input[type='password'] { 
    height: 46px;
}
.abs-login-block-title strong, .login-container .block .block-title strong {
    font-size: 20px;
}
.block-new-customer .block-content p,
.customer-account-login .page-main input[type='text'], 
.customer-account-login .page-main input[type='email'], 
.customer-account-login .page-main input[type='password'],
.customer-account-create .page-main input[type='text'], 
.customer-account-create .page-main input[type='email'], 
.customer-account-create .page-main input[type='password'],
.customer-account-forgotpassword .page-main input[type='password'],
.customer-account-createpassword .page-main input[type='password'] {
    font-size: 16px;
    line-height: 26px;
}
.fieldset>.field>.label, .fieldset>.fields>.field>.label, body .login-container .fieldset:after {
    font-size: 16px;
}
body .breadcrumbs ul li a, body .breadcrumbs ul li strong {
    font-size: 14px;
    line-height: 14px;
}
.page-main-full-width, body .breadcrumbs {
        max-width: 1250px;
}
}


@media(max-width:1200px){
.cms-page-view h1.page-title {
    line-height: 30px;
    font-size: 20px;
}    
header.page-header .header.content .header-right-col {
    gap: 20px;
}
header nav > ul {
    gap: 15px;
}
body.customer-account-login .page-main h1.page-title,
body.customer-account-create .page-main h1.page-title,
body.customer-account-createpassword .page-main h1.page-title {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 40px;
        padding-bottom: 30px;
}
}

@media(max-width:1023px){
    .nav-sections .header.links li.customer-welcome {
        padding: 0px;
      }
      .nav-sections .header.links li.customer-welcome .customer-menu  li {
        padding: 0px;
      }
      .nav-sections .header.links li.customer-welcome .customer-menu ul.header.links  {
        padding: 0px !important
      }
      .nav-sections .header.links li.customer-welcome .customer-menu ul.header.links li  a {
      
      padding: 0px !important;
      }
      .nav-sections .header.links li.customer-welcome .customer-menu ul.header.links li {
        border-bottom: 1px solid #d1d1d1;
        padding-bottom: 15px !important;
        padding-top: 15px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
      }
      .nav-sections .header.links li.greet.welcome {
        padding-bottom: 15px !important;
        padding-top: 15px !important;
       padding-left: 0px !important;
       padding-right: 0px !important;
       border-bottom: 1px solid #d1d1d1;
      }
      .nav-sections .header.links {
        border-bottom: 0px !important;
      }
      .nav-sections .header.links li.link.authorization-link {
        padding-bottom: 15px !important;
        padding-top: 15px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        border-bottom: 1px solid #d1d1d1;
      }
header.page-header .header.content .navigation .level0 .submenu .submenu {
    display: block !important;
} 
.navigation .level0 .submenu a {
    font-weight: 400;
}
header ul.submenu .parent.ui-menu-item:after {
    content: none !important;
}   
.nav.navigation > ul > li.parent > a {
    width: calc(100% - 30px) !important;
    box-sizing: border-box;
}   
nav.navigation > ul > li.parent:after {
    content: '';
    background-image: url(/pub/media/wysiwyg/right_arrow.svg);
    width: 12px;
    height: 12px;
    float: right;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 22px;
    margin-right: 10px;
    position: absolute;
    right: 0;
    top: 0;
    margin-bottom: 22px;
    margin-left: 20px;
    z-index: 1;
} 
.header.content .header-left-col {
    width: 50%;
    justify-content: center;
}
.header.content .header-menu-col, .header.content .header-right-col {
    width: 25%;
}    
.nav-before-open .page-wrapper {
    -webkit-transition: left .3s;
    -moz-transition: left .3s;
    -ms-transition: left .3s;
    transition: left .3s;
     height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
}  
.nav-open .page-wrapper {
    left: calc(100% - 54px);
} 
    .nav-before-open body {
        height: 100%;
        overflow: hidden;
        position: relative;
        width: 100%;
    }    
    .nav-before-open {
        height: 100%;
        overflow-x: hidden;
        width: 100%;
    }
   .nav-open .nav-toggle:before {
    content: '';
    background-image: url(/pub/media/wysiwyg/close-white.svg);
    width: 30px;
    height: 30px;
    display: block;
    z-index: 10000;
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
} 
.nav-toggle:before {
    content: none !important;
}    
.header-right-inner-col {
        gap: 20px;
        margin-left: 0;
}    
.nav-sections {
    background: #fff !important;
}
.nav-sections {
        -webkit-overflow-scrolling: touch;
        -webkit-transition: left .3s;
        -moz-transition: left .3s;
        -ms-transition: left .3s;
        transition: left .3s;
        height: 100%;
        left: calc(-1*(100% - 54px));
        overflow: auto;
        position: fixed;
        top: 0;
        width: calc(100% - 54px);
}
.nav-sections-item-title {
    background: transparent;
    border: 0px;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
} 
 .nav-sections-item-title.active {
        background: #e3e3e3;
        border-bottom: 0;
} 
.nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 1000;
}
.nav-sections-items {
        position: relative;
        z-index: 1;
}
.nav-sections-items:before, .nav-sections-items:after {
        content: '';
        display: table;
}
.nav-sections-item-content {
/*        background-color: #e3e3e3;*/
        box-sizing: border-box;
        float: right;
        margin-left: -100%;
        margin-top: 71px;
        width: 100%;
        padding: 0;
}
.navigation {
    padding: 0;
}
.navigation {
/*    background: #f0f0f0;*/
    box-sizing: border-box;
            border-top: 1px solid #e3e3e3;
}
.navigation ul {
        margin: 0;
        padding: 0;
        flex-direction: column;
        gap: 0;
}
.header-right-col .section-item-title {
    display: block;
}
.header-right-col .section-item-title a.nav-sections-item-switch {
    color: #222;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
} 
header nav > ul > li > a {
    text-align: left;
    color: #222;
    padding: 15px 10px;
}  
body .navigation .level0 > .level-top {
    color: #222;
    font-weight: 400;
    padding: 15px 10px;
}
header nav > ul > li > a > span.ui-menu-icon.ui-icon.ui-icon-caret-1-e {
    display: block;
}
header nav li {
    border-bottom: 1px solid #cfcfcf;
}
header nav > ul > li > a {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
header ul.submenu {
    position: relative !important;
    top: 0 !important;
    border: 0;
    box-shadow: none;
    padding: 0px 10px !important;
    background-color: transparent;
}
header ul.submenu li a {
    padding: 8px 0px;
    width: calc(100% - 25px);
}
header nav > ul > li > .ui-state-active, ul.level0.submenu {
    background-color: #e3e3e3;
}
.ui-state-active span.ui-menu-icon.ui-icon.ui-icon-caret-1-e::before {
    transform: rotate(92deg);
}
span.ui-menu-icon.ui-icon.ui-icon-caret-1-e {
    float: right;
}
.nav-open .nav-toggle:after {
        background: rgba(0, 0, 0, 0.7);
        content: '';
        display: block;
        height: 100%;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 1;
}
.nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
    flex-direction: column;
    min-height: auto;
}
.nav-sections .header.links li {
    font-size: 14px;
    margin: 0;
    width: 100%;
    padding: 15px 10px;
    text-transform: uppercase;
}  
.nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 15px 10px;
}  
.nav-sections .header.links li a {
    color: #222;
    text-decoration: none;
    font-weight: 400;
    border: 0;
}
header.page-header .header.content .navigation .level0 .submenu .submenu {
    left: 0 !important;
}
.header-right-inner-col .link.login-link {
    display: none;
}
header ul.submenu li:last-child {
    border: 0;
    padding-bottom: 5px;
}
header nav > ul > li > .ui-state-active ~ ul, header nav > ul > li > .ui-state-active ~ ul li {
    background-color: #222 !important;
}
header nav > ul > li > .ui-state-active {
    background-color: #22CE00 !important;
}
header nav > ul > li > .ui-state-active ~ ul, ul.level0.submenu.ui-menu {
    height: 300px;
    overflow: scroll;
}
header nav > ul > li > .ui-state-active a, header nav > ul > li > .ui-state-active ~ ul a, header nav > ul > li > .ui-state-active ~ ul li a, header nav > ul > li > .ui-state-active span {
    color: #fff !important;
}
header nav > ul > li > .ui-state-active ~ ul li {
    border-bottom: 1px solid #434343;
}
.navigation .parent .level-top:after {
    content: none !important;
}
    header nav > ul > li > a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
header .nav-toggle > span {
    position: relative;
    margin: 0;
}   
header .nav-toggle {
    left: 0;
    position: relative;
    top: 0;
    display: block !important;
} 
}

@media(max-width:991px) {
        .search-open ~ .block.block-content #search_mini_form {
        width: 350px;
        max-width: 350px !important;
    }   
        #search_mini_form .field.search {
        width: calc(100% - 115px);
    }
        #search_mini_form .actions {
        width: 115px;
    }
.page-main-full-width, body .breadcrumbs {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}    
header .block-search input {
    left: 0;
    margin: 0;
    position: relative;
} 
header .block-search .action.search {
    display: block;
} 
header .block-search .control {
    border-top: 0;
    clear: both;
    margin: 0;
    padding: 0;
}  
header .header, header.page-header .header.content {
    padding: 0 15px !important;
}      

#search_mini_form button.action.search {
    padding: 10px 22px 10px 22px;
} 
#search_mini_form .actions {
    width: 115px;
}
#search_mini_form .field.search {
    width: calc(100% - 115px);
}
#search_mini_form input#search, #search_mini_form button.action.search {
    font-size: 14px;
    line-height: 14px;
    height: 36px;
}
#search_mini_form a.action.advanced {
    font-size: 12px;
    line-height: 20px;
    margin-top: 5px;
}    
body.customer-account-login .page-main h1.page-title,
body.customer-account-create .page-main h1.page-title,
body.customer-account-forgotpassword .page-main h1.page-title,
body.customer-account-createpassword .page-main h1.page-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.abs-login-block-title strong, .login-container .block .block-title strong {
    font-size: 16px;
}
.field.note {
    font-size: 16px;
    line-height: 26px;
}
}



@media(min-width: 1024px){
.navigation .level0.parent:hover>.submenu {
    overflow: visible !important;
}    
header .nav-toggle, .header-menu-col {
    display: none !important;
} 
.navigation .level0 .submenu li {
    border-bottom: 1px solid #ededed;
/*     padding: 0 10px;*/
}
.navigation .level0 .submenu:before {
    background-color: #22CE00;
}
.navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
}
}


@media(max-width:1800px){     
.top_header {
    min-height: 46px;
}    
}

@media(max-width:1600px){ 
    header.page-header .header.content .header-left-col img {
        width: auto;
        height: 60px;
    }
}



@media(max-width:1300px){
header .header, header.page-header .header.content {
    max-width: 100%;
    padding: 0 40px;
}
    .search-open ~ .block.block-content #search_mini_form {
        max-width: 450px !important;
    }
}





@media(max-width:767px){
.header-site-notice .top_header_inner p {
    line-height: 21px;
    font-size: 12px;
}
    .search-open ~ .block.block-content {
        width: 100%;
    }
.search-open ~ .block.block-content #search_mini_form {
        right: -35px;
    }
}
  /* msg error css start */
  body .message.notice {
    margin: 0 0 10px;
    padding: 12px 20px 12px 25px;
    display: block;
    font-size: 14px;
    line-height: 20px;
    background: #fdf0d5;
    color: #6f4400;
    padding-left: 50px;
    position: relative;
    font-family: 'Lato';
}
body .message.notice>*:first-child:before {
    content: "";
    width: 23px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: 18px;
    margin: 0px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background: url(/pub/media/wysiwyg/exclamation-triangle-solid.svg);
    top: 11px;
}
body .message.notice a {
    font-family: 'Lato';
    font-size: 14px;
    line-height: 20px;
    color: #6f4400;
    text-decoration: underline !important;
}
body .message.notice a:hover {
    color: rgba(34, 34, 34, 1);
}

  body .message.error {
    background: #fae5e5;
    color: #e02b27;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	font-family: 'Lato';
	margin-bottom: 20px;
	padding: 12px 20px 12px 25px;
	display: block;
	padding-left: 45px;
	position: relative;
}
body .message.error a {
    color: #e02b27;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	font-family: 'Lato';
	text-decoration: underline !important;

}
body .message.error a:hover {
	color: rgba(34, 34, 34, 1);
}

body .message.error>*:first-child:before {
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
	position: absolute;
	left: 18px;
	margin: 0px;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background: url(/pub/media/wysiwyg/error_close.svg);
	top: 13px;
}
  body .message-success.success.message {
	background: #e5efe5;
	color: #006400;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	font-family: 'Lato';
	margin-bottom: 20px;
	padding: 12px 20px 12px 25px;
	display: block;
	padding-left: 45px;
	position: relative;
}

body .message-success.success.message a {
	color: #006400;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	font-family: 'Lato';
	text-decoration: underline !important;
}

body .message-success.success.message a:hover {
	color: rgba(34, 34, 34, 1);
}

body .message.success>*:first-child:before {
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
	position: absolute;
	left: 18px;
	margin: 0px;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background: url(/pub/media/wysiwyg/done.svg);
	top: 13px;
}


/* cart pages css start */


 body .page-main {
	max-width: 1703px !important;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px !important;
	padding-right: 10px !important;
	position: relative;
	width: 100%;
}


/*header */
.nav-sections {
    background-color: transparent;
    margin: 0;
}
.navigation .level0 > .level-top {
    color: #fff;
}
.minicart-wrapper .action.showcart.active:before {
    display: none !important;
}
#minicart-content-wrapper .block-content {
    height: 100%;
}
.minicart-wrapper .action.showcart .counter.qty {
    top: 0px;
    width: 15px;
    font-size: 10px;
    left: 19px;
    height: 15px;
    line-height: 15px;
    font-weight: normal;
    /* z-index: 5; */
    background: #fff;
    color: #000;
    right: auto !important;
    margin: 0;
    border-radius: 50%;
    min-width: 15px;
    justify-content: center;
    position: absolute;
    padding: 0;
}
.minicart-wrapper .action.showcart .counter-number {
    text-shadow: none;
}
.minicart-wrapper .action.showcart span.text {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
}
.minicart-wrapper .action.showcart:before {
    content: none;
}
.block-title.search_icon {
    display: block;
    margin: 0;
}







@media (min-width: 769px) {
.navigation {
    background: transparent;
}
.navigation ul {
    padding: 0;
}
.navigation .level0.parent>.level-top>.ui-menu-icon {
    display: none;
}
.navigation .level0 {
    margin: 0;
}

.navigation .level0>.level-top {
    line-height: 100%;
}
.navigation .level0 .submenu a {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #222;
    text-decoration: none;
    display: block;
    padding: 8px 18px;
    position: relative;
}
.navigation .level0 .submenu li.parent>a>.ui-menu-icon:after {
    content: none;
}
.navigation .level0>.level-top:hover, .navigation .level0>.level-top.ui-state-focus {
    color: #22CE00;
}
}

@media(min-width: 1023px) {
.navigation .level0>.level-top {
    padding: 30px 0px !important;
}
}

@media(max-width: 1023px) {
.navigation .level0>.level-top {
   display: block !important;
}
}
/*header */



@media(max-width: 1800px) {
body .page-main {
    max-width: 1600px;
}
}



@media(max-width:1600px) {
body .page-main,
	body .breadcrumbs {
		max-width: 1400px !important;
}
}


@media(max-width: 1500px) {
body .page-main, body .breadcrumbs {
    max-width: 1250px !important;
}    
.navigation .level0 .submenu a {
    font-size: 12px;
    line-height: 20px;
    padding: 8px 10px;
}
}


@media(max-width:1300px) {
body .page-main, body .breadcrumbs, .page-main-full-width {
	max-width: 100% !important;
	padding-left: 40px !important;
	padding-right: 40px !important;
}
.search-open ~ .block.block-content #search_mini_form{
      max-width: 100%;
}
}

@media(max-width:991px) {
body .page-main, body .breadcrumbs, .page-main-full-width {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.search-open ~ .block.block-content #search_mini_form {
    padding: 0 15px;
}
}

   /* cart css start  */  
body.checkout-cart-index .page-main {
	padding-top: 40px;
	padding-bottom: 40px;
    box-sizing: border-box;
}

body.checkout-cart-index .page-main h1.page-title {
	margin: 0px;
	font-size: 32px;
	line-height: 42px;
	color: rgba(0, 0, 0, 1);
	font-weight: 400;
	font-family: 'Montserrat';
}

body.checkout-cart-index .page-main .columns .column.main {
	padding-top: 30px;
	padding-bottom: 0px;
}

body.checkout-cart-index .page-main .cart.table-wrapper .cart thead tr th.col {
	padding: 10px;
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	color: rgba(0, 0, 0, 1);
	border-bottom: solid 1px rgba(204, 204, 204, 1);
}

body.checkout-cart-index .page-main .cart.table-wrapper .product-item-name,
body.checkout-cart-index .page-main .cart.table-wrapper .product-item-name a {
	margin: 0px;
	font-size: 16px;
	line-height: 22px;
	color: rgba(0, 0, 0, 1);
	font-weight: 500;
	text-decoration: none;
}

body.checkout-cart-index .page-main .cart.table-wrapper .product-item-name a:hover {
	color: #22CE00;
}

body.checkout-cart-index .page-main .cart.table-wrapper .cart>.item {
	border-bottom: solid 1px rgba(204, 204, 204, 1);
}

body.checkout-cart-index .page-main .table>tbody+tbody {
	border-top: solid 1px rgba(204, 204, 204, 1);
}

body.checkout-cart-index .page-main .cart.table-wrapper td.col.price span.price {
	font-size: 16px;
	line-height: 22px;
	color: rgba(0, 0, 0, 1);
	font-weight: 400;
}

body.checkout-cart-index .page-main .cart.table-wrapper .col.qty .input-text {
	margin: 0px;
	font-size: 16px;
	line-height: 22px;
	color: rgba(0, 0, 0, 1);
	font-weight: 400;
	border: solid 1px rgba(204, 204, 204, 1);
	height: 36px;
	width: 60px;

}

body.checkout-cart-index .page-main .cart.table-wrapper .col.qty .input-text:focus {
	box-shadow: none;
	outline: none;

}

body.checkout-cart-index .page-main .cart.table-wrapper td.col.subtotal span.price {
	font-size: 16px;
	line-height: 22px;
	color: rgba(0, 0, 0, 1);
	font-weight: 600;
}

body.checkout-cart-index .page-main .cart.table-wrapper .actions-toolbar>.action-edit:before,
body.checkout-cart-index .page-main .cart.table-wrapper .actions-toolbar>.action-delete:before {
	color: rgba(0, 0, 0, 1);
}

body.checkout-cart-index .page-main .cart.table-wrapper .actions-toolbar>.action-edit:hover:before,
body.checkout-cart-index .page-main .cart.table-wrapper .actions-toolbar>.action-delete:hover:before {
	opacity: 0.2;
}

body.checkout-cart-index .page-main .cart.table-wrapper a.product-item-photo span.product-image-container {
	width: 80px !important;
}

body.checkout-cart-index .page-main .cart.table-wrapper .product-item-details {
	padding-bottom: 0px;
}

body.checkout-cart-index .page-main .cart-container .form.form-cart {
	margin-bottom: 0px;
}

body.checkout-cart-index .page-main .cart-container .cart.main.actions button.action.update {
	color: rgba(255, 255, 255, 1);
	text-align: center;
	text-decoration: none;
	width: 300px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(34, 34, 34, 1);
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	font-family: 'Manrope';
	text-transform: uppercase;
	border: solid 1px rgba(34, 34, 34, 1);
	border-radius: 0;
	box-shadow: none !important;
}

body.checkout-cart-index .page-main .cart-container .cart.main.actions button.action.update:hover {
	background-color: #22CE00;
	color: #fff;
	border-color: #22CE00;
}

body.checkout-cart-index .page-main .cart-container .cart.main.actions {
	display: flex;
	justify-content: end;
	margin-bottom: 15px;
}

body.checkout-cart-index .page-main .cart-discount .title {
	padding: 0px;

}

body.checkout-cart-index .page-main .cart-discount .title strong {
	font-size: 16px;
	line-height: 22px;
	color: rgba(0, 0, 0, 1);
	font-weight: 400;

}

body.checkout-cart-index .page-main .cart-discount .title::after {
	font-size: 16px;
	line-height: 22px;
	color: rgba(0, 0, 0, 1);
	font-weight: 400;
}

body.checkout-cart-index .page-main .cart-discount .content {
	padding: 0px;
	margin-top: 20px;
}

body.checkout-cart-index .page-main .cart-discount .content .fieldset.coupon {
	margin-bottom: 0px;
}

body.checkout-cart-index .page-main .cart-discount .content .fieldset.coupon .control {
	min-width: 300px;
	max-width: 300px;
	width: 100%;
}

body.checkout-cart-index .page-main .cart-discount .content .fieldset.coupon .control input {
	width: 100%;
	max-width: 100%;
	font-size: 16px;
	line-height: 22px;
	color: rgba(0, 0, 0, 1);
	font-weight: 400;
	border: solid 1px rgba(204, 204, 204, 1);
	height: 40px;
}

input:focus,
select:focus {
	box-shadow: none !important;
	outline: none !important;
	border: solid 1px rgba(0, 0, 0, 1) !important;
}

.checkout-index-index .opc-wrapper  input , .checkout-index-index .opc-wrapper select {
    width: 100%;
	max-width: 100%;
	font-size: 16px !important;
	line-height: 22px !important;
	color: rgba(0, 0, 0, 1) !important;
	font-weight: 400 !important;
	border: solid 1px rgba(204, 204, 204, 1) !important; 
	height: 40px !important;
	font-family: 'Lato' !important;
}

input,
select {
	width: 100%;
	max-width: 100%;
	font-size: 16px;
	line-height: 22px;
	color: rgba(0, 0, 0, 1) !important;
	font-weight: 400;
	border: solid 1px rgba(204, 204, 204, 1);
	height: 40px;
	font-family: 'Lato' !important;

}

textarea {
	width: 100%;
	max-width: 100%;
	font-size: 16px;
	line-height: 22px;
	color: rgba(0, 0, 0, 1) !important;
	font-weight: 400;
	border: solid 1px rgba(204, 204, 204, 1);
	resize: none;
	font-family: 'Lato' !important;
}

input::placeholder,
select::placeholder,
textarea::placeholder {
	font-size: 16px !important;
	line-height: 22px !important;
	color: rgba(0, 0, 0, 1) !important;
	font-weight: 400 !important;
	font-family: 'Lato' !important;
}

body.checkout-cart-index .page-main .cart-discount .content .fieldset.coupon button.action.apply.primary {
	color: rgba(255, 255, 255, 1);
	text-align: center;
	text-decoration: none;
	width: 160px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(34, 34, 34, 1);
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	font-family: 'Manrope';
	border: solid 1px rgba(34, 34, 34, 1);
	border-radius: 0;
	box-shadow: none !important;
}

body.checkout-cart-index .page-main .cart-discount .content .fieldset.coupon button.action.apply.primary:hover {
	background-color: #22CE00;
	color: #fff;
	border-color: #22CE00;
	box-shadow: none !important;
}

.page-main .cart-summary {
	margin: 0px;
	border-radius: 6px;
	background-color: rgba(246, 246, 246, 1);
	padding: 15px;
}

.page-main .cart-summary strong.summary.title {
	margin: 0px;
	font-size: 20px;
	line-height: 26px;
	color: rgba(0, 0, 0, 1);
	font-weight: 600;
	display: block;

}
.page-main .cart-summary .cart-totals {
	margin-top: 15px;
	border-top: solid 1px rgba(204, 204, 204, 1);
	padding-top: 6px;
}
.page-main .cart-summary .cart-totals tr th.mark {
	padding: 8px 0;
	font-size: 16px;
	line-height: 22px;
	color: rgba(0, 0, 0, 1);
	font-weight: 400;
}
.page-main .cart-summary div#block-shipping {
        padding-top: 20px;
}
.cart-summary .block>.title {
    padding-top: 24px;
}
.cart-summary .block>.title:after {
    margin-top: 18px;
}
#shipping-zip-form select, #shipping-zip-form input[type="text"] {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    line-height: 22px;
    color: rgba(0, 0, 0, 1);
    font-weight: 400;
    border: solid 1px rgba(204, 204, 204, 1);
    height: 40px;
    background-color: transparent;
}
.cart-summary .block .fieldset .field:not(.choice)>.label {
    font-size: 14px;
}
.cart-summary .block .item-options {
    padding-top: 5px;
}
.cart-summary fieldset.fieldset.rate {
    margin-bottom: 0;
}
.cart-summary .block form:not(:last-of-type) .fieldset {
    margin: 0 !important;
}
.cart-summary .block .content {
    padding-bottom: 0;
}
.cart-summary .block .item-options .field .radio {
    height: auto;
    width: auto;
    margin-right: 10px !important;
}
.page-main .cart-summary .cart-totals tr td.amount {
	padding: 8px 0 8px 10px;
	font-size: 16px;
	line-height: 22px;
	color: rgba(0, 0, 0, 1);
	font-weight: 400;
}

.page-main .cart-summary .cart-totals tr.totals-tax td,
.page-main .cart-summary .cart-totals tr.totals-tax th {
	padding-bottom: 15px;
}

.page-main .cart-summary .cart-totals tr.grand.totals th.mark,
.page-main .cart-summary .cart-totals tr.grand.totals td.amount {
	border-top: solid 1px rgba(204, 204, 204, 1);
	padding-top: 15px;
	padding-bottom: 5px;

}

.page-main .cart-summary .cart-totals tr.grand.totals th.mark strong,
.page-main .cart-summary .cart-totals tr.grand.totals td.amount strong {
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	line-height: 22px;
	color: rgba(0, 0, 0, 1);
	font-weight: 600;

}

.page-main .cart-summary ul.checkout.methods.items.checkout-methods-items button.action.primary.checkout {
	color: rgba(255, 255, 255, 1);
	text-align: center;
	text-decoration: none;
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #22CE00;
	border: solid 1px #22CE00;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	font-family: 'Manrope';
	text-transform: uppercase;
	border-radius: 0;
	box-shadow: none !important;
}

.page-main .cart-summary ul.checkout.methods.items.checkout-methods-items button.action.primary.checkout:hover {
	background-color: rgba(34, 34, 34, 1);
	color: rgba(255, 255, 255, 1);
	border: solid 1px rgba(34, 34, 34, 1);
}
.page-main .cart-summary .checkout-methods-items {
    padding: 0px;
}
.page-main .cart-empty p {
    font-size: 16px;
    line-height: 22px;
    color: rgba(34, 34, 34, 1);
}
.page-main .cart-empty p a {
    font-size: 16px;
    line-height: 22px;
    color: rgba(34, 34, 34, 1);
    text-decoration: underline;
}
.page-main .cart-empty p a:hover {
    color: #22CE00;
}

@media(max-width:1800px){     
header .header,
header.page-header .header.content {
    max-width: 1600px;
}
.top_header {
    min-height: 46px;
}    
}


@media(max-width:1600px){ 
header .header,
header.page-header .header.content {
    max-width: 1400px;
}
header.page-header .header.content .header-left-col img {
    width: auto;
    height: 60px;
}
}

@media(max-width:1500px){
header .header,
header.page-header .header.content {
    max-width: 1250px;
}   
}

@media(max-width:1300px){
header .header, header.page-header .header.content {
    max-width: 100%;
    padding: 0 40px;
}
}


@media(max-width:767px){
.header-site-notice .top_header_inner p {
    line-height: 21px;
    font-size: 12px;
}
.customer-account-login .block-new-customer a.action.create.primary, 
.customer-account-login .actions-toolbar button#send2,
.customer-account-create .block-new-customer a.action.create.primary, 
.customer-account-create .actions-toolbar button#send2,
.customer-account-forgotpassword .actions-toolbar button#send2,
.customer-account-createpassword .actions-toolbar button.action.submit.primary {
    font-size: 14px;
    line-height: 20px;
}
}


@media only screen and (max-width:1300px) {
	body.checkout-cart-index .page-main h1.page-title {
		font-size: 24px;
		line-height: 32px;
	}

	.table-wrapper {
		border-top: 1px solid #ccc;
		overflow-x: auto;
		overflow-y: hidden;
		width: 100%;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		-webkit-overflow-scrolling: touch;
		position: relative;
	}
}


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

	body.checkout-cart-index .page-main .cart-container .form.form-cart,
	body.checkout-cart-index .page-main .cart-discount {
		width: 70%;
	}

	.page-main .cart-summary {
		width: 30%;
	}

}

@media(max-width:991px) {
header .header, header.page-header .header.content {
    padding: 0 15px !important;
}      
#search_mini_form button.action.search {
    padding: 10px 22px 10px 22px;
} 
#search_mini_form .actions {
    width: 115px;
}
#search_mini_form .field.search {
    width: calc(100% - 115px);
}
#search_mini_form input#search, #search_mini_form button.action.search {
    font-size: 14px;
    line-height: 14px;
    height: 36px;
}
#search_mini_form a.action.advanced {
    font-size: 12px;
    line-height: 20px;
    margin-top: 5px;
}    
}




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

	body.checkout-cart-index .page-main .cart-container .form.form-cart,
	body.checkout-cart-index .page-main .cart-discount {
		width: 60%;
	}

	.page-main .cart-summary {
		width: 40%;
	}

}

@media(max-width:768px) {
body .breadcrumbs {
        display: block;
        width: 100% !important;
        margin-left: auto !important;
                box-sizing: border-box;
    }    
.navigation {
    background: #fff;
}    
.navigation .submenu:not(:first-child)>li>a {
        padding-left: 0;
}
header .block-search {
    margin-top: 0;
}
.navigation .parent .level-top.ui-state-active:after {
    content: none !important;
}
.navigation .level0 {
    border-top: 0;
}
	body.checkout-cart-index .page-main .cart-container .form.form-cart,
	body.checkout-cart-index .page-main .cart-discount {
		width: 100%;
		max-width: 100%;
	}

	.page-main .cart-summary {
		width: 100%;
		max-width: 100%;
		margin-bottom: 30px;
	}

	body.checkout-cart-index .page-main .cart-discount {
		border: 0px;

		margin: 0px;
		padding-top: 15px;
	}

	body.checkout-cart-index .page-main .cart-discount .title {
		border-top: solid 1px rgba(204, 204, 204, 1);
		border-bottom: solid 1px rgba(204, 204, 204, 1);
		padding-top: 8px;
		padding-bottom: 8px;
		padding-left: 8px;
		padding-right: 8px;
	}

	body.checkout-cart-index .page-main .cart-discount .title::after {
		margin-top: 0px;
		top: 8px;
	}

	body.checkout-cart-index .page-main .cart-discount .content .fieldset.coupon .control {
		max-width: 100%;
		width: 100%;

	}

	body.checkout-cart-index .page-main .cart-discount .content .fieldset.coupon {
		display: flex;
		flex-direction: column;
		gap: 8px;
	}

	body.checkout-cart-index .page-main .cart-discount .content .fieldset.coupon .field {
		margin-bottom: 0px;
	}

	.cart.table-wrapper .col.price,
	.order-items.table-wrapper .col.price,
	.cart.table-wrapper .col.qty,
	.order-items.table-wrapper .col.qty,
	.cart.table-wrapper .col.subtotal,
	.order-items.table-wrapper .col.subtotal,
	.cart.table-wrapper .col.msrp,
	.order-items.table-wrapper .col.msrp {
		text-align: center;
	}

	body.checkout-cart-index .page-main {
		padding-top: 20px;
	}

	body.checkout-cart-index .page-main tr.item-info {
		display: flex;
		align-items: flex-start;
	}

	body.checkout-cart-index .page-main .cart.table-wrapper .item .col {
		padding: 11px 10px;
	}

	body.checkout-cart-index .page-main .cart.table-wrapper .item td.col.item {
		padding: 11px 10px;
		display: flex;
		align-items: flex-start;
		gap: 12px;
		min-width: 320px;
	}

	body.checkout-cart-index .page-main .cart.table-wrapper .product-item-photo {
		position: relative;
		width: 80px;
		max-width: 80px;
		top: auto;
		right: 0;
		left: 0;
	}

	.cart.table-wrapper .col.qty[data-th]:before,
	.cart.table-wrapper .col.price[data-th]:before,
	.cart.table-wrapper .col.subtotal[data-th]:before,
	.cart.table-wrapper .col.msrp[data-th]:before {
		display: none !important;
	}
}

@media only screen and (max-width:480px){
    .page-main .cart-summary ul.checkout.methods.items.checkout-methods-items button.action.primary.checkout , body.checkout-cart-index .page-main .cart-container .cart.main.actions button.action.update {
       width: 100%;
       max-width: 100%;
    }
}
body .page-header {
    margin-bottom: 0px;
    border: 0px ;
}




/* checkout css */
body.checkout-cart-index .page-main .cart-discount .content .fieldset.coupon .field , body.checkout-cart-index .page-main .cart-discount .content .fieldset.coupon .control {
	position: relative;
}
body.checkout-cart-index .page-main .cart-discount .content .fieldset.coupon .control div#coupon_code-error {
	position: absolute;
}
body.checkout-cart-index .page-main .cart-discount .content .fieldset.coupon {
	display: flex;
	flex-wrap: wrap;
	row-gap: 30px;
    align-items: center;
}

body.checkout-cart-index .page-main .cart-discount .content .fieldset.coupon .field {
	margin: 0px;
}

body.checkout-cart-index .page-main .cart-discount .content .fieldset.coupon .control {
	min-width: 100%;
}


.checkout-index-index .columns .column.main {
	padding-top: 40px;
	padding-bottom: 40px;
}

.checkout-index-index .columns .column.main ul.opc-progress-bar {
	margin: 0px;
	padding-bottom: 30px;
}

.checkout-index-index .columns .column.main ul.opc-progress-bar li.opc-progress-bar-item {
	width: 20%;
}

.checkout-index-index .columns .column.main .opc-progress-bar-item>span {
	font-size: 16px;
	line-height: 22px;
	color: #979797;
	font-weight: 500;
	font-family: 'Lato';

}

.checkout-index-index .columns .column.main .opc-progress-bar-item._active>span {
	color: rgba(0, 0, 0, 1);
}

.checkout-index-index .opc-progress-bar-item._active:before,
.checkout-index-index .opc-progress-bar-item._active>span:before {
	background-color: #22CE00 !important;
	border-color: #22CE00 !important;
}

.checkout-index-index .opc-progress-bar-item._active>span:after {
	border-color: #22CE00;
}

.checkout-index-index .opc-progress-bar-item>span:before,
.checkout-index-index .opc-progress-bar-item>span:after {
	background: #979797;
	border-color: #979797;
}

.checkout-index-index .opc-progress-bar-item>span:after {
	background: #fff;
}

.checkout-index-index .opc-progress-bar-item:before,
.checkout-index-index .opc-progress-bar-item:last-child:before {
	background: #979797;
	border-color: #979797;
}

.checkout-index-index .opc-progress-bar-item>span:after {
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(0, 0, 0, 1);
	font-size: 16px;
	line-height: 22px;
}

.checkout-index-index .opc-wrapper .step-title {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px rgba(204, 204, 204, 1);
	font-size: 20px;
	line-height: 26px;
	color: rgba(0, 0, 0, 1);
	font-weight: 600;
	display: block;
	font-family: 'Lato';
}

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

.checkout-index-index .opc-wrapper .form-login {
	margin: 0px;
	border-bottom: solid 1px rgba(204, 204, 204, 1);
	padding: 0px;
}

.checkout-index-index fieldset#customer-email-fieldset {
	margin: 0px;
}

.checkout-index-index .opc-wrapper label.label,
.checkout-index-index .opc-wrapper legend.label {
	margin-bottom: 6px;
	font-size: 14px;
	line-height: 18px;
	color: rgba(0, 0, 0, 1);
	font-weight: 500 !important;
	display: block;
	font-family: 'Lato';

}

.checkout-index-index .opc-wrapper .form-login .fieldset .note,
.checkout-index-index .opc-wrapper .form-shipping-address .fieldset .note,
.checkout-shipping-method .no-quotes-block {
	font-size: 14px;
	line-height: 18px;
	color: rgba(0, 0, 0, 1);
	font-weight: 400;
	display: block;
	font-family: 'Lato';
}

.checkout-index-index .field-tooltip .field-tooltip-action {
	position: relative;
	top: 7px;
}

.checkout-index-index .field-tooltip .field-tooltip-content {
	right: 2px;
	bottom: 22px;
	left: auto;
	top: auto;
	background-color: rgba(246, 246, 246, 1);
	border-color: rgba(0, 0, 0, 1);
	font-size: 16px;
	line-height: 22px;
	color: rgba(0, 0, 0, 1);
	font-weight: 400;
	width: 310px;
}

.checkout-index-index .field-tooltip .field-tooltip-content:before,
.checkout-index-index .field-tooltip .field-tooltip-content:after {
	border: 10px solid transparent;
	height: 0;
	width: 0;
	border-right-color: rgba(0, 0, 0, 1);
	left: auto;
	top: auto;
	content: '';
	display: block;
	position: absolute;
	z-index: 3;
	right: 0;
	bottom: -20px;
	rotate: 270deg;
}

.checkout-index-index .field-tooltip .field-tooltip-content:after {
	display: none;
}

.checkout-index-index .opc-wrapper .form-login .actions-toolbar {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}

.checkout-index-index .opc-wrapper .form-login .actions-toolbar::before,
.checkout-index-index .opc-wrapper .form-login .actions-toolbar::after {
	display: none;
}

.checkout-index-index .opc-wrapper .form-login .actions-toolbar button.action.login.primary {
	margin: 0px;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	text-decoration: none;
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #22CE00;
	border: solid 1px #22CE00;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	font-family: 'Manrope';
	text-transform: uppercase;
	border-radius: 0;
	box-shadow: none !important;

}

.checkout-index-index .opc-wrapper .form-login .actions-toolbar button.action.login.primary:hover {
	background-color: rgba(34, 34, 34, 1);
	color: rgba(255, 255, 255, 1);
	border: solid 1px rgba(34, 34, 34, 1);
}

.checkout-index-index .opc-wrapper .form-login .actions-toolbar a.action.remind {
	margin: 0px;
	color: rgba(0, 0, 0, 1);
	text-decoration: underline;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	font-family: 'Manrope';
}

.checkout-index-index .opc-wrapper .form-login .actions-toolbar a.action.remind:hover {
	color: #22CE00;
}

.checkout-index-index .opc-block-summary {
	margin: 0px;
	border-radius: 6px;
	background-color: rgba(246, 246, 246, 1);
	padding: 15px;
}

.checkout-index-index .opc-block-summary>.title {
	margin: 0px;
	font-size: 20px;
	line-height: 26px;
	color: rgba(0, 0, 0, 1);
	font-weight: 600;
	display: block;
	padding-bottom: 15px;
}

.checkout-index-index .minicart-items {
	display: block !important;
}

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

.checkout-index-index .opc-block-summary .items-in-cart .product {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.checkout-index-index .opc-block-summary .items-in-cart .product::before,
.checkout-index-index .opc-block-summary .items-in-cart .product::after {
	display: none;
}

.checkout-index-index .minicart-items .product-item-details,
.checkout-index-index .opc-block-summary .product-item .product-item-inner {
	padding: 0px;
	display: flex;
	flex-direction: column;
	gap: 6px;
	width: 100%;
	max-width: 100%;
	margin: 0px;
}

.checkout-index-index .minicart-items .product-item-details::before,
.checkout-index-index .minicart-items .product-item-details::after {
	display: none;
}

.checkout-index-index .minicart-items .product>.product-item-photo,
.checkout-index-index .minicart-items .product>.product-image-container {
	width: 100% !important;
	max-width: 75px !important;
}

.checkout-index-index .minicart-items .product>.product-image-container img {
	width: 100%;
	height: 100%;

}

.checkout-index-index .opc-block-summary .product-item .product-item-name-block {
	display: flex;
	flex-direction: column;
	gap: 6px;
	width: 100%;
	max-width: 100%;
}

.checkout-index-index .opc-block-summary .product-item .product-item-name-block strong.product-item-name {
	margin: 0px;
	font-size: 16px;
	line-height: 22px;
	color: rgba(34, 34, 34, 1);
	font-weight: 400;
	font-family: 'Lato';
}

.checkout-index-index .minicart-items .product-item-details .details-qty {
	margin: 0px;
	font-size: 16px;
	line-height: 22px;
	color: rgba(34, 34, 34, 1);
	font-weight: 400;
	font-family: 'Lato';
}

.checkout-index-index .minicart-items .product-item-details .price-including-tax,
.checkout-index-index .minicart-items .product-item-details .price-excluding-tax,
.checkout-index-index .minicart-items .product-item-details .price-including-tax span.price {
	margin: 0px;
	font-size: 16px;
	line-height: 22px;
	color: rgba(34, 34, 34, 1);
	font-weight: 400;
	font-family: 'Lato';
}

.checkout-index-index .minicart-items .product-item:not(:first-child) {
	border-top: 1px solid rgba(204, 204, 204, 1);
}

.checkout-index-index .opc-wrapper .form-login,
.checkout-index-index .opc-wrapper .form-shipping-address,
.checkout-index-index .opc-wrapper .methods-shipping {
	background-color: transparent !important;
}

.checkout-index-index .actions-toolbar>.primary,
.checkout-index-index .actions-toolbar>.secondary {
	margin: 0px;
}

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

	.checkout-index-index .opc-wrapper .step-title,
	.checkout-index-index .opc-block-summary>.title {
		font-size: 16px;
		line-height: 22px;
	}
}

@media only screen and (max-width:768px) {
	.checkout-index-index .opc-estimated-wrapper {
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 0px;
		margin-bottom: 30px;
		background-color: rgba(246, 246, 246, 1);
		border-top: solid 1px rgba(204, 204, 204, 1);
		border-bottom: solid 1px rgba(204, 204, 204, 1);
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 20px;
		flex-wrap: wrap;
	}

	.checkout-index-index .opc-estimated-wrapper::before,
	.checkout-index-index .opc-estimated-wrapper::after {
		display: none;
	}

	.checkout-index-index .opc-estimated-wrapper .estimated-block {
		display: flex;
		flex-direction: column;
		gap: 6px;
		font-size: 16px;
		line-height: 22px;
		color: rgba(34, 34, 34, 1);
		font-weight: 400;
		font-family: 'Lato';
	}

	.checkout-index-index .opc-estimated-wrapper .estimated-block .estimated-label {
		margin: 0px;
	}

	.checkout-index-index .minicart-wrapper {
		position: relative;
		margin: 0px;
		padding-right: 10px;
	}

	.checkout-index-index .minicart-wrapper button.action.showcart {
		position: relative;
		width: 20px;
		height: 20px;
	}

	.checkout-index-index .minicart-wrapper button.action.showcart::after {
		content: "";
		width: 22.5px;
		height: 20px;
		background-repeat: no-repeat !important;
		background-size: cover !important;
		display: inline-block;
		background: url(/pub/media/wysiwyg/checkout_cart.svg);
		top: 0;
		right: 0px;
		position: absolute;
	}

	.checkout-index-index .minicart-wrapper .action.showcart .counter.qty {
		top: -14px;
		right: auto !important;
		position: absolute;
		width: 20px;
		height: 20px;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		background: rgba(204, 204, 204, 1);
		left: 10px;
		font-size: 13px;
		line-height: 22px;
		color: rgba(34, 34, 34, 1);
		font-weight: 400;
		font-family: 'Lato';
		z-index: 1;
	}

	.checkout-index-index .minicart-wrapper .action.showcart .counter.qty span.counter-number {
		font-size: 13px;
		line-height: 13px;
		color: rgba(34, 34, 34, 1);
		font-weight: 400;
		font-family: 'Lato';
	}



	body._has-modal-custom .modal-custom-overlay {
		height: 100%;
	}

	.checkout-index-index .field-tooltip .field-tooltip-content {
		width: 250px;
	}

}



/* accoun dashboard css */
body.account .sidebar-guarantee-wrapper {
	display: none;
}

body.account .page-main {
	box-sizing: border-box;
}

body.account .page-main .columns {
	padding-bottom: 40px;
	padding-top: 30px;
}

body.account .page-main .block-collapsible-nav .content {
	border-radius: 6px;
	background: rgba(246, 246, 246, 1);
}

body.account .page-main .block-collapsible-nav .item.current a,
body.account .page-main .block-collapsible-nav .item.current>strong {
	border-color: #22CE00;
	color: rgba(0, 0, 0, 1);
	font-weight: 600;
}

body.account .page-main .block-collapsible-nav .item a,
body.account .page-main .block-collapsible-nav .item>strong {
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	color: #979797;
	font-family: 'Lato';
}

body.account .page-main .block-collapsible-nav .item a:hover {
	background-color: transparent;
	color: rgba(0, 0, 0, 1);
}

body.account .page-main .block-collapsible-nav .item .delimiter {
	border-top: solid 1px rgba(204, 204, 204, 1);
}

body.account .page-main h1.page-title {
	margin: 0px !important;
	font-size: 32px;
	line-height: 42px;
	color: rgba(0, 0, 0, 1);
	font-weight: 400;
	font-family: 'Montserrat';
	display: block;
	padding-bottom: 25px;
}

body.account .page-main .block .block-title {
	border-bottom: solid 1px rgba(204, 204, 204, 1);
	font-size: 24px;
	line-height: 30px;
	color: rgba(0, 0, 0, 1);
	font-weight: 400;
	font-family: 'Montserrat';
	display: block;
}

body.account .page-main .block .block-title strong {
	font-size: 24px;
	line-height: 30px;
	color: rgba(0, 0, 0, 1);
	font-weight: 400;
	font-family: 'Montserrat';
}

body.account .page-main .block .box strong.box-title {
	font-size: 16px;
	line-height: 22px;
	color: rgba(0, 0, 0, 1);
	font-weight: 600;
	font-family: 'Lato';
	display: block;
	margin: 0px !important;
	padding-bottom: 15px;
}

body.account .page-main .block .box .box-content {
	font-size: 16px;
	line-height: 22px;
	color: rgba(0, 0, 0, 1);
	font-weight: 400;
	font-family: 'Lato';
}

body.account .page-main .block .box .box-actions {
	margin: 0px !important;
	padding-top: 10px;

}

body.account .page-main .block .box .box-actions a {
	font-size: 16px;
	line-height: 22px;
	color: #22CE00;
	font-weight: 400;
	font-family: 'Lato';
}

body.account .page-main .block .box .box-actions a:hover {
	color: rgba(0, 0, 0, 1);
}

body.account .page-main .block .block-title a {
	font-size: 16px;
	line-height: 22px;
	color: #22CE00;
	font-weight: 400;
	font-family: 'Lato';
}

body.account .page-main .block .block-title a:hover {
	color: rgba(0, 0, 0, 1);
}

body.account .page-main .sidebar.sidebar-additional {
	display: none;
}

body.account .page-main .fieldset>.legend {
	border-bottom: solid 1px rgba(204, 204, 204, 1);
	font-size: 24px;
	line-height: 30px;
	color: rgba(0, 0, 0, 1);
	font-weight: 400;
	font-family: 'Montserrat';
	display: block;
}

body.account .page-main .fieldset>.legend span {
	font-size: 24px;
	line-height: 30px;
	color: rgba(0, 0, 0, 1);
	font-weight: 400;
	font-family: 'Montserrat';
}

body.account .page-main label.label {
	margin-bottom: 6px;
	font-size: 14px;
	line-height: 18px;
	color: rgba(0, 0, 0, 1);
	font-weight: 500 !important;
	display: block;
	font-family: 'Lato';
}

body.account .page-main input,
body.account .page-main select {
	width: 100% !important;
	max-width: 100% !important;
	font-size: 16px !important;
	line-height: 22px !important;
	color: rgba(0, 0, 0, 1) !important;
	font-weight: 400 !important;
	border: solid 1px rgba(204, 204, 204, 1) !important;
	height: 40px !important;
	font-family: 'Lato' !important;
}

body.account .page-main .column.main {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}

body.account .page-main form button.action.save.primary {
	margin: 0px;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	text-decoration: none;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(34, 34, 34, 1);
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	font-family: 'Manrope';
	text-transform: uppercase;
	border: solid 1px rgba(34, 34, 34, 1);
	border-radius: 0;
	box-shadow: none !important;
}

body.account .page-main form button.action.save.primary:hover {
	background-color: #22CE00;
	color: #fff;
	border-color: #22CE00;
}

body.account .page-main .field.choice input {
	margin: 0px;
	width: 20px !important;
	height: 20px !important;
	top: 0px !important;
	position: relative;

}

body.account .page-main .field.choice {
	display: flex;
	align-items: center;
	gap: 12px;
}

body.account .page-main .field.choice label.label {
	margin: 0px;
	font-size: 16px;
	line-height: 20px;
}

body.account .page-main .field-tooltip .field-tooltip-content {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
	font-family: 'Lato';
}

body.account .page-main .field.choice .field-tooltip {
	margin: 0px !important;
	top: 0px !important;
}

.password-strength-meter {
	font-size: 14px;
	line-height: 32px;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
	font-family: 'Lato';
}

body.account .page-main input[type="checkbox"] {
	accent-color: rgba(0, 0, 0, 1) !important;
}
#search_mini_form button.action.search:hover {
    background-color: #222;
    border: 1px solid #222;
}

@media only screen and (max-width:1300px) {
	body.account .page-main h1.page-title {
		font-size: 24px !important;
		line-height: 32px !important;
	}

	body.account .page-main .fieldset>.legend span,
	body.account .page-main .block .block-title strong {
		font-size: 20px !important;
		line-height: 26px !important;
	}

}

@media only screen and (max-width:1150px) {
	body.account .page-main .column.main {
		width: 70%;
	}

	body.account .page-main .sidebar.sidebar-main {
		width: 30%;
	}
}

@media only screen and (max-width:991px) {
	body.account .page-main h1.page-title {
		font-size: 22px !important;
		line-height: 30px !important;
	}

	body.account .page-main .fieldset>.legend span,
	body.account .page-main .block .block-title strong {
		font-size: 18px !important;
		line-height: 24px !important;
	}
body.checkout-cart-index .page-main .cart-discount .content .fieldset.coupon {
    align-items: flex-start;
}
body.checkout-cart-index .page-main .cart-discount .content .fieldset.coupon .field , body.checkout-cart-index .page-main .cart-discount .block.discount {
    width: 100%;
    max-width: 100%;
}
}

@media only screen and (max-width:768px) {
	body.account .page-main .block-collapsible-nav {
		position: relative;
		top: auto !important;
		left: auto !important;
		margin: 0px !important;

	}

	body.account .page-main .columns::after {
		display: none;
	}

	body.account .page-main .columns {
		padding-top: 0px;
		flex-direction: column-reverse;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		row-gap: 30px;
	}

	body.account .page-main .column.main,
	body.account .page-main .sidebar.sidebar-main {
		max-width: 100%;
		width: 100%;
	}

	body.account .page-main .block-collapsible-nav .title.block-collapsible-nav-title {
		border-color: rgba(204, 204, 204, 1);
	}

	body.account .page-main .block-collapsible-nav .title.block-collapsible-nav-title strong {
		font-size: 16px;
		line-height: 22px;
		font-weight: 600;
		color: rgba(0, 0, 0, 1);
		font-family: 'Lato';
	}

	body.account .page-main .block-collapsible-nav .title.block-collapsible-nav-title::after {
		margin: 0px !important;
		font-size: 16px;
		line-height: 22px;
		font-weight: 600;
		color: rgba(0, 0, 0, 1);
	}

	body.account .page-main .block-collapsible-nav .content {
		margin-top: 15px;
		border-bottom: 0px;
	}
}


/*minicart start*/
.minicart-wrapper a span {
    font-size: 13px;
    color: #000;
    display: flex;
    align-items: center;
    align-content: center;

}
.minicart-wrapper a {
    text-decoration: none !important;
    color: #000 !important;
}
.minicart-wrapper a span em {
    font-style: normal;
    line-height: 18.56px;
}
.minicart-wrapper a span  {
    position: relative;
}
.minicart-wrapper span.counter.qty span.counter-label {
    display: none;
}
.edit_cart_btn {
    margin-top: 15px;
}
.minicart-wrapper span.counter.qty {
    top: 0px;
    width: 15px;
    font-size: 10px;
    left: 19px;
    height: 15px;
    line-height: 15px;
    font-weight: normal;
    /* z-index: 5; */
    background: #fff;
    color: #000;
    right: auto !important;
    margin: 0;
    border-radius: 50%;
    min-width: 15px;
    justify-content: center;
    position: absolute;
}
.minicart-wrapper span.counter.qty span {
    padding: 0;
    text-align: center;
    font-size: 10px;
}
.minicart-wrapper span.counter-number::after {
    content: none !important;
}
.minicart-wrapper span.counter.qty {
    padding: 0;
}
.minicart-wrapper a{
    position: relative;
}
.minicart-wrapper .block.block-minicart {
    max-width: 508px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10000 !important;
    height: 100vh;
    padding: 0;
    min-width: 1px;
    transform: none;
    left: auto !important;
    width: 100% !important;
    padding: 25px;
    display: block !important;
    opacity: 0; 
    visibility: hidden; 
    -webkit-transform: translateX(100%); 
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); 
    -webkit-transition: all 300ms; 
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
     transition: all 300ms;
    background-color: #fff;
    box-shadow: 0px 2px 38px 0px rgba(133, 133, 133, 0.25);
    text-shadow: 0px 2px 38px rgba(133, 133, 133, 0.25);
    border: none;
}
.minicart-wrapper.active .block.block-minicart {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
#btn-minicart-close {
    position: absolute;
    top: 10px;
    width: 32px;
    height: 32px;
    background-color: transparent;
    border: 0;
    padding: 0;
    left: 10px;
    cursor: pointer;
}
#btn-minicart-close:before, #btn-minicart-close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 24px;
  width: 2px;
  background-color: #333;
  top:0;
}
#btn-minicart-close:before {
  transform: rotate(45deg);
}
#btn-minicart-close:after {
  transform: rotate(-45deg);
}
#btn-minicart-close span {
    display: none;
}
.block-minicart .block-content>.minicart-items-wrapper {
    order: 1;
    border: 0;
    width: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    max-width: none !important;
    height: calc(100vh - 250px) !important;
    overflow-y: auto;
    scrollbar-width: thin;
}
.minicart-wrapper .subtitle {
    display: none;
}
.minicart-items li.item.product.product-item {
    min-height: 85px;
    box-sizing: border-box;
    overflow: hidden;
    border: 0;
    padding: 20px 0;
    border-bottom: 1px dashed #000;
}
.minicart-items li.item.product.product-item:last-child {
    border-bottom: 0;
}
.minicart-items li.item.product.product-item .product {
    display: flex;
}
.minicart-wrapper .product-item-photo {
    margin-right: 25px;
        max-width: 38px;
}
.minicart-wrapper span.product-image-wrapper img {
    max-width: 38px;
    overflow: hidden;
}
.minicart-wrapper span.product-image-container:after,
.minicart-wrapper span.product-image-wrapper:after {
    content: none !important;
}
.minicart-wrapper .product-name-action strong a {
    font-size: 14px;
    font-family: 'Gotham';
    color: #000;
    max-width: 150px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 3px;
    display: block;
    line-height: 20px;
}
.minicart-items .product.actions .primary a.action.edit {
    display: none;
}
.product-item-details a.action.delete:before {
    content: '';
    background-image: url(/pub/media/wysiwyg/delete-icn.png);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
}
.product-item-details a.action.delete span{
    display: none;
}
#minicart-content-wrapper .details-qty.qty span.minus img, #minicart-content-wrapper .details-qty.qty span.plus img {
    opacity: 0;
}
#minicart-content-wrapper .details-qty.qty span.minus {
    border-radius: 3px 0 0 3px;
    border-right: 0;
    background-image: url(/pub/media/wysiwyg/down-arrow.svg);
}
#minicart-content-wrapper .details-qty.qty span.plus {
    border-radius: 0px 3px 3px 0px;
    border-right: 0;
    background-image: url(/pub/media/wysiwyg/up-arrow.svg);
}
#minicart-content-wrapper .details-qty.qty span.minus, #minicart-content-wrapper .details-qty.qty span.plus {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    box-shadow: none;
    padding: 6px 10px 5px;
    height: 25px;
    background-color: #132246;
    border: 0;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    width: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 11px;
}
#minicart-content-wrapper .details-qty.qty .qty-box input {
    border-radius: 0;
    border-right: none;
    border-left: none;
    display: inline-block;
    margin: 0;
    vertical-align: top;
    box-shadow: none;
    width: 39px;
    height: 25px;
    padding: 0 5px;
    text-align: center;
    background-color: transparent;
    border: 0;
    background: #fff;
    font-size: 12px;
    font-weight: 500;
}
.minicart-items li.item.product.product-item .product-item-details {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.minicart-items li.item.product.product-item .product-item-details .product-item-name {
    margin-right: 30px;
    font-weight: bold;
}
.minicart-wrapper.active .block.block-minicart {
    margin: 0;
}
body .minicart-wrapper .product .actions {
    float: none;
    margin: 0;
}
.minicart-items .product-item-name a {
    font-size: 16px;
    line-height: 16px;
}
.minicart-items .product.actions {
    position: absolute;
    right: 0;
    height: 20px;
    left: auto;
    width: 20px;
    top: 0;
}
#minicart-content-wrapper .price-container {
    margin: 10px 0 10px 0;
    display: block;
    font-size: 15px;
    line-height: 20px;
}
#minicart-content-wrapper .subtotal {
    order: 2;
    display: flex;
    margin: 0 10px;
    text-align: right;
    align-items: center;
    align-content: center;
    vertical-align: middle;
    justify-content: space-between;
}
#minicart-content-wrapper .block-content {
    display: flex;
    flex-direction: column;
}
.minicart-wrapper.active div#minicart-content-wrapper .actions.button-control a.action.viewcart, 
.minicart-wrapper.active div#minicart-content-wrapper button.action.primary.checkout {
    border: 1px solid #22ce00;
    cursor: pointer;
    padding: 0;
    letter-spacing: normal;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    transition: all 0.5s ease;
    margin-top: 0px;
    height: 45px;
    font-weight: normal;
    font-size: 14px;
    width: 100%;
    display: flex;
    align-items: center;
    border-radius: 5px;
    justify-content: center;
    background-color: #22ce00;
    font-weight: 600;
    font-family: 'Lato';
}
.minicart-wrapper .product .actions>.primary:not(:last-child), .minicart-wrapper .product .actions>.secondary:not(:last-child) {
    margin-right: 0 !important;
}
.minicart-wrapper.active div#minicart-content-wrapper .actions.button-control a.action.viewcart span {
    padding: 0;
    color: #fff;
    font-weight: 600;
}
div#minicart-content-wrapper .actions.button-control {
    order: 3;
    -webkit-order: 3;
    margin-top: 0px !important;
}
.minicart-wrapper .minicart-widgets {
    margin-top: 0px !important;
}
#minicart-content-wrapper .details-qty.qty label.label {
    display: none;
}
#minicart-content-wrapper .subtotal {
    order: 2;
    display: flex;
    padding: 10px 10px;
    text-align: right;
    align-items: center;
    align-content: center;
    vertical-align: middle;
    justify-content: space-between;
    font-size: 15px;
    line-height: 35px;
    border-bottom: 1px solid #dfdfdf;
    margin: 0 0 20px;
    border-top: 1px solid #dfdfdf;
}
#minicart-content-wrapper button.action.primary.checkout {
    margin-top: 20px !important;
}
#minicart-content-wrapper .block-title, #minicart-content-wrapper .items-total {
    display: none;
}
#minicart-content-wrapper {
    margin-top: 15px;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 15px;

}
.minicart-wrapper .product .actions {
        float: none !important;
        margin: 0 !important;
}
#popup-notlogin a.action.login.primary:hover, div#minicart-content-wrapper .actions.button-control a.action.secondary.viewcart:hover, div#minicart-content-wrapper button.action.primary.checkout:hover {
    background: transparent;
    color: #22ce00;
}
div#minicart-content-wrapper .actions.button-control a.action.secondary.viewcart:hover span {
    color: #22ce00;
}
.minicart-items li.item.product.product-item .product-item-details .update-cart-item {
    border: 1px solid #22ce00;
    background-color: #22ce00;
    width: 25px;
    height: 25px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
}
.minicart-items-wrapper .update-cart-item::before {
    content: '';
    background-image: url(/pub/media/wysiwyg/refresh_icon_white.png);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    display: flex;
    position: absolute;
    top: 3px;
    left: 3px;
    right: 0;
    bottom: 0;
    justify-content: center;
}
.minicart-items-wrapper .update-cart-item {
    border: 1px solid #22ce00;
    background-color: #22ce00;
    width: 25px;
    height: 25px;
    border-radius: 4px;
    text-align: center;
    position: relative;
}
.minicart-items-wrapper .update-cart-item span {
    display: none;
}
.minicart-items-wrapper .details-qty.qty {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.minicart-wrapper .subtitle.empty {
    display: flex;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    min-height: 200px;
    align-items: center;
    align-content: center;
    vertical-align: middle;
    justify-content: center;
}
.minicart-wrapper.active div#minicart-content-wrapper .actions.button-control a.action.viewcart:hover span {
    color: #22ce00;
}
.minicart-wrapper.active div#minicart-content-wrapper .actions.button-control a.action.viewcart:hover, .minicart-wrapper.active div#minicart-content-wrapper button.action.primary.checkout:hover {
    background-color: #222;
    color: #fff;
    border-color: #222;
}
#mini-cart {
    padding: 0;
    margin: 0;
}
.minicart-items-wrapper .details-qty.qty input {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    box-shadow: none;
    width: 39px;
    height: 25px;
    padding: 0 5px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #d5d5d5;
    background: #fff;
    font-size: 12px;
    font-weight: 500;
}
#minicart-content-wrapper a.action.viewcart {
    border: 1px solid #222;
    cursor: pointer;
    padding: 0;
    letter-spacing: normal;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    transition: all 0.5s ease;
    margin-top: 0px;
    height: 45px;
    font-weight: normal;
    font-size: 14px;
    width: 100%;
    display: flex;
    align-items: center;
    border-radius: 5px;
    justify-content: center;
    background-color: #222;
}
#minicart-content-wrapper a.action.viewcart span {
    color: #fff;
}


@media(max-width:767px){
div#minicart-content-wrapper .actions.button-control .secondary {
    width: 100% !important;
}
.minicart-wrapper em, a.login_head span {
    display: none;
}
.minicart-wrapper a span {
    display: block;
    /* padding: 0; */
}
.minicart-wrapper {
    order: 3;
    -webkit-order: 3;
}
.minicart-wrapper a span {
    padding: 0;
}
.minicart-wrapper a span.text:after{
    content: none;
}
}

@media(max-width:576px){
.minicart-wrapper .block.block-minicart {
    max-width: 100%;
}
#btn-minicart-close {
    right: 5px;
    left: auto;
}
#minicart-content-wrapper {
    margin-top: 0;
}
.minicart-wrapper .block.block-minicart {
    padding: 10px;
}
}
/*minicart end*/



/* serach bar css */
.catalogsearch-advanced-index .page-main {
	padding-top: 40px;
	padding-bottom: 40px;
}
.catalogsearch-advanced-index .page-main h1.page-title {
	font-size: 32px !important;
	line-height: 42px !important;
	color: rgba(0, 0, 0, 1);
	font-weight: 400;
	font-family: 'Montserrat';
	display: block;
	margin: 0px;
}

.catalogsearch-advanced-index .page-main form.form.search.advanced {
	padding-top: 25px;
}
.catalogsearch-advanced-index .page-main form.form.search.advanced  input , .catalogsearch-advanced-index .page-main form.form.search.advanced select {
	width: 100% !important;
	max-width: 100% !important;
	font-size: 16px !important;
	line-height: 22px !important;
	color: rgba(0, 0, 0, 1) !important;
	font-weight: 400 !important;
	border: solid 1px rgba(204, 204, 204, 1) !important;
	height: 40px !important;
	font-family: 'Lato' !important;
}
.catalogsearch-advanced-index .page-main form.form.search.advanced  input::placeholder , .catalogsearch-advanced-index .page-main form.form.search.advanced select::placeholder {
	font-size: 16px !important;
	line-height: 22px !important;
	color: rgba(0, 0, 0, 1) !important;
	font-weight: 400 !important;
	font-family: 'Lato' !important;
}
.catalogsearch-advanced-index .page-main form.form.search.advanced label.label  {
	margin-bottom: 6px;
	font-size: 14px;
	line-height: 18px;
	color: rgba(0, 0, 0, 1);
	font-weight: 500 !important;
	display: block;
	font-family: 'Lato';
}
.form.search.advanced .group.price .addon .addafter {
	font-size: 14px;
	line-height: 18px;
	color: rgba(0, 0, 0, 1);
	font-weight: 500 !important;
	display: block;
	font-family: 'Lato';
}
.catalogsearch-advanced-index .page-main form.form.search.advanced button.action.search.primary {
	margin: 0px;
	padding: 10px 47px 10px 47px;
    background-color: #22CE00;
    color: #fff;
    border: 1px solid #22CE00;
    font-family: 'Manrope';
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0.12em;
    text-align: center;
    height: 50px;
    cursor: pointer;
	text-transform: uppercase;
}
.catalogsearch-advanced-index .page-main form.form.search.advanced legend.legend {
	display: none;
}
@media only screen and (max-width:1300px){
	.catalogsearch-advanced-index .page-main h1.page-title {
		font-size: 24px !important;
		line-height: 32px !important;
	}
}
@media only screen and (max-width:991px){
	.catalogsearch-advanced-index .page-main h1.page-title {
		font-size: 22px !important;
		line-height: 30px !important;
	}
}

/* cart popup delet  */
body aside.modal-popup.confirm._show {
    z-index: 99999 !important;
}
body .modal-popup.confirm .modal-inner-wrap {
	max-width: 500px;
	width: 500px;
	padding: 15px;
	background-color: rgba(246, 246, 246, 1);
	border-radius: 6px;
	border: 0px;
	box-shadow: 0 0 20px 2px rgba(0, 0, 0, -0.5);
}
body .modal-popup.confirm  header.modal-header {
	padding: 0px;
	background-color: rgba(246, 246, 246, 1);
	display: flex;
	justify-content: end;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
}
body .modal-popup.confirm  .modal-header, body .modal-popup.confirm .modal-content, body .modal-popup.confirm .modal-footer {
	padding-left: 0px;
	padding-right: 0px;
}
body .modal-popup.confirm .modal-content  {
	font-family: 'Lato';
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    display: block;
    color: #000000;
}
body .modal-popup.confirm .modal-footer {
	padding-top: 15px;
	display: flex;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
	padding-bottom: 0px;
}
body .modal-popup.confirm .modal-footer button:focus {
	outline: none !important;
	box-shadow: none !important;
}
body .modal-popup.confirm .modal-footer button.action-secondary {
	color: rgba(255, 255, 255, 1);
    text-align: center;
    text-decoration: none;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(34, 34, 34, 1);
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Manrope';
	border: 0px;
	border-radius: 0px;
}
body .modal-popup.confirm .modal-footer button.action-secondary:hover {
	background-color: #fff;
	color: #000000;
	border: 0px;
}
body .modal-popup.confirm .modal-footer button.action-primary {
	color: rgba(255, 255, 255, 1);
    text-align: center;
    text-decoration: none;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #22ce00;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Manrope';
	border: 0px;
	border-radius: 0px;
}
body .modal-popup.confirm .modal-footer button.action-primary:hover {
	color: rgba(255, 255, 255, 1);
	background-color: rgba(34, 34, 34, 1);
}
body  .modal-custom .action-close:before,  body  .modal-popup .action-close:before, body  .modal-slide .action-close:before {
	display: none !important;
}
body  .modal-popup .action-close {
	width: 20px;
	height: 20px;
	padding: 0px;
	position: relative;
}
body  .modal-popup .action-close::after {
	content: "";
	filter: brightness(0);
	background-image: url(/pub/media/wysiwyg/close-white.svg);
        width: 15px;
        height: 20px;
        background-size: cover;
        background-repeat: no-repeat;
        content: "";
        display: inline-block;
}
.popup-authentication header.modal-header {
    background-color: transparent;
    padding: 0;
}
.popup-authentication .action-close {
    float: right;
}
.popup-authentication .block-authentication {
    padding-top: 20px;
}
.popup-authentication .block-customer-login input[type="email"], 
.popup-authentication .block-customer-login input[type="password"] {
    height: 46px;
}
.popup-authentication a.action.action-register.primary {
    min-width: 219px;
    height: 46px;
    display: flex;
    align-items: center;
    align-content: center;
    vertical-align: middle;
    color: #fff;
    border: 1px solid #22CE00;
    background-color: #22CE00;
    font-family: Manrope;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0.12em;
    justify-content: center;
    text-decoration: none;
    border-radius: 0;
    text-transform: uppercase;
    padding: 0px 20px;
}
.popup-authentication a.action.action-register.primary:hover {
    transition: .2s;
    background-color: #222;
    border: 1px solid #222;
}
.popup-authentication button#send2 {
    height: 46px;
    display: flex;
    align-items: center;
    align-content: center;
    vertical-align: middle;
    color: #fff;
    border: 1px solid #222;
    background-color: #222;
    font-family: Manrope;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0.12em;
    justify-content: center;
    text-decoration: none;
    border-radius: 0;
    text-transform: uppercase;
    padding: 0px 20px;
}
.popup-authentication button#send2:hover {
    transition: .2s;
    background-color: #22CE00;
    border: 1px solid #22CE00;
}
.popup-authentication .block-authentication .actions-toolbar>.secondary a {
    font-size: 16px;
    color: #222;
    text-decoration: none;
    line-height: 26px;
}
.popup-authentication .block-authentication .fieldset>.field>.label {
    font-weight: 600;
}
.popup-authentication .block-authentication .block-title strong {
    font-size: 20px;
}
.popup-authentication .block-authentication .block[class] ul {
    list-style: disc;
    margin-left: 10px;
}




@media only screen and (max-width:640px){
	body .modal-popup.confirm .modal-inner-wrap {
		max-width: 90%;
		width: 100%;
	}
}




.minicart-items li.item.product.product-item .product-item-details .product-item-name {
	margin-right: 0px !important;
	font-weight: bold;
    margin-bottom: 10px;
}
.minicart-items .product-item-name a , .minicart-items .product-item-name {
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	color: #000;
}
.minicart-items .product-item-details .price-including-tax, .minicart-items .product-item-details .price-excluding-tax {
    margin: 0px;
}
.minicart-items .product-item-details span.minicart-price span.price , #minicart-content-wrapper .price-container , .price-including-tax, .price-excluding-tax{
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	color: #000;
}
.minicart-items-wrapper .details-qty.qty input {
	display: inline-block;
	margin: 0;
	vertical-align: top;
	box-shadow: none;
	width: 39px;
	height: 25px;
	padding: 0 5px;
	text-align: center;
	background-color: transparent;
	border: 1px solid #d5d5d5;
	background: #fff;
	font-size: 12px;
	font-weight: 500;
	line-height: 14px;
	box-sizing: border-box;
	font-family: 'Lato' !important;

}
.minicart-items-wrapper .details-qty.qty input::placeholder {
	font-family: 'Lato' !important;
	font-size: 12px;
	font-weight: 500;
	line-height: 14px;
}
.block-minicart .subtotal .label:after  {
	content: ': ';
}
#minicart-content-wrapper .subtotal  .amount.price-container span.price {
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	color: #000;
}
.minicart-items li.item.product.product-item .product-item-details {
	padding-right: 50px;
}
@media only screen and (max-width:576px){
	#minicart-content-wrapper .block-content {
		padding-top: 20px;
	}
}

@media (max-width: 1023px) {
    .nav-open .nav-toggle:before {
        content: '' !important;
        background-image: url(/pub/media/wysiwyg/close-white.svg);
        width: 30px;
        height: 30px;
        display: inline-block;
        z-index: 10000;
        position: relative;
        background-repeat: no-repeat;
        background-size: contain;
    }
}
.page-main .cart-summary .cart-totals .table-wrapper {
    border-top: 0px !important;
}


.opc-wrapper div#checkout-step-shipping_method , .opc-wrapper  div#checkout-step-payment  {
    margin: 0px;
}
.opc-wrapper form.form.methods-shipping table.table-checkout-shipping-method {
    width: 100%;
    max-width: 100%;
}
.opc-wrapper form.form.methods-shipping {
    margin: 0px !important;
    padding: 0px !important;
    background-color: transparent !important;
}
.opc-wrapper form.form.methods-shipping table.table-checkout-shipping-method tr.row td , .opc-wrapper form.form.methods-shipping table.table-checkout-shipping-method tr.row td span {
    padding: 0px;
    width: auto;
    font-size: 16px;
    line-height: 16px;
    color: rgba(0, 0, 0, 1);
    font-weight: 400 ;
    display: flex;
    font-family: 'Lato';
}
.opc-wrapper form.form.methods-shipping table.table-checkout-shipping-method tr.row td.col-price span {
    font-weight: 600;
}
.opc-wrapper form.form.methods-shipping table.table-checkout-shipping-method tr.row  {
    display: flex;
    border: 1px solid rgba(204, 204, 204, 1);
    align-items: center;
    gap: 12px;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 12px;
}
.opc-wrapper form.form.methods-shipping table.table-checkout-shipping-method thead {
    display: none;
}
.table-checkout-shipping-method tbody td input[type='radio'] , .opc-wrapper  div#checkout-step-payment .payment-method   .payment-method-title.field.choice input[type="radio"] {
    margin: 0px;
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
}
.table-checkout-shipping-method tbody td input[type='radio']  , .opc-wrapper  div#checkout-step-payment .payment-method   .payment-method-title.field.choice input[type="radio"]{
    accent-color: #000;
}
.checkout-container {
    margin: 0px !important;
}
.opc-wrapper form.form.methods-shipping button.button.action.continue.primary {
    margin: 0px !important;
    font-size: 18px;
    line-height: 22px;
    height: 40px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(34, 34, 34, 1);
    font-weight: 600;
    font-family: 'Manrope';
    padding: 0px;
    border-radius: 0px;
    border: 0px;
    padding-left: 18px;
    padding-right: 18px;

}
.opc-wrapper form.form.methods-shipping button.button.action.continue.primary:hover {
    background-color: #22CE00;

}
.opc-wrapper {
    margin: 0px !important;
}

.opc-wrapper  div#checkout-step-payment hr  {
    display: none;
}
.checkout-index-index .modal-custom .action-close::after {
    content: "";
    filter: brightness(0);
    background-image: url(/pub/media/wysiwyg/close-white.svg);
    width: 15px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
}
.opc-wrapper  div#checkout-step-payment .payment-method   .payment-method-title.field.choice {
    display: flex;
    align-items:center;
    gap: 16px;
    flex-wrap: wrap;
    padding: 12px;
    border: 1px solid rgba(204, 204, 204, 1);
    margin-bottom: 16px;
}

.opc-wrapper  div#checkout-step-payment .payment-method   .payment-method-title.field.choice label.label {
    margin: 0px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.opc-wrapper  div#checkout-step-payment .payment-method   .payment-method-title.field.choice label.label img {
    margin: 0px;
}
.opc-wrapper  div#checkout-step-payment .payment-method   .payment-method-title.field.choice   {
    font-size: 16px;
    line-height: 16px;
    color: rgba(0, 0, 0, 1);
    font-weight: 400 ;
    font-family: 'Lato';
    
}
.opc-wrapper  div#checkout-step-payment  .payment-method-content {
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 16px;
  color: rgba(0, 0, 0, 1);
  font-weight: 400 ;
  font-family: 'Lato';

}
.opc-wrapper  div#checkout-step-payment  .payment-method-content a {
    font-size: 16px;
    line-height: 16px;
    color: rgba(0, 0, 0, 1);
    font-weight: 400 ;
    font-family: 'Lato';
    text-decoration: underline;
}
.opc-wrapper  div#checkout-step-payment  .payment-method-content a:hover {
    color: #22CE00;
}
.checkout-index-index .billing-address-same-as-shipping-block.field.choice {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0px;
    padding-bottom: 16px;

}
.checkout-index-index .billing-address-same-as-shipping-block.field.choice  label {
    margin: 0px;
    font-size: 16px;
    line-height: 16px;
    color: rgba(0, 0, 0, 1);
    font-weight: 400 ;
    font-family: 'Lato';
}
.checkout-index-index .billing-address-same-as-shipping-block.field.choice input {
    width: 16px !important;
    height: 16px !important;
    margin: 0px;
    min-width: 16px !important;
}


.checkout-index-index .checkout-payment-method .checkout-billing-address .billing-address-details {
    padding-left: 0;
    font-size: 16px;
    line-height: 30px;
    color: rgba(0, 0, 0, 1);
    font-weight: 400 ;
    font-family: 'Lato';

}
.checkout-index-index .billing-address-same-as-shipping-block.field.choice input {
    accent-color: #000;
}
.checkout-index-index .checkout-payment-method .field-select-billing, .checkout-payment-method .billing-address-form {
    max-width: 100%;
    width: 100%;
} 
.checkout-index-index .checkout-payment-method .checkout-billing-address .primary .action-update  {
    margin: 0px !important;
    font-size: 18px;
    line-height: 22px;
    height: 40px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(34, 34, 34, 1);
    font-weight: 600;
    font-family: 'Manrope';
    padding: 0px;
    border-radius: 0px;
    border: 0px;
    padding-left: 18px;
    padding-right: 18px;
}
.checkout-index-index .checkout-payment-method .checkout-billing-address .primary .action-update:hover {
    background-color: #22CE00;
}
.checkout-index-index .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 0px !important;
    font-size: 18px;
    line-height: 22px;
    height: 40px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
   
    background-color: #22CE00;
    font-weight: 600;
    font-family: 'Manrope';
    padding: 0px;
    border-radius: 0px;
    border: 0px;
    padding-left: 18px;
    padding-right: 18px; 
}
.checkout-index-index .checkout-billing-address .actions-toolbar .action-cancel:hover {
    background-color: rgba(34, 34, 34, 1);
}
.checkout-index-index .opc-wrapper div#checkout-step-payment .payment-method-content .actions-toolbar .primary {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.checkout-index-index .opc-wrapper div#checkout-step-payment .payment-method-content .actions-toolbar button.action.primary.checkout {
    margin: 0px !important;
    font-size: 18px;
    line-height: 22px;
    height: 40px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(34, 34, 34, 1);
    font-weight: 600;
    font-family: 'Manrope';
    padding: 0px;
    border-radius: 0px;
    border: 0px;
    padding-left: 18px;
    padding-right: 18px;
}
.checkout-index-index .opc-wrapper div#checkout-step-payment .payment-method-content .actions-toolbar button.action.primary.checkout:hover {
    background-color: #22CE00;
}

.checkout-index-index .payment-option._collapsible.opc-payment-additional.discount-code .payment-option-title.field.choice   {
padding-left: 0px;
padding-right: 0px;
border-top:solid 1px rgba(204, 204, 204, 1);


}
.checkout-index-index .payment-option._collapsible.opc-payment-additional.discount-code .payment-option-title.field.choice .action-toggle  {
    font-size: 16px;
    line-height: 30px;
    color: rgba(0, 0, 0, 1) !important;
    font-weight: 600 ;
    font-family: 'Lato';
}
.checkout-index-index .checkout-payment-method .payment-option._collapsible .payment-option-content {
  padding: 0px;
}
.checkout-index-index .checkout-payment-method .payment-option._collapsible .payment-option-content input {

    font-size: 16px !important;
    line-height: 22px !important;
    color: rgba(0, 0, 0, 1) !important;
    font-weight: 400 !important;
    border: solid 1px rgba(204, 204, 204, 1) !important;
    height: 40px !important;
    font-family: 'Lato' !important;
}
.checkout-index-index .checkout-payment-method .payment-option._collapsible .payment-option-content  button.action.action-apply {
    color: rgba(255, 255, 255, 1);
    text-align: center;
    text-decoration: none;
    padding-left: 12px;
    padding-right: 12px;

    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(34, 34, 34, 1);
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Manrope';
    border: solid 1px rgba(34, 34, 34, 1);
    border-radius: 0;
    box-shadow: none !important;
}
.checkout-index-index .checkout-payment-method .payment-option._collapsible .payment-option-content  button.action.action-apply:hover {
    background-color: #22CE00;
    color: #fff;
    border-color: #22CE00;
    box-shadow: none !important;
}
.checkout-payment-method .payment-option  , .checkout-payment-method .payment-methods{
    margin: 0px !important;
}
.checkout-index-index .opc-wrapper div#checkout-step-payment .payment-method-content .actions-toolbar {
    padding-top: 12px;
}
.checkout-index-index .opc-wrapper div#checkout-step-payment .payment-method._active .payment-method-title.field.choice  {
    border-color: #000;
}
.checkout-index-index aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .opc-block-shipping-information {
    display: none;
}
.checkout-index-index aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .opc-block-shipping-information  table.data.table.table-totals {
    border: 0px;
}
.checkout-index-index aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide   table.data.table.table-totals  tr th , .checkout-index-index aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide   table.data.table.table-totals  tr  td  {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
    line-height: 16px;
    color: rgba(0, 0, 0, 1) ;
    font-weight: 400 ;
    font-family: 'Lato';

}
.checkout-index-index aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide   table.data.table.table-totals  tr  td {
padding-left: 6px;
padding-right: 0px;
}
.checkout-index-index aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide   table.data.table.table-totals  tr th span.value {
    font-size: 14px;
    line-height: 16px;
    padding-top: 5px;
}
.checkout-index-index aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide   table.data.table.table-totals  tr.totals-tax td , .checkout-index-index aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide   table.data.table.table-totals  tr.totals-tax th {
    padding-bottom:15px ;
}
.checkout-index-index aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide   table.data.table.table-totals tr.grand.totals th  , .checkout-index-index aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide   table.data.table.table-totals tr.grand.totals td {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top:  solid 1px rgba(204, 204, 204, 1);
    border-bottom :solid 1px rgba(204, 204, 204, 1);
    font-size: 16px;
    line-height: 16px;
    color: rgba(0, 0, 0, 1) ;
    font-weight: 600 ;
    font-family: 'Lato';

}
.checkout-index-index .checkout-payment-method .step-title {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
div.mage-error {
    color: #e02b27;
    font-size: 14px;
	line-height: 14px;
	
}

#minicart-content-wrapper .message.notice {
    font-size: 14px;
    padding-left: 54px;
    padding-top: 15px;
    line-height: 24px;
    color: #e02b27;
}
.field-error, div.mage-error {
    margin-top: 7px;
}
.checkout-onepage-success .page-main {
    padding-top: 40px;
    padding-bottom: 40px;
}
.checkout-onepage-success .page-main h1.page-title {
    margin: 0px !important;
	font-size: 32px;
	line-height: 42px;
	color: rgba(0, 0, 0, 1);
	font-weight: 400;
	font-family: 'Montserrat';
	display: block;
	padding-bottom: 25px;
    text-align: center;
}

.checkout-onepage-success .checkout-success {
    max-width: 650px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border: solid 1px rgba(204, 204, 204, 1);
    padding: 16px;
    font-size: 16px;
	line-height: 22px;
	color: rgba(0, 0, 0, 1);
    font-weight: 400;
    box-sizing: border-box;
}
.checkout-onepage-success .checkout-success p {
    margin: 0px;
    font-size: 16px;
	line-height: 22px;
	color: rgba(0, 0, 0, 1);
    font-weight: 400;

}
.checkout-onepage-success .checkout-success a.action.primary.continue {
    color: rgba(255, 255, 255, 1);
    text-align: center;
    text-decoration: none;
    padding-left: 12px;
    padding-right: 12px;
margin: 0px !important;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(34, 34, 34, 1);
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Manrope';
    border: solid 1px rgba(34, 34, 34, 1);
    border-radius: 0;
    box-shadow: none !important;

}
.checkout-onepage-success .checkout-success a.action.primary.continue:hover {
    background-color: #22CE00;
    border-color: #22CE00;
}

.checkout-onepage-success div#registration > div {
    
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.checkout-onepage-success div#registration {
    max-width: 650px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border: solid 1px rgba(204, 204, 204, 1);
    padding: 16px;
    font-size: 16px;
	line-height: 22px;
	color: rgba(0, 0, 0, 1);
    font-weight: 400;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}
.checkout-onepage-success div#registration p {
    margin: 0px;
    font-size: 16px;
	line-height: 22px;
	color: rgba(0, 0, 0, 1);
    font-weight: 400;
}
.checkout-onepage-success div#registration br {
    display: none !important;
}
.checkout-onepage-success div#registration p a {
    margin: 0px;
    font-size: 16px;
	line-height: 22px;
	color: rgba(0, 0, 0, 1);
    font-weight: 400;
    text-decoration: underline;
}
.checkout-onepage-success div#registration p a:hover {
    color: #22CE00;
}
.checkout-onepage-success .columns .column.main {
    padding-bottom: 0px !important;
}
.checkout-onepage-success div#registration > div a.action.primary {
    color: rgba(255, 255, 255, 1);
    text-align: center;
    text-decoration: none;
    padding-left: 12px;
    padding-right: 12px;
margin: 0px !important;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #22CE00;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Manrope';
    border: solid 1px #22CE00;
    border-radius: 0;
    box-shadow: none !important;
}
.checkout-onepage-success div#registration > div a.action.primary:hover {
    background-color: rgba(0, 0, 0, 1);
    border-color: rgba(0, 0, 0, 1);
}
@media only screen and (max-width:1300px) {
	.checkout-onepage-success .page-main h1.page-title  {
		font-size: 24px !important;
		line-height: 32px !important;
        text-align: center;
	}
}
@media only screen and (max-width:991px) {
	.checkout-onepage-success .page-main h1.page-title {
		font-size: 22px !important;
		line-height: 30px !important;
        text-align: center;
	}
}


.opc-block-summary .table-totals {
	border-top: 0px !important;
}
button.action.action-edit-address {
	color: rgba(255, 255, 255, 1);
    text-align: center;
    text-decoration: none;
    padding-left: 12px;
    padding-right: 12px;
    margin: 0px !important;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(34, 34, 34, 1);
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Manrope';
    border: solid 1px rgba(34, 34, 34, 1);
    border-radius: 0;
    box-shadow: none !important;
}
button.action.action-edit-address:hover {
	background-color: #22CE00;
    border-color: #22CE00;
}
.no-quotes-block {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
    line-height: 16px;
    color: rgba(0, 0, 0, 1);
    font-weight: 400;
}
.checkout-onepage-success .checkout-success p a {
    margin: 0px;
    font-size: 16px;
	line-height: 22px;
	color: rgba(0, 0, 0, 1);
    font-weight: 400;
    text-decoration: underline;

}
.checkout-onepage-success .checkout-success p a:hover {
    color: #22CE00;
}
.checkout-onepage-success .page-main a.action.print {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    float: none;
    margin: 0px;
    font-size: 16px;
	line-height: 22px;
	color: rgba(0, 0, 0, 1);
    font-weight: 500;
    text-decoration: underline;
}
.checkout-onepage-success .page-main a.action.print:hover {
    color: #22CE00;
}
.checkout-index-index .opc-wrapper .field.addresses .control .shipping-address-items .shipping-address-item.selected-item  {
    border-color: #22CE00;
}
.checkout-index-index .opc-wrapper .field.addresses .control .shipping-address-items .shipping-address-item.selected-item:after {
    background-color: #22CE00;
}
.checkout-index-index .opc-wrapper .field.addresses .control .shipping-address-items {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 12px;
    column-gap: 2%;
}
.checkout-index-index .opc-wrapper .field.addresses .control .shipping-address-items .shipping-address-item {
    width: 32%;
    border:  solid 1px rgba(204, 204, 204, 1);
    font-size: 16px;
    line-height: 26px;
    color: rgba(0, 0, 0, 1) ;
    font-weight: 400 ;
    font-family: 'Lato';
    margin: 0px;
    padding: 12px;
}
.checkout-index-index .opc-wrapper .field.addresses .control .shipping-address-items .shipping-address-item a {
    font-size: 16px;
	line-height: 26px;
	color: rgba(0, 0, 0, 1);
    font-weight: 400;
    text-decoration: underline;
}
.checkout-index-index .opc-wrapper .field.addresses .control .shipping-address-items .shipping-address-item a:hover {
    color: #22CE00;
}
.checkout-index-index .opc-wrapper .shipping-address-item:before {
    display: none;
}
.checkout-index-index .opc-wrapper .action-select-shipping-item  , .checkout-index-index .opc-wrapper button.action.edit-address-link{
        font-size: 16px;
        line-height: 22px;
        height: 33px;
        color: rgba(255, 255, 255, 1);
        text-align: center;
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(34, 34, 34, 1);
        font-weight: 600;
        font-family: 'Manrope';
        padding: 0px;
        border-radius: 0px;
        border: 0px;
        padding-left: 18px;
        padding-right: 18px;
}
.checkout-index-index .opc-wrapper .edit-address-link:before {
    color: #fff;
}
.checkout-index-index .opc-wrapper .action-select-shipping-item:hover ,  .checkout-index-index .opc-wrapper button.action.edit-address-link:hover {
    background-color: #22CE00;
    border-color: #22CE00;
}
.checkout-index-index .opc-wrapper .new-address-popup {
    margin-top: 20px;
    margin-bottom: 0px;
}
.checkout-index-index .opc-wrapper .new-address-popup button.action.action-show-popup {
    font-size: 16px;
    line-height: 22px;
    height: 33px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(34, 34, 34, 1);
    font-weight: 600;
    font-family: 'Manrope';
    padding: 0px;
    border-radius: 0px;
    border: 0px;
    padding-left: 18px;
    padding-right: 18px;
    margin: 0px !important;
}
.checkout-index-index .opc-wrapper .new-address-popup button.action.action-show-popup:hover {
    background-color: #22CE00;
    border-color: #22CE00;
}
.checkout-index-index aside.modal-popup.new-shipping-address-modal.modal-slide._inner-scroll._show .modal-inner-wrap  {
    margin-left: auto;
    max-width: 700px;
    width: 100%;
    left: auto;
    right: auto;
    padding: 15px;
    box-shadow: none !important;
    background-color: #fff !important;

}
.checkout-index-index aside.modal-popup.new-shipping-address-modal.modal-slide._inner-scroll._show {
    display: flex;
    justify-content: center;
    align-items: center;
   
} 
.checkout-index-index aside.modal-popup.new-shipping-address-modal.modal-slide._inner-scroll._show .modal-inner-wrap header.modal-header {
    padding: 0px;
    background-color: #fff;
    position: relative;

}
.checkout-index-index aside.modal-popup.new-shipping-address-modal.modal-slide._inner-scroll._show .modal-inner-wrap header.modal-header h1.modal-title {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
    border-bottom: solid 1px rgba(204, 204, 204, 1);
    padding-bottom: 16px;
}
.checkout-index-index aside.modal-popup.new-shipping-address-modal.modal-slide._inner-scroll._show .modal-inner-wrap header.modal-header button.action-close {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0px;
}
.checkout-index-index aside.modal-popup.new-shipping-address-modal.modal-slide._inner-scroll._show 
 .modal-content {
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 20px;
   
 }
 .checkout-index-index aside.modal-popup.new-shipping-address-modal.modal-slide._inner-scroll._show 
 .modal-content .form.form-shipping-address {
    max-width: 100%;
    width: 100%;
 }
 .checkout-index-index aside.modal-popup.new-shipping-address-modal.modal-slide._inner-scroll._show 
 .modal-content .form.form-shipping-address label.label {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 18px;
    color: rgba(0, 0, 0, 1);
    font-weight: 500 !important;
    display: block;
    font-family: 'Lato';
 }
 .checkout-index-index aside.modal-popup.new-shipping-address-modal.modal-slide._inner-scroll._show 
 .modal-content .form.form-shipping-address input ,   .checkout-index-index aside.modal-popup.new-shipping-address-modal.modal-slide._inner-scroll._show 
 .modal-content .form.form-shipping-address select {
    font-size: 16px !important;
    line-height: 22px !important;
    color: rgba(0, 0, 0, 1) !important;
    font-weight: 400 !important;
    border: solid 1px rgba(204, 204, 204, 1) !important;
    height: 40px !important;
    font-family: 'Lato' !important;
 }
 .checkout-index-index aside.modal-popup.new-shipping-address-modal.modal-slide._inner-scroll._show 
 .modal-content .form.form-shipping-address .field.choice input {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    margin: 0px;
 }
 .checkout-index-index aside.modal-popup.new-shipping-address-modal.modal-slide._inner-scroll._show 
 .modal-content .form.form-shipping-address .field.choice input {
    accent-color: #000;
 }
 .checkout-index-index aside.modal-popup.new-shipping-address-modal.modal-slide._inner-scroll._show 
 .modal-content .form.form-shipping-address .field.choice {
    display: flex;
    align-items: center;
    gap: 12px;
 }
 .checkout-index-index aside.modal-popup.new-shipping-address-modal.modal-slide._inner-scroll._show 
 .modal-content .form.form-shipping-address .field.choice label.label {
    margin-bottom: 0px;
 }
 .checkout-index-index aside.modal-popup.new-shipping-address-modal.modal-slide._inner-scroll._show 
 .modal-content .form.form-shipping-address .field.choice label.label  span {
    line-height: 18px;
 }
 .checkout-index-index aside.modal-popup.new-shipping-address-modal.modal-slide._inner-scroll._show 
 .modal-content  .form.form-shipping-address .field-tooltip .field-tooltip-content {
    right: 2px;
        bottom: 22px;
        left: auto;
        top: auto;
        background-color: rgba(246, 246, 246, 1);
        border-color: rgba(0, 0, 0, 1);
        font-size: 16px;
        line-height: 22px;
        color: rgba(0, 0, 0, 1);
        font-weight: 400;
       
 }
 .checkout-index-index aside.modal-popup.new-shipping-address-modal.modal-slide._inner-scroll._show 
 .modal-content  .form.form-shipping-address .field-tooltip .field-tooltip-content:before,  .checkout-index-index aside.modal-popup.new-shipping-address-modal.modal-slide._inner-scroll._show 
 .modal-content  .form.form-shipping-address .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-right-color: rgba(0, 0, 0, 1);
    left: auto;
    top: auto;
    content: '';
    display: block;
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: -20px;
    rotate: 270deg;
}
.checkout-index-index aside.modal-popup.new-shipping-address-modal.modal-slide._inner-scroll._show .modal-inner-wrap .fieldset:last-child  {
margin-bottom: 0px !important;
}
.checkout-index-index aside.modal-popup.new-shipping-address-modal.modal-slide._inner-scroll._show .modal-inner-wrap footer.modal-footer {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
    padding-bottom: 0px;
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
    gap: 20px;
}
.checkout-index-index aside.modal-popup.new-shipping-address-modal.modal-slide._inner-scroll._show .modal-inner-wrap footer.modal-footer button.action.primary.action-save-address {
    margin: 0px !important;
    font-size: 18px;
    line-height: 22px;
    height: 40px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(34, 34, 34, 1);
    font-weight: 600;
    font-family: 'Manrope';
    padding: 0px;
    border-radius: 0px;
    border: 0px;
    padding-left: 18px;
    padding-right: 18px;
    float: none;

}
.checkout-index-index aside.modal-popup.new-shipping-address-modal.modal-slide._inner-scroll._show .modal-inner-wrap footer.modal-footer button.action.primary.action-save-address:hover {
    background-color: #22CE00;
    
}
.checkout-index-index aside.modal-popup.new-shipping-address-modal.modal-slide._inner-scroll._show .modal-inner-wrap footer.modal-footer button.action.secondary.action-hide-popup {
    margin: 0px !important;
    font-size: 18px;
    line-height: 22px;
    height: 40px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
     background-color: #22CE00;
    font-weight: 600;
    font-family: 'Manrope';
    padding: 0px;
    border-radius: 0px;
    border: 0px;
    padding-left: 18px;
    padding-right: 18px;
    float: none;
}
.checkout-index-index aside.modal-popup.new-shipping-address-modal.modal-slide._inner-scroll._show .modal-inner-wrap footer.modal-footer button.action.secondary.action-hide-popup:hover {
    background-color: rgba(34, 34, 34, 1);
}
.checkout-index-index .choice.field {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0px;
}
.checkout-index-index  input[type="checkbox"] {
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    margin: 0px;
}
.checkout-index-index  input[type="checkbox"] {
    accent-color: #000;
}
@media only screen and (max-width:991px){
    .checkout-index-index .opc-wrapper .field.addresses .control .shipping-address-items .shipping-address-item {
        width: 49%;
    }
}
@media only screen and (max-width:768px){
    .checkout-index-index aside.modal-popup.new-shipping-address-modal.modal-slide._inner-scroll._show .modal-inner-wrap footer.modal-footer button.action.secondary.action-hide-popup  {
        width: 100%;
        max-width: 100%;
    }

}
@media only screen and (max-width:640px){
    .checkout-index-index .opc-wrapper .field.addresses .control .shipping-address-items .shipping-address-item {
        width: 100%;
    }
}


.account .table-wrapper thead th.col  {
    padding: 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #000;
}
.account .table-wrapper  tbody tr td.col {
    padding: 12px;
    border-top: solid 1px rgba(204, 204, 204, 1);
    font-size: 16px;
    line-height: 16px;
    color: #000;
    font-weight: 400;
}
.account .table-wrapper  tbody tr td.col a {
    text-decoration: underline;
    color: #22CE00;

}
.account .table-wrapper  tbody tr td.col a:hover {
    color: #000;
}
body.account .page-main .column.main .order-products-toolbar.toolbar.bottom::before , body.account .page-main .column.main .order-products-toolbar.toolbar.bottom::after {
    display: none;
}
body.account .page-main .column.main .order-products-toolbar.toolbar.bottom {
   width: 100%;
   max-width: 100%;
    margin: 0px;
}
body.account .page-main .column.main .order-products-toolbar.toolbar.bottom .pager {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
body.account .page-main .column.main .order-products-toolbar.toolbar.bottom .pager p.toolbar-amount {
    font-size: 16px;
    line-height: 16px;
    color: #000;
    font-weight: 400;
}
body.account .page-main .column.main .order-products-toolbar.toolbar.bottom .pager .limiter {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    line-height: 16px;
    color: #000;
    font-weight: 400;
}
body.account .page-main .column.main .order-products-toolbar.toolbar.bottom .pager .limiter select {
    width: 60px !important;
}
body.account .page-main .column.main .order-date {
    margin: 0px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 16px;
    color: #000;
    font-weight: 400;
}
body.account .page-main .column.main span.order-status {
    margin: 0px;
    font-size: 16px;
    line-height: 16px;
    color: #000;
    font-weight: 400;
    border: solid 1px rgba(204, 204, 204, 1);
    border-radius: 0px;
}
body.account .page-main .column.main .actions-toolbar.order-actions-toolbar .actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}
body.account .page-main .column.main .actions-toolbar.order-actions-toolbar .actions a {
    margin: 0px !important;
    font-size: 16px;
    line-height: 16px;
    color: #000;
    font-weight: 400;
    text-decoration: underline !important;
}
body.account .page-main .column.main .actions-toolbar.order-actions-toolbar .actions a:hover{
    color: #22CE00;
}
body.account .page-main .column.main ul.items.order-links li  strong {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    border: solid 1px rgba(204, 204, 204, 1);
    border-bottom: 0px ;
    margin: 0px;
}
.account .table-wrapper tbody tr td.col strong.product.name.product-item-name {
    margin: 0px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 16px;
}
.account .table-wrapper tbody tr td.col span.price {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 16px;
}
.account .table-wrapper  tfoot {
    background-color: #fff !important;
}
.account .table-wrapper {
    border-bottom: 0px !important;
    border-top: 0px !important;
}
.account .table-wrapper.additional-addresses {
    border-top: 0px !important;
}
.account .table-wrapper  tfoot  {
    border-top: solid 1px rgba(204, 204, 204, 1);
    border-bottom: solid 1px rgba(204, 204, 204, 1);
}
.account .table-wrapper  tfoot th.mark , .account .table-wrapper  tfoot td.amount  {
    padding: 12px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 16px;
    background-color: #fff !important;
}
.block-order-details-view .block-content .box {
    margin-bottom: 15px !important;
    padding-right: 5px;
}
.account .block.block-order-details-view body.account  .block .box .box-content address , .account .block.block-order-details-view body.account  .block .box .box-content   a  {
    font-size: 16px;
    line-height: 22px;
    color: rgba(0, 0, 0, 1);
    font-weight: 400;
    font-family: 'Lato';
}

body a, body  .alink {
    font-size: 16px;
    line-height: 22px;
    color: rgba(0, 0, 0, 1);
    font-weight: 400;
    font-family: 'Lato';
}
.account .order-details-items.ordered .order-title {
    display: none !important;
}
.account .table-wrapper.orders-recent {
    padding-top: 20px;
}
@media only screen and (max-width:768px){
    .account .table-wrapper table#my-orders-table tbody tr td.col {
        text-align: left !important;
    }
}
@media only screen and (max-width:639px){
  
    .account .table-wrapper tbody tr td.col {
        padding-top: 12px !important;
        padding-bottom: 12px !important;

    }
    .account .table-wrapper tbody  {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 100%;
        gap: 20px;
    }
}

.account .action.primary, .account .action-primary {
    background-color: rgba(34, 34, 34, 1);
    background:rgba(34, 34, 34, 1) ;
    border: 1px solid rgba(34, 34, 34, 1);
    font-family: 'Lato';
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}
.account .action.primary:hover, .account .action-primary:hover {
    background-color:#22CE00 ;
    border-color:#22CE00 ;
}
.account .table-wrapper tbody tr td.col a.action.delete {
    color: #d10029;
}
.account .table-wrapper tbody tr td.col a.action.delete:hover {
    color: rgba(34, 34, 34, 1) !important;
}
body.account .page-main .column.main .customer-addresses-toolbar.toolbar.bottom .pager {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
   
}
body.account .page-main .column.main .customer-addresses-toolbar.toolbar.bottom .pager p.toolbar-amount {
    font-size: 16px;
    line-height: 16px;
    color: #000;
    font-weight: 400;
    text-align: left;
}
body.account .page-main .column.main .customer-addresses-toolbar.toolbar.bottom .pager .limiter {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    line-height: 16px;
    color: #000;
    font-weight: 400;
}
body.account .page-main .column.main .customer-addresses-toolbar.toolbar.bottom .pager .limiter select {
    width: 60px !important;
}

.cms-no-route  .page-main , .cms-privacy-policy-cookie-restriction-mode  .page-main , .cms-enable-cookies .page-main {
    padding-top: 40px;
    padding-bottom: 40px;
}
.cms-no-route  .page-main h1.page-title , .cms-privacy-policy-cookie-restriction-mode  .page-main  h1.page-title , .cms-enable-cookies .page-main  h1.page-title{
    max-width: 100%;
    width: 100%;
}
.cms-no-route  .page-main .sidebar.sidebar-main {
    display: none;
}
.cms-no-route  .page-main .column.main , .cms-privacy-policy-cookie-restriction-mode  .page-main .column.main  , .cms-enable-cookies .page-main  .column.main {
    width: 100%;
    max-width: 100%;
    padding: 0px;
    margin: 0px;
}
.cms-no-route  .page-main .column.main dl {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 0px;
}
.cms-no-route  .page-main .column.main dl dt {
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    line-height: 22px;
    font-family: 'Lato';
    font-weight: bold;
    margin: 0px;

}
.cms-no-route  .page-main .column.main dl dd {
    margin: 0px;
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    line-height: 22px;
    font-family: 'Lato';
    font-weight: 400;
}
.cms-no-route  .page-main .column.main ul , .cms-enable-cookies .page-main  .column.main ul {
    margin: 0px;
}
.cms-enable-cookies .page-main  .column.main ul li a {
    color: rgba(0, 0, 0, 1) !important;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Lato';
    font-weight: 400;
    text-decoration: underline !important;
}
.cms-enable-cookies .page-main  .column.main ul li a:hover {
    color: #22CE00 !important;
}
.cms-no-route  .page-main .column.main dl dd li {
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    line-height: 22px;
    font-family: 'Lato';
    font-weight: 400;

}
.cms-no-route  .page-main .column.main   dl dd li  a {
    color: rgba(0, 0, 0, 1) !important;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Lato';
    font-weight: 400;
    text-decoration: underline !important;
}
.cms-no-route  .page-main .column.main   dl dd li  a:visited {
    color: rgba(0, 0, 0, 1) !important;
}
.cms-no-route  .page-main .column.main   dl dd li  a:hover {
    color: #22CE00 !important;
}
.cms-privacy-policy-cookie-restriction-mode  .page-main .privacy-policy.cms-content .message.info {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Lato';
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
}
.cms-privacy-policy-cookie-restriction-mode  .page-main .privacy-policy.cms-content p , .cms-privacy-policy-cookie-restriction-mode  .page-main .privacy-policy.cms-content {
    font-size: 16px;
    line-height: 22px;
    font-family: 'Lato';
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
}
.cms-privacy-policy-cookie-restriction-mode  .page-main .privacy-policy.cms-content  h2 {
    font-size: 26px;
    line-height: 32px;
    font-family: 'Lato';
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
}
.cms-privacy-policy-cookie-restriction-mode  .page-main .privacy-policy.cms-content thead tr th {
    background-color: transparent !important;
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    line-height: 22px;
    font-family: 'Lato';
    font-weight: 600;

}
.cms-privacy-policy-cookie-restriction-mode  .page-main .privacy-policy.cms-content tbody tr th  , .cms-privacy-policy-cookie-restriction-mode  .page-main .privacy-policy.cms-content tbody tr td {
    background-color: transparent !important;
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    line-height: 22px;
    font-family: 'Lato';
    font-weight: 400;
}
.cms-privacy-policy-cookie-restriction-mode  .page-main .privacy-policy.cms-content tbody tr th {
    font-weight: 500;
}
.cms-enable-cookies .page-main  .column.main  p {
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    line-height: 22px;
    font-family: 'Lato';
    font-weight: 400;
}


@media(max-width:991px){
    .cms-privacy-policy-cookie-restriction-mode .page-main .privacy-policy.cms-content h2 {
        font-size: 20px;
        line-height: 26px;
    }
}


/* contact page css */

.contact-index-index .page-main , .sales-guest-form .page-main {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .contact-index-index .page-main  h1.page-title , .sales-guest-form .page-main  h1.page-title {
    margin: 0px;
    font-size: 32px;
    line-height: 42px;
    color: rgba(0, 0, 0, 1);
    font-weight: 400;
    font-family: 'Montserrat';
    text-align: center;
    display: block;
  }
  .contact-index-index .page-main .columns .column.main  , .sales-guest-form .page-main  .columns .column.main  {
    padding-bottom: 0px;
  }
  .contact-index-index .page-main .form.contact  , .sales-guest-form .page-main  .form.form-orders-search{
    margin: auto;
    padding-top: 30px;
  }
  .contact-index-index .page-main .form.contact legend.legend ,  .sales-guest-form .page-main  .form.form-orders-search legend.legend  {
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: solid 1px rgba(204, 204, 204, 1);
    font-size: 20px;
    line-height: 20px;
    color: rgba(0, 0, 0, 1);
    font-weight: 400;
    font-family: 'Montserrat';
  }
  .contact-index-index .page-main .form.contact legend.legend span , .sales-guest-form .page-main  .form.form-orders-search legend.legend span  {
    margin: 0px;
    font-size: 20px;
    line-height: 20px;
    color: rgba(0, 0, 0, 1);
    font-weight: 400;
    font-family: 'Montserrat';
  }
  .contact-index-index .page-main .form.contact .field label.label  , .sales-guest-form .page-main  .form.form-orders-search .field label.label  {
     font-size: 16px;
     line-height: 16px;
  }
  .contact-index-index .page-main .form.contact .field.note.no-label , .sales-guest-form .page-main  .form.form-orders-search .field.note.no-label  {
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 1);
    font-weight: 400;
    font-family: 'Lato';
  }
  .contact-index-index .page-main .form.contact .field  input  , .sales-guest-form .page-main  .form.form-orders-search  .field  input {
    padding: 10px;
    font-size: 16px;
    line-height: 22px;
    color: #222;
    width: 100%;
    display: block;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 1) !important;
    font-weight: 400;
    border: solid 1px rgba(204, 204, 204, 1);
    height: 40px;
    font-family: 'Lato' !important;
    
  }
  .contact-index-index .page-main .form.contact .field textarea  ,  .sales-guest-form .page-main  .form.form-orders-search   .field textarea {
    padding: 10px;
    font-size: 16px;
    line-height: 22px;
    color: #222;
    width: 100%;
    display: block;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 1) !important;
    font-weight: 400;
    border: solid 1px rgba(204, 204, 204, 1);
    font-family: 'Lato' !important;
  }
  .contact-index-index .page-main .form.contact .field textarea:focus  , .sales-guest-form .page-main  .form.form-orders-search .field textarea:focus  {
    box-shadow: none !important;
    outline: none !important;
    border: solid 1px #000;
  }
  .contact-index-index .page-main .form.contact button.action.submit.primary  ,.sales-guest-form .page-main  .form.form-orders-search button.action.submit.primary  {
    margin: 0px;
    height: 40px;
    display: flex;
    align-items: center;
    align-content: center;
    vertical-align: middle;
    color: #fff;
    border: 1px solid #22CE00;
    background-color: #22CE00;
    font-family: Manrope;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0.12em;
    justify-content: center;
    text-decoration: none;
    border-radius: 0;
    text-transform: uppercase;
    padding: 0px 15px;
  }
  .contact-index-index .page-main .form.contact button.action.submit.primary:hover  , .sales-guest-form .page-main  .form.form-orders-search button.action.submit.primary:hover{
    transition: .2s;
    background-color: #222;
    border: 1px solid #222;
  }
  @media (max-width:1300px){
    .contact-index-index .page-main  h1.page-title , .sales-guest-form .page-main  h1.page-title {
      font-size: 24px;
      line-height: 32px;
    }
    .search-open ~ .block.block-content #search_mini_form {
        max-width: 450px !important;
    }
  }

  @media (max-width: 991px) {
#search_mini_form button.action.search {
        min-width: 115px;
    }
}
  @media (max-width: 767px) {
    .search-open ~ .block.block-content #search_mini_form {
        width: 300px;
        max-width: 300px !important;
    }
}
  @media (max-width: 359px) {
    .search-open ~ .block.block-content #search_mini_form {
        right: -48px;
    }
}