/*Custom css for Aleksi*/

#cart-sidebar .list .item .product-details .price-wrapper .item-options {
    display: none;
}
/* Declarations for category slider */
.edu-navbar {
    display:flex;
    flex-direction:column;
    position:relative;
    text-align: center;
}
.edu-navbar:nth-of-type(2){
    margin-top:5px;
}
.edu-navbar-container:before {
    position: absolute;
    width: 20px;
    height: 100%;
    right: 0;
    content: "";
    background-image: linear-gradient(90deg,#fff,hsla(0,0%,100%,0));
    transform: scaleX(-1);
}
.edu-navbar-container {
    height: 42px;
    position: relative;
    overflow-y: hidden;
}
.edu-navbar-container-swipe {
    white-space: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    margin-bottom: -42px;
    padding-bottom: 42px;
}
.edu-navbar-link {
    display: inline-block;
    padding: 0 10px;
    border: 2px solid #000;
    border-radius: 5px;
    font-weight: bold;
    line-height: 33px;
    margin: 0px 2px;
    color: #000 !important;
}
.edu-navbar-container-swipe > a{
    color:black;
}

/* Animated arrow for mobile view to help clients understand logic behind category  */
.edu-nav-arrow{
    width:100%;
    margin:auto;
}
.edu-arrow-path{
    position:relative;
    overflow:hidden;
    width:50px;
    height:20px;
    margin:auto;
}
.edu-arrow{
    position: absolute;
    left: 0;
    font-size:17pt;
    display: block !important;
    top: 0;
    animation: ani 10s infinite;  
}
@keyframes ani {
  0% {
    left: 0;
  }
  50% {
    left: 25px;
  }
  100% {
    left: 0;
  }
}

/* Adjustments for paddings and margins in mobile view and removed customer promises from mobile view. Also brought back sort-by to mobile with small tweaks in styles. */
@media only screen and (max-width: 767px) {
    .page-title h1, .page-title h2{
        padding-bottom:0px;
    }
    .page-title, .category-title{
        margin: 0 -8px 5px -16px;
    }
    .category-description{
        margin:0px;  
    }
    .header{
        padding:0px;
    }
    .view-mode{
        display:none !important;
    }
    .sorter{
       display:initial !important; 
       float:initial !important;
    }
    .sort-by{
        display:initial !important;
        float:initial !important;
    }
    .sort-by > label{
        display:none !important;
    }
    .sort-by > select{
        width: 100%;
        padding: 6px;
        font-size: 13px;
        border-radius: 5px;
        outline: none;
        background-color: #fff;
    }
    .right{
        display:none;
    }
    .toolbar{
        text-align:center;
    }
    .header-container:before{
        height:0px;
    }
    .main{
        margin-top:25px !important;
    }
    .header-container:before{
        height:0px !important;
    }
    .breadcrumbs{
        margin-bottom: 5px;
    }
    #nav-wrapper{
        margin: 5px -5px;
    }
    .category-products .top-toolbar {
        margin: 5px -10px;
    }
    #nav-wrapper, .category-products .top-toolbar {
        background-color: #dadada;
        padding: 10px;
    }
    .catalog-category-view .col-main{
        padding-left:0px !important;
        padding-right:0px !important;
    }
    .catalog-category-view .col-main .products-grid.row{
        margin-right: -11px;
        margin-left: -11px;
    }
    #nav-wrapper .block-layered-nav{
        float: right;
        width:46%;
        margin-bottom: 0;
    }
    #nav-wrapper .top-toolbar,
    .category-products .top-toolbar .sort-by > select
    {
        float: left;
        width: 46%;
        margin-bottom: 0;
    }
    .col2-left-col-first-layout  .top-toolbar,
    .col2-left-col-first-layout  .category-title,
    .col2-left-col-first-layout  .category-description
    {
        display: none
    }
    #nav-wrapper .top-toolbar,
    .sidebar .category-description{
        display: block;
    }
    #nav-wrapper .block-layered-nav{
        background-color: #fff;
    }
    .block-layered-nav .block-title strong{
        font-weight: normal;
    }
    #nav-wrapper .block-layered-nav .block-title{
        padding-bottom: 4px;
        padding-top: 5px;
    }
    #nav-wrapper  .block-layered-nav .block-title span.toggle {
        top: 5px;
    }
    #nav-wrapper:after,
    #nav-wrapper:before,
    .header-container-promo .wrap:after,
    .header-container-promo .wrap:before{
        display: table;
        content: " ";
        clear: both;
    }

    .header-container-top{
        margin-bottom: 5px;
    }
    .catalog-category-view .page {margin: 0;}
    .top-logo img {
        width: 130px;
    }
    .catalog-category-view .main-container .col-left{
        padding: 0;
    }
    #narrow-by-list>dt{
        border-top: 2px solid #ec2500;
    }
}
@media only screen and (max-width: 425px) {
    #nav-wrapper .top-toolbar, .category-products .top-toolbar .sort-by > select{
        width: 42%;
    }
    #nav-wrapper .block-layered-nav {
        width: 55%;
        padding: 0 5px;
    }
    #nav-wrapper .block-layered-nav .block-title{
        padding-right: 30px;
    }
}
.header-container-top .btn-group-justified .btn{
    padding-left: 0;
    padding-right: 0;
}

