@import url('https://fonts.googleapis.com/css?family=Poppins:100,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&display=swap');
body{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

.page-footer .footer.content {
    max-width: calc(1410px + 30px);
    padding: 0 15px;
}
body.cms-home .page-main{
    max-width: none;
    padding: 0;
}
body .page-main .container, body .page-main{
    max-width: calc(1410px + 30px);
    padding: 0 15px; 
    width: 100%;
    margin: 0 auto;
}

/*--- Header ---*/

.header .my-account-drop-blk ul li {
    list-style: none;
}

.header .my-account-drop-blk ul li a:before{
    display: none !important;
}
.header .my-account-drop-blk ul {
    padding-left: 0;
}
.header .my-account-drop-blk {
    position: absolute;
    left: 0;
    z-index: 99;
}

.header .my-account-drop-blk ul li a {
    margin-top: 15px;
    margin-left: 17px;
}

.minicart-wrapper .action.showcart .counter.qty {
    background: transparent;
    min-width: auto;
    min-height: auto;
    line-height: normal;
    font-size: 10px;
    position: absolute;
    top: 7px;
    right: 2px;
    left: 0;
    margin-left: 8px;
}

.custom-home-page-banners-blk .homecat .hover-details ul.col-md-3.col-sm-3.category-left {
    width: auto;
}

body .header.content {
    padding: 0px 0 0px 35px;
    width: 100%;
    max-width: none;
    display: inline-block;
    vertical-align: middle;
    display: flex;
    align-items: center;
    position: relative;
}
.cms-login  .header.content, .customer-account-login .header.content{
    padding-top: 37px;
}
.header.content .block-search input {
    border-radius: 50px;
    padding-left: 15px;
    border: 1px solid #1a1818;
    padding-right: 45px;
}
.block-search .action.search[disabled]{
    opacity: 1;
}
.header.content .block-search .action.search {
    top: 4px;
    background-color: #e7161c;
    opacity: 1;
    color: #fff;
    padding: 0;
    height: 42px;
    width: 42px;
    border-radius: 0 25px 25px 0;
    right: 0;
    top: 0;
}
.block-search .action.search:before{
    color: #fff !important;
}
.header.content .block-search {
    position: absolute;
    /*right: 27.2vw;*/  
    right: 521px; 
    bottom: 16px;   
}
.custom-advertice-download-app {
    text-align: right;
    display: inline-block;
    width: calc(100% - 305px);
    margin-top: 10px;
}
.header ul.header.links {
    text-align: center;
    /*margin: 0 auto;*/
    padding: 0;
    list-style: none; 
    margin-top: 19px;
    position: relative;
    display: flex;
    align-items: center;  
    margin-left: auto;
    margin-right: 9px;
}
.header ul.header.links a {
    color: #1a1818;
    font-size: 10px;
    font-weight: 600;
    display: block;
}

span.custom-show-logout {
    position: absolute;
    z-index: 99;
    bottom: -15px;
    left: 90%;
    right: 0;
    margin: 0 auto;
}

.header .minicart-wrapper {
    margin-top: 5px;
    margin-left: 9px;
}
.custom-advertice-download-app a{
    display: inline-block;
    vertical-align: middle;
}
.header .minicart-wrapper .action.showcart {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background-color: #e7161c;
    padding: 16px;
    width: 84px;
    height: 80px;
}
.minicart-wrapper .action.showcart:before{
    color: #fff;
    font-size: 0px;
}
.minicart-wrapper .action.showcart:before{
    background-image: url("../images/shopping-cart.png");
    height: 32px;
    width: 30px;
    background-size: 100%;    
}
.minicart-wrapper .action.showcart.active:before{
    font-size: 0;
}

.header ul.header.links li a::before{
    background-image: url(../images/avatar.png);
    height: 35px;
    width: 28px;
    background-size: 100%;
    content: "";
    vertical-align: top;
    background-repeat: no-repeat;
    margin-bottom: 4px;
     margin: 0 auto 4px;
     display: block;
}

 .header ul.header.links li .custom-show-logout {
     bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
 }
.minicart-wrapper .block-minicart {
    right: 10px;
}
.block-minicart .block-content>.actions>.primary .action.primary {
    display: block;
    width: 100%;
    max-width: none;
}
.minicart-items .product-item-name a {
    color: #000;
}
.block-minicart .block-content>.actions>.secondary a {
    text-align: center;
    color: #000;
    width: 100%;
    display: block;
}
a.header-customer-account {
    margin-top: 4px;
}
.custom-advertice-download-app li {
    display: inline-block;
    list-style: none;
}
.sections.nav-sections {
    margin-bottom: 0;
}
.custom-advertice-download-app .minicart-wrapper {
    float: none;
}
.custom-advertice-download-app a.advertice-here {
    color: #1a1818;
    font-size: 14px;
    text-decoration: underline;
    margin-right: 25px;
    font-weight: 500;
}
.showcart .text {
    position: static;
}
.header .minicart-wrapper .action.showcart .text{
    position: static ;
    display: block;
    height: auto ;
    color: #fff ;
    width: auto ;
    font-size: 10px; 
    margin-top: 6px;
}
.header ul.header.links li { 
    position: relative;
   margin: 0 0 0 30px;
}

.header ul.header.links li::last-child {
margin-right: 0; }
.custom-advertice-download-app a.download-app {
    border: 1px solid #1a1818;
    color: #1A1818;
    border-radius: 50px;
    height: 44px;
    /*margin-right: 3%;*/
    margin-right: -20px;
    padding: 0 34px;
    line-height: 44px;
    font-size: 14px;
    font-weight: 500;
    min-width: 211px;
    text-align: center;
}
.header a.logo {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
    margin-top: -34px;
}
.custom-add-class-for-commercial .header a.logo {
    width: 100%;
    margin-top: -34px;
    max-width: 366px;
}
.custom-add-class-for-commercial .header a.logo img {
    width: 100%;
}
.header a.logo img{
    max-width: none;
}

body .page-header .panel.wrapper {
    border-bottom: none;
    background-color: transparent;
    text-align: right;
    padding-top: 15px;
}
body .page-header .header.panel {
    padding: 0;
    display: none;
}
.custom-header-panel-phone a {
    font-size: 13px;
    color: #000;
    letter-spacing: 0.5px;
    font-weight: 500;
}
.custom-header-panel-phone a:hover{
    text-decoration: none;
}

.custom-header-panel-phone a em{
     margin-right: 15px;
}

.custom-header-panel-phone a em.fa-twitter {
    margin-right: 9px;
}

.custom-header-panel-phone a em.fa-linkedin-in {
    margin-left: 27px;
    margin-right: 12px;
}

.custom-header-panel-phone a:first-child {
    margin-right: 20px;
}

.custom-header-panel-phone a img {
    margin-right: 5px;
}

.custom-header-panel-phone a em.fa-instagram{
     margin-right: 0px;
}

.custom-header-panel-phone a:last-child {
    margin-right: 19px;
}
a:visited, .alink:visited, a, .alink{
    color: #000;
}
/* #authenticationPopup + p {
    display: none;
} */
/*--- Header ---*/
.homepage-brand-section .brand-title {
    font-size: 30px;
    color: #1D1C1E;
    font-weight: bold;
    max-width: 746px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 5.5%;
    margin-top: 7.4%;
}
.homepage-brand-section {
    border-top: 1px solid #707070;
}
body .page-main .container.homepage-brand-section {
    margin-bottom: 2.5%;
}
.home-custom-contact-teaspoon.text-center {
    font-size: 32px;
    line-height: 48px;
    max-width: 950px;
    margin: 0 auto;
    margin-bottom: 4.2%;
    margin-top: 3.9%;
    color: #1d1c1e;
    font-weight: 300;
}
.home-custom-contact-teaspoon.text-center a {
    color: #E7161C;
    text-decoration: underline;
}
/*.homepage-parallax-image {
    width: calc(100vw - 10px);
    margin-left: -50vw;
    left: 50%;
    position: relative;
}*/
.custom-homepage-conatc-email-request {
    display: inline-block;
    width: 100%;
    margin-bottom: 4.3%;
}
.custom-homepage-conatc-email-request .custom-contact-us {
    width: calc(27.4% - 4px);
}
.custom-homepage-conatc-email-request .custom-email-us {
    width: calc(39.6% - 4px);
}
.custom-homepage-conatc-email-request .custom-requst {
    width: calc(27.4% - 4px);
}
.custom-homepage-conatc-email-request a{
    color: #fff;
    font-weight: 600;
}
.custom-homepage-conatc-email-request .custom-contact-us, .custom-homepage-conatc-email-request .custom-email-us, .custom-homepage-conatc-email-request .custom-requst{
    text-align: center;
    background-color: #e7161c;
    color: #fff;
    display: inline-block;
    padding: 0;
    margin: 0 1%;
    font-size: 29px;
    line-height: 50px;
    padding-top: 3.45%;
    padding-bottom: 3.6%;
}
.homepage-see-more-link, .see-more-custom {
    text-align: center;
    background-color: #1a1818;
    max-width: 178px;
    margin: 0 auto;
    line-height: 60px;
    border-radius: 50px;
    margin-bottom: 7%;
    margin-top: 2.9%;
}
.homepage-see-more-link a, .see-more-custom a{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.custom-tab-magento-homepage .tablink, .custom-tab-magento-homepage .tablink a {
    background-color: transparent;
    border: none;
    box-shadow: none;
    font-size: 16px;
    font-weight: bold;
    color: #1A1818;
    padding: 0 10px;
    letter-spacing: 3.2px;
    width: calc(100% / 4 - 4px);
    text-transform: uppercase;
}
.custom-tab-magento-homepage .tablink.active, .custom-tab-magento-homepage .tablink.active a {
    background-color: #EA0000;
    color: #fff;
    border-radius: 50px;
    height: 81px;
}
.support-info .info-title {
    display: flex;
    align-items: center;
    margin-top: -1px;
}
.cutm-homepage-banner-container{
    background-image: url("../images/bg-img.png");
    background-size: cover;
    margin-top: 22px;
}
.cutm-homepage-banner-container.superyacht-supply-banner{
    background-image: url("../images/superyatch-bg.png");
    background-size: cover;
    margin-top: 22px;
}

/*-- slider --*/

.custom-slider .owl-carousel .owl-stage-outer {
    padding: 0;
}
.custom-slider::after {
    position: absolute;
    content: "";
    height: 72px;
    width: 100%;
    background-color: #e7161c;
    bottom: -52px;
}
.custom-slider .owl-theme .owl-dots {
    position: absolute;
    width: auto;
    bottom: 20px;
    top: 50%;
    transform: translatey(-50%);
    right: 40px;
    left: auto;
    bottom: auto;
}
.custom-slider .owl-theme .owl-dots .owl-dot.active{
    border-bottom: 3px solid #e7161c;
}
.custom-slider .owl-theme .owl-dots {
    counter-reset: dots;
}
.custom-slider .owl-dot::before {
    counter-increment: dots;
    content: counter(dots);
    color: transparent;
}
.custom-slider .owl-theme .owl-dots .owl-dot.active::before {
    font-size: 10px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}
.custom-slider .owl-theme.owl-carousel .owl-controls .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 4px;
    border: 1px solid #fff;
}
.custom-slider .owl-theme.owl-carousel .owl-controls .owl-dot.active span {
    background: transparent;
    border: 1px solid #fff;
}
.custom-home-page-banners-blk, .custom-home-page-banners-blk + .row {
    background-color: #fff;
    padding: 30px 15px !important;
    position: relative;
    padding-bottom: 0px !important;
}
.custom-home-page-banners-blk + .row{
    padding-top: 0px;
}
.support-info.sectional-engineering:hover {
    background-color: #662d80;
    color: #fff;
}
.support-info.section-engenering:hover {
    background-color: #662d80;
    color: #fff;
}
.support-info.sectional-hotel:hover {
    background-color: #bea870;
    color: #fff;
}
.support-info:hover .title-info h3 {
    display: none;
}
.support-info.section-Deck:hover {
    background-color: #5a809e;
    color: #fff;
}
.support-info.section-gallery:hover{
    background-color: #a994b6;
    color: #fff;
}
.support-info.section-Interior:hover{
    background-color: #bea870;
    color: #fff;
}
.support-info .title-info h4 a{
    display: none;
}
.support-info:hover .title-info h4 a {
    display: block;
    font-size: 35px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.support-info .img-blog {
    position: relative;
}
.support-info .hover-details {
    display: none;
}
.support-info:hover .hover-details {
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 51px 85px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
}
.support-info .hover-details .title-info {
    margin-left: 0;
    font-size: 34px;
    padding-bottom: 2.7%;
    margin-bottom: 3%;
    position: relative;
    margin-top: 0;
    color: #fff;
}
.support-info:hover .hover-details a {
    color: #fff;
}
/* .support-info:hover .hover-details a:hover {
    text-decoration: none;
} */
.support-info .hover-details .title-info::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 55%;
    background-color: #fff;
    left: 0;
    bottom: 0;
}
.support-info .hover-details table>tbody>tr>td {
    padding: 0;
    padding-bottom: 8px;
    font-size: 19px;
}
.content_slider .inner-banner-content {
    max-width: 50%;
    text-align: left;
    padding-left: 11%;
    margin-top: -18px;
}
.content_slider .inner-banner-content p {
    font-size: 22px;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}
.content_slider .inner-banner-content h1 {
    font-size: 56px;
    font-weight: 600;
    margin-top: 28px;
    margin-bottom: 45px;
}
.content_slider .inner-banner-content a {
    font-size: 15px;
    color: #fff;
    background-color: #e7161c;
    line-height: 46px;
    padding: 0 7.762%;
    border-radius: 50px;
    display: inline-block;
}
/*-- slider --*/
/*.cutm-homepage-banner-container .homecat:first-child {
    padding-left: 10px;
    padding-right: 22px;
}

.cutm-homepage-banner-container .homecat:last-child {
    padding-right: 10px;
    padding-left: 22px;
}*/
.cutm-homepage-banner-container .custom-home-page-banners-blk .homecat {
    display: inline-block;
    vertical-align: top;
    float: none;
    width: calc(50% - 4px);
}
.support-info.sectional-engineering, .support-info.sectional-deck {
    margin-bottom: 30px;
}
.support-info:hover .hover-details ul {
    list-style: none;
    padding-left: 0;
}
.support-info .hover-details a {
    font-size: 16px;
}
body.bss-onestepcheckout .opc-wrapper #payment {
    float: left;
    width: 100%;
}

