@font-face {
    font-family: 'Restaurant Medium';
    src: url('/websites/assets/public/fonts/eras/ErasITC-Medium.woff2') format('woff2'),
    url('/websites/assets/public/fonts/eras/ErasITC-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Restaurant Light';
    src: url('/websites/assets/public/fonts/eras/ErasITC-Light.woff2') format('woff2'),
    url('/websites/assets/public/fonts/eras/ErasITC-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Restaurant Demi';
    src: url('/websites/assets/public/fonts/eras/ErasITC-Demi.woff2') format('woff2'),
    url('/websites/assets/public/fonts/eras/ErasITC-Demi.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Restaurant Bold';
    src: url('/websites/assets/public/fonts/eras/ErasITC-Bold.woff2') format('woff2'),
    url('/websites/assets/public/fonts/eras/ErasITC-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-size: unset;
}






@font-face {
    font-family: 'Clear Sans Medium';
    src: url('/websites/assets/public/fonts/clearsans/clearsans-medium.woff2') format('woff2'),
    url('/websites/assets/public/fonts/clearsans/clearsans-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-size: unset;
}

@font-face {
    font-family: 'Clear Sans Bold';
    src: url('/websites/assets/public/fonts/clearsans/clearsans-bold.woff2') format('woff2'),
    url('/websites/assets/public/fonts/clearsans/clearsans-bold.woff') format('woff');
    font-weight: 500;
    font-size: unset;
    font-style: normal;
}


@font-face {
    font-family: 'Clear Sans';
    src: url('/websites/assets/public/fonts/clearsans/clearsans-regular.woff2') format('woff2'),
    url('/websites/assets/public/fonts/clearsans/clearsans-regular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-size: unset;
}


@font-face {
    font-family: 'Clear Sans Light';
    src: url('/websites/assets/public/fonts/clearsans/clearsans-light.woff2') format('woff2'),
    url('/websites/assets/public/fonts/clearsans/clearsans-light.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-size: unset;
}

body {
    background: #fff;
}


.mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #999999; }
.mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail{ background-color: #e5e5e5; }


#modalLoading {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%);
    width: 80px;
    height: 80px;
    padding: 18px 5px 10px 5px;
    border: 3px solid #ababab;
    box-shadow:1px 1px 10px #ababab;
    border-radius:20px;
    background-color: white;
    z-index: 1002;
    text-align:center;
    overflow: hidden;
}

#fadeLoading {
    display: none;
    position:fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #ababab;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .70;
    filter: alpha(opacity=80);
}



.boxing-logo {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    text-align: center;
    margin: 20px auto;
}

.boxing-logo img {
    position: relative !important;
    opacity: 0;
}



.nav-design {
    z-index: 99;
    line-height: 64px;
}


.nav-middle-menu{
    width: 1160px;
    margin: 0 auto;
    position: relative;
}

nav .button-collapse{
    margin: 0px 5px;!important;
}

nav ul a span.badge {
    float: right;
    margin: 17px 0 0 0;
}

.btn {
     background-color: #43a2d5;
 }


.btn:hover {
    background-color: #54b6eb;
}

.btn-product {
    background-color: #47c3f7;
}

.btn-product:hover {
    background-color: #3679a4;
}





.badge {
    background-color: #FFF;
    border: 0px solid #fff;
    border-radius: 13px;
    min-width: 26px !important;
    padding: 3px 8px 0 6px!important;
    margin: 0;
    min-height: 26px;
}

.content-wrapper {
    width: 1160px;
    margin: 0 auto;
    position: relative;

}

.left-sidebar {
    top: 1px;
    width: 240px;
    position: absolute;
    float: left;
    display: block;
    line-height: 40px;
    /*background-color: #fff;*/
    padding-top: 40px;
    overflow-y: auto;

}

.sidemenu-desktop  li {
    float: none!important;
}
.sidemenu-desktop  li a {
    font-size: 11pt;
}
.sidemenu-desktop  li a:hover {
    background-color: #fff;
}



.middle-content {

    /*width: calc(100% - 560px);*/
    position: relative;
    margin-left: 240px;
    overflow: visible;
    z-index: 100;
}



.blink {
    background-color: #ffa800!important;
    margin-top: -2px!important;
}







.right-sidebar .title-item {
    width: 97%;
    width: calc(100% - 40px);
    margin: 10px 20px 10px 20px;
    float: left;
    color: #000;
    font-family: Clear Sans;
    font-weight: normal;
    font-size: 11pt;
}

.right-sidebar .cart-item {
    position: relative;
    float: left;
    width: 100%;

    padding: 0 10px 0 10px;
}



.right-sidebar .cart-hr {
    position: relative;
    float: left;
    width: 100%;
    border-bottom: 1px solid #bfbfbf;
    padding: 0 10px 0 10px;
    margin: 5px 0px 5px 0px;
    color: #000;
    line-height: 15px;
}


.right-sidebar .cart-left {
    position: relative;
    float: left;
    width: 50%;
    padding: 0 0 0 10px;
    margin: 5px 0px 5px 0px;
    text-align: left;
    font-family: Clear Sans;
    font-size: 10pt;
    font-weight: normal;
    color: #000;
    line-height: 15px;
}

input[type=text]{
    border: 0px!important;
    padding-left: 5px!important;

}

input[type=text]:active{
    border: 0px!important;
}

.input-field label {
    top: -4px!important;
    left: 5px!important;
}


.right-sidebar .cart-left a {
    color:#62aa4e;
}

.right-sidebar .cart-left a:hover {
    color: #387138;
}



.right-sidebar .cart-right {
    position: relative;
    float: left;
    width: 50%;
    padding: 0 10px 0 0;
    margin: 5px 0px 5px 0px;
    text-align: right;
    font-family: Clear Sans;
    font-size: 10pt;
    font-weight: normal;
    color: #000;
    line-height: 15px;
}


.right-sidebar .cartfullwidth {
    width: 97%;
    width: calc(100% - 10px);
    float: left;
    text-align: center;
    color: #000;
    line-height: 15px;
    padding: 0 10px 0 10px;
    font-family: Clear Sans Light!important;
}


.cartfullwidth {
    width: 97%;
    width: calc(100% - 10px);
}


.right-sidebar .btn {
    width: 90%;
    margin: 5px 0px 10px 0px;
    color: #fff;
    line-height: 15px;
    padding-top: 10px;
}


.right-sidebar .btn i {

    line-height: 15px;
}

nav i, nav [class^="mdi-"], nav [class*="mdi-"], nav i.material-icons{
    font-size: 22px;
}


nav .button-collapse i {
    line-height: 61px !important;
}

.right-sidebar .cart-item-col1 {
    width: 20px;
    margin: 5px 0 0 0;
    float: left;
    color: #000;
    font-family: Clear Sans;
    font-weight: normal;
    font-size: 10pt;
    padding: 0 0 5px 0;
    line-height: 15px;
}

.right-sidebar .cart-item-col2 {
    width: 125px;
    margin: 5px 0 0 0;
    float: left;
    color: #000;
    font-family: Clear Sans;
    font-weight: normal;
    font-size: 10pt;
    padding: 0 0 5px 0;
    line-height: 15px;
}

.right-sidebar .cart-item-col3 {
    width: 62px;
    margin: 5px 0 0 0;
    float: left;
    color: #000;
    font-family: Clear Sans;
    font-weight: normal;
    font-size: 9pt;
    padding: 0 5px 0 0;
    text-align: right;
    line-height: 15px;
}
.right-sidebar .cart-item-col4 {
    width: 20px;
    margin: 5px 0 0 0;
    float: left;
    color: #000;
    padding: 0 0 5px 0;
    line-height: 15px;

}

.right-sidebar .cart-item-col5 {
    width: 24px;
    margin: 5px 0 0 0;
    float: left;
    color: #000;
    padding: 0 0 5px 0;
    line-height: 15px;


}

.right-sidebar .cart-item-col4 i{
    margin: 0;
    padding: 0;
    line-height: 15px;
    height: 25px;
    cursor: pointer;

}


.right-sidebar .cart-item-col5 i{
    margin: 0;
    padding: 0;
    line-height: 15px;
    height: 25px;
    cursor: pointer;

}


.right-sidebar .cart-item-additional {
    width: 100%;
    margin: 0px 0 0 20px;
    float: left;
    color: #606060;
    padding: 0 0 10px 0;
    line-height: 15px;
}
.right-sidebar .cart-item-additional p {
   font-family: Clear Sans;
    font-weight: normal;
    font-size: 8pt;
    width: 95%;
    width: calc(100% - 40px);
    line-height: 15px;
}


h1 {
    font-family: Roboto;
    font-weight: lighter;
    font-size: 20pt;
    margin: 0;
}

.title {
    font-family: Clear Sans;
    font-weight: normal;
    font-size: 20pt;
    margin: 0 auto;

    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    width: 95%;
    width: calc(100% - 40px);
    /*background: rgba(251, 247, 243, 0.7);*/


}

p {
    font-family: Clear Sans;
    font-weight: lighter;
    font-size: 16px;
}

.header-icons-mobile {
    display: none;
}


.block-center {
     position: relative;
     margin: 0 auto;
    background-color: #fff;

    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 40px 0 10px 0 ;
}

.block-center h1 {

}

.block-center h2 {
    margin: 0 0 0 0!important;
    font-weight: inherit;
    font-size: 18px;
    padding: 10px;

}



.tab-content {
    /*border-bottom: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
     */
    /*width: 98%!important;
    width: calc(100% - 22px)!important;
     */
    width: calc(100% - 30px) !important;
    margin-left: 15px!important;
    margin-right: 15px!important;
    min-height: 50px!important;
    margin-top: -20px;

}



.tab-content [type="radio"]+label:before, [type="radio"]+label:after {
    width: 100px;
    height: 100px;


}

.tab-content input[type="radio"]:not(:checked)+label:before, [type="radio"]:not(:checked)+label:after, [type="radio"]:checked+label:before, [type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:before, [type="radio"].with-gap:checked+label:after{
    border-radius: 4px!important;
    border: 1px solid #c0c0c0;
    float: left;
    content: "";
}

.tab-content [type="radio"]+label:before, [type="radio"]+label:after {
    position: relative!important;
    margin: 0px!important;

}

.tab-content [type="radio"]:not(:checked)+label, [type="radio"]:checked+label {
    width: 120px;
    height: 100px;
    margin-bottom: 10px;
}


.tab-content [type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:after {
    background-color: none!important;
    background-image: url("/websites/assets/public/images/layout/check.png");
    height: 100px;
    top: -125px;
    background-color: transparent;
}

.tab-content .highlight {
    background-color: #fcfbc6!important;
    height: auto;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-top: 5px;
    margin-top: 10px;
}


.tab-content hr {
    position: relative;
    float: left;
    border: 0px;
    margin-top: 40px !important;
    margin-bottom: 20px !important;
    border-bottom: 1px solid #e7e7e7;
    height: 10px;
    width: 100%;
}
.tab-content .valid {
    border-bottom: 3px solid #00ff00!important;
}

.tab-content .invalid {
    border-bottom: 3px solid #FF0000!important;
}

.tabs {
    width: 100%!important;
    padding: 0!important;
    overflow: hidden;
}

.row {
    margin: 0!important;
}

.row .col.s12 {
}

.tab col s3 {
}



.tab-content .row {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.tab-content .s6:first-child {
    margin-right: 30px;


}

.tab-content .s7:first-child {
    margin-right: 30px!important;
}

.tab-content input {
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.16) !important;;
    -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.16) !important;;
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.16) !important;
    padding-left: 10px !important;
    background-color: #fff !important;

}
.tab-content textarea {
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.16) !important;;
    -moz-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.16) !important;;
    box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.16) !important;
    padding-left: 10px!important;
}

.tab-content label {
    padding-left: 10px!important;

}

.tab-content label:not(.label-icon).active {
    padding-left: 10px!important;
    -webkit-transform: translateY(-20px) scale(0.8) !important;
    transform: translateY(-20px) scale(0.8)!important;
}


.tab-content .input-field {
    border: 0px!important;

}


.tab-content .s6 {
    width: 45%;
    width: calc(50% - 20px);
    float: left;
    min-height: 30px;
    margin-bottom: 25px;
    min-width: 200px;
}

.tab-content .s7 {
    width: 20%;
    width: calc(25% - 25px);
    float: left;
    min-width: 80px;
    margin-bottom: 25px;
}


.tab-content .s5 {
    width: 15%;
    width: calc(20% - 25px);
    float: left;
    min-width: 60px;
    margin-bottom: 25px;
}


.tab-content .s4 {
    width: 10%;
    width: calc(15% - 25px);
    min-width: 50px;
    float: left;
    margin-bottom: 25px;
}




.block-center p {
    /*text-align: center;*/
}


.payment-options {
    display: none;
}




.product-category {
    width: 100%;
    max-width: calc(100% - 10px);
    position: relative;
    border: 1px solid #bfbfbf;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    min-height: 50px;
    background: #fefef4;
    text-align: center;
    /*padding: 0 2px 0 2px;*/
    margin: 0 auto;
    margin-bottom: 20px;
}

.product-category .img {
    /*width: calc(100% - 4px);
    max-width: calc(100% - 10px);*/
    height: 200px;
    background-position: center;
    background-size: cover ;
    object-fit: cover;
    margin: 0 auto;


}



.product-category .description {
    width: 97%;
    width: calc(%100 - 4px);
    max-width: calc(100% - 10px);
    margin: 0 auto;
    padding: 10px 10px 20px 10px;
}


.product-category .category-wrapper {
    background: #33348e;
    color: #fff;
    padding: 10px 0;
}


.product-item {
    width: 97%;
    width: calc(100% - 10px);
    position: relative;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-bottomright: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2x;
    min-height: 50px;
   
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 10px;
    background: #fff;

    text-align: left;
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.16);
    box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.16);
    padding: 10px;

}




.product-item .name {
    font-family: Clear Sans;
    font-weight: normal;
    font-size: 16pt;
    margin: 0;

}

.product-item .subtitle {
    font-family: Clear Sans Light;
    font-weight: normal;
    font-size: 12pt;
    margin: 0;

}


.product-item .sub-options {
    font-family: Clear Sans;
    font-weight: normal;
    font-size: 10pt;
    margin: 0;

}



.menu-item {
    width: 97%;
    width: calc(100% - 40px);
    margin: 0 20px 0 0;
    float: left;

    color: #333333;
    font-family: Clear Sans Light;
    font-size: 13pt;
    cursor: pointer;

}

.menu-item:hover {
    color: #398dd7;
    text-decoration: underline;

}

.menu-category {
    width: 90%;
    width: calc(100% - 50px);
    margin: 0 20px 0 20px;
    float: left;
    border-bottom: 1px solid #bfbfbf;
    color: #000;
    font-family: Clear Sans;
    font-size: 12pt;
}


.language {
    position: relative;
    margin: 0 auto;
    width: 1160px;
    list-style: none;
}
.language a {
    position: absolute;
    list-style: none;
    z-index: 99;
}

li .language a {
    position: absolute;
    top: 20px;
    list-style: none;
    z-index: 99;
}


.right-sidebar {
    width: 300px;
    top: 55px;
    left: 840px;
    position: relative;
    float: none;
    display: block;
    margin-left: 20px;
    background: #fff;
    border: 0px solid #d4d4d4;
    border-radius: 4px;
    overflow: hidden;
    min-height: 200px;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.26);
    box-shadow: 0px 5px 3px 1px rgba(0,0,0,0.26);
    padding-top: 20px;
}


