/*

Primary:#122F67
Secondary:#60bb46
Territory:#555


*/





/*Products Items*/

.block,
.block-banners,
.block-banners-inline {
    margin-bottom: 20px;
}

/*Category products*/
.product-items .item {
    margin-bottom: 20px;
    height: 100%;
}




.product-items .item .product-item-info {
    position: relative;
    padding: 15px;
    height: 100%;
    width: auto;
    border: 0px solid;
    border-color: inherit;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
   
}


.items-grid .item .product-item-info {
  padding-bottom: 15px;
}

.product-items .product-item-img a {
    text-align: center;
    display: block;
    max-width: 100% !important;
}

.product-items .product-image-wrapper {
    text-align: center;
}

.product-items .product-image-photo {
    display: inline-block !important;
    width: auto;
    height: auto;
    max-height: 100%;
}

.product-items .item .price-box .price {
    font-size: 20px;
    font-weight: 600;
}

/*Category products:- grid view*/
.category-products .column.main{
    min-height: 0;
}
.category-products-grid.products.grid {
    margin: 0 !important;
}

.category-products-grid .product-items {
    box-sizing: border-box;
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}

.category-products-grid .item {
    width: 100%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 10px;
    padding-bottom: 0 !important;
    box-sizing: border-box;
    border-width: 0;
    box-shadow: none;
    height: auto!important;
}

@media (max-width:1024px) {
    .category-products-grid .item {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

@media (max-width:576px) {
    .category-products-grid .item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width:360px) {
    .category-products-grid .item {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width:812px) {
   
   .category-products-grid .item .custom-btns{
       display: block;
   }
   .category-products-grid .item .quantity_custom{
       margin-bottom: 10px;
   }
}



.items-grid.equal-height .item .actions {
    bottom: 15px !important;
    /* <== To override in grid view */
    padding: 0 !important;
    /* <== To override in grid view */
    width: 89%;
    /* <==  width:89% for none-supported browser */
    width: calc(100% - 30px );
    text-align: center;
    margin: 0;
    /* position: static; */
    left: 15px;
}



.itemslider .items-grid.centered .item .actions,
.product-items button.action.tocart.primary,
.product-items .product-item-actions .actions-primary{
    width: 100%;
    float: none;
    display: block;
}

.itemslider .items-grid.centered .item .actions span,
.product-items button.action.tocart.primary span,
.product-items .product-item-actions .actions-primary span{
    padding-right: 15px;
}

.product-items .item .tocart{
    border-bottom: 4px solid #60bb46;
    text-align: left;
    font-size: 12px;
    position: relative;
}

.product-items .item .tocart:hover{
    border-bottom: 4px solid #122F67;
}

.product-items .item .tocart::after {
    content: "\e263";
    display: inline-block;
        font-family: ThemeIcons;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;

        position: absolute;
        right: 7px;
        font-size: 18px;
}


.items-grid.equal-height .item {
    padding-bottom: 0;
}

.items-grid.equal-height .item .product-item-info {
    padding-bottom:70px;
}

.product-item-img a {
    display: block;
}

.items-grid .product-item-name {
    line-height: normal;
    font-size: 13px;
     min-height: 55px; 
    overflow: hidden;
    margin-top: 0;
    padding-top: 10px;
        overflow: hidden;
  /*   -o-text-overflow: ellipsis;
  text-overflow: ellipsis; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*  */
    -webkit-line-clamp: 3;
}

.items-grid .product-item-name a{
    display: block;
}

.products-grid .product-item{
    margin-bottom: 0;
}

/*Category products:- list view*/
.products-list .item {
    border: 0;
    padding: 0;
}

@media (min-width:813px) {

    .products-list .item .product-item-info {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    /* .products-list .item .product-item-info > div,
    .products-list .item .product-item-info > section{
        width: 100%;
        -webkit-box-flex:0;
            -ms-flex:0 0 33.33%;
                flex:0 0 33.33%;
        max-width: 33.33%;
        display: block;
    } */
    .products-list .item .addto-links {
        display: flex;
        margin-top: 15px;
    }
}

/* 
 .products-list .item .product-item-info{
     display: block;
 }

 */


.product-items .btn-custom {
    font-size: 12px;
    width: 100%;
    margin-top: 5px;
    text-align: center;
}

.product-items .btn-custom_secondary {
    background-color: #555;
}


@media (max-width:560px) {
    .products-list .item .product-item-info {
        display: block;
    }

    .products-list-ext .product-item-details,
    .products-list-ext .product-item-inner {
        padding-left: 0;
    }

    .products-list .item .addto-links {
        margin-top: 0;
    }
}


.catalogpages .product-item {
    margin-top: 0;
}


/*Block itemslider*/
.block.itemslider .owl-wrapper {
    display: flex !important;
}

.block.itemslider .owl-item {
    padding: 3px 7.5px;
}

.block.itemslider .item {
    padding: 0;
    background-color: #fff;
}


.block.itemslider .wrapper.grid {
    margin: 0 -10px;
}

.block.itemslider .block-content {
    margin-bottom: 0;
}

.items-grid-thumbnails .product-item-name {
    min-height: 65px;
}




/*Scroll items in sidebar*/
.custom-sidebar-right .block.itemslider .item {
    text-align: left;
    padding: 0 10px;
}

.product-item-img .brand {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 60px;
}

.sidebar .action.primary {
    font-size: 12px;
}

#cart-sidebar-reorder .product-item {
    padding-left: 18px;
    position: relative;
    min-height: 80px;
}
#cart-sidebar-reorder .choice {
    position: absolute;
    left: 0;
    top: 0;
}

.modal-popup .modal-footer {
    padding: 15px;
}

.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
    padding-left: 15px;
    padding-right: 15px;
}

.box-brand img {
    margin: 0;
}

.cart-container .checkout-methods-items .action.primary {
    font-size: 15px;
}

/*My account*/
.account-nav .item a:not(:hover) {
    color: inherit;
}

/*Blog*/
.post-holder {
    background-color: #f5f5f5;
    padding: 15px;
}

.post-list .post-content .post-read-more,
.post-view .post-nextprev-hld .nextprev-link {
    background-image: none;
    background: #000;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    /* font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; */
    font-weight: 600;
    padding: 8px 15px;
    font-size: 1.4rem;
    box-sizing: border-box;
    vertical-align: middle;
    text-transform: uppercase;
}

.post-list .post-content .post-read-more:hover,
.post-view .post-nextprev-hld .nextprev-link:hover {
    background-color: #ef6800;
}

.post-list .post-header .post-title {
    margin-top: 0;
    padding-top: 0;
}

.post-list .post-header .post-title a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2rem;
    color: #222;
    display: block;
}

