@media(max-width:1200px) {
    .container {
        width: 100%
    }
}

a {
    outline: 0;
    outline-offset: none;
    text-decoration: none
}

a:focus,
a:hover {
    outline: 0;
    outline-offset: none;
    text-decoration: none
}

.container-fluid {
    padding: 0
}

ul {
    padding: 0
}

.btn-link:focus,
.btn-link:hover {
    text-decoration: none
}

.form-control:focus {
    border-color: #eee;
    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: 0;
    outline-offset: 0
}

.adbreadcrumb h1 {
    font-size: 32px;
    color: #000;
    font-weight: 600;
    margin: 0;
    text-align: center
}

.adbreadcrumb {
    text-align: center;
    margin-bottom: 30px
}

.breadcrumb {
	margin: 30px 0 0 0;
	padding: 10px;
	border: 1px solid #ece9e9;
	background-color: transparent;
	border-radius: 0;
}

.breadcrumb li a,
.breadcrumb li a i {
    font-size: 14px;
    color: #8f8c8c;
    font-weight: 400
}

.breadcrumb>li:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 26px;
    height: 20px;
    border-right: 1px dashed #ccc;
    border-bottom: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none
}

@media(max-width:575px) {
    .adbreadcrumb h1 {
        font-size: 22px
    }
}

.brocha-categorybanner img {
    width: 100%;
    border: none;
    padding: 0;
    margin-bottom: 15px
}

.brocha-categorybanner {
    padding: 0
}

.brocha-category-wapper {
    background-color: #ffffff;
   border: 1px solid #F0F0F0;
    padding: 15px;
    margin: 0;
    margin-bottom: 15px
}

.brocha-category-des {
    font-size: 14px;
    color: #666;
    font-weight: 400;
    letter-spacing: 1px
}

.brocha-category-category-filter {
    background-color: #ffffff;
   border: 1px solid #F0F0F0;
   border-radius: 5px;
    padding: 15px;
    margin: 0 0 15px 0
}

.brocha-category-grid-list-wrapper {
    padding: 0
}

.brocha-category-grid-list-inner .btn {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    font-size: 0;
    border: 1px solid #F0F0F0;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    color: #fff;
    margin: 0 5px
}

.brocha-category-grid-list-inner .brocha-category-grid i,
.brocha-category-grid-list-inner .brocha-category-list i {
    height: 40px;
    width: 40px;
    font-size: 18px;
    color: #111111;
    line-height: 42px;
}
.brocha-category-grid-list-inner .brocha-category-list.active,
.brocha-category-grid-list-inner .brocha-category-list:hover,
.brocha-category-grid-list-inner .brocha-category-grid.active,
.brocha-category-grid-list-inner .brocha-category-grid:hover {
    background-color: #f6af14;
    border: 1px solid #F0F0F0;
}
.brocha-category-grid-list-inner .brocha-category-list.active i,
.brocha-category-grid-list-inner .brocha-category-list:hover i,
.brocha-category-grid-list-inner .brocha-category-grid.active i,
.brocha-category-grid-list-inner .brocha-category-grid:hover i {
    color: #ffffff;
}
.brocha-category-sortby-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.brocha-category-sortby-title {
    width: 20%;
    margin-bottom: 0
}

.brocha-category-sortby-menu {
    border: 1px solid #eee;
    height: 40px;
    box-shadow: none
}

.brocha-category-show-limit-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.brocha-category-show-limit-title {
    width: 20%;
    margin-bottom: 0
}

.brocha-category-limit-menu {
    border: 1px solid #eee;
    height: 40px;
    width: 80%;
    box-shadow: none
}

@media(max-width:767px) {
    .brocha-category-grid-list-wrapper {
        margin-bottom: 15px;
        text-align: center
    }
}

@media(max-width:575px) {
    .brocha-category-sortby {
        margin-bottom: 15px
    }
}

.product-layout.product-grid,
.product-layout.product-list {
    padding: 0
}

.product-layout.product-grid {
    width: 25%
}

.product-list .brocha-product-wrapper {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    margin-bottom: 20px;
}

.product-list .brocha-product-image {
    width: 30%;
    text-align: center
}

.product-list .brocha-product-description {
    width: 70%;
    text-align: left;
    padding: 15px;
}

.product-list .brocha-product-add-to-cart-btn .brocha-product-add-to-cart {
    display: inline-block;
    vertical-align: middle;
}
.product-list .brocha-product-desc {
    display: block;
    font-size: 14px;
    line-height: 24px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 15px;
    color: #666;
    font-weight: 400
}
.product-list .brocha-product-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 .brocha-product-wrapper:hover .brocha-product-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 .brocha-product-image {
        width: 40%;
        text-align: center
    }

    .product-list .brocha-product-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 .brocha-product-wrapper {
        display: block
    }

    .product-list .brocha-product-image {
        width: 100%;
        text-align: center
    }

    .product-list .brocha-product-description {
        width: 100%;
        text-align: center
    }
}

