@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);

/*---Start->*/
body {
    margin:0 !important;
    font-family: 'Roboto', sans-serif;
	/*bgcolor:#272727;*/
}
img{
    max-width:100%;
}

a.linkopac img {
    filter: alpha(opacity=100%);
    -moz-opacity: 1.0;
    opacity: 1.0;
    background-color: transparent;
}
a.linkopac:hover img {
    filter: alpha(opacity=20%);
    -moz-opacity: 0.8;
    opacity: 0.8;
    border: 0px none;
}
.xbstore-clear {
    clear: both;
}
.xbstore-wrap {
    width: 100%;
}
.xbstore-background {    
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-origin: padding-box;
    background-size: auto auto;
    margin: 0 auto;
    max-width: 1600px;
    padding: 0;
    text-align: center;
    width: 100%;
}
.xbstore-wrapcen {
    width: 100%;
    float:left;
    text-align: center;
    padding: 0;
    margin: 0;
    position: relative;
    display: inline-block;
	background-repeat:no-repeat;
	background-position-y:200px;
}

.xbstore-content {
    width: 1000px;
    text-align: left;
    padding: 0;
    margin: 0 auto;
    margin-top:30px;    
}
.xbyte-wrapcen {
    width: 100%;
    text-align: center;
    padding: 0px;
    margin: 0 auto;
    position: relative;
    background: url(../images/headerbg.jpg) repeat-x center top;
    display: inline-block;
}

.mobile{display:none;}
.site{display:block;}
/*---Com---END*/

/*---Hdr Start---*/
.xbstore_header{
    height: auto;
    margin: 0 auto;
    width: 100%;
}
.header{
    max-width:1600px;
    width:100%;
    margin:0 auto;
    height:auto;
    
}
.header_bg{
    background-color:#1c71a7;
    height:53px;
}
.header_container{
    max-width:1024px;
    width:100%;
    margin:0 auto;
}
.top_header{padding-top: 15px; text-align: left;}
.top_header p{
    font-family: 'Roboto', sans-serif;
    font-size:16px;
    color:#fff;
    margin:0;
}
.header_middle{
    clear:both;
    background-color:#1c71a7;
    height:50px; 
    /*border-bottom: 8px solid #b7295a;*/
}
.logo_left{
    max-width:300px;
    width:100%;
    padding-top:0px;
    padding-bottom:14px;
    margin: 0 auto;
}
.logo_left img{
    width:100%;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
}

.logo_left:hover img {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
}
.header_line{
    clear:both;
    border-bottom:1px solid #ffffff;
    padding-top:15px;
}
.menu{}
.menu ul{
    text-align:center;
    margin:0;
    padding-top:13px;
}
.menu ul li{
    list-style:none;
    display:inline;
    padding: 12px;
}
.menu ul li a{
    font-family: 'Roboto', sans-serif;
    font-size:18px;
    color:#fff;
    text-decoration:none;
    padding:14px;
    padding:23px;
}
.menu ul li a:hover{
    color:#1c71a7;
    background-color:#fff;
    padding-top:14px;
    /*padding-bottom: 14px;*/ 
}

/*---End Hdr---*/


/*---HDR NAVIGATION----ENDS*/
/*end header*/
@media (max-width: 800px) {
    aside, section { width: auto; float: none; }
}




/*start body*/


