.btn-success:focus {
    box-shadow: none;
    
}
/** Header CSS Start **/

.topheader {
    background: #283891;
}

ul.headermenu {
    margin: 0;
    padding: 0;
}

ul.headermenu li {
    list-style: none;
    float: left;
}
ul.headermenu li a {
    padding: 5px 8px;
    font-size: 15px;
    color: white;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
}

ul.headermenu li a:hover {
    background: #fcb040;
}

ul.headersubmenu {
    display: none;
    margin: 0;
    padding: 0;
    z-index: 99;
    position: absolute;
    background: #f1f1f1;
    width: 250px;
    border: 1px solid #ced4da;
}

ul.headersubmenu li {
    list-style: none;
    float: none;
    border-bottom: 1px solid #ced4da;
    position: relative;
}
ul.headersubmenu li a {
    display: block;
    color: #030303;
    font-size: 14px;
    text-transform: none;
}

.animatedd {
 
overflow: hidden;
text-align: center;
font-family: sans-serif;
-webkit-animation: glow linear 1s infinite; 
animation: glow linear 1s infinite; } 
@-webkit-keyframes glow { 
0% { background-color:red; }
50% { background-color:orange; }
100% { background-color:red; } 
} 
@keyframes glow { 
0% { background-color:red; }
50% { background-color:orange; }
100% { background-color:red; } 
}