.boxing-logo {
    position: relative;
    margin: 0 auto;

    width: 77%;
    height: calc(80% - 20px);
    width: 1160px;



}


.boxing-logo img {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    bottom: -4px;
    padding: 0 10px 0 10px;
    width: 100%;
    max-width: 480px;
}


.powerdby {
    position: relative;
    width: 1160px;
    margin: 0 auto;
}

.powerdby img {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    max-width: 300px;
    z-index: 999;
}


.boxing-shadow {
    position: relative;
    margin: 0 auto;
    margin-top: 22px;
    border: 0px solid #fff;
    border-radius: 8px;
    padding: 0px;
    overflow: hidden;
    background-color: #fff;
    width: 250px;
    height: 250px;
    -webkit-box-shadow: 0px 0px 31px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 31px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 31px -1px rgba(0,0,0,0.75);
    z-index: 5;
}

.parallax-container {
    height: 300px;
}

.parallax {
    position: relative;
   vertical-align: center;
}


.parallax img {
    max-width: 100%;
    vertical-align: center;
}


.button-cart {
    width: 300px;
    background-color: #fff;
    height: 60px;
}

.button-cart .material-icons {
    color: #62aa4e;
    line-height: 63px;
    padding-left: 6px;
}



li material-icons.marker {
    transition: .15s ease-in-out all;
}

    li.active material-icons.marker {
        transform: rotate(90deg);
    }

