@media(max-width: 1200px){
	.container {
	    width: 100%;
	}
}
a{
    outline: none;
    outline-offset: none;
    text-decoration: none;
}
a:focus, a:hover{
    outline: none;
    outline-offset: none;
    text-decoration: none;
}
.livesearchloader{
    text-align: center;
}
ul{
    padding: 0;
}
.btn-link:focus, .btn-link:hover{
    text-decoration: none;
}
.form-control:focus {
    border-color:#eeeeee;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: thin dotted;
    outline: none;
    outline-offset: 0;
}
/***************** breadcrumb ****************/
.adbreadcrumb h1{
	font-size: 32px;
    color: #000000;
    font-weight: 600;
    margin:0;
    text-align: center;
}
.adbreadcrumb{
	border: 1px dashed #cccccc;
    padding:30px;
    text-align: center;
    margin-bottom:30px;
}
.breadcrumb {
    margin:30px 0 0 0;
    padding: 15px;
    border: 1px dashed #cccccc;
    background-color: transparent;
}
.breadcrumb li a i,
.breadcrumb li a{
	font-size: 14px;
	color: #000000;
	font-weight: 400;
}
.breadcrumb > li:after {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 26px;
    height: 20px;
    border-right:1px dashed #cccccc;
    border-bottom: none; 
    -webkit-transform: none; 
    -moz-transform: none;
    -o-transform: none;
    transform: none; 
}
@media(max-width: 575px){
	.adbreadcrumb h1{
		font-size:22px;
	}
}
/***************** end-breadcrumb ****************/
/***************************************************** badcategory *******************************************/
.badcategorybanner img{
    border: none;
    padding: 0;
    margin-bottom: 15px;
}
.badcategorybanner{
    padding: 0;
}
.badcategory-wapper{
    border: 1px dashed #cccccc;
    padding: 15px;
    margin: 0;
    margin-bottom: 15px;
}
.badcategory-des{
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    letter-spacing: 1px;
}
/********* badcategory-category-filter *******/
.badcategory-category-filter{
    border: 1px dashed #cccccc;
    padding: 15px;
    margin: 0 0 15px 0;
}
.badcategory-grid-list-wrapper{
    padding: 0;
}
.badcategory-grid-list-inner .btn{
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    font-size: 0;
    border: none;
    border-radius: 0;
    width: 40px;
    height: 40px;
    background-color: #000000;
    color: #ffffff;
    margin: 0 5px;
}
.badcategory-grid-list-inner .btn.active,
.badcategory-grid-list-inner .btn:hover{
    background-color: #9d3fad;
}
.badcategory-sortby-block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.badcategory-sortby-title{
    width: 20%;
    margin-bottom: 0;
}
.badcategory-sortby-menu{
    border: 1px solid #eeeeee;
    height: 40px;
    box-shadow: none;
}
.badcategory-show-limit-block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin:0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.badcategory-show-limit-title{
    width: 20%;
    margin-bottom: 0;
}
.badcategory-limit-menu{
    border: 1px solid #eeeeee;
    height: 40px;
    width: 80%;
    box-shadow: none;
}
@media(max-width: 767px){
    .badcategory-grid-list-wrapper{
        margin-bottom: 15px;
        text-align: center;
    }
}
@media(max-width: 575px){
    .badcategory-sortby{
        margin-bottom: 15px;
    }
}
/*********badcategory-grid-list-producat************/
.product-layout.product-list,
.product-layout.product-grid{
    padding: 0;
}
.product-layout.product-grid{
    width: 25%;
}
.product-list .badproduct-wrapper{
    display: flex;
    align-items: center;
}
.product-list .badproduct-image{
    width: 30%;
    text-align: center;
}
.product-list .badproduct-description{
    width: 70%;
    text-align: left;
}
.product-list .badproduct-add-to-cart-btn .badproduct-add-to-cart{
    display: inline-block;
}
.product-list .badproduct-add-to-cart-btn {
    padding-top: 0;
    margin-top: 0;
    border-top:none;
}
.product-list .badproduct-name .badproduct-title a h4{
    margin-bottom: 10px;
}
.product-list .badproduct-desc{
    display: block;
    font-size: 14px;
    line-height: 24px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 10px;
    color: #666666;
    font-weight: 400;
}
.product-list .badproduct-all-btn{
    bottom: 30px;
}
.product-list .badproduct-price-and-shipping{
    margin-bottom: 10px;
}
.product-list .badproduct-name{
    margin-bottom: 0;
}
.product-list .badproduct-star-icon{
    position: inherit;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    margin-bottom: 10px;
    transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -moz-transform: none;
}
.product-list .badproduct-wrapper:hover .badproduct-star-icon{
    transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    opacity: 1;
}
@media(max-width: 1500px){
    .product-layout.product-grid{
        width:33.33%;
    }
}
@media(max-width: 991px){
    .product-list .badproduct-image{
        width:40%;
        text-align: center;
    }
    .product-list .badproduct-description{
        width:60%;
        text-align: left;
    }
}
@media(max-width:767px){
    .product-layout.product-grid{
        width:50%;
    }
}
@media(max-width:575px){
    .product-layout.product-grid{
        width:100%;
    }
}
@media(max-width:575px){
    .product-list .badproduct-wrapper{
        display: block;
    }
    .product-list .badproduct-image{
        width:100%;
        text-align: center;
    }
    .product-list .badproduct-description{
        width:100%;
        text-align: center;
    }
}
/********************************** end badcategory ****************************/
/*************************** badcategory-all-pagination *************************************/
.badcategory-pagination{
    border: 1px dashed #cccccc;
    margin: 0;
    align-items: center;
    display: flex;
    padding: 15px 0;
}
.badcategory-pagination .badcategory-pagination-text{
    font-size: 14px;
    color: #666666;
    font-weight: 400;
 }
 .badcategory-pagination-button ul li{
    margin: 0 5px;
    display: inline-block;
 }