/*--- Product section ---*/
body.block.widget .products-grid .product-item .product-item-inner, body.page-layout-1column .block.widget .products-grid .product-item .product-item-inner, body.page-layout-3columns .block.widget .products-grid .product-item .product-item-inner{
    box-shadow: none;
}
.support-info  .title-info h3 {
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #000;
}
.support-info  .title-info{
    margin-left: 46px;
}
.support-info .title-img {
    border-right: 5px solid #fff;
}
.support-info .title-info .fa {
    font-size: 30px;
    color: #000;
}
.support-info:hover .title-info .fa{
    color: #fff;
}

body.cms-home .page-main .products-grid .product-item:nth-child(4n) {
    border-right: 1px solid #818181;
}
body.cms-home .page-main .products-grid .product-item:nth-child(3n) {
    border-right: none;
}
body.cms-home .page-main .products-grid .product-item:last-child {
    border-right: 1px solid #818181;
}
body.cms-home.page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 0px;
    width: calc((100% - 0%)/4);
    vertical-align: bottom;
}
body.cms-home.page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0px;
}

span.price-label {
    display: none;
}

/*--- offer tab ---*/
body.cms-home.page-layout-1column  .products-grid .product-item {
    margin-left: 0px;
    width: calc((100% - 0%)/4);
}

.cms-home .custom-tab-magento-homepage {
    display: inline-block;
    width: 100%;
}

body.cms-home.page-layout-1column  .products-grid .custom-feature-pro-slider .product-item {
    float: left;
}

body.cms-home.page-layout-1column .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0px;
}
.custom-product-info-grid .custom-price-info-grid {
    display: inline-block;
    width: 30%;
    text-align: left;
}

.custom-product-info-grid .custom-price-info-grid span.old-price span.price{
    font-size: 16px;
    font-weight: 500;
    text-decoration: line-through;
    display: block;
}

/*--- offer tab ---*/

