:root{
    --primary: #988671;
    --primaryRGB: 152, 134, 113;
    --secondary: #1f295d;
    --body-fg: #1D1D1F;
}


@font-face {
    font-family: 'PP Telegraf';
    src: url('fonts/PPTelegraf-Regular.woff2') format('woff2'),
        url('fonts/PPTelegraf-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PP Telegraf';
    src: url('fonts/PPTelegraf-UltraBold.woff2') format('woff2'),
        url('fonts/PPTelegraf-UltraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PP Telegraf';
    src: url('fonts/PPTelegraf-UltraLight.woff2') format('woff2'),
        url('fonts/PPTelegraf-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: top;
}
html{
    font-size: 62.5%;
}
body{
    font-family: 'PP Telegraf';
    font-size: 1.8rem;
    color: var(--body-fg);
    max-width: 100%;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'PP Telegraf';
}
img{
    transition: 0.4s;
}
ol, ul, li{
    list-style: none;
    margin: 0;
}
a{
    text-decoration: none;
    cursor: pointer;
}
a:focus{
    outline: none;
}
a:visited, .alink:visited{
    color: initial;
}
a.cus-btn:hover{
    text-decoration: none;
}
.label{
    color: initial;
    font-size: 100%;
}
._keyfocus *:focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus{
    box-shadow: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus{
    outline: none;
}

body input[type="text"],
body input[type="password"],
body input[type="url"],
body input[type="tel"],
body input[type="search"],
body input[type="number"],
body input[type="datetime"],
body input[type="email"] {
  font-family: 'PP Telegraf';
  border: 1px solid #ccc;
  color: #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  border-radius: 3rem;
  height: 5rem;
  line-height: 5rem;
  font-size: 1.6rem;
  padding: 0 1.5rem;
  border-radius: 4rem;
  background: #fff;
}
body input[type="text"]::-webkit-input-placeholder,
body input[type="password"]::-webkit-input-placeholder,
body input[type="url"]::-webkit-input-placeholder,
body input[type="tel"]::-webkit-input-placeholder,
body input[type="search"]::-webkit-input-placeholder,
body input[type="number"]::-webkit-input-placeholder,
body input[type="datetime"]::-webkit-input-placeholder,
body input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: currentColor;
}
body input[type="text"]::-moz-placeholder,
body input[type="password"]::-moz-placeholder,
body input[type="url"]::-moz-placeholder,
body input[type="tel"]::-moz-placeholder,
body input[type="search"]::-moz-placeholder,
body input[type="number"]::-moz-placeholder,
body input[type="datetime"]::-moz-placeholder,
body input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  color: currentColor;
}
body input[type="text"]:-ms-input-placeholder,
body input[type="password"]:-ms-input-placeholder,
body input[type="url"]:-ms-input-placeholder,
body input[type="tel"]:-ms-input-placeholder,
body input[type="search"]:-ms-input-placeholder,
body input[type="number"]:-ms-input-placeholder,
body input[type="datetime"]:-ms-input-placeholder,
body input[type="email"]:-ms-input-placeholder {
  /* IE 10+ */
  color: currentColor;
}
body input[type="text"]::-moz-placeholder,
body input[type="password"]::-moz-placeholder,
body input[type="url"]::-moz-placeholder,
body input[type="tel"]::-moz-placeholder,
body input[type="search"]::-moz-placeholder,
body input[type="number"]::-moz-placeholder,
body input[type="datetime"]::-moz-placeholder,
body input[type="email"]::-moz-placeholder {
  /* Firefox 18- */
  color: currentColor;
}
body input[type="text"]:focus,
body input[type="password"]:focus,
body input[type="url"]:focus,
body input[type="tel"]:focus,
body input[type="search"]:focus,
body input[type="number"]:focus,
body input[type="datetime"]:focus,
body input[type="email"]:focus, .circle-theme.rendered-form .form-control:focus, .circle-theme.rendered-form .amform-date:focus, .circle-theme.rendered-form .amform-time:focus {
  color: currentColor;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid var(--primary);
}
body input[type="text"].mage-error,
body input[type="password"].mage-error,
body input[type="url"].mage-error,
body input[type="tel"].mage-error,
body input[type="search"].mage-error,
body input[type="number"].mage-error,
body input[type="datetime"].mage-error,
body input[type="email"].mage-error {
  border: 1px solid var(--primary);
}
body textarea {
 font-family: 'PP Telegraf';
  border: 1px solid #ccc;
  color: #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  font-size: 16px;
  padding: 12px 15px;
  background: #fff;
  min-height: 100px;
  resize: none;
  border-radius: 12px;
}
body textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: currentColor;
}
body textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: currentColor;
}
body textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: currentColor;
}
body textarea::-moz-placeholder {
  /* Firefox 18- */
  color: currentColor;
}
body textarea:focus {
  color: currentColor;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid var(--primary);
}

body select, select.form-control{
    appearance: none;
    background-image: url('images/arrow-down.svg');
    background-size: 1.25rem;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: calc(100% - 1rem);
    padding-right: 2.8rem;
    height: 5rem;
    border-radius: 4rem;
    box-shadow: none;
}

body input[type="checkbox"] {
  margin: -2px 5px 0 0;
  vertical-align: middle;
  display: none;
}
body input[type="checkbox"] + label {
  position: relative;
  cursor: pointer;
  user-select: none;
  line-height: normal;
  padding: 0 !important;
  padding-left: 3rem !important;
  font-size: 1.6rem;
}
body input[type="checkbox"] + label:before {
  content: '';
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #dddddd;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  margin-top: -3px;
  position: absolute;
  top: 0;
  left: 0;
}
body input[type="checkbox"]:checked + label:after {
  font-family: 'FontAwesome';
  content: '\f00c';
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #555555;
}

.fieldset > .field:not(.choice) > .label{
    width: 100%;
    text-align: left;
    padding: 0;
    margin-bottom: 1rem;
    font-weight: normal;
}
.abs-margin-for-forms-desktop, .fieldset .legend, .column:not(.sidebar-main) form .actions-toolbar, .column:not(.sidebar-additional) form .actions-toolbar, .login-container .fieldset:after{
    margin-left: 0;
}
.fieldset > .field.choice{
    margin: 0 0 1.5rem;
}
.fieldset > .field.choice:before, .fieldset > .field.no-label:before{
    content: none;
}
.fieldset > .field.choice .label, .fieldset > .fields > .field.choice .label{
    padding-left: 0;
}
.fieldset > .field:not(.choice) > .control{
    width: 100%;
}
.fieldset > .field:not(.choice) > .control._with-tooltip .amcheckout-wrapper{
    max-width: calc(100% - 39px);
}

/*cus btn*/

.cus-btn, .action.primary, .action-primary{
    border: none;
    background: #fff;
    color: var(--body-fg);
    border-radius: 25px;
    position: relative;
    padding: 1rem 1.8rem;
    line-height: 2.8rem;
    font-size: 1.6rem;
    text-transform: uppercase;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    z-index: 0;
    transition: 0.4s;
    outline: none;
    box-shadow: none;
    font-family: 'PP Telegraf';
    font-weight: normal;
}
.action.primary, .action-primary{
    border: 1px solid var(--primary);
}
.action.primary:hover, .action-primary:hover{
    border: 1px solid var(--primary);
}
.cus-btn:hover, .action.primary:hover, .action-primary:hover{
    color: #fff;
    background: #fff;
}
.cus-btn svg{
    width: 0;
    height: auto;
    transition: 0.4s;
    margin-left: 4px;
}
.cus-btn:hover svg{
    width: 1.5rem;
}
.cus-btn:before, .action.primary:before, .action-primary:before{
    content: '';
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 1.2rem;
    background: var(--primary);
    transition: 0.4s;
    margin-right: 5px;
}
.cus-btn:hover:before, .action.primary:hover:before, .action-primary:hover:before{
    width: 0;
    height: 0;
    margin-right: 0;
}
.cus-btn:after, .action.primary:after, .action-primary:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(.1);
    background: var(--primary);
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    transition: 0.4s;
    opacity: 0;
}
.cus-btn:hover:after, .action.primary:hover:after, .action-primary:hover:after{
    transform: scale(1);
    opacity: 1;
}
.cus-btn + .cus-btn{
    margin-left: 2rem;
}


/*.action.primary, .action-primary{
    font-family: 'PP Telegraf';
    background: var(--secondary);
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 1rem 1.8rem;
    line-height: 2.8rem;
    font-size: 1.6rem;
    text-transform: uppercase;
}*/
/* cus btn */



.header{
    background: #FAFAFA;
    top: -80px;
    transition: all .4s ease;
    z-index: 9;
}
.header-container .header.sticky{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
}
.categoryLayeredFilter .header-container .header.sticky{
    z-index: 1;
}


.header-container .top-link-container{
    text-align: center;
    background: #676767;
    color: #fff;
    line-height: 37px;
    text-transform: uppercase;
    padding: 0 1.5rem;
}

.header .container-fluid{
    padding: 0 6rem;
}
.header-container .header .container-fluid{
    position: relative;
    z-index: 9;
}
.categoryLayeredFilter .header-container .header .container-fluid{
    z-index: 0;
}
.header-container .header .header-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
}

.header .shipping-block{
    display: none;
}
.header-container .header .header-inner .serach-bar{
    position: absolute;
    top: 100%;
    right: 6rem;
    width: 100%;
    max-width: 500px;
    display: none;
}
.header-container .header .header-inner .serach-bar.-opened{
    display: block;
}
.header-container .header .header-inner .serach-bar .amsearch-wrapper-block{
    position: relative;
    margin: 0;
    width: 100%;
    padding: 0;
}
.header-container .header .header-inner .serach-bar .amsearch-form-block{
    width: 100%;
    max-width: 100%;
}
.header-container .header .header-inner .serach-bar .amsearch-input-wrapper{
    width: 100%;
}
.header-container .header .header-inner .serach-bar .amsearch-input-wrapper .amsearch-input{
    border-radius: 0;
}
.header-container .header .header-inner .serach-bar .amsearch-input-wrapper .amsearch-input:focus{
    border-color: var(--primary);
}
.amsearch-overlay-block{
    z-index: 8;
}
.amsearch-input-wrapper .amsearch-button.-loupe{
    right: 1.5rem;
}
.amsearch-result-section{
    box-shadow: none;
    border: none;
    max-height: 70vh;
    margin: 0;
    width: 900px;
}
.header-container .header .amsearch-item-container .amsearch-tab-items{
    flex-wrap: wrap;
}
.header-container .header .amsearch-item-container .amsearch-tab-items .amsearch-item{
    margin: 0;
    width: 100%;
}
.header-container .header .amsearch-products-section .actions-secondary{
    display: none;
}
.amsearch-item-container .amsearch-item .amsearch-link:hover{
    background: none;
}
.amsearch-products-section{
    padding-bottom: 25px;
}
.amsearch-products-section .action.tocart{
    min-width: 0;
    border-color: var(--primary);
    background: #fff;
}
.amsearch-products-section .action.tocart:hover{
    background: var(--primary);
    color: #fff;
}
.amsearch-products-section .action.tocart:before, .amsearch-products-section .action.tocart:after{
    content: none;
}

.header-container .header .amsearch-products-section .amsearch-product-list{
    align-items: stretch;
    padding: 0 20px;
    column-gap: 16px;
}
.amsearch-products-section.-grid:not(.-slider) .amsearch-item{
    margin-left: 0;
    width: 100%;
    max-width: calc(25% - 16px * 3/4);
}
.amsearch-products-section .amsearch-item{
    padding: 4px;
}

.header-container .header .right-part, .header-container .header .right-part ul{
    display: inline-flex;
    align-items: center;
}
.header-container .header .right-part a{
    color: #000;
}
.header-container .header .right-part ul li{
    margin-left: 2.6rem;
    margin-bottom: 0;
}
.header-container .header .right-part ul li.wishlist a svg{
    width: 36px;
    height: auto;
}
.toogle-serach-icon{
    cursor: pointer;
}
.header-container .header .right-part svg{
    vertical-align: middle;
}
.header-container .header .minicart-wrapper{
    margin-left: 0;
    padding-left: 2.6rem;
}
.header-container .header .col-logo{
    min-height: 70px;
    display: flex;
    align-items: center;
}
.header-container .header .col-logo .logo{
    margin: 0;
    max-width: 100%;
}
.navigation{
    font-family: 'PP Telegraf';
}
.navigation .level0{
    vertical-align: middle;
}
.navigation .level0:hover:after{
    content: none;
}
.navigation .level0 > .level-top{
    font-size: 1.8rem;
    font-weight: normal;
    text-transform: capitalize;
    padding-top: 2.3rem !important;
    padding-bottom: 2.3rem !important;
    color: currentColor;
    line-height: 2.4rem;
}
.custommenu.navigation li.level0 .submenu{
    color: #000;
    font-weight: normal;
}
.navigation .level0 .submenu a{
    color: #000;
}
.custommenu.navigation li.level0.fullwidth .submenu li.level1 > a, .custommenu.navigation li.level0.staticwidth .submenu li.level1 > a{
    font-weight: normal;
}
.custommenu.navigation li.level0.fullwidth .submenu li.level1 > a{
    color: var(--primary);
}

.header-container .header.sticky .minicart-wrapper{
    margin-top: 0 !important;
}