.brocha-category-pagination {
    border: 1px solid #F0F0F0;
	border-radius: 5px;
    margin: 0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    margin-bottom: 30px;
    padding: 15px 0
}

.brocha-category-pagination .brocha-category-pagination-text {
    font-size: 14px;
    color: #666;
    font-weight: 400
}

.brocha-category-pagination-button ul li {
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle;

}

.brocha-category-pagination-button {
    text-align: right
}

.brocha-category-pagination-button .pagination {
    margin: 0
}

.brocha-category-pagination-button .pagination>.active>a,
.brocha-category-pagination-button .pagination>.active>a:focus,
.brocha-category-pagination-button .pagination>.active>a:hover,
.brocha-category-pagination-button .pagination>.active>span,
.brocha-category-pagination-button .pagination>.active>span:focus,
.brocha-category-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: #000;
    border: 1px solid #e5e5e5
}

.brocha-category-pagination-button ul li a {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 28px;
    margin-left: 0;
    color: #666;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #e5e5e5
}

.brocha-category-pagination-button .pagination>li>a:focus,
.brocha-category-pagination-button .pagination>li>a:hover,
.brocha-category-pagination-button .pagination>li>span:focus,
.brocha-category-pagination-button .pagination>li>span:hover {
    color: #fff;
    background-color: #000;
    border-color: #e5e5e5
}

.brocha-category-pagination-button .pagination>li:first-child>a,
.brocha-category-pagination-button .pagination>li:first-child>span,
.brocha-category-pagination-button .pagination>li:last-child>a,
.brocha-category-pagination-button .pagination>li:last-child>span {
    border-radius: 0
}

@media(max-width:575px) {
    .brocha-category-pagination {
        display: block
    }

    .brocha-category-pagination .brocha-category-pagination-text {
        text-align: center;
        margin-bottom: 15px
    }

    .brocha-category-pagination-button {
        text-align: center
    }
}
.brocha-left-benner-wrapper{
    margin-bottom: 30px;
}
.brocha--left-category,
.brocha-left-penal-filter,
.brocha-left-penal-product,
.brocha-lefttestimonials-block {
    border: 1px solid #F0F0F0;
	border-radius: 5px;
    padding: 0;
    margin-bottom: 30px
}

.brocha-leftcategory-title {
    font-size: 22px;
    color: #111111;
    font-weight: 500;
    padding: 15px;
    background-color: #eeeeee;
}

.brocha--left-category .list-group a.active,
.brocha--left-category .list-group a.active:hover,
.brocha--left-category .list-group a:hover {
    border: none;
    background-color: transparent;
    color: #000
}

.brocha--left-category .list-group a {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    border: none;
    padding: 10px
}

.brocha--left-category .list-group,
.brocha-lefttestimonials-content {
    background-color: #ffffff;
    margin-bottom: 0;
    padding: 15px
}

.owl-carousel .owl-item .brocha-lefttestimonials-item-img-wrapper img {
    width: auto;
    margin: 0 auto
}