.cust-all-tabs-in-one {
    margin-bottom: 26px;
}
.product-item-details {
    text-align: left;
    position: relative;
}
.product-item-info a.product-item-link {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.product-item-info a.product-item-link {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-height: 52px; 
}   
.categortype-custom {
    color: #e7161c;
    margin-bottom: 0;
    font-size: 12px;
}
.product-item-info .product-item-name {
    margin-top: 0;
    min-height: 54px;
}
.list.products-list .product-item-info .product-item-name {
    min-height: auto;
}
.products-list .product-image-wrapper .product-image-photo{
  max-height: 160px
}
.product-item-info .product-item-description {
    margin: 0 auto;
    margin-bottom: 0;
    font-size: 13px;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    color: #888888;
    position: absolute;
    top: auto;
    bottom: 30px;
}
.list.products-list .product-item-info .product-item-description {
    bottom: 0;
}
.product-item .price-box .price {
    font-weight: 700;
    white-space: nowrap;
    font-size: 20px;
}
body .products.wrapper~.toolbar .limiter{
    display: none;
}
body .products.wrapper~.toolbar .pages {
    float: none;
}
.toolbar-products {
    text-align: center;
}
.products.wrapper~.toolbar .pages ul li a {
    color: #000;
}
.products.wrapper~.toolbar .pages ul li strong.page{
    background: #e7271b;
    color: #fff;
}
.products.wrapper~.toolbar .pages ul li a.next , .products.wrapper~.toolbar .pages ul li a.previous{
    color: #fff;
    border-radius: 50%;
    background: #e7271b;
        border: none;
    box-shadow: none
}
.sidebar .filter-options-item .am-filter-items-attr_brand {
    max-height: 240px;
    overflow-y: scroll;
}
.sidebar .filter-options-item .am-filter-items-attr_category_ids {
    max-height: 300px;
    overflow-y: auto;
}
.pages .action.next:before, .pages .action.previous:before, .pages .action.next:visited:before, .pages .action.previous:visited:before{
    color: #fff;
}
/*--- Product section ---*/
body:not(.cms-home) .page-main .container.cust-contct-cotainer {
    max-width: 100%;
}
/*--- Footer ---*/

footer.page-footer {
    background-color: #1a1819;
    margin-top: 5.5%;
    display: inline-block;
}
.footer-botoom {
    background-color: #1a1819;
    padding: 0 70px;
    display: inline-block;
    vertical-align: top;
}
.page-footer .footer.content .block.block-search {
    width: 100%;
    float: none;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}
.page-footer .footer.content .block.block-content {
    float: none;
    width: 100%;
    max-width: 690px;
    margin: 0 auto;
    position: relative;
    margin-top: 4.5%;
}
.copyright {
    background-color: transparent;
    padding-left: 18px;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}
.page-footer .block.newsletter {
    width: 100%;
    padding: 46px 5.8% 40px;
    margin-top: -6.46vw;
    max-width: 100%;
}
.block.newsletter {
    background-color: #f5f5f5;
}
.page-footer  .newsletter .news-letter.label {
    position: static;
}
.page-footer  .block.newsletter .title {
    display: block;
    margin-bottom: 35px;
    font-size: 18px;
    color: #636363;
}
.page-footer .block.newsletter .field .control:before{
    display: none;
}
.block.newsletter input {
    padding-left: 35px;
    border: none;
    height: 60px;
    max-width: 450px;
    font-family: 'Poppins', sans-serif;
    margin-right: 30px;
    font-size: 16px;
}
.block.newsletter .field .control label {
    display: block;
}
.block .title strong {
    font-size: 24px;
    margin-right: 30px;
    color: #363636;
}
.page-footer .block.newsletter .action.subscribe {
    position: static;
    width: 100%;
    height: 60px;
    background-color: #E7161C;
    border: 1px solid #E7161C;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    max-width: 210px;;
}
.page-footer .block-search input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #5e5e5e;
    font-size: 22px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 5px;
    height: 49px;
}
.page-footer .block-search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
    opacity: 1;
  }
  .page-footer .block-search input::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
    opacity: 1;
  }
  .page-footer .block-search input:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
    opacity: 1;
  }
  .page-footer .block-search input:-moz-placeholder { /* Firefox 18- */
    color: #fff;
    opacity: 1;
  }
  .page-footer .block-search .action.search:before{
      color: #fff;
      font-size: 24px;
      display: block;
  }
  .page-footer .block-search .action.search{
      top: 10px;
      right: 10px;
  }
  .page-footer .block-search .action.search[disabled]{
      opacity: 1;
  }
  .footer-download-app a {
    height: 85px;
    border: 2px solid #fff;
    border-radius: 50px;
    font-size: 31px;
    font-weight: bold;
    color: #fff !important;
    padding: 18.5px;
    display: inline-block;
    width: 100%;
    text-align: center;
    text-decoration: none;
}
.footer-download-app {
    margin-top: 90px;
    margin-bottom: 10.5%;
}
.custom-superyacht-supply-button {
    max-width: 420px;
    width: 100%;
}
.custom-commercial-marine-button {
    max-width: 555px;
    width: 100%;
    margin: 0 1.5%;
}
.custom-downladapp-button {
    max-width: 420px;
    width: 100%;
}
.custom-superyacht-supply-button a {
    border: 2px solid #E7161C;
    background-color: transparent;
}
.custom-commercial-marine-button a{
    background-color: #E7161C;
}
.custom-downladapp-button a{
    border: 2px solid #fff;
    background-color: #fff;
    color: #E7161C !important;
}
.custom-commercial-marine-button a{
    border: 2px solid #E7161C; 
}
.custom-add-class-for-commercial .custom-commercial-marine-button a {
    border: 2px solid #E7161C;
    background-color: transparent;
}
.custom-add-class-for-commercial .custom-superyacht-supply-button a {
    border: 2px solid #E7161C;
    background-color: #E7161C;
}
.superyacht-block-footer {
    width: calc(46.5% - 4px);
    border-right: 1px solid #fff;
    padding-left: 0;
    display: inline-block;
    vertical-align: top;
}
.commercial-block-footer {
    width: calc(32.2% - 4px);
    border-right: 1px solid #fff;
    padding-left: 4.5%;
    display: inline-block;
    vertical-align: top;
}
.site-Information-block-footer {
    width: calc(21.3% - 4px);
    padding-left: 4.5%;
    display: inline-block;
    vertical-align: top;
}
.cusotm-footer-flooter-button {
    position: absolute;
    right: -9.7vw;
    width: auto;
    top: 0;
}
.custom-flotter-msg {
    margin-top: 20px;
}
.site-Information-block-footer a {
    color: #fff;
    font-size: 15px;
    display: block;
}
.site-Information-block-footer a:last-child{
    text-transform: uppercase;
}
.custom-footer-links {
    padding: 0 15px;
    margin-bottom: 30px;
}
.footer-contact-title {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 0 15px;
    margin-bottom: 26px;
    padding: 0;
}
.footer-title {
    font-size: 15px;
    color: #E7161C; 
    font-weight: 600;
    margin-bottom: 26px;
}
.site-Information-block-footer .footer-title{
    margin-bottom: 0px;
    margin-top: 26px;
}
.site-Information-block-footer .footer-title:first-child{
    margin-top: 0;
}
.footer-office-title {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}
.footer-office-title a{
    color: #fff;
}
.custom-footer-links p {
    color: #636363;
    font-size: 15px;    
    line-height: 23px;
}
.custom-footer-links p a{
    color:#636363; 
    word-break: break-all;
}
.custom-copyright-text {
    display: flex;
}
.custom-copyright-link {
    text-align: right;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    margin-top: 10px;
}
.custom-links-social a {
    color: #fff;
    font-size: 12px;
    text-transform: capitalize;
}
.custom-copyright-link .custom-links-social a {
    margin: 0 10px;
}
.custom-links-social a:first-child {
    margin: 0 auto;
}
.custom-links-social a:nth-child(2n) {
    margin: 0 auto;
}
.footer-bottom-inner {
    display: block;
    clear: both;
    float: left;
    width: 100%;
    border-top: 1px solid #fff;
    padding-top: 27px;
    padding-bottom: 24px;
}
.custom-links-social a:first-child::after {
    content: "";
    height: 12px;
    width: 2px;
    background-color: #fff;
    position: relative;
    top: 2px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
.page-footer .block.newsletter .actions {
    display: inline-block;
    vertical-align: top;
    width: 210px;
}
.copyright span {
    font-size: 12px;
}
.page-footer .block.newsletter .form.subscribe {
    display: inline-block;
    width: 100%;
}
.page-footer .field.newsletter {
    width: calc(100% - 250px);
    display: inline-block;
}
#newsletter-validate-detail .field.newsletter {
    max-width: 100%;
}
.block.newsletter .custm.actions-checkbox input {
    height: auto;
}
.block.newsletter .custm.actions-checkbox label {
    font-size: 14px;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}
.block.newsletter .custm.actions-checkbox input {
    height: auto;
    margin-right: 15px;
}
.custm.actions-checkbox {
    margin-top: 20px;
}
.custom-links-social a i {
    margin: 0 5px;
}
.footer-phone {
    margin-bottom: 0;
    margin-top: 20px;
}
.footer-email {
    margin-bottom: 15%;
}
body .minicart-wrapper .action.close {
    right: 5px;
    top: 10px;
}
/*--- Footer ---*/
.breadcrumbs a:visited, .breadcrumbs a:hover {
    color: #292728 !important;
}
/*-- Login ---*/
body.cms-login  .page-main, body.customer-account-login .page-main{
    max-width: none;
    padding: 0;
    width: 100%;
    margin: 0 auto;
}
.login-container .block.block-customer-login-banner{
    background-image: url("../images/login-left.png");
    background-size: cover;
    height: 100vh;
    margin-bottom: 0px !important; 
    width: calc(50% - 4px);
    padding: 0px;
    display: inline-block;
    float: none !important;
    vertical-align: top;
}
.login-container .block.block-customer-login {
    background-image: url("../images/login-right.png");
    background-size: cover;
    height: 100vh;
    margin-bottom: 0px !important;
    width: calc(50% - -4px);
    padding: 0px;
    float: none !important;
    display: inline-block;
    vertical-align: top;
}

.cms-login .columns .column.main, .customer-account-login .columns .column.main{
    padding-bottom: 0px;
}
.login-container .block-customer-login .block-content {
    max-width: 454px;
    width: 100%;
    background-color: #fff;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0 20px 20px 0;
    padding: 80px 73px 20px;
    min-height: 620px;
}
.login-container .block-customer-login .page-title .base {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 63px;
    display: block;
    color: #373634;
}
.login-container .block-customer-login .fieldset>.field>.control {
    width: 100%;
}
.login-container .block-customer-login .fieldset>.field>.control input {
    height: 60px; 
    border: none;    
    border-bottom: 1px solid #bfbfbf;;
    font-size: 16px;
 /*   padding-left: 7vw;*/
 padding-left: 120px;
    outline: none;
    margin-bottom: 10px;
} 
.login-container .block-customer-login .fieldset>.field>.control input[type="password"]{
    letter-spacing: 4px;
}
.login-container .block-customer-login .fieldset>.field>.control input#email {
    /*padding-left: 4.5vw;*/
    padding-left: 80px
}
.login-container .block-customer-login .fieldset>.field>.control {
    width: 100%;
    position: relative;
}
div#email-error, div#pass-error {
    position: absolute;
    bottom: 0;
    z-index: 9;
}
.block-customer-login .field.email.required, .block-customer-login .field.password.required {
    position: relative;
}
.login-container .block-customer-login .fieldset>.field>.label span{
    font-weight: normal;
    font-size: 16px;
}
.login-container .block-customer-login .fieldset>.field>.label{
    position: absolute;
    z-index: 9;
    /*top: 0.9vw;
    left: 18px;*/  
    top: 20px;     
    left: 17px;
    color: #383633;
    margin-bottom: 0;
}
.login-container .block-customer-login .secondary {
    font-size: 15px;
    color: #666666;
    margin-top: 48px;
}
.login-container .block-customer-login .secondary a {
    color: #E7161C;
    text-decoration: underline;
}
.login-container .block-customer-login .actions-toolbar .primary .action {
    margin: 0 auto;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    margin-top: 75px;
    min-width: 178px;
    letter-spacing: 1px;
}
.login-container .block-customer-login .fieldset:after{
    display: none;
}
.login-container {
    position: relative;
    display: flex;
}
.custm-login-logo {
    position: absolute;
    z-index: 9;
    left: 37px;
    top: 27px;
}
.login-container .login-left-blk-custom {
    max-width: 430px;
    width: 100%;
    float: right;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
    border-radius: 20px 0 0 20px;
    min-height: 620px;
}
.login-container .login-left-blk-custom .login-text-info {
    position: absolute;
    top: 0;
    padding: 13.5%;
    height: 100%;
}
.login-container .login-text-welcome {
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 100;
    letter-spacing: -0.7px;
}
.login-container .sup-com-text {
    color: #fff;
    font-weight: bold;
    margin-top: 10px;    
    margin-bottom: 0;
    font-size: 34px;
    letter-spacing: -0.5px;
}
.login-left-blk-custom .login-text-part {
    font-size: 34px;
    color: #fff;
}
.login-left-blk-custom .login-text-making-life {
    color: #fff;
    font-size: 16px;
    position: absolute;
    bottom: 12.5%;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}

.customer-account-login .page-header{
    display: none;
}
          