.minicart-wrapper .action.showcart{
    background-image: url(images/cart.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 22px;
    vertical-align: middle;
    position: relative;
}
.header-container .header .minicart-wrapper .action.showcart .counter.qty{
    top: -4px;
    right: -12px;
    position: absolute;
    background: var(--secondary);
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
    margin: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
.header-container .header.sticky .minicart-wrapper .action.showcart .counter.qty{
    top: -4px;
}
.minicart-wrapper .action.showcart:before, .minicart-wrapper .action.showcart.active:before{
    content: none;
}

/* Mini Cart */
.minicart-wrapper{
    float: none;
    margin: 0;
    line-height: 1;
}


.minicart-wrapper .block-minicart{
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    height: auto;
    min-width: 0;
    margin: 0;
    border: none !important;
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.1);
    display: block !important;
    transform: translateX(110%);
    transition: 0.4s;
    padding: 35px 15px 20px;
    z-index: 9;
}
.minicart-wrapper .block-minicart:before, .minicart-wrapper .block-minicart:after{
    content: none;
}
.minicart-wrapper.active .block-minicart{
    transform: translateX(0);
}
.minicart-items-wrapper{
    margin: 0 -15px;
    max-height: calc(100vh - 240px);
}

.minicart-items .product > .product-item-photo, .minicart-items .product > .product-image-container{
    width: auto;
}
.minicart-items .product > .product-item-photo .product-image-container, .minicart-items .product > .product-image-container .product-image-container{
    width: 78px !important;
}
.minicart-items .product-item-details{
    padding-left: 10px;
    margin-top: 0 !important;
    display: flex;
    flex-wrap: wrap;
}
.minicart-items .product-item-name{
    width: 100%;
    line-height: 1.35;
}
.minicart-items .product-item-name a{
    color: var(--body-fg);
}
.minicart-wrapper .product .actions{
    float: none;
    margin: 0;
    align-self: flex-end;
    margin-left: auto;
}
.minicart-items .action.edit, .minicart-items .action.delete{
    background: rgba(0, 0, 0, 0.08);
    color: #000;
    border-radius: 3.2rem;
    width: 3.2rem;
    height: 3.2rem;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
}
.minicart-items .action.edit:before, .minicart-items .action.delete:before{
    color: #000;
    transition: 0.4s;
}
.minicart-items .action.edit:hover, .minicart-items .action.delete:hover{
    background: rgba(0, 0, 0, 0.08);
    color: #000;
}
.minicart-items .action.edit:hover:before, .minicart-items .action.delete:hover:before{
    color: #000;
}

.minicart-wrapper .product .product.options{
    width: 100%;
}
.minicart-wrapper .product .product.options.list{
    display: flex;
    flex-direction: row;
    margin: 5px 0;
}
.minicart-wrapper .product .product.options .label{
    margin: 0 5px 0 0;
}
.minicart-wrapper .product .product.options .values{
    margin: 0;
}


.minicart-items .product-item-details .details-qty{
    display: inline-flex;
    align-items: center;
}
.minicart-items .product-item-pricing .label{
    margin-right: 5px;
    padding-left: 0;
}
.minicart-items .update-cart-item{
    background: #000;
    color: #fff;
    padding: 8px 10px;
    border-radius: 0;
    text-transform: uppercase;
    transition: 0.4s;
}
.minicart-items .update-cart-item:hover{
    background: var(--primary);
}
.minicart-items .item-qty{
    outline: none !important;
    box-shadow: none !important;    
    transition: 0.4s;
    border-radius: 4px;
    padding: 0 5px;
    height: 34px;
}
.minicart-items .item-qty:focus{
    border-color: var(--primary);
}

aside.modal-popup.confirm._show .modal-content{
    box-shadow: none;
    border: none !important;
}
.modal-popup.confirm._show .modal-header{
    border-bottom: none;
}
.modal-popup.confirm._show .modal-footer{
    border-top: none;
}
.modal-popup.confirm._show .modal-footer .action-dismiss{
    border: 1px solid #ddd;
    background: #fff;
    color: var(--body-fg);
    transition: 0.4s;
}
.modal-popup.confirm._show .modal-footer .action-accept{
    background: #fff !important;
    color: var(--body-fg) !important;
    border: 1px solid var(--primary) !important;
}
.modal-popup.confirm._show .modal-footer .action-accept:hover{
    color: #fff !important;
}


/*.block-minicart .block-content > .actions > .primary .action.primary{
    background: var(--primary);
    color: #fff;
    border-radius: 0;
    border: none;
    padding: 12px 10px;
    transition: 0.4s;
    font-size: 1.8rem;
    line-height: 24px;
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 1rem;
}
.block-minicart .block-content > .actions > .primary .action.primary:hover{
    background: #000;
}*/
.block-minicart .items-total{
    margin: 0;
    float: none;
    display: inline-flex;
    align-items: center;
    flex-direction: row-reverse;
}
.block-minicart .items-total .count{
    width: 20px;
    height: 20px;
    background: var(--primary);
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    margin: 0 0 0 5px;
    font-weight: normal;
    border-radius: 20px;
}
.block-minicart .subtotal{
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    vertical-align: bottom;
}
.block-minicart .block-content > .actions > .primary{
    margin: 0;
}

.block-minicart .block-content > .actions .secondary a.action.viewcart{
    background: #000;
    color: #fff;
    border-radius: 0;
    border: none;
    padding: 12px 10px;
    transition: 0.4s;
    font-size: 1.8rem;
    line-height: 28px;
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
    text-transform: uppercase;
    font-weight: normal;
    border-radius: 25px;
}
.block-minicart .block-content > .actions .secondary a.action.viewcart:hover{
  background: var(--primary);
}

.minicart-wrapper .action.close{
    background: #000;
    color: #fff;
    border-radius: 50%;
    width: 3.2rem;
    height: 3.2rem;
    top: 0.8rem;
    right: 0.8rem;
    opacity: 1;
}
.minicart-wrapper .action.close:focus{
  background: #000 !important;
}
.minicart-wrapper .action.close:hover{
    background: var(--primary) !important;
}


.block-minicart .subtitle.empty{
    font-weight: normal;
    font-size: 2.4rem;
    line-height: 1.56;
}
.modal-popup.confirm._show .modal-footer{
    text-align: center;
}
.modal-popup.confirm._show .modal-footer .action-dismiss{
    background: #f0f0f0;
    color: #000;
    border: 1px solid #000;
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding: .5rem 2rem;
    text-transform: uppercase;
    font-weight: normal;
}
.modal-popup.confirm._show .modal-footer .action-dismiss:hover{
    background: #000;
    color: #fff;
}
.modal-popup.confirm._show .modal-footer .action-accept{
    background: #000;
    color: #fff;
    border: 1px solid #000;
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding: .5rem 2rem;
    text-transform: uppercase;
    font-weight: normal;
}
.modal-popup.confirm._show .modal-footer .action-accept:hover{
    background: var(--primary);
    border-color: var(--primary);
}
.modal-popup .action-close{
    background: #000;
    color: #fff;
    border-radius: 50%;
    width: 3.2rem;
    height: 3.2rem;
    top: 0.8rem;
    right: 0.8rem;
    padding: 0;
}
.modal-popup .action-close:hover, .modal-popup .action-close:focus{
    background: var(--primary);
}
.modal-popup .action-close:before{
    color: #fff;
}
.modal-popup .action-close:hover:before, .modal-popup .action-close:focus:before{
    color: #fff;
}
/* Mini Cart end*/

/* Newsletter Popup */
.b-modal.__b-popup1__{
    z-index: 99999999999 !important;
}
.newsletterpopup{
    background-image: none !important;
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    width: 90% !important;
    max-width: 860px;
    padding: 0;
    display: none;
    max-height: 90vh;
    overflow: hidden;
    overflow-y: auto;
    z-index: 99999999999 !important;
    height: auto !important;
}
.newsletterpopup .row{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.newsletterpopup .row .col-md-6{
    padding: 0;
}
.newsletterpopup .row .col-md-6 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.newsletterpopup .content-popup{
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
    height: 100%;
    padding: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.newsletterpopup .content-popup .title h3{
    font-size: 5rem;
    font-weight: 700;
    color: var(--secondary);
}
.newsletterpopup .form.subscribe{
    width: 100%;
}
.newsletterpopup .content-popup .form.subscribe .control{
    width: 100%;
    display: inline-block;
}
.newsletterpopup .content-popup .form.subscribe .actions{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.newsletterpopup .content-popup .form.subscribe .actions .action.primary{
    width: 100%;
}
body .newsletterpopup .form.subscribe input[type="checkbox"] + label:before{
    top: 4px;
}
body .newsletterpopup .form.subscribe input[type="checkbox"]:checked + label:after{  
    top: 4px;
}
.btn-close{
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    border-radius: 0;
    background-color: var(--primary);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.btn-close:after{
    content: 'X';
}

/* Newsletter Popup */





.banner_item img{
    width: 100%;
}

.nav-banner{
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
}
.nav-banner .banner-content .content{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    padding: 0 6rem 15rem;
    color: var(--body-fg);
    z-index: 1;
}
.nav-banner .banner-content .content h1{
    font-size: 5.1rem;
    font-weight: normal;
    line-height: 1.1;
    margin: 0 0 1.8rem;
    max-width: 680px;
}
.nav-banner .banner-content .content h1 .line-1{
    font-size: 55px;
    display: block;
    transition: 0.4s;
}
.nav-banner .banner-content .content:hover h1 .line-1{
    padding-left: 8rem;
}
.nav-banner .banner-content .content h1 .line-2{
    font-size: 47px;
    font-weight: bold;
    display: block;
}
.nav-banner .banner-content .content h1 .line-3{
    font-size: 118px;
    font-weight: bold;
    display: block;
    transition: 0.4s;
}
.nav-banner .banner-content .content:hover h1 .line-3{
    transform: rotate(-5deg);
}
.nav-banner .banner-content .content .button-block{
    margin-top: 4.5rem;
}
.nav-sections{
    margin: 0;
    background: none;
}
.navigation{
    background: none;
}
.nav-sections, .nav-sections-item-content>.navigation, .custommenu.navigation > ul{
    position: static;
}
.custommenu.navigation li.level0.fullwidth > .submenu{
    padding: 3rem 6rem;
    transform: scaleY(0);
    transform-origin: top center;
}
.custommenu.navigation li.level0.fullwidth:hover > .submenu, .custommenu.navigation li.level0.staticwidth:hover > .submenu{
    transform: scale(1);
}
.custommenu.navigation li.level0.fullwidth .submenu a, .custommenu.navigation li.level0.staticwidth .submenu a{
    font-size: 1.6rem;
    font-family: 'PP Telegraf';
    line-height: 1.35;
}
.custommenu.navigation li.level0.fullwidth .submenu li.level1 > a, .custommenu.navigation li.level0.staticwidth .submenu li.level1 > a{
    font-size: 1.6rem;
    font-family: 'PP Telegraf';
}

.slider-bottom-category{
    background: #F6F6F5;
    display: inline-block;
    width: 100%;
}
.slide-product{
    position: relative;
    margin-top: -15.5rem;
/*    left: 4.2rem;*/
    width: 100%;
    z-index: 1;
    padding: 0 4.2rem;
/*    max-width: calc(100% - 8.4rem);*/
}
.slide-product .items{
    padding: 0 1.8rem;
}
.slide-product .items .inner-wrapper{
    background: #fff;
    padding: 3.5rem 2.4rem;
    border-radius: .6rem;
    height: 100%;
    width: 100%;
    position: relative;
}
.slide-product .items.first .inner-wrapper{
    background: #202a44;
    color: #ffffff;
}
.slide-product .items.first a{
    background-color: #ffffff;
    color: #202a44;
}
.slide-product .items.second .inner-wrapper{
    background: #e1Dfdd;
    color: #000000;
}
.slide-product .items.second a{
    background-color: #000000;
}
.slide-product .items.third .inner-wrapper{
    background: #fff;
    color: #031690;
}
.slide-product .items.third a{
    background-color: #031690;
}
.slide-product .items.fourth .inner-wrapper{
    background: #CC0000;
    color: #fff;
}
.slide-product .items.fourth a{
    background-color: #fff;
    color: #CC0000;
}
.slide-product .items .brand-name{
    font-size: 4rem;
    font-weight: bold;
    text-transform: capitalize;
    margin: 0 auto .5rem 0;
    min-height: 8rem;
    line-height: 1;
/*    display: flex;*/
    width: 100%;
    text-align: left;
    transition: text-align 0.5s ease;
}
.slide-product .items:hover .brand-name{
/*    margin: 0 0 .5rem auto;*/
    text-align: right;
}

.slide-product .items p{
    max-width: 64%;
    width: 100%;
    margin-left: auto;
    display: block;
    font-weight: bold;
    line-height: 2rem;
    min-height: 14rem;
    margin-bottom: 2rem;
}
.slide-product .items img{
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 38%;
}
.slide-product .items .inner-wrapper:hover img{
    transform: translateY(-2rem);
}
.slide-product .items a{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    width: 4.4rem;
    height: 4.4rem;
    border-radius: 4.4rem;
    background-color: currentColor;
    color: #fff;
    padding: .5rem 1.8rem;
    overflow: hidden;
}
.slide-product .items a svg{
    width: 1.2rem;
    transition: 0.4s;
}
.slide-product .items a span{
    font-size: 0;
}
.slide-product .items a:hover{
    width: 130px;
}
.slide-product .items a:hover span{
    font-size: 1.8rem;
    margin-right: .8rem;
}
.slide-product .items a:hover svg{
    transform: rotate(45deg);
}

.cms-index-index .layout-1-col .column.main{
    padding: 0;
}


.cms-index-index .page-main{
    width: 100%;
    padding: 0;
    max-width: 100%;
}
.cms-index-index.page-layout-1column .columns.layout.layout-1-col.row{
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
.cms-index-index .page-title-wrapper{
    display: none;
}
.cms-index-index .columns.row.layout{
    margin: 0;
}

.container{
    max-width: 100%;
    width: 100%;
    padding: 0 6rem;
}
.about-salmarine{
    background: #F6F6F5;
    padding-top: 18rem;
    padding-bottom: 9rem;
}
.about-salmarine .ab-inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
.about-salmarine .ab-inner .about-img{
    width: 56%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 0;
}
.about-salmarine .ab-inner .about-img .about-img-1{
    width: 36%;
    align-self: flex-start;
    position: relative;
    height: 0;
    padding-top: 36%;
    margin-top: 35px;
}
.about-salmarine .ab-inner .about-img .about-img-1 img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 11px solid #E5E1DC;
}
.about-salmarine .ab-inner .about-img .about-img-1:hover img{
    border-width: 0;
}
.about-salmarine .ab-inner .about-img .about-img-2{
    width: calc(64% - 6rem - 5%);
    margin-left: 6rem;
    position: relative;
    z-index: 0;
}
.about-salmarine .ab-inner .about-img .about-img-2 .image-wrapper{
    overflow: hidden;
    width: 100%;
}
.about-salmarine .ab-inner .about-img .about-img-2:before{
    content: '';
    width: .4rem;
    height: .4rem;
    border-top: 2px solid #FFAD4E;
    border-left: 2px solid #FFAD4E;
    position: absolute;
    top: -4px;
    left: -4px;
    z-index: 1;
    transition: 0.4s;
}
.about-salmarine .ab-inner .about-img .about-img-2:hover:before{
    width: 60%;
    height: 40%;
}

.about-salmarine .ab-inner .about-img .about-img-2:after{
    content: '';
    width: .4rem;
    height: .4rem;
    border-right: 2px solid var(--secondary);
    border-bottom: 2px solid var(--secondary);
    position: absolute;
    bottom: -4px;
    right: -4px;
    z-index: 1;
    transition: 0.4s;
}
.about-salmarine .ab-inner .about-img .about-img-2:hover:after{
    width: 60%;
    height: 40%;
}


.about-salmarine .ab-inner .about-img .about-img-2 img{
    transform: scale(1.1);
    width: 100%;
}
.about-salmarine .ab-inner .about-img .about-img-2:hover img{
    transform: scale(1);
}

.about-salmarine .ab-inner .about-img .about-img-3{
    position: absolute;
    bottom: 3rem;
    left: -6rem;
    width: 52%;
    z-index: -1;
}
.about-salmarine .ab-inner .about-img .about-img-3 img{
    width: 100%;
}
.about-salmarine .ab-inner > .content{
    width: 44%;
    padding: 0 10rem;
}
.about-salmarine .ab-inner > .content h2{
    font-size: 11.3rem;
    line-height: 9.3rem;
    font-weight: normal;
    margin: 0 0 4rem;
}
.about-salmarine .ab-inner > .content p{
    line-height: 3rem;
}

.about-salmarine .ab-inner > .content .action-block{
    margin-top: 2.8rem;
}

.section-heading{
    padding: 6rem;
}
.section-heading h2{
    font-size: 11.3rem;
    line-height: 1;
    color: #12213A;
    margin: 0 0 2rem;
}
.section-heading p{
    font-weight: bold;
    font-size: 2.4rem;
    margin: 0;
}
.engines-sec .section-heading{
    text-align: center;
}
.engines-wrapper{
    position: relative;
}
.engines-wrapper .engines-images-slider .item img{
    min-height: 600px;
    object-fit: cover;
    width: 100%;
} 
.engines-wrapper .engines-images-slider .item a{
    display: none;
}
.engines-navigation{
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
    max-width: 1700px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.engines-navigation .item{
    margin: 2rem 5rem;
}
.engines-navigation h3{
    font-size: 4.8rem;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    opacity: 0.33;
    transition: .4s;
}
.engines-navigation h3 a{
    color: #fff;
}
.engines-navigation h3 a.active{
    color: #ff0000;
}
.engines-navigation h3:hover{
    opacity: 1;
}
.engines-navigation h3 a:hover, .engines-navigation h3 a:focus{
    text-decoration: none;
}
.engines-navigation .active h3{
    opacity: 1;
}


.banner-bottom-sale{
    background: #FFFAF3;
    padding-bottom: 10rem;
}
.banner-bottom-sale .section-heading{
    text-align: center;
    padding-bottom: 0;
}
.column-4{
    display: flex;
    flex-wrap: wrap;
    column-gap: 1.6rem;
    row-gap: 1.6rem;
    padding: 6rem 0;
}
.column-4 .img-block{
    width: calc(25% - 1.6rem*3/4);
    overflow: hidden;
}
.column-4 .img-block a{
    display: inline-block;
    vertical-align: text-top;
    width: 100%;
}
.column-4 .img-block a img{
    width: 100%;
}
.column-4 .img-block a:hover img{
    opacity: 0.7;
}

.specialists-content h2{
    font-size: 11.3rem;
    line-height: 1;
    text-align: center;
    margin: 0 auto 10rem;
    max-width: 1560px;
}
.specialists-content .content-sec{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    font-size: 1.6rem;
    line-height: 3rem;
}
.specialists-content .content-sec p{
    line-height: 3rem;
    margin-bottom: 2.5rem;
}
.specialists-content .content-sec .left-img-sec{
    width: 60%;
    padding-right: 4rem;
    display: flex;
    flex-wrap: wrap;
}
.specialists-content .content-sec .left-img-sec .image-wrapper{
    width: calc(60% - 4rem*1/2);
    overflow: hidden;
}
.specialists-content .content-sec .left-img-sec .image-wrapper.small-img{
    width: calc(40% - 4rem*1/2);
    margin-left: 4rem;
}
.specialists-content .content-sec .left-img-sec .image-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.specialists-content .content-sec .left-img-sec .image-wrapper:hover img{
    transform: scale(1.1);
}
.specialists-content .content-sec .right-content{
    padding-top: 1.5rem;
    width: 40%;
    overflow: hidden;
    overflow-y: auto;
    max-height: 500px;
}
.specialists-content .content-sec .right-content > .cus-btn{
    margin-bottom: 15px;
}
.specialists-content .content-sec .right-content h3{
    font-size: 2.4rem;
    font-weight: normal;
}
.specialists-content .content-sec .right-content h3 strong{
    font-weight: normal;
}

.group-offer-li{
    display: flex;
    flex-wrap: wrap;
    column-gap: 5px;
    row-gap: 5px;
    margin: 1.5rem 0;
}
.group-offer-li li{
    flex: 1 1 auto;
    background: #fff;
    padding: 0 10px;
    border-radius: 4px;
    text-align: center;
    display: block;
    color: var(--primary);
}
.group-offer-li li:last-child{
    background: none;
    text-align: left;
}
.moretext-cat { 
    display: none;
} 
.moretext-cat a {
    color: var(--secondary);
    text-decoration: underline;
    font-weight: 500;
}

.button-sticky{
    position: sticky;
    bottom: 0;
    background-color: #FFFAF3;
    padding-top: 5px;
}

.case-study-sec{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 10rem 5rem 4rem;
}
.case-study-sec .case-study-inner{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.case-study-sec .left-content{
    width: 50%;
    color: #fff;
    padding-right: 6rem;
    max-width: 560px;
}
.case-study-sec .left-content h4{
    font-weight: normal;
    font-size: 2.4rem;
    margin: 0;
}
.case-study-sec .left-content h4 strong{
    font-weight: bold;
}
.case-study-sec .left-content h2{
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 3rem;
}
.case-study-sec .left-content .cus-btn{
    margin-top: 15px;
}
.case-study-sec .left-content .custom-owl-btn{
    margin-top: 6rem;
}
.case-study-sec .left-content .custom-owl-btn > div{
    width: 6rem;
    height: 6rem;
    border: 1px solid currentColor;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    cursor: pointer;
    transition: 0.4s;
}
.case-study-sec .left-content .custom-owl-btn > div:hover{
    background: #fff;
    color: #12213A;
}
.case-study-sec .left-content .custom-owl-btn > div.customPreviousBtn{
    margin-right: 5px;
}
.case-study-sec .left-content .custom-owl-btn > div.customPreviousBtn svg{
    transform: rotateY(180deg);
}

.case-study-sec .right-content{
    width: 50%;
    margin-left: auto;
}
.case-study-sec .right-content .item .img-wrapper{
    display: inline-block;
    width: 100%;
    position: relative;
    vertical-align: bottom;
    padding-top: 130%;
    height: 0;
    overflow: hidden;
    border: 1px solid #fff;
    z-index: 0;
}
.case-study-sec .right-content .item .img-wrapper:before{
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 1;
    transition: 0.4s;
}
.case-study-sec .right-content .item .img-wrapper:after{
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 1;
    transition: 0.4s;
}
.case-study-sec .right-content .item:hover .img-wrapper:before{
    right: 50%;
    bottom: 60%;
    border-color: #fff;
}
.case-study-sec .right-content .item:hover .img-wrapper:after{
    left: 50%;
    top: 60%;
    border-color: #fff;
}
.case-study-sec .right-content .item .img-wrapper img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.case-study-sec .right-content .item:hover .img-wrapper img{
    transform: scale(1.1);
}
.case-study-sec .right-content .item .img-wrapper h5{
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 2rem;
    margin: 0;
    z-index: 2;
}

.blog-section .post-list-content .post-list-body{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    column-gap: 3.2rem;
    row-gap: 3.2rem;
}
.blog-section .post-list-content .post-list-body .post-list-item{
    width: calc(25% - 3.2rem*3/4);
    margin: 0;
}
.blog-section .post-list-content .post-list-body .post-item-wraper{
    padding: 0 0 64px !important;
    border: none;
    background: #FAFAFA;
    color: var(--body-fg);
    height: 100%;
    position: relative;
}
.blog-section .post-list-content .post-list-body .post-item-wraper:hover{
    box-shadow: none;
}
.blog-section .post-list-content .post-list-body .post-item-wraper .post-image{
    min-height: 0;
}
.blog-section .post-list-content .post-list-body .post-item-wraper .post-image a{
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}
.blog-section .post-list-content .post-list-body .post-item-wraper .post-image a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-section .post-list-content .post-list-body .post-item-wraper:hover .post-image a img{
    transform: scale(1.1);
}
.blog-section .post-list-content .post-list-body .post-item-wraper .mp-post-info{
    font-size: 1.4rem;
    color: currentColor;
}
.blog-section .post-list-content .post-list-body .post-item-wraper .post-info-wraper{
    padding: 1.5rem 1.5rem 0;
}
.blog-section .post-list-content .post-list-body .post-item-wraper .mp-post-title{
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 3rem;
    margin: 2rem 0;
}
.blog-section .post-list-content .post-list-body .post-item-wraper .mp-post-title a{
    color: currentColor;
}
.blog-section .post-list-content .post-list-body .post-item-wraper .mp-post-title a:hover{
    color: var(--primary);
}
.blog-section .post-list-content .post-list-body .post-item-wraper .mp-post-meta-info{
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
}

.block-blog-related{
    width: 100% !important;
}
.block-blog-related .related-content-container{
    padding: 0 !important;
}
.block-blog-related > h2{
    font-size: 4.8rem;
    line-height: 1;
    margin-bottom: 20px;
}
.block-blog-related .post-item-wraper{
    height: 100%;
}
.block-blog-related .product-item-info .product-image-container{
    width: 100%;
}
.block-blog-related .product-item-info .product-image-container .product-image-wrapper{
    padding-top: 100%;
}
.post-view .post-post_content a{
    color: var(--secondary);
    font-weight: 700;
}
.post-view .post-post_content a:hover{
    color: var(--primary);
}




.brand-section{
    background: #fff;
    padding: 7.6rem 5rem;
}
.brand-logos{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}
.brand-logos .brand-logo{
    width: 16.66%;
    text-align: center;
    padding: 0 10px;
}
.brand-logos .brand-logo a{
    display: inline-block;
    vertical-align: bottom;
}
.brand-logos .brand-logo a:hover img{
    transform: translateY(-10px);
}

.page-footer{
    margin-top: 0;
}

.page-footer .footer-static-container{
    background-color: #010A40;
    background-image: none;
    color: #FAFAFA;
    position: relative;
    z-index: 0;
    overflow: hidden;
    font-size: 1.6rem;
}
.page-footer .footer-static-container img.footer-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    object-position: top center;
    z-index: -1;
    transform: scale(1.1);
}
.page-footer .footer-static-container:hover img.footer-bg{
    transform: scale(1);
}


.footer-container{
    color: #FAFAFA;
}
.page-footer .footer-static-container .footer-static .footer-links ul li a{
    color: currentColor;
}



.footer_newsletter{
    display: none;
}

.page-footer .footer-static-container:before{
    content: none;
}
#back-top{
    display: none !important;
}

.footer-top-content{
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.38);
    margin-bottom: 5rem;
    padding: 0 6rem;
}
.footer-top-content .container{
    max-width: 1270px;
} 
.footer-top-content h2{
    font-size: 11.3rem;
    line-height: 1;
    color: #fff;
    margin: 0 auto 3rem;
    max-width: 1200px;
}
.footer-top-content p{
    font-size: 1.6rem;
    line-height: 3rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.footer-top-content .cus-btn{
    margin-top: 4rem;
}
.icons-content{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
    padding: 7rem 0;
}
.icons-content .icon-box{
    width: 33.33%;
    padding: 1.5rem;
}
.icons-content .icon-box .icon{
    margin-bottom: 1.5rem;
    min-height: 5.5rem;
    transition: 0.4s;
}
.icons-content .icon-box:hover .icon{
    transform: translateY(-2rem);
}
.icons-content .icon-box .icon svg{
    max-height: 55px;
    width: auto;
}

.footer-static{
    padding: 0 7rem;
}

.page-footer .footer-static-container{
    padding: 6rem 0 0;
}
.page-footer .footer-static-container .footer-static .footer-links .title{
    padding-left: 0;
    font-size: 1.6rem;
    font-weight: bold;
    color: var(--primary);
    margin: 0 0 3rem;
    display: inline-block;
    width: 100%;
}
.page-footer .footer-static-container .footer-static .footer-links .title:before{
    content: none;
}
.page-footer .footer-static-container .footer-static .footer-links ul li{
    padding-bottom: 1.3rem;
    margin: 0;
}
.page-footer .footer-static-container .footer-static .footer-links ul li a{
    padding: 0;
    font-size: 1.6rem;
}
.page-footer .footer-static-container .footer-static .footer-links ul li a:before{
    content: none;
}

.page-footer .footer-static-container .footer-static .ft-contactus li{
    color: currentColor;
}
.page-footer .footer-static-container .footer-static .ft-contactus li:before, .page-footer .footer-static-container .footer-static .ft-contactus li.email:before, .page-footer .footer-static-container .footer-static .ft-contactus li.address:before, .page-footer .footer-static-container .footer-static .ft-contactus li.time:before{
    content: none;
}

.newsletter-footer .subscribe-text .heading{
    font-size: 1.6rem;
    font-weight: bold;
    color: var(--primary);
    text-transform: uppercase;
}
.newsletter-footer .block.newsletter .field .control{
    position: relative;
}
.page-footer .footer-static-container .footer-static .footer-links .block.newsletter{
    width: 100%;
    max-width: 100%;
    margin: 0 0 1rem;
}
.page-footer .block.newsletter .field .control:before{
    content: none;
}
.page-footer .block.newsletter .field.newsletter{
    margin-right: 0;
}
.page-footer .footer-static-container .footer-static .footer-links .block.newsletter .field.newsletter .control input{
    max-width: 100%;
    border-width: 0 0 2px 0;
    border-color: #fff;
    background: none;
    padding: 0.5rem 4rem 0.5rem 0.2rem;
    height: auto;
    line-height: 3rem;
    color: #FAFAFA;
    font-size: 1.6rem;
    margin: 0;
    border-radius: 0;
}
.page-footer .footer-static-container .footer-static .footer-links .block.newsletter .actions .subscribe{
    margin: 0;
    background: none;
    padding: 0;
    height: 4.2rem;
    width: 3rem;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    min-width: 0;
    color: #fff;
}
.page-footer .footer-static-container .footer-static .footer-links .block.newsletter .actions .subscribe:before, .page-footer .footer-static-container .footer-static .footer-links .block.newsletter .actions .subscribe:after{
    content: none;
}
.page-footer .footer-static-container .footer-static .footer-links .block.newsletter .actions .subscribe svg{
    transition: 0.4s;
}
.page-footer .footer-static-container .footer-static .footer-links .block.newsletter .actions .subscribe:hover svg{
    transform: rotate(-45deg);
}
.page-footer .footer-static-container .footer-static .footer-links .block.newsletter .actions .subscribe span{
    display: none;
}
div.mage-error{
    font-size: 1.4rem;
}

.footer-links-pop{
    padding: 0 7rem 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.38);
}
.footer-links-pop .title{
    font-size: 1.6rem;
    font-weight: bold;
    color: var(--primary);
    margin: 0 0 3rem;
}
.footer-links-pop .faqpara{
    margin-bottom: 2rem;
}
.footer-links-pop .faqpara a{
    font-size: 1.4rem;
    display: inline-block;
    vertical-align: top;
    margin-bottom: .8rem;
    color: currentColor;
}
.footer-links-pop .faqpara a:hover{
    color: var(--primary);    
}
.footer-links-pop .faqpara a:not(:last-child):after{
    content: '|';
    margin: 0 1rem;
}
.page-footer .footer-bottom{
    background: #010A40;
    color: #FAFAFA;
    padding: 3rem 8.4rem;
    font-size: 1.6rem;
}

.page-footer .footer-bottom .ds{
    text-align: right;
}
.page-footer .footer-bottom .copyright{
    color: currentColor;
}
.page-footer .footer-bottom .ds img{
    vertical-align: middle;
}

.hdmx__contact-button.hdmx__contact-button-left{
    -webkit-transform: rotate(0deg) translateX(-50%);
    -ms-transform: rotate(0deg) translateX(-50%);
    transform: rotate(0deg) translateX(-50%);
    margin: 0;
    top: auto;
    bottom: 0;
    left: 50%;
    text-transform: uppercase;
    font-size: 1.8rem;
    font-weight: bold;
}
.hdmx__contact-button > span{
    border: none;
    margin: 0;
    font-size: 1.8rem !important;
    padding: 5px 20px;
    line-height: 30px !important;
    box-shadow: -10px -10px 20px rgba(31, 41, 93, 0.2);
    font-weight: normal;
    text-transform: capitalize;
    transition: 0.4s;
}
.hdmx__contact-button > span:hover{
    padding: 10px 20px;
}

.hdmx__contact-popup{
    left: 0;
    width: 100%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hdmx__contact-popup .hdmx__wrapper{
    left: 0;
    width: 100%;
    max-width: 700px;
    max-height: 90%;
    padding: 3rem;
}
.hdmx__contact-form{
    margin-bottom: 0;
}
.hdmx__contact-form .fieldset .legend{
    margin-top: 0;
}
.hdmx__contact-popup .fieldset > .field,
.hdmx__contact-popup .fieldset > .fields > .field{
    margin-bottom: 15px;
}
.hdmx__contact-popup .hdmx__wrapper .fieldset > .field:not(.choice) > .control{
    margin-top: 0;
}
.hdmx__contact-popup .fieldset :last-child, .hdmx__contact-form .fieldset :last-child, .hdmx__ticket-new .fieldset :last-child{
    margin-top: 0;
}
.hdmx__contact-popup .fieldset > .field > .label, .hdmx__contact-popup .fieldset > .fields > .field > .label{
    font-weight: normal;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.5rem;
}
.hdmx__contact-popup .fieldset label, .hdmx__contact-form .fieldset label, .hdmx__ticket-new .fieldset label{
    font-weight: normal;
    font-size: 1.5rem;
}
.hdmx__contact-form .action.close{
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    background-color: #5c5c5c;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}
.hdmx__contact-form .action.close:before{
    color: #fff;
}
.hdmx__contact-form .action.close:hover{
    background-color: var(--primary);
}
.hdmx__contact-popup .actions-toolbar, .hdmx__contact-form .actions-toolbar, .hdmx__ticket-new .actions-toolbar{
    text-align: center;
}
.hdmx__contact-form .actions-toolbar .action.primary{
    float: none;
}


/*Breadcrumb*/
.breadcrumbs{
    padding: 10px 0;
    max-width: 100%;
    background-color: rgba(var(--primaryRGB), .2);
    margin: 0;
}
.breadcrumbs .items{
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.breadcrumbs .item:not(:last-child):after{
    content: '/';
    line-height: normal;
    font-size: 2rem;
    color: var(--primary);
}
.breadcrumbs strong{
    color: var(--primary);
}
.breadcrumbs .item a:hover{
    color: var(--primary);
    text-decoration: none;
}

/* page title */
body:not(.catalog-product-view, .account) .page-title-wrapper{
    color: var(--secondary);
    padding: 1rem 6rem;
}
.page-title-wrapper .page-title{
    font-size: 4rem;
    font-weight: 700;
    margin: 1rem 0;
    line-height: 1.1;
}

/* Product List Page */
body.page-products #maincontent{
    padding: 0;
}
.page-products .columns{
  z-index: auto;
}
.category-view{
    padding: 0 6rem 2rem;
}
.category-view .sub-cat > .row{
    display: flex;
    flex-wrap: wrap;
}
.category-view .sub-cat .col-md-3{
    margin-bottom: 3rem;
}
.category-view .prd_details {
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    padding: 1.5rem;
    background: rgba(var(--primaryRGB), .1);
}

.category-view .prd_details > a {
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
    padding-top: 57%;
    position: relative;
    overflow: hidden;
    height: 0;
}

.category-view .prd_details > a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.category-view .prd_details:hover > a img{
    transform: scale(1.1);
}
.category-view .prd_details .info {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 1.6rem;
}
.category-view .sub-cat .prd_details .info a{
    color: #fff;
}
.category-view .sub-cat .prd_details .info a h2{
    background: var(--secondary);
    font-size: 1.6rem;
    font-weight: 700;
    padding: 10px 5px;
    margin-top: 0;
    border-radius: 6px;
}


.page-products .columns.row{
    margin: 0;
    padding: 2rem 6rem;
    background: #fbfbfd;
}

.page-products .columns.row .col-main{
    padding: 0;
}
.toolbar-products{
    background-color: rgba(var(--primaryRGB), .2);
    padding: .8rem 1.6rem .8rem 10rem;
    border-radius: 6px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    vertical-align: bottom;
    margin: 0 0 1rem;
}
.toolbar-products:after, .toolbar-products:before{
    content: none;
}
.toolbar-sorter.sorter{
    display: flex;
    align-items: center;
    padding: 0;
    margin-left: auto;
}
.toolbar-products .sorter-options, .toolbar-products .limiter-options{
    height: 4rem;
}
.toolbar-products .toolbar-amount{
    padding-top: 2px;
}
.products.wrapper ~ .toolbar.toolbar-products{
    border-radius: 0;
    background: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 1rem 0;
}
.products.wrapper ~ .toolbar .limiter{
    display: flex;
    align-items: center;
}
.products.wrapper ~ .toolbar .limiter .label{
    color: currentColor;
    font-size: 100%;
    font-weight: normal;
}

.pages .items .item{
  margin: 0;
}
.pages .items .item.current strong.page{
  background: var(--primary);
  color: #fff;
}
.pages .action.previous{
  margin: 0;
}
.pages .items .action{
  width: auto;
  height: auto;
  border: none;
  color: currentColor;
  margin: 0;
}
.pages .items .action:hover{
  color: var(--primary);
}

.pages .items a.page, .pages .items strong.page{
  font-size: 1.8rem;
  color: currentColor;
  font-weight: normal;
  padding: 0 1.2rem;
  border: none;
  border-radius: 0;
}
.pages .items a.page:hover{
  color: var(--primary);
  background: none;
}
.pages .items .action.previous{
  padding-right: 1.2rem;
}
.pages .items .action.next{
  padding-left: 1.2rem;
}
.pages .items .action.previous:hover, .pages .items .action.next:hover{
    background: none;
}

.layered_ajax_overlay {
    background-color: #fff;
    height: 100%;
    left: 0;
    opacity: .5;
    filter: alpha(opacity = 50);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    display: none;
}
.layered_ajax_overlay div {
    height: 100%;
    width: 100%;
    position: relative;
}
.layered_ajax_overlay div img {
    top: 50%;
    left: 50%;
    display: block;
    position: absolute;
    margin-top: -15px;
    margin-left: -15px;
}
.recent-section.col-lg-3.col-md-3.col-sm-4.col-xs-12{
    display: none;
}
button.cat_filter_btn{
  background: none;
  color: #000;
  padding: 0;
  position: absolute;
  left: 7.6rem;
  line-height: 4rem;
  top: 2.8rem;
  text-transform: capitalize;
  z-index: 1;
  border: none;
}
button.cat_filter_btn:hover{
  background: none;
  border: none;
  color: currentColor;
}
button.cat_filter_btn:focus{
    box-shadow: none;
}

.categoryLayeredFilter  button.cat_filter_btn:before{
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.8;
  z-index: 111;
}
body.categoryLayeredFilter{
  overflow: hidden;
}
.block.filter{
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 500px;
  background: #F5F5F7 0% 0% no-repeat padding-box;
  opacity: 1;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transform: translateX(-110%);
  transform-origin: center top;
  overflow: hidden;
  transition: 0.4s;
  z-index: 111;
  padding: 0;
  overflow: hidden;
  overflow-y: auto;
}
.categoryLayeredFilter .block.filter{
  transform: translateX(0);
}
.block.filter .filter-title{
  background: var(--primary);
  color: #fff;
  padding: 2rem 3rem;
  position: sticky;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.block.filter .block-subtitle{
  display: none;
}
.filter-options .filter-options-content .item a{
  font-size: 1.6rem;
  color: #010101;
}
.filter-options .count{
  color: #010101;
  margin-left: 3px;
}

.filter-options .filter-options-content .swatch-option.text{
  font-size: 1.6rem;
  font-weight: normal;
  background: #fff;
  color: var(--body-fg);
  border-radius: 5px;
  line-height: 2rem;
  padding: 5px 10px;
  height: auto;
  border: 1px solid #F5F5F7;
}
.filter-options .filter-options-content .swatch-option.text.selected{
  border-color: var(--primary);
  outline: none;
}


.filter-options{
  display: flex;
  flex-wrap: wrap;
  padding: 0 3rem 3rem;
}
.filter-options .filter-options-item{
    width: 100%;
    border-bottom: 1px solid #ddd;
}
.filter-options .filter-options-title{
    font-size: 1.8rem;
    font-weight: normal;
    padding: 1rem 2rem 1rem 0;
    line-height: 1.35;
    position: relative;
    cursor: pointer;
    margin: 0;
}
.block.filter .filter-content .filter-options .filter-options-item .filter-options-title:after{
    content: '';
    width: 1rem;
    height: 1rem;
    border-bottom: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: rotate(45deg);
    position: absolute;
    top: 1.5rem !important;
    right: .4rem;
    transition: 0.4s;
}
.block.filter .filter-content .filter-options .filter-options-item .filter-options-title[aria-expanded="true"]:after{
    transform: rotate(-135deg);
    top: 1.8rem !important;
}

.filter-options .filter-option-block{
  width: 100%;
  padding-right: 0;
  margin-bottom: 3rem;
}
.filter-options .filter-option-block:last-child{
  margin-bottom: 0;
}
.filter-options .filter-option-block h5.filter-options-title{
  font-size: 1.6rem;
  font-weight: bold;
  color: #010101;
  margin: 0 0 2rem;
}
.filter-options .filter-options-content{
  margin-bottom: 2rem;
}
.filter-options .filter-options-content .item{
  margin-bottom: .6rem;
}

.filter-current .filter-label{
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: .5ren;
}
.filter-current{
  padding: 0 3rem 3rem;
  font-size: 1.6rem;
}

.filter-current a.action.remove{
  background: rgba(1, 1, 1, .07);
  color: currentColor;
  border-radius: 50%;
  font-size: 1.4rem;
  width: 22px;
  height: 22px;
  line-height: 22px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.filter-current a.action.remove:hover{
  background: rgba(1, 1, 1, 1);
  color: #fff;
  text-decoration: none;
}
.filter-current a.action.remove:after{
  content: '\2716';
}
.filter-current a.action.remove span{
  display: none;
}
a.action.clear.filter-clear{
  background: #fff;
  color: #ff0000;
  border-radius: 4px;
  font-size: 1.4rem;
  padding: .7rem 1rem;
  transition: 0.4s;
}
a.action.clear.filter-clear:hover{
  text-decoration: none;
  color: #fff;
  background-color: var(--body-fg);
}

.modes-mode, .modes-mode:before{
    color: var(--secondary);
}
.modes-mode.active{
    background: var(--secondary);
}
.modes-mode.active, .modes-mode.active:before{
    color: #fff;
}

.page-products .products-grid .product-items{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.page-products .products-grid .product-items > .item-inner{
    float: none;
}
.product-item .product-photo, .product-list-item .product-photo{
    width: 100%;
}
.product-item .product-photo .product-item-photo, .product-list-item .product-photo .product-item-photo{
    width: 100%;
    display: inline-block;
    vertical-align: bottom;
}
.product-item-photo .image-switch{
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
}
.product-list-item .product-image-container{
    width: 100%;
}
.page-products .products-grid .product-items .product-item-info:hover .product-image-wrapper .product-image-photo{
    transform: scale(1.1);
}
.page-products .products-grid .product-items .product-image-wrapper{
    padding-top: 110%;
}
.page-products .products-grid .product-items .product-item-info{
    width: 100%;
    font-size: initial;
    height: 100%;
    position: relative;
    z-index: 0;
    background: #f5f5f7;
}
.page-products .products-grid .product-items .product-item-info .product-list-item{
    height: 100%;
}
.page-products .products-grid .product-items .item-inner{
    margin-bottom: 3rem;
}
.product-items .product-item-info .addto-links-icons .add-to-links li a.towishlist, .products-list.list .product-item-actions .actions-secondary > .action.towishlist{
    background-image: url(images/wishlist-boat-b.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;    
}
.product-items .product-item-info .addto-links-icons .add-to-links li a.towishlist:hover, .products-list.list .product-item-actions .actions-secondary > .action.towishlist:hover{
    background-image: url(images/wishlist-boat-w.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;   
}
.product-items .product-item-info .addto-links-icons .add-to-links li a.towishlist i, .products-list.list .product-item-actions .actions-secondary > .action.towishlist i{
    display: none;
}
.product-items .product-list-item .product-photo{
    position: relative;
    overflow: hidden;
    background: #fff;
}

.product-items .product-item-info .addto-links-icons{
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    z-index: 1;
    transition: 0.4s;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.product-items .product-item-info:hover .addto-links-icons{
    bottom: 0;
}
.product-items .product-item-info .addto-links-icons .add-to-links{
    display: flex;
    flex-direction: row;
    width: 100%;
}
.product-items .product-item-info .addto-links-icons .add-to-links li{
    flex: 1 1 0;
    margin: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.product-items .product-item-info .addto-links-icons .add-to-links li:first-child{
    border-left: none;
}
.product-items .product-item-info .addto-links-icons .add-to-links li a{
    width: 100%;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    background: #fff;
    color: var(--secondary);
    transition: 0.4s;
}
.product-items .product-item-info .addto-links-icons .add-to-links li a:hover{
    background: rgba(31, 41, 93, 1);
    color: #fff;
    text-decoration: none;
}
.product-items .action.towishlist:before, .products.list.items .action.towishlist:before, .table-comparison .action.towishlist:before{
    content: none;
}

.product-items .product-item-info .product-info{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 1.5rem;
}
.product-items .product-item-info .product-name{
    font-size: 1.6rem;
    color: #000;
    margin: 0 0 1rem;
    width: 100%;
}
.product-items .product-item-info .product-name a{
    color: currentColor;
}

.product-items .product-item-info .price-box .price-label{
    display: none;
}
.product-items .product-item-info .price-box .old-price .price{
    color: grey;
    font-size: 90%;
    font-weight: normal;
    vertical-align: middle;
}

.product-item-info .onsale{
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--primary);
    color: #fff;
    padding: .4rem 1rem;
    line-height: 1.15;
    font-size: 1.4rem;
    font-weight: 500;
    z-index: 1;
    text-transform: uppercase;
}


.price-container .price{
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--secondary);
}
.instockquantiry{
    margin-bottom: 1rem;
    margin-left: 0 !important;
    width: 100%;
}
.instockquantiry .right-icon{
    width: 2.4rem;
    height: 2.4rem;
    line-height: 2.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
}
.instockquantiry .right-icon i{
    margin: 0 !important;
    width: auto !important;
}

.product-items .product-item-info .product-info .actions-primary{
    margin-left: auto;
}

.btn.btn-add-to-cart {
    min-width: 42px;
    height: 42px;
    border-radius: 30px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    color: #fff;
    border: none;
    transition: 0.4s;
}
.btn.btn-add-to-cart span {
    font-size: 0;
    transition: 0.4s;
}
.btn.btn-add-to-cart:hover span{
    font-size: 1.6rem;
    margin-left: .6rem;
}

/*List View*/
.product-list.row{
    display: flex;
    flex-wrap: wrap;
}
.product-list.row .product-item{
    padding: 0 15px;
    width: 50%;
    margin-bottom: 3rem;
}
.products-list.list .product-list .product-item .product-info{
    background: #fff;
    padding: 0 15px;
}
.products-list.list .product-item-details{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.products-list.list .product-list .product-item .product-info .product-name{
    font-size: 2rem;
    color: #000;
    margin: 0 0 1rem;
    width: 100%;
}
.products-list.list .product-list .product-item .product-info .product-name a{
    color: currentColor;
}
.products-list.list .product-item .price-box .price{
    font-size: 1.8rem;
    font-weight: 700;
} 
.products-list.list .product-item-actions{
    display: flex;
}
.products-list.list .product-item-actions .actions-secondary{
    display: flex;
    align-items: center;
}
.products-list.list .product-item-actions .actions-secondary > .action:before{
    content: none;
}
.products-list.list .product-item-actions .actions-secondary > .action{
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    background: #fff;
    color: var(--secondary);
    transition: 0.4s;
    width: 42px;
    margin-left: 1rem;
    border-radius: 4rem;
    background-color: rgba(var(--primaryRGB), .2);
}
.products-list.list .product-item-actions .actions-secondary > .action:hover{
    background-color: rgba(var(--primaryRGB), 1);
    color: #fff;
}
.products-list.list .product-item .tocart{
    line-height: 24px;
    padding: .8rem 2rem;
    background: var(--primary);
    color: #fff;
    border: none;
    font-size: 1.6rem;
    font-weight: normal;
    display: inline-flex;
    align-items: center;
    transition: 0.4s;
}
.products-list.list .product-item .tocart:hover{
    background: var(--secondary);
}
.products-list.list .product-item .tocart svg{
    margin-right: .6rem;
    width: auto;
    height: 2rem;
}


/* List View */

/*Quick View*/
#quick-window{
    padding: 3rem;
    max-height: 90vh;
    overflow: hidden;
    overflow-y: auto;
    width: 960px;
}
#quick-window .page-title-wrapper{
    padding: 0;
}
#quick-window .product-info-main .page-title-wrapper .page-title{
    font-size: 2.4rem;
    margin-top: 0;
}
#quick-window .product-info-main .field.qty{
    display: none;
}
#quickview-close{
    background: var(--primary);
    top: 2px;
    right: 2px;
    text-align: center;
}
#quickview-close:before {
    margin-left: 0;
    width: 100%;
}
.mageworx-shareable-link-container{
    display: flex;
    align-items: center;
    padding: 10px;
}
.mageworx-shareable-link-container img{
    vertical-align: middle;
}
.mageworx-shareable-link-container .mageworx-shareable-link-icon{
    margin-right: 3px;
}
.mageworx-shareable-link-container .mageworx-shareable-hint-icon{
    margin-left: 3px;
}

#quick-window .gallery-placeholder .bxslider{
    margin-top: 1rem;
}
#quick-window .gallery-placeholder .row li.small_image{
    padding: 0 15px;
}
#quick-window .gallery-placeholder .row li.small_image img{ 
    max-width: 100%;
}
#quick-window .owl-dots{
    display: none;
}

#quick-window .gallery-placeholder > .row{
    margin: 0;
}
#quick-window .gallery-placeholder .bxslider .owl-nav{
    display: block !important;
}
#quick-window .gallery-placeholder .bxslider .owl-nav > button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#quick-window .gallery-placeholder .bxslider .owl-nav > button span{
    margin-top: -3px;
    position: relative;
}
#quick-window .gallery-placeholder .bxslider .owl-nav > button:hover{
    background: var(--primary);
    color: #fff;
    border: 1px solid var(--primary);
}
#quick-window .gallery-placeholder .bxslider .owl-nav > button.owl-prev{
    left: 0;
}
#quick-window .gallery-placeholder .bxslider .owl-nav > button.owl-next{
    right: 0;
}


