.mt_product_filter {
    float: left;
    width: 100%;
    margin: 30px 0;
    margin-top: 0;
}
.mt_product_filter .mt_shop_view {
    float: left;
    width: auto;
}
.mt_product_filter .mt_shop_view ul {
    margin: 0;
    padding: 0;
}
.mt_product_filter .mt_shop_view ul li {
    display: inline-block;
    list-style: none;
    padding-right: 15px;
    line-height: 40px;
    text-transform: capitalize;
    font-size: 16px;
}
.mt_product_filter .mt_shop_view ul li a {
    display: inline-block;
    width: 41px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    border: 1px solid #b6b6b6;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 18px;
    color: #666;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.mt_product_filter .mt_shop_view ul li a:after {
    position: absolute;
    content: '';
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    background: #f13435;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
}
.mt_product_filter .mt_shop_view ul li.active a, .mt_product_filter .mt_shop_view ul li:hover a {
    border-color: #f13435;
    color: #fff;
}
.mt_product_filter .mt_shop_view ul li.active a:after, .mt_product_filter .mt_shop_view ul li:hover a:after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.mt_product_filter p.woocommerce-result-count {
    float: left;
    font-size: 16px;
    text-transform: capitalize;
    margin: 0;
    line-height: 39px;
}
.mt_product_filter .woocommerce-ordering {
    margin: 0;
}
.mt_product_filter .woocommerce-ordering select {
    font-size: 14px;
    height: 41px;
    padding: 0 15px;
    border-color: #b6b6b6;
    color: #666;
	text-transform:capitalize;
}
.mt_woocommerce_main {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.mt_product_div {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #d7d7d7;
}  
.mt_product_div .mt_product_img {
    display: inline-block;
    width: 100%;
    position: relative;
    text-align: center;
}
.mt_product_div .mt_product_img .mt_product_overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}
.mt_product_div .mt_product_img:hover .mt_product_overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.mt_product_div .mt_product_img .mt_product_overlay a.mt_video_popup {
    color: #ffffff;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    font-size: 18px;
    text-align: center;
    background: transparent;
    padding: 0;
    font-weight: 400;
    border-radius: 0;
}
.mt_product_div .mt_product_img .mt_product_overlay a.mt_video_popup:hover{
	color:#f13435;
}
.mt_product_div .mt_product_content {
    display: inline-block;
    width: 100%;
    background: #f1f1f1;
    padding: 20px;
	min-height: 112px; 
}
.mt_product_div .mt_product_content h3 {
    margin: 0;
    font-size: 17px;
    text-transform: capitalize;
    padding-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.mt_product_div .mt_product_content h3 a {
    color: #484848;
    text-decoration: none;
}
.mt_product_div .mt_product_content h3 a:hover {
    color: #f13435;
}	
.mt_product_div .mt_product_content .star-rating {
    float: right;
    font-size: 13px;
    margin: 7px 0;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    width: 5.4em;
    font-family: star;
}
.mt_product_div .mt_product_content .star-rating:before {
    content: '\73\73\73\73\73';
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}
.mt_product_div .mt_product_content .star-rating span {
    color: #f13435;
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.mt_product_div .mt_product_content .star-rating span:before {
    content: '\53\53\53\53\53';
    top: 0;
    position: absolute;
    left: 0;
}
.woocommerce .mt_product_div .mt_product_content .price, .mt_product_div .mt_product_content .price {
    float: left;
    color: #f13435;
    margin: 2px 0;
    font-size: 13px;
}
.woocommerce .mt_product_div .mt_product_content .price del, .mt_product_div .mt_product_content .price del {
    color: #484848;
}
.woocommerce .mt_product_div .mt_product_content .price ins, .mt_product_div .mt_product_content .price ins {
	background: inherit;
    font-weight: 700;
    display: inline-block;
}
.mt_product_div .mt_product_img span.onsale {
	position:absolute;
    min-width: 50px;
    min-height: 15px;
    line-height: 30px;
    border-radius: 0;
    padding: 0;
    right: -10px;
    left: auto;  
    top: 15px;
	color:#fff;
    background: #f13435;
    font-size: 13px;
    font-weight: 400;
	z-index:1;
}
.mt_product_div .mt_product_img span.onsale:after {
	position: absolute;
    content: '';
    border-top: 10px solid #b0292a;
    border-right: 10px solid transparent;
    bottom: -10px;
}
.item .mt_product_div .mt_product_detail {
    display: none;
} 
.mt_woocommerce_main .list-group-item{
    background: transparent;
}
#products .item.list-group-item {
    width: 100%;
    border: none;
}
#products .item.list-group-item .mt_product_div .mt_product_img {
    float: left;
    width: 250px;
    border-right: 1px solid #d7d7d7;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 214px;
}
#products .item.list-group-item .mt_product_div .mt_product_img .mt_product_overlay {
    display: none;
}
#products .item.list-group-item .mt_product_div .mt_product_content {
    float: left;
    width: calc(100% - 250px);
    background: transparent;
    padding: 20px;
    padding-left: 40px;
}
#products .item.list-group-item .mt_product_div .mt_product_content .mt_product_detail {
    display: block;
    width: 100%;
    float: left;
}
#products .item.list-group-item .mt_product_div .mt_product_content .mt_product_detail p {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    font-size: 15px;
}
#products .item.list-group-item .mt_product_div .mt_product_content .mt_product_detail a.video_btn {
    padding: 7px 20px;
    margin-right: 15px;
}
#products .item.list-group-item .mt_product_div .mt_product_content .mt_product_detail a i {
    margin-right: 5px;
}
nav.woocommerce-pagination {
    float: left;
    width: 100%;
} 
nav.woocommerce-pagination ul.page-numbers {
    float: right;
    width: auto;
    border: none;
}
nav.woocommerce-pagination ul.page-numbers li {
    background: #484848;
    border: none;
}
nav.woocommerce-pagination ul.page-numbers li .page-numbers {
    padding: 15px;
    display: inline-block;
    border-top: 0;
    color: #fff;
}
nav.woocommerce-pagination ul.page-numbers li .page-numbers.current, nav.woocommerce-pagination ul.page-numbers li .page-numbers:hover, nav.woocommerce-pagination ul.page-numbers li .page-numbers:focus {
    background: #f13435;
    color: #fff;
	outline:none;
	box-shadow:none;
}
/*---shop page end---*/
/*---product-single page start---*/
.mt_product_img .woocommerce-product-gallery {
    width: 100% !important;
}
.vt_single_product_wrapper .mt_product_content {
	width: 100% !important; 
    margin: 0;
}
.mt_product_content h1.product_title {
    font-size: 20px;
    text-transform: capitalize;
}
.mt_product_content .star-rating span {
    color: #f13435;
}
.mt_product_content h4.price {
    margin: 0;
    margin-bottom: 10px;
}
.mt_product_content form.cart .input-text {
    height: 35px;
    padding: 0;
} 
.mt_product_content form.cart .quantity {
    margin-right: 15px !important;
}
.mt_product_content form.cart .mt_video_popup.video_btn { 
    float: left;
    padding: 7px 15px 8px;
}
.mt_product_content .product_meta span {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.woocommerce .vt_single_product_wrapper .mt_product_single .mt_product_tab ul.tabs {
    padding: 0;
    margin: 0;
}
.woocommerce .vt_single_product_wrapper .mt_product_single .mt_product_tab ul.tabs li.active, .woocommerce .vt_single_product_wrapper .mt_product_single .mt_product_tab ul.tabs li:hover, .woocommerce .vt_single_product_wrapper .mt_product_single .mt_product_tab ul.tabs li:hover a {
    background: #f13435;
    border: none;
    border-radius: 0 0 0 0;
    color: #fff;
}
.woocommerce .vt_single_product_wrapper .mt_product_single .mt_product_tab ul.tabs li {
    background: #484848;
    border: none;
    border-radius: 0 0 0 0;
    transition: all 0.5s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
	margin:0px;
}
.woocommerce .vt_single_product_wrapper .mt_product_single .mt_product_tab ul.tabs li a{
    color: #fff;
    transition: all 0.5s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after{
	display:none !important;
}
.woocommerce .vt_single_product_wrapper .mt_product_single .mt_product_tab .woocommerce-Tabs-panel {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: none;
}
.woocommerce .vt_single_product_wrapper .mt_product_single .mt_product_tab .woocommerce-Tabs-panel .mt_tab_panel {
    padding: 15px;
    background: #f1f1f1;
}
.woocommerce .vt_single_product_wrapper .mt_product_single .mt_product_tab .woocommerce-Tabs-panel .mt_tab_panel h2{
    margin: 0;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-weight: 500;
}
.mt_related_products h2 {
    margin: 0;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-weight: 500;
}
.mt_product_single .mt_product_img {
    position: relative;
}
.mt_product_single .mt_product_img span.onsale {
    min-width: 50px;
    min-height: 15px;
    line-height: 30px;
    border-radius: 0;
    padding: 0;
    right: -10px;
    left: auto;
    top: 15px;
    background: #f13435;
    font-size: 13px;
    font-weight: 400;
}
.mt_product_single .mt_product_img span.onsale:after {
    position: absolute;
    content: '';
    border-top: 8px solid #b0292a;
    border-right: 10px solid transparent;
    bottom: -8px;
}
.woocommerce .vt_single_product_wrapper .mt_product_single .mt_product_tab .woocommerce-Tabs-panel .mt_tab_panel #comments ol.commentlist {
    margin: 0;
    padding: 0;
}
.woocommerce .vt_single_product_wrapper .mt_product_single .mt_product_tab .woocommerce-Tabs-panel .mt_tab_panel ol.commentlist li.comment {
    float: left;
    width: 100%;
    list-style: none;
}
.woocommerce .vt_single_product_wrapper .mt_product_single .mt_product_tab .woocommerce-Tabs-panel .mt_tab_panel ol.commentlist li.comment .comment_container img.avatar {
    width: 50px !important;
    border-radius: 100%;
}
.woocommerce .vt_single_product_wrapper .mt_product_single .mt_product_tab .woocommerce-Tabs-panel .mt_tab_panel ol.commentlist li.comment .comment_container .comment-text {
    width: calc(100% - 70px);
    float: left;
    margin-left: 70px !important;
    border: none !important;
    background: #fff;
    border-radius: 0 !important;
    position: relative;
}
.woocommerce .vt_single_product_wrapper .mt_product_single .mt_product_tab .woocommerce-Tabs-panel .mt_tab_panel ol.commentlist li.comment .comment_container .comment-text:before {
    position: absolute;
    content: '';
    border-top: 10px solid transparent;
    border-right: 15px solid #fff;
    border-bottom: 10px solid transparent;
    left: -15px;
    top: 15px;
}
.woocommerce .vt_single_product_wrapper .mt_product_single .mt_product_tab .woocommerce-Tabs-panel .mt_tab_panel ol.commentlist li.comment .comment_container .comment-text .star-rating span {
    color: #f13435;
}
.woocommerce .vt_single_product_wrapper .mt_product_single .mt_product_tab .woocommerce-Tabs-panel .mt_tab_panel #review_form #respond .comment-form .comment-form-rating label {
    float: left;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 10px;
} 
.woocommerce .vt_single_product_wrapper .mt_product_single .mt_product_tab .woocommerce-Tabs-panel .mt_tab_panel #review_form #respond .comment-form p {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.woocommerce .vt_single_product_wrapper .mt_product_single .mt_product_tab .woocommerce-Tabs-panel .mt_tab_panel #review_form #respond .comment-form p label {
    float: left;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 10px;
}
.woocommerce .vt_single_product_wrapper .mt_product_single .mt_product_tab .woocommerce-Tabs-panel .mt_tab_panel #review_form #respond .comment-form p label .required {
    color: #F13435;
}
.woocommerce .vt_single_product_wrapper .mt_product_single .mt_product_tab .woocommerce-Tabs-panel .mt_tab_panel #review_form #respond .comment-form p textarea, .woocommerce .vt_single_product_wrapper .mt_product_single .mt_product_tab .woocommerce-Tabs-panel .mt_tab_panel #review_form #respond .comment-form p input {
    float: left;
    width: 100%;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid transparent;
    outline: none;
    box-shadow: none;
    padding: 6px 12px;
}
.woocommerce .vt_single_product_wrapper .mt_product_single .mt_product_tab .woocommerce-Tabs-panel .mt_tab_panel #review_form #respond .comment-form p.form-submit input#submit {
    width: auto;
    padding: 8px 15px;
    font-size: 15px;
    text-transform: capitalize;
    border-radius: 5px;
    display: inline-block;
    word-wrap: break-word;
    position: relative;
    color: #fff;
    z-index: 0;
    overflow: hidden;
    box-shadow: none;
    text-shadow: none;
    border: 0px;
    line-height: inherit;
    font-weight: 600;
    cursor: pointer;
    background: #F13435;
}
.mt_product_content h4.price ins {
    background: transparent;
    color: #F13435;
}
.woocommerce div.product form.cart .variations td.label {
    font-size: 15px;
    color: #484848;
    text-transform: capitalize;
    padding: 0;
    line-height: 45px;
}
.woocommerce div.product form.cart .variations td.value select {
    height: 40px;
    width: 100%;
}
.single_variation_wrap button.single_add_to_cart_button.button.alt {
    padding: 0 15px;
    height: 35px;
    font-size: 15px;
    text-transform: capitalize;
    border-radius: 5px;
    background: #F13435;
    display: inline-block;
    word-wrap: break-word;
    position: relative;
    color: #fff;
    z-index: 0;
    overflow: hidden;
    box-shadow: none;
    text-shadow: none;
    border: 0px;
    line-height: inherit;
    font-weight: 600;
    cursor: pointer;
}
.woocommerce .vt_single_product_wrapper .mt_product_single .mt_product_tab .woocommerce-Tabs-panel .mt_tab_panel #review_form #respond {
    width: 100%;
}
.woocommerce .single_variation_wrap .woocommerce-variation-price{
	margin-bottom:10px;
}
.woocommerce .single_variation_wrap .woocommerce-variation-price span.price{
    color: #F13435;
    font-weight: 700;
} 
/*---product-single page end---*/
/*---cart page start---*/
.woocommerce-message, .woocommerce-info {
	border-top-color: #f13435;
    line-height: 30px;
}
.woocommerce-message:before, .woocommerce-info:before {
    color: #f13435;  
    top: 14px;
}
.woocommerce-cart .woocommerce .woocommerce-message .button, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Message .button, .woocommerce-message .button{
    padding: 3px 15px;
    font-size: 13px;
    text-transform: capitalize;
    border-radius: 5px;
    display: inline-block;
    word-wrap: break-word;
    position: relative;
    color: #fff;
    z-index: 0;
    overflow: hidden;
    box-shadow: none;
    text-shadow: none;
    border: 0px;
    line-height: inherit;
    font-weight: 600;
    cursor: pointer;
    line-height: 24px;
    background: #F13435;
}
.woocommerce-message .button:hover {
    background: #F13435;
    color: #fff;
    opacity: 0.6;
}
.woocommerce .mt_cart_form table.shop_table tr th {
    text-align: center;
    padding: 10px 0;
    background: #f4f4f4;
    font-size: 17px;
    text-transform: capitalize;
    min-width: 50px;
    border-right: 1px solid #ccc;
    color: #333;
}
.woocommerce .mt_cart_form table.shop_table tr td {
    text-align: left;
    font-size: 15px;
    padding: 10px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-transform: capitalize;
}
.woocommerce .mt_cart_form table.shop_table tr td:last-child,.woocommerce .mt_cart_form table.shop_table tr th:last-child {
    border-right: none;
}
.woocommerce .mt_cart_form .shop_table tr td .coupon input#coupon_code {
    background-color: transparent;
    border-color: #b6b6b6;
    outline: none;
    box-shadow: none;
    height: 40px;
    padding: 6px 12px;
    min-width: 180px;
    border-radius: 5px;
}
.woocommerce .mt_cart_form table.shop_table tr td .button {
    float: right;
    padding: 0 20px;
    font-size: 15px;
    height: 40px;
    text-transform: capitalize;
    border-radius: 5px;
    display: inline-block;
    word-wrap: break-word;
    position: relative;
    color: #fff;
    z-index: 0;
    overflow: hidden;
    box-shadow: none;
    text-shadow: none;
    border: 0px;
    line-height: inherit;
    font-weight: 600;
    cursor: pointer;
    background: #F13435;
}
.woocommerce .mt_cart_form .shop_table tr td .button:hover{
	opacity:0.5;
    background: #F13435;
    color: #fff;
}
.woocommerce .mt_cart_form table.shop_table tr td .quantity .qty {
    padding: 0;
}
.woocommerce .cart-collaterals .cart_totals {
    width: 60%;
}
.woocommerce .cart-collaterals .cart_totals h2 {
    margin: 0;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-weight: 500;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    text-align: center;
}
.woocommerce .cart-collaterals .cart_totals .checkout-button {
    width: 100%;
    padding: 8px 15px;
    font-size: 15px;
    text-transform: capitalize;
    border-radius: 5px;
    display: inline-block;
    word-wrap: break-word;
    position: relative;
    color: #fff;
    z-index: 0;
    overflow: hidden;
    box-shadow: none;
    text-shadow: none;
    border: 0px;
    line-height: inherit;
    font-weight: 600;
    cursor: pointer;
    background: #F13435;
    margin: 0;
}	
.woocommerce .cart-collaterals .cart_totals .checkout-button:hover {
    background: #F13435;
	color:#fff;
	opacity:0.5
}
.woocommerce .mt_cart_form table.shop_table tr td .quantity, .woocommerce .mt_cart_form table.shop_table tr td.product-remove {
    text-align: center;
}
.woocommerce .mt_cart_form table.shop_table tr td.product-remove a.remove {
    display: inline-block;
}
.woocommerce p.return-to-shop a.button, section.shipping-calculator-form p .button, .woocommerce p.return-to-shop a.button:hover, section.shipping-calculator-form p .button:hover {
    background: #F13435;
    color: #fff;
}

