/* Cotfer CSS */
/* All the cotfer classes should have ctf_ as prefix - Acki za tebe ova vazi */

.scroll_top_arrow{
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: none;
    z-index: 99;
}

.forgotpassErrorLog{
    color: #b40202;
}

.ctf_info_strip{
}
.ctf_logo_strip{
    padding-top: 25px;
    padding-bottom: 25px;
}
.ctf_logo_strip a{
    color:#000;
}
.ctf_menu_strip{
    height: 60px;
    line-height: 60px;
}
.ctf_grey_bar{
    background-color: #f2f2f2;
}
.ctf_red_bar{
    background-color: #b40202;
}
.ctf_white_bar{
    background-color: #fff;
}
.fixed_header{
    padding-top: 200px;
}
.ctf_user_menu{
}
.ctf_user_menu li{
    float: left;
    display: block;
    margin-right: 10px;
}
.ctf_user_menu li a{
    color: #999;
    text-transform: uppercase;
}
.ctf_main_menu{
    display: inline-block;
    padding: 0;
    margin: 0;
}
.ctf_main_menu li{
    display: block;
    padding: 0 3px;
}
.ctf_main_menu li a{
    color: #fff;
    text-transform: uppercase;
    margin-right: 10px;
}
.ctf_main_menu .dropdown-menu{
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.ctf_search{
    border: 1px solid rgba(204, 204, 204, 0.4);
    padding: 5px;
    border-radius: 2px;
    width: 80%;
}
/* Products */
.ctf_product{
    margin-bottom: 50px;
}
.ctf_prod_details{
    border: 1px solid #e6e6e6;
}
.ctf_product_details{
    text-align: left;
}
.ctf_prod_name {
    text-align: center;
    height: 60px;
    padding-top: 15px;
    border-top: 0 solid #e6e6e6;
    font-size: 13px;
    clear: both;
}
.ctf_prod_price{
    text-align: center;
    font-size: 14px;
    color: #b40202;
}
.ctf_pricesFloat{
    padding-top: 10px;
    min-height: 80px;
}
.ctf_prod_image img{
    height: 300px;
}
.ctf_prod_image{
    text-align: center;
    position: relative;
}
.ctf_prod_ribbon{
    position: absolute;
    top: 20px;
    z-index: 999;
    display: block;
    left: 20px;
    width: 80px;
}

.ribbon_nouveaute{
    top: 50px !important;
}

.ribbon_liquidation{
    top: 75px !important;
}

.price-de-qty-icon{
    top: 144px !important;
}

.ctf_prod_ribbon-right{
    position: absolute;
    top: 10px;
    z-index: 999;
    display: block;
    right: 30px;
    width: 60px;
}

.ctf_prod_ribbon-left{
    position: absolute;
    top: 10px;
    z-index: 999;
    display: block;
    left: 30px;
    width: 60px;
}

.ctf_prod_ribbon img{
}
.ctf_ribbon_left{
}
.ctf_ribbon_right{
    float: right;
    top: -100px;
    right: 5px;
}
/*.ctf_add_to_cart, .ctf_add_to_wishlist, .ctf_pack_qty{
    */
/*opacity: 0;
*/
/*cursor: pointer;
*/
/*
}
*/
.col-centered{
    float: none;
    margin: 0 auto;
    text-align: center;
}
/*.ctf_product:hover .ctf_add_to_cart, .ctf_product:hover .ctf_add_to_wishlist, .ctf_product:hover .ctf_pack_qty {
    */
/*opacity: 1;
*/
/*-webkit-transition: opacity 1s;
 !* Safari *!*/
/*transition: opacity 1s;
*/
/*
}
*/
.ctf_pack_qty input{
    width: 30px;
    height: 31px;
}
.ctf_pack_qty .ctf_qty_minus, .ctf_pack_qty .ctf_qty_plus{
    width: 15px;
    height: 15px;
    line-height: 15px;
}
.ctf_cart_summary{
    text-transform: uppercase;
    color: #b40202;
}
.ctf_remove_cart_item{
    cursor: pointer;
    color: #b40202;
}
.ctf_red_color{
    color: #b40202;
}
.ctf_loader {
    border: 10px solid #b40202;
    border-radius: 50%;
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
    width: 100px;
    height: 100px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    position: fixed;
    left: 50%;
    top: 46%;
    margin-left: -50px;
}
.ctf_overlay{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 99;
}
.ctf_single_product{
    margin-top: 70px;
}
.ctf_cat_menu_title{
    text-transform: uppercase;
    color: #666;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
}
.ctf_cat_menu{
    padding: 0;
    margin: 20px 0 0 0;
}
.ctf_cat_menu li{
    list-style-type: none;
}
.ctf_cat_menu li a{
    color: #000;
}
.ctf_button{
    padding: 13px;
    background-color: #b40202;
    color: #fff !important;
    text-transform: uppercase;
    border-radius: 3px;
    display: inline-block;
    width: 200px;
    text-align: center;
    cursor: pointer;
}
.ctf_button:hover{
    text-decoration: none;
    color: #0a0a0a !important;
}
.ctf_button:active{
    color: #b40202;
    background-color: #0a0a0a;
}
.ctf_button_black{
    padding: 10px;
    background-color: transparent;
    color: #000;
    text-transform: uppercase;
    border-radius: 5px;
    display: inline-block;
    width: auto;
    text-align: center;
    cursor: pointer;
    border: 2px solid #000;
}
.inWishlist{
    color: #b40202 !important;
}
.ctf_addProduct_wish{
    color: #0a0a0a;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}
.ctf_addProduct_wish i{
    color: #ccc;
}
.ctf_addProduct_wish:hover i{
    color: #b40202 ;
}
.ctf_cat_items{
    color: #999999;
}
.ctf_sub_menu{
    display: block;
    background: #b40202;
    z-index: 999;
    position: relative;
}
.ctf_brands{
    background: #eee;
    margin-top: 15px;
}
.ctf_brands img{
    width: 200px;
    margin: 20px;
}
.ctf_bredcrumbs{
    color: #999;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.ctf_qty_plus, .ctf_qty_minus{
    background: #e3e3e3;
    width: 20px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
}
.ctf_pack_qty .ctf_qty_plus{
    margin-bottom: 1px;
}
.ctf_qty_plus{
    margin-bottom: 5px;
}
.ctf_qty{
    float: left;
    width: 50px;
    height: 45px;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    background: #e3e3e3;
    text-align: center;
    display: none;
}
.ctf_qty_pack_display{
    float: left;
    width: 50px;
    height: 45px;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    background: #e3e3e3;
    text-align: center;
}
.ctf_quantity_holder{
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 5px;
}
.ctf_pack_qty .ctf_qty_signs{
    float: left;
    margin: 0 5px 0 1px;
}
.ctf_qty_signs{
    float: left;
    margin: 0 5px 0 5px;
}
.pointer {
    cursor: pointer;
}
.ctf_footer_links a{
    color: #fff;
}
.ctf_footer_links a:hover{
    color: #a9664f !important;
}
.language_list li a img{
    width: 16px;
}
.ctf_green{
    color: #00a02e;
}
.ctf_red{
    color: #7f1f15;
}

.ctf_lbl_modal_wrapper{
    position: fixed;
    top: 0;
    right: -100%;
    width: 440px;
    background: #fff;
    z-index: 10001;
    height: 100%;
    overflow: auto;
    padding: 15px 20px;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    transition: right 0.4s ease-in-out;
}
.ctf_lbl_modal_wrapper.active {
    right: 0;
}
.lab-product-img{
    height: 220px;
    display: flex;
    align-items: center;
    padding: 15px;
    justify-content: center;
}
.lab-product-img img{
    height: 220px;
}
.lab-product-title{
    font-size: 30px;
    font-family: "Antic Slab", serif;
    font-weight: 700;
    line-height: 36px;
}
.lab-prices{
    font-size: 22px;
    font-weight: 500;
    padding: 10px 0 15px;
}
.ctf_stick_to_top{
    position: fixed;
    top: 0;
    width: 100%;
    display: block;
    z-index: 9999;
}
.lab_quantity_holder{
    display: flex !important;
}
.select2-container {
    z-index: 10001;
}
.tooltip{
    z-index: 10002;
}
.label-opened:before{
    content: '';
    background: rgba(10, 10, 10, 0.4);
    width: 100%;
    height: 100%;
    display: block;
    z-index: 10000;
    position: fixed;
}
.close-label{
    position: absolute;
    left: 15px;
    cursor: pointer;
}
.label-title{
    margin-top: 20px;
    margin-bottom: 10px;
}
.select2{
    width: 100% !important;
    height: 50px !important;
}
.select2-results__option img {
    width: 48px;
    height: 48px;
    margin-right: 10px;
    vertical-align: middle;
    border-radius: 50%;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px !important;
    font-weight: 500;
    text-transform: uppercase;
}
.select2-selection__rendered img {
    width: 48px;
    height: 48px;
    margin-right: 10px;
    vertical-align: middle;
    border-radius: 50%;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px !important;
}
.select2-container .select2-selection--single {
    height: 50px !important;
}
.select2-results__option--selectable {
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.add_to_cart_labeled{
    padding: 13px;
    background-color: #b40202;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    border: none;
    display: flex;
    width: 100%;
    float: left;
    justify-content: center;
}
.ctf_update_cart_item{
    display: block;
    background: #e3e3e3;
    border-radius: 2px;
    padding: 2px;
    color: #333;
    margin-left: 2px;
    margin-right: 6px;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.ctf_button.ctf_lising_btn{
    width: 100%;
}
.ctf_user_menu .dropdown-menu li {
    padding-left: 10px;
}
.continueShop-m{
    margin-left: 15px !important;
}

.single_preview_label{
    position: absolute;
    right: -140px;
    bottom: 30px;
}

.single_preview_label img{
    width: 120px;
}


/* Mediaquery New */
@media (max-width: 1380px) {
    .ctf_user_menu li a {
        color: #999;
        text-transform: uppercase;
        padding: 7px 6px;
        font-size: 12px;
    }
}
@media (max-width: 1366px) {
    .ctf_prod_image .effect-julia > a{
        position: relative;
        z-index: 999;
        width: 100%;
        height: 100%;
        display: block;
    }
    figure.effect-julia:hover img {
        opacity: 0.1;
    }
    table.CartContents thead tr th {
        padding: 20px 2px;
        text-align: center;
        font-size: 9px;
    }
    .checkout-logiran #section_CardDetails {
         display: inline-table;
         width: 100%;
     }
    table.CartContents {
        margin: 0 0 20px;
        border-collapse: collapse;
        width: 100%;
        display: inline-table;
    }
    table.CartContents .ProductTitle{
        text-transform: lowercase;
        font-size: 12px;
    }
    table.CartContents .product-unity-desc{
        font-size: 12px;
    }
    table.CartContents thead tr th:first-child{
        width: auto !important;
    }
    table.CartContents thead tr th:last-child{
        width: auto !important;
        max-width:100%;
        white-space:nowrap;
    }
    table.CartContents thead tr td{
        display: block;
    }
    table.CartContents thead tr td:last-child{
        max-width:100%;
        white-space:nowrap;
    }
    table td, table th {
        padding: 9px 5px;
        text-align: left;
    }
    .mobile-no-padding-right{
        padding-right: 15px !important;
    }

}
@media (max-width: 1200px) {
.panel-default a {
    color: black;
    text-decoration: none;
    text-align: center;
    width: 100%;
    display: block;
}
    .shopping-card-details .ctf_qty_pack_display {
        float: left;
        width: 45px !important;
    }
    .ctf_single_product .ctf_button {
        margin-top: 7px;
    }
}
@media (max-width: 1024px) {
    .ctf_stick_to_top {
        position: relative;
        top: 0;
        width: 100%;
        display: block;
        z-index: 9999;
    }
    body, html{
        overflow-x: hidden;
    }
    .fixed_header {
        padding-top: 0;
    }
    #accordion-history{
        margin: 0 20px;
    }
    .ctf_lbl_modal_wrapper {
        width: 100%;
        right: -120%;
    }
    .lab-product-img {
        height: 150px;
    }
    .lab-product-img img {
        height: 150px;
    }
    .lab-product-title {
        font-size: 26px;
        line-height: 30px;
    }
    .lab-prices {
        font-size: 20px;
        font-weight: 500;
        padding: 5px 0 10px;
    }
}
@media (max-width:  1024px){
table.CartContents thead tr th {
    padding: 20px 5px;
    text-align: left;
    font-size: 10px;
}
    .language_box {
        text-align: left;
        float: right;
        padding-top: 5px;
        margin-right: -10px;
        position: absolute;
        top: 7px;
        right: 10px;
        z-index: 99;
    }
    .ctf_grey_bar{
        padding:  0 15px;
    }
}
@media (max-width:  992px){
    .single_preview_label{
        left: 0;
        position: relative;
        right:inherit;
        bottom: inherit;
        margin: 10px 0;
    }
    table.CartContents thead tr th {
        padding: 20px 8px;
        text-align: left;
        font-size: 12px;
    }
    .language_box {
        text-align: left;
        float: right;
        padding-top: 5px;
        margin-right: -10px;
        position: absolute;
        top: 7px;
        right: 10px;
    }
    .supportText {
        padding-top: 10px;
        font-size: 12px;
        float: left;
        margin-right: 20px;
        margin-bottom: 5px;
    }
    .logo-mycotfer{
        padding-bottom: 10px;
    }
    .fa-cart-plus.fa-3x{
        font-size: 2em;
    }
    .ctf_logo_strip {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .ctf_single_product .ctf_button {
        margin-top: 0;
    }
    .cart_navigation{
        text-align: center;
    }
    .cart_navigation .continueShop-m{
        margin: 0 12px 0 0;
        float: none;
        width: auto !important;
    }
    .footer-logo img{
        margin-bottom: 5px;
    }
}
@media (max-width: 768px){
    .ctf_menu_strip {
        height: 60px;
        line-height: 40px;
        clear: both;
        width: 100%;
        padding: 12px 0;
    }
    .ctf_main_menu li {
        display: block;
        padding: 0 3px;
        float: left;
    }
    .ctf_main_menu li a {
        color: #fff;
        text-transform: uppercase;
        margin-right: 0;
        float: left;
        text-align: left;
        padding-left: 5px !important;
        font-size: 12px;
    }

    .ctf_main_menu .dropdown-menu li {
        display: block;
        padding: 0 3px;
        float: left;
        width: 100%;
    }
    .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 2px;
        font-size: 9px;
    }
    .navbar-nav>li>a {
        line-height: 20px;
        padding: 7px 5px;
    }
    .ctf_logo_strip {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .ctf_search {
        border: 1px solid rgba(204, 204, 204, 0.4);
        padding: 5px;
        border-radius: 2px;
        width: 50%;
        float: left;
    }
    .language_box {
        text-align: left;
        float: right;
        padding-top: 5px;
        margin-right: -10px;
        position: absolute;
        top: 0;
        right: 10px;
        padding-bottom: 5px;
    }
    .navbar {
        margin-bottom: 0;
    }
    #order-detail-content #cart_summary td {
        border: none;
        /*position: relative;*/
        /*width: 50%;*/
        /*float: left;*/
        white-space: normal;
        text-align: center;
    }
    #order-detail-content #cart_summary td.cart_delete {
        width: 50%;
        clear: none;
        text-align: right;
        float: right;
    }
    #order-detail-content #cart_summary tbody td .price {
        text-align: right;
    }
    #cart_summary tbody td.cart_unit .price span {
        display: block;
    }
    .deleteItem td:first-child{
        /*position: absolute !important;*/
        /*top: 0;*/
        /*right: 0;*/
        /*width: 30px !important;*/
    }
    .loggedinMenu{
        padding-top: 10px;
    }
    .deleteItem {
        position: relative;
    }
    .supportText{
        padding-top: 10px;
        font-size: 12px;
        float: left;
        margin-right: 20px;
        margin-bottom: 5px;
    }
    figure.effect-julia img {
        height: 180px;
        -webkit-transition: opacity 1s, -webkit-transform 1s;
        transition: opacity 1s, transform 1s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        max-width: 100%;
        object-fit: contain;
        margin: 0 auto;
    }
    .ctf_user_menu li {
        float: left;
        display: block;
        margin-right: 5px;
    }
    #accordion-history{
        margin: 0;
    }
    .table-orders-body td, .table-orders-body th{
        font-size: 12px;
    }
    .history-table-orders th, .historyTable td {
        font-size: 11px;
    }
    .table-responsive {
        margin-bottom: 0;}
    .mobile-row{
        display: inline-block;
    }
    .mobile-right-0{
        padding-right: 0;
    }
}
@media (max-width: 767px){
.deleteItem td:first-child{
    position: absolute !important;
    top: 0;
    right: 0;
    width: 30px !important;
}
}