.widget.block-categories li a:not(:hover) {
    color: #333;
}

.widget.blog-search .action.search {
    top: 50%;
    margin-top: -7px;
}

.widget.blog-search .action.search:before {
    content: "\e235";
    font: normal normal normal 14px/1 ThemeIcons;
}

.post-view .block {
    margin-bottom: 0;
}

.product-item .tocart,
.product-items .item .tocart {

    text-transform: uppercase;
    padding: 12px 15px;
}

.products-list .product-item .tocart{
  padding-top: 12px;
  padding-bottom: 12px;
}


.scroll-items .product-item-actions {
    display: flex;
    align-content: center;
    justify-content: space-between;

    position: absolute;
    left: 0;
    bottom: 0;
    margin:0!important;
    border-top: 1px solid #ddd;
    padding-top: 0;
    width: 100%;
}

.scroll-items .product-item-actions>* {
    display: block !important;
    margin: 0 !important;
}

.scroll-items .product-item-actions form {
    display: flex;
    height: 100%;
}

.scroll-items .product-item-actions .actions-primary {
    flex: auto;
        float: none !important;
}

.scroll-items .product-items .item .tocart {
    width: 100%;
    height: 100%;
    border-radius: 0;
    font-weight: 600;
    font-size: 13px;
}



@media (max-width:767px) {
    .scroll-items .product-items .item .tocart {
        font-size: 12px;
    }
}



.prices-tier {
    background: none;
    padding: 0;
    margin: 0;
}




.breadcrumbs {
    margin: 0 0 20px;
}





.sidebar .block-title {
    height: auto;
    line-height: 22px;
    padding: 0 0 10px!important;
    background: none;
    color: #000;
    font-size: 18px;
    font-weight: normal;
    border: 0;
        border-bottom: 1px solid #bebebe!important;
        margin-bottom: 0 !important;
}
.block .block-title strong, .block-title a, .block-title strong {
    color: #000;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
}

.sidebar .block{margin-bottom:15px;}