.woocommerce .mt_cart_form table.shop_table tr td img{ 
	width:32px;
}
/*---cart page end---*/
/*---checkout page start---*/
.woocommerce .checkout .woocommerce-billing-fields h3{
    margin: 0;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.woocommerce .checkout .woocommerce-billing-fields p span.woocommerce-input-wrapper span.select2 .selection .select2-selection--single, .woocommerce .checkout .shipping_address p span.woocommerce-input-wrapper span.select2 .selection .select2-selection--single, .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields p span.woocommerce-input-wrapper span.select2 .selection .select2-selection--single, section.shipping-calculator-form .selection .select2-selection--single {
    background-color: transparent;
    border-radius: 0;
    border: 1px solid #b6b6b6;
    outline: none;
    box-shadow: none;
    height: 40px;
    padding: 6px 12px;
}
.woocommerce .checkout .woocommerce-billing-fields p span.woocommerce-input-wrapper span.select2 .selection .select2-selection--single .select2-selection__rendered, .woocommerce .checkout .shipping_address p span.woocommerce-input-wrapper span.select2 .selection .select2-selection--single .select2-selection__rendered, .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields p span.woocommerce-input-wrapper span.select2 .selection .select2-selection--single .select2-selection__rendered, section.shipping-calculator-form .selection .select2-selection--single .select2-selection__rendered{
    padding: 0;
}
.woocommerce .checkout .woocommerce-billing-fields p span.woocommerce-input-wrapper span.select2 .selection .select2-selection--single .select2-selection__arrow, .woocommerce .checkout .shipping_address p span.woocommerce-input-wrapper span.select2 .selection .select2-selection--single .select2-selection__arrow, .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields p span.woocommerce-input-wrapper span.select2 .selection .select2-selection--single .select2-selection__arrow,  section.shipping-calculator-form .selection .select2-selection--single .select2-selection__arrow{
    top: 7px;
}
.woocommerce .checkout .woocommerce-billing-fields p.woocommerce-invalid label, .woocommerce .checkout .shipping_address p.woocommerce-invalid label {
    color: initial;
}
.woocommerce .checkout .woocommerce-shipping-fields h3 {
    margin: 0;
}
.woocommerce .checkout .woocommerce-shipping-fields h3 label.woocommerce-form__label {
    margin: 0;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-weight: 500;
}
.woocommerce .checkout .woocommerce-billing-fields p label.woocommerce-form__label .input-checkbox {
    margin: 0;
    margin-top: 4px;
}
.woocommerce .checkout .woocommerce-billing-fields p label.woocommerce-form__label span {
    margin-left: 25px;
    float: left;
}
h3#order_review_heading {
    margin: 0;
    padding: 20px 0;
    text-transform: capitalize;
}
#order_review #payment .place-order #place_order {
    padding: 5px 15px;
    font-size: 15px;
    text-transform: capitalize;
    border-radius: 5px;
    display: inline-block;
    word-wrap: break-word;
    position: relative;
    color: #fff;
    z-index: 0;
    overflow: hidden;
    box-shadow: none;
    text-shadow: none;
    border: 0px;
    line-height: inherit;
    font-weight: 600;
    cursor: pointer;
    background: #F13435;
}
/*---checkout page end---*/
/*---sidebar start---*/
.woocommerce.widget_price_filter form {
    float: left;
    width: 100%;
} 
.woocommerce.widget_price_filter form .price_slider.ui-widget-content {
    background-color: #b6b6b6;
}
.woocommerce.widget_price_filter form .price_slider .ui-slider-range, .woocommerce.widget_price_filter form .price_slider .ui-slider-handle {
    background-color: #F13435;
}
.woocommerce.widget_price_filter form .price_slider_amount .button {
    padding: 0px 15px;
    font-size: 13px;
    text-transform: capitalize;
    border-radius: 5px;
    display: inline-block;
    word-wrap: break-word;
    position: relative;
    color: #fff;
    z-index: 0;
    overflow: hidden;
    box-shadow: none;
    text-shadow: none;
    border: 0px;
    font-weight: 600;
    cursor: pointer;
    background: #F13435;
    line-height: 27px;
}
.woocommerce.widget_price_filter form .price_slider_amount .button:hover, .woocommerce.widget_price_filter form .price_slider_amount .button:focus{
	background: #F13435;
	color:#fff;
	opacity:0.5;
	outline:none;
} 
.woocommerce.widget_rating_filter ul li.wc-layered-nav-rating span.star-rating {
    color: #F13435;
} 
.woocommerce.widget_rating_filter ul li.wc-layered-nav-rating, .woocommerce.widget_layered_nav ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item {
    list-style: none;
    padding: 8px 0 8px 15px;
}
.woocommerce.widget_rating_filter ul li.wc-layered-nav-rating a, .woocommerce.widget_layered_nav ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item a {
    text-transform: capitalize;
}
.woocommerce.widget_recently_viewed_products ul.product_list_widget li {
    padding: 0;
    margin-bottom: 20px;
}
.woocommerce.widget_recently_viewed_products ul.product_list_widget li:last-child {
    margin-bottom: 0;
}
.woocommerce.widget_recently_viewed_products ul.product_list_widget li:before{
	display:none;
}
.woocommerce.widget_recently_viewed_products ul.product_list_widget li a img.attachment-woocommerce_thumbnail {
    float: left;
    margin-left: 0;
    width: 60px;
    margin-right: 15px;
}
.woocommerce.widget_product_search .woocommerce-product-search{
	float:left;
	width:100%;
}
.widget.widget_top_rated_products ul li, .widget.widget_products ul li, .widget.widget_recent_reviews ul li{
	padding:7px 0px;
}
.widget.widget_top_rated_products ul li a, .widget.widget_products ul li a, .widget.widget_recent_reviews ul li a {
    width: 100%;
}
.widget.widget_top_rated_products ul li:before, .widget.widget_products ul li:before, .widget.widget_recent_reviews ul li:before {
    display:none;
}
.widget.widget_top_rated_products ul li img, .widget.widget_products ul li img, .widget.widget_recent_reviews ul li img {
	float: left;
    width: 70px;
    margin-right: 20px;
    margin-left: 0;
}
.widget.widget_top_rated_products ul li .product-title, .widget.widget_products ul li .product-title, .widget.widget_recent_reviews ul li .product-title{
    margin-bottom: 5px;
    float: left;
    width: calc(100% - 90px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; 
}
.widget.widget_top_rated_products ul li .star-rating, .widget.widget_products ul li .star-rating, .widget.widget_recent_reviews ul li .star-rating {
    margin-bottom: 5px;
    font-size: 12px;
    color: #F13435;
}
.widget.widget_top_rated_products ul li ins, .widget.widget_products ul li ins, .widget.widget_recent_reviews ul li ins{
    background: transparent;
    color: #F13435;
    font-weight: 600;
	display:inline-block;
}
.widget.widget_top_rated_products ul li del .amount, .widget.widget_products ul li del .amount, .widget.widget_recent_reviews ul li del .amount {
    text-decoration: line-through;
}
.widget.widget_top_rated_products ul li .amount, .widget.widget_products ul li .amount, .widget.widget_recent_reviews ul li .amount{
	display:inline-block;
}
.widget.widget_product_search .search-field {
    width: 79%;
}
.widget.widget_product_search button {
    padding: 0 10px;
    font-size: 15px;
    height: 40px;
    border-radius: 0;
    text-transform: capitalize;
    display: inline-block;
    word-wrap: break-word;
    position: relative;
    color: #fff;
    z-index: 0;
    overflow: hidden;
    box-shadow: none;
    text-shadow: none;
    border: 0px;
    line-height: inherit;
    font-weight: 600;
    cursor: pointer;
    background: #F13435;
    float: right;
}
.widget.widget_product_search button:focus{
    outline:none;
} 
.widget.widget_product_search button:hover {
    opacity:0.8;
}
.widget.widget_products.vt_footer_wrapper ul li img {
    width: 50px;
}
.widget.widget_products.vt_footer_wrapper ul li .product-title {
    width: calc(100% - 70px);
}
.widget.widget_products.vt_footer_wrapper ul li span.woocommerce-Price-amount.amount {
    display: none;
}
.widget.widget_motov3_new_dealoftheday h2 {
    text-transform: capitalize;
    margin: 0 0 30px;
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
}
.widget.widget_motov3_new_dealoftheday h2:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    top: 100%;
    left: 0;
}
.widget.widget_motov3_new_dealoftheday .ds_offer_day_content {
    background: #f1f1f1;
    padding: 20px;
}
.widget.widget_motov3_new_dealoftheday .widget_box h3 {
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    color: #484848;
    font-size: 20px;
}
.widget.widget_motov3_new_dealoftheday .widget_box h3 a {
    color: inherit;
}
.widget.widget_motov3_new_dealoftheday .widget_box h3:hover a{
	color:#F13435;
}
.widget_woocommerce_motov3_products ul.product_list_widget {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
.widget_woocommerce_motov3_products ul.product_list_widget li {
    float: left;
    width: 100%;
	padding-left:0px;
}
.widget_woocommerce_motov3_products ul.product_list_widget li:before{
	display:none;
}
.widget_woocommerce_motov3_products ul.product_list_widget li img {
    float: left;
    width: 50px;
    margin-left: 0;
    margin-right: 20px;
}
.widget_woocommerce_motov3_products ul.product_list_widget li .motov3_productlist {
    float: right;
    width: calc(100% - 70px);
}
.widget_woocommerce_motov3_products ul.product_list_widget li .motov3_productlist a {
    float: left;
    width: 100%;
}
/*---sidebar end---*/
/*---login page start---*/
.mt_woocommerce_login_form_wrapper {
    float: left;
    width: 100%;
}
.mt_woocommerce_login_form_wrapper h2 {
    margin: 0;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-weight: 500;
}
.mt_woocommerce_login_form_wrapper form.woocommerce-form-login {
    border: none;
    padding: 0;
}
.mt_woocommerce_login_form_wrapper form.woocommerce-form-login p {
    margin-bottom: 15px;
    padding: 0;
}
.mt_woocommerce_login_form_wrapper form.woocommerce-form-login p label {
    text-transform: capitalize;
}
.mt_woocommerce_login_form_wrapper form.woocommerce-form-login p button.woocommerce-Button, .mt_woocommerce_forget_password_wrapper .woocommerce-ResetPassword p button.woocommerce-Button {
    padding: 6px 15px;
    font-size: 15px;
    text-transform: capitalize;
    border-radius: 5px;
    display: inline-block;
    word-wrap: break-word;
    position: relative;
    color: #fff;
    z-index: 0;
    overflow: hidden;
    box-shadow: none;
    text-shadow: none;
    border: 0px;
    line-height: inherit;
    font-weight: 600;
    cursor: pointer;
    background: #F13435;
}
.mt_woocommerce_login_form_wrapper form.woocommerce-form-login p label.woocommerce-form__label input#rememberme {
    margin-top: 9px;
    float: left;
}
.mt_woocommerce_login_form_wrapper form.woocommerce-form-login p label.woocommerce-form__label {
    float: right;
    margin: 0;
    line-height: 35px;
}
/*---login page end---*/
/*---forget-password page start---*/
.mt_woocommerce_forget_password_wrapper .woocommerce-ResetPassword p {
    margin-bottom: 15px;
    width: 100%;
    padding: 0;
}
/*---forget-password page end---*/
/*---dashboard page start---*/
.woocommerce-MyAccount-navigation{
    padding-left: 15px;
}
.woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link {
    list-style: none;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
    padding: 10px 15px;
    display: inline-block;
    background: #484848;
    width: 100%;
    color: #fff;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active a, .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link:hover a {
    background: #f13435;
}
.woocommerce-MyAccount-content {
    padding-right: 15px;
}
.woocommerce-MyAccount-content table.woocommerce-orders-table tr th, .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tr th {
    text-align: center;
    padding: 10px 0;
    background: #f4f4f4;
    font-size: 12px;
    text-transform: capitalize;
    border-right: 1px solid #ccc;
    color: #333;
}
.woocommerce-MyAccount-content table.woocommerce-orders-table tr th:last-child, .woocommerce-MyAccount-content table.woocommerce-orders-table tr td:last-child {
	border-right:none;
}
.woocommerce-MyAccount-content table.woocommerce-orders-table tr td, .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tr td {
    text-align: left;
    font-size: 13px;
    padding: 10px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-transform: capitalize;
}
.woocommerce-MyAccount-content table.woocommerce-orders-table tr td a.woocommerce-button {
    padding: 0 20px;
    font-size: 15px;
    height: 30px;
    border-radius: 5px;
    display: inline-block;
    word-wrap: break-word;
    position: relative;
    color: #fff;
    z-index: 0;
    overflow: hidden;
    box-shadow: none;
    text-shadow: none;
    border: 0px;
    font-weight: 600;
    cursor: pointer;
    background: #F13435;
    line-height: 30px;
    text-transform: capitalize;
}
.woocommerce-MyAccount-content .u-column1.col-1.woocommerce-Address, .woocommerce-MyAccount-content .u-column2.col-2.woocommerce-Address {
    float: left;
    width: 100%;
}
.woocommerce-MyAccount-content .u-column1.col-1.woocommerce-Address .woocommerce-Address-title.title h3, .woocommerce-MyAccount-content .u-column2.col-2.woocommerce-Address .woocommerce-Address-title.title h3 {
    margin: 0;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 15px;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account p {
    padding: 0;
    margin-bottom: 15px;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account p label {
    text-transform: capitalize;
    font-weight: 500;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account p button.woocommerce-Button, .woocommerce-MyAccount-content .woocommerce-address-fields p .button {
    padding: 0 20px;
    font-size: 15px;
    height: 40px;
    border-radius: 5px;
    display: inline-block;
    word-wrap: break-word;
    position: relative;
    color: #fff;
    z-index: 0;
    overflow: hidden;
    box-shadow: none;
    text-shadow: none;
    border: 0px;
    font-weight: 600;
    cursor: pointer;
    background: #F13435;
    line-height: 40px;
    text-transform: capitalize;
}
.woocommerce-MyAccount-content form h3 {
    margin: 0;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 15px;
}
.woocommerce-MyAccount-content .woocommerce-order-details h2.woocommerce-order-details__title {
    margin: 0;
    padding: 15px 0;
    text-transform: capitalize;
    font-weight: 500;
}
.woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tr td, .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tr th{
	border-right:none;
}
.woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tfoot tr th{
	background:transparent;
}
.woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tfoot tr td {
    border-bottom: none;
}
 .woocommerce-MyAccount-content .woocommerce-customer-details .col2-set .woocommerce-column--1, .woocommerce-MyAccount-content .woocommerce-customer-details .col2-set .woocommerce-column--2 {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.woocommerce-MyAccount-content .woocommerce-customer-details .col2-set .woocommerce-column--1 h2.woocommerce-column__title, .woocommerce-MyAccount-content .woocommerce-customer-details .col2-set .woocommerce-column--2 h2.woocommerce-column__title {
    margin: 0;
    margin-bottom: 15px;
    text-transform: capitalize;
}
/*---dashboard page end---*/
/*---thank you/billing page start---*/
.woocommerce .woocommerce-order p.woocommerce-notice {
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #008000;
    font-size: 20px;
}
.woocommerce .woocommerce-order ul.woocommerce-order-overview {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}
.woocommerce .woocommerce-order ul.woocommerce-order-overview li {
    font-size: 10px;
    margin-bottom: 15px;
}
.woocommerce .woocommerce-order ul.woocommerce-order-overview li strong {
    margin-top: 5px;
    font-size: 12px;
}
.woocommerce .woocommerce-order p {
    margin-bottom: 15px;
}
.woocommerce .woocommerce-order .woocommerce-customer-details h2 {
    margin: 0;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-weight: 500;
}
/*---thank you/billing page end---*/
/*---shortcote page start---*/
.uws-my-account .woocommerce .woocommerce-MyAccount-navigation {
    float: left;
    width: 30%;
}
.uws-my-account .woocommerce .woocommerce-MyAccount-content {
    float: right;
    width: 68%; 
}
.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p span.woocommerce-input-wrapper select, .checkout .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper p span.woocommerce-input-wrapper select {
    background-color: transparent;
    border-radius: 0;
    border-color: #b6b6b6;
    outline: none;
    box-shadow: none;
    height: 40px;
    padding: 6px 12px;
}
.woocommerce-checkout .woocommerce {
    padding: 0px 15px;
}
/*---shortcote page end---*/

/*---featured-product shortcode slider start---*/
.mt_featured_product_slider, .mt_product_slider{
	float:left;
	width:100%;
}
.mt_featured_product_slider .swiper-button-prev, .mt_featured_product_slider .swiper-button-next {
    width: 40px;
    height: 40px;
    line-height: 36px;
}
.mt_featured_product_slider .swiper-button-next {
    right: -10px;	
}
.mt_featured_product_slider .swiper-button-prev i, .mt_featured_product_slider .swiper-button-next i{
	margin:0px;
}
@media(max-width:767px){
	#products .item.list-group-item .mt_product_div .mt_product_img,#products .item.list-group-item .mt_product_div .mt_product_content,.woocommerce .cart-collaterals .cart_totals{
		width:100%;
	}
} 
.woocommerce-js .motoC_nav {
    float: right;
    width: 100%;
}
.woocommerce-js .motoC_nav .menu {
    float: left;
    text-align: right;
    width: calc(100% - 130px);    
}
.woocommerce-js .motoC_header_wrapper > .motoC_header_inner > .motoC_nav_wrapper ul.navbar-nav.navbar-right{
    float: left !important;
}
.woocommerce-js .motoC_header_wrapper > .motoC_header_inner > .motoC_nav_wrapper ul.navbar-nav.navbar-right li {
    float: left;
    position: relative;
}
.woocommerce-js .motoC_header_wrapper > .motoC_header_inner > .motoC_nav_wrapper ul.navbar-nav.navbar-right li a {
    position: relative;
}
.woocommerce-js .motoC_header_wrapper > .motoC_header_inner > .motoC_nav_wrapper ul.navbar-nav.navbar-right li a {
    position: relative;
}
.woocommerce-js .motoC_header_wrapper > .motoC_header_inner > .motoC_nav_wrapper ul.navbar-nav.navbar-right li a span {
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 21px;
    background: #000;
    top: -3px;
    right: -3px;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 10px;
}
.woocommerce-js .motoC_header_wrapper > .motoC_header_inner > .motoC_nav_wrapper ul.navbar-nav.navbar-right li a:hover{
	background:transparent;
}
.woocommerce-js .motoC_header_wrapper > .motoC_header_inner > .motoC_nav_wrapper ul.navbar-nav.navbar-right li ul.mt_cartlist {
    position: absolute;
    right: 0;
    left: auto;
    padding: 10px;
}
.woocommerce-js .motoC_header_wrapper > .motoC_header_inner > .motoC_nav_wrapper ul.navbar-nav.navbar-right li ul.mt_cartlist li {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}
.woocommerce-js .motoC_header_wrapper > .motoC_header_inner > .motoC_nav_wrapper ul.navbar-nav.navbar-right li ul.mt_cartlist li:last-child{
	margin-bottom:0px;
}
.woocommerce-js .motoC_header_wrapper > .motoC_header_inner > .motoC_nav_wrapper ul.navbar-nav.navbar-right li ul.mt_cartlist li .mt_product_img {
    float: left;
    width: 50px;
}
.woocommerce-js .motoC_header_wrapper > .motoC_header_inner > .motoC_nav_wrapper ul.navbar-nav.navbar-right li ul.mt_cartlist li .mt_product_data {
    float: left;
    width: calc(100% - 70px);
    padding: 5px 0 5px 20px;
}
.woocommerce-js .motoC_header_wrapper > .motoC_header_inner > .motoC_nav_wrapper ul.navbar-nav.navbar-right li ul.mt_cartlist li .mt_product_data h3 {
    margin: 0;
    float: left;
    width: 100%;
    font-size: 15px;
    text-transform: capitalize;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.woocommerce-js .motoC_header_wrapper > .motoC_header_inner > .motoC_nav_wrapper ul.navbar-nav.navbar-right li ul.mt_cartlist li .mt_product_data h3 a {
    color: inherit;
}
.woocommerce-js .motoC_header_wrapper > .motoC_header_inner > .motoC_nav_wrapper ul.navbar-nav.navbar-right li ul.mt_cartlist li .mt_product_data p {
    float: left;
    width: 100%;
    margin: 0;
    color: #f13435;
    font-weight: 600;
}
.woocommerce-js .motoC_header_wrapper > .motoC_header_inner > .motoC_nav_wrapper ul.navbar-nav.navbar-right li ul.mt_cartlist li .trash {
    position: absolute;
    right: 0;
    color: #333;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    cursor: pointer;
}
.woocommerce-js .motoC_header_wrapper > .motoC_header_inner > .motoC_nav_wrapper ul.navbar-nav.navbar-right li ul.mt_cartlist li .trash:hover, .woocommerce-js .motoC_header_wrapper > .motoC_header_inner > .motoC_nav_wrapper ul.navbar-nav.navbar-right li ul.mt_cartlist li .mt_product_data h3:hover a{
	color: #f13435;
}