
/*.cartCode {
    padding: 60px 0;
}*/

.cartCode ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.cartCode .categories_sidebar {
    border: 1px solid #ebebeb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /*padding: 20px;*/
    padding: 20px 20px 0;
    background: #f9f9f9;
}

.cartCode .row.m0 {
    margin: 0px;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*.cartCode p, .cartCode h1, .cartCode h2, .cartCode h3, .cartCode h4, .cartCode h5, .cartCode h6 {
  margin: 0px;
  padding: 0px;
}*/
.cartCode .page-row p {
    margin-top: 15px;
    display: inline-block;
}


.cartCode .single_c_title {
    text-align: center;
}

.cartCode .single_c_title h2 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
}


.cartCode .add_cart_btn {
    background: #FFD54C;
    color: #333;
    line-height: 38px;
    border: 1px solid #A5D05F;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .70px;
    padding: 0px 15px;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    border-radius: 0px;
}

.cartCode .add_cart_btn:hover {
    color: #fff;
    background: #333;
}

.cartCode .update_btn {
    background: #FFF;
    border: 1px solid #333333;
    border-radius: 0px;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 20px;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    cursor: pointer;
    font-size: 12px;
    display: inline-block;
}

.cartCode .update_btn:hover {
    background: #333;
    border-color: #333;
    color: #fff;
}

.cartCode .checkout_btn, .cartCode .checkout_btn:focus {
    background: #FFD54C;
    border: 1px solid #FFD54C;
    border-radius: 0px;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 20px;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    font-size: 12px;
    cursor: pointer;
    display: inline-block;
}

.cartCode .checkout_btn:hover, .cartCode .checkout_btn:focus:hover {
    background: #333;
    border-color: #333;
    color: #fff;
}

#mpesaDialog .pay_btn, #mpesaDialog .pay_btn:focus {
    background: #333333;
    border: 1px solid #333333;
    border-radius: 0px;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 20px;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    cursor: pointer;
    font-size: 12px;
    display: inline-block;
}

#mpesaDialog .pay_btn:hover, #mpesaDialog .pay_btn:focus:hover {
    background: #6FAA5D;
    border-color: #6FAA5D;
    color: #fff;
}




.cartCode .checkout_btn:disabled, .cartCode .checkout_btn:focus:disabled {
    background: #FFD54C;
    border-color: #FFD54C;
    color: #fff;
    pointer-events: none;
}

.cartCode .checkout_btn i {
    margin-left: 10px;
}


.cartCode .update_btn i {
    margin-right: 10px;
}

.cartCode .export_btn {
    background: #FFF;
    border: 1px solid #cccccc;
    border-radius: 0px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0px 20px;
    line-height: 34px;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    text-align: center
}

.cartCode .export_btn i {
    margin-right: 10px;
}

.cartCode .export_btn:hover {
    background: #117391;
    border-color: #117391;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .cartCode .update_btn, .cartCode .checkout_btn {
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }

    .cartCode .export_btn {
        display: block;
        width: 100%;
        margin-top: 5px;
    }
}

.cartCode .spanBold {
    font-weight: 600;
    display: block;
    font-size: 12px;
    line-height: 16px;
    color: #454545;
}

.cartCode .l_product_item {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    height: calc(100% - 10px);
}

.cartCode .product_carousel.product_column5 .l_product_item, .cartCode .product_carousel.product_column2 .l_product_item {
    border: 0px solid #F2F2F2;
}

.cartCode .l_product_item .l_p_img {
    position: relative;
    /*padding: 16px 16px 0;*/
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 210px;
}

.cartCode .owl-carousel .owl-item .l_product_item .l_p_img img {
    width: auto;
}

.cartCode .l_product_item .l_p_img img {
    max-width: 100%;
    max-height: 180px;
}


.cartCode .l_product_item .l_p_text {
    padding: 0px 16px 16px 16px;
    /*border-top: 1px solid #cccccc;*/
    overflow: hidden;
}

.cartCode .l_product_item .l_p_text ul {
    padding-top: 0px;
    margin-bottom: 5px;
}

.cartCode .single_product .l_product_item .l_p_text ul {
    padding-top: 10px;
}

.cartCode .l_product_item .l_p_text ul li {
    display: inline-block;
    margin-right: 3px;
}

.cartCode .l_product_item .l_p_text ul li.p_icon a {
    border: 1px solid #999999;
    font-size: 17px;
    color: #999999;
    display: inline-block;
    padding: 0px 10px;
    line-height: 38px;
    position: relative;
}

.cartCode .l_product_item .l_p_text ul li.p_icon a:hover {
    color: #000;
}

.cartCode .l_product_item .l_p_text ul li:last-child {
    margin-right: 0px;
}

.cartCode .l_product_item .l_p_text h4 {
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    color: #454545;
    padding-bottom: 0px;
    margin-bottom: 0;
    line-height: 14px;
}

.cartCode .l_product_item .l_p_text h5 {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 0px;
    padding-top: 5px;
}

.cartCode .l_product_item .l_p_text h5 span.price {
    /*font-size: 18px !important;*/
    /*color: #59C9EB;*/
}

.cartCode .l_product_item .l_p_text h5 i {
    font-size: 14px;
}

.cartCode .ellip {
    display: block;
    height: 100%;
}

.cartCode .ellip-line {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    max-width: 100%;
}

.cartCode .ellip,
.cartCode .ellip-line {
    position: relative;
    overflow: hidden;
}

.cartCode .l_product_item .l_p_text p {
    line-height: 12px;
    /*height: 32px;*/
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 5px;
}

.cartCode .l_product_item .l_p_text h5 del {
    font-size: 16px;
    color: #666666;
}