.brocha-lefttestimonials-item-content .brocha-lefttestimonials-item-description {
    margin-top: 15px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

.brocha-lefttestimonials-item-content {
    text-align: center
}

.brocha-lefttestimonials-item-title a {
    font-size: 16px;
    color: #000;
    margin-top: 10px;
    text-transform: capitalize;
    font-weight: 500;
    display: block;
    cursor: pointer
}

.brocha-lefttestimonials-item-sub-title {
    font-size: 14px;
    color: #a2a2a2;
    font-weight: 400;
    margin-top: 5px
}

.brocha-lefttestimonials-content-inner .owl-dots {
    display: none
}

.brocha-left-penal-product .owl-carousel .owl-item .brocha-product-image img {
    margin: 0 auto;
    width: 100%
}

.brocha-left-penal-product .brocha-product-wrapper {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    width: 100%;
    padding: 10px 0;
}

.brocha-left-penal-product .brocha-product-wrapper:hover {
    box-shadow: none
}

.brocha-left-penal-product .brocha-product-star-icon {
    position: inherit;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -moz-transform: none
}

.brocha-left-penal-product .brocha-product-wrapper:hover .brocha-product-star-icon {
    transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    opacity: 1
}

.brocha-left-penal-product .brocha-product-image {
    padding: 0
}

.brocha-left-penal-product .brocha-product-description {
    padding: 5px 0 5px 15px;
    text-align: left
}

.brocha-left-penal-product .brocha-product-name .brocha-product-title a h4 {
    margin-bottom: 0
}

.brocha-left-penal-product .brocha-product-description .brocha-product-name {
    margin-bottom: 5px
}

.brocha-left-penal-product .brocha-product-description .brocha-product-star-icon {
    margin-bottom: 10px
}

.brocha-left-penal-product .brocha-product-wrapper-content {
    margin-bottom: 0;
    border-bottom: 1px dashed #eee;
    padding: 15px 0
}

.brocha-left-penal-product .brocha-leftproduct-block-inner {
    padding: 0 15px
}

.brocha-left-penal-filter .brocha-left-penal-filter-inner {
    border-color: transparent;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.brocha-left-penal-filter .list-group a.active,
.brocha-left-penal-filter .list-group a.active:hover,
.brocha-left-penal-filter .list-group a:hover {
    background-color: transparent;
    border: none;
    text-shadow: none
}

.brocha-left-penal-filter .list-group a {
    border: none
}

.brocha-left-penal-filter .list-group {
    padding: 15px
}

.brocha-left-penal-filter .list-group-item {
    background-color: transparent;
    border: none;
    color: #000;
    padding: 5px;
    font-size: 18px;
    text-transform: capitalize
}

.brocha-filter-color-button .brocha-filter-button {
    border: 1px solid #e5e5e5;
    border-radius: 0;
    box-shadow: none;
    padding: 14px 20px;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
    width: 100%
}

.brocha-filter-color-button .brocha-filter-button:hover {
    color: #000;
    background-color: #fff
}
.brocha-left-benner{
    text-align: center;
}
.brocha-left-benner img{
    width: 100%;
    margin: 0 auto;
}

@media(max-width:1199px) {
    .owl-carousel .owl-item .brocha-lefttestimonials-item-img-wrapper img {
        margin: 0 auto
    }

    .brocha-lefttestimonials-content-box-inner {
        text-align: center
    }

    .brocha-left-penal-product .brocha-product-wrapper-all {
        width: 50%;
        border-right: 1px dashed #ccc;
        float: left
    }
}

@media(max-width:680px) {
    .brocha-left-penal-product .brocha-product-wrapper-all {
        width: 100%;
        border-right: none;
        float: none
    }
}

@media(max-width:1199px) {
    #product-category #content {
        width: 100%;
        margin-bottom: 30px
    }

    #product-category #column-left {
        width: 100%
    }
}

.brocha-producatpage-rating {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    margin-bottom: 15px;
}

.brocha-producatpage-rating a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    margin: 0 10px
}

.brocha-category-prodcat-block .brocha-product-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
}

.brocha-category-prodcat-block h3 {
    font-size: 24px;
    font-weight: 400;
    padding: 0 0 15px 0;
    color: #000;
    border-bottom: 1px solid #e5e5e5;
    line-height: 32px;
    margin-bottom: 15px
}

.brocha-category-prodcat-block .brocha-all-product-star-icon .brocha-product-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
}

.brocha-category-prodcat-block .brocha-all-product-star-icon {
    margin-bottom: 10px
}

.brocha-category-prodcat-block .brocha--short-desc li span {
    font-weight: 600;
    color: #262626;
    font-size: 14px
}

.brocha-category-prodcat-block .brocha--short-desc li {
    line-height: 24px;
    padding: 4px 0
}

.brocha-category-prodcat-block .brocha--short-desc li {
    font-weight: 400;
    color: #666;
    font-size: 14px
}

.brocha-category-prodcat-block .brocha--short-desc li a {
    color: #666
}

.brocha-category-prodcat-block .brocha--short-desc li a:hover {
    color: #000
}

.brocha-category-prodcat-block .brocha--short-desc li span a {
    cursor: pointer
}

#content .brocha-category-prodcat-block ul.list-unstyled.brocha--short-desc {
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px
}

.brocha-category-prodcat-block .brocha-quickview-price li {
    padding: 2px 0;
    font-size: 14px;
    line-height: 26px
}

.brocha-category-prodcat-block .brocha-quickview-price li.brocha-price-descount {
    float: left;
    margin-right: 10px
}

.brocha-category-prodcat-block .brocha-quickview-price li h4 {
    font-size: 20px;
    font-weight: 700
}

.brocha-category-prodcat-block .brocha-quickview-price {
    display: inline-block;
    vertical-align: middle;
    width: 100%
}

.brocha-category-prodcat-block .brocha-quickview-producat h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
    padding: 0;
    text-transform: none;
    color: #262626
}

.brocha-category-prodcat-block .brocha-quickview-producat .form-group label {
    font-size: 14px;
    color: #111;
    font-weight: 400
}

.brocha-category-prodcat-block .brocha-quickview-producat .form-group input,
.brocha-category-prodcat-block .brocha-quickview-producat .form-group select,
.brocha-category-prodcat-block .brocha-quickview-producat .form-group textarea {
    border: 1px solid #e5e5e5;
    border-radius: 0;
    box-shadow: none
}