.product-info {
    padding: 10px;
    min-height: 75px;
    position: relative;
    width: 80%;
    width: calc(100% - 150px);
}


.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}


.add-cart-button-wrapper {
    position: relative;
    float: right;
    width: 145px;
    left: 20px;
}

.product-button-wrapper {
    position: absolute;
    width: 125px;
    height: 60px;
    right: 10px;
    bottom: 0px;
}


.button-product {
    padding: 0 0 0 8px;
    /*border-left: #f2f2f2 72px solid;*/
    cursor: pointer;
}

.button-product span {
    position: absolute;
    width: 95px;
    text-align: right;
    left: 10px;
}


.price-product-add {
    position: relative;
    float: right;
    margin-right: 10px;
    width: 30px;

}

.product-add-options {
    /*
    width: 97%;
    width: calc(100% - 10px);
    */
    position: relative;
    height: auto;
    background: #fff;
    text-align: left;
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.16);
    box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.16);
    border-bottom-left-radius: 2px;
    padding: 10px;
    margin: -9px 5px 20px;
    display: none;
}

.block-padding{
    width: 100%;
    position: relative;
    padding: 0 10px 10px;
    text-align: left;
}

.option-group-label {
    padding: 10px;
}

.option-holder {
    position: relative;
    border: 1px solid #b9b9b9;
    border-radius: 4px;
    width: 48%;
    width: calc(50% - 15px);
    width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    height: 30px !important;
}

