/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:* http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web,please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
@media (min-width: 1480px) {
    body .container {
        max-width: 1480px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .toolbar-products .form-item-select{float:left}
   
     .form-item-select{float:left}
      .toolbar-products   .sorter-action{display:block !important;}
     #layerednav-list-products .toolbar .sorter .sorter-action {display:block !important;}
     .toolbar .sorter .sorter-label{margin:10px 0 0 0; }
    
}
@media (min-width: 1920px) {
    body .container {
        max-width: 1480px;
        padding-left: 15px;
        padding-right: 15px;
    }
    
}

html body {
    font-family: 'Fira Sans', sans-serif;
}
.page-header {
    background: url("../images/cloud-large-dark.png") no-repeat;
    background-size: cover;
}
.page-header .header >.news {
    text-align: center;
    background: #cc0001;
    padding: 10px 30px 10px 30px;
}
.header .search-area .searchsuite-autocomplete {
    width: calc(100% - 63px);
    left: 0;
}
.page-header .header >.news a:hover {
    color: #fe9900;
}
.page-header .header .divoff {
    display: none;

}
.page-header a#off {
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
    color: #ffffff;
    position: absolute;
    left: 10px;
    top: 10px;
}
.page-header .row:before, 
.page-header .row:after {
    display: none;
}
.header .header-content .col-logo, 
.header .header-content .cart-hide-multicheckout {
    flex: 0 0 25%;
    max-width: 25%;

}
.header .col-search {
    flex: 0 0 50%;
    max-width: 50%;
}
.header .search-area {
    max-width: 478px;
    margin-left: auto;
    margin-right: auto;
}
.header .search-area .form-search .field .control.catalogsearch .catalogsearch-box {
    display: none;
}
.header .header-account {
    margin-left: 0;
}
.header .header-account .toggle-tab:before {
    display: none;
}
.header .header-account .toggle-tab i {
    display: none;
}
.header .header-content .header-tool .wishlist::before {
    content: "\f004";
    font-family: "Font Awesome 5 Free";
    font-size: 3.2rem;
    display: block;
    font-weight: 600;
    color: #fff;
}
.header .header-content .header-tool .wishlist:hover:before,
.header .minicart-wrapper .showcart .cart-icon:hover:before {
    color: #eb3e32;
}
.header .minicart-wrapper .showcart .cart-icon:before {
    content: "\f07a";
    font-family: "Font Awesome 5 Free";
    font-size: 3.2rem;
    display: block;
    font-weight: 600;
    color: #fff;
}
.header .minicart-wrapper .showcart .cart-icon .counter.qty {
    bottom: auto;
    top: -13px;
    right: -13px;
    left: auto;
}
.header .minicart-wrapper .block-minicart .subtotal .amount.price-container .price {
    font-size: 1.8rem;
}
.header .header-account .toggle-tab .text {
    font-size: 18px;
    font-weight: 700;
}
.header .header-account {
    margin-right: 70px;
}
.header .header-content .header-tool .wishlist-head {
    margin-right: 30px;
}
.header .search-area .form-search .block-form-content {
    border-radius: 0;
}
.header .search-area .form-search .field .control.catalogsearch .input-text {
    width: calc(100% - 65px);
    height: 47px;
    line-height: 46px;
    border-radius: 0;
}
.header .search-area .form-search .action.search {
    height: 49px;
    border-radius: 0;
}
.product.attribute.overview ~ .brand {
    display: none;
}
.magetop-widget.brand-widget {
    display: none;
}
.service-combitool .service {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.service-combitool .service .item {
    font-size: 17px;
    color: #ffffff;
    margin-bottom: 0;
}
.service-combitool .service .item:not(:last-child) {
    padding-right: 42px;
    margin-right: 42px;
    position: relative;
}
.service-combitool .service .item:not(:last-child):after{
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
    height: 20px;
    width: 2px;
    background-color: #ffffff;
}
.service-combitool .service .item .text {
    color: #ffac3d;
}
.header .col-nav-vmenu-cb,
.header .col-service {
    padding-left: 15px;
    padding-right: 15px;
}
.header .col-nav-vmenu-cb {
    width: 355px;
}
.header .col-service {
    width: calc(100% - 355px);
}
.header .service-combitool {
    padding-left: 60px;
}
.header .header-content {
    padding-top: 25px;
    padding-bottom: 25px;
}
.vmagicmenu {
    width: auto;
    min-width: 325px;
}
.vmagicmenu .block-title {
    margin-top: 0;
    margin-bottom: 0;
}
.vmagicmenu .vmagicmenu-narrow {
    width: 325px;
}
.vmagicmenu .block-title {
    background-color: transparent !important;
    border-left: 0;
    border-right: 0;
}
.vmagicmenu .block-title .vmagicmenu-subtitle {
    color: #ffffff;
}
.vmagicmenu .block-title .hamburger {
    display: none;
}
.static-home-slide .col-aside-slider {
    flex: 0 0 22%;
    max-width: 22%;
}
.static-home-slide .col-main-slider {
    flex: 0 0 78%;
    max-width: 78%;
}
.static-home-slide .col-aside-left {
    width: 355px;
    flex: 0 0 auto;
    max-width: none;
}
.static-home-slide .col-main-right {
    width: calc(100% - 355px);
    flex: 0 0 auto;
    max-width: none;
}
.static-home-slide .col-aside-center {
    width: 355px;
    flex: 0 0 auto;
    max-width: none;
}
.static-home-slide .col-main-center {
    width: calc(100% - 355px);
    flex: 0 0 auto;
    max-width: none;
}
.blocks-promo.banner-bottom {
    margin-top: 30px;
    margin-bottom: 0;
}
.static-home-slide {
    background-color: #f2f2f2;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 57px;
}
.vmagicmenu .vmagicmenu-narrow {
    top: 100%;
}
.shopbrand-brand-view .block.filter .filter-options-item .filter-options-content {
    display: block !important;
}
.product-info-main .brand h2 {
    display: none;
}
.product-info-main .brand a span {
    display: none;
}
.catalog-product-view .breadcrumbs li strong {
    display: block;
    max-width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: capitalize;
}
.static-home-slide .row:before,
.static-home-slide .row:after {
    display: none;
}
.static-home-slide .col-main-right .block-title-tabs {
    display: none;
}
.products.wrapper.grid .product-item .product-item-info {
    background-color: #ffffff;
}
.products.wrapper.grid .product-item .product-item-info .hover-box {
    position: static;
    opacity: 1;
    visibility: visible;
}
.products.wrapper.grid .product-item .product-item-info:hover .price-box, 
.products.wrapper.grid .product-item .product-item-info:hover .save-percent {
    opacity: 1;
    visibility: visible;
}
.products.wrapper.grid .product-item .product-item-info {
    border-width: 0;
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 25px;
}
.static-home-slide .product-items .product-item {
    margin-bottom: 0;
}
.product-item .category_name {
    display: none;
}
.product-item .product-reviews-summary {
    display: none;
}
.product-item .product-item-overview {
    height: 65px;
    height: 57px;
    overflow: hidden;
}
.product-item .product-item-overview strong {
    color: #090909;
    font-size: 15px;
}
.product-item .product-item-overview p {
    color: #434343;
    font-size: 15px;
    line-height: 1.2;
}
.product-item .product-item-info .product-name {
    margin-bottom: 17px;
    margin-bottom: 19px;
}
.price-box .price-container .price {
    font-size: 24px;
    font-weight: 700;
    color: #363435;
}
.price-box .old-price .price {
    font-size: 15px;
}
.price-container .price-including-tax + .price-excluding-tax {
    font-size: 13px;
}
.products.wrapper.grid .product-item .product-item-info .images-container .product-hover:hover:before {
    opacity: 0;
    visibility: hidden;
}
.product-item .actions-primary .action span {
    display: none;
}

.products.wrapper.grid .product-item .product-item-info .tocart {
    
    /* background: url("../images/minicart.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; */
    height: 100%;
    width: 100%;
}
.product-item .actions-secondary .action, .product-item .actions-primary .action {
    font-size: 2.8rem;
}
.products.wrapper.grid .product-item .product-item-info .tocart:before {
    content: "\f07a";
    font-family: "Font Awesome 5 Free";
    display: block;
    font-weight: 600;
    color: #fff;
}
.products.wrapper.grid .product-item .product-item-info .tocart.disabled:before {
    content: "";
}
.products.wrapper.grid .product-item .product-item-info form:hover {
    background: #ffffff;
}
.products.wrapper.grid .product-item .product-item-info .tocart:hover:before {
    color: #fe9900;
    color: #52b537;
}
.products.wrapper.grid .product-item .product-item-info .add-to-links {
    display: none;
}
.products.wrapper.grid .product-item .product-item-info .tocart.disabled {
    background: none;
}
.products.wrapper.grid .product-item .product-item-info form {
    width: 67px;
    height: 60px;
    padding: 6px;
    background-color: #52b537;
    border: 1px solid #52b537;
}
.products.wrapper.grid .product-item .product-item-info .product-item-details .price-percent {
    justify-content: space-between;
    margin-top: 18px;
}
.product-item .tocart.disabled:before {
    content: "";
    display: inline-block !important;
    z-index: 9;
    top: 0;
    left: 0;
    border: 1px solid;
    color: transparent;
    width: 14px;
    height: 14px;
    width: 20px;
    height: 20px;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-radius: 50px;
    border-color: #fff #fff #fff #000;
    line-height: 1;
    animation: fa-spin .2s infinite linear;
    margin-right: 4px;
    vertical-align: middle;
}
.products.wrapper.grid .product-item .product-item-info .product-item-details {
    padding-left: 0;
    padding-right: 0;
}
.product-item .product-item-name .product-item-link {
    font-size: 17px;
    color: #1f1d1e;
}
.price-including-tax + .price-excluding-tax:before, .weee[data-label]:before {
    display: none;
}
.price-including-tax + .price-excluding-tax:after, .weee[data-label]:after {
    content: attr(data-label);
    font-size: 1.1rem;
    margin-left: 5px;
}
.container-title .title-block {
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 12px;
}
.magicproduct .slick-slider .slick-dots {
    top: -40px;
    bottom: auto;
    text-align: right;
    right: auto;
}
.cms-index-index .vmagicmenu .vmagicmenu-narrow {
    border: none;
    min-height: 630px;
    padding-top: 20px;
}
.static-home-slide .container-cb-empty {
    padding-bottom: 80px;
}
.vmagicmenu .level-top a {
    color: #272727;
    font-weight: 700;
}
.vmagicmenu .level0 .level-top span {
    font-size: 19px;
    font-size: 15px;
}
.vmagicmenu .level0.hasChild .level-top:after {
    opacity: 0;
}
.vmagicmenu .nav-desktop.vmagicmenu-narrow > .level0 {
    padding: 4px 30px;
}
.static-home-slide .col-main-center .slick-slide img {
    /* border-radius: 8px; */
}
.static-home-slide .col-main-center .slick-dots {
    bottom: 26px;
}
.block-product.block-product-feature .products.wrapper.grid .product-item .product-item-info {
    display: block;
}
.block-product.block-product-cbtool {
    background-color: #f2f2f2;
    padding-top: 63px;
}
.block-product.block-product-cbtool .magicproduct .slick-slider .slick-dots {
    padding-right: 10px;
}
.block-product.block-product-cbtool .block-title-tabs {

    display: none;
}

.container-title .title-block .text {
    font-weight: 400;
    border-left: 2px solid #171717;
    display: inline-block;
    padding-left: 10px;
    margin-left: 8px;
}
.slick-dots li button {
    background-color: #ffffff;
}
.slick-dots li:hover button, 
.slick-dots li.slick-active button {
    background-color: #23a8e1;
}
.cms-index-index .page-main {
    background-color: #f2f2f2;
}
.detail-combitool {
    background-color: #ffffff;
    padding-top: 38px;
    padding-bottom: 58px;
    margin-bottom: 60px;
}
.detail-combitool .detail-note {
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
}
.detail-combitool .detail-content-primary {
    width: 58%;
}
.detail-combitool .detail-content-primary .text {
    max-width: 555px;
    padding-right: 20px;
    color: #060606;
    font-weight: 600;
}
.detail-combitool .detail-content-primary .text .caption {
    color: #0092c8;
}
.detail-combitool .detail-content-secondary {
    width: 42%;
}
.detail-combitool .tiltle {
    font-size: 20px;
    color: #141414;
    font-weight: 700;
    margin-bottom: 19px;
}
.detail-combitool .detail-content-secondary ul {
    list-style: none;
    padding-left: 0;
}
.detail-combitool .detail-content-secondary ul li {
    color: #060606;
    font-weight: 600;
    margin-bottom: 4px;
}
.detail-combitool .detail-content-secondary ul li:last-child {
    margin-bottom: 0;
}
.vmagicmenu .block-title .vmagicmenu-subtitle {
    padding: 0 0 0 5px;
    font-size: 20px;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega {
    /* max-height: 600px; */
    overflow-y: auto;
}
.vmagicmenu .level0 .level-top-mega {
    margin-top: 0;
}
.vmagicmenu .level0 .level-top-mega .mage-column .children {
    width: 227px;
}
.vmagicmenu .level0:hover .level-top-mega {
    min-height: 100%;
    box-shadow: 2px 2px 3px rgb(0, 0, 0, 0.2);
    box-shadow: 0px 0px 6px 0px rgb(0, 0, 0, 0.08);
    box-shadow: inset 0px 0px 2px 0px rgb(0, 0, 0, 0.08);
    padding-top: 10px;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega::-webkit-scrollbar{
    width: 3px;
    border-radius: 3px;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega::-webkit-scrollbar-thumb{
    background-color: #aeaeae;
    border-radius: 3px;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega::-webkit-scrollbar-track{
    -webkit-box-shadow:0 0 2px rgba(0,0,0,0.3);
    background-color: #f2f2f2;
    border-radius: 3px;

}
.vmagicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a {
    padding: 15px 0 8px;
    padding: 6px 10px 6px;
}
.vmagicmenu .level0 .level-top-mega .children li a {
    padding: 6px 10px 6px;
    padding: 3px 10px 3px;
}

.page-footer .col-ft .pharse-text {
    color: #ffffff;
}
.footer-links-company .main1 .copyright {
    color: #ffffff;
}
.page-footer .block-subscribe .pharse {
    color: #ffffff;
}
.page-footer .col-bottom .sum-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.page-footer .col-bottom .link-list {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}
.page-footer .block-subscribe {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 33px;
}
.page-footer .block-subscribe .subcrible-note,
.page-footer .block-subscribe .form.subscribe {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}
.page-footer .block-subscribe .visible {
    max-width: 310px;
}
.page-footer .block-subscribe .input-text {
    border-radius: 0;
    border-width: 0;
}
.page-footer .block-subscribe .actions button.button {
    border-radius: 0;
    border-width: 0;
}
.block-footer-top .container {
    padding-top: 78px;
    padding-bottom: 0;
}
.footer-links-company {
    padding-top: 39px;
    padding-bottom: 47px;
}
.footer-links-company .main1 {
    
}
#backtotop .fa:before {
    font-family: 'FontAwesome';
}
#backtotop .back-to-top {
    display: none;
}
.page-footer {
    overflow: visible;
}
.page-footer .row:before,
.page-footer .row:after {
    display: none;
}
.product-next-prev .product-image-container .product-image-wrapper .product-image-photo {
    max-height: 120px;
}
.footer-ribbon {
    position: absolute;
    background-color: #000000;
    padding: 10px 20px 6px 20px;
    margin: -94px 0 25px;
}
.footer-ribbon:before {
    content: '';
    display: block;
    width: 7px;
    height: 0;
    position: absolute;
    left: -10px;
    top: 0;
    border-right: 10px solid #006699;
    border-top: 16px solid transparent;
    border-right: 10px solid #000000;
}
.page-footer a {
    font-size: 1.3rem;
}
.footer-ribbon span {
    color: #ffffff;
    font-size: 20px;
    font-family: "Shadows Into Light", cursive;
    line-height: 1;
    text-transform:capitalize;
}
.block-footer-top .menu-ft .title {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 11px;
}
.page-footer .col-ft:first-child .title {
    margin-top: 0;
    margin-bottom: 11px;
}
.page-footer .menu-ft .text1 {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}
.page-footer .menu-ft .text2 {
    font-size: 13px;
    font-weight: 600;
}
.page-footer .menu-ft .address,
.page-footer .menu-ft .phone,
.page-footer .menu-ft .phone ~ .email,
.page-footer .menu-ft .hours-working {
    margin-bottom: 15px;
}
.page-footer .menu-ft .hours-working {
    margin-bottom: 18px;
}
.page-footer .col-ft .link-social .link-list .link-icon a {
    width: 37px;
    height: 33px;
    line-height: 31px;
    text-align: center;
    background-color: #d5742d; 
}
.page-footer .col-ft .link-social .link-list .link-icon {
    margin-right: 5px;
}
.page-footer .col-ft .link-social .link-list .link-icon:last-child {
    margin-right: 0;
}
.page-footer .block-subscribe .pharse {
    margin-bottom: 0;
}
.block-footer-top ul li {
    margin-bottom: 3px;
}
.page-footer .col-primary .box-content {
    border-bottom: 1px solid #24a1d7;
}
.footer-top-secondary .col-bottom .box-content {
    padding-top: 10px;
}
.page-footer .wrap-content-ft-top {
    padding-bottom: 45px;
    border-bottom: 1px solid #24a1d7;
}
.cms-static-brand {
    background-color: #ffffff;
    margin-bottom: 0;
}
.cms-static-brand .grid-init {
    border: none;
    padding: 90px 30px 93px;
}
.page-products {
   background: #f2f2f2; 
}
.page-products .breadcrumbs {
    background: none;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 25px;
}
.breadcrumbs .pagecrumbs-title {
    text-align: left;
    display: none;
}
.breadcrumbs .items {
    justify-content: flex-start;
}
.page-products .toolbar {
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 20px;
}
.product-sidebar .message.info {
    margin-left: 15px;
    margin-right: 15px;
}
.product-sidebar .block-title-tabs {
    display: none;
}
.block.filter .filter-options-title:before,
.block.filter .filter-options-title:after, .block.block-product-tags .block-title:after {
    opacity: 1;
}
.block.filter .filter-options-item .filter-options-content .item > a:before {
    display: none;
}
.block.filter .filter-options-title, .block.block-product-tags .block-title {
    border-color: #e2e2e2;
}
.catalog-category-view .column.main .products.wrapper.grid, 
.catalogsearch-result-index .column.main .products.wrapper.grid, 
.page-products .column.main .products.wrapper.grid {
    margin-left: -6px;
    margin-right: -6px;
}
.page-products .product-items .product-item {
    margin-bottom: 12px;
}
.products.wrapper.grid .product-item .product-item-info .link-view {
    display: none;
}
.product-item .product-item-actions .actions-secondary {
    display: none;
}
.products.wrapper.list .product-item {
    margin: 0 0 12px;
    background-color: #ffffff;
}
.breadcrumbs li strong {
    text-transform: uppercase;

}
.breadcrumbs li a, 
.breadcrumbs li strong {
    text-transform: uppercase;
}
.vmagicmenu .block-title .hamburger-box .hamburger-inner, 
.vmagicmenu .block-title .hamburger-box .hamburger-inner:before, 
.vmagicmenu .block-title .hamburger-box .hamburger-inner:after {
    background-color: #ffffff;
}
.vmagicmenu .level0 .level-top-mega {
    min-height: 100%;
    max-height: 100%;
    top: 0;
}
#dailydeals-most_viewed-block {
    display: none;
}
.catalog-product-view .breadcrumbs {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    background: none;
    border-bottom: 1px solid #e8e8e8;
}
.products.wrapper.list .link-view {
    display: none;
}
.catalog-category-view .products.wrapper.list .product-item .product-item-info, 
.catalogsearch-result-index .products.wrapper.list .product-item .product-item-info, 
.page-products .products.wrapper.list .product-item .product-item-info {
    border-width: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
}
.products.wrapper.list .product-name a.product-item-link {
    white-space: unset;
    text-overflow: unset;
}
.toolbar {
    padding: 0;
}
.toolbar .sorter .sorter-options, 
.toolbar .limiter .control .limiter-options {
    height: 37px;
    border-radius: 0;
    background-image: url(../images/alothemes/select-bg.svg);
    background-position: 100% 48%;
    background-size: 30px 60px;
}
.toolbar .limiter .control .limiter-options {
    min-width: 60px;
}
.toolbar .sorter .sorter-options {
    min-width: 140px;
}
.toolbar .sorter {
    order: 1;
    flex: 1;
    padding-left: 0;
    margin-left: 0;
}
.toolbar .limiter {
    order: 2;
    margin-right: 16px;
}
.toolbar .modes {
    flex: unset;
    order: 3;
}
.toolbar .sorter .sorter-label,
.toolbar .limiter .label {
    margin-right: 5px;
    margin-top: 10px;
    height:100%;
}
.sorter-action:before {
    color: #111;
}
.mode-grid {
    margin-right: 0;
}
.block.filter .filter-options-title, 
.block.block-product-tags .block-title {
    padding-bottom: 10px;
}
.block.filter .filter-options-item .filter-options-content {
    padding-left: 15px;
    padding-right: 15px;
    
}
.sidebar .product-sidebar {
    margin-bottom: 55px;
}
.product-sidebar .magicproduct,
.custom-html .text {
    margin-top: 20px;
}
.product-sidebar .container-title .title,
.custom-html .container-title .title {
    font-size: 2rem;
    font-weight: 600;
    color: #1f1d1e;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
}
.product-social-links {
    display: inline-flex;
    width: auto;
    border-bottom: none;
}
.page-title-wrapper.product {
    max-width: 655px;
    padding-right: 50px;
}
.product-info-main .field.qty .custom-qty.control input[type="number"] {
    border-radius: 0 !important;
}
.product-info-main .field.qty .custom-qty.control .increase, 
.product-info-main .field.qty .custom-qty.control .reduced {
    border-radius: 0;
}
.product-info-main .field.qty .custom-qty.control {
    border-radius: 0 !important;
}
.product-info-main .product-add-form {
    display: inline-flex;
    margin-right: 13px;
}
.product-info-main .field.qty {
    margin-right: 13px;
}
.product-info-main #product_addtocart_form {
    display: inline-flex;
}

.product-social-links .product-addto-links a {
    width: 44px;
    height: 44px;
    line-height: 42px;
    
    display: inline-block;
    text-align: center;
    border: 2px solid #464646;
    margin-right: 7px;
}
.product-social-links .product-addto-links a.towishlist span,
.product-social-links .product-addto-links a.tocompare span {
    font-size: 0;
}
.product-add-form .add-to-cart .tocart,
.product-info-main .field.qty .custom-qty.control {
    height: 44px;
}
.product-add-form .add-to-cart .tocart {
    min-width: 156px;
    padding: 0 15px;
}
.stickyCart .stickyChild .clSticky #btnSticky {
    min-width: 156px;
    padding: 0 15px;
}
.stickyCart .stickyChild .clSticky #btnSticky:before {
    content: "\f110";
    font-family: "Ionicons";
    display: inline-block;
    margin-right: 5px;
}
.product-add-form .add-to-cart .tocart:before {
    content: "\f110";
    font-family: "Ionicons";
    display: inline-block;
    margin-right: 5px;
}
.product-social-links .product-addto-links a span:before {
    margin-right: 0;
}
.nav-sections {
    display: none;
}
.product-image-container .product-image-wrapper .product-image-photo {
    width: auto;
    display: block;
    margin: auto;
    max-height: 215px;
    right: 0;
    bottom: 0;
}
.product-view > .row {
    margin-left: -30px;
    margin-right: -30px;
}
.product-view > .row > .col {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 10px;
}
.product-info-main.product-shop {
    background-color: #f2f2f2;
}
.product-item .actions-secondary .action:hover:before, .product-item .actions-primary .action:hover:before {
    
    animation: none;
    -o-animation: none;
    -ms-animation: none;
    -webkit-animation: none;
    -moz-animation: none;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
    max-height: 125px;
    width: auto !important;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    padding: 2px;
}
.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
    padding: 2px;
}
.catalog-product-view .fotorama__stage__frame .fotorama__img {
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}
.header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product-image-container .product-image-wrapper .product-image-photo {
    max-height: 73px;
}
.page-layout-1column.has-sidebar-filters-toggle .block.filter .block-title.filter-title, 
.page-layout-1column-full-width.has-sidebar-filters-toggle .block.filter .block-title.filter-title {
    display: inline-block;
}
.stickyCart .stickyChild #timerSticky .stickyProductName {
    max-width: 500px;
}
.fotorama__stage {
    max-height: 468px !important;    
}
.catalog-product-view .product.media img {
    max-height: 468px;
}
.page-title-wrapper.product .page-title {
    font-size: 2.3rem;
    font-size: 1.8rem;
}
.product-deals .block-title-tabs {
    display: none;
}
.product-deals .slogan-container {
    display: none;
}
.product-deals .products.wrapper.grid .product-item .product-item-info .box-actions {
    justify-content: flex-end;
}
.product-deal-special-progress {
    display: none;
}
.product-info-main .brand-label {
    font-size: 30px;
    font-weight: 700;
}
.product-deals .product-label .sticker.top-right {
    display: block;
    background-color: transparent;
    background-image: url("../images/label-orange.png");
    background-position: center;
    background-size: cover;
    width: 48px;
    height: 48px;
    width: 54px;
    height: 54px;
    
    font-size: 11px;
    font-size: 10px;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.product-deals .product-label .sticker.top-right .textsale,
.product-deals .product-label .sticker.top-right .labelsale {
    display: block;
    width: 100%;
    text-align: center;
}
.product-deals .product-label .sticker.top-right .textsale {
    margin-bottom: -8px;
}
.product-deals .product-label .sticker.top-right .labelsale {
    margin-top: -17px;
}
.product-deals .products.wrapper.grid .product-item .product-item-info form {
    width: 51px;
    height: 45px;
    width: 46px;
    height: 40px;
}
.product-deals .product-item .actions-secondary .action, .product-item .actions-primary .action {
    line-height: 28px;
}
.product-deals .product-item .product-item-info .product-name {
    margin-bottom: 17px;
}
.product-deals .countdown-container {
    margin-top: 10px;

}
.product-deals .products.wrapper.grid .product-item .product-item-info .hover-box {
    position: absolute;
    bottom: 0 !important;
    left: auto;
}
.product-deals .product-item .actions-secondary .action, 
.product-deals .product-item .actions-primary .action {
    font-size: 2.2rem;
}
.product-deals .product-item .product-item-photo {
    margin-bottom: 15px;
}
.product-deals .product-label {
    left: auto;
    top: -31px;
    right: -10px;
}
.product-deals .title-deals {
    font-size: 20px;
    font-weight: 700;
    color: #253237;
    text-transform: uppercase;
}
.product-deals .title-deals span {
    position: relative;
}
.product-deals .title-deals span:after {
    content: "";
    width: 65px;
    height: 2px;
    background: #ef1e1e;
    left: 0;
    bottom: -1px;
    position: absolute;
}
.product-deals .amlabel-position-wrapper .amasty-label-container .amlabel-text {
    display: none;
}
.product-deals .amlabel-position-wrapper .amasty-label-container .amasty-label-image {
    display: none;
}
.products.wrapper.grid .product-item .product-item-info .product-item-details .price-percent .save-percent{
    display: none;
}
.vmagicmenu .level0 .level-top-mega .children li a:hover:before {
    display: none;
}
.vmagicmenu .level0 .level-top-mega .children li a:hover {
    /* padding-left: 0; */
}
.peexl-dailydeals-random .item-remaining {
    display: none;
}
.peexl-dailydeals-random.product-item .actions-primary .tocart:before {
    content: "\f07a";
    font-family: "Font Awesome 5 Free";
    display: block;
    font-weight: 600;
    color: #fff;
}
.peexl-dailydeals-random.product-item .actions-primary .tocart.disabled:before {
    content: "";
}
.peexl-dailydeals-random.product-item {
    background: #ffffff;
}
.peexl-dailydeals-random.product-item .product-price-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.peexl-dailydeals-random.product-item .peexl-dailydeals-save {
    display: none;
}
.peexl-dailydeals-random.product-item .dailydeals-countdown span {
    width: auto;
}
.peexl-dailydeals-random.product-item .dailydeals-countdown span b {
    background: transparent !important;
    font-size: 24px;
    font-weight: 700;
    padding: 0;
}
.peexl-dailydeals-random.product-item .dailydeals-countdown span b:after {
    content: ":";
}
.peexl-dailydeals-random.product-item .dailydeals-countdown span b {
    margin-right: 0;
}
.peexl-dailydeals-random.product-item .dailydeals-countdown span.secs b:after {
    display: none;
}
.peexl-dailydeals-random.product-item .t-notes {
    display: none;
}
.product-deals .block {
    margin-bottom: 0;
}
.peexl-dailydeals-random.product-item .product-title-deal {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background-color: #78c043;
    background-color: #52b537;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.peexl-dailydeals-random.product-item .product-title-deal .text {
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}
.peexl-dailydeals-random.product-item .product-title-deal .countdown {
    margin: 0;
}
.peexl-dailydeals-random.product-item .deal-details {
    background-color: #78c043;
    background-color: #52b537;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
}
/* .peexl-dailydeals-random.product-item .product-item-name .product-item-link {
    color: #ffffff;
} */
.peexl-dailydeals-random.product-item .price-box .special-price .price,
.peexl-dailydeals-random.product-item .price-box .price-container .price {
    color: #ffffff;
}
.peexl-dailydeals-random.product-item .price-box .old-price .price-label {
    /* display: block !important; */
}
.peexl-dailydeals-random.product-item .price-box .old-price {
    display: block;
}
.peexl-dailydeals-random .price-box {
    display: flex;
    flex-direction: column-reverse;
}
.peexl-dailydeals-random.product-item form {
    width: 67px;
    height: 60px;
    padding: 6px;
    background-color: #e36c09;
    border: 1px solid#e36c09;

}
.peexl-dailydeals-random.product-item form .tocart {
    width: 100%;
    height: 100%;
}
.peexl-dailydeals-random.product-item .price-including-tax + .price-excluding-tax:after, 
.peexl-dailydeals-random.product-item .weee[data-label]:after {
    color: #ffffff;
}
.peexl-dailydeals-random.product-item .product-item-name {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 25px;
}
.vmagicmenu .level0 .level-top img {
    max-width: 29px;
}
.checkout-index-index .nav-sections {
    display: none;

}
.product-info-main .stock.available span:first-child {
    display: none;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
    position: relative;

}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
    display: block;
    padding-left: 40px;
}
.product-info-main .stock.available:before, 
.product-info-main .stock.unavailable:before {
    position: absolute;
    content: url(../images/small-car-img.jpg);
    top: 56%;
    left: 0;
    transform: translateY(-50%);
}
.page-products #dailydeals-random-block {
    display: none;
}
.sidebar-additional .product-item .product-item-info .images-container .product-hover {
    display: flex;
    flex-wrap: wrap;
}
.sidebar-additional .product-item .product-item-info .images-container .product-hover .product-item-photo {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 10px;
}
.sidebar-additional .product-item .product-item-info .images-container .product-hover .product-item-name {
    flex: 0 0 50%;
    max-width: 50%;
}
.sidebar-additional .products.wrapper.grid .product-item .product-item-info .images-container .product-hover:before {
    display: none;
}
.sidebar-additional .products.wrapper.grid .product-item .product-item-name .product-item-link {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: unset;
}
.sidebar-additional .block.related .block-title.title,
.sidebar-additional .block.upsell .block-title.title {
    display: none;
}
.sidebar-additional .block.related .products.wrapper.grid, 
.sidebar-additional .block.upsell .products.wrapper.grid {
    margin-top: 0;
}
.sidebar-additional .products.wrapper.grid .product-item .product-item-info .product-item-details {
    padding: 0;

}
.sidebar-additional .products.wrapper.grid .product-item .product-item-info {
    padding-top: 10px;
    padding-bottom: 10px;
}
.sidebar-additional .products.wrapper.grid .product-item:not(:last-child) .product-item-info .product-item-details {
    border-bottom: 2px solid #ebebeb;
}
.sidebar-additional .products.wrapper.grid .product-item .product-item-info .product-item-details .price-percent {
    margin-top: 0;
}
.sidebar-additional .products.wrapper.grid .product-item .product-item-info .am-cart-info {
    display: none !important;
}
.gallery-placeholder .more-views ul li:not(:last-child) {
    margin-right: 20px;
}
.gallery-placeholder .more-views ul {
    padding-left: 0;
}
.gallery-placeholder .more-views ul:before,
.gallery-placeholder .more-views ul:after {
    content: "";
    display: table;
}
.gallery-placeholder .more-views ul:after {
    clear: both;
}
.gallery-placeholder > #wrap {
    margin-bottom: 30px;
}
.catalog-product-view .product.media .image_on_product_link {
    position: absolute;
    right: 30px;
    z-index: 2;

}
.cart.table-wrapper .product-item-details {
    max-width: 350px;
}
.cart.table-wrapper .product-item-details .product-item-name a {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.cart.table-wrapper #shopping-cart-table .cart.item .item-info td.col.change .action.action-edit span {
    display: none;
}
.cart.table-wrapper #shopping-cart-table .cart.item .item-info td.col.change .action.action-edit:before {
    content: "\f040";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 1.4rem;
}
.cart.table-wrapper #shopping-cart-table .cart.item .item-info .item-actions .actions-toolbar .action.action-edit {
    display: none;
}
.checkout-cart-index .actions-toolbar a.action.action-delete:before {
    content: "\f00d";
}
.cart.table-wrapper #shopping-cart-table .cart.item .item-info td.col.change .action.action-delete {
    display: none;
}
.cart-summary .summary.title {
    display: none;

}
.cart.table-wrapper .col {
    padding: 15px;
    padding: 20px;
}
.cart.table-wrapper #shopping-cart-table.table thead th {
    vertical-align: middle;
}
.checkout-cart-index .cart.table-wrapper .price-including-tax {
    margin-right: 5px;
}
.cart.table-wrapper #shopping-cart-table.table thead th.col.price,
.cart.table-wrapper #shopping-cart-table.table thead th.col.subtotal {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    min-width: 200px;
}
.cart.table-wrapper #shopping-cart-table.table thead th.col.price > span:first-child,
.cart.table-wrapper #shopping-cart-table.table thead th.col.subtotal > span:first-child {
    display: block;
    padding: 16px 10px;
}
.cart.table-wrapper #shopping-cart-table.table thead th.col.price .bottom_row,
.cart.table-wrapper #shopping-cart-table.table thead th.col.subtotal .bottom_row {
    display: block;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #ebebeb;
}
.cart.table-wrapper #shopping-cart-table.table thead th.col.price .bottom_row > span,
.cart.table-wrapper #shopping-cart-table.table thead th.col.subtotal .bottom_row > span {
    display: block;
    width: 50%;
    text-align: center;
    padding: 16px 5px;
}
.cart.table-wrapper #shopping-cart-table.table thead th.col.price .bottom_row > span:first-child,
.cart.table-wrapper #shopping-cart-table.table thead th.col.subtotal .bottom_row > span:first-child {
    border-right: 1px solid #ebebeb;
}
.checkout-cart-index .table-wrapper .price-including-tax:after, 
.checkout-cart-index .table-wrapper .price-excluding-tax:after {
    display: none;

}
.cart.table-wrapper #shopping-cart-table .cart.item .item-info td.col.price {
    padding: 0;
}