.brocha-category-prodcat-block .brocha-quickview-producat-upload {
    display: inline-block;
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    cursor: pointer;
    box-shadow: none;
    height: 40px;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px
}

.brocha-category-prodcat-block .brocha-quickview-producat-upload:hover {
    background-color: #fff;
    color: #000
}

.brocha-category-prodcat-block .form-group .input-group input {
    line-height: 40px;
    height: 40px
}

.brocha-category-prodcat-block .form-group .input-group span .brocha-quickview-calender {
    line-height: 40px;
    height: 40px;
    padding: 0 15px;
    background-color: #000;
    border-radius: 0;
    border: none
}

.brocha-category-prodcat-block .form-group .input-group span .brocha-quickview-calender {
    color: #fff
}

.brocha-category-prodcat-block .brocha-quickview-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: #000;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px
}

.brocha-category-prodcat-block .brocha-quickview-producat-add-to-cart:hover {
    background-color: #fff;
    color: #000
}

.brocha-category-prodcat-block .alert-info {
    border-radius: 0
}

.brocha-category-prodcat-block .brocha-category-prodcat-social-icon {
    border-top: 1px solid #e5e5e5;
    padding-top: 15px
}

.brocha-singcontain-wrapper {
    position: relative;
    width: 70%;
    text-align: center;
    margin: 0 auto
}

.brocha-singimage-content-box a {
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #e5e5e5
}

.brocha-singimage-content-box a:hover {
    border: 2px solid #000
}

.brocha-singimage-content-box .owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto
}

.brocha-singcontain-wrapper .brocha-singleimage-prev {
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translate(0, -50%)
}

.brocha-singcontain-wrapper .brocha-singleimage-next i,
.brocha-singcontain-wrapper .brocha-singleimage-prev i {
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    padding: 30px 10px
}

.brocha-singcontain-wrapper .brocha-singleimage-next {
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translate(0, -50%)
}

.brocha-related-wrapper {
    margin-top: 30px;
    margin-bottom: 30px
}

.brocha-relatedproduct-inner .brocha-relatedproduct-title h3 {
    font-size: 60px;
    font-weight: 700;
    color: #1b4470;
    line-height: 60px;
    text-align: center;
    margin-bottom: 30px
}

.brocha-relatedproduct-block .brocha-relatedproduct {
    padding: 0
}

.brocha-category-page-tage {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    margin-bottom: 30px;
    vertical-align: middle;
    text-align: center
}

.brocha-category-page-tage a {
    font-size: 16px;
    color: #000;
    font-weight: 500
}

.brocha-category-prodcat-page-tab .tab-content {
    border: 1px solid #e5e5e5;
    padding: 30px
}

.brocha-category-prodcat-page-tab .tab-content .tab-pane p font {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: .8px
}

.brocha-category-prodcat-page-tab .tab-content .tab-pane h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #000;
    font-weight: 500
}

.brocha-category-prodcat-page-tab .tab-content .tab-pane p {
    font-size: 15px;
    margin-bottom: 15px;
    letter-spacing: .8px;
    color: #666;
    font-weight: 400
}

.brocha-category-prodcat-page-tab .tab-content .tab-pane ul {
    padding-left: 20px
}

.brocha-category-prodcat-page-tab .tab-content .tab-pane ul li {
    font-size: 14px;
    color: #666;
    padding: 5px 0;
    list-style: decimal;
    letter-spacing: .8px;
    font-weight: 400
}

.brocha-category-prodcat-page-tab table thead tr td {
    background: #f8f8f8;
    color: #262626;
    font-weight: 500;
    font-size: 16px;
    border-bottom-width: 1px
}

.brocha-category-prodcat-page-tab .tab-pane .table-bordered {
    margin-bottom: 15px;
}

.brocha-category-prodcat-page-tab form .form-group label {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    padding-bottom: 7px
}

.brocha-category-prodcat-page-tab form .form-group input {
    border-radius: 0
}

.brocha-category-prodcat-review .brocha-review-button {
    border: 1px solid #e5e5e5;
    border-radius: 0;
    box-shadow: none;
    padding: 11px 50px;
    background-color: #000;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px
}

.brocha-category-prodcat-review .brocha-review-button:hover {
    background-color: #fff;
    color: #000
}

.brocha-category-prodcat-page-tab .nav-tabs>li.active>a,
.brocha-category-prodcat-page-tab .nav-tabs>li.active>a:focus,
.brocha-category-prodcat-page-tab .nav-tabs>li.active>a:hover {
    border: 1px solid #e5e5e5;
    background-color: #000;
    color: #fff
}

.brocha-category-prodcat-page-tab .nav>li>a:focus,
.brocha-category-prodcat-page-tab .nav>li>a:hover {
    background-color: #000;
    color: #fff
}

.brocha-category-prodcat-page-tab .nav-tabs>li>a {
    border-radius: 0
}

