@media screen and (max-width: 1024px) { 
    .vikicons-item {
        width: 50%;
        float: left;
    }
}
@media screen and (max-width: 960px) { 
    .vrtkcartbuttonsmodule .vrtkcartorderdivmodule {
        width: 83%;
    }
}

@media screen and (max-width: 800px) {
    #menumob-btn-ico {
        display: inline-block;
        width: 42px;
        height: 30px;
        position: relative;
        margin: 0px auto;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    } 
    .icon-courses li {
        width: 48%;
    }
}
@media screen and (max-width: 768px) {
    
    .tkaw-btm {
        box-shadow: 0 0 20px rgba(0,0,0,.3);
        background: #fff;
        position: fixed;
        bottom: 0;
        z-index: 1;
    }
    .vrtkcartfixed {
        margin-top: 0 !important;
    }
    .vrtkmodcarttitlecont {
        margin-bottom: 0;
    }

    .tkaw-btm .vrtkcart-container {
        display: none;
    }
    .tkaw-btm .vrtkcart-container.open-tab {
        width: 100%;
    }
    .tkaw-btm .cart-numb-badge, .tkaw-btm .cart-title-totprice {
        display: inline-block;
    }
    .tkaw-btm .vrtkitemcontainer {
        max-height: 200px;
        overflow-y: scroll;
    }
    .icons-menu .page-header > .iconmenu-title  {
        display: none;
    }
    .vrtk-itemdet-prod-body .tk-right .tk-cart-summary .tk-cart-summary-inner .tk-price,
    .vrtk-itemdet-prod-body .tk-right .tk-cart-summary .tk-cart-summary-inner .tk-add-cart {
        margin: 0 auto;
		padding-bottom: 20px;
    }  
    .width33 {
        width: 50% !important;
    }
    .width50 {
        width: 100% !important;
    }
}

@media screen and (max-width: 670px) {
    .width33 {
        width: 100% !important;
    }
}
    
@media screen and (max-width: 550px) {  
    .icon-courses li {
        width: 99%;
    }
    .modal-dialog {
        width: 80%;
        margin: 5% auto;
    }
}
@media screen and (max-width: 400px) { 
    .vrtkcartbuttonsmodule .vrtkcartorderdivmodule {
        width: auto;
    } 
    #lmpart .icons-menu {
        text-align: right;
    }
}