.sidebar .block-subtitle,
.sidebar .block-title{height:auto;line-height:22px;padding:0 0 10px!important;background:none;color:#000;font-size:18px;font-weight:normal;border:0;border-bottom:1px solid #bebebe; text-transform: uppercase; }


.block .block-title strong, .block-title a, .block-title strong{color:#000;font-size:18px;font-weight:normal;text-transform:uppercase;}
.sidebar .block-content{padding:10px 0;color:#555;font-size:12px;margin:0;border:0;}
.sidebar .block-account .block-content, .block.block-promo .block-content,
.sidebar .block-account .block-content{padding:0;}
.sidebar .block-vertnav .block-content{padding:0;border:0;background:#f6f6f6;}
.sidebar .block-content a{color:#555;}





.sidebar .block-compare .block-title{
    margin-bottom: 15px !important;
}

@media (min-width: 768px){
  .is-blog .column.main{
    width: 62%;
        border-right: 1px solid #e5e5e5;
        box-sizing: border-box;
        padding-right: 25px;
  }
   .is-blog .sidebar-main{
    width: 38%;
  }  
}

.is-blog .breadcrumbs{
    margin-bottom: 20px;
}

.is-blog .post-list h2{margin:10px 0;line-height:normal; font-size: 24px; }
.is-blog .post-list h2 a{color:#333;}
.is-blog .post-list h3{padding:5px 10px;background:#eee;font-size:12px;}
.is-blog .postDetails{display:none;}
.is-blog .block .block-content li.item{padding:0;}
.post-entry{font-size:100%;}
.is-blog .social{margin-bottom:20px;}
.is-blog .post-date{background:#575757;color:#fff;font-size:1.1em;font-weight:700;padding:0.25em 0.5em;text-transform:uppercase;display:inline-block;font-style:normal;}
.is-blog .sidebar .block, .sidebar .grouped, .is-blog .post-list li.item{border-bottom:1px dashed #dadada;margin-bottom:30px;padding-bottom:0;}
.sidebar .grouped .block{display:inline-block;vertical-align:top;padding-right:30px;border:0;padding-bottom:0;}
.sidebar .grouped .block .block-title{border:0;padding:0;}
.is-blog .no-gutter.grid-col2-main{width:62%;border-right:1px solid #e5e5e5;box-sizing:border-box;padding-right:25px;}
.is-blog .no-gutter.grid-col2-sidebar{width:38%;float:right;}
.alignright{margin:15px;margin-right:0;}
.alignleft{margin:15px;margin-left:0;}

.is-blog .page-title-wrapper{
    display: none;
}
.is-blog .page-title{
    font-size: 34px;
}

.is-blog .sidebar-additional{
    display: none;
}


.is-blog .read-more{
    color:  #122F67;;
}

@media (min-width: 1024px), print
{
    .ambrands-search-wrapper {
        float: right;
        width: 20%;
        margin-top: 46px;
    }
}

.brand-images .brands-letter{
    padding-right: 0;
    margin-bottom: 0;
}

.brand-images .brands-letter .bare-list{
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.brand-images .brands-letter .brand-item{
    margin:0;
}
.brand-images li.brand-item{
    flex: 0 0 12.5%;
    max-width: 12.5%;
    min-width: 0;
    padding: 10px;
    margin: 0;
    
}

@media (max-width:812px){
    .brand-images li.brand-item{
       flex: 0 0 16.66%;
       max-width: 16.66%; 
    }
}
@media (max-width:768px){
    .brand-images li.brand-item{
       flex: 0 0 25%;
       max-width: 25%; 
    }
}
@media (max-width:640px){
    .brand-images li.brand-item{
       flex: 0 0 33.33%;
       max-width: 33.33%; 
    }
}

@media (max-width:580px){
    .brand-images li.brand-item{
       flex: 0 0 50%;
       max-width: 50%; 
    }
}


.brand-images li.brand-item.no-img .item {
    /* border: 5px solid #ddd; */
    /* height: 160px; */
    display: flex!important;
    align-items: center;
    justify-content: center;
}
.brand-images li.brand-item.no-img .item .label{
    margin-top: 0;
    padding-top: 0;
    font-size: 13px;
        line-height: normal;
}


.brand-images li.brand-item *{
    transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.brand-images li.brand-item .item{
   border: 1px solid #ddd;
   padding: 10px;
}

.brand-images li.brand-item .item:hover{
    border-color: #122F67;
}

.brands-letter .brand-item .label{
    font-size: 11px;
}
.brands-letter .brand-item .label:before{
    display: none;
}

.brands-letter .brand-item .count {
    background-color: rgba(0, 0, 0, 0.15);
    font-size: 11px;
    color: #444;
    font-weight: bold;
}
.brand-images li.brand-item .item:hover .count{
    background-color: #122F67;
    color: #FFF;
}

.brand-images li.brand-item .ambrands-image{
    max-height: none;
}
.brand-images .brands-letter .letter .title {
    background-color: #fef0f3;
    color: #122F67;
    display: inline-block;
    padding: 5px 10px;
    font-weight: bold;
    border: 1px solid;
    border-bottom: 0;
}

.brand-images .brands-letter .letter {
    border-bottom: 1px solid #122F67;
    font-size: 18px;
    font-weight: 400;
}


.brands-filters a.letter.-letter-all {
    display: inline-block;
    float: none;
    margin-bottom: 10px;
}

.brands-filters .letters-box{
    font-size: 0;
}
.brands-filters .letter {
    background-color: #fef0f3;
    color: #122F67;
    padding: 5px 10px;
    font-weight: bold;
    display: inline-block;
    margin: 0;
}
.brands-filters .letter:hover, .brands-filters .letter.-active{
    background-color: #122F67;
    color: #FFF;
}

.brands-filters .letter.-disabled {
    opacity: 0.6;
    pointer-events: none;
    background-color: #f1f1f1;
    color: #444;
}

.ambrands-search-wrapper #livesearch{
    border-top: 2px solid #122F67;
}





.brand-block-product { display: flex; justify-content: space-between; }
.brand-block-product .page-title { padding-right: 10px; }
.brand-block-product .amshopby-option-link { flex: 0 0 70px; max-width: 70px; }



.customer-agreements-block{
    margin-bottom: 15px;
}
.customer-agreements-block label > button{
    color: #333;
}
.customer-agreements-block .required-entry,
.customer-agreements-block label{
    vertical-align: middle;
}



#notice-cookie-block .content{
    display: flex;
    align-items: center;
    justify-content: center;
}

#notice-cookie-block .content > *{
    margin: 0;
    padding:0 10px;
}

/*Hide in checkout page*/
/* #checkout-payment-method-load,
.iwd_opc_column_name[data-bind="i18n: 'Payment Method'"],
#checkout-payment-method-load ~ .iwd_opc_section_delimiter{
    display: none;
} */


.custom-btns{
    display: flex;
    align-items:center;
    justify-content: space-between;
}

.quantity_custom {
    display: flex;
    align-items: center;
    justify-content: center;

}

.products-list .custom-btns{
    display: block;
}

.products-list .quantity_custom{
    justify-content: left;
    margin-bottom: 15px;
}

.products-list .actions-primary{
    float: none;
    margin-bottom: 15px;
    display: block;
}


.quantity_custom #qty{
    width:44px;
}

.button-container{
    width: 20px;
    font-size: 0;
}

.button-container button {
    background-color: #eee;
    color: #333;
    padding: 5px;
    font-weight: bold;
    font-size: 14px;
    width: 20px;
    height: 16px;
    padding: 0;
    text-align: center;
}
.button-container button:hover{
    background-color: #122F67;
    color: #fff;
}


.crosssell .product-item{
    text-align: center;
}
.crosssell .product-item-actions{
    display:inline-block;
}
.crosssell .product-item-name{
    line-height: normal;
        font-size: 14px;
        height: 60px;
        overflow: hidden;
        border-top: 1px solid #e5e5e5;
        padding-top: 10px;
        text-align: center;
}


div#iwd_opc_powered_by_logo{
    display: none;
}


.page.messages.stick-msg {
    position: fixed;
    width: 100%;
    left: 0;
    top: 53px;
    z-index: 99;
}

.page.messages.stick-msg .messages {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}


#scroll-to-top:hover{
    background-color: #60bb46;
}

@media (max-width:1024px){

#scroll-to-top{
    display: none!important;
    
}

}

.ui-slider-handle{
    background: #60bb46;
}

.choice.consent div.mage-error{
    float: right;

}

.block.newsletter .field.consent {
    background-color: #eee;
    padding: 10px;
}



.product-reviews-summary .action.view{
    font-weight: bold;
}

.product-info-main .btn-custom {
    font-size: 12px;
    width: 100%;
    margin-top: 5px;
    max-width: 200px;
    text-align: center;
}

.product-info-main .btn-custom_secondary {
    background-color: #555!important;
}


.product-lower-primary-column.grid12-12{
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}



@media (max-width:480px){
    .block.filter .block-title.filter-title strong{
        position: static;
        display: block;
        line-height: normal;
    }

    .filter.active .filter-title strong:after{
        position: absolute;
        right: 0;
    }
}



#layered-filter-block-container .filter-options-content a{
    display: inline-block;
}
div#ln_slider_text_price{
    margin-top: 10px;
}


.box-tocart{
    position: relative;
}
.box-tocart #qty-error {
    position: absolute;
    left: 0;
    top: 95%;
    border: 1px solid;
    padding: 4px 10px;
    height: 26px;
    background-color: rgba(224, 43, 39, 0.10);
        white-space: nowrap;
}

#block-stockalert .bss_productstockaler{
    position: relative;
    max-width: 420px;
}


#block-stockalert .field {
    width: 100%;
    margin-right: 0;
}