.xbstore-body{
    margin: auto;
    width: 100%;
    height:auto;
}		
.content_inner{
    margin: auto;
    width: 1024px;
    margin-top: 15px;
}
.tab{
    width:100%;
    height:140px;
    background-color:#1c71a7;
}
.tab_1{
    width:100%;
    height:200px;
    background-color:#1c71a7;
}
.category_box{
    margin-top:20px;
    width:1024px;
}
.title {
    width:1024px;
    height:40px;
    color: #252525;
    float:left;
    display:inline;
    font-family: 'Roboto', sans-serif;
    font-size: 27px;
    text-align: center;
    text-transform: capitalize;
    margin-top:20px;
    font-weight:bold;
    text-decoration: none;
    background-image: url(../images/line.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;	
}
.white_text{
    text-align:center; margin:auto; padding-top:50px;
}
.smalltitle{
    color: #8d8d8d;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-decoration: none;
    text-transform: capitalize;
    text-align:center;
    letter-spacing:1px;
    font-weight:300;
}
.product_box{
    margin: auto 0;
    width: 1024px;
}
.mid_product{
    float: left;
    text-align: center;
    width: 1024px;
}
.pro_img {
    height: auto;
    padding-top: 10px;
    width: auto;
}
.pro_box{
    padding:10px;
}
.pro_det {
    color: #252525;
    font-family: 'Roboto', sans-serif;
    font-size: 0.8em;
    list-style: outside none none;
    margin-top: 5px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
}
.pro_det1 {
    color: #252525;
    font-family: 'Roboto', sans-serif;
    font-size: 0.7em;
    list-style: outside none none;
    margin-top: 7px;
    text-align: center;
    text-decoration: none;
}
.pro_price{
    font-family: 'Roboto', sans-serif;
    color:#e92f2f;
    font-size:22px;
    cursor: pointer;
    margin-top:7px;
    text-decoration:none;
    font-weight: 500;
}

.pro_but{
    cursor: pointer;
    display: block;
}
.pro_but a{
    background-color: #252525;
    color: #FFF;
    cursor: pointer;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    margin-top: 7px;
    padding: 7px;
    text-decoration: none;
    width: 90px;
}
.pro_but a:hover{
    background-color: #e92f2f;
    color: #FFF;
    cursor: pointer;

}
.box {
    border: 1px solid #c8c8c8;
    float: left;
    height: auto;
    margin-top: 20px;
    width: 228px;
    background-color:#FFFFFF;
    border-bottom:5px solid #e92f2f;
}
.box_1 {
    border: 1px solid #c8c8c8;
    float: left;
    height: auto;
    margin-left: 30px;
    margin-top: 20px;
    width: 228px;
    background-color:#FFFFFF;
    border-bottom:5px solid #e92f2f;
}
.mid_box{
    text-align:center;
    margin:auto;
    width:100%;
    height:554px;
    background-image: url(../images/mid_bg.jpg);
    background-repeat: repeat-x;
    background-position: center center;	
}
.mid_box img:hover{
    opacity:0.7;
}
/*end body*/
/*left category*/
.cust_head {
    padding:5px;
    color:#fff;
    padding:7px 10px;
    font-size:22px; 
    text-transform:capitalize;
    background-color:#1c71a7;
    min-width:720px;
    height:29px;
    font-family: 'Roboto', sans-serif;

}
.heading{
    font-size:20px;
}
.cust_border {
    border:solid 1px #c9c9c9;
    padding:10px 15px;
    font-family: 'Roboto', sans-serif;
    line-height:1.5;
    color:#333;
    font-size:16px !important;
    text-align:justify !important;
    letter-spacing:1px !important;
    background-color:#fff;
}
.cust_text {
    text-align:justify;
    font-size:16px !important;
    letter-spacing:1px;
}
/*end*/

#TopPromoArea {
    padding: 0px !important;
    margin: 0px !important;
}
/*---Left Column->begin*/
#LeftPanel {
    width: 220px !important;
    text-align: left;
    vertical-align: top !important;
    padding: 0px;
    float: left;
    /*margin-left:25px;*/
}
#LeftPanel * {
    padding: 0px;
    margin: 0px;
}
#LeftPanel img {
    border: 0px;
    margin-top:20px;
}
#LeftPanel .ttl {
    display: none !important;
}
#LeftPanel .cnt {
    display: none !important;
}
#LeftPanel .all_cats {
    display: none !important;
}
#LeftPanel .link {
    display: none !important;
}
#LeftPanel .v4acpcont {
    display: none !important;
}
/*---Left Column->End*/
#xbstore-cathead {    
    background:#1c71a7;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 23px;
    font-weight: 500;
    height: 25px;
    margin: 0;
    padding: 10px 10px;
    text-align: center;
    text-transform: capitalize;
    width: 198px;
}
#xbstore-cathead span {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
    text-align: left;
    padding-left: 35px;
    background-image: url(../images/cathead_bg.jpg);
    background-repeat: no-repeat;
    background-position: 10px center;
}
#xbstore-categories	/*--- category list style ---*/ {
    width: 216px;
    text-align: left;
    margin: 0px;
    position: relative;
    top: 0px;
    padding: 0px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position:10px center;
    border:1px solid #ebebeb;
}
#xbstore-categories ul.lev1 /*--- category level1 list ---*/ {
    list-style-type: none;
    /*width: 220px;*/
    margin: 0px auto;
    left: 0px;
    right: 0px;
    padding: 0px;
}
#xbstore-categories ul.lev1 li /*--- category level1 list items ---*/ {
    padding: 0px;
    list-style: none;
    line-height: 30px;
    height: auto;
    text-align: left;
    width: 216px;
    margin: 0px;
    border-bottom:1px solid #ebebeb;/*border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d8d8d8;*/


}
#xbstore-categories ul.lev1 li.xbstore-lastitem {
    margin: 0;
    padding: 0px;
    border: 0 none;
}
#xbstore-categories ul.lev1 li a /*--- category links ---*/ {
    color: #444444;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    text-decoration: none;
    display: block;
    padding: 0 0 0 15px;
    margin: 0px;
    font-weight: 500;
    height: auto;
    line-height: 30px;
    overflow: hidden;
    background-color:transparent;
    width: 201px;
    text-align: left;
    text-transform:capitalize;
}
#xbstore-categories ul.lev1 li a:hover /*--- category link hover ---*/ {
    color: #1c71a7 !important;
    text-decoration: none;
    /*background-image: url(../images/left-cat-hvr-arrow.png);
    background-repeat: no-repeat;
    background-position:10px  center;
    font-weight: 600;
    width:201px;
}
#xbstore-categories ul.lev1 li span {
    color: #73bd48 !important;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    text-decoration: none;
    display: block;
    padding: 0 0 0 15px;
    margin: 0px;
    font-weight: normal;
    height: auto;
    line-height: 30px;
    overflow: hidden;
    width: 201px;
    text-align: left;
    background-repeat: no-repeat;
    background-position:10px center;
    text-transform:capitalize;
    /*background-color:#dedede;*//*border-top:none;
    border-bottom:1px solid #e3e3e3;
    border-left:1px solid #e3e3e3; 
    border-right:1px solid #e3e3e3;*/

}
#xbstore-categories ul.lev1 li .cnt /*--- category no. of item hide ---*/ {
    display: none;
}
#xbstore-categories ul.lev2	/*--- list of category level2 (sub category) ---*/ {
    list-style-type: none;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    padding: 0px;/*background-color: #F7C8DF;*/
}
#xbstore-categories ul.lev2 li /*--- list item of category level2 (sub category) ---*/ {
    padding: 0px;
    list-style: none;
    line-height: 30px;
    height: auto;
    text-align: left;
    width: 216px;
    margin: 0px;
    margin: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ebebeb;
}
#xbstore-categories ul.lev2 li a /*--- link of list item from category level2 (sub category) ---*/ {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    text-decoration: none;
    display: block;
    padding: 5px 0 5px 35px;
    margin: 0px;
    font-weight: normal;
    height: auto;
    line-height: 20px;
    overflow: hidden;
    width: 185px;
    text-align: left;
    background-color: transparent;
    /*background-image: url(../images/left-cat-arrow.png);*/
    background-repeat: no-repeat;
    background-position: 23px center;
}
#xbstore-categories ul.lev2 li a:hover /*--- hover effect in link of list item from category level2 (sub category) ---*/ {
    color: #73bd48;
    width:183px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 23px center;
}
#xbstore-categories ul.lev2 li span {
    color: #73bd48;	
    font-size: 15px;
    text-decoration: none;
    display: block;
    padding: 0 0 0 35px;
    margin: 0px;
    font-weight: normal;
    height: auto;
    line-height: 30px;
    overflow: hidden;
    width: 183px;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    text-transform:capitalize;
    background-color:#dedede;
    /* background-image: url(../images/left-cat-hvr-arrow.png); */
    background-repeat: no-repeat;
    background-position: 23px center;
}
/**/
#xbstore-categories ul.lev3	/*--- list of category level3 (sub category) ---*/ {
    list-style-type: none;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    padding: 0px;/*background-color: #F7C8DF;*/
}
#xbstore-categories ul.lev3 li /*--- list item of category level3 (sub category) ---*/ {
    padding: 0px;
    list-style: none;
    line-height: 30px;
    height: auto;
    text-align: left;
    width: 216px;
    margin: 0px;
    margin: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #c6c6c6;
}
#xbstore-categories ul.lev3 li a /*--- link of list item from category level3 (sub category) ---*/ {
    color: #000;
    font-family: 'Roboto', sans-serif;
    text-transform:capitalize;
    background-color:#dedede;
    font-size: 13px;
    text-decoration: none;
    display: block;
    padding: 0 0 0 45px;
    margin: 0px;
    font-weight: normal;
    height: auto;
    line-height: 30px;
    overflow: hidden;
    width: 171px;
    text-align: left;
    /*background-image: url(../images/left-cat-arrow.png);*/
    background-repeat: no-repeat;
    background-position: 23px center;
}
#xbstore-categories ul.lev3 li a:hover /*--- hover effect in link of list item from category level3 (sub category) ---*/ {
    color: #73bd48;
    width:171px;
    text-decoration: none;
    /*background-image: url(../images/left-subcat-hov-arrow.png);*/
    background-repeat: no-repeat;
    background-position: 23px center;
}
#xbstore-categories ul.lev3 li span {
    color: #73bd48;
    font-family: 'Roboto', sans-serif;
    text-transform:capitalize;
    background-color:#dedede;
    font-size: 13px;
    text-decoration: none;
    display: block;
    padding: 0 0 0 45px;
    margin: 0px;
    font-weight: normal;
    height: auto;
    line-height: 30px;
    overflow: hidden;
    width: 171px;
    text-align: left;
    /* background-image: url(../images/left-cat-hvr-arrow.png); */
    background-repeat: no-repeat;
    background-position: 23px center;
}
/**/
#xbstore-l-banner {
    width: 220px;
    margin: 0;
    text-align: center;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#xbstore-gap {
    height: 18px;
    width: 220px;
    clear: both;
}
/*---Left Column---<<END*/

