/* Main Stylesheet */
html, body {
    font-family: 'Titillium Web', sans-serif;
}
a {
    font-family: 'Titillium Web', sans-serif;
}
.padding-0 {
    padding: 0;
}
.top-header {
    width: 100%;
    position: relative;
    background: #dc1b3a;
    padding: 15px 0;
}
#custom-search-input {
    margin:0;
    margin-top: 10px;
    padding: 0;
}

.bread-top{
/*margin-top:-622px;*/
left:10px;
}



body{
    overflow-x:hidden;
}



#custom-search-input .search-query {
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 50px;
    padding: 10px;
}
.form-control {
    height: auto;
}
#custom-search-input button {
    border: 0;
    background: none;
    color: #fff;
    /** belows styles are working good */
    padding: 2px 5px;
    margin-top: 2px;
    position: relative;
    left: -40px;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #000;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

.search-query:focus + button {
    z-index: 3;
}
.main-nav {
    padding: 0;
    border: none;
}
.main-nav .nav-black {
    background-color: #262626;
}
.main-nav .nav-red {
    background-color: #dc1b3a;
}
.navbar {
    margin-bottom: 0;
}
.navbar-nav {
    display: table;
    float: none;
    margin: 0 auto;
    table-layout: fixed;
    font-size: 1.25em;
}
.nav>li {
    position: inherit;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
}
.menu-position {
    position: relative;
}
.navbar-default .navbar-nav>li:hover .dropdown-menu{
    display: block;
}
.nav-black>.menu-position>.navbar-nav>li>a:focus, .nav-black>.menu-position>.navbar-nav>li>a:hover {
    color: #fff;
    background-color: #202020;
}
.nav-red>.menu-position>.navbar-nav>li>a:focus, .nav-red>.menu-position>.navbar-nav>li>a:hover {
    color: #fff;
    background-color: #bb1731;
}
.dropdown-menu {
    background-color: rgba(38, 38, 38, .9);
    -moz-columns: 3;
    columns: 3;
    padding: 15px 35px 25px;
    left: 0px;
    right: 0px;
}
.dropdown-menu li {
    border-left: solid 2px #d11c39;
}
.dropdown-menu li a {
    line-height: 26px;
    color: #fff !important;
}
.dropdown-menu li a:hover {
    color: #fff !important;
    background-color: #000;
    width: 110%;
}
section {
    float: left;
    padding: 55px 0;
    width: 100%;
}
.section-title {
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
}
.white .section-title {
    color: #000;
}
.owl-carousel {
    margin-top: 35px;
    margin-bottom: 35px;
}
.font-red {
    color: #dc1b3a;
}
.red {
    background: #dc1b3a;
}
.black {
    background: #262626;
}
a.view-more {
    padding: 12px;
    line-height: 16px;
    color: #fff;
    margin: 0 auto;
    width: 560px;
    position: relative;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}
.panel {
    margin-bottom: 0px;
    background-color: transparent;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.product_tabs {
    padding: 0;
    margin: 0 0 -15px 0;
}
ul.product_tabs li {
    border-bottom: 3px solid #dc1b3a;
    display: inline-block;
    margin-right: 10px;
    padding-bottom: 15px;
}
ul.product_tabs li.active {
    border-bottom: 3px solid #fff;
}
ul.product_tabs li a {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
}
ul.product_tabs li a:hover, ul.product_tabs li a:focus {
    text-decoration: none;
}
/* Slider Style */

/* Carousel Styles */
.carousel-indicators .active {
    background-color: #2980b9;
}

.carousel-inner img {
    width: 100%;
    max-height: 600px
}

.carousel-control {
    width: 0;
}

.carousel-control.left,
.carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
}

.carousel-control.left span {
    margin: 0 !important;
    line-height: 100px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 40px;
    height: 100px;
}
.carousel-control.right span {
    margin: 0 !important;
    line-height: 100px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    position: absolute;
    top: 35%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 0;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 0;
}

.carousel-control.left span,
.carousel-control.right span {
    background-color: #000;
}

.carousel-control.left span:hover,
.carousel-control.right span:hover {
    opacity: .7;
    filter: alpha(opacity=70);
}

