<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    scroll-behavior: smooth;
}
.history p,
html.history {
    margin: 0;
}
.subCategory-list .subCategory-list {
    /*display: none;*/
}
.nextChilds .loading {
    display: none;
    margin-bottom: 20px;
    text-align: center;
}
.brand-search .get-off {
    display: none;
}
.homepage-search .category-name {
    display: none !important;
}
.under-image .info {
    text-align: right;
}
.brand-search .info .title {
    font-size: 38px;
    font-weight: 700;
    display: block;
    line-height: 38px;
    text-align: left;
}
.pink-name {
    width: 100%;
    position: absolute;
    left: -18px;
    bottom: 10px;
}
.pink-name&gt;span {
    background-color: #11aae6;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 17px;
    font-weight: 700;
    display: block;
}
.pink-name::after {
    content: '';
    width: 0;
    display: block;
    border-right: 20px solid #135d7a;
    border-bottom: 15px solid transparent;
}
.brand-search .pink-name {
    position: initial;
    margin-left: -40px;
}
.brand-search {
    background: url(../images/brand-search.jpg);
    background-size: cover;
    display: flex;
    justify-content: space-between
}
.brand-search .cat-filter {
    background-color: inherit;
}
.under-image .info .title {
    /*font-size: 24px;*/
    font-size: 18px;
    text-shadow: 3px 3px #000;
    margin-bottom: unset;
    color: #fff;
}
.brand-search .category-name {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.brand-search .img {
    max-width: 150px;
    -webkit-filter: drop-shadow(-1px -1px 5px rgb(255,255,255));
}
.category-name.col-md-4 .img img {
    -webkit-filter: drop-shadow(-1px -1px 5px rgb(0,0,0));
}
.category-name.col-md-4 {
    color: #fff;
}
.subCategory-list {
    list-style: none;
}
.subCategory-list.thirdLevel &gt; .subcategory-names a:hover {
    text-decoration: underline;
}
.subCategory-list &gt; .subcategory-names a {
    text-decoration: none;
    color: #011c30;
}
ul.subCategory-list.thirdLevel .subcategory-names a {
    font-size: 16px;
}
.subCategory-list.thirdLevel &gt; .subcategory-names {
    margin: 0 0 10px;
}
.nextChilds {
    /*background-color: #fff;*/
    /*margin-top: -20px;*/
    /*padding-top: 20px;*/
}
.subCategory-list.secondLevel &gt; .subcategory-names {
    background: #ebebeb;
    padding-left: 40px;
    font-weight: 700;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*height: 60px;*/
    cursor: pointer;
    margin-bottom: 20px;
}
ul.subCategory-list.thirdLevel {
    column-count: 4;
    background-color: transparent;
    padding: 20px 20px 45px 20px;
    margin-top: -20px;
}
.subCategory-list.thirdLevel &gt; .subcategory-names a {
    column-count: 4;
    margin-top: -20px;
}

.subcategory-names span {
    height: 60px;
    padding: 0 50px;
    background: #2c2d48;
    color: #fff;
    display: flex;
    align-items: center;
}
.subcategory-names span:after {
    content: '';
    width: 9px;
    height: 9px;
    border-top: 3px solid #11aae6;
    border-right: 3px solid #11aae6;
    transform: rotate(
            135deg
    );
    position: relative;
    top: -2px;
    left: 15px;
    transition: transform .4s;
}
.subcategory-names.active span:after {
    transform: rotate(
            -45deg
    );
    margin-top: 7px;
}

.cat-filter {
    background-color: rgba(6,102,128,.29);
}

.cat-filter {
    display: flex;
    display: -webkit-flex;
    position: relative;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
}
.cat-filter .titles {
    color: #fff;
    font-size: 17px;
    text-align: center;
}

.cat-filter .active &gt; label {
    background-color: #11aae6;
    color: #fff;
}
.cat-filter label {
    height: 45px;
    width: 45px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: left;
    justify-content: center;
    align-items: center;
    background: #fff;
    font-size: 16px;
    font-weight: 700;
}
.cat-filter select {
    width: 215px;
    margin-bottom: 10px;
    height: 45px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../images/home-sprites.png);
    background-repeat: no-repeat;
    background-position: 130% -3.2%;
    background-size: 110px;
    cursor: pointer;
    font-weight: 700;
    color: #000;
    font-size: 14px;
}
.cat-filter button.pink-grad-button {
    width: 260px;
    padding: 10px 0;
    margin-bottom: 20px;
    border-radius: 30px;
    background-color: #11aae6;
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}
.pink-grad-button:hover {
    background: #11aae6;
    opacity: .7;
}
.cat-filter.loading:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/loading.gif);
    z-index: 1;
    content: '';
    background-size: 64px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(255,255,255,.7);
}
.cat-filter .titles span {
    text-transform: uppercase;
}
.cat-filter .pink {
    color: #11aae6;
}
.brand-search .cat-filter .titles {
    color: #000;
    margin-bottom: 25px;
    font-weight: 700;
}
.button-bs-ad {
    width: 100%;
    clear: both;
    margin: -16px 0 20px;
    text-align: right;
}

.filterproducts .product-item-inner .qty-m-c{
    display: none;
}
.filterproducts .product-item-inner .qty-box .qty-m-c {
    display: block;
    top: 0;
    height: 53px;
}
.products-list .product-item-info {
    align-items: flex-start;
}
.product-info-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(212,214,215,.2);
    height: 180px;
    padding: 15px;
}
.product-item-inner .qty-box input#qty {
    font-size: 22px;
    height: 55px;
    width: 55px;
    border-radius: initial;
    box-sizing: initial;
    padding: 0;
    margin: 0 18px;
    text-align: center;
    background-color: #fff;
}
.tocart-form-class {
    display: flex;
    align-items: center;
}
.product-item-info .product-item-details .product-item-actions {
    margin-bottom: 0;
}
.tocart-form-class .product-select {
    display: none;
}
.porto-icon-plus:before,
.porto-icon-minus:before {
    width: 18px;
    height: 3px;
    background-color: #11aae6;
}
.tocart-form-class .qty-box a.qtychange {
    height: 55px;
    width: 55px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
    background-color: #fff;
    border: 2px solid #d5d5d5;
}

.tocart-form-class .qty-box {
    display: flex;
    margin-right: 30px;
}
.tocart-form-class .qty-box a.qtychange:hover {
    background-color: inherit;
    opacity: .7;
}
.tocart-form-class .qty-box i.porto-icon-plus {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tocart-form-class .qty-box i.porto-icon-plus:after {
    content: '';
    display: block;
    width: 18px;
    height: 3px;
    background-color: #11aae6;
    -webkit-transform: rotate(
            90deg
    );
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(
            90deg
    );
    position: absolute;
}
.product-item .tocart:before {
    display: none;
}
.view-details a.btn-view-details,
.product-item-info .product-item-details .product-item-actions .tocart {
    height: 55px;
    line-height: 55px;
    width: 155px;
    text-align: center;
    float: left;
    border-radius: 30px;
    background-color: #11aae6;
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-transform: unset;
    transition: 0.3s;
}
.products-list .product-item {
    padding: 0;
}
.products-list .product-item-photo .product-item-name a.product-item-link,
.products-list .product-item-details .product-item-name a.product-item-link {
    font-size: 22px;
    font-weight: 700;
    margin: 20px auto;
    white-space: unset;
}
.products-list .product-item-photo .product-item-name,
.products-list .product-item-details .product-item-name {
    white-space: unset;
}
.products-list .product-item-photo {
    margin: 0 50px 0 0;
}
.products-list .product-item-photo img.product-image-photos {
    margin: auto;
}


/*CMS pages*/
/*About us*/
.cms-page-view .return-grid-full {
    margin-left: 1%;
    margin-right: 1%;
}
.cms-page-view .grid-full {
    margin-left: 1%;
    margin-right: 1%;
    display: inline-block;
    padding: 30px 0;
}

.category-smoke {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    margin-bottom: 0px;
}
.cms-page-view .category-smoke .category-name {
    padding: 0;
    height: 100%;
    float: left;
}
.category-description {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
    line-height: 26px;
    padding: 10%;
    margin: 0;
    color: #011c30;
    font-family: sans-serif;
}

.cms-about-us .grid-full h1 {
    font-size: 2.6666em;
    text-align: center;
    font-weight: 700;
    color: #011c30;
    font-family: sans-serif;
    margin-bottom: 20px;

}
.cms-about-us .grid-full h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 3;
    margin-bottom: 10px;
    color: #011c30;
    font-family: sans-serif;
}
.cms-about-us .grid-full p {
    text-align: justify;
    font-size: 17px;
    line-height: 24px;
    margin: 0 0 1em;
    padding: 0;
    color: #011c30;
    font-family: sans-serif;
}
.cms-about-us .grid-full ul li{
    color: #011c30;
    font-family: sans-serif;
    line-height: initial;
    margin-bottom: 0;
    margin-left: 2.2em;
}
.cms-about-us .about-line {
    line-height: 0 !important;

}
.cms-about-us .grid-full ul {
    padding-left: 0px;
}
.cms-about-us .grid-full ul li a {
    text-decoration: underline;
    color: #11aae6;
    font-family: sans-serif;
}
.cms-about-us .grid-full li::marker {
    color: rgb(17, 170, 230);
    font-size: 24px;
}
.cms-about-us .grid-full table {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.cms-about-us .grid-full table tr {
    border: 0.5px solid #000;
}
.cms-about-us .grid-full table td {
    border: 0.5px solid #000;
    padding: 14px;
    text-align: center;
    font-size: 17px;
    vertical-align: middle;
    color: #011c30;
}
.cms-about-us .grid-full strong {
    color: #011c30;
    font-size: 17px;
    font-family: sans-serif;
    line-height: 3;
    position: relative;

}
.cms-about-us .grid-full p.table-txt {
    text-align: center;
    margin-top: 13px;
}
.grid-full ul li {
    font-size: 17px;
    color: #011c30;
    font-family: sans-serif;
}


/*Cookies*/
.cms-enable-cookies .messages {
    overflow: hidden;
    margin: 0 0 10px;
}
.cms-enable-cookies .messages, .messages ul {
    list-style: none!important;
    margin: 0;
    padding: 0;
}
.cms-enable-cookies .messages&gt;li:last-child {
    margin-bottom: 0;
}
.cms-enable-cookies .messages li {
    margin: 0 0 1%;
    font-family: sans-serif;
    color: #011c30;
}
.cms-enable-cookies .note-msg, .notice-msg {
    border-color: #7c622a;
    background-color: #fdeda4;
    background-image: url(../images/i_msg-note.png);
    color: #7c622a;
}
.cms-enable-cookies .error-msg, .success-msg, .note-msg, .notice-msg {
    background-position: 25px center!important;
    background-repeat: no-repeat!important;
    padding: 25px 25px 25px 80px!important;
    font-size: 12px!important;
}
.cms-enable-cookies .messages, .messages ul {
    list-style: none!important;
    margin: 0;
    padding: 0;
}
.cms-enable-cookies .messages li li {
    margin: 0;
}
.cms-enable-cookies .page-title h1 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    font-family: sans-serif;
    color: #011c30;
}

.cms-enable-cookies .page-title h1, .page-title h2 {
    min-height: 1.3125em;
    font-family: sans-serif;
    color: #011c30;
}
.cms-enable-cookies .owl-item, h2.subtitle {
    text-align: center;
    font-weight: 400;
    font-size: 2em;
    margin: 0 0 10px;
    font-family: sans-serif;
    color: #011c30;

}
.cms-enable-cookies ul.disc li a {
    font-family: sans-serif;
    color: #000;
    font-size: 12px;
}
.cms-enable-cookies .a-top a {
    font-family: sans-serif;
    color: #000;
    font-size: 12px;
}
.cms-enable-cookies strong,.cms-enable-cookies p {
    font-family: sans-serif;
    color: #011c30;
    font-size: 12px;
}
.cms-enable-cookies h3 {
    margin: 0px;
    font-size: 1.4444em;
    font-weight: 400;
    font-family: sans-serif;
}
.cms-enable-cookies li p {
    margin: 0px;
}
.cms-enable-cookies ul,ol {
    padding-left: 20px;
}
.cms-enable-cookies ul.disc li {
    line-height: 20px;
}


/*FAQ*/
.cms-faq .category-smoke {
    margin-bottom: 50px;
}