.cartCode .l_product_item:hover .l_p_text ul {
    margin-top: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cartCode .sale {
    background: #d91522;
    color: #fff;
    line-height: 25px;
    padding: 0px 11px;
    display: inline-block;
    position: absolute;
    top: 18px;
    left: 18px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.cartCode .new-product {
    background: #0b42f2;
    color: #fff;
    line-height: 25px;
    padding: 0px 11px;
    display: inline-block;
    position: absolute;
    top: 18px;
    left: 18px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.cartCode .discount {
    background: #000;
    color: #fff;
    line-height: 25px;
    padding: 0px 11px;
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 18px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.cartCode .c_product_grid_details .pagination_area {
    margin-top: 0px;
}

.cartCode .c_product_item {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px 15px;
    margin-bottom: 10px;
    background: #FFF;
    height: calc(100% - 10px);
}

.cartCode .c_product_item.c_product_highlight {
    border-left: 5px solid #A5D05F;
}

/*.cartCode .c_product_item:last-child {
  margin-bottom: 0px;
}*/

.cartCode .c_product_item .c_product_img {
    position: relative;
    overflow: hidden;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.cartCode .c_product_item .c_product_img img {
    max-height: 80px;
}

.cartCode .c_product_item .c_product_text {
    /*padding: 15px 0 5px;
	padding: 15px;*/
    padding: 15px 0;

}

.cartCode .c_product_item .c_product_text h4 a {
    /*color: #454545;*/
}

.cartCode .c_product_item .c_product_text.c_product_basket {
    text-align: right;

}

.cartCode .c_product_item .c_product_text.c_product_basket .c_product_btn {
    border-left: 1px solid #ddd;
}

@media screen and (max-width: 767px) {
    .cartCode .c_product_item .c_product_text.c_product_basket .c_product_btn {
        border-left: 0px solid #ddd;
    }
    .cartCode .c_product_item .c_product_text.c_product_basket .c_product_btn .fullWidth {
        width: 100%
    }
}


.cartCode .c_product_img, .l_p_img {
    text-align: center;
}

.cartCode .c_product_item .c_product_text h4 {
    /*font-size: 14px;
    line-height: 16px;*/
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    color: #454545;
    margin-bottom: 0;
}

.cartCode .c_product_item.c_product_highlight .c_product_text h4 {
    font-size: 24px;
    color: #9B9D9F;
}

.cartCode .c_product_item .c_product_text h5 {
    font-size: 18px;
    font-weight: 500;
    padding: 5px 0px 0px 0px;
    margin-bottom: 0;
}

.cartCode .c_product_item .c_product_text h5 span.price {
    /*font-size: 18px !important;*/
    /*color: #59C9EB;*/
}

.cartCode .c_product_item .c_product_text h5 i {
    font-size: 14px;
}

.cartCode .c_product_item.c_product_highlight .c_product_text h5 {
    font-size: 40px;
}

.cartCode .c_product_item.c_product_highlight .c_product_text h5 > * {
    vertical-align: baseline;
}

.cartCode .c_product_item.c_product_highlight .c_product_text h5 i:first-child {
    margin-left: 5px;
}

.cartCode .c_product_item .c_product_text .product_rating li {
    display: inline-block;
}

.cartCode .c_product_item .c_product_text .product_rating li a {
    font-size: 15px;
    color: #efb504;
}

.cartCode .c_product_item .c_product_text h6 {
    font-size: 14px;
    padding-top: 5px;
}

.cartCode .c_product_item .c_product_text h6 span {
    color: #0dda2a;
}

.cartCode .c_product_item .c_product_text p {
    overflow: hidden;
    position: relative;
    line-height: 12px;
    max-height: 24px;
    text-align: justify;
    margin-right: -15px;
    padding-right: 15px;
    margin-top: 5px;
    font-size: 12px;
    margin-bottom: 0px;
}

.cartCode .c_product_item .c_product_text .c_product_btn li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}


.cartCode .c_product_item .c_product_text .c_product_btn li:first-child {
    margin-left: 0px;
}

*

.cartCode .p_icon {
    line-height: 40px;
    text-align: center;
}

.cartCode .p_icon a {
    font-size: 17px;
    color: #999999;
    text-align: center;
    border: 1px solid #999999;
    display: inline-block;
    height: 40px;
    width: 40px;
    vertical-align: middle;
}

.cartCode .p_icon a:hover {
    color: #262121;
    border-color: #262121;
}


.cartCode .product_details_area {
    padding-top: 0px;
}

.cartCode .product_details_area .quantity {
    margin-top: 20px;
    padding-bottom: 20px;
}

.cartCode .product_details_area .add_cart_btn {
    margin-right: 3px;
}

.cartCode .product_details_text {
    max-width: 570px;
}

.cartCode .product_details_text h3 {
    font-size: 24px;
    color: #000;
    font-weight: 500;
    /*padding-bottom: 10px;*/
    margin-bottom: 0;
}

.cartCode .product_details_text h6 {
    font-size: 14px;
    padding: 0;
    margin-top: 0;
    font-weight: 400;
    color: #ababab;
    color: #5d5d5d;
}

.cartCode .product_details_text h6 span {
    color: #0dda2a;
}

.cartCode .product_details_text h4 {
    font-size: 20px;
    font-weight: 500;
    color: #333;
    padding-top: 5px;
    padding-bottom: 5px;
}

.cartCode .product_details_text h4 span.price {
    /*font-size: inherit !important*/
    color: #5d5d5d;
}

.cartCode .product_details_text p {
    padding: 0px;
    margin-bottom: 0.5rem;
}

.cartCode .quantity .custom {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.cartCode .quantity .custom .reduced, .cartCode .quantity .custom .increase {
    padding: 0px;
    border: none;
    background: transparent;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 18px;
    color: #000;
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cartCode .quantity .custom .reduced {
    left: 1px;
    padding-left: 15px;
    padding-right: 15px;
    height: 38px;
    background: #FFF;
}

.cartCode .quantity .custom .increase {
    right: 1px;
    /*right: 8px;*/
    padding-left: 15px;
    padding-right: 15px;
    height: 38px;
    background: #FFF;
}

.cartCode .quantity .custom .reduced i,
.cartCode .quantity .custom .increase i {
    font-size: 13px;
}

.cartCode .quantity .custom input {
    height: 40px;
    width: 130px;
    /*padding: 0px 20px;*/
    padding: 0px 10px 0px 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    letter-spacing: .40px;
    border: 1px solid #cccccc;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
}

.cartCode .single_product .quantity .custom input {
    width: 120px;
}

.cartCode .quantity .custom input.placeholder {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    letter-spacing: .40px;
}

.cartCode .quantity .custom input:-moz-placeholder {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    letter-spacing: .40px;
}

.cartCode .quantity .custom input::-moz-placeholder {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    letter-spacing: .40px;
}

.cartCode .quantity .custom input::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    letter-spacing: .40px;
}

.cartCode .quantity .add_cart_btn {
    height: 40px;
    vertical-align: top;
    line-height: 40px;
    border: #FFD54C;
    padding: 0px 12px;
}

.cartCode .quantity .add_cart_btn .fal.fa-shopping-cart {
    font-size: 16px;
}

.cartCode .quantity .p_icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    line-height: 38px;
}

.cartCode .shareing_icon h5 {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    color: #666666;
    letter-spacing: .325px;
    text-transform: uppercase;
}

.cartCode .shareing_icon ul {
    display: inline-block;
    padding-left: 10px;
}

.cartCode .shareing_icon ul li {
    display: inline-block;
    margin-right: 13px;
}

.cartCode .shareing_icon ul li a {
    font-size: 14px;
    color: #999999;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.cartCode .shareing_icon ul li:last-child {
    margin-right: 0px;
}

.cartCode .shareing_icon ul li:hover a {
    color: #000;
}

.cartCode .product_description_area {
    padding-top: 60px;
}

.cartCode .product_description_area .tab_menu .nav-tabs a {
    padding: 0px;
    border: none;
    padding-right: 25px;
    border-bottom: 1px solid #cccccc;
    font-size: 16px;
    color: #cccccc;
    text-transform: uppercase;
    line-height: 50px;
}

.cartCode .product_description_area .tab_menu .nav-tabs li.active {
    color: #000;
    border-bottom: 1px solid #000;
}

.cartCode .product_description_area .tab_menu .nav-tabs li.active a {
    color: #000;
}

.cartCode .product_description_area .tab-content {
    padding: 35px 0px;
}

.cartCode .product_description_area .tab-content p {
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    letter-spacing: .35px;
}

.cartCode .product_description_area .tab-content h4 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    padding-bottom: 15px;
}

.cartCode .product_description_area .tab-content ul li {
    display: inline-block;
}

.cartCode .product_description_area .tab-content ul li a {
    color: #efb504;
    font-size: 15px;
}

.cartCode .related_product_area {
    padding-top: 20px;
    padding-bottom: 80px;
}

.cartCode .related_product_inner .single_c_title {
    padding-bottom: 45px;
    text-transform: uppercase;
}

.cartCode .related_product_inner .pagination_area {
    margin-top: 30px;
}

.cartCode .cart_product_list {
}

.cartCode .cart_background {
    background: #FFFFFF;
    /*padding: 25px 30px;*/
    margin-bottom: 15px;
}

.cart_product_list .table {
    margin-bottom: 0px;
    border-left: 0px solid #f0f0f0;
    border-right: 0px solid #f0f0f0;
}

.cartCode .cart_product_list .table thead {
    background: none;
}

.cartCode .cart_product_list .table thead tr th {
    border-top: 0px;
    font-size: 14px;
    color: #333;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    white-space: nowrap;
    text-transform: uppercase;
}

/*.cartCode .cart_product_list .table thead tr th:nth-child(2) {
  text-align: left;
}*/
    .cartCode .cart_product_list .table tbody {
    border-bottom: 1px solid #e9ecf2;
}

.cartCode .cart_product_list .table tbody tr {
    vertical-align: middle;
    -ms-flex-item-align: center;
}

.cartCode .cart_product_list .table tbody tr th {
    vertical-align: middle;
}

.cartCode .cart_product_list .table tbody tr td {
    padding: 20px 10px;
}

.cartCode .cart_product_list.cart_address .table tbody tr td {
    padding: 10px;
}

.cartCode .cart_product_list .table tbody tr td .media .d-flex {
    padding-right: 30px;
}

.cartCode .cart_product_list .table tbody tr td .media .media-body {
    vertical-align: middle;
    text-align: left;
}

.cartCode .cart_product_list .table tbody tr td .media .media-body h4 {
    font-size: 14px;
    color: #000;
}

.cartCode .cart_product_list .table tbody tr td p {
    font-size: 14px;
    color: #000;
    font-weight: normal;
}

.cartCode .cart_product_list .table tbody tr td.td-qty input {
    border: 1px solid #e9ecf2;
    width: 70px;
    text-align: center;
    height: 47px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    color: #000;
}

.cartCode .cart_product_list .table tbody tr td input.placeholder {
    font-size: 16px;
    color: #000;
}

.cartCode .cart_product_list .table tbody tr td input:-moz-placeholder {
    font-size: 16px;
    color: #000;
}

.cartCode .cart_product_list .table tbody tr td input::-moz-placeholder {
    font-size: 16px;
    color: #000;
}

.cartCode .cart_product_list .table tbody tr td input::-webkit-input-placeholder {
    font-size: 16px;
    color: #000;
}

.cartCode .cart_totals .checkout_btn {
    margin-left: 25px;
}

.cartCode .cart_totals_area {
    border: 1px solid #ddd;
    padding: 25px 30px;
    /*margin-top: 15px;*/
}

.cartCode .auxText {
    color: #454545;
    /*margin-top: 20px;*/
    margin-left: 20px;
    display: inline-block;
}

.cartCode .action-remove {
    cursor: pointer;
}

.cartCode .action-remove:before {
    content: "\f00d";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 800;
}

.cartCode .cart_address_area {
    padding-top: 0;
    padding-bottom: 25px;
}

.cartCode .cart_dataexport_area {
    background: #F7F7F7;
    padding: 15px 30px;
    margin-bottom: 15px;
}

.cartCode .cart_totals_area h4 {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    padding-bottom: 30px;
}

.cartCode .cart_items h3 {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    padding-top: 5px;
}

.cartCode .cart_items h3.title {
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 15px;
}

.cartCode .cart_items .table {
    margin-bottom: 0px;
}

.cartCode .cart_items .table tbody tr {
    /*border-bottom: 1px solid #eee;*/
    border-bottom: 1px solid #e9ecf2;
}

.cartCode .cart_items .table tbody tr td {
    vertical-align: middle;
    border: none;
}

.cartCode .cart_items .table tbody tr td .media {
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.cartCode .cart_items .table tbody tr td .media .d-flex {
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
}

.cartCode .cart_items .table tbody tr td .media .d-flex img {
    max-height: 60px;
}



.cartCode .cart_items .table tbody tr td .media .media-body {
    vertical-align: middle;
    -ms-flex-item-align: center;
    align-self: center;
    width: inherit;
}

.cartCode .cart_items .table tbody tr td .media .media-body h4 {
    font-size: 14px;
    color: #666666;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 0;
}

.cartCode .cart_items .table tbody tr td .boldColor {
    color: #333;
    font-weight: 600;
    /*font-size: 14px;*/
}

.cartCode .cart_items .table tbody tr td p {
    font-weight: 400;
    /*font-size: 14px;*/
    color: #000;
}

.cartCode .cart_items .table tbody tr td .quantity {
    /*border: 1px solid #cccccc;*/
    margin: 0px;
    background: #FFF;
}

.cartCode .cart_items .table tbody tr td .quantity h6 {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    color: #666666;
}

.cartCode .cart_items .table tbody tr td .quantity button {
    /*top: 53%;*/
}

.cartCode .cart_items .table tbody tr td .quantity input {
    /*border: none;
    width: 65px;
    font-size: 14px;
    color: #000;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;*/
    height: 40px;
    width: 140px;
    padding: 0px 20px;
    /*padding: 0px 10px 0px 25px;*/
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    letter-spacing: .40px;
    border: 1px solid #cccccc;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
}

.cartCode .cart_items .table tbody tr td .quantity input.placeholder {
    font-size: 14px;
    color: #000;
}

.cartCode .cart_items .table tbody tr td .quantity input:-moz-placeholder {
    font-size: 14px;
    color: #000;
}

.cartCode .cart_items .table tbody tr td .quantity input::-moz-placeholder {
    font-size: 14px;
    color: #000;
}

.cartCode .cart_items .table tbody tr td .quantity input::-webkit-input-placeholder {
    font-size: 14px;
    color: #000;
}

.cartCode .cart_items .table tbody .last {
    background: #f3f3f3;
    vertical-align: middle;
    -ms-flex-item-align: center;
    align-self: center;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    vertical-align: middle;
    align-self: center;
}

.cartCode .cart_items .table tbody .last th {
    vertical-align: middle;
    -ms-flex-item-align: center;
    align-self: center;
}

.cartCode .cart_items .table tbody .last td {
    padding: 0px 10px;
    vertical-align: middle;
    -ms-flex-item-align: center;
    align-self: center;
}

.cartCode .cart_items .table tbody .last td .media .d-flex {
    vertical-align: middle;
    -ms-flex-item-align: center;
    align-self: center;
}

.cartCode .cart_items .table tbody .last td .media .d-flex h5 {
    font-size: 14px;
    color: #999999;
    font-weight: normal;
}

.cartCode .cart_items .table tbody .last td .media .media-body {
    vertical-align: middle;
    -ms-flex-item-align: center;
    align-self: center;
}

.cartCode .cart_items .table tbody .last td .media .media-body input {
    width: 118px;
    height: 30px;
    padding: 0px 10px;
    border: 1px solid #e5e5e5;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 12px;
    color: #666666;
}

.cartCode .cart_items .table tbody .last td .media .media-body input.placeholder {
    font-size: 12px;
    color: #666666;
}

.cartCode .cart_items .table tbody .last td .media .media-body input:-moz-placeholder {
    font-size: 12px;
    color: #666666;
}

.cartCode .cart_items .table tbody .last td .media .media-body input::-moz-placeholder {
    font-size: 12px;
    color: #666666;
}

.cartCode .cart_items .table tbody .last td .media .media-body input::-webkit-input-placeholder {
    font-size: 12px;
    color: #666666;
}

.cartCode .cart_items .table tbody .last td h3 {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    vertical-align: middle;
    -ms-flex-item-align: center;
    align-self: center;
    padding-bottom: 0px;
    text-align: right;
    font-family: "Lato", sans-serif;
}

.cartCode .cart_items .td-qty {
    font-family: "Lato", sans-serif;
    width: 100px;
    text-align: center;
}

.cartCode .cart_items .td-price {
    width: 100px;
    text-align: right;
    font-family: "Lato", sans-serif;
}

.cartCode .cart_items .td-remove {
    width: 60px;
    text-align: center;
    font-family: "Lato", sans-serif;
}

.cartCode .cart_items .td-checkbox {
    text-align: right;
    font-family: "Lato", sans-serif;
}

.cartCode .l_widgest {
    margin-bottom: 30px;
    /*border-bottom: 1px solid #DDDDDD;*/
}

.cartCode .l_widgest:last-child {
    margin-bottom: 0px;
    border-bottom: 0px solid #DDDDDD;
}

.cartCode .l_w_title {
    position: relative;
}

.cartCode .l_w_title:before {
    /*
  content: "";
  width: 100%;
  height: 1px;
  background: #d6d6d6;
  position: absolute;
  left: 0px;
  bottom: 0px;*/
}

.cartCode .l_w_title h3 {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 25px;
    padding-bottom: 15px;
    position: relative;
}

.cartCode .l_w_title h3::before {
    position: absolute;
    content: "";
    background: #ebebeb;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -1px;
}

.cartCode input[type="checkbox"] {
    position: absolute;
    /*margin-top: 4px \9;
    margin-left: -20px;*/
    margin-top: 13px;
    margin-left: -18px;	
    /*margin-top: 5px;
    margin-left: -17px;*/
}

.cartCode .l_p_categories_widget .navbar-nav > li.nav-item {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.cartCode .l_p_categories_widget .navbar-nav > li.nav-item:last-child {
    border-bottom: 0px solid #ddd;
}


.cartCode .l_p_categories_widget .navbar-nav > li.nav-item > a {
    font-size: 16px;
    margin: 0 0 15px;
    padding: 0 0 5px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 24px;
    font-family: "Lato", sans-serif;
}

.cartCode .l_p_categories_widget .navbar-nav > li > a {
    display: block;
    padding: 0px;
    font-size: 14px;
    color: #333;
    line-height: 40px;
    letter-spacing: .70px;
    font-weight: 500;
    /*border-bottom: 1px solid #d6d6d6;*/
}

.cartCode .l_p_categories_widget .navbar-nav li a:after {
    display: none;
}

.cartCode .l_p_categories_widget .navbar-nav li a i {
    float: right;
    line-height: 24px;
    /*color: #0b1033;*/
    color: #333;
    font-size: 16px;
    display: inline-block;
}

.cartCode .l_p_categories_widget .navbar-nav li a i + i {
    display: none;
}

.cartCode .l_p_categories_widget .navbar-nav li.dropdown .dropdown-menu {
    position: relative !important;
    top: 0px !important;
    margin: 0px;
    /*padding: 0px;*/
    padding: 0px 0 10px;
    border-radius: 0px;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important;
    border: none;
    z-index: auto;
    background: none;
}

.cartCode .l_p_categories_widget .navbar-nav li.dropdown .dropdown-menu li a {
    font-size: 14px;
    padding-bottom: 5px;
    /*color: #999999;*/
    /*border-color: #eaeaea;*/
}

.cartCode .l_p_categories_widget .navbar-nav li.dropdown .dropdown-menu li:last-child a {
    /*border-bottom: 1px solid #eaeaea;*/
}

.cartCode .l_p_categories_widget .navbar-nav li.show a i {
    display: none;
}

.cartCode .l_p_categories_widget .navbar-nav li.show a i + i {
    display: inline-block;
}

.cartCode .l_p_categories_widget .navbar-nav .dropdown-menu .nav-item:first-child {
    /*margin-top: 20px;*/
}

.cartCode .l_p_categories_widget .nav-item .checkbox.checkbox-info {
    padding-left: 20px;
    font-size: 14px
}

/*.cartCode .l_p_categories_widget .navbar-nav li:last-child a {
  border-bottom: 0px;
}*/

.cartCode .l_p_categories_widget .priceFilter {
    margin-left: 10px;
    width: calc(100% - 12px) !important;
}

.cartCode .l_p_categories_widget .priceFilter label {
    font-size: 13px;
    color: #333;
    font-weight: 500;
    padding-top: 20px;
    margin-bottom: 0px;
}

.cartCode .l_p_categories_widget .priceFilter .form-group label {
    padding-top: 0px;
    font-size: 16px;
}

.cartCode .l_p_categories_widget .priceFilter .pricefilterbutton {
    background: #333;
    display: inline-block;
    font-weight: 500;
    padding: 4px 13px;
    right: 0;
    color: #ffffff;
    border-radius: 5px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 12px !important;
}

.cartCode .l_p_categories_widget .priceFilter .pricefilterbutton:hover {
    background: #000000;
}

.cartCode .l_p_categories_widget .priceFilter input {
    /*border: none;*/
    display: inline-block;
    width: 100%;
    /*max-width: 80px;*/
}

.cartCode .l_p_categories_widget .priceFilter .ui_slider {
    border-radius: 0px;
    height: 3px;
    border: none;
    background: #e5e5e5;
    margin-top: 30px;
    margin-bottom: 15px;
}

.cartCode .l_p_categories_widget .priceFilter .ui_slider .ui-slider-range {
    background: #80BB01;
}

.cartCode .l_p_categories_widget .priceFilter .ui_slider .ui-slider-handle {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: #80BB01;
    border: 2px solid #FFF;
    /*border: 0px;*/
    top: -7px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    cursor: pointer;
}


.cartCode .l_menufacture_widget ul {
    /*margin-top: -7px;*/
}

.cartCode .l_menufacture_widget ul li a {
    display: block;
    padding: 0px;
    font-size: 14px;
    color: #333;
    line-height: 40px;
    letter-spacing: .70px;
    /*font-weight: 500;*/
}

.cartCode .l_menufacture_widget ul li {
    display: block;
    padding: 0px;
    font-size: 14px;
    color: #333;
    letter-spacing: .70px;
    /*font-weight: 500;*/
}

.cartCode .l_menufacture_widget ul li label, .cartCode .l_p_categories_widget ul li label {
    display: block;
    cursor: pointer;
}

.cartCode .l_menufacture_widget ul li label span, .cartCode .l_p_categories_widget ul li label span {
    float: right
}

.cartCode .l_feature_widget .media {
    margin-bottom: 15px;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 15px;
}

.cartCode .l_feature_widget .media .d-flex {
    padding-right: 25px;
}

.cartCode .l_feature_widget .media .media-body h4 {
    font-size: 14px;
    line-height: 26px;
    color: #000;
    letter-spacing: .35px;
    padding-bottom: 10px;
}

.cartCode .l_feature_widget .media .media-body h5 {
    font-size: 16px;
    color: #d91522;
    font-weight: 600;
}

.cartCode .l_feature_widget .media:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border: none;
}

.cartCode .pagination_area {
    text-align: center;
    margin-top: 0px;
}

.cartCode .pagination_area .pagination {
    display: inline-block;
    border-radius: 0px;
}

.cartCode .pagination_area .pagination li {
    display: inline-block;
}

.cartCode .pagination_area .pagination li a {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    border-radius: 0px !important;
    padding: 10px 15px;
    border: 1px solid transparent;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.cartCode .pagination_area .pagination li:first-child a {
    border: 1px solid #000002;
}

.cartCode .pagination_area .pagination li.next a {
    background: #333333;
    color: #fff;
}

.cartCode .pagination_area .pagination li:hover a {
    background: #333333;
    color: #fff;
}

.cartCode .showing_fillter {
    border: 1px solid #DDDDDD;
    padding: 10px 15px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    border-radius: 3px;
}

.cartCode .showing_fillter h4 {
    margin-bottom: 0;
    line-height: inherit
}

.cartCode .showing_fillter .row.m0 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cartCode .showing_fillter .first_fillter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 26%;
    flex: 0 0 26%;
    max-width: 26%;
}

@media (max-width: 575px) {
    .first_fillter h4:after {
        content: none;
    }
}

.cartCode .showing_fillter .first_fillter h4 {
    font-size: 14px;
    color: #999999;
    font-weight: normal;
    /*text-transform: uppercase;*/
    display: inline-block;
}

.cartCode .showing_fillter .secand_fillter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36%;
    flex: 0 0 36%;
    max-width: 36%;
    position: relative;
}

.cartCode .showing_fillter .secand_fillter select {
    max-width: 130px;
    font-size: 14px;
    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-family: "Lato", sans-serif;
}

.cartCode .showing_fillter .secand_fillter h4 {
    font-size: 14px;
    color: #999999;
    font-weight: normal;
    display: inline-block;
    /*text-transform: uppercase;*/
}

.cartCode .showing_fillter .third_fillter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 21%;
    flex: 0 0 21%;
    max-width: 21%;
    padding-left: 15px;
    position: relative;
}

.cartCode .showing_fillter .third_fillter h4 {
    font-size: 14px;
    color: #999999;
    font-weight: normal;
    display: inline-block;
    /*text-transform: uppercase;*/
}

.cartCode .showing_fillter .third_fillter select {
    font-size: 14px;
    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-family: "Lato", sans-serif;
}

.cartCode .showing_fillter .four_fillter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17%;
    flex: 0 0 17%;
    max-width: 17%;
    text-align: right;
}

.cartCode .showing_fillter .four_fillter h4 {
    font-size: 14px;
    color: #999999;
    font-weight: normal;
    display: inline-block;
    margin-top: -2px;
    /*overflow: hidden;*/
    padding-right: 10px;
    display: none
}

.cartCode .showing_fillter .four_fillter a {
    font-size: 18px;
    color: #DBDBDB;
    padding-right: 8px;
}

.cartCode .showing_fillter .four_fillter a.active {
    color: #ffd54c;
}

.cartCode .showing_fillter .four_fillter a + a {
    padding-right: 0px;
}


.cartCode .img-centered {
    margin: 0 auto;
}

.cartCode .l_widgest.l_p_categories_widget {
    overflow: hidden;
}

.cartCode .l_widgest.l_p_categories_widget .navbar-nav .nav-item, .cartCode .l_widgest.l_p_categories_widget .dropdown-menu {
    width: 100%;
}

.cartCode .l_widgest.l_p_categories_widget .dropdown-menu {
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}

.cartCode .l_widgest.l_feature_widget .media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.cartCode .l_widgest.l_feature_widget .d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.cartCode .l_widgest.l_feature_widget .media-body {
    flex: 1;
}

.cartCode .l_p_categories_widget .priceFilter input, .cartCode .l_p_categories_widget .priceFilter input:focus {
    outline: none;
}

.cartCode .l_p_categories_widget .priceFilter input#amount {
    border: 0px solid #FFF;
}