.customer-account-login .login-container .block .block-title {
    padding: 10px;
    text-align: center;
}

.customer-account-login .login-container .block.block-customer-login{
    width: 100%;
} 
    
.customer-account-login .login-container .block-customer-login .block-content{
    border-radius: 1.04vw 1.04vw;
    max-width: 550px;
    margin-left: auto; 
    margin-right: auto;
    min-height: auto;
}

.customer-account-login .form-login .fieldset > .field{
    position: relative;
}
   
.customer-account-login .login-container .block-customer-login .actions-toolbar .primary .action{
    margin-top: 0;
} 

.customer-account-login .login-container .block-customer-login .secondary{
    margin-top: 6px;
    margin-left: 15px;
}


/*-- Login ---*/

/* ------ order-confirmation css ----- */
.checkout-success table td.customer-name-lastimage img {
    max-height: 50px;
    width: auto;
}
.checkout-success table tr {
    border-bottom: 1px solid #e6e6e6;
}
.checkout-success table td[class*="col-"] {
    padding-bottom: 20px;
}
.checkout-success table td[class*="col-"] select {
    display: inline-block;
    width: calc(100% - 17px);
    font-size: 14px;
}
.checkout-success table td[class*="col-"], table th[class*="col-"] {
    vertical-align: middle;
}

.checkout-success table tr th {
    background-color: red;
    color: #fff;
    text-align: left;
}
.checkout-success table {
    margin: 30px 0;
}
.checkout-onepage-success .page-title-wrapper {
    position: relative;
}
.checkout-onepage-success .page-title-wrapper h1.page-title {
    width: 100%;
    text-align: center;
}
.checkout-onepage-success .page-title-wrapper > a.print {
    position: absolute;
    right: 0;
    top: 0;
}
.checkout-success > p > a.order-number {
    display: block;
    margin-top: 20px;
    text-decoration: none;
}
.checkout-success > p {
    text-align: center;
}
.checkout-success > p > a.order-number strong {
    background-color: #f00;
    color: #fff;
    padding: 10px;
}
.checkout-success .custom-your-order-deatils {
    text-align: center;
}
form#success_page input#submit {
    width: 100%;
    height: 50px;
    background-color: #E7161C;
    border: 1px solid #E7161C;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    max-width: 150px;
    color: #fff;
    margin: 0 auto;
    display: block;
}
form#success_page input#submit:hover {
    background-color: #000;
    border: 1px solid #000;
}
.checkout-success .customer-custom-subscription .subscription_month {
    float: right;
    width: calc(100% - 33px) !important;
}
.modal-popup._inner-scroll .modal-inner-wrap {
    width: 40%;
}
/*.modal-popup._inner-scroll .modal-inner-wrap footer.modal-footer {
    display: none;
}*/
.custom-form-contact-popup .field.required {
    position: relative;
}
.custom-form-contact-popup div.mage-error {
    position: absolute;
    margin-top: 3px;
    bottom: -20px !important;
}
.bss-onestepcheckout #opc-sidebar .opc-block-summary .product-item-details input.qty, .minicart-items .item-qty {
    max-width: 35px;
    text-align: center;
    margin-left: 5px;
    height: 35px;
    padding: 0 5px;
}
.cart.table-wrapper .col.qty .input-text{
    width: 35px;
}
.bss-onestepcheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods .payment-group:first-child .step-title:before{
    display: none;
}
.page-print .logo {
    margin-top: 20px;
}
.page-print .footer-botoom {
    width: 100%;
}
.page-print .footer-bottom-inner{
    border-top: none;
}
.custom-copyright-text p{
    margin-bottom: 0;
}
a.main-category-btn.custom-hide-btn-home {
    opacity: 0.5;
    cursor: no-drop;
}


#switcher-store {
    position: absolute;
    left: 115px;
    top: -31px;
    z-index: 99;
}

.switcher-options
{
    position: relative;
    padding-bottom: 0px;
}


#switcher-store .switcher-label {
    display: none;
}


#switcher-store div#switcher-store-trigger
{
    position: relative;
}

#switcher-store div#switcher-store-trigger:after {
    font-family: 'FontAwesome' !important;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f107";
    display: table;
    margin: 0 auto;
    font-size: 16px;
    color: #000;
}


#switcher-store .switcher-dropdown::before {
    position: absolute;
    border: 10px solid;
      border-top-color: currentcolor;
      border-right-color: currentcolor;
      border-bottom-color: currentcolor;
      border-left-color: currentcolor;
    border-color: transparent transparent #fff;
    content: "";
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 10px;
  }


  #switcher-store .switcher-dropdown {
    display: none;
    position: absolute;
    top:100%;
    background-color: #fff;
    width: 170px;
    right: 0;
    padding: 5px 0;
    margin-right: -50px;
    box-shadow: 1px 1px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.5);
    -ms-box-shadow: 1px 1px 5px rgba(0,0,0,.5);
    -moz-box-shadow: 1px 1px 5px rgba(0,0,0,.5);
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
  }


  #switcher-store .active .switcher-dropdown {
    display: block;
  }


  #switcher-store .switcher-options ul li {
    margin-bottom: 0px;
    list-style: none;
  }

  #switcher-store .switcher-options ul li a {
    display: block;
    width: 100%;
    color: #000;
    font-size: 12px;
    text-transform: none;
    padding: 6px 10px;
  }

  #switcher-store .switcher-options ul li a:hover { color: #e7161c;} 


 