.badcategory-pagination-button{
   text-align: right;
}
.badcategory-pagination-button .pagination>.active>a, 
.badcategory-pagination-button .pagination>.active>a:focus, 
.badcategory-pagination-button .pagination>.active>a:hover, 
.badcategory-pagination-button .pagination>.active>span, 
.badcategory-pagination-button .pagination>.active>span:focus, 
.badcategory-pagination-button .pagination>.active>span:hover{
    border-radius: 0;
    width: 40px;
    height: 40px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    background-color: #000000;
    border: 1px solid #e5e5e5;  
}
.badcategory-pagination-button ul li a{
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 28px;
    margin-left: 0;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #e5e5e5;
}
.badcategory-pagination-button .pagination>li>a:focus, 
.badcategory-pagination-button .pagination>li>a:hover, 
.badcategory-pagination-button .pagination>li>span:focus, 
.badcategory-pagination-button .pagination>li>span:hover{
    color: #ffffff;
    background-color: #000000;
    border-color: #e5e5e5;
}
.badcategory-pagination-button .pagination>li:first-child>a, 
.badcategory-pagination-button .pagination>li:first-child>span,
.badcategory-pagination-button .pagination>li:last-child>a, 
.badcategory-pagination-button .pagination>li:last-child>span{
    border-radius: 0;
}
@media(max-width: 575px){
    .badcategory-pagination{
        display: block;
    }
    .badcategory-pagination .badcategory-pagination-text{
        text-align: center;
        margin-bottom: 15px;
    }
    .badcategory-pagination-button {
        text-align: center;
    }
}
/*********************** end badcategory-all-pagination *************************************/
/********************************* badcategory-left-penal ********************************/
.badlefttestimonials-block,
.badleft-penal-filter,
.badleft-penal-product,
.bad-left-category{
    border: 1px dashed #cccccc;
    padding: 0;
    margin-bottom: 30px;
}
.badleftcategory-title{
    font-size: 22px;
    color: #ffffff;
    font-weight: 500;
    padding: 15px;
    background-color: #000000;
}
.bad-left-category .list-group a.active, 
.bad-left-category .list-group a.active:hover, 
.bad-left-category .list-group a:hover{
    border: none;
    background-color: transparent;
    color: #000000;
}
.bad-left-category .list-group a{
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    border: none;
    padding: 10px;
}
.badlefttestimonials-content,
.bad-left-category .list-group{
    margin-bottom: 0;
    padding: 15px;
}
.owl-carousel .owl-item .badlefttestimonials-item-img-wrapper img{
    width: auto;
}
.badlefttestimonials-item-content .badlefttestimonials-item-description{
    margin-top:15px;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.badlefttestimonials-item-title a{
    font-size: 16px;
    color: #000000;
    margin-top: 10px;
    text-transform: capitalize;
    font-weight: 500;
    display: block;
    cursor: pointer;
}
.badlefttestimonials-item-sub-title{
    font-size: 14px;
    color: #a2a2a2;
    font-weight: 400;
    margin-top: 10px;
}
.badlefttestimonials-content-inner .owl-dots{
    display: none;
}
.badleft-penal-product .owl-carousel .owl-item .badproduct-image img{
    margin: 0 auto;
    width:auto;
}
.badleft-penal-product .badproduct-wrapper{
    border-bottom: 1px solid #e5e5e5;
    border: none;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.badleft-penal-product .badproduct-wrapper:hover{
    box-shadow: none;
}
.badleft-penal-product .badproduct-star-icon{
    position: inherit;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -moz-transform: none;
}
.badleft-penal-product .badproduct-wrapper:hover .badproduct-star-icon{
    transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    opacity:1;
}
.badleft-penal-product .badproduct-image{
    padding: 0;
}
.badleft-penal-product .badproduct-description {
    padding:5px 0 5px 15px;
    text-align: left;
}
.badleft-penal-product .badproduct-name .badproduct-title a h4{
    margin-bottom: 0;
}
.badleft-penal-product .badproduct-description .badproduct-name{
    margin-bottom: 5px;
}
.badleft-penal-product .badproduct-description .badproduct-star-icon{
    margin-bottom:10px;
}
.badleft-penal-product .badproduct-wrapper-content{
    margin-bottom: 0; 
    border-bottom: 1px dashed #eeeeee;
    padding: 15px 0
}
.badleft-penal-product .badleftproduct-block-inner{
    padding: 0 15px;
}
.badleft-penal-filter .badleft-penal-filter-inner{
    border-color: transparent;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.badleft-penal-filter .list-group a.active, 
.badleft-penal-filter .list-group a.active:hover, 
.badleft-penal-filter .list-group a:hover{
    background-color: transparent;
    border:none;
    text-shadow:none;
}
.badleft-penal-filter .list-group a{
    border: none;
}
.badleft-penal-filter .list-group{
    padding: 15px;
}
.badleft-penal-filter .list-group-item{
    background-color: transparent;
    border: none;
    color: #000000;
    padding: 5px;
    font-size: 18px;
    text-transform: capitalize;
}
.badfilter-color-button .badfilter-button{
    border: 1px solid #e5e5e5;
    border-radius: 0;
    box-shadow: none;
    padding: 14px 20px;
    background-color: #000000;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
    width: 100%;
}
.badfilter-color-button .badfilter-button:hover{
    color: #000000;
    background-color: #ffffff;
}
@media(max-width: 1199px){
    .owl-carousel .owl-item .badlefttestimonials-item-img-wrapper img{
        margin: 0 auto;
    }
    .badlefttestimonials-content-box-inner{
        text-align: center;
    }
    .badleft-penal-product .badproduct-wrapper-all{
        width: 50%;
        border-right: 1px dashed #cccccc;
        float: left;
    }
}
@media(max-width: 680px){
   .badleft-penal-product .badproduct-wrapper-all{
        width:100%;
        border-right: none;
        float:none;
    }
}
/********************************* end badcategory-left-penal ********************************/
/******************* badcategory-mobile-view **************************/
@media(max-width: 1199px){
    #product-category #content{
        width: 100%;
        margin-bottom: 30px;
    }
    #product-category #column-left{
        width: 100%;
    }
}
/******************* end badcategory-mobile-view **************************/
/***************************** badcategory-product-page **************************************/
.badproducatpage-rating{
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}
.badproducatpage-rating a{
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    margin: 0 10px;
}
.badcategory-prodcat-block .badproduct-star-icon{
    position: inherit;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -moz-transform: none;
}
.badcategory-prodcat-block h3{
    font-size: 24px;
    font-weight: 400;
    padding: 0 0 15px 0;
    color: #000000;
    border-bottom: 1px solid #e5e5e5;
    line-height: 32px;
    margin-bottom: 15px;
}
.badcategory-prodcat-block .badall-product-star-icon .badproduct-star-icon{
    position: inherit; 
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -moz-transform: none;  
}
.badcategory-prodcat-block .badall-product-star-icon{
    margin-bottom: 10px;
}
.badcategory-prodcat-block .bad-short-desc li span{
    font-weight: 600;
    color: #262626;
    font-size: 14px;
}
.badcategory-prodcat-block .bad-short-desc li{
    line-height: 24px;
    padding: 4px 0;
}
.badcategory-prodcat-block .bad-short-desc li{
    font-weight:400;
    color: #666666;
    font-size: 14px;
}
.badcategory-prodcat-block .bad-short-desc li a{
    color: #666666; 
}
.badcategory-prodcat-block .bad-short-desc li a:hover{
    color: #000000; 
}
.badcategory-prodcat-block .bad-short-desc li span a{
    cursor: pointer;
}
#content .badcategory-prodcat-block ul.list-unstyled.bad-short-desc {
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}
.badcategory-prodcat-block .badquickview-price li{
    padding: 2px 0;
    font-size: 14px;
    line-height: 26px;
}
.badcategory-prodcat-block .badquickview-price li.badprice-descount{
    float: left;
    margin-right: 10px;
}
.badcategory-prodcat-block .badquickview-price li h4 {
    font-size: 20px;
    font-weight: 700;
}
.badcategory-prodcat-block .badquickview-price{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.badcategory-prodcat-block .badquickview-producat h4{
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
    padding: 0;
    text-transform: none;
    color: #262626;
}
.badcategory-prodcat-block .badquickview-producat .form-group label{
    font-size: 14px;
    color: #111111;
    font-weight: 400;
}
.badcategory-prodcat-block .badquickview-producat .form-group select,
.badcategory-prodcat-block .badquickview-producat .form-group textarea,
.badcategory-prodcat-block .badquickview-producat .form-group input{
    border: 1px solid #e5e5e5;
    border-radius: 0;
    box-shadow: none;
}
.badcategory-prodcat-block .badquickview-producat-upload{
    display: inline-block;
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    cursor: pointer;
    box-shadow: none;
    height: 40px;
    background-color: #000000;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1px;
}
.badcategory-prodcat-block .badquickview-producat-upload:hover{
    background-color: #ffffff;
    color: #000000;
}
.badcategory-prodcat-block .form-group .input-group input{
    line-height: 40px;
    height: 40px;
}
.badcategory-prodcat-block .form-group .input-group span .badquickview-calender{
    line-height: 40px;
    height: 40px;
    padding: 0 15px;
    background-color: #000000;
    border-radius: 0;
    border: none;
}
.badcategory-prodcat-block .form-group .input-group span .badquickview-calender{
    color: #ffffff;
}
.badcategory-prodcat-block .badquickview-producat-add-to-cart{
    cursor: pointer;
    display: inline-block;
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    box-shadow: none;
    height: 40px;
    background-color: #000000;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1px;
}
.badcategory-prodcat-block .badquickview-producat-add-to-cart:hover{
    background-color: #ffffff;
    color: #000000;
}
.badcategory-prodcat-block .alert-info{
    border-radius: 0;
}
.badcategory-prodcat-block .badcategory-prodcat-social-icon{
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
}
.badsingcontain-wrapper{
    position: relative;
    width: 70%;
    text-align: center;
    margin: 0 auto;
}
.badsingimage-content-box a{
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #e5e5e5;
}
.badsingimage-content-box a:hover{
    border: 2px solid #000000;
}
.badsingimage-content-box .owl-carousel .owl-item img{
    width: auto;
    margin: 0 auto;
}
.badsingcontain-wrapper .badsingleimage-prev{
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translate(0,-50%);
}
.badsingcontain-wrapper .badsingleimage-next i,
.badsingcontain-wrapper .badsingleimage-prev i{
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    padding: 30px 10px;
}
.badsingcontain-wrapper .badsingleimage-next{
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translate(0,-50%);
}
.badrelated-wrapper{
    margin-top:30px;
    margin-bottom:30px;
}
.badrelatedproduct-inner .badrelatedproduct-title h3{
    font-size: 60px;
    font-weight: 700;
    color: #1b4470;
    line-height: 60px;
    text-align: center;
    margin-bottom: 30px;
}
.badrelatedproduct-block .badrelatedproduct{
    padding: 0;
}
.badcategory-page-tage{
    display: inline-block;
    width: 100%;
    font-size: 18px;
    margin-bottom: 30px;
    vertical-align: middle;
    text-align: center;
}
.badcategory-page-tage a{
    font-size:16px;
    color: #000000;
    font-weight: 500;
}
/******* Tab *****/
.badcategory-prodcat-page-tab .tab-content{
    border: 1px solid #e5e5e5;
    padding: 30px;
}
.badcategory-prodcat-page-tab .tab-content .tab-pane p font{
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.8px;
}
.badcategory-prodcat-page-tab .tab-content .tab-pane h3{
    font-size: 24px;
    margin-bottom:15px;
    color:#000000;
    font-weight: 500;
}
.badcategory-prodcat-page-tab .tab-content .tab-pane p{
    font-size: 15px;
    margin-bottom: 15px;
    letter-spacing: 0.8px;
    color: #666666;
    font-weight: 400;
}
.badcategory-prodcat-page-tab .tab-content .tab-pane ul{
    padding-left: 20px;
}
.badcategory-prodcat-page-tab .tab-content .tab-pane ul li{
    font-size: 14px;
    color: #666666;
    padding: 5px 0;
    list-style: decimal;
    letter-spacing: 0.8px;
    font-weight: 400;
}
.badcategory-prodcat-page-tab table thead tr td {
    background: #f8f8f8;
    color: #262626;
    font-weight: 500;
    font-size: 16px;
    border-bottom-width: 1px;
}
.badcategory-prodcat-page-tab .tab-pane .table-bordered{
    margin-bottom: 0;
}
.badcategory-prodcat-page-tab form .form-group label{
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    padding-bottom: 7px;
}
.badcategory-prodcat-page-tab form .form-group input{
    border-radius: 0;
}
.badcategory-prodcat-review .badreview-button{
    border: 1px solid #e5e5e5;
    border-radius: 0;
    box-shadow: none;
    padding: 11px 50px;
    background-color: #000000;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 1px;
}
.badcategory-prodcat-review .badreview-button:hover{
    background-color: #ffffff;
    color: #000000;
}
 
.badcategory-prodcat-page-tab .nav-tabs>li.active>a, 
.badcategory-prodcat-page-tab .nav-tabs>li.active>a:focus, 
.badcategory-prodcat-page-tab .nav-tabs>li.active>a:hover{
    border: 1px solid #e5e5e5;
    background-color: #000000;
    color: #ffffff;
}
.badcategory-prodcat-page-tab  .nav>li>a:focus, 
.badcategory-prodcat-page-tab  .nav>li>a:hover{
    background-color: #000000;
    color: #ffffff;
}
.badcategory-prodcat-page-tab .nav-tabs>li>a{
    border-radius: 0;
}
.badcategory-prodcat-page-tab .nav>li>a{
    padding: 10px 30px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #000000;
}
.badcategory-prodcat-page-tab .nav.nav-tabs{
    text-align: center;
    justify-content: center;
    display: flex;
}
.badcategory-prodcat-page-tab{
    margin-top: 30px;
}
.badrelatedproduct-inner{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
@media(max-width: 1500px){
    .badrelatedproduct-inner .badrelatedproduct-title h3{
        font-size: 42px;
        line-height: 42px;
        margin-bottom:30px;
    }
}
@media(max-width: 991px){
    .badrelatedproduct-inner .badrelatedproduct-title h3 {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 15px;
    }
}
@media(max-width: 650px){
    .badcategory-prodcat-img{
        width: 100%;
        margin-bottom: 30px;
    }
    .badcategory-prodcat-block{
        width: 100%;
    }
    .badcategory-prodcat-page-tab .tab-content {
        padding: 15px;
    }
}
@media(max-width: 575px){
    .badrelated-wrapper{
        margin-bottom:20px;
    }
}
@media(max-width: 480px){
    .badcategory-prodcat-page-tab .nav>li>a {
        padding: 10px 5px;
        font-size: 13px;
        letter-spacing: 1px;
    }
}
/***************************** end badcategory-product-page **************************************/
/************************************** category-badquick-view ***********************************************/
#badquickview{
    top: 50%;
    bottom: auto;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
}
#badquickview #content{
    min-height: auto;
}
#badquickview .modal-dialog{
    min-width: 800px;
    max-height: 450px;
    overflow-y: scroll;
    background-color: #ffffff;
}
#badquickview .modal-body{
    padding: 15px 0;
}
#badquickview .modal-content{
    border: none;
    border-radius: 0;
    box-shadow: none;
}
#badquickview .thumbnail{
    border: none;
    padding: 0;
    margin-bottom: 0;
    line-height:normal;
    background-color: #fff;
    border-radius: 0;
}
.badquickview-block-inner h3{
    font-size: 24px;
    font-weight: 400;
    padding: 0 0 15px 0;
    color: #000000;
    border-bottom: 1px solid #e5e5e5;
    line-height: 32px;
    margin-bottom: 15px;
}
.badquickview-block-inner .badall-product-star-icon .badproduct-star-icon{
    position: inherit; 
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -moz-transform: none;  
}
.badquickview-block-inner .badall-product-star-icon{
    margin-bottom: 10px;
}
.badquickview-block-inner .bad-short-desc li span{
    font-weight: 600;
    color: #262626;
    font-size: 14px;
}
.badquickview-block-inner .bad-short-desc li{
    line-height: 24px;
    padding: 4px 0;
}
.badquickview-block-inner .bad-short-desc li{
    font-weight:400;
    color: #666666;
    font-size: 14px;
}
.badquickview-block-inner .bad-short-desc li a{
    color: #666666; 
}
.badquickview-block-inner .bad-short-desc li a:hover{
    color: #000000; 
}
.badquickview-block-inner .bad-short-desc li span a{
    cursor: pointer;
}
#content .badquickview-block-inner ul.list-unstyled.bad-short-desc {
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}
.badquickview-block-inner .badquickview-price li{
    padding: 2px 0;
    font-size: 14px;
    line-height: 26px;
}
.badquickview-block-inner .badquickview-price li.badprice-descount{
    float: left;
    margin-right: 10px;
}
.badquickview-block-inner .badquickview-price li h4 {
    font-size: 20px;
    font-weight: 700;
}
.badquickview-block-inner .badquickview-price{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.badquickview-block-inner .badquickview-producat h4{
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
    padding: 0;
    text-transform: none;
    color: #262626;
}
.badquickview-block-inner .badquickview-producat .form-group label{
    font-size: 14px;
    color: #111111;
    font-weight: 400;
}
.badquickview-block-inner .badquickview-producat .form-group select,
.badquickview-block-inner .badquickview-producat .form-group textarea,
.badquickview-block-inner .badquickview-producat .form-group input{
    border: 1px solid #e5e5e5;
    border-radius: 0;
    box-shadow: none;
}
.badquickview-block-inner .badquickview-producat-upload{
    display: inline-block;
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    cursor: pointer;
    box-shadow: none;
    height: 40px;
    background-color: #000000;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1px;
}
.badquickview-block-inner .badquickview-producat-upload:hover{
    background-color: #ffffff;
    color: #000000;
}
.badquickview-block-inner .form-group .input-group input{
    line-height: 40px;
    height: 40px;
}
.badquickview-block-inner .form-group .input-group span .badquickview-calender{
    line-height: 40px;
    height: 40px;
    padding: 0 15px;
    background-color: #000000;
    border-radius: 0;
    border: none;
}
.badquickview-block-inner .form-group .input-group span .badquickview-calender{
    color: #ffffff;
}
.badquickview-block-inner .badquickview-producat-add-to-cart{
    cursor: pointer;
    display: inline-block;
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    box-shadow: none;
    height: 40px;
    background-color: #000000;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1px;
}
.badquickview-block-inner .badquickview-producat-add-to-cart:hover{
    background-color: #ffffff;
    color: #000000;
}
.badquickview-block-inner .alert-info{
    border-radius: 0;
}
.badquickview-close-btn{
    position: absolute;
    right: 26px;
    top: -14px;
    z-index: 10;
    font-size: 33px;
}
@media(max-width: 991px){
    #badquickview .modal-dialog{
        min-width:700px;
    }  
}
@media(max-width: 767px){
    #badquickview .modal-dialog{
        min-width:650px;
    }  
}
@media(max-width: 650px){
    .badproduct-details-img-block{
        width: 100%;
        text-align: center;
    }
    .badquickview-block-inner{
        width: 100%;
        margin-top: 15px;
    }
    #badquickview .modal-dialog{
        min-width: auto;
    }
    #badquickview{
        width: 78%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}