.option-holder div.Ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 80px);
    float: unset;
    padding: 0;
    margin: 0;
}

.option-holder div.Price {
    float: right;
    margin: -30px 8px 0 0;
    text-align: right;
    padding: 0;
    color: #636363;
    font-family: Clear Sans;
    width: 80px;
    line-height: 31px;
}

.option-holder div i{
    width: 15px;
    height: 15px;
    color: #a3a3a3;
    font-size: 16px;
    position: absolute;
    margin: 6px -20px;
}

.filled-in+label:before, .filled-in+label:after{
    border: 1px solid #8d8d8d;
    margin: 4px;

}

[type="checkbox"].filled-in:checked+label:before {
    top: 2px;
    left: 1px;
}

[type="checkbox"]+label {
    font-family: "Clear Sans Light";
    line-height: 29px;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
}

[type="checkbox"].filled-in:not(:checked)+label:after {
    border: 1px solid #898989;
}

.option-box {
    margin: 5px;
}

.mobile-language {
    display: none;
}


.holder-full-width {
    position: relative;
    height: 80px;
    background: #f2f2f2;
    margin: 10px -10px -10px;
    width: calc(100% + 20px);
    padding: 20px;
}

.holder-object {
    position: relative;
    height: auto;
    float: right;
}

.button-product-add-cart {
    width: 120px;
    padding: 0;
}