#block-stockalert .actions-toolbar{
    position: absolute;
    right: 0;
    top: 0;
}

#block-stockalert .notify{
    height: 32px;
}



.col-scroll-items{
    margin-bottom: 30px;
}


.page-main>.page-title-wrapper {
    margin: 40px 0 20px;
}
.page-title {
    font-weight: 300;
}

.addto-links-icons.addto-onimage {
    padding: 0;
    bottom: 15px;
    right: 15px;
}



.sideacco .nav-item>a{
    background-color: #FFF;
    padding: 0;
    line-height: normal;
    font-size: 14px;
    padding: 12px 0;
    transition: all .5s cubic-bezier(.25, .46, .45, .94);
    border-bottom-color:#e5e5e5;
}
.sideacco .nav-item>a:hover{
    padding-left: 10px;
    background-color: #eee;
    color: #222;
}

/*Gallery*/
.fotorama__stage {
    border: 1px solid #ddd;
    padding: 15px 0;
    margin-bottom: 15px;
}
.filter-options-content{
    padding-left: 0;
}
.swatch-attribute .swatch-option, .swatch-attribute .swatch-option.text {
    line-height: normal;
    display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
    font-size: 12px;
    color: #555;
    border: 1px solid #ddd;
    height: 30px;
   /*  width: 30px; */
   height: 38px;
   padding: 10px;
}