/*Deafult Css*/
/*---Listing Column start----*/

#listingarea {
    width: 767px;
    position: relative;
    float: right;
    margin: 0;
    padding: 0;
    /*margin-right:25px;*/
}
.xbstore-listingarea-box {
    float: left;
    margin-bottom: 20px;
    width: 100%;
    
    /*margin-top:20px;*/
    box-sizing: border-box;
}
.xbstore-listinghead {
    /*background:url(../images/listingheadingbg.jpg);
    text-transform:uppercase;*/
    background-color:#1c71a7;
    color: #ffffff;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 23px;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    padding: 9px 10px;
    width: 100%;
    text-align:center;
	box-sizing:border-box;
}
#img-gallery-box {
    width: 725px;
    float: left;
    padding:30px;
    margin: 0;
    border: 0 none;
    /* background: #fff; */
    /*border: 1px solid #c6c6c6;*/
    /*border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;*/
    padding-bottom:10px;
}
#img-gallery {
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    padding-top: 16px;
    margin: 0px;
    background: none;
    border: 0 none;
}
#img-gallery .big-1 {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    float: left;
    margin: 0 0 10px 0;
    padding: 0;
    background: none;
}
#img-gallery #big-img {
    width: 725px;
    height: 500px;
    position: relative;
    padding: 0px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: #fff;
    border:1px solid #dedede;
}
.big-resize {
    width: auto;
    height: auto;
    max-height: 500px;
    max-width: 725px;
    width:725px; /*IE*/
}
#img-gallery ul {
    width: auto;
    position: relative;
    padding: 0;
    margin: 0 auto;
    display: table;
}
#img-gallery ul li {
    position: relative;
    float: left;
    display: inline-block;
    list-style: none;
    margin: 0;
    text-align: center;
}
#img-gallery ul li:empty {
    display: none!Important;
}
#img-gallery ul li.lastthumb {
    margin: 0px;
    float: left;
    margin: 0;
    display: inline-block;
    list-style: none;
}
#img-gallery ul li img {
    padding: 5px;
    margin: 10px;
}
#img-gallery ul li.lastthumb img {
    margin: 0px;
}
.thum-resize {
    max-width: 90px;
    max-height: 90px;
    text-align: center;
    background: #fff;
    border: 0 none;
    height: 90px;
    width: 90px;
    display: table;
    border: 0 none;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
img[src=""], img[src=" "] {
    background: none;
    border: none;
    height: 0;
    width: 0;
    box-shadow: none;
    padding: 0 !important;
    margin: 0 !important;
    display: none;
}
.desc-hedtitle {
    /* background-image: url("../images/descption.jpg");*/
    background-color:#1c71a7;
    color: #ffffff;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 600;
    height: auto;
    line-height: normal;
    margin: 0;
    padding: 6px 18px;
    text-align: left;
    text-transform: capitalize;
    width: 100%;
    box-sizing: border-box;
    /*border-top-left-radius:5px;
    border-top-right-radius:5px;*/
}
.desc-rd {
    width: 725px;
    float: left;
    padding: 20px;
    background: none;
    margin: 0;
    border-top: hidden;
    background-color: #fff;
    /*border: 1px solid #c6c6c6;*/
}
.desc-text {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #444444;
    text-decoration: none;
    font-weight: normal;
    text-align: justify;
    line-height: 1.4;
    border: 1px solid #ebebeb;
}

.desc-text div {	
	margin-top:10px !important;
}

.desc-text p {
	margin-top:10px !important;
}

.desc-text table{
	width:100% !important;	
}

.desc-text td{
	width:100% !important;	
}

/*---Listing Column End----*/

/*---Tab Start----*/

#teb-bg {
    width: 100%;
    margin: auto;
    float: left;
    /*border: 1px solid #c6c6c6;*/
    /*border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;*/
}
#spw-ttab {
    width: 100%;
    float: left;
}
#spw-tabs {
    width: 100%;
    height: 45px;
    z-index: 1000;
    position: relative;
    float: left;
    background: none;
}
#spw-tabs ul {
    list-style-type: none;
    float: left;
    margin: 0;
    padding: 0;
    /*border-top-left-radius:5px;
    border-top-right-radius:5px;*/
}
#spw-tabs ul li {
    float: left;
    height: 45px;
    left: 0px;
    width: 150px;
    margin:0 3px 0 0;
}
#spw-tabs ul li.spw-lastitem {
    margin: 0px 0px 0px 0px;
    width:153px;
}
#spw-tabs ul li a {
    color: #fff !important;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    height: 45px;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    line-height: 45px;
    background: #1c71a7;
    margin: 0;
    padding: 0;
    transition: all 0.5s ease 0s;
    text-transform:uppercase;
    /*border-top-left-radius:5px;
    border-top-right-radius:5px;*/
}
#spw-tabs ul li a span {
    display: block;
    height: 45px;
    cursor: pointer;
    line-height: 45px;
    padding: 0;
}
#spw-tabs ul li a:hover, #spw-tabs ul li a.spw-selected {
    color: #1c71a7 !important;
    text-decoration: none;
    /*background: ;
    /*border-top-left-radius:5px;*/
}
#spw-tabs ul li a:hover span, #spw-tabs ul li a.spw-selected span {
    color: #1c71a7 !important;
    text-decoration: none;
}
#spw-tabs ul li a.spw-selected, #spw-tabs ul li a.spw-selected span {
    text-decoration: none;
    color: #1c71a7;
    cursor: pointer;
}
#spw-tabpanels div {
    width: 725px;
    float: left;
    padding: 19px;
    margin: 0 0 20px 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #5b5b5b;
    line-height: normal;
    font-weight: normal;
    position: relative;
    clear: both;
    text-align: justify;
    text-decoration: none;
    border-top: hidden;
    background: #fff;
    /*border: 1px solid #1f1f21;*/
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
}
/*---Tab End----*/