.input-field {
    position: relative;
    width: auto;
    display: inherit;
    /*height: 30px !important;;*/
    border: 1px solid #898989 !important;
    padding: 0 !important;
    border-radius: 8px !important;
    text-align: center;

}

.btn-tiny {
    text-align: center;
    vertical-align: center;
    padding: 3px 0 0 0;
    float: left;
    user-select: none;
}

.input-amount {
    width: 35px!important;
    height: 35px !important;
    float: left!important;
    margin: 0px 10px 0 10px!important;
    border-radius: 50% !important;
    background: #fff !important;
    color: #000 !important;
}


.btn-floating {
    width: 35px !important;
    height: 35px !important;
    line-height: 31px;
    border-radius: 50% !important;
}

    .btn-floating:hover {
        background-color: #33348e !important;
    }


@media only screen and (max-width: 320px) {


        .PhoneMenuItem {
            display: none;
        }

}


@media only screen and (max-width: 680px) {
    .option-holder {
        width: 97%;
        width: calc(100% - 15px);
    }

    .product-category .img {
        height: 100px;
        transition: .15s ease-in-out all;
    }

    li.active .product-category .img {
        height: 140px;
    }


    li.active .category-wrapper {
        padding: 10px 20px;
    }


}

.collection-item {
    position: absolute;
    background: #fff;
    color: #999999;
    max-width: 200px!important;
    width: 200px!important;
    border-radius: 4px;
    top: 10px;
    height: 36px;
    padding: 5px;
    line-height: 27px;

}
.collection-item i{

    line-height: 27px!important;

}