/*Changed inputs radiobuttons for MageWorx Custom Options*/
#product-options-wrapper input[type=radio] {
    position: relative;
    top: 22px;
}

#product-options-wrapper .options-list input.checkbox {
    margin: 4px 5px 0px 5px;
}

 /*Update  styles on the product page*/

@media only screen and (max-width: 767px) {
    .catalog-product-view .col-main{padding-left: 0;padding-right: 0}
    .product-view { margin-bottom:5px; padding-left: 15px; padding-right: 15px }
    .product-view .box-description .std {padding: 0;}
    .more-views h4{
        display: none;
    }
    .product-view .more-views ul li {
        width: 15%;
        height: auto;
        margin: 0 2% 2% 0;
    }
    .product-view .more-views ul li:nth-child(6n){
        margin-right: 0!important;
    }
    .tax_sku {
        margin-bottom: 0;
    }
    .product-view .product-name {
        margin-bottom: 2px;
    }
}
@media only screen and (max-width: 425px) {
    .product-view .product-img-box { float:none;  width:auto; margin:0 auto 20px; }
}
@media only screen and (min-width: 768px) {
    .product-view .more-views ul li {
        width: 24%;
        margin: 0 1.33% 1.33% 0;
    }

    .product-view .more-views ul li:nth-child(4n) {
        margin-right: 0;
    }
}
.tax_sku {
    margin-bottom: 0px;
}
.cp-nav:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
.cp-nav {
    cursor: pointer;
    outline: none;
    border: none;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    color: #000;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
    z-index: 10;
    text-align: center;
}
#cp-nav-right {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    right: 0;
}
#cp-nav-left {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    left: 0;
}
.cp-nav:hover {
    background-color: rgba(0, 0, 0, 0.8);
    transition: background-color 0.1s ease-in-out;
    -moz-transition: background-color 0.1s ease-in-out;
    -webkit-transition: background-color 0.1s ease-in-out;
}
.cp-nav .fa-chevron-left:before {
    content: "\f053";
    color: #adb5bd;
    font-size: 24px;
    vertical-align: middle;
}
.cp-nav .fa-chevron-right:before {
    content: "\f054";
    color: #adb5bd;
    font-size: 24px;
    vertical-align: middle;
}

/*END Update  styles on the product page*/

/*Custom color for navigation*/

.product-options .options-list li .price-notice, #narrow-by-list>dt>i {
    color: #ec2500;
}

.block-layered-nav div.currently a{
    background-color: #ec2500;
    color: white!important;
}
.block-layered-nav div.currently a:hover{
    color:#ec2500;
    background-color: #fff;
}
/*End Custom color for navigation*/

/*Fix grid for mobile*/

@media (max-width: 460px){
    span.stamped-badge-caption[data-reviews][data-label][data-version='2']:after { content: ')'!important; }
    span.stamped-badge-caption[data-reviews][data-label][data-version='2'] > span { display: none !important; }
}
/*Fix grid for mobile*/