@media (max-width: 630px){
    .supportText {
        float: none;
    }
}

@media (max-width:480px) {
    .table-orders-body td {
        font-size: 10px;
    }
    #termsAndConditionsVente .close{
        position: absolute;
        z-index: 9999;
        color: #000;
        right: 10px;
    }
    #honorific {
        width: 100%;
        min-width: 30px;
    }
    .button-mobile{
        clear: both;
    }
    .wishlist-parent .table>tbody>tr>td {
        padding: 4px;
    }
    .ctf_grey_bar {
        padding: 0;
    }
    .navbar-nav .fa-shopping-cart {
        margin-right: 1px;
    }
    .ctf_menu_strip {
        height: 60px;
        line-height: 40px;
        clear: both;
        width: 100%;
        padding: 20px 0;
    }
    .ctf_main_menu li {
        display: block;
        padding: 0 3px;
        float: left;
    }
    .ctf_main_menu li a {
        color: #fff;
        text-transform: uppercase;
        margin-right: 0;
        float: right;
    }
    .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 2px;
        font-size: 9px;
    }
    .navbar-nav>li>a {
        line-height: 20px;
        padding: 7px 5px;
    }
    .ctf_logo_strip {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .ctf_search {
        border: 1px solid rgba(204, 204, 204, 0.4);
        padding: 5px;
        border-radius: 2px;
        width: 100%;
        float: left;
    }
    .ctf_logo_strip .fa-cart-plus{
        top: 0;
        position: relative;
        margin-right: 7px;
    }
    #layout-content{
        padding-top: 0 !important;
    }
    .padding-40 {
        padding: 10px 0 40px !important;
    }
    .ctf_info_strip .col-md-7{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .ctf_user_menu li {
        float: left;
        display: block;
        margin-right: 5px;
    }
    .slick-dotted.slick-slider {
        margin-bottom: 30px;
    }
    .ctf_stick_to_top .navbar {
        position: relative;
        min-height: 30px;
        margin-bottom: 0;
        border: 1px solid transparent;
    }
    .fa-3x {
        font-size: 2em;
    }
    .ctf_logo_strip .col-md-4.text-right{
        display: block;
        float: right;
    }
    .container-products .ctf_product{
        width: 100% !important;
    }
    .ctf_product .ctf_pricesFloat .col-md-6{
        width: 50%;
        float: left;
    }
    .ctf_product .ctf_pricesFloat .col-md-4{
        width: 40%;
        float: left;
    }
    .ctf_product .ctf_pricesFloat .col-md-2{
        width: 10%;
        float: left;
    }
    .grid figure img {
        margin: 0 auto;
    }
    .ctf_product {
        margin-bottom: 15px;
    }
    #order-detail-content .cart_unit {
        float: right !important;
        width: 35% !important;
    }
    .deleteItem .packing-cart {
        width: 40% !important;
        float: right !important;
        top: 32px;
        position: relative !important;
        text-align: left !important;
        padding-left: 0 !important;
    }
    .packing-cart{
        width: 30%;
        float: right;
        position: relative;
    }
    #order-detail-content #cart_summary td {
        border: none;
        position: relative;
        width: 29%;
        float: left;
        white-space: normal;
        text-align: right;
    }
    .cart_avail_qty::before {
        content: attr(data-title);
        padding-right: 30px !important;
    }
    #order-detail-content .cart_avail.cart_avail_qty {
        float: left !important;
        width: 25% !important;
        clear: none !important;
        top: 0;
        position: relative !important;
        text-align: center !important;
        height: 35px;
    }
    .ctf_update_cart_item {
        background: #e3e3e3;
        border-radius: 2px;
        padding: 2px;
        color: #333;
        clear: both;
        margin-top: 5px;
        display: inline-block;
        width: 82%;
        margin-left: 0;
        float: left;
    }
    #btnPayWithCreditCart {
        float: right !important;
        margin-right: 15px;
    }
    .checkout-back-btn{
        margin-left: 15px;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 5px 5px 5px;
        font-size: 10px;
        width: 100%;
    }
    .navbar-nav .open .dropdown-menu {
        position: absolute;
        float: left;
        width: auto;
        margin-top: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        text-align: right;
        border-right: 1px solid #d6d4e2;
        border-bottom: 1px solid #d6d4e2;
        background: #fff;
        padding: 5px 0;
    }
    .ctf_product_details {
        text-align: left;
        clear: both;
        float: left;
        display: grid;
    }
    .select-unity-cart {
        font-weight: bold;
        position: relative;
        z-index: 98;
    }
    .ctf_quantity_holder {
        margin-top: 7px;
        margin-bottom: 5px;
        display: block;
        clear: both;
        height: auto;
    }
    .ctf_single_product {
        margin-top: 10px;
    }
    .navbar-nav .open .dropdown-menu li{
        clear: both;
    }
    .cart_product{
        width: 100% !important;
        height: auto;
        clear: both;
        display: block;
    }
    #cart_summary tbody td.cart_product img {
        border: 0 solid #dbdbdb;
        height: 160px;
        max-width: 100%;
        object-fit: contain;
        text-align: center;
        float: none;
        margin: 0 auto;
    }
    .supportText {
        padding-top: 10px !important;
        font-size: 12px;
        float: none;
        margin-right: 20px;
        margin-bottom: 5px;
        padding-left: 20px;
    }
    .loggedinMenu {
        padding-top: 0;
    }
    .totalProductsPrice {
        font-size: 16px;
    }
    .cart_total.item{
        min-width: 75px;
    }
    .cart_product.text-center{
        min-height: 50px;
        line-height: 50px;
    }
    .historyTable tr th {
        text-align: right;
        font-size: 8px;
    }
    .cond-short {
        visibility: hidden;
    }
    .cond-short:after {
        content:'Packs';
        visibility: visible;
        display: block;
        text-align: center;
    }
    .qty-short {
        visibility: hidden;
    }
    .qty-short:after {
        content:'Qty';
        visibility: visible;
        display: block;
        text-align: center;
    }
    .checkout-details td.cart_product {
        width: auto !important;
        max-height: 220px;
        text-align: center !important;
        padding: 9px 4px !important;
        display: table-cell;
    }
    .checkout-details table.CartContents thead tr th {
        padding: 20px 4px;
        text-align: left;
        font-size: 10px;
    }
    .checkoutcontainer .col-md-4{
        padding-left: 0;
        padding-right: 0 !important;
    }
    .checkout-logiran #section_CardDetails {
        display: contents;
        width: 100%;
    }
    #CartContents td {
        padding: 9px 4px;
        text-align: center;
        font-size: 12px !important;
    }
    .delete-mobile-btn{
        position: relative;
        z-index: 99;
    }
}
@media (max-width:  460px){
#order-detail-content .cart_avail.cart_avail_qty {
    float: left !important;
    width: 27% !important;
    clear: none !important;
    top: 0;
    position: relative !important;
    text-align: center !important;
    height: 35px;
}
    #order-detail-content #cart_summary td {
        border: none;
        position: relative;
        width: 35%;
        float: left;
        white-space: normal;
        text-align: right;
        padding-right: 5px;
    }
    .deleteItem .packing-cart {
        width: 30% !important;
        float: right !important;
        top: 32px;
        position: relative !important;
        text-align: left !important;
        padding-left: 0 !important;
    }
}
@media (max-width:  450px){
    table.CartContents thead tr th {
        padding: 20px 5px;
        text-align: left;
        font-size: 10px;
    }
    .wishlist-parent .history-table-orders th{
        font-size: 8px;
        padding: 4px;
    }
    td.cart_product {
        width: 100% !important;
        max-height: 220px;
        text-align: center !important;
        padding: 30px !important;
        clear: both;
        margin: 0 auto;
    }

    #cart_summary tbody td.cart_product img {
        border: 0 solid #dbdbdb;
        height: 160px;
        max-width: 100%;
        object-fit: contain;
        text-align: center;
        float: none;
        margin: 0 auto;
        width: 100%;
    }
    .ctf_update_cart_item {
        width: 90%;
    }
}
@media (max-width: 420px){
#order-detail-content .cart_avail.cart_avail_qty {
    float: left !important;
    width: 35% !important;
    clear: none !important;
    top: 0;
    position: relative !important;
    text-align: center !important;
    height: 35px;
}
    .ctf_update_cart_item {
        width: 75%;
    }
}
@media (max-width: 380px){
    .nav > li > a {
        position: relative;
        display: block;
        padding: 7px 2px !important;
        font-size: 9px;
    }
    .ctf_user_menu > li > a {
        position: relative;
        display: block;
        padding: 7px 2px !important;
        font-size: 8px;
    }
    #btnPayWithCreditCart{
        clear: none !important;
        width: auto !important;
    }
    .ctf_user_menu {
        padding-left: 10px;
    }
    .wishlist-parent .table-orders-body td {
        font-size: 8px;
    }
    .mobile-no-padding-right {
        padding-right: 0 !important;
    }
    .ctf_update_cart_item {
        width: 90%;
    }
}