/* Carousel Header Styles */
.header-text {
    position: absolute;
    top: 20%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
}
.slider-box {
    margin: auto;
    width: 425px;
    background: rgba(0, 0, 0, 0.3);
    border: solid;
    text-align: center;
    padding: 35px;
    box-shadow: 0px 0px 50px #fff;
    -moz-box-shadow: 0px 0px 50px #fff;
    -o-box-shadow: 0px 0px 50px #fff;
}
.header-text h1 {
    font-size: 56px;
    font-weight: 800;
    text-transform: uppercase;
}

.header-text h2 span {
    padding: 10px;
}

.header-text h3 span {
    font-size: 28px;
    text-transform: uppercase;
    padding: 15px;
}

.btn-theme {
    color: #000;
    background-color: #fff;
    border: 2px solid #fff;
    margin-right: 15px;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 0 !important;
    padding: 15px 35px;
}

.btn-theme:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

/* Product Carousel CSS */
.owl-theme .owl-controls {
    position: absolute;
    right: 10px;
    top: -80px;
}
.owl-theme .owl-controls .owl-buttons div {
    background: #FFF none repeat scroll 0 0;
    font-size: 24px;
    height: 35px;
    margin-left: 1px;
    opacity: 1;
    width: 35px;
    border-radius: 0px;
    color: #dc1b3a;
    padding: 0px 15px;
}
.product-item {
    text-align: center;
    margin: 0 15px;
    position: relative;
}
.produc-item-img {
    height: 223px;
    position: relative;
}
.produc-item-img img {
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}
.category-item {
    position: relative;
    text-align: center;
    width: 100%;
    padding: 15px;
    float: left;
}
a.cat-title {
    position: absolute;
    top: 40px;
    margin: auto;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    left: 0;
    right: 0;
    padding: 25px 35px 0;
}
.category-item-img {
    position: relative;
}
.category-item-img img {
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    height:160px;
}
.category-item-img:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.product-item .cat-title {
    position: absolute;
    top: 5px;
    left: 5px;
    background: #000;
    color: #fff;
    padding: 0px 5px;
    text-transform: uppercase;
    font-size: 14px;
}
.produc-item-dec {
    background-color: #fff;
    padding: 10px;
    position: relative;
    float: left;
    width: 100%;
}
.produc-item-dec-main-page {
    background-color: #fff;
    padding: 15px 15px 30px 15px;
    position: relative;
    float: left;
    width: 100%;
}
.product-title {
    color: #356272;
    font-size: 18px;
    font-weight: 700;
}
.product-shortdec {
    /*height: 50px;*/
    color: #000;
    font-weight: 700;
	margin-top: 36px;
	margin-bottom: 6px;
		
}
.product-shortdec-det {
    height: 50px;
    margin: 15px 0;
    color: #000;
    font-weight: 700;
}
.starrr {
    display: inline-block;
}
.starrr span {
    color: #22b34c;
    font-size: 16px;
}
.reviws>span{
    margin-left: 10px;
    line-height: 18px;
    font-size: 14px;
    text-transform: uppercase;
    color: #8e725e;
    display: inline-block;
    font-weight: 600;
}
.category-area .owl-carousel {
    margin-top: 5px;
}
.category-area .owl-theme .owl-controls {
    position: absolute;
    right: 10px;
    top: -50px;
}
.category-area .owl-theme .owl-controls .owl-buttons div {
    background: #bdbdbd none repeat scroll 0 0;
    color: #555555;
}
.category-area .owl-theme .owl-controls .owl-buttons div:hover {
    background: #dc1d3c none repeat scroll 0 0;
    color: #fff;
}
/* Footer */
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0px;
    margin-bottom: 10px;
}
.copy-right {
    float: left;
    width: 100%;
}
.copy-right p {
    color: #fff;
    margin: 0;
    padding: 15px 0;
}
footer {
    border-top: solid 1px #dedede;
    float: left;
    padding: 55px 0;
    width: 100%;
    background: #262626;
	 
}
footer ul li a:hover{
    color:#dc1b3a;
    
}
.social {
    margin: 0;
    padding: 0;
}
.facebook {
    background: url("../img/f.jpg");
    background-repeat: no-repeat;
    background-position: center;
}
.facebook:hover {
    background: url("../img/f-r.jpg");
    background-repeat: no-repeat;
    background-position: center;
}
.twitter {
    background: url("../img/t.jpg");
    background-repeat: no-repeat;
    background-position: center;
}
.twitter:hover {
    background: url("../img/t-r.jpg");
    background-repeat: no-repeat;
    background-position: center;
}
.instagram {
    background: url("../img/ins.jpg");
    background-repeat: no-repeat;
    background-position: center;
}
.instagram:hover {
    background: url("../img/ins-r.jpg");
    background-repeat: no-repeat;
    background-position: center;
}
.social li {
    display: inline-block;
    margin: 0 5px;
}
.social li a {
    position: relative;
    display: block;
    width: 25px;
    height: 25px;
    border: solid 1px #000;
    border-radius: 50%;
    padding: 20px;
}
.social li a:hover {
    border-color: #dc1b3a;
}
footer a, footer p {
    color: white;
    font-weight: 600;
    line-height: 24px;
}
footer h3{
    color: white;
}
/* Inner Page Style */
.margin-0 {
    margin: 0 !important;
    border: 1px solid #dedede !important;
}
.page-header {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    text-align: center;
    padding: 55px 0;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    color:white;
}
.page-header1{
    background: #eeeeee;
    text-align: center;
    padding: 55px 0;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
}
.breadcrumb {
    background-color: transparent;
    margin-top: 19px;
      
}
.breadcrumb li a {
    color: #000;
}
.breadcrumb>.active {
    color: #dc1b3a;
    font-weight: 600;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #000;
    content: ">";
}
.pagination {
    float: right;
}
.pager li>a, .pager li>span {
    padding: 5px 10px;
    border-radius: 0;
    color: #000;
}
.pager li.active>a {
    background-color: #dc1b3a;
    border: 1px solid #dc1b3a;
    color: #fff;
}
.product-controller-bar {
    float: left;
    width: 100%;
    /*margin-bottom: 15px;*/
    border-bottom: solid 1px #dedede;
    padding-bottom: 10px;
}
.show-product-controller label, .sort-product-controller label {
    float: left;
    line-height: 30px;
    margin-right: 10px;
}
.show-product-controller button, .sort-product-controller button {
    width: 110px;
    margin-right: 15px;
    text-align: left;
    border-radius: 0 !important;
    color: #a8a8a8;
}
.btn .caret {
    float: right;
    margin-top: 8px;
}
.sorting-btns .result-show {
    display: inline-block;
    line-height: 35px;
}
.btn-box {
    float: right;
    margin-left: 15px;
}
.btn-box .btn {
    background: #e01239;
    color: #fff;
    border: none;
    border-radius: 0 !important;
    font-size: 16px;
}
/* Products Style CSS */
.product-footer {
    float: left;
    width: 100%;
    border: solid 1px #dc1b3a;
    
}
.product-footer a {
    float: left;
    width: 50%;
    padding: 15px 0;
    font-size: 16px;
}
a.addtocart {
    background: #dc1b3a;
    color: #fff;
}
a.readmore {
    color: #000;
}
/* Sidebar CSS*/
.widget-title {
    background: #dc1b3a;
    color: #fff;
    text-align: center;
    padding: 15px;
    text-transform: uppercase;
    font-weight: 500;
	font-size: 30px;
    margin-bottom: 0;
}
.widget {
    float: left;
    width: 100%;
    background: #262626;
    transition: all 0s ease .5s;
    margin-bottom: 20px;
}
.category-menu {
    float: left;
    padding: 20px 0;
    width: 100%;
}
.category-menu li a {
    position: relative;
    color: #fff;
    font-size: 18px;
    line-height: 3rem;
    padding-left: 15px;
}
.category-menu li a i {
    font-size: 14px;
}
.category-menu li a:before {
    content: "+";
    position: absolute;
    left: 0;
    top: -3px;
}
.dropdown-menu a:before {
    content: "" !important;
    position: absolute;
    left: 0;
    top: -3px;
}
.category-menu li a:focus:before {
    content: "-";
}
.category-menu>li>.dropdown-menu {
    background-color: transparent;
    columns: 1;
    -moz-columns: 1;
    float: left;
    position: relative;
    padding: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
    float: left;
    width: 100%;

}