/*start footer*/
.body_container{
    max-width:1024px;
    width:100%;
    margin:0 auto;
}
.newsletter{
    clear:both;
    background-color:#1c71a7;
    height:80px;
}
.store_news{
    padding-top: 40px;
    float:left;
    width: 255px;
}
.store_news h1{
    font-family: 'Roboto', sans-serif;
    font-size:30px;
    text-decoration: none;
    font-weight:500;
    color:#fff;
    margin:0 12px;
}
.news_parg{
    float:left;
    width:523px;
    padding: 30px 19px 0 35px;
    text-align: center;
	max-width: 523px;
    width: 100%;
}
.news_parg p{
    font-family: 'Roboto', sans-serif;
    font-size:16px;
    text-decoration: none;
    color:#fff;
    margin:0;
    line-height: 27px;
}
.subscribe_btn{
    float:right;
    margin-top:45px;
    margin-right: 6px;
}
.subscribe_btn h3{
    margin:0;
    
}
.subscribe_btn h3 a{
    font-family: 'Roboto', sans-serif;
    font-size:17px;
    text-decoration: none;
    color:#fff;
    margin:0;
    outline:1px solid #fff;
    font-weight:normal;
    padding: 12px 30px 12px 30px;
    
}
.subscribe_btn h3 a:hover{
    background-color:#1c71a7;
    outline:none;
}
.xbstore-footer{
    clear:both;
    max-width:1600px;
    width:100%;
    margin:0 auto;
    background-color:#1c71a7;
    height:111px;
}
.footer-background{
    background-color:#1c71a7;
}
.footer_container{
    max-width:1024px;
    width:100%;
    margin:0 auto;
}
.footer_menu{
    padding-top: 20px;
}
.footer_menu ul{
    text-align:center;
    margin:0;
}
.footer_menu ul li{
    list-style:none;
    display:inline;
    padding: 12px;
}
.footer_menu li a{
    font-family: 'Roboto', sans-serif;
    font-size:18px;
    color:#fff;
    text-decoration:none;
    padding:23px;
}
.footer_menu ul li a:hover{
    color:#1c71a7;
    background-color:#fff;
    padding-top: 20px;
    padding-bottom: 15px;
}

