.text-theme {
    color: #ef6644 !important;
}
.bg-theme {
    background-color: #ef6644 !important;
}
.border-theme {
    border-color: #ef6644 !important;
}
.font-8 {
    font-size: 8px !important;
}

.font-10 {
    font-size: 10px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-18 {
    font-size: 18px !important;
}

.cursor-pointer {
    cursor: pointer;
}

.genericForms .btn {
    outline: 0 !important;
    border: 0;
}

.pages-title.contactHeading {
    position: relative;
    padding: 70px 0;
}

.contactHeading:after {
    content: " ";
    position: absolute;
    background: rgba(0, 0, 0, 0.15);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

/*Cart Page*/
.pages .cart-item {
    padding: 20px;
    position: relative;
    margin-bottom: 30px;
    }
.pages .cart-item:nth-child(even){
    background:#fcfcfc;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    }
.pages .cart-item table {
    font-size: 13px;
    text-transform: capitalize;
}

.pages .cart-item table thead tr th {
    vertical-align: middle;
    font-weight: 600;
    padding: 10px 5px;
    text-align: center;
}

.pages .cart-item table tbody tr td {
    padding: 10px 4px;
    text-align: center;
    font-size: 13px;
    font-weight: normal;
}

.pages .cart-item table tbody tr td.tdImg {}

tbody .tdImg>a {
    background: #f5f5f5 none repeat scroll 0 0;
    display: inline-block;
    padding: 10px;
}

.pages .cart-item table tbody tr td.tdImg img {
    max-height: 40px;
    width: auto;
}

.pages .cart-item table.summaryTable tr th {
    background: #f1f1f1;
    padding: 10px;
    text-transform: uppercase;
    width: 50%;
    font-weight: 600;
}

.pages .cart-item table.summaryTable tr td {
    color: #000;
}

/*Cart Page*/


/*New Products | Home Page*/

.productThumbnailList .single-product {
    padding: 5px 5px 5px 30px;
    margin-bottom: 20px;
    }
.productThumbnailList  .single-product .inner {
    padding-bottom: 20px;
    }
.productThumbnailList  .single-product:hover .inner {
    box-shadow: 0 -1px 5px 0 rgb(0 0 0 / 20%), 0 0px 5px 0 rgb(0 0 0 / 19%);
    }
.productThumbnailList  .single-product:hover .inner .product-img a {
    box-shadow: none;
}
.productThumbnailList .single-product .actions-btn  {
    top: 35px;
    margin: 0;
    top: auto;
    bottom: 15px;
    }
.productThumbnailList .single-product:hover .actions-btn  { 
    opacity: 1;
    }
.productThumbnailList .actions-btn span.actionItem {
    transition: all 250ms cubic-bezier(1, -0.6, 0.57, -0.15) .30s;
    position: relative;
    opacity: 0;
    margin-left: -60px;
    }
.productThumbnailList .single-product:hover .actions-btn span.actionItem  {
    margin-left: -10px;
    opacity: 1;
    margin: 0;
    }
.productThumbnailList .actions-btn form input[type=submit]{
    opacity: 0;
    position: absolute;
    height: 30px;
    z-index: 100;
    border: 0;
    }
.productThumbnailList .actions-btn span.actionItem a {
    position: relative;
    display: inline-block;
    background: #ef6644;
    color: #fff;
    font-size: 15px;
    height: 30px;
    margin-bottom: 1px;
    text-align: center;
    width: 30px;
    font-weight: 600;
    }
.productThumbnailList .actions-btn span.actionItem a i, .tooltip > .tooltip-inner {
    line-height: 30px;
    }
.productThumbnailList .actions-btn span.actionItem.wish {
    transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15) .30s;
    }
.productThumbnailList .product-img {
    padding: 0;
}
.productThumbnailList .product-img a {
    padding: 0;
    display: block;
    width: 100%;
    height: 250px;
}
.productThumbnailList .product-img a img {
    max-height: 250px;
    width: auto;
}

.productThumbnailList .product-img .pro-type{
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 0;
    height: 24px;
    line-height: 24px;
    background: #ef6644;
    color: #FFF;
    padding: 0px 10px 0 10px;
    z-index:1;
    left: auto;
    display: inline-block;
    font-size: 12px;
    }
.productThumbnailList .product-img .pro-type:after{
    position: absolute;
    left: -8px;
    top:0;
    content: "";
    border-left: 8px solid transparent;
    border-bottom: 12px solid #ef6644;
    border-top: 12px solid #ef6644;
    }
.productThumbnailList .product-dsc {
    min-height: 90px;
    padding: 10px 5px 5px;
    }
.productThumbnailList .product-dsc p {
    margin: 0;
    }
.productThumbnailList .product-dsc p a {
    font-size: 16px;
    }
.productThumbnailList .product-dsc span {
    color: #ef6644;
    }
/*New Products | Home Page*/
.blog-pagination nav {
    text-align: right;  
    }
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    color: #fff !important;
    background-color: #ef6644;
    border-color: #ef6644;
    }