.animatedd2 {
 
overflow: hidden;
text-align: center;
font-family: sans-serif;
-webkit-animation: glow2 linear 1s infinite; 
animation: glow2 linear 1s infinite; } 
@-webkit-keyframes glow2 { 
0% { background-color:#428bca; }
50% { background-color:#31a1f9; }
100% { background-color:#428bca; } 
} 
@keyframes glow2 {
0% { background-color:#428bca; }
50% { background-color:#31a1f9; }
100% { background-color:#428bca; } 
}

.noticenews {
    border: 2px solid #fcb040bf;
    -webkit-box-shadow: 0px 3px 7px 0px #072c17;
    -moz-box-shadow: 0px 3px 7px 0px #072c17;
    box-shadow: 0px 3px 10px 1px #dfdfdf;
    margin: 10px;
}

ul.topleftmenu {
    margin: 0;
    padding: 0;
}
ul.topleftmenu li {
    list-style: none;
    padding: 5px;
    float: left;
}
ul.topleftmenu li a {
    color: #fff;
    padding: 5px;
    font-weight: bold;
    text-decoration: none;
}
ul.topleftmenu li a:hover {
    color: #cdcbcb;
}
ul.toprightmenu {
    margin: 0;
    padding: 0;
}
ul.toprightmenu li {
    list-style: none;
    padding: 5px;
    float: right;
}
ul.toprightmenu li a {
    color: #f05323;
    padding: 4px;
    font-weight: bold;
    text-decoration: none;
}
ul.toprightmenu li a:hover {
    color: #cdcbcb;
}
.middleheader {
        
}
.logo img{
	width: 100%;
	padding: 5px 15px;
}
.logo a {
    padding: 0px;
    display: inline-block;
}
.middleheaderight p{
	margin: 0;
	text-align: right;
	padding: 25px 0;
}
.middleheaderight a {
    text-decoration: none;
    color: #2e2e2e;
}
.middleheaderight a:hover {
    color: #cdcbcb;
}
.searchheader {
    padding: 1px 0;
    width: 100%;
    margin: auto;
}

input.form-control.searchinput {
    width: 80%;
    display: inline-block;
    height: 29px;
    border-radius: 0;
    border: 0;
    background: #f4f4f4;
    text-shadow: 1px 1px #ddd;
}

button.btn.btn-success.searchbtn {
    border-radius: 0;
    display: inline-block;
    width: 20%;
    padding: 5px;
    font-size: 14px;
    border: 0;
    vertical-align: top;
    background: #fcb040;
}

.bottomheader {
    background: #283891;
    
}
.headermenulist a {
    padding: 5px 8px;
    font-size: 15px;
    color: white;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
}

.headermenulist a:hover {
    background: #fcb040;

}

.discountoffer p{
	text-align: right;
    padding: 11px 0;
    margin: 0;
}
.discountoffer a{
	color: #ffffff;
    text-decoration: none;
}

#scrolltextitems span {
    padding: 3px 10px;
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
}
#scrolltextitems span i {
    color: #eb0000;
}
   .TickerNews{
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.ti_wrapper{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.ti_slide{
    width: 30000px;
    position: relative;
    left: 0;
    top: 0;
}
.ti_content{
    width: 8000px;
    position: relative;
    float:left;
}
.ti_news{
    float:left;
}
.ti_news a{
    display: block;
    margin-right: 10px;
    color:black;
    text-decoration: none;
    font-family:"SolaimanLipi";
}
/* template 2 */
.TickerNews.default_theme_2{
    background-color: #f1f1f1;
    position: relative;
    font-family:"SolaimanLipi";
}

.TickerNews.default_theme_2 *{
    box-sizing:border-box;
}

.TickerNews.default_theme_2 .leftside{
    position: relative;
    left:0;
    float:left;
    background: #ff0000;

}

.TickerNews.default_theme_2 .leftside h4{
    margin: 0;
    display:inline-block;
    font-size:18px;
    color:#fff;   
    padding: 5px;
    font-weight: normal;

}

.TickerNews.default_theme_2 .ti_wrapper{
    position: absolute;
    left: 166px;
    float:left;
}

.TickerNews.default_theme_2 .ti_news a{
    display: block;
    margin-right: 10px;
    color:#000 !important;
    text-decoration: none;
    font-size: 16px;
}

.TickerNews.default_theme_2 .ti_news span{
    color:red;
    font-size: 110%;
}
ul.sidehidemenu {
    padding: 0;
    margin: 0;
}
ul.sidehidemenu li {
    list-style: none;
}
ul.sidehidemenu li a {
    color: black;
    width: 90%;
    display: inline-block;
    margin: 2px 0;
    font-size: 14px;
}
ul.sidehidemenu li span {
    float: right;
    margin-right: 0px;
    padding: 1px 5px;
}

ul.mobilesubmenu {
    padding-left: 18px;
    display: none;
}
ul.sidehidemenu li.active ul.mobilesubmenu {
    display: block;
}
/** Header CSS End **/

/** Sidebar CSS Start **/
ul.catagorymenu {
    margin: 0;
    padding: 0;
    background: #f4f4f4;
    margin-bottom: 20px;
    border: 1px solid #191919;
}
ul.catagorymenu li {
    list-style: none;
    border-bottom: 1px solid #e1e1e1;
}
ul.catagorymenu li a {
    text-decoration: none;
    display: inline-block;
    color: #2e2e2e;
    padding: 5px 10px;
    width: 90%;
}

ul.catagorymenu li span {
    color: #2e2e2e;
    padding: 7px 8px;
    cursor: pointer;
}

p.bestsellertitle{
    margin: 0;
    background: #191919;
    padding: 5px;
    color: white;
    font-weight: bold;
}
.addbanner {
    border: 1px solid #191919;
}

/** Sidebar CSS End **/

.marqueeslidetitle {
    background: #283891;
}

.marqueeslidetitle h3 {
    padding: 5px 10px;
    color: white;
   font-size: 22px;
    margin: 0;
}


#scrolltextitems span {
    padding: 3px 10px;
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
}
#scrolltextitems span i {
    color: #eb0000;
}
   .TickerNews{
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.ti_wrapper{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.ti_slide{
    width: 30000px;
    position: relative;
    left: 0;
    top: 0;
}
.ti_content{
    width: 8000px;
    position: relative;
    float:left;
}
.ti_news{
    float:left;
}
.ti_news a{
    display: block;
    margin-right: 10px;
    color:black;
    text-decoration: none;
    font-family:"SolaimanLipi";
}
/* template 2 */
.TickerNews.default_theme_1{
    background-color: #f1f1f1;
    position: relative;
    font-family:"SolaimanLipi";
}

.TickerNews.default_theme_1 *{
    box-sizing:border-box;
}

.TickerNews.default_theme_1 .leftside{
    position: relative;
    left:0;
    float:left;
    background: #fcb040;
    width: 70px;
}

.TickerNews.default_theme_1 .leftside h4{
    margin: 0;
    display:inline-block;
    font-size:18px;
    color:#fff;   
    padding: 5px;
    font-weight: normal;
    margin-right:10px;
}

.TickerNews.default_theme_1 .ti_wrapper{
    position: absolute;
    float:left;
}

.TickerNews.default_theme_1 .ti_news a{
    display: block;
    margin-right: 10px;
    color:#666 !important;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
}

.TickerNews.default_theme_1 .ti_news span{
    color:red;
    font-size: 110%;
}

.marqueeslider {
    margin: 10px 0;
    border: 2px solid #fcb040;
}
.marqueeslider img {
    width: 250px;
    cursor: pointer;
}
/** Product  CSS Start **/

.productsdiv{
    text-align: center;
    background: white;
    cursor: pointer;
}
.productsdiv img{
    width: 100%;
}
.offersdiv {
    margin: 25px 0;
}
.addtocart{
    margin: 0;
    padding: 5px;
    display: block;
    color: white;
    border-top: 1px solid #808080;
    background: #4d4f51;
    
}

.addtocart:hover {
        background: #111111;
        color: white;
        text-decoration: none;
}
.noticeboardlist ul li a {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
}
/** Product  CSS End **/

/** Footer CSS Start **/
.mainfooter {
    background: #333;
    padding: 50px 0;
}
ul.fottermenu {
    margin: 0;
    padding: 0;
}

ul.fottermenu li {
    list-style: none;
}
ul.fottermenu li a {
    color: #d6d4ca;
    text-decoration: none;
}
ul.fottermenu li a:hover {
    color: #fff;
}
ul.youtubelist {
    margin: 0;
    padding: 0;
}
ul.youtubelist li {
    list-style: none;
}
ul.sociallinkdiv {
    margin: 0;
    padding: 0;
}
ul.sociallinkdiv li {
    float: left;
    list-style: none;
    margin: 3px;
    height: 35px;
    width: 35px;
    text-align: center;
}
ul.sociallinkdiv li:hover {
    box-shadow: 0px 0px 5px 2px #ffffff;
    cursor: pointer;
}
ul.sociallinkdiv li a {
    color: #f1f1f1;
    font-size: 22px;
    text-decoration: none;
    display: block;
}
ul.youtubelist li a {
    color: white;
    text-decoration: none;
}
/** Footer CSS End **/

  .modal.left .modal-dialog {
    position:fixed;
    right:0;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content {
    height: 100%;
    overflow-y: auto;
    border: 0px solid rgba(0,0,0,.2);
    border-radius: 0;
}

.modal.right .modal-body {
    padding: 15px 15px 80px;
}

.modal.right.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
    right: 0;
}

.destophide{
    display: none;
}

@media only screen and (max-width: 769px) {
  .mobilehide{
    display: none;
  }
  ul.topleftmenu li a {
        padding: 6px;
        font-size: 7px;
        margin: 3px;
    }
    ul.topleftmenu li {
    padding: 1px;
    }
  .destophide{
    display: block;
    }
.logo img {
    width: 60%;
}
.headermenulist a {
    padding: 10px;
}
.TickerNews.default_theme_2 .ti_wrapper {
    /*left: 125px;*/
}
}