.cms-return .return-grid-full p, .cms-faq .return-grid-full p {
    text-align: justify;
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
    color: #011c30;
    font-family: sans-serif;
    margin: 0 0 1em;
}
.cms-faq li::marker {
    color: rgb(17, 170, 230);
    font-size: 25px;
}
.cms-faq h1 {
    text-align: center;
    font-weight: 400;
    font-size: 2.3333em;
    color: #222529;
    margin-bottom: 20px;
    font-family: sans-serif;
}
.qa-div {
    width: 100%;
    float: left;
}
.flex-center-vert {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
}
.question {
    justify-content: space-between;
    background: #ebebeb;
    padding-right: 20px;
}
.flex-center {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.grad-div {
    background: -webkit-linear-gradient(8deg,#fe019d 1%,#742375 50%,#2294d5 99%);
    background: -moz-linear-gradient(8deg,#fe019d 1%,#742375 50%,#2294d5 99%);
    background: -o-linear-gradient(8deg,#fe019d 1%,#742375 50%,#2294d5 99%);
    background: -ms-linear-gradient(8deg,#fe019d 1%,#742375 50%,#2294d5 99%);
    background: linear-gradient(82deg,#fe019d 1%,#742375 50%,#2294d5 99%);
    float: left;
    width: 55px;
    min-width: 55px;
    height: 55px;
    font-size: 17px;
    color: #fff;
}
.question&gt;div&gt;span {
    font-size: 14px;
    font-weight: 700;
    margin-left: 20px;
    font-family: sans-serif;
    color: #011c30;
}
.question .increase {
    position: relative;
    cursor: pointer;
    width: 20px;
    height: 20px;
}
.increase::before {
    content: '';
    position: absolute;
    width: 18px;
    height: 3px;
    background-color: #11aae6;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -2px;
    margin-left: -9px;
}
.increase::after {
    content: '';
    display: block;
    width: 18px;
    height: 3px;
    background-color: #11aae6;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -2px;
    margin-left: -9px;
}
.answer {
    font-size: 17px;
    font-weight: 100;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
    overflow: hidden;
    padding-top: 30px;
    max-height: 0;
    font-family: sans-serif;
    color: #011c30;
}
.answer.active {
    margin-bottom: 30px;
    max-height: 1000px;
}
.increase.active::after {
    display: none;
}
.answer::before {
    content: 'A.';
    color: #11aae6;
    font-weight: 700;
}

.cms-faq .col-md-6.no-padding-left {
    width: 50%;
    float: left;
}
.cms-faq .col-md-6.no-padding-right {
    float: left;
}
.cms-faq .faq-bottom {
    text-align: center;
}
.cms-faq .grid12-12, .grid-full {
    width: 98%;
}

.faq-bottom&gt;div {
    margin-bottom: 25px;
}
.cms-faq .grid-full {
    padding: 30px 0;
    font-size: 17px;
    line-height: 24px;
    display: inline;
    float: left;
}
.grid-full.faq-bottom .bold.italic {
    font-weight: 700;
    font-family: sans-serif;
    color: #011c30;
}
.grid-full.faq-bottom a button {
    border-radius: 30px;
    border: 2px solid #11aae6;
    color: #11aae6;
    padding: 0 35px;
    display: inline-block;
    margin: 0;
    overflow: visible;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-color: #fff;
    line-height: 45px;
    font-family: sans-serif;
}
.button-white:hover {
    background: #11aae6!important;
}
.button:hover, .button:focus {
    color: #fff !important;
}
.cms-faq .return-grid-full ul li {
    font-size: 17px;
    color: #011c30;
    font-family: sans-serif;
}

/*Error 404*/

.cms-no-route-2 .page-title h1 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}
/*Guarantee Page*/
.cms-price-match-guarantee .grid-full {
    color: #011c30;
    font-family: sans-serif;
    font-size: 17px;
    padding: 30px 0;
    display: inline-block;
}
.cms-price-match-guarantee .category-smoke {
    margin-bottom: 0px;
}
.cms-price-match-guarantee .grid-full strong {
    color: #011c30;
    font-family: sans-serif;
    font-size: 17px;
    font-weight: 700;
}
.cms-price-match-guarantee .grid-full h1 {
    font-weight: 400;
    color: #011c30;
    font-family: sans-serif;
    font-size: 2.6666em;
    margin-bottom: 20px;
}
.cms-price-match-guarantee .ul-bullet-number-pink li {
    counter-increment: item;
    list-style: none inside;
    overflow: hidden;
    margin-bottom: 16px;
    font-weight: 700;
}
.cms-price-match-guarantee ul.ul-bullet-number-pink {
    padding-left: 0px;
}
.cms-price-match-guarantee p.f-100.bold {
    font-weight: 700;
    font-size: 17px;
    color: #011c30;
}
.cms-price-match-guarantee .ul-bullet-number-pink li::before {
    border-radius: 15px;
    content: counter(item);
    background: -webkit-linear-gradient( 8deg,#fe019d 1%,#742375 50%,#2294d5 99%);
    background: -moz-linear-gradient(8deg,#fe019d 1%,#742375 50%,#2294d5 99%);
    background: -o-linear-gradient(8deg,#fe019d 1%,#742375 50%,#2294d5 99%);
    background: -ms-linear-gradient(8deg,#fe019d 1%,#742375 50%,#2294d5 99%);
    background: linear-gradient( 82deg,#fe019d 1%,#742375 50%,#2294d5 99%);
    color: #fff;
    border: none;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    position: relative;
    margin-right: 10px;
}

/*Privacy Policy*/
.cms-privacy-policy h1.page-title span.base {
    color: #011c30;
    font-family: sans-serif;
    font-size: 24px;
    font-weight: 700;
}
.ul-bullet-number-pink li {
    color: #011c30;
    font-family: sans-serif;
    counter-increment: item;
    list-style: none inside;
    overflow: hidden;
    margin-bottom: 16px;
    font-weight: 700;
}
.cms-privacy-policy .grid-full h1 {
    font-weight: 400;
}

ul.ul-bullet-number-pink {
    padding-left: 0px;
}
ul.ul-bullet-number-pink li {
    font-weight: 700;
    font-size: 17px;
    color: #011c30;
    font-family: sans-serif;
}
.ul-bullet-number-pink li::before {
    border-radius: 15px;
    content: counter(item);
    background: -webkit-linear-gradient( 8deg,#fe019d 1%,#742375 50%,#2294d5 99%);
    background: -moz-linear-gradient(8deg,#fe019d 1%,#742375 50%,#2294d5 99%);
    background: -o-linear-gradient(8deg,#fe019d 1%,#742375 50%,#2294d5 99%);
    background: -ms-linear-gradient(8deg,#fe019d 1%,#742375 50%,#2294d5 99%);
    background: linear-gradient( 82deg,#fe019d 1%,#742375 50%,#2294d5 99%);
    color: #fff;
    border: none;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    position: relative;
    margin-right: 10px;
}
.cms-privacy-policy .grid-full {
    font-size: 17px;
    color: #011c30;
    font-family: sans-serif;
}

/*recycle-cartridges*/

.cms-recycle-cartridges .dream-left li h3 {
    font-weight: 400;
    font-size: 1.4em;
    font-family: sans-serif;
    margin: 0 0 10px !important;
}
.cms-recycle-cartridges .grid-full h1 {
    text-align: -webkit-center;
    font-size: 2.3em;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 35px;
    color: #011c30;
    font-family: sans-serif;
}
.cms-recycle-cartridges .dream-left li {
    font-size: 1.4444em;
    font-family: sans-serif;
}
.cms-recycle-cartridges .dream-left li a {
    color: #000;
}
.cms-recycle-cartridges .dream-left {
    padding-left: 0px;
}
.cms-recycle-cartridges .grid-full p {
    margin: 0 0 1em;
    color: #011c30;
    font-family: sans-serif;
}
.cms-recycle-cartridges .category-smoke {
    margin-bottom: 0px;
}
.cms-recycle-cartridges .grid-full {
    display: inline-block;
    padding: 30px 0;
}


/*Return, shipping*/
.cms-return .return-grid-full h1 {
    text-align: center;
    font-weight: 700;
    font-family: sans-serif;
    color: #011c30;
    margin-bottom: 20px;
}
.cms-return .return-grid-full h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 3;
    font-family: sans-serif;
    color: #011c30;
    margin-bottom: 10px;
}
.cms-return .return-grid-full p a {
    color: #000;
}
.cms-return .return-grid-full ul {
    padding-left: 0px;
}
.cms-return .return-grid-full li::before {
    content: "â—";
    color: rgb(17, 170, 230);
    font-size: 20px;
    display: inline-block;
    width: 0.8em;
    margin-left: 1em;
    position: relative;
    right: 5px;
}
.cms-return .ul-bullet-number-blue-normal li {
    counter-increment: item;
    list-style: none inside;
    overflow: hidden;
    margin-bottom: 16px;
    font-weight: 400;
    line-height: 24px;
}
.cms-return .return-grid-full ul li {
    font-size: 17px;
    color: #011c30;
    font-family: sans-serif;
}
.cms-return .return-grid-full li::marker {
    content: none;
}
.cms-return .return-grid-full ul.ul-bullet-number-blue-normal li::before {
    border-radius: 15px!important;
    content: counter(item)!important;
    background: #2294d5!important;
    color: #fff!important;
    border: none;
    text-align: center;
    width: 30px!important;
    height: 30px!important;
    line-height: 30px!important;
    display: inline-block;
    font-size: 17px!important;
    font-weight: 700;
    position: relative;
    margin-right: 10px!important;
}
.cms-shipping-return .col-md-6.no-padding-left {
    float: left;
}
.cms-shipping-return .col-md-6.no-padding-right {
    width: 50%;
    float: left;
}
.cms-shipping-return .faq-bottom {
    text-align: center;
}
.cms-shipping-return .grid12-12, .grid-full {
    width: 98%;
}

.cms-shipping-return .grid-full {
    font-size: 17px;
    line-height: 24px;
    float: left;
    font-family: sans-serif;
    color: #011c30;
}
.cms-shipping-return .grid-full.faq-bottom {
    text-align: center;
}
.cms-shipping-return h1.page-title .base {
    color: #011c30;
}
.cms-shipping-return .category-smoke {
    margin-bottom: 0px;
}

/*Terms of use*/
.cms-terms h1.page-title span.base {
    color: #011c30;
    font-family: sans-serif;
}
.cms-terms .grid-full {
    padding: 30px 0;
    font-size: 17px;
    line-height: 24px;
    color: #011c30;
    font-family: sans-serif;
    display: inline-block;
}
.cms-terms .category-smoke {
    margin-bottom: 0px;
}
.stock-info,
.shipping-info {
    display: flex;
    align-items: center;
}
.stock-info span,
.shipping-info span {
    font-size: 14px;
    font-weight: 700;
    margin-left: 15px;
    color:#011c30;
}
.stock-info {
    margin-top: 15px;
}
.shipping-stock-block {
    display: flex;
}
.shipping-stock-block .price-block:before {
    content: '';
    height: 70px;
    display: block;
    border-left: 1px solid #ccc;
    margin-right: 20px;
    float: left;
    width: 0;
    margin-left: 20px;
}
.shipping-stock-block .price-block .price-box.price-final_price {
    display: flex;
}
.shipping-stock-block .price-block &gt; p {
    font-size: 18px;
    font-weight: 700;
    color: #011c30;
    margin-left: 42px;
}
.shipping-stock-block .price-block .minimal-price-link .price-wrapper {
    color: #11aae6;
    font-size: 23px;
}
.shipping-stock-block .price-block .minimal-price-link .price-wrapper,
.price-box .price {
    font-weight: 500;
}
.shipping-stock-block .price-block .price-wrapper span {
    color: #000;
    font-size: 23px;
    text-decoration: line-through;
}
.shipping-stock-block .price-block .special-price .price-wrapper span {
    text-decoration: none;
}
.shipping-stock-block .price-block .minimal-price-link {
    margin: 0;
    position: relative;
    bottom: 2px;
}
.shipping-stock-block .price-block .minimal-price-link:before {
    content: '/';
    font-size: 26px;
    margin: 0 10px;
    font-weight: 500;
}
.shipping-stock-block .price-block .price-box .price {
    font-size: 23px;
}
.shipping-stock-block .price-block .special-price .price {
    color: #11aae6;
}
.shipping-stock-block .price-block .old-price .price {
    color: #000;
}
.shipping-stock-block .price-block .normal-price .price-wrapper span.price {
    color: #11aae6;
    text-decoration: none;
}
.shipping-stock-block .price-block .special-price:before {
    content: '/';
    font-size: 26px;
    margin: 0 10px;
    color: #000;
    font-weight: 300;
    position: relative;
    bottom: 1px;
}
.shipping-stock-block .price-block .special-price {
    display: flex;
    align-items: center;
}
aside.modal-popup.confirm button.action-close:hover::before, aside.modal-popup.confirm button.action-close:hover::after {
    color: #11aae6;
}
.modal-popup.confirm .modal-inner-wrap {
    max-width: 35rem;
}
.button-bs-ad .action.primary.addmanytocart span {
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: -1px;
}
.button-bs-ad .action.primary.addmanytocart {
    height: 55px;
    line-height: 55px;
    border-radius: 30px;
    background-color: #11aae6;
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 0 25px;
    transition: 0.3s;
}
.product-item-photo&gt;a:not(.weltpixel-quickview):before {
    background: inherit;
}

.product-item-info:hover .product-item-details .product-item-actions .tocart {
    background-color: #11aae6 !important;
    border: none;
    transition: 0.3s;
}

.product-item-info .product-item-details .product-item-actions .tocart:hover,
.button-bs-ad .action.primary.addmanytocart:hover {
    opacity: 0.7;
    transition: 0.3s;
}
.product-item .tocart span {
    /*font-size: 14px;*/
}
.product-item .price-box .price-label {
    display: none;
}
.page-wrapper&gt;.breadcrumbs .items&gt;li:not(:last-child)::after {
    content: '/';
    font-size: 18px;
}
.page-wrapper&gt;.breadcrumbs .items&gt;li a {
    color: #000;
    text-transform: none;
    font-size: 14px;
}
.page-wrapper&gt;.breadcrumbs .items&gt;li strong {
    font-size: 14px;
    color: #11aae6;
    text-transform: none;
}
.page-wrapper&gt;.breadcrumbs .items&gt;li.home a {
    width: auto;
    text-indent: 0;
}
.page-wrapper&gt;.breadcrumbs .items&gt;li.home a:after{
    display: none;
}
.products-list .product-item {
    padding: 40px 0;
    border-top: 1px solid #ebebeb;
}
.page-title.category-title {
    width: 100%;
    margin-top: 40px;
    display: inline-block;
}
.page-title.category-title h1 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
}
.page-title.category-title.thirdLevel {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 25px;
}
.page-title.category-title.thirdLevel h1 {
    margin-bottom: 30px;
}
ul.subCategory-list.secondLevel {
    margin-top: 100px;
    padding-left: 0;
}

.product-item-inner-first .product-reviews-summary.short {
    height: 50px;
}

.shipping-info svg#iconmonstr {
    min-width: 40px;
}
/*END OF CMS pages*/

/*MEDIA*/

@media (min-width: 1200px){
    .cms-faq .category-smoke {
        background-size: 100% !important;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .tocart-form-class {
        margin-right: 30px;
    }
    .tocart-form-class .qty-box {
        margin-right: 0;
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    .amcheckout-step-container .amcheckout-summary-container .product-item .product.options {
        margin: 10px 0 0;
        padding: 0;
    }
    .amcheckout-step-container .amcheckout-summary-container .field.configurable {
        width: 100%;
    }
    .amcheckout-step-container .amcheckout-summary-container .details-qty-options-block {
        flex-direction: column;
    }
    .cart.table-wrapper .product-item-name+.item-options dt, .cart.table-wrapper .product-item-name+.item-options dd {
        line-height: 20px;
        font-size: 12px;
    }

}
@media (min-width: 768px) and (max-width: 1199px){

    .amcheckout-step-container .amcheckout-summary-container .product-item-name {
        font-size: 13px;
    }
    .category-smoke {
        border-top: 0;
    }
    .category-description {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 17px;
        line-height: 24px;
        padding: 4%;
        margin: 0;
        color: #000;
    }
    .cms-faq .category-description {
        padding: 12%;

    }
    .block-authentication .actions-toolbar {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
}

/*troubleshooting*/
.cms-troubleshooting .ul-bullet-number-blue li {
    counter-increment: item;
    list-style: none inside;
    overflow: hidden;
    margin-bottom: 16px;
    font-weight: 700;
    line-height: 24px;
}

.cms-troubleshooting .grid-full ul li {
    font-size: 17px;
}
.cms-troubleshooting .grid-full li::marker {
    content: none;
}
.cms-troubleshooting .grid-full ul.ul-bullet-number-blue li::before {
    border-radius: 15px!important;
    content: counter(item)!important;
    background: #2294d5!important;
    color: #fff!important;
    border: none;
    text-align: center;
    width: 30px!important;
    height: 30px!important;
    line-height: 30px!important;
    display: inline-block;
    font-size: 17px!important;
    font-weight: 700;
    position: relative;
    margin-right: 10px!important;
}
.cms-troubleshooting ul.ul-bullet-number-blue {
    padding-left: 0px;
}
.cms-troubleshooting .grid-full h1 {
    font-size: 2.6666em;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: sans-serif;
    color: #011c30;
}
.cms-troubleshooting .grid-full h3 {
    font-weight: 400;
    font-size: 1.6666em;
    font-family: sans-serif;
    color: #011c30;
    margin: 0 0 10px;
}
.cms-troubleshooting .grid-full strong, .cms-troubleshooting .grid-full p {
    font-size: 17px;
    color: #011c30;
    margin: 0 0 1em;
    font-family: sans-serif;
}
.cms-troubleshooting .grid-full ul {
    padding-left: 0px;
}
.cms-troubleshooting .bullet-image {
    text-align: center;
    margin: 15px 0;
}
.cms-troubleshooting ul.ul-bullet-number-blue li {
    color: #011c30;
}
.product-item-name-mobile {
    display: none;
}
.category-smoke {
    width: 100%;
    float: left;
    /*background-image: url(../images/smoke.png);*/
    background-size: auto 100%;
    background-position: left;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
}
.catalog-category-view .category-smoke {
    width: 100%;
    float: left;
    background-image: url(../images/smoke.png);
    background-size: auto 100%;
    background-position: left;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
}
.category-name.col-md-4 {
    color: #fff;
}
.square {
    height: 140px;
    width: 95%;
    border: 6px solid #fff;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    box-shadow: 0 0 18px 0 rgb(0 0 0 / 25%);
    margin-top: -10px;
}
.square span {
    margin-bottom: 20px;
    font-size: 33px;
    text-align: center;
    line-height: 33px;
}
.pink-name {
    width: 100%;
    position: absolute;
    left: -18px;
    bottom: 10px;
}
.pink-name&gt;span {
    background-color: #11aae6;
    color: #fff;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 17px;
    font-weight: 700;
    display: block;
}
.pink-name::after {
    content: '';
    width: 0;
    display: block;
    border-right: 20px solid #135d7a;
    border-bottom: 15px solid transparent;
}
.flex-center-vert {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
}
.right-info.std.col-md-8.desctop-only li {
    margin: 20px 0;
}
.right-info.std.col-md-8.desctop-only li span {
    margin-left: 20px;
    font-size: 18px;
    color: #011c30;
}

.catalog-product-view #product-addtocart-button {
    width: 360px;
    height: 70px;
    border: 5px solid #000;
    border-radius: 30px;
    line-height: initial;
    background-color: #11aae6;
    transition: 300ms ease-in-out,background-color 300ms ease-in-out;
}
.catalog-product-view #product-addtocart-button span{
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    transition: 300ms ease-in-out,background-color 300ms ease-in-out;
    text-transform: initial;
}
.box-tocart .action.tocart:before {
    display: none;
}
.catalog-product-view #product-addtocart-button:hover {
    background-color: #f0f0f0;
    transition: 300ms ease-in-out,background-color 300ms ease-in-out;
}
.catalog-product-view #product-addtocart-button:hover &gt; span {
    color: #000;
    transition: 300ms ease-in-out,background-color 300ms ease-in-out;
}
/*.view-details a.btn-view-details {*/
/*    background-color: #49acd5;*/
/*    color: #fff;*/
/*    border-radius: 30px;*/
/*    display: inline-block;*/
/*    margin: 0;*/
/*    border: 0;*/
/*    overflow: visible;*/
/*    cursor: pointer;*/
/*    font-size: 16px;*/
/*    font-weight: 400;*/
/*    white-space: nowrap;*/
/*    text-align: center;*/
/*    line-height: 45px;*/
/*    padding: 0 25px;*/
/*    transition: color 300ms ease-in-out,background-color 300ms ease-in-out;*/
/*}*/
.view-details a.btn-view-details:hover {
    background-color: #62bce1;
    transition: 0.3s;
}
.catalog-product-view .product-options-bottom .price-box .old-price .price,.catalog-product-view  .product-info-price .price-box .old-price .price {
    font-size: 26px;
    color: #000;
    font-family: Verdana,Geneva,sans-serif;
    font-weight: 400;
}
.catalog-product-view .product-options-bottom .price-box .price,.catalog-product-view  .product-info-price .price-box .price {
    font-size: 26px;
    font-family: Verdana,Geneva,sans-serif;
    color: #11aae6;
    font-weight: 400;
}
.catalog-product-view .product-options-bottom .price-box .old-price, .catalog-product-view .product-info-price .price-box .old-price {
    display: flex;
    margin: 0;
}
.mst-searchautocomplete__autocomplete .old-price:after,
.catalog-product-view .old-price:after {
    content: '/';
    font-size: 20px;
    margin: 0 10px;
    position: relative;
    top: 5px;
    color: #000;
    font-weight: 400;
}
.catalog-product-view .product-options-bottom .price-box,.catalog-product-view  .product-info-price .price-box {
    display: flex;
    padding-top: 30px;
}
.catalog-product-view .product-info-price:before {
    content: 'Price:';
    font-size: 18px;
    font-weight: 600;
    float: left;
    width: 100%;
    margin-bottom: 7px;
    position: absolute;
}
.catalog-product-view .product-info-price {
    display: flex;
    justify-content: space-between;
    /*flex-direction: column;*/
    position: relative;
    margin-bottom: 0;
}
.catalog-product-view .product-info-main .product-info-stock-sku {
    margin-top: -20px;
}
.catalog-product-view .product-options-bottom .price-box, .catalog-product-view .product-info-price .price-box{
    margin-bottom: 30px;
}
.catalog-product-view .product-info-main .product.sku {
    display: none;
}
.catalog-product-view .product-info-main svg#iconmonstr {
    margin-right: 5px;
}
.catalog-product-view .stock.available span {
    font-size: 21px;
    font-weight: 700;
    color: #011c30;
    text-transform: initial;
}
.catalog-product-view .product-add-form .box-tocart .fieldset {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.catalog-product-view .product-add-form .box-tocart .fieldset .qty.field .control {
    width: 100%;
}
.catalog-product-view .product-add-form .box-tocart .fieldset .field.qty {
    width: 215px;
    margin-bottom: 10px;
}
.catalog-product-view .product-add-form .box-tocart .fieldset .field.qty input#qty {
    height: 55px;
    width: 55px;
    border: 2px solid #d5d5d5;
    font-size: 20px;
    color: #888;
    font-weight: 500;
    border-radius: 0;
}
.catalog-product-view .product-add-form .box-tocart .fieldset .field.qty .qty-changer &gt; a {
    height: 55px;
    width: 55px;
    border: 2px solid #d5d5d5;
    background-color: #fff;
}
.catalog-product-view .product-add-form .box-tocart .fieldset .field.qty .qty-changer &gt; a:hover {
    opacity: 0.7;
    background-color: #f5f5f5;
}
.catalog-product-view .qty.field .qty-changer&gt;a::before {
    left: 42%;
    top: 50%;
    width: 18px;
    border-top: 3px solid;
    color: #11aae6;
}
.catalog-product-view .qty.field .qty-changer&gt;a.qty-inc:after {
    left: 48%;
    top: 43%;
    height: 18px;
    border-left: 3px solid;
    color: #11aae6;
}
.catalog-product-view .product-info-main .page-title-wrapper h1.page-title {
    font-size: 24px;
    font-weight: 400;
}
.catalog-product-view .product-add-form .box-tocart {
    padding: 0;
    border: 0;
}
.catalog-product-view.page-layout-3columns .column.main {
    width: 100%;
    position: relative;
}
.catalog-product-view.page-layout-3columns .product.media {
    width: 23%;
    /* float: left; */
}
.catalog-product-view.page-layout-3columns .product-info-main {
    width: 76%;
    display: flex;
    align-items: flex-start;
}
.catalog-product-view.page-layout-3columns .product.media {
    margin-bottom: 25px;
}

.catalog-product-view .product-social-links .product-share{
    display: none;
}
.catalog-product-view .page-title-wrapper.product,
.catalog-product-view .product-info-main .product-add-form {
    width: 49%;
    margin: 0 2%;
}
.catalog-product-view .product-info-main .product-add-form {
    padding: 20px;
    background: #f5f5f5;
    border-radius: 15px;
    margin: 0 1%;
    /*width: 55%;*/
}
.catalog-product-view .product-info-main .attributes-block {
    display: flex;
    justify-content: space-evenly;
    padding: 20px 0;
    border: 1px solid #ccc;
}
.catalog-product-view .product-info-main .attributes-block &gt; div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}
/*.catalog-product-view .product-info-main .attributes-block &gt; div:after*/
.catalog-product-view .product-info-main .attributes-block .slashes {
    /*content: "|";*/
    /*position: absolute;*/
    /*right: -27px;*/
    font-size: 26px;
    font-weight: 200;
    color: #ccc;
}
.catalog-product-view .product-info-main .attributes-block &gt; div.shipping-day:after {
    display: none;
}
.catalog-product-view .product-info-main .attributes-block .colour .attr-result,
.catalog-product-view .product-info-main .attributes-block .attr-title {
    font-weight: 700;
    font-size: 12px;
    color: #011c30;
}
.catalog-product-view .product-info-main .attributes-block .capacity .attr-result {
    font-size: 12px;
}
.catalog-product-view .product-info-main .attributes-block &gt; div.shipping-day {
    flex-direction: row;
}
.catalog-product-view .product-info-main .attributes-block .shipping-day svg#iconmonstr {
    width: 35px;
    margin: 0;
}
.catalog-product-view .product-info-main .attributes-block &gt; div span {
    line-height: 16px;
    text-transform: capitalize;
}
.catalog-product-view .product-info-main .attributes-block .shipping-day span {
    font-size: 12px;
    font-weight: 700;
    max-width: 80px;
    text-align: center;
    color: #011c30;
}
.catalog-product-view .product-info-main .attributes-block .colour .attr-result {
    text-transform: uppercase;
}
.catalog-product-view .product-info-main .attributes-block .pageyield .attr-result {
    font-size: 24px;
    line-height: 24px;
    color: #011c30;
}
.catalog-product-view .product-info-main .attributes-buttons {
    border: 1px solid #ccc;
    padding: 15px 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.attributes-buttons a {
    font-weight: 700;
    font-size: 17px;
    color: #000;
}
.attributes-buttons span {
    color: #ccc;
    font-size: 20px;
}
.product-info-main .page-title-wrapper {
    max-width: 100%;
}
.sticky-product.no-sticky-header .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.sticky-product .sticky-detail {
    width: 75%;
}
.sticky-product .sticky-detail .product-name-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 2%;
    width: 75%;
}
.sticky-product {
    height: 80px;
    background: #f5f5f5;
    box-shadow: 1px 6px 3px -4px #11aae6;
    display: flex !important;
    align-items: center;
    padding: 0;
    overflow: hidden;
    visibility: visible !important;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 300ms;
}
.sticky-product.hide {
    visibility: hidden !important;
    opacity: 0;
    transition: visibility 0s linear 300ms, opacity 300ms;
}
.sticky-product .sticky-image img.product-image-photo.default_image {
    height: 80px;
}
.sticky-product .sticky-image {
    min-width: 80px;
    /* height: 80px; */
    margin-left: 15px;
}
.sticky-product #product-addtocart-button-clone {
    font-size: 24px;
    border: 5px solid #000;
    font-weight: 600;
    width: 320px;
    height: 59px;
    line-height: 52px;
    border-radius: 30px;
    background-color: #11aae6;
    text-transform: initial;
    transition: 0.3s;
    margin-right: 15px;
}
.sticky-product &gt; .container {
    max-width: 100%;
}
.sticky-product .sticky-detail .product-name-area .product-name {
    width: 67%;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    padding-left: 16px;
}
.sticky-product .sticky-detail .product-name-area .product-info-price:before {
    display: none;
}
.sticky-product .sticky-detail .product-name-area .product-info-price {
    flex-direction: row;
}
.sticky-product .sticky-detail .prices-tier {
    display: none;
}
.sticky-product .product-info-price .price-box .old-price .price-container .price {
    font-size: 26px;
    color: #000;
}
.sticky-product #product-addtocart-button-clone:hover {
    background-color: #f0f0f0;
    transition: 0.3s;
}
.sticky-product #product-addtocart-button-clone:hover span{
    color: #000;
}
.catalog-product-view .product-info-main ul.prices-tier.items {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
    border: 2px dashed #11aae6;
    background: #ebebeb;
    clear: both;
    margin: 0;
    /*width: 150px;*/
    width: 175px;
}
.catalog-product-view .product-info-main ul.prices-tier.items li.item {
    margin: 0;
    padding: 0;
    background: initial;
    font-weight: 700;
    font-size: 12px;
    color: #333;
    line-height: 15px;
}
.catalog-product-view .product-info-main ul.prices-tier.items li.item span.price-container.price-tier_price.tax.weee .price {
    color: #11aae6;
    font-size: 12px;
}
.catalog-product-view .product-info-main ul.prices-tier.items li.item strong.benefit {
    color: #ee001c;
    font-weight: 400;
}
.catalog-product-view .product-info-main .prev-next-products {
    position: absolute;
    right: 20px;
    top: -40px;
}
.product.media .page-title {
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
}
.fotorama-item .fotorama__wrap {
    margin-bottom: 0;
}
.fotorama__stage__frame .fotorama__img {
    /*padding: 5px;*/
    width: auto;
    max-height: 100%;
}
.fotorama__stage__frame {
    /*border: 1px solid #f4f4f4;*/
}
.fotorama__stage__shaft {
    width: 100% !important;
}
.fotorama__stage {
    border: 1px solid #f4f4f4;
    padding: 5px;
    margin: 0;
    cursor: move;
}
.product.alert.stock {
    margin: 20px 0;
}
.fotorama__fullscreen-icon {
    display: none;
}
.catalog-product-view .product-info-main .attributes-block .slash-mob-horizonal {
    display: none;
}
.product-info-main .stock.unavailable span {
    color: #f44;
    font-size: 21px;
    font-weight: 700;
    text-transform: initial;
}
.catalog-product-view .full-home-blocks {
    width: 100vw !important;
    margin-left: -webkit-calc( -50vw + 50% );
    margin-left: -moz-calc( -50vw + 50% );
    margin-left: -o-calc( -50vw + 50% );
    margin-left: calc( -50vw + 50% );
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
}
.catalog-product-view .home-blocks&gt;div {
    /*justify-content: center;*/
}
.product_page_message_mobile, .product_page_message_desktop {
    margin-bottom: 20px;
}
.product_page_message_desktop a {
    text-decoration: underline;
    color: #fff;
}
.product_page_message_mobile {
    display: none;
}
.fotorama-grab-cursor, .fotorama__wrap .fotorama__grab {
    cursor: move;
}
.sold-div {
    display: flex;
    align-items: center;
    height: 40px;
}
.sold-div span.sold {
    margin-left: 15px;
    color: #011c30;
    font-size: 12px;
}
.fotorama__nav.fotorama__nav--thumbs {
    /*display: flex;*/
    /*justify-content: center;*/
    text-align: center;
}

.swatch-option.image:not(.disabled):hover, .swatch-option.color:not(.disabled):hover,
.swatch-option.selected {
    outline: 4px solid #000;
    border: 1px solid #fff;
    color: #333;
    /*transition: 0.3s;*/
}
.product-options-wrapper .swatch-attribute-options {
    display: flex;
    justify-content: space-around;
    padding: 0;
    margin: 10px 0 0;
    gap: 0 10px;
}
.swatch-attribute-options:before {
    content: "";
    width: 75%;
    height: 2px;
    background-color: #e5e5e5;
    position: relative;
    bottom: 10px;
    margin: 0 auto;
    box-shadow: 0 0 1px #bbb8b8;
}
.product-options-wrapper .swatch-attribute-options .swatch-option {
    border: 0;
    margin: 10px 0;
}
.product-info-main .product-reviews-summary .rating-summary .rating-result {
    width: 133px;
}
.product-info-main .product-reviews-summary .rating-summary .rating-result:before,
.product-info-main .product-reviews-summary .rating-summary .rating-result&gt;span:before {
    font-size: 19px;
    line-height: 19px;
    height: 19px;
    color: silver;
    letter-spacing: 10px;
}
/*.rating-summary .rating-result&gt;span:before {
    color: #FFD200 !important;
}*/
.product-info-main .product-reviews-summary .rating-summary {
    display: flex;
    align-items: center;
    width: 100%;
    border-top: 2px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    margin: 15px 0 0;
    padding: 12px 0;
}
.product-reviews-summary p.rating-number {
    border: 1px solid #a7a5a1;
    padding: 1px 5px;
    border-radius: 6px;
    margin: 0 0 0 15px;
    font-size: 12px;
    color: #011c30;
}
.product-reviews-summary .rating-summary .label, .table-reviews .rating-summary .label {
    border: 0;
    clip: initial;
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: auto;
    font-size: 14px;
    color: #011c30;
    margin-right: 10px;
}
.product-info-main .product-reviews-summary:after {
    display: none;
}
.product-info-main .product-reviews-summary .reviews-actions {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}
.product-info-main .product-reviews-summary .reviews-actions a {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
}
.product-info-main .product-reviews-summary .reviews-actions a:not(:last-child)::after {
    border-left: 1px solid #11aae6;
    top: initial;
}
.product-info-main .product-reviews-summary .reviews-actions a.add {
    color: #11aae6;
    text-transform: uppercase;
    font-weight: 700;
}
.review-list .block-title strong {
    border-bottom: 3px solid;
    border-color: #3085c9;
    color: #3085c7;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 4px;
    font-family: Open Sans;
    text-transform: capitalize;
}
p.review-heading {
    border-bottom: 1px solid #e3e3e4;
    padding-bottom: 15px;
    color: #3085c8;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
p.review-heading .review-sine {
    color: #fff;
    background-color: #3085c8;
    margin-left: 4px;
    border-radius: 15px;
    padding: 7px;
    font-size: 11px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    line-height: 11px;
}
.write-review-info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}
.write-review-btn {
    background-color: #a2a2a3;
    padding: 3px 15px;
    cursor: pointer;
    transition: 0.3s;
}
.write-review-btn:hover {
    background-color: #737373;
    transition: 0.3s;
}
.write-review-btn span:before {
    background-image: url(../images/po-icon.png);
    background-repeat: no-repeat;
    content: '';
    background-size: 100%;
    width: 20px;
    height: 18px;
    margin-right: 2px;
}
.write-review-btn span {
    font-family: Open Sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-size: 14px;
    line-height: 23px;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
#product-review-container {
    width: 73%;
}
.write-review-info .rating-block span {
    color: #a2a2a2;
    font-family: Open Sans;
    font-style: normal;
    font-size: 14px;
}
#product-review-container .rating-block {
    display: flex;
    align-items: center;
}
#product-review-container .rating-block .rating-summary.item {
    margin-right: 15px;
}
#product-review-container .rating-block .rating-summary .rating-result {
    width: 140px;
}
.review-control-vote label:before, .review-control-vote:before,
#product-review-container .rating-block .rating-summary .rating-result &gt; span:before,
#product-review-container .rating-block .rating-summary .rating-result:before {
    font-size: 25px;
    height: 25px;
    line-height: 25px;
    letter-spacing: 5px;
}
#customer-reviews .review-add {
    display: none;
    padding: 20px 0;
    margin: 30px 0;
    border-top: 1px solid #e3e3e3;
}
.write-review-label {
    font-size: 15px;
    color: #a2a2a3;
    padding: 20px 7px 8px 0;
    font-weight: 400;
    margin-bottom: 0;
}
.field.choice.review-field-rating {
    margin-bottom: 16px;
    padding-top: 5px;
    font-size: 13px;
    color: #a2a2a3;
}
.review-control-vote:before {
    color: #FFD200;
}
.review-form .fieldset&gt;.field input {
    height: 32px;
}
.review-form {
    max-width: 100%;
}
.review-form .action.submit.primary {
    background-color: #3085c7;
    color: #fff;
    font-weight: 400;
    border: none;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    padding: 10px 50px;
    height: auto;
    letter-spacing: 1px;
}
.review-form .action.submit.primary:hover {
    background: #26649f;
}
.review-form .actions-toolbar.review-form-actions {
    margin: 30px 0 0;
    padding-top: 10px;
    border-top: 1px solid #e5e5e5;
}
.review-form .actions-toolbar .actions-primary {
    float: right;
}
.review-ratings~.review-content, .review-ratings~.review-details {
    margin: 0;
}
.review-top-info {
    display: flex;
    justify-content: space-between;
}
.review-title-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.review-title-circle {
    width: 45px;
    height: 45px;
    margin-right: 8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #83b6dc;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}
.review-title-circle span:after {
    content: "\f058";
    font-family: 'Font Awesome 5 Free';
    color: #1CC286;
    background-color: #fff;
    border-radius: 50%;
    width: 17px;
    height: 18px;
    line-height: 18px;
    font-size: 16px;
    position: absolute;
    bottom: 1px;
    right: -2px;
    padding-left: 0.5px;
}
.review-author .review-details-value {
    color: #3085c8;
    font-weight: bold;
    font-size: 12px;
    text-transform: none;
}
.review-author .verified-buyer {
    color: #a2a2a3;
    font-size: 12px;
    padding-left: 7px;
}
.review-date time.review-details-value {
    padding: 0;
    font-size: 12px;
    color: #a2a2a3;
    border: none;
    font-weight: 400;
    font-family: inherit;
}
.review-content-block {
    margin-left: 53px;
    margin-top: 9px;
}
.review-content-block .review-title {
    margin: 0 0 6px;
    color: #4f4f4d;
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
}
ol.items.review-items {
    border-top: 1px solid #e7e7e7;
    margin-top: 15px;
}
.review-top-info .rating-summary .rating-result {
    width: 100px;
}
.review-top-info .rating-summary .rating-result&gt;span:before,
.review-top-info .rating-summary .rating-result:before {
    font-size: 19px;
    height: 19px;
    line-height: 19px;
}

.review-content {
    color: #4f4f4d;
    font-size: 14px;
}
.product-info-main .product-reviews-summary {
    margin-bottom: 0;
}

#customer-reviews .rating-summary .rating-result:before {
    color: #fff;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFD200;
}
.product.info.detailed .additional-attributes {
    width: 75%;
    padding: 30px 6%;
    border: 1px solid #11aae6 !important;
    border-collapse: unset;
}
#product-attribute-specs-table tbody{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20%;
    grid-auto-flow: column;
    grid-template-rows: repeat(4, 1fr);
}