/*------------ Responsive css ------------*/
@media screen and (min-width: 1200px) and (max-width: 1900px) {
    .custom-form-contact-popup input {
        height: 30px;
    }
    .content_slider .inner-banner-content h1 {
        font-size: 2.91vw;
        font-weight: 600;
    }
    .support-info .title-info {
        margin-left: 2.40vw;
        width: 100%;
    }
    .support-info .title-info h3 {
        font-size: 1.82vw;
        letter-spacing: 0.052vw;
    }
    .product-item .price-box .price {
        font-size: 1.04vw;
    }
    .support-info .title-info .fa {
        font-size: 1.56vw;
    }
    .custom-tab-magento-homepage .tablink, .custom-tab-magento-homepage .tablink a {
        font-size: 0.83vw;
        letter-spacing: 0.16vw;
    }
    .product-item-info .product-item-description {
        margin: 0.52vw 0;
        margin-bottom: 0.78vw;
        font-size: 0.78vw;
    }
    .product-item-info .product-item-description {
        bottom: 2vw;
    }
    .header .minicart-wrapper .action.showcart {
        padding: 0.83vw;
        width: 4.37vw;
        height: 4.16vw;
    }
    .minicart-wrapper .action.showcart:before {
        height: 1.56vw;
        width: 1.56vw;
    }
    .header ul.header.links li a::before {
        height: 1.82vw;
        width: 1.45vw;
    }
    .custom-advertice-download-app a.download-app {
        height: 2.29vw;
        padding: 0 1.77vw;
        line-height: 2.29vw;   
        font-size: 0.72vw;
        /*margin-right: 1.82vw;*/
        min-width: 10.98vw;
    }
    .header.content .block-search input{
        height: 2.29vw;
        padding: 0 2.5vw;
        line-height: 2.29vw;
        font-size: 0.72vw;
        min-width: 10.98vw;
        padding-left: 0.5vw;
    }
    .block-search .label.active+.control input {
        position: static;
        /*padding-left: 2vw;*/
        padding-left: 30px;
    }
    .header.content .block-search .action.search {
        top: 0px;
        height: 2.29vw;
        right: 0px;
        line-height: normal;
        width: 2.29vw;
    }
    body .block-search .action.search:before {
        line-height: normal;
        vertical-align: middle;
        font-size: 14px;
    }
    .header.content .block-search {
        width: 14vw;
            right: 36vw;  
    }
    .custom-advertice-download-app a.advertice-here {
        font-size: 0.72vw;
        margin-right: 1.30vw;
    }
    /*.custom-advertice-download-app {
        margin-top: 1.56vw;
    }*/
    .header ul.header.links {
        margin-top: 1.14vw;
    }
    .header .minicart-wrapper .action.showcart .text {
        margin-top: 0.26vw;
    }
    .custom-header-panel-phone a {
        margin-right: 0.78vw;
        font-size: 0.8vw;
    }
    .content_slider .inner-banner-content a {
        font-size: 0.78vw;
        line-height: 2.40vw;
        padding: 0 7.762%;
    }
    .custom-slider::after {
        height: 3.75vw;
        bottom: -2.2vw;
    }
    .cutm-homepage-banner-container, .cutm-homepage-banner-container.superyacht-supply-banner{
        margin-top: 1.145vw;
    }
    
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
    .header.content .block-search {
        right: 50.5vw; 
    }  
}
@media screen and (min-width: 1025px) and (max-width: 1920px) {
.header a.logo {
    min-width: 366px;
        position: absolute;
}
}
@media screen and (min-width: 1025px) and (max-width: 1900px) {
    body .page-main .container, body .page-main, .page-footer .footer.content {
        max-width: 80%;
        padding: 0 15px;
        width: 100%;
        margin: 0 auto;
    }
    body .page-main .products-grid .product-item {
        padding-left: 2.52vw !important;
        padding-right: 1vw !important;
    }
    .support-info:hover .hover-details {
        padding: 2.86vw 4.43vw;
    }
    .support-info .hover-details .title-info {
        margin-left: 0;
        font-size: 1.82vw;
        color: #fff;
    }
    .support-info .hover-details ul>li>a {
        padding: 0;
        padding-bottom: 0.52vw;
        font-size: 0.83vw;
        color: #fff;
    }
    .support-info .hover-details ul>li{
        margin-bottom: 0.52vw;
        font-size: 0.83vw;
        list-style: none;
    }
    .support-info:hover .title-info h4 a{
        font-size: 1.82vw;
    }
    .custom-tab-magento-homepage .tablink.active, .custom-tab-magento-homepage .tablink.active a {
        height: 4.21vw;
    }
    .block.newsletter input {
        max-width: 45%;
        height: 2.60vw;
        padding-left: 1.82vw;
        margin-right: 1.56vw;
        font-size: 0.9vw;
    }
    .page-footer .block.newsletter .action.subscribe{
        height: 2.60vw;
        padding: 0;
        font-size: 14px;
        max-width: 10.92vw;
    }
    .custom-commercial-marine-button {
        max-width: 38%;
    }
    .custom-superyacht-supply-button, .custom-downladapp-button {
        max-width: 28%;
    }
    .footer-download-app a {
        height: 4.42vw;
        font-size: 1.5vw;
        padding: 0.93vw;
    }
    .commercial-block-footer, .site-Information-block-footer {
        padding-left: 2.5%;
    }
    .custom-footer-links p {
        font-size: 14px;
    }
    .footer-title {
        font-size: 13px;
        margin-bottom: 1.35vw;
    }
    .site-Information-block-footer .footer-title{
        margin-top: 1.35vw;
    }
    .footer-office-title, .site-Information-block-footer a {
        font-size: 13px;
    }
    .footer-download-app {
        margin-top: 4.68vw;
        margin-bottom: 5vw;
    }
    /*---- Login Page ----*/
    .login-container .login-text-welcome {
        font-size: 1.14vw;
    }
    .login-container .sup-com-text, .login-left-blk-custom .login-text-part {
        font-size: 1.77vw;
    }
    .login-container .login-left-blk-custom .login-text-info, .login-container .block-customer-login .block-content  {
        padding: 3vw;
    }
    .login-container .block-customer-login .page-title .base {
        font-size: 1.56vw;
        margin-bottom: 3.28vw;
    }
    .login-container .block-customer-login .page-title{
        margin-bottom: 3.28vw;
        margin-top: 1.04vw;
    }
    .login-container .block-customer-login .fieldset>.field>.control input {
       /* height: 2.08vw;
        font-size: 0.9375vw;*/
        height: 50px;
        font-size: 16px;
        margin-bottom: 1.15vw;
    }
    .login-container .block-customer-login .fieldset>.field>.label span{
        /*font-size: 0.9vw;*/
        font-size: 16px;
        line-height: 3.1
        2vw;
    }
    .login-container .block-customer-login .secondary {
        font-size: 0.78vw;
        margin-top: 3.02vw;
    }
    .login-container .block-customer-login .actions-toolbar .primary .action {
        font-size: 0.93vw;
        margin-top: 3.90vw;
        min-width: 9.27vw;
    }
    .login-container .login-left-blk-custom, .login-container .block-customer-login .block-content {
        max-width: 22.39vw;
        min-height: 32.29vw;
    }
    .login-container .block-customer-login .block-content{
        max-width: 23.59vw;
        padding: 4.16vw 3.69vw 1.04vw;
    }
    .login-container .login-left-blk-custom{
        border-radius: 1.04vw 0 0 1.04vw;
    }
    .login-container .block-customer-login .block-content{
        border-radius: 0 1.04vw 1.04vw 0;
    }
    .login-left-blk-custom .login-text-making-life {
        font-size: 0.83vw;
    }
    .cusotm-footer-flooter-button img {
        width: 5.26vw;
    }
    .custm-login-logo {
        width: 7.76vw;
    } 
    .login-container .block-customer-login .fieldset>.field>.label{
     /*   top: -7px;
        left: 0.93vw;*/      
        top: 15px;
    }
   /* .login-container .block-customer-login .fieldset>.field>.label span{
        font-size: 0.93vw;
    }*/
    .header a.logo img {
        width: 15.83vw;
    }
    .custom-add-class-for-commercial .header a.logo {
        max-width: 19.06vw;
    }
    body .header.content {
        padding: 0px 0 0px 1.82vw;
    }
    /*---- Login Page ----*/

}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
    .custom-superyacht-supply-button, .custom-downladapp-button {
        width: 30vw;
    }
    .custom-commercial-marine-button {
        width: 37vw;
    }
    .content_slider .inner-banner-content h1 {
        font-size: 2.91vw;
    }
    .content_slider .inner-banner-content p {
        font-size: 1.14vw;
    }
    .support-info .title-info h3 {
        font-size: 1.82vw;
    }
    .support-info .title-info {
        margin-left: 2.39vw;
        width: 100%;
    }
    .custom-tab-magento-homepage .tablink, .custom-tab-magento-homepage .tablink a {
        font-size: 1.11vw;
        letter-spacing: 0.16vw;
    }
    .product-item-info a.product-item-link {
        font-size: 1.25vw;
    }
    .product-item-info .product-item-description {
        font-size: 1.04vw;
    }
    .custom-product-info-grid .custom-price-info-grid {
        width: 22%;
    }
    .product-item .price-box .price, .custom-product-info-grid .custom-price-info-grid span.old-price span.price {
        font-size: 0.9vw;
    }
    .tocart.primary {
        font-size: 0.97vw;
    }
    .tocart span {
        padding: 0 5px !important;
    }
    .homepage-see-more-link a, .see-more-custom a {
        font-size: 1.04vw;
    }
    .homepage-see-more-link, .see-more-custom {
        line-height: 3.12vw;
    }
    .custom-homepage-conatc-email-request .custom-contact-us, .custom-homepage-conatc-email-request .custom-email-us, .custom-homepage-conatc-email-request .custom-requst {
        font-size: 1.51vw;
        line-height: 2.60vw;
    }
    .home-custom-contact-teaspoon.text-center {
        font-size: 1.66vw;
        line-height: 3.33vw;
        max-width: 49.47vw;
    }
    .homepage-brand-section .brand-title {
        font-size: 1.56vw;
        max-width: 38.85vw;
    }
    .block .title strong {
        font-size: 1.25vw;
    }
    .page-footer .block.newsletter .title {
        font-size: 0.83vw;
    }
    .block.newsletter input {
        padding-left: 1.82vw;
        margin-right: 1.56vw;
    }
    .minicart-wrapper .action.showcart .counter.qty {
        top: 0px;
    }
    .custom-footer-links p {
        font-size: 11px;
    }
    .superyacht-block-footer .col-md-6 {
        padding-right: 5px;
    }
    
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
    .header.content .block-search {
        right: 43vw;
    }
}