.swatch-attribute.brand .swatch-option {
    width: auto;
    height: 38px;
    padding: 10px;
}
.swatch-option-tooltip .image {
    max-width: 80px;
    height: 50px;
}

.swatch-attribute-options {
    /* padding: 10px 0 5px; */
    box-shadow: none!important; 
}

.product-view .swatch-attribute .swatch-option{
    border: 1px solid #ddd;
}


.product-info-main .product-info-stock-sku>*{
   display: inline-block;
   margin:5px 5px 5px 0;
   vertical-align: middle;
}

.product-info-main .product-add-form{
    margin-bottom: 0;
    border:0;
}

.feature-wrapper.top-border{
    padding-top: 0;
    margin-top: 10px;
    border:0;
}
.product-info-main .product-info-stock-sku{
   margin-top: 15px;
   padding-bottom: 10px;
   margin-bottom: 0;
   border-bottom: 0;
    border:0;
}


.sticker-wrapper.top-left{
    display: none;
}


.product-view.product-columns-wrapper{
    display: flex;
    flex-wrap:wrap;
}

.custom-sidebar-right .inner{
    border:0;
    padding-left: 0;
}


/* .related .owl-theme .owl-controls{
    display: none!important;
}
 */

.related.block.itemslider .block-title{
margin-bottom: 45px;
}

.related .owl-theme .owl-controls .owl-buttons {
    top: -36px;
    left: 50%;
    right: auto;
    margin-left: -30px;
}
#itemslider-product-related .owl-wrapper{
    display: block !important;
}

#itemslider-product-related .owl-item{
    padding-left: 0;
    padding-right: 0;
}

.block.itemslider .block-title {
    padding: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    line-height: normal;
    height: auto;
    padding-bottom: 5px;
}
#block-related-heading {
    font-size: 14px;
    display: block;
    text-align: center;
    margin: 0;
}