.brocha-category-prodcat-page-tab .nav>li>a {
    padding: 10px 30px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #000
}

.brocha-category-prodcat-page-tab .nav.nav-tabs {
    text-align: center;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.brocha-category-prodcat-page-tab {
    margin-top: 30px
}

.brocha-relatedproduct-inner {
    display: inline-block;
    vertical-align: middle;
    width: 100%
}

@media(max-width:1500px) {
    .brocha-relatedproduct-inner .brocha-relatedproduct-title h3 {
        font-size: 42px;
        line-height: 42px;
        margin-bottom: 30px
    }
}

@media(max-width:991px) {
    .brocha-relatedproduct-inner .brocha-relatedproduct-title h3 {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 15px
    }
}

@media(max-width:650px) {
    .brocha-category-prodcat-img {
        width: 100%;
        margin-bottom: 30px
    }

    .brocha-category-prodcat-block {
        width: 100%
    }

    .brocha-category-prodcat-page-tab .tab-content {
        padding: 15px
    }
}

@media(max-width:575px) {
    .brocha-related-wrapper {
        margin-bottom: 20px
    }
}

@media(max-width:480px) {
    .brocha-category-prodcat-page-tab .nav>li>a {
        padding: 10px 5px;
        font-size: 13px;
        letter-spacing: 1px
    }
}

#brocha-quickview {
    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%)
}

#brocha-quickview #content {
    min-height: auto
}

#brocha-quickview .modal-dialog {
    min-width: 800px;
    max-height: 450px;
    overflow-y: scroll;
    background-color: #fff;
    overflow-x: hidden;
}

#brocha-quickview .modal-body {
    padding: 15px 0
}

#brocha-quickview .modal-content {
    border: none;
    border-radius: 0;
    box-shadow: none
}

#brocha-quickview .thumbnail {
    border: none;
    padding: 0;
    margin-bottom: 0;
    line-height: normal;
    background-color: #fff;
    border-radius: 0
}

.brocha-quickview-block-inner h3 {
    font-size: 24px;
    font-weight: 400;
    padding: 0 0 15px 0;
    color: #000;
    border-bottom: 1px solid #e5e5e5;
    line-height: 32px;
    margin-bottom: 15px
}

.brocha-quickview-block-inner .brocha-all-product-star-icon .brocha-product-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
}

.brocha-quickview-block-inner .brocha-all-product-star-icon {
    margin-bottom: 10px
}

.brocha-quickview-block-inner .brocha--short-desc li span {
    font-weight: 600;
    color: #262626;
    font-size: 14px
}

.brocha-quickview-block-inner .brocha--short-desc li {
    line-height: 24px;
    padding: 4px 0
}

.brocha-quickview-block-inner .brocha--short-desc li {
    font-weight: 400;
    color: #666;
    font-size: 14px
}

.brocha-quickview-block-inner .brocha--short-desc li a {
    color: #666
}

.brocha-quickview-block-inner .brocha--short-desc li a:hover {
    color: #000
}

.brocha-quickview-block-inner .brocha--short-desc li span a {
    cursor: pointer
}

#content .brocha-quickview-block-inner ul.list-unstyled.brocha--short-desc {
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px
}

.brocha-quickview-block-inner .brocha-quickview-price li {
    padding: 2px 0;
    font-size: 14px;
    line-height: 26px
}

.brocha-quickview-block-inner .brocha-quickview-price li.brocha-price-descount {
    float: left;
    margin-right: 10px
}

.brocha-quickview-block-inner .brocha-quickview-price li h4 {
    font-size: 20px;
    font-weight: 700
}

.brocha-quickview-block-inner .brocha-quickview-price {
    display: inline-block;
    vertical-align: middle;
    width: 100%
}

.brocha-quickview-block-inner .brocha-quickview-producat h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
    padding: 0;
    text-transform: none;
    color: #262626
}

.brocha-quickview-block-inner .brocha-quickview-producat .form-group label {
    font-size: 14px;
    color: #111;
    font-weight: 400
}

.brocha-quickview-block-inner .brocha-quickview-producat .form-group input,
.brocha-quickview-block-inner .brocha-quickview-producat .form-group select,
.brocha-quickview-block-inner .brocha-quickview-producat .form-group textarea {
    border: 1px solid #e5e5e5;
    border-radius: 0;
    box-shadow: none
}

.brocha-quickview-block-inner .brocha-quickview-producat-upload {
    display: inline-block;
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    cursor: pointer;
    box-shadow: none;
    height: 40px;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px
}

.brocha-quickview-block-inner .brocha-quickview-producat-upload:hover {
    background-color: #fff;
    color: #000
}

.brocha-quickview-block-inner .form-group .input-group input {
    line-height: 40px;
    height: 40px
}