/* Quick View */
.category-description{
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
    padding: 1rem 0 3rem;
    font-size: 1.6rem;
}
.category-description h2{
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: var(--secondary);
}
.category-description h2 strong{
    font-weight: 700;
}
.category-description p{
    margin-bottom: 2rem;
}
.moreless-button-cat:not(.cus-btn){
    font-weight: 700 !important;
}
.moreless-button-cat:not(.cus-btn):hover{
    color: var(--primary);
}
.category-description a:hover{
    color: var(--primary);
}
.category-description ul{
    padding-left: 2rem !important;
    margin-top: 1.5rem;
}
.category-description .categories-faq-bottom .collapsible{
    font-size: 1.8rem;
    color: var(--secondary);
    background-color: transparent !important;
    padding: 1rem 4rem 1rem 0;
    line-height: 2.4rem;
    position: relative;
    font-weight: 700;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0 !important;
}
.category-description .categories-faq-bottom .collapsible:hover{
    background-color: transparent !important;
}
.category-description .categories-faq-bottom .collapsible.active{
    border-bottom-color: transparent;
}

.category-description .categories-faq-bottom .collapsible:after{
    content: ''; 
    width: 2rem;
    height: 2.4rem;
    background-image: url('images/arrow-down.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.25rem;   
    position: absolute;
    top: 1rem;
    right: 0;
    margin: 0;
    transition: 0.4s;
}
.category-description .categories-faq-bottom .collapsible.active:after{
    transform: rotate(-180deg);
}
.category-description .categories-faq-bottom .content{
    margin: 0 0 .5rem;
    background: none;
}
.category-description .categories-faq-bottom .collapsible.active + .content{
    padding: 1rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.all-attachment-block{
    overflow: hidden;
    overflow-x: auto;
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
    border: 1px solid #ccc;
}
.attachment-table{
    margin: 0;
    width: 100% !important;
}
.attachment-table thead th{
    background: #eae7e3;
    color: var(--secondary);
    font-weight: 700;
}
.attachment-table tbody tr:nth-child(even){
    background: #f7f7f7;
}
.attachment-table tbody td{
    vertical-align: middle !important;
    font-size: 1.6rem;
}
.attachment-table tbody td.attachment-icon{
    width: 100px;
}
.attachment-table  th.download{
    text-align: center;
}

/* Product Details */
.columns.layout.layout-1-col.row{
    margin: 0;
}
.catalog-product-view .columns .columns.layout.layout-1-col.row{
    padding: 0;
}
.view-product > .row{
    margin: 0;
}
.view-product > .row > .col-md-12{
    padding: 0;
}

.page-layout-1column .product.media{
    width: 100%;
}
.fotorama ~ .fotorama{
    display: none;
}
/*.fotorama__thumb__arr.fotorama__thumb__arr--left, .fotorama__thumb__arr.fotorama__thumb__arr--right{
    pointer-events: none;
}*/
.magnifier-preview ~ .magnifier-preview{
    display: none;
}
.fotorama__thumb-border{
    border-color: var(--secondary);
}
.page-layout-1column .product-info-main{
    width: 100%;
}
.main-detail{
    padding: 5rem 6rem;
    max-width: 1600px;
    margin: 0 auto;
}
.product.info.detailed{
    padding: 0 6rem 4rem;
    max-width: 1600px;
    margin: 0 auto;
}
.product-info-main .stock.available, .product-info-main .stock.unavailable{
    width: auto;
    margin-right: 0;
    font-size: 1.6rem;
    float: left;
    clear: left;
}
.product-info-main .stock.available span{
    margin-left: 10px;
    color: green;
}
.product-info-main .stock.unavailable span{
    margin-left: 10px;
    color: red;
}
.product-info-main .product.attribute.sku{
/*    width: 100%;*/
    color: currentColor;
    font-size: 1.6rem;
    float: left;
    clear: left;
}
.product-info-main .product.attribute.sku .type{
    font-weight: 700;
}
.product-info-main .price-box{
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
}
.product-info-main .price-box span{
    display: inline-block;
    margin: 0;
}
.product-info-main .price-box span.wee{
    margin: 0;
}
.product-info-main .price-box span.price-label{
    display: none;
}
.product-info-main .price-box .old-price .price{
    text-decoration: line-through;
    color: grey;
    font-size: 75%;
    margin-left: 4px;
}

.product-info-main .product-info-price{
    margin-bottom: 2rem;
}
.product-info-main .product-info-price .product-info-stock-sku{
    display: inline-block;
    width: 100%;
}
.product-info-main .product-info-price .product-info-stock-sku > div[data-content-type="html"]{
    float: right;
}
.product-info-main .product-info-price .express-delivery{
    position: static !important;
}
.product-info-main .price-box .price-wrapper .price, .product-options-bottom .price-box .price-wrapper .price{
    font-size: 3rem;
    line-height: 1.5;
}
.product-info-main .price-box .old-price .price-wrapper .price, .product-options-bottom .price-box .old-price .price-wrapper .price{
    font-size: 2.4rem;
}
.product-info-main .price-box .weee{
    line-height: 1;
}
.product-info-main .product-reviews-summary .reviews-actions a{
    margin-right: 0;
}
.product-add-form .fieldset > .field:not(.choice) > .label{
    font-size: 1.6rem;
    font-weight: normal;
    display: inline-block;
    width: 100%;
    margin: 0 0 1rem;
}
.fieldset > .field.required > .label:after, .fieldset > .fields > .field.required > .label:after, .fieldset > .field._required > .label:after, .fieldset > .fields > .field._required > .label:after{
    font-size: 1.6rem;
}
.product-info-main .product-reviews-summary .reviews-actions{
    font-size: 1.8rem;
    padding: 1rem 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.product-info-main .product-reviews-summary .reviews-actions a{
    color: var(--primary);
}
.product-reviews-summary.empty{
    width: 100%;
    margin: 2rem 0;
}

.product-info-main .box-tocart, .product-options-bottom .box-tocart{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.product-info-main .box-tocart .field.qty, .product-options-bottom .box-tocart .field.qty{
    display: inline-flex;
    align-items: center;
    margin: 0;
}
.product-add-form .fieldset > .field:not(.choice) > .label{
    margin: 0 1rem 0 0;
}

.product-info-main .product-addto-links .action, .product-options-bottom .product-addto-links .action{
    width: 5rem;
    height: 5rem;
    border-radius: 5rem;
    border: 1px solid var(--primary);
    color: var(--primary);
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2.4rem;
    transition: 0.4s;
}
.product-info-main .product-addto-links .action.towishlist, .product-options-bottom .product-addto-links .action.towishlist{
    background-image: url(images/wishlist-boat-br.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 34px;
}
.product-info-main .product-addto-links .action.towishlist:hover, .product-options-bottom .product-addto-links .action.towishlist:hover{
    background-image: url(images/wishlist-boat-w.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 34px;
}
.product-info-main .product-addto-links .action.towishlist i, .product-options-bottom .product-addto-links .action.towishlist i{
    display: none;
}
.product-info-main .product-addto-links .action:hover, .product-options-bottom .product-addto-links .action:hover{
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
}
.product-info-main .product-addto-links .action + .action, .product-options-bottom .product-addto-links .action + .action{
    margin-left: 10px;
}
.product-info-main .box-tocart .actions a, .product-options-bottom .box-tocart .actions a{
    color: var(--body-fg);
}
a.action.primary{
    display: inline-flex;
}
a.action.primary:hover{
    color: #fff;
}
.product-info-main .box-tocart .actions .action + .action, .product-options-bottom .box-tocart .actions .action + .action{
    margin-left: 10px;
}

.product-view .product-info-main .countdown-page-product-custom .progressbar-countdown-p-p-c {
    margin-top: 20px;
    height: 10px;
    background-color: #eaeaea;
    margin-bottom: 20px;
    border-radius: 20px;
}
.product-view .product-info-main .countdown-page-product-custom .progressbar-countdown-p-p-c>div {
    height: 10px;
    display: block;
    height: 100%;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #988671;
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#988671),color-stop(1,#988671));
    background-image: -moz-linear-gradient(center bottom,#988671 37%,#988671 69%);
    position: relative;
    overflow: hidden;
}
.product-view .product-info-main .countdown-page-product-custom .progressbar-countdown-p-p-c>div:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -webkit-gradient(linear,0 0,100% 100%,color-stop(.25,rgba(255,255,255,.2)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.2)),color-stop(.75,rgba(255,255,255,.2)),color-stop(.75,transparent),to(transparent));
    background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent);
    z-index: 1;
    -webkit-background-size: 50px 50px;
    -moz-background-size: 50px 50px;
    -moz-animation: move 2s linear infinite;
    -webkit-animation: move 2s linear infinite;
    animation: move 2s linear infinite;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
}

.product.data.items > .item.title > .switch{
    height: auto;
    font-size: 1.8rem;
    font-weight: normal;
    padding: 10px 20px;
    line-height: 21px;
    background: #fff;
    border-radius: 6px 6px 0 0;
    transition: 0.4s;
    position: relative;
    top: 0;
}
.product.data.items > .item.title.active > .switch, .product.data.items > .item.title.active > .switch:focus, .product.data.items > .item.title.active > .switch:hover{
    padding-bottom: 10px;
    background: var(--primary);
    color: #fff;
    padding-top: 14px;
    top: -4px;
}
.item.title.active .data.switch .counter{
    color: #fff;
}
.product.data.items > .item.content{
    margin-top: 41px;
    border: 1px solid #ccc;
}
.review-form .action.submit.primary{
    color: #000;
}
.review-form .action.submit.primary:hover{
    color: #fff;
    background: #fff;
    border-color: var(--primary);
}
.review-add div#ratings\[2\]-error, .review-add div#ratings\[3\]-error {
    display: none !important;
}
.review-field-ratings .review-field-rating .label{
    text-align: left;
    padding-left: 0;
    font-size: 16px;
    font-weight: 700;
}

.product.attribute.description h2{
    font-size: 2.8rem !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    font-weight: 700 !important;
    color: var(--secondary) !important;
}
.product.attribute.description h3{
    font-size: 2.4rem !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    font-weight: 700 !important;
    color: var(--secondary) !important;
}
.product.attribute.description h4{
    font-size: 2rem !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    font-weight: 700 !important;
    color: var(--secondary) !important;
}
.product.attribute.description h5{
    font-size: 1.8rem !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    font-weight: 700 !important;
    color: var(--secondary) !important;
}
.product.attribute.description p, .product.attribute.description p span, .product.attribute.description p font{
    font-size: 1.6rem !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    font-weight: normal !important;
}
.product.attribute.description ul{
    padding-left: 2rem;
}
.product.attribute.description ul li{
    list-style: disc;
    font-size: 1.6rem !important;
    font-weight: normal !important;
}
.product.attribute.description ol{
    padding-left: 2rem;
}
.product.attribute.description ol li{
    list-style: auto;
    font-size: 1.6rem !important;
    font-weight: normal !important;
}
.product.attribute.description li div, .product.attribute.description li span{
    font-size: 1.6rem !important;
    font-weight: normal !important;
}
.product.attribute.description table th, .product.attribute.description table td{
    font-size: 1.6rem !important;
    font-weight: normal !important;
}



.ajaxsuite-popup-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .form-login .login .label{
    font-size: 1.6rem;
    color: #000;
}
.ajaxsuite-popup-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .photo.image{
    max-width: 355px;
    width: 100%;
    max-height: 260px;
    object-fit: contain;
}
.ajaxsuite-popup-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .product-name strong{
    color: var(--primary);
}
.ajaxsuite-popup-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .product-name .greycolor{
    color: var(--secondary);
}
.ajaxsuite-popup-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .ajaxsuite-buttons button{
    max-width: 250px;
}

.ajaxsuite-popup-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content{
    max-height: 90vh;

}
.ajaxsuite-popup-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .block-authentication .block-title{
    text-align: left;
}
.block-authentication .block[class] ul{
    list-style: disc;
    font-size: 1.5rem;
    padding-left: 20px !important;
}
.block-authentication .block[class] ul li{
    list-style: disc;
}


.catalog-product-view .columns .columns.layout.layout-1-col.row{
    padding-bottom: 0;
}
.product-info-main .fieldset > .field:not(.choice) > .control .label-qty, .product-options-bottom .fieldset > .field:not(.choice) > .control .label-qty{
    display: none !important;
}

.product-info-main .box-tocart .fieldset, .product-options-bottom .box-tocart .fieldset{
    display: flex;
    flex-wrap: wrap;
}
.product-info-main .box-tocart .fieldset:only-child, .product-options-bottom .box-tocart .fieldset:only-child{
    width: 100%;
}
.product-add-form .fieldset > .field:not(.choice) > .label{
    display: none;
}
.product-add-form .fieldset .field.qty .input-group{
    display: flex;
    flex-direction: row;
    background: #F2F2F4;
    border-radius: .5rem;
}
.product-add-form .fieldset .field.qty .input-group .input-group__input{
    width: 60px;
    text-align: center;
    border-radius: 0;
    background: none;
    border: none;
}
.product-add-form .fieldset .field.qty .input-group button{
    padding: 0;
    border: none;
    width: 40px;
    height: 5rem;
    padding: 10px;
    line-height: 26px;
    border-radius: 5px;
    font-size: 2.4rem;
    box-shadow: none;
    outline: none;
}
.product-add-form .fieldset .field.qty .input-group button:hover{
    background: none;
    color: var(--primary);
}
.product-add-form .fieldset .field.qty .input-group button:focus{
    background: none;
}
.product-add-form .fieldset .field.qty .input-group button.input-group__button--decrease:after{
    content: '-';
}
.product-add-form .fieldset .field.qty .input-group button.input-group__button--increase:after{
    content: '+';
}

.product-info-main .box-tocart .actions, .product-options-bottom .box-tocart .actions{
    padding-top: 0;
}

.field.qty{
    position: relative;
}
.field.qty div.mage-error{
    position: absolute;
    top: 100%;
    left: 0;
}

/* update cart */
.product-info-main .box-tocart.update .field.qty{
    max-width: 15.5rem;
}
.product-info-main .box-tocart.update .field.qty .control{
    position: relative;
}
.product-info-main .box-tocart.update .input-text.qty, .product-options-bottom .box-tocart.update .input-text.qty{
    width: 100%;
    padding: .5rem 4rem;
    background: #F2F2F4;
    border-radius: .5rem;
    border: none;
}
.product-info-main .box-tocart.update .field.qty .control .qty_control button{
    position: absolute;
    top: 0;
    padding: 0;
    width: 4rem;
    bottom: 0;
    border: none;
    background: none;
    border-radius: 0;
    font-size: 2rem;
    border-radius: .5rem;
}
.product-info-main .box-tocart.update .field.qty .control .qty_control button.increaseQty{
    right: 0;
}
.product-info-main .box-tocart.update .field.qty .control .qty_control button.increaseQty:before{
    content: '\002B';
    font-weight: 700;
    color: var(--secondary);
}
.product-info-main .box-tocart.update .field.qty .control .qty_control button.decreaseQty{
    left: 0;
}
.product-info-main .box-tocart.update .field.qty .control .qty_control button.decreaseQty:before{
    content: '\2212';
    font-weight: 700;
    color: var(--secondary);
}


.faq-tab .faq_tab_prdct{
    font-size: 1.6rem;
}
.faq-tab .faq_tab_prdct .collapsible{
    font-size: 1.8rem;
    color: var(--secondary);
    background-color: transparent !important;
    padding: 1rem 4rem 1rem 0;
    line-height: 2.4rem;
    position: relative;
    font-weight: 700;
    border-radius: 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.faq-tab .faq_tab_prdct .collapsible:hover{
    background-color: transparent !important;
}
.faq-tab .faq_tab_prdct .collapsible.active {
    background-color: transparent !important;
    border-bottom-color: transparent;
}
button:active, .cart.table-wrapper .actions-toolbar > .action:active, .action-gift:active{
    box-shadow: none;
}

.faq-tab .faq_tab_prdct .collapsible:after{
    content: ''; 
    width: 2rem;
    height: 2.4rem;
    background-image: url('images/arrow-down.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.25rem;   
    position: absolute;
    top: 1rem;
    right: 0;
    margin: 0;
    transition: 0.4s;
}
.faq-tab .faq_tab_prdct .collapsible.active:after{
    transform: rotate(-180deg);
}
.faq-tab .faq_tab_prdct .content{
    margin: 0 0 .5rem;
}
.faq-tab .faq_tab_prdct .collapsible.active + .content{
    padding: 1rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);

}

.modals-overlay{
    z-index: 99999999 !important;
}
.modal-slide._show, .modal-popup._show{
    z-index: 100000000 !important;
}
.ajaxsuite-popup-wrapper .modal-popup._inner-scroll .modal-header{
    border-bottom: none;
}
.ajaxsuite-popup-wrapper .modal-popup._inner-scroll{
    -webkit-transform: scale(1); */
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.ajaxsuite-popup-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .wrapper-success .product-information .product-name .pupup-suc-added-to-your-bag{
    color: #000;
}
.ajaxsuite-popup-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .wrapper-success .product-information .product-name .pupup-suc-added-ajax-cart-product-name{
    color: var(--secondary);
    font-size: 1.8rem;
    font-weight: 700;
}
.ajaxsuite-popup-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .wrapper-success .product-information .product-name .pupup-suc-added-ajax-cart-product-name a{
    color: var(--secondary);
}
.ajaxsuite-buttons button{
    border-color: var(--primary);
    background: #fff;
    transition: 0.4s;
    color: var(--body-fg);
}
.ajaxsuite-buttons button:hover{
    background: var(--primary);
    color: #fff;
    border: 1px solid var(--primary);
}
.ajaxsuite-popup-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-header .action-close{
    right: -10px !important;
    top: -10px !important;
    height: 32px;
}
.popup-authentication .block-authentication .block-new-customer .actions-toolbar div.primary a{
    max-width: 300px;
    width: 100%;
}
.ajaxsuite-popup-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .form-login .login .control input{
    border-width: 1px;
    background: #fff;
    border-radius: 4rem;
    padding: 0 1.5rem;
}
.ajaxsuite-popup-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .form-login .actions-toolbar .action-register, .ajaxsuite-popup-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .form-login .actions-toolbar .action-login{
    border: 1px solid var(--primary);
    background: #fff;
    color: var(--body-fg);
    border-radius: 25px;
    position: relative;
    padding: 1rem 1.8rem;
    line-height: 2.8rem;
    font-size: 1.6rem;
    text-transform: uppercase;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    z-index: 0;
    transition: 0.4s;
    outline: none;
    box-shadow: none;
    font-family: 'PP Telegraf';
    font-weight: normal;
}
.ajaxsuite-popup-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .form-login .actions-toolbar .action-register:hover, .ajaxsuite-popup-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .form-login .actions-toolbar .action-login:hover{
    color: #fff;
    background: #fff;
}
.ajaxsuite-popup-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .form-login .actions-toolbar .action-register:before, .ajaxsuite-popup-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .form-login .actions-toolbar .action-login:before{
    content: '';
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 1.2rem;
    background: var(--primary);
    transition: 0.4s;
    margin-right: 5px;
}
.ajaxsuite-popup-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .form-login .actions-toolbar .action-register:hover:before, .ajaxsuite-popup-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .form-login .actions-toolbar .action-login:hover:before{
    width: 0;
    height: 0;
    margin-right: 0;
}

.ajaxsuite-popup-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .form-login .actions-toolbar .action-register:after, .ajaxsuite-popup-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .form-login .actions-toolbar .action-login:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(.1);
    background: var(--primary);
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    transition: 0.4s;
    opacity: 0;
}
.ajaxsuite-popup-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .form-login .actions-toolbar .action-register:hover:after, .ajaxsuite-popup-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .form-login .actions-toolbar .action-login:hover:after{
    transform: scale(1);
    opacity: 1;
}
.ajaxsuite-popup-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .form-login .actions-toolbar .secondary a{
    color: var(--primary);
}



section.block.related{
    padding: 8rem 6rem;
    background: #fbfbfd;
}
.rokan-relate-heading{
    font-size: 8rem;
    line-height: 1;
    margin-bottom: 4rem;
    text-align: center;
}

section.block.related .owl-carousel .owl-stage{
    display: flex;
}
section.block.related .owl-carousel .owl-item{
    float: none;
}

section.block.related .products-item{
    padding: 0 1.5rem;
    height: 100%;
}
section.block.related .products-item .product-item{
    background: #f5f5f7;
    height: 100%;
}
section.block.related .product-item .product-photo{
    height: auto;
    position: relative;
    overflow: hidden;
    background: #fff;
}
section.block.related .product-item .product-image-wrapper{
    padding-top: 110%;
}
section.block.related .product-item .product-image-wrapper img{
    position: absolute;
} 


section.block.related .product-item .addto-links-icons{
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    z-index: 1;
    transition: 0.4s;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
section.block.related .product-item:hover .addto-links-icons{
    bottom: 0;
}
section.block.related .product-item .addto-links-icons .add-to-links{
    display: flex;
    flex-direction: row;
    width: 100%;
}
section.block.related .product-item .addto-links-icons .add-to-links li{
    flex: 1 1 0;
    margin: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}
section.block.related .product-item .addto-links-icons .add-to-links li:first-child{
    border-left: none;
}
section.block.related .product-item .addto-links-icons .add-to-links li a{
    width: 100%;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    background: #fff;
    color: var(--secondary);
    transition: 0.4s;
}
section.block.related .product-item .addto-links-icons .add-to-links li a:hover{
    background: rgba(31, 41, 93, 1);
    color: #fff;
    text-decoration: none;
}
section.block.related .product-item .action.towishlist:before{
    content: none;
}
section.block.related .product-item .tocompare:before{
    content: none;
}


section.block.related .product-item .product-info{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 1.5rem;
}
section.block.related .product-item .product-info .product-name{
    font-size: 1.6rem;
    color: #000;
    margin: 0 0 1rem;
    width: 100%;
}
section.block.related .product-item .product-info .product-name a{
    color: currentColor;
}
section.block.related .product-item .product-ratting{
    width: 100%;
}
section.block.related .product-item .price-box{
    margin: 0;
}
section.block.related .product-item .price-container .price {
    font-size: 1.8rem;
    font-weight: 700;
}
section.block.related .product-item .actions-primary {
    margin-left: auto;
}



.message.success, .message.notice, .message.error{
  padding: 10px 60px;
  padding-left: 90px;
}
.message.success > *:first-child:before, .message.notice > *:first-child:before, .message.error > *:first-child:before{
  left: 55px;
}
.message.success a{
  color: var(--body-fg);
}
.message.success a:hover{
  color: var(--primary);
}


/* Search page */
.amsearch-result-tabs.product.data.items > .item.content{
    background: none;
}
.amsearch-result-tabs .data.title.active{
    background: #fff;
}
.amsearch-result-tabs.product.data.items .item.title.active .switch{
    padding-top: 10px;
    padding-bottom: 10px;
    top: 0;
}
.amsearch-result-tabs .title:hover:before, .amsearch-result-tabs .title.active:before{
    content: none;
}
.amsearch-products-tab .toolbar-products{
    padding-left: 1.6rem;
}
.amsearch-category-tab .amsearch-item a{
    color: var(--body-fg);
}
.amsearch-category-tab .amsearch-item a:hover{
    color: var(--primary);
}

/*My Account*/
body:is(.customer-account-login, .customer-account-create, .multishipping-checkout-login, .checkout-cart-index, .customer-account-forgotpassword, .cms-page-view, .customer-account-createpassword, .checkout-onepage-success) .page-title-wrapper{
    background: rgba(0, 0, 0, 0.05);
    text-align: center;
}
body.account .columns{
  max-width: 1400px;
  padding: 8rem 5rem;
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex;
  flex-direction: column;
}
.login-container{
    padding: 7rem 5rem 3rem;
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
.login-container .block-customer-login,
.login-container .block-new-customer {
  border: 1px solid #ddd;
  padding: 3rem 3rem 4.5rem;
  margin-bottom: 0;
  box-sizing: border-box;
}
.login-container .actions-toolbar .secondary a.action {
  margin-top: 12px;
  color: var(--body-fg);
}
.login-container .fieldset:after {
  margin-bottom: -8px;
  margin-top: 25px;
}
.block-customer-login .login .actions-toolbar {
  padding-top: 14px;
}
.login-container .block .block-title,
.amazon-validate-container .block .block-title {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
.amazon-validate-container .block .block-title strong,
.login-container .block .block-title strong {
  color: var(--body-fg);
}
.login-container, .form.create.account, .form.password.forget, .form.password.reset{
    padding: 4rem 2rem 0;
}
.login-container .block-customer-login, .login-container .block-new-customer{
    padding: 2rem 2rem 2.5rem;
}
.form.password.forget, .form.password.reset{
    padding: 7rem 5rem 3rem;
    max-width: 1400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.form.password.forget fieldset.fieldset, .form.password.reset fieldset.fieldset{
    max-width: 700px;
    margin: 0 0 2rem;
}
body .form.password.reset input[type="checkbox"] + label:before, body .form.password.reset input[type="checkbox"] + label:after{
    top: 4px;
}

.actions-toolbar .primary a.action, .actions-toolbar .secondary a.action{
    display: inline-flex;
}
button, a.action.primary, .cart.table-wrapper .actions-toolbar > .action, .action-gift{
    border-radius: 25px;
}
.action.primary:focus:not(:hover), .action-primary:focus:not(:hover), .action.primary:active:not(:hover), .action-primary:active:not(:hover){
    color: var(--body-fg);
    background: #fff;
    border-color: var(--primary);
}

.form.create.account{
    padding: 7rem 5rem 3rem;
    max-width: 1400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#cc_validate_box{
    z-index: 1 !important;
}
.form.create.account .fieldset > .field.choice.newsletter input[type="checkbox"] + label:before, .form.create.account .fieldset > .field.choice.newsletter input[type="checkbox"] + label:after{
    top: 4px;
}

.form.create.account fieldset.fieldset{
    max-width: 700px;
    position: relative;
    border: 1px solid #ddd;
    padding: 1rem 3rem 3rem;
    margin-left: auto;
    margin-right: auto;
}
.form.create.account fieldset.fieldset.address{
    margin-bottom: 29px;
}
.account .fieldset > .legend {
    border-bottom: 1px solid #ddd;
    font-weight: 700;
    font-size: 2.4rem;
    padding-bottom: 14px;
    margin-bottom: 22px;
    width: 100%;
}
.form.create.account fieldset.fieldset > .legend{
    position: absolute;
    top: -15px;
    left: 2rem;
    background: #fff;
    padding: 0 1rem;
    border-bottom: none;
    width: auto;
    margin: 0;
}
.form.create.account fieldset.fieldset.additional_info{
    display: none;
}
.form.create.account .actions-toolbar{
    text-align: center;
}
.form.create.account .actions-toolbar div.primary{
    float: none;
}
#password-strength-meter-container{
    margin-top: 5px;
}

.form.create.account .field.fullname{
    margin-bottom: 0;
}
.form.create.account .field.fullname .control .fieldset-fullname{
    border: none;
    padding: 0;
}
.fieldset .fullname .field .control{
    width: 100%;
}
.form-create-account .fieldset .fullname .field .label{
    font-weight: normal;
    margin-bottom: 1rem;
}

.account.page-layout-2columns-left .sidebar-additional, .account.page-layout-2columns-left .sidebar-additional1{
  display: none;
}

.account .recent-section.col-lg-3.col-md-3.col-sm-4.col-xs-12{
    display: block;
    padding: 0;
}
.account .columns.layout.layout-1-col.row .col-main{
    padding: 3rem;
  background: #f5f5f7;
}
.account.page-layout-2columns-left .block.block-collapsible-nav{
  position: relative;
  margin-bottom: 2rem;
}
.account.page-layout-2columns-left .block-collapsible-nav .title{
  width: auto;
  border: 1px solid #ddd;
  height: auto;
  padding: 1rem 2rem;
  margin: 0;
  clip: auto;
  position: static;
  max-width: 300px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.account.page-layout-2columns-left .block-collapsible-nav .title:hover{
  background: #f5f5f7;
}
.account.page-layout-2columns-left .block-collapsible-nav .title:after{
  content: '';
  width: 1.2rem;
  height: 1.2rem;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: currentColor;
  display: inline-block;
  transform: rotate(45deg);
  transition: 0.4s;
  top: -4px;
  position: relative;
}
.account.page-layout-2columns-left .block-collapsible-nav .title.active:after{
  transform: rotate(-135deg);
  top: 3px;
}
.account.page-layout-2columns-left .block-collapsible-nav .title strong{
  font-size: 1.8rem;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
}
.account.page-layout-2columns-left .block-collapsible-nav .content{
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-width: 300px;
  overflow: hidden;
  transform: scaleY(0);
  transform-origin: center top;
  transition: .4s;
  border: 1px solid #ddd;
  border-top: none;
  background: #fff;
  z-index: 3;
}
.account.page-layout-2columns-left .block-collapsible-nav .content.active{
  transform: scale(1);
}
.block-collapsible-nav .item.current a, .block-collapsible-nav .item.current > strong{
  background: var(--primary);
  color: #fff;
  border-left: none;
  font-weight: normal;
}

body.account .columns .search-bar .field.cp_manual_entry{
    color: var(--primary);
    cursor: pointer;
}
body.account .columns .search-bar .field.cp_manual_entry svg{
    width: 22px;
}

.account .page-title-wrapper .page-title{
  font-size: 3.8rem;
  font-weight: 700;
  margin-bottom: 2rem;
  margin-right: 0;
}
.account .columns .block:not(.widget) .block-title{
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.account .columns .block:not(.widget) .block-title strong{
  font-weight: normal;
  font-size: 2.4rem;
  margin: 0;
}
.account .columns .block:not(.widget) .block-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 1rem;
}
.account .columns .block:not(.widget) .block-content:before, .account .columns .block:not(.widget) .block-content:after{
    content: none !important;
}
.account .columns .block:not(.widget) .block-content .box{
    width: 48%;
}
.account .columns .block:not(.widget) .box-title{
    font-weight: 700;
}
.account .columns .block:not(.widget) .box-title > span{
  font-size: 2rem;
}
.account .columns .block:not(.widget) .block-title > .action{
  color: var(--primary);
  text-decoration: underline;
  font-size: 1.6rem;
}
.account .columns .block:not(.widget) .block-title > .action:hover{
  color: var(--body-fg);
}
.account .columns .block:not(.widget) .box-actions .action{
  color: var(--primary);
  font-size: 1.4rem;
  text-decoration: underline;
  margin-right: 1rem;
}
.account .columns .block:not(.widget) .box-actions .action:hover{
  color: var(--body-fg);
}
.account .columns .block:not(.widget) .box-actions .action:last-child{
  margin-right: 0;
}
.account .columns .block:not(.widget) .box .box-content{
  font-size: 1.6rem;
}
.account .columns .block:not(.widget) .box .box-content a{
    color: var(--primary);
}
.table-wrapper.orders-recent, .table-order-items{
    width: 100%;
}
.table-wrapper.orders-recent th, .table-order-items th{
    font-weight: 700;
}
.table-wrapper.orders-recent td.col.actions, .table-order-items td.col.actions{
    width: 180px;
}
.table-wrapper.orders-recent td.col.actions a, .table-order-items td.col.actions a{
    color: var(--primary);
}
.account .toolbar .limiter{
    display: flex;
    align-items: center;
}
.account .limiter-options{
    border-radius: 4px;
    height: 4rem;
}

.account .columns.layout.layout-1-col.row .col-main .fieldset.additional_info{
    margin: 0;
}

form.form-address-edit fieldset.fieldset{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
form.form-address-edit fieldset.fieldset .field, form.form-address-edit fieldset.fieldset > .message.info{
  width: 100%;
}
form.form-address-edit fieldset.fieldset .field.field-name-firstname, form.form-address-edit fieldset.fieldset .field-name-lastname, form.form-address-edit fieldset.fieldset .telephone, form.form-address-edit fieldset.fieldset .fax, form.form-address-edit fieldset.fieldset .field.country, form.form-address-edit fieldset.fieldset .field.region, form.form-address-edit fieldset.fieldset .field.city, form.form-address-edit fieldset.fieldset .field.zip{
  width: 48%;
}
form.form-address-edit .actions-toolbar{
  width: 100%;
}

.hdmx__tickets .hdmx-green.create-button, .hdmx__tickets .create-button{
    margin-top: -70px;
}

.wishlist-index-index .products-grid .product-items{
    display: flex;
    flex-wrap: wrap;
}
.wishlist-index-index .products-grid .product-items .product-item .product-item-info{
    height: 100%;
}
.products-grid.wishlist .product-item-actions > .action{
    color: var(--primary);
}
.form-wishlist-items .actions-toolbar > .primary .action{ 
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
    transition: 0.4s;
}
.form-wishlist-items .actions-toolbar > .primary .action:hover{
    background: var(--secondary);
    border-color: var(--secondary);
}

.account .columns.layout.layout-1-col.row .amwishlists-container .toolbar .limiter-options{
    line-height: 28px;
}
.amwishlist-search-block .amwishlist-search{
    padding: 10px;
}
.amwishlist-button.-link{
    color: var(--primary);
}
.amwishlist-button.-link:hover{
    color: var(--secondary);
}
.amwishlist-toolbar-block.-mass-action .amwishlist-button.-link:hover{
    color: var(--secondary);
}
.amwishlist-toolbar-block.-mass-action{
    padding: 10px;
    margin-bottom: 15px;
}
.amwishlist-button.-fill.-primary:not(.-disabled){
    background: var(--primary);
    border-color: var(--primary);
    width: 100%;
}
.amwishlist-button.-fill.-primary:not(.-disabled):hover{
    background: #fff;
    color: var(--primary);
}
.amwishlist-toolbar-block.-mass-action .amwishlist-button:not(.-link):not(:last-child){
    padding: 0 10px;
}
.amwishlist-button.-more:hover{
    color: var(--primary);
}
.amwishlist-button.-empty:not(.-disabled){
    border-color: var(--primary);
    color: var(--primary);
}
.amwishlist-button.-empty:not(.-disabled):hover{
    background-color: var(--primary);
    color: #fff;
}
.amwishlist-button.-update:hover, .amwishlist-button.-share:hover{
    color: var(--primary) !important;
    filter: none;
}
.amwishlist-button.-edit:hover{
    color: var(--primary) !important;
}
.amwishlist-tabs-block.-title .amwishlist-item.-active{
    border-bottom-color: var(--secondary);
}
.amwishlist-wishlist-index .pager{
    display: none !important;
}
.amwishlist-image-block .product-image-wrapper{
    padding-top: 125%;
}
.amwishlist-product-grid .amwishlist-inner{
    position: relative;
    visibility: visible;
    z-index: 0;
    opacity: 1;
    padding: 0;
    background: none;
}
.amwishlist-product-grid .amwishlist-button.-tocart{
    font-size: 1.6rem;
}
.amwishlist-product-grid .amwishlist-field{
    display: flex;
    align-items: center;
}
.amwishlist-product-grid .amwishlist-field label{
    margin-right: 10px;
}
.amwishlist-product-grid .amwishlist-input.-qty{
    border-radius: 4px;
}
.amwishlist-input:not([disabled]):focus{
    border-color: var(--secondary);
}
.amwishlist-button.-empty:not(.-disabled):hover{
    background: var(--primary);
    color: #fff;
}


.account .table-wrapper table.table{
  background: #fff;
  font-size: 1.6rem;
  border: 1px solid #ddd;
}
.account .table-wrapper .action{
  margin-right: 1rem;
}
.account .table-wrapper .action:hover{
  color: var(--body-fg);
}
.account .columns.layout.layout-1-col.row .toolbar{
  font-size: 1.6rem;
}
.account .columns.layout.layout-1-col.row .toolbar .limiter-options{
  height: 34px;
  line-height: 34px;
}
.products-grid.wishlist .product-item-photo .product-image-container{
    width: 100%;
}
.products-grid.wishlist .product-item-photo .product-image-wrapper{
    display: inline-block;
    width: 100%;
    height: 0;
    position: relative;
    overflow: hidden;
    padding-top: 80%;
}
.products-grid.wishlist .product-item-photo .product-image-wrapper img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.products-grid.wishlist .product-item-name{
  max-width: 100%;
  padding: 0 1rem;
}
.products-grid.wishlist .product-item-comment{
  resize: none;
  min-height: 80px;
  height: 80px;
  padding: 0.5rem 1rem;
}
.wishlist-index-index .product-item-info{
  width: 100%;
  background: #fff;
}
.products-grid.wishlist .product-item .price-box{
  padding: 0 1rem;
}
.products-grid.wishlist .product-item .product-item-inner{
  padding: 0 1rem 2rem;
}
.products-grid.wishlist .product-item .fieldset{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.products-grid.wishlist .product-item .fieldset .field.qty{
  margin: 0;
  display: inline-flex;
  align-items: center;
}
.products-grid.wishlist .product-item .fieldset .field.qty .label{
  margin: 0 .5rem 0 0;
}
.products-grid.wishlist .product-item .box-tocart input.qty{
    line-height: 38px;
    height: 40px;
    border-radius: 5px;
}
.products-grid.wishlist .product-item-actions{
  margin: 0;
  width: auto;
}
.products-grid.wishlist .product-item-actions .action.primary:before{
  content: none;
}
.products-grid.wishlist .product-item-actions .action.primary{
  color: var(--primary);
  padding: .5rem 1.8rem;
}
.products-grid.wishlist .product-item-actions .action.primary:hover{
  color: #fff;
}
.products-grid.wishlist .product-item-tooltip{
    display: none;
}

.wishlist-toolbar .pager{
    margin: 0;
}
.wishlist-toolbar .limiter{
    display: inline-flex !important;
    align-items: center;
}
.wishlist-toolbar .limiter-options{
    height: 40px;
    border-radius: 4px;
}


/* Cart page */
.checkout-cart-index.page-layout-1column .columns.layout.layout-1-col.row{
    padding: 0;
}
.page-main.container{
    padding: 0;
}
.cart-container{
  max-width: 100%;
  margin: 0 auto;
  padding: 8rem 6rem;
  font-size: 1.6rem;
}
.cart-summary{
  width: 28%;
  background: rgba(var(--primaryRGB), 0.2);
}
body .cart-container .form-cart{
  width: 69% !important;
}
.cart.table-wrapper th.col{
    font-weight: 700;
}
.cart.table-wrapper .product-item-name{
  max-width: 100%;
}
.cart.table-wrapper .actions-toolbar > .action{
  background: rgba(var(--primaryRGB), 0.2);
  color: var(--primary);
  padding: 0.5rem 1rem;
  border: 1px solid var(--primary);
  border-radius: 4px;
  font-weight: normal;
  transition: 0.4s;
}
.cart.table-wrapper .actions-toolbar > .action:hover{
  background: var(--primary);
  color: #fff;
  border: 1px solid var(--primary);
}
.cart.table-wrapper .item .col.item{
  padding-top: 2rem;
}
.cart.table-wrapper .item-options{
  font-size: 1.4rem;
}
.cart.table-wrapper .price-including-tax .price, .cart.table-wrapper .price-excluding-tax .price{
  font-weight: normal;
}
.cart-summary > .title{
  font-size: 2rem;
  font-weight: bold;
}
.cart-summary .checkout-methods-items .action.primary.checkout{
  padding: 1rem 1.8rem;
  line-height: 2.8rem;
}
.cart-summary .block .fieldset .field:not(.choice) > .label{
  font-size: 1.6rem;
  font-weight: 700;
}
.cart-summary mark, .cart-summary .mark{
    background: rgba(var(--primaryRGB), 0.1);
}
.cart-summary .totals .label{
    padding-left: 0;
}
.abs-discount-block > .title:after, .cart-summary .block > .title:after, .paypal-review-discount .block > .title:after{
    top: 4px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after, .cart-totals .totals-tax-summary .amount .price:after, .opc-block-summary .table-totals .totals-tax-summary .amount .price:after{
    top: -10px;
}

.cart.table-wrapper .col.qty .control.qty > label{
  display: flex;
  background: #F2F2F4;
  border-radius: 3px;
  justify-content: center;
  width: 100%;
  max-width: 100px;
  min-width: 100px;
  margin-left: auto;
  margin-top: -5px;
  position: relative;
}
.cart.table-wrapper .col.qty button{
  padding: 0 1rem .7rem;
}
.cart.table-wrapper .col.qty .input-text{
  width: 100%;
  padding: 0 3rem;
  margin: 0;
  border: none;
  background: none;
  height: 40px;
}
.cart.table-wrapper .col.qty .control.qty > label .qty_control button{
    position: absolute;
    top: 0;
    padding: 0;
    width: 3rem;
    bottom: 0;
    border: none;
    border-radius: 0;
}
.cart.table-wrapper .col.qty .control.qty > label .qty_control button.increaseQty{
    right: 0;
}
.cart.table-wrapper .col.qty .control.qty > label .qty_control button.increaseQty:before{
    content: '\002B';
    font-weight: 700;
    margin-top: -1rem;
    color: var(--secondary);
}
.cart.table-wrapper .col.qty .control.qty > label .qty_control button.decreaseQty{
    left: 0;
}
.cart.table-wrapper .col.qty .control.qty > label .qty_control button.decreaseQty:before{
    content: '\2212';
    font-weight: 700;
    margin-top: -1rem;
    color: var(--secondary);
}


.abs-revert-secondary-color, .block-compare .action.compare, .cart-summary .actions-toolbar > .primary button, .cart-summary .form.giftregistry .fieldset .action.primary, .paypal-review .block .actions-toolbar .action.primary, .cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action, .cart-summary .actions-toolbar > .primary .action-gift{
    background: #fff;    
    color: var(--body-fg);
    border-color: var(--primary);
}
.abs-revert-secondary-color:hover, .block-compare .action.compare:hover, .cart-summary .actions-toolbar > .primary button:hover, .cart-summary .form.giftregistry .fieldset .action.primary:hover, .paypal-review .block .actions-toolbar .action.primary:hover, .cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:hover, .cart-summary .actions-toolbar > .primary .action-gift:hover{
    color: #fff;
    background: #fff;
}

.cart-summary .block .fieldset .field.choice{
    display: flex;
    align-items: flex-start;
}
.cart-summary .block .fieldset .methods .field>.label{
    font-size: 1.6rem;
}
.cart-summary .block .fieldset .methods .field>.label span.price{
    margin-top: 0 !important;
}

.cart.table-wrapper .items thead + .item{
    border-top: none;
}
.cart.table-wrapper .item .col.item{
    border-top: none;
}
.cart.table-wrapper .item-actions td{
    border-top: none;
}

.block.crosssell{
    padding: 8rem 6rem;
    background: #fbfbfd;
    margin: 0;
}
.products-crosssell{
    margin-bottom: 0;
}
.block.crosssell .owl-carousel{
    margin: 0;
}
.block.crosssell + .block-static-block.widget{
    display: none;
}
.block.crosssell .owl-carousel .owl-stage{
    display: flex;
}
.block.crosssell .owl-carousel .owl-item{
    float: none;
}

.block.crosssell .item.product{
    padding: 0 1.5rem;
    height: 100%;
}
.block.crosssell .item.product .product-item{
    background: #f5f5f7;
    height: 100%;
}
.block.crosssell .product-item .product-photo{
    height: auto;
    position: relative;
    overflow: hidden;
    background: #fff;
}
.block.crosssell .product-item .product-image-wrapper{
    padding-top: 110%;
}
.block.crosssell .product-item .product-image-wrapper img{
    position: absolute;
} 

.block.crosssell .product-item .PN_desc_cross_cell{
    width: 100%;
    display: flex;
    align-items: center;
}
.block.crosssell .product-item .PN_desc_cross_cell .pn{
    display: inline-flex;
}
.block.crosssell .product-item .PN_desc_cross_cell .pn h2{
    margin-right: 5px;
}


.block.crosssell .product-item .addto-links-icons{
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    z-index: 1;
    transition: 0.4s;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.block.crosssell .product-item:hover .addto-links-icons{
    bottom: 0;
}
.block.crosssell .product-item .addto-links-icons .add-to-links{
    display: flex;
    flex-direction: row;
    width: 100%;
}
.block.crosssell .product-item .addto-links-icons .add-to-links li{
    flex: 1 1 0;
    margin: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.block.crosssell .product-item .addto-links-icons .add-to-links li:first-child{
    border-left: none;
}
.block.crosssell .product-item .addto-links-icons .add-to-links li a{
    width: 100%;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    background: #fff;
    color: var(--secondary);
    transition: 0.4s;
}
.block.crosssell .product-item .addto-links-icons .add-to-links li a:hover{
    background: rgba(31, 41, 93, 1);
    color: #fff;
    text-decoration: none;
}
.block.crosssell .product-item .action.towishlist:before{
    content: none;
}
.block.crosssell .product-item .tocompare:before{
    content: none;
}


.block.crosssell .product-item .product-info{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 1.5rem;
}
.block.crosssell .product-item .product-info .product-name{
    font-size: 1.6rem;
    color: #000;
    margin: 0 0 1rem;
    width: 100%;
}
.block.crosssell .product-item .product-info .product-name a{
    color: currentColor;
}
.block.crosssell .product-item .product-ratting{
    width: 100%;
}
.block.crosssell .product-item .price-box{
    margin: 0;
}
.block.crosssell .product-item .price-container .price {
    font-size: 1.8rem;
    font-weight: 700;
}
.block.crosssell .product-item .actions-primary {
    margin-left: auto;
}

.cart-empty{
    padding: 4.5rem;
}
.cart-empty a{
    color: var(--primary);
    text-decoration: underline;
}

a.action.multicheckout{
    color: var(--primary);
}

.cart-container .form-cart .action.update, .cart-container .form-cart .action.continue{
    background: #fff;
    color: var(--body-fg);
    border: 1px solid var(--primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
}
.cart-container .form-cart .action.update:hover, .cart-container .form-cart .action.continue:hover{
    background: var(--primary);
    color: #fff;
}
.cart-container .form-cart .action.continue{
    padding: 7px 15px 7px 5px;
    line-height: 22px;
    border-radius: 4rem;
    font-weight: normal;
}

/*Checkout*/
.checkout-container{
  padding: 8rem 6rem;
  font-size: 1.6rem;
}
.checkout-index-index .page-main{
    max-width: 100%;
    padding-left: 6rem;
    padding-right: 6rem;
}
.checkout-index-index .checkout-header .title{
    font-size: 4rem;
    line-height: 1;
    font-weight: 700;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper .input-text, .amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper .input-text{
    height: 50px;
    border-radius: 4rem;
}
.amcheckout-step-container input[type='text'], .amcheckout-step-container input[type='password'], .amcheckout-step-container input[type='url'], .amcheckout-step-container input[type='tel'], .amcheckout-step-container input[type='search'], .amcheckout-step-container input[type='number'], .amcheckout-step-container input[type='datetime'], .amcheckout-step-container input[type='email'], .amcheckout-step-container select{
    height: 50px;
    border-radius: 4rem;
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button, .ui-datepicker-trigger, .gpay-card-info-container), .amcheckout-step-container button:not(.braintree-googlepay-button, .ui-datepicker-trigger, .gpay-card-info-container), .amcheckout-step-container .cart.table-wrapper .actions-toolbar > .action:not(.braintree-googlepay-button, .ui-datepicker-trigger, .gpay-card-info-container), .amcheckout-step-container .action-gift:not(.braintree-googlepay-button, .ui-datepicker-trigger, .gpay-card-info-container){
    background: #fff;
    border-radius: 25px;
    border: 1px solid var(--primary);
    color: var(--body-fg);
}
.amcheckout-step-container .amcheckout-button:hover:not(.braintree-googlepay-button, .ui-datepicker-trigger, .gpay-card-info-container), .amcheckout-step-container button:hover:not(.braintree-googlepay-button, .ui-datepicker-trigger, .gpay-card-info-container), .amcheckout-step-container .cart.table-wrapper .actions-toolbar > .action:hover:not(.braintree-googlepay-button, .ui-datepicker-trigger, .gpay-card-info-container), .amcheckout-step-container .action-gift:hover:not(.braintree-googlepay-button, .ui-datepicker-trigger, .gpay-card-info-container){
    border: 1px solid var(--primary);
}
.search-container input{
    min-width: 0;
    max-width: calc(100% - 180px);
}
.search-container .search-list{
    max-width: 100%;
    min-width: 0;
    margin-top: 1rem;
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle{
    background: var(--primary);
    border-color: var(--primary);
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle:hover{
    background: var(--secondary);
    border-color: var(--secondary);
    color: #fff;
    text-decoration: none;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-items tr.row{
    margin-left: 0;
    margin-right: 0;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected, .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected{
    border-color: var(--primary);
}
.amcheckout-step-container input[type='checkbox']:checked + label:after{
    content: none;
}
.checkout-payment-method .payment-option-title .action-toggle{
    color: var(--primary);
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout{
    background: #fff;
}
.amcheckout-step-container .form-discount .actions-toolbar .action{
    transition: 0.4s;
}
.amcheckout-step-container .form-discount .actions-toolbar .action:hover{
    background: var(--primary);
    color: #fff;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label{
    text-align: left;
}
.amcheckout-column .step-content .mark, .amcheckout-column .step-content .mark{
    background: rgba(var(--primaryRGB), 0.1);
}
.amcheckout-column .step-content .mark .label, .amcheckout-column .step-content .mark .label{
    padding-left: 0;
}
.amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes{
    width: 100%;
    padding-right: 0;
}
.authentication-dropdown._show .modal-content{
    box-shadow: none;
    border: none;
    background: none;
}
.block-authentication .block-title strong{
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--secondary);
}
.block-authentication .actions-toolbar > .primary .action{
    padding: 7px 20px;
    background: #fff;
    border-color: var(--primary);
    transition: 0.4s;
}
.block-authentication .actions-toolbar > .primary .action:hover{
    background: var(--primary);
    color: #fff;
}
.block-authentication .actions-toolbar > .secondary{
    padding-top: 0;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details{
    padding-left: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty .label{
    padding-left: 0;
}
.opc-block-summary .items-in-cart > .title strong{
    font-weight: 700;
    color: var(--secondary);
}
.amcheckout-step-container .checkout-agreements .action-show{
    border: none;
    color: var(--primary);
}
.amcheckout-step-container .checkout-agreements .action-show:hover{
    text-decoration: none;
    border: none;
}
._amcheckout-selectable-item.-selected, .amcheckout-step-container .amcheckout-shipping-address .billing-address-details.-selected, .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details.-selected, .amcheckout-step-container .shipping-address-items .shipping-address-item.-selected, .amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item, .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected, .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected, .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method.-selected, .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active{
    border-color: var(--primary);
}
.checkout-index-index .modal-popup.agreements-modal .modal-inner-wrap{
    margin-left: 0;
    transform: translateX(-50%);
    max-width: 90%;
    display: block;
}
.checkout-agreements-item-content{
    line-height: 1.75;
}
.checkout-index-index .modal-popup.agreements-modal .modal-inner-wrap .modal-header .action-close{
    display: none;
}
.checkout-index-index .modal-popup.agreements-modal .modal-inner-wrap .modal-content{
    max-height: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
}
.checkout-index-index .modal-popup.agreements-modal .modal-inner-wrap .modal-footer{
    position: sticky;
    bottom: 0;
    background: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

/* checkout success */
.checkout-success{
  padding: 5rem 6rem;
}
.checkout-success .actions-toolbar{
    text-align: center;
    margin-top: 1.5rem;
}
.checkout-success .actions-toolbar .primary{
  float: none;
}
.checkout-success .actions-toolbar .primary .action.primary{
  margin-right: 0;
}
.checkout-onepage-success.page-layout-1column .columns.layout.layout-1-col.row{
    padding: 0;
}
.checkout-onepage-success .page-main > .page-title-wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.checkout-onepage-success .page-main > .page-title-wrapper .page-title{
  font-weight: normal;
}
.checkout-onepage-success .page-main > .page-title-wrapper .page-title + .action{
  float: none;
  background: var(--body-fg);
  padding: 10px 15px;
  line-height: 24px;
  border-radius: 4px;
  color: #fff;
  margin: 10px 0 2rem;
  transition: 0.4s;
}
.checkout-onepage-success .page-main > .page-title-wrapper .page-title + .action:hover{
  background: var(--primary);
  text-decoration: none;
}
.checkout-success .success-messages a{
    color: var(--primary);
}
.account .columns.layout.layout-1-col.row .block:not(.widget) .block-title > strong{
    font-weight: 700;
}
.account .columns.layout.layout-1-col.row .block:not(.widget) .box-title > span{
    font-size: 1.8rem;
}
address a{
    color: var(--primary);
}
.checkout-success mark, .checkout-success .mark{
    background: rgba(var(--primaryRGB), 0.1);
}

.page-print .header-container, .page-print .copyright, .page-print .hdmx__contact-button.hdmx__contact-button-left, .page-print #chat-widget-container{
    display: none !important;
}
.page-print .order-date .label{
    padding-left: 0;
    outline: none;
    pointer-events: none;
    box-shadow: none;
}
.page-print .order-date .label:focus-visible, .page-print .order-date .label:focus{
    outline: none !important; 
    box-shadow: none;
}
.order-actions-toolbar .action.print{
  background: var(--body-fg);
  padding: 10px 15px;
  line-height: 24px;
  border-radius: 4px;
  color: #fff;
  margin: 0;
  transition: 0.4s;
}
.order-actions-toolbar .action.print:hover{
  background: var(--primary);
  text-decoration: none;
}
.page-print mark, .page-print .mark{
    background: none;
}
.page-print.account .columns.layout.layout-1-col.row .col-main{
    background: none;
    padding: 0;
}

.page-print .top-content, .page-print .footer{
  display: none;
}
.page-print .logo{
  display: block;
  margin: 1rem auto;
  max-width: fit-content;
}
.page-print .page-title-wrapper{
  max-width: 1400px;
  padding: 0rem 2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}
.page-print.account .page-title-wrapper .page-title{
  font-size: 3rem;
  margin-bottom: 1rem;
}
.print_order_custom{
  display: flex;
  font-size: 1.6rem;
}
.print_order_custom .order-status, .print_order_custom .order-date{
  margin: 0;
}
.print_order_custom .order-status{
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding-right: 1rem;
  margin-right: 1rem;
}

body.account.page-print .columns{
  padding: 2rem;
}
.order-details-items .table-order-items .product-item-name{
  max-width: 100%;
}

.order-details-items .order-title{
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
.order-details-items .order-title > strong{
  font-weight: normal;
  font-size: 2.4rem;
  margin: 0;
}


/* Services */
.category-description [data-content-type='row'][data-appearance='contained']{
    max-width: 100%;
}
.category-description [data-content-type='row'][data-appearance='contained'] a{
    color: var(--secondary);
    font-weight: 700;
}
.category-description [data-content-type='row'][data-appearance='contained'] a:hover{
    color: var(--primary);
}
.category-description h1 {
    font-weight: 700;
    margin-bottom: 12px;
    font-size: 3.6rem;
}
.category-description h3{
    font-weight: 700;
    font-size: 1.8rem;
    color: var(--secondary);
}
.category-description a{
    color: var(--secondary);
    font-weight: 700;
}
.category-description a:hover{
    color: var(--primary);
}

.category-description .row.content-block{
    margin-left: 0;
    margin-right: 0;
}

/* Campare */
.catalog-product_compare-index.page-layout-1column .columns.layout.layout-1-col.row{
    padding: 3rem 6rem 6rem;
}
.comparison.headings{
    display: none;
}
.table-wrapper.comparison .table{
    min-width: 100%;
    max-width: none;
    width: auto;
}
.table-comparison .cell{
    max-width: 400px;
}
.table-comparison .cell.label{
    display: table-cell;
    text-align: left;
}
.table-comparison .cell.label .attribute.label{
    text-align: left;
    white-space: normal;
}
.table-comparison .product-image-container{
    width: 100%;
    max-width: 200px;
}
.table-comparison .cell.attribute{
    font-size: 1.6rem;
}
.table-comparison .product-image-container .product-image-wrapper{
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
    height: 0;
    padding-top: 57%;
    position: relative;
    overflow: hidden;
}
.table-comparison .product-image-container .product-image-wrapper img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

td.cell.product.attribute h2{
    font-size: 2.4rem !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    font-weight: 700 !important;
    color: var(--secondary) !important;
}
td.cell.product.attribute h3{
    font-size: 2rem !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    font-weight: 700 !important;
    color: var(--secondary) !important;
}
td.cell.product.attribute h4{
    font-size: 1.8rem !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    font-weight: 700 !important;
    color: var(--secondary) !important;
}
td.cell.product.attribute h5{
    font-size: 1.6rem !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    font-weight: 700 !important;
    color: var(--secondary) !important;
}
td.cell.product.attribute p, td.cell.product.attribute p span, td.cell.product.attribute p font{
    font-size: 1.4rem !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    font-weight: normal !important;
}
td.cell.product.attribute ul{
    padding-left: 2rem;
}
td.cell.product.attribute ul li{
    list-style: disc;
    font-size: 1.4rem !important;
    font-weight: normal !important;
}
td.cell.product.attribute ol{
    padding-left: 2rem;
}
td.cell.product.attribute ol li{
    list-style: auto;
    font-size: 1.4rem !important;
    font-weight: normal !important;
}
td.cell.product.attribute li div, td.cell.product.attribute li span{
    font-size: 1.4rem !important;
    font-weight: normal !important;
}
td.cell.product.attribute table th, td.cell.product.attribute table td{
    font-size: 1.4rem !important;
    font-weight: normal !important;
    border-right: none;
}
td.cell.product.attribute hr{
    margin-top: 10px;
    margin-bottom: 10px;
}
td.cell.product.attribute div.text{
    padding: 1rem !important;
    left: 0 !important;
}
.table-info{
    width: 100% !important;
    min-width: 0 !important;
}
a.action.print.hidden-print{
    color: var(--primary);
}

/*CMS pages*/
.cms-page-view.page-layout-1column:not(.page-layout-cms-full-width) .columns.layout.layout-1-col.row{
    padding: 5rem 6rem;
    max-width: 1600px;
    margin: 0 auto;
    font-size: 1.6rem;
}
.cms-page-view:not(.page-layout-cms-full-width) .columns.layout.layout-1-col.row h1{
    margin: 3rem 0 2rem;
    font-size: 3.6rem;
    font-weight: 700;
    color: var(--secondary);
}
.cms-page-view:not(.page-layout-cms-full-width) .columns.layout.layout-1-col.row h1:first-child{
    margin-top: 0;
}
.cms-page-view:not(.page-layout-cms-full-width) .columns.layout.layout-1-col.row h2{
    margin: 3rem 0 2rem;
    font-size: 2.8rem;
    font-weight: 700;
}
.cms-page-view:not(.page-layout-cms-full-width) .columns.layout.layout-1-col.row h2:first-child{
    margin-top: 0;
}
.cms-page-view:not(.page-layout-cms-full-width) .columns.layout.layout-1-col.row h3{
    font-size: 2.4rem;
    margin: 2rem 0;
    font-weight: 700;
}
.cms-page-view:not(.page-layout-cms-full-width) .columns.layout.layout-1-col.row h3:first-child{
    margin-top: 0;
}
.cms-page-view:not(.page-layout-cms-full-width) .columns.layout.layout-1-col.row :is(p, li, div) a:not(.cus-btn)  {
    color: var(--secondary);
    font-weight: 700;
}
.cms-page-view:not(.page-layout-cms-full-width) .columns.layout.layout-1-col.row :is(p, li, div) a:not(.cus-btn):hover{
    color: var(--primary);
    text-decoration: none;
}
.cms-page-view:not(.page-layout-cms-full-width) .columns.layout.layout-1-col.row :is(p, li, div) a.cus-btn{
    text-decoration: none;
}

.cms-page-view .columns.layout.layout-1-col.row table{
    background: #fff;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 2rem;
}
.cms-page-view .columns.layout.layout-1-col.row table thead th{
    background: #f0f0f1;
    padding: .7rem 1.5rem;
}
.cms-page-view .columns.layout.layout-1-col.row table tbody td{
    border: 1px solid #ddd;
    padding: .7rem 1.5rem;
}
.cms-page-view .columns.layout.layout-1-col.row table tbody tr:nth-child(even) td{
    background: #f1f1f0;
}

body.page-products[class*="categorypath-services-"] .page-title-wrapper{
    text-align: center;
    background: rgba(0, 0, 0, 0.05); 
    margin-bottom: 30px;   
}
body.page-products[class*="categorypath-services-"] .category-view {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}
.amcform-button.-default, .amcform-button.-error{
    background: var(--primary);
    border-radius: 4rem;
    transition: 0.4s;
    display: flex;
    margin: 2rem auto 0;
}
.amcform-button.-default:hover, .amcform-button.-error:hover{
    background: var(--secondary);
}

.amcform-popup-block{
    z-index: 99999999;
}
.amcform-popup-block .amform-form .fieldset > .field > .label, .amcform-popup-block .amform-form .fieldset > .fields > .field > .label{
    text-align: left;
    padding: 0;
    font-weight: normal;
    margin-bottom: 1rem !important;
    font-family: 'PP Telegraf';
}
.rendered-form .fieldset .fields .field.form-group{
    margin-bottom: 20px;
}
.amform-form .fb-number .control{
    max-width: 100%;
}
.amform-form .action.primary, .amform-parent .action.primary{
    background: #fff;
}
.amform-form .action.primary:hover, .amform-parent .action.primary:hover{
    background: #fff;
}
.amcform-popup-block .amcform-button.-close-popup {
    width: 30px;
    height: 30px;
    background: var(--primary);
    border-radius: 30px;
}
.amcform-popup-block .amcform-button.-close-popup:hover{
    background: var(--secondary);
}
.amcform-popup-block .amcform-button.-close-popup .amcform-icon{
    color: var(#fff);
}
.amcform-popup-block .amcform-button.-close-popup:hover .amcform-icon{
    color: #fff;
}

/*Blog*/
body[class*="mpblog-"] .page-title-wrapper{
    text-align: center;
    background: rgba(0, 0, 0, 0.05); 
}
body[class*="mpblog-"] .page-title-wrapper .page-title{
    max-width: 1200px;
}
body[class*="mpblog-"] .columns.layout.layout-1-col.row{
    display: flex;
    flex-wrap: wrap;
    padding: 6rem 4.5rem;
    max-width: 1500px;
    margin: 0 auto;
}
body[class*="mpblog-"] .columns.layout.layout-1-col.row .sidebar.col-main{
    width: 360px;
}
body[class*="mpblog-"] .columns.layout.layout-1-col.row .col-main{
    width: calc(100% - 360px);
}
.mpblog-search button.action.search{
    height: 100%;
    width: 40px;
    top: 0;
}
.sidebar.col-main .mp-sidebar{
    padding: 0 !important;
}
.sidebar.col-main .mp-sidebar .product.data.items > .item.content{
    margin-top: 0;
}
.mp-sidebar .block-mp-sidebar-heading, .mp-sidebar h3{
    font-weight: 700;
    font-size: 2rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
}
.mp-sidebar .block-content{
    padding-left: 0;
    font-size: 1.6rem;
}
.mp-sidebar ul.menu-categories a.list-categories i{
    vertical-align: middle;
}
.mp-sidebar ul.menu-categories a.list-categories:hover, .mp-sidebar .menu-archives a.list-archives:hover{
    color: var(--primary) !important;
    text-decoration: none;
}
.mp-sidebar .menu-archives a.list-archives{
    font-size: 1.6rem;
}
.mp-sidebar .menu-archives a.list-archives i{
    vertical-align: middle;
}
.list-post-tabs .post-right span{
    font-size: 1.6rem;
}
.list-post-tabs .post-right span.create-at{
    font-size: 1.4rem;
}

.mp-blog-view .post-view .mp-post-info{
    color: #000;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.mp-blog-view .post-view .mp-post-info i{
    vertical-align: middle;
}
.mp-blog-view .post-view .mp-post-info .mp-blog-icon:before{
    width: 18px;
    height: 18px;
}
.mp-blog-view .post-view .post-post_content ul{
    list-style: disc;
    padding-left: 20px;
}
.mp-blog-view .post-view .post-post_content ol{
    list-style: decimal;
    padding-left: 20px;
}
.mp-blog-view .post-view .post-post_content li{
    list-style: inherit;
}

body[class*="mpblog-"] #mpblog-list-container .post-list-body{
    display: flex;
    flex-wrap: wrap;
}
body[class*="mpblog-"] #mpblog-list-container .pager{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0;
    background: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 1rem 0;
}
body[class*="mpblog-"] #mpblog-list-container .pager:after, body[class*="mpblog-"] #mpblog-list-container .pager:before{
    content: none;
}
body[class*="mpblog-"] #mpblog-list-container .toolbar-amount{
    display: none;
}
body[class*="mpblog-"] #mpblog-list-container .limiter{
    display: inline-flex !important;
    align-items: center;
    font-size: 1.6rem;
    margin-left: auto;
}
body[class*="mpblog-"] #mpblog-list-container .limiter .limiter-options{
    height: 40px;
    border-radius: 4px;
}

body[class*="mpblog-"] #mpblog-list-container .post-list-body .post-list-item{
    width: 33.33%;
}
body[class*="mpblog-"] #mpblog-list-container .post-list-body .post-list-item .post-item-wraper{
    transition: 0.4s;
    height: 100%;
    display: flex;
    flex-direction: column;
}
body[class*="mpblog-"] #mpblog-list-container .post-list-body .post-list-item .post-item-wraper .post-info-wraper{
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}
body[class*="mpblog-"] #mpblog-list-container .post-list-body .post-list-item .post-item-wraper .post-info-wraper .mp-post-meta-info{
    margin-top: auto;
}
body[class*="mpblog-"] #mpblog-list-container .post-list-body .post-list-item .post-item-wraper .post-image{
    min-height: 0;
}
body[class*="mpblog-"] #mpblog-list-container .post-list-body .post-list-item .post-item-wraper .post-image a{
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
    height: 0;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}
body[class*="mpblog-"] #mpblog-list-container .post-list-body .post-list-item .post-item-wraper .post-image a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
body[class*="mpblog-"] .post-list-body .post-list-item .post-item-wraper .mp-post-title a{
    color: initial;
}
body[class*="mpblog-"] .post-list-body .post-list-item .post-item-wraper .mp-post-title a:hover{
    color: var(--primary);
}
body[class*="mpblog-"] .post-list-body .post-list-item .post-item-wraper .mp-post-info{
    font-size: 1.4rem;
    background: var(--secondary);
    font-weight: 700;
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    padding: 5px 15px;
}
body[class*="mpblog-"] .post-short-description{
    font-size: 1.6rem;
}
body[class*="mpblog-"] .mp-post-meta-info .actions{
    margin-top: 2rem;
}
body[class*="mpblog-"] .mp-post-meta-info .mp-read-more{
    background: #fff;
    border: 1px solid var(--primary);
    padding: 10px 25px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--body-fg) !important;
    border-radius: 4rem;
    transition: 0.4s;
    max-width: 200px;
    font-size: 1.6rem;
}
body[class*="mpblog-"] .mp-post-meta-info .mp-read-more:hover{
    background: var(--primary);
    color: #fff !important;
}

.circle-theme .amcform-title{
    flex-direction: column;
}
.circle-theme .amcform-step{
    background: rgba(var(--primaryRGB), 1);
    border-color: rgba(var(--primaryRGB), 1);
    border-radius: 4rem;
    margin: 0;
}
.amcform-title-wrap.ui-state-active .amcform-label{
    color: rgba(var(--primaryRGB), 1);
    display: block;
    margin-top: .5rem;
}
.circle-theme .amcform-title-wrap.-disabled .amcform-step{
    background: rgba(var(--primaryRGB), 0.2);
    border-color: rgba(var(--primaryRGB), 1);
    color: var(--primary);
}
.amform-form .fieldset > .fields > .field > .label{
    text-align: left;
    padding: 0;
    margin: 0 0 1rem;
}
.circle-theme.rendered-form input[type='file'].form-control{
    box-shadow: none;
    border-radius: 0;
}
.circle-theme.rendered-form .form-control, .circle-theme.rendered-form .amform-date, .circle-theme.rendered-form .amform-time{
    border-radius: 4rem;
    padding: 0 1.5rem;
}

/* 404 */
.cms-noroute-index.page-layout-1column .columns.layout.layout-1-col.row{
    padding: 0 6rem;
}
.cms-noroute-index.page-layout-1column .columns.layout.layout-1-col.row h2{
    font-size: 4.8rem;
    font-weight: 700;
}
.cms-noroute-index.page-layout-1column .columns.layout.layout-1-col.row a{
    color: var(--secondary);
    font-weight: 700;
}
.cms-noroute-index.page-layout-1column .columns.layout.layout-1-col.row a:hover{
    color: var(--primary);
    text-decoration: none;
}

/* Landing page Suzuki */
.page-layout-cms-full-width.cms-page-view.page-layout-1column .columns.layout.layout-1-col.row{
    max-width: 100%;
    padding: 0;
}
.page-layout-cms-full-width.page-layout-1column .column.main{
    padding: 0;
}
.page-layout-cms-full-width.page-layout-1column .columns.layout.layout-1-col.row{
    padding: 0;
}

.banner_item img{
    width: 100%;
}

.landing-banner{
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
    overflow: hidden;
}
.landing-banner img{
    transform: scale(1.15);
}
.landing-banner:hover img{
    transform: scale(1.15) translateY(20px);
}
.landing-banner .banner-content .content{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    padding: 5rem 6rem;
    color: #fff;
    z-index: 1;
}
.landing-banner.center-text .banner-content .content{
    text-align: center;
    color: #000;
}
.landing-banner .banner-content .content h1{
    font-size: 5.1rem;
    font-weight: normal;
    line-height: 1.1;
    margin: 0 0 1.8rem;
    max-width: 700px;
    color: #fff;
}
.landing-banner.center-text .banner-content .content h1{
    color: #000;
    max-width: 100%;
}
.landing-banner .banner-content .content h1 .line-1{
    font-size: 55px;
    display: block;
    transition: 0.4s;
}
.landing-banner .banner-content .content h1 .line-2{
    font-size: 47px;
    font-weight: bold;
    display: block;
}
.landing-banner .banner-content .content h1 .line-3{
    font-size: 118px;
    font-weight: bold;
    display: block;
    transition: 0.4s;
}
.landing-banner .banner-content .content:hover h1 .line-3{
    transform: translateX(20px);
}
.landing-banner .banner-content .content p{
    font-size: 2.6rem;
    max-width: 400px;
}
.landing-banner.middle-banner .banner-content .content p{
    max-width: 640px;
}
.landing-banner .banner-content .content .button-block{
    margin-top: 4.5rem;
}
.landing-banner .banner-content .content h2{
    font-size: 11.3rem;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    color: #fff;
}
.landing-banner .banner-content .content h3{
    font-size: 4.8rem;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    color: #fff;
}
.landing-banner.middle-banner:hover img{
    transform: scale(1.15) translateY(-20px);
}

.about-part-section{
    text-align: center;
    background: #e9e4de;
    padding: 5rem 6rem;
}
.about-part-section .heading{
    font-size: 11.3rem;
    line-height: 9.3rem;
    font-weight: normal;
    margin: 0 0 4rem;
}
.about-part-section .content{
    font-size: 1.8rem;
    line-height: 1.5;
    max-width: 1500px;
    margin: 0 auto;
}

.part-banner{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.part-banner.with-space{
    padding: 5rem 6rem;
    background: #E9E4DE;
}
.part-banner > div{
    flex: 1 1 0;
    max-width: 50%;
    position: relative;
    z-index: 0;
}
.part-banner.with-space > div{
    flex: 1 1 0;
    max-width: calc(50% - 48px * 1/2);
}
.part-banner .banner_item{
    position: relative;
    overflow: hidden;
}
.part-banner .banner_item a{
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
    padding-top: 70%;
    position: relative;
    overflow: hidden;
}
.part-banner .banner_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.part-banner > div:hover img{
    transform: scale(1.1);
}
.part-banner .banner-content{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 3rem;
    color: #fff;
    z-index: 1;
}
.part-banner.with-space .banner-content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.part-banner .banner-content h2{
    margin: 0 !important;
    font-size: 4.8rem !important;
    font-weight: normal !important;
    line-height: 1.35;
}
.part-banner.text-black .banner-content h2{
    color: #000;
}
.part-banner .banner-content .cus-btn{
    margin-top: 3rem;
    font-weight: normal !important;
    color: var(--body-fg) !important;
}
.part-banner .banner-content .cus-btn:hover{
    color: #fff !important;
}

.part-banner.with-space .banner-content .cus-btn{
    margin-top: 0;
}

.parts-video-banner .youtube{
    position: relative;
/*    padding-top: 36%;*/
    overflow: hidden;
    padding: 5rem 3rem;
}
.parts-video-banner .youtube video, .parts-video-banner .youtube iframe{
    width: 100%;
    height: 600px;
    background: #000;
    border-radius: 30px;
    display: block;
    margin: 0 auto;
    max-width: 1000px;
}

.parts-pdf-section{
    position: relative;
    z-index: 0;
    overflow: hidden;
    width: 100%;
    vertical-align: bottom;
    padding: 6rem;
}
.parts-pdf-section > img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.parts-pdf-section .table-box{
    background: #fff;
    max-width: 70%;
    margin-left: auto;
    padding: 4rem;
}
.parts-pdf-section .attachment-table tbody tr:nth-child(even){
    background: none;
}
.parts-pdf-section .attachment-table tbody tr td{
    border-bottom: 1px solid #ddd !important;
}
.cms-page-view .columns.layout.layout-1-col.row .parts-pdf-section table tbody tr:nth-child(even) td{
    background: none;
}
.cms-page-view .columns.layout.layout-1-col.row .parts-pdf-section table tbody td{
    border: none;
}


.landing-products{
    padding: 8rem 6rem;
    background: #fbfbfd;
}
.landing-products .block-title{
    font-size: 6rem;
    line-height: 1;
    margin-bottom: 2rem;
}
.landing-products .block-title strong{
    font-size: 4rem;
    line-height: 1;
    font-weight: 700;
    margin: 0;
}


.landing-products .products-item{
    padding: 0 1.5rem;
    height: 100%;
}
.landing-products .products-grid .product-items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.landing-products .products-grid .product-items .product-item{
    width: calc(25% - 30px * 3/4) !important;
    margin: 0 !important;
    background: #f5f5f7;
}
.landing-products .product-item .product-image-container{
    width: 100%;
    background: #fff;
}
.landing-products .product-item .product-image-wrapper{
    padding-top: 110%;
}
.landing-products .product-item .product-image-wrapper img{
    position: absolute;
} 


.landing-products .product-item .addto-links-icons{
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    z-index: 1;
    transition: 0.4s;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.landing-products .product-item:hover .addto-links-icons{
    bottom: 0;
}
.landing-products .product-item .addto-links-icons .add-to-links{
    display: flex;
    flex-direction: row;
    width: 100%;
}
.landing-products .product-item .addto-links-icons .add-to-links li{
    flex: 1 1 0;
    margin: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.landing-products .product-item .addto-links-icons .add-to-links li:first-child{
    border-left: none;
}
.landing-products .product-item .addto-links-icons .add-to-links li a{
    width: 100%;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    background: #fff;
    color: var(--secondary);
    transition: 0.4s;
}
.landing-products .product-item .addto-links-icons .add-to-links li a:hover{
    background: rgba(31, 41, 93, 1);
    color: #fff;
    text-decoration: none;
}
.landing-products .product-item .action.towishlist:before{
    content: none;
}
.landing-products .product-item .tocompare:before{
    content: none;
}


.landing-products .product-item .product-item-details{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 1.5rem;
}
.landing-products .product-item .product-item-details .product-item-name{
    font-size: 1.6rem;
    color: #000;
    margin: 0 0 1rem;
    width: 100%;
}
.product-item .product-reviews-summary{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    display: block;
    width: 100%;
}
.product-item .product-reviews-summary .rating-summary{
    left: 0;
}
.product-item .product-reviews-summary .rating-summary .rating-result{
    margin-left: 0;
    width: 100px;
}
.product-item .product-reviews-summary .reviews-actions{
    padding-left: 5px;
    font-size: 1.8rem;
}
.rating-summary .rating-result > span:before{
    color: #fde035;
}

.landing-products .product-item .product-item-details .product-item-name a{
    color: currentColor;
}
.landing-products .product-item .product-ratting{
    width: 100%;
}
.landing-products .product-item .price-box{
    margin: 0;
}
.landing-products .product-item .price-container .price {
    font-size: 1.8rem;
    font-weight: 700;
}
.landing-products .product-item .actions-primary {
    margin-left: auto;
}
.landing-products .product-item .actions-primary{
    margin-left: auto;
}
.landing-products .block.widget .pager{
    display: none;
}

.cms-page-view .blog-section .section-heading h2{
    font-size: 11.3rem;
    margin: 0 0 2rem;
    font-weight: normal;
}

.about-honda-slamarine{
    display: flex;
    flex-wrap: wrap;
    background-color: #FBFBFD;
    padding: 5rem 6rem;
    align-items: center;
}
.about-honda-slamarine .mobile-heading{
    display: none;
}
.about-honda-slamarine .left-img{
    width: 32%;
    position: relative;
}
.about-honda-slamarine .middle-content{
    width: 53%;
    font-size: 1.8rem;
    line-height: 3rem;
    padding: 0 2.5rem;
}
.about-honda-slamarine .right-images{
    width: 18%;
    margin-left: -3%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: stretch;    
}
.about-honda-slamarine .right-images img{
    margin-left: auto;
}
.about-honda-slamarine .right-images img:last-child{
    margin-left: 0;
}
.cms-page-view .about-honda-slamarine .middle-content h3{
    margin: 0 0 2rem;
    font-size: 11.3rem;
    line-height: 1;
    font-family: 'PP Telegraf';
    font-weight: normal;
}
.about-honda-slamarine .middle-content p{
    padding-right: 10%;
}

.about-volvo-slamarine{
    display: flex;
    flex-wrap: wrap;
    background-color: #FBFBFD;
    padding: 5rem 6rem;
    align-items: center;
}
.about-volvo-slamarine .left-img{
    width: 60%;
    display: flex;
    flex-direction: row;
    padding-right: 5rem;
    justify-content: space-between;
}
.about-volvo-slamarine .left-img h3{
    display: none;
}
.about-volvo-slamarine .left-img .image-wrapper{
    width: 55%;
    position: relative;
    overflow: hidden;
    margin-bottom: 10rem;
}
.about-volvo-slamarine .left-img .image-wrapper:nth-child(2){
    width: 40%;
    align-self: flex-end;
    margin-bottom: 0;
}
.about-volvo-slamarine .left-img .image-wrapper img{
    width: 100%;
}
.about-volvo-slamarine .left-img .image-wrapper:hover img{
    transform: scale(1.1);
}

.about-volvo-slamarine .right-content{
    width: 40%;
    font-size: 1.6rem;
    line-height: 1.75;
}
.cms-page-view .about-volvo-slamarine .right-content h3{
    margin: 0 0 2rem;
    font-size: 11.3rem;
    line-height: 1;
    font-family: 'PP Telegraf';
    font-weight: normal;
}

.customer-account-logoutsuccess .page-title-wrapper{
    background: rgba(0, 0, 0, 0.05);
    text-align: center;
}
.customer-account-logoutsuccess .columns.layout.layout-1-col.row > p, .cart-empty {
    padding: 8rem 2rem;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.cart-empty a{
  color: var(--primary);
}

#sharing{
    padding: 1.5rem 2rem;
}
#sharing h5{
    font-weight: 700;
}

.amwishlist-sharesocials-dropdown{
    opacity: 1 !important;
    visibility: visible !important;
    padding: 5px;
    background: none !important;
    box-shadow: none !important;
}
.amwishlist-sharesocials-container{
    margin-bottom: 40px;
}
.amwishlist-sharesocials-dropdown:not(.-opened){
    opacity: 1;
    visibility: visible;
}
.amwishlist-field-block.-editable.-active .amwishlist-input{
    border-color: var(--primary) !important;
}

.customer-account-logoutsuccess .column.main > p{
    text-align: center;
    padding-top: 60px;
}


@media screen and (min-width: 1400px){
    .category-view .sub-cat .col-md-3{
        width: 20%;
    }
}


@media screen and (max-width: 1800px){
    .header .container-fluid{
        padding: 0 3rem;
    }
    .nav-banner .banner-content .content{
        padding: 0 3rem 15rem;
    }
    .container{
        padding: 0 3rem;
    }
    .section-heading{
        padding: 6rem 3rem;
    }
    .slide-product{
        padding: 0 1.2rem;
        /*max-width: 100%;
        left: 1.2rem;*/
    }
    .about-salmarine .ab-inner > .content{
        padding: 0 0 0 3rem;
    }
    .about-salmarine .ab-inner > .content h2, .section-heading h2, .specialists-content h2, .section-heading h2, .footer-top-content h2{
        font-size: 8rem;
        line-height: 1;
    }
    .about-salmarine{
        padding-top: 14rem;
    }
    .about-salmarine .ab-inner .about-img .about-img-3{
        left: -3rem;
    }
    .engines-navigation h3{
        font-size: 5rem;
    }
    .specialists-content h2{
        max-width: 1060px;
    }
    .case-study-sec{
        padding: 10rem 0 4rem;
    }
    .brand-section{
        padding: 7.6rem 2rem;
    }
    .footer-top-content{
        padding: 0 3rem;
    }
    .footer-static{
        padding: 0 3rem;
    }
    .footer-links-pop{
        padding: 0 3rem 2rem;
    }
    .page-footer .footer-bottom{
        padding: 3rem 4.4rem;
    }
    .footer-top-content h2{
        max-width: 900px;
    }

    body:not(.catalog-product-view, .account) .page-title-wrapper{
        padding: 1rem 3rem;
    }
    .category-view{
        padding: 0 3rem 2rem;
    }
    .page-products .columns.row{
        padding: 2rem 3rem;
    }

    button.cat_filter_btn{
        left: 4.6rem;
    }

    .main-detail{
        padding: 5rem 3rem;
    }
    .product.info.detailed{
        padding: 0 3rem 4rem;
    }
    section.block.related{
        padding: 8rem 3rem;
    }

    .rokan-relate-heading{
        font-size: 6rem;
    }

    .cart-container, .block.crosssell{
        padding: 8rem 3rem;
    }

    .checkout-index-index .page-main{
        padding-left: 3rem;
        padding-right: 3rem;
    }

    body[class*="mpblog-"] .columns.layout.layout-1-col.row{
        padding: 6rem 1.5rem;
    }

    .cms-page-view.page-layout-1column .columns.layout.layout-1-col.row{
        padding: 5rem 3rem;
    }

    .form.password.forget{
        padding: 5rem 2rem 0rem;
    }

    .message.success, .message.notice, .message.error{
        padding: 10px 3rem 10px 6rem;
    }
    .message.success > *:first-child:before, .message.notice > *:first-child:before, .message.error > *:first-child:before{
        left: 2.5rem;
    }

    .catalog-product_compare-index.page-layout-1column .columns.layout.layout-1-col.row{
        padding: 3rem 3rem 6rem;
    }




    .landing-banner .banner-content .content{
        padding: 5rem 3rem;
    }
    .landing-banner .banner-content .content h1{
        font-size: 4.35rem;
    }
    .landing-banner .banner-content .content h1 .line-3{
        font-size: 8rem;
    }
    .landing-banner .banner-content .content h1 .line-1{
        font-size: 3.5rem;
    }
    .landing-banner .banner-content .content h2{
        font-size: 8rem;
    }
    .landing-banner .banner-content .content h3{
        font-size: 3.5rem;
    }
    .about-part-section{
        padding: 5rem 3rem;
    }
    .about-volvo-slamarine{
        padding: 5rem 3rem;
    }
    .cms-page-view .about-volvo-slamarine .right-content h3{
        font-size: 8rem;
    }
    .part-banner .banner-content h2{
        font-size: 3.5rem !important;
    }
    .landing-products{
        padding: 8rem 3rem;
    }
    .parts-pdf-section{
        padding: 6rem 3rem;
    }
    .about-part-section .heading, .cms-page-view .blog-section .section-heading h2, .cms-page-view .about-honda-slamarine .middle-content h3{
        font-size: 8rem;
        line-height: 1;
    }
    .about-honda-slamarine{
        padding: 5rem 3rem;
    }
    .part-banner.with-space{
        padding: 5rem 3rem;
    }
}
@media screen and (max-width: 1499px){
    body{
        font-size: 1.6rem;
    }
    .navigation .level0{
        margin: 0;
    }
    .navigation .level0 > .level-top{
        font-size: 1.6rem;
    }
    .nav-banner .banner-content .content h1{
        font-size: 4.4rem;
    }
    .nav-banner .banner-content .content h1 .line-1{
        font-size: 4.6rem;
    }
    .nav-banner .banner-content .content h1 .line-2{
        font-size: 4.8rem;
    }
    .nav-banner .banner-content .content h1 .line-3{
        font-size: 9.8rem;
    }
    .slide-product .items{
        padding: 0 .8rem;
    }
    .slide-product .items .brand-name{
        font-size: 3rem;
        min-height: 7rem;
    }
    .slide-product .items p{
        min-height: 10rem;
        line-height: 1.8rem;
    }
    .slide-product .items img{
        width: 36%;
    }
    .engines-navigation h3{
        font-size: 4rem;
    }
    .blog-section .post-list-content .post-list-body .post-item-wraper .mp-post-title{
        font-size: 1.6rem;
        line-height: 2.6rem;
    }

    body.account .columns{
        padding: 8rem 3rem;
    }
}
@media screen and (max-width: 1359px){
    .custommenu.navigation li.level0>.level-top{
        padding: 15px 7px !important;
    }
    .navigation .level0 > .level-top{
        font-size: 1.5rem;
    }
    .header-container .header .right-part ul li{
        margin-left: 1.2rem;
    }
    .header-container .header .minicart-wrapper{
        padding-left: 1.2rem;
    }

    .nav-banner .banner-content .content h1 .line-3{
        font-size: 8rem;
    }

    .about-salmarine .ab-inner > .content h2, .section-heading h2, .specialists-content h2, .footer-top-content h2{
        font-size: 6rem;
    }
    .rokan-relate-heading{
        font-size: 5rem;
    }

    .about-salmarine{
        padding-top: 10rem;
    }
    .about-salmarine .ab-inner > .content{
        padding-left: 1.5rem;
    }
    .about-salmarine .ab-inner > .content h2{
        margin: 0 0 2rem;
    }

    .engines-navigation h3{
        font-size: 3.5rem;
    }

    .specialists-content h2{
        max-width: 900px;
        margin: 0 auto 6rem;
    }

    .specialists-content .content-sec .right-content{
        max-height: 400px;
    }

    .case-study-sec .left-content h4{
        font-size: 2rem;
    }
    .case-study-sec .left-content h2{
        font-size: 3rem;
        line-height: 1.35;
    }


    .blog-section .post-list-content .post-list-body{
        column-gap: 2rem;
        row-gap: 2rem;
    }
    .blog-section .post-list-content .post-list-body .post-list-item{
        width: calc(25% - 2rem*3/4);
    }

    .footer-top-content h2{
        max-width: 680px;
    }

    body[class*="mpblog-"] #mpblog-list-container .post-list-body .post-list-item{
        width: 50%;
    }

    .about-part-section .heading, .cms-page-view .blog-section .section-heading h2{
        font-size: 6rem;
    }

    .cms-page-view .about-honda-slamarine .middle-content h3{
        font-size: 6rem;
    }


    .landing-banner .banner-content .content h1{
        font-size: 3.6rem;
    }
    .landing-banner .banner-content .content h1 .line-3{
        font-size: 6rem;
    }
    .landing-banner .banner-content .content h1 .line-1{
        font-size: 2.8rem;
    }
    .landing-banner .banner-content .content h2{
        font-size: 6rem;
    }
    .landing-banner .banner-content .content h3{
        font-size: 2.8rem;
    }

    .cms-page-view .about-volvo-slamarine .right-content h3{
        font-size: 6rem;
    }
    .part-banner .banner-content h2{
        font-size: 2.8rem !important;
    }
}

@media screen and (max-width: 1199px){
    .cus-btn, .action.primary, .action-primary{
        font-size: 1.4rem;
        padding: .75rem 1.2rem;
    }
    .cus-btn + .cus-btn{
        margin-left: 1rem;
    }
    .header-container .header .header-inner{
        flex-wrap: wrap;
    }
    .header-container .header .header-inner .col-menu{
        width: 100%;
        order: 3;
    }
    .nav-sections-item-content > .navigation{
        margin-top: 0;
    }
    .custommenu.navigation > ul{
        text-align: center;
    }
    .navigation .level0 > .level-top{
        font-size: 1.6rem;
    }
    .custommenu.navigation li.level0>.level-top {
        padding: 15px 12px !important;
    }

    .nav-banner .banner-content .content{
        padding: 0 3rem 8rem;
    }
    .nav-banner .banner-content .content h1{
        font-size: 3.6rem;
    }
    .nav-banner .banner-content .content h1 .line-1{
        font-size: 3.8rem;
    }
    .nav-banner .banner-content .content:hover h1 .line-1{
        padding-left: 0;
    }
    .nav-banner .banner-content .content h1 .line-2{
        font-size: 4rem;
    }
    .nav-banner .banner-content .content h1 .line-3{
        font-size: 6rem;
    }
    .nav-banner .banner-content .content:hover h1 .line-3{
        transform: rotate(0deg);
    }
    .nav-banner .banner-content .content .button-block{
        margin-top: 2.5rem;
    }
    .slide-product{
        margin-top: -8rem;
    }
    .about-salmarine{
        padding-top: 7rem;
    }
    .about-salmarine .ab-inner .about-img{
        width: 52%;
    }
    .about-salmarine .ab-inner > .content{
        width: 48%;
    }
    .about-salmarine .ab-inner .about-img .about-img-2{
        margin-left: 3rem;
        width: calc(64% - 4rem);
    }
    .cart-summary{
        width: 34%;
    }
    body .cart-container .form-cart{
        width: 63% !important;
    }

    .amcheckout-main-container.-modern.-layout-3columns{
        flex-wrap: wrap;
    }
    .amcheckout-main-container.-modern.-layout-3columns .amcheckout-column{
        width: 48%;
    }
    .amcheckout-main-container.-modern.-layout-3columns .amcheckout-column:last-child{
        width: 100%;
    }
    body[class*="mpblog-"] .columns.layout.layout-1-col.row .sidebar.col-main{
        width: 300px;
    }
    body[class*="mpblog-"] .columns.layout.layout-1-col.row .col-main{
        width: calc(100% - 300px);
    }

    body.account .columns{
        padding: 5rem 3rem;
    }
    .products-grid.wishlist .product-item .fieldset{
        flex-direction: column;
    }
    .products-grid.wishlist .product-item .fieldset .field.qty{
        padding-right: 0;
        margin-bottom: 10px;
    }
    .products-grid.wishlist .product-item-actions{
        text-align: center;
    }

    .product-list.row .product-item{
        width: 100%;
    }

    .about-volvo-slamarine .left-img{
        padding-right: 3rem;
    }
    .part-banner.with-space > div{
        width: calc(50% - 3rem * 1/2);
    }
}
@media screen and (max-width: 1023px){
    .amcheckout-main-container.-modern.-layout-3columns .amcheckout-column{
        width: 100%;
    }
    .amcheckout-step-container .amcheckout-form-login .amcheckout-email .note, .amcheckout-step-container .form-login .amcheckout-email .note{
        width: 100%;
    }
    .amcheckout-step-container .amcheckout-summary-container .amcheckout-title{
        background: var(--secondary);
    }
}

@media screen and (max-width: 991px){
    .section-heading{
        padding: 4rem 2rem;
        text-align: center;
    }
    .section-heading p{
        font-size: 2rem;
    }
    .header-container .header{
        z-index: 1000 !important;
    }
    .navigation ul{
        padding: 0;
    }
    .custommenu.navigation li.level0>.level-top{
        padding: 15px 6px !important;
    }
    .navigation .level0 > .level-top{
        font-size: 1.4rem;
    }
    .amsearch-result-section{
        width: 660px;
    }
    .amsearch-products-section.-grid:not(.-slider) .amsearch-item{
        max-width: calc(50% - 16px* 1 / 2);
    }

    .slide-product{
        margin-top: -4rem;
    }
    .slider_homepageslider .banner_item img{
        min-height: 600px;
        object-fit: cover;
    }
    .nav-banner .banner-content .content{
        padding: 0 3rem 3rem;
    }
    .slide-product.owl-theme .owl-pagination{
        position: relative;
        bottom: 0;
        margin-top: 10px;
    }
    .about-salmarine{
        padding-top: 3rem;
        padding-bottom: 4rem;
    }
    .about-salmarine .ab-inner > .content h2, .section-heading h2, .specialists-content h2, .footer-top-content h2{
        font-size: 3.6rem;
    }
    .about-salmarine .ab-inner .about-img{
        width: 100%;
    }
    .about-salmarine .ab-inner > .content{
        width: 100%;
        padding-left: 0;
        margin-top: 3rem;
        text-align: center;
    }
    .column-4{
        padding: 4rem 0;
    }
    .column-4 .img-block{
        width: calc(50% - 1.6rem*1/2);
    }
    .banner-bottom-sale{
        padding-bottom: 4rem;
    }
    .specialists-content .content-sec .left-img-sec{
        width: 100%;
        padding-right: 0;
    }
    .specialists-content .content-sec .right-content{
        width: 100%;
        padding-top: 0;
        margin-top: 3rem;
    }
    .specialists-content h2{
        margin: 0 auto 4rem;
    }
    .specialists-content .content-sec .left-img-sec .image-wrapper.small-img {
        width: calc(40% - 2rem*1/2);
        margin-left: 2rem;
    }
    .case-study-sec{
        padding: 4rem 0;
    }
    .case-study-sec .case-study-inner{
        flex-direction: column-reverse;
    }
    .case-study-sec .left-content{
        width: 100%;
        padding-right: 0;
        max-width: 100%;
        text-align: center;
        margin-top: 4rem;
        display: flex;
        flex-direction: column;
    }
    .case-study-sec .left-content .cus-btn{
        margin-left: auto;
        margin-right: auto;
    }
    .case-study-sec .left-content .custom-owl-btn{
        order: -1;
        margin-top: 0;
        margin-bottom: 3rem;
    }
    .case-study-sec .left-content .custom-owl-btn > div{
        width: 4rem;
        height: 4rem;
    }
    .case-study-sec .right-content{
        width: 100%;
    }
    .blog-section .post-list-content .post-list-body .post-list-item{
        width: calc(50% - 2rem*1/2);
    }
    .brand-section{
        padding: 2rem 0;
    }
    .brand-logos .brand-logo{
        width: 33.33%;
        margin: 2rem 0;
    }
    .footer-top-content .cus-btn{
        margin-top: 2rem;
    }
    .page-footer .footer-static-container{
        border-bottom: none;
    }
    .footer-top-content{
        padding: 0;
    }
    .footer-static{
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px;
    }
    .icons-content{
        padding: 3rem 0;
    }
    .page-footer .footer-static-container .footer-static .footer-links{
        margin-bottom: 3rem;
    }
    .page-footer .footer-static-container .footer-static .footer-links .title{
        margin: 0 0 1.5rem;
    }
    .footer-links-pop{
        padding: 0 0 2rem;
        margin: 0 -15px;
    }
    .page-footer .footer-bottom{
        padding: 1.5rem 0 8rem;
        text-align: left;
    }
    .hdmx__contact-button.hdmx__contact-button-left{
        left: 50%;
        transform: translateX(-50%);
    }

    .page-title-wrapper .page-title{
        font-size: 3.2rem;
    }
    .product-info-main .page-title-wrapper .page-title{
        font-size: 2.6rem;
    }
    .product-info-main .price-box .price-wrapper .price, .product-options-bottom .price-box .price-wrapper .price{
        font-size: 2.4rem;
    }

    .product-info-main .box-tocart .fieldset, .product-options-bottom .box-tocart .fieldset{
        row-gap: 10px;
    }

    #quick-window{
        width: 94%;
    }
    .wrapper_quickview_item .product.media, .wrapper_quickview_item .product-info-main{
        width: 100%;
    }
    .rokan-relate-heading{
        font-size: 3.6rem;
    }

    .cart-container, .block.crosssell{
        padding: 5rem 3rem;
    }

    .cart-summary{
        width: 100%;
        position: static;
    }
    body .cart-container .form-cart{
        width: 100% !important;
    }

    body[class*="mpblog-"] .columns.layout.layout-1-col.row .sidebar.col-main{
        width: 100%;
    }
    body[class*="mpblog-"] .columns.layout.layout-1-col.row .col-main{
        width: 100%;
    }
    body[class*="mpblog-"] .columns.layout.layout-1-col.row .col-main:not(.sidebar){
        padding: 0;
    }
    .list-post-tabs .post-left{
        width: 100px;
    }
    .list-post-tabs .post-right{
        width: calc(100% - 100px);
    }

    .post-view .post-list-content{
        padding: 0;
        width: 100%;
    }

    .cms-page-view .about-honda-slamarine .middle-content h3{
        font-size: 3.6rem;
    }

    .about-volvo-slamarine .left-img{
        width: 100%;
        padding-right: 0;
    }
    .about-volvo-slamarine .right-content{
        width: 100%;
        margin-top: 2rem;
    }
    .part-banner{
        flex-direction: column;
        padding: 3rem;
    }
    .part-banner.with-space{
        padding: 3rem;
    }
    .part-banner > div{
        max-width: 100%;
    }
    .part-banner > div.banner-right{
        margin-top: 2rem;
    }
    .part-banner.with-space > div{
        width: 100%;
        max-width: 100%;
    }
    .part-banner.with-space > div.banner-right{
        margin-top: 2rem;
    }
    .landing-products{
        padding: 4rem 3rem 1rem;
    }
    .landing-products .products-grid .product-items .product-item{
        width: calc(50% - 20px * 1/2) !important;
        margin-bottom: 3rem !important;
    }
    .parts-pdf-section .table-box{
        padding: 1rem;
    }




}

@media screen and (max-width: 768px){
    .header-container .header .nav-toggle{
        position: relative;
        left: auto;
        top: auto;
        z-index: 1;
        margin-right: 15px;
    }
    .nav-toggle:before{
        margin-top: 0;
    }
    .header-container .header .col-logo{
        flex-direction: row;
        align-items: center;
    }
    .header-container .header .logo{
        right: auto;
        padding-top: 0;
        margin: 0 0 0 1.5rem;
    }

    .nav-sections{
        position: fixed;
        background: #fff;
    }
    .nav-sections-item-content{
        padding: 0;
        margin-top: 0;
    }
    .navigation .level0:first-child{
        border-top: none;
    }
    .nav-sections-item-title{
        display: none;
    }
    .custommenu.navigation > ul{
        text-align: left;
    }
    .navigation .level0 > .level-top{
        font-size: 1.8rem;
    }
    .custommenu.navigation li.level0>.level-top{
        padding: .9rem 1.5rem !important;
    }
    .navigation .parent .level-top:after{
        top: 10px;
    }
    .custommenu.navigation li.level0.fullwidth > .submenu{
        padding: 0 1.5rem;
    }
    .navigation .submenu:not(:first-child) ul{
        padding-bottom: 10px;
    }


    .product.data.items > .item.title > .switch{
        font-size: 1.6rem;
        font-weight: 700;
        color: var(--secondary);
        border-radius: 0;
    }
    .product.data.items > .item.title.active > .switch, .product.data.items > .item.title.active > .switch:focus, .product.data.items > .item.title.active > .switch:hover{
        border-color: var(--primary);
        top: 0;
        color: #fff !important;
    }
    .product.data.items > .item.content{
        margin-top: 5px;
        font-size: 1.4rem;
    }
    .fieldset > .legend{
        font-size: 1.6rem;
    }
    .faq-tab .faq_tab_prdct .collapsible{
        font-size: 1.4rem;
        line-height: 2rem;
    }
    .faq-tab .faq_tab_prdct{
        font-size: 1.4rem;
    }
    .product.data.items > .item.title > .switch:visited{
        color: var(--secondary);
    }

    .ajaxsuite-popup-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .ajaxsuite-buttons button{
        max-width: 100%;
    }

    .cart.table-wrapper .col.qty .control.qty > label{
        margin-right: auto;
    }
    .cart.table-wrapper .product-item-details{
        min-height: 78px;
    }
    .cart.table-wrapper .product-image-wrapper .product-image-photo{
        max-height: 80px;
        object-fit: contain;
    }
    .cart.table-wrapper .price-including-tax .price, .cart.table-wrapper .price-excluding-tax .price{
        font-size: 1.4rem;
    }
    .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{
        font-size: 1.4rem;
    }
    .cart.table-wrapper .product-item-photo{
        top: 7px;
    }
    .cart.table-wrapper .item .col.item{
        padding-top: 15px;
    }
    .cart.table-wrapper .col{
        padding-top: 8px;
    }
    .cart-container .form-cart .action.update, .cart-container .form-cart .action.continue{
        width: 100%;
        max-width: 220px;
        margin: 0;
    }
    .cart-summary .block .fieldset{
        margin: 1.5rem 0;
    }
    .cart-container .form-cart .actions{
        display: flex;
        justify-content: space-between;
    }
    .abs-discount-block > .title, .cart-summary .block > .title, .paypal-review-discount .block > .title{
        padding: 7px 30px 7px 0;
    }

    .account.page-layout-2columns-left .block.block-collapsible-nav{
        top: 0;
    }

    .wishlist-index-index .products-grid .product-item{
        width: 100%;
        margin-left: 0 !important;
        padding: 0;
        margin-bottom: 10px;
        border-bottom: none;
    }
    .products-grid.wishlist .product-item .fieldset{
        flex-direction: row;
    }
    .products-grid.wishlist .product-item .fieldset .field.qty{
        margin-bottom: 0;
        margin-right: 10px;
    }
    .products-grid.wishlist .product-item-photo{
        width: 80px;
    }
    .wishlist-index-index .products-grid .product-items .product-item .product-item-info{
        padding-top: 10px;
    }
    .products-grid.wishlist .product-item-actions{
        width: 100%;
        margin-bottom: 1rem;
        text-align: left;
    }
    .products-grid.wishlist .product-item .box-tocart{
        margin-right: 0;
    }
    .products-grid.wishlist .product-item .fieldset{
        margin-bottom: 10px;
    }
    .products-grid.wishlist .product-item-actions .action.edit, .products-grid.wishlist .product-item-actions .action.delete{
        margin-top: 0;
    }

    .products-grid.wishlist .product-item-actions .action.delete{
        float: none;
    }

    .toolbar.wishlist-toolbar{
        display: none;
    }
    .form-wishlist-items ~ .toolbar.wishlist-toolbar{
        display: block;
    }

    
}


@media screen and (max-width: 767px){
    body select, select.form-control{
        height: 4.2rem;
    }
    .fieldset{
        margin: 0 0 2rem;
    }
    .fieldset > .field, .fieldset > .fields > .field{
        margin: 0 0 1.5rem;
    }
    body input[type="text"], body input[type="password"], body input[type="url"], body input[type="tel"], body input[type="search"], body input[type="number"], body input[type="datetime"], body input[type="email"]{
        height: 4.2rem;
        line-height: 4.2rem;
    }
    .container{
        padding: 0 1.5rem;
    }
    .header .container-fluid{
        padding: 0 1.5rem;
    }
    .header-container .top-link-container .top-bar{
        border-bottom: none;
    }
    .cus-btn, .action.primary, .action-primary{
        color: #fff !important;
        background: var(--primary) !important;
        min-width: 0;
    }
    .cus-btn:hover, .action.primary:hover, .action-primary:hover{
        background: var(--primary) !important;
    }
    .cus-btn:before, .action.primary:before, .action-primary:before {
        width: 0;
        height: 0;
        margin-right: 0;
    }
    .cus-btn svg {
        width: 1.5rem;
    }
    .cus-btn:hover:after, .action.primary:hover:after, .action-primary:hover:after {
        content: none;
    }
    .minicart-wrapper.active .block-minicart{
        width: 390px;
    }
    .block-minicart .block-content > .actions .secondary a.action.viewcart{
        font-size: 1.4rem;
        padding: 1rem;
        line-height: 2.4rem;
    }

    .header-container .header .header-inner .serach-bar{
        right: 0;
        max-width: 100%;
    }

    .nav-banner .banner-content .content{
        padding: 0 1.5rem 3rem;
    }

    .amsearch-products-section{
        border-top: none;
        padding-top: 0;
    }
    .amsearch-products-section .amsearch-block-header{
        padding: 0 10px 15px;
    }
    .header-container .header .amsearch-products-section .amsearch-product-list{
        padding: 0 10px;
    }
    .amsearch-block-header .amsearch-title{
        font-size: 1.6rem;
    }
    .amsearch-block-header{
        padding: 0 10px 2px;
    }
    .amsearch-item-container .amsearch-item .amsearch-link{
        padding: 8px 10px;
    }

    .nav-banner .banner-content .content h1{
        font-size: 2.8rem;
    }
    .nav-banner .banner-content .content h1 .line-1{
        font-size: 3rem;
    }
    .nav-banner .banner-content .content h1 .line-2{
        font-size: 3.2rem;
    }
    .nav-banner .banner-content .content h1 .line-3{
        font-size: 4rem;
    }
    .slider_homepageslider .banner_item img{
        min-height: 400px;
    }

    .newsletterpopup{
        padding: 2rem;
    }

    .about-salmarine .ab-inner .about-img .about-img-3{
        left: -1.5rem;
    }
    .about-salmarine .ab-inner .about-img .about-img-2 {
        margin-left: 1.5rem;
        width: calc(64% - 1.5rem);
    }
    .about-salmarine .ab-inner > .content h2, .section-heading h2, .specialists-content h2, .footer-top-content h2{
        font-size: 3.2rem;
    }
    .about-salmarine .ab-inner > .content p{
        line-height: 1.5;
    }
    .about-salmarine .ab-inner > .content .action-block .cus-btn{
        margin: .7rem;
        min-width: 220px;
    }
    .engines-navigation h3{
        font-size: 2rem;
    }
    .engines-wrapper .engines-images-slider .item img{
        min-height: 340px;
    }
    .engines-navigation .item{
        margin: 0 1rem;
    }
    .specialists-content .content-sec p{
        line-height: 1.5;
    }
    .case-study-sec .left-content h2{
        font-size: 2.4rem;
    }
    .blog-section .post-list-content .post-list-body .post-list-item{
        width: calc(50% - 2rem*1/2);
    }
    .page-footer .footer-static-container{
        padding: 4rem 0 0;
    }
    .footer-top-content h2{
        margin: 0 auto 2rem;
    }
    .icons-content .icon-box{
        padding: .5rem;
    }
    .footer-top-content p{
        margin-bottom: 0;
        line-height: 1.5;
        font-size: 1.4rem;
    }
    .footer-top-content{
        margin: 0 0 2rem;
    }
    .page-footer .footer-static-container .footer-static .footer-links .title{
        margin: 0;
        line-height: 3rem;
    }
    .page-footer .footer-static-container .footer-static .footer-links{
        padding: 1rem 0;
        margin-top: 0;
        margin-bottom: 0;
    }
    .page-footer .footer-bottom{
        text-align: center;
        font-size: 1.4rem;
    }
    .page-footer .footer-static-container .footer-static .footer-links .block.newsletter .actions .subscribe{
        background: none !important;
        border-radius: 0;
    }
    .page-footer .footer-bottom .ds{
        text-align: center;
    }
    .footer-links-pop .title{
        display: inline-block;
        width: 100%;
        margin: 0 0 1rem;
    }
    a.title.customer_clicked1 span{
        line-height: 2rem !important;
    }
    .footer-links-pop .title:after{
        content: "\f067";
        font-family: FontAwesome;
        font-size: 12px;
        float: right;
        line-height: 30px;
        width: 30px;
        height: 30px;
        text-align: center;
        color: #333333;
        background: #eeeeee;
        cursor: pointer;
    }
    .footer-links-pop .title.open:after{
        content: "\f068";
    }

    .hdmx__contact-popup .hdmx__wrapper{
        max-width: 94%;
        padding: 3.5rem 1.5rem 1.5rem;
    }


    .page-title-wrapper .page-title{
        font-size: 2.6rem;
    }
    body:not(.catalog-product-view, .account) .page-title-wrapper{
        padding: 1rem 1.5rem;
    }
    .category-view{
        padding: 0 1.5rem 2rem;
    }
    .page-products .columns.row{
        padding: 2rem 1.5rem;
    }
    button.cat_filter_btn{
        left: 3rem;
        top: 4.6rem;
    }
    .toolbar-products{
        padding: .8rem 1rem .8rem 8rem;
        flex-wrap: wrap;
    }
    .toolbar-products .modes{
        display: none;
    }
    .toolbar-products .toolbar-amount{
        width: 100%;
        text-align: right;
    }
    .toolbar-sorter.sorter{
        width: 100%;
        justify-content: flex-end;
        margin-top: 10px;
    }

    .category-view .sub-cat > .row{
        margin-left: -1rem;
        margin-right: -1rem;
    }
    .category-view .sub-cat .col-md-3{
        margin-bottom: 1rem;
        padding: 0 1rem;
    }
    .category-view .sub-cat .prd_details .info a h2{
        font-size: 1.4rem;
    }

    .page-products .products-grid .product-items .item-inner{
        width: 50%;
    }

    .products.wrapper ~ .toolbar.toolbar-products{
        justify-content: center;
    }
    .products.wrapper ~ .toolbar .limiter{
        display: none;
    }

    .breadcrumbs .items{
        font-size: 1.3rem;
        line-height: 2rem;
    }
    .breadcrumbs .item:not(:last-child):after{
        font-size: 1.3rem;
        vertical-align: middle;
    }
    .category-description{
        font-size: 1.4rem;
        padding: 1rem 0;
    }
    .category-description h2{
        font-size: 2rem;
    }
    .category-description .categories-faq-bottom .collapsible{
        font-size: 1.4rem;
        line-height: 2rem;
    }
    .category-description h3{
        font-size: 1.6rem;
    }

    .attachment-table thead th, .attachment-table tbody td{
        font-size: 1.4rem;
    }
    .attachment-table tbody td.attachment-icon{
        width: 60px;
    }

    .ajaxsuite-popup-wrapper .modal-popup._inner-scroll .modal-inner-wrap{
        min-width: 94%;
        max-width: 94%;
    }

    .ajaxsuite-popup-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .block-authentication .block-title strong{
        font-size: 2rem;
    }
    .popup-authentication .block-authentication .block-new-customer .actions-toolbar div.primary a{
        font-size: 1.4rem;
    }
    .block-authentication .block-title{
        font-size: 1.6rem;
    }
    .ajaxsuite-popup-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .form-login .login .label{
        font-size: 1.4rem;
    }
    .popup-authentication .block-authentication .actions-toolbar>.secondary{
        padding-top: 10px;
        text-align: center;
    }
    .ajaxsuite-popup-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .form-login .actions-toolbar .secondary a{
        width: fit-content;
    }
    .product-items .product-item-info .addto-links-icons{
        bottom: 0;
    }
    .ajaxsuite-popup-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .photo.image{
        max-height: 270px;
    }
    .ajaxsuite-popup-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .product-name{
        font-size: 1.5rem;
    }
    #quick-window{
        padding: 1.5rem;
    }
    #quick-window .product-info-main .page-title-wrapper .page-title{
        font-size: 2rem;
    }
    .product-info-main .stock.available, .product-info-main .stock.unavailable{
        font-size: 1.4rem;
    }
    .product-info-main .product.attribute.sku{
        font-size: 1.4rem;
    }
    .product-info-main .product-reviews-summary .reviews-actions{
        font-size: 1.4rem;
        padding: .6rem 0;
    }
    .product-add-form .fieldset .field.qty .input-group .input-group__input{
        line-height: 4.4rem;
        height: 4.4rem;
    }
    .product-add-form .fieldset .field.qty .input-group button{
        line-height: 2.4rem;
    }
    .product-info-main .price-box .price-wrapper .price, .product-options-bottom .price-box .price-wrapper .price{
        font-size: 2rem;
    }
    .product-info-main .price-box{
        margin-bottom: 1rem;
    }
    .abs-button-l, #store-selector .form-continue .actions-toolbar .action.primary, .bundle-actions .action.primary, .bundle-options-container .block-bundle-summary .box-tocart .action.primary, .product-info-main .box-tocart .action.tocart, .product-options-bottom .box-tocart .action.tocart, .cart-container .checkout-methods-items .action.primary, .block-minicart .block-content > .actions > .primary .action.primary, .methods-shipping .actions-toolbar .action.primary, .block-authentication .action.action-register, .block-authentication .action.action-login, .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary, .form-address-edit .actions-toolbar .action.primary, .multicheckout .action.primary{
        padding: 10px 17px;
        font-size: 1.4rem;
    }
    .product-info-main .box-tocart, .product-options-bottom .box-tocart{
        margin: 1rem 0;
    }
    .product-info-main .product-addto-links .action, .product-options-bottom .product-addto-links .action{
        width: 4rem;
        height: 4rem;
        font-size: 2rem;
    }

    .main-detail{
        padding: 3rem 1.5rem;
    }
    .product.info.detailed{
        padding: 0 1.5rem 2rem;
    }
    section.block.related{
        padding: 3rem 1.5rem;
    }

    .rokan-relate-heading{
        font-size: 3.2rem;
    }

    .product-info-main .page-title-wrapper .page-title{
        font-size: 2rem;
    }
    .product-info-main .price-box .price-wrapper .price, .product-options-bottom .price-box .price-wrapper .price{
        font-size: 1.6rem;
    }

    .review-form .action.submit.primary{
        background: var(--primary) !important;
        color: #fff !important;
        border-color: var(--primary) !important;
    }
    .product-info-main .product-addto-links, .product-options-bottom .product-addto-links{
        margin: 0;
    }
    .product-info-main .box-tocart .actions .action.tocart{
        width: auto !important;
    }

    .cart-container, .block.crosssell{
        padding: 3rem 1.5rem;
    }
    .cart-summary .block .fieldset .field:not(.choice) > .label{
        font-size: 1.4rem;
    }
    .columns.layout.layout-1-col.row .abs-discount-block > .title strong, .columns.layout.layout-1-col.row .cart-summary .block > .title strong, .columns.layout.layout-1-col.row .paypal-review-discount .block > .title strong{
        font-size: 1.6rem;
    }
    .cart-summary .block .fieldset .field{
        padding: 8px 0 0;
    }
    .checkout-index-index .page-main {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .checkout-index-index .checkout-header .title{
        font-size: 2.4rem;
    }
    .checkout-index-index .checkout-header .description{
        font-size: 1.4rem;
    }
    .amcheckout-step-container input[type='text'], .amcheckout-step-container input[type='password'], .amcheckout-step-container input[type='url'], .amcheckout-step-container input[type='tel'], .amcheckout-step-container input[type='search'], .amcheckout-step-container input[type='number'], .amcheckout-step-container input[type='datetime'], .amcheckout-step-container input[type='email'], .amcheckout-step-container select{
        height: 44px;
    }
    .amcheckout-step-container .amcheckout-title{
        font-size: 1.6rem;
        padding: 7px 15px;
    }
    .amcheckout-step-container .amcheckout-summary-container .amcheckout-content > .amcheckout-wrapper{
        padding: 1.5rem 0;
    }
    .checkout-payment-method .payment-option .payment-option-title, .checkout-payment-method .payment-option .payment-option-content{
        padding-left: 0;
        padding-right: 0;
    }
    .opc-block-summary .product-item .subtotal{
        display: block;
        width: 100%;
        text-align: left;
    }

    .category-description h1{
        font-size: 2.4rem;
    }

    body[class*="mpblog-"] .columns.layout.layout-1-col.row{
        padding: 3rem 0;
    }
    body[class*="mpblog-"] .columns.layout.layout-1-col.row .col-main:not(.sidebar){
        padding: 0 15px;
    }
    body[class*="mpblog-"] #mpblog-list-container .limiter{
        display: none !important;
    }
    body[class*="mpblog-"] #mpblog-list-container .pager{
        justify-content: center;
    }
    body[class*="mpblog-"] #mpblog-list-container .post-list-body{
        margin: 0 -10px;
    }
    body[class*="mpblog-"] .post-short-description{
        font-size: 1.4rem;
    }
    body[class*="mpblog-"] .mp-post-meta-info .mp-read-more{
        font-size: 1.4rem;
        padding: 7px 15px;
    }
    body[class*="mpblog-"] #mpblog-list-container .post-list-body .post-list-item .post-item-wraper .post-info-wraper{
        padding: 1.5rem 0;
    }
    .post-view .post-list-content .col-xs-12{
        padding: 0;
    }

    #sharing{
        padding: 10px 15px;
    }

    body.account .columns{
        padding: 3rem 1.5rem;
    }
    .account.page-layout-2columns-left .block-collapsible-nav .title{
        padding: 1rem 1.5rem;
    }
    .account.page-layout-2columns-left .block-collapsible-nav .title strong{
        font-size: 1.6rem;
    }
    .account .columns.layout.layout-1-col.row .col-main{
        padding: 1.5rem;
    }
    .account .page-title-wrapper .page-title{
        font-size: 2.4rem;
    }
    .account .columns .block:not(.widget) .block-title strong{
        font-size: 2rem;
    }
    .account .columns .block:not(.widget) .box-title > span{
        font-size: 1.6rem;
    }
    .account .columns .block:not(.widget) .box .box-content{
        font-size: 1.4rem;
    }
    .account .fieldset > .legend{
        font-size: 2rem;
    }
    body input[type="checkbox"] + label:before{
        top: 4px;
    }
    body input[type="checkbox"]:checked + label:after{
        top: 3px;
    }

    form.form-address-edit fieldset.fieldset .field.field-name-firstname, form.form-address-edit fieldset.fieldset .field-name-lastname, form.form-address-edit fieldset.fieldset .telephone, form.form-address-edit fieldset.fieldset .fax, form.form-address-edit fieldset.fieldset .field.country, form.form-address-edit fieldset.fieldset .field.region, form.form-address-edit fieldset.fieldset .field.city, form.form-address-edit fieldset.fieldset .field.zip{
        width: 100%;
    }
    .account .columns .block:not(.widget) .block-content .box{
        width: 100%;
    }
    .account .columns .block:not(.widget) .block-content .box + .box{
        margin-top: 15px;
    }

    .cms-page-view.page-layout-1column .columns.layout.layout-1-col.row{
        padding: 3rem 1.5rem;
    }
    .cms-page-view .columns.layout.layout-1-col.row h1{
        font-size: 2.6rem;
    }
    .cms-page-view .columns.layout.layout-1-col.row h2{
        margin: 2rem 0 1rem;
        font-size: 2.4rem;
    }
    .cms-page-view .columns.layout.layout-1-col.row h3{
        font-size: 2rem;
    }

    .login-container, .form.create.account, .form.password.forget{
        padding: 4rem 0rem 0rem;
    }
    .form.create.account{
        padding: 4rem 0rem 0rem;
    }
    .form.password.forget{
        padding: 5rem 0 0rem;
    }

    .catalog-product_compare-index.page-layout-1column .columns.layout.layout-1-col.row{
        padding: 2rem 1.5rem 3rem;
    }









    .landing-banner .banner-content .content{
        padding: 3rem 1.5rem;
    }
    .about-part-section{
        padding: 3rem 1.5rem;
    }
    .landing-products{
        padding: 3rem 1.5rem;
    }
    .parts-pdf-section{
        padding: 3rem 1.5rem;
    }
    .about-honda-slamarine{
        padding: 3rem 1.5rem;
    }
    .part-banner.with-space{
        padding: 3rem 1.5rem;
    }


}

@media screen and (max-width: 574px){
    .page-products .products-grid .product-items .item-inner{
        width: 100%;
    }
    .minicart-wrapper.active .block-minicart{
        width: 100%;
    }

    .amsearch-products-section.-grid:not(.-slider) .amsearch-item{
        max-width: calc(50% - 16px* 2 / 3);
    }

    .blog-section .post-list-content .post-list-body .post-list-item{
        width: 100%;
    }

    .cart-container .form-cart .actions{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .cart-container .form-cart .action.update{
        margin-top: 10px;
    }

    body[class*="mpblog-"] #mpblog-list-container .post-list-body .post-list-item{
        width: 100%;
    }
}



@keyframes move {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 50px 50px
    }
}