@media(min-width:768px){
   
  .product.data.items.style1.show-tabs>.item.title>.switch {
      line-height: 30px;
      height: 30px;
      background: none;
      width: 200px;
      max-width: 196px;
      border: 0!important;
      text-align: center;
      text-transform: uppercase;
      font-size: 13px;
      color: #555;
  }

  .product.data.items.style1.show-tabs > .item.title.active::after {
      left: 1px;
      bottom: -2px;
      height: 3px;
      background-color: #122f67;
      width: calc(100% - 2px);
  }
  
}

@media(min-width:768px) and (max-width:1024px){
    .product.data.items.style1.show-tabs>.item.title>.switch{
        max-width: 130px;
    }
}




.product.data.items.style1.show-tabs > .item.content{
    margin-top: 30px;
    border-top: 1px solid #ccc;
    background-color: #eee;
    padding: 15px;
}

.product.data.items.style1.show-tabs > .item.content.gallery-wrap{
    border: 0;
    border-top: 1px solid #ccc;
    background: none;
    padding: 0;
    background-color: #FFF;
}

/* .product-img-column.grid12-6.no-left-gutter.product.media{
    max-height: 800px;
} */

/* .product-img-column .product,
.product.data.items.style1.show-tabs > .item.content{
   height: 100%;
}
 */

.show-tabs .inner-content{
    border: 1px solid #60bb46;
    padding: 15px;
    height: 100%;
}

.show-tabs .gallery-wrap .inner-content{
    border:0;
    padding: 0;
    padding-top: 15px;
}


.product-info-main .page-title-wrapper .page-title{
    font-size: 26px;
        line-height: normal;
        font-weight: 400;
        color: #000;
        border-bottom: 1px solid #ddd;
        padding-bottom: 15px;
}

.product-primary-column.product-shop.grid12-4.product-info-main{
    width: 35%;
}
.product-secondary-column.custom-sidebar-right.grid12-2{
    width: 12%;
}

@media(min-width:813px){
    #itemslider-product-related .product-item-name{
        padding-top: 10px;
        margin-bottom: 0;
        font-size: 12px;
    }
    #itemslider-product-related .item{
        margin-bottom: 10px;
        
    }
    #itemslider-product-related .product-item-info{
        text-align: center;
        padding: 0;
        box-shadow: none;
    }
    #itemslider-product-related .actions{
        display: none;
    }
    #itemslider-product-related .price-box{
        margin-bottom: 0;
        margin-top: 0;
        line-height: normal;
    }

    #itemslider-product-related .price-box .price{
        font-size: 14px;
    }



}

/* .product-info-main .addto-links .action{
    font-size: 13px;
} */

.product-info-main .product-social-links {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 15px 0 5px;
    line-height: normal;
    font-size: 14px;
    margin-bottom: 0;
}


.product-info-main .box-tocart{
    display: block;
}
.product-info-main .box-tocart .fieldset{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
}


@media(min-width:1025px){
   .product-info-main .box-tocart .actions{
       flex: 0 0 66%;
       max-width: 66%;
   } 
}

.product-info-main .box-tocart .field.qty {
    max-width: 138px;
    /* flex: 0 0 138px; */
    margin-left: auto;
    width: 100%;
}

.product-info-main .box-tocart .actions button{
    width: 100%;
    margin: auto;
    float: none;
    display: block;
}


.product-info-main .product-info-stock-sku .stock {
    border: 2px solid;
    display: inline-block;
    padding: 2px 10px;
    font-size: 13px;
    text-transform: none!important;
    color: #000;
    font-weight: normal;
    position: relative;
}

.product-info-main .product-info-stock-sku .stock::before {
   
    display: inline-block;
    font-family: ThemeIcons;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
   /* position: absolute; */
   /* right: 7px; */
   font-size: 14px;
   vertical-align: middle;
   
   line-height: normal;
   margin-right: 3px;
}

.product-info-main  .product-info-stock-sku .stock.available{
    border-color: #60bb46;
}

.product-info-main .product-info-stock-sku .stock.available::before{
   content: "\e20e"; 
   color: #60bb46;
}
.product-info-main .product-info-stock-sku .stock.unavailable::before{
   content: "\e20f";
   color:red;
   font-size: 18px;
}

.product-info-main  .product-info-stock-sku .stock.unavailable{
    border-color: red;
    opacity: 0.7;
}
.product-info-main .product-info-price{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
   
}

.product-info-main .find-lower-price{
    flex: 0 0 100%;
    max-width: 100%;
}

.product-info-main .product-info-brand {
        max-width: 90px;
    flex: 0 0 90px;
    margin-top: 15px;
    margin-bottom: 15px;
}