.brocha-quickview-block-inner .form-group .input-group span .brocha-quickview-calender {
    line-height: 40px;
    height: 40px;
    padding: 0 15px;
    background-color: #000;
    border-radius: 0;
    border: none
}

.brocha-quickview-block-inner .form-group .input-group span .brocha-quickview-calender {
    color: #fff
}

.brocha-quickview-block-inner .brocha-quickview-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: #000;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px
}

.brocha-quickview-block-inner .brocha-quickview-producat-add-to-cart:hover {
    background-color: #fff;
    color: #000
}

.brocha-quickview-block-inner .alert-info {
    border-radius: 0
}

.brocha-quickview-close-btn {
    font-weight: 500;
    position: absolute;
    right: 26px;
    top: -14px;
    z-index: 10;
    font-size: 33px
}

@media(max-width:991px) {
    #brocha-quickview .modal-dialog {
        min-width: 700px
    }
}

@media(max-width:767px) {
    #brocha-quickview .modal-dialog {
        min-width: 650px
    }
}

@media(max-width:650px) {
    .brocha-product-details-img-block {
        width: 100%;
        text-align: center
    }

    .brocha-quickview-block-inner {
        width: 100%;
        margin-top: 15px
    }

    #brocha-quickview .modal-dialog {
        min-width: auto
    }

    #brocha-quickview {
        width: 78%;
        left: 0;
        right: 0;
        margin: 0 auto
    }
}

@media(max-width:650px) {
    #brocha-quickview {
        width: 90%
    }
}