@media screen and (min-width: 820px) and (max-width: 991px) {
    .header.content .block-search {
        right: 50vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 819px) {
    .header.content .block-search {
        right: 54vw;
    }
}



@media screen and (min-width: 768px) and (max-width: 1024px) {
    .modal-popup._inner-scroll .modal-inner-wrap {
        width: 70%;
    }
    .custom-form-contact-popup input {
        height: 30px;
    }
    .custom-advertice-download-app {
        width: calc(100% - 450px);
    }
    .custom-header-panel-phone a {
        margin-right: 10px;
        font-size: 12px;
        letter-spacing: 0;
    }
    .header .minicart-wrapper .action.showcart {
        padding: 5px;
        width: 60px;
        height: 60px;
    }
    .custom-advertice-download-app a.advertice-here {
        font-size: 12px;
        margin-right: 15px;
    }
    .custom-advertice-download-app a.download-app {
        height: 36px;
        padding: 0 15px;
        line-height: 35px;
        font-size: 12px;
        min-width: 145px;
    }
    .custom-slider .owl-carousel .banner-item .content_slider {
        top: 50%;
        width: calc(100% - 120px);
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    .minicart-wrapper .action.showcart:before {
        font-size: 0px;
    }
    body .header.content {
        padding: 0px 0 0px 20px;
        padding-right: 12px;
    }
    .content_slider .inner-banner-content {
        padding-left: 0;
    }
    .content_slider .inner-banner-content p {
        font-size: 18px;
        margin-bottom: 0;
    }
    .owl-carousel .banner-item .content_slider {
        top: 15%;
    }
    .content_slider .inner-banner-content h1 {
        font-size: 24px;
        margin: 0 auto;
    }
    .content_slider .inner-banner-content a {
        font-size: 13px;
        line-height: 36px;
        margin-top: 10px;
    }
    body.cms-home.page-layout-1column .block.widget .products-grid .product-item {
        width: calc((100% - 0%)/3);
    }
    .custom-slider::after {
        height: 55px;
    }
    .custom-home-page-banners-blk, .custom-home-page-banners-blk + .row {
        padding: 20px 3px !important;
    }
    .support-info .title-info h3, .support-info:hover .title-info h4 a {
        font-size: 20px;
    }
    .support-info .title-info {
        margin-left: 15px;
    }
    .support-info  .title-img img {
        max-width: 90px;
    }
    .homepage-see-more-link a, .see-more-custom a {
        font-size: 16px;
    }
    .homepage-see-more-link, .see-more-custom {
        max-width: 150px;
        line-height: 45px;
        margin-bottom: 5%;
    }
    .custom-tab-magento-homepage .tablink.active, .custom-tab-magento-homepage .tablink.active a {
        height: 50px;
    }
    .custom-tab-magento-homepage .tablink, .custom-tab-magento-homepage .tablink a {
        font-size: 14px;
        letter-spacing: 0;
    }
    
    body.cms-home .page-main .products-grid .product-item:nth-child(3n) {
        border-right: 1px solid #818181;
        margin-top: 1px;
    }
    body.cms-home .page-main .products-grid .product-item:nth-child(4n) {
        border-right: none;
    }
    .custom-homepage-conatc-email-request .custom-contact-us, .custom-homepage-conatc-email-request .custom-email-us, .custom-homepage-conatc-email-request .custom-requst {
        font-size: 18px;
        line-height: normal; 
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .homepage-brand-section .brand-title {
        font-size: 24px;
        margin-bottom: 3%;
        margin-top: 3%;
    }
    .home-custom-contact-teaspoon.text-center {
        font-size: 22px;
        line-height: normal;
        margin-bottom: 5.8%;
        margin-top: 5.3%;
        width: 100%;
        padding: 0 20px;
        margin-bottom: 3%;
        margin-top: 3%;
    }
    .block.newsletter input {
        padding-left: 20px;
        border: none;
        height: 50px;
        max-width: 44%;
        margin-right: 20px;
        font-size: 14px;
    }
    .page-footer .block.newsletter .title {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .block .title strong {
        font-size: 18px;
        margin-right: 20px;
    }
    .page-footer .block.newsletter .action.subscribe {
        height: 50px;
        font-size: 16px;
    }
    .page-footer .footer.content .block.block-content {
        margin-top: 20px;
    }
    .page-footer .block-search input {
        font-size: 18px;
        height: 50px;
    }
    .custom-downladapp-button, .custom-superyacht-supply-button {
        width: 30%;
        padding: 0 10px;
    }
    .custom-commercial-marine-button {
        width: 40%;
        margin: 0;
        padding: 0 10px;
    }
    .footer-download-app {
        margin-top: 5%;
        margin-bottom: 5%;
        padding: 0 15px;
    }
    .cms-index-index .custom-slider {
        padding-bottom: 0;
    }
    .cusotm-footer-flooter-button {
        position: static;
        margin-top: 20px;
    }
    .cusotm-footer-flooter-button img {
        width: 5.26vw;
    }
    .commercial-block-footer, .site-Information-block-footer {
        padding-left: 15px;
    }
    .minicart-wrapper .action.showcart .counter.qty {
        top: 0;
    }
    .header ul.header.links li a::before {
        height: 25px;
        width: 18px;
        margin-bottom: 0;
    }
    .minicart-wrapper .action.showcart .counter-number {
        margin-left: 7px;
    }
    .support-info:hover .hover-details {
        padding: 25px;
    }
    .support-info .hover-details .title-info {
        font-size: 20px;
        padding-bottom: 2%;
        margin-bottom: 1%;
    }
    .support-info .hover-details table>tbody>tr>td {
        font-size: 12px;
    }
    .custom-view-more-grid a {
        font-size: 8px;
    }
    body .header.content {
        padding-right: 9px;
    }
    ul#cust-slider-offers {
        padding: 0;
    }
    body.cms-home .page-main .products-grid #cust-slider-offers .product-item:nth-child(3n) {
        border-right: 1px solid #818181;
    }
    body.cms-home .page-main .products-grid #cust-slider-offers .product-item:last-child {
        border-right: 1px solid #818181;
    }
    body.cms-home.page-layout-1column .products-grid #cust-slider-offers .product-item {
        margin-left: 0px;
        width: calc((100% - 0%)/3);
    }
    .breadcrumbs .item:not(:last-child):after {
        font-size: 20px;
        line-height: 20px;
    }
    .page-main .custom-slider{
        padding-bottom: 0;
    }
    .header.content .block-search .action.search {
        height: 36px;
        width: 36px;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
    body.page-layout-1column .block.widget .products-grid .product-item {
        width: calc(100% / 3 - 9px) !important;
    }
    body.page-layout-1column .page-main .products-grid .product-item:nth-child(3n) {
        border-right: 1px solid #818181;
    }
    body.page-layout-1column .page-main .products-grid .product-item:nth-child(4n) {
        border-right: none;
    }

    /*=-=-=-=-=-=-=--=--=-Login  page -=-=-=-=-=-=-=-*/
    .login-container {
        position: relative;
        display: block;
    }
    .login-container .block-customer-login .block-content {
        width: 90%;
        top: 0;
        transform: translateY(0);
        margin: 0 auto;
        border-radius: 0 0 20px 20px ;
        min-height: auto;
        max-width: 600px;
    }

    .login-container .block.block-customer-login {
        margin-left: 0;
        width: 100%;
    }
    .login-container .block.block-customer-login-banner{

        width: 100%;
    }

    .login-container .login-left-blk-custom {
        width: 90%;
        float: none;
        transform: translateY(0);
        margin: 0 auto;
        border-radius: 20px 20px 0 0;
        max-width: 600px;
    }

    .login-left-blk-custom img {
        width: 100%;
    }
    .header a.logo img {
        max-width: 200px;
    }
    .login-container .block-customer-login .fieldset>.field>.control input {
        height: 40px;
        font-size: 18px;
        padding-left: 130px;
    }
    .login-container .block-customer-login .fieldset>.field>.control input#email {
        padding-left: 100px;
    }
    .login-left-blk-custom .login-text-making-life {
        position: static;
        margin-top: 30%;
    }

/*=-=-=-=-=-=-=--=--=-Login  page -=-=-=-=-=-=-=-*/

    .footer-download-app a {
        height: 50px;
        font-size: 16px;
        padding: 11px 18.5px;
    }
    .site-Information-block-footer {
        width: calc(25% - 4px);
        padding-left: 15px;
    }
    .commercial-block-footer {
        width: calc(40% - 4px);
        padding-left: 15px;
    }
    .superyacht-block-footer {
        width: calc(35% - 4px);
    }
    .footer-botoom {
        padding: 0 10px;
        margin-top: -1px;
    }
    .custom-copyright-text {
        display: flex;
        display: inline-block;
        width: calc(50% - 4px);
        padding-right: 0px;
    }
    .custom-copyright-text p{
        display: inline-block;
    }
    .custom-copyright-text  a {
        display: inline-block;
    }
    .copyright {
        display: inline-block;
    }
    .custom-copyright-link {
        display: inline-block;
        width: calc(50% - 4px);
    }
    .footer-bottom-inner {
        padding-top: 15px;
        padding-bottom: 13px;
    }
    .footer-bottom-inner .row {
       margin: 0 auto;
    }
    .support-info:hover .hover-details {
        padding: 10px;
    }
    .support-info .hover-details .title-info {
        font-size: 20px;
        padding-bottom: 3%;
        margin-bottom: 1%;
    }
    .support-info .hover-details table>tbody>tr>td {
        padding-bottom: 0;
    }
    .support-info .hover-details table>tbody>tr>td {
        font-size: 12px;
    }
    .support-info:hover .title-info h4 a {
        font-size: 20px;
    }
    body .page-main #amasty-shopby-product-list .products-grid .product-item:nth-child(2n) {
        border-right: 1px solid #818181;
    }
    body .page-main #amasty-shopby-product-list .products-grid .product-item:nth-child(6n){
        border-right: 1px solid #818181;
    }
    .toolbar select.limiter-options {
        min-width: 70px;
    }
    .cusotm-footer-flooter-button {
        position: absolute;
        margin-top: 20px;
        right: 0;
        bottom: -322px;
        top: auto;
    }
    .support-info .hover-details ul>li>a {
        padding-bottom: 0;
        font-size: 12px;
    }
    .support-info .hover-details ul>li {
        margin-bottom: 0;
        line-height: 16px;
    }
    body.wishlist-index-index .products-grid.wishlist .product-item .box-tocart .tocart {
        padding: 7px 14px;
    }
    .wishlist-index-index .tocart span {
        font-size: 10px;
    }
    .wishlist .box-tocart .fieldset .qty .control {
        padding: 5px 6px;
    }
    .box-tocart .fieldset .qty .control input {
        font-size: 16px;
    }
    .cusotm-footer-flooter-button img {
        width: 70px;
    }
    .custom-add-class-for-commercial .header a.logo {
        max-width: 200px;
    }
    .header.content .block-search {
        bottom: 13px;
        width: 150px;
    }
    .header.content .block-search input {
        height: 36px;
        font-size: 12px;
    }
}
@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
/*=-=-=-=-=-=-=--=--=-Login  page -=-=-=-=-=-=-=-*/
    .login-container .block.block-customer-login {
        width: calc(50% - -3px);
        margin-right: -1px;
    }
    .login-container .block.block-customer-login-banner {
        width: calc(50% - 3px);
        margin-left: -1px;
    }
    div#email-error, div#pass-error {
        bottom: -15px;
        max-width: 220px;
    }
    .login-container .sup-com-text, .login-left-blk-custom .login-text-part {
        font-size: 24px;
    }
    .login-container .login-left-blk-custom .login-text-info {
        padding: 11%;
    }
    .login-container .login-text-welcome {
        font-size: 18px;
    }
    .login-container .block-customer-login .page-title .base {
        font-size: 20px;
    }
    .login-container .block-customer-login .fieldset>.field>.control input {
        height: 50px;
        font-size: 14px;
        padding-left: 110px;
    }
    .login-container .block-customer-login .secondary {
        font-size: 14px;
    }
    .login-container .block-customer-login .block-content {
        max-width: 370px;
        min-height: 500px;
        max-height: 504px;
        padding: 30px;
    }
    .login-container .login-left-blk-custom {
        max-width: 350px;
        min-height: 500px;
    }
    .login-container .block-customer-login .fieldset>.field>.label span {
        font-size: 14px; 
    }
    .login-left-blk-custom .login-text-making-life {
        font-size: 14px;
    }
    .login-container .block-customer-login .actions-toolbar .primary .action {
        font-size: 16px;
        min-width: 150px;
        margin-top: 30px;

    } 
    .login-container .block-customer-login .fieldset>.field>.label {
        top: 13px;
    }
    body.wishlist-index-index .products-grid.wishlist .product-item .box-tocart .tocart {
        padding: 7px 14px;
    }
    .wishlist-index-index .tocart span {
        font-size: 10px;
    }
    .wishlist .box-tocart .fieldset .qty .control {
        padding: 5px 6px;
    }
    .header.content .block-search {
        bottom: 14px;
        right: 54%;
        width: 200px; 
    }
    .header.content .block-search input {
        height: 36px;
        font-size: 12px;
    }
    