@media (max-width: 370px){
    .ctf_info_strip .navbar .container-fluid.col-centered{
        padding: 0;
    }
    .ctf_single_product .ctf_button {
        margin-top: 7px;
        clear: both;
    }
}
@media (max-width: 340px) {
    .hide-340 {
        display: none;
    }
    #order-detail-content .cart_avail.cart_avail_qty {
        float: left !important;
        width: 40% !important;
        clear: none !important;
        top: 0;
        position: relative !important;
        text-align: center !important;
        height: 35px;
    }
    .deleteItem .packing-cart {
        width: 25% !important;
        float: right !important;
        top: 32px;
        position: relative !important;
        text-align: left !important;
        padding-left: 0 !important;
    }
    .ctf_update_cart_item {
        width: 80%;
    }
}
@media (max-width: 320px){
    .col-centered {
        float: none;
        margin: 0 auto;
        text-align: center;
        padding: 0;
    }
    .checkout-details table.CartContents thead tr th {
        padding: 20px 4px;
        text-align: left;
        font-size: 8px;
    }
    .deleteItem .packing-cart {
        width: 20% !important;
        float: right !important;
        top: 32px;
        position: relative !important;
        text-align: left !important;
        padding-left: 0 !important;
        font-size: 10px;
    }
    .nav > li > a {
        position: relative;
        display: block;
        padding: 7px 1px !important;
        font-size: 8px;
    }
    .ctf_product .ctf_pricesFloat .col-md-6{
        width: 50%;
        float: left;
    }
    .ctf_product .ctf_pricesFloat .col-md-4{
        width: 35%;
        float: left;
    }
    .ctf_product .ctf_pricesFloat .col-md-2{
        width: 15%;
        float: left;
    }
    #order-detail-content .cart_avail.cart_avail_qty {
        float: left !important;
        width: 43% !important;
        clear: none !important;
        position: relative !important;
        text-align: center !important;
        top: -10px;
    }
    .panel-group-history .table>thead>tr>th, .panel-group-history .table>tbody>tr>td {
        padding: 1px;
        font-size: 10px;
    }
}


@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
    table.CartContents thead tr th {
        padding: 20px 3px;
        text-align: center;
        font-size: 9px;
    }
    .ctf_menu_strip {
        height: 60px;
        line-height: 80px;
    }
    .ctf_user_menu {
        padding-top: 12px;
    }
}

/* Landscape */
@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1366px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 1.5) {
    table.CartContents thead tr th {
        padding: 20px 3px;
        text-align: center;
        font-size: 9px;
    }
}

@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1366px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 1.5) {
    .ctf_user_menu {
        padding-top: 12px;
    }

}