.footer_line{
    clear:both;
    border-bottom:1px solid #1c71a7;
    padding-top: 15px;
}

.footer_bottom{
    margin: 0 auto;
    text-align: center;
    padding-top:12px;
}
.footer_bottom p{
    font-family: 'Roboto', sans-serif;
    font-weight:400;
    font-size:16px;
    color:#fff;
    margin: 0;
}
.dell{
    font-family: 'Roboto', sans-serif;
    font-weight:600;
    font-size:15px;
    color:#1c71a7;
    margin:0;
    text-transform:uppercase;
    
}
.store_design
{
    padding-top:7px;
    padding-bottom: 1px;
}
.store_text{
    
    position: relative;
    top: -7px;
    font-family: 'Roboto', sans-serif;
    font-weight:400;
    font-size:14px;
    color:#fff;
}
.efu_logo{
    max-width:124px;
    width:100%;
    position: relative;
    top: -1px;
    left: 4px;
}

/*end footer*/
/************* New ***************/
.imgbox-td{width:100%;}
.imgbox{width:100%;margin-top:10px;}
.tumblist{}
.tumblistimg{cursor: pointer; border: 1px solid rgb(0, 0, 0); height: 60px; width: 60px;}

.cust_text {
    text-align:justify;
	font-family: 'Roboto', sans-serif;
    font-size:18px !important;
    letter-spacing:1px;
}
.cust_text_note {
    font-size: 18px;
	font-family: 'Roboto', sans-serif;
}
.cust_text img{
    vertical-align: middle;
	margin-top: -3px;
}