.category-menu>li>.dropdown-menu>li {
    border-left: 0;
}
.category-menu>li>.dropdown-menu>li>a:hover, .category-menu>li>a:hover, .category-menu>li>a:focus {
    text-decoration: none;
    color: #dc1b3a !important;
}
.category-menu li {
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    width: 100%;
}
.category-menu li.open {
    background-color: #2f2f2f;
}
/* /End Inner Style*/
.addsense-left iframe img{
    max-width: 100%;
    height: auto;
    
}

@media  (max-width:765px) {
    .show-product-controller, .sort-product-controller {
        float: left;
        margin: 15px 0;
        width: 50%;
    }
    .show-product-controller button, .sort-product-controller button {
        margin-right: 0 !important;
    }
    a.view-more {
        width: 260px;
    }
    .nav>li {
        width: 100%;
        float: left;
    }
    .dropdown-menu {
        -moz-columns: 1;
        columns: 1;
        position: relative;
        width: 100%;
    }
}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) {

    .navbar-header {
        display: none;
    }
             .product-item{
width:100% !important;
}
.input-group[class*=col-]{
width:100% !important;
}
#custom-search-input button{
left:-155% !important;
}
.btn-group, .btn-group-vertical{
width:49%;
}
.bread-top{
    width:60%;
/*    float: right;*/
    /*margin-top: -356%;*/
}
.filter-width{
    width: 40%;
    float:none;
    
}
.slider-box {
    margin: auto;
    width: 370px;
    background: rgba(0, 0, 0, 0.3);
    border: solid;
    text-align: center;
    padding: 20px;
    box-shadow: 0px 0px 50px #fff;
}
.header-text h1 {
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
}
h3,span{
    font-size: 20px;
}
.owl-item{
        width: 360px !important;
    margin-right: 20px !important;
}

  }