#product-attribute-specs-table tbody tr {
    padding: 5px 0;
    display: flex;
    align-items: center;
}
.product.info.detailed .additional-attributes&gt;tbody&gt;tr&gt;th {
    padding: 0;
    font-weight: 700;
    font-size: 13px;
    line-height: 13px;
    color: #011c30;
}
.product.info.detailed .additional-attributes&gt;tbody&gt;tr&gt;td {
    text-align: right;
    font-size: 12px;
    padding: 0;
    color: #011c30;
    line-height: 13px;
}
.product-item-inner-first .product-reviews-summary {
    width: 100%;
    margin: 20px 0 !important;
}
.product-item-inner-first .product-reviews-summary .rating-summary {
    display: flex;
    align-items: center;
    padding: 0 20px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
    justify-content: space-between;
    height: 50px;
}

.product-item .rating-summary .rating-result {
    width: 122px;
}
.product-item .rating-summary .rating-result &gt; span:before,
.product-item .rating-summary .rating-result:before {
    letter-spacing: 0.4em;
    width: 19px;
    height: 19px;
    font-size: 19px;
    line-height: 19px;
}
.catalog-product-view .catalog-review-count,
.catalog-product-view .rating-separator {
    display: none;
}

.product-item .rating-summary .rating-separator {
    color: #11aae6;
    margin: 0 15px;
}
.product-item .product-reviews-summary p.rating-number {
    margin: 0;
}
.product-item-inner-first {
    display: grid;
}
.catalog-review-count {
    font-size: 12px;
    color: #000;
    white-space: nowrap;
}
.custom-tabs .tab-name {
    background: #ebebeb;
    padding-left: 40px;
    font-weight: 700;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    cursor: pointer;
    margin-bottom: 30px;
    color: #011c30;
}
.custom-tabs .tab-name .expand-text {
    height: 60px;
    padding: 0 50px;
    background: #2c2d48;
    color: #fff;
    display: flex;
    align-items: center;
}
.custom-tabs .tab-name .expand-text:after {
    content: '';
    width: 9px;
    height: 9px;
    border-top: 3px solid #11aae6;
    border-right: 3px solid #11aae6;
    position: relative;
    top: -2px;
    left: 15px;
    transition: transform .4s;
    transform: rotate(
            135deg );
    margin-top: 7px;
}
.custom-tabs .tab-name.active .expand-text:after {
    transform: rotate(
            -45deg );
}
.custom-tabs .tab-info {
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
    padding: 10px 30px 30px;
}
.custom-tabs .tab-info h2 {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 400;
    text-align: left;
}
.compatibleprinters-tab ul {
    column-count: 4;
    background-color: transparent;
    padding: 0 20px 45px 0;
    list-style: none;
    margin-top: -20px;
}
.compatibleprinters-tab ul li {
    margin-bottom: 10px;
}
.compatibleprinters-tab ul li a {
    color: #000;
    font-size: 16px;
}
.compatibleprinters-tab ul li a:hover {
    text-decoration: underline;
}
#tab-label-additional {
    border: 0;
    margin-top: 30px;
}
#tab-label-additional a {
    font-weight: 600;
    font-size: 19px;
    line-height: 29px;
    text-transform: capitalize;
    pointer-events: none;
}
.product.data.items&gt;.item.content {
    border-top: 0;
}
.product.info.detailed {
    padding: 0 15px;
    margin-bottom: 20px;
}
/*for scrolling*/
#compatibleprinters-tab,
#desc-custom-tab {
    padding-top: 80px;
    margin-top: -80px;
}
.product.data.items .item.title.active a:after {
    display: none;
}
#tab-label-additional {
    padding: 0;
    margin-top: 10px;
    pointer-events: none;
}
.product.data.items&gt;.item.content {
    padding: 10px 0 15px;
}
.review-toolbar {
    border: 0;
    background: inherit;
}
.block.upsell .product-item-info .old-price {
    display: none;
}
.block.upsell .product-item-info .product.name.product-item-name a.product-item-link {
    font-size: 15px;
    font-weight: 700;
    height: inherit;
    display: inherit;
}
.block.upsell .product-item-info .product.name.product-item-name {
    padding: 0;
    height: 60px;
    overflow: hidden;
    line-height: 20px;
    text-align: center;
}
.block.upsell .product-item-info button.action.tocart {
    margin-left: 18px;
    width: 130px;
    font-size: 13px;
    float: left;
    line-height: 43px;
    height: 43px;
    text-transform: uppercase;
}
.block.upsell .product-item-info .price {
    color: #848484;
    font-size: 15px;
    text-align: center;
}
.block.upsell .product-item-info .rating-summary .rating-result:before,
.block.upsell .product-item-info .rating-summary .rating-result&gt;span:before {
    width: 13px;
    height: 14px;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 14px;
}
.block.upsell .product-item-info .rating-summary .rating-result&gt;span:before {
    color: #000 !important;
}
.block.upsell .product-item-info .rating-summary .rating-result {
    width: 68px;
}
.block.upsell .product-item-info .reviews-actions {
    display: block;
}
.block.upsell .product-item-info .product-reviews-summary.short {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px 0 20px;
}
.block.upsell .product-item-info .reviews-actions {
    margin-left: 10px;
    font-size: 12px;
    line-height: 23px;
    color: #000;
}
.block.upsell #block-upsell-heading {
    text-transform: initial;
    font-size: 24px;
    font-weight: 400;
}
.block.upsell .upsell-cart-box {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
}
.block.upsell .upsell-cart-box input.qty {
    width: 40px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    padding: 0;
    border-width: 2px;
    border-style: inset;
    border-color: rgb(59, 59, 59);
    border-radius: 0;
}
.block.upsell .products-slider.owl-carousel .product-item {
    display: block !important;
}