.cartCode #amount {
    font-size: 13px;
}

.cartCode .l_p_categories_widget .priceFilter .add_cart_btn {
    margin-top: 10px;
    margin-bottom: 0px;
}

.cartCode .categories_sidebar .navbar-nav {
    margin: 0;
}

.cartCode .product_details_slider .product-media .images-large {
    position: relative;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    /*margin-bottom: 20px;*/
    text-align: center;
    padding: 20px;
    height: 390px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cartCode .product_details_slider .product-media .images-large img {
    max-height:350px;
    z-index: 0
}

.cartCode .product_details_slider .product-media .images-large .btn-zoom {
    position: absolute;
    bottom: 15px;
    right: 15px;
    /*left: 0;
    top: 0;*/
    margin: auto;
    background-color: #ffd54c;
    color: #fff;
    border: none;
    box-shadow: none;
    z-index: 1;
    height: 40px;
    width: 50px;
    border-radius: 5px;
    text-align: center;
    font-size: 24px;
    padding: 0;
}

.product_preview.images-small .owl-carousel {
    z-index: 0;
    margin-top: 15px;
}

.cartCode .product_details_slider .product-media .images-large .btn-zoom:before {
    content: "\f002";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    color: #333;
    font-size: 18px;
}

.fancybox-close:after {
    background: #ffd54c !important;
    color: #333 !important;
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .fancybox-close {
        background-image: none !important;
    }
}


.cartCode .product_details_slider .product-media .images-large .btn-zoom:hover,
.cartCode .product_details_slider .product-media .images-large .btn-zoom:focus {
    box-shadow: none;
    border: none;
    outline: none;
}

.cartCode .product_details_slider .product-media .images-large .btn-zoom span {
    display: none;
}

.cartCode .product_details_slider .product-media .images-small a {
    position: relative;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    text-align: center;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
}

.cartCode .product_details_slider .product-media .images-small a.active {
    border: 1px solid #333;
    background: #FFF;
}

.cartCode .product_details_slider .product-media .images-small a img {
    margin: auto;
    display: block;
    width: 100%;
    width: auto;
    max-height: 80px;
}

.cartCode .product_details_slider .product-media .images-small .owl-prev,
.cartCode .product_details_slider .product-media .images-small .owl-next {
    width: 18px;
    text-align: center;
    line-height: 30px;
    color: #ffd54c;
    border-radius: 0;
    display: block;
    height: auto;
    text-indent: 0;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    font-size: 25px;
}

.cartCode .product_details_slider .product-media .images-small .owl-prev.disabled,
.cartCode .product_details_slider .product-media .images-small .owl-next.disabled {
    display: none;
}

.cartCode .product_details_slider .product-media .images-small .owl-prev:hover,
.cartCode .product_details_slider .product-media .images-small .owl-next:hover {
    color: #888888;
}

.cartCode .product_details_slider .product-media .images-small .owl-prev:before,
.cartCode .product_details_slider .product-media .images-small .owl-next:before {
    content: "";
    font-family: 'Font Awesome 5 Pro';
}

.cartCode .product_details_slider .product-media .images-small .owl-prev {
    text-align: left;
    left: -15px;
}

.cartCode .product_details_slider .product-media .images-small .owl-prev:before {
    content: "\f104";
    font-family: 'Font Awesome 5 Pro';
}

.cartCode .product_details_slider .product-media .images-small .owl-next {
    right: -15px;
    text-align: right;
}

.cartCode .product_details_slider .product-media .images-small .owl-next:before {
    content: "\f105";
    font-family: 'Font Awesome 5 Pro';
}

.cartCode .colorIcon {
    color: #999999;
    margin-right: 5px;
    vertical-align: middle;
}

.cartCode .textcolorIcon {
    margin-left: 8px;
    margin-right: 8px;
    vertical-align: middle;
}

.cartCode .quantityP {
    overflow: inherit !important;
    height: 16px !important;
    margin-top: 3px !important
}

.cartCode .quantityIcons {
    color: #000;
    vertical-align: middle;
}


.cartCode .progress-bar-shop {
    list-style: none;
    overflow: hidden;
    font: 14px Helvetica;
    font-weight: 300;
    display: flex;
    padding: 0;
    margin-top: 0px;
    margin-bottom: 15px;
}

.cartCode .progress-bar__steps {
    background: #ddd;
    color: #666;
    width: 33%;
    position: relative;
    list-style-image: none;
    list-style-type: none;
    padding: 20px 5px;
    text-align: center;
}

.cartCode .progress-bar__steps:hover {
    background: #80847f;
    color: #fff;
}

.cartCode .progress-bar__steps:hover:after {
    border-left: 30px solid #80847f;
}

.cartCode .progress-bar__steps--text {
    display: inline-block;
    vertical-align: middle;
}

.cartCode .progress-bar__steps--text b {
    font-size: 1.2em;
}

.cartCode .progress-bar-shop .current {
    background: #ffd54c;
    color: #333;
}

.cartCode .progress-bar-shop .disabledNav {
    pointer-events: none;
}

.cartCode .progress-bar-shop .current:after {
    border-left: 30px solid #ffd54c;
}

.cartCode .progress-bar-shop .current .progress-bar__steps--numbers:before {
    color: #333;
}

@media screen and (max-width: 767px) {
    .cartCode .progress-bar__steps--text b {
        font-size: 0.8em;
    }
}

@media screen and (max-width: 991px) {
    .progress-bar__steps--numbers {
        display: none
    }
}

@media screen and (min-width: 768px) {
    .cartCode .progress-bar__steps {
        padding: 15px 0 15px 55px;
        text-align: left;
    }

    .cartCode .progress-bar__steps:first-child {
        padding: 15px 0 15px 30px;
    }

    .cartCode .progress-bar__steps:after {
        border-bottom: 50px solid transparent;
        border-top: 50px solid transparent;
        content: " ";
        display: block;
        height: 0;
        left: 100%;
        margin-top: -50px;
        position: absolute;
        top: 50%;
        width: 0;
        border-left: 30px solid #ddd;
        z-index: 2;
    }

    .cartCode .progress-bar__steps:before {
        border-bottom: 50px solid transparent;
        border-top: 50px solid transparent;
        content: " ";
        display: block;
        height: 0;
        left: 100%;
        margin-top: -50px;
        position: absolute;
        top: 50%;
        width: 0;
        border-left: 30px solid #fff;
        z-index: 1;
        margin-left: 5px;
    }

    .cartCode .progress-bar__steps--numbers:before {
        font-size: 30px;
        margin-right: 15px;
        background: transparent;
        display: inline-block;
        height: 20px;
        line-height: 20px;
        text-align: center;
        width: 30px;
        display: inline-block;
        vertical-align: middle;
    }

    .cartCode .progress-bar__steps--numbers.step1:before {
        font-family: 'Font Awesome 5 Pro';
        content: "\f07a";
    }

    .cartCode .progress-bar__steps--numbers.step2:before {
        font-family: 'Font Awesome 5 Pro';
        content: "\f4dc";
    }

    .cartCode .progress-bar__steps--numbers.step3:before {
        font-family: 'Font Awesome 5 Pro';
        content: "\f467";
    }
}

.cartCode .l_p_text .add_cart_btn {
    width: calc( 100% - 134px);
    max-width: 100px;
}

.cartCode .single_product .l_p_text .add_cart_btn {
    width: calc( 100% - 124px);
}

.cartCode .flexColumn {
    display: flex;
}

.cartCode .flexGrow {
    flex-grow: 1;
    margin-top: -10px;
}

.cartCode .flexColumn .product_details_text {
    display: flex;
    flex-direction: column;
}

@media (max-width: 1199px) {
    .cartCode .l_p_text .add_cart_btn {
        padding: 0px 10px;
        font-size: 11px;
    }

    .cartCode .cart_totals .checkout_btn {
        margin-left: 0px;
    }
}

@media (max-width: 991px) {

    .cartCode .product_details_slider {
        margin-bottom: 0px;
    }

    .cartCode .product_description_area .tab_menu .nav-tabs a {
        border: none;
    }

    .cartCode .product_description_area .tab_menu .nav-tabs {
        border: none;
    }

    .cartCode .product_description_area .tab_menu .nav-tabs a.active {
        border-bottom: none;
    }

    .cartCode .l_product_item .l_p_img {
        text-align: center;
    }

    .cartCode .cart_totals .checkout_btn {
        margin-left: 25px;
    }

    .cartCode .cart_totals_area {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {

    .cartCode .l_p_text .add_cart_btn {
        padding: 0px 12px;
        font-size: 14px;
        width: auto;
    }

    .cartCode .showing_fillter .first_fillter {
        flex: 0 0 30%;
        max-width: 30%;
    }

    .cartCode .showing_fillter .secand_fillter {
        flex: 0 0 40%;
        max-width: 40%;
        text-align: right;
    }

    .cartCode .showing_fillter .third_fillter {
        flex: 0 0 20%;
        max-width: 20%;
        padding-left: 10px;
    }

    .cartCode .showing_fillter .four_fillter {
        flex: 0 0 10%;
        max-width: 10%;
        text-align: left;
        text-align: right;
    }

    .cartCode .c_product_item .c_product_img {
        text-align: center;
        height: 210px;
    }

    .cartCode .c_product_item .c_product_img img {
        max-height: 180px;
    }

    .cartCode .c_product_item .c_product_text {
        padding-top: 30px;
    }

    .cartCode .c_product_item .c_product_text.c_product_basket {
        padding-top: 0;
        text-align: left;
    }

    .cartCode .categories_sidebar {
        /*margin-top: 50px;*/
    }

    .cartCode .cart_product_list .table tbody tr td .media .media-body h4 {
        /*white-space: nowrap;*/
    }

    .cartCode .cart_items .table tbody tr td .media .media-body h4 {
        /*white-space: nowrap;*/
    }

    .product_preview.images-small {
        padding: 15px;
    }
}

@media (max-width: 575px) {

    .cartCode .l_product_item {
        margin: 0px auto 30px;
    }

    .cartCode .grid-page .page-row p {
        text-align: center;
        display: block;
        margin-bottom: 10px;
    }

    .cartCode .grid-page .page-row .pull-right {
        float: none;
    }
}

@media (max-width: 480px) {
    .cartCode .showing_fillter .first_fillter {
        flex: none;
        width: 100%;
        text-align: center;
        max-width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .cartCode .showing_fillter .secand_fillter {
        flex: 0 0 50%;
        max-width: 50%;
        text-align: left;
    }

    .cartCode .showing_fillter .third_fillter {
        flex: 0 0 30%;
        max-width: 30%;
        text-align: left;
        padding-left: 10px;
    }

    .cartCode .showing_fillter .four_fillter {
        flex: 0 0 20%;
        max-width: 20%;
        text-align: right;
    }

    .cartCode .showing_fillter .secand_fillter h4,
    .cartCode .showing_fillter .third_fillter h4,
    .cartCode .showing_fillter .four_fillter h4 {
        display: block;
    }

    .cartCode .pagination_area .pagination li a {
        padding: 7px 12px;
    }

    .cartCode .cart_totals .checkout_btn {
        margin-left: 0px;
        display: block;
        margin-top: 15px;
    }

    .cartCode .cart_totals_area .cart_t_list .media:last-child .d-flex {
        display: none !important;
    }
}

.cartCode .l_menufacture_widget ul li.titleFilter {
    font-weight: 800;
    padding: 10px 0px;
    border-bottom: 0px solid #d6d6d6;
}

.disableBasketInput {
    cursor: not-allowed !important;
    opacity: 0.4 !important
}

.disableBasketButton {
    background-color: #BBBBBB !important;
    opacity: 0.6 !important
}

section#content /*, .cartCode*/ {
    margin-bottom: 50px;
}

.cartCode input[type="checkbox"].styled:checked + label:after, .cartCode input[type="radio"].styled:checked + label:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f00c";
    left: -1px;
}

.cartblockmini .action.delete {
    position: absolute;
    /* top: 0; */
    bottom: 13px;
    right: 5px;
    color: #333;
    display: block;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center;
    text-decoration: none !important;
}

.cartblockmini .action.delete:before {
    content: "\f00d";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    color: #34BDE6;
    text-decoration: none;
    font-size: 12px;
}

.yourPrice {
    color: #333;
}

span.price {
    font-size: 80% !important;
    text-decoration: line-through;
}

.cart_total span.price {
    font-size: 100% !important;
    text-decoration: none;
}

span.priceCheck {
    font-size: 80% !important;
}

.yourPrice i {
    margin-right: 10px;
}

#estadoProd i {
    font-size: 14px;
}

.product-slider.cartCode .thumbnail {
    margin-bottom: 0px;
}


.product-slider.cartCode .l_product_item {
    margin-bottom: 0px;
}

.btn-highlight.activeIcon, .btn-highlight.activeIcon:hover {
    background-color: #02A8F3 !important;
    color: #FFF;
}

.buttonMoreInfo {
    background: #EEEEEE;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    padding: 0 22px;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 3px;
    text-align: center;
    font-weight: 500;
}

.buttonMoreInfo:hover {
    background: #ffd54c;
    color: #333;
}
.cartCode .product_details_area .marginRight {
    margin-right: 5px;
    margin-left:0;
}

.cartCode .product_details_text hr {
    border-top: 1px solid #DDDDDD;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 2rem;
}

.cartCode .imgFabricante {
    max-height: 100px;
    width: auto:
}

.cartCode .paginatoin-area {
    /*margin-top: 10px;*/
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px;
}

.cartCode .pagination {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 767px) {
    .cartCode .pagination {
        justify-content: center;
        margin-top: 10px;
    }
}

.cartCode .pagination-box {
    display: flex;
    border: 0px solid #ddd;
    padding: 10px;
    float: right;
}

.cartCode .leftPagination {
    display: flex;
    align-items: center;
}

.cartCode .leftPagination p {
    padding: 0 10px;
    font-family: "Lato", sans-serif;
}

@media (max-width: 767px) {
    .cartCode .leftPagination {
        justify-content: center
    }

    .cartCode .pagination-box {
        padding: 10px;
        float: none;
        justify-content: center
    }

    .cartCode .leftPagination p {
        padding: 0px 0px 0px
    }
}

.statesProducts {
    padding-top: 10px;
    font-size: 10px;
}

@media (max-width: 767px) {
    .c_product_text .statesProducts {
        padding-top: 0px;
    }
    .c_product_text.c_product_basket .statesProducts {
        display: none;
    }
}

@media (min-width: 768px) {
    .c_product_text .statesProducts {
        display: none;
    }

    .c_product_text.c_product_basket .statesProducts {
        display: block;
        line-height: 14px;
    }
}

.l_p_text .statesProducts {
    padding-top: 0px;
    font-size: 10px;
}

.price_box {
    margin-top: 0px;
}

.product_carousel.product_column5 .price_box, .product_carousel.product_column2 .price_box {
    margin-top: 5px;
}

/* M?TODOS DE PAGAMENTO */
.form-container.cCard .field-container:first-of-type {
    grid-area: number;
}

.form-container.cCard .field-container:nth-of-type(2) {
    grid-area: expiration;
}

.form-container.cCard .field-container:nth-of-type(3) {
    grid-area: security;
}

.form-container.cCard .field-container input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-container.cCard .field-container {
    position: relative;
}

.form-container.cCard {
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: auto auto;
    grid-template-rows: 90px 90px 90px;
    grid-template-areas: "number number""expiration security";
    max-width: 400px;
    padding: 20px;
    color: #707070;
    margin: 0 auto;
}

.form-container.cCard label {
    padding-bottom: 5px;
    font-size: 13px;
    margin-bottom: 0px;
}

.form-container.cCard input {
    margin-top: 3px;
    padding: 15px;
    font-size: 16px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
}

.form-container.cCard .ccicon {
    height: 38px;
    position: absolute;
    right: 8px;
    top: calc(50% - 5px);
    width: 60px;
}

/* FILTROS MOBILE */

.off-canvas-filter-wrapper .btn-close-off-canvas {
    display: none;
}

.off-canvas-filter-btn {
    display: none;
}

.off-canvas-filter-wrapper .titleMobile {
    display: none;
}

.fix {
    overflow: inherit;
}

.paymentproviderImage {
    max-height: 40px;
    margin-bottom: .5rem;
}

.paymentproviderBorder {
    border-bottom: 1px solid #e9ecf2;
}
.cartCode .marginRight {
    margin-left: 5px;
    margin-right: 5px;
}

.cartCode .statesProducts .marginRight {
    margin-left: 2px;
    margin-right: 2px;
}

.noCart {
    position: absolute;
    margin-left: -17px;
    background: #FFF;
    border-radius: 50%;
    color: red;
}

@media (max-width: 991px) {
    .off-canvas-filter-btn {
        padding: 0px 10px;
        background: #ffd54c;
        color: #333;
        font-weight: 700;
        font-size: 12px;
        text-transform: uppercase;
        text-align: center;
        border: 1px solid #ffd54c;
        display: inline-block;
    }

    .fix {
        overflow: hidden;
    }

    .cartCode .showing_fillter .first_fillter h4 {
        display: none;
    }

    .off-canvas-filter-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100vw;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        /*z-index: 9999;*/
        z-index: 999999999;
    }

    .off-canvas-filter-wrapper.open {
        opacity: 1;
        visibility: visible;
    }

    .off-canvas-filter-wrapper.open .off-canvas-filter-inner-content {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .off-canvas-filter-wrapper .off-canvas-filter-overlay {
        background-color: rgba(0, 0, 0, 0.4);
        content: '';
        /*cursor: url("../images/icon/cancel.png"), auto;*/
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
    }

    .off-canvas-filter-wrapper .off-canvas-filter-inner-content {
        background-color: #fff;
        width: 300px;
        /*ALTERA??ES MENU MOBILE*/
        /*padding: 30px;*/
        padding: 10px;
        height: 100%;
        position: relative;
        -webkit-transform: translateX(calc(-100% - 50px));
        -ms-transform: translateX(calc(-100% - 50px));
        transform: translateX(calc(-100% - 50px));
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }

    .off-canvas-filter-wrapper .btn-close-off-canvas {
        top: 0;
        left: 100%;
        width: 50px;
        height: 50px;
        font-size: 30px;
        background-color: #ffd54c;
        color: #333;
        line-height: 50px;
        text-align: center;
        cursor: pointer;
        position: absolute;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        display: block
    }

    .off-canvas-filter-wrapper .btn-close-off-canvas i {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }

    .off-canvas-filter-wrapper .btn-close-off-canvas:hover i {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .off-canvas-filter-wrapper .off-canvas-filter-inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: auto;
        height: 100%;
        /*ALTERA??ES MENU MOBILE*/
        overflow-x: hidden;
        padding: 0 10px 10px;
    }

    .off-canvas-filter-wrapper .titleMobile {
        display: block;
        color: #333;
        text-transform: uppercase;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 479.98px) {
    .off-canvas-filter-wrapper .btn-close-off-canvas {
        width: 40px;
        height: 40px;
        font-size: 20px;
        line-height: 40px;
        display: block;
    }

    .off-canvas-filter-btn {
        display: block;
    }

    /*.off-canvas-filter-wrapper .off-canvas-filter-inner-content {
        width: 260px;
        padding: 15px;
    }*/
}

.noDesktop {
    display: none;
}

@media only screen and (max-width: 767px) {

    .cart_product_list table {
        display: flex;
        flex-wrap: wrap;
    }

    .cart_product_list table tbody,
    .cart_product_list table tbody tr,
    .cart_product_list table tbody td {
        display: inline-block;
    }

    .cart_product_list table thead,
    .cart_product_list table thead tr,
    .cart_product_list table thead th {
        display: none;
    }

    .cartCode .cart_product_list .table tbody tr {
        width: 100%;
    }

    .cartCode .cart_product_list .table tbody tr td {
        padding: 5px;
    }

    .cartCode .cart_items td.td-name {
        display: flex;
        flex-direction: row;
    }

    .cartCode .cart_items td.td-name.width50 {
        width: 50%;
        float: left;
    }

    .cartCode .cart_items .td-qty {
        width: 25%;
        float: left;
        height: 55px;
    }

    .cartCode .cart_items .td-price {
        width: 20%;
        float: left;
        text-align: right;
    }

    .cartCode .cart_items .moreWidth {
        width: 50% !important;
    }

    .cartCode .cart_items .td-remove {
        width: 10%;
        float: left;
    }

    .cartCode .cart_items .td-qty .alertStock {
        min-width: 100%;
        background: #ffd54c;
        padding: 5px;
    }

    .td-qty .alertStock .green, .td-qty .alertStock .red {
        font-size: 14px;
    }

    .noDesktop {
        display: block;
    }

    .width60 {
        width: 60% !important;
    }

    .width75 {
        width: 75% !important;
    }
}


@media only screen and (max-width: 480px) {

    .cartCode .cart_items td.td-name.width50 {
        width: 40%;
    }
    
    .cartCode .cart_items .td-qty {
        width: 50%;
        float: left;
        height: 55px;
    }

    .cartCode .cart_items .td-price {
        width: 33%;
        float: left;
        text-align: left;
    }

    .cartCode .cart_items .moreWidth {
        width: 100% !important;
    }

    .cartCode .cart_items .td-remove {
        width: 33%;
        float: left;
    }

    .cartCode .cart_items .td-qty .alertStock {
        min-width: 100%;
        background: #ffd54c;
        padding: 5px;
    }

    .td-qty .alertStock .green, .td-qty .alertStock .red {
        font-size: 14px;
    }

    .noDisplay {
        display: none !important;
    }

    .width75 {
        width: 66% !important;
    }

    .width30 {
        width: 30% !important;
    }

    .priceRight {
        text-align: right !important;
    }
}