.cart.table-wrapper #shopping-cart-table .cart.item .item-info td.col.price .items-price,
.cart.table-wrapper #shopping-cart-table .cart.item .item-info td.col.subtotal .items-price {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

}
.cart.table-wrapper #shopping-cart-table .cart.item .item-info td.col.price .item-price,
.cart.table-wrapper #shopping-cart-table .cart.item .item-info td.col.subtotal .item-price {
    width: 50%;
    text-align: center;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 5px;
}
.cart.table-wrapper #shopping-cart-table .cart.item .item-info td.col.price .item-price1,
.cart.table-wrapper #shopping-cart-table .cart.item .item-info td.col.subtotal .item-price1 {
    border-right: 1px solid #ebebeb;
}
#block-summary {
    display: block !important;
}
.cart-summary>.ambanners {
    display: none;
}
.cart-summary .block > .title:after {
    display: none;
}
.cart-summary .block.shipping,
.cart-summary .cart-totals-main,
.cart-summary .block.discount {
    width: 33.33333333%;
    width: calc(100%/3 - 100px/3);
    /* padding-left: 15px;
    padding-right: 15px; */
}
.cart-summary .block.shipping {
    order: 1;
}
.cart-summary .block.discount {
    order: 2;
}
.cart-summary .block.discount .content{
    display: block !important;
}
.cart-summary .block .fieldset.coupon .field {
    margin-bottom: 20px !important;
}
.cart-summary .cart-totals-main {
    order: 3;
    padding: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #ebebeb;

}
.cart-summary .cart-totals {
    width: 100%;
    border-width: 0;
    padding: 0;
}
.cart-summary .checkout-methods-items {
    text-align: right;
}
.cart-summary .block .fieldset.coupon .actions-toolbar .primary.action {
    position: static;
    line-height: 44px;
    height: 46px;
    padding: 0 33px;
    background-color: #52b536;
    border-color: #52b536;
    width: auto;
    border-radius: 3px;
}
.cart-summary .checkout-methods-items .action.primary,
.cart-summary .block .fieldset.coupon .actions-toolbar .primary.action,
.cart.main.actions .clear,
.cart.main.actions .update,
.cart.main.actions .continue {
    border-radius: 3px;
}
.cart.main.actions .continue {
    background-color: #52b536;
    border-color: #52b536;
    color: #ffffff;
}
.cart-summary .block.discount .actions-toolbar .primary {
    float: none;
    display: block;
}
.cart-summary .block .fieldset.coupon .actions-toolbar .primary.action:before {
    display: none;
}
.cart-summary .block .fieldset.coupon .actions-toolbar .primary.action span {
    font-size: 14px;
}
.cart-container .cart-summary {
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
    border: none;
    align-items: flex-start;
    /* margin-left: -15px;
    margin-right: -15px; */
}
.cart-summary .block > .title {
    font-size: 1.6rem;
}
.cart.table-wrapper {
    margin-bottom: 0;
}
.cart.table-wrapper #shopping-cart-table {
    margin-bottom: 0;
}
.cart.main.actions {
    padding: 30px;
    margin-top: 0;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #ebebeb;

}
.cart.main.actions .clear {
    margin: 0 15px;
}
.cart.main.actions .btn-continue {
    flex: 1;
}
.cart-container .form-cart {
    margin-bottom: 60px;
}
.cart.table-wrapper .item .product-item-photo {
    padding-right: 0;
}
.cart.table-wrapper #shopping-cart-table .cart.item .item-info td.col.price .item-price1 .price-including-tax,
.cart.table-wrapper #shopping-cart-table .cart.item .item-info td.col.subtotal .item-price1 .price-including-tax {
    display: none;
}
.cart.table-wrapper #shopping-cart-table .cart.item .item-info td.col.price .item-price2 .price-excluding-tax,
.cart.table-wrapper #shopping-cart-table .cart.item .item-info td.col.subtotal .item-price2 .price-excluding-tax {
    display: none;
}
.cart.table-wrapper .price-including-tax + .price-excluding-tax .price, 
.cart.table-wrapper .weee[data-label] .price {
    font-size: 1.3rem;
}
.search-overlay {
    background: rgba(0, 0, 0, 1);
}
/* responsive */
@media only screen and (max-width: 1919px) {
    .static-home-slide .slick-slide .alo-item img {
        min-height: unset;
        object-fit: unset;
    }
    
}
@media only screen and (max-width: 1479px) {
    .cart.table-wrapper #shopping-cart-table.table thead th.col.price, 
    .cart.table-wrapper #shopping-cart-table.table thead th.col.subtotal {
        min-width: 210px;
    }
    .peexl-dailydeals-random.product-item .product-title-deal .text {
        font-size: 22px;
    }
    .static-home-slide .slick-slide .alo-item img {
        min-height: 350px;
        object-fit: cover;
    }
    .service-combitool .service .item:not(:last-child) {
        padding-right: 20px;
        margin-right: 20px;
    }
    .header .service-combitool {
        padding-left: 50px;
    }
    .header .col-service {
        width: calc(100% - 270px);
    }
    .header .col-nav-vmenu-cb {
        width: 270px;
    }
    .service-combitool .service .item {
        font-size: 1.5rem;
    }
    .vmagicmenu {
        min-width: 270px;
    }
    .vmagicmenu .vmagicmenu-narrow {
        width: 270px;
    }
    .vmagicmenu .level0 .level-top-mega .mage-column .children {
        width: 200px;
    }
    .static-home-slide .col-aside-center {
        width: 300px;
    }
    .static-home-slide .col-main-center {
        width: calc(100% - 300px);
    }
    .blocks-promo.banner-bottom {
        margin-top: 30px;
    }
    .static-home-slide .col-aside-left {
        width: 300px;
    }
    .static-home-slide .col-main-right {
        width: calc(100% - 300px);
    }
    .static-home-slide {
        padding-top: 50px;
    }
}
@media only screen and (max-width: 1199px) {
    .cart-summary .block.shipping, 
    .cart-summary .cart-totals-main, 
    .cart-summary .block.discount {
        width: calc(100%/3 - 60px/3);
        
    }
    .cart.table-wrapper #shopping-cart-table .cart.item .item-info td.item_image {
        max-width: 102px;
    }
    .checkout-cart-index .cart.table-wrapper th.col {
        font-size: 12px;
    }
    .checkout-cart-index .page-wrapper > .page-main.container {
        /* max-width: none; */
    }
    .cart.table-wrapper .product-image-container {
        width: 50px !important;
    }
    .page-layout-2columns-left.catalog-product-view .alocolumns .column.main, 
    .page-layout-2columns-right.catalog-product-view .alocolumns .column.main, 
    .page-layout-2columns-left.catalog-product-view .columns .column.main, 
    .page-layout-2columns-right.catalog-product-view .columns .column.main {
        width: 100%;
    }
    .page-layout-2columns-left .alocolumns .sidebar-sticky, 
    .page-layout-2columns-right .alocolumns .sidebar-sticky, 
    .page-layout-2columns-left .columns .sidebar-sticky, 
    .page-layout-2columns-right .columns .sidebar-sticky {
        width: 100%;
    }
    .sidebar-additional .block.related .block-title.title, 
    .sidebar-additional .block.upsell .block-title.title {
        display: block;
    }
    .sidebar-additional .product-item .product-item-info .images-container .product-hover .product-item-photo {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
    }
    .sidebar-additional .product-item .product-item-info .images-container .product-hover .product-item-name {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .sidebar-additional .products.wrapper.grid .product-item .product-item-name .product-item-link {
        -webkit-line-clamp: 1;
    }
    .sidebar-additional .products.wrapper.grid .product-item:not(:last-child) .product-item-info .product-item-details {
        border-bottom: 0;
    }
    .sidebar-additional .products.wrapper.grid .product-item {
        width: 33.333333%;
        clear: unset;
    }
    .static-home-slide .slick-slide .alo-item img {
        min-height: unset;
    }
    .header .col-search {
        display: none;
    }
    .header .header-bottom {
        display: block;
    }
    .vmagicmenu {
        display: none !important;
    }
    .nav-sections {
        display: block;
    }
    .header .col-service {
        width: 100%;
    }
    .nav-sections .nav-sections-item-title {
        width: 50%;
    }
    .header .header-account {
        display: none;
    }
    
    .header .header-content .header-tool .wishlist:before {
        font-size: 2.8rem;
    }
    .header .minicart-wrapper .showcart .cart-icon:before {
        font-size: 2.8rem;
    }
    .header .header-content .header-tool .search-product a:before {
        font-size: 3.2rem;
    }
    .header .header-content .header-tool .wishlist-head {
        margin-right: 26px;
    }
    .header .header-content .col-logo, 
    .header .header-content .cart-hide-multicheckout {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .header .service-combitool {
        padding-left: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .service-combitool .service {
        justify-content: center;
    }
    .static-home-slide .col-main-right {
        width: 100%;
    }
    .static-home-slide .col-aside-center {
        width: 100%;
        margin-bottom: 30px;
    }
    .static-home-slide .col-main-center {
        width: 100%;
    }
    .blocks-promo.banner-bottom {
        margin-top: 30px;
    }
    .header .header-content {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .page-layout-2columns-right.catalog-product-view .sidebar-sticky{
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 1024px) {
    .cart.table-wrapper #shopping-cart-table .cart.item .item-info td.item_image {
        max-width: 102px;
    }
    .checkout-cart-index .cart.table-wrapper th.col {
        font-size: 12px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
    .fotorama__stage {
        max-height: 297px !important;
    }
    .catalog-product-view .product.media img {
        max-height: 297px;
    }
}
@media only screen and (max-width: 991px) {
    .cart-summary .block.shipping, 
    .cart-summary .cart-totals-main, 
    .cart-summary .block.discount {
        width: 100%;

    }
    .cart-summary .block.discount {
        margin-bottom: 30px !important;
    }
    .checkout-cart-index .field.qty .custom-qty.control {
        width: 102px;
    }
    .cart.table-wrapper .col {
        padding: 10px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .cart.table-wrapper .price-including-tax .price, 
    .cart.table-wrapper .price-excluding-tax .price {
        font-size: 13px;
    }
    .cart.table-wrapper #shopping-cart-table.table thead th.col.price, 
    .cart.table-wrapper #shopping-cart-table.table thead th.col.subtotal {
        min-width: 126px;
    }
    .cart.table-wrapper .price-including-tax .price, 
    .cart.table-wrapper .price-excluding-tax .price {
        font-size: 12px;
    }
    .product-view > .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .product-view > .row > .col {
        padding-left: 15px;
        padding-right: 15px;

    }
    .cart.table-wrapper .product-item-details .product-item-name a {
        -webkit-line-clamp: 4;
    }
    .catalog-product-view .columns .column.main {
        order: 0;
    }
    .sidebar-additional .products.wrapper.grid .product-item {
        width: 50%;
    }
    .stickyCart .stickyChild #timerSticky .stickyProductName {
        display: none;
    }
    .page-layout-1column .product.media.product-img-box {
        margin-bottom: 38px;
    }
    .catalog-product-view .fotorama__stage__frame .fotorama__img {
        margin-top: initial;
    }
    .stickyCart .stickyChild .clSticky #btnSticky {
        font-size: 11px;
    }
    .catalog-product-view .fotorama__nav-wrap--horizontal {
        /* margin-top: -130px; */
    }
    .wrap-content-ft-top .col-ft:first-child {
        margin-bottom: 35px;
    }
    .has-sidebar-filters-toggle .block.filter .block-title {
        display: inline-block;
    }
    .filter-active #maincontent {
        position: relative;
        z-index: 51;
    }
    .block.filter .block-content {
        background: #ffffff;
    }
    .toolbar .sorter {
        flex: unset;
    }
    #layerednav-list-products > .toolbar-products .modes, 
    .search.results > .toolbar-products .modes {
        order: 2;
    }
    .block.filter .block-title strong {
        left: 15px;
        border-radius: 0;
        min-width: 120px;
        padding: 0 15px;
        height: 37px;
        top: -6px;
    }
}
@media only screen and (max-width: 767px) {
    .nav-before-open .page-wrapper {
        overflow: visible;
    }
    .cart-container .cart-summary {
        padding-left: 0;
        padding-right: 0;
    }
    .checkout-cart-index .cart.table-wrapper .table td {
        align-items: center;
    }
    .cart.table-wrapper #shopping-cart-table .cart.item .item-info td.item_image {
        max-width: none;
    }
    .cart.table-wrapper .product-item-name {
        margin: 5px 0;
    }
    .cart.table-wrapper .product-image-container {
        width: auto !important;
    }
    .cart.table-wrapper #shopping-cart-table .cart.item .item-info td.col.price .items-price, 
    .cart.table-wrapper #shopping-cart-table .cart.item .item-info td.col.subtotal .items-price {
        position: static;
    }
    .cart.table-wrapper .col.qty:before, 
    .cart.table-wrapper .col.price:before, 
    .cart.table-wrapper .col.subtotal:before, 
    .cart.table-wrapper .col.msrp:before {
        padding-bottom: 0;

    }
    .cart.table-wrapper .product-item-details .product-item-name a {
        -webkit-line-clamp: 1;
    }
    .catalog-product-view .fotorama__nav-wrap--horizontal {
        margin-top: 0;
    }
    .catalog-product-view .product.media img {
        max-height: 236px;
    }
    /* .fotorama__stage,
    .page-layout-1column .product.media.product-img-box {
        max-height: 236px !important;
    } */
    .fotorama__stage {
        max-height: 236px !important;    
    }
    .product-info-main .attribute.overview {
        margin-bottom: 20px;
    }
    
    .page-layout-1column .product.media.product-img-box {
        margin-bottom: 0;
    }
    .wrap-content-ft-top .col-ft:first-child {
        margin-bottom: 10px;
    }
    .page-footer .col-primary .box-content {
        border-bottom: 0;
    }
    .page-footer .block-subscribe .subcrible-note, 
    .page-footer .block-subscribe .form.subscribe {
        width: 100%;
    }
    .page-footer .block-subscribe .subcrible-note {
        margin-bottom: 15px;
    }
    .page-footer .block-subscribe {
        margin-bottom: 0;
    }
    .footer-ribbon {
        margin: -81px 0 25px;
    }
    .footer-links-company {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .block-footer-top .container {
        padding-top: 65px;
    }
    .page-footer .wrap-content-ft-top {
        padding-bottom: 25px;
    }
    .page-footer .block-subscribe .visible {
        max-width: none;
    }
    .static-home-slide .container-cb-empty {
        padding-bottom: 55px;
        padding-bottom: 20px;
    }
    .block-product.block-product-cbtool {
        padding-top: 55px;
    }
    .blocks-promo.banner-bottom {
        margin-top: 15px;

    }
    .detail-combitool {
        padding-bottom: 45px;
        margin-bottom: 55px;
    }
    .cms-static-brand .grid-init {
        padding: 50px 30px 50px;
    }
    .static-home-slide .col-main-center .slick-dots {
        bottom: 10px;
    }
    .slick-dots li button {
        width: 8px;
        height: 8px;
    }
    .detail-combitool .detail-note {
        flex-wrap: wrap;
    }
    .detail-combitool .detail-content-primary,
    .detail-combitool .detail-content-secondary {
        width: 100%;
    }
    .detail-combitool .detail-content-primary {
        margin-bottom: 30px;
    }
    .detail-combitool .detail-content-primary .text {
        padding-right: 0;
    }
}
@media only screen and (max-width: 575px) {
    .nav-toggle-mobile {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .header .header-content .cart-hide-multicheckout {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .header .header-content .col-logo {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .product-image-container .product-image-wrapper .product-image-photo {
        max-height: 174px;
    }
    .price-box .price-container .price {
        font-size: 19px;
    }
    .products.wrapper.grid .product-item .product-item-info form {
        width: 45px;
        height: 45px;
    }
    .product-item .actions-secondary .action, .product-item .actions-primary .action {
        font-size: 2rem;
    }
}
@media only screen and (max-width: 480px) {
    .sidebar-additional .products.wrapper.grid .product-item {
        width: 100%;
    }
    .product-info-main .page-title-wrapper .page-title {
        font-size: 1.5rem;
    }
    .header .header-content .header-logo .logo {
        max-width: 118px;
    }
    .header .header-content .header-tool .search-product {
        display: none;
    }
    .service-combitool .service .item {
        font-size: 13px;
    }
    .product-image-container .product-image-wrapper .product-image-photo {
        max-height: 307px;
    }
    .blocks-promo .block-promo-wrapper .main-promo .image img {
        min-height: unset;
        object-fit: unset;
    }
    .container-title .title-block {
        padding-bottom: 18px;
    }
    .block.filter .block-title strong {
        min-width: 100px;
    }
    .product-social-links {
        width: 100%;
    }
    .product-info-main .product-add-form {
        width: 100%;
    }
    .product-info-main #product_addtocart_form {
        width: 100%;
    }
    .catalog-product-view .box-tocart {
        width: 100%;
    }

}
@media only screen and (max-width: 360px) {
    #layerednav-list-products > .toolbar-products .sorter-options {
        min-width: 132px;
    }
}


/* zoetrinh developer  */
/* 18/11/2021 */
.static-home-slide .col-main-center .slick-slide img{
    width: 100%;
}

.blocks-promo.banner-bottom{
    margin-top: 15px;
}
 .labelnew{display:none;}
 .product-label .sticker {display:none;}
 .countdown .days{display:none;}
 .iosc-place-order-container button.action{height:55px; line-height:inherit;}
 .opc-wrapper #shipping-new-address-form{margin-right: 0px; margin-left: 0px;}
 .tig-postnl-field-group{padding: 0 15px} 

 .product-info-main .attribute ul{list-style-type: none !important; padding: 0px;}
  .product-info-main .attribute ul li { padding: 0 0 0 30px; position: relative; }
 .product-info-main .attribute ul li::before{content: url(../images/icon-checkmark-outline.svg); position: absolute; left: 0;}
 .vmagicmenu .nav-desktop .level0 .level-top-mega .content-mega-horizontal .mage-column.cat-mega { padding-top: 14px; }
 .level0.category-item.mage-column.cat-mega {
    -webkit-columns: 200px 5;
    -moz-columns: 200px 5;
    columns: 200px 5;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a{font-weight: normal !important;}
.vmagicmenu .level0 .level-top-mega .children li a{font-weight: normal !important;}
.vmagicmenu .level0.category-item.level-top.cat.nav-15 > a{color: #e61010}
.vmagicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a{font-size: 20px;}
.vmagicmenu .nav-desktop.vmagicmenu-narrow > .level0 a.level-top{line-height:30px;}
.vmagicmenu .nav-desktop .level0 .level-top-mega .content-mega-horizontal{width:950px !important;}
.magicproduct .mc-new .old-price{display:none;}
.col-nav-vmenu-cb .vmagicmenu .level0 .level-top-mega .children a span{font-size:16px;}
.block.filter .block-title strong {z-index: 999;}
.block.filter .block-content { z-index: 9999; }
.block.filter.active .block-title {z-index: 999999;}
.toolbar .sorter .sorter-label, .toolbar .sorter .sorter-options, .toolbar .sorter .sorter-action{float:left;}
.toolbar .sorter .sorter-action{display:block !important}
.ambrands-letters-list .ambrands-letter .ambrands-title{
    font-weight: 800;
    font-size: 4rem;
    color: #ccc;
    line-height: 1.42857143;
    margin: 0 0 10px;
}
.ambrands-letters-list .ambrands-brand-item.-no-logo{
    max-width: 100% !important;
    text-align: left;
    position: relative;
    margin: 0 0 0 20px;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner{
    display: inline-block;
    font-size: 1rem;
    line-height: 1;
    padding: 0.25rem;
    text-decoration: none;
    color: #ffac3d;
    border: none;
    border-radius: 0;
    background: none;
    box-shadow: none;
}
.ambrands-letters-list .ambrands-brand-item.-no-logo:before{
    color: #ccc;
    content: '-';
    display: inline-block;
    font-size: 2rem;
    position: absolute;
    left: -10px;
    top:3px;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner:hover, .ambrands-letter .ambrands-brand-item .ambrands-inner:focus{
    background: none;
    border: none;
}
.ambrands-letter .ambrands-brand-item .ambrands-label{
    font-size:16px;
    padding:0;
}

/* Commenting out the CSS for the Cookiebot dialog /
/
div#CybotCookiebotDialog {
top: auto !important;
bottom: 0;
}
*/
.ambanners {
    text-align: center;
}
.ambanners img {
    max-width: 300px;
    margin: 30px auto;
}

#product_addtocart_form { flex-wrap: wrap;}
.ambanners { width: 100%; max-width: 100%; text-align: left;}
.ambanners p { margin:10px 0 0 0px;}

.ambanners .block {display: none;}
.banner-flex {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: left;
}
.banner-flex img {
    max-width: 50%;
}
.banner-flex img:first-child {
    width: 100%;
    max-width: 100%;
}
.detail-parts {
    display: flex;
    width: 100%;
    align-items: center;
  }
  .parts_image {
    width: 25%;
    height: 100%;
  }
  .parts_info {
    width: 75%;
    flex: 1;
    max-height: 500px;
    overflow-y: auto;
  }
  @media(max-width:990px) {
    .detail-parts {
      flex-direction: column;
    }
    .parts_image {
      height: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      width: 100%;
      max-width: 100%;
      margin-bottom: 20px;
    }
    .parts_info {
      width: 100%;
    }
    }
    .checkout-index-index .checkout-shipping-method .row {
    display: table;
}
.table-checkout-shipping-method tbody td {
    padding-bottom: 10px;
    padding-top: 10px;
}
#opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method .col-price {
     min-width: 0px; 
}