/*=-=-=-=-=-=-=--=--=-Login  page -=-=-=-=-=-=-=-*/


    .footer-download-app a {
        height: 60px;
        font-size: 20px;
        padding: 13px 18.5px;
    }
    .footer-title {
        margin-bottom: 15px;
    }
    .custom-footer-links p a {
        word-break: break-all;
    }
    .custom-footer-links p {
        font-size: 12px;
    }
    .site-Information-block-footer a, .footer-office-title {
        font-size: 12px;
    }
    .footer-botoom {
        padding: 0 20px;
    }
    .footer-bottom-inner {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .footer-title {
        font-size: 14px;
        color: #E7161C;
        font-weight: 600;
        margin-bottom: 15px;
    }
    body.cms-home .page-main .products-grid .product-item:nth-child(3n) {
        margin-top: 0px;
    }
    .login-container .block-customer-login .fieldset>.field>.control input,  {
        padding-left: 100px;
    }
    .login-container .block-customer-login .fieldset>.field>.control input#email{
        padding-left: 85px;
    }
    .login-container .block-customer-login .secondary {
        margin-top: 20px;
    }
    body .header.content {
        padding-right: 12px;
    }
    .cusotm-footer-flooter-button {
        width: 100%;
        text-align: right;
        padding-right: 0;
    }
    .support-info .hover-details a {
        font-size: 14px;
    }
    .support-info .hover-details ul li {
        margin-bottom: 0px;
    }
}

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

body.ambrand-index-index .page-main .products-grid .product-item {
    width: 100%;
}
body.ambrand-index-index .page-main .products-grid .product-item:nth-child(3n) {
    border-right: 1px solid #818181;
}



/*=-=-=-=-=-=-=--=--=-Header section -=-=-=-=-=-=-=-*/
.modal-popup._inner-scroll .modal-inner-wrap {
        width: 90%;
}
.custom-form-contact-popup input {
        height: 30px;
}
.product-item-info .product-item-description {
    position: static;
    top: auto;
    bottom: 0;
}
.product-item-info .product-item-name {
    min-height: unset;
}
.page-header {
    margin-bottom: 0;  
    padding-bottom: 15px;
}
body .page-header .panel.wrapper{
    padding-top: 05px;
}

body .header.content {
    text-align: center;
}

span.action.nav-toggle {
    display: none;
}

.header a.logo {
    margin-top: 5px !important;
    margin: 0 auto;
    text-align: center;
    width: auto;    
    float: none;
    margin-bottom: 5px;       
}

.custom-advertice-download-app {
    text-align: center;
    margin-top: 0;
    vertical-align: middle;
}

.custom-header-panel-phone {
    text-align: center;
}

.custom-header-panel-phone a:first-child {
    width: 100%;
    display: inline-block;
    margin: 0;
    margin-bottom: 10px;
}

.header ul.header.links {
    text-align: center;
    margin-top: 0;
    vertical-align: middle;
}

.header .minicart-wrapper {
    margin-top: 0;
    vertical-align: middle;
}
.minicart-wrapper .action.showcart .counter.qty {
    top: 0;
}
/*=-=-=-=-=-=-=--=--=-Header section -=-=-=-=-=-=-=-*/

/*=-=-=-=-=-=-=--=--=-support-info section -=-=-=-=-=-=-=-*/

    .support-info:hover .hover-details{
        padding: 10px;
    }

    .support-info .hover-details .title-info{
        font-size: 18px;
        padding-bottom: 3%;
        margin-bottom: 2%;
        
    }
    .support-info .hover-details table>tbody>tr>td {
        font-size: 13px;
    }
    .support-info .hover-details table td{
        padding-bottom: 3px !important;
        font-size: 12px;
    }

    .support-info:hover .title-info h4 a{
        font-size: 20px;
    }


/*=-=-=-=-=-=-=--=--=-support-info section -=-=-=-=-=-=-=-*/


/*=-=-=-=-=-=-=--=--=-Login  page -=-=-=-=-=-=-=-*/

    .login-container .block-customer-login .block-content {
        width: 90%;
        top: 0;
        transform: translateY(0);
        margin: 0 auto;
        border-radius: 0 0 20px 20px ;
        min-height: auto;
        /*padding: 10px 30px;*/
        padding: 30px; 
        padding-bottom: 10px;
    }
    .login-container .block.block-customer-login {
        margin-left: 0;
        width: 100%;
    }
    .login-container .block.block-customer-login-banner{

        width: 100%;
    }
    .login-container .login-left-blk-custom {
        width: 90%;
        float: none;
        transform: translateY(0);
        margin: 0 auto;
        border-radius: 20px 20px 0 0;
    }
    .login-container {
        position: relative;
        display: block;
    }
    .login-container .sup-com-text {
        font-size: 24px;
    }
    .login-container .login-text-welcome {
        font-size: 20px;
    }
    .login-container .block-customer-login .page-title .base {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .login-container .block-customer-login .fieldset>.field>.control input {
        height: 40px;
        padding-left: 100px; 
        font-size: 14px;
    }
    .login-container .block-customer-login .fieldset>.field>.control input#email {
        padding-left: 70px;
    }
    .login-container .block-customer-login .fieldset>.field>.label {
        /*top: 8px;*/
        top: 10px;
        font-size: 14px; 
        /*left: 5px;*/
        left: 10px;
    }
    .login-container .login-left-blk-custom .login-text-info {
        padding: 30px;
    }
    .login-left-blk-custom .login-text-part {
        font-size: 24px;
    }
    .login-left-blk-custom .login-text-making-life {
        position: static;
        margin-top: 25%;
    }
    .login-container .block-customer-login .actions-toolbar .primary .action {
        font-size: 16px;
        margin-top: 30px;
        min-width: 150px;
    }
    .login-container .block-customer-login .fieldset>.field>.label span {
        font-size: 14px;
    }
    div#email-error, div#pass-error {
        bottom: -15px;
        max-width: 220px;
    }
    .login-container .block-customer-login .secondary {
        font-size: 14px;
    }
    /*.cutm-homepage-banner-container .homecat:first-child, .cutm-homepage-banner-container .homecat:last-child {
        padding-left: 10px;
        padding-right: 10px;
    }*/
    .support-info.sectional-engineering, .support-info.sectional-deck {
        margin-bottom: 0;
    }

/*=-=-=-=-=-=-=--=--=-Login  page -=-=-=-=-=-=-=-*/

    body .header.content {
        /*display: inline-block;*/
        display: flex; 
        padding: 0;   
    }
    .header a.logo {
        margin-top: 0;
    }
    .custom-advertice-download-app {
        display: inline-block;
        width: calc(100% - 116px);
        text-align: right;
    } 
       
    .header  .custom-advertice-download-app {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    
    .custom-advertice-download-app a.advertice-here {
        font-size: 12px;
        margin-right: 5px;
    }
    .header ul.header.links {
        /*display: inline-block;*/
        /*width: 40px;*/
        width: auto;
        text-align: center;
    }
    .header .minicart-wrapper {
        float: none;
        margin-right: -2px;
    }
    .header .minicart-wrapper .action.showcart {
        padding: 8px;
        width: 60px;
        height: 60px;
    }
    .custom-advertice-download-app a.download-app {
        height: 30px;
        padding: 0 10px;
        line-height: 30px;
        font-size: 10px;
        min-width: auto;
    }
    .header a.logo img {
        max-width: 100%;
        margin: 10px 0;
    }
    .cutm-homepage-banner-container .homecat {
        width: 100%;
        margin-bottom: 20px;
    }
    .home-custom-contact-teaspoon.text-center {
        font-size: 16px;
        line-height: normal;
        padding: 0 15px;
        max-width: 360px;
    }
    .custom-homepage-conatc-email-request {
        margin-bottom: 10px;
    }
    .custom-home-page-banners-blk, .custom-home-page-banners-blk + .row {
        padding: 15px 5px !important;
    }
    .support-info .title-info {
        margin-left: 20px;
        width: 100%;
    }
    .support-info .title-info h3 {
        font-size: 20px;
    }
    .homepage-see-more-link, .see-more-custom {
        line-height: 50px;
    }
    .homepage-see-more-link a, .see-more-custom a {
        font-size: 18px;
    }
    .custom-tab-magento-homepage .tablink, .custom-tab-magento-homepage .tablink a {
        width: calc(100% / 1 - 0px);
        margin-bottom: 15px;
    }
    .custom-tab-magento-homepage .tablink.active, .custom-tab-magento-homepage .tablink.active a {
        height: 50px;
    }
    body .page-main .products-grid .product-item {
        padding: 15px !important;
    }
    .custom-homepage-conatc-email-request .custom-contact-us, .custom-homepage-conatc-email-request .custom-email-us, .custom-homepage-conatc-email-request .custom-requst {
        width: calc(100% - 30px);
        font-size: 20px;
        line-height: normal;
        margin: 0 15px;
        margin-bottom: 15px;
    }
    .homepage-brand-section .brand-title {
        font-size: 20px;
    }
    .page-footer .field.newsletter {
        width: 100%;
        display: inline-block;
    }
    .block.newsletter input {
        margin-bottom: 10px;
        height: 40px;
        font-size: 14px;
        padding-left: 15px;
    }
    .newsletter .mage-error[generated] {
        margin-bottom: 10px;
    }
    .block .title strong {
        font-size: 18px;
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .page-footer .block.newsletter .title {
        font-size: 14px;
    }
    .footer-download-app a {
        height: 50px;
        font-size: 18px;
        padding: 10px;
        width: 100%;
        margin-bottom: 15px;
    }
    .superyacht-block-footer {
        width: 100%;
        border-right: none;
    }
    .commercial-block-footer {
        width: 100%;
        border-right: none;
        padding-left: 0;
    }
    .site-Information-block-footer {
        width: 100%;
        padding-left: 0px;
    }
    .footer-title {
        margin-bottom: 10px;
        font-size: 13px;
    }
    .footer-office-title, .site-Information-block-footer a {
        font-size: 13px;
    }
    .footer-contact-title {
        margin-bottom: 15px;
    }
    .footer-email {
        margin-bottom: 20px;
    }
    .footer-botoom {
        padding: 0 15px;
    }
    .custom-copyright-text {
        display: inline-block;
        text-align: center;
        width: 100%;
    }
    .footer-bottom-inner {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .custom-slider::after {
        height: 52px;
    }
    .content_slider .inner-banner-content {
        padding-left: 0;
        margin-top: 0;
    }
    .custom-slider .owl-carousel .banner-item .content_slider {
        top: 15px;
        left: 15px;
    }
    .content_slider .inner-banner-content p {
        font-size: 10px;
        margin-bottom: 0;
    }
    .custom-slider .owl-carousel .banner-item .content_slider .buttons .custom_content {
        margin-top: 0;
    }
    .content_slider .inner-banner-content {
        max-width: 78%;
    }
    .content_slider .inner-banner-content h1 {
        font-size: 13px;
        margin-top: 0;
        margin-bottom: 10px;
    }
    .header ul.header.links li a::before {
        height: 25px;
        width: 18px;
        margin-bottom: 0px;
    }
    .custom-slider .owl-theme .owl-dots {
        right: 10px;
    }
    .content_slider .inner-banner-content a {
        font-size: 10px;
        line-height: 20px;
    }
    .page-layout-2columns-left .columns .column.main {
        order: 0;
    }
    body .page-main .products-grid .product-item {
        text-align: center;
    }
    .custom-commercial-marine-button {
        margin: 0;
    }
    body .custom-slider {
        padding-bottom: 0;
    }
    .block.newsletter .custm.actions-checkbox label {
        font-size: 12px;
    }
    .block.newsletter .custm.actions-checkbox input {
        margin-right: 10px;
    }
    .actions-checkbox input[type="checkbox"] + label:before {
        bottom: 6px;
    }
    .custom-links-social {
        text-align: center;
    }
    .cusotm-footer-flooter-button {
        position: absolute;
        margin-top: 10px;
        text-align: right;
        right: 0;
        bottom: 0;
        top: auto;
    }
    .custom-footer-links p {
        font-size: 13px;
        line-height: 20px;
    }
    .cusotm-footer-flooter-button img {
        max-width: 50px;
    }
    .block-search input {
        position: static !important;
    }
    .block-search .label {
        display: none;
    }
    .block-search .action.search {
        display: inline-block;
        background-color: transparent;
        border: none;
        box-shadow: none;
    }
    .block-search .action.search:before{
        display: block !important;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 16px;
        line-height: 32px;
        color: #757575;
        content: '\e615';
        font-family: 'luma-icons';
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }
    .page-footer .block-search .action.search:before {
        color: #fff;
        font-size: 24px;
        display: inline-block;
        position: absolute;
        right: 0;
        top: 25px;
    }
    .block-search .action.search span {
        display: none;
    }
    .footer-download-app {
        margin-top: 20px;
    }
    .custom-header-panel-phone a:last-child {
        margin-right: 0;
    }
    .product.attribute:after {
        display: none;
    }
    ul#cust-slider-offers {
        padding: 0;
    }
    body.cms-home.page-layout-1column .products-grid #cust-slider-offers .product-item {
        width: calc((100% - 0%)/1);
    }
    .cart-summary .block .item-options .field .radio+.label {
        padding-left: 10px;
    }
    .custom-add-class-for-commercial .header a.logo img {
        width: 100%;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 10px;
        max-width: 220px;
    }
    .checkout-success .customer-custom-subscription .subscription_month {
    width: calc(100% - 15px) !important;
    }
    .cutm-homepage-banner-container .custom-home-page-banners-blk .homecat {
        width: 100%;
    }
    .support-info .hover-details a {
        font-size: 11px;
    }
    .support-info .hover-details ul li{
        margin-bottom: 0;
        line-height: 14px;
    }
    .support-info .hover-details .category-right {
        width: 50%;
        float: left;
    }
    .support-info .hover-details .category-left {
        width: 30%;
        float: left;
    }
    .block-search .control {
        border-top: none;
    }
    .header.content .block-search {
        position: relative;
        width: 90%;
        margin: 0 auto;
        right: 0;
    }
    .header.content .block-search input {
        margin-top: 10px;
        margin-bottom: 0;
        height: 35px;
    }
    .block-search .actions {
        position: absolute;
        right: 0;
        top: 9px;
    }
    .header.content .block-search .action.search {
        height: 36px;
    }

}