.swatch-option.image {
    position: relative;
    overflow: visible;
}
.swatch-option.image .tooltip-top {
    min-width: 200px;
    top: -10px;
    left: 50%;
    transform: translate(-50%,-100%);
    padding: 10px 20px;
    background-color: #eee;
    border-radius: 8px;
    position: absolute;
    z-index: 99999999;
    box-sizing: border-box;
    box-shadow: 0 1px 8px rgb(0 0 0 / 50%);
    /* visibility: hidden; */
    /* opacity: 0; */
    transition: opacity .8s;
}
.swatch-option.image .tooltip-top p {
    font-size: 13px;
    text-align: left;
    line-height: 15px;
    font-weight: 400;
    color: #444;
    margin: 0;
}
.swatch-option.image .tooltip-top p span {
    text-align: center;
    color: #11aae6;
    font-weight: bold;
}
.swatch-option.image .tooltip-top i {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -12px;
    width: 24px;
    height: 12px;
    overflow: hidden;
}
.swatch-option.image .tooltip-top i:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    left: 50%;
    transform: translate(-50%,-50%) rotate(
            45deg);
    background-color: #eee;
    box-shadow: 0 1px 8px rgb(0 0 0 / 50%);
}

.block.upsell.porto-products {
    /*width: 100vw !important;*/
    /*margin-left: -webkit-calc( -50vw + 50% );*/
    /*margin-left: -moz-calc( -50vw + 50% );*/
    /*margin-left: -o-calc( -50vw + 50% );*/
    /*margin-left: calc( -50vw + 50% );*/
    padding-top: 20px;
}
.block.upsell .owl-carousel .owl-nav {
    top: -35px;
}
.block.upsell .owl-carousel .owl-nav .owl-prev {
    right: 35px;
    left: inherit;
}
.block.upsell .owl-carousel .owl-nav button[class*='owl-'] {
    background-color: #11aae6;
    color: #fff;
    border-radius: 0;
    width: 30px;
    height: 30px;
    padding: 0;
    transition: 0.3s;
}
.block.upsell .owl-carousel .owl-nav button[class*='owl-']:hover {
    background-color: #333;
    transition: 0.3s;
}
.block.upsell .stock.unavailable {
    line-height: 40px;
}
.product-options-wrapper .swatch-attribute-label {
    display: none;
}
.product-info-stock-sku .configurable-variation-qty {
    display: none !important;
}
.product-options-wrapper .swatch-attribute-options:after {
    display: none;
}
.checkout-index-index .checkout-header {
    width: 100%;
    margin: 10px 0 0;
}
.checkout-index-index .checkout-header .title {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    margin-bottom: 30px;
    font-family: inherit;
}
.checkout-index-index .checkout-header .description {
    display: inline-block;
    color: #11aae6;
    font-size: 18px;
    padding: 15px 0 15px 20px;
    border: 1px solid #d6d6d6;
    width: 65.99%;
    font-weight: 700;
    margin-bottom: 35px;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes {
    margin: 20px 0 15px;
}
#checkout .checkout-header .authentication-wrapper.authentication-wrapper-clone {
    display: flex;
}
.checkout-header .authentication-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #252733;
    padding: 2px 0;
    border: 1px solid #d6d6d6;
    width: 34%;
    text-align: center;
    border-width: 1px 1px 1px 0;
    margin: 0;
}
.am-checkout.-modern .opc-estimated-wrapper {
    display: none;
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle {
    background: unset;
    color: #11aae6;
    font-weight: 700;
    text-transform: lowercase;
    text-decoration: underline;
    padding: 0;
    margin: 0 0 0 5px;
}
.am-checkout.-modern .checkout-payment-method .amcheckout-title,
.am-checkout.-modern .step-title.amcheckout-title {
    border: 2px solid #000;
    font-size: 18px;
    padding: 15px 0 15px 20px;
    background-color: #f5f5f5;
    color: #454545;
    border-radius: 5px 5px 0 0;
}
.am-checkout.-modern .step-number {
    font-weight: 900;
    font-size: 18px;
    border-right: 1px solid #fff;
    padding-right: 14px;
    margin-right: 15px;
}

.am-checkout.-modern .field-tooltip .field-tooltip-action {
    display: none;
}
.am-checkout.-modern .field .control._with-tooltip input {
    width: 100%;
}
.am-checkout.-modern .field-tooltip .field-tooltip-action {
    display: none;
}
.amcheckout-step-container .fieldset&gt;.field&gt;.label, .amcheckout-step-container .fieldset&gt;.fields&gt;.field&gt;.label {
    font-size: 17px;
    font-weight: 700;
    margin: 25px 0 10px 0;
}
.amcheckout-step-container&gt;li {
    list-style: none;
    border: 1px solid #d6d6d6;
    border-radius: 6px 6px 5px 5px;
    margin-bottom: 30px;
}
.am-checkout.-modern .field .control._with-tooltip input {
    width: 100%;
}
.amcheckout-step-container .amcheckout-title+.amcheckout-content&gt;.amcheckout-wrapper {
    padding: 20px;
}
.amcheckout-step-container .fieldset&gt;.field &gt; .control {
    /*width: 90%;*/
    /*margin: 0 auto;*/
}
.amcheckout-step-container .amcheckout-form-login, .amcheckout-step-container .form-login {
    margin-bottom: 10px;
}
fieldset.street .field[name="shippingAddress.street.0"] label {
    display: none;
}
.amcheckout-step-container .fieldset select.select {
    text-overflow: ellipsis;
    font-size: 15px;
    color: #333;
}
.opc-block-summary .items-in-cart&gt;.title {
    padding: 0 2em 0.5em 0;
}
.opc-block-summary {
    border: 0
}
.amcheckout-step-container {
    border-radius: 6px;
}
.opc-block-summary .product-item .product .product-image-container {
    width: 90px !important;
    height: 90px !important;
    padding: 0;
    border: 0;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details dl.item-options {
    /*display: flex;*/
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.amcheckout-step-container .amcheckout-summary-container .field.configurable {
    width: 100%;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details dl.item-options dt.label {
    margin-right: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-name {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: inherit;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details {
    padding-left: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner {
    align-items: flex-start;
    flex-direction: column;
    margin: 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner .subtotal {
    position: relative;
    top: 1px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner .qty-price-block .price-subtotal-block {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner .qty-price-block .price-subtotal-block .price-subtotal-label {
    margin-right: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .minicart-items-wrapper {
    overflow: hidden;
    max-height: 100%;
}
.amcheckout-step-container .amcheckout-summary-container .table-totals tr.totals.sub {
    text-transform: uppercase;
}
.opc-block-summary .table-totals .grand strong {
    font-size: 18px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .product {
    padding-bottom: 0;
}
.block-authentication .actions-toolbar a.action.action-remind {
    margin: 0;
    color: #000;
    font-size: 14px;
}
.block-authentication .block-title {
    margin-bottom: 5px;
}
.block-authentication .field {
    margin-bottom: 10px;
}
.block-authentication .field .label {
    margin-bottom: 0;
}
.block-authentication .fieldset {
    margin-bottom: 20px;
}
.block-authentication .actions-toolbar&gt;.primary .action {
    background-color: #999;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #999;
    min-width: 140px;
    border-radius: 30px;
    height: 45px;
    line-height: 45px;
    text-transform: uppercase;
    transition: 0.3s;
}
.block-authentication .actions-toolbar&gt;.primary .action:hover {
    background-color: #11aae6;
    border: 1px solid #11aae6;
    transition: 0.3s;
}
.popup-authentication .form.form-login .field-tooltip .field-tooltip-content {
    left: inherit;
    right: 35px;
    top: -12px;
}
.popup-authentication .form.form-login .field-tooltip .field-tooltip-content:before,
.popup-authentication .form.form-login .field-tooltip .field-tooltip-content:after {
    transform: rotate(180deg);
    left: inherit;
    right: -21px;
    top: 15px;
}
.opc-block-summary .mark span.label {
    display: none;
}
.opc-block-summary .mark .value {
    color: inherit;
}
.opc-block-summary .table-totals .grand .mark {
    font-size: 17px;
}
.opc-block-summary .table-totals .grand th {
    padding: 6px 0;
}
.cart-totals tbody tr:last-child td, .opc-block-summary .table-totals tbody tr:last-child td {
    padding-bottom: 6px;
}
.amcheckout-step-container .form-discount .actions-toolbar .action {
    background: #11aae6;
    border: 1px solid #11aae6;
    border-radius: 30px;
    line-height: 13px;
    height: 40px;
    text-transform: uppercase;
    transition: 0.3s
}
.amcheckout-step-container .form-discount .actions-toolbar .action:hover {
    background: #fff;
    color: #11aae6;
    transition: 0.3s
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary&gt;.checkout-payment-method .actions-toolbar .amasty.checkout {
    width: 100%;
    height: 75px;
    border: 5px solid #000;
    border-radius: 30px;
    background-color: #11aae6;
    font-size: 18px;
    font-weight: 700;
    transition: 0.3s;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary&gt;.checkout-payment-method .actions-toolbar .amasty.checkout:hover {
    background-color: #fff;
    color: #000;
    transition: 0.3s;
}
.amcheckout-step-container fieldset#customer-email-fieldset label.label {
    margin-top: 0;
}
.amcheckout-step-container button.action.login.primary {
    border: 2px solid #11aae6;
    background-color: #fff;
    color: #11aae6;
    border-radius: 40px;
    padding: 10px 2em;
    transition: 0.3s;
}
#shipping .amcheckout-wrapper button.action {
    color: #fff;
}
.amcheckout-step-container button.action.login.primary:hover {
    background-color: #11aae6;
    color: #fff;
    transition: 0.3s;
}
.amcheckout-step-container .form-login .action.remind span {
    color: #222529;
    font-weight: 500;
    font-size: 14px;
    transition: 0.3s;
}
.amcheckout-step-container .form-login .action.remind span:hover {
    color: #11aae6;
    transition: 0.3s;
}
.amcheckout-step-container .field-error {
    font-size: .9em;
    background-color: rgba(250,235,231,.7);
    color: #000;
    border-left: 3px solid #df280a;
    line-height: 27px;
    padding-left: 5px;
    margin-top: 2px;
    font-weight: 400;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary {
    border-bottom: 0;
}
.amcheckout-step-container .checkout-payment-method.submit {
    position: relative;
    top: 20px;
    margin-top: -20px;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    margin: 15px 0 10px;
}
aside.modal-custom.authentication-dropdown.custom-slide .modal-inner-wrap {
    background-color: #fff;
}

.amcheckout-step-container .amcheckout-summary-container .field.configurable label.label {
    display: none;
}
.amcheckout-step-container .amcheckout-summary-container .details-price-amcheckout {
    /*display: flex;*/
    /*align-items: center;*/
}
.amcheckout-step-container .amcheckout-summary-container .details-price-amcheckout &gt; .label {
    margin-right: 10px;
    float: left;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner .subtotal {
    float: left;
    top: 3px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner .amrec-subtotal {
    text-align: left;
    margin-bottom: 5px;
    width: 100% !important;
}
.opc-block-summary .table-totals tbody tr:last-child td {
    padding: 6px 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details-qty-price {
    margin-top: 10px;
}
.minicart-items .product-item-details .product.options.list {
    /*display: flex;*/
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.minicart-items .product-item-details .product.options dd, .minicart-items .product-item-details .product.options dt {
    line-height: 20px;
    margin: 3px 3px 3px 0;
}
.cart.table-wrapper .product-item-name+.item-options dt, .cart.table-wrapper .product-item-name+.item-options dd {
    margin-bottom: 0;
    margin-top: 0 !important;
}
.cart.table-wrapper .product-item-name+.item-options {
    padding: 5px;
    border: 2px solid #11aae6;
    /*display: inline-flex;*/
    border-radius: 4px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty .qty {
    height: 24px;
    line-height: 14px;
    width: 50px !important;
    padding: 0px 0 0px 8px;
    font-size: 14px;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty .qty::-webkit-inner-spin-button {
    opacity: 1;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty-options-block {
    /*display: flex;*/
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 35px;
    width: 100%;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .product.options .control select {
    height: 24px;
    font-size: 14px;
    padding: 0 10px;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin: 0;
    flex: 0 0 50%;
    width: 100%;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-name-block {
    margin: 0 20px 0 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout {
    border: 2px solid #11aae6;
    background-color: #fff;
    color: #11aae6;
    border-radius: 40px;
    padding: 5px 25px;
    transition: 0.3s;
    font-weight: 500;
    font-size: 12px;
    height: 35px;
    margin: 2px 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout:hover {
    background-color: #11aae6;
    color: #fff;
    transition: 0.3s;
}
.amcheckout-step-container .payment-method-content .mage-error {
    font-size: 0.9em;
}
.block.block-amazon-login .amazon-button-container,
.block.block-amazon-login {
    margin: 0;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-payment-methods .payment-method:first-of-type {
    order: 1;
    margin-top: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete:hover {
    color: #08c;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete:hover,
.amcheckout-step-container .amcheckout-summary-container .product-item .delete {
    background-image: unset;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete:before {
    content: '\f81a';
    font-family: 'porto-icons';
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete {
    bottom: unset;
    top: -5px;
}
.checkout-billing-address .billing-address-same-as-shipping-block label {
    font-size: 15px;
}
.amcheckout-step-container .payment-method-content .field .label {
    font-size: 15px;
    margin: 5px 0 10px;
}
.amcheckout-step-container .payment-method-content .field[name="billingAddresspayflowpro.street.0"] label.label {
    display: none;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method .payment-method-content {
    padding: 0 20px !important;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar&gt;.primary {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar&gt;.primary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    float: none !important;
    padding: 0 !important;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar&gt;.primary .action-update,
.amcheckout-step-container .checkout-billing-address .actions-toolbar&gt;.primary .action-cancel {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    width: 45%;
    border: 1px solid #11aae6;
    border-radius: 25px;
    margin: 0;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar&gt;.primary .action-update {
    background-color: #11aae6;
    color: #fff;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar&gt;.primary .action-update:hover {
    background-color: #fff;
    color: #11aae6;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar&gt;.primary .action-cancel {
    margin: 0;
    background-color: #fff;
    color: #11aae6;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar&gt;.primary .action-cancel:hover {
    background-color: #11aae6;
    color: #fff;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar&gt;.primary .action,
.amcheckout-step-container .checkout-billing-address .actions-toolbar&gt;.primary .action:hover {
    transition: 0.3s
}
.amazon_login-login-validate .block-amazon-validate button.action.submit {
    border: 1px solid #11aae6;
    border-radius: 30px;
    background-color: #11aae6;
    font-size: 15px;
    padding: 5px 35px;
    font-weight: 700;
    transition: 0.3s;
    height: 40px;
    line-height: 12px;
    margin-top: 2px;
}
.amazon_login-login-validate .block-amazon-validate button.action.submit:hover {
    background-color: #fff;
    color: #11aae6;
}
.amrec-subscription-info {
    margin-top: 0;
    padding: 0 25px;
}
.amrec-purchase-option {
    margin-bottom: 10px;
    padding: 0 20px;
}
.product-options-wrapper .amrec-purchase-option {
    padding: 0;
    margin-top: 10px;
}
.amrec-subscription-options {
    margin-top: 0;
    padding: 0 25px;
}
.amrec-subscription-info td.amrec-cell {
    padding: 5px;
}
.amrec-cycle-container .amrec-title {
    margin: 20px 0px 15px;
}
.amrec-tooltip {
    display: none;
}
.cart.table-wrapper .product-item-name+.item-options:before, .cart.table-wrapper .product-item-name+.item-options:after {
    display: none;
}

dt.hide-noUsable-sub-options[dataLabel="Free Trials"],
dt.hide-noUsable-sub-options[dataLabel="Free Trials"] + dd,
dt.hide-noUsable-sub-options[dataLabel="Free Shipping on This Product"],
dt.hide-noUsable-sub-options[dataLabel="Free Shipping on This Product"] + dd,
dt.hide-noUsable-sub-options[dataLabel="Subscription Start Date"],
dt.hide-noUsable-sub-options[dataLabel="Subscription Start Date"] + dd,
dt.hide-noUsable-sub-options[dataLabel="Subscription End Date"],
dt.hide-noUsable-sub-options[dataLabel="Subscription End Date"] + dd {
    display: none !important;
}
.amrec-subscriptions-grid .amrec-name:after {
    display: none;
}

.amrec-subscription-cancel .amrec-button.-confirm {
    background: #11aae6;
    color: #fff;
    border: 1px solid #11aae6;
    border-radius: 25px;
    height: 41px;
    line-height: 10px;
    transition: 0.3s;
}
.amrec-subscription-cancel .amrec-button.-confirm:hover {
    background: #fff;
    color: #11aae6;
    transition: 0.3s;
}
.amrec-subscription-cancel .amrec-button.-cancel {
    border: 1px solid #11aae6;
    border-radius: 25px;
    height: 41px;
    line-height: 10px;
    transition: 0.3s;
}
.amrec-subscription-cancel .amrec-button.-cancel:hover {
    background: #11aae6;
    color: #fff;
    transition: 0.3s;
}
.amasty_recurring-customer-subscriptions .amrec-subscription-cancel .amrec-wrapper {
    text-align: center;
}
.amasty_recurring-customer-subscriptions .amrec-subscriptions-grid .amrec-details {
    display: none;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__index.popular .mst-searchautocomplete__index-title {
    font-size: 12px;
    text-transform: capitalize;
}
.mst-searchautocomplete__autocomplete ul li.magento_catalog_product {
    padding: 5px 20px 5px 5px;
    border-top: 1px solid #f6f6f6;
    margin: 5px 0;
}

.mst-searchautocomplete__index.popular ul li a {
    font-size: 12px;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__index-title &gt; span {
    font-size: 11px;
    margin-right: 2px;
}
.mst-searchautocomplete__index .mst-searchautocomplete__index-title {
    display: flex;
    justify-content: flex-end;
    text-transform: capitalize;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px;
    background-color: #f7f7f6;
    margin: 0;
}
.mst-searchautocomplete__item.magento_catalog_product .title a:hover {
    text-decoration: none;
}
.mst-searchautocomplete__autocomplete span.normal-price .price,
.mst-searchautocomplete__autocomplete span.special-price .price {
    color: #11aae6;
    margin: 0;
}
.mst-searchautocomplete__autocomplete span.old-price {
    display: flex;
    align-items: center;
    margin: 0;
}
.mst-searchautocomplete__item.magento_catalog_product .price .price-label {
    display: none;
}
.mst-searchautocomplete__autocomplete span.old-price:after {
    top: 0;
    font-size: 21px;
    color: #11aae6;
}
.mst-searchautocomplete__autocomplete span.old-price span.price {
    font-size: 18px;
}
.mst-searchautocomplete__autocomplete .price-box.price-final_price {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.mst-searchautocomplete__item.magento_catalog_product._active .title a{
    text-decoration: none;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__spinner {
    top: 10px;
    right: 0;
    left: 0;
    margin: auto;
}
.mst-searchautocomplete__item.magento_catalog_product .description {
    display: none;
}
.mst-searchautocomplete__data {
    display: flex;
    flex-direction: column;
}
.mst-searchautocomplete__data .mst-searchautocomplete__index.magento_catalog_product {
    order: 2;
}
.mst-searchautocomplete__data li.mst-searchautocomplete__item.magento_catalog_category {
    text-align: left;
    padding: 5px;
    border: 1px solid #e2e2e2;
    margin-bottom: 5px;
}
.mst-searchautocomplete__data li.mst-searchautocomplete__item.magento_catalog_category a {
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}
.mst-searchautocomplete__autocomplete ul li._active a.title,
.mst-searchautocomplete__data li.mst-searchautocomplete__item.magento_catalog_category a:hover {
    text-decoration: none;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all a {
    font-size: 13px;
}
.mst-searchautocomplete__wrapper .mst-searchautocomplete__index.magento_catalog_product &gt; ul::-webkit-scrollbar {
    width: 6px;
}
.mst-searchautocomplete__wrapper .mst-searchautocomplete__index.magento_catalog_product &gt; ul::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    border-radius: 22px;
}
.mst-searchautocomplete__item.magento_catalog_product .mst-product-image-wrapper {
    width: 80px;
    height: 80px;
}
.mst-searchautocomplete__item.magento_catalog_product .mst-product-image-wrapper img {
    width: 100%;
    height: inherit;
}
.mst-searchautocomplete__item.magento_catalog_product .title a {
    font-size: 16px;
}
.page-wrapper .mst-searchautocomplete__wrapper .mst-searchautocomplete__item span,
.mst-searchautocomplete__show-all span {
    position: relative !important;
    width: inherit !important;
    margin: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    height: inherit !important;
}
.checkout-onepage-success #registration a.action.primary {
    background: #11aae6;
    color: #fff;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
    transition: 0.3s;
}
.checkout-onepage-success #registration a.action.primary:hover {
    opacity: .8;
    transition: 0.3s;
}
.minicart-place.hide {
    width: 71px;
    display: block !important;
}
.catalog-product-view .gallery-placeholder__image {
    padding: 7px 14px;
    max-height: 307px;
}


@media (min-width: 1366px){
    .sticky-product .sticky-detail .product-name-area .product-name {
        padding-left: 4%;
    }
}
@media (min-width: 1199px){
    .category-smoke {
        height: 281px;
    }
    .cms-page-view .category-smoke img {
        height: 281px;
    }
    .category-smoke {
        border-top: 0;
    }
    .products-list .product-item-photo .product-item-name a.product-item-link,
    .products-list .product-item-details .product-item-name a.product-item-link{
        margin: 0 auto 20px;
    }
}
@media (min-width: 768px){
    .cms-faq .category-smoke {
        background-image: url(../images/faq.jpg);
        background-position: left;
        background-size: auto 100%;
        color: #fff;
    }

    .cms-faq .category-description {
        color: #fff;
    }
    .cms-faq .category-smoke {
        height: 280px;
    }
    .cms-price-match-guarantee .category-smoke,.cms-privacy-policy .category-smoke,.cms-terms .category-smoke,.cms-recycle-cartridges .category-smoke {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 1199px){
    .cms-about-us .grid-full table {
        width: 100%!important;
    }
    .products-list .product-item-photo .product-item-name a.product-item-link,
    .products-list .product-item-details .product-item-name a.product-item-link {
        text-align: center;
    }
    .catalog-product-view .gallery-placeholder__image {
        max-height: 204px;
    }
}
@media (min-width: 991px) and (max-width: 1199px) {
    .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method .payment-method-content {
        padding: 0 15px !important;
    }
}
@media (min-width: 991px){
    .brand-search .category-name {
        justify-content: space-between;
        align-items: flex-start;
        padding: 0 0 40px;
    }
    .under-image {
        margin-left: 0;
    }
    .brand-search .img {
        margin-left: 40px;
        margin-top: 30px;
    }
    .brand-search {
        max-height: 309px;
        height: 31vw;
    }
    .catalog-category-view .category-smoke {
        height: 240px;
    }
    .category-name.col-md-4 {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        min-width: 420px;
    }
    .category-smoke .category-name.col-md-4 {
        min-width: unset;
    }
    .right-info.std.col-md-8.desctop-only {
        padding-left: 20%;
        height: 100%;
    }
    .category-smoke {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media (min-width: 768px){
    .catalog-category-view .category-smoke {
        border-top: 0;
    }
}
@media (max-width: 991px){
    .checkout-index-index .checkout-header {
        margin: 0;
    }
    .checkout-index-index .checkout-header .title {
        margin-bottom: 10px;
    }
    .checkout-index-index .am-checkout {
        margin: 0;
    }
    .checkout-index-index .checkout-header .description {
        width: 66%;
        font-size: 15px;
    }
    .checkout-header .authentication-wrapper {
        width: 34%;
        font-size: 15px;
    }
    .block.upsell #block-upsell-heading {
        font-size: 17px;
        width: 85%;
        display: block;
        line-height: 25px;
    }
    .catalog-product-view .gallery-placeholder__image,
    .fotorama-item .fotorama__wrap {
        max-width: 363px !important;
        margin: 0 auto;
        cursor: default;
    }
    .catalog-product-view .page-wrapper &gt;.breadcrumbs {
        display: none;
    }
    .brand-search {
        background-image: initial;
        flex-direction: column;
        align-items: center;
    }
    .brand-search .category-name {
        align-items: flex-start;
        background-image: url(../images/brand-search.jpg);
        padding: 20px 0;
        background-size: 1099px;
        width: 100%;
        max-width: 100%;
    }
    .brand-search .cat-filter {
        background: rgba(220,220,230,.88);
        width: 100%;
        max-width: 100%;
        padding: 40px 0;
    }
    .brand-search .img, .under-image {
        margin-left: 40px;
        margin-bottom: 10px;
    }
    #layer-product-list {
        max-width: 750px;
        margin: auto;
    }
    .pink-name {
        width: calc(100% + 20px)!important;
        position: initial;
        margin-left: -12px!important;
    }
    .pink-name::after {
        content: '';
        width: 0;
        display: block;
        border-right: 12px solid #860057;
        border-bottom: 12px solid transparent;
    }
    .cms-faq .col-md-6.no-padding-left {
        width: 100%;
        max-width: 100%;
        float: none;
    }
    .cms-faq .col-md-6.no-padding-right {
        width: 100%;
        max-width: 100%;
    }
    .cms-shipping-return .col-md-6.no-padding-left {
        width: 100%;
        max-width: 100%;
        float: none;
    }
    .cms-shipping-return .col-md-6.no-padding-right {
        width: 100%;
        max-width: 100%;
    }
    .tocart-form-class {
        flex-direction: column;
    }
    .product-item-info .product-item-details .product-item-actions .tocart {
        margin-top: 10px;
    }
    .category-smoke {
        background-size: auto 238px;
        background-position: 0 -25px;
    }
    .category-smoke .category-name.col-md-4 {
        padding: 0;
        max-width: 100%;
    }
    .square {
        margin-top: 20px;
        max-width: 260px;
        height: 115px;
        margin-left: 20px;
        margin-bottom: 15px;
    }
    .pink-name {
        width: calc(100% + 20px)!important;
        position: initial;
        margin-left: -12px!important;
    }
    .pink-name::after {
        content: '';
        width: 0;
        display: block;
        border-right: 12px solid #860057;
        border-bottom: 12px solid transparent;
    }
    .desctop-only {
        display: none;
    }

    .catalog-product-view.page-layout-3columns .product.media {
        width: 100%;
    }
    .catalog-product-view.page-layout-3columns .product.media .fotorama__stage {
        margin: auto;
        pointer-events: none;
    }
    .catalog-product-view.page-layout-3columns .product-info-main {
        width: 100%;
    }
    /*.catalog-product-view .product-info-main .attributes-block &gt; div:after {*/
    /*    right: -19px;*/
    /*}*/
    .catalog-product-view .gallery-placeholder__image {
        max-height: 363px;
    }
}

@media (max-width: 1360px){
    .product-options-wrapper .swatch-attribute-options .swatch-option {
        /*width: 182px !important;*/
        /*height: 105px !important;*/
        background-size: 100% !important;
        /*flex: 1 1 47%;*/
    }
    .sticky-product .sticky-detail .product-name-area .product-name {
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
}

@media (max-width: 1200px) {
    .amcheckout-step-container .fieldset&gt;.field&gt;.label, .amcheckout-step-container .fieldset&gt;.fields&gt;.field&gt;.label {
        font-size: 14px;
    }
    .catalog-product-view .product-options-bottom .price-box.hasTier,
    .catalog-product-view .product-info-price .price-box.hasTier{
        flex-direction: column;
        line-height: 25px;
        margin-bottom: 30px;
    }
    .catalog-product-view .price-box.hasTier .old-price:after {
        display: none;
    }
    .catalog-product-view .product-info-main ul.prices-tier.items {
        width: 150px;
    }
    .catalog-product-view .product-info-main .attributes-block &gt; div {
        width: 24%;
        text-align: center;
    }
    .catalog-product-view .product-info-main .attributes-block .slashes {
        width: 5px;
    }
    .sticky-product .sticky-detail .product-name-area{
        width: 75%;
    }
    .sticky-product .sticky-detail .product-name-area .product-name{
        width: 75%;
    }
    .product-options-wrapper .swatch-attribute-options .swatch-option {
        /*margin: 10px 10px 10px 0;*/
        /*width: 131px !important;*/
        /*height: 67px !important;*/
    }
    .catalog-product-view #product-addtocart-button {
        width: 250px;
        height: 60px;
        line-height: 50px;
    }
}

@media (max-width: 991px){
    .sticky-product .sticky-detail .product-name-area {
        /*width: 100%;*/
    }
    .sticky-product .sticky-detail .product-name-area .product-name{
        width: 100%;
        font-size: 13px;
    }
    .sticky-product #product-addtocart-button-clone{
        width: 240px;
        font-size: 22px;
    }
    .sticky-product span.price {
        font-size: 20px !important;
    }
    .catalog-product-view .box-tocart .actions {
        display: flex;
        align-self: stretch;
    }
    .catalog-product-view #product-addtocart-button {
        width: 100%;
    }
    .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary&gt;.checkout-payment-method .actions-toolbar .amasty.checkout {
        width: 95%;
        margin: 0 auto;
        float: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media (max-width: 768px){
    .mst-searchautocomplete__autocomplete .mst-searchautocomplete__close {
        display: none;
    }
    .mst-searchautocomplete__item.magento_catalog_product .title a {
        font-size: 13px;
    }
    .checkout-index-index .checkout-header .description {
        display: none;
    }
    .checkout-header .authentication-wrapper {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
        border-width: 1px;
    }
    .product-options-wrapper .swatch-attribute-options {
        justify-content: center;
    }
    .product-options-wrapper .swatch-attribute-options .swatch-option {
        /*width: 211px !important;*/
        /*height: 110px !important;*/
    }
    .catalog-product-view .home-blocks {
        padding: 0;
    }
    .product.info.detailed {
        margin-bottom: 10px;
    }
    .product-item-inner-first .product-reviews-summary .rating-summary .label {
        display: none;
    }
    .catalog-review-count:before {
        content: '(';
    }
    .catalog-review-count:after {
        content: ')';
    }
    .product.info.detailed .additional-attributes {
        width: 100%;
    }
    #product-attribute-specs-table tbody {
        grid-template-columns: 1fr;
        grid-auto-flow: unset;
        grid-template-rows: unset;
    }
    #product-attribute-specs-table tbody tr:nth-child(4n+5) {
        margin-top: 30px;
        padding-top: 35px;
        border-top: 1px solid #11aae6;
    }
    .product.info.detailed .additional-attributes&gt;tbody&gt;tr&gt;th {
        display: block !important;
        background-color: inherit !important;
    }
    #product-review-container {
        width: 100%;
        margin-top: 30px;
    }
    .product_page_message_mobile{
        display: block;
    }
    .product_page_message_desktop {
        display: none;
    }
    .sticky-product .sticky-image {
        display: none;
    }
    .sticky-product .sticky-detail {
        display: inline-block;
    }

    .sticky-product #product-addtocart-button-clone {
        font-size: 19px;
        height: 45px;
        line-height: 38px;
    }
    .sticky-product .sticky-detail .product-name-area .product-info-price {
        display: none;
    }
    .mobile-sticky .sticky-product {
        padding: 0;
    }
    .catalog-product-view.page-layout-3columns .product-info-main {
        flex-direction: column;
    }
    .catalog-product-view .page-title-wrapper.product, .catalog-product-view .product-info-main .product-add-form {
        width: 100%;
        margin: 8px 0;
    }
    .under-image .info .title {
        text-shadow: 3px 3px #000;
    }
    ul.subCategory-list.thirdLevel {
        column-count: 3;
    }
    .square {
        border-width: 4px;
    }
    .page-wrapper &gt; .breadcrumbs {
        display: none;
    }
    .cms-faq .category-smoke .category-name {
        background-image: url(../images/faq.jpg);
        background-position: left;
        background-size: auto 100%;
        height: 280px;
    }
    .product-info-block {
        flex-direction: column;
    }
    .tocart-form-class {
        flex-direction: row;
    }
    .product-item-info .product-item-details .product-item-actions .tocart {
        margin-top: 0;
    }
    .products-list .product-item-photo {
        margin: 0 auto;
    }
    .button-bs-ad {
        text-align: center;
    }

    .product-item-name-mobile {
        display: block;
    }
    .product-item-name-desktop {
        display: none;
    }
    .products-list .product-item-photo{
        /*display: flex;*/
    }
    .products-list .product-item-photo &gt; a {
        float: left;
        margin-right: 25px;
        display: block;
        width: 35%;
        min-width: 220px;
    }
    .products-list .product-item-photo .product-item-name a.product-item-link {
        text-align: left;
    }
    .products-list .product-item-details {
        margin-top: 20px;
    }
    .product-info-block {
        height: auto;
    }
    .products-list .product-item-photo .product-item-name a.product-item-link, .products-list .product-item-details .product-item-name a.product-item-link {
        margin: 0 auto;
    }
    .product-item-inner-first {
        width: 100%;
        max-width: 400px;
        margin: auto;
    }
    .shipping-stock-block .price-block .price-box.price-final_price {
        flex-direction: column;
    }
    .shipping-stock-block .price-block:before {
        margin-right: 60px;
        margin-left: 35px;
    }
    .shipping-stock-block .price-block {
        width: 80%;
    }
    .shipping-stock-block .price-block .minimal-price-link:before,
    .shipping-stock-block .price-block .special-price:before {
        display: none;
    }
    .shipping-stock-block .price-block &gt; p {
        font-size: 15px;
        margin-bottom: 0;
    }
    .stock-info {
        margin-top: 10px;
    }
    .product-item-inner-first {
        margin-bottom: 10px;
    }
    .shipping-stock-block .price-block .minimal-price-link {
        bottom: -2px;
    }
    .button-bs-ad {
        margin: 60px 0 0;
        padding-top: 20px;
        border-top: 1px solid #ebebeb;
    }
    .button-bs-ad:last-child {
        margin: 0;
        border-top: 0;
    }
    .products-list .product-item:first-child {
        border-top: 0;
        padding-top: 30px;
    }
    .stock-info span {
        /*margin-left: 7px;*/
    }
    .shipping-stock {
        width: 73%;
    }
    .shipping-stock-block .price-block .minimal-price-link .price-wrapper, .price-box .price {
        font-weight: 700;
    }
    .products-list .product-item {
        padding: 20px 0;
    }
    .product-item-inner.configurable-product-block {
        max-width: 400px;
        width: 100%;
        margin-top: 10px;
    }
    .catalog-product-view .product-options-bottom .price-box.hasTier, .catalog-product-view .product-info-price .price-box.hasTier{
        flex-direction: row;
    }
    .catalog-product-view .price-box.hasTier .old-price:after,
    .catalog-product-view .old-price:after {
        display: block;
    }
    .catalog-product-view .product.media .page-title {
        margin-bottom: 15px;
    }
    .mobile-sticky .sticky-product {
        height: 60px;
    }
    .sticky-product #product-addtocart-button-clone {
        width: 200px;
        font-size: 16px;
    }
    .compatibleprinters-tab ul {
        column-count: 3;
    }
    .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)&gt;tbody&gt;tr td[data-th]:before {
        display: none;
    }
    .catalog-product-view .box-tocart .actions {
        align-self: center;
    }
    .catalog-product-view #product-addtocart-button {
        width: 280px;
        height: 60px;
        line-height: 50px;
    }
    .cart.table-wrapper .product-item-name+.item-options dt, .cart.table-wrapper .product-item-name+.item-options dd {
        padding: 5px;
    }
}
@media (max-width: 1200px) {
    .products-list .product-item-details {
        max-width: 100%;
        width: 100%;
    }
    .products-list .product-item-info {
        align-items: center;
        flex-direction: column;
    }
    .products-list .product-item-photo {
        flex: 0;
    }


}

/*@media (min-width: 560px) and (max-width: 768px) {*/

/*}*/


@media (max-width: 560px){
    .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary&gt;.checkout-payment-method .actions-toolbar .amasty.checkout {
        width: 90%;
    }
    .product-options-wrapper .swatch-attribute-options .swatch-option {
        /*width: 173px !important;*/
        /*height: 89px !important;*/
    }
    .compatibleprinters-tab ul {
        column-count: 2;
        padding: 15px 20px 45px 20px;
    }
    .custom-tabs .tab-info {
        padding: 0;
    }
    .custom-tabs .tab-name .expand-text strong {
        display: none;
    }
    .custom-tabs .tab-name .expand-text {
        padding: 0 25px;
    }
    .custom-tabs .tab-name .expand-text:after {
        position: unset;
        margin-top: 0;
    }
    .custom-tabs .tab-name {
        padding-left: 20px;
        height: 50px;
        font-size: 14px;
    }
    .custom-tabs .tab-name .expand-text {
        height: 50px;
    }

    ul.subCategory-list.thirdLevel {
        column-count: 2;
    }
    .view-details a.btn-view-details,
    .product-item-info .product-item-details .product-item-actions .tocart {
        height: 45px;
        line-height: 45px;
        /*width: 136px;*/
        font-size: 16px;
    }
    .tocart-form-class .qty-box a.qtychange, .product-item-inner .qty-box input#qty {
        width: 45px;
        height: 45px !important;
    }
    .product-item-inner .qty-box input#qty {
        height: 43px !important;
    }

    .products-list .product-item-photo {
        flex: 0;
    }
    .products-list .product-item-details .product-item-name a.product-item-link {
        font-size: 20px;
    }

    .shipping-stock {
        width: 63%;
    }

    .product-item-inner {
        margin: 10px 0;
    }
    .button-bs-ad {
        margin: 35px 0 0;
    }
    .page-title.category-title h1 {
        font-size: 21px;
    }

    .stock-info span, .shipping-info span {
        line-height: 18px;
    }
    .shipping-stock-block .price-block .special-price {
        margin-top: 3px;
    }
    .product-item-info .product-item-details .product-item-actions .actions-primary {
        width: 100%;
    }
    .tocart-form-class {
        justify-content: space-between;
        width: 100%;
    }
    .subcategory-names span strong {
        display: none;
    }
    .subcategory-names span {
        padding: 0 25px;
    }
    .subcategory-names span:after {
        width: 12px;
        height: 12px;
        left: 0;
    }
    .subcategory-names span,
    .subCategory-list.secondLevel &gt; .subcategory-names {
        height: 50px;
    }
    .subCategory-list.secondLevel &gt; .subcategory-names {
        padding-left: 20px;
    }
    .catalog-product-view .product-info-main .attributes-block {
        flex-wrap: wrap;
        position: relative;
        padding: 0;
    }
    .catalog-product-view .product-info-main .attributes-block &gt; div:not(.slashes) {
        width: 50%;
        justify-content: center;
        height: 45px;
        margin: 12px 0;
    }
    .catalog-product-view .product-info-main .attributes-block .slashes {
        display: none;
    }
    .catalog-product-view .product-info-main .attributes-block .capacity,
    .catalog-product-view .product-info-main .attributes-block .pageyield {
        border-right: 1px solid #ccc;
    }
    .catalog-product-view .product-info-main .attributes-block .shipping-day,
    .catalog-product-view .product-info-main .attributes-block .capacity {
        /*border-top: 1px solid #ccc;*/
        /*margin-top: 20px;*/
        /*padding-top: 20px;*/
    }
    .catalog-product-view .product-info-main .attributes-block .slash-mob-horizonal {
        display: block;
        border-top: 1px solid #ccc;
        margin: 12px 0;
        width: 100% !important;
        position: absolute;
        top: 40%;
    }
    .catalog-product-view .attributes-buttons a:first-child {
        border-bottom: 1px solid #ccc;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .catalog-product-view .product-info-main .attributes-buttons {
        flex-direction: column;
        align-items: unset;
    }
    .catalog-product-view .attributes-buttons a {
        text-align: center;
    }
    .catalog-product-view .attributes-buttons span {
        display: none;
    }
}
@media (max-width: 520px){
    .catalog-product-view .gallery-placeholder__image,
    .fotorama-item .fotorama__wrap {
        max-width: 100% !important;
    }
    .catalog-product-view .gallery-placeholder__image {
        width: auto;
        max-height: inherit;
    }
    .catalog-product-view .product-options-bottom .price-box.hasTier, .catalog-product-view .product-info-price .price-box.hasTier{
        flex-direction: column;
        line-height: 32px;
        margin-bottom: 30px;
    }
    .catalog-product-view .price-box.hasTier .old-price:after {
        display: none;
    }
    .sticky-product #product-addtocart-button-clone {
        width: 170px;
    }
    .catalog-product-view.product-4-pack-epson-802-ink-cartridges .gallery-placeholder__image {
        width: 80%;
    }
}
@media (max-width: 480px) {
    .brand-search .info .title {
        /*font-size: 27px;*/
        font-size: 20px;
        line-height: 32px;
    }
    .brand-search .pink-name {
        font-size: 15px;
    }
    .products-list .product-item-photo &gt; a {
        min-width: 110px;
    }
    .products-list .product-item-photo .product-item-name a.product-item-link {
        font-size: 16px;
    }
    .product-item-inner {
        width: 100%;
    }
    .square {
        margin: 20px auto;
        width: 90%;
        max-width: initial;
    }
    .sales-order-history .page-wrapper .pager {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .sales-order-history .page-wrapper .pager .pages {
        position: relative !important;
        order: 2;
        margin-top: 10px;
    }
    .sales-order-history .page-wrapper .pager .limiter {
        justify-content: center;
    }
    .sales-order-history .page-wrapper .pager .pages .items {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media (max-width: 460px){
    .product-options-wrapper .swatch-attribute-options .swatch-option {
        /*width: 143px !important;*/
        /*height: 73px !important;*/
    }

    .page-title.category-title h1{
        line-height: 23px;
    }
    .write-review-info {
        flex-direction: column;
        align-items: flex-start;
    }
    .write-review-btn {
        margin-top: 10px;
    }
}
@media (max-width: 420px) {
    .product-options-wrapper .swatch-attribute-options .swatch-option {
        /*width: 120px !important;*/
        /*height: 61px !important;*/
    }
    .tocart-form-class .qty-box a.qtychange, .product-item-inner .qty-box input#qty {
        width: 38px;
        height: 38px !important;
    }
    .product-item-inner .qty-box input#qty {
        height: 36px !important;
    }
    .view-details a.btn-view-details,
    .product-item-info .product-item-details .product-item-actions .tocart {
        height: 41px;
        line-height: 41px;
        width: 136px;
        font-size: 15px;
    }
    .shipping-stock-block .price-block:before {
        margin-right: 40px;
        margin-left: 30px;
    }
    .product-item-inner .qty-box input#qty {
        margin: 0 10px;
    }
    .shipping-stock-block .price-block {
        width: 90%;
    }
    .shipping-stock-block .price-block .minimal-price-link .price-wrapper,
    .shipping-stock-block .price-block .price-box .price {
        font-size: 19px;
    }
    .square {
        max-width: 240px;
        height: 115px;
    }
    .product-item .rating-summary .rating-separator {
        color: #11aae6;
        margin: 0 1%;
    }
    .block.upsell .product-item-info button.action.tocart {
        width: 100px;
        line-height: 33px;
        height: 33px;
    }
    .block.upsell .upsell-cart-box input.qty {
        width: 33px;
        height: 33px;
    }
    .block.upsell .product-item-info button.action.tocart span {
        font-size: 10px;
    }
    .amcheckout-step-container .fieldset&gt;.field&gt;.label, .amcheckout-step-container .fieldset&gt;.fields&gt;.field&gt;.label {
        font-size: 13px;
    }
    .amcheckout-step-container .amcheckout-summary-container .product-item .product.options {
        margin: 10px 0 0;
        padding: 0;
    }
    .amcheckout-step-container .amcheckout-summary-container .field.configurable {
        width: 100%;
    }
    .amcheckout-step-container .amcheckout-summary-container .details-qty-options-block {
        flex-direction: column;
    }
    .amcheckout-step-container .checkout-billing-address .actions-toolbar&gt;.primary .action-update,
    .amcheckout-step-container .checkout-billing-address .actions-toolbar&gt;.primary .action-cancel {
        font-size: 15px;
    }
}
@media (max-width: 320px) {
    .product-options-wrapper .swatch-attribute-options .swatch-option {
        /*width: 103px !important;*/
        /*height: 54px !important;*/
    }
}
</pre></body></html>