@media screen and (max-width: 420px) {
.input-group[class*=col-]{
    position: relative !important;
    width: 100%;

}
.addsense-left iframe img{
    max-width: 100%;
    height: auto;
    
}
   .addsense-left{
        width: 100%;
        /*height: 100px;*/
        max-width: 100%;
/*        max-height: 180px;*/
        display: block;
        clear: both;
        
    }
    .formobile{
    display: flex;
    flex-direction: column-reverse;
  }

.btn-group, .btn-group-vertical{
width:40%;
}
.margin-0{
    margin-bottom: 20px !important;
}


#custom-search-input button{
left:-60px!important;

}
.bread-top{
margin-top:10% !important;
left:0px !important;
}
.products{
    padding: 8px 15px !important;
}


.product-shortdec{
height:140px !important;
}
.produc-item-decscrptionnew{
max-height:170px;;
height: 165px;
    margin-top: 10%;
}
.product-item-list col-sm-12 col-xs-12 margin-0 img{
    width: 100% !important;
    height: auto;
}
.new-add{
    width: 97% !important;
    height: auto;
    left: 14px;
    
}
footer{
    margin-top: 20%;
   
}
.section-title{
    font-size: 20px !important;
}
body{
    overflow-x: hidden;
}
.carousel-control.left span, .carousel-control.right span{
    background: none;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev, .carousel-control
.icon-next{
    top:18%;
}
}
@media only screen and (max-width: 768px)
and (orientation: landscape) {
    .input-group[class*=col-]{
        width: 100%;
    }
    #custom-search-input button{
        left:-55px;
    }
    .bread-top{
        margin-top: 10%;
    }
    .filter-width{
    float: none;
}
.addsense-left{
    float: left;
    
}
.margin-0{
    margin-bottom: 5% !important
}

}
@media  (min-width:768px) {
    .navbar-header {
        display: none;
    }
    .filter-width{
    float: left;
}
.col-sm-4-new{
width: 30%;
margin: 14px !important;
margin-bottom: 20px !important;
}
.col-sm-4-new-list{
    height: 481px!important;
    width: 30%;
margin: 14px !important;
border: none !important;
padding: 0px;
}
 
}


@media only screen and
 (min-height : 1366px) { 
   .bread-top {
    /*margin-top: -275%;*/
}


}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
    
       .bread-top {
    /*margin-top: -275%;*/
}
    
}
@media  screen and (min-width: 1920px) {
    .bread-top{
        /*margin-top: -622px !important;*/
    }
    #amount{
        width:60% !important;
    }
}
@-moz-document url-prefix() {
    
/*    @media  screen and (min-width: 1920px) {
    .bread-top{
        margin-top: -200px !important;
    }
   
}*/
 
}



@media only screen and (max-device-width: 1024px) and (min-device-width: 768px){

.bread-top {
left:0px;
}

}

.dropdown-backdrop{
    display: none !important;
}

.col-sm-3-new{
    width:23% !important;
    margin:10px !important;
}

div .product-item col-sm-4 col-sm-4-new-list col-xs-12 margin-0 ,a ,img{
    margin: 0 auto !important;
}