/* Front End developed by Hafizur (Skyram Technologies Pvt Ltd) */
@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'Segoe UI Symbol';
    src: url('../fonts/SegoeUISymbol.eot');
    src: url('../fonts/SegoeUISymbol.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SegoeUISymbol.woff2') format('woff2'),
        url('../fonts/SegoeUISymbol.woff') format('woff'),
        url('../fonts/SegoeUISymbol.ttf') format('truetype'),
        url('../fonts/SegoeUISymbol.svg#SegoeUISymbol') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
	padding: 0;
	margin: 0;
	color: #303030;
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
	font-size: 16px;
}

.container, .content-area {
	width: 1110px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
.container-lg {
    max-width: 1650px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    width: 100%;
}
.container-full {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.full {
	width: 100%;
}

/*================HEADER==================== */
.header{
    background-color: #fff;
    position: absolute;
    left: 0;
    top:0;
    z-index: 100;
}
.header-top{
    
}
.logo{
    margin: 15px 0 16px;
    
}
.logo a{
    float: left;
    
}
.logo a img{
    float: left;
    width: auto;
    height: auto;
    
}

.seach-box-col{
    position: relative;
    margin-top: 11px;
    width: 100%;
    padding: 5px;
    
background: #e3e6e9;
background: -moz-linear-gradient(top, #e3e6e9 0%, #8c8f92 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #e3e6e9), color-stop(100%, #8c8f92));
background: -webkit-linear-gradient(top, #e3e6e9 0%, #8c8f92 100%);
background: -o-linear-gradient(top, #e3e6e9 0%, #8c8f92 100%);
background: -ms-linear-gradient(top, #e3e6e9 0%, #8c8f92 100%);
background: linear-gradient(to bottom, #e3e6e9 0%, #8c8f92 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e6e9', endColorstr='#8c8f92', GradientType=0 );
transition: all .45s ease-in-out;
    
}

.seach-box-col select option {
color: #000;
}

.seach-box-col input[type=search]{
    width: calc(100% - 300px);
    height: 51px;
    border: 0px solid #E10001;
    padding: 0 15px;
    float: left;
    background-color: #fff;
    font-size: 14px;
    color: #6D6D6D;
    
}
.seach-sub-btn{
width: 164px;
float: right;
background: #00bbff;
background: -moz-linear-gradient(top, #00bbff 0%, #007bff 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #00bbff), color-stop(100%, #007bff));
background: -webkit-linear-gradient(top, #00bbff 0%, #007bff 100%);
background: -o-linear-gradient(top, #00bbff 0%, #007bff 100%);
background: -ms-linear-gradient(top, #00bbff 0%, #007bff 100%);
background: linear-gradient(to bottom, #00bbff 0%, #007bff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bbff', endColorstr='#007bff', GradientType=0 );  
}
.seach-sub-btn:hover{

background: #e85658;
background: -moz-linear-gradient(top, #e85658 0%, #e90109 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #e85658), color-stop(100%, #e90109));
background: -webkit-linear-gradient(top, #e85658 0%, #e90109 100%);
background: -o-linear-gradient(top, #e85658 0%, #e90109 100%);
background: -ms-linear-gradient(top, #e85658 0%, #e90109 100%);
background: linear-gradient(to bottom, #e85658 0%, #e90109 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e85658', endColorstr='#e90109', GradientType=0 );

 
}
.seach-box-col input[type=submit]{
    float: right;
    right: 0;
    height: 51px;
    border: 0;
    padding: 0;
    background-image: url(img/search-icon.png);
    background-position: right 20px center;
    background-repeat: no-repeat;
    width: 100%;
    background-color: transparent;
    text-align: left;
padding: 0 20px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}
.seach-select{
width: 136px; 
float: left;
background: #8c8c92;
background: -moz-linear-gradient(top, #8c8c92 0%, #68686e 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #8c8c92), color-stop(100%, #68686e));
background: -webkit-linear-gradient(top, #8c8c92 0%, #68686e 100%);
background: -o-linear-gradient(top, #8c8c92 0%, #68686e 100%);
background: -ms-linear-gradient(top, #8c8c92 0%, #68686e 100%);
background: linear-gradient(to bottom, #8c8c92 0%, #68686e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c8c92', endColorstr='#68686e', GradientType=0 );
}

.seach-box-col select{
    width: 100%;
    height: 51px;
    border:0;
    float: left;
    background-color: transparent;
    border: 0;
    padding: 0 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    background-image: url(img/select-iconn.png);
    background-position: right 10px center;
    background-repeat: no-repeat;

}
/*================HEADER END==================== */

/*================  NAVIGATION  ==================== */
.header-bottom {
   background-color: #5D5E60;
    border-bottom: solid #010101 1px;
     border-top: solid #010101 1px;
    height: 52px;
}
.navigation{
   
}
.navigation ul{
    display: flex;
    -webkit-justify-content:space-around;
    justify-content:space-around; 

}
.navigation ul li{
    list-style: none;
    position: relative;
    display: inline-block;
   margin: 0px 0;
    
}
.navigation ul li a{
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    font-size: 15px;
    padding: 14px 12px;
    position: relative;
    z-index: 4;
    line-height: 24px;
    display: flex;
    align-items: center;
    
}
.navigation ul li a:after{
    position: absolute;
    left: 0;
    top:50%;
    transform: translateY(-50%);
    width: 100%;
    height: calc(100% - 16px);
    background-color: #191917;
    content: '';
    z-index: -1;
    border-radius: 30px;
    opacity: 0;
    transition: all .45s ease-in-out;
    
}
.navigation ul li a:hover:after{
    opacity: 1;
}
.navigation ul li.current-menu-item a:after{
    opacity: 1;
}
.navigation ul li ul {
    position: absolute;
    left: 0;
    top: 53px;
    width: 320px;
    background-color:rgba(0,0,0,0.8);
    padding: 0px 0;
    border-radius: 0px;
    display: none ;
    border-bottom: 3px solid #E20001;
}
.navigation ul li ul li {
    width: 100%;
    margin: 0;
}
.navigation ul li ul li a {
    margin: 0;
    padding: 12px 24px;
    font-size: 16px;
    margin: 0;
    border-radius: 0;
    color: #fff !important;
}
.navigation ul li ul li a:hover{
    background-color: #000;
}
.navigation ul li ul li a:after{
    content: normal;
}
.navigation ul li.last:last-child a{
    background-color: #E20001;
    
}
.navigation ul li.last:last-child a:hover{
    color: #fff;
}
.navigation ul li.last:last-child a i{
    padding-left: 5px;
    font-size: 18px;
    color: #fff;
    
}

.navigation ul li.last:last-child a:after{
    height: 100%;
    border-radius: 0;
}
.navigation ul li:nth-last-child(2) ul {
    left: auto;
    right: 0;

} 
.navigation ul li:nth-last-child(1) ul{
      left: auto;
    right: 0;  
}
.headerHeight{
    float: left;
    width: 100%;
    height: 138px;
}
/*================NAVIGATION END==================== */

/*================BANNER==================== */
.banner-panel{
    
}
.banner-img-panel{
    
}
.banner-img-panel img{
    width: 100%;
    height: auto;
    float: left;
}
.banner-text{
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 15px 30px 7px;
}
.banner-main-heading{
  font-family: 'Segoe UI Symbol'; 
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 36px;
    color: #252625;
    margin-bottom: 7px;
}
.banner-sub-heading{
    color: #636C96;
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 7px;
    
}
.banner-entery-content{
  font-family: 'Lato', sans-serif;  
    font-size: 18px;
    color: #46486A;
}
.banner-entery-content span{
    color:#E20001;
    font-weight: 700;
}
.overlay-img-panel .banner-img-panel{
    position: relative;

}
.overlay-img-panel .banner-img-panel:after{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 2;
    background-color: rgba(0,0,0,0.6);
}
/*================BANNER END==================== */

.competitive-section{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 229px;
    display:flex;    
    align-items:center;
}
.entry-content-lg{
    font-size: 25px;
    font-weight: 300;
}
.entry-content-lg p:last-child{
    padding: 0;
}
.white-text{
    color: #fff;
}
.entry-content-lg{
}
.entry-content-lg a{
    color: #fff;
    font-weight: 700;
}
.competitive-section .col-10{
    padding: 0 60px;
}
.tab-panel-head{
    border-bottom: 1px solid #DDDDDD;
    height: 40px;
    display: flex;
    align-items: center;
}
.section-title{
    font-size: 24px;
    font-weight: bold;
}
.tab-panel-head ul{

}
.tab-panel-head ul li{
      list-style: none;
    float: left;
    margin: 0 0 0 29px;
    font-family: 'Roboto Condensed', serif;
}
.tab-panel-head ul li span{
    height: 40px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
   
}
.tab-panel-head ul li.current span{
    border: 1px solid #5D5E60;
     padding: 0 23px;
    border-bottom: 0;
}
.product-col{
    padding: 0 15px;
    margin: 15px 0;
}
.product-col-inner{
    border: 1px solid #D4D4D4;
    position: relative;
    transition: all .45s ease-in-out;
	height: 100%;
    box-shadow: 0 0 15px rgba(0,0,0,0.0);
}
.product-col-inner:hover{
    border-color: #E20001;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    
}
.product-link-anchor{
position: absolute;
left: 0;
top: 0;
z-index: 1;
width: 100%;
height: 100%;
}
.product-img-box{
    height: 232px;
    width: 100%; 
  display:flex;    
    align-items:center;
    padding: 10px;
}

.product-img-box img {
width: auto;
height: auto;
display: inline-block;
margin: 0 auto;
max-width: 173px;
max-height: 230px;
}

.product-img-box___old img{
    width: auto;
    height: auto;
    display: inline-block;
margin: 0 auto;
}
.product-meta-row{
   padding: 0 18px;
position: relative;
z-index: 4;
top: 4px;
}
.sym-icon{
    background-position: center center;
    background-repeat: no-repeat;
}
.heart-icon{
    background-image: url(../images/heart-symbol.svg);
    width: 21px;
    height: 18px;
}
.eay-icon{
    background-image: url(../images/eay-symbol.svg);
    width: 24px;
    height: 14px;
}
.heart-icon:hover{
    background-image: url(../images/heart-symbol-hover.svg);
}
.eay-icon:hover{
    background-image: url(../images/eay-symbol-hover.svg);
}
.product-text-row{
    padding: 0 16px;
    font-size: 14px;
    font-family: 'Roboto Condensed',
}
.product-rating-row {
     position: relative;
    z-index: 4;   
}
.product-rating-row img{
    
}
.product-price-row{
    font-size: 18px;
    color: #3F3F3F;
    font-weight: 700;
    
}
.tab-content{
    display: none;
}
.tab-content.current{
    display: block;
}
.advi-section-panel{
    
}
.advis-col{
    padding: 0 15px;
    
}
.entry-title{
    font-size: 40px;
    font-weight: bold;
    
}
.post-section-panel{
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    
    
}
.post-section-panel .container{
    z-index: 5;
    
}

.post-section-panel:after{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0,0,0,0.8);
    z-index:1;
}
.post-panel-body{
    
}
.post-col-wrap{
    
}
.post-col-inner {
padding: 0 10px;
}
.post-title{
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    
}
.post-title a{
    
}
.post-entery-content{
    font-size: 14px;
    color:#979797;
    font-weight: 500;
    
}
.btn-text{
    color: #E20001;
    font-size: 14px;
    font-weight: 500;
    
}
.btn-text:hover{
    color: #fff;

    
}
.post-panel-body{
    margin-left: -20px;
    margin-right: -20px;
}
.post-col-wrap{
    padding: 0 40px;
}

/*BTNN*/
.btn-row{
      display: flex;
 
}
.btn{
    display: inline-block;
    position: relative;
    transition: all .45s ease-in-out;
    z-index: 5;

}
.line-btn{
    border: 1px solid ;
    border-radius: 50px;
    display: flex;
    align-items: center;  
}
.white-line{
    border-color: #fff;
}
.btn-lg{
    font-size: 20px;
    padding-left: 52px;
    padding-right: 52px;
    height: 50px;
    margin: 0 auto;
}
.line-btn:after{
    transition: all .45s ease-in-out;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top:0;
    width: 0%;
    height: 100%;
    content: '';
    z-index: -1;
 
    border-radius: 0px;
    opacity: 0;
}
.line-btn:hover:after{
width: 100%;
border-radius: 50px;
opacity: 1;
background-color:#E20001;
}
.slider-carsuel .slick-list{
    overflow:hidden;
}
.slider-carsuel {
    position: relative;
}
.slider-carsuel .arrow-btn-slidrr{
    position: absolute;
    width: 32px;
    height: 32px;
    border: 1px solid #4C4C4C;
    border-radius: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 0;
    cursor: pointer;
    top:50%;
    transform: translateY(-50%);
    
}
.slider-carsuel .arrow-btn-slidrr:hover{
 border: 1px solid #E20001;   
}
.slider-carsuel .slick-prev{
    background-image: url(img/arrow-left.png);
    left: -90px;
    
}
.slider-carsuel .slick-next{
   background-image: url(img/arrow-right.png);  
    right: -90px;
}

/*===============INNER PAGE=================*/
.header-inner-page{
    
}
.header-inner-page .navigation {
    background-color: #152735;
    border-bottom: solid #152735 1px;
    border-top: solid #152735 1px;
}
.header-inner-page .navigation ul li.current-menu-item a::after {
    opacity: 0;
}
.header-inner-page .navigation ul li.current-menu-item a, .header-inner-page .navigation ul li a:hover{
    color: #F10208;
}
.header-inner-page .navigation ul li a:hover::after {
    opacity: 0;
}
.inner-banner-panel{
    position: relative;
}


.banner-container-inner{
    position: absolute;
    height: 100%;
    display: flex;
align-items: center;
    z-index: 10;
    text-align: center;
}
.banner-heading{
  font-family: 'Open Sans', sans-serif;
    font-size: 50px;
    font-weight: 600;
    margin: 0 auto;
    position: relative;
}
.banner-heading:after{
    content: '';
    width: 100px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin: 15px auto;
    
}
.banner-heading-no-line:after{
    content: normal;
}
/*===============INNER PAGE END=================*/
.breadcrumb-section{
  font-family: 'Open Sans', sans-serif;  
}
.breadcrumb-section ul{
    list-style: none;
    padding: 0;
    margin: 0;
    
}
.breadcrumb-section ul li{
float: left;
position: relative;
}
.breadcrumb-section ul li:after{
 font-family: 'FontAwesome';  
    content: "\f105";
     color: #2E2E2E;
    margin: 0 10px;
}
.breadcrumb-section ul li:last-child:after{
    content:normal;
}
.breadcrumb-section ul li a{
    color: #939393;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    
    
}
.breadcrumb-section ul li:last-child a{
   color: #2E2E2E; 
}
.product-row-cat{
    margin-left: -15px;
    margin-right: -15px;
    font-family: 'Open Sans', sans-serif;
}
.product-cat-col{
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 0 30px;
}
.product-cat-col-inner{
     border: 1px solid #D4D4D4;
    position: relative;
    overflow: hidden;
    transition: all .45s ease-in-out;
    
}
.product-cat-col-img-box{
    width: 100%;
     height: 294px;
  
    padding: 10px;
    display: flex;
align-items: center;
    
}
.product-cat-col-img-box img {
    margin: 0 auto;
    width: auto;
    height: auto;
    float: left;
}
.cat-prod-text{
    position: absolute;
    width: calc(100% - 20px);
    height: calc(294px - 20px);
    left: 10px;
    top:10px;
    background-color:rgba(0,0,0,0.8);
       display: flex;
align-items: center;
    transition: all .65s ease-in-out;
    opacity: 0;
}
.cat-name-title {
    padding: 10px 15px;
    background-color: #EFEFEF;
    border-top: 1px solid #D4D4D4;
    position: relative;
    z-index: 10;
    height: 80px;
    display: flex;
    align-items: center;
}
.cat-name-title a{
    display: block;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 auto;
}
.product-cat-col-inner:hover .cat-prod-text{
    opacity: 1;
    top:10px;
}
.cat-prod-text:after{
  position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    left: 10px;
    top:10px;
    content: '';
    border: 2px solid #fff;
}
.cat-prod-content {
    width: 100%;
    padding: 20px;
    text-align: center;
}
.prodcat-name{
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    
}
.cat-prod-content .line-btn{
  width: 180px;
text-align: center;
padding: 0 23px;
    font-size: 14px;
    letter-spacing: 1px;
    
}
.cat-prod-content  .line-btn::after {
    border-radius: 0px;

}
#cetLoadMore .even-colbox {
    display: none;
    
}
.line-btn span{
    display: block;
    margin: 0 auto;
}
.primary-panel{
    padding-right: 30px;
    width: calc(100% - 324px);
    max-width: 100%;
}
.sidebar-panel{
    padding-left: 30px;
    width: 324px;
    max-width: 100%;
    
}
.container-lg-row{
    position: relative;
}
.container-lg-row:before{
    position: absolute;
    right: 324px;
    top:0;
    content: '';
    width: 1px;
    height: 100%;
    background-color: #9F9F9F;
    z-index: 1;
    
}
.widget-title{
    color: #E90107;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 20px 10px;
    border-top:1px solid #E90107;
    border-bottom:1px solid #E90107;
    text-align: center;
}
.widget-news-box {
   font-family: 'Open Sans', sans-serif; 
    border-top: 1px solid #9F9F9F;
}
.widget-news-box:nth-of-type(1) {
border: 0;
margin-top: 0;
}
.widget-new-title{
    font-size: 16px;
    font-weight: 700;
    color: #383E42;    
}
.widget-news-title a{
    color: #383E42;   
}
.widget-news-title a:hover{
    color: #ED0004;
    
}
.widget-news-box .entry-content{
    color: #6B6B6B;
    font-size: 14px;
    font-weight: 600;
    
}
.read-more-btn{
    color:#ED0004;
    font-weight: 400;
    font-size: 14px;
    border-bottom: 1px solid #B50707;
transition: all .45s ease-in-out;
    
}
.read-more-btn:hover{
    color: #000;
    border-bottom: 1px solid #000;
}
.bast-seller-stic{
    position: absolute;
    right: -1px;
    top:-1px;
    z-index: 20;
    background-color: #E90107;
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    padding: 10px 15px;
    display: none;
    
}
.bast-seller-poduct .bast-seller-stic{
    display: block;
}
.black-line{
    border-color: #000;
    
}
.black-text{
    color: #000;
    font-size: 14px;
}
.line-btn.b-rad-no::after{
    border-radius: 0;
}

.search-store-appliances-panel{
    height: 544px;
    font-family: 'Open Sans', sans-serif;
    overflow: hidden;
}
.entry-heading{
    font-size: 35px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    
}
.entry-conetnt{
    color: #5F5F5F;
    font-size: 14px;
    font-weight: 600;
    
}
.search-store-col{
    position: relative;
    z-index: 5;
}
.entry-conetnt p:last-child{
    padding-bottom: 0;
}
.search-store-form{
    
}
.search-store-select{
    width: 178px;
    height: 60px;
    background-color: #152735;
    float: left;
    position: relative;
  
    
}
.search-store-select a{
    margin: 0 auto;
    width: 178px;
    height: 60px;
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    background-image: url(img/select-iconn.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
    
}
.search-store-select a.is-up{
  background-image: url(img/select-iconn-up.png);  
}
.search-store-select a span{
    margin: 0 auto;
    
}
.search-store-search-result.is-show{
    display: block;
}
.search-store-search-result{
    position: absolute;
    width: 100%;
    height: 160px;
    background-color: #fff;
    overflow: auto;
    display: none;
}
.search-store-search-result ul{
    padding: 0;
    margin: 0;
    list-style: none;
    
}
.search-store-search-result ul li{
    width: calc(100% - 6px);
    float: left;
    padding: 0 12px;
}
.search-store-search-result ul li a{
    width: 100%;
    height: 52px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #DFDFDF;
    
}
.search-store-search-result ul li a img{
    margin: 0 auto;
    
}
.search-store-form select{
    width: 100%;
    height: 60px;
    background-color: transparent;
    border: 0;
    color: #fff;
    font-size: 14px;
    padding: 0 10px;
    text-transform: uppercase;
    background-image: url(img/select-iconn.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
    text-align: center;
}
.search-store-input{
    float: left;  
    width: calc(100% - 358px );
}
.search-store-form input[type=search], .search-store-form input[type=text]{
    width: 100%;
    height: 60px;
    border: 0;
    background-color: #fff;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    padding: 0 15px;
}
.search-store-btn{
    width: 180px;
    height: 60px;
    float: right;
    
}
.search-store-form input[type=submit]{
    width: 100%;
    height: 60px;
    background-color: #E90107;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    transition: all .45s ease-in-out;
}
.search-store-form input[type=submit]:hover{
      background-color: #000;
   
    
}
.search-store-img{
position: absolute;
right: 0;
top: -25%;
    z-index: 1;
}

/*==============PRODUCT LIST====================*/
.pro-search-wrapper {
    background-color: #454D53;
    display: flex;
    align-items: center;
    padding: 15px 15px
    
}
.search-col{
    padding: 15px 15px;
    
}
.search-col select{
    border: 1px solid #fff;
    background-color: transparent;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-transform: uppercase;
    background-image: url(img/select-icon-new.png);
    background-position: right 15px center;
    background-repeat: no-repeat;
}
.search-col select option{
    color: #444;
    text-transform: uppercase;
}
.product-list-col{
    padding: 0 15px;
    margin: 15px 0;
    
}
.product-list-col-inner{
    border: 1px solid #E2E2E2;
    transition: all .45s ease-in-out;
    position: relative;
    box-shadow: 0 0 15px rgba(0,0,0,0.0);
    
}
.product-list-col-inner:hover{
border-color: #E20001;
box-shadow: 0 0 15px rgba(0,0,0,0.2);
    
}
.productList-link-anchor{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 5;
    
}
.product-list-img-box{
    height: 250px;  
    display: flex;
    align-items: center;
}
.product-list-img-box img{
    margin: 0 auto;
}
.product-list-content-box{
    background-color: #EFEFEF;
    border-top: 1px solid #E2E2E2;
    padding: 20px;
    transition: all .45s ease-in-out;
    
}
.product-list-col-inner:hover .product-list-content-box{
     border-top: 1px solid #E20001;
}
.product-list-title{
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all .45s ease-in-out;
    position: relative;
    z-index: 10;
    
}
.product-list-title a{
    color: #000000;
     transition: all .45s ease-in-out;
}
.product-list-title a:hover{
    color: #E20001;
}
.product-list-col-inner:hover .product-list-title a{
    color: #E20001;
}
.product-list-title a{
    color: #000;
}
.product-list-entry-content{
    font-size: 13px;
    color: #5F5F5F;
}
.emty-rating-img{
    background-image: url(../images/blank-star.png);
    height: 12px;
    background-repeat: repeat-x;
    position: relative;
}
.fill-rating-img{
     background-image: url(../images/fill-star.png);
    height: 12px;
    background-repeat: repeat-x;
    position: relative;  
}
.fon-open-sans{
    font-family: Open Sans;
}
.red-line{
    border-color:#E90309;
}
.btn-line{
  border: 1px solid;
color: #E90309;
font-size: 14px;
height: 45px;
text-transform: uppercase;
width: 100%;
text-align: center;
display: flex;
align-items: center;
    padding: 0 15px;
    
}
.lower-text{
    text-transform: lowercase;
}
.btn-line:hover{
    background-color: #E90107;
    color: #fff;
}
.product-rating-pann, .rateitrem-panel{
    position: relative;
    z-index: 5;
}
.rateitrem-panel a{
 height: 75px;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
color: #E20001;
    
}
.rateitrem-panel a:hover{
    color: #000;
}
.btn-line span{
    display: block;
    margin: 0 auto;
    
}
.prod-list-rigg-col{
display: flex;
align-items: center;
flex-wrap: wrap;
margin-right: auto;
width: 100%;
justify-content: end;   
    height: 40px;
    position: relative;
    z-index: 10;
}
.prod-list-price{
    font-size: 18px;
    font-weight: 500;
    
}
.prod-list-review {
    width: 65px;
    display: inline-block;
}
.newProd{
    position: absolute;
    right: 0;
    top:0;
    z-index: 2;
   background-color: #E90107;
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    width: 68px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    text-transform: uppercase;
}
.pagination{
    background-color: #EFEFEF;
    display: flex;
    align-items: center;
    height: 45px;
}
.pagination ul{
    list-style: none;
    margin: 0 auto;
    padding: 0;
    
}
.pagination ul li{
    display: inline-block;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #5F5F5F;
    
}
.pagination ul li a{
     color: #5F5F5F;
    display: inline-block;
    padding: 0 5px;
}
.pagination ul li a span{
    display: inline-block;
    padding: 0 5px;
}
.pagination ul li:first-child a{
    font-size: 16px;
} 
.pagination ul li:last-child a{
        font-size: 16px;
    color: #E90107;
}
.pagination ul li a:hover, .pagination ul li.current a{
    color: #E90107;
}
/*==============PRODUCT LIST END====================*/
/*==============PRODUCT DETAILS ====================*/
.product-details-gallery{
    padding-right: 47px;
}
.product-gallery-img-row{
    
}
.product-gallery-img-box{
    min-height: 616px;
    height: auto;
    display: flex;
    align-items: center;
    border: 1px solid #D9DBD5;
     
}
.product-gallery-img-box a{
    margin: 0 auto;
    
}
.product-gallery-img-box img{
    margin: 0 auto;
    
}
.product-details-content{
  font-family: 'Open Sans', sans-serif;  
}
.prod-details-title{
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    line-height: 24px;
    margin-top: -6px;
    
    
}
.pro-det-cat-name{
    font-size: 14px;
    color: #B60707;
    
}
.pro-det-cat-name span{
    color: #000;
}
.prod-list-rigg-col.prod-detai-name{
    justify-content: flex-start;
    
}
.prod-list-rigg-col.prod-detai-name .prod-list-price{
    color: #5F5F5F;
    font-size: 22px;
    margin-right: 30px;
    margin-left: 0;
    
}
.prod-list-rigg-col.prod-detai-name .prod-list-review{
    margin: 0;
    width: 75px;
}
.prod-list-rigg-col.prod-detai-name .prod-list-review .fa-star{
     font-size: 12px;
    color: #C4C4C4;
}
.prod-list-rigg-col.prod-detai-name .prod-list-review .fa-star.checked{
   
    color: #FF4E03;
}
.review-count{
    color: #000000;
    font-size: 14px;
    margin-left: 10px;
    
}
.prod-details-title-sub{
    color: #B60707;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 9px;
    
}
.prot-detai-row{
    color: #000;
    font-size: 14px;
    
}
.prot-detai-row strong{
    font-weight: 600;
    
}
.prod-list-review-star{
    width: 75px;
line-height: 8px;
}
.prod-list-review-star .fa-star{
    font-size: 12px;
    color: #C4C4C4;
    
}
.prod-list-review-star .fa-star.checked{
    color: #FF4E03;
    
}
.button{
    border: 0;
    padding: 0;
    width: 222px;
    height: 46px;
    line-height: 46px;
    background-color: #B50707;
    border-radius: 3px;
    padding: 0 15px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
}
.button:hover{
    background-color:#E90107; 
}
.social-icon{
    margin-left: 30px;
    
}
.social-icon a {
    display: inline-block;
    
}
.social-icon a i{
    width: 32px;
    height: 32px;
    border: 1px solid #B5B5B5;
    color: #B5B5B5;
    border-radius: 100%;
    text-align: center;
    line-height: 32px;
    margin: 0 4px;
    transition: all .45s ease-in-out;
    
}
.social-icon a:hover i{
    border-color: #B50707;
    color: #B50707;
}
.prot-detai-btn-row {
    display: flex;
    align-items: center;
}
.prod-deta-title{
    font-weight: 700;
    text-transform: uppercase;
    color: #B60707;
    font-size: 16px;
    
}
.product-details-description{
    font-size: 14px;
    color: #000;
    font-weight: 600;
    
}
.related-products-panel{
    
}
.related-products-head{
    
}
.rela-prod-title{
    color: #000000;
    font-size: 35px;
    font-weight: 500;
    text-transform: uppercase;
    
}
.related-products-head{
    color: #5F5F5F;
    font-size: 14px;
    padding-right: 150px;
    
}
.rpcar-row .slick-list {
overflow: hidden;
}
.rpcar-row  .product-list-col {
    float: left;
}
.rpcar-row .arrow-btn-slidrr{
    position: absolute;
    background-repeat: no-repeat;
    width: 32px;
    height: 23px;
    background-position: center center;
    
    right: 0;
    font-size: 0;
    top:-35px;
    opacity: 0.4;
    transition: all .45s ease-in-out;
    cursor: pointer;
    
}
.rpcar-row .arrow-btn-slidrr.slick-prev{
    background-image: url(img/slider-arrow-left.png);
    right: 80px;
    
    
}
.rpcar-row .arrow-btn-slidrr.slick-next{
    
  background-image: url(img/slider-arrow-right.png); 
    right:15px;
}
.rpcar-row .arrow-btn-slidrr:hover{
    opacity: 1;
}
.product-related-items{
    padding-top: 30px;
}
/*==============PRODUCT DETAILS END====================*/
/*===============FOOTER========================*/
.b-rad-no{
    border-radius: 0;
    
}
.footer{
 
}
.footer-row{
       display: flex;
    align-items: center;
    height: 93px;
}
.copyright{
    margin-left:auto;
    color: #5D5E60;
    font-size:12px;
    
}
.inner-footer{
    background-color: #0D171E;
}
.inner-footer .footer-logo{
    position: absolute;
    bottom: 0;
}

.inner-footer .footer-logo a{
height: 109px;
background-color: #fff;
display: flex;
align-items: center;
padding: 15px 20px;
box-shadow: 0 0 15px rgba(0,0,0,0.4);
}
.inner-footer .copyright {
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.footer-socioal{
  font-size: 14px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;  
    position: absolute;
    right: 0;
}
.footer-socioal a{
    color: #fff;
    display: block;  
}
.footer-socioal a i{
    width: 22px;
    height: 22px;
    background-color: #3C5CA9;
    border-radius: 100%;
    text-align: center;
    line-height: 22px;
    margin-right: 5px;
    border: 1px solid;
    border-color: transparent;  
    transition: all .45s ease-in-out;
}
.footer-socioal a:hover i{
     border-color: #fff;
}
.product-rating-row .fa-star{
    font-size: 14px;
    color: #C6C6C6;
    
}
.product-rating-row .checked {
  color: #F79B15;
}
/*===============FOOTER END========================*/
/*
.
font-family: 'FontAwesome';
transition: all .45s ease-in-out;
======================
font-family: 'Roboto', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
======================
font-family: 'Roboto', serif;font-weight: 100;  thin
font-family: 'Roboto', serif; font-weight: 300; light
font-family: 'Roboto', serif; font-weight: 400; regular
font-family: 'Roboto', serif; font-weight: 500; medium
font-family: 'Roboto', serif;font-weight: 700;  bold
font-family: 'Roboto', serif;font-weight: 900;  black
======================

======================
font-family: 'Roboto Condensed', serif;font-weight: 300;  light
font-family: 'Roboto Condensed', serif; font-weight: 400; regular
font-family: 'Roboto Condensed', serif;font-weight: 700;  bold
======================
font-family: 'Open Sans', sans-serif;
font-family: 'Open Sans', serif; font-weight: 300; light
font-family: 'Open Sans', serif; font-weight: 400; regular
font-family: 'Open Sans', serif; font-weight: 600;  semi-bold 
font-family: 'Open Sans', serif; font-weight: 700;  bold
font-family: 'Open Sans', serif; font-weight: 800;  extra-bold
*/