.product-info-main .product-info-price .price-box{
  /*   display: -webkit-box;
  display: -ms-flexbox;
  display: flex; 
  flex-wrap: wrap;
  */
    margin: 15px 0;
    
}

@media(min-width:813px){
   /* .product-info-main .product-info-price .price-box{
    max-width: 79%;
   }  */
}

.product-info-main .product-info-price .price-box > span{
    padding-right: 8px;
    display: inline-block;
    vertical-align: middle;
}

.product-info-main .inc_price{
    flex: 0 0 100%;
    max-width: 100%;
   display: block!important;
    margin-top: 5px;
    color: #666;
    padding-right: 0 !important;
}



.product-info-main .special-price .price-label{
    display: none;
}

.product-info-main .product-info-price .price-box span.price{
    font-size: 28px
}

.product-info-main .product-info-price .price-box .old-price span.price{
    font-size: 22px
}



.product-info-main .special-price .price-container .price{
    font-weight: 600;
}

.product-info-main .product-reviews-summary{
    font-size: 12px;
}

.product-info-icons > *{
    display: flex;
    align-items:center;
    font-size: 13px;
    margin-top: 15px;
}
.icon-list-info img {
    margin-right: 5px;
    max-width: 32px;
}

.product-info-box {
    margin-bottom: 8px;
    color: #666;
    font-size: 13px;
}

.product-info-box__display {
    color: #000;
}



.product-delivery-info{
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    color: #333;
    text-align: center;
    margin: 50px 0;
    align-items: center;
}


.product-delivery-info > *{
    padding-top: 10px;
    padding-bottom: 10px;
}

.product-delivery-info > * > *{
    display: inline-block;
}

.product-delivery-info-border{
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.product-delivery-info strong {
    font-weight: 500;
    color: #122f67;
}

@media(max-width:812px){
   
   .product-view.product-columns-wrapper{
       display: block;
   }
   .product-view.product-columns-wrapper > *{
       display: block;
       float: none;
       width: 100%!important;
       max-width: 100%;
   }

   .product-info-main .box-tocart .fieldset{
    justify-content: flex-end;
   }

   .product-info-main .box-tocart .field.qty{
    margin-left: 10px;
   }
   .product-info-main .product-info-price{
    justify-content: normal;
   }
   .product-info-main .product-info-price .price-box{
    margin-right: 15px;
   }

   .product-secondary-column.custom-sidebar-right.grid12-2{
    margin-top: 30px;
   }

   #itemslider-product-related .items-group{
        display: flex;
        flex-wrap: wrap;

   }
   .custom-sidebar-right .block.itemslider .item {
       flex: 0 0 33.33%;
       max-width: 33.33%;
   }

   



}


.custom-AddThis{
    text-align: right;
}
.custom-AddThis .feature-wrapper {
    display: inline-block;
    text-align: left;
    margin-bottom: 10px;
}

.table-dimension tr td {
    padding: 3px 0;
    font-size: 13px;
}
.table-dimension tr td:first-child {
    /* max-width: 20px; */
    width: 38%;
}




.block.upsell.itemslider{
    margin-top: 30px;
}


@media(max-width:767px){
   
  .product.data.items.style1.show-tabs > .item.content.gallery-wrap{
      border: 0;
      margin-top: 0;
  }

  #maincontent .product.data.items.style1>.item.title>.switch{
      padding-top: 10px;
      padding-bottom: 10px;
      height: auto;
      line-height: normal;
  }
  .product-info-main .box-tocart .actions .action.tocart{
    min-width: auto;
    font-size: 15px;
  }
 

  .product-delivery-info{
    display: block;
    margin-top: 0;
  }
  .product-delivery-info-border{
    border:0;
  }
}






.product-view .product-items .item .product-item-info{
    padding: 0;
    box-shadow: none;
    text-align: center;
}
.product-view .items-grid .price-box{
    margin: 0;
}

.block-viewed-products-grid .product-item-info{
    text-align: center;
}
.block-viewed-products-grid .product-item-actions{
    display: none;
}

.block-viewed-products-grid ol.product-items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7.5px!important;
}

.block-viewed-products-grid .product-item {
    flex: 0 0 12.5%;
    max-width: 12.5%;
    margin: 0!important;
    padding: 0 7.5px!important;
}


@media(max-width:812px){
    
    .block-viewed-products-grid .product-item {
        flex: 0 0 16.66%;
        max-width: 16.66%;
       
    }

}