.brocha-category-add-to-cart-inner {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.brocha-category-add-to-cart-img-block {
    width: 50%
}

.brocha-category-add-to-cart-img-content {
    width: 50%;
    text-align: center;
    padding: 15px
}

.brocha-category-add-to-cart-img-content h1 {
    margin-bottom: 15px
}

.brocha-category-add-to-cart-img-content h1 a {
    font-size: 24px;
    color: #000;
    font-weight: 500;
    letter-spacing: 1px
}

.brocha-category-add-to-cart-img-content .brocha-category-add-to-cart-price {
    font-size: 16px;
    color: #666;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 15px
}

.brocha-category-add-to-cart-img-content a .brocha-category-add-to-cart-button {
    color: #fff;
    background-color: #000;
    padding: 12px 38px;
    cursor: pointer;
    font-size: 16px;
    border: 1px solid #e5e5e5;
    display: inline-block;
    vertical-align: middle
}

.brocha-category-add-to-cart-img-content .brocha-category-add-to-cart-button a:hover {
    color: #000;
    background-color: #fff
}

@media(max-width:575px) {
    .brocha-category-add-to-cart-inner {
        display: block
    }

    .brocha-category-add-to-cart-img-block {
        width: 100%
    }

    .brocha-category-add-to-cart-img-block img {
        width: 100%
    }

    .brocha-category-add-to-cart-img-content {
        width: 100%;
        text-align: center;
        padding: 15px
    }
}

.brocha-category-product-wishlist {
    padding: 15px;
    margin: 0;
    text-align: center;
    font-size: 14px;
    color: #666
}

.brocha-category-product-wishlist a {
    color: #000
}

.brocha-category-product-compare {
    padding: 15px;
    margin: 0;
    text-align: center;
    font-size: 14px;
    color: #666
}

.brocha-category-product-compare a {
    color: #000
}

.ad_brand_wrapper {
    border: 1px solid #F0F0F0;
    margin-bottom: 15px
}

.ad_brand_wrapper .ad_font_title_brand {
    border-bottom: 1px dashed #ccc;
    padding: 10px
}

.ad_brand_wrapper .ad_font_title_brand .ad_font_title_brand_inner {
    font-size: 14px;
    color: #222;
    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: #111;
    font-weight: 500
}

.adbrand-wrapper p {
    margin: 15px 0
}

.adbrand-wrapper p strong {
    font-size: 15px
}

.adbrand-wrapper a {
    font-size: 14px;
    color: #333;
    font-weight: 500
}

.brocha-inner-button.btn {
    background-color: #000;
    color: #fff;
    background-image: none;
    padding: 11px 20px;
    border: none;
    font-size: 14px;
    font-weight: 400;
    box-shadow: none;
    border-radius: 0
}

.adsitemap-wrapper {
    border: 1px solid #F0F0F0;
    margin: 30px 0 15px 0;
    padding: 15px
}

.adsitemap-block-inner ul li a {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    padding-bottom: 15px;
    display: block
}

.adcontact-wrapper h3 {
    font-size: 24px;
    color: #333;
    font-weight: 500;
    margin: 15px
}

.adcontact-wrapper .panel {
    border: 1px solid #F0F0F0;
    box-shadow: none
}

.adcontact-subtitle strong {
    font-size: 15px;
    color: #222;
    padding-bottom: 10px;
    display: block
}

.adcontact-form {
    padding: 15px;
    display: inline-block;
    width: 100%;
    border: 1px dashed #ccc
}

.adsitemap-block-inner ul {
    padding-left: 30px
}

.adsitemap-block-inner ul li {
    list-style: circle
}

.adcontact-form form fieldset legend {
    font-size: 24px;
    color: #333;
    font-weight: 500;
    padding: 0 0 10px 0
}

.adcontact-form form fieldset .form-group .control-label {
    font-size: 14px;
    color: #333;
    font-weight: 400
}

.adcontact-form form .buttons input {
    background-color: #000;
    background-image: none;
    border: none;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    padding: 10px 30px
}

.adcontact-form form .buttons input:hover {
    background-color: #fff color: #000
}

.adreturnform-wrapper p {
    font-size: 14px;
    color: #999;
    margin: 15px 0
}

.adreturnform-wrapper form {
    padding: 15px;
    border: 1px dashed #ccc
}

.adreturnform-wrapper form fieldset legend {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    padding: 0 0 15px 0
}

.adreturnform-wrapper form fieldset legend .control-label {
    font-size: 14px;
    color: #333
}

.adreturnform-wrapper .adreturn-form .adreturn-title-box input {
    border-radius: 0;
    height: 40px;
    outline: 0
}

.adreturnform-wrapper .adreturn-form.adreturn-form-radio .adreturn-title-box input {
    border-radius: 0;
    height: auto;
    outline: 0
}

.adreturnform-wrapper .adreturn-form-entery-date .adreturn-date input {
    height: 40px;
    border-radius: 0
}

.adreturnform-wrapper .adreturn-form-entery-date .adreturn-date .input-group-btn button {
    height: 40px;
    background-color: #222;
    border: transparent;
    width: 40px;
    border-radius: 0;
    background-image: none
}

.adreturnform-wrapper .adreturn-form-entery-date .adreturn-date .input-group-btn button i {
    color: #fff
}

.adlogin-inner-block .well,
.adlogin-inner-block-one .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    margin-top: 15px;
    background-color: #fff;
    border: 1px solid #F0F0F0;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.adlogin-inner-block .well h2,
.adlogin-inner-block-one .well h2 {
    margin: 0;
    padding-bottom: 15px;
    font-size: 24px;
    font-family: var(--brocha-theme-font-name-1);
    font-weight: 500;
}


.adlogin-inner-block-one form .form-group a {
    padding-top: 10px;
    display: block
}

.adregister-wrapper p {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    margin: 15px 0
}

.adregister-wrapper form {
    padding: 15px;
    border: 1px solid #F0F0F0;
	border-radius: 5px;
    display: inline-block;
    width: 100%
}

.adregister-wrapper form fieldset legend {
    font-size: 18px;
    color: #000;
    font-weight: 500
}

.adregister-wrapper form fieldset .form-group .control-label {
    font-size: 13px;
    color: #333;
    font-weight: 400
}

.adregister-wrapper form fieldset .form-group.required input {
    height: 40px;
    border-radius: 0
}

.adregister-wrapper form .buttons .pull-right {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
}

.adforgotten-wrapper p {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    margin: 15px 0
}

.adforgotten-wrapper form {
    border: 1px solid #F0F0F0;
	border-radius: 5px;
    padding: 15px;
    display: inline-block;
    width: 100%
}

.adforgotten-wrapper form fieldset legend {
    font-size: 18px;
    color: #000;
    font-weight: 500
}

.adforgotten-wrapper form fieldset .form-group.required input {
    height: 40px;
    border-radius: 0
}

.adaddress-wrapper .table-responsive .table-bordered {
    border: 1px solid #F0F0F0;
    padding: 15px
}

.adaddress_form-wrapper form {
    border: 1px solid #F0F0F0;
    padding: 15px
}

.adaddress_form-wrapper form fieldset .form-group input {
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 0
}

.adaddress_form-wrapper form fieldset .form-group .radio-inline input {
    height: auto
}

.adaddress_edit form {
    border: 1px solid #F0F0F0;
    padding: 15px;
    display: inline-block;
    width: 100%
}

.adaddress_edit form fieldset legend {
    font-size: 18px;
    color: #000;
    font-weight: 500
}

.adaddress_edit form fieldset .form-group.required input {
    height: 40px;
    border-radius: 0
}

.adpassword-wrapper form {
    border: 1px solid #F0F0F0;
    padding: 15px;
    display: inline-block;
    width: 100%
}

.adpassword-wrapper form fieldset legend {
    font-size: 18px;
    color: #000;
    font-weight: 500
}

.adpassword-wrapper form fieldset .form-group.required input {
    height: 40px;
    border-radius: 0
}

.adaccount-wrapper .adaccount-block {
    margin-bottom: 30px;
    border: 1px solid #F0F0F0;
    padding: 15px
}
.adaddress-wrapper{
    margin-bottom: 30px;
}
.adaccount-wrapper .adaccount-block h1,
.adaccount-wrapper .adaccount-block h2 {
    font-size: 26px;
    color: #000;
    font-weight: 600
}

.adaccount-wrapper .adaccount-block .list-unstyled li a {
    font-size: 14px;
    color: #333;
    font-weight: 400
}

.adoderlist-wrapper p {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    margin: 15px 0
}

.adnewsletter-wrapper form {
    padding: 15px;
    border: 1px solid #F0F0F0;
    display: inline-block;
    width: 100%
}

.adaffiliate-register-wrapper form {
    border: 1px solid #F0F0F0;
    padding: 15px
}

.adaffiliate-register-wrapper form fieldset legend {
    font-size: 18px;
    color: #000;
    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
}

.adaffiliatelogin-inner-block .well,
.adaffiliatelogin-inner-block-one .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    margin-top: 15px;
    background-color: #fff;
    border: 1px solid #F0F0F0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.adaffiliatelogin-inner-block .well h2,
.adaffiliatelogin-inner-block-one .well h2 {
    margin: 0;
    padding-bottom: 15px;
    font-size: 24px
}

.adcart-wrapper {
    border: 1px solid #F0F0F0;
    padding: 15px
}

.adcart-wrapper h1,
.adcart-wrapper h2 {
    font-size: 28px;
    color: #000;
    margin-bottom: 15px;
    margin-top: 0;
    font-weight: 500
}

.adcart-wrapper p {
    font-size: 14px;
    color: #999;
    font-weight: 400
}

.adcart-wrapper .panel-group .panel.panel-default {
    border-color: #ddd;
    border: 1px solid #F0F0F0;
    background-color: #fff;
    box-shadow: none;
    background-image: none;
    margin: 15px 0
}

.panel-default>.panel-heading {
    background-color: #fff
}

.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: #000;
    font-weight: 500
}