@media only screen and (max-width: 1210px) {

    .right-sidebar .btn {
        margin: 5px 0px 70px 0px;
    }

    .product-add-options {
        margin: -10px 3px 20px;
        box-shadow: none;
        border-bottom: 2px solid #ccc;
    }


    .product-item .name {
        font-size: 18px;
    }


    .collection-item {
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 75px;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    }

    nav a.button-collapse {
        display: block!important;
    }

    .header-icons-mobile {
        display: block;
    }

    .tab-content .s7{
        width: 43%;
    }


    .tab-content .s6{
        width: 97%;
    }



    .tab-content .s5{
        width: 97%;
    }

    .tab-content .s4{
        width: 97%;
    }



    .side-nav li>a {
        height: 40px !important;
    }

    nav ul a {
        padding: 0 5px;
    }

    .responsive-menu {
        display: none;
    }

    .header-icons-mobile {
        display: block;
    }


    .product-category .description {
        width: 97%;
        width: calc(%100 - 4px);
        max-width:   width: 97%;;
        max-width: calc(100% - 10px);

        margin: 0 auto;
        padding: 10px 10px 20px 10px;



    }


    .collapsible-body {
        padding: 0 !important;
        overflow: hidden;
    }


    .language {
        position: relative;
        margin: 0 auto;
        width: 100%;
        list-style: none;
    }

    .powerdby {
        position: relative;
        width: 100%;
        margin: 0 auto;
    }


    .powerdby img {
       max-width: 200px;
    }


    .boxing-logo {
        width: 100%;
    }


    .product-category {
        width: 97%;
        max-width: calc(100% - 10px);
    }

    .product-info {
        position: relative;
        width: 100%;
    }


    .product-button-wrapper {
        position: relative;
        height: 36px;
        margin: -8px 10px 12px 24px!important;
        font-size: 16px;
    }

        .button-product span {
            position: relative;
            width: 100%;
            text-align: left;
            left: 27px;
        }

    .price-product-add {
        float: right;
        margin-right: 10px
    }

    .button-product {
        width: 100%;
        padding: 0;
    }



    .boxing-shadow{
        width: 150px;
        height: 150px;
    }

    .boxing-shadow img{
        width: 150px;
        height: 150px;
    }

    .text-cart{
       display: none;
   }


    .button-cart {
        width: 130px;
        height: 61px;
    }

    .button-cart .material-icons {
        color: #fff
    }

    .parallax-container {
        height: 200px;
    }

    .mobile-language {
         display: block;
     }

    .desktop-language {
        display: none;
    }



    .boxing-shadow img{
        margin: 0;
        width: 150px;
        height: 150px;
    }

    h1 {
        font-family: Clear Sans;
        font-weight: lighter;
        font-size: 14pt;
        margin: 0;
        display: none;

    }

    .shop-description {
        font-family: Clear Sans;
        font-weight: lighter;
        font-size: 9pt;
        margin: 0;
        display: none;

    }


    .product-category .description {
        max-height: 200px;
        overflow-y: auto;
        font-size: 10pt;
        max-width: 260px;
    }





    h2 {
        font-family: Roboto;
        font-weight: lighter;
        font-size: 14pt;
        margin: 0;

    }



    .left-sidebar {
        display: none;
    }

    .right-sidebar {
        display: none;


        width: 100%;
        top: -4px;
        left: 0px;
        position: relative;
        float: none;
        margin-left: 0px;
        background: #fff;
        border: 0px solid #d4d4d4;
        border-radius: 0px;
        overflow: scroll;
        min-height: 200px;
        -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.26);
        -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.26);
        box-shadow: 0px 5px 3px 1px rgba(0,0,0,0.26);
        padding-top: 10px;
        height: 100vh;

    }

    .right-sidebar .cartfullwidth {
        width: 100%;
        float: left;
        text-align: center;
        color: #000;
        line-height: 15px;
        margin: 20px 0 40px;
        padding: 0;
        font-family: Clear Sans Light !important;
    }


    .right-sidebar .cart-item-col1 { /*Aantal in winkelwagen*/
        width: 15px;
    }

    .right-sidebar .cart-item-col2 { /*Artikel*/
        width: 45%;
        min-width: 110px;
        margin-right: 10px;

    }

    .right-sidebar .cart-item-col3 { /*Prijs*/
        width: 15%;
        min-width: 80px;
        float: right;

    }
    .right-sidebar .cart-item-col4 {  /*Delete*/
        width: 5%;
        min-width: 20px;
        float: right;

    }

    .right-sidebar .cart-item-col5 {  /*Icons Add Remove*/
        width: 5%;
        min-width: 25px;



    }


    .content-wrapper {
        width: 100%;
    }

    .middle-content {
        width: 100% !important;
        margin: 0;
        position: relative;
    }

    .nav-middle-menu {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }



}