@media(max-width: 650px){
    #badquickview{
        width: 90%;
    }
}
/******************************** end category-badquick-view *****************************************************/
/******************************** category-badadd-to-cart *****************************/
.badcategory-add-to-cart-inner{
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.badcategory-add-to-cart-img-block{
    width: 50%;
}
.badcategory-add-to-cart-img-content{
    width: 50%;
    text-align: center;
    padding: 15px;
}
.badcategory-add-to-cart-img-content h1{
    margin-bottom: 15px;
}
.badcategory-add-to-cart-img-content h1 a{
    font-size: 24px;
    color: #000000;
    font-weight: 500;
    letter-spacing: 1px;
}
.badcategory-add-to-cart-img-content .badcategory-add-to-cart-price{
    font-size: 16px;
    color: #666666;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.badcategory-add-to-cart-img-content a .badcategory-add-to-cart-button{
    color: #ffffff;
    background-color: #000000;
    padding: 12px 38px;
    cursor: pointer;
    font-size: 16px;
    border: 1px solid #e5e5e5;
    display: inline-block;
    vertical-align: middle;
}
.badcategory-add-to-cart-img-content .badcategory-add-to-cart-button a:hover{
    color: #000000;
    background-color: #ffffff;
}
@media(max-width: 575px){
    .badcategory-add-to-cart-inner{
        display: block;
    }
    .badcategory-add-to-cart-img-block{
        width:100%;
    }
    .badcategory-add-to-cart-img-block img{
        width: 100%;
    }
    .badcategory-add-to-cart-img-content{
        width:100%;
        text-align: center;
        padding: 15px;
    }
}
/******************************** end category-badadd-to-cart *****************************/
/******************************** category-badcategory-wishlist *****************************/
.badcategory-product-wishlist{
    padding: 15px;
    margin: 0;
    text-align: center;
    font-size: 14px;
    color: #666666;
}
.badcategory-product-wishlist a{
    color: #000000;
}
/******************************** end category-badcategory-wishlist *****************************/
/******************************** category-badcategory-compare *****************************/
.badcategory-product-compare{
    padding: 15px;
    margin: 0;
    text-align: center;
    font-size: 14px;
    color: #666666;
}
.badcategory-product-compare a{
    color: #000000;
}
/******************************** end category-badcategory-compare *****************************/
/******************** AD-Brand *******************/
.ad_brand_wrapper{
	border: 1px dashed #cccccc;
    margin-bottom: 15px;
}
.ad_brand_wrapper .ad_font_title_brand {
	border-bottom: 1px dashed #cccccc;
    padding: 10px;
}
.ad_brand_wrapper .ad_font_title_brand .ad_font_title_brand_inner{
	font-size: 14px;
    color: #222222;
    font-weight: 400;
}
.ad_brand_wrapper .ad_title_brand ul{
    padding-left: 40px;
	margin: 0;
}
.ad_brand_wrapper .ad_title_brand ul li{
	padding: 10px;
}
.ad_brand_wrapper .ad_title_brand ul li a{
	font-size: 15px;
	color: #111111;
	font-weight: 500;
}
.adbrand-wrapper p{
	margin: 15px 0;
}
.adbrand-wrapper p strong{
	font-size: 15px;
}
.adbrand-wrapper a{
	font-size: 14px;
    color: #333333;
    font-weight: 500;
}
/******************** end AD-Brand *******************/
/************************************ ALL comman button ****************************************/
.badinner-button.btn{
    background-color: #000000;
    color: #ffffff;
    background-image: none;
    padding: 11px 20px;
    border: none;
    font-size: 14px;
    font-weight: 400;
    box-shadow: none;
    border-radius: 0;
}
/******************** AD-Site Map *******************/
.adsitemap-wrapper{
	border: 1px dashed #cccccc;
    margin: 30px 0 15px 0;
    padding: 15px;
}
.adsitemap-block-inner ul li a{
	font-size: 14px;
    color: #333333;
    font-weight: 400;
    padding-bottom: 15px;
    display: block;
}
/******************** end AD-Site Map *******************/

/******************** adcontact *******************/
.adcontact-wrapper h3{
	font-size: 24px;
    color: #333333;
    font-weight: 500;
    margin: 15px;
}
.adcontact-wrapper .panel{
	border: 1px dashed #cccccc;
	box-shadow: none;
}
.adcontact-subtitle strong{
	font-size: 15px;
    color: #222222;
    padding-bottom: 10px;
    display: block;
}
.adcontact-form {
	padding: 15px;
	display: inline-block;
    width: 100%;
	border: 1px dashed #cccccc;
}
.adsitemap-block-inner ul{
    padding-left: 30px;
}
.adsitemap-block-inner ul li{
    list-style: circle;
}
.adcontact-form form fieldset legend{
	font-size: 24px;
    color: #333333;
    font-weight: 500;
    padding: 0 0 10px 0;
}
.adcontact-form form fieldset .form-group .control-label{
	font-size: 14px;
	color: #333333;
	font-weight: 400;
}
.adcontact-form form .buttons input{
	background-color: #000000;
    background-image: none;
    border: none;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    padding: 10px 30px;
}
.adcontact-form form .buttons input:hover{
	background-color: #ffffff
	color: #000000;
}
/******************** end adcontact *******************/
/******************** adadreturnform *******************/
.adreturnform-wrapper p{
	font-size: 14px;
    color: #999999;
    margin: 15px 0;
}
.adreturnform-wrapper form{
	padding: 15px;
	border: 1px dashed #cccccc;
}
.adreturnform-wrapper form fieldset legend{
	font-size: 18px;
	color: #333333;
	font-weight: 500;
	padding: 0 0 15px 0;	
} 
.adreturnform-wrapper form fieldset legend .control-label{
	font-size: 14px;
    color: #333333;
}
.adreturnform-wrapper .adreturn-form .adreturn-title-box input{
	border-radius: 0;
	height: 40px;
	outline: none;
}
.adreturnform-wrapper .adreturn-form.adreturn-form-radio .adreturn-title-box input{
    border-radius: 0;
    height: auto;
    outline: none;
}
.adreturnform-wrapper .adreturn-form-entery-date .adreturn-date input{
    height: 40px;
    border-radius: 0 0 0 0;
}
.adreturnform-wrapper .adreturn-form-entery-date .adreturn-date .input-group-btn button{
    height: 40px;
    background-color: #222222;
    border:transparent;
    width: 40px;
    border-radius: 0 0 0 0;
    background-image: none;
}
.adreturnform-wrapper .adreturn-form-entery-date .adreturn-date .input-group-btn button i{
    color: #ffffff;
}
/******************** end adadreturnform *******************/
/******************** adloginform *******************/
.adlogin-inner-block-one .well,
.adlogin-inner-block .well{
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    margin-top: 15px;
    background-color: #ffffff;
    border: 1px dashed #cccccc;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.adlogin-inner-block-one .well h2,
.adlogin-inner-block .well h2{
    margin: 0;
    padding-bottom: 15px;
    font-size: 24px;
}
.adlogin-inner-block-one form .form-group input{
    height: 40px;
    border:1px solid #cccccc;
    color: #333333;
    border-radius: 0;
}
.adlogin-inner-block-one form .form-group a{
    padding-top: 10px;
    display: block;
}
.adlogin-inner-block-one form input{
    background-image: none;
    padding: 11px 20px;
    border: none;
    font-size: 14px;
    font-weight: 400;
}
/******************** end adloginform *******************/
/******************** end adloginform *******************/
.adregister-wrapper p{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    margin: 15px 0;
}
.adregister-wrapper form{
    padding: 15px;
    border: 1px dashed #cccccc;
    display: inline-block;
    width: 100%;
}
.adregister-wrapper form fieldset legend{
    font-size: 18px;
    color: #000000;
    font-weight: 500;
}
.adregister-wrapper form fieldset .form-group .control-label{
    font-size: 13px;
    color: #333333;
    font-weight:400;
}
.adregister-wrapper form fieldset .form-group.required input{
    height: 40px;
    border-radius: 0;
}
.adregister-wrapper form .buttons .pull-right{
    display: flex;
    align-items: center;
}
/******************** end adloginform *******************/
/******************** adforgotten *******************/
.adforgotten-wrapper p{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    margin: 15px 0;
}
.adforgotten-wrapper form{
    border: 1px dashed #cccccc;
    padding: 15px;
    display: inline-block;
    width: 100%;
}
.adforgotten-wrapper form fieldset legend{
    font-size: 18px;
    color: #000000;
    font-weight: 500;
}
.adforgotten-wrapper form fieldset .form-group.required input{
    height: 40px;
    border-radius: 0;
}
/******************** end adforgotten *******************/
/******************** adadaddress *******************/
.adaddress-wrapper .table-responsive .table-bordered{
    border: 1px dashed #cccccc;
    padding: 15px;
}
/******************** end adadaddress *******************/
/******************** adaddress_form *******************/
.adaddress_form-wrapper form{
    border: 1px dashed #cccccc;
    padding: 15px;
}
.adaddress_form-wrapper form fieldset .form-group input{
    height: 40px;
    border: 1px solid #cccccc;
    border-radius: 0;
}
.adaddress_form-wrapper form fieldset .form-group .radio-inline input{
    height: auto;
}
/******************** end adaddress_form *******************/
/******************** adaddress_edit*******************/
.adaddress_edit form{
    border: 1px dashed #cccccc;
    padding: 15px;
    display: inline-block;
    width: 100%;
}
.adaddress_edit form fieldset legend{
    font-size: 18px;
    color: #000000;
    font-weight: 500;
}
.adaddress_edit form fieldset .form-group.required input{
    height: 40px;
    border-radius: 0;
}
/******************** end adaddress_edit*******************/
/******************** adpassword*******************/
.adpassword-wrapper form{
    border: 1px dashed #cccccc;
    padding: 15px;
    display: inline-block;
    width: 100%;
}
.adpassword-wrapper form fieldset legend{
    font-size: 18px;
    color: #000000;
    font-weight: 500;
}
.adpassword-wrapper form fieldset .form-group.required input{
    height: 40px;
    border-radius: 0;
}
/******************** end adpassword*******************/
/******************** adwishlist*******************/
/******************** end adwishlist*******************/
/******************** adaccount*******************/
.adaccount-wrapper .adaccount-block{
    border: 1px dashed #cccccc;
    padding: 15px;
}
.adaccount-wrapper .adaccount-block h1,
.adaccount-wrapper .adaccount-block h2{
    font-size: 26px;
    color: #000000;
    font-weight: 600;
}   
.adaccount-wrapper .adaccount-block .list-unstyled li a{
    font-size: 14px;
    color: #333333;
    font-weight: 400;
}
/******************** end adaccount*******************/
/******************** adoderlist*******************/
.adoderlist-wrapper p{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    margin: 15px 0;
}
/******************** end adoderlist*******************/
/******************** adnewsletter-wrapper*******************/
.adnewsletter-wrapper form{
    padding: 15px;
    border: 1px dashed #cccccc;
    display: inline-block;
    width: 100%;
}
/******************** end adnewsletter-wrapper*******************/
/********************adaffiliate-register*******************/
.adaffiliate-register-wrapper form {
    border: 1px dashed #cccccc;
    padding: 15px;

}
.adaffiliate-register-wrapper form fieldset legend{
    font-size: 18px;
    color: #000000;
    font-weight: 500;
}
.adaffiliate-register-wrapper form fieldset .form-group input{
    height: 40px;
    border-radius: 0;
}
.adaffiliate-register-wrapper form fieldset .form-group .radio input{
    height: auto;
}
/********************end adaffiliate-register*******************/
/********************end adaffiliate-login*******************/
.adaffiliatelogin-inner-block-one .well,
.adaffiliatelogin-inner-block .well{
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    margin-top: 15px;
    background-color: #ffffff;
    border: 1px dashed #cccccc;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.adaffiliatelogin-inner-block-one .well h2,
.adaffiliatelogin-inner-block .well h2{
    margin: 0;
    padding-bottom: 15px;
    font-size: 24px;
}
/********************end adaffiliate-login*******************/
/******************** adcart-checkout*******************/
.adcart-wrapper{
    border: 1px dashed #cccccc;
    padding: 15px;
}
.adcart-wrapper h2,
.adcart-wrapper h1{
    font-size: 28px;
    color: #000000;
    margin-bottom: 15px;
    margin-top: 0;
    font-weight: 500;
}
.adcart-wrapper p{
    font-size: 14px;
    color: #999999;
    font-weight:400;
}
.adcart-wrapper .panel-group .panel.panel-default{
    border-color: #ddd;
    border: 1px dashed #cccccc;
    background-color: #ffffff;
    box-shadow: none;
    background-image: none;
    margin: 15px 0;
}
.panel-default>.panel-heading{
    background-color: #ffffff;
}
.adcart-wrapper .row .table-bordered{
    border:none;
}
.adcart-wrapper .row .table-bordered tbody tr td{
    border:none;
}
.adcart-wrapper .row .table-bordered tbody tr td strong{
    font-size: 18px;
    color: #000000;
    font-weight: 500;
}
.adcart-wrapper .row .table-bordered tbody tr td{
    font-size: 14px;
    color: #222222;
    font-weight: 400;
}
/********************end adcart-checkout*******************/
/********************end adcheckout*******************/
.adcheckout-wrapper .panel.panel-default{
    border: 1px dashed #cccccc;
    border-radius: 0;
}
/********************end adcheckout*******************/
/********************* common-maintenance *****************************/
#common-maintenance .badmaintenance{
    border: 1px dashed #cccccc;
    padding: 15px;
    margin-top: 30px;
}
#common-maintenance .badmaintenance  h1{
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
}
/***************** end common-maintenance *****************************/
/***************** product-compare *****************************/
#product-compare table thead tr td{
    background: #f8f8f8 none repeat scroll 0 0;
    color: #262626;
    font-weight: 600;
}
.badcompare-title{
    font-size: 16px;
    color: #000000;
    font-weight:500;
}
/***************** end product-compare *****************************/
/***************** add-to-cart *****************************/
.badquantity{
    height: 42px;
    border-radius: 0;
}
.badcshipping,
.badcvoucher,
.badcoupon{
    height: 42px;
    border-radius: 0;
}
/***************** end add-to-cart *****************************/
/************************** badaccount-wrapper *************************************/
.badaccount-wrapper.list-group a{
    border: 1px solid #cccccc;
    padding: 10px 12px;
    border-radius: 0;
    font-size: 15px;
    color: #666666;
    font-weight: 500;
    letter-spacing: 1px;
}
.badaccount-wrapper.list-group a.active, 
.badaccount-wrapper.list-group a.active:hover, 
.badaccount-wrapper.list-group a:hover{
    background-color: #000000;
    color: #ffffff;
}
/************************** end badaccount-wrapper *************************************/
/************************** end badinformation-wrapper *************************************/
.badinformation-wrapper ul li a{
    border: 1px solid #cccccc;
    padding: 10px 12px;
    border-radius: 0;
    font-size: 15px;
    color: #666666;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0;
    line-height: normal;
}
.badinformation-wrapper ul li{
    margin: 0;   
}
.badinformation-wrapper ul li a.active, 
.badinformation-wrapper ul li a.active:hover, 
.badinformation-wrapper ul li a:hover{
    background-color: #000000;
    color: #ffffff;
}
.badproducat-search-block input,
.badproducat-search-block2 select {
    height: 40px;
    border-radius: 0;
    border: 1px solid #e5e5e5;
    box-shadow: none
}

.badsearch-product {
    border: 1px dashed #e5e5e5;
    padding: 15px;
    margin-bottom: 15px
}

.badsearch-product-title {
    font-size: 20px;
    font-weight: 500
}

@media(max-width:575px) {

    .badproducat-search-block input,
    .badproducat-search-block2 select {
        margin-bottom: 15px
    }
}
/************************** end badinformation-wrapper *************************************/
/************************** badproducat-search *************************************/
.badproducat-search-block2 select,
.badproducat-search-block input{
    height: 40px;
    border-radius: 0;
}

/************************** end badproducat-search *************************************/
/************************** form **********************/
.form-group .form-control{
    height: 40px;
    border:1px solid #cccccc;
    color: #333333;
    border-radius: 0;
}
.form-group a{
    padding-top: 10px;
    display: block;
}
.form-control{
    background-image: none;
    padding: 11px 20px;
    border: none;
    font-size: 14px;
    font-weight: 400;
}
textarea.form-control{
    border: 1px solid #eeeeee;
}
/************************** end form **********************/