@media(max-width:575px){
    
    .block-viewed-products-grid .product-item {
        flex: 0 0 33.33%;
        max-width: 33.33%;
       
    }

}

@media(max-width:480px){
    
    .block-viewed-products-grid .product-item {
        flex: 0 0 50%;
        max-width: 50%;
       
    }

}


.block-viewed-products-grid .product-item-name {
    font-size: 12px;
}

.block-viewed-products-grid .block-title{
    padding: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    line-height: normal;
    height: auto;
    padding-bottom: 5px;
}




#layer-product-list .product-item-actions::before,
#layer-product-list .product-item-actions::after{
    display: none;
}



.page.messages .messages{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}


.offer-price {
    display: block;
    text-decoration: none!important;
    font-size: 16px;
    color: #d50100;
}
.offer-price span {
    display: inline-block;
}

.product-info-main .wk-deal-off{
    padding: 5px 10px;
}

.catalog-product-view .wk-daily-deal {
    width: auto;
    padding: 20px;
    border: 1px solid #ddd;
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
}

.wk-deal-left-border{
    display: none !important;
}

.catalog-category-view .deal-price-label, .catalogsearch-result-index .deal-price-label, .catalogsearch-advanced-result .deal-price-label, .dailydeals-index-index .deal-price-label, .wishlist-index-index .deal-price-label, .catalog-product-compare-index .deal-price-label{
    padding: 5px 10px;
}

.product-info-main .wk-deal-off,
.catalog-category-view .deal-price-label, .catalogsearch-result-index .deal-price-label, .catalogsearch-advanced-result .deal-price-label, .dailydeals-index-index .deal-price-label, .wishlist-index-index .deal-price-label, .catalog-product-compare-index .deal-price-label,
.catalog-category-view .wk-deal-left-border, .catalogsearch-result-index .wk-deal-left-border, .catalogsearch-advanced-result .wk-deal-left-border, .dailydeals-index-index .wk-deal-left-border, .wishlist-index-index .wk-deal-left-border, .catalog-product-compare-index .wk-deal-left-border {
    background: #d50100!important;
}



#mp-newsletter-validate-detail .g-recaptcha{
    visibility: hidden;
    height: 0;
    width: 0;
    overflow: hidden;
    margin: 0;
}



.product-info-main #counter{
    margin-bottom: 15px;
}
.product-info-main #counter th{
    padding: 0;
        font-size: 33px;
}
.product-info-main #counter td {
    padding: 5px 0px;
    font-size: 12px;
}

.product-info-main #counter th.hour{
    text-align: center;
}

#counter .deal-off{
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
}
.product-info-main #counter .deal-off {
    margin: 0;
    margin-right: 10px;
}


.product-items .item .product-item-info {
    overflow: hidden;
}

.products-list-ext .product-item-img,
.items-grid .product-item-img {
    overflow: visible;
}

.clearance_label {
    background: #60bb46;
    padding: 10px;
    color: #fff;
    z-index: 2;
    position: absolute;
    display: inline-block;
    left: -37px;
    top: -5px;
    transform: rotate(-45deg);
    text-align: center;
    width: 140px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    transform-origin: bottom;
}

.show-tabs .gallery-wrap .inner-content {
    padding-top: 0;
    margin-top: 15px;
    overflow: hidden;
    position: relative;
}

.show-tabs .gallery-wrap .clearance_label {
    left: -40px;
    top: 20px;
    width: 200px;
    font-weight: bold;
    font-size: 15px;
}

.clearance_price_label {
    color: #60bb46;
    font-weight: 600;
    display: inline-block;
        margin-right: 5px;
}

.pricebox-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 80px;
    margin: 5px 0;
}
.items-grid .price-box {
    margin: 0;
}

.clr_outlet a {
    color: #aaa;
    text-decoration: underline;
    font-weight: 500;
    display: inline-block;
    font-weight: bold;
}

@media (min-width:812px) and (max-width:1024px){
.mst-searchautocomplete__autocomplete._active {
    left: 0!important;
}
}

.outofstocknotifier-block {
    margin-bottom: 10px;
}
.outofstocknotifier-block button.action.submit.primary {
    white-space: nowrap;
}
.outofstocknotifier-block label {
    /* display: BLOCK; */
    padding-bottom: 10px;
    display: inline-block;
    color: #122f67!important;
}