@media only screen and (min-width:320px) and (max-width:767px) and (orientation:portrait) {
    body.cms-home.page-layout-1column .block.widget .products-grid .product-item {
        width: calc((100% - 0%)/1);
        margin-bottom: 20px;
        border-right: 1px solid #818181;
    }
    .modes {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
    }
    .modes-mode>span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .modes-label{
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    body .modes-mode.mode-list:before {
        position: relative;
        top: 11px;
        right: 6px;
    }
}

@media only screen and (min-width:320px) and (max-width:767px) and (orientation:landscape) {

    body.cms-home.page-layout-1column .block.widget .products-grid .product-item {
        margin-left: 0px;
        width: 50%;
    }
    .login-container .block-customer-login .block-content {
        max-width: 430px;
    }
    .login-container .login-left-blk-custom {
        top: 35%;
    }
    .login-container .block-customer-login .secondary {
        font-size: 14px;
        margin-top: 10px;
    }
}

@media(min-width:768px){

.custom-ios {
    text-align: left;
}
.custom-andoroid {
    text-align: right;
}
}

@media(max-width:767px){
.custom-andoroid {
    margin: 10px 0;
}

.custom-andoroid img, .custom-ios img {
    max-width: 50%;
    margin: 0 auto;
    display: block;
}

body .brand-item {

    width: calc(100% / 2 - 24px) !important;
}

}
.cms-download-our-app .text-center.img-logo-download     {
    margin-top: 10%;
}
/*------------ Responsive css ------------*/

body .brand-images , body .brand-images .brands-letter .bare-list {
    display: block;
    display: block;
    display: block;
}
body .brand-images .brands-letter {
    width: 100%;
}
body .brand-item {
    max-width: unset;
    min-width: unset;
    min-height: 130px;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% / 5 - 24px);
}
body .brands-filters .letter:hover, body .brands-filters .letter.active {
    background: #e7271b;
    color: #fff;
    border: 1px solid #e7271b;
}

body .brands-filters .letter-all {
    min-width: 90px;
    margin-right: 20px;
    background-color: #e7271b;
    color: #fff;
    border: 1px solid #e7271b;
}
@media(min-width:1025px){
.ambrand-index-index .top-container {
    max-width: 80%;
    padding: 0 15px;
    /* width: 100%; */
    margin: 0 auto;
}
}

body.ambrand-index-index  .page-main .products-grid .product-item {

    width: calc((100% - 0%)/4);

}
body.ambrand-index-index .page-main .products-grid .product-item:nth-child(4n) {
    border-right: 1px solid #818181;
}
body.ambrand-index-index.page-layout-2columns-left .column.main {
    width: 100%;
}
body.ambrand-index-index .products-grid .product-item:nth-child(3n) {
    border-right: none;
}
.ambrand-index-index .sidebar.sidebar-main {
    display: none;
}
.ambrand-index-index .top-container .category-image img.image {
  
      max-width: 150px;
}
.cms-faq.cms-page-view h2, .h2 {
    border-bottom: 2px solid #e7271b;
    padding-bottom: 10px;
}
.cms-faq.cms-page-view p {
    color: #424242;
    font-size: 14px;
}
.brand-content-container .brand-address .address-sep:after {
    content: ",";
}
.brand-content-container .brand-address span {
    display: inline-block;
}
.brand-content-container .brand-address .address-sep {
    margin-right: 5px;
}

.cms-faq.cms-page-view h2 {
    font-size: 24px;
}
.cms-faq #element .cust-acccodian{
    position: relative;
}
.cust-acccodian span {
    float: none;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.cust-acccodian span i {
    color: red;
    text-align: center;
    border-radius: 50%;
    font-size: 28px;
    cursor: pointer;
}
.cust-acccodian span .fa.fa-minus-circle{
    display: none;
}
.cust-acccodian.active span .fa.fa-minus-circle{
    display: block;
}
.cust-acccodian.active span .fa.fa-plus-circle{
    display: none;
}
button.am-show-more {
    display: none !important;
}
body.page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
}
body.page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 0;
    width: calc(100% / 4 - 9px);
}
body.page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
}
body.page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
}
body.page-layout-1column .page-main .products-grid .product-item:nth-child(4n) {
    border-right: 1px solid #818181;
}
@media(max-width:767px){
    body.page-layout-1column .block.widget .products-grid .product-item {
        margin-left: 0;
        width: 100%;
    }

#switcher-store {
    position: relative;
    left: 0;
    top: 0;
    z-index: 99;
    display: table;
    width: 100%;
    margin-bottom: 15px;
}

#switcher-store .switcher-dropdown {
    left: 50%;
    transform: translateX(-50%);
}

}
.home-custom-contact-teaspoon.text-center strong {
    font-weight: 600;
}
.checkout-cart-index tr.totals-tax th.mark {
    text-transform: uppercase;
}

@media screen and (max-width: 1900px) and (min-width: 1025px){
    .login-container .customloginblock .block-content {
        max-width: 23.59vw;
        padding: 8px 10px 2px;
        /*padding: 8px 48px 2px;*/
    }
    .login-container .customloginblock .page-title {
        margin-bottom: 29px;
        margin-top: 3.04vw;
    }
    .login-container .customloginblock .actions-toolbar .primary .action {
        font-size: 0.93vw;
        margin-top: 4.9vw;
        min-width: 9.27vw;
    }
    .login-container .customloginblock .page-title .base {
        font-size: 1.56vw;
        margin-bottom: 5px;
    }
    .login-container .customloginblock .fieldset>.field, .fieldset>.fields>.field {
        margin: 0 0 9px;
    }
    .login-container .customloginblock .secondary {
        font-size: 0.78vw;
        margin-top: 1.02vw;
    }
}
.block-customer-login div#login-error {
    bottom: -0.5vw;
    font-size: 0.72vw;
}

/*** 19-01-2023 ***/
button.amwishlist-button.-clear.-update {  display: none;}
.amwishlist-sharesocials-container {   display: none;}
.cms-page-view .product.description.product-item-description{  padding-bottom: 15px;}
.column.main .amwishlist-list-grid .amwishlist-button.-add {width: 120px;background: #e7161c;
    border-color: #e7161c;}
.column.main .amwishlist-list-grid .amwishlist-button.-add:hover{ background: #000;
    border: 1px solid #000; }