.adcart-wrapper .row .table-bordered tbody tr td {
    font-size: 14px;
    color: #222;
    font-weight: 400
}

.adcheckout-wrapper .panel.panel-default {
    border: 1px solid #F0F0F0;
    border-radius: 0
}

#common-maintenance .brocha-maintenance {
	border: 2px solid #3d67b1;
	padding: 15px;
	margin-top: 30px;
	margin-bottom: 30px;
	border-radius: 5px;
}
h1.brocha-maintenance-h1{
	text-align: center !important;
	margin-top: 30px !important;
	font-size: 1.375rem !important;	
}
#common-maintenance .brocha-maintenance h1 {
	font-size: 20px;
	color: #333;
	line-height: 24px;
	font-weight: 400;
	margin: 0
}

#product-compare table thead tr td {
    background: #f8f8f8 none repeat scroll 0 0;
    color: #262626;
    font-weight: 600
}

.brocha-compare-title {
    font-size: 16px;
    color: #000;
    font-weight: 500
}

.brocha-quantity {
    height: 42px;
    border-radius: 0
}

.brocha-coupon,
.brocha-cshipping,
.brocha-cvoucher {
    height: 42px;
    border-radius: 0
}

.brocha-account-wrapper.list-group a {
    border: 1px solid #ccc;
    padding: 10px 12px;
    border-radius: 0;
    font-size: 15px;
    color: #666;
    font-weight: 500;
    letter-spacing: 1px
}

.brocha-account-wrapper.list-group a.active,
.brocha-account-wrapper.list-group a.active:hover,
.brocha-account-wrapper.list-group a:hover {
    background-color: #000;
    color: #fff
}

.brocha-information-wrapper ul li a {
    border: 1px solid #ccc;
    padding: 10px 12px;
    border-radius: 0;
    font-size: 15px;
    color: #666;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0;
    line-height: normal
}

.brocha-information-wrapper ul li {
    margin: 0
}

.brocha-information-wrapper ul li a.active,
.brocha-information-wrapper ul li a.active:hover,
.brocha-information-wrapper ul li a:hover {
    background-color: #000;
    color: #fff
}

.brocha-producat-search-block input,
.brocha-producat-search-block2 select {
    height: 40px;
    border-radius: 0;
    border: 1px solid #e5e5e5;
    box-shadow: none
}

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

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

@media(max-width:575px) {

    .brocha-producat-search-block input,
    .brocha-producat-search-block2 select {
        margin-bottom: 15px
    }
}
.form-group a {
    padding-top: 10px;
    display: block;
}
.form-group .form-control {
    background-color: transparent;
    height: 40px;
    border: 1px solid #ccc;
    color: #333;
    border-radius: 0
} 

.form-control {
    background-image: none;
    border: none;
    font-size: 14px;
    font-weight: 400;
    height: auto;
    box-shadow: none;
}

textarea.form-control {
    border: 1px solid #eee
}
